:root {
  --font-family: "Inter", "Noto Sans JP", sans-serif;
  --color-lightblue: #2ab0c4;
  --color-yellow: #f3e82f;
  --color-pink: #d86b70;
  --color-blue: #2c75bb;
  --color-white: #ffffff;
  --color-black: #000013;
  --color-bg-lightblue: #e6f6f9;
  --color-bg-gray: #f2f2f2;
  --color-border: #d0d6da;
  --color-text: #2a2a3c;
  --color-text-gray: #7c7c7c;
  --color-text-blue: #0071b7;
  --font-thin: 300;
  --font-light: 400;
  --font-regular: 500;
  --font-medium: 600;
  --font-bold: 700;
  --lh-xs: 1;
  --lh-sm: 1.25;
  --lh-md: 1.5;
  --lh-lg: 1.75;
  --lh-xl: 2;
  --normal-transition: 0.3s ease ;
}

.hero {
  background-color: var(--color-lightblue);
  position: relative;
}

.hero__badge {
  position: absolute;
  top: 56.468vw;
  left: -3.191vw;
  width: 50.234vw;
  height: auto;
}

@media (min-width: 768px) {
  .hero__badge {
    top: 29.286vw;
    left: 2.5vw;
    width: 20vw;
  }
}
.hero__catchcopy {
  position: absolute;
  top: 83.404vw;
  left: 3.191vw;
  width: 90.426vw;
  height: auto;
}

@media (min-width: 768px) {
  .hero__catchcopy {
    top: 36.143vw;
    left: 7.143vw;
    width: 58.286vw;
  }
}
.hero__catchcopy img {
  filter: drop-shadow(5px 3px 5px rgba(0, 0, 0, 0.2));
}

.hero__consult {
  padding: 17.553vw 7.979vw 0;
  position: absolute;
  bottom: 99vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
}

.hero__consult:hover {
  opacity: 0.8;
}

.hero__notes {
  padding: 2rem;
  font-size: 0.8rem;
  text-align: left;
  font-weight: var(--font-medium);
  color: #fff;
  position: absolute;
  bottom: 80vw;
  left: 0;
  width: 100%;
}

.hero__consult {
  width: 100%;
}

.hero__consult p {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 14px !important;
}

.hero__consult p span {
  position: absolute;
  top: -10px;
  font-size: 8px;
  display: block;
  right: 10px;
}

@media (min-width: 768px) {
  .hero__notes {
    position: absolute;
    top: 65vw;
    left: 0;
    width: 100%;
    padding: 0;
    padding-left: 2.143vw;
    font-size: 1rem;
    text-align: left;
    color: #000013;
  }
  .hero__consult p {
    font-size: 2rem !important;
  }
  .hero__consult {
    width: auto;
  }
  .hero__consult p span {
    position: absolute;
    top: -10px;
    font-size: 11px;
    display: block;
    right: 10px;
  }
  .hero__consult {
    padding: 17.553vw 7.979vw 0;
    position: absolute;
    bottom: 32vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
  }
}
.hero__stats {
  padding: 10.638vw 0 10.638vw;
  background: url(../img/top_trackrecord_bg_sp.png) no-repeat 50%;
  background-size: cover;
}

.hero__stats--copy {
  width: 85.106vw;
  height: auto;
  margin: 0 auto 7.979vw;
}

@media (min-width: 768px) {
  .hero__stats {
    background: none;
    padding: 0;
    position: absolute;
    bottom: 3.857vw;
    right: 13.786vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.286vw;
  }
  .hero__stats--copy {
    width: 30.571vw;
    height: auto;
    margin: 0;
  }
}
.hero__stats .stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.319vw;
}

.hero__stats .stats li.stats__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  /* aspect-ratio: 1/1; */
  width: 71.277vw;
  /* background-color: rgba(0, 0, 0, 0.3); */
  /* border-radius: 50%; */
  /* border: 0.532vw solid var(--color-white); */
  overflow: hidden;
  /* padding-top: 15vw; */
  text-align: center;
}

.hero__stats .stats li.stats__circle img {
  width: 100%;
  object-fit: contain;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .hero__stats .stats {
    flex-direction: row;
    justify-content: center;
    gap: 2.429vw;
  }
  .hero__stats .stats li.stats__circle {
    width: 23.743vw;
    /* padding-top: 6vw; */
    text-align: center;
    /* border: 0.143vw solid var(--color-white); */
  }
  .hero__stats .stats li.stats__circle img {
    width: 100%;
  }
}
.h2title {
  display: block;
  padding: 0 4.255vw;
  text-align: center;
}

.h2title span {
  width: 100%;
  display: inline-block;
  padding: 1rem 0;
  color: var(--color-yellow);
  font-weight: var(--font-bold);
  border-top: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
}

@media (min-width: 768px) {
  .h2title span {
    width: auto;
    display: inline-block;
    padding: 0.857vw 6.429vw;
  }
}
.link-area {
  text-align: right;
}

.link-area p {
  padding-top: 0.5rem;
}

@media (min-width: 768px) {
  .link-area p {
    padding-top: 1.5rem;
  }
}
.support {
  padding: 4.5rem 0 0;
  background-color: var(--color-lightblue);
  color: var(--color-white);
}

.support__subtitle {
  padding: 0 0 0.8rem;
  text-align: center;
  font-weight: var(--font-medium);
}

@media (min-width: 768px) {
  .support {
    padding: 6.429vw 0 0;
  }
  .support__subtitle {
    padding: 0 0 2.143vw;
  }
}
.swiper.member {
  width: 100%;
  height: auto;
  margin-top: 3rem;
  color: var(--color-white);
}

.swiper.member .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper.member .swiper-slide {
  width: 64.894vw;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.swiper.member .swiper-slide .photo {
  width: 64.894vw;
  height: 64.894vw;
  border-radius: 50%;
  border: 2px solid var(--color-white);
  overflow: hidden;
}

.swiper.member .swiper-slide p {
  margin: 1rem 0 0;
  font-weight: var(--font-medium);
  text-align: center;
}

.swiper.member .swiper-slide p span {
  display: block;
}

@media (min-width: 768px) {
  .swiper.member {
    margin-top: 4.143vw;
  }
  .swiper.member .swiper-slide {
    width: 20vw;
  }
  .swiper.member .swiper-slide .photo {
    width: 20vw;
    height: 20vw;
  }
  .swiper.member .swiper-slide p {
    margin: 1rem 0 0;
  }
}
.about {
  padding: 3.5rem 4.255vw 0;
  background-color: var(--color-lightblue);
  position: relative;
}

.about__card {
  background-color: var(--color-yellow);
  padding: 3rem 4.255vw 87.128vw;
  border-radius: 8px;
}

.about__title {
  padding-bottom: 1.2rem;
  text-align: center;
  font-weight: var(--font-bold);
  color: var(--color-text-blue);
  line-height: 1.2 !important;
}

.about__text {
  font-weight: var(--font-medium);
  line-height: var(--lh-lg);
}

.about__text span {
  color: var(--color-text-blue);
}

.about__photo {
  width: 65.851vw;
  height: auto;
  position: absolute;
  bottom: -0.75vw;
  right: -0.95vw;
}

.about__photo img {
  width: 100%;
  height: 100%;
}

.about__title span {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .about {
    padding: 7.857vw 7.143vw 0;
  }
  .about__card {
    padding: 3.929vw 17vw 3.929vw 4.286vw;
  }
  .about__title {
    text-align: left;
    line-height: 1.2;
    margin-bottom: 2rem;
  }
  .about__title span {
    font-size: 20px;
  }
  .about__photo {
    width: 17vw;
    height: auto;
    position: absolute;
    -o-object-fit: contain;
       object-fit: contain;
    bottom: -0.243vw;
    right: -0.243vw;
  }
}
.award {
  padding: 5rem 4.255vw 0;
  background-color: var(--color-lightblue);
  text-align: center;
}

.award_inr {
  padding: 5vw;
  background-color: var(--color-white);
  border-radius: 8px;
}

.award__title {
  margin-bottom: 1rem;
  color: var(--color-lightblue);
  font-weight: 700;
}

.dots {
  padding-top: 0.3em;
  background-image: radial-gradient(circle at center, var(--color-yellow) 20%, transparent 20%);
  background-position: 100% 0;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
}

.award img {
  display: block;
  width: 60%;
  margin: 2rem auto 1rem;
}

@media (min-width: 768px) {
  .award {
    padding-top: 7.143vw;
  }
  .award_inr {
    width: 50vw;
    min-width: 700px;
    margin: 0 auto;
    padding: 2vw;
  }
  .award__title {
    margin-bottom: 1.5vw;
  }
  .award img {
    width: 30%;
  }
}
.strong {
  padding: 5rem 4.255vw 0;
  background-color: var(--color-lightblue);
}

.strong__title {
  padding: 0;
}

.strong__subtitle {
  padding: 1.6rem 0 0;
  font-weight: var(--font-medium);
  color: var(--color-white);
  line-height: var(--lh-lg);
}

.strong__contents {
  margin-top: 2.5rem;
  padding: 6.649vw;
  background-color: var(--color-white);
  border-radius: 8px;
}

.strong__3c-title {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.5rem;
}

.strong__3c-title h3 {
  font-weight: var(--font-bold);
  text-align: center;
}

.strong__3c-title h3 span {
  color: var(--color-lightblue);
}

.strong__3c-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.strong__3c-item img {
  width: 700px;
  border-radius: 6px;
}

.strong__3c-item h4 {
  padding: 1.5rem 0 0.5rem;
  font-weight: var(--font-bold);
  color: var(--color-lightblue);
}

.strong__3c-item h4 span {
  display: inline-block;
  color: var(--color-text);
}

@media (min-width: 768px) {
  .strong {
    padding: 7.143vw 1.143vw 0;
  }
  .strong__subtitle {
    padding: 2.143vw 0 0;
    text-align: center;
  }
  .strong__contents {
    margin-top: 5vw;
    padding: 4.286vw 5.357vw;
  }
  .strong__3c-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2.857vw;
  }
  .strong__3c-title h3 {
    text-align: left;
  }
  .strong__3c-title .link-area p {
    padding-top: 0;
  }
  .strong__3c-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 3.929vw;
  }
}
.strong__3c-item h4 {
  padding: 1.786vw 0 1.071vw;
}

.strong__3c-item h4 span {
  padding-left: 2rem;
}

.whats {
  padding: 5rem 4.255vw 0;
  background-color: var(--color-lightblue);
}

.whats__left {
  padding: 0 4.255vw 0.5rem;
}

.whats__title {
  width: 27rem;
  height: auto;
  margin: 0 auto;
}

.whats__copy {
  padding: 0 0 1.5rem;
  font-weight: var(--font-bold);
  color: var(--color-white);
  text-align: center;
}

.whats__copy span {
  color: var(--color-yellow);
}

.whats ul.steps {
  width: 32rem;
  margin: 0 auto;
}

.whats ul.steps .step {
  width: 32rem;
  height: 6rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.whats ul.steps .step a {
  display: flex;
  align-items: center;
  padding-left: 2.5rem;
  width: 100%;
  height: 100%;
  font-weight: var(--font-bold);
  color: var(--color-white);
  background: transparent;
  border: 2px solid var(--color-white);
  position: relative;
  transform: skewX(-15deg);
  transition: all var(--normal-transition);
  z-index: 1;
}

.whats ul.steps .step a span {
  display: block;
  letter-spacing: -1px;
  transform: skewX(15deg);
  font-size: 1.5rem;
}

.whats__point,
.whats__right {
  margin-top: 2.5rem;
}

.whats__point {
  padding: 6.649vw;
  background-color: var(--color-white);
  border-radius: 8px;
}

.whats__point .point-head {
  display: grid;
  grid-template-columns: 1fr 90px;
  grid-gap: 1.33vw;
  gap: 1.33vw;
  align-items: center;
}

.whats__point .point-t1 {
  display: inline-block;
  padding: 0.8rem 1.2rem;
  background-color: var(--color-lightblue);
  color: var(--color-white);
  font-weight: var(--font-bold);
  line-height: var(--lh-xs);
}

.whats__point .point-t2 {
  display: block;
  padding-top: 1rem;
  font-weight: var(--font-bold);
  line-height: var(--lh-md);
}

.whats__point .point-t2 .color {
  color: var(--color-lightblue);
}

.whats__point .point-t2 .sup {
  font-size: 0.7em;
  vertical-align: top;
}

.whats__point .point-text {
  padding-top: 2rem;
}

.point-notes {
  margin-top: 2rem;
}

.whats__point .point-photo img {
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .whats {
    padding: 6.429vw 7.143vw 0;
  }
  .whats__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    overflow: visible;
  }
  .whats__left {
    width: 40vw;
    position: sticky;
    top: 72px;
    padding: 0;
  }
  .whats__title {
    width: 34.571vw;
    margin-left: -2.5rem;
  }
  .whats__copy {
    padding: 0 0 2.143vw;
    text-align: left;
    padding-left: 2rem;
  }
  .whats__copy span {
    color: var(--color-yellow);
  }
  .whats ul.steps {
    width: 32.143vw;
  }
  .whats ul.steps .step {
    width: 100%;
    height: 4.714vw;
    margin-bottom: 1.714vw;
  }
  .whats ul.steps .step a {
    padding-left: 1.429vw;
    border: 0.214vw solid var(--color-white);
  }
  .whats ul.steps .step a:hover {
    opacity: 0.6;
  }
  .whats ul.steps .step a.active {
    background: var(--color-white);
    color: var(--color-lightblue);
  }
  .whats ul.steps .step a.active:after {
    content: "";
    position: absolute;
    top: 0.714vw;
    left: 0.714vw;
    width: 100%;
    height: 100%;
    border: 0.214vw solid var(--color-white);
    z-index: -1;
  }
  .whats ul.steps .step a span {
    font-size: 2rem;
  }
  .whats__right {
    width: 43.571vw;
    margin: 0;
  }
  .whats__point {
    margin-top: 0;
    scroll-margin-top: 77px;
    margin-bottom: 2.143vw;
    padding: 3.571vw;
    position: relative;
  }
  .whats__point .point-head {
    grid-template-columns: 1fr 8.571vw;
    gap: 0;
  }
  .whats__point .point-t1 {
    display: inline-block;
    padding: 0.714vw 1.071vw;
  }
  .whats__point .point-t2 {
    padding-top: 0.714vw;
  }
  .whats__point .point-text {
    padding-top: 1.071vw;
  }
  .whats__point .point-photo img {
    margin-top: 0.143vw;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .whats ul.steps .step a {
    padding-left: 0.714vw;
  }
}
@media (min-width: 1000px) {
  .whats__left {
    top: 116px;
  }
  .whats__point {
    scroll-margin-top: 121px;
  }
}
.coverage {
  padding: 5rem 4.255vw 0;
  background-color: var(--color-lightblue);
}

.coverage__inner {
  padding: 6.649vw;
  background-color: var(--color-white);
  border-radius: 8px;
}

.coverage__text .title {
  font-weight: var(--font-bold);
  line-height: var(--lh-sm);
}

.coverage__text .title span.num {
  color: var(--color-lightblue);
}

.coverage__text .title .sml {
  padding-top: 1rem;
}

.coverage__text p {
  padding-top: 2rem;
}

.coverage__map {
  margin-top: 3rem;
  position: relative;
}

.coverage__map .map-text {
  width: 47.872vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .coverage {
    padding: 7.143vw 1.143vw 0;
  }
  .coverage__inner {
    padding: 4.286vw 5.357vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .coverage__text {
    width: 45.714vw;
  }
  .coverage__text .title .sml {
    padding-top: 1.071vw;
  }
  .coverage__text p {
    padding-top: 2.857vw;
  }
  .coverage__map {
    width: 37.857vw;
    margin-top: 0;
    position: relative;
  }
  .coverage .map-text {
    width: 19.286vw;
    height: auto;
    position: absolute;
    top: 3.571vw;
    left: 3.571vw;
  }
}
.plan {
  padding: 5rem 4.255vw;
  background-color: var(--color-lightblue);
}

.plan p {
  color: var(--color-white);
}

.plan__title {
  padding: 0;
}

.plan__subtitle {
  padding: 1.6rem 0 0;
  font-weight: var(--font-medium);
  line-height: var(--lh-lg);
  text-align: center;
  font-size: 1.4rem;
}

.plan__list {
  margin-top: 5rem;
}

.plan__list ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.plan__list ul li {
  width: 100%;
  position: relative;
}

.plan__list ul li a {
  display: block;
  padding: 1.5rem 5rem 1.5rem 2.8rem;
  background: var(--color-white) url(../img/arrow.svg) no-repeat right 2.4rem center;
  background-size: 2.1rem 2.1rem;
  border-radius: 8px;
  font-weight: var(--font-bold);
}

.plan__list .callout {
  border: 2px solid var(--color-lightblue);
  font-size: 1.2rem;
}

.plan__list .callout:before {
  border-color: var(--color-lightblue) transparent transparent transparent;
}

.plan h3 {
  padding: 3rem 0 1.6rem;
  font-weight: var(--font-bold);
  color: var(--color-white);
  text-align: center;
}

.plan__supports {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.plan__support {
  padding: 6.649vw;
  background-color: var(--color-white);
  border-radius: 8px;
}

.plan__support h4 {
  padding-left: 2.6rem;
  font-weight: var(--font-bold);
  position: relative;
}

.plan__support h4:before {
  content: "";
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  background-color: var(--color-yellow);
  border-radius: 50%;
  position: absolute;
  top: 0.8rem;
  left: 0;
}

.plan__support ul {
  margin-top: 1.2rem;
}

@media (max-width: 767px) {
  .plan__list .callout {
    border: 2px solid var(--color-lightblue);
    font-size: 1.2rem;
    top: -2.5rem;
  }
}
@media (min-width: 768px) {
  .plan {
    padding: 7.143vw;
  }
  .plan__subtitle {
    padding: 2.143vw 0 0;
    text-align: center;
  }
  .plan__list {
    margin-top: 3.929vw;
  }
  .plan__list ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.429vw;
  }
  .plan__list ul li {
    width: 26.429vw;
  }
  .plan__list ul li a {
    padding: 1.857vw 3.714vw 1.857vw 2.143vw;
    background: var(--color-white) url(../img/arrow.svg) no-repeat right 1.714vw center;
    background-size: 2.5vw 2.5vw;
    transition: opacity var(--normal-transition);
  }
  .plan__list ul li a:hover {
    opacity: 0.6;
  }
  .plan__list .callout {
    font-size: 1.8rem;
  }
  .plan h3 {
    padding: 3.571vw 0 1.786vw;
    text-align: left;
  }
  .plan__supports {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
  .plan__support {
    width: 41.429vw;
    padding: 1.786vw 2.143vw;
    background-color: var(--color-white);
    border-radius: 8px;
    display: flex;
    align-items: center;
  }
  .plan__support h4 {
    padding-left: 0;
    width: 9.286vw;
    height: 9.286vw;
    background: url(../img/top_plan_bg.svg) no-repeat 0 0;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .plan__support h4 span {
    font-weight: var(--font-bold);
  }
  .plan__support h4:before {
    content: none;
  }
  .plan__support ul {
    width: 27.857vw;
    margin-top: 0;
    padding-left: 2.143vw;
  }
}
.story {
  padding: 5rem 0;
}

.story__title span {
  color: var(--color-lightblue);
  border-top: 2px solid var(--color-lightblue);
  border-bottom: 2px solid var(--color-lightblue);
}

.story__subtitle {
  padding: 1.6rem 4.255vw 0;
  font-weight: var(--font-medium);
  line-height: var(--lh-lg);
}

.story__btn {
  padding-top: 2.5rem;
  width: 82.447vw;
  height: auto;
  margin: 0 auto;
}

.story__btn a {
  display: block;
  padding: 2rem 0;
  background: var(--color-blue) url(../img/arrow_w_blue.svg) no-repeat right 2.4rem center;
  background-size: 2.1rem 2.1rem;
  border-radius: 100vh;
  text-align: center;
  color: var(--color-white);
  font-weight: var(--font-bold);
}

.story__btn a.external-link {
  background: var(--color-blue) url(../img/icon_external_link.svg) no-repeat right 2.4rem top 48%;
  background-size: 2rem 2rem;
}

@media (min-width: 768px) {
  .story {
    padding: 7.143vw 0;
  }
  .story__subtitle {
    padding: 2.143vw 0 0;
    text-align: center;
  }
  .story__btn {
    padding-top: 4.286vw;
    width: 26.429vw;
    min-width: 300px;
  }
  .story__btn a {
    padding: 1.429vw 0;
    background: var(--color-blue) url(../img/arrow_w_blue.svg) no-repeat right 1.714vw center;
    background-size: 2.5vw 2.5vw;
    transition: opacity var(--normal-transition);
    font-size: clamp(1.6rem, 0.8vw + 0.88rem, 2.4rem);
  }
  .story__btn a.external-link {
    background: var(--color-blue) url(../img/icon_external_link.svg) no-repeat right 1.714vw top 44%;
    background-size: 2.5rem 2.5rem;
  }
  .story__btn a:hover {
    opacity: 0.6;
  }
}
.top-title {
  position: relative;
}

.top-title .title {
  font-weight: var(--font-bold);
}

.top-title .link {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 768px) {
  .top-title .title {
    width: 100%;
    text-align: center;
  }
  .top-title .link {
    position: absolute;
    top: 0.714vw;
    right: 0;
  }
}
.certification {
  padding: 5rem 4.255vw 0;
}

.certification__title {
  margin-bottom: 2rem;
}

.certification__title span {
  color: var(--color-lightblue);
  text-align: center;
  line-height: var(--lh-md);
  border-top: 2px solid var(--color-lightblue);
  border-bottom: 2px solid var(--color-lightblue);
}

.certification .img-wrap {
  padding: 5vw;
  margin-top: 1.5rem;
  background: var(--color-bg-gray);
  border-radius: 8px;
}

.certification img {
  width: 130px;
  display: block;
  margin: 0 auto 2rem;
}

@media (min-width: 768px) {
  .certification {
    padding: 5vw 12.857vw 0;
  }
  .certification__title {
    margin-bottom: 3vw;
  }
  .certification .fs-18 {
    text-align: center;
  }
  .certification .img-wrap {
    max-width: 700px;
    padding: 3vw;
    margin: 2vw auto 0;
  }
}
.media {
  padding: 5rem 4.255vw;
}

.media__list {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem 1rem;
}

.media .media-item {
  width: calc((100% - 1rem) / 2);
  max-width: 230px;
  border: 1px solid var(--color-border);
}

.media .media-item__date {
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .media {
    padding: 5vw 12.857vw;
  }
  .media__list {
    padding-top: 2.143vw;
    gap: 1.2rem;
    justify-content: center;
  }
  .media .media-item {
    width: 18%;
  }
}
.news {
  padding: 5rem 4.255vw;
}

.news__list {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.news .news-item {
  font-weight: var(--font-medium);
}

.news .news-item img {
  border-radius: 8px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.news .news-item__date {
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .news {
    padding: 7.143vw 12.857vw;
  }
  .news__list {
    padding-top: 2.143vw;
    flex-direction: row;
    gap: 2.857vw;
  }
  .news a {
    transition: opacity var(--normal-transition);
  }
  .news a:hover {
    opacity: 0.6;
  }
}
.channel {
  padding: 5rem 4.255vw;
  background-color: var(--color-lightblue);
}

.channel .title {
  font-weight: var(--font-bold);
  color: var(--color-white);
  text-align: center;
}

.channel .title span {
  color: var(--color-yellow);
}

.channel__list {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.channel .channel-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2rem;
}

.channel .channel-item__img {
  width: 29.787vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}

.channel .channel-item__text {
  font-weight: var(--font-medium);
}

.channel .channel-item__text h3 {
  font-weight: var(--font-bold);
  color: var(--color-white);
}

@media (min-width: 768px) {
  .channel {
    padding: 7.143vw 6.429vw;
  }
  .channel__list {
    max-width: 94rem;
    margin: 0 auto;
    padding-top: 2.857vw;
    flex-direction: row;
    justify-content: center;
    gap: 2.143vw;
  }
  .channel__list a {
    transition: opacity var(--normal-transition);
  }
  .channel__list a:hover {
    opacity: 0.6;
  }
  .channel .channel-item {
    max-width: 45rem;
    gap: 1.429vw;
  }
  .channel .channel-item__img {
    width: 10.714vw;
  }
}
.cost {
  margin: 2rem auto 2rem;
}

@media (min-width: 768px) {
  .cost {
    margin: 3.2rem auto 2rem;
  }
}
.cost .card {
  padding: 7.979vw 5.319vw;
  background-color: var(--color-bg-lightblue);
  position: relative;
  text-align: center;
}

.cost .card .icon-plus {
  width: 7.979vw;
  height: 7.979vw;
  position: absolute;
  bottom: -4.787vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.cost__title {
  color: var(--color-lightblue) !important;
  font-weight: var(--font-medium);
}

.cost__price {
  font-weight: var(--font-bold);
  line-height: var(--lh-sm);
  color: #2a2a3c !important;
}

.cost__note {
  padding-top: 1rem;
  color: #2a2a3c !important;
}

.cost__note span {
  color: var(--color-pink) !important;
}

@media (min-width: 768px) {
  .cost .grid-container {
    gap: 1.429vw;
  }
  .cost .card {
    padding: 0.714vw;
    min-height: 16.429vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cost .card .icon-plus {
    width: 3.929vw;
    height: 3.929vw;
    position: absolute;
    bottom: auto;
    top: 50%;
    left: auto;
    right: -2.786vw;
    transform: translateY(-50%);
    z-index: 10;
  }
}
.initial-cost .col-1 {
  background-color: var(--color-bg-gray);
}

.initial-cost__title {
  padding-bottom: 1.5rem;
  font-weight: var(--font-bold);
}

.initial-cost__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.initial-cost__list li {
  padding: 0.5rem 1rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-lightblue);
  border-radius: 4px;
  font-weight: var(--font-medium);
  text-align: center;
}

.initial-cost .note {
  margin-top: 1rem;
}

.initial-cost__title {
  color: #2a2a3c !important;
  padding-top: 0 !important;
}

@media (min-width: 768px) {
  .initial-cost__title {
    padding-bottom: 1.429vw;
    color: #2a2a3c !important;
    padding-top: 0 !important;
  }
  .initial-cost__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    gap: 1rem;
  }
  .initial-cost__list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex: 1 1;
    padding: 0.571vw;
  }
}
.point-bottom__img {
  width: 80%;
  margin: 2rem auto;
}

.point-bottom__img span {
  display: block;
  text-align: right;
  font-size: 10px;
}

@media (min-width: 768px) {
  .point-bottom__img {
    position: absolute;
    right: 3rem;
    bottom: 3rem;
    width: 40%;
  }
  .point-text.w50 {
    width: 48%;
    margin-bottom: 13vw;
    text-align: justify;
  }
}
#movie {
  padding-top: 0;
}

.movie {
  max-width: 800px;
  margin: 40px auto 0;
}

.movie iframe {
  height: 250px;
}

@media (min-width: 768px) {
  .movie {
    max-width: 800px;
    margin: 40px auto 0;
  }
  .movie iframe {
    height: 415px;
  }
}/*# sourceMappingURL=top.css.map */