@charset "UTF-8";
/*******************************************************************  
* リセットcss
*******************************************************************/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure,
span,
picture,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

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

body {
  line-height: 1;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  vertical-align: -webkit-baseline-middle;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

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

/* コンテンツ幅管理用の変数 */
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*******************************************************************  
* utility
*******************************************************************/
.u-pc__done {
  display: none;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .u-pc__done {
    display: block;
  }
}

.u-sp__done {
  display: block;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .u-sp__done {
    display: none;
  }
}

/*******************************************************************  
* layout
*******************************************************************/
.container-sm,
.container-lg {
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}

.container-sm {
  max-width: 872px;
}

.container-lg {
  max-width: 992px;
}

.top-about .container-sm {
  padding: 0;
}

.top-reasons .container-sm {
  padding: 0;
}

.top-record .container-sm {
  padding: 0;
}

.top-price .container-sm {
  padding: 0;
}

.top-story .container-sm {
  padding: 0;
}

.top-contact .container-sm {
  padding: 0;
}

.contents {
  padding: 100px 0;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .contents {
    padding: 50px 0;
  }
}

.top-about .contents {
  padding: 100px 0 0;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-about .contents {
    padding: 50px 0 0;
  }
}

.top-price .contents {
  padding: 100px 0 0;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-price .contents {
    padding: 50px 0 0;
  }
}

.top-story .contents {
  padding: 100px 0 0;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story .contents {
    padding: 50px 0 0;
  }
}

.contents-sub {
  padding-top: 80px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .contents-sub {
    padding-top: 40px;
  }
}

.contents-cta {
  padding: 80px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .contents-cta {
    padding: 40px 0 40px;
  }
}

/*******************************************************************  
* section__title(セクションタイトル共通）
*******************************************************************/
.section__title-box {
  width: 100%;
  height: 165px;
  background: linear-gradient(to right, #27cbf6 0%, #1bafd6 75%, #267acd 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .section__title-box {
    height: 70px;
  }
}

@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-reasons .section__title-box {
    height: 106px;
  }
}

.top-story .section__title-box {
  height: 246px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story .section__title-box {
    height: 106px;
  }
}

.section__title-en {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .section__title-en {
    font-size: 14px;
  }
}

.section__title-jp {
  font-size: 54px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .section__title-jp {
    font-size: 24px;
  }
}

/*******************************************************************  
* section__heading(中見出し共通） 
*******************************************************************/
.section__heading-box {
  width: -moz-fit-content;
  width: fit-content;
  height: 74px;
  padding: 0 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8f1fa;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .section__heading-box {
    height: 44px;
    width: 311px;
    padding: 0;
  }
}
.section__heading-box--white {
  background: #ffffff;
}
.section__heading-box--support {
  height: 69px;
  margin-bottom: 40px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .section__heading-box--support {
    padding: 0;
    height: 44px;
    width: 295px;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .section__heading-box--inf {
    height: 68px;
  }
}

.section__heading {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .section__heading {
    font-size: 20px;
  }
}
.section__heading--support {
  font-size: 24px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .section__heading--support {
    font-size: 20px;
  }
}

/*******************************************************************  
* cta (お問い合わせボタン　セクション） 
*******************************************************************/
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-about .section-points {
    margin-top: 30px;
  }
}

.section-points__item:not(:first-child) {
  margin-top: 30px;
}

.section-points__body {
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-points__bar {
  width: 8px;
  height: 34px;
  background: #aaedff;
  flex-shrink: 0;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .section-points__bar {
    height: 22px;
  }
}

.section-points__title {
  font-size: 24px;
  font-weight: bold;
  color: #2679cd;
  line-height: 1.2;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .section-points__title {
    font-size: 18px;
  }
}

.section-points__item .section-points__title {
  line-height: 1;
}

.section-points__text {
  margin-top: 10px;
  margin-left: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .section-points__text {
    font-size: 14px;
  }
}

.top-record .section-points__text {
  margin-left: 0;
}

.top-support__style-list .section-points__text {
  margin-top: 6px;
  margin-left: 0;
}

.top-support__panel-inner .section-points__text {
  margin-left: 0;
}

@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__style-list .section-points__text {
    font-size: 16px;
  }
}

.top-support__attract-inner .section-points__text {
  font-weight: bold;
}

/* 左のポイント群をSPで組み替え */
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-market .section-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 225px;
    position: relative;
    z-index: 2;
  }
}

/* 既存の margin-top を打ち消す */
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-market .section-points__item {
    margin-top: 0 !important;
    min-width: 0;
  }
}

/* 1つ目を横いっぱいに */
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-market .section-points__item:first-child {
    grid-column: 1/-1;
    margin: 0 auto;
  }
}

/* 2つ目・3つ目は下段2カラム */
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-market .section-points__item:nth-child(2),
  .record-market .section-points__item:nth-child(3) {
    grid-column: auto;
  }
}

/* 2つ目・3つ目は下段2カラム */
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-market .section-points__item:nth-child(2) {
    margin-left: auto;
  }
}

/*******************************************************************  
* cta (お問い合わせボタン　セクション） 
*******************************************************************/
.top-cta {
  background-image: url(../img/cta.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  height: 555px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-cta {
    height: 324px;
  }
}

.cta__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cta__media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-cta .container-lg {
  position: relative;
  z-index: 1;
}

.cta__box {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 20px;
  padding: 60px 0 80px;
  box-shadow: 0 0px 24px rgba(27, 175, 214, 0.25);
  text-align: center;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .cta__box {
    padding: 30px 0 40px;
  }
}

.cta__copy {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  color: #034a92;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .cta__copy {
    font-size: 20px;
  }
}

.cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  gap: 46px;
  width: 680px;
  height: 119px;
  border-radius: 4px;
  background: linear-gradient(to right, #ffc57a 0%, #f7920e 40%);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 20px, 0);
  will-change: opacity, transform;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease,
    visibility 0s linear 0.8s;
}
.cta__btn.is-show {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease,
    visibility 0s linear 0s;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .cta__btn {
    margin: 30px auto 0;
    width: 319px;
    height: 54px;
    border-radius: 2.54px;
    gap: 30px;
    transform: translate3d(0, 14px, 0);
  }
  .cta__btn.is-show {
    transform: translate3d(0, 0, 0);
  }
}

.cta__btn-text {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-shadow: 2px 2px 5px rgb(195, 111, 0);
  text-decoration: none;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .cta__btn-text {
    margin-left: 16px;
    font-size: 24px;
    text-shadow: 2px 2px 4px rgb(195, 111, 0);
  }
}

.cta__btn-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 20px solid #ffffff;
  border-right: 0;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .cta__btn-triangle {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 12px solid #ffffff;
  }
}

/*******************************************************************  
* html
*******************************************************************/
html {
  scroll-behavior: smooth;
}

/*******************************************************************  
* body
*******************************************************************/
body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  z-index: -100;
}

/*******************************************************************  
* FV
*******************************************************************/
.top-fv {
  height: 635px;
  position: relative;
  overflow: hidden;
  background-image: url(../img/fv/fv-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-fv {
    height: 584px;
    background-image: url(../img/fv/fv-bg-sp.png);
  }
}

.fv__inner {
  width: 100%;
  height: 635px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .fv__inner {
    height: 584px;
    width: 375px;
    padding: 0 16px;
  }
}

.fv__content {
  position: relative;
  z-index: 1;
  width: 726px;
  margin-top: 135px;
  margin-left: calc(
    clamp(24px, 4.5833333333vw, 66px) + max(0px, (100vw - 1440px) / 2)
  );
  box-sizing: border-box;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .fv__content {
    margin-left: 0;
    width: 100%;
    margin-top: 221px;
  }
}

.fv__lead {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .fv__lead {
    font-size: 18px;
  }
}

.fv__heading {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .fv__heading {
    margin-top: 8px;
  }
}

.fv__label {
  display: inline-grid;
  grid-auto-flow: column;
  background: #ffffff;
  border: 2px solid #2679cd;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .fv__label {
    border: 1px solid #2679cd;
  }
}

.fv__label-char {
  display: grid;
  place-items: center;
  padding: 3px 6px 7px;
  font-size: 54px;
  font-weight: 900;
  color: #2679cd;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .fv__label-char {
    font-size: 26px;
    padding: 2px 2.5px 3px 2px;
  }
}

.fv__label-char + .fv__label-char {
  border-left: 2px solid #2679cd;
  padding: 3px 5px 7px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .fv__label-char + .fv__label-char {
    border-left: 1px solid #2679cd;
    padding: 2px 2.5px 3px 2px;
  }
}

.fv__title {
  display: block;
  margin-top: 12px;
  font-size: 72px;
  font-weight: 900;
  color: #034a92;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .fv__title {
    font-size: 36px;
    margin-top: 8px;
  }
}

.fv__btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  margin-left: calc(clamp(24px, 10vw, 144px) + max(0px, (100vw - 1440px) / 2));
  gap: 46px;
  width: 540px;
  height: 85px;
  border-radius: 4px;
  background: linear-gradient(to right, #ffc57a 0%, #f7920e 40%);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 32px, 0);
  transition:
    opacity 0.9s ease,
    transform 0.9s ease,
    visibility 0s linear 0.9s;
  will-change: opacity, transform;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .fv__btn {
    width: 343px;
    height: 54px;
    box-shadow: 2.54px 2.54px 6.35px rgba(0, 0, 0, 0.25);
    gap: 30px;
    z-index: 5;
    margin: 175px auto 0;
    transform: translate3d(0, 24px, 0);
  }
}
.fv__btn.is-show {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 0.9s ease,
    transform 0.9s ease,
    visibility 0s linear 0s;
}

.fv__btn-text {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-shadow: 2px 2px 5px rgb(195, 111, 0);
  text-decoration: none;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .fv__btn-text {
    font-size: 24px;
    text-shadow: 2px 2px 4px rgb(195, 111, 0);
    margin-left: 40px;
  }
}

.fv__btn-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 20px solid #ffffff;
  border-right: 0;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .fv__btn-triangle {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 13px solid #ffffff;
  }
}

.fv__img-box {
  position: absolute;
  overflow: hidden;
}
.fv__img-box--01 {
  width: 582px;
  aspect-ratio: 582/454;
  right: 0;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .fv__img-box--01 {
    display: none;
  }
}
.fv__img-box--02 {
  width: 450px;
  aspect-ratio: 450/202;
  bottom: 76px;
  right: 24px;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .fv__img-box--02 {
    width: 244px;
    aspect-ratio: 244/110;
    bottom: 125px;
    right: 16px;
    border-radius: 5.44px;
  }
}
.fv__img-box--03 {
  width: 254px;
  aspect-ratio: 254/178;
  bottom: 33px;
  right: 401px;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .fv__img-box--03 {
    width: 138px;
    aspect-ratio: 138/97;
    bottom: 102px;
    right: 0;
    left: 16px;
    border-radius: 5.44px;
  }
}
.fv__img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*******************************************************************  
* FV TB上書き
* 768px〜1079px はPCと完全に同じ
*******************************************************************/
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .top-fv {
    height: 635px;
    background-image: url(../img/fv/fv-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
  }
  .fv__inner {
    width: 100%;
    height: 635px;
    padding: 0;
  }
  .fv__content {
    width: 726px;
    margin-top: 135px;
    margin-left: calc(
      clamp(24px, 4.5833333333vw, 66px) + max(0px, (100vw - 1440px) / 2)
    );
  }
  .fv__lead {
    font-size: 30px;
  }
  .fv__heading {
    margin-top: 24px;
  }
  .fv__label {
    border: 2px solid #2679cd;
  }
  .fv__label-char {
    font-size: 46px;
    padding: 3px 5px 6px;
  }
  .fv__label-char + .fv__label-char {
    border-left: 2px solid #2679cd;
    padding: 3px 4px 6px;
  }
  .fv__title {
    margin-top: 10px;
    font-size: 60px;
  }
  .fv__btn {
    width: 540px;
    height: 85px;
    gap: 46px;
    margin-top: 80px;
    margin-left: calc(
      clamp(24px, 12vw, 144px) + max(0px, (100vw - 1440px) / 2)
    );
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    transform: translate3d(0, 32px, 0);
  }
  .fv__btn.is-show {
    transform: translate3d(0, 0, 0);
  }
  .fv__btn-text {
    font-size: 30px;
    text-shadow: 2px 2px 5px rgb(195, 111, 0);
    margin-left: 0;
  }
  .fv__btn-triangle {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 18px solid #ffffff;
    border-right: 0;
  }
  .fv__img-box--01 {
    display: block;
    width: 582px;
    aspect-ratio: 582/454;
    right: 0;
  }
  .fv__img-box--02 {
    width: 450px;
    aspect-ratio: 450/202;
    bottom: 76px;
    right: 24px;
    border-radius: 10px;
  }
  .fv__img-box--03 {
    width: 254px;
    aspect-ratio: 254/178;
    bottom: 33px;
    right: 401px;
    left: auto;
    border-radius: 10px;
  }
}
/*******************************************************************
* CTA hover（お問い合わせボタン共通）
* 対象: FVのボタン / CTAセクションのボタン
*******************************************************************/
.fv__btn,
.cta__btn {
  position: relative;
  overflow: hidden;
  transition:
    box-shadow 0.25s ease,
    filter 0.25s ease,
    opacity 0.25s ease;
}
.fv__btn::after,
.cta__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 80%
  );
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

/* 中の文字と三角の動き */
.fv__btn-text,
.cta__btn-text {
  position: relative;
  z-index: 1;
  transition:
    text-shadow 0.25s ease,
    opacity 0.25s ease;
}

.fv__btn-triangle,
.cta__btn-triangle {
  position: relative;
  z-index: 1;
  transition: transform 0.25s ease;
}

/*******************************************************************  
* About
*******************************************************************/
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-about .contents {
    max-width: 343px;
    margin-inline: auto;
  }
}

.about__catch {
  text-align: center;
  font-size: 38px;
  font-weight: 900;
  color: #2679cd;
  line-height: 1.2;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .about__catch {
    font-size: 24px;
  }
}

.about__collage {
  width: 100%;
  margin: 40px auto 0;
  position: relative;
  height: 425px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .about__collage {
    margin: 30px auto 0;
    height: 151px;
  }
}

.about__photo {
  position: absolute;
  display: block;
  overflow: visible;
}

.about__photo--center {
  left: 50%;
  transform: translateX(-50%);
  width: 416px;
  aspect-ratio: 416/395;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .about__photo--center {
    width: 156px;
    aspect-ratio: 156/148;
  }
}
.about__photo--left {
  left: 70px;
  top: 110px;
  width: 202px;
  aspect-ratio: 202/220;
  transform: rotate(-20deg);
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .about__photo--left {
    width: 76px;
    aspect-ratio: 76/83;
    left: 16px;
    top: 45px;
  }
}
.about__photo--left-mini {
  left: 243px;
  top: 266px;
  width: 120px;
  aspect-ratio: 120/135;
  transform: rotate(-13deg);
  z-index: 2;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .about__photo--left-mini {
    width: 45px;
    aspect-ratio: 45/50;
    top: 100px;
    left: 80px;
  }
}
.about__photo--right {
  right: 67px;
  top: 38%;
  width: 234px;
  aspect-ratio: 234/247;
  transform: rotate(25deg);
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .about__photo--right {
    width: 88px;
    aspect-ratio: 88/93;
    top: 40%;
    right: 14px;
  }
}
.about__photo picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about__photo--left picture,
.about__photo--left-mini picture,
.about__photo--right picture {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
.about__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.about__photo picture.js-fadeup {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: opacity, transform;
}
.about__photo picture.js-fadeup.is-show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .about__photo picture.js-fadeup {
    transform: translateY(12px);
  }
  .about__photo picture.js-fadeup.is-show {
    transform: translateY(0);
  }
}

.about__text-box {
  margin-top: 40px;
}

.about__txt {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .about__txt {
    font-size: 18px;
  }
}
.about__txt--blue {
  font-weight: bold;
  color: #034a92;
}
.about__txt--strong {
  font-size: 30px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .about__txt--strong {
    font-size: 22px;
  }
}
.about__txt:last-child {
  margin-top: 20px;
}

.about__overview {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-top: 40px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .about__overview {
    display: block;
  }
}

.about__overview-img {
  width: 400px;
  aspect-ratio: 400/350;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}
.about__overview-img.is-show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .about__overview-img {
    margin: 0 auto;
    width: 280px;
    aspect-ratio: 280/245;
  }
  .about__overview-img.is-show {
    transform: translateY(0);
  }
}
.about__overview-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-points__item:not(:first-child) {
  margin-top: 30px;
}

.about-points__body {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-points__bar {
  width: 8px;
  height: 34px;
  background: #aaedff;
  flex-shrink: 0;
}

.about-points__title {
  font-size: 24px;
  font-weight: bold;
  color: #2679cd;
  line-height: 1.2;
}

.about-points__text {
  margin-top: 10px;
  margin-left: 20px;
  line-height: 1.5;
}

/*******************************************************************  
* Reasons
*******************************************************************/
.top-reasons {
  background: #e8f1fa;
  position: relative;
}
.top-reasons::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 194px;
  background: #ffffff;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-reasons::before {
    height: 103px;
  }
}
.top-reasons .container-lg {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-reasons .contents {
    max-width: 343px;
    margin-inline: auto;
  }
}

.reasons-strength {
  margin-top: 56px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .reasons-strength {
    margin-top: 30px;
  }
}

.reasons-strength__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .reasons-strength__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
  }
}

.reasons-strength__card {
  position: relative;
  background: #ffffff;
  border: 2px solid #2679cd;
  border-radius: 4px;
  min-height: 214px;
  padding: 8px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .reasons-strength__card {
    min-height: 163px;
    padding: 6px;
  }
}
.reasons-strength__card::before {
  content: attr(data-num);
  position: absolute;
  z-index: 5;
  top: -12px;
  left: 16px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #2679cd;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .reasons-strength__card::before {
    font-size: 12px;
    top: -10px;
    left: 9px;
    width: 14px;
    height: 14px;
    letter-spacing: 0;
  }
}
.reasons-strength__card::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: -16px;
  left: 12px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #2679cd;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .reasons-strength__card::after {
    border: 1px solid #2679cd;
    width: 20px;
    height: 20px;
    top: -13px;
    left: 6px;
  }
}

.reasons-strength__head {
  height: 49px;
  background: #e8f1fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .reasons-strength__head {
    height: 34px;
    font-size: 18px;
  }
  .reasons-strength__head--2 {
    height: 55px;
    text-align: center;
  }
}

.reasons-strength__icon-box {
  margin: 12px auto 0;
  width: 52px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .reasons-strength__icon-box {
    margin: 8px auto 0;
    width: 30px;
  }
}
.reasons-strength__icon-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reasons-strength__text {
  margin-top: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .reasons-strength__text {
    margin-top: 6px;
    font-size: 14px;
  }
}

.reasons-diff {
  margin-top: 50px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .reasons-diff {
    margin-top: 30px;
  }
}

.reasons-diff__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .reasons-diff__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.reasons-diff__card {
  position: relative;
  background: #ffffff;
  border: 2px solid #2679cd;
  border-radius: 4px;
  min-height: 230px;
  padding: 8px 17.5px 0;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .reasons-diff__card {
    padding: 8px 16px 0;
    min-height: 210px;
  }
}
.reasons-diff__card::before {
  content: attr(data-num);
  position: absolute;
  z-index: 5;
  top: 8px;
  left: 8px;
  width: 34px;
  height: 34px;
  border-radius: 3px;
  background: #2679cd;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .reasons-diff__card::before {
    top: 5px;
    left: 5px;
    width: 25px;
    height: 25px;
    border-radius: 2.19px;
    font-size: 14px;
  }
}
.reasons-diff__card::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 3px;
  background: #2679cd;
  top: 50%;
  transform: translateY(-50%);
  right: -43px;
}

@media screen and (min-width: 375px) and (max-width: 1079px) {
  .reasons-diff__card::after {
    display: none;
  }
}

.reasons-diff__card:last-child::after {
  display: none;
}

.reasons-diff__point-box {
  position: absolute;
  top: -10px;
  left: -14px;
  z-index: 5;
  width: 56px;
  aspect-ratio: 56/23;
  overflow: hidden;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .reasons-diff__point-box {
    top: -8px;
    width: 46px;
    aspect-ratio: 46/18;
  }
}
.reasons-diff__point-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reasons-diff__icon-box {
  margin: 0 auto;
  width: 32px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.reasons-diff__icon-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reasons-diff__head {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #2679cd;
  text-align: center;
  margin-top: 5px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .reasons-diff__head {
    font-size: 18px;
    margin-top: 4px;
  }
}

.reasons-diff__text {
  line-height: 1.8;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .reasons-diff__text {
    font-size: 14px;
  }
}

/*******************************************************************  
* Record
*******************************************************************/
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-record .contents {
    max-width: 343px;
    margin-inline: auto;
  }
}

.record-market__cols {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-market__cols {
    margin-top: 30px;
    display: block;
    position: relative;
  }
}

.record-market__left {
  flex: 1;
  max-width: 420px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-market__left {
    max-width: none;
    width: 100%;
    flex: none;
  }
}

.record-market__right {
  flex: 1;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-market__right {
    flex: none;
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
  }
}

.record-venn__img-box {
  margin: 0 0 0 auto;
  width: 399px;
  aspect-ratio: 399/370;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}
.record-venn__img-box.is-show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-venn__img-box {
    width: 225px;
    aspect-ratio: 225/209;
    margin: 0 auto;
    transform: translateY(14px);
  }
  .record-venn__img-box.is-show {
    transform: translateY(0);
  }
}
.record-venn__img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.record-market__arrow {
  width: 0;
  height: 0;
  margin: 40px auto 57px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 18px solid #7edbff;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-market__arrow {
    margin: 30px auto 47px;
  }
}

/* グラフ3つ（画像） */
.record-charts {
  max-width: 992px;
  padding: 0 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-charts {
    grid-template-columns: repeat(1, 1fr);
    gap: 33px;
    padding: 0;
    max-width: 343px;
    margin: 0 auto;
  }
}

.record-chart {
  position: relative;
  border: 1.13px solid #2679cd;
  border-radius: 4px;
}

.record-chart__cap {
  position: absolute;
  padding: 4px 8px;
  font-size: 20px;
  font-weight: bold;
  background: #e8f1fa;
  line-height: 1.3;
  border-radius: 4px;
  white-space: nowrap;
  width: auto;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-chart__cap {
    font-size: 18px;
  }
}

.record-chart__img-box {
  margin: 32px auto 12px;
  width: 247px;
  aspect-ratio: 247/114;
  overflow: hidden;
}
.record-chart__img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.record-brand {
  margin-top: 40px;
}

.record-brand__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 0.8;
  margin-top: 12px;
  margin-left: 20px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-brand__text {
    font-size: 16px;
  }
}
.record-brand__text--big {
  font-size: 56px;
  letter-spacing: -0.04em;
  font-weight: bold;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-brand__text--big {
    font-size: 40px;
  }
}

.record-brand__count-note {
  font-size: 12px;
  margin-top: 10px;
  margin-left: 20px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-brand__count-note {
    margin-left: 8px;
  }
}

.record-brand__top {
  position: relative;
  margin-top: 40px;
  padding-bottom: 80px;
}

.record-brand__top > .section-points {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 240px;
}

.record-brand__visual {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-brand__visual {
    padding-top: 44px;
    padding-bottom: 135px;
  }
}

.record-brand__map-box {
  width: 840px;
  height: auto;
  overflow: visible;
  aspect-ratio: 840/588;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-brand__map-box {
    width: 343px;
    aspect-ratio: 343/265;
    margin: 0 auto;
  }
}
.record-brand__map-box picture,
.record-brand__map-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.record-brand__papers {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-brand__papers {
    right: 50%;
    transform: translateX(50%);
  }
}

.record-brand__papers-text {
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 20px;
}

.record-brand__papers-wrapper {
  position: relative;
  display: flex;
}

.record-brand__papers-box {
  flex: 0 0 auto;
  width: 100px;
  aspect-ratio: 100/102;
  overflow: hidden;
  transform: rotate(-14.2deg);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.record-brand__papers-box:nth-child(2) {
  width: 111px;
  aspect-ratio: 111/90;
  transform: rotate(10deg);
  margin-top: 16px;
}
.record-brand__papers-box picture,
.record-brand__papers-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.record-brand__papers-box img {
  -o-object-fit: cover;
  object-fit: cover;
}

.record-brand__media-list {
  margin-top: 8px;
}

.record-brand__media-item {
  position: relative;
  margin-left: 21px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-brand__media-item {
    width: 322px;
  }
}
.record-brand__media-item:before {
  content: "";
  position: absolute;
  left: -21px;
  top: 4px;
  width: 15px;
  height: 15px;
  background: #b3b3b3;
}

.record-brand__media-item:not(:first-child) {
  margin-top: 8px;
}

.record-brand__media-txt {
  position: relative;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-brand__media-txt {
    font-size: 14px;
  }
}
.record-brand__media-txt:not(:first-child) {
  font-weight: 400;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-brand__media-txt:not(:first-child) {
    font-size: 13.5px;
  }
}

@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-brand__media-txt--sp:first-child:before {
    top: 30%;
  }
}

.record-brand__media-note {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .record-brand__media-note {
    text-align: left;
  }
}

/*******************************************************************
* Support
*******************************************************************/
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support .contents {
    max-width: 343px;
    margin-inline: auto;
  }
}

.top-support__tabs {
  margin-top: 80px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__tabs {
    margin-top: 40px;
    width: 343px;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-support__tab-list {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  flex-wrap: wrap;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__tab-list {
    flex-wrap: nowrap;
    gap: 1.74px;
  }
}

.top-support__tab {
  border-bottom: 2px solid #ffffff;
  background: #f8fcff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  padding: 12px 20px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
@media (any-hover: hover) {
  .top-support__tab:hover {
    background: #e8f1fa;
  }
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__tab {
    font-size: 16px;
    padding: 4px 10px;
    border-bottom: 0.87px solid #ffffff;
    border-radius: 4.35px 4.35px 0 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__tab--shien {
    padding: 13.5px 10px;
  }
}

.top-support__tab.is-active {
  padding: 20px;
  border: none;
  background: #e8f1fa;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__tab.is-active {
    padding: 8px 10px;
  }
}

@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__tab--shien.is-active {
    padding: 18px 10px;
  }
}

.top-support__panels {
  background: #e8f1fa;
  border-radius: 0 10px 10px 10px;
  padding: 20px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__panels {
    padding: 10px;
  }
}

.top-support__panel {
  display: none;
}

.top-support__panel.is-active {
  display: block;
}

.top-support__panel-inner {
  position: relative;
  background: #ffffff;
  padding: 40px 0 20px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__panel-inner {
    padding: 30px 0 30px;
  }
}

.top-support__step-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
  align-items: start;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__step-flow {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 0 6px;
  }
}

.top-support__step-line {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 35%;
  height: 2px;
  background: #2f76cf;
  z-index: 0;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__step-line {
    transform: rotate(90deg);
    left: -12%;
    right: 55%;
    top: 47%;
    height: 2px;
  }
}

.top-support__step-item {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__step-item {
    display: grid;
    grid-template-columns: 94px 1fr;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
}

.top-support__step-circle {
  position: relative;
  width: 186px;
  height: 186px;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #2679cd 50%, #28ccf7 100%);
  padding: 16px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__step-circle {
    width: 90px;
    height: 90px;
    padding: 8px;
  }
}

.top-support__step-circle-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__step-circle-inner {
    gap: 7px;
  }
}

.top-support__step-badge {
  position: absolute;
  left: 10px;
  top: -8px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #2679cd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__step-badge {
    left: 3px;
    top: -7px;
    width: 31px;
    height: 31px;
    border: 1.59px solid #2679cd;
  }
}

.top-support__step-label {
  width: 30px;
  height: auto;
  aspect-ratio: 30/12;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__step-label {
    width: 19px;
    aspect-ratio: 19/7;
  }
}
.top-support__step-label img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.top-support__step-badge-num {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #2679cd;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__step-badge-num {
    font-size: 12px;
  }
}
.top-support__step-badge-num--mr {
  margin-right: 4px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__step-badge-num--mr {
    margin-right: 2px;
  }
}

.top-support__step-icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__step-icon {
    width: 25px;
    height: 25px;
  }
}

.top-support__step-title {
  margin: 0;
  color: #2679cd;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__step-title {
    font-size: 12px;
  }
}

.top-support__step-text {
  margin: 16px 0 0;
  line-height: 1.5;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__step-text {
    font-size: 14px;
    margin: 0;
  }
}

/* ========== 02 販売スタイル ========== */
.top-support__style-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__style-layout {
    display: block;
  }
}

.top-support__style-visual {
  width: 331px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__style-visual {
    width: 283px;
    margin: 0 auto;
  }
}
.top-support__style-visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__style-list {
    padding: 0 14px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__style-list .section-points__text {
    font-size: 16px;
  }
}

.top-support__style-num {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 900;
  margin-right: 6px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__style-num {
    font-size: 18px;
  }
}

.top-support__hq-steps {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 840px;
  height: auto;
  aspect-ratio: 840/65;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__hq-steps {
    position: absolute;
    width: 548px;
    height: 66px;
    aspect-ratio: 520/48;
    transform: rotate(90deg);
    top: 49%;
    right: 29px;
    margin: 0;
  }
}
.top-support__hq-steps img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-support__hq-columns {
  display: grid;
  grid-template-columns: repeat(3, 244px);
  justify-content: center;
  gap: 28px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__hq-columns {
    grid-template-columns: repeat(1, 228px);
    justify-content: right;
    margin-right: 25px;
  }
}

.top-support__hq-col {
  min-width: 0;
}

.top-support__hq-title {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__hq-title {
    font-size: 18px;
  }
}
.top-support__hq-title--01 {
  color: #27c2f2;
}
.top-support__hq-title--02 {
  color: #279ddf;
}
.top-support__hq-title--03 {
  color: #277bce;
}

.top-support__hq-icon {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  flex-shrink: 0;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__hq-icon {
    width: 20px;
    height: 20px;
  }
}

.top-support__hq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 7px;
}

.top-support__hq-item {
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__hq-item {
    font-size: 14px;
  }
}
.top-support__hq-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8.5px;
  width: 12px;
  height: 12px;
}
.top-support__hq-item--01::before {
  background: #beeffc;
}
.top-support__hq-item--02::before {
  background: #4dc8e9;
}
.top-support__hq-item--03::before {
  background: #7db0e2;
}

.top-support__attract-inner {
  padding: 0 40px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__attract-inner {
    padding: 0 12px;
  }
}

.top-support__attract-img {
  margin-bottom: 40px;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 838/362;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__attract-img {
    width: 100%;
    height: auto;
    aspect-ratio: 295/243;
    margin-bottom: 30px;
  }
}
.top-support__attract-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.top-support__attract-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__attract-grid {
    margin-top: 30px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.top-support__attract-card {
  display: grid;
  grid-template-columns: 63px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 12px 8px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__attract-card {
    grid-template-columns: 50px 1fr;
  }
}

.top-support__attract-icon {
  grid-row: span 2 / span 2;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__attract-icon {
    grid-column: 1;
    grid-row: 1;
  }
}

@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__attract-title {
    grid-column: 2;
    grid-row: 1;
  }
}

.top-support__attract-text {
  grid-column-start: 2;
  grid-row-start: 2;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__attract-text {
    grid-column: 1/-1;
    grid-row: 2;
  }
}

.top-support__attract-icon {
  width: 63px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__attract-icon {
    width: 50px;
  }
}
.top-support__attract-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.top-support__attract-title {
  margin: 0;
  min-height: 42px;
  display: flex;
  align-items: center;
  background: #e8f1fa;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-support__attract-title {
    min-height: 31px;
    font-size: 16px;
  }
}

.top-support__attract-text {
  font-size: 14px;
  line-height: 1.8;
}

/*******************************************************************  
* Price
*******************************************************************/
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-price .contents {
    max-width: 343px;
    margin-inline: auto;
  }
}

.price-terms {
  margin-top: 12px;
  background: #e8f1fa;
  border-radius: 4px;
  padding: 24px;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: opacity, transform;
}
.price-terms.is-show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .price-terms {
    padding: 16px;
    transform: translateY(14px);
  }
  .price-terms.is-show {
    transform: translateY(0);
  }
}

.price-terms__row {
  display: grid;
  grid-template-columns: 1fr auto;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 4px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .price-terms__row {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
.price-terms__row:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .price-terms__row:not(:first-child) {
    margin-top: 16px;
  }
}

.price-terms__key {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .price-terms__key {
    font-size: 16px;
  }
}

.price-terms__val {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  white-space: nowrap;
  text-align: right;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .price-terms__val {
    font-size: 16px;
  }
}

.price-terms__note {
  grid-column: 1/-1;
  line-height: 1.5;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .price-terms__note {
    font-size: 14px;
  }
}

.price-model {
  margin-top: 12px;
  background: #e8f1fa;
  border-radius: 4px;
  padding: 24px;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.85s ease,
    transform 0.85s ease;
  will-change: opacity, transform;
}
.price-model.is-show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .price-model {
    padding: 16px;
    transform: translateY(14px);
  }
  .price-model.is-show {
    transform: translateY(0);
  }
}

.price-model__cap-box {
  display: block;
  text-align: center;
  position: relative;
}
.price-model__cap-box::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7px solid #ffffff;
  border-bottom: 0;
}

.price-model__cap {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5;
  color: #034a92;
  padding: 0 6px;
  background: #ffffff;
  border-radius: 999px;
}
.price-model__cap--big {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.price-model__cap--mid {
  font-size: 14px;
}

.price-model__title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #034a92;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .price-model__title {
    font-size: 16px;
  }
}

.price-model__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 341px 1fr;
  gap: 40px;
  align-items: start;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .price-model__grid {
    display: block;
    margin-top: 16px;
  }
}

.price-model__photo {
  width: 341px;
  aspect-ratio: 341/450;
  overflow: hidden;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .price-model__photo {
    width: 100%;
    aspect-ratio: 315/339;
  }
}
.price-model__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 375px) and (max-width: 1079px) {
  .price-model__detail {
    margin-top: 16px;
  }
}

.price-model__block:not(:first-child) {
  margin-top: 8px;
}

.price-model__block-title {
  font-weight: bold;
}

.price-model__dl {
  padding: 8px 0 8px 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  line-height: 1.8;
  border-bottom: 2px solid #cfd1d4;
}
.price-model__dl--none {
  border-bottom: none;
}
.price-model__dl--padding {
  padding: 0 0 8px 10px;
}

.price-model__dt {
  line-height: 1.8;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .price-model__dt {
    font-size: 14px;
  }
}

.price-model__dd {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  white-space: nowrap;
  text-align: right;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .price-model__dd {
    font-size: 14px;
  }
}

.price-model__sum {
  text-align: right;
  font-weight: bold;
  color: #2679cd;
  line-height: 1.8;
}
.price-model__sum--en {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  margin-left: 4px;
}

.price-model__pill {
  display: inline-block;
  margin-left: 10px;
  padding: 0 20px;
  border-radius: 9999px;
  background: #ffffff;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .price-model__pill {
    padding: 0 10px;
    font-size: 14px;
  }
}

.price-model__result {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
}

.price-model__result-label {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #034a92;
  line-height: 1.8;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .price-model__result-label {
    font-size: 18px;
  }
}

.price-model__result-val {
  margin: 0;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #034a92;
  white-space: nowrap;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .price-model__result-val {
    font-size: 18px;
  }
}
.price-model__result-val--big {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .price-model__result-val--big {
    font-size: 32px;
  }
}

/*******************************************************************  
* Story
*******************************************************************/
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story .contents {
    max-width: 343px;
    margin-inline: auto;
  }
}

.top-story__interview {
  margin-top: 40px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__interview {
    margin-top: 30px;
  }
}

.top-story__owner-card {
  background: #fafafa;
  border-radius: 10px;
  padding: 30px 20px;
  display: grid;
  grid-template-columns: 183px 1fr;
  gap: 30px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__owner-card {
    padding: 16px;
    display: block;
  }
}

.top-story__owner-side {
  display: grid;
  align-content: start;
  justify-items: center;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__owner-side {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
  }
}

.top-story__copy-box {
  width: 100%;
  background: url("../img/story/story-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__copy-box {
    background: url("../img/story/story-sp-02.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 187px;
    height: 71px;
  }
}

.top-story__owner-copy {
  color: #2679cd;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  padding: 4px 12px 15px 16px;
  position: relative;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__owner-copy {
    padding: 15px 11px 10px 22px;
  }
}

.top-story__owner-img {
  width: 151px;
  height: 151px;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__owner-img {
    width: 118px;
    height: 118px;
  }
}
.top-story__owner-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__owner-body {
    margin-top: 20px;
  }
}

.top-story__owner-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__owner-name {
    font-size: 13px;
  }
}

.top-story__owner-meta {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 7px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__owner-meta {
    font-size: 13px;
  }
}
.top-story__owner-meta:not(:first-child) {
  margin-top: 4px;
}

.top-story__owner-text {
  margin-top: 10px;
  line-height: 1.8;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__owner-text {
    font-size: 14px;
  }
}

.top-story__qa {
  margin-top: 50px;
}

.top-story__qa-list {
  display: grid;
  gap: 30px;
}

.top-story__qa-item {
  display: grid;
  gap: 8px;
}

.top-story__qa-question {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__qa-question {
    align-items: start;
  }
}

.top-story__qa-icon {
  position: relative;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  border-radius: 50%;
  display: block;
  background: #ffffff;
  border: 2px solid #2679cd;
  flex-shrink: 0;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__qa-icon {
    margin-top: 2px;
  }
}
.top-story__qa-icon::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #2679cd;
  color: #ffffff;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1;
  display: grid;
  place-items: center;
}

.top-story__qa-text {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__qa-text {
    font-size: 18px;
  }
}

.top-story__qa-answer {
  line-height: 1.8;
  padding-left: 38px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__qa-answer {
    font-size: 14px;
  }
}

.top-story__future {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  align-items: start;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__future {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
  }
}

.top-story__timeline {
  position: relative;
}

.top-story__timeline-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 433px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  justify-content: flex-start;
}

.top-story__timeline-list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  width: 3px;
  height: 413px;
  background: #bfdeff;
  transform: translateX(-50%);
  border-radius: 999px;
}

.top-story__timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
}

.top-story__timeline-node {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  background: #cde5ff;
  border: 2px solid #cde5ff;
  box-shadow: 0 0 0 5px rgba(76, 159, 255, 0.15);
  z-index: 2;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__timeline-node {
    width: 30px;
    height: 30px;
  }
}
.top-story__timeline-node::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background: #2679cd;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__timeline-node::before {
    width: 50px;
  }
}

.top-story__timeline-item.is-left .top-story__timeline-node::before {
  right: 50%;
}

.top-story__timeline-item.is-right .top-story__timeline-node::before {
  left: 50%;
}

.top-story__timeline-content {
  position: absolute;
  top: 0;
  min-width: 128px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__timeline-content {
    top: 6px;
  }
}

.top-story__timeline-item.is-left .top-story__timeline-content {
  right: calc(50% + 78px);
  text-align: right;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__timeline-item.is-left .top-story__timeline-content {
    right: calc(50% + 60px);
  }
}

.top-story__timeline-item.is-right .top-story__timeline-content {
  left: calc(50% + 78px);
  text-align: left;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__timeline-item.is-right .top-story__timeline-content {
    left: calc(50% + 60px);
  }
}

.top-story__timeline-year {
  font-size: 24px;
  color: #2679cd;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__timeline-year {
    font-size: 18px;
  }
}

.top-story__timeline-text {
  line-height: 1.5;
  margin-top: 3.75px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__timeline-text {
    font-size: 14px;
  }
}

.top-story__future-img {
  width: 400px;
  aspect-ratio: 400/433;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__future-img {
    width: 100%;
    aspect-ratio: 343/229;
    box-shadow: none;
    border-radius: 0px;
  }
}
.top-story__future-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* =========================================
   timeline node glow animation
   （追加）
========================================= */
/* 円本体に発光のアニメーション */
.top-story__timeline-node {
  animation: timeline-node-glow 6s infinite ease-in-out;
  will-change: box-shadow, background-color, transform;
  /* 波紋 */
}
.top-story__timeline-node::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(126, 219, 255, 0.9);
  opacity: 0;
  transform: scale(0.7);
  animation: timeline-node-ripple 6s infinite ease-out;
  pointer-events: none;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-story__timeline-node::after {
    inset: -6px;
    border-width: 1.5px;
  }
}

/* 1〜4個目の円に時間差をつける */
.top-story__timeline-item:nth-child(1) .top-story__timeline-node {
  animation-delay: 0s;
}

.top-story__timeline-item:nth-child(1) .top-story__timeline-node::after {
  animation-delay: 0s;
}

.top-story__timeline-item:nth-child(2) .top-story__timeline-node {
  animation-delay: 1.5s;
}

.top-story__timeline-item:nth-child(2) .top-story__timeline-node::after {
  animation-delay: 1.5s;
}

.top-story__timeline-item:nth-child(3) .top-story__timeline-node {
  animation-delay: 3s;
}

.top-story__timeline-item:nth-child(3) .top-story__timeline-node::after {
  animation-delay: 3s;
}

.top-story__timeline-item:nth-child(4) .top-story__timeline-node {
  animation-delay: 4.5s;
}

.top-story__timeline-item:nth-child(4) .top-story__timeline-node::after {
  animation-delay: 4.5s;
}

/* 発光（円がふわっと光る） */
@keyframes timeline-node-glow {
  0%,
  18%,
  100% {
    background: #cde5ff;
    border-color: #cde5ff;
    box-shadow: 0 0 0 5px rgba(76, 159, 255, 0.15);
    transform: translate(-50%, -50%) scale(1);
  }
  6%,
  12% {
    background: #7edbff;
    border-color: #7edbff;
    box-shadow:
      0 0 0 6px rgba(126, 219, 255, 0.2),
      0 0 14px rgba(126, 219, 255, 0.75),
      0 0 24px rgba(126, 219, 255, 0.45);
    transform: translate(-50%, -50%) scale(1.06);
  }
}
/* 波紋（光が外に広がる） */
@keyframes timeline-node-ripple {
  0%,
  100% {
    opacity: 0;
    transform: scale(0.7);
  }
  6% {
    opacity: 0.85;
    transform: scale(0.9);
  }
  14% {
    opacity: 0;
    transform: scale(1.45);
  }
}
/* 動きを減らしたい環境向け */
@media (prefers-reduced-motion: reduce) {
  .top-story__timeline-node,
  .top-story__timeline-node::after {
    animation: none;
  }
}
/*******************************************************************  
* Flow
*******************************************************************/
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-flow .contents {
    max-width: 343px;
    margin-inline: auto;
  }
}

.top-flow {
  background-image: url(../img/flow/flow-01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  position: relative;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-flow {
    background-image: url(../img/flow/flow-sp-01.png);
  }
}
.top-flow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 181px;
  background: #ffffff;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-flow::before {
    height: 70px;
  }
}
.top-flow .container-lg {
  position: relative;
  z-index: 1;
}

.top-flow__body {
  margin-top: 80px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-flow__body {
    margin-top: 45px;
  }
}

.top-flow__list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-flow__list {
    gap: 30px;
  }
}

.top-flow__list::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 30px;
  left: 15px;
  width: 3px;
  background: #2679cd;
  border-radius: 999px;
  z-index: 1;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-flow__list::before {
    left: 12px;
    bottom: 75px;
  }
}

.top-flow__item {
  position: relative;
  min-height: 60px;
}

.top-flow__item-content {
  position: relative;
}

.top-flow__item-title {
  position: relative;
  padding-left: 50px;
  color: #2679cd;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-flow__item-title {
    font-size: 18px;
  }
}

.top-flow__item-title::before {
  content: attr(data-num);
  position: absolute;
  z-index: 5;
  top: 4px;
  left: 4px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #bfdeff;
  color: #2679cd;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-flow__item-title::before {
    width: 19px;
    height: 19px;
  }
}

.top-flow__item-title::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #2679cd;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-flow__item-title::after {
    width: 27px;
    height: 27px;
  }
}

.top-flow__item-text {
  margin-top: 12px;
  padding-left: 50px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-flow__item-text {
    font-size: 14px;
  }
}

/*******************************************************************  
* Contact
*******************************************************************/
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-contact .contents {
    max-width: 343px;
    margin-inline: auto;
  }
}

.top-contact__form {
  width: 100%;
}

.top-contact__form-inner {
  width: 100%;
}

.top-contact__field {
  margin-top: 0;
}
.top-contact__field--select {
  width: 100%;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-contact__field--select {
    width: 100%;
  }
}

.top-contact__field + .top-contact__field {
  margin-top: 30px;
}

.top-contact__label-row {
  p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
  }
}

.top-contact__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.top-contact__badge--required {
  background: #2679cd;
  color: #ffffff;
}
.top-contact__badge--optional {
  background: #ffffff;
  color: #c3c3c3;
  border: 1px solid #c3c3c3;
}

.top-contact__label {
  font-weight: 500;
  line-height: 1.8;
}

.top-contact__input {
  display: block;
  width: 100%;
  height: 37px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  font-weight: 500;
  line-height: 1.8;
  padding: 4px 10px;
  box-sizing: border-box;
  outline: none;
}
.top-contact__input::-moz-placeholder {
  color: #c3c3c3;
}
.top-contact__input::placeholder {
  color: #c3c3c3;
}
.top-contact__input:focus {
  border-color: #2679cd;
  box-shadow: 0 0 0 2px rgba(13, 141, 255, 0.15);
}

.top-contact__select-wrap {
  position: relative;
  width: 318px;
}
@media screen and (min-width: 375px) and (max-width: 1079px) {
  .top-contact__select-wrap {
    width: 100%;
  }
}

.top-contact__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #c3c3c3;
  transform: translateY(-35%);
  pointer-events: none;
}

.top-contact__select {
  display: block;
  width: 100%;
  height: 37px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  padding: 5px 34px 5px 10px;
  box-sizing: border-box;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.top-contact__select:focus {
  border-color: #2679cd;
  box-shadow: 0 0 0 2px rgba(13, 141, 255, 0.18);
}

.top-contact__select option {
  font-weight: 500;
  line-height: 1.8;
}

.top-contact__select.is-placeholder {
  color: #c3c3c3;
}

.top-contact__select option[value=""] {
  color: #c3c3c3;
}

.top-contact__textarea {
  display: block;
  width: 100%;
  min-height: 180px;
  height: 180px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  font-weight: 500;
  line-height: 1.8;
  padding: 12px 16px;
  box-sizing: border-box;
  resize: vertical;
  outline: none;
}
.top-contact__textarea::-moz-placeholder {
  color: #c3c3c3;
}
.top-contact__textarea::placeholder {
  color: #c3c3c3;
}
.top-contact__textarea:focus {
  border-color: #2679cd;
  box-shadow: 0 0 0 2px rgba(13, 141, 255, 0.18);
}

.top-contact__agree {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.top-contact__agree-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.wpcf7-list-item {
  label {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}

.top-contact__checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #c3c3c3;
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  display: inline-block;
}
.top-contact__checkbox::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #c3c3c3;
  border-bottom: 2px solid #c3c3c3;
  border-radius: 1px;
  transform: rotate(45deg);
}

.top-contact__checkbox:checked::after {
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}

.top-contact__checkbox:focus-visible {
  outline: 2px solid #2679cd;
  outline-offset: 2px;
}

.top-contact__agree-text {
  font-weight: 500;
}

.top-contact__policy-link {
  text-decoration: underline;
  text-underline-offset: 1px;
}

.top-contact__submit-wrap {
  margin-top: 36px;
  display: flex;
  justify-content: center;

  p {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 48px;
    border: none;
    border-radius: 4px;
    background: #f7920e;
    color: #ffffff;
    cursor: pointer;
    transition:
      background-color 0.25s ease,
      box-shadow 0.25s ease,
      filter 0.25s ease;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.1em;
    transition: opacity 0.25s ease;
  }

  p::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #ffffff;
    transform: translateY(-50%);
    transition: transform 0.25s ease;
  }
}

.wpcf7-spinner {
  display: none;
}

/*******************************************************************  
* hover
*******************************************************************/
@media (any-hover: hover) {
  .fv__btn:hover,
  .cta__btn:hover {
    filter: brightness(1.04);
    box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.28);
  }
  .fv__btn:hover::after,
  .cta__btn:hover::after {
    opacity: 1;
  }
  .fv__btn:hover .fv__btn-text,
  .cta__btn:hover .cta__btn-text {
    text-shadow: 2px 2px 7px rgba(195, 111, 0, 0.9);
  }
  .fv__btn:hover .fv__btn-triangle,
  .cta__btn:hover .cta__btn-triangle {
    transform: translateX(4px);
  }
}

@media (any-hover: hover) {
  .top-contact__submit-wrap p:hover {
    filter: brightness(1.05);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.18);
    opacity: 0.95;
  }
  .top-contact__submit-wrap p:hover::after {
    transform: translateY(-50%) translateX(4px);
  }
} /*# sourceMappingURL=style.css.map */

/* =========================================================
   既存header / footer 用CSS
   fc-new.css の末尾に追記
========================================================= */

html {
  font-size: 100%;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "YuGothic", "Yu Gothic", serif;
  color: #3b4249;
}

body.no-scroll {
  height: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.hidden-pc {
  display: none;
}

.pink {
  color: #c9397d;
  font-weight: bold;
}

.blue {
  color: #2678cd;
  font-weight: bold;
}

.yellow {
  color: #fca518;
  font-weight: bold;
}

.green {
  color: #399d26;
  font-weight: bold;
}

.bg-ill {
  position: absolute;
  z-index: -1;
}

.arrow-right {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.arrow-right--large {
  width: 40px;
  height: 40px;
}

/* -------------------------
   header
------------------------- */
.header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #d0ecf7;
  transition: background-color 0.3s ease;
}

.header.is-transparent {
  background: transparent;
}

.header .cloud {
  width: 416px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

/* .header__not-home {
  padding-top: 20px;
} */

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 32px;
}

.header__inner .header__logo {
  position: relative;
  width: 416px;
  top: 15px;
  left: 30px;
  z-index: 11;
  padding-top: 20px;
}

.header__logo-link {
  height: 100%;
}

.header__logo-link .logo__text {
  font-size: 0.9375rem;
  color: #2678cd;
  line-height: 24px;
}

.header__logo-link .header__logo-img {
  max-width: 225px;
}

/* .head__nav {
  margin: 0 0 47px auto;
} */
.head__nav {
  margin: 0 0 0 auto;
}

.head__nav .nav {
  display: flex;
  gap: 42px;
}

.nav__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  z-index: 10;
  color: #2678cd;
  line-height: 26px;
}

/* -------------------------
   hamburger
------------------------- */
.hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* bottom: 16px; */
  bottom: 0px;
  width: 86px;
  height: 86px;
  align-content: center;
  text-align: center;
  /* margin: 0 0 20px 40px; */
  margin: 0 0 0 40px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 12;
  box-sizing: border-box;
  transition:
    background-color 400ms ease,
    transform 400ms ease;
  border: none;
  cursor: pointer;
}

.hamburger.border {
  display: none;
}

.hamburger.open .border {
  display: block;
  width: 39px;
  height: 5px;
  border-radius: 5px;
  background-color: #c9397d;
}

.hamburger.open .border:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 50%;
}

.hamburger.open .border:nth-child(3) {
  transform: translate(-50%, -50%) rotate(135deg);
  position: absolute;
  top: 50%;
  left: 50%;
}

.hamburger.open .hamburger__text {
  display: none;
}

.hamburger__text {
  font-size: 1.5rem;
  line-height: 38px;
}

.hamburger__text span:nth-child(1) {
  text-transform: capitalize;
}

.header__nav {
  width: fit-content;
  height: fit-content;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition:
    transform 400ms ease,
    opacity 400ms ease;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  pointer-events: auto;
}

.header__nav.open {
  min-width: 422px;
  padding: 130px 40px 60px 40px;
  opacity: 1;
  background-color: #d0ecf7;
  transform: translateX(0);
  visibility: visible;
  border-radius: 0 0 0 40px;
  pointer-events: auto;
  z-index: 11;
}

.hamburger__nav-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: background-color 400ms ease;
  border-radius: 0;
  pointer-events: none;
}

.hamburger__nav-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  transform: scaleX(0);
  transition: transform 400ms ease;
}

.hamburger__nav-bg.open::before {
  transform: scaleX(1);
}

.hamburger__nav .nav__link-list {
  margin-bottom: 1.5rem;
}

.sns-link {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.sns-link .sns-icon {
  width: 45px;
}

/* -------------------------
   footer
------------------------- */
.footer {
  width: 100%;
  position: relative;
  padding-top: 56px;
}

.footer .bg--green {
  background-color: #6cbf62;
  padding: 20px 0 10px;
}

.footer__bg {
  padding-top: 62px;
  position: relative;
  top: 10px;
}

.footer__bg-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: -2;
  display: block;
}

.footer-ill {
  z-index: 1;
}

.footer-ill:nth-child(2) {
  width: 98px;
  left: 9%;
  top: 10px;
}

.footer-ill:nth-child(3) {
  width: 111px;
  left: 29%;
  top: 20px;
}

.footer-ill:nth-child(4) {
  width: 146px;
  right: 41%;
  top: 10px;
}

.footer-ill:nth-child(5) {
  width: 136px;
  right: 10%;
  top: 40px;
}

.footer__inner {
  width: 69.82%;
  display: flex;
  gap: 32px;
  margin: 0 auto 56px;
}

.footer__logo-img {
  width: 273px;
}

.footer__nav .nav__list {
  width: 100%;
  max-width: 686px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer__nav .nav__text {
  width: fit-content;
  gap: 12px;
  color: #ffffff;
}

.copy-right {
  color: #ffffff;
  text-align: center;
  font-size: 0.75rem;
}

.footer__btn {
  display: block;
  width: 61px;
  position: fixed;
  bottom: 70px;
  right: 30px;
  transition: 0.3s ease all;
  opacity: 0;
  visibility: hidden;
  z-index: 50;
  transform: translateY(60px);
}

.footer__btn.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* -------------------------
   hover
------------------------- */
@media (any-hover: hover) {
  a:hover,
  button:hover,
  .btn:hover {
    transform: translateY(-5px);
    transition: 1s;
  }

  .header .nav__link-list a:hover {
    transform: translateY(0);
  }

  .header .nav__link-list a:hover .arrow-right {
    transform: translateX(10px);
    transition: 1s;
  }

  .header .nav__link-list .sns-icon:hover {
    width: 45px;
    transform: translateY(-5px);
    transition: 1s;
  }

  .footer .nav__link-list a:hover {
    transform: translateY(0);
  }

  .footer .nav__link-list a:hover .arrow-right {
    transform: translateX(10px);
    transition: 1s;
  }
}

/* -------------------------
   responsive
------------------------- */
@media screen and (max-width: 1295px) {
  .head__nav {
    display: none;
  }

  .visible-pc {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .hidden-pc {
    display: block;
  }

  .hidden-sp {
    display: none;
  }

  .header {
    height: 76px;
  }

  .header .cloud {
    display: none;
  }

  .header__inner {
    margin: 0 20px;
  }

  .header__inner .header__logo {
    width: fit-content;
    top: 10px;
    left: 0;
    padding-top: 0;
  }

  .header__inner .header__logo .header__logo-img {
    width: 120px;
  }

  .header__inner .header__logo .logo__text {
    display: none;
  }

  .hamburger {
    width: 56px;
    height: 56px;
    margin: 0;
    top: 10px;
  }

  .hamburger.open .border {
    width: 25px;
    height: 4px;
    border-radius: 5px;
    background-color: #c9397d;
  }

  .hamburger .hamburger__text {
    font-size: 1rem;
  }

  .header__nav.open {
    min-width: 100%;
  }

  .footer {
    padding-top: 0;
  }

  .footer-ill:nth-child(2) {
    top: 50px;
  }

  .footer-ill:nth-child(5) {
    top: -25px;
  }

  .footer__inner {
    width: 88%;
    flex-direction: column-reverse;
    gap: 32px;
    margin: 0 auto 56px;
  }

  .footer__nav .nav__list {
    flex-direction: column;
    padding-left: 24px;
  }

  .footer__logo {
    margin: 0 auto;
  }

  .footer__btn {
    right: 5px;
  }
}

@media screen and (max-width: 421px) {
  .nav__text {
    gap: 1px;
  }
}

@media screen and (max-width: 412px) {
  .header__nav {
    width: 100vw;
    height: 100vh;
  }

  .header__nav.open {
    padding: 80px 40px 60px 40px;
  }
}

/* ========================================
   header / footer の既存fontを固定
======================================== */

.header,
.header *,
.footer,
.footer * {
  font-family: "Zen Maru Gothic", "YuGothic", "Yu Gothic", serif;
}

.header .logo__text,
.header .nav__text,
.footer .nav__text,
.copy-right {
  font-family: "Zen Maru Gothic", "YuGothic", "Yu Gothic", serif;
  font-weight: 700;
}

/* LP本文はこれまで通り */
body {
  font-family: "Noto Sans JP", sans-serif;
}
