@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
body {
  color: #081E40;
}

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

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: none;
}

/*モバイルのみ表示*/

/*画像の縦横比設定*/
img {
  display: block;
  width: 100%;
  height: auto;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

/* マウスホバーがあるデバイスでのアニメーション */
html {
  font-size: 16px;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

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

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  opacity: 0;
}

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

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

/*addressタグのフォントリセット*/
address {
  font-style: normal;
}

/* aboutセクション */
.about__body {
  padding-block: 2.1875rem;
  padding-block: 1.5rem 9.25rem;
  background: linear-gradient(210deg, #2E60CE, #54CCF2);
  color: #fff;
  text-align: center;
}

.about__lead {
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1.7619047619;
  letter-spacing: 0.05em;
}

.about__lead .asterisk.asterisk--top {
  top: -0.1875rem;
  left: 2.4375rem;
}

.about__catch {
  margin-top: 1rem;
  padding: 0.3125rem;
  background-color: #FFEA6A;
  -webkit-box-shadow: 0 6px 0 #FF9C1A;
          box-shadow: 0 6px 0 #FF9C1A;
  color: #184C98;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.6;
}

.about__catch .asterisk {
  position: relative;
  top: -0.3125rem;
  color: #081E40;
}

.about__image {
  margin-top: 1.25rem;
}

.asterisk {
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 1;
  vertical-align: super; /* 上付きにする */
}

.asterisk.asterisk--top {
  position: absolute;
}

.asterisk-wrap {
  position: relative;
}

/* fvセクション */
.fv {
  position: relative;
}

.fv__image {
  aspect-ratio: 390/703;
}

.fv__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__note {
  position: absolute;
  bottom: 1.375rem;
  left: 50%;
  width: 87.1794871795%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

/* header */
.header {
  position: relative;
  padding-block: 0.9375rem 0.8125rem;
  background-color: #FFFFFF;
}

.header__note {
  width: 87.1794871795%;
  margin-inline: auto;
  color: #364B59;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.header__logo {
  width: 52.4050632911%;
  margin-top: 2.5625rem;
  margin-inline: auto;
}

.header__logo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__text {
  margin-top: 0.8125rem;
  color: #4D4D4D;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.3461538462;
  text-align: center;
  text-align: center;
}

.header__triangle {
  z-index: 10;
  position: absolute;
  left: 50%;
  width: 70px;
  height: 31px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 12px;
  background-color: #FFFFFF;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.inner {
  width: 100%;
  max-width: 37.5rem;
  margin-inline: auto;
  padding-inline: 15px;
}

.lead {
  position: relative;
  max-width: 19.375rem;
  margin-top: 1.875rem;
  margin-inline: auto;
  padding-block: 0.4375rem;
  border: 2px solid #4FB8FE;
  border-radius: 1.25rem;
  background-color: #FFFFFF;
  font-weight: 700;
  font-size: 1.125rem;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.lead::after {
  z-index: 10;
  position: absolute;
  bottom: -1.3125rem;
  left: 50%;
  width: 1.0625rem;
  height: 1.25rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0.125rem;
  background-color: #4FB8FE;
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.lead::before {
  z-index: 20;
  position: absolute;
  bottom: -1.09375rem;
  left: calc(50% - 1.5px);
  width: 0.9375rem;
  height: 1.125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.max {
  width: 100%;
  max-width: 37.5rem;
  margin-inline: auto;
}

/* noteセクション */
.note {
  padding-block: 3.1875rem 9.375rem;
  background-color: #FFFBDF;
}

.note__title {
  position: relative;
  padding: 1.25rem;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #535353;
  color: #fff;
  font-weight: 400;
  font-size: 1.6875rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  text-align: center;
}

.note__title::after {
  position: absolute;
  top: 0;
  right: 0.6875rem;
  width: 6.1875rem;
  height: 7.875rem;
  background-image: url(../images/note-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.note__body {
  padding: 1.875rem 0.625rem;
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: #fff;
}

.note__item {
  overflow: hidden;
  border: 2px solid #6A6A6A;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.note__item + .note__item {
  margin-top: 0.75rem;
}

.note__header {
  position: relative;
  width: 100%;
  padding: 0.75rem 2.75rem 0.75rem 0.75rem;
  background-color: #6A6A6A;
  color: #fff;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2;
  text-align: center;
}

.note__header::after {
  position: absolute;
  top: 50%;
  right: 0.875rem;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 0.625rem solid #fff;
  border-right: 0.53125rem solid transparent;
  border-left: 0.53125rem solid transparent;
  content: "";
  -webkit-transition: border-top 0.3s ease;
  transition: border-top 0.3s ease;
}

.note__content {
  padding: 1.25rem 1.1875rem 1.5625rem;
}

.note__text,
.note__list-item {
  padding-left: 1.125rem;
  color: #4D4D4D;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  text-indent: -1.125rem;
}

.note__text::before,
.note__list-item::before {
  content: "・";
  color: #4D4D4D;
}

.note__text:not(:first-child),
.note__list-item:not(:first-child) {
  margin-top: 1.25rem;
}

/* online-noteセクション */
.online-note__title {
  padding: 0.8125rem;
  border-radius: 0.625rem 0.625rem 0 0;
  background-color: #858585;
  color: #fff;
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}

.online-note__body {
  padding: 1.25rem;
  border: 2px solid #858585;
  border-top: none;
  border-radius: 0 0 0.625rem 0.625rem;
  background-color: #fff;
}

.online-note__lead {
  padding-bottom: 1.375rem;
  border-bottom: 1px solid #858585;
  color: #858585;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}

.online-note__list {
  display: grid;
  margin-top: 1.875rem;
  gap: 1.25rem;
}

.online-note__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}

.online-note__text {
  padding-left: 1.125rem;
  color: #4D4D4D;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  text-indent: -1.125rem;
}

.online-note__text::before {
  margin-right: 0.1875rem;
  content: "●";
  color: #858585;
}

.online-note__emphasis {
  color: #FB5847;
  font-weight: 700;
}

/* onlineセクション */
.online {
  margin-top: -6.9375rem;
  padding-block: 2.5rem 10rem;
  border-radius: 3.75rem 3.75rem 0 0;
  background-color: #FFFBDF;
}

.online__image {
  width: 67.5949367089%;
  margin-inline: auto;
}

.online__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.online__top {
  margin-top: -1.375rem;
  text-align: center;
}

.online__title {
  display: inline-block;
  padding-inline: 0.1875rem;
  background-color: #FFEA6A;
  -webkit-box-shadow: 0 6px 0 #FF9C1A;
          box-shadow: 0 6px 0 #FF9C1A;
  color: #184C98;
  font-weight: 500;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.online__title.online__title--sub {
  margin-top: 0.75rem;
}

.online__content {
  margin-top: 2.125rem;
}

.online__category {
  z-index: 5;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 9.375rem;
  margin-bottom: -0.3125rem;
  margin-inline: auto;
  padding: 0.375rem 1rem;
  border-radius: 0.3125rem;
  background-color: #4FB8FE;
  color: #fff;
  font-weight: 400;
  font-size: 1.4375rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.online__wrap {
  padding-bottom: 2.1875rem;
  border-top: 0.5rem solid #4FB8FE;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px #EBEAE8;
          box-shadow: 0 3px 6px #EBEAE8;
  text-align: center;
}

.online__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  row-gap: 1.25rem;
  width: 88.8888888889%;
  margin-top: 2.125rem;
  margin-inline: auto;
}

.online__item {
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  border-radius: 0.5rem;
  background-color: #f5f5f5;
  color: #4D4D4D;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.411rem + 1.905vw, 1.125rem);
  line-height: 1.4285714286;
  line-height: 1.4;
  text-align: center;
}

.online__item.online__item--image {
  padding: initial;
  background-color: transparent;
}

.online__note {
  margin-top: 0.8125rem;
  padding-left: 0.8125rem;
  color: #4D4D4D;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  text-indent: -0.8125rem;
  overflow-wrap: break-word;
}

.online__bottom {
  margin-top: 3.75rem;
}

/* reasonセクション */
.reason__inner.inner {
  padding-inline: 0.3125rem;
}

.reason {
  z-index: -1;
  position: relative;
  margin-top: -4.375rem;
  padding-block: 7.5rem 1.375rem;
  background-color: #FFE64B;
}

.reason__head {
  text-align: center;
}

.reason__en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid;
  color: #fff;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}

.reason__lead {
  margin-top: 1.5rem;
}

.reason__title {
  margin-top: 1.875rem;
  color: #124697;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}

.reason__title img {
  max-width: 16.5625rem;
  margin-top: -0.3125rem;
  margin-inline: auto;
}

.reason__list {
  display: grid;
  margin-top: 2.6875rem;
  gap: 1.25rem;
}

.reason__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 97.4358974359%;
  max-width: 23.75rem;
  margin-inline: auto;
  padding: 0.9375rem 0 0.9375rem 1.25rem;
  gap: 0.625rem;
  border-radius: 3.125rem;
  background-color: #fff;
}

.reason__number {
  width: 3.125rem;
}

.reason__number.reason__number--first {
  width: 2.8125rem;
}

.reason__text {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
}

.reason__note {
  width: 89.4736842105%;
  margin-top: 1.5625rem;
  margin-inline: auto;
  color: #081E40;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.reason__note + .reason__note {
  margin-top: 0.625rem;
}

/* recommendセクション */
.recommend {
  position: relative;
  margin-top: clamp(-7.5rem, -2.143rem - 14.286vw, -5.625rem);
  padding-block: 9.625rem 5rem;
  overflow: hidden;
  background-image: url(../images/recommend-bg.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-overflow-scrolling: touch; /* 追加 */
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* 追加：Safariのレンダリングを強制リセット */
}

.recommend__wave {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.6875rem;
}

.recommend__head {
  text-align: center;
}

.recommend__lead {
  width: 87.2222222222%;
  margin-inline: auto;
}

.recommend__title {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 2.3125rem;
}

.recommend__title span {
  display: inline-block;
  font-size: 3.4375rem;
}

.recommend__lead-list {
  position: relative;
  margin-top: 0.6875rem;
}

.recommend__lead-list::after {
  position: absolute;
  bottom: -1.5625rem;
  left: 50%;
  width: 2px;
  height: 1.5625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 9999px;
  background-color: #184C98;
  content: "";
}

.recommend__lead-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 0.625rem;
  border: 1px solid #184C98;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
  font-weight: 500;
  font-size: 1.1875rem;
  line-height: 1.8421052632;
  letter-spacing: 0.05em;
}

.recommend__lead-item:not(:first-child) {
  margin-top: 0.4375rem;
}

.recommend__lead-item .asterisk.asterisk--top {
  left: 2.9375rem;
}

.recommend__list {
  display: grid;
  margin-top: 5rem;
  gap: 3.125rem;
}

.recommend__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -2.1875rem;
  margin-left: auto;
}

.recommend__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: auto;
  margin-left: -2.1875rem;
}

.recommend__image {
  aspect-ratio: 347/199;
  width: 88.9743589744%;
  height: auto;
  min-height: 150px;
}

.recommend__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recommend__text {
  z-index: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 16rem;
  margin-right: -10.875rem;
  margin-left: auto;
  padding-left: 1.125rem;
  padding-block: 1.1875rem;
  border-right: 6px solid #FDDB0A;
  background-color: rgba(255, 255, 255, 0.9);
  color: #4D4D4D;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.5;
}

.recommend__item:nth-child(even) .recommend__text {
  margin-right: initial;
  margin-left: -10.5625rem;
  padding-left: 0.625rem;
  border-right: none;
  border-left: 6px solid #FDDB0A;
}

.recommend__item:nth-child(3) .recommend__text {
  padding-block: 0.4375rem;
}

/* sp-fixedセクション */
.sp-fixed {
  z-index: 200;
  position: fixed;
  bottom: 0px;
  left: 50%;
  width: 100%;
  width: 98.2051282051%;
  max-width: 36.75rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sp-fixed__wrap {
  z-index: 10;
  position: relative;
  width: 92.9319371728%;
  margin-inline: auto;
  padding-block: 0.1875rem;
  border: 2px solid #EBE1AB;
  border-radius: 0.3125rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FEFADA));
  background: linear-gradient(0deg, #FFFFFF, #FEFADA);
  color: #4F3329;
  text-align: center;
  -webkit-filter: drop-shadow(0 3px 0 rgba(233, 233, 233, 0.39));
          filter: drop-shadow(0 3px 0 rgba(233, 233, 233, 0.39));
}

.sp-fixed__wrap::before {
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  width: 1.1875rem;
  height: 0.625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #EBE1AB;
  content: "";
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.sp-fixed__wrap::after {
  position: absolute;
  bottom: -0.4375rem;
  left: 50%;
  width: 1.25rem;
  height: 0.75rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left bottom, left top, from(#FEFADA), to(#FFFFFF));
  background: linear-gradient(0deg, #FEFADA, #FFFFFF);
  content: "";
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.sp-fixed__comment {
  padding-block: 0.3125rem;
  font-weight: 700;
  font-size: 1rem;
}

.sp-fixed__comment-time {
  padding-inline: 0.125rem;
  background-color: #FB5847;
  color: #FFFFFF;
}

.sp-fixed__note {
  font-weight: 400;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
}

.sp-fixed__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.375rem;
  margin-inline: auto;
}

.sp-fixed__item {
  width: 100%;
}

.sp-fixed__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: clamp(3.563rem, -0.268rem + 15.714vw, 5.625rem);
  gap: 0.5rem;
  border-radius: 0.5rem;
  color: #FFFFFF;
  font-weight: 700;
  font-size: clamp(1.25rem, 0.67rem + 2.381vw, 1.563rem);
  text-align: center;
  text-transform: uppercase;
}

.sp-fixed__btn.sp-fixed__btn--line {
  border: 2px solid #49C5A3;
  background: -webkit-gradient(linear, left bottom, left top, from(#6EFAC6), to(#54C293));
  background: linear-gradient(0deg, #6EFAC6, #54C293);
}

.sp-fixed__btn.sp-fixed__btn--line::before {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.sp-fixed__btn.sp-fixed__btn--line::before {
  width: clamp(2.063rem, 0.089rem + 8.095vw, 3.125rem);
  height: clamp(1.938rem, -0.152rem + 8.571vw, 3.063rem);
  background-image: url(../images/icon-line.svg);
}

/* step-flowセクション */
.step-flow {
  padding-block: 4.1875rem 8.75rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF4AC), to(#F5F1CF));
  background: linear-gradient(0deg, #FFF4AC, #F5F1CF);
}

.step-flow__inner.inner {
  width: 95.5555555556%;
}

.step-flow__list {
  display: grid;
  gap: 2rem;
}

.step-flow__item {
  position: relative;
}

.step-flow__number {
  color: #cfcfcf;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
}

.step-flow__number span {
  font-size: 1.875rem;
  line-height: 1.1666666667;
  letter-spacing: initial;
}

.step-flow__number.step-flow__number--even {
  text-align: right;
}

.step-flow__image {
  position: relative;
  aspect-ratio: 340/168;
}

.step-flow__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem 1.25rem 0 0;
}

.step-flow__time {
  position: absolute;
  right: 0.5rem;
  bottom: -0.25rem;
  padding-bottom: 0.3125rem;
  padding-inline: 0.625rem;
  border-radius: 0.3125rem 0.3125rem 0 0;
  background-color: #4FB8FE;
  color: #fff;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.2941176471;
}

.step-flow__title {
  position: relative;
  padding-block: 0.5rem 0.3125rem;
  border-top: 5px solid #4FB8FE;
  background-color: #FFFFFF;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.35;
  text-align: center;
}

.step-flow__title .asterisk.asterisk--top {
  top: 0.1875rem;
  right: 0.625rem;
}

.step-flow__text {
  margin-top: 0.625rem;
  padding-left: 0.8125rem;
  border-left: 3px solid #2F6EBF;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

.step-flow__note {
  width: 87.1794871795%;
  margin-top: 0.9375rem;
  color: #364B59;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

/* stepセクション */
.step {
  margin-top: -5rem;
}

.step__top {
  position: relative;
  padding-block: 2.3125rem 3.375rem;
  border-radius: 3.75rem 3.75rem 0 0;
  background: linear-gradient(135deg, #2E60CE, #54CCF2);
}

.step__top::after {
  position: absolute;
  bottom: -1.125rem;
  left: 50%;
  width: 3px;
  height: 2.25rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 9999px;
  background-color: #387CD8;
  content: "";
}

.step__head {
  text-align: center;
}

.step__head-icon {
  width: 15.3846153846%;
  margin-inline: auto;
}

.step__lead {
  margin-top: 1.25rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.3461538462;
  letter-spacing: 0.1em;
}

.step__title {
  max-width: 12.375rem;
  margin-top: 0.625rem;
  margin-inline: auto;
}

.step__label {
  max-width: 22.5rem;
  margin-top: 1.0625rem;
  margin-inline: auto;
  padding: 0.625rem 1.25rem;
  border-radius: 62.4375rem;
  background-color: #FFE753;
  color: #4D4D4D;
  font-weight: 700;
  font-size: 1.25rem;
}

.step__list {
  display: grid;
  margin-top: 1.1875rem;
  gap: 1.125rem;
}

.step__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem;
  gap: 1.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px #8594E1;
          box-shadow: 0 3px 6px #8594E1;
}

.step__item-image {
  width: 22.7777777778%;
}

.step__item-text {
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.2941176471;
  letter-spacing: 0.05em;
  text-align: left;
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #FDDB0A;
          text-decoration-color: #FDDB0A;
  text-decoration-thickness: 0.3125rem;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: -0.2px;
}

.underline.underline--middle {
  text-decoration-thickness: 0.4375rem;
}

.underline.underline--wide {
  text-decoration-thickness: 1rem;
}

@media screen and (min-width: 600px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  html {
    font-size: 4.4444444444vw;
  }
}

@media screen and (min-width: 600px) and (min-width: 360px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}
/*# sourceMappingURL=map/styles.css.map */