@charset "UTF-8";
/*!
●CSSリセット
https://github.com/elad2412/the-new-css-reset
Copyright (c) 2021 Elad Shechter
Released under the MIT license
https://opensource.org/licenses/mit-license.php
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  text-rendering: geometricPrecision;
  line-height: 1.5;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  width: auto;
  height: auto;
}

table {
  border-collapse: collapse;
}

a:hover,
button:hover {
  opacity: 0.5;
  cursor: pointer;
}

@media (min-width: 1000px) {
  .sp {
    display: none !important;
  }
  .breakpoint {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 999.9px) {
  .pc {
    display: none !important;
  }
}
@keyframes slide_left {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.loop_anime_target_wrap {
  display: flex;
}

.loop_anime_target {
  animation: slide_left 16s linear infinite;
}

.fonts_script {
  font-family: "Style Script", cursive;
}

:root {
  --vw100: 100vw;
  --vw100_not_px: 100vw;
  --vw100_string:"100vw";
}

body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
}

.check {
  background-color: red;
  color: #fff;
  padding: 20px;
}

.now_width::before {
  content: var(--vw100_string);
}

@media (min-width: 1000px) {
  .yokohama,
  .features,
  .flow,
  .facility {
    margin-top: 250px;
  }
}
@media (max-width: 999.9px) {
  .yokohama,
  .features,
  .flow,
  .facility {
    margin-top: 130px;
  }
}
.header_inner {
  padding: 0px 20px;
}

.header_title {
  color: rgb(74, 121, 53);
}

.header_logo_wrap {
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 1000px) {
  .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
  }
  .header_logo {
    width: 250px;
  }
  .header_title {
    font-size: 20px;
  }
}
@media (max-width: 999.9px) {
  .header_inner {
    height: 40px;
    width: 100%;
  }
  .header_logo {
    width: 250px;
  }
  .header_title {
    font-size: 20px;
    overflow-wrap: anywhere;
    line-height: 1.2;
  }
  .header_logo_wrap {
    margin: 0 auto;
  }
}
.all_wrap::before {
  content: 82.2596153846px;
  display: block;
}

.eyecatch_content {
  position: relative;
}

.eyecatch_content::before {
  content: "";
  display: block;
  position: relative;
  z-index: 2;
}

.eyecatch_content1::before {
  background-image: url(../img/climbing.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: repeat-x;
}

.eyecatch_content2::before {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.35) 450px, rgba(255, 255, 255, 0)), url(../img/running.webp), url(../img/sky.webp);
  background-size: 100% 100%, auto 70%, contain;
  background-repeat: no-repeat, no-repeat, repeat-x;
}

.eyecatch_content_inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.eyecatch_text_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}

.eyecatch_content1 .eyecatch_text_wrap {
  align-items: flex-end;
}

.eyecatch_content2 .eyecatch_text_wrap {
  align-items: flex-start;
}

.eyecatch_text_wrap1 {
  z-index: 1;
}

.eyecatch_text_wrap2 {
  z-index: 3;
}

.eyecatch_text {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: none;
}

.eyecatch_content1 .eyecatch_text {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.eyecatch_content2 .eyecatch_text {
  -o-object-position: center top;
     object-position: center top;
}

.eyecatch_content1 .eyecatch_text {
  aspect-ratio: 4.7115384615;
}

.eyecatch_content2 .eyecatch_text {
  aspect-ratio: 4.7115384615;
}

.eyecatch_title {
  text-align: center;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 1000px) {
  .eyecatch_content::before {
    width: calc((100% - 1000px) / 2 + 830px);
    height: 450px;
  }
  .eyecatch_text {
    height: 175px;
  }
  .eyecatch_title {
    font-size: 30px;
  }
  .eyecatch_title {
    padding: 20px;
  }
  .eyecatch_content2::before {
    margin-left: calc((100% - 1000px) / 2 + 170px);
    background-position: left top, left 474px bottom, center bottom;
  }
}
@media (max-width: 999.9px) {
  .eyecatch {
    z-index: -1;
    position: relative;
  }
  .eyecatch_content::before {
    width: calc((100% - 320px) / 2 + 256px);
    height: 171px;
  }
  .eyecatch_text {
    height: 66px;
  }
  .eyecatch_title {
    font-size: 16px;
  }
  .eyecatch_title {
    padding: 10px;
  }
  .eyecatch_content2::before {
    margin-left: calc((100% - 320px) / 2 + 64px);
    background-position: left top, left 144px bottom, center bottom;
  }
}
.facility {
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 2px, transparent 2px, transparent 10px), linear-gradient(to bottom, rgba(74, 121, 53, 0.47), rgba(74, 121, 53, 0));
  background-size: 100% 500px;
  background-repeat: no-repeat;
}

.facility_title_wrap {
  text-align: center;
}

.facility_title_english {
  color: #fff;
  margin-bottom: -1em;
}

.facility_title {
  border-bottom: 1px solid #000;
  display: inline-block;
  font-weight: bold;
}

.facility_list_wrap {
  margin-top: 40px;
  overflow: hidden;
  padding-bottom: 10px;
}

.facility_list {
  display: flex;
  gap: 30px;
  padding-left: 30px;
}

.facility_item {
  flex: 0 0 auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.facility_img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.facility_item_title {
  color: #fff;
  text-align: center;
  background: rgb(74, 121, 53);
  margin-top: 10px;
  padding: 10px;
}

.facility_description {
  margin-top: 10px;
}

@media (min-width: 1000px) {
  .facility {
    padding-top: 100px;
  }
  .facility_title_english {
    font-size: 95px;
  }
  .facility_title {
    font-size: 70px;
  }
  .facility_item {
    width: 280px;
  }
}
@media (max-width: 999.9px) {
  .facility {
    padding: 100px 0;
    margin-top: 40px;
  }
  .facility_title_english {
    font-size: 55px;
  }
  .facility_title {
    font-size: 30px;
  }
  .facility_item {
    width: 200px;
  }
}
.philosophy {
  background-image: linear-gradient(rgb(74, 121, 53), rgb(74, 121, 53)), url(../img/screen.webp);
  background-size: cover;
  background-position: center center;
  background-blend-mode: overlay;
}

.philosophy_inner {
  background: rgba(255, 255, 255, 0.74);
}

.philosophy_title_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.philosophy_title_wrap::before,
.philosophy_title_wrap::after {
  content: "";
  display: block;
  background: #000;
  height: 1px;
  flex-grow: 1;
}

.philosophy_title {
  font-weight: bold;
}

.philosophy_content {
  margin-top: 40px;
  counter-reset: philosophy_sec;
}

.philosophy_sec {
  counter-increment: philosophy_sec;
}

.philosophy_sec + .philosophy_sec {
  margin-top: 40px;
}

.philosophy_title2_wrap::before {
  content: "Philosophy" counter(philosophy_sec, decimal-leading-zero);
  display: block;
  color: rgb(74, 121, 53);
  font-weight: bold;
  line-height: 1;
  font-family: "Style Script", cursive;
  margin-bottom: -0.3em;
  margin-left: 0.055em;
}

.philosophy_title2 {
  font-weight: bold;
  background: rgb(74, 121, 53);
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.philosophy_description {
  margin-top: 10px;
}

@media (min-width: 1000px) {
  .philosophy_title2,
  .philosophy_description {
    padding-left: 40px;
  }
  .philosophy_description {
    padding-right: 40px;
  }
  .philosophy {
    padding: 160px 20px;
  }
  .philosophy_inner {
    width: 555px;
    padding: 85px 0;
  }
  .philosophy_content {
    padding: 0 20px;
  }
  .philosophy_title {
    font-size: 40px;
  }
  .philosophy_title2_wrap::before {
    font-size: 54px;
  }
  .philosophy_title2 {
    font-size: 27px;
  }
}
@media (max-width: 999.9px) {
  .philosophy {
    padding: 160px 20px;
  }
  .philosophy_inner {
    padding: 40px 0;
    max-width: 600px;
    margin: 0 auto;
  }
  .philosophy_title {
    font-size: 35px;
  }
  .philosophy_content {
    padding: 0 10px;
  }
  .philosophy_title2_wrap::before {
    font-size: 54px;
  }
  .philosophy_title2 {
    font-size: 22px;
  }
  .philosophy_title2,
  .philosophy_description {
    padding-left: 10px;
  }
  .philosophy_description {
    padding-right: 10px;
  }
}
.yokohama {
  background-position: center center;
  background-size: 100% 100%, cover;
}

.yokohama_title_wrap {
  display: table;
  margin: 0 auto;
  position: relative;
}

.yokohama_title_wrap::before {
  content: "";
  display: block;
  background-image: url(../img/yokohama.svg);
  aspect-ratio: 395/253;
  position: absolute;
}

.yokohama_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.yokohama_title::before,
.yokohama_title::after {
  background: linear-gradient(to right, rgba(74, 121, 53, 0), #4a7935, rgba(74, 121, 53, 0));
  height: 3px;
  width: 100%;
  content: "";
  display: block;
}

.yokohama_title1,
.yokohama_title2 {
  display: block;
  color: #4a7935;
  text-shadow: 0 0 10px #fff;
}

.yokohama_list {
  display: flex;
  justify-content: center;
}

.yokohama_img {
  -webkit-mask-image: url("../img/parallelogram.svg");
          mask-image: url("../img/parallelogram.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 428/374;
}

@media (min-width: 1000px) {
  .yokohama {
    padding-bottom: 90px;
  }
  .yokohama_title1 {
    font-size: 55px;
  }
  .yokohama_title2 {
    font-size: 78px;
  }
  .yokohama_title_wrap::before {
    width: 395px;
    right: -29%;
    bottom: -28%;
  }
  .yokohama_img {
    width: 428px;
  }
  .yokohama_item {
    filter: drop-shadow(10px 20px 0 #4a7935);
  }
  .yokohama {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 30%, rgb(255, 255, 255) 53%, rgba(255, 255, 255, 0.8) 100%), url(../img/yokohama.webp);
  }
  .yokohama_title_wrap {
    padding: 70px 0;
  }
}
@media (max-width: 999.9px) {
  .yokohama {
    padding-bottom: 65px;
    padding-top: 55px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 30%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0.8) 100%), url(../img/yokohama.webp);
  }
  .yokohama_title1 {
    font-size: clamp(16px, var(--vw100) * 0.055, 55px * 0.5);
  }
  .yokohama_title2 {
    font-size: clamp(16px, var(--vw100) * 0.078, 78px * 0.5);
  }
  .yokohama_title_wrap::before {
    width: 78.5%;
    right: -29%;
    bottom: -28%;
  }
  .yokohama_img {
    width: calc(var(--vw100) * 0.35);
    max-width: 215px;
  }
  .yokohama_list {
    overflow: hidden;
    padding-bottom: calc(var(--vw100) * 0.02 * 0.5);
  }
  .yokohama_item {
    filter: drop-shadow(calc(var(--vw100) * 0.01 * 0.5) calc(var(--vw100) * 0.02 * 0.5) 0 #4a7935);
  }
  .yokohama_title_wrap {
    padding: calc(var(--vw100) * 0.07 * 0.5) 0;
  }
}
.features {
  counter-reset: features_sec;
}

.features_sec {
  counter-increment: features_sec;
}

.features_text_wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
}

.features_text_wrap::before {
  content: "No." counter(features_sec, decimal-leading-zero);
  line-height: 1;
  font-weight: bold;
  opacity: 0.11;
  position: absolute;
  font-style: italic;
}

.features_sec:nth-child(even) .features_text_wrap {
  justify-content: flex-end;
}

.features_title {
  font-weight: bold;
}

.features_desc + .features_desc {
  margin-top: 1em;
}

.features_sec:nth-child(odd) .features_title {
  color: #fff;
}

.features_sec:nth-child(odd) .features_text_wrap::before {
  color: #fff;
}

.features_sec:nth-child(even) .features_title {
  color: rgb(74, 121, 53);
}

.features_sec:nth-child(even) .features_text_wrap::before {
  color: rgb(74, 121, 53);
}

@media (min-width: 1000px) {
  .features_sec {
    display: flex;
  }
  .features_img {
    width: calc(((var(--vw100) - 1000px) / 2) + 350px);
    height: 350px;
  }
  .features_sec:nth-child(odd) .features_img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right top;
       object-position: right top;
  }
  .features_sec:nth-child(even) .features_img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left bottom;
       object-position: left bottom;
  }
  .features_text_wrap {
    width: calc(((var(--vw100) - 1000px) / 2) + 650px);
  }
  .features_sec:nth-child(odd) .features_text_wrap::before {
    bottom: -0.1em;
    right: calc(((var(--vw100) - 1000px) / 2));
    background: rgb(74, 121, 53);
  }
  .features_sec:nth-child(even) .features_text_wrap::before {
    top: 0;
    left: calc(((var(--vw100) - 1000px) / 2) - 0.1em + 20px);
  }
  .features_text {
    padding-left: 20px;
    width: 650px;
    padding-right: 20px;
  }
  .features_title {
    font-size: 40px;
  }
  .features_text_wrap::before {
    font-size: 176px;
  }
  .features_sec:nth-child(even) {
    flex-direction: row-reverse;
  }
  .features_sec:nth-child(odd) {
    background: rgb(74, 121, 53);
  }
}
@media (max-width: 999.9px) {
  .features_img {
    width: 300px;
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .features_sec {
    padding: 35px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .features_sec:nth-child(odd) {
    background: linear-gradient(to right, rgba(74, 121, 53, 0) 0%, rgba(74, 121, 53, 0.85) calc((100% - 600px) / 2), rgb(74, 121, 53) 50%, rgba(74, 121, 53, 0.85) calc((100% - 600px) / 2 + 600px), rgba(74, 121, 53, 0) 100%), repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15) 2px, transparent 2px, transparent 10px), linear-gradient(to bottom, rgba(74, 121, 53, 0.47), rgba(74, 121, 53, 0));
  }
  .features_text {
    margin-top: 10px;
    padding: 0 10px;
  }
  .features_text_wrap {
    max-width: 500px;
    margin: 0 auto;
  }
  .features_title {
    text-align: center;
    margin-bottom: 10px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
  }
  .features_title.height__up {
    height: 110px;
  }
  .features_text_wrap::before {
    left: 50%;
    top: 10px;
    font-size: 70px;
    margin-left: -0.25em;
    transform: translateX(-50%);
  }
}
.flow_item:nth-child(1) {
  z-index: 5;
}

.flow_item:nth-child(2) {
  z-index: 4;
}

.flow_item:nth-child(3) {
  z-index: 3;
}

.flow_item:nth-child(4) {
  z-index: 2;
}

.flow_item:nth-child(5) {
  z-index: 1;
}

.flow {
  position: relative;
  padding: 40px 0;
}

.flow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-blend-mode: overlay;
  padding: 40px 0;
  opacity: 0.48;
}

.flow1::before {
  background-image: linear-gradient(#4a7935, #4a7935), url(../img/climbing-wall-front.webp);
}

.flow2::before {
  background-image: linear-gradient(#4a7935, #4a7935), url(../img/running-park.webp);
}

.flow_title_wrap {
  background: rgb(74, 121, 53);
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.flow_title {
  color: #fff;
  font-weight: bold;
}

.flow_title_wrap2 {
  position: relative;
  overflow: hidden;
}

.flow_title_wrap2::before {
  content: "How to use";
  font-family: "Style Script", cursive;
  color: #678f55;
  position: absolute;
  display: block;
  line-height: 1;
}

.flow_link {
  background: #4a7935;
  padding: 5px 10px;
  display: table;
  margin: 10px auto 0 auto;
  color: #fff;
}

.flow_item_inner {
  background: rgba(255, 255, 255, 0.69);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.flow_img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}

.flow_item {
  position: relative;
}

.flow_item_inner {
  padding: 10px 20px;
  position: relative;
}

.flow_item:not(:last-child)::after {
  content: "";
  display: block;
}

.flow_list {
  counter-reset: flow_item;
}

.flow_item {
  counter-increment: flow_item;
}

.flow_title2 {
  font-weight: bold;
}

.flow_title2::before {
  content: counter(flow_item, decimal-leading-zero) ".";
}

.flow_desc {
  text-align: justify;
}

@media (min-width: 1000px) {
  .flow_item_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: 100%;
  }
  .flow_title_wrap2 {
    padding: 30px 0;
  }
  .flow_item:not(:last-child)::after {
    border-style: solid;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    border-color: transparent transparent transparent rgb(74, 121, 53);
    border-width: 26px 0 26px 26px;
  }
  .flow_title {
    font-size: 30px;
  }
  .flow_title_wrap2,
  .flow_list {
    width: 800px;
  }
  .flow_title_wrap2::before {
    font-size: 125px;
    bottom: 0;
    right: 0;
    margin-bottom: -0.25em;
  }
  .flow_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px auto 0 auto;
  }
  .flow_item {
    width: 32%;
  }
  .flow_img {
    width: 90px;
  }
}
@media (max-width: 999.9px) {
  .flow_item:not(:last-child)::after {
    background: rgb(74, 121, 53);
    width: 100px;
    height: 30px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    margin: 0 auto;
  }
  .flow_item_inner {
    display: grid;
    align-items: center;
    grid-template-columns: 50px auto;
    grid-template-rows: 60px fit-content;
    grid-template-areas: "flow_img flow_title2" "flow_desc flow_desc";
  }
  .flow_title_wrap2 {
    padding: 30px 0 15px 0;
  }
  .flow_title2 {
    grid-area: flow_title2;
    background: #fff;
    border-radius: 10px;
    padding: 5px 10px 5px 70px;
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% + 50px);
    left: -50px;
    box-shadow: 0 0 10px rgba(74, 121, 53, 0.6);
    color: rgb(74, 121, 53);
  }
  .flow_desc {
    grid-area: flow_desc;
  }
  .flow_title {
    font-size: 24px;
    position: relative;
    text-align: center;
    padding-top: 20px;
  }
  .flow_title_wrap2::before {
    font-size: 75px;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .flow_list {
    margin: 20px auto 0 auto;
    width: calc(100% - 30px);
    max-width: 550px;
  }
  .flow_item {
    width: 100%;
  }
  .flow_img {
    grid-area: flow_img;
    padding: 10px;
    position: relative;
    z-index: 1;
    margin-left: 10px;
    width: 50px;
    filter: invert(92%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(108%);
  }
  .flow_title2::after {
    content: "";
    display: block;
    background: rgb(74, 121, 53);
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    border-radius: 50%;
    z-index: 1;
  }
}
.price {
  position: relative;
}

.price::before,
.price::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.price::before {
  background-image: linear-gradient(rgb(74, 121, 53), rgb(74, 121, 53)), url(../img/register.webp);
  background-size: cover;
  background-position: center center;
  background-blend-mode: overlay;
}

.price::after {
  background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.85));
}

.price_sec_inner {
  border-bottom: 9px solid #000;
  width: -moz-fit-content;
  width: fit-content;
}

.price_content {
  position: relative;
}

.price_content::before {
  content: "PRICE";
  position: absolute;
  bottom: 0;
  font-weight: bold;
  line-height: 1;
  color: rgba(74, 121, 53, 0.15);
  margin-bottom: -0.1em;
  margin-left: -0.08em;
}

.price_title {
  background: rgb(74, 121, 53);
  color: #fff;
  line-height: 1;
  font-weight: bold;
}

.price_img {
  position: relative;
}

.price_dl {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

.price_dl_wrap + .price_dl_wrap,
.price_dl + .price_dl {
  margin-top: 20px;
}

.price_sec_inner {
  width: -moz-fit-content;
  width: fit-content;
}

.price_label {
  flex-grow: 1;
}

.price_value {
  margin-bottom: -0.1em;
  width: -moz-fit-content;
  width: fit-content;
}

.price_img {
  margin-bottom: -1px;
}

@media (min-width: 1000px) {
  .price {
    padding: 120px 0;
  }
  .price_sec + .price_sec {
    margin-top: 80px;
  }
  .price_content {
    padding: 0 60px;
    display: flex;
    align-items: flex-end;
    gap: 20px;
  }
  .price_title {
    font-size: 31px;
    padding: 10px 20px;
  }
  .price_label {
    font-size: 35px;
  }
  .price_dls {
    display: table;
    margin: 20px auto 0 auto;
  }
  .price_dl {
    gap: 20px;
  }
  .price_value {
    font-size: 53px;
  }
  .price_yen {
    font-size: 15px;
  }
  .price_content::before {
    font-size: 136px;
    left: 60px;
  }
  .price_text_wrap {
    padding-bottom: 40px;
  }
  .price_img {
    height: 263px;
    width: 172px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left bottom;
       object-position: left bottom;
  }
  .price_sec3 .price_label {
    font-size: 23px;
  }
  .price_sec3 .price_value {
    font-size: 35px;
  }
  .price_sec:nth-child(even) {
    display: flex;
    justify-content: flex-end;
  }
  .price_sec:nth-child(odd) .price_sec_inner {
    padding-left: calc(((var(--vw100) - 1000px) / 2));
  }
  .price_sec:nth-child(even) .price_sec_inner {
    padding-right: calc(((var(--vw100) - 1000px) / 2));
    flex-direction: row-reverse;
  }
  .price_note {
    margin-top: 20px;
  }
}
@media (max-width: 999.9px) {
  .price_sec:nth-child(odd) .price_sec_inner {
    padding-left: calc((var(--vw100) - 320px) / 2);
  }
  .price_dls {
    padding-bottom: 40px;
  }
  .price_sec:nth-child(even) .price_sec_inner {
    padding-right: calc((var(--vw100) - 320px) / 2);
  }
  .price_sec:nth-child(even) {
    display: flex;
    justify-content: flex-end;
  }
  .price_text_wrap {
    display: contents;
  }
  .price_sec + .price_sec {
    margin-top: 120px;
  }
  .price {
    padding: 120px 0;
  }
  .price_title,
  .price_note {
    padding-left: 20px;
    padding-right: 20px;
  }
  .price_title {
    font-size: 20px;
    grid-area: price_title;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .price_label {
    font-size: 16px;
  }
  .price_value {
    font-size: 35px;
  }
  .price_yen {
    font-size: 12px;
  }
  .price_content {
    overflow: hidden;
  }
  .price_sec:not(.price_sec3) .price_content {
    display: grid;
    grid-template-columns: fit-content fit-content;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .price_sec1 .price_content {
    grid-template-rows: fit-content fit-content fit-content;
    grid-template-areas: "price_title price_title" "price_note price_note" "price_dls price_img";
    align-items: end;
  }
  .price_sec2 .price_content {
    grid-template-rows: fit-content fit-content;
    grid-template-areas: "price_title price_title" "price_img price_dls";
    align-items: center;
    min-width: 243px;
  }
  .price_content::before {
    font-size: 86px;
    left: 0;
  }
  .price_dls {
    grid-area: price_dls;
  }
  .price_sec:nth-child(odd):not(.price_sec3) .price_dls {
    padding-left: 20px;
  }
  .price_sec:nth-child(even):not(.price_sec3) .price_dls {
    padding-right: 20px;
  }
  .price_sec3 .price_dls {
    padding: 0 20px 20px 20px;
  }
  .price_dl {
    gap: 10px;
  }
  .price_img {
    grid-area: price_img;
    width: 100px;
  }
  .price_sec3 .price_img {
    display: none;
  }
  .price_note {
    grid-area: price_note;
    margin-bottom: 20px;
  }
}
.title_wrap {
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.09) 2px, transparent 2px, transparent 10px);
  background-color: rgb(74, 121, 53);
  color: #fff;
  line-height: 1;
  position: relative;
}

.title_wrap::before,
.title_wrap::after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
}

.title {
  font-weight: bold;
  text-align: center;
  position: relative;
}

.title_english {
  transform: rotate(-14.747deg);
  display: inline-block;
  color: #773535;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
}

.title_wrap::before {
  height: 2px;
}

.title_wrap::after {
  width: 2px;
}

@media (min-width: 1000px) {
  .title {
    font-size: 66px;
    padding: 10px 116px 0 116px;
    min-width: 492px;
  }
  .title_english {
    font-size: 53px;
  }
  .title_wrap2 {
    padding: 118px 64px 25px 64px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 40px auto;
  }
  .title_wrap {
    padding-bottom: 25px;
    display: table;
    margin: 0 auto;
  }
  .title_wrap::before {
    width: calc(100% + 128px);
    bottom: 25px;
    left: -64px;
  }
  .title_wrap::after {
    height: calc(100% + 118px + 25px);
    top: -118px;
    left: 25px;
  }
}
@media (max-width: 999.9px) {
  .title {
    font-size: 30px;
    padding: 10px 20px 0 20px;
  }
  .title_english {
    font-size: 50px;
  }
  .title_wrap2 {
    padding: 40px 10px 10px 10px;
    margin: 0 auto 20px auto;
  }
  .title_wrap {
    padding-bottom: 10px;
  }
  .title_wrap::before {
    width: calc(100% + 20px);
    bottom: 10px;
    left: -10px;
  }
  .title_wrap::after {
    height: calc(100% + 40px + 10px);
    top: -40px;
    left: 10px;
  }
}
.access {
  padding: 120px 0;
}

.access_content {
  display: block;
}

.access_value2 {
  flex: 1 1 auto;
}

.access_dl2 + .access_dl2 {
  margin-top: 20px;
}

.access_label {
  font-weight: bold;
}

.access_link {
  text-decoration: underline;
  color: #4a7935;
}

.access_map {
  position: relative;
  flex: 0 0 auto;
}

.access_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1000px) {
  .access_content {
    display: flex;
    gap: 40px;
    justify-content: center;
    padding: 0 20px;
  }
  .access_dls {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 25px;
  }
  .access_map {
    width: 488px;
  }
  .access_dl2 {
    display: flex;
    gap: 0.5em;
  }
  .access_label2 {
    width: -moz-fit-content;
    width: fit-content;
    flex: 0 0 auto;
  }
  .access_label2::after {
    content: " ：";
  }
}
@media (max-width: 999.9px) {
  .access_map {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .access_label {
    font-size: 22px;
  }
  .access_content {
    padding: 0 10px;
  }
  .access_dl + .access_dl {
    margin-top: 35px;
  }
  .access_map {
    margin-top: 35px;
  }
  .access_inner {
    max-width: 673px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .access_label2 {
    background: #4a7935;
    color: #fff;
    padding: 5px 10px;
  }
}
.sns {
  padding: 120px 0;
  position: relative;
}
.sns .title_wrap2 + .sns__link {
  margin-top: 40px;
}
.sns .sns__link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: 60%;
  max-width: 300px;
  margin-inline: auto;
}
.sns .sns__link > li a img {
  width: 100%;
  height: auto;
}

.sns::before,
.sns::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sns::before {
  background-image: linear-gradient(rgb(74, 121, 53), rgb(74, 121, 53)), url(../img/smartphone.webp);
  background-blend-mode: overlay;
  background-position: center center;
  background-size: 100% 100%, cover;
  opacity: 0.79;
}

.sns::after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255));
}

.sns_content {
  display: block;
  margin: 0 auto;
}

.sns_content iframe {
  max-width: 100% !important;
}

.banner_wrap {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
}

.banner_link {
  display: block;
}

.banner_img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1000px) {
  .sns_content,
  .banner_wrap {
    width: 754px;
  }
  .banner_wrap2 {
    margin: 120px auto 0 auto;
  }
  .banner_link {
    width: 344px;
  }
}
@media (max-width: 999.9px) {
  .banner_wrap {
    max-width: 540px;
  }
  .banner_wrap2 {
    margin-top: 80px;
  }
  .banner_item {
    width: 48%;
  }
  .sns_inner,
  .banner_wrap2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
}
.footer {
  background: #000;
  color: #fff;
}

.footer_inner {
  padding: 20px;
  text-align: center;
}

@media (min-width: 1000px) {
  .footer_copyright {
    line-height: 1;
  }
}
@media (max-width: 999.9px) {
  .footer_copyright {
    overflow-wrap: anywhere;
    display: block;
  }
}
.kgu__topics {
  margin-top: 40px;
  background-color: #111;
  width: 95%;
  max-width: 1100px;
  margin-inline: auto;
  border-radius: 15px;
  padding-bottom: 15px;
}
.kgu__topics h2 {
  font-weight: 900;
  color: #fff;
  text-align: center;
  font-family: "Noto sans JP", sans-serif;
  font-size: 24px;
  line-height: 2.2;
}
.kgu__topics .kgu__topics__inner {
  background-color: #fff;
  border-radius: 10px;
  width: calc(100% - 30px);
  margin-inline: auto;
  box-sizing: border-box;
  padding: 1rem;
}
.kgu__topics .kgu__topics__inner .kgu__topics__list {
  list-style-type: square;
  margin-left: 2rem;
  font-size: 16px;
}
.kgu__topics .kgu__topics__inner .kgu__topics__list li a {
  display: block;
  font-size: 16px;
  padding: 0.3em 1em;
  border-radius: 15px;
}
.kgu__topics .kgu__topics__inner .kgu__topics__list li a:hover {
  background-color: #f9ff42;
  opacity: 1;
}
.kgu__topics .kgu__topics__inner .kgu__topics__list li + li {
  margin-top: 4px;
}/*# sourceMappingURL=index.css.map */