@charset "UTF-8";

/* abput_mv
***************************************************************/
.abput_mv {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.abput_mv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.3s ease;
  animation: opacity1 2s ease 2s forwards;
}
.abput_mv_tit1 {
  width: 437.61px;
  position: relative;
  z-index: 2;
  transition: opacity 0.3s ease;
  animation: opacity1 2s ease 2s forwards;
}
@keyframes opacity1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media all and (min-width: 681px) {
  .abput_mv {
    background: url(../img/about/mv1.jpg) no-repeat center / cover;
  }
}
@media all and (max-width: 680px) {
  .abput_mv {
    width: 100%;
    height: 100svh;
    background: url(../img/about/mv1_sp.jpg) no-repeat center / cover;
  }
  .abput_mv_tit1 {
    width: 233.32px;
  }
}
@media all and (max-width: 370px) {
}

/* about1_sec
***************************************************************/
.about1_sec {
  padding: 136px 0 156px;
}
.about1_sec_tit1 {
  width: 590.3px;
  margin: 0 auto;
}
.about1_sec_txt1 {
  color: #918672;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.09em;
  margin-top: 25px;
}
.about1_sec .w_linkBox1 {
  margin-top: 142px;
}
.about1_box1 {
  padding-top: 112px;
  position: relative;
}
.about1_img_block {
  position: relative;
  overflow: hidden;
}
.about1_img {
  width: 100%;
  overflow: hidden;
}
.about1_img img {
  max-width: 110%;
  width: 110%;
  height: 110%;
  position: relative;
  left: -5%;
  object-fit: cover;
}
.action.fadezoom {
  transform: scale(1.085) translate3d(0, 0, 0);
  transition: transform 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.36s;
}
.action.fadezoom.scrollin {
  transform: scale(1) translate3d(0, 0, 0);
}
.action.fadezoom img {
  opacity: 0;
  transition: opacity 0.9s;
  transition-delay: 0.26s;
}
.action.fadezoom.scrollin img {
  opacity: 1;
}
.about1_img_txt1 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: calc(28 / 18);
  margin-top: 20px;
  word-break: keep-all;
}
.about1_box1_sml1 {
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 28px;
}
@media all and (min-width: 681px) {
  .i_img1 {
    width: 593px;
  }
  .i_img1 .about1_img {
    height: 394px;
  }
  .i_img2 {
    width: 192px;
    position: absolute;
    top: 21px;
    right: -88px;
  }
  .i_img2 .about1_img {
    height: 170px;
  }
  .i_img3 {
    width: 447px;
    position: absolute;
    top: 291px;
    right: -97px;
  }
  .i_img3 .about1_img {
    height: 355px;
  }
  .i_img4 {
    width: 393px;
    margin-top: 130px;
  }
  .i_img4 .about1_img {
    height: 434px;
  }
  .i_img5 {
    width: 154px;
    position: absolute;
    top: 768px;
    right: 294px;
  }
  .i_img5 .about1_img {
    height: 184px;
  }
  .i_img6 {
    width: 154px;
    position: absolute;
    top: 993px;
    right: 426px;
  }
  .i_img6 .about1_img {
    height: 184px;
  }
  .i_img7 {
    width: 399px;
    position: absolute;
    top: 852px;
    right: -160px;
  }
  .i_img7 .about1_img {
    height: 304px;
  }
  .i_img8 {
    width: 334px;
    margin-top: 87px;
  }
  .i_img8 .about1_img {
    height: 282px;
  }
  .i_img9 {
    width: 334px;
    position: absolute;
    top: 1317px;
    left: 363px;
  }
  .i_img9 .about1_img {
    height: 282px;
  }
  .i_img10 {
    width: 334px;
    position: absolute;
    top: 1442px;
    left: 726px;
  }
  .i_img10 .about1_img {
    height: 282px;
  }
  .i_img11 {
    width: 100%;
    margin-top: 68px;
  }
  .i_img12 {
    width: 460px;
    margin-top: 200px;
  }
  .i_img11 .about1_img {
    height: 437px;
  }
  .i_img1 .about1_img_txt1 {
    position: absolute;
    top: -20px;
    left: calc(100% + 30px);
  }
  .i_img4 .about1_img_txt1 {
    position: absolute;
    bottom: calc(100% + 20px);
    left: 0;
  }
  .i_img11 .about1_img_txt1 {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: right;
  }
  .w_linkBox1 {
    display: flex;
    flex-flow: row-reverse;
    align-items: flex-end;
    justify-content: center;
    gap: 0 54px;
  }
}
@media all and (max-width: 680px) {
  .about1_sec {
    padding: 56px 0 62px;
  }
  .about1_sec_tit1 {
    width: 287.72px;
  }
  .about1_sec_txt1 {
    font-size: 14px;
    margin-top: 24px;
  }
  .about1_sec .w_linkBox1 {
    margin-top: 70px;
  }
  .about1_box1 {
    padding-top: 56px;
  }
  .about1_img_txt1 {
    font-size: 14px;
    margin-top: 12px;
  }
  .about1_box1_sml1 {
    text-align: left;
    margin-top: 20px;
    padding-left: 30px;
  }

  .i_img1 {
    width: 215px;
  }
  .i_img1 .about1_img {
    height: 163px;
  }
  .i_img2 {
    width: 102px;
    position: absolute;
    top: 25px;
    right: 16px;
  }
  .i_img2 .about1_img {
    height: 90px;
  }
  .i_img3 {
    width: calc(100% - 60px);
    margin: 25px auto 0;
  }
  .i_img3 .about1_img {
    height: 250px;
  }
  .i_img4 {
    width: 214px;
    margin-top: 20px;
    margin-left: auto;
  }
  .i_img4 .about1_img {
    height: 236px;
  }
  .i_img5 {
    width: 119px;
    position: absolute;
    top: 612px;
    left: 0;
  }
  .i_img5 .about1_img {
    height: 142px;
  }
  .i_img6 {
    width: 107px;
    position: absolute;
    top: 969px;
    right: 0;
  }
  .i_img6 .about1_img {
    height: 128px;
  }
  .i_img7 {
    width: 215px;
    margin-top: 20px;
    margin-left: 30px;
  }
  .i_img7 .about1_img {
    height: 164px;
  }
  .i_img8 {
    width: 215px;
    margin-top: 24px;
  }
  .i_img8 .about1_img {
    height: 157px;
  }
  .i_img9 {
    width: 136px;
    position: absolute;
    top: 1169px;
    right: 0;
  }
  .i_img9 .about1_img {
    height: 116px;
  }
  .i_img10 {
    width: 225px;
    margin-top: 24px;
  }
  .i_img10 .about1_img {
    height: 153px;
  }
  .i_img11 {
    width: 100%;
    margin-top: 49px;
  }
  .i_img11 .about1_img {
    height: 195px;
  }
  .i_img1 .about1_img_txt1,
  .i_img10 .about1_img_txt1 {
    position: absolute;
    bottom: 0;
    left: calc(100% + 15px);
  }
  .i_img8 .about1_img_txt1 {
    padding-left: 30px;
  }
  .i_img11 .about1_img_txt1 {
    margin: 0 0 12px 30px;
  }
  .i_img12 {
    width: calc(100% - 60px);
    margin: 31px auto 0;
  }
  .w_linkBox1 > div + div {
    margin-top: 20px;
  }
}
@media all and (max-width: 370px) {
}

/* w_about_titBox
***************************************************************/
.w_about_titBox {
  position: relative;
}
.w_about_eng {
  width: 652.56px;
  margin: 0 auto;
}
.type2 .w_about_eng {
  width: 793.78px;
}
.type3 .w_about_eng {
  width: 475.04px;
}
.type4 .w_about_eng {
  width: 662.58px;
}
.w_about_tit {
  color: #aa9c82;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.09em;
  line-height: 1.5;
  margin-top: 20px;
}
.type1 .w_about_tit {
  margin-top: -22px;
}
.w_about_txt {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: calc(24 / 15);
  margin-top: 38px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .w_about_eng {
    width: 214.87px;
  }
  .type2 .w_about_eng {
    width: 261.37px;
  }
  .type3 .w_about_eng {
    width: 156.42px;
  }
  .type4 .w_about_eng {
    width: 218.17px;
  }
  .w_about_tit {
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 10px;
  }
  .type1 .w_about_tit {
    margin-top: -11px;
  }
}
@media all and (max-width: 370px) {
}

/* about2_sec
***************************************************************/
.about2_sec {
  padding: 100px 0 150px;
}
.about2_sec .w_linkBox1 {
  margin-top: 66px;
}
.about2_data {
  width: 453px;
  height: 58px;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  border: 1px solid #ccc;
}
.plan_illust1 {
  width: 986px;
  margin: 21px auto 0;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .about2_sec {
    padding: 58px 0 78px;
  }
  .about2_sec .w_linkBox1 {
    margin-top: 40px;
  }
  .about2_data {
    width: calc(100% - 60px);
    height: 45px;
    margin-top: 26px;
    font-size: 14px;
  }
  .plan_illust1 {
    width: 100%;
    height: 83vw;
    margin-top: 0;
  }
  .plan_illust1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media all and (max-width: 370px) {
}

/* about3_sec
***************************************************************/
.about3_sec {
  padding: 140px 0 200px;
}
.equipment_list1 {
  margin: 95px auto 0;
  display: flex;
  flex-flow: wrap;
  gap: 45px 52px;
}
.equipment_list1 .li1 {
  width: calc((100% - 52px) / 2);
}
.equipment_txt {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media all and (min-width: 681px) {
  .equipment_list1 .li1 {
    display: flex;
    flex-flow: column-reverse;
  }
}
@media all and (max-width: 680px) {
  .about3_sec {
    padding: 60px 0 60px;
  }
  .equipment_list1 {
    margin-top: 35px;
    padding: 0 30px;
    display: block;
  }
  .equipment_list1 .li1 {
    width: 100%;
  }
  .equipment_list1 .li1:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .equipment_txt {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 5px;
  }
}
@media all and (max-width: 370px) {
}

/* about4_sec
***************************************************************/
.about4_sec {
  padding: 114px 0 165px;
}
.access_root {
  margin-top: 58px;
}
.access_root + .access_root {
  margin-top: 74px;
}
.access_root_tit {
  color: #aa9c82;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.access_root_clm {
  width: 100%;
  display: flex;
}
.access_root_point {
  width: calc((100% - 315px) / 3);
  height: 146px;
  color: #f2f2f2;
  background-color: #7a818b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
}
.access_root_point.type2 {
  background-color: #aa9c82;
}
.access_root_text {
  width: 157.5px;
  padding-top: 85px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: calc(22 / 15);
  position: relative;
}
.access_root_text::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #7a818b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: width 0.3s ease-out 0.5s;
}
@media all and (min-width: 681px) {
  .access_root_text.delay::after {
    transition-delay: 1s;
  }
  .scrollin .access_root_text::after {
    width: 100%;
  }
}
@media all and (max-width: 680px) {
  .about4_sec {
    padding: 58px 0 70px;
  }
  .access_root {
    margin-top: 50px;
    padding: 0 30px;
  }
  .access_root + .access_root {
    margin-top: 60px;
  }
  .access_root_tit {
    font-size: 22px;
    text-align: center;
    margin-bottom: 5px;
  }
  .access_root_clm {
    width: 100%;
    display: block;
  }
  .access_root_point {
    width: 100%;
    height: 70px;
    font-size: 15px;
  }
  .access_root_text {
    width: 100%;
    height: 77px;
    padding-top: 0;
    padding-left: calc(50% + 20px);
    font-size: 14px;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .access_root_text::after {
    width: 1px;
    height: 0;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    transition: height 0.3s ease-out 0.5s;
  }
  .scrollin .access_root_text::after {
    height: 100%;
  }
}
@media all and (max-width: 370px) {
}

/* about5_sec
***************************************************************/
.about5_sec {
  padding: 116px 0 130px;
}
.about5_sec .w_linkBox1 {
  margin-top: 103px;
}
.price_list1 {
  width: 880px;
  margin: 88px auto 0;
  position: relative;
}
.about5_linkBox1 {
  display: flex;
  justify-content: center;
  gap: 0 24px;
  margin-top: 100px;
}
.about5_linkBox1 .w_link2 {
  margin: 0;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .about5_sec {
    padding: 64px 0;
  }
  .about5_sec .w_linkBox1 {
    margin-top: 35px;
  }
  .price_list1 {
    width: 321px;
    margin-top: 32px;
  }
  .price_yokoku {
    width: 68px;
    height: 26px;
    font-size: 12px;
    bottom: -26px;
  }
  .about5_linkBox1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 16px 0;
    margin-top: 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) {
}

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