@charset "utf-8";
@media (max-width :834px) {
  main{
    overflow: hidden;
  }
}
/* sec_intro
=============================================== */
.sec_intro{
  padding: 75px 0 0;
}
.sec_intro h1{
  font-family: var(--font-min);
}
.sec_intro h1 .txt_grada{
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1;
}
.sec_intro h1 .txt_lead{
  display: block;
  margin: 13px 0 10px;
  font-size: 4rem;
  line-height: 1.575;
}
@media screen and (max-width :834px) {
  .sec_intro{
    padding: 60px 0 0;
  }
  .sec_intro h1 .txt_grada{
    font-size: 2rem;
  }
  .sec_intro h1 .txt_lead{
    font-size: 2.8rem;
    margin: 20px 0 20px;
    font-size: 2.8rem;
    line-height: 1.536;
  }
}
/* sec_article
=============================================== */
.sec_article{
  display: flex;
  justify-content: space-between;
}

/* area_nav */
.sec_article .area_nav{
  position: relative;
  width: 25%;
  max-width: 480px;
  min-width: 300px;
  margin-top: 80px;
  padding:40px 40px;
  background-color: var(--bg-gray);
  z-index: 1;
}
.sec_article .area_nav_innner{
  position: sticky;
  top:128px;
}
.sec_article .mod_thumb{
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.sec_article .mod_thumb figure{
  width:32%;
  min-width: 100px;
}
.sec_article .mod_thumb .ttl_name{
  flex: 1;
  line-height: var(--lh-sub);
}
.sec_article .mod_thumb .type{
  font-size: 1.6rem;
}
.sec_article .mod_thumb .name{
  display: block;
  margin-top: 5px;
  font-size: 2rem;
}
/* nav_local */
#nav_local h3{
  margin-top: 55px;
  margin-bottom: 12px;
  font-size: 2.8rem;
  line-height: 1;
}
#nav_local ul a{
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
  padding: 16px 0;
  font-size: 1.6rem;
  color: var(--font-black);
  text-decoration: none;
  line-height: var(--lh-sub);
}
#nav_local ul a::before{
  opacity: 0;
  content: '';
  display: block;
  width: calc(100% + 80px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background-color: #fff;
  z-index: 0;
}
#nav_local ul a.is_active::before{
  opacity: 1;
}
#nav_local ul a span{
  position: relative;
  z-index: 1;
}
#nav_local ul .no{
  font-size: 2.2rem;
  line-height: 1;
  font-family: var(--font-en);
  color: var(--main-color);
}
@media screen and (max-width :834px) {
  .sec_article{
    display: block;
    overflow: hidden;
  }

  /* area_nav */
  .sec_article .area_nav{
    width: 100%;
    max-width: inherit;
    min-width: inherit;
    margin-top: 60px;
    padding:24px 5.2% 5px;
  }
  .sec_article .area_nav_innner{
    position: relative;
    top: 0;
  }
  .sec_article .mod_thumb figure{
    width:27.42%;
  }
  .sec_article .mod_thumb .type{
    font-size: 1.3rem;
  }
  .sec_article .mod_thumb .name{
    margin-top: 5px;
    font-size: 1.5rem;
  }
  /* nav_local */
  #nav_local h3{
    margin-top:37px;
    margin-bottom: 10px;
    font-size: 2rem;
  }
  #nav_local ul a{
    padding: 14px 0;
    font-size: 1.4rem;
  }
  #nav_local ul a::before{
    width: 110.4vw;
  }
  #nav_local ul .no{
    font-size: 1.7rem;
  }  
}
/* primary-------------------------- */
#primary{
  position: relative;
  flex: 1;
  padding: 80px 0 126px;
  z-index: 0;
  overflow: hidden;
}
#primary .inner{
  max-width: 1380px;
}
#primary .inner >*+*{
  margin-top: 110px;
}

/* ttl_sec */
#primary .ttl_sec span[lang="en"]{
  font-size: 3.2rem;
}
#primary .ttl_sec span.jp{
  margin-top: 10px;
  font-size: 3.2rem;
  color: var(--font-black);
}
/* ttl_q */
#primary .ttl_q+.cmn_p{
  margin-top: 35px;
}
#primary .cmn_p+.img_gallery{
  margin-top: 60px;
}

#primary .img_gallery+.ttl_q{
  margin-top: 115px;
}

#primary .ttl_q{
  display: flex;
  align-items: flex-start;
}
#primary .ttl_q .no{
  padding: 0 30px 18px 0;
  font-size: 5rem;
  line-height: 1;
  font-family: var(--font-en);
  color: var(--main-color);
  background: url(../../voice/img/ttl_q_line.svg)no-repeat bottom right;
}
#primary .ttl_q .ttl{
  display: block;
  padding: 45px 0 0 0;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  font-family: var(--font-min);
  line-height: var(--lh-sub);
  transform: translateX(-12px);
}

@media screen and (max-width :834px) {
  #primary{
    padding: 0;
    overflow: visible;
    z-index: 1;
  }
  #primary .inner >*+*{
    margin-top: 50px;
  }

  /* ttl_sec */
  #primary .ttl_sec span[lang="en"]{
    font-size: 2rem;
  }
  #primary .ttl_sec span.jp{
    margin-top: 10px;
    font-size: 2rem;
  }
  /* ttl_q */
  #primary .ttl_q+.cmn_p{
    margin-top: 15px;
  }
  #primary .cmn_p+.img_gallery{
    margin-top: 40px;
  }

  #primary .img_gallery+.ttl_q{
    margin-top: 115px;
  }

  #primary .ttl_q{
    display: block;
  }
  #primary .ttl_q .no{
    padding:0 30px 12px 0;
    font-size: 3.9rem;
    background-size:36px auto;
  }
  #primary .ttl_q .ttl{
    padding-top: 25px;
    font-size: 1.7rem;
    transform: translateX(0);
  }  
}
/* schedule-------------------------- */
.area_schedule{
  display: flex;
  gap:20px;
  justify-content: space-between;
}
.area_schedule .ttl_sec{
  width: 290px;
}
.area_schedule .box_frame{
  flex: 1;
  max-width: 920px;
  padding: 40px 49px;
  background-color: var(--bg-gray);
}
.area_schedule dl{
  position: relative;
  padding: 10px 0;
}
.area_schedule dl::before{
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 80px;
  top: 0;
  background-color: var(--color-border);
}
.area_schedule dl .row{
  display: flex;
}
.area_schedule dl .row+.row{
  margin-top: 35px;
}
.area_schedule dl dt{
  width: 80px;
  flex-shrink: 0;
  font-size: 2.2rem;
  color: var(--main-color);
  font-family: var(--font-eb);
  line-height: var(--lh-sub);
}
.area_schedule dl dd{
  position: relative;
  padding-left: 34px;
  line-height: var(--lh-sub);
}
.area_schedule dl dd .font_min{
  display: block;
  font-size: 2rem;
  font-weight: 500;
}
.area_schedule dl dd .txt{
  display: block;
  margin-top: 10px;
}
.area_schedule dl dd::before{
  content: '';
  width: 7px;
  height: 7px;
  background-color: var(--main-color);
  border-radius: 50%;
  position: absolute;
  left: -3px;
  top: 12px;
}
@media (max-width :1280px){
  .area_schedule{
    flex-direction: column;
  }
}
@media screen and (max-width :834px) {
  .area_schedule{
    gap: 30px;
  }
  .area_schedule .box_frame{
    padding: 24px 10px 24px 26px;
  }
  .area_schedule dl{
    padding: 8px 0;
  }
  .area_schedule dl::before{
    left: 50px;
  }
  .area_schedule dl .row+.row{
    margin-top: 20px;
  }
  .area_schedule dl dt{
    width: 50px;
    font-size: 1.8rem;
  }
  .area_schedule dl dd{
    padding-left: 14px;
  }
  .area_schedule dl dd .font_min{
    font-size: 1.7rem;
  }
  .area_schedule dl dd .txt{
    margin-top: 7px;
  }  
  .area_schedule dl dd::before{
    width: 5px;
    height: 5px;
    left: -2px;
    top: 11px;
  }  
}
/* My day off-------------------------- */
.area_off{
  margin-top: 128px !important;
  padding: 80px;
  background-color: var(--bg-gray);
  overflow: visible;
}
.area_off .box_ttl{
  position: relative;
  z-index: 1;
}
.area_off .box_ttl .ttl_sec{
  margin-bottom: 30px;
}
.area_off .img_gallery{
  position: relative;
  z-index: 0;
  overflow: visible;
}
@media (min-width :1281px){
  .area_off{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
  }
  .area_off .box_ttl{
    width: 51%;
  }  
  .area_off .img_gallery{
    flex: 1;
    margin-top: 50px;
  }  
  .area_off .img_gallery figure{
    width: calc(100% + 8.33vw);
    max-width:640px ;
  }  
  .area_off .img_gallery figure img{
    border-radius:var(--radius) 0 0 var(--radius);
  }
}
@media (max-width :1280px){
  .area_off{
    padding: 40px;
  }  
  .area_off .img_gallery{
    width: calc(100% + 180px);
    border-radius:var(--radius) 0 0 var(--radius);
    transform: translateX(-90px);
  }
  .area_off .img_gallery figure img{
    width: 100%;
  }  
}
@media screen and (max-width :834px) {
  .area_off{
    margin-top: 64px !important;
    padding:35px 20px 25px;
  }
  .area_off .box_ttl .ttl_sec{
    margin-bottom: 25px;
  }  
  .area_off .img_gallery{
    width:100vw;
    margin-top: 35px;
    transform: translateX(calc((-5.2vw - 20px)));
  }    
}
/* ギャラりー-------------------------- */
.img_gallery figure{
  position: relative;
}
.img_gallery.center figure{
  width: 62.5%;
  margin: 0 auto;
}
.img_gallery figure::before{
  content: '';
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  z-index: 1;
}
.img_gallery.img_deco1 figure::before{
  width:112.8%;
  aspect-ratio: 1444 / 773;
  background-image: url(../../voice/img/deco1.png);
  transform: translate(-5.54%,-8.279%);
}
.img_gallery.img_deco2 figure::before{
  width: 24.75%;
  aspect-ratio: 198 / 158;
  background-image: url(../../voice/img/deco2.png);
  transform: translate(-45.45%,-25.3%);
}
.img_gallery.img_deco3 figure::before{
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  width: 27.375%;
  aspect-ratio: 219 / 188;
  background-image: url(../../voice/img/deco3.png);
  transform: translate(39.265%,38.8%);
}
.img_gallery.img_deco4 figure::before{
  width: 117.25%;
  aspect-ratio: 938 / 500;
  background-image: url(../../voice/img/deco4.png);
  transform: translate(-6.396%,12%);
}
.img_gallery.img_deco_off figure::before{
  left: auto;
  right: 0;
  width: 96.89%;
  aspect-ratio: 624 / 620;
  background-image: url(../../voice/img/deco_off.png);
  transform: translate(2.4%,-12.48%);
}

@media (max-width :1280px){
  .img_gallery.img_deco_off figure::before{
    width: 98.7%;
    aspect-ratio: 770 / 714;
    background-image: url(../../voice/img/deco_off_sp.png);
    transform: translate(0,-17%);
  }    
}
@media screen and (max-width :834px) {
  .img_gallery.center figure{
    width: 100%;
  }

  .img_gallery.img_deco1{
    width:100vw;
    transform: translateX(-5.2vw);
  }  
  .img_gallery.img_deco1 figure img{
    border-radius: 0;
  }
  .img_gallery.img_deco4 figure::before{
    width: 108.5%;
    aspect-ratio: 760 / 446;
    background-image: url(../../voice/img/deco4_sp.png);
    transform: translate(-3.94%,8.96%);
  }  
}
/* sec_voice
=============================================== */
.sec_voice{
  padding: 100px 0 128px;
  overflow: hidden;
}
@media screen and (max-width :834px) {
  .sec_voice{
    padding:60px 0 80px;
  }  
}