@charset "UTF-8";
/*  letter-spacing: tracking(140); */
/*  @include l_h(14, 16.8);*/
.home {
  background-color: #75b1c1;
}
.home #header {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.04));
}
.home #header .site_title a {
  color: #fff;
}
.home #header .header_menu_list a {
  color: #fff;
}

.front_h2_wrap h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

.front_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 9px 24px 7px 27px;
  border-radius: 1000px;
  background-color: rgba(55, 75, 82, 0.4);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--white);
}
.front_btn:after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 21px;
  background: center/cover no-repeat url("../images/common/white_arrow.svg");
  transition: all 0.6s;
}
.front_btn:hover::after {
  transform: translateX(8px);
}

.bg_movie_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}
.bg_movie_wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes originMOVE {
  0% {
    width: 160px;
    height: 160px;
    font-size: 32px;
  }
  99.99999% {
    width: 100px;
    height: 100px;
    font-size: 20px;
    visibility: visible;
  }
  100% {
    width: 100px;
    height: 100px;
    font-size: 20px;
    visibility: visible;
  }
}
@keyframes originorigin {
  0% {
    visibility: hidden;
  }
  99.999999% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes originposA {
  0% {
    left: var(--moveA1_left);
    top: var(--moveA1_top);
  }
  99.999999% {
    left: var(--moveA2_left);
    top: var(--moveA2_top);
  }
  100% {
    left: var(--moveA2_left);
    top: var(--moveA2_top);
  }
}
@keyframes originposB {
  0% {
    left: var(--moveB1_left);
    top: var(--moveB1_top);
  }
  99.999999% {
    left: var(--moveB2_left);
    top: var(--moveB2_top);
  }
  100% {
    left: var(--moveB2_left);
    top: var(--moveB2_top);
  }
}
@keyframes originposC {
  0% {
    left: var(--moveC1_left);
    top: var(--moveC1_top);
  }
  99.999999% {
    left: var(--moveC2_left);
    top: var(--moveC2_top);
  }
  100% {
    left: var(--moveC2_left);
    top: var(--moveC2_top);
  }
}
@keyframes origin_facility_round {
  0% {
    visibility: hidden;
  }
  99.999999% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  .home #header {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.04));
    backdrop-filter: blur(4.44px);
    -webkit-backdrop-filter: blur(4.44px);
  }
  .home #header .hamburger_btn {
    display: flex;
  }
  .home #header .hamburger_btn span,
  .home #header .hamburger_btn span:before,
  .home #header .hamburger_btn span:after {
    background-color: #fff;
  }
  .home #header .header_menu_wrap_sp {
    background-color: rgba(59, 141, 162, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .home.open_menu #header .hamburger_btn span {
    background-color: transparent;
  }
  .home .header_menu_list_sp a {
    color: #fff;
  }
  .front_h2_wrap h2 {
    font-size: 20px;
  }
  .front_btn {
    height: 40px;
    padding: 0px 20px 0px 24px;
    font-size: 14px;
  }
  .front_btn:after {
    width: 22px;
    height: 12px;
  }
  .front_btn:hover::after {
    transform: translateX(8px);
  }
}
.mv_section {
  position: relative;
}
.mv_section .bg_movie {
  top: -64px;
  width: 100%;
  height: 1309px;
  position: absolute;
}
.mv_section {
  position: relative;
  height: 100vh;
  min-height: 942px;
}
.mv_section .inner {
  max-width: 1440px;
  padding-left: 121px;
  padding-top: 230px;
}
.mv_section .bg_L {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  height: 100vh;
  background-color: #6395a6;
}
.mv_section .bg_R {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  height: 100vh;
  background-color: #6093aa;
}
.mv_section .bg_grand {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #6395a6 0%, #6093aa 100%);
  height: 100vh;
}
.mv_section .bg_blur {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: center/cover no-repeat url("../images/mv/bg_blur.png");
}
.mv_section .bg_circle {
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  height: 425px;
  width: 425px;
  background: center/cover no-repeat url("../images/mv/circle_base.png");
  /*top: vh(160);
  height: vh(472);
  width: vh(472);*/
}
.mv_section .bg_effect {
  top: -478px;
  left: 50%;
  transform: translateX(calc(-50% + 0px));
  position: absolute;
  height: 1700px;
  width: 1700px;
  background: center/cover no-repeat url("../images/mv/circle_effect.png");
  mix-blend-mode: screen;
  /*top: vh(-554);
  height: vh(1900);
  width: vh(1900);*/
}
.mv_section .main_copy {
  height: 164px;
  width: 799px;
  background: center/cover no-repeat url("../images/mv/main_copy.svg");
}
.mv_section .p1 {
  font-size: 32px;
  margin-top: 195px;
  line-height: 1.6;
  letter-spacing: 0.24em;
  color: #fff;
}
.mv_section .mv_btn {
  width: 249px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  border-radius: 1000px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.16em;
  white-space: nowrap;
}
.mv_section .gauge_wrap {
  top: 368px;
  right: 32px;
  position: absolute;
  width: 4px;
  height: 206px;
  background-color: #000;
}
.mv_section.is-deactive {
  display: none;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  .mv_section {
    padding-top: 252px;
    padding-top: 94px;
    padding-bottom: 70px;
    height: auto;
    min-height: initial;
  }
  .mv_section .inner {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mv_section .main_copy {
    height: 82px;
    max-width: 399px;
    height: auto;
    width: 100%;
    aspect-ratio: 399/82;
  }
  .mv_section .gauge_wrap {
    top: auto;
    right: 20px;
    width: 4px;
    height: 206px;
    bottom: 20px;
  }
  .mv_section .title_wrap {
    margin-bottom: 25px;
    font-size: 40px;
  }
  .mv_section .title_wrap span {
    font-size: 26px;
    margin-left: 0px;
    display: inline-block;
  }
  .mv_section .p1 {
    font-size: 20px;
    font-size: 5vw;
    margin-top: 150px;
    margin-top: 37.5vw;
  }
  .mv_section .main_copy {
    height: 172px;
    height: 53.75vw;
    width: 170px;
    width: 53.125vw;
    background: center/cover no-repeat url("../images/mv/main_copy_sp.svg");
  }
  .front_intro_section {
    padding-top: initial;
  }
}
.front_intro_section {
  padding-top: 80px;
}
.front_intro_section .circle {
  width: 12px;
  height: 12px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.6;
  border-radius: 1000px;
  background-color: #374b52;
}
.front_intro_section p {
  opacity: 0.8;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
.front_intro_section .p1 {
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}
.front_intro_section .p2 {
  font-size: 20px;
  font-weight: 500;
}
.front_intro_section .p2 span {
  font-weight: 600;
}
.front_intro_section .front_slider_wrap {
  margin-top: 40px;
}
@keyframes infinity-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.front_intro_section .c-loop-slider {
  overflow: hidden;
}
.front_intro_section .c-loop-slider__wrapper {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.front_intro_section .c-loop-slider__items {
  display: flex;
  animation: infinity-scroll 30s linear infinite both;
  animation: infinity-scroll 80s linear infinite both;
}
.front_intro_section .c-loop-slider__items.slide2 {
  animation: infinity-scroll 82.5s linear infinite both;
}
.front_intro_section .c-loop-slider__items img {
  width: auto;
  height: 240px;
}
.front_intro_section.is-deactive {
  display: none;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  .front_intro_section .circle {
    width: 8px;
    height: 8px;
  }
  .front_intro_section .p1 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .front_intro_section .p2 {
    font-size: 14px;
    text-align: left;
  }
  .front_intro_section .c-loop-slider__items img {
    width: auto;
    height: 140px;
  }
}
.front_originality_section {
  padding-top: 60px;
}
.front_originality_section .originality_wraps {
  margin-top: 40px;
  margin-bottom: 40px;
}
.front_originality_section p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  .front_originality_section {
    padding-top: 50px;
  }
  .front_originality_section .originality_wraps {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .front_originality_section p {
    font-size: 14px;
    text-align: left;
  }
}
#POINT2345 {
  position: relative;
}
#POINT2345::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 20px, rgba(255, 255, 255, 0.6) 40px, rgba(255, 255, 255, 0.6) 100px);
  backdrop-filter: blur(250px) brightness(100%);
  -webkit-backdrop-filter: blur(250px) brightness(100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 150px, rgb(0, 0, 0) 300px);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 150px, rgb(0, 0, 0) 300px);
  pointer-events: none;
  z-index: -1;
}

.rect112 {
  position: relative;
}
.rect112 .bg1 {
  width: 1440px;
  width: 100%;
  height: var(--rect112_height);
  flex-grow: 0;
  top: 155px;
  top: 0;
  position: absolute;
  background-blend-mode: screen;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
  filter: blur(75px);
  backdrop-filter: blur(250px) brightness(100%);
}
.rect112 .bg2 {
  width: 100%;
  height: 367px;
  position: absolute;
  top: 0;
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
#POINT2345.is-deactive {
  display: none;
}

.front_policy_section {
  padding-top: 155px;
  padding-top: 388px;
  padding-top: 65px;
}
.front_policy_section .front_h2_wrap {
  margin-bottom: 70px;
}
.front_policy_section .content__wrap {
  padding: 60px 100px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.5);
}
.front_policy_section .flex {
  gap: 53.4px;
}
.front_policy_section .p1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  opacity: 0.8;
}
.front_policy_section .p1 span {
  letter-spacing: -0.2em;
}
.front_policy_section .p2,
.front_policy_section .p3 {
  line-height: 2;
  letter-spacing: 0.08em;
}
.front_policy_section .p2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.front_policy_section .front_btn_wrap {
  margin-top: 60px;
  text-align: center;
}
.front_policy_section .front_btn_wrap a {
  margin-left: auto;
  margin-right: auto;
}
.front_policy_section .img_wrap {
  flex-shrink: 0;
}
.front_policy_section.is-active {
  padding-top: 60px;
}
.front_policy_section.is-deactive {
  display: none;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
@media screen and (min-width: 769px) {
  .front_policy_section .flex {
    gap: 50px;
  }
  .front_policy_section .img_wrap {
    width: min(100% - 414px - 50px, 560px);
  }
  .front_policy_section .txt_wrap {
    width: 414px;
  }
}
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  .front_policy_section {
    padding-top: 50px;
  }
  .front_policy_section .front_h2_wrap {
    margin-bottom: 30px;
  }
  .front_policy_section .content__wrap {
    padding: 40px 24px;
    border-radius: 30px;
  }
  .front_policy_section .flex {
    flex-direction: column;
    gap: 30px;
  }
  .front_policy_section .p1 {
    font-size: 20px;
  }
  .front_policy_section .front_btn_wrap {
    margin-top: 20px;
  }
}
.front_topics_section {
  padding-top: 130px;
  padding-bottom: 60px;
}
.front_topics_section .front_h2_wrap {
  margin-bottom: 40px;
}
.front_topics_section .index_topics_wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.front_topics_section .front_btn_wrap {
  margin-top: 20px;
  text-align: center;
}
.front_topics_section.is-deactive {
  display: none;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  .front_topics_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .front_topics_section .front_h2_wrap {
    margin-bottom: 30px;
  }
}
.front_around_section {
  height: 824px;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.front_around_section div.same_bg_img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: none;
}
.front_around_section .img_wrap {
  position: relative;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 744px;
}
.front_around_section .point_wrap {
  height: 62px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  border-radius: 1000px;
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
}
.front_around_section .point_wrap span {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
}
.front_around_section .point_wrap span + div {
  margin-left: 12px;
}
.front_around_section .point_wrap.big {
  height: 80px;
}
.front_around_section .point_wrap.big span {
  font-size: 24px;
}
.front_around_section .point_wrap.p1 {
  top: 123px;
  left: 50%;
  transform: translateX(calc(-50% - 478px));
}
.front_around_section .point_wrap.p2 {
  top: 336px;
  left: 50%;
  transform: translateX(calc(-50% - 570px));
}
.front_around_section .point_wrap.p3 {
  top: 253px;
  left: 50%;
  transform: translateX(calc(-50% + 478px));
}
.front_around_section .point_wrap.p4 {
  top: 251px;
  left: 50%;
  transform: translateX(calc(-50% + 10px));
}
.front_around_section .point_wrap .polygon {
  width: 21px;
  height: 12px;
  background: center/cover no-repeat url("../images/facility/polygon.svg");
}
.front_around_section .point_wrap .polygon.L {
  transform: rotateZ(90deg);
}
.front_around_section .point_wrap .polygon.R {
  transform: rotateZ(-90deg);
}
.front_around_section .point_wrap .polygon + span {
  margin-left: 12px;
}
.front_around_section.already_past .same_bg_img {
  width: 1440px;
  border-radius: 0;
  height: 944px;
  top: 0;
}
.front_around_section.already_past .same_bg_img img {
  left: 50%;
  top: 0px;
  width: 1440px;
  transform: translateX(calc(-50% + 140px));
  height: 944px;
}
.front_around_section.already_past.is-active .same_bg_img {
  width: 1360px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 45px;
  height: 744px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.front_around_section.already_past.is-active .same_bg_img img {
  height: 896px;
  width: 1360px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
.same_bg_wrap {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
.same_bg_wrap.state-p7 .same_bg_img, .same_bg_wrap.state-p8 .same_bg_img {
  top: 40px;
}
.same_bg_wrap .same_bg_img {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 1360px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 45px;
  height: 744px;
  overflow: hidden;
  position: absolute;
  top: 80px;
  transition: transform 0.5s, top 0.5s;
}
.same_bg_wrap .same_bg_img img {
  position: absolute;
  aspect-ratio: 1.525424;
  height: 120.43%;
  height: 896px;
  width: 1360px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.5s, width 0.5s, height 0.5s, top 0.5s, left 0.5s;
}
.same_bg_wrap .shadow_wrap {
  background: linear-gradient(90deg, rgb(201, 224, 229) 75%, rgba(201, 224, 229, 0) 100%);
  background-color: transparent;
  height: 944px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 640px;
  opacity: 0;
}
/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
.same_bg_wrap {
  position: relative;
  height: 944px;
  background-color: #c0d4dc;
}
.same_bg_wrap .note_txt {
  position: absolute;
  bottom: 30px;
  right: 40px;
  font-size: 12px;
  z-index: 500;
  color: #fff;
  font-weight: 500;
}

.common_bg_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.common_bg_layer .same_bg_img {
  width: 100%;
  height: 100%;
}
.common_bg_layer .same_bg_img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1360px;
  height: 744px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: all 0.4s ease;
  border-radius: 45px;
}
.same_bg_wrap.state-p7 .common_bg_layer .same_bg_img img {
  transform: translateX(calc(-50% + 180px));
  border-radius: 0;
  width: 1440px;
  height: 944px;
}
.same_bg_wrap.state-p8 .common_bg_layer .same_bg_img img {
  transform: translateX(calc(-50% + 260px));
  border-radius: 0;
  width: 1440px;
  height: 944px;
}

.front_around_section,
.front_facilityA_section,
.front_facility_section {
  position: absolute !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 944px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1;
}
.front_around_section.is-active,
.front_facilityA_section.is-active,
.front_facility_section.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transition: all 0.4s ease;
}
.front_around_section .inner,
.front_facilityA_section .inner,
.front_facility_section .inner {
  position: relative;
  z-index: 50;
  pointer-events: none;
}
.front_around_section .inner a, .front_around_section .inner .facility_content,
.front_facilityA_section .inner a,
.front_facilityA_section .inner .facility_content,
.front_facility_section .inner a,
.front_facility_section .inner .facility_content {
  pointer-events: auto;
}

.glow_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
}
.same_bg_wrap.state-p7 .glow_wrap {
  opacity: 1;
  visibility: visible;
}
.same_bg_wrap.state-p8 .glow_wrap {
  opacity: 0;
  visibility: hidden;
}
.glow_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url("../images/facility/rect.svg"), url("../images/facility/subtract.svg");
  mask-image: url("../images/facility/rect.svg"), url("../images/facility/subtract.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%, 682px 682px;
          mask-size: 100% 100%, 682px 682px;
  -webkit-mask-position: center, calc(50% + 219px) 177px;
          mask-position: center, calc(50% + 219px) 177px;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.glow_wrap .mask_wrap {
  position: absolute;
  width: 682px;
  height: 682px;
  top: 177px;
  left: calc(50% + 219px);
  transform: translateX(-50%);
  z-index: 41;
}
.glow_wrap .mask_wrap .posA {
  top: -80px;
  left: 261px;
}
.glow_wrap .mask_wrap .posB {
  top: 432px;
  left: -34px;
}
.glow_wrap .mask_wrap .posC {
  top: 432px;
  left: 555px;
}

.snap-section {
  z-index: 20;
  background: transparent !important;
}
.snap-section .inner {
  position: relative;
  z-index: 30;
  pointer-events: none;
}
.snap-section .inner a, .snap-section .inner .facility_content {
  pointer-events: auto;
}

.origin,
.movePos {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  backdrop-filter: blur(15.8px);
  background-color: rgba(55, 75, 82, 0.4);
  font-size: 32px;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  z-index: 20;
}

.movePos {
  position: absolute !important;
  margin: 0 !important;
  top: 0;
  left: 0;
  transition: opacity 0.1s, transform 0.3s ease, top 0.3s ease, left 0.3s ease !important;
}
.movePos#MOVE_A {
  top: var(--moveA1_top);
  left: var(--moveA1_left);
}
.same_bg_wrap.state-p8 .movePos#MOVE_A {
  top: var(--moveA2_top);
  left: var(--moveA2_left);
}
.movePos#MOVE_B {
  top: var(--moveB1_top);
  left: var(--moveB1_left);
}
.same_bg_wrap.state-p8 .movePos#MOVE_B {
  top: var(--moveB2_top);
  left: var(--moveB2_left);
}
.movePos#MOVE_C {
  top: var(--moveC1_top);
  left: var(--moveC1_left);
}
.same_bg_wrap.state-p8 .movePos#MOVE_C {
  top: var(--moveC2_top);
  left: var(--moveC2_left);
}

.front_facilityA_section .inner,
.front_facility_section .inner {
  position: relative;
  z-index: 20;
  pointer-events: none;
}
.front_facilityA_section .inner a, .front_facilityA_section .inner .facility_content,
.front_facility_section .inner a,
.front_facility_section .inner .facility_content {
  pointer-events: auto;
}

.front_facilityA_section {
  height: 944px;
  min-height: 100vh;
  width: 100%;
  transition: opacity 0.8s ease;
  position: relative;
  top: 0;
  background-image: linear-gradient(to right, #c9e0e5 75%, rgba(201, 224, 229, 0));
  background-color: #c0d4dc;
}
.front_facilityA_section .inner {
  padding-top: 98.5px;
  max-width: 1230px;
}
.front_facilityA_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(192, 212, 220) 20%, rgba(192, 212, 220, 0) 40%, rgba(192, 212, 220, 0));
  z-index: 5;
  pointer-events: none;
  transition: opacity 1s ease;
}
.front_facilityA_section .front_h2_wrap {
  margin-bottom: 41.5px;
  transform: translate(0, 30px);
  opacity: 0;
  transition: all 1.5s;
}
.front_facilityA_section .front_h2_wrap h2 {
  text-align: left;
}
.front_facilityA_section p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.2;
  transform: translate(0, 30px);
  opacity: 0;
  transition: all 1.5s;
}
.front_facilityA_section p + p {
  margin-top: 16px;
}
.front_facilityA_section.is-active {
  z-index: 10;
  opacity: 1;
}
.front_facilityA_section.is-active .front_h2_wrap {
  opacity: 1;
  transform: translate(0, 0);
}
.front_facilityA_section.is-active p {
  opacity: 1;
  transform: translate(0, 0);
}
.front_facilityA_section.is-active .same_bg_img {
  width: 1440px;
  border-radius: 0;
  height: 944px;
  top: 0;
}
.front_facilityA_section.is-active .same_bg_img img {
  left: 50%;
  top: 0px;
  width: 1440px;
  transform: translateX(calc(-50% + 140px));
  height: 944px;
}
.front_facilityA_section.is-active .shadow_wrap {
  opacity: 1;
}
.front_facilityA_section.is-active > .move {
  visibility: visible;
  opacity: 1;
  display: flex;
}
.front_facilityA_section.already_past .same_bg_img {
  width: 1440px;
  border-radius: 0;
  height: 944px;
  top: 0;
}
.front_facilityA_section.already_past .same_bg_img img {
  left: 50%;
  top: 0px;
  width: 1440px;
  transform: translateX(calc(-50% + 180px));
  height: 944px;
}
.front_facilityA_section.already_past.is-active .same_bg_img {
  width: 1440px;
  border-radius: 0;
  height: 944px;
  top: 0;
}
.front_facilityA_section.already_past.is-active .same_bg_img img {
  left: 50%;
  top: 0px;
  width: 1440px;
  transform: translateX(calc(-50% + 140px));
  height: 944px;
}

.front_facility_section {
  padding-top: 60px;
  padding-bottom: 20px;
  transition: opacity 0.8s ease;
  position: relative;
  min-height: 100vh;
  background-image: linear-gradient(to right, #c9e0e5 25%, rgba(201, 224, 229, 0)) !important;
  overflow: hidden;
}
.front_facility_section .inner {
  padding-left: 40px;
  padding-right: 40px;
}
.front_facility_section .facility_wrap {
  width: 100%;
  max-width: 727px;
  display: flex;
  align-items: center;
}
.front_facility_section .facility_wrap .img_wrap {
  overflow: hidden;
  width: 100%;
  max-width: 288px;
}
.front_facility_section .facility_wrap .content_wrap {
  width: 100%;
  max-width: 312px;
  max-width: 359px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
.front_facility_section .facility_wrap .txt {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #374b52;
}
.front_facility_section .facility_wrap .txt span {
  font-size: 114%;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
.front_facility_section .facility_wrap .txt span.strong {
  font-size: 14px;
  margin-top: 8px;
}
.front_facility_section .facility_round {
  margin-right: -20px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 599.1px;
  backdrop-filter: blur(9.6px);
  background-color: rgba(55, 75, 82, 0.4);
  visibility: hidden;
}
.front_facility_section .facility_content {
  width: 100%;
  display: flex;
  transform: translate(0, 300px);
  opacity: 0;
  transition: all 0.5s;
}
.front_facility_section .floor {
  font-size: 21.3px;
  font-weight: 600;
  color: #374b52;
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 817.6px;
  background-color: #fff;
  margin-bottom: 20px;
}
.front_facility_section .tmp1 {
  display: inline-block;
  height: 18px;
}
.front_facility_section .tmp2 {
  display: inline-block;
  height: 1em;
}
.front_facility_section .facility_wrap1 .content_wrap {
  border-top-right-radius: 20px;
}
.front_facility_section .facility_wrap1 .img_wrap {
  border-top-left-radius: 20px;
}
.front_facility_section .facility_wrap2 .facility_content {
  transition-delay: 0.1s;
}
.front_facility_section .facility_wrap3 .facility_content {
  transition-delay: 0.2s;
}
.front_facility_section .facility_wrap3 .content_wrap {
  border-bottom-right-radius: 20px;
}
.front_facility_section .facility_wrap3 .img_wrap {
  border-bottom-left-radius: 20px;
  max-height: 198px;
}
.front_facility_section .facility_wrap4 {
  margin-top: 20px;
}
.front_facility_section .facility_wrap4 .facility_content {
  transition-delay: 0.3s;
}
.front_facility_section .facility_wrap4 .facility_content {
  gap: 30px;
  padding: 10px 10px 10px 10px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.7);
}
.front_facility_section .facility_wrap4 .facility_round {
  background: none;
  backdrop-filter: none;
}
.front_facility_section .facility_wrap4 .img_wrap {
  border-radius: 10px;
  max-width: 195px;
}
.front_facility_section .facility_wrap4 .content_wrap {
  background: none;
}
.front_facility_section .facility_wrap4 .flex {
  font-size: 14px;
  font-weight: 500;
  gap: 12px;
}
.front_facility_section .facility_wrap4 .flex + .flex {
  margin-top: 6px;
}
.front_facility_section .facility_wrap4 .left {
  line-height: 1.42;
  width: 84px;
}
.front_facility_section .facility_wrap4 .right {
  line-height: 1.42;
  width: calc(100% - 96px);
}
.front_facility_section .p1 {
  padding-left: 80px;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #374b52;
}
.front_facility_section .floor_title {
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #374b52;
}
.front_facility_section .front_btn_wrap a {
  margin-left: 356px;
}
.front_facility_section .same_bg_img {
  width: 1440px;
  border-radius: 0;
  height: 944px;
  top: 0;
}
.front_facility_section .same_bg_img img {
  left: 50%;
  top: 0px;
  width: 1440px;
  transform: translateX(calc(-50% + 140px));
  height: 944px;
}
.front_facility_section.is-active {
  z-index: 10;
  opacity: 1;
}
.front_facility_section.is-active .same_bg_img {
  width: 1440px;
  border-radius: 0;
  height: 944px;
  top: 0;
  z-index: 1;
}
.front_facility_section.is-active .same_bg_img img {
  left: 50%;
  top: 0px;
  width: 1440px;
  transform: translateX(calc(-50% + 140px));
  height: 944px;
}
.front_facility_section.is-active .shadow_wrap {
  opacity: 1;
  z-index: 2;
}
.front_facility_section.is-active .facility_content {
  transform: translate(0, 0px);
  opacity: 1;
}

#POINT234.is-deactive {
  display: none;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
@media screen and (min-width: 769px) {
  .front_facility_section .facility_wrap3 .content_wrap {
    padding: 20px 0px 18px;
  }
  .front_facility_section .facility_wrap3 .img_wrap img {
    width: auto;
    height: 100%;
  }
}
/****************************/
/**********スマホ以下************/
/***************************/
@media screen and (max-width: 768px) {
  #SAME_BG {
    height: auto !important;
    display: block !important;
    background-color: #c0d4dc !important;
    padding: 0 !important;
  }
  #SAME_BG .front_around_section,
  #SAME_BG .front_facilityA_section,
  #SAME_BG .front_facility_section {
    position: relative !important;
    left: 0 !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    margin: 0 !important;
  }
  #SAME_BG .common_bg_layer {
    position: relative;
    width: 100%;
    margin: 0 auto !important;
    height: auto !important;
    aspect-ratio: 750/410;
  }
  #SAME_BG .common_bg_layer .same_bg_img {
    height: 100%;
    position: static;
    transform: none;
    padding: 0;
    border-radius: initial;
  }
  #SAME_BG .common_bg_layer .same_bg_img img {
    position: static;
    width: 100% !important;
    height: auto;
    transform: none;
    border-radius: initial;
    aspect-ratio: 750/410;
  }
  #SAME_BG .front_around_section {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    width: calc(100% - 30px) !important;
    height: auto !important;
    aspect-ratio: 16/9;
    z-index: 10 !important;
    padding: 0;
  }
  #SAME_BG .front_around_section .img_wrap {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: none;
    top: 0;
    left: 0;
  }
  #SAME_BG .front_around_section .img_wrap .point_wrap {
    width: auto;
    height: auto;
    transform: scale(0.3);
    transform-origin: left top;
  }
  #SAME_BG .front_around_section .img_wrap .p1 {
    top: 20%;
    left: 5%;
  }
  #SAME_BG .front_around_section .img_wrap .p2 {
    top: 45%;
    left: 5%;
  }
  #SAME_BG .front_around_section .img_wrap .p3 {
    top: 40%;
    left: 73%;
    width: 280px;
  }
  #SAME_BG .front_around_section .img_wrap .p4 {
    top: 40%;
    left: 40%;
    width: 370px;
  }
  #SAME_BG .front_facilityA_section {
    padding: 30px 20px 50px !important;
    background-image: url("../images/facility/subtract.png") !important;
    background-size: cover !important;
    background-position: center !important;
  }
  #SAME_BG .front_facilityA_section::before {
    display: none !important;
  }
  #SAME_BG .front_facilityA_section .inner {
    padding: 0;
    max-width: 100% !important;
    left: 0 !important;
  }
  #SAME_BG .front_facilityA_section .inner .front_h2_wrap {
    opacity: 1 !important;
    transform: none !important;
    margin-bottom: 20px;
  }
  #SAME_BG .front_facilityA_section .inner p {
    opacity: 1 !important;
    transform: none !important;
    font-size: 14px;
  }
  #SAME_BG .front_facility_section {
    padding: 50px 20px 50px !important;
    background: transparent !important;
  }
  #SAME_BG .front_facility_section .inner {
    padding: 0 !important;
  }
  #SAME_BG .front_facility_section .facility_wrap {
    display: block !important;
    width: 100% !important;
    max-width: 400px !important;
    margin: 0 auto 20px !important;
  }
  #SAME_BG .front_facility_section .facility_wrap .facility_round {
    font-size: 18px;
    visibility: visible !important;
    display: flex !important;
    width: 60px !important;
    height: 60px !important;
    margin: 0 auto -30px !important;
    z-index: 5 !important;
    background-color: rgba(55, 75, 82, 0.6) !important;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
  #SAME_BG .front_facility_section .facility_wrap.facility_wrap4 .facility_round {
    display: none !important;
  }
  #SAME_BG .front_facility_section .facility_wrap.facility_wrap4 .left {
    width: 78px;
  }
  #SAME_BG .front_facility_section .facility_wrap.facility_wrap4 .right {
    width: calc(100% - 12px - 78px);
  }
  #SAME_BG .front_facility_section .facility_wrap .facility_content {
    padding: 0;
    display: block !important;
    opacity: 1 !important;
    transform: none !important;
  }
  #SAME_BG .front_facility_section .facility_wrap .facility_content .img_wrap + div {
    padding: 20px;
  }
  #SAME_BG .front_facility_section .facility_wrap .facility_content .img_wrap + div .flex {
    font-size: 13px;
  }
  #SAME_BG .front_facility_section .facility_wrap .img_wrap {
    max-width: 100% !important;
    max-height: none;
    border-radius: 15px 15px 0 0 !important;
  }
  #SAME_BG .front_facility_section .facility_wrap .img_wrap img {
    width: 100% !important;
    height: auto !important;
    display: block;
    border-radius: 15px 15px 0 0 !important;
  }
  #SAME_BG .front_facility_section .facility_wrap .img_wrap img.only_pc {
    display: none;
  }
  #SAME_BG .front_facility_section .facility_wrap .content_wrap {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px 10px !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
    border-radius: 0 0 15px 15px !important;
    margin: 0 !important;
  }
  #SAME_BG .front_facility_section .facility_wrap .content_wrap .flex_sp_row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-around !important;
    align-items: flex-start !important;
    width: 100% !important;
    gap: 10px;
  }
  #SAME_BG .front_facility_section .facility_wrap .content_wrap .flex {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-around !important;
    gap: 10px;
    width: 100% !important;
  }
  #SAME_BG .front_facility_section .facility_wrap .content_wrap .floor {
    margin: 0 auto 10px !important;
    width: 64px !important;
    height: 30px !important;
    font-size: 16px !important;
    font-weight: bold;
    border-radius: 15px;
  }
  #SAME_BG .front_facility_section .facility_wrap .content_wrap .txt {
    font-size: 13px !important;
    line-height: 1.4 !important;
    text-align: center !important;
  }
  #SAME_BG .front_facility_section .facility_wrap .floor_title {
    margin: 0 auto 10px !important;
    background: #fff;
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding-left: 20px;
    padding-right: 20px;
    height: 30px !important;
    font-size: 16px !important;
    font-weight: bold;
    border-radius: 15px;
    display: flex;
    align-items: center;
  }
  #SAME_BG .front_facility_section .p1 {
    display: none;
  }
  #SAME_BG .front_facility_section .front_btn_wrap {
    text-align: center;
  }
  #SAME_BG .front_facility_section .front_btn_wrap a {
    margin-left: 0;
  }
  #SAME_BG .movePos, #SAME_BG .glow_wrap, #SAME_BG .shadow_wrap, #SAME_BG #BACKPOINT {
    display: none !important;
  }
  .same_bg_wrap .same_bg_wrap .same_bg_img img {
    aspect-ratio: 750/410;
  }
}
.about_section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(80, 118, 128, 0.88);
}
.about_section .front_h2_wrap {
  margin-bottom: 46px;
}
.about_section .front_h2_wrap h2 {
  color: rgba(255, 255, 255, 0.8);
}
.about_section .flex {
  gap: 40px;
}
.about_section h3 {
  margin-top: 145px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 2.2;
  color: #fff;
}
.about_section p {
  font-size: 14px;
  line-height: 2.2;
  color: #fff;
}
.about_section p + p {
  margin-top: 10px;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
@media screen and (min-width: 769px) {
  .about_section h3 {
    white-space: nowrap;
  }
  .about_section .inner {
    padding-left: 90px;
    padding-right: 90px;
  }
  .about_section .txt_wrap {
    max-width: 505px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1375px) {
  .about_section h3 {
    margin-top: 50px;
  }
  .about_section .br3,
  .about_section .br4 {
    display: none !important;
  }
}
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  .about_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about_section .inner > .flex {
    flex-direction: column;
  }
  .about_section .h2_wrap {
    margin-bottom: 46px;
  }
  .about_section .flex {
    gap: 0px;
  }
  .about_section h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.7;
  }
  .about_section h3 span {
    display: inline-block;
  }
  .about_section p {
    font-size: 13px;
    line-height: 2.2;
  }
  .about_section p + p {
    margin-top: 10px;
  }
}
.front_partners_section {
  padding-top: 40px;
  padding-bottom: 40px;
  backdrop-filter: blur(160px);
  background-color: rgba(80, 118, 128, 0.8);
  color: white;
}
.front_partners_section .front_h2_wrap {
  margin-bottom: 20px;
}
.front_partners_section .bg_wrap {
  padding: 40px 60px;
  border-radius: 40px;
  backdrop-filter: blur(80px) brightness(100%);
  background-color: rgba(219, 246, 255, 0.08);
}
.front_partners_section .img_wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}
.front_partners_section p {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01em;
  text-align: center;
}
.front_partners_section .front_btn_wrap {
  margin-top: 40px;
  text-align: center;
}
.front_partners_section.is-deactive {
  display: none;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  .front_partners_section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .front_partners_section .bg_wrap {
    padding: 50px 20px;
    border-radius: initial;
  }
  .front_partners_section#POINT9 .inner {
    padding: 0;
  }
  .front_partners_section .front_btn_wrap {
    margin-top: 20px;
  }
}
.planed_section {
  padding-top: 60px;
  padding-bottom: 60px;
  backdrop-filter: blur(500px);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(250px) brightness(100%);
}
.planed_section .inner {
  max-width: 1400px;
}
.planed_section p {
  text-align: center;
  line-height: normal;
}
.planed_section .p1 {
  line-height: 1.8;
}
.planed_section .p3 {
  margin-top: 10px;
}
.planed_section .p7,
.planed_section .p9,
.planed_section .p11 {
  margin-top: 24px;
}
.planed_section .f14 {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.planed_section .f16 {
  letter-spacing: 0.05em;
}
.planed_section .f18 {
  font-size: 18px;
}
.planed_section .w500 {
  font-weight: 500;
}
.planed_section #gmap {
  margin-top: 46px;
  margin-bottom: 40px;
  aspect-ratio: 1360/439;
  width: 100%;
}
.planed_section {
  /*
  .gmap {
    margin-top: 46px;
    margin-bottom: 40px;
    position: relative;
    aspect-ratio: 1360 / 439;
    width: 100%;
    height: auto;
    iframe {
      position: absolute;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }*/
}
.planed_section .front_btn_wrap {
  text-align: center;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 768px) {
  .planed_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .planed_section #gmap {
    margin-top: 40px;
    margin-bottom: 20px;
    aspect-ratio: 640/480;
  }
  .planed_section .p3 {
    font-size: 14px;
  }
  .planed_section .f18 {
    font-size: 16px;
  }
  .planed_section .f14 {
    font-size: 12px;
  }
}/*# sourceMappingURL=front.css.map */