@charset "UTF-8";
/* カラー */
/* テーマカラー */
/* テキストカラー */
/* ボーダーカラー */
/* フォント */
/* スペーサー */
/* コンテンツ・ページ幅 */
/* ブレークポイント */
/*========================================
  ## レスポンシブサイズ
  指定のブレイクポイントの間だけサイズがレスポンシブ変化します。
  フォントサイズ等で使用する。
  元ネタはここ。
  https://min-max-calculator.9elements.com/

  [ 引数一覧 ]
  $from: 開始フォントサイズ
  $to: 終了フォントサイズ
  $bMax: 開始ブレイクポイント | 省略可 | デフォルトはmd
  $bMin: 終了ブレイクポイント | 省略可 | デフォルトはsm

  [ 使い方 ]
  font-size: rf(18,16) //最大サイズ18px から 最低サイズ16pxまでなめらかに変化する。
========================================*/
/*html5doctor.com Reset Stylesheetv1.6.1Last Updated: 2010-09-17Author: Richard Clark - http://richclarkdesign.comTwitter: @rich_clark*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type=submit],
input[type=button] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
}
button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input[type=radio] {
  display: none;
}

img, picture {
  max-width: 100%;
  vertical-align: bottom;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
}

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

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #040000;
  background-color: #fff;
  font-feature-settings: "palt";
  font-kerning: normal;
}

p {
  line-height: 1.6;
}

small {
  font-size: 87.5%;
}

/*==================================
  共通スタイル
==================================*/
.wrapper {
  flex-grow: 1;
}

/* ページ幅・コンテンツ幅 */
.u-page-width,
.u-content-width {
  margin-inline: auto;
  width: 100%;
}

.u-page-width:not(.u-padding-inner) {
  max-width: 1280px;
}
.u-page-width.u-padding-inner {
  max-width: calc(1280px + 4rem);
}

.u-content-width:not(.u-padding-inner) {
  max-width: 1000px;
}
.u-content-width.u-padding-inner {
  max-width: calc(1000px + 4rem);
}

.u-padding-inner {
  padding: 0rem 2rem;
}
@media (max-width: 768px) {
  .u-padding-inner {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 576px) {
  .u-padding-inner {
    padding: 0rem 26px;
  }
}

.u-visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-cover-image {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.u-cover-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}

@media not all and (max-width: 768px) {
  .u-sp-only {
    display: none;
  }
}

/* テキスト系 */
.u-bold {
  font-weight: bold !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-danger {
  color: #e32929;
}

.u-text-muted {
  color: white;
}

.u-link {
  color: #1a73e8 !important;
  transition: 0.25s opacity ease-in-out;
}
@media (hover: hover) {
  .u-link:hover {
    opacity: 0.7;
  }
}

/* セクション系 */
.u-section-margin {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .u-section-margin {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .u-section-margin {
    margin-bottom: 30px;
  }
}

/* margin */
.u-my-0,
.u-mt-0 {
  margin-top: 0rem !important;
}
.u-my-1,
.u-mt-1 {
  margin-top: 0.25rem !important;
}
.u-my-2,
.u-mt-2 {
  margin-top: 0.5rem !important;
}
.u-my-3,
.u-mt-3 {
  margin-top: 1rem !important;
}
.u-my-4,
.u-mt-4 {
  margin-top: 1.5rem !important;
}
.u-my-5,
.u-mt-5 {
  margin-top: 3rem !important;
}
.u-my-auto,
.u-mt-auto {
  margin-top: auto !important;
}

.u-my-0,
.u-mb-0 {
  margin-bottom: 0rem !important;
}
.u-my-1,
.u-mb-1 {
  margin-bottom: 0.25rem !important;
}
.u-my-2,
.u-mb-2 {
  margin-bottom: 0.5rem !important;
}
.u-my-3,
.u-mb-3 {
  margin-bottom: 1rem !important;
}
.u-my-4,
.u-mb-4 {
  margin-bottom: 1.5rem !important;
}
.u-my-5,
.u-mb-5 {
  margin-bottom: 3rem !important;
}
.u-my-auto,
.u-mb-auto {
  margin-bottom: auto !important;
}

.u-mx-0,
.u-ml-0 {
  margin-left: 0rem !important;
}
.u-mx-1,
.u-ml-1 {
  margin-left: 0.25rem !important;
}
.u-mx-2,
.u-ml-2 {
  margin-left: 0.5rem !important;
}
.u-mx-3,
.u-ml-3 {
  margin-left: 1rem !important;
}
.u-mx-4,
.u-ml-4 {
  margin-left: 1.5rem !important;
}
.u-mx-5,
.u-ml-5 {
  margin-left: 3rem !important;
}
.u-mx-auto,
.u-ml-auto {
  margin-left: auto !important;
}

.u-mx-0,
.u-mr-0 {
  margin-right: 0rem !important;
}
.u-mx-1,
.u-mr-1 {
  margin-right: 0.25rem !important;
}
.u-mx-2,
.u-mr-2 {
  margin-right: 0.5rem !important;
}
.u-mx-3,
.u-mr-3 {
  margin-right: 1rem !important;
}
.u-mx-4,
.u-mr-4 {
  margin-right: 1.5rem !important;
}
.u-mx-5,
.u-mr-5 {
  margin-right: 3rem !important;
}
.u-mx-auto,
.u-mr-auto {
  margin-right: auto !important;
}

.m-0 {
  margin: 0rem !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}

/* padding */
.u-py-0,
.u-pt-0 {
  padding-top: 0rem !important;
}
.u-py-1,
.u-pt-1 {
  padding-top: 0.25rem !important;
}
.u-py-2,
.u-pt-2 {
  padding-top: 0.5rem !important;
}
.u-py-3,
.u-pt-3 {
  padding-top: 1rem !important;
}
.u-py-4,
.u-pt-4 {
  padding-top: 1.5rem !important;
}
.u-py-5,
.u-pt-5 {
  padding-top: 3rem !important;
}
.u-py-auto,
.u-pt-auto {
  padding-top: auto !important;
}

.u-py-0,
.u-pb-0 {
  padding-bottom: 0rem !important;
}
.u-py-1,
.u-pb-1 {
  padding-bottom: 0.25rem !important;
}
.u-py-2,
.u-pb-2 {
  padding-bottom: 0.5rem !important;
}
.u-py-3,
.u-pb-3 {
  padding-bottom: 1rem !important;
}
.u-py-4,
.u-pb-4 {
  padding-bottom: 1.5rem !important;
}
.u-py-5,
.u-pb-5 {
  padding-bottom: 3rem !important;
}
.u-py-auto,
.u-pb-auto {
  padding-bottom: auto !important;
}

.u-px-0,
.u-pl-0 {
  padding-left: 0rem !important;
}
.u-px-1,
.u-pl-1 {
  padding-left: 0.25rem !important;
}
.u-px-2,
.u-pl-2 {
  padding-left: 0.5rem !important;
}
.u-px-3,
.u-pl-3 {
  padding-left: 1rem !important;
}
.u-px-4,
.u-pl-4 {
  padding-left: 1.5rem !important;
}
.u-px-5,
.u-pl-5 {
  padding-left: 3rem !important;
}
.u-px-auto,
.u-pl-auto {
  padding-left: auto !important;
}

.u-px-0,
.u-pr-0 {
  padding-right: 0rem !important;
}
.u-px-1,
.u-pr-1 {
  padding-right: 0.25rem !important;
}
.u-px-2,
.u-pr-2 {
  padding-right: 0.5rem !important;
}
.u-px-3,
.u-pr-3 {
  padding-right: 1rem !important;
}
.u-px-4,
.u-pr-4 {
  padding-right: 1.5rem !important;
}
.u-px-5,
.u-pr-5 {
  padding-right: 3rem !important;
}
.u-px-auto,
.u-pr-auto {
  padding-right: auto !important;
}

.u-p-0 {
  padding: 0rem !important;
}
.u-p-1 {
  padding: 0.25rem !important;
}
.u-p-2 {
  padding: 0.5rem !important;
}
.u-p-3 {
  padding: 1rem !important;
}
.u-p-4 {
  padding: 1.5rem !important;
}
.u-p-5 {
  padding: 3rem !important;
}
.u-p-auto {
  padding: auto !important;
}

html {
  scroll-padding-top: 30px;
  scroll-behavior: smooth;
}

.no-scroll {
  overflow: hidden;
}

.l-header {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background: white;
  padding: 10px;
  z-index: 100;
}
@media (max-width: 992px) {
  .l-header {
    padding: 22px 0;
  }
}

.l-header__container {
  display: flex;
  align-items: center;
}

.l-header__logo {
  width: 250px;
}
@media (max-width: 992px) {
  .l-header__logo {
    width: 203px;
  }
}
.l-header__logo img {
  width: 100%;
}

.l-header__nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .l-header__nav {
    display: none;
    position: fixed;
    top: 69px;
    left: 0;
    border-top: 2px solid #081f5c;
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 69px);
    flex-flow: column;
    padding: 25px 0 50px;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 100;
  }
}

.l-header__menu {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .l-header__menu {
    flex-flow: column;
    gap: 0;
    width: 77.2946859903%;
    margin: auto;
  }
}

.l-header__menu-item a {
  text-decoration: none;
  color: #040000;
  font-size: 14px;
}
@media (max-width: 992px) {
  .l-header__menu-item a {
    display: block;
    padding: 25px 0;
    border-bottom: 1px solid #040000;
  }
}
.l-header__menu-item.--sp {
  display: none;
}
@media (max-width: 992px) {
  .l-header__menu-item.--sp {
    display: block;
  }
}
.l-header__menu-item:last-child a {
  border-bottom: none;
}

.l-header__buttons {
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .l-header__buttons {
    flex-flow: column;
    width: 86.9565217391%;
    margin: auto;
  }
}

.header-btn__image {
  width: 185px;
}
@media (max-width: 992px) {
  .header-btn__image {
    width: 100%;
  }
}

/* ボタンスタイル */
.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 35px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  border-radius: 100px;
  position: relative;
  border: 1px solid #081f5c;
  transition: all 0.2s;
}
@media (max-width: 992px) {
  .c-button {
    width: 100%;
    padding: 0 20px 20px;
    text-align: center;
    font-size: 22px;
  }
}
.c-button::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #ffffff;
  border-right: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.c-button:hover {
  background-color: #fff;
  color: #081f5c;
}
.c-button:hover::after {
  border-left: 7px solid #081f5c;
}

.c-button--primary {
  background: #081f5c;
  color: white;
}

.header-hamburger {
  display: block;
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 16px;
  z-index: 1000;
}
@media not all and (max-width: 992px) {
  .header-hamburger {
    display: none;
  }
}
.header-hamburger span {
  position: absolute;
  width: 22px;
  height: 1px;
  background-color: #040000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.header-hamburger::before, .header-hamburger::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  background-color: #040000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.header-hamburger::before {
  top: calc(50% - 6px);
}
.header-hamburger::after {
  top: calc(50% + 6px);
}
.header-hamburger.active::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-hamburger.active span {
  opacity: 0;
}
.header-hamburger.active::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-fv {
  position: relative;
}

.p-fv__content {
  width: 37.8477306003%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12.6281112738%;
}
@media (max-width: 768px) {
  .p-fv__content {
    left: 50%;
    transform: translateX(-50%);
    width: 95.4106280193%;
    top: 3%;
  }
}

.p-fv__content-title {
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .p-fv__content-title {
    margin-bottom: 126%;
  }
}

.p-fv__cta-container {
  width: 58.0270793037%;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .p-fv__cta-container {
    width: 90%;
    margin: auto;
    padding: 0;
  }
}

.p-fv__cta-text {
  width: 90%;
  margin: 0 auto 10px;
  display: block;
}

.p-fv__cta {
  width: 100%;
  display: block;
  position: relative;
}
.p-fv__cta img {
  transform-origin: center;
}

@-webkit-keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}

@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
.p-fv__cta-image {
  width: 100%;
  transition: all 0.2s;
}
.p-fv__cta-image.--hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-fv__cta-image:hover {
  opacity: 0;
}

.c-section-title {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .c-section-title {
    margin-bottom: 40px;
  }
}

.c-section-title__en {
  font-size: 14px;
  letter-spacing: 0.04em;
  position: relative;
  color: #081f5c;
  line-height: 1;
}
.c-section-title__en::before, .c-section-title__en::after {
  background-color: #081f5c;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 50px;
}
.c-section-title__en::before {
  left: -71px;
}
.c-section-title__en::after {
  right: -71px;
}

.c-section-title__ja {
  font-size: clamp(20px, 2vw + 8px, 24px);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.underline {
  background: linear-gradient(180deg, transparent 0%, transparent 60%, #fffac1 60%, #fffac1 100%);
}

.p-reason {
  background: #fff7fa;
  padding: 100px 0 0;
  margin-bottom: 15%;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-reason {
    padding: 50px 0 0;
  }
}
.p-reason::before {
  content: "";
  width: 100%;
  height: auto;
  padding-top: 14.6412884334%;
  background: url(../img/reason-dec.webp?v=2608131305) no-repeat bottom center/100%;
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
}

.p-reason__content {
  position: relative;
}

.p-reason__image-right {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 40.5%;
}
@media (max-width: 768px) {
  .p-reason__image-right {
    display: none;
  }
}

.p-reason__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}

.p-reason__item {
  position: relative;
  z-index: 10;
  display: flex;
  background: white;
  box-shadow: 0 0 10px #e8e1e3;
}
.p-reason__item:nth-child(2) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-reason__item:nth-child(2) {
    flex-flow: column;
  }
}
@media (max-width: 768px) {
  .p-reason__item {
    flex-flow: column;
  }
}

.p-reason__image {
  width: 40%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-reason__image {
    width: 100%;
  }
}
.p-reason__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-reason__text {
  padding: 35px 50px;
}
@media (max-width: 768px) {
  .p-reason__text {
    padding: 25px 20px;
  }
}

.p-reason__item-title {
  font-size: clamp(18px, 1vw + 12px, 20px);
  font-weight: bold;
  color: #cb2a65;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cb2a65;
}
@media (max-width: 768px) {
  .p-reason__item-title {
    text-align: center;
  }
}

.p-reason__description {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.p-reason__item--p {
  text-align: right;
  margin-top: -10px;
  font-size: 8px;
}
@media (max-width: 768px) {
  .p-reason__item--p {
    text-align: left;
  }
}

.p-pricing {
  background: #fff;
  padding: 0 0 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-pricing {
    padding: 10px 0 50px;
    scroll-margin-top: 30px;
  }
}

.u-pricing-width {
  max-width: calc(800px + 4rem);
  margin: 0 auto;
}

.p-pricing__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .p-pricing__content {
    flex-flow: column;
    gap: 40px;
  }
}

.p-pricing__image {
  width: 22.5%;
}
@media (max-width: 768px) {
  .p-pricing__image {
    width: 43.8888888889%;
  }
}

.p-pricing__details {
  text-align: center;
  width: 63.75%;
}
@media (max-width: 768px) {
  .p-pricing__details {
    width: 100%;
  }
}

.p-pricing__banner {
  width: 100%;
}

.p-pricing__note {
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8px auto;
  text-align: right;
}
@media (max-width: 768px) {
  .p-pricing__note {
    text-align: left;
    width: 100%;
    padding-left: 7%;
  }
}

.p-pricing__disclaimer {
  font-size: 8px;
  margin-top: 5px;
  display: block;
}

.p-cta {
  height: 387px;
  display: flex;
  align-items: center;
  background: url(../img/cta_bg.webp?v=2608131305) no-repeat center/cover;
}
@media not all and (max-width: 1440px) {
  .p-cta {
    background-position: top center;
  }
}
@media (max-width: 992px) {
  .p-cta {
    background-position: center left 25%;
  }
}
@media (max-width: 768px) {
  .p-cta {
    background-image: url(../img/cta_bg-sp.webp?v=2608131305);
    background-position: top center;
    height: auto;
    padding: 12% 0;
  }
}

.p-cta__content {
  max-width: 520px;
  margin: 0;
  text-align: left;
}

.p-cta__title {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-cta__title {
    margin-bottom: 86%;
  }
}

.p-cta__cta-container {
  width: 58.0270793037%;
  max-width: 300px;
}
@media (max-width: 768px) {
  .p-cta__cta-container {
    width: 100%;
    max-width: none;
  }
}

.p-cta__cta-text {
  width: 90%;
  margin: 0 auto 10px;
  display: block;
}

.p-cta__button {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.p-cta__button img {
  transform-origin: center;
}

.p-cta__button-image {
  width: 100%;
  transition: all 0.2s;
}
.p-cta__button-image.--hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-cta__button-image:hover {
  opacity: 0;
}

.p-insurance {
  background: #081f5c;
  padding: 1px 0 60px;
  margin-top: 19%;
  position: relative;
}
@media (max-width: 768px) {
  .p-insurance {
    margin-top: 130px;
    padding: 1px 0 40px;
    scroll-margin-top: 150px;
  }
}

.p-insurance__bg {
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
  width: 100%;
}
@media (max-width: 768px) {
  .p-insurance__bg {
    display: none;
  }
}

.p-insurance__head {
  position: relative;
  z-index: 2;
  margin-top: -16%;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-insurance__head {
    margin-top: -80px;
    margin-bottom: 40px;
  }
}

.p-insurance__subtitle {
  font-size: clamp(20px, 5vw - 10px, 30px);
  font-weight: bold;
  color: #cb2a65;
  letter-spacing: 0.05em;
}

.p-insurance__title {
  font-size: clamp(25px, 3vw + 10px, 30px);
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  background: #cb2a65;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 10px 65px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .p-insurance__title {
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
  }
}

.p-insurance__description {
  font-size: clamp(16px, 2vw + 4px, 20px);
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #fff;
}
.p-insurance__description span {
  border-bottom: 3px solid #fff;
}
.p-insurance__description span .large {
  font-size: clamp(20px, 10vw - 40px, 40px);
  border-bottom: none;
}
@media (max-width: 768px) {
  .p-insurance__description span .large {
    display: inline-block;
    margin-bottom: 8px;
  }
}

.p-insurance__benefits {
  display: flex;
  flex-flow: column;
  gap: 40px;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-insurance__benefits {
    padding: 30px 0 30px;
    gap: 30px;
  }
}

.p-insurance__benefit {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-insurance__benefit {
    flex-flow: column;
  }
}

.p-insurance__benefit-title {
  font-size: 20px;
  font-weight: bold;
  width: 125px;
  height: 125px;
  background-color: #081f5c;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-insurance__benefit-title {
    width: auto;
    height: auto;
    border-radius: 10px;
    padding: 5px 20px 6px;
  }
}
.p-insurance__benefit-title.--pink {
  background: #cb2a65;
}

.p-insurance__icons img {
  width: 100%;
  height: auto;
}

.p-insurance__details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  justify-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .p-insurance__details {
    gap: 10px;
    margin-bottom: 10px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}
@media (max-width: 576px) {
  .p-insurance__details {
    grid-template-columns: 1fr 1fr;
  }
}

.p-insurance__detail {
  background: white;
  padding: 20px 10px;
  border-radius: 10px;
  width: 100%;
  font-weight: 400;
}
@media (max-width: 576px) {
  .p-insurance__detail:last-child {
    grid-column: span 2; /* 最後の要素のみ2列分の幅 */
  }
  .p-insurance__detail:last-child h4 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
    padding-inline: 14px;
  }
}
.p-insurance__detail h4 {
  font-size: clamp(18px, 1vw + 15px, 19px);
  font-weight: 400;
  line-height: 1.2631578947;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cb2a65;
  text-align: center;
}
.p-insurance__detail h4 span {
  font-size: clamp(18px, 1vw + 12px, 20px);
  font-weight: bold;
  color: #cb2a65;
}
.p-insurance__detail p {
  font-size: 14px;
  letter-spacing: 0.02em;
}
.p-insurance__detail p small {
  display: block;
  font-size: 8px;
  margin-top: 8px;
}

.p-insurance__footer {
  font-size: clamp(16px, 6vw - 20px, 28px);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media (max-width: 576px) {
  .p-insurance__footer {
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}

.p-notice {
  padding: 60px 0 50px;
}
@media (max-width: 768px) {
  .p-notice {
    padding: 30px 0 30px;
    scroll-margin-top: 30px;
  }
}

.p-notice__block {
  background: #f2f2f2;
  margin-bottom: 20px;
}
.p-notice__block:last-child {
  margin-bottom: 0;
}

.p-notice__title {
  font-size: clamp(16px, 1vw + 10px, 18px);
  font-weight: bold;
  padding: 10px;
  background-color: #081f5c;
  color: white;
  text-align: center;
}

.p-notice__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 20px 50px 20px;
}
@media (max-width: 768px) {
  .p-notice__list {
    padding: 20px;
  }
}

.p-notice__list li {
  font-size: 10px;
  line-height: 1.6;
  padding-left: 10px;
  text-indent: -10px;
}

.p-notice__list li::before {
  content: "• ";
  color: white;
  font-weight: bold;
}

.p-flow {
  background: #fff;
  padding: 50px 0 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-flow {
    padding: 20px 0 50px;
    scroll-margin-top: 30px;
  }
}

.p-flow__steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .p-flow__steps {
    flex-flow: column;
    gap: 30px;
  }
}

.p-flow__step {
  width: 30%;
  text-align: center;
}
@media (max-width: 768px) {
  .p-flow__step {
    width: 100%;
  }
}

.p-flow__step-title {
  font-size: clamp(20px, 2vw + 8px, 24px);
  font-weight: bold;
  margin-bottom: 20px;
  color: #cb2a65;
}

.p-flow__step-image {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-flow__step-image {
    text-align: center;
  }
  .p-flow__step-image img {
    max-width: 250px;
  }
}

.p-flow__step-description {
  font-size: 14px;
}

.p-flow__arrow img {
  max-width: 25px;
  height: auto;
}
@media (max-width: 768px) {
  .p-flow__arrow img {
    transform: rotate(90deg);
  }
}

.p-flow__link {
  color: #cb2a65;
  text-decoration: none;
}

.qa {
  background-color: #fff;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .qa {
    padding: 50px 0;
  }
}

.tab__items {
  align-items: center;
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .tab__items {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.tab__item {
  align-items: center;
  background: #fff7fa;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  display: grid;
  font-size: clamp(0.813rem, 0.745rem + 0.34vw, 1rem);
  font-weight: 700;
  justify-items: center;
  min-height: 88px;
  place-items: center;
  text-align: center;
  transition: ease 0.3s;
  width: 25%;
}
@media (max-width: 768px) {
  .tab__item {
    width: calc(50% - 2.5px);
    border-radius: 5px;
    min-height: auto;
    padding: 20px 0;
  }
}

.tab__item.is-active {
  background: #cb2a65;
  color: #fff;
}

.tab-container__card {
  border: 2px solid #cb2a65;
  border-radius: 0 0 10px 10px;
  width: 100%;
}
@media (max-width: 768px) {
  .tab-container__card {
    border-radius: 5px;
  }
}

.tab__body {
  padding: 50px 20px;
}
@media (max-width: 768px) {
  .tab__body {
    padding: 30px 20px 10px;
  }
}

.tab__content {
  border-bottom: 1px solid #121317;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  position: relative;
  width: 100%;
}

.tab__content:last-child {
  border-bottom: none;
}

.tab__content dt {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  font-size: clamp(17px, 2vw + 8px, 20px);
  font-weight: 700;
  color: #cb2a65;
  justify-content: space-between;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
  padding-left: 60px;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .tab__content dt {
    padding-left: 40px;
    gap: 10px;
  }
}
.tab__content dt p {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .tab__content dt p {
    margin: 0;
  }
}

.tab__content dt::before {
  content: "Q";
  background-color: #ffeef8;
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 38px;
  color: #040000;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .tab__content dt::before {
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 20px;
  }
}

.tab__content-inner {
  display: flex;
}

.tab__answer {
  background-color: #cb2a65;
  border-radius: 50%;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  line-height: 38px;
}
@media (max-width: 768px) {
  .tab__answer {
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 20px;
    flex-shrink: 0;
    margin-right: 10px;
  }
}

.tab__answer-text {
  letter-spacing: 0.04em;
  width: 100%;
  font-size: 14px;
}
.tab__answer-text small {
  font-size: 8px;
  display: block;
  margin-top: 8px;
}

.tab__content + .tab__content {
  margin-top: 20px;
}

.toggle {
  height: 1.875rem;
  width: 1.875rem;
  margin-top: 5px;
}

.js-accordion-title.is-active .toggle {
  transform: rotate(-180deg);
  transform: ease-in-out 0.4s;
}

.tab__content dd {
  display: none;
  padding-bottom: 20px;
}

.js-accordion-title.is-active .tab__content dd {
  display: block;
}

.card {
  display: none;
}

.card.is-active {
  display: block;
}

@media (max-width: 768px) {
  .page-top {
    display: none;
  }
}

.page-top a {
  align-items: center;
  background: #cb2a65;
  border-radius: 50%;
  bottom: 20px;
  color: #fff;
  display: grid;
  font-weight: bold;
  height: clamp(3.875rem, 3.239rem + 3.18vw, 5.625rem);
  justify-items: center;
  padding-top: 10px;
  place-items: center;
  position: fixed;
  right: calc(50% - min(45%, 31rem));
  width: clamp(3.875rem, 3.239rem + 3.18vw, 5.625rem);
  z-index: 100;
  text-decoration: none;
}

.page-top__arrow {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 30%;
  transform: rotate(-45deg);
}

.p-floating__btn {
  background: #081f5c;
  border: 1px solid #fff;
  border-right: none;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 10;
  padding: 14px;
  color: #fff;
  width: 175px;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  display: none;
}
.p-floating__btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #ffffff;
  border-right: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.l-footer {
  background: #f5f5f5;
  padding: 50px 0;
}

.l-footer__logo {
  width: 48.15%;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .l-footer__logo {
    width: 200px;
    margin-bottom: 30px;
  }
}

.l-footer__nav {
  border-bottom: 2px solid #040000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.l-footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .l-footer__menu {
    gap: 10px 20px;
    justify-content: center;
  }
}

.l-footer__menu-item a {
  text-decoration: none;
  font-size: clamp(14px, 2vw + 2px, 18px);
  color: #040000;
}

.l-footer__subnav {
  margin-bottom: 20px;
}

.l-footer__sub-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .l-footer__sub-menu {
    gap: 10px 20px;
    justify-content: center;
  }
}

.l-footer__sub-menu-item a {
  text-decoration: none;
  color: #040000;
  font-size: 14px;
}

.l-footer__copyright {
  font-size: clamp(8px, 3vw - 10px, 14px);
  color: #040000;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    text-align: center;
  }
}

.p-stress {
  background: url(../img/stress-bg.webp?v=2608131305) no-repeat center/cover;
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .p-stress {
    padding: 40px 0;
  }
}

.p-stress__title {
  font-size: clamp(22px, 1vw + 16px, 24px);
  font-weight: bold;
  color: #040000;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-stress__title {
    margin-bottom: 30px;
  }
}

.p-stress__em {
  font-size: clamp(24px, 2vw + 15px, 27px);
  color: #cb2a65;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.p-stress__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .p-stress__list {
    flex-flow: column;
    align-items: center;
  }
}

.p-stress__item {
  flex: 1;
  max-width: 235px;
}
@media (max-width: 768px) {
  .p-stress__item {
    width: 100%;
    max-width: 320px;
  }
}
.p-stress__item img {
  width: 100%;
  height: auto;
  display: block;
}

.p-stress__arrow {
  margin: 20px auto;
  width: 150px;
}
@media (max-width: 768px) {
  .p-stress__arrow {
    width: 40px;
  }
}
.p-stress__arrow img {
  width: 100%;
  height: auto;
  display: block;
}

.p-stress__message {
  margin: 0;
}

.p-stress__lead {
  font-size: clamp(14px, 2vw + 2px, 18px);
  font-weight: bold;
  color: #040000;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.p-stress__catch {
  display: inline-block;
  font-size: clamp(16px, 8vw - 32px, 32px);
  font-weight: bold;
  color: #cb2a65;
  line-height: 1.2;
}
.p-stress__catch span {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.p-features {
  background: url(../img/bg01.webp) no-repeat center/cover;
  text-align: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .p-features {
    margin-top: -25px;
    padding-top: 100px;
    padding-bottom: 50px;
    background: url(../img/bg01-sp.webp) no-repeat top right/100%;
  }
}

.p-features__list {
  display: flex;
  justify-content: center;
  gap: 50px;
}

@media (max-width: 768px) {
  .p-features__list {
    flex-flow: column;
    gap: 30px;
  }
}

.p-features__item {
  flex: 1;
}

.p-features__number svg {
  width: auto;
  height: 35px;
}

.p-features__name {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #cb2b65;
}

.p-features__image {
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .p-features__image {
    margin: 0 auto 20px;
  }
}

.p-features__description {
  font-size: 14px;
}
/*# sourceMappingURL=style.css.map */
