@charset "UTF-8";
/* stylelint-disable-line scss/dollar-variable-colon-space-after */
body {
  margin: 0;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: auto;
  text-rendering: auto;
}

html {
  -webkit-font-smoothing: auto;
  scroll-behavior: smooth;
  text-rendering: auto;
}

html.is-menu-open,
body.is-menu-open {
  height: 100%;
  overflow: hidden;
}

img {
  width: 100%;
  height: 100%;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.8;
}
@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.8;
}
@media (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.8;
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
  }
}

p {
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  p {
    font-size: 18px;
    text-align: justify;
  }
}

small {
  font-size: 14px;
}

.wp-block-list {
  font-size: 20px;
}
.wp-block-list li {
  margin: 0.5em 0 0.6em 1.25em;
  font-size: 20px;
  line-height: 1.8;
  word-break: break-word; /* フォールバック */
  list-style: decimal outside;
  overflow-wrap: break-word;
  overflow-wrap: anywhere; /* 推奨：自然に折り返す */
  padding-left: 0.4em;
}
@media (max-width: 768px) {
  .wp-block-list li {
    margin: 0.5em 0 0.6em 1.25em;
    font-size: 18px;
  }
}
.wp-block-list li li {
  list-style-type: circle;
}
@media (max-width: 768px) {
  .wp-block-list li li {
    margin: 0.5em 0 0.6em;
  }
}
.wp-block-list li li li {
  list-style-type: square;
}
.wp-block-list ul {
  margin: 0.5em 0 0.6em 0.6em;
  font-size: 20px;
  line-height: 1.8;
  word-break: break-word; /* フォールバック */
  list-style: disc outside;
  overflow-wrap: break-word;
  overflow-wrap: anywhere; /* 推奨：自然に折り返す */
  padding-left: 1rem;
  padding-left: 0.4em;
}
@media (max-width: 768px) {
  .wp-block-list ul {
    font-size: 18px;
  }
}
.wp-block-list ul ul {
  list-style-type: circle;
}
@media (max-width: 768px) {
  .wp-block-list ul ul {
    margin: 0.5em 0 0.6em;
  }
}
.wp-block-list ul ul ul {
  list-style-type: square;
}

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

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

.c-logo-button {
  display: block;
  width: 180px;
}
@media (max-width: 992px) {
  .c-logo-button {
    align-items: center;
    width: 125px;
  }
}
.c-logo-button .c-logo {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .c-logo-button .c-logo {
    margin-bottom: 2px;
    margin-top: 3px;
  }
}
.c-logo-button .c-logo-tagline {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 992px) {
  .c-logo-button .c-logo-tagline {
    font-size: 11px;
  }
}

.c-news-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-news-list ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}
.c-news-list ul li a {
  display: flex;
  width: 100%;
  padding: 15px 0;
  gap: 20px;
}
@media (max-width: 576px) {
  .c-news-list ul li a .c-news-list__date {
    white-space: nowrap;
    flex: 0 0 auto;
  }
}
.c-news-list ul li a .c-news-list__title {
  width: 100%;
  flex: 1 1 auto;
}

.c-contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  background-color: #d9d9d9;
}
@media (max-width: 768px) {
  .c-contact-form {
    width: 100%;
  }
}
.c-contact-form .c-contact-form__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  padding: 45px 30px;
}
@media (max-width: 768px) {
  .c-contact-form .c-contact-form__inner {
    width: 100%;
    padding: 16px;
  }
}
.c-contact-form .c-contact-form__inner .wpcf7 {
  width: 100%;
}
.c-contact-form .c-contact-form__inner .wpcf7 form {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: black;
  gap: 20px;
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item {
  width: 100%;
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item .wpcf7-form-control {
  display: flex;
  flex-direction: column;
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item .wpcf7-form-control .wpcf7-list-item {
  margin-left: 0;
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item .wpcf7-form-control .wpcf7-list-item label {
  width: auto;
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item p {
  display: flex;
  gap: 5px;
}
@media (max-width: 768px) {
  .c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item p {
    flex-direction: column;
    gap: 6px;
  }
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item p label {
  display: flex;
  align-items: center;
  width: 250px;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item p label em {
  padding: 3px 7px;
  font-style: normal;
  background: white;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item p label em {
    padding: 2px 5px;
  }
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item p span {
  width: 100%;
  color: black;
  border-radius: 3px;
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item p span input[type=text],
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item p span input[type=email] {
  width: 100%;
  padding: 0 10px;
  font-weight: 600;
  line-height: 2.5;
  border: 2px solid #c2c2c2;
  border-radius: 6px;
  background-color: white;
}
@media (max-width: 768px) {
  .c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item p span input[type=text],
  .c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item p span input[type=email] {
    font-size: 16px;
  }
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item p span input[type=radio] {
  display: flex;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  accent-color: #013358;
  margin-right: 10px;
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item p span textarea {
  width: 100%;
  height: 250px;
  padding: 10px;
  font-weight: 600;
  line-height: 1.8;
  border: 2px solid #c2c2c2;
  border-radius: 6px;
  background-color: white;
}
@media (max-width: 768px) {
  .c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item p span textarea {
    height: 200px;
    font-size: 16px;
  }
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item p small {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item .c-contact-form__form-item--submit p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item .c-contact-form__form-item--submit p .c-contact-form__submit-button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 70px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  color: white;
  background: linear-gradient(90deg, #013358 0, #026ebe 100%);
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item .c-contact-form__form-item--submit p .c-contact-form__submit-button {
    width: 100%;
  }
}
.c-contact-form .c-contact-form__inner .wpcf7 form .c-contact-form__form-item .c-contact-form__form-item--submit p .c-contact-form__click-triger {
  margin-top: -25px;
}

.c-cta {
  background: #dbf0ff;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .c-cta {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .c-cta {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.c-cta .c-cta__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.c-cta .c-cta__inner .c-cta__statement {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  background: white;
}
.c-cta .c-cta__inner .c-cta__statement .c-cta__statement-text {
  font-size: 21px;
}
@media (max-width: 576px) {
  .c-cta .c-cta__inner .c-cta__statement .c-cta__statement-text {
    font-size: 14px;
  }
}

.c-short-separator {
  display: block;
  width: 100px;
  height: 1px;
  margin: 0 auto;
  background-color: #000;
}

@media (max-width: 992px) {
  .c-blog-list {
    width: 632px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .c-blog-list {
    width: 300px;
  }
}
.c-blog-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.c-blog-list ul li {
  width: 306px;
  background: #f5f5f5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.c-blog-list ul li .c-blog-list__thumb {
  width: 100%;
  height: 180px;
}
.c-blog-list ul li .c-blog-list__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-blog-list ul li .c-blog-list__meta {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 8px;
}
.c-blog-list ul li .c-blog-list__meta .c-blog-list__date {
  width: 100%;
  font-size: 12px;
  color: #5a5a5a;
}
.c-blog-list ul li .c-blog-list__meta .c-blog-list__title {
  font-size: 14px;
  font-weight: 600;
  text-align: justify;
}
.c-blog-list ul li .c-blog-list__meta .c-blog-list__desc {
  font-size: 12px;
  text-align: justify;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
}
header .l-header__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 2.7vw;
}
@media (max-width: 992px) {
  header .l-header__inner {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  header .l-header__inner {
    padding: 0 16px;
  }
}
header .l-header__inner .l-header__nav-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
header .l-header__inner .l-header__nav-container ul {
  display: flex;
  align-items: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  gap: 20px;
}
@media (max-width: 992px) {
  header .l-header__inner .l-header__nav-container ul {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  header .l-header__inner .l-header__nav-container ul {
    display: none;
  }
}
header .l-header__inner .l-header__nav-container .l-header__cv-button {
  display: flex;
  padding: 11px 10px 7px 20px;
  color: white;
  border-radius: 4px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.35);
  background-color: #ed8a01;
  gap: 10px;
}
@media (max-width: 768px) {
  header .l-header__inner .l-header__nav-container .l-header__cv-button {
    padding: 9px 8px 7px 13px;
  }
}
header .l-header__inner .l-header__nav-container .l-header__cv-button .l-header__cv-button-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .l-header__inner .l-header__nav-container .l-header__cv-button .l-header__cv-button-text-container .l-header__cv-button-supplement {
  font-size: 14px;
}
@media (max-width: 576px) {
  header .l-header__inner .l-header__nav-container .l-header__cv-button .l-header__cv-button-text-container .l-header__cv-button-supplement {
    font-size: 10px;
  }
}
header .l-header__inner .l-header__nav-container .l-header__cv-button .l-header__cv-button-text-container .l-header__cv-button-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: -3px;
}
@media (max-width: 576px) {
  header .l-header__inner .l-header__nav-container .l-header__cv-button .l-header__cv-button-text-container .l-header__cv-button-title {
    font-size: 12px;
  }
}
header .l-header__inner .l-header__nav-container .l-header__cv-button img {
  width: 9px;
  height: auto;
}
header .l-header__inner .l-header__hamburger-button {
  position: relative;
  z-index: 99999;
  display: none;
}
@media (max-width: 768px) {
  header .l-header__inner .l-header__hamburger-button {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-image: url("../../assets/images/hamburger-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
  }
  header .l-header__inner .l-header__hamburger-button:hover {
    cursor: pointer;
  }
  header .l-header__inner .l-header__hamburger-button:hover.is-active {
    color: white;
    background-image: url("../../assets/images/batsu.svg");
  }
}
header .l-header__inner .l-header__hamburger-menu {
  z-index: 99999;
  display: none;
}
@media (max-width: 768px) {
  header .l-header__inner .l-header__hamburger-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: black;
    padding-top: 100px;
  }
  header .l-header__inner .l-header__hamburger-menu.is-active {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  header .l-header__inner .l-header__hamburger-menu ul {
    width: 100%;
    font-size: 20px;
    color: white;
    margin-left: 50px;
    margin-right: 50px;
  }
  header .l-header__inner .l-header__hamburger-menu ul li {
    border-bottom: white 1px solid;
  }
  header .l-header__inner .l-header__hamburger-menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #f5f5f5;
  padding-bottom: 10px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  footer {
    padding-top: 45px;
  }
}
footer .l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 60px;
  gap: 20px;
}
@media (max-width: 992px) {
  footer .l-footer__inner {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }
}
footer .l-footer__inner .l-footer__top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 992px) {
  footer .l-footer__inner .l-footer__top {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
footer .l-footer__inner .l-footer__top .l-footer__nav-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 768px) {
  footer .l-footer__inner .l-footer__top .l-footer__nav-container {
    flex-direction: column;
    width: 100%;
  }
}
footer .l-footer__inner .l-footer__top .l-footer__nav-container ul {
  display: flex;
  letter-spacing: 0.1em;
  gap: 20px;
}
@media (max-width: 768px) {
  footer .l-footer__inner .l-footer__top .l-footer__nav-container ul {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0;
  }
}
@media (max-width: 768px) {
  footer .l-footer__inner .l-footer__top .l-footer__nav-container ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid black;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  footer .l-footer__inner .l-footer__top .l-footer__nav-container ul li:first-child {
    border-top: 1px solid black;
  }
}
footer .l-footer__inner .l-footer__company {
  display: flex;
  flex-direction: column;
  width: 100%;
}
footer .l-footer__inner .l-footer__company .l-footer__company-title {
  font-size: 14px;
}
footer .l-footer__inner .l-footer__company .l-footer__company-name {
  font-size: 14px;
}
footer .l-footer__inner .l-footer__company .l-footer__address {
  font-size: 14px;
}
footer .l-footer__inner .l-footer__company .l-footer__ceo-name {
  font-size: 14px;
}
footer .l-footer__inner .l-footer__info {
  display: flex;
  justify-content: right;
  width: 100%;
  font-size: 14px;
}
@media (max-width: 768px) {
  footer .l-footer__inner .l-footer__info {
    justify-content: center;
    text-align: center;
    margin-top: 30px;
  }
}
footer .l-footer__inner .l-footer__info a {
  width: -moz-fit-content;
  width: fit-content;
}

.l-section--pad-default {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (max-width: 992px) {
  .l-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .l-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.l-section--background-light-gray {
  background-color: #f5f5f5;
}
.l-section--background-middle-gray {
  background-color: #d9d9d9;
}
.l-section--background-black {
  color: white;
  background-color: black;
}
.l-section__inner {
  max-width: var(--content-size, 960px);
  margin-inline: auto;
  /* 幅バリエーション（__inner の修飾子） */
}
.l-section__inner--narrow {
  --content-size: 814px;
}
.l-section__inner--wide {
  --content-size: 1280px;
}
.l-section__inner--full {
  --content-size: 100%;
}
.l-section__inner--center {
  text-align: center;
}

.p-top .p-top__section {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .p-top .p-top__section {
    padding: 60px 16px;
  }
}
@media (max-width: 576px) {
  .p-top .p-top__section {
    padding: 30px 16px;
  }
}
.p-top .p-top__section-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 45px;
}
@media (max-width: 576px) {
  .p-top .p-top__section-inner {
    gap: 30px;
  }
}
.p-top h1 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 35px;
  letter-spacing: 0.11em;
  text-align: center;
}
.p-top h2 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 35px;
  letter-spacing: 0.11em;
  text-align: center;
}
@media (max-width: 576px) {
  .p-top h2 {
    font-size: 23px;
    line-height: 1.4;
  }
}
.p-top p {
  font-size: 20px;
  letter-spacing: 0.06em;
}
.p-top .p-top__title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.p-top .p-top__title-container h2 {
  line-height: 1;
}
.p-top .p-top__title-container p {
  font-size: 14px;
}
.p-top .p-top__mv {
  position: relative;
  height: 70vh;
  background: url("../images/mv-bg.webp") no-repeat;
  background-position: left 0 top 17%;
  background-size: 110%;
}
@media (max-width: 576px) {
  .p-top .p-top__mv {
    background: url("../images/mv-bg-sp.webp") no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.p-top .p-top__mv .p-top__mv-content {
  position: absolute;
  top: 55%;
  left: 5%;
  display: flex;
  flex-direction: column;
  font-size: 48px;
  color: white;
  transform: translateY(-50%);
  gap: 4vw;
}
@media (max-width: 992px) {
  .p-top .p-top__mv .p-top__mv-content {
    top: 50%;
  }
}
@media (max-width: 576px) {
  .p-top .p-top__mv .p-top__mv-content {
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-top .p-top__mv .p-top__mv-content .p-top__mv-title-image {
  width: 50vw;
}
@media (max-width: 576px) {
  .p-top .p-top__mv .p-top__mv-content .p-top__mv-title-image {
    width: 95vw;
  }
}
.p-top .p-top__mv .p-top__mv-content .p-top__mv-points-image--pc {
  width: 40vw;
}
@media (max-width: 992px) {
  .p-top .p-top__mv .p-top__mv-content .p-top__mv-points-image--pc {
    width: 50vw;
  }
}
@media (max-width: 576px) {
  .p-top .p-top__mv .p-top__mv-content .p-top__mv-points-image--pc {
    display: none;
  }
}
.p-top .p-top__mv .p-top__mv-points-image--sp {
  display: none;
}
@media (max-width: 576px) {
  .p-top .p-top__mv .p-top__mv-points-image--sp {
    position: absolute;
    bottom: -3%;
    left: 50%;
    display: block;
    width: 95vw;
    height: auto;
    transform: translateX(-50%);
  }
}
.p-top .p-top__problem {
  color: white;
  background: linear-gradient(#3e6078 0, #163042 100%);
}
.p-top .p-top__problem .p-top__problem-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 20px;
  border: white 1px solid;
  gap: 30px;
}
@media (max-width: 576px) {
  .p-top .p-top__problem .p-top__problem-inner {
    padding: 30px 16px;
  }
}
.p-top .p-top__problem .p-top__problem-inner::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-bottom: 50px solid white;
  border-left: 50px solid transparent;
  content: "";
}
@media (max-width: 576px) {
  .p-top .p-top__problem .p-top__problem-inner::before {
    border-bottom: 25px solid white;
    border-left: 25px solid transparent;
  }
}
.p-top .p-top__problem .p-top__problem-inner .p-top__problem-title {
  font-size: 24px;
}
@media (max-width: 576px) {
  .p-top .p-top__problem .p-top__problem-inner .p-top__problem-title {
    font-size: 18px;
    letter-spacing: 0;
    margin-left: -6px;
    margin-right: -6px;
  }
}
.p-top .p-top__problem .p-top__problem-inner .p-top__problem-text {
  font-weight: 300;
}
@media (max-width: 576px) {
  .p-top .p-top__problem .p-top__problem-inner .p-top__problem-text {
    font-size: 16px;
  }
}
.p-top .p-top__about {
  position: relative;
  z-index: -1;
  background-image: url("../images/about-bg.webp");
  background-position: 0 26%;
  background-size: cover;
}
@media (max-width: 768px) {
  .p-top .p-top__about {
    background-position: center;
  }
}
.p-top .p-top__about::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(210, 225, 236, 0.85);
  content: "";
}
@media (max-width: 576px) {
  .p-top .p-top__about .p-top__about-title {
    font-size: 19px;
  }
}
.p-top .p-top__about .p-top__about-title strong {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 49px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .p-top .p-top__about .p-top__about-title strong {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .p-top .p-top__about .p-top__about-title strong {
    font-size: 35px;
  }
}
.p-top .p-top__about .p-top__about-title small {
  font-size: 29px;
}
@media (max-width: 768px) {
  .p-top .p-top__about .p-top__about-title small {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .p-top .p-top__about .p-top__about-title small {
    font-size: 20px;
  }
}
.p-top .p-top__about .p-top__about-subtitle {
  font-size: 35px;
}
@media (max-width: 768px) {
  .p-top .p-top__about .p-top__about-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .p-top .p-top__about .p-top__about-subtitle {
    font-size: 17px;
  }
}
.p-top .p-top__about .p-top__about-subtitle small {
  font-size: 25px;
}
@media (max-width: 768px) {
  .p-top .p-top__about .p-top__about-subtitle small {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .p-top .p-top__about .p-top__about-subtitle small {
    font-size: 16px;
  }
}
.p-top .p-top__about .p-top__about-text {
  line-height: 180%;
}
@media (max-width: 576px) {
  .p-top .p-top__about .p-top__about-text {
    font-size: 16px;
  }
}
.p-top .p-top__features {
  background: #eff8ff;
}
.p-top .p-top__features .p-top__features-box-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.p-top .p-top__features .p-top__features-box-container .p-top__features-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px;
  background-color: white;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-top .p-top__features .p-top__features-box-container .p-top__features-box {
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
  }
}
.p-top .p-top__features .p-top__features-box-container .p-top__features-box:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-top .p-top__features .p-top__features-box-container .p-top__features-box:nth-child(2n) {
    flex-direction: column;
  }
}
.p-top .p-top__features .p-top__features-box-container .p-top__features-box:nth-child(2n) .p-top__features-box-number {
  right: 20px;
  left: auto;
}
@media (max-width: 576px) {
  .p-top .p-top__features .p-top__features-box-container .p-top__features-box:nth-child(2n) .p-top__features-box-number {
    right: auto;
    left: 20px;
  }
}
.p-top .p-top__features .p-top__features-box-container .p-top__features-box .p-top__features-box-number {
  position: absolute;
  top: 0;
  left: 20px;
  font-family: "Advent Pro", sans-serif;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #013358;
}
.p-top .p-top__features .p-top__features-box-container .p-top__features-box .p-top__features-box-text-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-top .p-top__features .p-top__features-box-container .p-top__features-box .p-top__features-box-text-container .p-top__features-box-title {
  font-size: 22px;
}
@media (max-width: 576px) {
  .p-top .p-top__features .p-top__features-box-container .p-top__features-box .p-top__features-box-text-container .p-top__features-box-title {
    font-size: 18px;
    line-height: 1.4;
  }
}
.p-top .p-top__features .p-top__features-box-container .p-top__features-box .p-top__features-box-text-container .p-top__features-box-text {
  font-size: 18px;
}
@media (max-width: 576px) {
  .p-top .p-top__features .p-top__features-box-container .p-top__features-box .p-top__features-box-text-container .p-top__features-box-text {
    font-size: 16px;
  }
}
.p-top .p-top__features .p-top__features-box-container .p-top__features-box .p-top__features-box-image {
  width: 200px;
  height: 200px;
  min-width: 200px;
}
.p-top .p-top__recommend {
  background: linear-gradient(-45deg, #dcedf9 30%, #e5f4ed 100%);
}
.p-top .p-top__recommend .p-top__recommend-list-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px;
  border: black 1px solid;
  background-color: white;
}
@media (max-width: 576px) {
  .p-top .p-top__recommend .p-top__recommend-list-container {
    padding: 16px;
  }
}
.p-top .p-top__recommend .p-top__recommend-list-container .p-top__recommend-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-top .p-top__recommend .p-top__recommend-list-container .p-top__recommend-list .p-top__recommend-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 576px) {
  .p-top .p-top__recommend .p-top__recommend-list-container .p-top__recommend-list .p-top__recommend-item {
    min-height: 30px;
  }
}
.p-top .p-top__recommend .p-top__recommend-list-container .p-top__recommend-list .p-top__recommend-item .p-top__recommend-item-icon {
  width: 28px;
  height: 29.96px;
}
@media (max-width: 576px) {
  .p-top .p-top__recommend .p-top__recommend-list-container .p-top__recommend-list .p-top__recommend-item .p-top__recommend-item-icon {
    width: 20px;
    height: 21px;
    min-width: 20px;
  }
}
.p-top .p-top__recommend .p-top__recommend-list-container .p-top__recommend-list .p-top__recommend-item .p-top__recommend-item-text {
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .p-top .p-top__recommend .p-top__recommend-list-container .p-top__recommend-list .p-top__recommend-item .p-top__recommend-item-text {
    font-size: 16px;
    line-height: 1.4;
  }
}
.p-top .p-top__risk {
  color: white;
  background: linear-gradient(#3e6078 0, #163042 100%);
}
.p-top .p-top__risk .p-top__risk-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-top .p-top__risk .p-top__risk-title-container .p-top__risk-subtitle {
  font-family: "Noto Serif JP", sans-serif;
}
@media (max-width: 576px) {
  .p-top .p-top__risk .p-top__risk-title-container .p-top__risk-subtitle {
    font-size: 16px;
  }
}
.p-top .p-top__risk .p-top__risk-description {
  text-align: center;
}
@media (max-width: 576px) {
  .p-top .p-top__risk .p-top__risk-description {
    font-size: 16px;
    text-align: left;
  }
}
.p-top .p-top__risk .p-top__risk-box-container {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.p-top .p-top__risk .p-top__risk-box-container .p-top__risk-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  background-image: linear-gradient(to right, white, white 10px, transparent 3px, transparent 8px), linear-gradient(to bottom, white, white 10px, transparent 3px, transparent 8px), linear-gradient(to left, white, white 10px, transparent 3px, transparent 8px), linear-gradient(to top, white, white 10px, transparent 3px, transparent 8px);
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 20px 1px, 1px 20px, 20px 1px, 1px 20px;
  gap: 20px;
}
.p-top .p-top__risk .p-top__risk-box-container .p-top__risk-box .p-top__risk-box-number {
  position: absolute;
  top: -17px;
  padding: 5px 8px 5px 10px;
  font-weight: 600;
  color: #013358;
  background-color: white;
}
.p-top .p-top__risk .p-top__risk-box-container .p-top__risk-box .p-top__risk-box-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.p-top .p-top__risk .p-top__risk-box-container .p-top__risk-box .p-top__risk-box-title-container .p-top__risk-box-title {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
.p-top .p-top__risk .p-top__risk-box-container .p-top__risk-box .p-top__risk-box-title-container .p-top__risk-box-subtitle {
  font-size: 14px;
}
.p-top .p-top__risk .p-top__risk-box-container .p-top__risk-box .p-top__risk-box-media {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .p-top .p-top__risk .p-top__risk-box-container .p-top__risk-box .p-top__risk-box-media {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.p-top .p-top__risk .p-top__risk-box-container .p-top__risk-box .p-top__risk-box-media .p-top__risk-box-text-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-top .p-top__risk .p-top__risk-box-container .p-top__risk-box .p-top__risk-box-media .p-top__risk-box-text-content .p-top__risk-box-text-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 576px) {
  .p-top .p-top__risk .p-top__risk-box-container .p-top__risk-box .p-top__risk-box-media .p-top__risk-box-text-content .p-top__risk-box-text-container {
    gap: 0;
  }
}
.p-top .p-top__risk .p-top__risk-box-container .p-top__risk-box .p-top__risk-box-media .p-top__risk-box-text-content .p-top__risk-box-text-container .p-top__risk-box-category-title {
  font-size: 20px;
}
@media (max-width: 576px) {
  .p-top .p-top__risk .p-top__risk-box-container .p-top__risk-box .p-top__risk-box-media .p-top__risk-box-text-content .p-top__risk-box-text-container .p-top__risk-box-category-title {
    font-size: 18px;
  }
}
.p-top .p-top__risk .p-top__risk-box-container .p-top__risk-box .p-top__risk-box-media .p-top__risk-box-text-content .p-top__risk-box-text-container .p-top__risk-box-text {
  font-size: 16px;
  margin-left: 20px;
  margin-top: -10px;
}
@media (max-width: 576px) {
  .p-top .p-top__risk .p-top__risk-box-container .p-top__risk-box .p-top__risk-box-media .p-top__risk-box-text-content .p-top__risk-box-text-container .p-top__risk-box-text {
    font-size: 14px;
    margin-left: 0;
    margin-top: 0;
  }
}
.p-top .p-top__risk .p-top__risk-box-container .p-top__risk-box .p-top__risk-box-media .p-top__risk-box-image {
  width: 296px;
  height: 197px;
  min-width: 296px;
}
.p-top .p-top__risk .p-top__risk-box-container .p-top__risk-box .p-top__risk-box-result {
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 600;
  color: #ff7171;
  background-color: #1c1f21;
}
@media (max-width: 576px) {
  .p-top .p-top__risk .p-top__risk-box-container .p-top__risk-box .p-top__risk-box-result {
    padding: 10px 16px;
    font-size: 16px;
  }
}
.p-top .p-top__problem2 .p-top__problem2-title-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-top .p-top__problem2 .p-top__problem2-title-container .p-top__problem2-title-icon {
  width: 58.26px;
  height: 66.92px;
}
.p-top .p-top__problem2 .p-top__problem2-title-container .p-top__problem2-title {
  font-size: 30px;
  text-align: center;
}
@media (max-width: 576px) {
  .p-top .p-top__problem2 .p-top__problem2-title-container .p-top__problem2-title {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .p-top .p-top__problem2 .p-top__problem2-text {
    font-size: 16px;
  }
}
.p-top .p-top__problem3 {
  background: #d9d9d9;
}
.p-top .p-top__problem3 .p-top__problem3-title-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-top .p-top__problem3 .p-top__problem3-title-container .p-top__problem3-title-icon {
  width: 23.12px;
  height: 71px;
}
.p-top .p-top__problem3 .p-top__problem3-title-container .p-top__problem3-title {
  font-size: 30px;
  text-align: center;
}
@media (max-width: 576px) {
  .p-top .p-top__problem3 .p-top__problem3-title-container .p-top__problem3-title {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .p-top .p-top__problem3 .p-top__problem3-text {
    font-size: 16px;
  }
}
.p-top .p-top__compare {
  background: #eff8ff;
}
.p-top .p-top__compare .p-top__compare-table .p-top__compare-table-header .p-top__compare-table-header-cell {
  width: 265px;
  text-align: center;
  color: white;
  padding-bottom: 10px;
  padding-top: 10px;
}
.p-top .p-top__compare .p-top__compare-table .p-top__compare-table-header .p-top__compare-table-header-cell:first-child {
  width: 215px;
}
@media (max-width: 576px) {
  .p-top .p-top__compare .p-top__compare-table .p-top__compare-table-header .p-top__compare-table-header-cell:first-child {
    width: 40px;
  }
}
.p-top .p-top__compare .p-top__compare-table .p-top__compare-table-header .p-top__compare-table-header-cell:nth-child(2) {
  background: #013358;
  border-right: #013358 4px solid;
  border-left: #013358 4px solid;
}
@media (max-width: 576px) {
  .p-top .p-top__compare .p-top__compare-table .p-top__compare-table-header .p-top__compare-table-header-cell:nth-child(2) {
    min-width: 70px;
  }
}
.p-top .p-top__compare .p-top__compare-table .p-top__compare-table-header .p-top__compare-table-header-cell:nth-child(3) {
  background: #989898;
}
@media (max-width: 576px) {
  .p-top .p-top__compare .p-top__compare-table .p-top__compare-table-header .p-top__compare-table-header-cell:nth-child(3) .p-top__compare-table-header-cell-text {
    font-size: 11px;
  }
}
.p-top .p-top__compare .p-top__compare-table .p-top__compare-table-header .p-top__compare-table-header-cell:nth-child(4) {
  background: #989898;
}
.p-top .p-top__compare .p-top__compare-table .p-top__compare-table-header .p-top__compare-table-header-cell .p-top__compare-table-header-cell-text {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: -5px;
}
@media (max-width: 576px) {
  .p-top .p-top__compare .p-top__compare-table .p-top__compare-table-header .p-top__compare-table-header-cell .p-top__compare-table-header-cell-text {
    font-size: 12px;
  }
}
.p-top .p-top__compare .p-top__compare-table .p-top__compare-table-header .p-top__compare-table-header-cell .p-top__compare-table-header-cell-supplement {
  font-weight: 400;
}
@media (max-width: 576px) {
  .p-top .p-top__compare .p-top__compare-table .p-top__compare-table-header .p-top__compare-table-header-cell .p-top__compare-table-header-cell-supplement {
    font-size: 11px;
  }
}
.p-top .p-top__compare .p-top__compare-table .p-top__compare-table-body .p-top__compare-table-body-row .p-top__compare-table-body-cell {
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
  background-color: white;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .p-top .p-top__compare .p-top__compare-table .p-top__compare-table-body .p-top__compare-table-body-row .p-top__compare-table-body-cell {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.p-top .p-top__compare .p-top__compare-table .p-top__compare-table-body .p-top__compare-table-body-row .p-top__compare-table-body-cell:nth-child(1) {
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-top .p-top__compare .p-top__compare-table .p-top__compare-table-body .p-top__compare-table-body-row .p-top__compare-table-body-cell:nth-child(1) {
    writing-mode: vertical-rl;
  }
}
@media (max-width: 576px) {
  .p-top .p-top__compare .p-top__compare-table .p-top__compare-table-body .p-top__compare-table-body-row .p-top__compare-table-body-cell:nth-child(1) .p-top__compare-table-body-cell-text {
    font-size: 14px;
  }
}
.p-top .p-top__compare .p-top__compare-table .p-top__compare-table-body .p-top__compare-table-body-row .p-top__compare-table-body-cell:nth-child(2) {
  border-right: #013358 4px solid;
  border-left: #013358 4px solid;
}
.p-top .p-top__compare .p-top__compare-table .p-top__compare-table-body .p-top__compare-table-body-row .p-top__compare-table-body-cell .p-top__compare-table-body-cell-text {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-top .p-top__compare .p-top__compare-table .p-top__compare-table-body .p-top__compare-table-body-row .p-top__compare-table-body-cell .p-top__compare-table-body-cell-text {
    width: 100%;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
  }
}
.p-top .p-top__compare .p-top__compare-table .p-top__compare-table-body .p-top__compare-table-body-row .p-top__compare-table-body-cell .p-top__compare-symbol {
  width: 29px;
  height: 29px;
  margin-bottom: 5px;
}
.p-top .p-top__compare .p-top__compare-table .p-top__compare-table-body .p-top__compare-table-body-row:last-child .p-top__compare-table-body-cell:nth-child(2) {
  border-bottom: #013358 4px solid;
}
.p-top .p-top__reason {
  background-color: #fffff8;
}
@media (max-width: 576px) {
  .p-top .p-top__reason .p-top__reason-title {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .p-top .p-top__reason .p-top__reason-box-container {
    margin-top: -20px;
  }
}
.p-top .p-top__reason .p-top__reason-box-container .p-top__reason-box {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: #000 1px solid;
  gap: 20px;
}
@media (max-width: 576px) {
  .p-top .p-top__reason .p-top__reason-box-container .p-top__reason-box {
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
  }
}
.p-top .p-top__reason .p-top__reason-box-container .p-top__reason-box:last-child {
  border-bottom: none;
}
.p-top .p-top__reason .p-top__reason-box-container .p-top__reason-box .p-top__reason-box-text-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-top .p-top__reason .p-top__reason-box-container .p-top__reason-box .p-top__reason-box-text-container .p-top__reason-box-title-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-top .p-top__reason .p-top__reason-box-container .p-top__reason-box .p-top__reason-box-text-container .p-top__reason-box-title-container .p-top__reason-box-title-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  min-width: 58px;
  font-size: 30px;
  font-weight: 600;
  color: white;
  border-radius: 29px;
  background-color: #013358;
  padding-bottom: 3px;
}
@media (max-width: 576px) {
  .p-top .p-top__reason .p-top__reason-box-container .p-top__reason-box .p-top__reason-box-text-container .p-top__reason-box-title-container .p-top__reason-box-title-number {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 20px;
  }
}
.p-top .p-top__reason .p-top__reason-box-container .p-top__reason-box .p-top__reason-box-text-container .p-top__reason-box-title-container .p-top__reason-box-title {
  font-size: 20px;
}
@media (max-width: 576px) {
  .p-top .p-top__reason .p-top__reason-box-container .p-top__reason-box .p-top__reason-box-text-container .p-top__reason-box-title-container .p-top__reason-box-title {
    font-size: 18px;
    line-height: 1.4;
  }
}
.p-top .p-top__reason .p-top__reason-box-container .p-top__reason-box .p-top__reason-box-text-container .p-top__reason-box-text {
  font-size: 18px;
}
@media (max-width: 576px) {
  .p-top .p-top__reason .p-top__reason-box-container .p-top__reason-box .p-top__reason-box-text-container .p-top__reason-box-text {
    font-size: 16px;
  }
}
.p-top .p-top__reason .p-top__reason-box-container .p-top__reason-box .p-top__reason-box-image {
  width: 286px;
  height: 161px;
  min-width: 286px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top .p-top__step .p-top__step-title {
  font-size: 20px;
}
.p-top .p-top__step .p-top__step-description {
  font-size: 16px;
}
.p-top .p-top__step .p-top__step-box-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
@media (max-width: 576px) {
  .p-top .p-top__step .p-top__step-box-container {
    gap: 16px;
  }
}
.p-top .p-top__step .p-top__step-box-container .p-top__step-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.p-top .p-top__step .p-top__step-box-container .p-top__step-box .p-top__step-list-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
@media (max-width: 576px) {
  .p-top .p-top__step .p-top__step-box-container .p-top__step-box .p-top__step-list-title {
    font-size: 18px;
  }
}
.p-top .p-top__step .p-top__step-box-container .p-top__step-box .p-top__step-list-title::after {
  display: inline-block;
  width: 85%;
  height: 1px;
  content: "";
  vertical-align: middle;
  background-color: #000;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .p-top .p-top__step .p-top__step-box-container .p-top__step-box .p-top__step-list-title::after {
    width: 65%;
  }
}
.p-top .p-top__step .p-top__step-box-container .p-top__step-box .p-top__step-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 576px) {
  .p-top .p-top__step .p-top__step-box-container .p-top__step-box .p-top__step-list {
    gap: 16px;
  }
}
.p-top .p-top__step .p-top__step-box-container .p-top__step-box .p-top__step-list .p-top__step-item {
  display: flex;
  align-items: stretch;
  border: #013358 1px solid;
  gap: 20px;
}
@media (max-width: 576px) {
  .p-top .p-top__step .p-top__step-box-container .p-top__step-box .p-top__step-list .p-top__step-item {
    gap: 16px;
  }
}
.p-top .p-top__step .p-top__step-box-container .p-top__step-box .p-top__step-list .p-top__step-item .p-top__step-item-number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  min-width: 90px;
  font-size: 17px;
  font-weight: 600;
  color: white;
  background-color: #013358;
  padding-top: 10px;
}
@media (max-width: 576px) {
  .p-top .p-top__step .p-top__step-box-container .p-top__step-box .p-top__step-list .p-top__step-item .p-top__step-item-number {
    width: 60px;
    min-width: 60px;
    font-size: 13px;
  }
}
.p-top .p-top__step .p-top__step-box-container .p-top__step-box .p-top__step-list .p-top__step-item .p-top__step-item-number em {
  font-size: 44px;
  font-style: normal;
  margin-top: -20px;
}
@media (max-width: 576px) {
  .p-top .p-top__step .p-top__step-box-container .p-top__step-box .p-top__step-list .p-top__step-item .p-top__step-item-number em {
    font-size: 30px;
    margin-top: -14px;
  }
}
.p-top .p-top__step .p-top__step-box-container .p-top__step-box .p-top__step-list .p-top__step-item .p-top__step-item-text-container {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 20px 0;
  gap: 10px;
}
@media (max-width: 576px) {
  .p-top .p-top__step .p-top__step-box-container .p-top__step-box .p-top__step-list .p-top__step-item .p-top__step-item-text-container {
    padding: 16px 16px 16px 0;
    gap: 5px;
  }
}
@media (max-width: 576px) {
  .p-top .p-top__step .p-top__step-box-container .p-top__step-box .p-top__step-list .p-top__step-item .p-top__step-item-text-container .p-top__step-item-title {
    font-size: 16px;
  }
}
.p-top .p-top__step .p-top__step-box-container .p-top__step-box .p-top__step-list .p-top__step-item .p-top__step-item-text-container .p-top__step-item-text {
  font-size: 18px;
  text-align: justify;
}
@media (max-width: 576px) {
  .p-top .p-top__step .p-top__step-box-container .p-top__step-box .p-top__step-list .p-top__step-item .p-top__step-item-text-container .p-top__step-item-text {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.p-top .p-top__problem4 {
  background: #f5f5f5;
}
.p-top .p-top__problem4 .p-top__problem4-title-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-top .p-top__problem4 .p-top__problem4-title-container .p-top__problem4-title-icon {
  width: 32.28px;
  height: 79px;
}
.p-top .p-top__problem4 .p-top__problem4-title-container .p-top__problem4-title {
  font-size: 30px;
  text-align: center;
}
@media (max-width: 576px) {
  .p-top .p-top__problem4 .p-top__problem4-title-container .p-top__problem4-title {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .p-top .p-top__problem4 .p-top__problem4-description {
    font-size: 16px;
  }
}
.p-top .p-top__compare2 {
  background-color: #fffff8;
}
@media (max-width: 576px) {
  .p-top .p-top__compare2 .p-top__compare2-title-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .p-top .p-top__compare2 .p-top__compare2-title-container .p-top__compare2-description {
    font-size: 16px;
  }
}
.p-top .p-top__compare2 .p-top__compare2-note {
  width: 100%;
  font-size: 14px;
}
@media (max-width: 576px) {
  .p-top .p-top__compare2 .p-top__compare2-note {
    font-size: 12px;
  }
}
.p-top .p-top__fee {
  background-color: #eff8ff;
}
.p-top .p-top__fee .p-top__main-fee-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-title {
  font-size: 25px;
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container {
    flex-direction: column;
  }
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 48%;
  padding: 20px;
  border-top: #013358 10px solid;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  background-color: white;
  gap: 20px;
}
@media (max-width: 576px) {
  .p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box {
    padding: 16px;
  }
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-title-container .p-top__main-fee-box-subtitle {
  font-size: 14px;
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-title-container .p-top__main-fee-box-title {
  font-size: 30px;
  line-height: 1.4;
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-description {
  font-size: 14px;
  text-align: center;
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-fee {
  font-size: 18px;
  font-weight: 800;
}
@media (max-width: 576px) {
  .p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-fee {
    margin-top: -10px;
  }
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-fee em {
  font-size: 40px;
  font-style: normal;
  color: #ed8a01;
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-point-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-point-list .p-top__main-fee-box-point-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 3px 0 10px;
  font-weight: 600;
  border-bottom: #e1e3e4 1px solid;
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-point-list .p-top__main-fee-box-point-item:nth-child(3) {
  align-items: start;
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-point-list .p-top__main-fee-box-point-item:nth-child(3) .p-top__main-fee-box-point-item-text {
  font-size: 16px;
}
@media (max-width: 576px) {
  .p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-point-list .p-top__main-fee-box-point-item:nth-child(3) .p-top__main-fee-box-point-item-text {
    font-size: 14px;
  }
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-point-list .p-top__main-fee-box-point-item:nth-child(4) {
  align-items: start;
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-point-list .p-top__main-fee-box-point-item:nth-child(4) .p-top__main-fee-box-point-item-text {
  font-size: 16px;
}
@media (max-width: 576px) {
  .p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-point-list .p-top__main-fee-box-point-item:nth-child(4) .p-top__main-fee-box-point-item-text {
    font-size: 14px;
  }
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-point-list .p-top__main-fee-box-point-item:last-child {
  border-bottom: none;
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-point-list .p-top__main-fee-box-point-item:last-child .p-top__main-fee-box-point-item-text {
  font-size: 16px;
}
@media (max-width: 576px) {
  .p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-point-list .p-top__main-fee-box-point-item:last-child .p-top__main-fee-box-point-item-text {
    font-size: 14px;
  }
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-point-list .p-top__main-fee-box-point-item .p-top__main-fee-box-point-item-title {
  min-width: 150px;
  line-height: 140%;
}
@media (max-width: 576px) {
  .p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-point-list .p-top__main-fee-box-point-item .p-top__main-fee-box-point-item-title {
    min-width: 130px;
    font-size: 14px;
  }
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-point-list .p-top__main-fee-box-point-item .p-top__main-fee-box-point-item-text {
  font-size: 18px;
}
@media (max-width: 576px) {
  .p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-point-list .p-top__main-fee-box-point-item .p-top__main-fee-box-point-item-text {
    font-size: 16px;
  }
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-point-list .p-top__main-fee-box-point-item .p-top__main-fee-box-point-item-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-point-list .p-top__main-fee-box-point-item .p-top__main-fee-box-point-item-list .p-top__main-fee-box-point-item-list-item {
  font-size: 16px;
}
@media (max-width: 576px) {
  .p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-point-list .p-top__main-fee-box-point-item .p-top__main-fee-box-point-item-list .p-top__main-fee-box-point-item-list-item {
    font-size: 14px;
  }
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-note {
  font-size: 14px;
}
@media (max-width: 576px) {
  .p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-box-container .p-top__main-fee-box .p-top__main-fee-box-note {
    font-size: 12px;
  }
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-supplement-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 30px;
  background: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  gap: 20px;
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-supplement-box .p-top__main-fee-supplement-box-title {
  font-size: 30px;
}
@media (max-width: 576px) {
  .p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-supplement-box .p-top__main-fee-supplement-box-title {
    font-size: 20px;
  }
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-supplement-box .p-top__main-fee-supplement-statement {
  font-size: 16px;
}
@media (max-width: 576px) {
  .p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-supplement-box .p-top__main-fee-supplement-statement {
    font-size: 14px;
  }
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-supplement-box .p-top__main-fee-supplement-item .p-top__main-fee-supplement-item-title {
  font-size: 16px;
}
.p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-supplement-box .p-top__main-fee-supplement-item .p-top__main-fee-supplement-item-text {
  font-size: 16px;
}
@media (max-width: 576px) {
  .p-top .p-top__fee .p-top__main-fee-container .p-top__main-fee-supplement-box .p-top__main-fee-supplement-item .p-top__main-fee-supplement-item-text {
    font-size: 14px;
  }
}
.p-top .p-top__fee .p-top__option-fee-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-top .p-top__fee .p-top__option-fee-statement {
  font-size: 16px;
  text-align: center;
}
@media (max-width: 576px) {
  .p-top .p-top__fee .p-top__option-fee-statement {
    font-size: 14px;
    text-align: left;
  }
}
.p-top .p-top__fee .p-top__option-fee-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 30px;
}
.p-top .p-top__fee .p-top__option-fee-content .p-top__option-fee-container {
  display: flex;
  flex-flow: column wrap;
  gap: 10px;
}
.p-top .p-top__fee .p-top__option-fee-content .p-top__option-fee-container .p-top__option-fee-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 576px) {
  .p-top .p-top__fee .p-top__option-fee-content .p-top__option-fee-container .p-top__option-fee-list {
    gap: 16px;
  }
}
.p-top .p-top__fee .p-top__option-fee-content .p-top__option-fee-container .p-top__option-fee-list .p-top__option-fee-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 277px;
  min-width: 290px;
  padding: 16px;
  border-top: #163042 5px solid;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  background-color: white;
  gap: 10px;
}
@media (max-width: 576px) {
  .p-top .p-top__fee .p-top__option-fee-content .p-top__option-fee-container .p-top__option-fee-list .p-top__option-fee-item {
    width: 100%;
  }
}
.p-top .p-top__fee .p-top__option-fee-content .p-top__option-fee-container .p-top__option-fee-list .p-top__option-fee-item .p-top__option-fee-item-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.p-top .p-top__fee .p-top__option-fee-content .p-top__option-fee-container .p-top__option-fee-list .p-top__option-fee-item .p-top__option-fee-item-title--small {
  font-size: 16px;
}
.p-top .p-top__fee .p-top__option-fee-content .p-top__option-fee-container .p-top__option-fee-list .p-top__option-fee-item .p-top__option-fee-price {
  font-size: 18px;
  font-weight: 900;
}
.p-top .p-top__fee .p-top__option-fee-content .p-top__option-fee-container .p-top__option-fee-list .p-top__option-fee-item .p-top__option-fee-price em {
  font-size: 40px;
  font-style: normal;
  line-height: 1;
}
.p-top .p-top__case .p-top__case-box-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 576px) {
  .p-top .p-top__case .p-top__case-box-container {
    gap: 20px;
  }
}
.p-top .p-top__case .p-top__case-box-container .p-top__case-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px 20px;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.25);
  gap: 20px;
}
@media (max-width: 992px) {
  .p-top .p-top__case .p-top__case-box-container .p-top__case-box {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .p-top .p-top__case .p-top__case-box-container .p-top__case-box {
    padding: 16px;
  }
}
.p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-number {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  color: #013358;
}
@media (max-width: 992px) {
  .p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-number {
    position: static;
    width: 100%;
  }
}
.p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-number::before {
  display: inline-block;
  width: 10px;
  height: 37px;
  background: #013358;
  content: "";
  vertical-align: middle;
  margin-right: 10px;
}
.p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-title-container {
    margin-top: -20px;
  }
}
@media (max-width: 576px) {
  .p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-title-container {
    gap: 10px;
    margin-top: -10px;
  }
}
.p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-title-container .p-top__case-box-lead {
  font-size: 18px;
  margin-bottom: -15px;
  margin-top: 10px;
}
@media (max-width: 576px) {
  .p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-title-container .p-top__case-box-lead {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: -5px;
  }
}
.p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-title-container .p-top__case-box-title {
  font-size: 22px;
  text-align: center;
  color: #013358;
}
@media (max-width: 768px) {
  .p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-title-container .p-top__case-box-title {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-title-container .p-top__case-box-title {
    font-size: 18px;
    line-height: 1.6;
  }
}
.p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-title-container .p-top__case-box-separate {
  width: 164px;
  height: 1px;
  background-color: #000;
}
.p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-title-container .p-top__case-box-subtitle {
  font-size: 16px;
}
.p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-situation .p-top__case-box-situation-title {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-situation .p-top__case-box-situation-title {
    font-size: 16px;
  }
}
.p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-situation .p-top__case-box-situation-text {
  font-size: 18px;
}
@media (max-width: 992px) {
  .p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-situation .p-top__case-box-situation-text {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-situation .p-top__case-box-situation-text {
    font-size: 14px;
  }
}
.p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-solution {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 30px 20px 25px;
  border: #000 1px solid;
  margin-top: 10px;
}
@media (max-width: 576px) {
  .p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-solution {
    padding: 25px 16px 16px;
  }
}
.p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-solution .p-top__case-box-solution-title {
  position: absolute;
  top: -19px;
  padding: 0 10px;
  font-size: 20px;
  background-color: white;
}
@media (max-width: 576px) {
  .p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-solution .p-top__case-box-solution-title {
    top: -17px;
    font-size: 16px;
  }
}
.p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-solution .p-top__case-box-solution-text-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-solution .p-top__case-box-solution-text-container .p-top__case-box-solution-text {
  font-size: 18px;
}
.p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-solution .p-top__case-box-solution-text-container .p-top__case-box-solution-text strong {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-solution .p-top__case-box-solution-text-container .p-top__case-box-solution-text {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-solution .p-top__case-box-solution-text-container .p-top__case-box-solution-text {
    font-size: 14px;
  }
}
.p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-triangle {
  width: 54.56px;
  height: 21px;
}
.p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-result {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 576px) {
  .p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-result {
    margin-top: -10px;
  }
}
.p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-result .p-top__case-box-result-title {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-result .p-top__case-box-result-title {
    font-size: 20px;
    margin-bottom: -10px;
  }
}
.p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-result .p-top__case-box-result-fee {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-result .p-top__case-box-result-fee {
    font-size: 16px;
  }
}
.p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-result .p-top__case-box-result-fee em {
  font-size: 45px;
  font-style: normal;
  color: #ed8a01;
}
.p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-result .p-top__case-box-result-supplement {
  font-size: 14px;
}
@media (max-width: 576px) {
  .p-top .p-top__case .p-top__case-box-container .p-top__case-box .p-top__case-box-result .p-top__case-box-result-supplement {
    font-size: 12px;
  }
}
.p-top .p-top__problem5 {
  background-color: #f5f5f5;
}
.p-top .p-top__problem5 .p-top__problem5-title-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-top .p-top__problem5 .p-top__problem5-title-container .p-top__problem5-title-icon {
  width: 50px;
  height: 55px;
}
.p-top .p-top__problem5 .p-top__problem5-title-container .p-top__problem5-title {
  font-size: 30px;
  text-align: center;
}
@media (max-width: 576px) {
  .p-top .p-top__problem5 .p-top__problem5-title-container .p-top__problem5-title {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .p-top .p-top__problem5 .p-top__problem5-text {
    font-size: 16px;
  }
}
.p-top .p-top__not-recommend {
  color: white;
  background: linear-gradient(#3e6078 0, #163042 100%);
}
.p-top .p-top__not-recommend .p-top__not-recommend-title {
  font-size: 30px;
}
@media (max-width: 576px) {
  .p-top .p-top__not-recommend .p-top__not-recommend-title {
    font-size: 20px;
  }
}
.p-top .p-top__not-recommend .p-top__not-recommend-text {
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 576px) {
  .p-top .p-top__not-recommend .p-top__not-recommend-text {
    font-size: 14px;
    line-height: 1.8;
  }
}
.p-top .p-top__conditions {
  background-color: #fffff8;
}
.p-top .p-top__conditions .p-top__conditions-text-container {
  padding: 30px 20px;
  border: #000 1px solid;
  background-color: white;
}
@media (max-width: 576px) {
  .p-top .p-top__conditions .p-top__conditions-text-container {
    padding: 20px 16px;
  }
}
.p-top .p-top__conditions .p-top__conditions-text-container .p-top__conditions-text {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}
@media (max-width: 576px) {
  .p-top .p-top__conditions .p-top__conditions-text-container .p-top__conditions-text {
    font-size: 14px;
    line-height: 1.8;
  }
}
.p-top .p-top__contact {
  color: white;
  background-color: #013358;
}
.p-top .p-top__contact .p-top__contact-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -13px;
}
.p-top .p-top__contact .p-top__contact-title-container .p-top__contact-title-eyebrow {
  font-size: 20px;
}
.p-top .p-top__contact .p-top__contact-description {
  font-size: 16px;
  text-align: center;
}
.p-top .p-top__contact .c-contact-form__privacy-policy-text {
  width: 90%;
  font-size: 14px;
  margin-top: -20px;
}
@media (max-width: 576px) {
  .p-top .p-top__contact .c-contact-form__privacy-policy-text {
    width: 100%;
    font-size: 12px;
  }
}

.p-single {
  background-color: #f1f1f1;
}
.p-single .p-single__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .p-single .p-single__main {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  .p-single .p-single__main {
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.p-single .p-single__main .p-single__section-container {
  width: 960px;
  padding: 60px;
  border-radius: 8px;
  background-color: white;
}
@media (max-width: 992px) {
  .p-single .p-single__main .p-single__section-container {
    width: auto;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .p-single .p-single__main .p-single__section-container {
    width: auto;
    padding: 0;
    border-radius: 0;
  }
}
.p-single .p-single__main .p-single__section-container .p-single-hero__inner {
  display: flex;
  flex-direction: column;
}
.p-single .p-single__main .p-single__section-container .p-single-hero__inner h1 {
  min-width: 100%;
  padding: 0;
  line-height: 1.6;
}
.p-single .p-single__main .p-single__section-container .p-single-hero__inner .p-single-hero__date {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .p-single .p-single__main .p-single__section-container .p-single-hero__inner .p-single-hero__thumb {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (max-width: 768px) {
  .p-single .p-single__main .p-single__section-container .p-single-hero__inner {
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-single .p-single__main .p-single__section-container .p-single-hero__inner h1 {
    margin: 16px 0 0;
  }
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner {
  padding-bottom: 60px;
  padding-top: 20px;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner h2 {
  margin: 30px 0 0;
  padding: 20px;
  line-height: 1.6;
  border-radius: 6px;
  background-color: #f1f1f1;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 768px) {
  .p-single .p-single__main .p-single__section-container .p-single-content__inner h2 {
    padding: 10px;
    font-size: 22px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner h3 {
  margin: 30px 0 0;
  font-size: 28px;
  line-height: 1.6;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner h3::after {
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #d9d9d9;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .p-single .p-single__main .p-single__section-container .p-single-content__inner h3 {
    font-size: 20px;
  }
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner h4 {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
  gap: 12px;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner h4::before {
  display: inline-block;
  width: 6px;
  height: 35px;
  border-radius: 10px;
  content: "";
  background-color: #d9d9d9;
}
@media (max-width: 768px) {
  .p-single .p-single__main .p-single__section-container .p-single-content__inner h4::before {
    height: 28px;
  }
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner h5 {
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner p {
  font-weight: 400;
  line-height: 2;
  margin-bottom: 35px;
  margin-top: 35px;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner p strong {
  font-weight: 700;
  font-weight: 600;
  text-decoration-color: #d9d9d9;
  text-decoration-line: underline;
  text-decoration-thickness: 0.6em; /* 線を太く */
  text-underline-offset: -0.2em; /* 文字と線の距離 */
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner ul.wp-block-list {
  display: flex;
  flex-direction: column;
  padding: 16px;
  font-size: 20px;
  background: #fcfcfc;
  border: solid 3px #d9d9d9;
  gap: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  /* 背景色 */
  /* ボックス内の余白 */
  /* 線の種類 太さ 色 */
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner ul.wp-block-list li {
  font-size: 20px;
  line-height: 1.6;
  list-style: disc;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 768px) {
  .p-single .p-single__main .p-single__section-container .p-single-content__inner ul.wp-block-list li {
    font-size: 16px;
  }
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner ol.wp-block-list {
  display: flex;
  flex-direction: column;
  padding: 16px;
  font-size: 20px;
  background: #fcfcfc;
  border: solid 3px #d9d9d9;
  counter-reset: number;
  gap: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  /* 背景色 */
  /* ボックス内の余白 */
  /* 線の種類 太さ 色 */
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner ol.wp-block-list li {
  position: relative;
  font-size: 20px;
  line-height: 1.6;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-left: 35px;
}
@media (max-width: 768px) {
  .p-single .p-single__main .p-single__section-container .p-single-content__inner ol.wp-block-list li {
    font-size: 16px;
  }
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner ol.wp-block-list li::before {
  /* 以下数字をつける */
  position: absolute;
  /* 以下 上下中央寄せのため */
  top: 50%;
  left: 0;
  /* 数字のデザイン変える */
  display: inline-block;
  width: 25px;
  height: 25px;
  font-family: Avenir, "Arial Black", Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  color: white;
  background: black;
  border-radius: 50%;
  transform: translateY(-50%);
  content: counter(number);
  counter-increment: number;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-element-button {
  border-radius: 6px;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-element-button::after {
  content: ">";
  margin-left: 10px;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-details {
  border-radius: 6px;
  box-shadow: 0 0 0 1px #eee;
  margin-top: 1em;
  /* Safariの三角アイコン削除 */
  /* タイトル（summary） */
  /* 開いている時の summary アイコン変更 */
  /* WP純正のコンテンツ要素 */
  /* 開いた時 */
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-details:first-child {
  margin-top: 0;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-details summary::-webkit-details-marker {
  display: none;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-details summary {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  padding: 0.8em 1em;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  background-color: #eee;
  gap: 1em;
  /* アイコン共通 */
  /* 閉じている時のアイコン */
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-details summary::before, .p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-details summary::after {
  justify-self: end;
  grid-column: 2;
  grid-row: 1;
  width: 18px;
  border-bottom: 1px solid #333;
  content: "";
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-details summary::before {
  transition: transform 0.3s;
  transform: rotate(-90deg);
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-details[open] summary::before {
  transform: rotate(0deg);
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-details .wp-block-details__content {
  max-height: 0;
  margin: 0;
  padding: 0 1em;
  box-sizing: content-box;
  overflow: hidden;
  opacity: 0;
  transition: padding 0.2s ease 0.1s, max-height 0.3s, opacity 0.7s;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-details[open] .wp-block-details__content {
  max-height: 100vh;
  opacity: 1;
  padding-block: 1em;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-details p {
  margin: 0;
  padding: 16px;
  font-size: 16px;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-accordion p {
  margin: 16px 0;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner table {
  overflow: hidden;
  border: #b3b3b3 1px solid;
  border-radius: 7px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-collapse: separate;
  border-spacing: 0; /* セル間の隙間をなくす */
  margin-bottom: 30px;
  margin-top: 30px;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner table tbody tr:first-child {
  font-weight: 600;
  text-align: center;
  border: none;
  background-color: #e7e7e7;
  padding-right: 20px;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner table tbody tr td {
  padding: 15px 10px;
  border: #b3b3b3 1px solid;
  vertical-align: middle;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner table tbody tr td:first-child {
  font-weight: 600;
  text-align: center;
  background-color: #e7e7e7;
  padding-right: 20px;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner table tbody tr:first-child td:first-child {
  border-top-left-radius: 6px;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner table tbody tr:first-child td:last-child {
  border-top-right-radius: 6px;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-code {
  position: relative;
  overflow: auto;
  color: #fff;
  background: #1e1e1e; /* VSCode風 */
  border-radius: 6px;
  padding-left: 3.5em; /* 行番号の幅 */
  /* 行ごとに番号を付ける */
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-code code {
  display: block;
  font-family: Consolas, Menlo, monospace;
  font-size: 0.9rem;
  line-height: 1.6;
  white-space: pre;
  counter-reset: line; /* ★ 行数リセット */
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-code code > span {
  display: block;
  counter-increment: line; /* ★ 行数 +1 */
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-code code > span::before {
  display: inline-block;
  width: 2.5em; /* 行番号幅 */
  text-align: right;
  color: #888;
  content: counter(line);
  margin-right: 1em;
  padding-right: 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-separator {
  width: 30%;
  margin: 40px auto;
  border: none;
  border-top: 1px solid #d9d9d9;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-table-of-contents {
  margin: 24px 0;
  padding: 16px 20px;
  font-size: 0.95rem;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background-color: #f9f9fb;
  /* リストの基本スタイルを復活 */
}
@media (max-width: 768px) {
  .p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-table-of-contents {
    padding-left: 0;
  }
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-table-of-contents::before {
  display: block;
  width: calc(100% + 40px);
  margin: -16px -20px 30px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 6px 6px 0 0;
  content: "目次";
  background-color: #d9d9d9;
  padding-bottom: 16px;
  padding-left: 1.5em;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-table-of-contents::before {
    width: calc(100% + 20px);
    margin-left: 0;
  }
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-table-of-contents ul {
  margin: 0;
  padding-left: 1.5em; /* インデント */
}
@media (max-width: 768px) {
  .p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-table-of-contents ul {
    padding-left: 16px;
  }
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-table-of-contents ul ul {
  list-style: circle; /* ◯ にするなど */
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-table-of-contents li {
  margin: 4px 0;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-table-of-contents li a {
  display: inline-block;
  line-height: 1.6;
  text-decoration: underline;
  color: #1d54ba;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-table-of-contents > ul > li {
  margin: 0 0 25px;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-table-of-contents > ul > li > a {
  font-weight: 600;
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-quote {
  position: relative;
  padding: 10px 12px;
  box-sizing: border-box;
  font-style: italic;
  color: #464646;
  background: #f3f3f3;
  border-left: solid 40px #c4c4c4;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.19);
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-quote::before {
  position: absolute;
  top: 60%;
  left: -48px;
  display: inline-block;
  font-family: sans-serif;
  font-size: 80px;
  line-height: 1;
  color: #fff;
  transform: translateY(-50%);
  content: "“";
}
.p-single .p-single__main .p-single__section-container .p-single-content__inner .wp-block-quote p {
  position: relative;
  z-index: 3;
  margin: 10px 0;
  padding: 0;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-single .p-single__main .p-single__section-container .p-single-content__inner {
    padding-top: 0;
  }
  .p-single .p-single__main .p-single__section-container .p-single-content__inner h2::before {
    width: 6px;
    height: 35px;
  }
  .p-single .p-single__main .p-single__section-container .p-single-content__inner h3::after {
    height: 1px;
  }
}

.p-page .p-page-hero__inner {
  display: flex;
  flex-direction: column;
}
.p-page .p-page-hero__inner h1 {
  margin: 30px 0 0;
}
.p-page .p-page-hero__inner .p-page-hero__date {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-page .p-page-hero__inner {
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-page .p-page-hero__inner h1 {
    margin: 16px 0 0;
  }
}
.p-page h2 {
  margin: 20px 0 0;
}
.p-page h2::after {
  display: block;
  width: 100%;
  height: 1.5px;
  content: "";
  background-color: #d9d9d9;
  margin-bottom: 15px;
  margin-top: 15px;
}
.p-page .p-page-content__inner {
  padding-bottom: 60px;
  padding-top: 20px;
}
.p-page .p-page-content__inner h3 {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
  gap: 12px;
}
.p-page .p-page-content__inner h3::before {
  display: inline-block;
  width: 6px;
  height: 45px;
  content: "";
  background-color: #d9d9d9;
}
.p-page .p-page-content__inner h4 {
  margin-top: 20px;
}
.p-page .p-page-content__inner p {
  line-height: 1.8;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .p-page .p-page-content__inner {
    padding-top: 0;
  }
  .p-page .p-page-content__inner h2::before {
    width: 6px;
    height: 35px;
  }
  .p-page .p-page-content__inner h3::after {
    height: 1px;
  }
}

.p-news-archive {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 30px;
}
.p-news-archive .p-news-archive__title-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.p-news-archive .p-news-archive__content {
  padding-top: 30px;
}
.p-news-archive .p-news-archive__content .p-news-archive__button-container {
  display: flex;
  justify-content: space-around;
}
.p-news-archive .p-news-archive__content .p-news-archive__button-container .p-news-archive__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: white;
  background: black;
  margin-top: 20px;
}
.p-news-archive .p-news-archive__content .p-news-archive__button-container .p-news-archive__button.p-news-archive__button--pre {
  margin-right: auto;
}
.p-news-archive .p-news-archive__content .p-news-archive__button-container .p-news-archive__button.p-news-archive__button--next {
  margin-left: auto;
}

.p-blog-archive {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .p-blog-archive {
    margin-top: 45px;
  }
}
@media (max-width: 768px) {
  .p-blog-archive {
    margin-top: 30px;
  }
}
.p-blog-archive .p-blog-archive__title {
  width: 960px;
}
@media (max-width: 992px) {
  .p-blog-archive .p-blog-archive__title {
    width: 632px;
  }
}
@media (max-width: 768px) {
  .p-blog-archive .p-blog-archive__title {
    width: 300px;
  }
}
.p-blog-archive .p-blog-archive__content {
  width: 960px;
}
@media (max-width: 992px) {
  .p-blog-archive .p-blog-archive__content {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .p-blog-archive .p-blog-archive__content {
    padding-top: 30px;
  }
}/*# sourceMappingURL=app.css.map */