@charset "UTF-8";
/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*=============================================

	Typography

==============================================*/
/*=============================================

	ボタンパーツ

==============================================*/
/*=============================================

	common--ctaSection

==============================================*/
/*=============================================

	common--snsSection

==============================================*/
/*=============================================

	common--stepSection

==============================================*/
/*=============================================

	common--breadcrumb

==============================================*/
/*=============================================

	section

==============================================*/
/*=============================================

	title

==============================================*/
/*=============================================

	list

==============================================*/
/*=============================================

	検索ボックス

==============================================*/
/*=============================================

    slide

==============================================*/
/*=============================================

	フォーム

==============================================*/
/* 共通スタイル定設
-----------------------------------------------------------------*/
img,
iframe {
  max-width: 100%;
  height: auto;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

a {
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    opacity: 1;
  }
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none;
}

@media print, screen and (min-width: 1024px) {
  .dn-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .dn-tab-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .dn-tab {
    display: none !important;
  }
}

@media print, screen and (max-width: 1023px) {
  .dn-sp-tab {
    display: none !important;
  }
}

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important;
  }
}

#wrapper {
  overflow-x: visible;
}

.guide {
  background-color: #F4F5F5;
}

/*=============================================

	mv

==============================================*/
.mv {
  position: relative;
}

.mv__img img {
  width: 100%;
}

.mv__content {
  position: absolute;
  z-index: 9;
}
@media print, screen and (max-width: 767px) {
  .mv__content {
    bottom: 12vw;
    left: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .mv__content {
    top: 50%;
    left: 39.4444444444vw;
    translate: 0 -50%;
  }
}

.mv__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 0;
  color: #3DB1C6;
}
@media print, screen and (max-width: 767px) {
  .mv__label {
    width: 88px;
    height: 30px;
    line-height: 1.4;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .mv__label {
    width: 96px;
    height: 40px;
    line-height: 1.8;
    font-size: 18px;
  }
}

.mv__title {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 4px 4px #1D96AA;
}
@media print, screen and (max-width: 767px) {
  .mv__title {
    margin-top: 8px;
    font-size: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .mv__title {
    margin-top: 16px;
    font-size: 56px;
  }
}

.mv__catch {
  color: #fff;
}
@media print, screen and (max-width: 767px) {
  .mv__catch {
    margin-top: 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0em;
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .mv__catch {
    margin-top: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    font-size: 32px;
  }
}

/*=============================================

	guideContent

==============================================*/
.guideContent {
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .guideContent {
    padding: 40px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 280px 1fr;
    grid-template-columns: 280px 1fr;
    gap: 0 40px;
  }
}

/* --------------------------
  guideSide
-------------------------- */
@media print, screen and (max-width: 767px) {
  .guideSide {
    position: sticky;
    top: 0;
    padding: 16px;
    background-color: #F4F5F5;
    z-index: 99999;
  }
}
@media print, screen and (max-width: 767px) {
  .guideSide.is--open .guideSide__inner {
    padding: 16px;
    height: calc(100vh - 16px - 16px);
  }
}
@media print, screen and (max-width: 767px) {
  .guideSide.is--open .guideSide__contents {
    display: block;
  }
}
.guideSide.is--open .guideSide__button .arrow {
  scale: 1 -1;
}
.guideSide.is--open .guideSide__button .is--open {
  display: none;
}
.guideSide.is--open .guideSide__button .is--close {
  display: inline;
}

.guideSide__inner {
  background-color: #fff;
}
@media print, screen and (max-width: 767px) {
  .guideSide__inner {
    padding: 8px 16px;
    border-radius: 16px;
    overflow: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .guideSide__inner {
    position: sticky;
    top: 0;
    padding: 24px 16px;
    max-height: calc(100vh - 40px);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 8px;
    overflow: auto;
  }
}

@media print, screen and (max-width: 767px) {
  .guideSide__contents {
    display: none;
  }
}

.guideSide__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 16px;
  color: #3DB1C6;
}
.guideSide__button .is--open {
  display: inline;
}
.guideSide__button .is--close {
  display: none;
}
.guideSide__button .arrow {
  width: 16px;
  height: 16px;
}

@media print, screen and (max-width: 767px) {
  .guideSide__menu__node {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .guideSide__menu__node + .guideSide__menu__node {
    margin-top: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  .guideSide__menu__node .guideSide__menu {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .guideSide__menu__node .guideSide__menu {
    margin-top: 16px;
  }
}
.guideSide__menu__node .guideSide__menu .guideSide__menu__node {
  padding-left: 16px;
}
@media print, screen and (max-width: 767px) {
  .guideSide__menu__node .guideSide__menu .guideSide__menu__node {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .guideSide__menu__node .guideSide__menu .guideSide__menu__node + .guideSide__menu__node {
    margin-top: 16px;
  }
}
.guideSide__menu__node .guideSide__menu .guideSide__menu__link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500;
}
.guideSide__menu__node .guideSide__menu .guideSide__menu__link em {
  margin-bottom: 4px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 16px;
  font-weight: 700;
}

.guideSide__menu__link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 16px;
  font-weight: 700;
}
@media (hover: hover) {
  .guideSide__menu__link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .guideSide__menu__link:hover {
    color: #3DB1C6;
  }
}

/* --------------------------
  guideMain
-------------------------- */
@media print, screen and (max-width: 767px) {
  .guide__section {
    padding: 48px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .guide__section {
    padding: 40px;
  }
}
.guide__section:nth-child(odd) {
  background-color: #fff;
}
.guide__section:nth-child(even) {
  background-color: #EAFCFF;
}

.guide__title {
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .guide__title {
    margin-bottom: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    font-size: 28px;
  }
}
@media print, screen and (min-width: 768px) {
  .guide__title {
    margin-bottom: 32px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    font-size: 32px;
  }
}
.guide__title em {
  color: #FF8100;
}

.guide__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 18px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .guide__description {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .guide__description {
    margin-bottom: 32px;
  }
}

.guide__img img {
  width: 100%;
}

.guide__point {
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .guide__point {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    font-size: 28px;
  }
}
@media print, screen and (min-width: 768px) {
  .guide__point {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    font-size: 32px;
  }
}
.guide__point em {
  color: #FF8100;
}

/*
	s1
------------------------------------*/
@media print, screen and (max-width: 767px) {
  #s1 .boxWrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #s1 .boxWrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
  }
}
#s1 .box {
  border-radius: 16px;
}
@media print, screen and (max-width: 767px) {
  #s1 .box {
    padding: 24px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #s1 .box {
    padding: 24px 32px;
  }
}
#s1 .box:nth-child(1) {
  background-color: #F4F5F5;
}
#s1 .box:nth-child(1) .box__title {
  color: #A9A9A9;
}
@media print, screen and (max-width: 767px) {
  #s1 .box:nth-child(2) {
    margin-top: 8px;
  }
}
#s1 .box:nth-child(2) {
  background-color: #EAFCFF;
}
#s1 .box:nth-child(2) .box__title {
  color: #3DB1C6;
}
@media print, screen and (max-width: 767px) {
  #s1 .box:nth-child(2) .box__list__node {
    padding-left: 24px;
  }
}
#s1 .box__title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 18px;
}
#s1 .box__list__node {
  margin-top: 8px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  #s1 .box__list__node {
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr;
    gap: 0 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #s1 .box__list__node {
    -ms-grid-columns: 72px 1fr;
    grid-template-columns: 72px 1fr;
    gap: 0 24px;
  }
}
#s1 .box__list__node img {
  width: 100%;
}
#s1 .box__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 16px;
}
@media print, screen and (max-width: 767px) {
  #s1 .guide__description {
    margin-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #s1 .guide__description {
    margin-top: 32px;
  }
}
@media print, screen and (max-width: 767px) {
  #s1 .imgWrap {
    margin-top: 24px;
    padding: 0 8px;
  }
}
@media print, screen and (min-width: 768px) {
  #s1 .imgWrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
  }
}
#s1 .imgWrap img {
  width: 100%;
}
#s1 .imgWrap__img {
  text-align: center;
}
#s1 .imgWrap__img:nth-child(1) .imgWrap__img__label {
  background-color: #A9A9A9;
}
@media print, screen and (max-width: 767px) {
  #s1 .imgWrap__img:nth-child(2) {
    margin-top: 24px;
  }
}
#s1 .imgWrap__img:nth-child(2) .imgWrap__img__label {
  background-color: #FF8100;
}
#s1 .imgWrap__img__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px;
  height: 45px;
  border-radius: 50px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 18px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(169, 169, 169, 0.3019607843);
  box-shadow: 0px 0px 10px 0px rgba(169, 169, 169, 0.3019607843);
}
@media print, screen and (max-width: 767px) {
  #s1 .guide__point {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  #s1 .guide__point {
    margin-top: 32px;
  }
}

/*
	s2
------------------------------------*/
@media print, screen and (max-width: 767px) {
  #s2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
#s2 .stepList {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #s2 .stepList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 0 11px;
  }
}
#s2 .stepList::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #3DB1C6;
}
@media print, screen and (max-width: 767px) {
  #s2 .stepList::before {
    top: 0;
    left: 44px;
    width: 4px;
    height: 100%;
    translate: -50% 0;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .stepList::before {
    top: 38px;
    left: 0;
    width: 100%;
    height: 4px;
  }
}
#s2 .stepList__node {
  position: relative;
  z-index: 9;
}
@media print, screen and (max-width: 767px) {
  #s2 .stepList__node {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 24px;
    -ms-grid-columns: 88px 1fr;
    grid-template-columns: 88px 1fr;
  }
}
@media print, screen and (max-width: 767px) {
  #s2 .stepList__node + .stepList__node {
    margin-top: 17px;
  }
}
#s2 .stepList__titleWrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  color: #fff;
  background-color: #3DB1C6;
}
@media print, screen and (min-width: 768px) {
  #s2 .stepList__titleWrap {
    text-align: center;
  }
}
#s2 .stepList__step {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: 16px;
}
#s2 .stepList__number {
  margin-top: -5px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: 40px;
}
#s2 .stepContent__title__season {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 18px;
  color: #3DB1C6;
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent__title__season {
    margin-top: 4px;
    text-align: center;
  }
}
#s2 .stepContent__title__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent__title__description {
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContents {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContents {
    margin-top: 32px;
  }
}
#s2 .stepContent {
  background-color: #fff;
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent {
    padding: 40px 0;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent {
    padding: 40px 32px;
  }
}
#s2 .stepContent + .stepContent {
  position: relative;
  margin-top: 40px;
}
#s2 .stepContent + .stepContent::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: "";
  width: 5px;
  height: 40px;
  background-image: url("../../../images/guide/school/icon-line.webp");
  background-size: contain;
  translate: -50% -100%;
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__title {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent__title {
    display: -ms-grid;
    display: grid;
    gap: 8px 16px;
    grid-auto-rows: minmax(auto, auto);
    -ms-grid-columns: 104px 1fr;
    grid-template-columns: 104px 1fr;
  }
}
#s2 .stepContent__title__number {
  width: 104px;
  height: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3DB1C6;
  color: #fff;
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__title__number {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent__title__number {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
#s2 .stepContent__title__number .step {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: 16px;
}
#s2 .stepContent__title__number .number {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: 48px;
}
#s2 .stepContent__title__sub {
  color: #3DB1C6;
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__title__sub {
    margin-top: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 20px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent__title__sub {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    font-size: 32px;
  }
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__title__main {
    margin-top: 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    font-size: 28px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent__title__main {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    font-size: 32px;
  }
}
#s2 .stepContent__title__main em {
  color: #FF8100;
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__box {
    padding: 0 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent__box {
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent__contentWrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 360px 1fr;
    grid-template-columns: 360px 1fr;
    gap: 0 20px;
  }
}
#s2 .stepContent__contentWrap__img {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
#s2 .stepContent__contentWrap__img img {
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__contentWrap__list {
    margin-top: 20px;
  }
}
#s2 .stepContent__contentWrap__list__node {
  display: -ms-grid;
  display: grid;
  gap: 0 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__contentWrap__list__node {
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent__contentWrap__list__node {
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
  }
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__contentWrap__list__node + .stepContent__contentWrap__list__node {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent__contentWrap__list__node + .stepContent__contentWrap__list__node {
    margin-top: 8px;
  }
}
#s2 .stepContent__contentWrap__list__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 18px;
  color: #3DB1C6;
}
#s2 .stepContent__contentWrap__list__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 14px;
}
#s2 .stepContent__important {
  background-color: #EAFCFF;
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__important {
    margin-top: 24px;
    padding: 24px 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent__important {
    margin-top: 32px;
    padding: 24px 32px;
  }
}
#s2 .stepContent__important__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  font-size: 20px;
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__important__title {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent__important__title {
    margin-bottom: 32px;
  }
}
#s2 .stepContent__important__title em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  height: 34px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 16px;
  background-color: #3DB1C6;
  border-radius: 50px;
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent__important__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 0 16px;
    grid-auto-rows: minmax(auto, auto);
  }
}
#s2 .stepContent__important__list__node {
  padding-top: 16px;
  background-color: #fff;
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__important__list__node {
    padding: 16px 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent__important__list__node {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    -ms-grid-row-span: 4;
    grid-row: span 4;
  }
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__important__list__node + .stepContent__important__list__node {
    margin-top: 8px;
  }
}
#s2 .stepContent__important__list__img {
  margin: 0 auto;
  display: block;
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__important__list__img {
    width: 64px;
    height: 64px;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent__important__list__img {
    width: 80px;
    height: 80px;
  }
}
#s2 .stepContent__important__list__point {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 18px;
  color: #3DB1C6;
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent__important__list__point {
    margin-top: 8px;
    text-align: center;
  }
}
#s2 .stepContent__important__list__description {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__important__list__description {
    padding: 0 16px;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent__important__list__description {
    padding: 0 12px 16px;
  }
}
#s2 .stepContent__important__list__comment {
  margin-top: auto;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 14px;
  background-color: #FF8100;
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__important__list__comment {
    margin-top: 16px;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent__important__boxList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0 16px;
  }
}
#s2 .stepContent__important__boxList__node {
  display: -ms-grid;
  display: grid;
  gap: 0 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__important__boxList__node {
    -ms-grid-columns: 56px 1fr;
    grid-template-columns: 56px 1fr;
    padding: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent__important__boxList__node {
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
    padding: 20px 16px;
  }
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__important__boxList__node + .stepContent__important__boxList__node {
    margin-top: 8px;
  }
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__important__boxList__img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
#s2 .stepContent__important__boxList__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 18px;
  color: #3DB1C6;
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__important__boxList__title {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
#s2 .stepContent__important__boxList__description {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__important__boxList__description {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
#s2 .stepContent__point {
  position: relative;
  padding: 40px 0 32px;
  border: 5px solid rgba(61, 177, 198, 0.5019607843);
  display: block;
  text-align: center;
  color: #3DB1C6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  font-size: 20px;
  border-radius: 8px;
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__point {
    margin-top: 56px;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent__point {
    margin-top: 64px;
  }
}
#s2 .stepContent__point__label {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 8px 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #3DB1C6;
  border-radius: 50px;
  translate: -50% -50%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 16px;
  z-index: 9;
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__imgContent {
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent__imgContent {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}
#s2 .stepContent__imgContent__content {
  position: relative;
  padding-top: 34px;
}
#s2 .stepContent__imgContent__content:nth-child(1) .stepContent__imgContent__label {
  background-color: #A9A9A9;
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__imgContent__content:nth-child(2) {
    margin-top: 16px;
  }
}
#s2 .stepContent__imgContent__content:nth-child(2) .stepContent__imgContent__label {
  background-color: #FF8100;
}
#s2 .stepContent__imgContent__img {
  width: 100%;
}
#s2 .stepContent__imgContent__label {
  position: absolute;
  top: 0;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  font-size: 20px;
  translate: -50% 0;
}
@media print, screen and (max-width: 767px) {
  #s2 .stepContent__imgContent__label {
    padding: 12px 24px;
    border-radius: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .stepContent__imgContent__label {
    padding: 12px 20px;
    border-radius: 40px;
  }
}

/*
	s3
------------------------------------*/
@media print, screen and (max-width: 767px) {
  #s3 .stepContent__important__list__node {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 8px;
  }
}
@media print, screen and (max-width: 767px) {
  #s3 .stepContent__important__list__img {
    margin-left: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media print, screen and (max-width: 767px) {
  #s3 .stepContent__important__list__point {
    padding-right: 16px;
    width: calc(100% - 64px - 8px);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

/*
	s4
------------------------------------*/
@media print, screen and (max-width: 767px) {
  #s4 .stepContent__important__list__node {
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) {
  #s4 .stepContent__important__list__description {
    text-align: left;
  }
}
@media print, screen and (max-width: 767px) {
  #s4 .stepContent__important__list__point {
    margin-top: 8px;
    display: inline-block;
  }
}

/*
	s5
------------------------------------*/
/*
	s6
------------------------------------*/
@media print, screen and (max-width: 767px) {
  #s6 .stepContent__important__list__node {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 8px;
    padding-bottom: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  #s6 .stepContent__important__list__img {
    margin-left: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media print, screen and (max-width: 767px) {
  #s6 .stepContent__important__list__point {
    width: calc(100% - 64px - 8px);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
#s6 .guide__point {
  margin-top: 24px;
}

/*
	s7
------------------------------------*/
@media print, screen and (min-width: 768px) {
  #s7 .actionList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 24px;
  }
}
@media print, screen and (max-width: 767px) {
  #s7 .actionList__node {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 16px;
    padding: 16px 24px;
    background-color: #fff;
    border-radius: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  #s7 .actionList__node {
    width: 218px;
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) {
  #s7 .actionList__node + .actionList__node {
    margin-top: 8px;
  }
}
@media print, screen and (max-width: 767px) {
  #s7 .actionList__node:nth-child(1) {
    -ms-grid-columns: 94px 1fr;
    grid-template-columns: 94px 1fr;
  }
}
@media print, screen and (min-width: 768px) {
  #s7 .actionList__node:nth-child(1) .actionList__img {
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  #s7 .actionList__node:nth-child(2) {
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr;
  }
}
@media print, screen and (min-width: 768px) {
  #s7 .actionList__node:nth-child(2) .actionList__img {
    width: 150px;
  }
}
@media print, screen and (max-width: 767px) {
  #s7 .actionList__node:nth-child(3) {
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr;
  }
}
@media print, screen and (min-width: 768px) {
  #s7 .actionList__node:nth-child(3) .actionList__img {
    width: 150px;
  }
}
#s7 .actionList__img {
  margin: 0 auto;
  display: block;
}
@media print, screen and (max-width: 767px) {
  #s7 .actionList__descriotion {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0em;
    font-size: 18px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  #s7 .actionList__descriotion {
    margin-top: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 18px;
  }
}

/*
	s8
------------------------------------*/
@media print, screen and (max-width: 767px) {
  #s8 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #s8 {
    padding-left: 0;
    padding-right: 0;
  }
}
#s8 .titleLabel {
  margin: 0 auto 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 108px;
  height: 40px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  font-size: 20px;
  background-color: #3DB1C6;
  border-radius: 50px;
}
@media print, screen and (min-width: 768px) {
  #s8 .content {
    padding: 0 30px 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  #s8 .content__box:nth-child(1) {
    width: 360px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
#s8 .content__box:nth-child(1) .content__box__img img {
  width: 100%;
}
#s8 .content__box:nth-child(1) .content__box__description {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 18px;
}
#s8 .content__box:nth-child(1) .content__box__list {
  margin-top: 8px;
  margin-left: 20px;
}
#s8 .content__box:nth-child(1) .content__box__list__node {
  list-style: disc;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 18px;
}
#s8 .content__box:nth-child(2) {
  position: relative;
}
@media print, screen and (max-width: 767px) {
  #s8 .content__box:nth-child(2) {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  #s8 .content__box:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
#s8 .content__box:nth-child(2) .content__box__description {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
  font-size: 32px;
}
@media print, screen and (max-width: 767px) {
  #s8 .content__box:nth-child(2) .content__box__description {
    top: 0;
    left: 50%;
    translate: -50% 0;
  }
}
@media print, screen and (min-width: 768px) {
  #s8 .content__box:nth-child(2) .content__box__description {
    bottom: 0;
    left: 0;
    translate: -20px 0;
  }
}
#s8 .content__box:nth-child(2) .content__box__img {
  display: block;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  #s8 .content__box:nth-child(2) .content__box__img {
    width: 368px;
  }
}
@media print, screen and (max-width: 767px) {
  #s8 .guide__point {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  #s8 .guide__point {
    margin-top: 32px;
  }
}

/*
	cta
------------------------------------*/
.cta {
  position: relative;
}

@media (hover: hover) {
  .cta__link .cta__content__title {
    -webkit-transition: text-shadow 0.3 ease;
    transition: text-shadow 0.3 ease;
  }
  .cta__link .cta__content__title img {
    -webkit-transition: translate 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: translate 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: translate 0.3s ease, box-shadow 0.3s ease;
    transition: translate 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  }
  .cta__link:hover .cta__content__title {
    text-shadow: 4px 4px #1D96AA;
  }
  .cta__link:hover .cta__content__title img {
    translate: 18px 18px;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(23, 105, 119, 0.8980392157);
    box-shadow: 4px 4px 0px 0px rgba(23, 105, 119, 0.8980392157);
  }
}

.cta__content {
  position: absolute;
}
@media print, screen and (max-width: 767px) {
  .cta__content {
    top: 53.3333333333vw;
    left: 50%;
    translate: -50% 0;
  }
}
@media print, screen and (min-width: 768px) {
  .cta__content {
    top: 50%;
    right: 36.0416666667vw;
    text-align: right;
    translate: 0 -50%;
  }
}

@media print, screen and (min-width: 768px) {
  .cta__content__titleWrap {
    text-align: center;
  }
}

.cta__content__title {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 2px 2px 10px rgba(29, 150, 170, 0.8980392157);
}
@media print, screen and (max-width: 767px) {
  .cta__content__title {
    margin-top: 16px;
    font-size: 32px;
    letter-spacing: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .cta__content__title {
    margin-top: 24px;
    display: inline-block;
    text-align: left;
    font-size: 56px;
    letter-spacing: 0.04em;
  }
}
.cta__content__title em {
  z-index: 9;
}
@media print, screen and (max-width: 767px) {
  .cta__content__title em {
    font-size: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .cta__content__title em {
    font-size: 72px;
  }
}
.cta__content__title img {
  -webkit-box-shadow: 2px 2px 10px 0px rgba(29, 150, 170, 0.8980392157);
  box-shadow: 2px 2px 10px 0px rgba(29, 150, 170, 0.8980392157);
  border-radius: 50%;
}
@media print, screen and (max-width: 767px) {
  .cta__content__title img {
    width: 36px;
    height: 36px;
    translate: 0 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .cta__content__title img {
    width: 72px;
    height: 72px;
    translate: 0 18px;
  }
}

.cta__content__description {
  color: #3DB1C6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
  font-size: 32px;
  background-color: #fff;
  border-radius: 50px;
}
@media print, screen and (max-width: 767px) {
  .cta__content__description {
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 768px) {
  .cta__content__description {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 24px;
  }
}

.cta__img {
  width: 100%;
  display: block;
}
.cta__img img {
  width: 100%;
}