@charset "utf-8";
/* CSS Document */
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.gjs-dashed .fv {
  height: auto;
}
.fv .swiper {
  z-index: 1;
  position: relative;
}
body:not(.gjs-dashed) .fv .swiper {
  position: absolute;
  top: 80px;
  margin-left: 180px;
  width: calc(100% - 340px) !important;
  height: calc(100vh - 120px);
  padding: 0;
  border-radius: 20px 0 20px 20px;
  overflow: hidden;
  z-index: 1;
}
body:not(.gjs-dashed) .fv .swiper-wrapper {
  overflow: hidden;
  border-radius: 20px;
}
body:not(.gjs-dashed) .fv .swiper-slide, body:not(.gjs-dashed) .fv .swiper-wrapper {
  width: 100% !important;
  height: 100%;
}
body:not(.gjs-dashed) .fv .swiper-slide .swiper-img {
  width: 100% !important;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body:not(.gjs-dashed) .fv .swiper .swiper-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #F9F7F9 0%, rgba(214, 214, 214, 0.9) 20%, rgba(214, 214, 214, 0.3) 40%, rgba(214, 214, 214, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
body:not(.gjs-dashed) .fv .swiper-slide img {
  display: block !important;
  opacity: 0;
  height: auto;
  width: 100%;
}
.fv .swiper-slide-active .swiper-img, .fv .swiper-slide-duplicate-active .swiper-img, .fv .swiper-slide-prev .swiper-img {
  animation: zoomUp 10s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.fv .txtbox {
  position: absolute;
  top: 50%;
  width: 90%;
  z-index: 99;
  padding: 0 50px;
  align-items: flex-start;
  gap: 20px;
  transform: translateY(-50%);
}
body:not(.gjs-dashed) .fv .txtbox {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
body:not(.gjs-dashed) .fv .txtbox h1, body:not(.gjs-dashed) .fv .txtbox p {}
.fv .txtbox h1 {
  color: #333;
  line-height: 1.7;
  letter-spacing: 0.12em;
  text-shadow:
    2px 2px 8px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1);
}
.fv .txtbox > p:last-child {
  color: #b985a5;
  letter-spacing: 0.18em;
  font-weight: 400;
  text-shadow:
    1px 1px 4px rgba(255, 255, 255, 0.95), 0 0 4px rgba(255, 255, 255, 0.9);
}
.fv_tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.fv_tags > p {
  padding: 10px 18px;
  background: #B985B6;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 400;
  font-size: 20px;
}
.fv_tags_bottom {
  gap: 10px;
  flex-wrap: wrap;
}
.fv_tags_bottom p {
  padding: 7px 16px;
  border-radius: 999px;
  background: #c5a86c;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 1080px) {
  body:not(.gjs-dashed) .fv .swiper {
    top: 40px;
    margin-left: 120px;
    width: calc(100% - 260px) !important;
    height: calc(100vh - 100px);
    border-radius: 18px 0 18px 18px;
  }
}
@media screen and (max-width: 576px) {
  .fv {
    padding: 100px 20px 80px;
  }
  body:not(.gjs-dashed) .fv .swiper {
    top: 20px;
    width: calc(100% - 40px) !important;
    height: calc(100vh - 40px);
    border-radius: 14px 0 14px 14px;
    margin-left: 0;
    padding: 30px 20px 30px;
  }
  .fv .txtbox {
    top: 60%;
    width: 100%;
    padding: 0 20px;
    transform: translateY(-50%);
  }
  .fv .txtbox h1 {
    font-size: 20px;
  }
  .fv .fv_tags p, .fv .fv_tags_bottom p {
    font-size: 12px;
  }
  .fv_tags_bottom {
    justify-content: flex-start;
  }
}
.section01 {
  position: relative;
  z-index: 1;
}
.section01 .box_wrap1 {
  align-items: center;
  justify-content: space-between;
}
.section01 .leftbox {
  position: relative;
  width: 52%;
}
.section01 .leftbox .imgbox:first-child {
  width: 78%;
  border-radius: 0 16px 16px 0;
  overflow: hidden;
}
.section01 .imgbox_sub {
  position: absolute;
  right: 0;
  bottom: -60px;
  width: 44%;
  border-radius: 14px;
  overflow: hidden;
}
.section01 .imgbox img {
  width: 100%;
  height: auto;
  display: block;
}
.section01 .rightbox {
  width: 48%;
}
.section01 .txtbox {
  text-align: center;
}
.section01 .txtbox .entitle3 {
  letter-spacing: 0.16em;
  color: #b985a5;
}
.section01 .txtbox h2 {
  line-height: 1.9;
  letter-spacing: 0.12em;
  color: #333;
}
.section01 .txtbox p {
  letter-spacing: 0.08em;
}
.section01 .txtbox .color2 {
  color: #B2935D;
}
@media screen and (max-width: 1080px) {
  .section01 .txtbox {
    padding: 0 40px;
  }
  .section01 .box_wrap1 {
    flex-direction: column;
    gap: 100px;
  }
  .section01 .leftbox {
    width: 100%;
    max-width: 600px;
  }
  .section01 .rightbox {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .section01 .txtbox {
    text-align: left;
    padding: 0 20px;
  }
}
.section02 {
  position: relative;
  z-index: 1;
  background: #d8b6d8;
}
.section02 .box_wrap2 {
  position: relative;
  align-items: stretch;
  justify-content: space-between;
}
.section02 .leftbox {
  width: 50%;
  padding: 150px 0 150px clamp(40px, 8vw, 130px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section02 .rightbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.section02 .rightbox .imgbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section02 .rightbox .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reason_list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.reason_item {
  width: calc(100% + 100px);
  background: #fff;
  padding: 22px 34px;
  align-items: center;
  gap: 26px;
  position: relative;
  z-index: 2;
}
.reason_item .num {
  min-width: 70px;
}
.reason_item .num p:first-child {
  color: #D09DD9;
  line-height: 1;
  font-weight: 400;
}
.reason_item .num p:last-child {
  color: #D09DD9;
  line-height: 1;
  font-weight: 400;
}
.reason_item .txtbox p:first-child {
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
.reason_item .txtbox p:last-child {
  letter-spacing: 0.06em;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 1080px) {
  .section02 .box_wrap2 {
    flex-direction: column;
  }
  .section02 .leftbox {
    width: 100%;
    padding: 80px 40px;
  }
  .section02 .rightbox {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    order: 2;
  }
  .section02 .rightbox .imgbox {
    height: 420px;
  }
  .reason_list {
    order: 3;
  }
  .reason_item {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .section02 .leftbox {
    padding: 60px 20px;
  }
  .section02 .rightbox .imgbox {
    height: 320px;
  }
  .reason_item {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 18px;
  }
  .reason_item .num {
    min-width: auto;
    text-align: left;
  }
}
.section03 {
  position: relative;
  z-index: 1;
}
.section03_lead p {
  letter-spacing: 0.08em;
  line-height: 2;
}
.plan_wrap .plan_item i {
  transition: 0.3s ease;
}
.plan_wrap .plan_item:hover i {
  transform: translateX(3px);
}
.plan_wrap {
  align-items: stretch;
  gap: clamp(30px, 4vw, 45px);
}
.plan_wrap .plan_box {
  width: calc((100% - clamp(30px, 4vw, 45px)) / 2);
  border: 1px solid #d8b6d8;
  border-radius: 8px;
  overflow: hidden;
  background: #F4EEF2;
  padding-bottom: 35px;
}
.plan_wrap .plan_head {
  min-height: 160px;
  border-bottom: 1px solid rgba(216, 182, 216, 0.45);
}
.plan_wrap .plan_head > .txtbox {
  width: 54%;
  padding: 34px;
}
.plan_wrap .plan_head > .txtbox .entitle4 {
  letter-spacing: 0.14em;
  line-height: 1;
  margin-bottom: 8px;
}
.plan_wrap .plan_head > .txtbox p:nth-child(2) {
  margin-bottom: 14px;
}
.plan_wrap .plan_head > .txtbox p:nth-child(3) {
  line-height: 1.8;
  font-weight: 400;
}
.plan_wrap .plan_head {
  align-items: stretch;
}

.plan_wrap .plan_head > .imgbox {
  position: relative;
  width: 46%;
  height: auto;
  min-height: 100%;
  overflow: hidden;
}

.plan_wrap .plan_head > .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.plan_wrap .plan_head > .imgbox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #F4EEF2 0%, rgba(244, 238, 242, 0.85) 12%, rgba(244, 238, 242, 0.45) 20%, rgba(244, 238, 242, 0) 40%);
  z-index: 1;
  pointer-events: none;
}
.plan_wrap .plan_head > .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.plan_wrap .plan_list {
  padding: 25px 34px 0;
}
.plan_wrap .plan_item {
  align-items: center;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(216, 182, 216, 0.35);
  text-decoration: none;
  color: #333;
}
.plan_wrap .plan_item .iconbox {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(216, 182, 216, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.plan_wrap .plan_item .iconbox img {
  width: auto;
  height: 26px;
  display: block;
}
.plan_wrap .plan_item .iconbox .img1 {
  height: 30px;
}
.plan_wrap .plan_item .txtbox {
  flex: 1;
}
.plan_wrap .plan_item .txtbox p:first-child {
  letter-spacing: 0.16em;
  line-height: 1;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 400;
}
.plan_wrap .plan_item .txtbox p:last-child {
  line-height: 1.4;
  font-weight: 400;
}
.plan_wrap .plan_item .arrow {
  color: #B2935D;
  font-weight: 400;
}
@media screen and (max-width: 1080px) {
  .plan_wrap {
    flex-direction: column;
  }
  .plan_wrap .plan_box {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .plan_wrap .plan_head {
    flex-direction: column;
  }
  .plan_wrap .plan_head > .txtbox, .plan_wrap .plan_head > .imgbox {
    width: 100%;
  }
  .plan_wrap .plan_head > .txtbox {
    padding: 25px;
  }
  .plan_wrap .plan_head > .imgbox img {
    height: 180px;
  }
  .plan_wrap .plan_list {
    padding: 20px 16px 0;
  }
  .plan_wrap .plan_item {
    gap: 14px;
  }
  .plan_wrap .plan_item .iconbox {
    width: 48px;
    height: 48px;
  }
  .plan_wrap .plan_item .iconbox img {
    height: 22px;
  }
}
.special_plan {
  align-items: center;
  border: 1px solid #d8b6d8;
  border-radius: 8px;
  overflow: hidden;
  background: #F4EEF2;
  text-decoration: none;
  color: #333;
}
.special_plan .imgbox {
  position: relative;
  width: 28%;
  min-height: auto;
  height: auto;
  align-self: stretch;
  overflow: hidden;
}
.special_plan .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.special_plan .imgbox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(244, 238, 242, 0) 55%, rgba(244, 238, 242, 0.45) 78%, rgba(244, 238, 242, 0.85) 92%, #F4EEF2 100%);
  z-index: 1;
  pointer-events: none;
}
.special_plan .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.special_plan .txtbox {
  flex: 1;
  padding: 30px 40px;
}
.special_plan .txtbox p:first-child {
  margin-bottom: 12px;
}
.special_plan .txtbox p:last-child {
  line-height: 1.8;
  font-weight: 400;
}
.special_plan .circle_arrow {
  width: 46px;
  height: 46px;
  border: 1px solid #B2935D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 35px;
  flex-shrink: 0;
  transition: 0.3s ease;
  background: #fff;
}
.special_plan .circle_arrow img {
  width: 8px;
  height: auto;
}
.special_plan:hover .circle_arrow {
  transform: translateX(4px);
}
@media screen and (max-width: 576px) {
  .special_plan {
    flex-direction: column;
    align-items: flex-start;
  }
  .special_plan .imgbox {
    width: 100%;
    min-height: 180px;
  }
  .special_plan .txtbox {
    padding: 25px;
  }
  .special_plan .circle_arrow {
    margin: 0 25px 25px auto;
  }
  .special_plan .imgbox::before {
    background: linear-gradient(to bottom, rgba(244, 238, 242, 0) 45%, rgba(244, 238, 242, 0.45) 70%, rgba(244, 238, 242, 0.85) 88%, #F4EEF2 100%);
  }
}
.section05 {
  position: relative;
  z-index: 1;
  background: #F4EEF2;
}
.section05_lead p {
  letter-spacing: 0.08em;
  line-height: 2;
}
.voice_wrap {
  gap: clamp(30px, 4vw, 45px);
  align-items: flex-start;
}
.voice_box {
  width: calc((100% - clamp(30px, 4vw, 45px) * 2) / 3);
  border: 1px solid #d8b6d8;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.55);
  padding: 34px 28px 28px;
}
.voice_box .imgbox {
  width: 65%;
  margin: 0 auto 0px;
}
.voice_box .imgbox img {
  width: 100%;
  height: auto;
  display: block;
}
.voice_box .txtbox {
  min-height: 120px;
}
.voice_box .txtbox p {
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin-bottom: 20px;
}
.voice_info {
  border-top: 1px solid rgba(216, 182, 216, 0.6);
  padding-top: 16px;
}
.voice_info p {
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .voice_wrap {
    flex-direction: column;
  }
  .voice_box {
    width: 100%;
  }
}
.section06 {
  position: relative;
  z-index: 1;
}
.link_card_wrap {
  justify-content: center;
  gap: clamp(30px, 4vw, 50px);
}
.link_card {
  position: relative;
  width: calc((100% - clamp(30px, 4vw, 50px)) / 2);
  aspect-ratio: 59 / 32;
  border-radius: 28px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
.link_card .imgbox {
  width: 100%;
  height: 100%;
}
.link_card .imgbox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #B288A0;
  mix-blend-mode: multiply;
  opacity: .7;
  z-index: 1;
  transition: 0.3s ease;
}
.link_card .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s ease;
}
.link_card .txtbox {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.link_card .txtbox .en {
  color: #fff;
  letter-spacing: 0.14em;
  line-height: 1;
}
.link_card .txtbox .en::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: #fff;
  margin: 10px auto 0;
}
.link_card .txtbox > p:nth-child(2) {
  color: #fff;
  letter-spacing: 0.08em;
}
.mini_more {
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 10px 26px;
}
.mini_more p {
  color: #fff;
  line-height: 1;
  letter-spacing: 0.14em;
}
.link_card:hover .imgbox::before {
  opacity: 0.55;
}
.link_card:hover .imgbox img {
  transform: scale(1.06);
}
@media screen and (max-width: 768px) {
  .link_card_wrap {
    flex-direction: column;
  }
  .link_card {
    width: 100%;
  }
}
.section07 {
  position: relative;
  z-index: 1;
}
.news_head {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: space-between;
}
.news_more {
  align-items: center;
  gap: 18px;
  text-decoration: none;
  color: #333;
}
.news_more p {
  letter-spacing: 0.12em;
}
.news_more .circle_arrow {
  width: 36px;
  height: 36px;
  border: 1px solid #B2935D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.news_more .circle_arrow img {
  width: 7px;
}
.news_more:hover .circle_arrow {
  transform: translateX(4px);
}
.newstop_f1 .catebox {
  gap: 10px;
  align-items: flex-start;
}
.newstop_f1 .titlebox {
  margin-top: -70px;
  margin-left: -30px;
}
.newstop_f1 .contents {
  max-width: 1280px;
  margin: 0 auto;
}
.newstop_f1 .contents .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px 80px;
}
.newstop_f1 .contents .webgene-blog .webgene-item {
  width: calc(100% / 3 - 160px / 3);
}
.newstop_f1 .contents .webgene-blog .webgene-item a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
}
.newstop_f1 .contents .webgene-blog .webgene-item .imgbox {
  width: 100%;
  aspect-ratio: 30 / 28;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 14px;
}
.newstop_f1 .contents .webgene-blog .webgene-item .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newstop_f1 .webgene-blog .webgene-item .date {
  position: absolute;
  top: 0;
  right: -28px;
  writing-mode: vertical-rl;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 400;
}
.newstop_f1 .webgene-blog .webgene-item .catename {
  display: inline-block;
  padding: 4px 15px;
  background: #fff;
  color: #333;
  line-height: 1;
  font-weight: 400;
}
.newstop_f1 .contents .webgene-blog .webgene-item h2 {
  display: inline;
  line-height: 1.6;
  font-weight: 500;
  color: #333;
  background: #fff;
  padding: 4px 8px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 768px) {
  .news_head {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  .newstop_f1 .contents .webgene-blog {
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
    gap: 40px;
  }
  .newstop_f1 .contents .webgene-blog .webgene-item {
    width: 100%;
  }
  .newstop_f1 .webgene-blog .webgene-item .date {
    right: -24px;
  }
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}