@charset "UTF-8";


/* mvWrap
***************************************************************/
.mvWrap {
  width: 100%;
  height: 100vh;
  position: relative;
}
.fv_slide {
  width: 65.14vw;
  height: 71.5vh;
  position: absolute;
  top: 17vh;
  right: 3.06vw;
  z-index: 2;
  overflow: hidden;
}
.fv_bg {
  width: 88.89vw;
  height: 75.63vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: .15;
  overflow: hidden;
}
.fv_slide_item .fv_img,
.fv_bg_item .fv_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fv_slide_item .fv_img,
.fv_bg_item .fv_img {
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
}
.fv_slide_item.moving .fv_img,
.fv_bg_item.moving .fv_img {
  animation: zoomOut 14s ease -1s;
}
@keyframes zoomOut {
	0% {transform: scale(1);}
	100% {transform: scale(1.2);}
}
.fv_text {
  width: 200px;
  position: absolute;
  left: 15.76vw;
  top: 49vh;
  z-index: 3;
}
.fv_txt {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}
.fv_link1 {
  width: 445px;
  height: 86px;
  padding-left: 112px;
  background-color: #393939;
  color: #E5DED3;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 33px;
  z-index: 5;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
}
.fv_link1::before {
  content: "";
  width: 76px;
  height: 1px;
  background-color: #E5DED3;
  transition: background 0.3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.fv_link1 i {
  width: 9.11px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
  transition: right 0.3s ease;
}
.fv_link1 i .arrow1 {
  transition: color 0.3s ease;
}
@media all and (min-width: 681px) {
  .fv_slide_item.slide1 .fv_img,
  .fv_bg_item.slide1 .fv_img {
    background-image: url(../img/top/mv1.jpg);
  }
  .fv_slide_item.slide2 .fv_img,
  .fv_bg_item.slide2 .fv_img {
    background-image: url(../img/top/mv2.jpg);
  }
  .fv_slide_item.slide3 .fv_img,
  .fv_bg_item.slide3 .fv_img {
    background-image: url(../img/top/mv3.jpg);
  }
  a.fv_link1:hover {
    background-color: #E5DED3;
    color: #393939;
  }
  a.fv_link1:hover::before {
    background-color: #393939;
  }
  a.fv_link1:hover i {
    right: 30px;
  }
  a.fv_link1:hover i .arrow1 {
    fill: #393939;
  }
}
@media all and (max-width: 680px) {
  .mvWrap {
    height: 100svh;
  }
  .fv_slide {
    width: 70.4vw;
    height: 64.92vh;
    top: 20vh;
    right: 0;
  }
  .fv_bg {
    width: 88vw;
    height: 80.96vh;
  }
  .fv_slide_item.slide1 .fv_img,
  .fv_bg_item.slide1 .fv_img {
    background-image: url(../img/top/mv1_sp.jpg);
  }
  .fv_slide_item.slide2 .fv_img,
  .fv_bg_item.slide2 .fv_img {
    background-image: url(../img/top/mv2_sp.jpg);
  }
  .fv_slide_item.slide3 .fv_img,
  .fv_bg_item.slide3 .fv_img {
    background-image: url(../img/top/mv3_sp.jpg);
  }
  .fv_text {
    width: 70px;
    left: 7.5vw;
    top: 23.5vh;
  }
  .fv_txt {
    font-size: 22px;
    line-height: 1.5;
  }
  .h_toggle {
    width: 45px;
    height: 69px;
    position: fixed;
    top: 0;
    right: 25px;
    z-index: 8888;
  }
  .h_toggle::before,
  .h_toggle::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #2B2B2B;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s ease;
  }
  .h_toggle::before {
    transform: translateY(-4.5px);
  }
  .h_toggle::after {
    transform: translateY(4.5px);
  }
  .open .h_toggle::before {
    transform: rotate(20deg);
  }
  .open .h_toggle::after {
    transform: rotate(-20deg);
  }
  .fv_link1 {
    width: 315px;
    height: 62px;
    padding-left: 74px;
    bottom: 15px;
    font-size: 16px;
  }
  .fv_link1::before {
    width: 60px;
  }
  .fv_link1 i {
    right: 20px;
  }
}
@media all and (max-width: 370px) {
}


/* messageWrap
***************************************************************/
.messageWrap {
  padding: 130px 0 180px;
  overflow: hidden;
}
.message_inner {
  width: 1100px;
  margin: 0 auto;
  margin-top: 110px;
  position: relative;
}
.message_txt1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 2.75;
}
.message_txt2 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.5;
  display: flex;
  justify-content: flex-end;
  margin-top: -82px;
  color: #656565;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .messageWrap {
    padding: 50px 0 122px;
    overflow: hidden;
  }
  .message_inner {
    width: 100%;
    margin-top: 50px;
  }
  .message_txt1 {
    font-size: 15px;
    line-height: 2.13;
    padding: 0 25px;
  }
  .message_txt2 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2.5;
    display: flex;
    justify-content: flex-end;
    margin-top: -82px;
  }
}
@media all and (max-width: 370px) {
}


/* intro_img
***************************************************************/
.action.fadezoom {
  transform: scale(1.085) translate3d(0, 0, 0);
  transition: transform 1.4s cubic-bezier(.215,.61,.355,1);
  transition-delay: .36s;
}
.action.fadezoom.scrollin {
  transform: scale(1) translate3d(0, 0, 0);
}
.action.fadezoom img {
  opacity: 0;
  transition: opacity .9s;
  transition-delay: .26s;
}
.action.fadezoom.scrollin img {
  opacity: 1;
}
@media all and (min-width: 681px) {
  .intro_img01 {
    width: 408px;
    height: 260px;
    overflow: hidden;
    position: absolute;
    top: -20px;
    right: -32px;
  }
  .intro_img02 {
    width: 274px;
    height: 420px;
    overflow: hidden;
    position: absolute;
    top: 614px;
    left: -46px;
  }
  .intro_img03 {
    width: 274px;
    height: 440px;
    overflow: hidden;
    position: absolute;
    top: 723px;
    left: 238px;
  }
}
@media all and (max-width: 680px) {
  .intro_img01 {
    width: 314px;
    height: 200px;
    overflow: hidden;
    margin-top: 37px;
  }
  .intro_img02 {
    width: 150px;
    height: 241px;
    overflow: hidden;
    margin-top: 37px;
    margin-left: 52px;
  }
  .intro_img03 {
    width: 150px;
    height: 241px;
    overflow: hidden;
    position: absolute;
    bottom: -60px;
    left: 212px;
  }
}
@media all and (max-width: 370px) {
}


/* lineEf
***************************************************************/
.lineEf {
  position: relative;
}
.lineEf::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #CECECE;
  position: absolute;
  top: 0;
  left: calc((100% - 1100px) / 2);
  transition: 1s ease .5s;
}
.lineEf.scrollin::before {
  width: calc(100% - (100% - 1100px) / 2);
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .lineEf::before {
    width: 0;
    left: 25px;
  }
  .lineEf.scrollin::before {
    width: calc(100% - 25px);
  }
}
@media all and (max-width: 370px) {
}


/* businessWrap
***************************************************************/
.businessWrap {
  padding: 120px 0 220px;
  overflow: hidden;
}
.business_inner1 {
  width: 1100px;
  margin: 0 auto;
  margin-top: 80px;
  position: relative;
}
.business_box1 {
  width: 412px;
}
.business_box1_tit1 {
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
}
.business_box1_dl1 {
  margin-top: 45px;
}
.business_box1_dt1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}
.business_box1_dd1 {
  margin-top: 17px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.83;
}
.business_box1_dd1 .sml1 {
  font-size: 14px;
}
.business_box1_txt1 {
  margin-top: 28px;
  margin-bottom: 28px;
  padding-top: 28px;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 2.29;
  border-top: 1px solid #CECECE;
}
.business_img1 {
  width: 718px;
  height: 548px;
  position: absolute;
  top: 0;
  right: -110px;
  overflow: hidden;
}
.business_inner2 {
  width: 1100px;
  margin: 0 auto;
  margin-top: 200px;
  position: relative;
}
.business_box2 {
  width: 554px;
}
.business_box2_eng {
  color: #A0A0A0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.business_box2_tit1 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.58;
}
.business_box2_txt1 {
  margin-top: 50px;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 2.53;
}
.business_img2 {
  width: 618px;
  position: absolute;
  top: -80px;
  right: -170px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .businessWrap {
    padding: 60px 0 60px;
  }
  .business_inner1 {
    width: 100%;
    margin-top: 50px;
  }
  .business_box1 {
    width: 100%;
    padding: 0 25px;
  }
  .business_box1_tit1 {
    font-size: 20px;
    line-height: 1.8;
    white-space: nowrap;
  }
  .business_box1_dl1 {
    margin-top: 30px;
  }
  .business_box1_dt1 {
    font-size: 14px;
  }
  .business_box1_dd1 {
    margin-top: 8px;
    font-size: 20px;
    line-height: 1.4;
  }
  .business_box1_dd1 .sml1 {
    font-size: 14px;
  }
  .business_box1_txt1 {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.86;
  }
  .business_img1 {
    width: 100%;
    height: 70.13vw;
    margin-top: 47px;
    position: static;
  }
  .business_inner2 {
    width: 100%;
    margin-top: 80px;
  }
  .business_box2 {
    width: 100%;
    padding: 0 25px;
  }
  .business_box2_eng {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .business_box2_tit1 {
    font-size: 24px;
  }
  .business_box2_txt1 {
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.86;
  }
  .business_img2 {
    width: 100%;
    position: static;
    margin-top: 40px;
  }
}
@media all and (max-width: 370px) {
}


/* outlineWrap
***************************************************************/
.outlineWrap {
  padding: 120px 0 100px;
}
.outline_inner {
  width: 820px;
  margin: 0 auto;
  margin-top: 80px;
}
.outline_dl1 {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.4;
  margin-bottom: 100px;
}
.outline_dt1 {
  width: 178px;
  padding: 30px 0;
  position: relative;
}
.outline_dd1 {
  width: calc(100% - 178px);
  padding: 30px 0;
}
.outline_dt1:nth-of-type(n + 2)::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #D1D1D1;
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s ease .5s;
}
.outline_dt1:nth-of-type(n + 2).scrollin::before {
  width: 820px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .outlineWrap {
    padding: 60px 0 60px;
  }
  .outline_inner {
    width: 100%;
    margin-top: 40px;
  }
  .outline_dl1 {
    width: 100%;
    padding: 0 25px;
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 35px;
  }
  .outline_dt1 {
    width: 100px;
    padding: 15px 0;
  }
  .outline_dd1 {
    width: calc(100% - 100px);
    padding: 15px 0;
  }
  .outline_dt1:nth-of-type(n + 2).scrollin::before {
    width: calc(100vw - 50px);
  }
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
