@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Set core root defaults */
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
fieldset {
  border: 0;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

figure {
  margin: 0;
}

main a {
  color: inherit;
  display: block;
  text-decoration: none;
}

main img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

pre {
  white-space: pre-wrap;
}

body {
  width: 100%;
}

main {
  width: 100%;
  overflow-x: hidden;
}

main a {
  color: #0099db;
  display: inline-block;
}

main a:hover {
  text-decoration: underline;
}

.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.inner-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  position: relative;
  width: 100%;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
}

footer {
  position: relative;
}

/* スマホサイズの初期表示OFF-------------------------------- */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/* パンくずリスト-------------------------------- */
#topic-path {
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  #topic-path {
    padding: 30px 0 20px;
  }
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v126/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
}
.kinuta {
  font-family: kinuta-maruminkatura-stdn, serif;
  font-weight: 400;
  font-style: normal;
}

.bg {
  position: relative;
}
.bg::before {
  position: absolute;
  z-index: -20;
  content: "";
  background: linear-gradient(to right, #fff 0%, #fff 75%, #ffec00 75%, #ffec00 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 30vw);
}

.mv__container {
  position: relative;
  width: 100%;
}
.mv__container:before {
  content: "";
  position: absolute;
  top: 270px;
  left: 0;
  display: inline-block;
  width: 200%;
  height: 505px;
  margin: 0 -50%;
  padding: 0;
  z-index: -10;
  background-image: radial-gradient(#fff796 15%, transparent 15%), radial-gradient(#fff796 15%, transparent 15%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
  background-repeat: repeat;
  transform: rotate(150deg);
}
@media screen and (max-width: 1023px) {
  .mv__container:before {
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv__container:before {
    top: 30vw;
    height: 120vw;
  }
}
.mv__title {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 30px));
  left: 7vw;
  width: 40vw;
  min-width: 400px;
}
@media screen and (max-width: 1023px) {
  .mv__title {
    left: 4vw;
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .mv__title {
    position: relative;
    top: auto;
    transform: none;
    left: auto;
    margin: 0 auto;
    padding: 20vw 0 0;
    min-width: auto;
    width: 85vw;
  }
}
.mv__img-area {
  width: 80%;
  margin: 0 0 0 auto;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .mv__img-area {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .mv__img-area {
    width: 100%;
    margin-top: -20vw;
  }
}
.mv__img {
  height: 40vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .mv__img {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .mv__img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}

.lang__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .lang__container {
    justify-content: center;
  }
}
.lang__title {
  display: inline-block;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-weight: bold;
  line-height: 1;
}
.lang__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.lang__item {
  display: inline-block;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  line-height: 1;
}
.lang__item::after {
  padding-left: 10px;
  content: "/";
}
.lang__item:last-child::after {
  content: none;
}

.about__container {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5vw;
  padding-top: 2vw;
}
@media screen and (max-width: 1023px) {
  .about__container {
    flex-wrap: wrap;
    padding-top: 0;
    gap: 7vw;
  }
}
.about__container.--reverse {
  flex-direction: row-reverse;
  padding-top: 0;
}
@media screen and (max-width: 1023px) {
  .about__container.--reverse {
    padding-top: 0;
  }
}
.about__container.--reverse:before {
  content: "";
  position: absolute;
  top: 270px;
  left: 0;
  display: inline-block;
  width: 200%;
  height: 505px;
  margin: 0 -50%;
  padding: 0;
  z-index: -10;
  background-image: radial-gradient(#fff796 15%, transparent 15%), radial-gradient(#fff796 15%, transparent 15%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
  background-repeat: repeat;
  transform: rotate(150deg);
}
@media screen and (max-width: 1023px) {
  .about__container.--reverse:before {
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
    top: 200px;
    height: 805px;
  }
}
@media screen and (max-width: 767px) {
  .about__container.--reverse:before {
    top: 35vw;
    height: 140vw;
  }
}
.about__text {
  width: 40%;
  padding: 0 0 4vw calc(40px + 5vw);
  margin-top: -4vw;
}
.about__text.--reverse {
  padding: 0 calc(40px + 5vw) 0 0;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .about__text {
    width: 100%;
    padding: 7vw 20px 0;
    margin-top: 0;
  }
  .about__text.--reverse {
    padding: 7vw 20px 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .about__text {
    padding: 10vw 20px 0;
  }
  .about__text.--reverse {
    padding: 7vw 20px 0;
  }
}
.about__title {
  text-align: left;
  font-size: clamp(1.75rem, 1.432rem + 1.59vw, 2.625rem);
  line-height: 1.7;
}
@media screen and (max-width: 1023px) {
  .about__title {
    text-align: center;
  }
}
.about__desc {
  padding-top: 20px;
  line-height: 2;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}
@media screen and (max-width: 1023px) {
  .about__desc {
    text-align: center;
  }
}
.about__img-area {
  width: 60%;
  display: flex;
  flex-wrap: nowrap;
  gap: 2vw;
}
@media screen and (max-width: 1023px) {
  .about__img-area {
    width: 100%;
  }
}
.about__img-r {
  padding-top: 5vw;
}

.spire__container {
  padding-top: 7vw;
}
.spire__title {
  font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  line-height: 1;
}
.spire__title .--yellow {
  color: #ffec00;
}
.spire__desc {
  padding-top: 20px;
  text-align: center;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}
.spire__list {
  padding: 40px 0 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .spire__list {
    flex-wrap: wrap;
    padding: 60px 0 0 15px;
  }
}
@media screen and (max-width: 479px) {
  .spire__list {
    padding: 30px 0 0 5px;
  }
}
.spire__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 14vw;
  width: 14vw;
  max-height: 200px;
  max-width: 200px;
  background: #fff;
  border: 1px solid #af790c;
  border-radius: 100vh;
  margin-left: -15px;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .spire__item {
    height: 17vw;
    width: 17vw;
  }
}
@media screen and (max-width: 1023px) {
  .spire__item {
    height: 19vw;
    width: 19vw;
  }
}
@media screen and (max-width: 767px) {
  .spire__item {
    height: 29vw;
    width: 29vw;
    margin-top: -30px;
    padding: 10px;
  }
}
@media screen and (max-width: 479px) {
  .spire__item {
    margin: -5vw 0 0 -5px;
    padding: 0;
  }
}
.spire__item-title {
  position: relative;
  padding: 0 0 24px;
  font-size: clamp(1rem, 0.727rem + 1.36vw, 1.75rem);
  line-height: 1;
}
@media screen and (max-width: 479px) {
  .spire__item-title {
    padding: 0 0 10px;
    font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  }
}
.spire__item-title::first-letter {
  font-size: clamp(1.5rem, 1.091rem + 2.05vw, 2.625rem);
  font-weight: bold;
  color: #ffec00;
  padding-right: 1px;
}
.spire__item-title:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 40%;
  background: #af790c;
}
@media screen and (max-width: 479px) {
  .spire__item-title:after {
    bottom: 5px;
  }
}
.spire__item-desc {
  text-align: center;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  line-height: 1.4;
}
@media screen and (max-width: 479px) {
  .spire {
    font-size: clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
  }
}

.plan-mv__container {
  position: relative;
  padding-top: 12vw;
}
@media screen and (max-width: 479px) {
  .plan-mv__container {
    padding-top: 15vw;
  }
}
.plan-mv__img-area {
  width: 90%;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .plan-mv__img-area {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .plan-mv__img-area {
    width: 100%;
  }
}
.plan-mv__img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 30vw;
}
@media screen and (max-width: 767px) {
  .plan-mv__img {
    height: 40vw;
  }
}
.plan-mv__title {
  position: absolute;
  bottom: -40px;
  left: 0;
  display: inline-block;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 93% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 93% 100%, 0% 100%);
  background: #ffec00;
  padding: 20px 5vw 15px;
  line-height: 1;
  font-size: clamp(1.75rem, 1.432rem + 1.59vw, 2.625rem);
}
@media screen and (min-width: 1500px) {
  .plan-mv__title {
    padding: 20px 5vw 15px calc(50vw - 750px + 5vw);
  }
}
@media screen and (max-width: 767px) {
  .plan-mv__title {
    bottom: -25px;
    padding: 12px 8vw 10px 5vw;
  }
}
.plan-mv__sub-title {
  position: absolute;
  top: 1vw;
  left: 5vw;
  display: inline-block;
}
@media screen and (max-width: 479px) {
  .plan-mv__sub-title {
    top: 3vw;
  }
}
.plan-mv__sub-title img {
  height: 20vw;
}
@media screen and (max-width: 479px) {
  .plan-mv__sub-title img {
    height: 25vw;
  }
}

.plan-cat__container {
  padding-top: 4vw;
}
@media screen and (max-width: 1023px) {
  .plan-cat__container {
    padding-top: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .plan-cat__container {
    padding-top: 8vw;
  }
}
.plan-cat__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1023px) {
  .plan-cat__list {
    gap: 10px;
    padding: 20px 0;
  }
}
.plan-cat__item a {
  display: inline-block;
  padding: 15px 20px;
  min-width: 110px;
  background: #f4f4f4;
  border-radius: 100vh;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .plan-cat__item a {
    padding: 12px 15px;
    min-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .plan-cat__item a {
    padding: 12px 10px;
    min-width: 80px;
  }
}
@media screen and (max-width: 479px) {
  .plan-cat__item a {
    min-width: 60px;
  }
}
.plan-cat__item a:hover {
  background: #ffec00;
  text-decoration: none;
}
.plan-cat__item.--active a {
  background: #ffec00;
}
.plan-cat__btn {
  display: inline-block;
  padding: 15px 20px;
  min-width: 110px;
  background: #f4f4f4;
  border-radius: 100vh;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .plan-cat__btn {
    padding: 12px 15px;
    min-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .plan-cat__btn {
    padding: 12px 10px;
    min-width: 80px;
  }
}
@media screen and (max-width: 479px) {
  .plan-cat__btn {
    min-width: 60px;
  }
}
.plan-cat__btn:hover {
  background: #ffec00;
  text-decoration: none;
}
.plan-cat__btn.--active {
  background: #ffec00;
}

.plan {
  width: 100%;
}
.plan__container {
  margin: 0;
  padding: 50px 40px;
}
@media screen and (max-width: 1023px) {
  .plan__container {
    padding: 20px;
  }
}
.plan__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px 40px;
}
@media screen and (max-width: 1023px) {
  .plan__list {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .plan__list {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 20px;
  }
}
@media screen and (max-width: 479px) {
  .plan__list {
    grid-template-columns: 1fr;
  }
}
.plan__item {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .plan__item {
    padding-bottom: 20px;
  }
}
.plan__img-area {
  position: relative;
  width: 100%;
}
.plan__cat {
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  background: #fff;
}
.plan__cat span::after {
  content: "/";
  display: inline-block;
  margin: 0 2px;
}
.plan__cat span:last-child::after {
  content: none;
  margin: 0;
}
.plan__title {
  padding-top: 15px;
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
  text-align: left;
  line-height: 1.3;
  font-weight: bold;
}
.plan__desc {
  padding-top: 10px;
  line-height: 1.6;
}

.plan-spire {
  position: absolute;
  display: inline-block;
  bottom: 10px;
  right: 10px;
}
.plan-spire__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1px;
}
.plan-spire__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  line-height: 1;
  background: #f4f4f4;
  border-radius: 100vh;
}
.plan-spire__item.--active {
  background: #ffec00;
}

.plan-summary__list {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.plan-summary__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
}
.plan-summary__icon {
  color: #af790c;
  font-size: 18px;
  vertical-align: middle;
  line-height: 1;
}
.plan-summary__desc {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.plan-info__container {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 5px;
}

.plan-rating {
  padding-right: 90px;
}
.plan-rating__title {
  display: inline-block;
  padding: 3px 3px 0 0;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}
.plan-rating__star {
  position: relative;
  font-size: 17px;
  line-height: 1;
  vertical-align: middle;
}
.plan-rating__star::before, .plan-rating__star::after {
  content: "★★★★★";
  color: #ddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.plan-rating__star::after {
  color: #af790c;
  overflow: hidden;
}

.plan-rating__star[data-rate="0"]::after {
  width: 0px;
}

.plan-rating__star[data-rate="1"]::after {
  width: 17px;
}

.plan-rating__star[data-rate="2"]::after {
  width: 34px;
}

.plan-rating__star[data-rate="3"]::after {
  width: 51px;
}

.plan-rating__star[data-rate="4"]::after {
  width: 68px;
}

.plan-rating__star[data-rate="5"]::after {
  width: 85px;
}

.plan-fee {
  margin-left: auto;
}
.plan-fee__container {
  display: flex;
  flex-wrap: nowrap;
  align-items: end;
  justify-content: flex-end;
}
.plan-fee__type {
  padding-right: 5px;
  line-height: 1;
}
.plan-fee__amount {
  font-size: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
  line-height: 1;
  font-weight: bold;
}
.plan-fee__unit {
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  line-height: 1;
  font-weight: bold;
}
.plan-fee__desc {
  padding-top: 5px;
  line-height: 1.4;
  text-align: right;
}

.plan-link {
  margin: auto 0 0;
}
.plan-link__btn {
  padding-top: 20px;
}
.plan-link__btn .bokunButton {
  position: relative;
  background: #ffec00;
  border-radius: 3px;
  width: 100%;
  padding: 20px 10% 20px;
  color: #000;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}
.plan-link__btn .bokunButton:hover {
  text-decoration: none;
  filter: brightness(0.9);
}
.plan-link__btn .bokunButton:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}

.youtube-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-top: 8vh;
}
@media screen and (max-width: 767px) {
  .youtube-wrap {
    margin-top: 3vh;
  }
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.plan__img-area::before {
  position: absolute;
  top: -8%;
  right: -5%;
  width: 25%;
}

.plan__item:nth-of-type(1) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no1.svg");
}
.plan__item:nth-of-type(2) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no2.svg");
}
.plan__item:nth-of-type(3) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no3.svg");
}
.plan__item:nth-of-type(4) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no4.svg");
}
.plan__item:nth-of-type(5) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no5.svg");
}
.plan__item:nth-of-type(6) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no6.svg");
}
.plan__item:nth-of-type(7) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no7.svg");
}
.plan__item:nth-of-type(8) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no8.svg");
}
.plan__item:nth-of-type(9) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no9.svg");
}
.plan__item:nth-of-type(10) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no10.svg");
}
.plan__item:nth-of-type(11) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no11.svg");
}
.plan__item:nth-of-type(12) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no12.svg");
}
.plan__item:nth-of-type(13) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no13.svg");
}
.plan__item:nth-of-type(14) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no14.svg");
}
.plan__item:nth-of-type(15) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no15.svg");
}
.plan__item:nth-of-type(16) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no16.svg");
}
.plan__item:nth-of-type(17) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no17.svg");
}
.plan__item:nth-of-type(18) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no18.svg");
}
.plan__item:nth-of-type(19) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no19.svg");
}
.plan__item:nth-of-type(20) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no20.svg");
}
.plan__item:nth-of-type(21) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no21.svg");
}
.plan__item:nth-of-type(22) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no22.svg");
}
.plan__item:nth-of-type(23) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no23.svg");
}
.plan__item:nth-of-type(24) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no24.svg");
}
.plan__item:nth-of-type(25) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no25.svg");
}
.plan__item:nth-of-type(26) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no26.svg");
}
.plan__item:nth-of-type(27) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no27.svg");
}
.plan__item:nth-of-type(28) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no28.svg");
}
.plan__item:nth-of-type(29) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no29.svg");
}
.plan__item:nth-of-type(30) .plan__img-area::before {
  content: url("/public/images/shimokita-deep-experience/sde-no30.svg");
}

.media__container {
  margin: 0;
  padding: 50px 40px;
}
@media screen and (max-width: 1023px) {
  .media__container {
    padding: 20px;
  }
}
.media__title {
  font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  line-height: 1.4;
}
.media__title .--yellow {
  color: #ffec00;
}
.media__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 40px;
  padding-top: 80px;
}
@media screen and (max-width: 1023px) {
  .media__list {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .media__list {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    padding-top: 30px;
  }
}
@media screen and (max-width: 479px) {
  .media__list {
    grid-template-columns: 1fr;
  }
}
.media__item-video {
  aspect-ratio: 16/9;
}
.media__item-video iframe {
  width: 100%;
  height: 100%;
}
.media__item-title {
  padding-top: 15px;
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
  text-align: left;
  line-height: 1.3;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */