/* TOP  */
/* ======================================================== */
/* MAIN VISUAL */
.c-mainvisual {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
}
.c-mainvisual-text {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 20;
  color: #fff;
  padding-bottom: 150px;
}
.c-mainvisual-text .title {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  letter-spacing: 13px;
  line-height: 70px;
  writing-mode: vertical-rl;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-mainvisual-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-mainvisual-img::before {
  content: "";
  background-image: url(./../images/top/mv-overlay.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
}
.c-mainvisual-img .img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.c-mainvisual__scrolldown {
  width: 620px;
  height: 100px;
  background-color: #fff;
  border-radius: 100px 100px 0 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 20;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
  .c-mainvisual-text {
    padding-bottom: 50px;
  }
  .c-mainvisual-text .title {
    font-size: 26px;
    letter-spacing: 8px;
    line-height: 40px;
  }
  .c-mainvisual__scrolldown {
    display: none;
  }
}
/* SCROLLDOWN 3 */
.c-scrolldown3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -46px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0;
}
.c-scrolldown3::before {
  background-image: url(./../images/common/ic-chevron-down-black.png);
  width: 24px;
  height: 14px;
  margin-bottom: 8px;
}
/* END SCROLLDOWN 3 */
/* =========================================== */
/* BLOCK 1 */
.block1 {
  padding-top: 142px;
  /* padding-bottom: 120px; */
}
.block1::after {
  background-image: url(./../images/top/bg1.png);
  width: 2292px;
  height: 1200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -110px;
}
.block1 .c-section1 {
  gap: 110px;
}
.block1 .c-section1__img {
  width: 50.5%;
  position: relative;
  padding-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.block1 .c-section1__text{
  position: relative;
}
.block1 .c-section1__text:after {
  content: "";
  background: url(../images/top/1_after.png)no-repeat;
  background-size: 100%;
  width: 155px;
  height: 199px;
  display: block;
  position: absolute;
  top: 20px;
  right: -60px;
}
.block1 .c-section1__img img {
  border-radius: 50px;
}
.block1 .c-section1__img .img1 {
  width: 39%;
}
.block1 .c-section1__img .img2 {
  width: 59%;
}
.block1 .c-section1__img .img3 {
  width: 59%;
  margin-top: 2%;
}
.block1 .c-section1__img .img4 {
  width: 39%;
  margin-top: 2%;
}
.block1 .c-section1 .c-title1 {
  margin-bottom: 36px;
}
.block1 .c-section1 .c-text-main {
  margin-bottom: 62px;
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1050px) {
  .block1 .c-section1 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .block1 .c-section1__img {
    width: 100%;
    padding-top: 0;
  }
  .block1 .c-section1__text:after {
    right: 4vw;
    top: 0;
  }
  .block1 .c-section1__img .img1 {

  }
  .block1 .c-section1__img .img2 {

  }
  .block1 .c-section1 .c-title1 {
    margin-bottom: 20px;
  }
  .block1 .c-section1 .c-text-main {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .block1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .block1::after {
    content: unset;
  }
  .block1 .c-section1 {
    gap: 40px;
  }
  .block1 .c-section1 .c-title1 {
    margin-bottom: 15px;
  }
  .block1 .c-section1 .c-text-main {
    margin-bottom: 30px;
  }
  .block1 .c-section1__text:after {
    width: 92px;
    height: 100px;
  }
  .block1 .c-section1__img img {
    border-radius: 20px;
  }
}
/* END BLOCK 1 */
/* =========================================== */
/* =========================================== */
/* BLOCK 2 */
.block2 .c-heading {
  margin-bottom: 14px;
}
.block2 .c-card1__list {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}
.block2-2 .c-heading {
  margin-bottom: -32px;
}
.block2-2 .c-section1 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  gap: 60px;
}
.block2-2 .c-section1__img {
  width: 43.4%;
}
.block2-2 .c-section1__text {
  padding-top: 46px;
}
.block2-2 .c-section1 .c-title1 {
  margin-bottom: 34px;
}
.block2-2 .c-section1 .c-text-main {
  max-width: 590px;
}
@media screen and (max-width: 1024px) {
  .block2-2 .c-section1 {
    max-width: 600px;
  }
  .block2-2 .c-heading {
    margin-bottom: 10px;
  }
  .block2-2 .c-section1__text {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .block2 .c-heading {
    margin-bottom: 50px;
  }
  .block2 .c-card1__list {
    margin-bottom: 20px;
  }
  .block2-2 .c-section1 {
    gap: 30px;
  }
  .block2-2 .c-section1 .c-title1 {
    margin-bottom: 15px;
  }
}
/* END BLOCK 2 */
/* =========================================== */
/* BLOCK 3 */
.block3::after {
  background-image: url(./../images/top/bg2.png);
  width: 1920px;
  height: 1204px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 28px;
}
.block3 .c-card2__list {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .block3::after {
    content: unset;
  }
  .block3 .c-card2__list {
    margin-bottom: 20px;
  }
}
/* END BLOCK 3 */
/* =========================================== */
/* BLOCK 4 */
.block4__wrapper {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.block4 .c-dl {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.block4 .c-map-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 74px;
}
.block4 .c-map-wrapper iframe {
  display: block;
  width: 100%;
  height: 420px;
  border-radius: 50px;
}
.block4 .map-caption {
  max-width: 878px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 28px;
}
@media screen and (max-width: 767px) {
  .block4 .c-map-wrapper {
    margin-top: 30px;
  }
  .block4 .c-map-wrapper iframe {
    height: 350px;
    border-radius: 10px;
  }
  .block4 .map-caption {
    text-align: center;
    padding-top: 20px;
  }
}
/* END BLOCK 4 */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* END TOP  */
