@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #2F4573;
  overflow-x: hidden;
  width: 100%;
}

body {
  position: relative;
  background-color: #F4F7FA;
}
body.fixed {
  overflow: hidden;
}

a {
  color: #2F4573;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

svg {
  display: block;
}

.u-en {
  font-family: "Inter", sans-serif;
}

.l-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1060px;
  position: relative;
  z-index: 1;
}

.pc-only {
  display: block;
}

.br-pc-only {
  display: inline;
}

.sp-only {
  display: none;
}

.br-sp-only {
  display: none;
}

/*===========================================================================*/
/*  共通ボタン  */
/*===========================================================================*/
.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 60px;
  border-radius: 60px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  margin: 0 auto;
}
.c-btn:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 0 #BA6000;
}
.c-btn:active {
  transform: translateY(5px);
  box-shadow: none;
}
.c-btn__arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 12px;
}
.c-btn--primary {
  background: linear-gradient(122deg, rgb(247, 127, 0) 38%, rgb(250, 170, 77) 100%);
  box-shadow: 0 5px 0 0 #BA6000;
  color: #FFFFFF;
}
.c-btn--secondary {
  background: #FFFFFF;
  box-shadow: 0 5px 0 0 #9C9C9C;
  color: #2F4573;
}
.c-btn--secondary:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 0 #9C9C9C;
}
.c-btn--secondary:active {
  transform: translateY(5px);
  box-shadow: none;
}

/*===========================================================================*/
/*  セクションタイトル  */
/*===========================================================================*/
.c-section-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 8px;
}
.c-section-label__deco {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}
.c-section-label__border {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.c-section-label--orange {
  color: #F77F00;
}
.c-section-label--orange .c-section-label__border {
  border-color: #F77F00;
}
.c-section-label--blue {
  color: #2F4573;
}
.c-section-label--blue .c-section-label__border {
  border-color: #2F4573;
}

.c-section-title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  color: #2F4573;
}

body {
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
}

.l-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.l-inner {
  max-width: 400px;
}

.pc-only {
  display: none;
}

.br-pc-only {
  display: none;
}

.sp-only {
  display: block;
}

.br-sp-only {
  display: inline;
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 15px;
  max-width: 520px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.p-header.is-menu-open {
  background: #2F4573;
  box-shadow: none;
}
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
}
.p-header__logo {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #2F4573;
  text-decoration: none;
  transition: color 0.3s ease;
}
.is-menu-open .p-header__logo {
  color: #FFFFFF;
}
.p-header__logo-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.p-header__logo-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

/*===========================================================================*/
/*  hamburger button  */
/*===========================================================================*/
.ham-btn {
  width: 41px;
  height: 41px;
  position: relative;
  z-index: 110;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ham-btn__icon {
  width: 41px;
  height: 41px;
}
.ham-btn__icon--close {
  display: none;
}
.ham-btn.active .ham-btn__icon--open {
  display: none;
}
.ham-btn.active .ham-btn__icon--close {
  display: block;
}

/*===========================================================================*/
/*  hamburger menu  */
/*===========================================================================*/
.ham-menu {
  display: none;
  position: fixed;
  top: 58px;
  left: 0;
  right: 0;
  z-index: 99;
  background: #2F4573;
  max-width: 520px;
  margin: 0 auto;
  overflow: hidden;
}
.ham-menu__nav {
  padding: 10px 20px 0;
}
.ham-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ham-menu__item {
  border-bottom: 1px solid #FFFFFF;
}
.ham-menu__link {
  display: flex;
  align-items: center;
  padding: 20px 0 20px;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s;
}
.ham-menu__link:hover {
  opacity: 0.7;
}
.ham-menu__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFFFFF;
  flex-shrink: 0;
}
.ham-menu__text {
  flex: 1;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-left: 14px;
}
.ham-menu__arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #FFFFFF;
}
.ham-menu__cta {
  padding: 30px 20px 40px;
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.p-footer {
  background: #394661;
  color: #FFFFFF;
}
.p-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  gap: 24px;
}
.p-footer__logo {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #FFFFFF;
  text-decoration: none;
}
.p-footer__logo-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.p-footer__logo-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.p-footer__disclaimer {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}
.p-footer__link {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #FFFFFF;
  text-decoration: underline;
}
.p-footer__links {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.p-footer__copyright {
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.p-footer__copyright small {
  font-size: inherit;
}

/*===========================================================================*/
/*  p-mv  */
/*===========================================================================*/
.p-mv {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.p-mv__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scaleX(-1);
}
.p-mv__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(47, 69, 115, 0.52);
}
.p-mv__inner {
  position: relative;
  z-index: 1;
  padding-top: 85px;
  padding-bottom: 40px;
}
.p-mv__main-text {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
}
.p-mv__tags {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 6px;
  filter: drop-shadow(2px 2px 20px rgba(0, 0, 0, 0.15));
}
.p-mv__tag {
  background: linear-gradient(168deg, rgb(247, 127, 0) 47%, rgb(250, 170, 77) 100%);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  padding: 4px 6px 6px;
  border-radius: 4px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.p-mv__lead {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 12px;
}
.p-mv__circles {
  display: flex;
  justify-content: center;
  margin: 0 -12px;
  margin-bottom: 16px;
}
.p-mv__circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-left: -8px;
  margin-right: -8px;
}
.p-mv__circle span {
  font-feature-settings: "palt" on;
  font-size: 23px;
  font-weight: 800;
  color: #2F4573;
  -webkit-text-stroke: 1px #FFFFFF;
  paint-order: stroke fill;
  line-height: 1;
  letter-spacing: 0.02em;
}
.p-mv__circle-icon {
  width: auto;
  height: 36px;
  flex-shrink: 0;
}
.p-mv__cta {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

/*===========================================================================*/
/*  p-recommend  */
/*===========================================================================*/
.p-recommend {
  padding-top: 32px;
  padding-bottom: 40px;
}
.p-recommend__header {
  text-align: center;
  margin-bottom: 26px;
}
.p-recommend__label {
  display: inline-block;
  width: 180px;
  margin-bottom: 12px;
}
.p-recommend__title {
  font-size: 28px;
  font-weight: 700;
  color: #2F4573;
  line-height: 1.4;
  letter-spacing: -0.02em;
  position: relative;
}
.p-recommend__card {
  background: #FFFFFF;
  border: 1px solid #2F4573;
  border-radius: 5px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 22px;
}
.p-recommend__card:last-child {
  margin-bottom: 0;
}
.p-recommend__card-head {
  display: flex;
  align-items: flex-start;
  padding: 16px 12px 0;
  gap: 6px;
}
.p-recommend__badge {
  width: 74px;
  height: auto;
  flex-shrink: 0;
  margin-top: -22px;
  display: block;
}
.p-recommend__card-namearea {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-recommend__card-name {
  font-size: 24px;
  font-weight: 700;
  color: #2F4573;
  line-height: 1;
}
.p-recommend__card-tagline {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 6px;
}
.p-recommend__card-tagline-line {
  width: 1px;
  height: 30px;
  background: #5C677D;
  flex-shrink: 0;
}
.p-recommend__card-tagline-text {
  font-size: 12px;
  font-weight: 500;
  color: #5C677D;
  line-height: 1.4;
}
.p-recommend__card-img {
  display: block;
  width: calc(100% - 40px);
  margin: 18px auto 0;
  border-radius: 3px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}
.p-recommend__card-detail {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #F4F7FA;
  border-radius: 3px;
  padding: 10px;
  margin: 12px 20px 0;
}
.p-recommend__card-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-recommend__card-rating img {
  width: auto;
  height: 18px;
}
.p-recommend__card-score {
  font-size: 16px;
  font-weight: 800;
  color: #14213D;
  line-height: 1;
}
.p-recommend__card-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-recommend__card-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  line-height: 1;
}
.p-recommend__card-features li img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.p-recommend__card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 180px;
  height: 40px;
  margin: 12px auto 0;
  background: #2F4573;
  color: #FFFFFF;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s ease;
}
.p-recommend__card-btn:hover {
  opacity: 0.85;
}
.p-recommend__card-btn img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/*===========================================================================*/
/*  p-check  */
/*===========================================================================*/
.p-check__bg {
  background: #5C677D;
  position: relative;
  padding-bottom: 40px;
}
.p-check__inner {
  padding-top: 45px;
  text-align: center;
}
.p-check__label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-bottom: 15px;
  width: 100px;
}
.p-check__subtitle {
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 8px;
}
.p-check__subtitle span {
  font-size: 24px;
  line-height: 1;
}
.p-check__title {
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 12px;
}
.p-check__title span {
  font-size: 24px;
  line-height: 1;
}
.p-check__dots {
  width: 4px;
  height: 30px;
  margin: 0 auto 11px;
}
.p-check__concerns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 23px;
}
.p-check__concern {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  padding: 16px 20px;
  text-align: center;
}
.p-check__concern::before, .p-check__concern::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../img/concern-corner.svg) no-repeat center/contain;
}
.p-check__concern::before {
  top: 2px;
  left: 2px;
  transform: scaleX(-1);
}
.p-check__concern::after {
  top: 2px;
  right: 2px;
}
.p-check__concern-title {
  font-size: 20px;
  font-weight: 700;
  color: #14213D;
  line-height: 1;
  padding-bottom: 4px;
  border-bottom: 1px solid #878787;
  display: inline-block;
  margin-bottom: 12px;
}
.p-check__concern-text {
  font-size: 14px;
  font-weight: 400;
  color: #14213D;
  line-height: 1.6;
  text-align: left;
}
.p-check__concern-text::before, .p-check__concern-text::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../img/concern-corner.svg) no-repeat center/contain;
}
.p-check__concern-text::before {
  bottom: 2px;
  left: 2px;
  transform: scale(-1);
}
.p-check__concern-text::after {
  bottom: 2px;
  right: 2px;
  transform: scale(1, -1);
}
.p-check__transition-dots {
  width: 6px;
  height: 34px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.p-check__solution {
  background: #394661;
  text-align: center;
  padding-top: 37px;
  padding-bottom: 25px;
  margin-top: -1px;
}
.p-check__solution-lead {
  font-feature-settings: "palt" on;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.p-check__solution-lead span {
  font-size: 20px;
  line-height: 1;
}
.p-check__solution-sub {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.p-check__solution-resolve {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.p-check__solution-badge {
  display: inline-block;
  background: linear-gradient(168deg, rgb(247, 127, 0) 47%, rgb(250, 170, 77) 100%);
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 3px 4px 8px;
  border-radius: 3px;
}
.p-check__solution-end {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-left: 3px;
}
.p-check__solution-guide {
  position: relative;
  text-align: center;
}
.p-check__solution-guide-text {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
  position: relative;
}
.p-check__solution-guide-text::before, .p-check__solution-guide-text::after {
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  height: 50px;
}
.p-check__solution-guide-text::before {
  left: calc(100% - 2px);
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.p-check__solution-guide-text::after {
  right: calc(100% - 2px);
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

/*===========================================================================*/
/*  p-criteria  */
/*===========================================================================*/
.p-criteria {
  padding-top: 60px;
  padding-bottom: 40px;
  background: #FFFFFF;
  position: relative;
}
.p-criteria::before {
  content: "";
  position: absolute;
  top: -0.5px;
  left: 0;
  right: 0;
  height: 0;
  padding-bottom: 30px;
  background: #394661;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-criteria__label-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.p-criteria__label-wrap img {
  width: 100px;
}
.p-criteria__title {
  font-size: 28px;
  font-weight: 700;
  color: #394661;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
.p-criteria__list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.p-criteria__card {
  background: #FFFFFF;
  padding: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}
.p-criteria__card-head {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-criteria__num {
  font-family: "din-2014", sans-serif;
  font-style: italic;
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, rgb(47, 69, 115) 50%, rgb(76, 97, 144) 50%);
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}
.p-criteria__card-title {
  font-size: 22px;
  font-weight: 700;
  color: #2F4573;
  line-height: 1;
}
.p-criteria__card-line {
  border: none;
  border-top: 1px solid #B0B0B0;
  margin: 8px 0;
}
.p-criteria__card-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}

/*===========================================================================*/
/*  p-details  */
/*===========================================================================*/
.p-details {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #F4F7FA;
}
.p-details__label-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 15px;
}
.p-details__label-wrap img {
  width: 100px;
}
.p-details__title {
  font-size: 28px;
  font-weight: 700;
  color: #394661;
  line-height: 1;
  text-align: center;
  margin-bottom: 24px;
}
.p-details__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-details__card {
  background: #FFFFFF;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 36px 20px 20px;
}
.p-details__card-head {
  position: relative;
  width: 100%;
}
.p-details__card-img {
  display: block;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 16px;
}
.p-details__badge {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 80px;
  height: 24px;
  border-radius: 0 0 3px 3px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 900;
  z-index: 2;
}
.p-details__badge img {
  width: 14px;
  height: 11px;
  flex-shrink: 0;
}
.p-details__badge--gold {
  background: #DAB436;
}
.p-details__badge--silver {
  background: #B0B0B0;
}
.p-details__badge--bronze {
  background: #AC8320;
}
.p-details__card-namearea {
  text-align: center;
}
.p-details__card-name {
  font-size: 24px;
  font-weight: 700;
  color: #2F4573;
  line-height: 1;
  margin-bottom: 10px;
}
.p-details__card-catch {
  font-size: 12px;
  font-weight: 700;
  color: #5C677D;
  line-height: 1.4;
}
.p-details__card-body {
  padding: 30px 10px 20px;
  border: 1px solid #2F4573;
  border-radius: 3px;
  background: #F4F7FA;
  position: relative;
  margin-top: 28px;
}
.p-details__points-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #2F4573;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 9999px;
  position: absolute;
  top: 0;
  left: 10px;
  transform: translateY(-50%);
}
.p-details__points-pill img {
  width: 10px;
  height: 16px;
  flex-shrink: 0;
}
.p-details__points {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}
.p-details__point:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid #D9D9D9;
}
.p-details__point-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.p-details__point-head img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.p-details__point-title {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  line-height: 1;
}
.p-details__point-desc {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 1.4;
}
.p-details__specs {
  display: flex;
  width: 100%;
  max-width: 270px;
  margin: 0 auto 20px;
  border-radius: 0;
  overflow: hidden;
}
.p-details__spec {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  padding: 10px 4px;
  min-height: 62px;
  gap: 10px;
}
.p-details__spec--center {
  border-left: 1px solid #4C6190;
  border-right: 1px solid #4C6190;
}
.p-details__spec-label {
  font-size: 12px;
  font-weight: 400;
  color: #14213D;
  line-height: 1;
  margin-bottom: 4px;
}
.p-details__spec-value {
  font-size: 14px;
  font-weight: 600;
  color: #14213D;
  line-height: 1;
}
.p-details__spec-value--accent {
  color: #F77F00;
}
.p-details__chart {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
  max-width: 202px;
  margin: 0 auto;
}
.p-details__chart-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.p-details__chart-bar {
  width: 30px;
  min-height: 10px;
  background: #DAB436;
  margin-top: auto;
  flex-shrink: 0;
}
.p-details__chart-label {
  font-size: 14px;
  font-weight: 400;
  color: #14213D;
  line-height: 1;
}
.p-details__cta-btn {
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 220px;
  height: 40px;
  background: #2F4573;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s;
}
.p-details__cta-btn:hover {
  opacity: 0.9;
}
.p-details__cta-btn img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/*===========================================================================*/
/*  p-comparison  */
/*===========================================================================*/
.p-comparison {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #FFFFFF;
}
.p-comparison__label-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 10px;
}
.p-comparison__label-wrap img {
  width: 100px;
}
.p-comparison__title {
  font-size: 28px;
  font-weight: 700;
  color: #394661;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
.p-comparison__scroll-hint {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 11px;
}
.p-comparison__scroll-text {
  font-size: 12px;
  font-weight: 500;
  color: #2F4573;
  line-height: 1;
}
.p-comparison__scroll-arrow {
  flex-shrink: 0;
}
.p-comparison__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 440px) {
  .p-comparison__table-wrap {
    margin-left: 20px;
  }
}
.p-comparison__table {
  width: 471px;
  min-width: 471px;
  border-collapse: collapse;
  font-size: 12px;
  font-weight: 700;
}
.p-comparison__th {
  background: #F4F7FA;
  border-bottom: 1px solid #B0B0B0;
  padding: 10px 6px;
  text-align: center;
  color: #14213D;
  vertical-align: middle;
}
.p-comparison__th--label {
  width: 96px;
  min-width: 96px;
}
.p-comparison__th--rank1, .p-comparison__th--rank2, .p-comparison__th--rank3 {
  width: 125px;
  min-width: 125px;
  font-weight: 600;
}
.p-comparison__th--rank1 {
  background: #2F4573;
  color: #FFFFFF;
}
.p-comparison__th--rank2 {
  background: #4C6190;
  color: #FFFFFF;
}
.p-comparison__th--rank3 {
  background: #7586AC;
  color: #FFFFFF;
}
.p-comparison__rank-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 90px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 8px;
}
.p-comparison__rank-badge--gold {
  background: #DAB436;
  color: #FFFFFF;
}
.p-comparison__rank-badge--silver {
  background: #B0B0B0;
  color: #FFFFFF;
}
.p-comparison__rank-badge--bronze {
  background: #AD7645;
  color: #FFFFFF;
}
.p-comparison__th-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.p-comparison__td {
  background: #FFFFFF;
  border-bottom: 1px solid #B0B0B0;
  padding: 13px 5px;
  text-align: center;
  color: #14213D;
  font-weight: 400;
  line-height: 1.6;
  vertical-align: middle;
  font-size: 14px;
}
.p-comparison__td.--weight {
  font-weight: 600;
}
.p-comparison__td--label {
  background: #F4F7FA;
  font-weight: 700;
  width: 96px;
  min-width: 96px;
  font-size: 12px;
  font-weight: 700;
}
.p-comparison__td:not(.p-comparison__td--label) {
  width: 125px;
  min-width: 125px;
}
.p-comparison__table tbody tr td:nth-child(2) {
  background: #FFFFFF;
}
.p-comparison__table tbody tr td:nth-child(3) {
  background: #F5F5F5;
}
.p-comparison__table tbody tr td:nth-child(4) {
  background: #FFFFFF;
}
.p-comparison__stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-right: 8px;
}
.p-comparison__score {
  font-size: 14px;
  font-weight: 800;
  color: #DAB436;
}
.p-comparison__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 6px;
  border: 1px solid #2F4573;
  border-radius: 3px;
  color: #14213D;
  font-size: 14px;
  font-weight: 400;
  transition: opacity 0.3s;
}
.p-comparison__link:hover {
  opacity: 0.8;
}
.p-comparison__link img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/*===========================================================================*/
/*  p-guide  */
/*===========================================================================*/
.p-guide {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #F5F5F5;
}
.p-guide__label-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 10px;
}
.p-guide__label-wrap img {
  width: 100px;
}
.p-guide__title {
  font-size: 28px;
  font-weight: 700;
  color: #394661;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
}
.p-guide__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-guide__card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
.p-guide__num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 26px;
  padding: 10px 0;
  flex-shrink: 0;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  font-family: "din-2014", sans-serif;
}
.p-guide__num span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
}
.p-guide__num--01 {
  background: #2F4573;
}
.p-guide__num--02 {
  background: #4C6190;
}
.p-guide__num--03 {
  background: #7586AC;
}
.p-guide__body {
  flex: 1;
  min-width: 0;
}
.p-guide__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 16px 10px;
  background: #FFFFFF;
  width: 100%;
}
.p-guide__main {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.p-guide__icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}
.p-guide__text {
  flex: 1;
  min-width: 0;
}
.p-guide__heading {
  font-size: 16px;
  font-weight: 600;
  color: #14213D;
  line-height: 1;
  margin-bottom: 8px;
}
.p-guide__desc {
  font-size: 14px;
  font-weight: 400;
  color: #878787;
  line-height: 1.6;
}
.p-guide__line {
  width: 100%;
  height: auto;
  display: block;
}
.p-guide__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: #F77F00;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

/*===========================================================================*/
/*  flow  */
/*===========================================================================*/
.p-flow {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #FFFFFF;
}
.p-flow__label-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.p-flow__label-wrap img {
  width: 100px;
}
.p-flow__title {
  font-size: 28px;
  font-weight: 700;
  color: #394661;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
.p-flow__subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #878787;
  text-align: center;
  margin-bottom: 40px;
}
.p-flow__steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-flow__step {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.p-flow__circle-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.p-flow__circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #2F4573;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #FFFFFF;
  flex-shrink: 0;
  padding-top: 4px;
  position: relative;
}
.p-flow__circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #FFFFFF;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.p-flow__circle-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1;
}
.p-flow__circle-num {
  font-family: "din-2014", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.02em;
}
.p-flow__connector {
  width: 1px;
  height: 60px;
  background: #878787;
  margin-top: 0;
}
.p-flow__step:last-child .p-flow__connector {
  display: none;
}
.p-flow__content {
  flex: 1;
  min-width: 0;
  padding-bottom: 30px;
}
.p-flow__step:last-child .p-flow__content {
  padding-bottom: 0;
}
.p-flow__heading {
  font-size: 20px;
  font-weight: 700;
  color: #2F4573;
  line-height: 1;
  margin-bottom: 16px;
}
.p-flow__desc {
  font-size: 14px;
  font-weight: 400;
  color: #14213D;
  line-height: 1.6;
}

/*===========================================================================*/
/*  faq  */
/*===========================================================================*/
.p-faq {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #F5F5F5;
}
.p-faq__label-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.p-faq__label-wrap img {
  width: 100px;
}
.p-faq__title {
  font-size: 28px;
  font-weight: 700;
  color: #394661;
  text-align: center;
  margin-bottom: 24px;
}
.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-faq__item {
  border: 1px solid transparent;
  border-radius: 0;
  overflow: hidden;
}
.p-faq__item.is-open {
  border-color: #4C6190;
}
.p-faq__item.is-open .p-faq__question {
  background: #4C6190;
}
.p-faq__item.is-open .p-faq__question .p-faq__q,
.p-faq__item.is-open .p-faq__question .p-faq__q-text {
  color: #FFFFFF;
}
.p-faq__item.is-open .p-faq__question .p-faq__icon {
  color: #FFFFFF;
}
.p-faq__item.is-open .p-faq__question .p-faq__icon .p-faq__icon-v {
  opacity: 0;
}
.p-faq__question {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 23px;
  padding: 8px;
  min-height: 36px;
  background: #FFFFFF;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.p-faq__q-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.p-faq__q {
  font-family: "din-2014", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #4C6190;
  flex-shrink: 0;
}
.p-faq__q-text {
  font-size: 14px;
  font-weight: 500;
  color: #14213D;
  line-height: 1.6;
}
.p-faq__icon {
  flex-shrink: 0;
  transition: color 0.3s;
}
.p-faq__icon .p-faq__icon-circle {
  fill: #4C6190;
  transition: fill 0.3s;
}
.p-faq__icon .p-faq__icon-h,
.p-faq__icon .p-faq__icon-v {
  stroke: #FFFFFF;
  transition: stroke 0.3s;
}
.p-faq__icon .p-faq__icon-v {
  transition: opacity 0.3s, stroke 0.3s;
}
.p-faq__item.is-open .p-faq__icon .p-faq__icon-circle {
  fill: #FFFFFF;
}
.p-faq__item.is-open .p-faq__icon .p-faq__icon-h,
.p-faq__item.is-open .p-faq__icon .p-faq__icon-v {
  stroke: #4C6190;
}
.p-faq__item.is-open .p-faq__icon .p-faq__icon-v {
  opacity: 0;
}
.p-faq__answer {
  display: none;
  background: #FFFFFF;
}
.p-faq__a-wrap {
  display: flex;
  gap: 16px;
  padding: 8px;
}
.p-faq__a {
  font-family: "din-2014", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #2F4573;
  flex-shrink: 0;
}
.p-faq__a-text {
  font-size: 14px;
  font-weight: 400;
  color: #14213D;
  line-height: 1.6;
  margin: 0;
}

/*===========================================================================*/
/*  cta  */
/*===========================================================================*/
.p-cta {
  padding-top: 64px;
  padding-bottom: 40px;
  background: linear-gradient(168deg, rgb(247, 127, 0) 47%, rgb(250, 170, 77) 100%);
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.p-cta__deco {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #2F4573;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -56px;
  padding-bottom: 9px;
}
.p-cta__triangle {
  width: 21px;
  height: 10px;
}
.p-cta__label {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
.p-cta__icon-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.p-cta__icon {
  width: 56px;
  height: 56px;
}
.p-cta__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 16px;
}
.p-cta__subtitle {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
}
.p-cta__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-cta__card {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #DAB436;
  border-radius: 3px;
  padding: 36px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.p-cta__badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 80px;
  height: 24px;
  padding: 0 8px;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 900;
  color: #FFFFFF;
  border-radius: 0 0 3px 3px;
}
.p-cta__badge img {
  width: 14px;
  height: 11px;
}
.p-cta__badge--gold {
  background: #DAB436;
}
.p-cta__badge--silver {
  background: #B0B0B0;
}
.p-cta__badge--bronze {
  background: #AD7645;
}
.p-cta__card-body {
  text-align: center;
}
.p-cta__card-name {
  font-size: 24px;
  font-weight: 700;
  color: #2F4573;
  line-height: 1;
  margin-bottom: 10px;
}
.p-cta__card-catch {
  font-size: 12px;
  font-weight: 700;
  color: #5C677D;
  line-height: 1.4;
  margin: 0;
}
.p-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 180px;
  padding: 8px 20px 10px 20px;
  background: #2F4573;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-cta__btn:hover {
  opacity: 0.9;
}
.p-cta__btn img {
  width: 16px;
  height: 16px;
}/*# sourceMappingURL=style.css.map */