/* Main Visual */
#mainVisual{
  position: relative;
  max-width: 1920px;
  height: 900px;
  margin: 120px auto 0;
  position: relative;
  z-index: -1;
}
#mainVisual .cntImg{
  position: relative;
  height: 100%;
}
#mainVisual .cntImg::before,
#mainVisual .cntImg::after{
  content: "";
  position: absolute;
  right: 10%;
  top: 46%;
  width: 793px;
  max-width: calc(100% - 300px);
  height: 187px;
  transform: translateX(20px);
  transition: transform 1.5s ease;
  z-index: 2;
}
#mainVisual .cntImg::before{
  background: url(../img/index-assets/main-visual_cp_1.png) top right/contain no-repeat;
}
#mainVisual .cntImg.-in::before{
  transform: none;
}
#mainVisual .cntImg::after{
  max-width: calc(100% - 300px);
  background: url(../img/index-assets/main-visual_cp_2.png) top right/contain no-repeat;
  mix-blend-mode: soft-light;
  z-index: 1;
}
#mainVisual .cntImg.-in::after{
  transform: translateX(5px);
}
#mainVisual .cntImg img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s;
}
#mainVisual .cntImg img.active{
  opacity: 1;
}
/* #mainVisual .cntText{
  position: absolute;
  right: 10%;
  top: 50%;
  width: 784px;
  max-width: calc(100% - 300px);
  height: 146px;
  z-index: 2;
}
#mainVisual .cntText::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/index-assets/main-visual_cp-2.png) top right/contain no-repeat;
  z-index: -1;
  mix-blend-mode: soft-light;
} */
@media screen and (max-width: 1920px) {
  #mainVisual{
		margin-top: calc(120px - (1920px - 100vw) / (400 / 20));
  }
}
@media screen and (max-width: 1356px) {
  #mainVisual{
    height: 66.37vw;
    margin-top: 100px;
  }
}
/* TAB */
@media screen and (max-width: 899px) {
  #mainVisual .cntImg::before,
  #mainVisual .cntImg::after{
    right: 30px;
    max-width: calc(100% - 170px);
  }
}
/* SP */
@media screen and (max-width: 480px) {
  #mainVisual{
    height: 500px;
  }
  #mainVisual .cntImg::before,
  #mainVisual .cntImg::after{
    right: 20px;
    max-width: 80%;
  }
  /* #mainVisual .cntText{
    top: 48%;
    right: 20px;
    max-width: 80%;
  } */
}

/* TOPICS */
#_topics{
  z-index: 2;
  position: relative;
}
#_topics .cntInner{
  max-width: 1920px;
  margin: 0 auto;
  background: url(../img/index-assets/topics_bg.png) center/cover no-repeat;
  height: 820px;
}
#_topics .cntBox,
#_topics .cntList{
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
#_topics .cntBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 77px;
  padding-top: 113px;
}
#_topics .cntBtn{
  margin-top: 15px;
}
#_topics .cntList{
  display: flex;
  gap: 24px 16px;
  justify-content: space-between;
}
#_topics .cntList .item{
  max-width: 275px;
  width: 100%;
  position: relative;
  padding: 56px 40px 60px;
  background: #fff;
}
#_topics .cntList .category{
  position: absolute;
  top: 0;
  left: 0;
  background: var(--c-main);
  font-size: 1.4rem;
  letter-spacing: .075em;
  text-align: center;
  line-height: 2.14;
  height: 2.14em;
  color: #fff;
  font-weight: 600;
  padding: 0 8px;
  min-width: 100px;
  display: inline-block;
}
#_topics .cntList .date{
  font-size: 1.8rem;
  font-family: var(--ff-en);
  letter-spacing: .075em;
  display: inline-block;
  margin-bottom: 23px;
}

#_topics .cntList .title{
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .075em;
  line-height: 1.666;
  text-decoration: underline;
  text-underline-offset: 2px;
  display: block;
}
/* TAB */
@media screen and (max-width: 899px) {
  #_topics .cntInner{
    background-position: 75%;
    height: auto;
    padding-bottom: 160px;
    background-size: cover;
  }
  #_topics .cntBox{
    margin-bottom: 46px;
    padding-top: 67px;
  }
  #_topics .cntList{
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #_topics .cntList .item{
    padding: 44px 16px 36px;
    width: calc((100% - 16px) / 2 );
    max-width: 100%;
  }
  #_topics .cntList .date{
    font-size: 1.4rem;
    margin-bottom: 18px;
  }
  #_topics .cntList .title{
    font-size: 1.6rem;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  #_topics .cntBox{
    display: block;
    margin-bottom: 26px;
  }
  #_topics .cntBtn{
    margin-top: 20px;
  }
  #_topics .cntList .item{
    padding-bottom: 20px;
  }
  #_topics .cntList .title{
    font-size: 1.5rem;
  }
}

/* ABOUT */
#_about{
  background: var(--c-main);
  margin-top: -120px;
	/* clip-path: polygon(0 120px, 200px 120px, 300px 0, 100% 0,  100% calc(100% - 120px), calc(100% - 200px) calc(100% - 120px), calc(100% - 300px) 100%, 0 100%, 0 120px); */
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), calc(100% - 200px) calc(100% - 120px), calc(100% - 300px) 100%, 0 100%, 0 0);
}
#_about .cntInner{
  max-width: 1920px;
  margin: 0 auto;
  background: url(../img/index-assets/about_bg.jpg) center/cover no-repeat;
  height: 1000px;
  z-index: -200;
}
#_about .cntBox,
#_about .cntText,
#_about .cntList{
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
#_about .cntBox{
  padding-top: 192px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin-bottom: 49px;
}
#_about .cntBtn{
  margin-top: 8px;
}
#_about .cntText{
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.222;
  letter-spacing: .075em;
  margin-bottom: 100px;
}
#_about .cntList{
  display: flex;
  justify-content: space-between;
  gap: 24px 16px;
}
#_about .cntList .item{
  background: url(../img/index-assets/about_waku.png) center/cover no-repeat;
  max-width: 290px;
  height: 290px;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  padding: 0 10px 44px;
}
#_about .cntList .icon{
  margin-bottom: 30px;
}
#_about .cntList .text{
  color: var(--c-main);
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  #_about{
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6.25vw), calc(100% - 10.41vw) calc(100% - 6.25vw), calc(100% - 15.62vw) 100%, 0 100%, 0 0);
  }
  #_about .cntBox{
    padding-top: calc(192px - (1920px - 100vw) / (1020 / 80));
  }
  #_about .cntList .text{
    font-size: calc(22px - (1920px - 100vw) / (1020 / 6));
  }
}
/* TAB */
@media screen and (max-width: 899px) {
  #_about .cntInner{
    height: auto;
    background-position: 95%;
    padding-bottom: 80px;
  }
  #_about .cntBox{
    padding-top: 85px;
    margin-bottom: 29px;
  }
  #_about .cntText{
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
  #_about .cntList{
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 680px;
    width: 100%;
  }
  #_about .cntList .item{
    padding: 0 5px;
    justify-content: center;
    height: 220px;
    max-width: 220px;
    width: calc((100% - 16px)/2);
  }
  #_about .cntList .icon{
    max-width: 80px;
    margin-bottom: 18px;
  }
  #_about .cntList .text{
    font-size: 1.7rem;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  #_about .cntBox{
    padding-top: 69px;
    display: block;
  }
  #_about .cntBtn{
    margin-top: 20px;
  }
  #_about .cntText{
    margin-bottom: 36px
  }
  #_about .cntList .item{
    height: 190px;
    max-width: 190px;
  }
  #_about .cntList .icon{
    max-width: 60px;
    margin-bottom: 8px;
  }
  #_about .cntList .text{
    font-size: 1.5rem;
  }
  
}

/* img_bg */
#_img_bg{
  position: relative;
  width: 100%;
  height: 840px;
  margin: -120px 0;
  background: url(../img/index-assets/pixta_1518991_L.png) center/cover fixed no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1520px) {
  #_img_bg{
    margin: -6.25vw 0;
    height: 55.26vw;
  }
}
/* TAB */
@media screen and (max-width: 899px) {
  #_img_bg{
    height: 500px;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  #_img_bg{
    height: 80vw;
  }
}

/* SERVICE */
#_service{
  padding-top: 170px;
	clip-path: polygon(0 120px, 200px 120px, 300px 0, 100% 0, 100% 100%, 0 100%, 0 120px);
  background: #fff;
}
#_service .cntInner{
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
#_service .cntInner::after{
  position: absolute;
  content: "";
  display: inline-block;
  top: 11px;
  right: 0;
  width: 1833px;
  height: 208px;
  background: url(../img/index-assets/service.png) center/cover no-repeat;
  z-index: -1;
}
#_service .cntBox,
#_service .cntList{
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
#_service .cntBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 130px;
}
#_service .cntBtn{
  margin-top: 35px;
}
#_service .cntList{
  display: flex;
  justify-content: space-between;
  gap: 42px 16px;
  margin-bottom: 160px;
}
#_service .cntList .item{
  max-width: 380px;
  width: 100%;
}
#_service .cntList .image{
  width: 100%;
  margin-bottom: 37px;
  padding-top: 78.94%;
  position: relative;
}
#_service .cntList img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
#_service .cntList .title{
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--c-main);
  letter-spacing: .075em;
  margin-bottom: 23px;
}
#_service .cntList .text{
  font-weight: 600;
  letter-spacing: .075em;
  line-height: 1.5;
}
@media screen and (max-width: 1920px) {
  #_service{
  	clip-path: polygon(0 6.25vw, 10.41vw 6.25vw, 15.62vw 0, 100% 0, 100% 100%, 0 100%, 0 6.25vw);
  }
}
/* TAB */
@media screen and (max-width: 899px) {
  #_service{
    padding-top: 97px;
  }
  #_service .cntBox{
    margin-bottom: 78px;
  }
  #_service .cntList{
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 24px;
  }
  #_service .cntList .item{
    max-width: 276px;
  }
  #_service .cntList .image{
    margin-bottom: 22px;
  }
  #_service .cntList .title{
    font-size: 1.7rem;
    margin-bottom: 13px;
  }
  #_service .cntList .text{
    font-size: 1.4rem;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  #_service .cntBox{
    display: block;
    margin-bottom: 46px;
  }
  #_service .cntBtn{
    margin-top: 20px;
  }
  #_service .cntInner::after{
    left: 30px;
    right: auto;
    top: -60px;
  }
}

/* LINKS */
#_links{
  position: relative;
  margin-top: -495px;
  z-index: 2;
}
#_links .cntInner{
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background: url(../img/index-assets/con_bg.png) center/cover no-repeat;
  height: 1321px;
  padding-top: 670px;
}
#_links .cntList{
  max-width: 1320px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}
#_links .cntList .item{
  display: block;
  max-width: 580px;
  width: 100%;
  color: #fff;
}
/* #_links .cntList .item+.item{
  margin-left: 10px;
} */
#_links .cntList .image{
  margin-bottom: 29px;
  width: 100%;
  padding-top: 60.34%;
  position: relative;
  overflow: hidden;
}
#_links .cntList .image img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  left: 0;
  transition: transform .3s;
}
#_links .cntList .item:hover .image img{
  transform: scale(1.1);
}
#_links .cntList .texts{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#_links .cntList .en{
  font-size: 3.6rem;
  font-family: var(--ff-en);
  font-weight: 700;
  letter-spacing: .075em;
  margin-right: 22px;
}
#_links .cntList .ja{
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .075em;
}
/* TAB */
@media screen and (max-width: 899px) {
  #_links .cntInner{
    padding-top: 600px;
    height: auto;
    background-position: 80%;
    padding-bottom: 180px;
  }
  #_links .cntList{
    flex-direction: column;
    align-items: center;
  }
  #_links .cntList .item{
    max-width: 422px;
    margin-bottom: 30px;
  }
  #_links .cntList .item:last-child{
    margin-bottom: 0;
  }
  #_links .cntList .image{
    margin-bottom: 16px;
  }
  #_links .cntList .en{
    font-size: 2.8rem;
  }
  #_links .cntList .ja{
    font-size: 1.5rem;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  #_links{
    margin-top: calc(-495px - (480px - 100vw) / (180 / -55));
  }
  #_links .cntInner{
    background-position: 20%;
  }
}

/* RECRUIT */
#_recruit{
  margin-top: -120px;
}
#_recruit .cntInner{
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#_recruit .cntInner::before{
  position: absolute;
  content: "";
  display: block;
  background: url(../img/index-assets/recruit_bg_02.png);
  background-repeat: no-repeat;
  background-position: 420px;
  width: 1920px;
  height: 804px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#_recruit .cntBox{
  max-width: 1320px;
  padding: 175px 20px 127px;
  margin: 0 auto;
  position: relative;
}
#_recruit .cntBox::before{
  position: absolute;
  content: "";
  display: block;
  background: url(../img/index-assets/recruit_bg_01.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 1424px;
  height: 640px;
  bottom: 67px;
  left: 0;
  z-index: -1;
}
#_recruit .cntBox-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px 16px;
  margin-bottom: 78px;
}
#_recruit .cntText{
  max-width: 510px;
  width: 100%;
}
#_recruit .cntTitle{
  margin-bottom: 53px;
}
#_recruit .cntText .text{
  font-weight: 600;
  letter-spacing: .075em;
  line-height: 1.875;
}
#_recruit .cntImg{
  max-width: 640px;
  width: 100%;
}
#_recruit .cntBtn{
  margin-left: auto;
  margin-right: 0;
  display: block;
}
/* TAB */
@media screen and (max-width: 899px) {
  #_recruit .cntBox{
    padding: 105px 20px 76px;
  }
  #_recruit .cntBox::before{
    height: 100%;
  }
  #_recruit .cntBox-top{
    flex-direction: column;
    margin-bottom: 46px;
  }
  #_recruit .cntTitle{
    margin-bottom: 31px;
  }
  #_recruit .cntImg{
    max-width: 422px;
  }
  #_recruit .cntBtn{
    max-width: 552px;
  }
  #_recruit .cntInner::before{
    display: none;
  }
}

/* CONTACT */
#_contact{
  overflow: hidden;
  background: var(--c-bg);
}
#_contact .cntInner{
  max-width: 1920px;
  margin: 0 auto;
  background: url(../img/index-assets/contact_bg.png) center/cover no-repeat;
  height: 600px;
  padding-top: 139px;
}
#_contact .cntBox{
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px 16px;
}
#_contact .cntTitle{
  margin-bottom: 45px;
}
#_contact .cntNum{
  font-family: var(--ff-en);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .3em;
}
#_contact .cntNum.tel{
  min-width: 454px;
}
#_contact .cntNum.tel .txt{
  font-size: 4rem;
}
#_contact .cntNum.tel .num{
  font-size: 6rem;
}
#_contact .cntNum.fax .txt{
  font-size: 3rem;
}
#_contact .cntNum.fax .num{
  font-size: 5rem;
}
#_contact .cntBtn-mail{
  padding-top: 70px;
}

/* TAB */
@media screen and (max-width: 899px) {
  #_contact .cntInner{
    padding-top: 83px;
    padding-bottom: 30px;
    height: auto;
    background-position: 85%;
  }
  #_contact .cntBox{
    flex-direction: column;
  }
  #_contact .cntTitle{
    margin-bottom: 27px;
  }
  #_contact .cntNum.tel{
    min-width: 100%;
  }
  #_contact .cntNum.tel .txt{
    font-size: 2.4rem;
  }
  #_contact .cntNum.tel .num{
    font-size: 3.6rem;
  }
  #_contact .cntNum.fax .txt{
    font-size: 1.8rem;
  }
  #_contact .cntNum.fax .num{
    font-size: 3rem;
  }
  #_contact .cntBtn-mail{
    padding-top: 0;
  }
  
}
/* SP */
@media screen and (max-width: 480px) {
  #_contact .cntNum.tel .txt{
    font-size: 2rem;
  }
  #_contact .cntNum.tel .num{
    font-size: calc(36px - (480px - 100vw) / (180 / 8));
  }
  #_contact .cntNum.fax .txt{
    font-size: 1.6rem;
  }
  #_contact .cntNum.fax .num{
    font-size: calc(30px - (480px - 100vw) / (180 / 7));
  }
}