  @charset "utf-8";

/* CSS Document */

/*
  font-family: 'Roboto', sans-serif;
  font-family: 'Outfit', sans-serif;
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
*/

/*
:root {
  --font-family-gothic:     'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  --font-family-gothic-en:  'Roboto','Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  --font-family-serif:      'Shippori Mincho','Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
  --font-family-serif-en:   'Shippori Mincho','Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
} */


/***********
base
************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: normal;
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
/*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
*/

/*
  font-family: 'Yu Gothic UI','Meiryo UI','Yu Gothic','メイリオ',sans-serif;
  font-family: 'Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
  font-family: 'Yu Mincho Custom','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
*/
}

body.is-menu-open {
  overflow: hidden;
}
h1,h2,h3,h4,h5,h6,strong{
  font-weight: 600;
}

input,textarea,button{
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
}

@media screen and (max-width:1280px) {
  body{
    font-size: 12px;
  }
}
@media screen and (max-width:834px) {
  body{
    font-size:calc(9px + 0.7vmin);
    -webkit-tap-highlight-color:transparent;
  }
}
@media screen and (max-width:520px) {
  body{
    font-size:calc(9px + 1vmin);
    -webkit-tap-highlight-color:transparent;
  }
}


@media all and (-ms-high-contrast:none) {
/* meiryo only IE */
  body {
    font-family: Meiryo,sans-serif;
  }
}

a {
  color: #167ac6 ;
  text-decoration: underline;
  transition:all 0.2s ease;
}

a:visited{}
a:hover,
a:active {
  color: ;
  text-decoration: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

::selection {
  background: rgba(0, 144, 202, 0.5); /* Safari */
}
::-moz-selection {
  background: rgba(0, 144, 202, 0.5); /* Firefox */
}

@media screen and (min-width:835px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/***********************
layout
************************/

/***********
wp
************/

.right,.alignright {  float: right !important; }
.left,.alignleft  {  float: left !important; }
.aligncenter  { display: block; margin-left:auto; margin-right:auto; }

/***********
common
************/

.l-relative {  position: relative !important; }

.l-textAlign-center {  text-align: center !important; }
.l-textAlign-right  {  text-align: right !important; }
.l-textAlign-left   {  text-align: left !important; }

.l-bottom-xxsmall {  margin-bottom: 5px  !important; }
.l-bottom-xsmall  {  margin-bottom: 10px !important; }
.l-bottom-small   {  margin-bottom: 15px !important; }
.l-bottom         {  margin-bottom: 20px !important; }
.l-bottom-large   {  margin-bottom: 30px !important; }
.l-bottom-xlarge  {  margin-bottom: 50px !important; }
.l-bottom-xxlarge {  margin-bottom: 80px !important; }

.l-top-xxsmall {  margin-top: 5px  !important; }
.l-top-xsmall  {  margin-top: 10px !important; }
.l-top-small   {  margin-top: 15px !important; }
.l-top         {  margin-top: 20px !important; }
.l-top-large   {  margin-top: 30px !important; }
.l-top-xlarge  {  margin-top: 50px !important; }
.l-top-xxlarge {  margin-top: 80px !important; }

@media screen and (max-width:834px) {

  .l-bottom-xxsmall {  margin-bottom: 5px  !important; }
  .l-bottom-xsmall  {  margin-bottom: 7px !important; }
  .l-bottom-small   {  margin-bottom: 10px !important; }
  .l-bottom         {  margin-bottom: 15px !important; }
  .l-bottom-large   {  margin-bottom: 20px !important; }
  .l-bottom-xlarge  {  margin-bottom: 30px !important; }
  .l-bottom-xxlarge {  margin-bottom: 40px !important; }

  .l-top-xxsmall {  margin-top: 5px  !important; }
  .l-top-xsmall  {  margin-top: 7px !important; }
  .l-top-small   {  margin-top: 10px !important; }
  .l-top         {  margin-top: 15px !important; }
  .l-top-large   {  margin-top: 20px !important; }
  .l-top-xlarge  {  margin-top: 30px !important; }
  .l-top-xxlarge {  margin-top: 40px !important; }

}

/***********
layout
************/

.l-wrapper{
  overflow: hidden;
}

.l-contents{
}

/***********
column
************/

.l-column{
  display: flex;
  justify-content: space-between;
}

.l-column-first{
  width: 68%;
}

.l-column-second{
  width: 25%;
}

@media screen and (max-width:834px) {

  .l-column{
    display: block;
  }

  .l-column-first{
    width: auto;
    float: none;
  }

  .l-column-second{
    width: auto;
    float: none;
  }

}

/***********
base
************/

.l-base {
  width: auto;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-wide {
  width: auto;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-xwide {
  width: auto;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.l-base-small {
  width: auto;
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.l-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.l-block-large {
  padding-top: 150px;
  padding-bottom: 150px;
}

.l-block-top {
  padding-top: 100px;
}
.l-block-top-small {
  padding-top: 60px;
}
.l-block-top-large {
  padding-top: 150px;
}

.l-block-bottom {
  padding-bottom: 100px;
}
.l-block-bottom-small {
  padding-bottom: 60px;
}
.l-block-bottom-large {
  padding-bottom: 150px;
}

@media screen and (max-width:834px) {

  .l-base ,
  .l-base-wide ,
  .l-base-xwide ,
  .l-base-small {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base:not(.l-base-noOffset),
  .l-base-wide:not(.l-base-noOffset),
  .l-base-xwide:not(.l-base-noOffset),
  .l-base-small:not(.l-base-noOffset){
    padding-left: 3%;
    padding-right: 3%;
  }

  .l-base-wide .l-base,
  .l-base-wide .l-base-small,
  .l-base .l-base-small {
    padding-left: 0;
    padding-right: 0;
  }

  .l-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .l-block-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .l-block-top {
    padding-top: 50px;
  }
  .l-block-top-small {
    padding-top: 30px;
  }
  .l-block-top-large {
    padding-top: 80px;
  }

  .l-block-bottom {
    padding-bottom: 50px;
  }
  .l-block-bottom-small {
    padding-bottom: 30px;
  }
  .l-block-bottom-large {
    padding-bottom: 80px;
  }

}

/***********
hover
************/

.l-zoomHover{
  overflow: hidden;
  z-index: 2;
  position: relative;

}
.l-zoomHover img{
  transform:scale(1) ;
  transition:all 0.5s ease;
}
a:hover .l-zoomHover img{
  transform:scale(1.03) ;
}


.l-hover img{
  transition: 0.3s;
}
body.is-pc .l-hover img:hover {
  filter: brightness(105%);
}

/***********
l-hoverUnderline
************/

.l-hoverUnderline {
  padding-bottom: 0.2em;
  background: linear-gradient(#000, #000) 0 100% / 0 1px no-repeat;
  transition: background 0.3s;
  text-decoration: none;
}
.l-hoverUnderline:hover {
  background-size: 100% 1px;
}

/***********
l-mask
************/

.l-mask {
  display: inline-block;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  transition: 1s;
  vertical-align: middle;
}

.is-show .l-mask,
.is-show.l-mask {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}

.l-mask.is-full {
  width: 100%;
}

/***********
text
************/

.l-textMain{
  font-size: 116%;
  line-height: 2;
}

.l-textLead {
  text-align: center;
  font-size: 116%;
  line-height: 2;
}

.l-text-small{
}

.l-text-large{
}

.l-text-accent{
}


.l-list-dot {}

.l-list-dot li {
  font-size: 116%;
  line-height: 2;
  margin-left: 1em;
}

.l-list-dot li::before {
  content: "・";
  margin-left: -1em;
}

.l-list-asterisk {}

.l-list-asterisk li {
  font-size: 116%;
  line-height: 2;
  margin-left: 1em;
}

.l-list-asterisk li::before {
  content: "※";
  margin-left: -1em;
}

.l-list-number {
  padding-left: 2em;
}

.l-list-number li {
  font-size: 116%;
  line-height: 2;
  list-style: decimal;
}

@media screen and (max-width:834px) {

  .l-textMain,
  .l-textLead ,
  .l-list-dot li ,
  .l-list-asterisk li ,
  .l-list-number li {
    font-size: 100%;
    line-height: 1.7;
  }

}

/***********
lead
************/

.l-lead{

}

/***********
linkWrap
************/

.l-linkWrap{
  padding: 20px 0 20px;
  text-align: center;
}
.l-linkWrap.is-left{
  text-align: left;
}
.l-linkWrap.is-right{
  text-align: right;
}

@media screen and (max-width:834px) {

  .l-linkWrap.is-left ,
  .l-linkWrap.is-right{
    text-align: center;
  }

}

/***********
btn
************/

.l-btn {
  display: inline-block;
  width: auto;
  min-width: 340px;
  padding: 1.2em 3em;
  letter-spacing: 0.05em;
  font-size: 1.24rem;
  font-weight: 700;
  font-family: 'Outfit','Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  font-feature-settings: "palt";
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.2s ease;
  position: relative;
}
.l-btn::after {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  background: url(../../img/icon/arrow_wt.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  transition: 0.3s;
}
body.is-pc .l-btn:hover {
  background-color: #fb7d18;
}

.l-btn.is-ghost {
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
}
.l-btn.is-ghost::after {
  background-image: url(../../img/icon/arrow.png);
}
body.is-pc .l-btn.is-ghost:hover {
  background-color: #000;
  color: #fff;
}
body.is-pc .l-btn.is-ghost:hover::after {
  filter: brightness(1000%);
}



.l-btn-small {
  font-size: 108%;
  padding: 8px 30px 8px 30px;
}

.l-btn-large {
  font-size: 154%;
  padding: 17px 40px 17px 40px;
}

.l-btn-block {
  padding-left: 0;
  padding-right: 0;
  display: block;
  text-align: center;
}

@media screen and (max-width:834px) {

  .l-btn {
    min-width: 18em;
    padding: 1.2em 3em;
    font-size: 1.08rem;
  }
  .l-btn::after {
    width: 20px;
    height: 4px;
    right: 10px;
    margin-top: -2px;
  }

}

/***********
cvBtn
************/

.l-cvBtn {
  display: inline-block;
  width: auto;
  min-width: 340px;
  padding: 1.5em 2em 1.5em 3em;
  letter-spacing: 0.05em;
  font-size: 1.24rem;
  font-weight: 600;
  font-family: 'Outfit','Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  font-feature-settings: "palt";
  background-color: #fb6818;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.2s ease;
  position: relative;
}
.l-cvBtn::after {
  font-family: 'Font Awesome 5 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  text-rendering: auto;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  content: "\f0e0";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  transform: scale(1.5);
}

body.is-pc .l-cvBtn:hover {
  background-color: #fb7d18;
}

.l-cvBtn.-full {
  width: 100%;
  font-size: clamp(16px,1.4vw, 18px);
}

@media screen and (max-width:834px) {

  .l-cvBtn {
    width: 100%;
    min-width: 14em;
    max-width: 26em;
    padding: 1.2em 2em 1.2em 2.5em;
    letter-spacing: 0.05em;
    font-size: 1.16rem;
  }
  .l-cvBtn::after {
    left: 10px;
    transform: scale(1.3);
  }


}

@media screen and (max-width:640px) {

  .l-cvBtn.-full {
    width: 100%;
    font-size: clamp(16px,1.4vw, 18px);
      min-width: initial;
      max-width: initial;
  }


}

/***********
header
************/

.l-header {
  width: 100%;
  height: 90px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  transition: 0.3s;
}
.l-header-inner {
  position: relative;
  height: 100%;
}

.l-header-logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding-left: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
  transform-origin: left;
}
.l-header-logo a {
  display: inline-block;
}
.l-header-logo svg {
  width: 220px;
  height: 32px;
  fill: #f5821f;
}
.l-header-logo-text {
  font-size: 108%;
  font-weight: 600;
  line-height: 1;
}


.l-header-block {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.l-header-search {
  margin-right: 30px;
  width: 250px;
}
.l-header-search form {
  display: flex;
}
.l-header-search input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #aaa;
  background-color: #f0f0f0;
  width: 100%;
  margin-right: -1px;
  font-size: 16px;
  padding-left: 10px;
  height: 40px;
}
.l-header-search button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #000;
  color: #fff;
  white-space: nowrap;
  padding: 0 15px;
}


.l-header-navi {
  height: 100%;
  display: flex;
}
.l-header-navi li {
  height: 100%;
  margin-left: 1px;
}
.l-header-navi li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  padding-top: 10px;
  height: 100%;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.l-header-navi li a img {
  width: 32px;
  transition: 0.1s;
}
body.is-pc .l-header-navi li a:hover img {
  transform: scale(1.1);
}
.l-header-navi-text {
  display: block;
  font-size: 12px;
  padding-top: 5px;
  text-align: center;
}
.l-header-navi li.l-header-navi-search a { background-color: #fb7d18; }
.l-header-navi li.l-header-navi-user a { background-color: #fb9818; }
.l-header-navi li.l-header-navi-login a { background-color: #fba918; }


.l-header-navi-menu {
}
.l-header-navi-menu button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 100%;
  padding-top: 8px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.l-header-navi-menu i {
  width: 32px;
  height: 32px;
}
.l-header-menu-text {
  display: block;
  font-size: 12px;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  padding-top: 5px;
  text-align: center;
  letter-spacing: 0.1em;
}
.l-header-menu-text::after {
  content: "MENU"
}
body.is-menu-open .l-header-menu-text::after {
  content: "CLOSE"
}


.l-header-navi-menu i {
  display: inline-block;
  width: 26px;
  height: 32px;
  position: relative;
}
.l-header-navi-menu i::before,
.l-header-navi-menu i::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: 0.0s;
  transform-origin: center center;
}
.l-header-navi-menu i::before {
  top: 14px;
}
.l-header-navi-menu i::after {
  top: 22px;
}

body.is-pc .l-header-navi-menu button:not(.is-active):hover i::before {
  top: 12px;
  transition: 0.1s;
}
body.is-pc .l-header-navi-menu button:not(.is-active):hover i::after {
  top: 24px;
  transition: 0.1s;
}

body.is-menu-open .l-header-navi-menu i::before {
  transform: rotate(40deg) translateY(5px);
  width: 120%;
  transition: 0.3s;
}
body.is-menu-open .l-header-navi-menu i::after {
  width: 120%;
  transform: rotate(-40deg) translateY(-5px);
  transition: 0.3s;
}

@media screen and (min-width:835px) {

  /*
  fixed
  */

  body.is-fixed .l-header {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    height: 70px;
  }
  body.is-fixed .l-header-logo {
    transform: scale(0.8);
    padding-left: 10px;
  }


  body.is-fixed .l-header-navi li a {
    padding-top: 5px;
  }
  body.is-fixed .l-header-navi-menu button {
    padding-top: 3px;
  }

}

@media screen and (max-width:1024px) {

  .l-header-search {
    display: none;
  }
}

@media screen and (max-width:834px) {

  .l-header {
    height: 60px;
  }
  .l-header-logo {
    padding-left: 5px;
    text-align: left;
  }
  .l-header-logo a {
  }
  .l-header-logo svg {
    width: 120px;
    height: 18px;
  }
  .l-header-logo-text {
    font-feature-settings: "palt";
    font-size: 9px;
  }


  .l-header-block {
  }
  .l-header-navi {
  }
  .l-header-navi li {
    margin-left: 1px;
  }
  .l-header-navi li a {
    width: 60px;
    padding-top: 0px;
  }
  .l-header-navi li a img {
    width: 26px;
  }
  .l-header-navi-text {
    display: none;
  }
  .l-header-navi li.l-header-navi-search a { background-color: #fb7d18; }
  .l-header-navi li.l-header-navi-user a { background-color: #fb9818; }
  .l-header-navi li.l-header-navi-login a { background-color: #fba918; }


  .l-header-navi-menu {
  }
  .l-header-navi-menu button {
    width: 60px;
    padding-top: 0;
  }
  .l-header-navi-menu i {
    width: 26px;
    height: 26px;
  }
  .l-header-menu-text {
    font-size: 10px;
    padding-top: 2px;
  }

  .l-header-navi-menu i {
    width: 20px;
    height: 30px;
  }

}

@media screen and (max-width:374px) {

  .l-header-navi li.l-header-navi-user,
  .l-header-navi li.l-header-navi-login{
    display: none;
  }

}


/***********
footer
************/

.l-footer {
  padding: 50px 0;
}

.l-footer-container {
  display: flex;
}
.l-footer-info {
  max-width: 300px;
  padding-right: 60px;
}
.l-footer-logo {
}
.l-footer-logo a {
}
.l-footer-logo svg {
  width: 200px;
  height: 40px;
  fill:#f5821f;
}
.l-footer-address {
  font-style: normal;
}

.l-footer-site {
  padding-top: 20px;
}
.l-footer-site a {
  display: block;
  max-width: 260px;
  border: 1px solid #888;
  padding: 10px 40px;
  text-align: center;
}
.l-footer-site img {
  width: 120px;
  fill:#f5821f;
}

.l-footer-sitemap {
  flex: 1;
}

.l-footer-navi {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.l-footer-navi li {
  padding-bottom: 1em;
}
.l-footer-navi li:not(:last-child) {
  padding-right: 2em;
}
.l-footer-navi a {
  display: inline-block;
  color: #2a2929;
  text-decoration: none;
  font-feature-settings: "palt";;
  font-size: 116%;
  font-weight: 600;
  position: relative;
  margin-left: 1em;
}
.l-footer-navi a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #2a2929;
  border-right: 1px solid #2a2929;
  position: absolute;
  left: -0.8em;
  top: 0.9em;
  margin-top: -5px;
  transform: rotate(45deg) ;
}
body.is-pc .l-footer-navi a:hover,
body.is-pc .l-footer-sub a:hover {
  text-decoration: underline;
}


.l-footer-sub {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.l-footer-sub li {
}
.l-footer-sub li:not(:last-child) {
  padding-right: 2em;
}
.l-footer-sub a {
  display: inline-block;
  color: #2a2929;
  text-decoration: none;
  font-feature-settings: "palt";;
  font-size: 100%;
  position: relative;
  margin-left: 1em;
}

.l-footer-navi button ,
.l-footer-sub button {
  display: none !important;
}


.l-footer-copyright {
  display: block;
  font-size: 93%;
  font-weight: 400;
  font-family: 'Outfit', sans-serif;
  text-align: right;
}

@media screen and (max-width:834px) {


  .l-footer {
    padding: 50px 0;
  }

  .l-footer-container {
    display: block;
  }
  .l-footer-info {
    max-width: initial;
    padding-right: 0px;
    text-align: center;
  }
  .l-footer-logo {
  }
  .l-footer-logo a {
  }
  .l-footer-logo svg {
  }
  .l-footer-address {
  }

  .l-footer-site {
    padding-top: 20px;
    text-align: center;
  }
  .l-footer-site a {
    display: inline-block;
    width: 200px;
    padding: 5px 0;
    text-align: center;
  }
  .l-footer-site img {
    width: 90px;
  }

  .l-footer-sitemap {
    flex: 1;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }

  .l-footer-copyright {
    font-size: 77%;
    text-align: center;
  }



  .l-footer-navi {
    display: block;
    padding-bottom: 30px;
    max-width: 520px;
    margin: 0 auto;
    text-align: left;
  }
  .l-footer-navi li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0;
  }
  .l-footer-navi li:not(:last-child) {
    padding-right: 0;
  }
  .l-footer-navi a {
    display: block;
    font-size: 116%;
    padding: 1em 1em 1em 0;
    margin-left: 0;
  }
  .l-footer-navi a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #2a2929;
    border-right: 1px solid #2a2929;
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg) ;
  }
  body.is-pc .l-footer-navi a:hover,
  body.is-pc .l-footer-sub a:hover {
    text-decoration: underline;
  }


  .l-footer-sub {
    display: block;
    padding-top: 0;
    padding-bottom: 30px;
    text-align: left;
    max-width: 520px;
    margin: 0 auto;
  }
  .l-footer-sub li {
  }
  .l-footer-sub li:not(:last-child) {
    padding-right: 0;
  }
  .l-footer-sub a {
    margin-left: 0;
    padding:  0.5em 0;
  }


}

/***********
jump
************/

.l-jumpTop{
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 990
}
.l-jumpTop::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  transform-origin: left bottom;
  transform: skewX(-45deg);
  transition: 0.2s;
}
.l-jumpTop a{
  display: block;
  width: 100px;
  height: 100px;
  padding-top: 80px;
  padding-right: 10px;
  z-index: 999;
  position: relative;
  color: #fff;
  font-weight: 400;
  font-family: 'Outfit', sans-serif;
  font-size: 10px;
  text-align: right;
  text-decoration: none;
}
.l-jumpTop a::after{
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../../img/icon/arrow-up.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 25px;
  top: 58px;
  z-index: 9;
  transition: 0.2s;
}


body.is-pc .l-jumpTop:hover::before {
  background-color: #fe6c1c;
}
body.is-pc .l-jumpTop a:hover::after{
  transform: translateY(-5px);
}


@media screen and (max-width:834px) {

  .l-jumpTop{
    display: none !important;
  }

}

/***********
menu
************/

.l-menu{
  position: fixed;
  width: 50vw;
  max-width: 640px;
  min-width: 320px;
  height: calc(100vh - 70px);
  z-index: 9998;
  right: -640px;
  padding: 0 30px;
  top: 90px;
  transition:all 0.3s ease;
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
body.is-fixed .l-menu{
  top: 70px;
}
.is-menu-open .l-menu{
  opacity: 1;
  right: 0;
  transition:all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}



.l-menu-close{
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  z-index: -1;
}
.is-menu-open .l-menu-close{
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  z-index: 990;
}

.l-menu-block{
  padding: 30px 0 200px;
  background: url(../../img/menu_img.jpg) no-repeat center bottom / 90% auto;
  padding-bottom: 80px;
}
.l-menu-box{
  max-width: 400px;
  margin: 0 auto;
}


.l-menu-search {
  margin-bottom: 20px;
  width: 100%;
  display: none;
}
.l-menu-search form {
  display: flex;
}
.l-menu-search input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #aaa;
  background-color: #f0f0f0;
  width: 100%;
  margin-right: -1px;
  font-size: 16px;
  padding-left: 10px;
  height: 40px;
}
.l-menu-search button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #000;
  color: #fff;
  white-space: nowrap;
  padding: 0 15px;
}

.l-menu-logo {
  text-align: left;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 100px;
}
.l-menu-logo a {
  display: inline-block;
}
.l-menu-logo svg {
  width: 220px;
  height: 32px;
  fill: #f5821f;
}
.l-menu-logo-text {
  font-size: 108%;
  font-weight: 600;
  line-height: 1;
}


@media screen and (max-width:1024px) {

  .l-menu-search {
    display: block;
  }

}

@media screen and (max-width:834px) {

  .l-menu{
    width: 70vw;
    max-width: 500px;
    height: calc(100vh - 60px);
    right: -500px;
    padding: 0 25px;
    top: 60px;
  }
  body.is-fixed .l-menu{
    top: 60px;
  }

  .l-menu-block{
    padding: 25px 0 100px;
    background: url(../../img/menu_img.jpg) no-repeat center bottom / 100% auto;
    padding-bottom: 50px;
  }
  .l-menu-box{
    max-width: 320px;
  }


  .l-menu-search {
    margin-bottom: 10px;
  }
  .l-menu-search button {
    font-size: 13px;
  }

  .l-menu-logo {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .l-menu-logo svg {
    width: 180px;
    height: 26px;
  }
  .l-menu-logo-text {
    font-size: 12px;
  }

}


/***********
navi
************/

.l-navi {
}

.l-navi-list {
}

.l-navi-list > li {
  border-bottom: 1px solid #000;
  position: relative;
}

.l-navi-list > li > a {
  display: block;
  padding: 20px 40px 20px 5px;
  font-size: 131%;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  position: relative;
}
body.is-pc .l-navi-list a:hover {
  color: #fe6c1c;
}

.l-navi-list button{
  display: none;
}

.l-navi-list .menu-item-has-children > button {
  display: block;
  width: 80px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  font-size: 24px;
  color: #000;
  text-align: right;
  background: none;
  border:none;
  cursor: pointer;
}
.l-navi-list .menu-item-has-children > button::before,
.l-navi-list .menu-item-has-children > button::after{
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 15px;
  top: 30px;
  opacity: 0.8;
}
.l-navi-list .menu-item-has-children > button::after{
  transform: rotate(90deg);
}
.l-navi-list .menu-item-has-children > button.is-active::after{
  opacity: 0;
  transition: opacity 0.3s ease;
}

body.is-pc .l-navi-list .menu-item-has-children > button:not(.is-active):hover::before{
  transform: rotate(90deg);
  background-color: #fe6c1c;
  transition: 0.3s;
}
body.is-pc .l-navi-list .menu-item-has-children > button:not(.is-active):hover::after{
  transform: rotate(180deg);
  background-color: #fe6c1c;
  transition: 0.3s;
}

.l-navi-list ul {
  display: none;
  padding-bottom: 30px;
}
.l-navi-list ul li {
}
.l-navi-list ul li a {
  display: inline-block;
  padding: 0.5em 0 0.5em 45px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.l-navi-list ul li a::before {
  content: "└";
  position: absolute;
  left: 20px;
  top: 10px;
  font-weight: normal;
}



.l-navi-sub {
  padding: 30px 0 30px 10px;
}
.l-navi-sub button{
  display: none;
}
.l-navi-sub li {
}
.l-navi-sub a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  font-feature-settings: "palt";
  padding: 0.5em 0 0.5em 1.5em;
  text-decoration: none;
  color: #000;
  position: relative;
}
.l-navi-sub a::before {
  font-family: 'Font Awesome 5 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  text-rendering: auto;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  content: "\f0da";
  position: absolute;
  left: 5px;
  top: 6px;
}
body.is-pc .l-navi-sub a:hover {
  color: #fe6c1c;
}

@media screen and (max-width:834px) {

  .l-navi-list > li > a {
    padding: 15px 40px 15px 5px;
    font-size: 15px;
  }

  .l-navi-list .menu-item-has-children > button {
    width: 50px;
  }
  .l-navi-list .menu-item-has-children > button::before,
  .l-navi-list .menu-item-has-children > button::after{
    right: 5px;
    top: 25px;
  }

  .l-navi-list ul {
    display: none;
    padding-bottom: 20px;
  }
  .l-navi-list ul li {
  }
  .l-navi-list ul li a {
    padding: 0.5em 0 0.5em 30px;
    font-size: 14px;
  }
  .l-navi-list ul li a::before {
    left: 5px;
    top: 8px;
  }

  .l-navi-sub {
    padding: 30px 0 30px 5px;
  }
  .l-navi-sub a {
    font-size: 13px;
    padding: 0.5em 0 0.5em 1.5em;
  }

}

/***********
movie
************/

.l-movie {
}
.l-movie a {
  display: block;
  position: relative;
}
.l-movie a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.l-movie a::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../../img/icon/play.png) no-repeat 0 0 / 100% 100%;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
body.is-pc .l-movie a:hover::before {
  opacity: 0.5;
}

@media screen and (max-width:834px) {
  .l-movie a::after {
    width: 60px;
    height: 60px;
  }
}


/***********
caption
************/

.l-caption {
  text-align: center;
  padding-bottom: 40px;
}
.l-caption-subTitle {
  font-family: 'Outfit', sans-serif;
  font-size: 154%;
  font-weight: 700;
  color: #fb9818;
  line-height: 1;
  margin-bottom: 0.5em;
}
.l-caption-title {
  font-size: 250%;
  line-height: 1.4;
}
.l-caption-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #fb7d18;
  margin: 15px auto;
}
.l-caption-lead {
  font-size: 200%;
  font-weight: 600;
  color: #fb9818;
  line-height: 1.4;
  padding-top: 1em;
}
.l-caption-text {
  font-size: 124%;
  line-height: 1.8;
  padding-top: 1em;
}

@media screen and (max-width:834px) {

  .l-caption {
    padding-bottom: 25px;
  }
  .l-caption-subTitle {
    font-size: 131%;
  }
  .l-caption-title {
    font-size: 131%;
  }
  .l-caption-title::after {
    width: 60px;
    height: 3px;
    margin: 10px auto;
  }
  .l-caption-lead {
    font-size: 124%;
    padding-bottom: 0.5em;
  }
  .l-caption-text {
    font-size: 108%;
    line-height: 1.7;
    padding-top: 0.5em;
    text-align: justify;
  }


}


/***********
heading
************/

.l-heading{
  text-align: center;
  padding-bottom: 40px;
}
.l-heading-subTitle{
  font-family: 'Outfit', sans-serif;
  font-size: 300%;
  font-weight: 700;
  line-height: 1;
}
.l-heading-title{
  font-size: 131%;
  line-height: 1.4;
  padding-top: 0.6em;
}
.l-heading-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #fb7d18;
  margin: 15px auto;
}
.l-heading-text{
  font-size: 124%;
  line-height: 1.8;
  padding-top: 1.2em;
}

@media screen and (max-width:834px) {

  .l-heading{
    padding-bottom: 30px;
  }
  .l-heading-subTitle{
    font-size: 200%;
  }
  .l-heading-title{
    font-size: 116%;
  }
  .l-heading-title::after {
    width: 60px;
    height: 3px;
    margin: 10px auto;
  }
  .l-heading-text{
    font-size: 108%;
    line-height: 1.7;
    padding-top: 0.5em;
    text-align: justify;
  }

}

/***********
headline
************/

.l-headline{
  text-align: center;
  padding-bottom: 40px;
}
.l-headline-subTitle {
  font-family: 'Outfit', sans-serif;
  font-size: 450%;
  font-weight: 700;
  line-height: 1;
}
.l-headline-subTitle::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #fb7d18;
  margin: 15px auto;
}
.l-headline-title {
  font-size: 220%;
  line-height: 1.4;
  padding-top: 0.6em;
}
.l-headline-text {
  font-size: 124%;
  line-height: 1.8;
  padding-top: 1.2em;
}

@media screen and (max-width:834px) {

  .l-headline{
    padding-bottom: 30px;
  }
  .l-headline-subTitle {
    font-size: 300%;
  }
  .l-headline-subTitle::after {
    width: 60px;
    height: 3px;
    margin: 10px auto;
  }
  .l-headline-title {
    font-size: 139%;
    line-height: 1.6;
  }
  .l-headline-text {
    font-size: 108%;
    line-height: 1.7;
    padding-top: 0.5em;
    text-align: justify;
  }


}

/***********
title
************/

.l-largeTitle{
  font-size: 220%;
  text-align: center;
  margin-bottom: 40px;
}
.l-largeTitle::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #fb7d18;
  margin: 15px auto;
}

.l-title {
  font-size: 185%;
  font-feature-settings: "palt";
  padding: 0.8em 0 0.8em 0.8em;
  margin-bottom: 1em;
  border-left: 4px solid #fb7d18;
  line-height: 1.4;
}
.l-subTitle{
  background-color: #ecebea;
  padding: 0.8em 1.5em;
  margin-bottom: 1em;
  font-size: 139%;
  line-height: 1.4;
}

.l-minTitle{
  font-size: 139%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
}
.l-xminTitle{
  font-size: clamp(124%,1.4vw, 139%);
  margin-bottom: 0.8em;
}

@media screen and (max-width:834px) {

  .l-largeTitle{
    font-size: 131%;
    margin-bottom: 25px;
  }
  .l-largeTitle::after {
    width: 60px;
    height: 3px;
    margin: 10px auto;
  }

  .l-title {
    font-size: 131%;
    padding: 0.8em 0 0.8em 0.8em;
    border-left: 3px solid #fb7d18;
  }
  .l-subTitle{
    padding: 0.4em 1em;
    font-size: 116%;
  }

.l-minTitle{
  font-size: 116%;
}

}


/***********
l-bgColor
************/

.l-bgColor01{
  background-color: #fff;
  position: relative;
}
.l-bgColor02{
  background-color: #f0f0f0;
  position: relative;
}
.l-bgColor03{
  background-color: #ffecca;
  position: relative;
}
.l-bgColor04{
  background-color: #fffaf1;
  position: relative;
}

.l-bgOrnament {
  position: relative;
  z-index: 2;
}
.l-bgOrnament {
}
.l-bgOrnament::before {
  content: "";
  display: block;
  width: 300px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50% , -30px);
  border-radius: 100% ;
  clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0 50%);
}
.l-bgOrnament.l-bgColor01::before {
  background-color: #fff;
}
.l-bgOrnament.l-bgColor02::before {
  background-color: #f0f0f0;
}
.l-bgOrnament.l-bgColor03::before {
  background-color: #ffecca;
}
.l-bgOrnament.l-bgColor04::before {
  background-color: #fffaf1;
}

.l-bgLogo{
  position: absolute;
  left: 0;
  bottom: 0;
  fill: rgba(0, 0, 0, 0.05);
  width: 100vw;
  height: 26vw;
  pointer-events: none;
}


@media screen and (max-width:834px) {

  .l-bgColor01{
  }
  .l-bgColor02{
  }

  .l-bgOrnament {
  }
  .l-bgOrnament {
  }
  .l-bgOrnament::before {
    width: 50vmin;
    height: 20vmin;
    transform: translate(-50% , -15px);
  }

}


/***********
carouselSlider
************/

.l-carouselSlider {
  display: flex;
}
.l-carouselSlider li {
}
.l-carouselSlider li > a{
  display: block;
}
.l-carouselSlider-box {
  padding: 0 15px;
}


.l-carouselSlider .slick-next,
.l-carouselSlider .slick-prev{
  display: block;
  position: absolute;
  top: 50%;
  z-index: 99;
}
.l-carouselSlider .slick-next{
  right: -40px;
}
.l-carouselSlider .slick-prev{
  left: -40px;
}
.l-carouselSlider .slick-next span,
.l-carouselSlider .slick-prev span{
  display: inline-block;
  width: 40px;
  height: 50px;
  margin-top: -25px;
  background-color: #000;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
body.is-pc .l-carouselSlider .slick-next span:hover,
body.is-pc .l-carouselSlider .slick-prev span:hover{
  background-color: #fb7d18;
}

.l-carouselSlider .slick-next span::before,
.l-carouselSlider .slick-prev span::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
}
.l-carouselSlider .slick-next span::before{
  transform: rotate(45deg);
  margin-left: -8px;
}
.l-carouselSlider .slick-prev span::before{
  transform: rotate(-135deg);
  margin-left: -2px;
}


@media screen and (max-width:834px) {

  .l-carouselSlider {
    display: flex;
  }
  .l-carouselSlider li > a{
    display: block;
  }
  .l-carouselSlider-box {
    padding: 0 2px;
    width: 180px;
  }

  .l-carouselSlider .slick-next,
  .l-carouselSlider .slick-prev{
    transform: scale(0.6);
  }
  .l-carouselSlider .slick-next{
    right: 0px;
    transform-origin: right;
  }
  .l-carouselSlider .slick-prev{
    left: 0px;
    transform-origin: left;
  }

}

/***********
choose
************/

.l-choose {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
}
.l-choose-section {
  background-color: #ecebea;
  margin-left: 1%;
  margin-bottom: 1%;
  padding: 30px 3% 30px;
}
.l-choose-section.is-full {
  width: 99%;
}
.l-choose-section.is-half {
  width: 49%;
}
.l-choose-heading {
  font-size: 200%;
  font-feature-settings: "palt";
  padding-bottom: 20px;
  text-align: center;
}
.l-choose-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: clamp(13px,1.2vw, 16px);
}
.l-choose-list li {
  padding: 5px;
}
.l-choose-list li a {
  display: block;
  width: 12em;
  padding-top: 0.5em;
  background-color: #555;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 0.5em;
  box-shadow: 0 2px 0 #2a2929;
  transition: 0s;
}
body.is-pc .l-choose-list li a:hover,
.l-choose-list li.current-cat a {
  transform: translateY(2px);
  box-shadow: 0 0 0 #2a2929 !important;
}
.l-choose-list li.current-cat a {
  filter: brightness(115%);
}
.l-choose-icon {
  max-width: 90px;
  margin: 0 auto 0.5em;
}
.l-choose-title {
  font-weight: 500;
  padding-bottom: 1em;
  line-height: 1.1em;
}

/*
scrollable
*/

.l-choose-section.-scrollable {
  overflow: auto;
  padding: 15px;
}
.l-choose-section.-scrollable .l-choose-list {
  flex-wrap: nowrap;
  min-width: 834px;
}
.l-choose-section.-scrollable .l-choose-list li {
  flex: 1;
  padding: 0 2px;
}
.l-choose-section.-scrollable .l-choose-list li:last-child {
  margin-right: 15px;
}
.l-choose-section.-scrollable .l-choose-list a {
  width: auto;
}
.l-choose-section.-scrollable .l-choose-list .l-choose-title {
  font-size: clamp(11px,1vw, 12px);
  font-feature-settings: "palt";
  white-space: nowrap;
}
.l-choose-section.-scrollable .l-choose-list .l-choose-icon {
  max-width: 60%;
}

/*
color
*/

.is-yellow .l-choose-list li a{
  background-color: #fba918;
  box-shadow: 0 2px 0 #d78a03;
}
.is-yellow.l-choose-section{
  background-color: #feefd4;
}

.is-orange .l-choose-list li a{
  background-color: #fe6c1c;
  box-shadow: 0 2px 0 #b74101;
}
.is-orange.l-choose-section{
  background-color: #fce2de;
}

.is-gold.l-choose-section{
  background-color: #f0efe7;
}


.l-choose-list li a.is-gold{
  background-color: #cda435;
  box-shadow: 0 2px 0 #7e6111;
}
.l-choose-list li a.is-silver{
  background-color: #ababab;
  box-shadow: 0 2px 0 #686868;
}
.l-choose-list li a.is-bronze{
  background-color: #a56c45;
  box-shadow: 0 2px 0 #50290f;
}

@media screen and (max-width:1024px) {

  .l-choose {
    margin: 0 auto;
    display: block;
  }
  .l-choose-section {
    width: 100%;
    padding: 20px 5% 20px;
    margin: 0 1%;
  }
  .l-choose-section.is-full,
  .l-choose-section.is-half {
    width: 100%;
  }
  .l-choose-heading {
    font-size: 154%;
    padding-bottom: 15px;
  }
  .l-choose-list li {
    width: 20%;
    padding: 3px;
  }
  .l-choose-list li a {
    width: 100%;
  }
  .l-choose-icon {
    max-width: 50%;
  }
  .l-choose-title {
    font-feature-settings: "palt";
  }

  /*
  scrollable
  */

  .l-choose-section.-scrollable {
    padding: 15px;
    width: calc(100vw + 6vw);
    margin-left: -3vw;
    margin-right: -3vw;
  }
  .l-choose-section.-scrollable .l-choose-list {
  }
  .l-choose-section.-scrollable .l-choose-list li {
    padding: 0 2px;
  }
  .l-choose-section.-scrollable .l-choose-list a {
    width: auto;
    padding-top: 0.2em;
  }
  .l-choose-section.-scrollable .l-choose-list .l-choose-title {
    font-size: clamp(11px,1vw, 12px);
    font-feature-settings: "palt";
    white-space: nowrap;
    padding-bottom: 0.5em;
  }
  .l-choose-section.-scrollable .l-choose-list .l-choose-icon {
    max-width: 40%;
    margin-bottom: 0;
  }


}

@media screen and (max-width:640px) {

  .l-choose-heading {
    font-size: 124%;
    padding-bottom: 15px;
  }
  .l-choose-list li {
    width: 33.3%;
  }
  .l-choose-icon {
    max-width: 60%;

  }
  .l-choose-title {
    white-space: nowrap;
  }
}


/***********
newsList
************/

.l-newsList {
  margin-top: -20px;
}
.l-newsList li {
}
.l-newsList li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.l-newsList li.is-empty {
  border: none;
  padding: 20px 0;
  font-size: 13px;
  text-align: center;
}
.l-newsList a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  color: #000;
  text-decoration: none;
  padding: 30px 0;
}
.l-newsList-time {
  display: inline-block;
  width: 7em;
  white-space: nowrap;
  font-size: 116%;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  opacity: 0.7;
}
.l-newsList-cat {
  display: inline-block;
  min-width: 10em;
  padding: 0.2em 0.5em;
  background-color: #000;
  color: #fff;
  font-feature-settings: "palt";
  text-align: center;
  white-space: nowrap;
}
.l-newsList-title {
  flex: 1;
  padding-left: 2em;
  font-size: 116%;
}
body.is-pc .l-newsList-title:hover {
  text-decoration: underline;
}

@media screen and (max-width:834px) {

  .l-newsList {
    margin-top: -10px;
  }
  .l-newsList li {
  }
  .l-newsList li:not(:last-child) {
  }
  .l-newsList a {
    display: block;
    padding: 20px 0;
  }
  .l-newsList-time {
    width: auto;
    font-size: 85%;
    padding-right: 0.5em;
  }
  .l-newsList-cat {
    min-width: initial;
    padding: 0.1em 0.5em;
    font-size: 77%;
  }
  .l-newsList-title {
    padding-left: 0;
    padding-top: 0.5em;
    font-size: 100%;
  }

}

/***********
tickerSlider
************/

.l-tickerSlider{
  display: flex;
  padding-bottom: 100px;
  position: relative;
}
.l-tickerSlider li{
}
.l-tickerSlider li a{
  display: block;
  color: #000;
  text-decoration: none;
}

.l-tickerSlider-box {
  width: 400px;
  padding: 0 10px;
}
.l-tickerSlider-img {
}
.l-tickerSlider-box img {
}
.l-tickerSlider-inner {
  padding-top: 20px;
}
.l-tickerSlider-data {
  display: flex;
  align-items: flex-start;
}
.l-tickerSlider-time {
  display: inline-block;
  white-space: nowrap;
  font-size: 108%;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  opacity: 0.7;
  padding-right: 0.5em;
}
.l-tickerSlider-cat {
  display: inline-block;
  padding: 0.2em 1em;
  line-height: 1.4;
  background-color: #000;
  color: #fff;
  font-size: 93%;
  font-feature-settings: "palt";
  text-align: center;
  white-space: nowrap;
}
.l-tickerSlider-title {
  padding-top: 0.5em;
  font-size: 116%;
  line-height: 1.4;
}
body.is-pc .l-tickerSlider-title:hover {
  text-decoration: underline;
}



.l-tickerSlider .slick-next,
.l-tickerSlider .slick-prev{
  display: block;
  position: absolute;
  bottom: 0;
  height: 50px;
  z-index: 99;
}
.l-tickerSlider .slick-next{
  right: 30px;
}
.l-tickerSlider .slick-prev{
  right: 110px;
}
.l-tickerSlider .slick-prev{
  border-right: 1px solid #000;
  padding-right: 30px;
}
.l-tickerSlider .slick-next span,
.l-tickerSlider .slick-prev span{
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.l-tickerSlider .slick-next span::before,
.l-tickerSlider .slick-prev span::before{
  content: "";
  display: block;
  width: 26px;
  height: 6px;
  margin-left: -13px;
  margin-top: -5px;
  background: url(../../img/icon/arrow.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.3s;
}
.l-tickerSlider .slick-next span::before{
}
.l-tickerSlider .slick-prev span::before{
  transform: scaleX(-1);
}


body.is-pc .l-tickerSlider .slick-next span:hover,
body.is-pc .l-tickerSlider .slick-prev span:hover{
  background-color: #000;
}
body.is-pc .l-tickerSlider .slick-next span:hover::before,
body.is-pc .l-tickerSlider .slick-prev span:hover::before{
  background-image: url(../../img/icon/arrow_wt.png);
}


@media screen and (max-width:834px) {

  .l-tickerSlider{
    padding-bottom: 0;
  }
  .l-tickerSlider li{
  }
  .l-tickerSlider li a{
  }

  .l-tickerSlider-box {
    width: 240px;
    padding: 0 5px;
  }
  .l-tickerSlider-img {
  }
  .l-tickerSlider-box img {
  }
  .l-tickerSlider-inner {
    padding-top: 15px;
  }
  .l-tickerSlider-data {
  }
  .l-tickerSlider-time {
    font-size: 77%;
    padding-right: 0.3em;
  }
  .l-tickerSlider-cat {
    padding: 0.1em 0.5em;
    font-size: 77%;
  }
  .l-tickerSlider-title {
    font-size: 93%;
  }

  .l-tickerSlider .slick-next,
  .l-tickerSlider .slick-prev{
    display: none !important;
  }

}


/***********
link
************/


.l-link{
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #ddd;
}
.l-link-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  padding: 0 3%;
}
.l-link-list li {
  margin-left: 1%;
  width: 32.3%;
}
.l-link-list a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.l-link-list a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
body.is-pc .l-link-list a:hover::after {
  opacity: 0.5;
}
.l-link-list a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../../img/icon/arrow_wt.png) no-repeat center center / 26px 6px;
  background-color: #f5821f;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.l-link-list-img {
}
.l-link-list-img img {
}
.l-link-list-title {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10%;
  font-size: 154%;
  font-weight: 600;
  font-feature-settings: "palt";
  z-index: 9;
}

@media screen and (max-width:834px) {

  .l-link{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .l-link-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    padding: 0 0;
  }
  .l-link-list li {
    width: 33.3%;
    margin-left: 0;
    padding: 1px;
  }
  .l-link-list a::before {
    width: 20px;
    height: 20px;
    background-size: 12px 3px;
  }
  .l-link-list-img img {
    width: 100%;
    height: 28vmin;
    max-height: 150px;
    object-fit: cover;
  }
  .l-link-list-title {
    padding-left: 0;
    font-size: 93%;
    text-align: center;
  }


/*
  .l-link{
    padding: 30px 0 20px;
  }
  .l-link-list {
    display: block;
    margin-left: 0;
    padding: 0 0 ;
    max-width: 500px;
    margin: 0 auto;
  }
  .l-link-list li {
    margin-left: 0;
    margin-bottom: 10px;
    width: auto;
  }

  .l-link-list a::before {
    width: 30px;
    height: 30px;
    background-size: 20px 5px;
  }
  .l-link-list-img {
  }
  .l-link-list-img img {
    width: 100%;
    height: 30vmin;
    object-fit: cover;
  }
  .l-link-list-title {
    text-align: center;
    padding-left: 0%;
    font-size: 116%;
  }
*/

}

/***********
cv
************/

.l-cv {
  background-color: #f5821f;
  text-align: center;
  padding: 60px 0;
}
.l-cv-heading {
}
.l-cv-heading-subTitle {
  font-family: 'Outfit', sans-serif;
  font-size: 300%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.l-cv-heading-title {
  font-size: 131%;
  line-height: 1.4;
  padding-top: 0.6em;
  color: #fff;
}
.l-cv-heading-text {
  font-size: 139%;
  font-weight: 600;
  line-height: 1.8;
  padding-top: 1.2em;
}


.l-cv-list {
  padding-top: 40px;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.l-cv-list li {
  width: 100%;
}
.l-cv-list a {
  display: block;
  padding: 30px 40px;
  color: #fff;
  background-color: #000;
  text-align: center;
  text-decoration: none;
  font-feature-settings: "palt";
  position: relative;
}
body.is-pc .l-cv-list a:hover {
  background-color: #444;
}
.l-cv-list a::after {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  background: url(../../img/icon/arrow_wt.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  transition: 0.3s;
}
.l-cv-text {
  color: #fba918;
  font-weight: 600;
  font-size: 124%;
  padding-bottom: 0.5em;
}
.l-cv-title {
  font-size: 200%;
  font-weight: 600;
  line-height: 1;
}

.l-cv-badge {
  width: 5em;
  height: 5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  text-align: center;
  color: #fba918;
  font-weight: 600;
  font-size: 124%;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width:834px) {

  .l-cv-list li {
  }
  .l-cv-list a {
    padding: 20px 40px ;
  }
  .l-cv-list a::after {
    width: 20px;
    height: 4px;
    right: 5px;
  }
  .l-cv-text {
    font-size: 100%;
  }
  .l-cv-title {
    font-size: 154%;
  }

  .l-cv-badge {
    width: 4em;
    height: 4em;
    font-size: 93%;
  }

}


@media screen and (max-width:640px) {

  .l-cv {
    padding: 40px 0;
  }
  .l-cv-heading-subTitle {
    font-size: 200%;
  }
  .l-cv-heading-title {
    font-size: 116%;
  }
  .l-cv-heading-text {
    font-size: 108%;
  }
  .l-cv-list {
    padding-top: 20px;
    display: block;
  }
  .l-cv-list li {
    width: auto;
    margin-bottom: 10px;
  }
  .l-cv-list a {
    padding: 20px 30px;
  }
  .l-cv-list a::after {
    width: 20px;
    height: 4px;
    right: 10px;
    margin-top: -2px;
  }
  .l-cv-text {
    font-size: 93%;
  }
  .l-cv-title {
    font-size: 147%;
  }
  .l-cv-badge {
    font-size: 93%;
    left: 5px;
  }


}

/***********
xxxxx
************/




/***********
status
************/

.is-hide {
  display: none;
}

.is-inlineBlock{
  display: inline-block;
}

.is-out{
  position: absolute;
  left: -9999999px;
}

.is-pc-hide {
  display: none;
}

.is-pc-inline ,
.pc-br {
  display: inline;
}

.is-sp-inline ,
.sp-br {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}

.is-step > *{
  opacity: 0;
  transition: opacity 1.2s ease;
}
.is-step.is-show > *{
  opacity: 1;
}

@media screen and (max-width:834px) {

  .is-pc-hide {
    display: block;
  }

  .is-sp-hide {
    display: none;
  }

  .is-sp-inline ,
  .sp-br {
    display: inline;
  }

  .is-pc-inline ,
  .pc-br {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: auto;
  }

}
