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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
}

.preload {
  opacity: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333333;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
img {
  width: 100%;
  height: 100%;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1360px;
  max-width: 85rem;
  height: inherit;
  padding: 0 40px;
  padding: 0 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 31.25rem;
    padding: 0 1rem;
  }
}

.l-inner__narrow {
  max-width: 1080px;
  max-width: 67.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    width: 100%;
    max-width: 31.25rem;
    padding: 0 1rem;
  }
}

.c-head__wrap {
  text-align: center;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-head__wrap {
    padding-bottom: 1.25rem;
  }
}

.c-head {
  display: inline-block;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0044A7;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #0044A7;
  border-bottom: 0.125rem solid #0044A7;
}
@media screen and (max-width: 767px) {
  .c-head {
    font-size: 1.5rem;
  }
}

.p-fv {
  background: url(../images/fv-bg.png) no-repeat center center/cover;
  padding-top: 100px;
  padding-top: 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-top: 3.125rem;
    background: url(../images/fv-bg-sp.png) no-repeat center center/cover;
  }
}

.p-fv__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  gap: 1.625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767px) {
  .p-fv__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-fv__left {
  width: calc(100% - 36.25rem);
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv__left {
    width: 100%;
  }
}

.p-fv__sub-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  color: #0044A7;
}
.p-fv__sub-title span {
  font-size: 48px;
  font-size: 3rem;
  display: inline-block;
  margin-top: 10px;
  margin-top: 0.625rem;
  /* 文字の上に点 */
  /* 点の色とサイズ調整 */
  background-image: radial-gradient(circle at center, #0044A7 10%, transparent 15%);
  /* 点の位置 */
  background-position: top right;
  /* 横方向に繰り返し */
  background-repeat: repeat-x;
  /* 点の間隔とサイズ調整 */
  background-size: 1em 0.3em;
  /* 縦方向の位置調整 */
  padding-top: 10px;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__sub-title span {
    font-size: 1.75rem;
    margin-top: 0.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__sub-title {
    font-size: 1.25rem;
  }
}

.p-fv__head {
  margin-top: 25px;
  margin-top: 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__head {
    margin-top: 1rem;
    width: 17.8125rem;
  }
}

.p-fv__text-wrap {
  margin-top: 60px;
  margin-top: 3.75rem;
  background: #fff;
  border-radius: 1.25rem;
  padding: 20px;
  padding: 1.25rem;
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 767px) {
  .p-fv__text-wrap {
    margin-top: 1.875rem;
    width: 57.1428571429%;
    padding: 0.875rem 0.875rem;
    text-align: left;
  }
}

.p-fv__title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #333333;
  border-bottom: 0.0625rem solid #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 1.125rem;
  }
}

.p-fv__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 0.875rem;
    margin-top: 0.625rem;
    width: 11.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-fv__img {
  width: 580px;
  width: 36.25rem;
}
.p-fv__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 580/526;
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    width: 13.8125rem;
    max-width: 100%;
    margin-top: -16.25rem;
    margin-right: -2.5rem;
  }
}

.p-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.p-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo {
  padding-top: 26px;
  padding-top: 1.625rem;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    padding-top: 1.125rem;
    font-size: 1rem;
  }
}

.p-header__btn {
  position: fixed;
  z-index: 999;
  top: 10px;
  top: 0.625rem;
  right: calc(50vw - 40rem);
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    right: 5%;
  }
}

.p-header__btn-link {
  display: inline-block;
  background: #FF8A00;
  padding: 10px 40px;
  padding: 0.625rem 2.5rem;
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .p-header__btn-link {
    padding: 0.625rem;
  }
}

.p-header__btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header__btn-row img {
  width: 40px;
  width: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__btn-row img {
    width: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__btn-row {
    gap: 0.125rem;
  }
}

.p-header__tel-number {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-header__tel-number {
    font-size: 0.875rem;
  }
}

.p-header__time {
  margin-top: 2px;
  margin-top: 0.125rem;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}

.p-cta {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  background: linear-gradient(359deg, #012863 0.59%, #044FBE 99.46%);
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.p-cta__content {
  text-align: center;
  background: #fff;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cta__content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-radius: 0.625rem;
  }
}

.p-cta__head {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 500;
  display: inline-block;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta__head {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.p-cta__head::before {
  content: "";
  width: 3px;
  width: 0.1875rem;
  height: 47px;
  height: 2.9375rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
  background: #333;
}
@media screen and (max-width: 767px) {
  .p-cta__head::before {
    width: 0.125rem;
    height: 1.4375rem;
  }
}
.p-cta__head::after {
  content: "";
  width: 3px;
  width: 0.1875rem;
  height: 47px;
  height: 2.9375rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
  background: #333;
}
@media screen and (max-width: 767px) {
  .p-cta__head::after {
    width: 0.125rem;
    height: 1.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__head {
    font-size: 1.5rem;
  }
}

.p-cta__tel-wrap {
  margin-top: 35px;
  margin-top: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-wrap {
    margin-top: 0.75rem;
    gap: 0.625rem;
  }
}

.p-cta__tel-icon {
  width: 100px;
  width: 6.25rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-icon {
    width: 2.5rem;
  }
}

.p-cta__tel {
  font-size: 64px;
  font-size: 4rem;
  font-weight: 700;
  color: #FF8A00;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-cta__tel {
    font-size: 2rem;
  }
}

.p-cta__time {
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FF8A00;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-cta__time {
    font-size: 0.875rem;
  }
}

.p-cta__text {
  margin-top: 35px;
  margin-top: 2.1875rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
}

.p-cta__form {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media screen and (max-width: 767px) {
  .p-cta__form {
    margin-top: 0.75rem;
    font-size: 0.75rem;
  }
}

.p-worry {
  background: url(../images/worry-bg.png) no-repeat center center/cover;
  padding-top: 72px;
  padding-top: 4.5rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-worry {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.p-worry__head {
  color: #fff;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-worry__head {
    font-size: 1.5rem;
  }
}
.p-worry__head span {
  /* 文字の上に点 */
  /* 点の色とサイズ調整 */
  background-image: radial-gradient(circle at center, #fff 20%, transparent 16%);
  /* 点の位置 */
  background-position: top right;
  /* 横方向に繰り返し */
  background-repeat: repeat-x;
  /* 点の間隔とサイズ調整 */
  background-size: 1em 0.3em;
  /* 縦方向の位置調整 */
  padding-top: 8px;
  padding-top: 0.5rem;
}

.p-worry__content {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background: #fff;
  border-radius: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-worry__content {
    margin-top: 0.9375rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-radius: 0.625rem;
  }
}
.p-worry__content ul {
  width: 656px;
  width: 41rem;
  margin-left: auto;
  margin-right: auto;
}
.p-worry__content ul > * + * {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-worry__content ul {
    width: 20.625rem;
    max-width: 100%;
  }
}
.p-worry__content li {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
  padding-left: 1.875rem;
}
.p-worry__content li::before {
  content: "・";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-worry__content li::before {
    font-size: 0.875rem;
  }
}
.p-worry__content li span {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.3em; /* 線の太さ */
  -webkit-text-decoration-color: #FF8A00;
          text-decoration-color: #FF8A00; /* 線の色 */
  text-underline-offset: -0.1em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
@media screen and (max-width: 767px) {
  .p-worry__content li {
    padding-left: 1.125rem;
    font-size: 0.875rem;
  }
}
.p-worry__content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  right: -0.625rem;
  width: 180px;
  width: 11.25rem;
  height: auto;
  aspect-ratio: 200/280;
  background: url(../images/worry-img.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-worry__content::before {
    width: 3.5625rem;
    right: 0;
  }
}

.p-support {
  background: url(../images/support-bg.png) no-repeat center center/cover;
  text-align: center;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-support {
    background: url(../images/support-bg-sp.png) no-repeat center center/cover;
    padding-bottom: 1.625rem;
  }
}

.p-support__arrow {
  background: linear-gradient(359deg, #012863 0.59%, #044FBE 99.46%);
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 40%, 50% 80%, 0 40%);
          clip-path: polygon(0 0, 100% 0, 100% 40%, 50% 80%, 0 40%);
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-support__arrow {
    padding-top: 0.625rem;
    padding-bottom: 2.5rem;
    line-height: 1.2;
    font-size: 0.875rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 90%, 0 65%);
            clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 90%, 0 65%);
  }
}
.p-support__arrow span {
  display: inline-block;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-support__arrow span {
    font-size: 1.25rem;
  }
}

.p-support__head {
  background: linear-gradient(91deg, #028AD7 2.8%, #054BB2 99.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-support__head {
    font-size: 1.5rem;
  }
}
.p-support__head span {
  font-size: 64px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-support__head span {
    font-size: 2rem;
  }
}

.p-support__content {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-support__content {
    margin-top: 0.625rem;
  }
}

.p-support__list-title {
  color: #fff;
  background: #0044A7;
  display: inline-block;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  padding: 6px 30px;
  padding: 0.375rem 1.875rem;
  border-radius: 999px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-support__list-title {
    font-size: 1rem;
  }
}
.p-support__list-title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-right: 0.75rem solid transparent;
  border-left: 12px solid transparent;
  border-left: 0.75rem solid transparent;
  border-top: 16px solid #0044A7;
  border-top: 1rem solid #0044A7;
  border-bottom: 0;
  bottom: -14px;
  bottom: -0.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-support__list {
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 630px;
  width: 39.375rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-support__list > * + * {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-support__list {
    margin-top: 1.25rem;
    width: 17.5rem;
  }
}

.p-support__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 20px;
  gap: 1.25rem;
}
.p-support__item img {
  width: 100px;
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-support__item img {
    width: 3.75rem;
  }
}

.p-support__list-text {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #0044A7;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (max-width: 767px) {
  .p-support__list-text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-support__text {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  background: linear-gradient(91deg, #028AD7 2.8%, #054BB2 99.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-support__text {
    font-size: 1rem;
    line-height: 1.5;
    white-space: nowrap;
    margin-top: 0.625rem;
  }
}

.p-reason {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background: #F1FAFF;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.p-reason__content {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  background: #fff;
  border-radius: 1.25rem;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 767px) {
  .p-reason__content {
    padding: 1.875rem;
    border-radius: 0.625rem;
  }
}

.p-reason__list {
  width: 1000px;
  width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
.p-reason__list > * + * {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__list {
    width: 17.5rem;
    max-width: 100%;
  }
}

.p-reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}
.p-reason__item img {
  width: 400px;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item img {
    width: 12.5rem;
  }
}
.p-reason__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-reason__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-reason__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}
.p-reason__title-wrap img {
  width: 70px;
  width: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-reason__title-wrap img {
    width: 2.8125rem;
  }
}

.p-reason__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-reason__title {
    font-size: 1.125rem;
  }
}

.p-reason__text {
  border-top: 1px solid #333333;
  border-top: 0.0625rem solid #333333;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-reason__text {
    font-size: 0.875rem;
    margin-top: 0.625rem;
    padding-top: 0.625rem;
  }
}

.p-step {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .p-step {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.p-step__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 125px;
  gap: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .p-step__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.125rem;
  }
}

.p-step__item {
  width: 350px;
  width: 21.875rem;
  max-width: 100%;
  border-radius: 0.625rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
}
.p-step__item:not(:first-child) {
  position: relative;
}
.p-step__item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -80px;
  left: -5rem;
  width: 40px;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 40/30;
  background: url(../images/step-arrow.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-step__item:not(:first-child)::before {
    top: -2.25rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
    width: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-step__item {
    width: 20rem;
    max-width: 100%;
  }
}

.p-step__img {
  border-radius: 0.625rem 0.625rem 0 0;
  overflow: hidden;
}

.p-step__item-body {
  padding: 20px;
  padding: 1.25rem;
}

.p-step__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #0044A7;
  border-bottom: 0.0625rem solid #0044A7;
}
@media screen and (max-width: 767px) {
  .p-step__title-wrap {
    padding-bottom: 0.625rem;
  }
}

.p-step__number {
  font-size: 64px;
  font-size: 4rem;
  color: #0044A7;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-step__number {
    font-size: 2.25rem;
  }
}

.p-step__title {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-step__title {
    font-size: 1.125rem;
  }
}

.p-step__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-step__text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
}

.p-step__text02 {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-step__text02 {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}
.p-step__text02 span {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-step__text02 span {
    font-size: 1.125rem;
  }
}

.p-price {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  background: url(../images/price-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-price {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    background: url(../images/price-bg-sp.png) no-repeat center center/cover;
  }
}

.p-price__content {
  border-radius: 1.25rem;
  background: #fff;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-price__content {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    border-radius: 0.625rem;
  }
}

.p-price__content-inner {
  width: 650px;
  width: 40.625rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-price__content-inner {
    width: 95%;
  }
}

.p-price__head {
  display: inline-block;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: linear-gradient(91deg, #028AD7 2.8%, #054BB2 99.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-price__head {
    font-size: 1.5rem;
  }
}

.p-price__row {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-price__row {
    margin-top: 1rem;
    gap: 0.625rem;
  }
}

.p-price__label {
  color: #fff;
  padding: 7px 12px 7px 16px;
  padding: 0.4375rem 0.75rem 0.4375rem 1rem;
  border-radius: 64.883px;
  background: linear-gradient(91deg, #028AD7 2.8%, #054BB2 99.87%);
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-price__label {
    font-size: 0.875rem;
  }
}

.p-price__price {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(94deg, #028AD7 5.05%, #054BB2 93.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-price__price {
    font-size: 1.875rem;
    padding-bottom: 0.3125rem;
  }
}
.p-price__price span {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-price__price span {
    font-size: 0.875rem;
  }
}

.p-price__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #0044A7;
  border-bottom: 0.0625rem solid #0044A7;
}
@media screen and (max-width: 767px) {
  .p-price__text {
    font-size: 0.875rem;
    padding-bottom: 0.625rem;
  }
}

.p-price__description {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 20px;
  margin-top: 1.25rem;
  -moz-text-align-last: left;
       text-align-last: left;
}
.p-price__description span {
  background: linear-gradient(91deg, #028AD7 2.8%, #054BB2 99.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-price__description {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
}

.p-case {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background: url(../images/case-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    background: url(../images/case-bg-sp.png) no-repeat center center/cover;
  }
}

.p-case__head {
  font-size: 42px;
  font-size: 2.625rem;
  color: #0044A7;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-case__head {
    font-size: 1.25rem;
  }
}
.p-case__head span {
  font-size: 48px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-case__head span {
    font-size: 1.5rem;
  }
}

.p-case__content {
  margin-top: 60px;
  margin-top: 3.75rem;
  border-radius: 1.25rem;
  padding: 60px;
  padding: 3.75rem;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 767px) {
  .p-case__content {
    border-radius: 0.625rem;
    margin-top: 1.25rem;
    padding: 1.25rem;
  }
}

.p-case__list > * + * {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-case__list > * + * {
    margin-top: 1.25rem;
  }
}

.p-case__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-case__title-wrap {
    gap: 0.625rem;
  }
}

.p-case__number {
  width: 80px;
  width: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-case__number {
    width: 2.5rem;
  }
}

.p-case__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3;
  font-weight: 700;
  color: #0044A7;
}
@media screen and (max-width: 767px) {
  .p-case__title {
    font-size: 1rem;
  }
}

.p-case__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  border-top: 1px solid #0044A7;
  border-top: 0.0625rem solid #0044A7;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-case__text {
    margin-top: 0.3125rem;
    padding-top: 0.3125rem;
    font-size: 0.875rem;
  }
}

.p-profile {
  background: #F1FAFF;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-profile {
    padding-bottom: 1.875rem;
  }
}

.p-profile__head {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  background: linear-gradient(359deg, #012863 0.59%, #044FBE 99.46%);
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-profile__head {
    font-size: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.p-profile__content {
  margin-top: 100px;
  margin-top: 6.25rem;
  border-radius: 1.25rem;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
  background: #fff;
  padding: 60px 140px;
  padding: 3.75rem 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-profile__content {
    margin-top: 1.875rem;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    padding: 1.25rem 0.875rem;
  }
}

.p-profile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  gap: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-profile__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.p-profile__img {
  width: 420px;
  width: 26.25rem;
}
@media screen and (max-width: 767px) {
  .p-profile__img {
    width: 13.125rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-profile__right {
  width: calc(100% - 29rem);
}
@media screen and (max-width: 767px) {
  .p-profile__right {
    width: 100%;
  }
}

.p-profile__sub-title {
  padding-left: 40px;
  padding-left: 2.5rem;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-profile__sub-title {
    padding-left: 1.25rem;
    font-size: 0.875rem;
  }
}

.p-profile__name {
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-profile__name {
    padding-left: 1.25rem;
    font-size: 1.5rem;
  }
}

.p-profile__desc {
  margin-top: 30px;
  margin-top: 1.875rem;
  background: #F9F9F9;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-profile__desc {
    margin-top: 0.9375rem;
    padding: 0.625rem 1.25rem;
    font-size: 0.75rem;
  }
}

.p-profile__message {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-profile__message {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}

.p-faq {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.p-faq__list {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    margin-top: 1.25rem;
  }
}
.p-faq__list > * + * {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq__list > * + * {
    margin-top: 0.625rem;
  }
}

.p-faq__item {
  padding: 20px;
  padding: 1.25rem;
  background: #fff;
  border-radius: 0.625rem;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    padding: 0.625rem;
    border-radius: 0.3125rem;
    -webkit-box-shadow: 0px 0px 8.5px 0px rgba(0, 0, 0, .1);
            box-shadow: 0px 0px 8.5px 0px rgba(0, 0, 0, .1);
  }
}

.p-faq__question {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0044A7;
  padding-left: 50px;
  padding-left: 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    font-size: 0.875rem;
    line-height: 1.3;
    padding-left: 1.875rem;
  }
}
.p-faq__question::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 38px;
  width: 2.375rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../images/question.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-faq__question::before {
    width: 1.1875rem;
  }
}

.p-faq__answer {
  margin-top: 18px;
  margin-top: 1.125rem;
  line-height: 1.5;
  padding-left: 50px;
  padding-left: 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    font-size: 0.875rem;
    line-height: 1.3;
    padding-left: 1.875rem;
    margin-top: 0.5rem;
  }
}
.p-faq__answer::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 38px;
  width: 2.375rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../images/answer.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-faq__answer::before {
    width: 1.1875rem;
  }
}

.p-message {
  background: linear-gradient(359deg, #E1F4FF 1.12%, rgba(228, 245, 255, .49) 19.94%, rgba(229, 246, 255, .1) 77.99%);
  position: relative;
}
.p-message::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1200px;
  width: 75rem;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1200/238;
  background: url(../images/message-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-message::before {
    max-width: 100%;
  }
}

.p-message__head {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  background: linear-gradient(359deg, #012863 0.59%, #044FBE 99.46%);
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-message__head {
    font-size: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.p-message__text {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    font-size: 0.875rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.u-font--base {
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 768px) {
  .u-flex--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .u-flex--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.u-flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.u-text-large {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .u-text-large--sp {
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .u-text-large--pc {
    text-transform: uppercase;
  }
}

.u-text-transform-capita {
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .u-text-transform-capita--sp {
    text-transform: capitalize;
  }
}
@media (min-width: 768px) {
  .u-text-transform-capita--pc {
    text-transform: capitalize;
  }
}

.u-event--none {
  pointer-events: none;
}

.u-animation__fadeInUp {
  opacity: 0;
}

.u-animation__fadeInLeft {
  opacity: 0;
}

.u-animation__fadeInRight {
  opacity: 0;
}

.u-animation__fadeInLeftBig {
  opacity: 0;
}

.u-animation__fadeInRightBig {
  opacity: 0;
}

@-webkit-keyframes fadeInUpContents {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUpContents {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeftContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1.25rem);
            transform: translateX(-1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeftContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1.25rem);
            transform: translateX(-1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.25rem);
            transform: translateX(1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRightContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.25rem);
            transform: translateX(1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBigContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-62.5rem);
            transform: translateX(-62.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeftBigContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-62.5rem);
            transform: translateX(-62.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBigContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(62.5rem);
            transform: translateX(62.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRightBigContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(62.5rem);
            transform: translateX(62.5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* フェードイン時に入るクラス */
.js-fadeInUp {
  -webkit-animation-name: fadeInUpContents;
          animation-name: fadeInUpContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.js-fadeInUp__delay--1s {
  -webkit-animation-name: fadeInUpContents;
          animation-name: fadeInUpContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInUp__delay--1s {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}

.js-fadeInUp__delay--2s {
  -webkit-animation-name: fadeInUpContents;
          animation-name: fadeInUpContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInUp__delay--2s {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}

.js-fadeInUp__delay--3s {
  -webkit-animation-name: fadeInUpContents;
          animation-name: fadeInUpContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInUp__delay--3s {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
}

.js-fadeInUp__delay--4s {
  -webkit-animation-name: fadeInUpContents;
          animation-name: fadeInUpContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInUp__delay--4s {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
}

.js-fadeInLeft {
  -webkit-animation-name: fadeInLeftContents;
          animation-name: fadeInLeftContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media screen and (max-width: 767px) {
  .js-fadeInLeft {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeft__delay--1s {
  -webkit-animation-name: fadeInLeftContents;
          animation-name: fadeInLeftContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeft__delay--1s {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeft__delay--1s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeft__delay--2s {
  -webkit-animation-name: fadeInLeftContents;
          animation-name: fadeInLeftContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeft__delay--2s {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeft__delay--2s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeft__delay--3s {
  -webkit-animation-name: fadeInLeftContents;
          animation-name: fadeInLeftContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeft__delay--3s {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeft__delay--3s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeft__delay--4s {
  -webkit-animation-name: fadeInLeftContents;
          animation-name: fadeInLeftContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeft__delay--4s {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeft__delay--4s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBigContents;
          animation-name: fadeInLeftBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media screen and (max-width: 767px) {
  .js-fadeInLeftBig {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeftBig__delay--1s {
  -webkit-animation-name: fadeInLeftBigContents;
          animation-name: fadeInLeftBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeftBig__delay--1s {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeftBig__delay--1s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeftBig__delay--2s {
  -webkit-animation-name: fadeInLeftBigContents;
          animation-name: fadeInLeftBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeftBig__delay--2s {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeftBig__delay--2s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeftBig__delay--3s {
  -webkit-animation-name: fadeInLeftBigContents;
          animation-name: fadeInLeftBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeftBig__delay--3s {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeftBig__delay--3s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInLeftBig__delay--4s {
  -webkit-animation-name: fadeInLeftBigContents;
          animation-name: fadeInLeftBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInLeftBig__delay--4s {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInLeftBig__delay--4s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRight {
  -webkit-animation-name: fadeInRightContents;
          animation-name: fadeInRightContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media screen and (max-width: 767px) {
  .js-fadeInRight {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRight__delay--1s {
  -webkit-animation-name: fadeInRightContents;
          animation-name: fadeInRightContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRight__delay--1s {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRight__delay--1s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRight__delay--2s {
  -webkit-animation-name: fadeInRightContents;
          animation-name: fadeInRightContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRight__delay--2s {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRight__delay--2s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRight__delay--3s {
  -webkit-animation-name: fadeInRightContents;
          animation-name: fadeInRightContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRight__delay--3s {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRight__delay--3s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRight__delay--4s {
  -webkit-animation-name: fadeInRightContents;
          animation-name: fadeInRightContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRight__delay--4s {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRight__delay--4s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRightBig {
  -webkit-animation-name: fadeInRightBigContents;
          animation-name: fadeInRightBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media screen and (max-width: 767px) {
  .js-fadeInRightBig {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRightBig__delay--1s {
  -webkit-animation-name: fadeInRightBigContents;
          animation-name: fadeInRightBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRightBig__delay--1s {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRightBig__delay--1s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRightBig__delay--2s {
  -webkit-animation-name: fadeInRightBigContents;
          animation-name: fadeInRightBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRightBig__delay--2s {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRightBig__delay--2s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRightBig__delay--3s {
  -webkit-animation-name: fadeInRightBigContents;
          animation-name: fadeInRightBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRightBig__delay--3s {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRightBig__delay--3s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}

.js-fadeInRightBig__delay--4s {
  -webkit-animation-name: fadeInRightBigContents;
          animation-name: fadeInRightBigContents;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (min-width: 768px) {
  .js-fadeInRightBig__delay--4s {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeInRightBig__delay--4s {
    -webkit-animation-name: fadeInUpContents;
            animation-name: fadeInUpContents;
  }
}
/*# sourceMappingURL=style.css.map */
