@charset "UTF-8";
/* RESET */
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  font-optical-sizing: auto;
  scroll-behavior: smooth;
}
body{
  background: #000;
  color: #FFF8DE;
}
img{
  width: 100%;
  height: auto;
}


/* FONTS */
.archivo {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:"wdth" 100;
  font-stretch: 62.5%;
}

.archivo.ebold {
  font-weight: 800;
  font-variation-settings:"wdth" 62.5;
  font-stretch: 62.5%;
}

.archivo.bold {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:"wdth" 100;
  font-stretch: 100%;
}

.archivo.mid {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:"wdth" 100;
  font-stretch: 100%;
}
.archivo.reg {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:"wdth" 100;
  font-stretch: 100%;
}

.SpMin {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}





footer {
  text-align: center;
  margin-top: 325px;
  padding: 0 0 25.8px;
}
@media screen and (max-width: 999px) {
  footer {
    margin-top: 167px;
  }
}

.footer_logo{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 32px;
  font-size: 1.2rem;
}
.footer_logo a{
  text-decoration: none;
  color: #FFFBEB;
  letter-spacing: 0.05em;
}
.footer_logo img{
  width: 128.51px;
  height: auto;
  margin-top: 9.2px;
}

.gnav_logo{
  position: fixed;
  top: 32px;
  left: 32px;
}
.gnav_btn{
  position: absolute;
  top: 32.5px;
  right: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gnav_btn_off,
.gnav_btn_on{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
}

.gnav_btn_off{
  margin-bottom: 20px;
}
.gnav_btn_off.active,
.gnav_btn_on.active{
  font-weight: 500;
  pointer-events: none;
}
.gnav_btn_off:before,
.gnav_btn_on:before{
  content: "";
  position: absolute;
  display: inline-block;
  top: 3px;
  left: -25px;
  width: 9px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9'%3E%3Cg id='グループ_97' data-name='グループ 97' transform='translate(-1251 -312)'%3E%3Ccircle id='楕円形_3' data-name='楕円形 3' cx='1.5' cy='1.5' r='1.5' transform='translate(1251 312)'/%3E%3Ccircle id='楕円形_6' data-name='楕円形 6' cx='1.5' cy='1.5' r='1.5' transform='translate(1251 318)'/%3E%3Ccircle id='楕円形_4' data-name='楕円形 4' cx='1.5' cy='1.5' r='1.5' transform='translate(1257 312)'/%3E%3Ccircle id='楕円形_5' data-name='楕円形 5' cx='1.5' cy='1.5' r='1.5' transform='translate(1257 318)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: opacity 0.3s;
  opacity: 0;
}
.gnav_btn_off.active:before,
.gnav_btn_on.active:before{
  opacity: 1;
}
.gnav_btn_off:after,
.gnav_btn_on:after{
  content: "";
  position: absolute;
  top: 0;
  right: -15.5px;
  width: 1px;
  height: 100%;
  background: #bbb;
  transition: opacity 0.3s ease, height 0.3s ease;
  opacity: 0.25;
}
.gnav_btn_off.active:after,
.gnav_btn_on.active:after{
  background: #b8b8b8;
  opacity: 1;
}
.gnav_btn_on.active:after{
  height: calc(50vh + 56px);
}
@media screen and (max-width: 999px) {
  .gnav_btn{
    top: 24px;
    flex-direction: row-reverse;
    align-items: unset;
  }
  .gnav_btn_off,
  .gnav_btn_on{
    width: 25px;
    margin: 0 7px;
  }
  .gnav_btn_off:before, .gnav_btn_on:before {
    top: -12.5px;
    left: unset;
  }
  .gnav_btn_off:after, .gnav_btn_on:after {
    top: unset;
    right: unset;
    bottom: -6.5px;
    width: 25px;
    height: 1px;
  }
  .gnav_btn_on.active:after {
    right: 0;
    width: calc(100% - 74px);
    height: 1px;
  }
}

.gnav_list{
  position: fixed;
  bottom: 77px;
  right: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .gnav_list{
    top: 0;
    bottom: auto;
    right: auto;
    padding-top: 16px;
    left: 16px;
    right: auto;
    height: auto;
    transition: height 0.3s;
  }
}


.gnav_list{
  width: 82px;
}
@media screen and (max-width: 999px) {
  .gnav_list{
    width: auto;
  }
}


.gnav_list_menu{
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}

.gnav_list_menu li{
  text-align: right;
}
.gnav_list_menu li:last-of-type{
  margin-bottom: 0;
}
.gnav_list_menu a{
  position: relative;
  font-size: 1.2rem;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #FFFBEB;
  transition: opacity 0.2s ease;
  opacity: 0.25;
}
.gnav_list_menu a.is-current{
  opacity: 1;
}
.gnav_list_menu a.is-current:before{
  
}

@media screen and (max-width: 999px) {
  .gnav_list_menu {
    display: flex;
    flex-direction: row;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 246px;
    flex-wrap: wrap;
    gap: 12px 0;
  }
  .gnav_list_menu li {
    text-align: left;
    width: 33%;
    padding-left: 0;
  }
  .gnav_list_menu a {
    font-size: 1.3rem;
  }
}

.sct_container{
  max-width: 1768px;
  margin: auto;
  padding: 0 96px;
  gap: 0 36px;
}
@media screen and (max-width: 999px) {
  .sct_container{
    padding: 0 16px;
    gap: unset;
  }
}

#sct_kv{
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 999px) {
  #sct_kv{
    top: 0;
  }
}

.sct_kv_logo{
  position: fixed;
  top: 24px;
  right: 32px;
  z-index: 1000;
}
.sct_kv_logo a{
  display: flex;
  flex-direction: column;
  align-items: end;
  font-size: 1.2rem;
  text-decoration: none;
  color: rgba(255, 251, 235, 0.2);
  letter-spacing: 0.05em;
}
.sct_kv_logo img{
  width: 131.72px;
  height: auto;
  margin-top: 9.2px;
}
@media screen and (max-width: 999px) {
  .sct_kv_logo{
    top: 16.5px;
    right: 8px;
  }
  .sct_kv_logo a span{
    font-size: 1rem;
    transform: scale(0.7);
    transform-origin: top right;
  }
  .sct_kv_logo img{
    margin-top: 2px;
    width: 81.84px;
    height: auto;
  }

}

.sct_kv_img{
  position: relative;
}
.sct_kv_img:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
}

.kv_txt_wrap{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  margin: auto;
  width: 100%;
  height: 100%;
  flex-direction: column;
  text-align: center;
  padding: 0 96px;
  max-width: 1960px;
  container-type: inline-size;
}
@media screen and (max-width: 999px) {
  .kv_txt_wrap{
    justify-content: center;
    padding: 0 16px;
    height: 100vh;
  }
}

.kv_ttl{
  font-size: 10.18cqw;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  width: calc(100% - 16px);
  margin: 0 auto;
  margin-top: 10.8cqw;
}
.kv_sttl{
  margin-top: 5%;
  color: #FFFBEB;
  font-size: 1.29cqw;
}
@media screen and (max-width: 999px) {
  .kv_ttl{
    margin-top: 0;
    font-size: 16.9cqw;
    line-height: 1;
  }
  .kv_sttl{
    font-size: 3.5cqw;
  }
}

.kv_txt_wrap,
.sct_kv_logo,
.gnav .gnav_list{
  opacity: 0;
  transition: opacity 1s ease 1s;
}
#sct_kv.init .kv_txt_wrap,
#sct_kv.init .sct_kv_logo,
.gnav.init .gnav_list{
  opacity: 1;
}


.kv_ttl span,
.kv_sttl{
	opacity: 0;
	transition: opacity 0s;
}
.kv_sttl{
	transition: opacity 0.8s;
}
.kv_ttl {
  color: #FFFBEB;
}

#sct_kv.start .kv_ttl span,
#sct_kv.start .kv_sttl  {
	opacity: 1;
}
.kv_ttl span:nth-of-type(1) { transition-delay: 1.4s;}
.kv_ttl span:nth-of-type(2) { transition-delay: 2s;}
.kv_ttl span:nth-of-type(3) { transition-delay: 2.3s;}
.kv_ttl span:nth-of-type(4) { transition-delay: 2.9s;}

.kv_sttl{
  transition-delay: 3.9s;
}



section:not(#sct_kv){
  margin-top: 205px;
  padding-top: 120px;
}
@media screen and (max-width: 999px) {
  section:not(#sct_kv){
    margin-top: 125.5px;
    padding-top: 120px;
  }
}

#sct_mission{  
}

#sct_vision{

}

#sct_vision{
}

#sct_value{
}

#sct_concept{
}

#sct_service{
}

#sct_company{
}

@media screen and (max-width: 999px) {
  .sct_copy,.sct_all{
    width: auto;
  }
}

.sct_all{
  text-align: center;
}
@media screen and (max-width: 999px) {
  .sct_all{
    text-align: left;
  }
  .sct_ttl,
  .sct_txt{
    width: auto;
  }
}

.sct_ttl{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 -64px 112px;
}
.sct_ttl h2{
  display: flex;
  height: 44.69px;
  font-size: 1.6rem;
}
.sct_ttl h2 span{
  position: relative;
  margin-right: 76px;
}
.sct_ttl h2 span::after{
  position: absolute;
  top: 16px;
  right: -68px;
  content: "";
  display: block;
  margin-top: 7px;
  width: 62.2px;
  height: 1px;
  background: #4D4B44;
  transform: rotate(-45deg);
}
.sct_ttl .trans{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  margin-top: 4px;
  justify-content: center;
  font-size: 2rem;
}
@media screen and (max-width: 999px) {
  .sct_ttl{
    flex-direction: column;
    align-items: start;
    margin: 0 0 69px;
  }
  .sct_ttl .trans{
    position: relative;
    width: 100%;
    margin-top: 36.5px;
  }
}
.sct_copy{
  container-type: inline-size;
  font-size: 5.8rem;
  line-height: 1.04;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999px) {
  .sct_copy{
    font-size: 3.4rem;
    line-height: 37px;
  }
}
@media screen and (min-width: 1366px) {
  .sct_copy{
    font-size: 3.93cqw;
  }
}
@media screen and (min-width: 1981px) {
  .sct_copy{
    font-size: 7.7rem !important;
  }
}

.unitset_txt{
    display: flex;
    flex-wrap: wrap;
    gap: 0 62px;
  }
  .unitset_txt.list_service{
    margin-bottom: -115px;
  }
  .unit_txt{
    width: calc(50% - 62px);
  }
  @media screen and (max-width: 999px) {
    .unit_txt{
      width: 100%;
    }
  }

  .unit_txt p {
    margin-top: 32px;
  }
  .unit_txt_en {
    font-size: 2.4rem;
    line-height: 24px;
  }
  .unit_txt_jp{
    font-size: 1.0rem;
    line-height: 18px;
  }
  .unit_txt_en.unit_txt_service {
    font-size: 1.6rem;
    line-height: 20px;
  }
  .unit_txt_jp.unit_txt_service{
    font-size: 1.2rem;
    line-height: 20px;
  }

.service_ttl{
  position: relative;
}
.service_ttl:before{
  content: "";
  position: absolute;
  bottom: -18px;
  display: block;
  width: 100%;
  height: 1px;
  background: #4D4B44;
}
.service_item {
  margin-bottom: 115px;
}
.service_ttl {
  display: flex;
  justify-content: space-between;
}
.service_ttl_en {
  font-size: 1.6rem;
}
.service_ttl_jp {
  font-size: 1.4rem;
}



.tbl_cominfo{
}
.tbl_cominfo th,
.tbl_cominfo td{
  padding-bottom: 20px;
  font-size: 1.3rem;
  line-height: 24px;
}
.tbl_cominfo_jp th,
.tbl_cominfo_jp td{
  padding-bottom: 25.2px;
}
.tbl_cominfo th{
  text-align: left;
  padding-right: 26px;  
  white-space: nowrap;
}
.tbl_cominfo td{
  text-align: left;
}
.tbl_cominfo td a{
  text-decoration: none;
  color: #FFFBEB;
}
@media screen and (max-width: 999px) {
  .tbl_cominfo th,
  .tbl_cominfo td{
    display: block;
  }
}

/* inview effect */
.visible,
.visibles {
	opacity: 0.15;
	transition: opacity 0.4s;
}
.effect {
	opacity: 1;
}
.efx_txt.effect{
  opacity: 0.75;
}


@media screen and (max-width: 999px) {
  .sp_hdn{
    display: none;
  }
  .pc_hdn{
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .sp_hdn{
    display: block;
  }
  .pc_hdn{
    display: none;
  }
}

/* #sct_service */


/* #sct_company */
@media screen and (max-width: 999px) {
  .tbl_cominfo th {
    padding-bottom: 2px;
  }
  .tbl_cominfo td {
    padding-bottom: 32px;
  }
  .tbl_cominfo_jp{
    margin-top: 64px;
  }
}
