@charset "UTF-8";
.top .hero-ctr {
  padding-top: 85px;
  position: relative;
}
.top .hero-ctr::before, .top .hero-ctr::after {
  background-image: url(../img/top/bg_01.svg);
  background-repeat: no-repeat;
  background-size: 340%;
  content: "";
  display: block;
  height: 50%;
  position: absolute;
  width: 100%;
  z-index: -2;
}
.top .hero-ctr::before {
  background-position: top 50vh left -30vw;
  top: 0;
}
.top .hero-ctr::after {
  background-position: bottom 150px left -30vw;
  bottom: 0;
}
.top .hero-ctr .hero-content {
  margin-bottom: 150px;
  position: relative;
  width: 100%;
}
.top .hero-ctr .catchphrase {
  bottom: -60px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
  margin-left: min(5vw, 60px);
  position: absolute;
}
.top .hero-ctr .catchphrase .hero-text {
  line-height: 1.5;
}
.top .hero-ctr .catchphrase .font-kirigirisu.doki {
  padding: 0 0.6em 0 0.2em;
}
.top .hero-ctr .catchphrase .font-kirigirisu.waku {
  padding: 0 0.2em 0 0.4em;
}
.top .hero-ctr .catchphrase .font-kirigirisu img {
  height: 3.2rem;
  vertical-align: baseline;
  width: auto;
}
.top .hero-ctr .top_img_cont {
  height: calc(100vh - 230px);
  margin: 0 0 0 auto;
  position: relative;
  width: calc(100% - min(10vw, 100px));
  z-index: -1;
}
.top .hero-ctr .top_img_cont::after {
  aspect-ratio: 1/0.54;
  background: url(../img/top/bg_gcloud.svg) no-repeat center right -22vw/100%;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 85%;
  width: 110%;
}
.top .hero-ctr .top_img {
  border-radius: 50px 0 0 50px;
  display: block;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.top .hero-ctr .top_img img {
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
}
.top .hero-ctr .overview-ctr {
  color: #fff;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.top .hero-ctr .overview-area {
  margin: 0 min(5vw, 60px);
}
.top .hero-ctr .catchphrase2 {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 33px;
}
.top .hero-ctr .catchphrase2 .ib {
  display: inline-block;
}
.top .hero-ctr .catchphrase2 .font-kirigirisu {
  display: inline-block;
  padding: 0 5px 5px;
  position: relative;
  vertical-align: text-bottom;
}
.top .hero-ctr .catchphrase2 .font-kirigirisu::before {
  background: #f3831c;
  border-radius: 5px;
  bottom: 0;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.top .hero-ctr .catchphrase2 .font-kirigirisu img {
  height: 2.5rem;
  width: auto;
}
.top .hero-ctr .overview-text {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
.top .hero-ctr .overview-text br {
  display: none;
}
.top .hero-ctr .overview_img-ctr {
  height: clamp(672px, 113vw, 782px);
  margin-top: 80px;
  overflow-x: hidden;
  position: relative;
  width: 100vw;
}
.top .hero-ctr .overview_img-item::after {
  content: url(../img/kaeru.svg);
  display: block;
  position: absolute;
}
.top .hero-ctr .overview_img-item.img01, .top .hero-ctr .overview_img-item.img02 {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top .hero-ctr .overview_img-item.img01 {
  left: calc(50% + 38vw);
  top: 120px;
}
.top .hero-ctr .overview_img-item.img01::after {
  bottom: -30px;
  height: 68px;
  left: 13px;
  width: 78px;
}
.top .hero-ctr .overview_img-item.img01 .overview_img {
  height: max(194px, 35vw);
  width: max(194px, 35vw);
}
.top .hero-ctr .overview_img-item.img02 {
  left: calc(50% - 36vw);
  top: 0;
}
.top .hero-ctr .overview_img-item.img02::after {
  bottom: -40px;
  height: 68px;
  right: 30px;
  width: 78px;
}
.top .hero-ctr .overview_img-item.img02 .overview_img {
  height: max(35vw, 244px);
  width: max(35vw, 244px);
}
.top .hero-ctr .overview_img-item.img03 {
  left: calc(50% - (100px - 5vw));
  position: absolute;
  top: 320px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.top .hero-ctr .overview_img-item.img03::after {
  bottom: 20px;
  height: 84px;
  right: -24px;
  width: 95px;
}
.top .hero-ctr .overview_img-item.img03 .overview_img {
  height: max(352px, 60vw);
  width: max(352px, 60vw);
}
.top .hero-ctr .overview_img-item.img03 img {
  -o-object-position: 80% 50%;
     object-position: 80% 50%;
}
.top .hero-ctr .overview_img {
  border-radius: 50%;
  display: block;
  overflow: hidden;
}
.top .hero-ctr .overview_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top .hero-ctr::before {
    background-size: 100%;
  }
  .top .hero-ctr::before {
    background-position: top 170px center;
  }
  .top .hero-ctr::after {
    background-position: bottom 50px left -30vw;
  }
  .top .hero-ctr .hero-content {
    margin-bottom: 50px;
  }
  .top .hero-ctr .catchphrase {
    font-size: 3.9rem;
    top: 50%;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  .top .hero-ctr .catchphrase .font-kirigirisu img {
    height: 5.6rem;
  }
  .top .hero-ctr .top_img_cont::after {
    max-height: 625px;
    max-width: 1160px;
    right: 0;
    top: 75%;
    width: 105%;
  }
  .top .hero-ctr .top_img img {
    -o-object-position: center;
       object-position: center;
  }
  .top .hero-ctr .catchphrase2 {
    font-size: 3.2rem;
  }
  .top .hero-ctr .catchphrase2 .font-kirigirisu img {
    height: 3.6rem;
  }
  .top .hero-ctr .overview_img-ctr {
    margin-top: 25px;
    height: auto;
  }
  .top .hero-ctr .overview_img-item.img01 {
    left: calc(50% + 300px);
    top: 0;
  }
  .top .hero-ctr .overview_img-item.img01::after {
    bottom: -30px;
    height: auto;
    left: 13px;
    width: 96px;
  }
  .top .hero-ctr .overview_img-item.img01 .overview_img {
    height: 291px;
    width: 291px;
  }
  .top .hero-ctr .overview_img-item.img02 {
    left: calc(50% - 300px);
    top: 50px;
  }
  .top .hero-ctr .overview_img-item.img02::after {
    bottom: -30px;
    height: auto;
    right: 30px;
    width: 96px;
  }
  .top .hero-ctr .overview_img-item.img02 .overview_img {
    height: 340px;
    width: 340px;
  }
  .top .hero-ctr .overview_img-item.img03 {
    margin: 40vw auto 0 calc(70px + 5vw);
    position: relative;
    top: auto;
  }
  .top .hero-ctr .overview_img-item.img03 .overview_img {
    height: 420px;
    width: 420px;
  }
  .top .hero-ctr .overview_img-item.img03::after {
    bottom: 20px;
    height: auto;
    right: -15px;
    width: 110px;
  }
}
@media screen and (min-width: 1024px) {
  .top .hero-ctr {
    padding-top: 80px;
  }
  .top .hero-ctr::after {
    background-size: 100%;
  }
  .top .hero-ctr::after {
    background-position: bottom 280px center;
  }
  .top .hero-ctr .hero-content {
    margin: 0;
  }
  .top .hero-ctr .catchphrase {
    bottom: auto;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.5;
    margin-left: min(5vw, 116px);
    top: 50%;
    -webkit-transform: translateY(-35%);
            transform: translateY(-35%);
  }
  .top .hero-ctr .catchphrase .hero-text {
    line-height: 1.7;
  }
  .top .hero-ctr .catchphrase .font-kirigirisu.doki {
    padding: 0 0.6em 0 0.2em;
  }
  .top .hero-ctr .catchphrase .font-kirigirisu.waku {
    padding: 0 0.2em 0 0.4em;
  }
  .top .hero-ctr .catchphrase .font-kirigirisu img {
    height: 8rem;
    vertical-align: bottom;
  }
  .top .hero-ctr .top_img_cont {
    height: auto;
    width: calc(100% - min(13vw, 230px));
  }
  .top .hero-ctr .top_img {
    border-radius: 100px 0 0 100px;
    max-height: 640px;
  }
  .top .hero-ctr .top_img img {
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
    width: 100%;
  }
  .top .hero-ctr .download-file {
    background: #38bbce;
    border-radius: 10px 0 0 10px;
    font-weight: 400;
    height: 160px;
    position: fixed;
    right: 0;
    top: 140px;
    -ms-writing-mode: tb-rl; /* IE用 */
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl; /* 右から左へ流れる縦書き */
    width: 53px;
    z-index: 10;
  }
  .top .hero-ctr .download-file a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    width: 100%;
  }
  .top .hero-ctr .overview-ctr {
    margin: 0;
  }
  .top .hero-ctr .overview-area {
    margin: 7vw 0 0 min(13vw, 230px);
  }
  .top .hero-ctr .catchphrase2 {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 50px;
  }
  .top .hero-ctr .catchphrase2 .font-kirigirisu {
    display: inline-block;
    padding: 0 10px 10px;
    position: relative;
  }
  .top .hero-ctr .catchphrase2 .font-kirigirisu::before {
    background: #f3831c;
    border-radius: 5px;
    bottom: 0;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
  .top .hero-ctr .catchphrase2 .font-kirigirisu img {
    height: 4rem;
  }
  .top .hero-ctr .overview-text br {
    display: block;
  }
  .top .hero-ctr .overview_img-ctr {
    margin-top: 0;
    position: static;
    width: 100%;
  }
  .top .hero-ctr .overview_img-item::after {
    content: url(../img/kaeru.svg);
    display: block;
    position: absolute;
  }
  .top .hero-ctr .overview_img-item.img01 {
    left: calc(50% + 420px);
    top: 190px;
  }
  .top .hero-ctr .overview_img-item.img01::after {
    bottom: -50px;
    height: 111px;
    left: 13px;
    width: 126px;
  }
  .top .hero-ctr .overview_img-item.img01 .overview_img {
    height: 313px;
    width: 313px;
  }
  .top .hero-ctr .overview_img-item.img02 {
    left: calc(50% - 540px);
    top: 530px;
  }
  .top .hero-ctr .overview_img-item.img02::after {
    bottom: -50px;
    height: 111px;
    right: 30px;
    width: 126px;
  }
  .top .hero-ctr .overview_img-item.img02 .overview_img {
    height: 396px;
    width: 396px;
  }
  .top .hero-ctr .overview_img-item.img03 {
    left: calc(50% + 75px);
    margin: 70px 0 0;
    position: relative;
  }
  .top .hero-ctr .overview_img-item.img03::after {
    bottom: 20px;
    height: 136px;
    right: -34px;
    width: 154px;
  }
  .top .hero-ctr .overview_img-item.img03 .overview_img {
    height: 570px;
    width: 570px;
  }
  .top .hero-ctr .overview_img-item.img03 img {
    -o-object-position: 80% 50%;
       object-position: 80% 50%;
  }
  .top .hero-ctr .overview_img {
    border-radius: 50%;
    display: block;
    overflow: hidden;
  }
  .top .hero-ctr .overview_img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

.top .tabs-area {
  margin-top: 25px;
}
.top .tabs-area .tabs {
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px 5px;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .top .tabs-area .tabs {
    padding: 20px 36px 5px 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (min-width: 1024px) {
  .top .tabs-area {
    display: grid;
    gap: 0 70px;
    grid-template-columns: 185px 1fr;
  }
  .top .tabs-area .tabs {
    grid-column: 1/2;
    height: 245px;
    padding: 20px;
    width: 100%;
  }
}
.top .tabs-area .tab-item {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 20px 15px 0;
  padding-left: 1em;
  position: relative;
  z-index: 1;
}
.top .tabs-area .tab-item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .top .tabs-area .tab-item {
    font-size: 1.8rem;
    height: 45px;
    margin: 0;
    width: 100%;
  }
}
.top .tabs-area .tab-item[aria-selected=true] {
  border-bottom: none;
  color: #41A621;
}
.top .tabs-area .tab-item[aria-selected=true]::before {
  content: "";
  background: #41A621;
  border-radius: 6px;
  height: 12px;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  width: 12px;
}
@media screen and (min-width: 1024px) {
  .top .tabs-area .tab-title1 br {
    display: none;
  }
}

.top .news-ctr {
  padding: 100px 0 50px;
  position: relative;
}
.top .news-ctr .news-area {
  margin: 0 0 0 min(5vw, 60px);
}
.top .news-ctr .more-notice {
  top: 115px;
  right: min(5vw, 60px);
  position: absolute;
}
.top .news-ctr .info-area {
  background: #fff;
  border-radius: 20px 0 0 20px;
  margin-top: 30px;
  min-height: 344px;
  overflow: hidden;
}
.top .news-ctr .info {
  border-bottom: 1px solid #E6E6E6;
  font-weight: 400;
}
.top .news-ctr .info:nth-child(5) {
  border-bottom: none;
}
.top .news-ctr .info a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  text-decoration: none;
}
.top .news-ctr .info a:hover {
  background: #f2f2f2;
}
.top .news-ctr .info .sub-info {
  margin-right: 10px;
  text-align: center;
  width: 10rem;
}
.top .news-ctr .info .news-date {
  display: inline-block;
  font-family: "Avenir-Roman", sans-serif;
  font-size: 1.4rem;
  margin: 0 0 5px;
}
.top .news-ctr .info .news-title {
  font-size: 1.4rem;
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分を「...」にする */
  white-space: nowrap; /* 1行で表示 */
}
.top .news-ctr .info .js-category-badge {
  border-radius: 16px;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 5px 0 7px;
  text-align: center;
  width: 100px;
}
.top .news-ctr .info .js-category-badge.info {
  background: #9BC418;
}
.top .news-ctr .info .js-category-badge.try_event {
  background: #38BBCE;
}
.top .news-ctr .info .js-category-badge.media {
  background: #F3831C;
}
@media screen and (min-width: 1024px) {
  .top .news-ctr .more-notice {
    right: 140px;
  }
  .top .news-ctr .news-area {
    margin: 0 0 0 min(13vw, 220px);
    padding-top: 80px;
    position: relative;
    z-index: 1;
  }
  .top .news-ctr .tabs-area {
    margin-top: 65px;
    overflow: hidden;
  }
  .top .news-ctr .panel-cont {
    overflow: hidden;
  }
  .top .news-ctr .info-area {
    margin-top: 0;
    min-height: 460px;
  }
  .top .news-ctr .info {
    font-weight: 400;
  }
  .top .news-ctr .info a {
    padding: 30px;
  }
  .top .news-ctr .info .sub-info {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0;
    text-align: left;
    width: auto;
  }
  .top .news-ctr .info .news-date {
    font-size: 1.5rem;
    margin: 0 25px 0 0;
    width: 80px;
  }
  .top .news-ctr .info .news-title {
    font-size: 1.5rem;
  }
  .top .news-ctr .info .js-category-badge {
    font-size: 1.3rem;
    margin-right: 36px;
    max-height: 3rem;
    padding: 8px 0 9px;
    width: 120px;
  }
}

.facility_slider_ctr {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
.facility_slider_ctr .facility_img {
  border-radius: 25px;
  display: block;
  overflow: hidden;
}
.facility_slider_ctr .slider_ctrl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.facility_slider_ctr .slider_ctrl .sliderBtn {
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .facility_slider_ctr .facility_img {
    border-radius: 50px;
  }
  .facility_slider_ctr .slider_ctrl {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    margin-top: 50px;
  }
}
.facility_slider_ctr .splide__slide {
  position: relative;
}
.facility_slider_ctr .splide__slide a {
  display: block;
}
.facility_slider_ctr .splide__slide a:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -1px;
}
.facility_slider_ctr .splide__slide img {
  aspect-ratio: 1/0.65;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.facility_slider_ctr .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: auto;
}
.facility_slider_ctr .splide__pagination button.is-active {
  background: #000;
}
.facility_slider_ctr .splide__pagination li {
  height: auto;
  margin: 0;
}
.facility_slider_ctr .splide__pagination li button {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  opacity: 1;
  padding: 0;
  width: 10px;
}
.facility_slider_ctr .splide__pagination li button:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -1px;
}
.facility_slider_ctr .silder_text {
  color: #fff;
  font-size: 1.7rem;
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .facility_slider_ctr .silder_text {
    font-size: 2.4rem;
  }
}
.facility_slider_ctr .nocont_ctr {
  background: var(--bgcolor7);
  padding: 39px 0;
}
@media screen and (min-width: 1024px) {
  .facility_slider_ctr .nocont_ctr {
    padding: 70px 0;
  }
}
.facility_slider_ctr .nocont_ctr svg {
  display: block;
  fill: var(--bgcolor17);
  height: 150px;
  margin: 0 auto;
}
.facility_slider_ctr .nocont_ctr .nocont_text {
  color: var(--fontcolor1);
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .facility_slider_ctr .nocont_ctr .nocont_text {
    font-size: 1.6rem;
  }
}

.top .cont-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.top .title-figtree {
  font-family: "Avenir-Black", sans-serif;
  font-size: 4rem;
  margin-bottom: 5px;
}
.top .title-text {
  font-size: 1.5rem;
  font-weight: 500;
}
.top .more-btn {
  height: 48px;
  width: 140px;
}
.top .more-btn a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-decoration: none;
}
.top .more-btn.bl a {
  background: url(../img/more_arrow_b.svg) no-repeat right center/48px 48px;
  color: #000;
}
.top .more-btn.wh a {
  background: url(../img/more_arrow_w.svg) no-repeat right center/48px 48px;
  color: #fff;
}
.top .desc-text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .top .title-figtree {
    font-size: clamp(4rem, 5.5vw, 7rem);
  }
}
@media screen and (min-width: 1024px) {
  .top .title-figtree {
    font-size: 7rem;
    margin-bottom: 10px;
  }
  .top .more-btn {
    height: 60px;
    width: 165px;
  }
  .top .more-btn.bl a {
    background-size: 60px 60px;
  }
  .top .more-btn.wh a {
    background-size: 60px 60px;
  }
  .top .desc-text {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.7;
  }
}
.top .greenback-area {
  overflow: hidden;
  position: relative;
}
.top .greenback-area::before {
  background: #9bc418;
  content: "";
  display: block;
  height: max(2000px, 320vw);
  position: absolute;
  top: 30%;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top .greenback-area::before {
    top: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .top .greenback-area {
    overflow-x: hidden;
  }
}
.top .googlemap-ctr {
  position: relative;
}
.top .googlemap-ctr::before {
  background: #41A621;
  content: "";
  display: block;
  height: 50%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.top .googlemap-ctr iframe {
  border-radius: 50px;
  display: block;
  height: 480px;
  overflow: hidden;
  width: 100%;
}

.top .place-ctr {
  padding-top: 100px;
  padding-bottom: 110px;
  position: relative;
}
.top .place-ctr::before, .top .place-ctr::after {
  content: "";
  display: block;
  height: 50%;
  position: absolute;
  width: 100%;
}
.top .place-ctr::before {
  background: url(../img/top/bg_02.svg) no-repeat top left -350px/350%;
  top: 0;
  z-index: -1;
}
.top .place-ctr::after {
  background: url(../img/top/bg_02.svg) no-repeat bottom left -350px/350%;
  bottom: 0;
  z-index: -2;
}
.top .place-ctr .cont-title {
  color: #fff;
  margin: 0 0 70px min(5vw, 60px);
}
.top .place-ctr .more-place {
  top: 115px;
  right: min(5vw, 60px);
  position: absolute;
}
.top .place-ctr .facility-guide {
  margin: 85px min(5vw, 60px) 0;
}
.top .place-ctr .facility-cont {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: max(264px, 60vw);
}
.top .place-ctr .facility-cont h4 {
  font-size: 1.8rem;
  margin: 20px auto;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  width: 54px;
}
.top .place-ctr .facility-cont .guide-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.top .place-ctr .facility-cont.cont02 {
  margin: 40px 0 0 auto;
}
.top .place-ctr .facility-cont.cont03 {
  margin-top: 40px;
  right: 0;
}
.top .place-ctr .facility_img-item {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.top .place-ctr .facility_guide_img {
  aspect-ratio: 1/0.65;
  border-radius: 25px;
  display: block;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top .place-ctr {
    padding-bottom: min(5vw, 50px);
  }
  .top .place-ctr .facility_slider_ctr {
    margin-bottom: max(6vw, 80px);
  }
  .top .place-ctr .facility-guide {
    height: 460px;
    margin: 0 auto;
    position: relative;
    width: 95%;
  }
  .top .place-ctr .facility-cont {
    position: absolute;
    width: 30%;
  }
  .top .place-ctr .facility-cont h4 {
    font-size: 2.4rem;
    width: 85px;
  }
  .top .place-ctr .facility-cont.cont02 {
    left: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 80px;
  }
  .top .place-ctr .facility-cont.cont03 {
    margin-top: 0;
    right: 0;
  }
  .top .place-ctr .facility_guide_img {
    border-radius: 30px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .top .place-ctr {
    padding-top: 135px;
    padding-bottom: max(15vw, 200px);
  }
  .top .place-ctr::before {
    background: url(../img/top/bg_02.svg) no-repeat top center/101%;
  }
  .top .place-ctr::after {
    background: url(../img/top/bg_02.svg) no-repeat bottom center/101%;
  }
  .top .place-ctr .more-place {
    top: 172px;
    right: 144px;
  }
  .top .place-ctr .cont-title {
    margin: 0 0 max(7vw, 70px) min(13vw, 220px);
  }
  .top .place-ctr .facility-guide {
    height: 460px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
  }
  .top .place-ctr .facility-cont {
    position: absolute;
    width: 300px;
  }
  .top .place-ctr .facility-cont h4 {
    font-size: 2.4rem;
    width: 85px;
  }
  .top .place-ctr .facility-cont .guide-text {
    font-size: 1.8rem;
    font-weight: 400;
  }
  .top .place-ctr .facility-cont.cont02 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 80px;
  }
  .top .place-ctr .facility-cont.cont03 {
    margin-top: 0;
    right: 0;
  }
  .top .place-ctr .facility_guide_img {
    border-radius: 30px;
    height: 192px;
    width: 300px;
  }
}

.top .try-ctr {
  padding: 50px 0;
}
.top .try-ctr .try-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: min(5vw, 60px);
}
.top .try-ctr .try-description {
  margin: 40px min(5vw, 60px) 36px 0;
}
.top .try-ctr .more-try {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 40px auto 0;
}
.top .try-ctr .try_img-item {
  max-width: 690px;
  margin: 0 0 0 auto;
}
.top .try-ctr .try_img {
  border-radius: 50px 0 0 50px;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top .try-ctr .try-area {
    display: grid;
    gap: 0 min(10vw, 150px);
    grid-template-columns: 1fr min(55vw, 690px);
    margin: 0 0 0 min(5vw, 230px);
  }
  .top .try-ctr .cont-title {
    grid-column: 1/2;
  }
  .top .try-ctr .try-description {
    grid-column: 1/2;
    margin-bottom: 0;
  }
  .top .try-ctr .try_img-item {
    align-self: center;
    grid-column: 2/3;
    grid-row: 1/4;
  }
  .top .try-ctr .try_img {
    height: 100%;
  }
  .top .try-ctr .try_img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top .try-ctr .more-try {
    grid-column: 1/2;
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top .try-ctr {
    padding: 50px 0 30px;
  }
  .top .try-ctr .try-area {
    margin-left: min(13vw, 220px);
  }
  .top .try-ctr .try-description {
    margin: 40px 0 0;
  }
  .top .try-ctr .try_img-item {
    height: auto;
  }
  .top .try-ctr .try_img {
    border-radius: 50px;
  }
}

.top .plan-ctr {
  margin-right: min(5vw, 60px);
}
.top .plan-ctr::before {
  background: url(../img/top/bg_01_m.svg) no-repeat top center/100%;
  content: "";
  display: block;
  height: 40%;
  position: absolute;
  width: 100%;
  z-index: -10;
}
.top .plan-ctr .plan-area {
  color: #fff;
  padding-top: 50px;
}
.top .plan-ctr .plan-description {
  margin: 0 0 70px min(5vw, 60px);
}
.top .plan-ctr .cont-title {
  margin: 0 0 max(40px, 10vw) auto;
}
.top .plan-ctr .plan_img-item {
  max-width: 690px;
}
.top .plan-ctr .plan_img {
  border-radius: 0 50px 50px 0;
  display: block;
  overflow: hidden;
}
.top .plan-ctr .more-plan {
  margin: 30px auto 0;
}
.top .plan-ctr .more-plan a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top .plan-ctr {
    margin-right: 0;
  }
  .top .plan-ctr::before {
    background: url(../img/top/bg_01.svg) no-repeat top center/100%;
  }
  .top .plan-ctr .plan-area {
    display: grid;
    gap: 0 min(10vw, 150px);
    grid-template-columns: min(55vw, 690px) 1fr;
    margin: 0 min(5vw, 230px) 90px 0;
    padding-top: 200px;
  }
  .top .plan-ctr .cont-title {
    grid-column: 2/3;
    justify-self: end;
    margin-bottom: 50px;
  }
  .top .plan-ctr .plan-description {
    margin: 0;
    grid-column: 2/3;
  }
  .top .plan-ctr .plan_img-item {
    align-self: center;
    grid-column: 1/2;
    grid-row: 1/4;
  }
  .top .plan-ctr .plan_img {
    height: 100%;
  }
  .top .plan-ctr .plan_img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top .plan-ctr .more-plan {
    grid-column: 2/3;
    margin-right: 0;
  }
  .top .plan-ctr .more-plan a {
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .top .plan-ctr {
    margin: 0;
  }
  .top .plan-ctr .cont-title {
    margin-bottom: 0;
  }
  .top .plan-ctr .plan-area {
    gap: 40px min(10vw, 150px);
    margin: 0 min(13vw, 230px) 90px auto;
  }
  .top .plan-ctr .plan_img {
    border-radius: 50px;
    display: block;
    overflow: hidden;
  }
  .top .plan-ctr .more-plan {
    margin-top: 0;
  }
}

.top .area-ctr {
  padding-top: min(5vw, 90px);
  overflow-x: hidden;
  position: relative;
}
.top .area-ctr::after {
  background: url(../img/top/bg_01_m.svg) no-repeat bottom calc(450px - 20vw) center/100%;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.top .area-ctr .cont-title {
  color: #fff;
  margin: 90px min(5vw, 60px) 20px;
}
.top .area-ctr .area-description {
  color: #fff;
  margin: 0 min(5vw, 60px) 70px;
}
.top .area-ctr .more-area {
  margin: 30px auto 0;
}
.top .area-ctr .area-guide {
  height: 390px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .area-ctr {
    padding-top: 0;
  }
  .top .area-ctr::after {
    background: url(../img/top/bg_01.svg) no-repeat bottom 30px center/100%;
    height: 100%;
  }
  .top .area-ctr .area-area {
    display: grid;
    gap: 0 min(4vw, 40px);
    grid-template-columns: 1fr min(60vw, 760px);
    grid-template-rows: auto 1fr 1fr;
    margin: 0 0 0 min(13vw, 220px);
    max-width: 1140px;
  }
  .top .area-ctr .cont-title {
    color: #fff;
    grid-column: 1/2;
    margin-top: 0;
  }
  .top .area-ctr .area-description {
    grid-column: 1/2;
    margin: 0;
  }
  .top .area-ctr .area-guide {
    grid-column: 2/3;
    grid-row: 1/4;
    position: relative;
  }
  .top .area-ctr .more-area {
    margin: 30px auto 0 0;
  }
  .top .area-ctr .more-area a {
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .top .area-ctr .cont-title {
    margin: 150px 0 50px;
  }
  .top .area-ctr .area-guide {
    height: 730px;
  }
  .top .area-ctr .more-area {
    margin: 0;
  }
}
.top .area-ctr .area_img-item {
  height: 144px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 190px;
}
.top .area-ctr .area_img-item.img01 {
  left: calc(50% + 50px);
}
.top .area-ctr .area_img-item.img02 {
  left: calc(50% - 165px);
  top: 80px;
}
.top .area-ctr .area_img-item.img03 {
  bottom: calc(50% - 115px);
  left: calc(50% + 205px);
}
.top .area-ctr .area_img-item.img04 {
  bottom: 0;
  left: calc(50% - 10px);
}
.top .area-ctr .area_img {
  border-radius: 25px;
  display: block;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top .area-ctr .area_img-item {
    -webkit-transform: none;
            transform: none;
  }
  .top .area-ctr .area_img-item.img01 {
    left: 215px;
  }
  .top .area-ctr .area_img-item.img02 {
    left: 0;
    top: 80px;
  }
  .top .area-ctr .area_img-item.img03 {
    bottom: calc(50% - 115px);
    left: 365px;
  }
  .top .area-ctr .area_img-item.img04 {
    bottom: 0;
    left: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .top .area-ctr .area_img-item {
    height: auto;
    position: absolute;
    -webkit-transform: none;
            transform: none;
    width: auto;
  }
  .top .area-ctr .area_img-item.img01 {
    left: 400px;
  }
  .top .area-ctr .area_img-item.img02 {
    left: 0;
    top: calc(50% - 214px);
  }
  .top .area-ctr .area_img-item.img03 {
    bottom: calc(50% - 214px);
    left: 655px;
  }
  .top .area-ctr .area_img-item.img04 {
    bottom: 0;
    left: 255px;
  }
  .top .area-ctr .area_img {
    border-radius: 50px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.top .natureschool-ctr {
  container-type: inline-size;
  padding: 80px min(5vw, 60px) 0;
}
.top .natureschool-ctr .ns-title {
  max-width: 300px;
  margin: 0 auto 40px;
  width: 85%;
}
.top .natureschool-ctr .ns-description h3 {
  max-width: 216px;
  margin: 0 auto 30px;
}
.top .natureschool-ctr .ns-desc-text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 60px;
}
.top .natureschool-ctr .more-ns {
  margin: 25px auto 0;
}
.top .natureschool-ctr .ns_img {
  border-radius: 40px;
  display: block;
  max-width: 450px;
  margin: 0 auto;
  overflow: hidden;
}
.top .natureschool-ctr .natureschool-area {
  background: #fff;
  border-radius: 50px;
  margin: 0 auto;
  padding: 50px 35px 35px;
  max-width: 500px;
}
@container (min-width: 660px) {
  .top .natureschool-ctr .natureschool-area {
    border-radius: 80px;
    display: grid;
    gap: 0 min(10%, 80px);
    grid-template-columns: min(28vw, 320px) 1fr;
    margin: 0 auto;
    max-width: 1000px;
    padding: 45px 70px 75px 60px;
    width: 100%;
  }
  .top .natureschool-ctr .natureschool-area .ns-title {
    grid-column: 1/3;
    justify-self: center;
    margin: 0 0 40px;
    max-width: 408px;
  }
  .top .natureschool-ctr .natureschool-area .ns-description {
    grid-column: 1/2;
  }
  .top .natureschool-ctr .natureschool-area .ns-description h3 {
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
  }
  .top .natureschool-ctr .natureschool-area .ns-description .ns-desc-text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    margin: 20px 0 0;
  }
  .top .natureschool-ctr .natureschool-area .ns_img-item {
    grid-column: 2/3;
    grid-row: 2/4;
    align-self: center;
  }
  .top .natureschool-ctr .natureschool-area .more-ns {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top .natureschool-ctr .ns_img {
    border-radius: 50px;
  }
}

.top .contact-ctr {
  container-type: inline-size;
  overflow-x: hidden;
  padding: 80px 0 max(70px, 18vw);
  position: relative;
}
.top .contact-ctr::before {
  background: url(../img/top/bg_03.svg) no-repeat top -40px left -50vw/101%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 250%;
  z-index: -1;
}
.top .contact-ctr .contact-area {
  margin: 0 min(5vw, 60px);
}
.top .contact-ctr .contact-box {
  display: block;
}
@container (min-width: 400px) {
  .top .contact-ctr .contact-box {
    display: grid;
    gap: 20px 20px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    justify-items: center;
  }
}
.top .contact-ctr .cont-title {
  color: #fff;
  margin-bottom: max(60px, 10vw);
}
.top .contact-ctr .contact-item {
  background: #fff;
  border-radius: 50px;
  margin: 0 auto 20px;
  padding: 45px 0;
  max-width: 400px;
  width: 100%;
}
@container (min-width: 400px) {
  .top .contact-ctr .contact-item {
    margin-bottom: 0;
  }
}
.top .contact-ctr .contact-item .contact-title {
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
}
.top .contact-ctr .contact-item.tel-info .contact-title {
  margin-bottom: 30px;
}
.top .contact-ctr .contact-item.form-info .contact-title {
  margin-bottom: 40px;
}
.top .contact-ctr .tel-info .tel {
  background: url(../img/top/icon_phone.svg) no-repeat left center/34px 34px;
  font-family: "Avenir-Medium", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  height: 3.6rem;
  margin: 0 auto 20px;
  padding-left: 45px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.top .contact-ctr .tel-info .tel a {
  color: #F3831C;
}
.top .contact-ctr .tel-info .hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top .contact-ctr .tel-info .hours dt, .top .contact-ctr .tel-info .hours dd {
  font-weight: 600;
}
.top .contact-ctr .tel-info .hours .time {
  margin-right: 1em;
}
.top .contact-ctr .form-info .form-btn a {
  background: url(../img/more_arrow_o.svg) no-repeat right center/60px 60px;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 275px;
}
.top .contact-ctr .form-info .form-btn span {
  background: #F3831C;
  border-radius: 30px;
  display: inline-block;
  padding: 22px;
  text-align: center;
  width: 207px;
}
@media screen and (min-width: 1024px) {
  .top .contact-ctr {
    padding: 120px 0 0;
  }
  .top .contact-ctr::before {
    background: url(../img/top/bg_03.svg) no-repeat top 40px center/101%;
    width: 100%;
  }
  .top .contact-ctr .contact-area {
    margin: 60px 0 0;
    padding-bottom: 140px;
    position: relative;
    z-index: 1;
  }
  .top .contact-ctr .cont-title {
    margin: 0 0 50px min(13vw, 220px);
  }
  .top .contact-ctr .contact-box {
    display: grid;
    gap: 0 40px;
    grid-template-columns: 1fr 1fr;
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
  }
  .top .contact-ctr .contact-item {
    margin: 0;
    max-width: none;
    padding: 55px 50px;
    width: 100%;
  }
  .top .contact-ctr .contact-item .contact-title {
    font-size: 2.3rem;
  }
  .top .contact-ctr .contact-item.tel-info .contact-title {
    margin-bottom: 40px;
  }
  .top .contact-ctr .contact-item.form-info .contact-title {
    margin-bottom: 50px;
  }
  .top .contact-ctr .tel-info .tel {
    background-size: 45px;
    font-size: 4.8rem;
    height: 4.8rem;
    margin-bottom: 25px;
    padding-left: 60px;
  }
  .top .contact-ctr .tel-info .hours {
    font-size: 1.8rem;
  }
  .top .contact-ctr .tel-info .hours dt, .top .contact-ctr .tel-info .hours dd {
    font-weight: 500;
  }
  .top .contact-ctr .form-info .form-btn a {
    background: url(../img/more_arrow_o.svg) no-repeat right center/60px 60px;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 275px;
  }
  .top .contact-ctr .form-info .form-btn span {
    background: #F3831C;
    border-radius: 30px;
    display: inline-block;
    padding: 22px;
    text-align: center;
    width: 207px;
  }
}/*# sourceMappingURL=top.css.map */