@use "sass:math";
.u-pc-only {
  display: block;
}
.u-sp-only {
  display: none;
}
.u-color-red {
  color: #cd0000;
}
.u-color-green {
  color: #00b900;
}
.u-border-green {
  border: 0.1rem solid #00b900;
}
.u-border-red {
  border: 0.1rem solid #cd0000;
}
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
}
.p-hero {
  padding-top: 10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-hero {
    padding-top: 5rem;
    background: #f7f7f7;
  }
}
.p-hero__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-hero__img img {
    aspect-ratio: 750/982;
    width: 100%;
    height: auto;
  }
}
.p-hero__content {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  right: 0;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-hero__content {
    position: relative;
    z-index: 1;
    padding-inline: 1rem;
    text-align: left;
    margin-top: -4.7rem;
    padding-bottom: 0;
  }
}
.p-hero__title {
  font-size: 4.7rem;
  line-height: 1.3;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-hero__title {
    font-size: 2.8rem;
    padding-inline: 1rem;
    background: #fff;
    padding-bottom: 1.1rem;
  }
}
.p-hero__title-small, .p-hero__title-medium, .p-hero__title-main, .p-hero__title-tiny {
  letter-spacing: 0.05em;
}
.p-hero__title-small {
  font-size: 2.7rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-hero__title-small {
    font-size: 1.8rem;
    line-height: calc(40 / 18);
    display: block;
    background: #184098;
    color: #fff;
    text-align: center;
    font-feature-settings: "palt";
    margin-inline: -1rem;
  }
}
.p-hero__title-medium {
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-hero__title-medium {
    font-size: 2rem;
  }
}
.p-hero__title-tiny {
  font-weight: 900;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-hero__title-tiny {
    font-size: 1.3rem;
  }
}
.p-hero__title-main {
  color: #184098;
  font-size: 3.9rem;
  font-weight: 900;
  margin-inline: -3rem;
}
@media screen and (max-width: 767px) {
  .p-hero__title-main {
    font-size: 2.4rem;
    color: #cd0000;
    margin-inline: 0 -0.5rem;
    font-feature-settings: "palt";
  }
}
.p-hero__subcontent img {
  width: 32.9rem;
  height: auto;
  aspect-ratio: 329/227;
  display: block;
  margin-inline: auto;
}
.p-hero__text{
	font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .p-hero__subcontent {
    display: none;
  }

.p-hero__text{
	font-size: 3.6rem;
}
}	
.p-cta {
  max-width: 97rem;
  margin-inline: auto;
  margin-block: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-cta {
    max-width: calc(100% - 4rem);
    margin-block: 2.5rem;
  }
}
.p-cta__inner {
  display: flex;
  gap: 7rem;
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    flex-direction: column;
    gap: 1.3rem;
  }
}
.p-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  padding: 2rem;
  min-height: 14.5rem;
  background: #00b900;
  border: 0.2rem solid #00b900;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  transition: 0.3s;
  border-radius: 1rem;
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1;
  width: calc(50% - 3.5rem);
  position: relative;
  z-index: 1;
  font-feature-settings: "palt";
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-cta__btn {
    width: 100%;
    min-height: 10.8rem;
    font-size: 3rem;
    padding: 1rem;
  }
}
@media (hover: hover) {
  .p-cta__btn:hover {
    background: #fff;
    color: #00b900;
    border-color: #00b900;
    opacity: 1;
  }
  .p-cta__btn:hover::before {
    background: #00b900;
  }
}
.p-cta__btn::before {
  content: "";
  width: 2.5rem;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-cta__btn::before {
    width: 1.9rem;
    right: 0.5rem;
    bottom: 0.6rem;
  }
}
.p-cta__btn-small {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta__btn-small {
    font-size: 2.2rem;
  }
}
.p-cta__btn--red {
  background: #cd0000;
  border-color: #cd0000;
  color: #fff;
  font-size: 3.3rem;
  padding: 1rem 0.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-cta__btn--red {
    font-size: 2.5rem;
    padding: 0.7rem 0.5rem;
  }
}
@media (hover: hover) {
  .p-cta__btn--red:hover {
    background: #fff;
    color: #cd0000;
    border-color: #cd0000;
    opacity: 1;
  }
  .p-cta__btn--red:hover::before {
    background: #cd0000;
  }
}
.p-top-problem {
  padding: 5.6rem 0 10rem;
  position: relative;
  z-index: 1;
}
.p-top-problem2 {
  padding: 5.6rem 0 10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-problem {
    padding-block: 0.4rem 5rem;
  }
  .p-top-problem2 {
    padding-block: 0.4rem 5rem;
  }
}
.p-top-problem::before {
  content: "";
  width: 100%;
  height: 70.2rem;
  left: 0;
  top: 0;
  background: #f7f7f7;
  position: absolute;
  z-index: -1;
}
.p-top-problem2::before {
  content: "";
  width: 100%;
  height: 130rem;
  left: 0;
  top: 0;
  background: #f7f7f7;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-problem::before {
    height: 59.2rem;
  }
  .p-top-problem2::before {
    height: 202rem;
  }
}
.p-top-problem .p-cta {
  margin-top: 0;
}
.p-top-problem + .p-cta {
  margin-block: 6.7rem 10rem;
}
.p-top-problem__inner {
  width: 100%;
  max-width: 124rem;
  margin-inline: auto;
  padding-inline: 2rem;
  margin-top: 16.3rem;
}
.p-top-problem__inner2 {
  width: 100%;
  max-width: 124rem;
  margin-inline: auto;
  padding-inline: 2rem;
  margin-top: 6.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__inner {
    margin-top: 5.2rem;
    padding-inline: 2rem;
  }
  .p-top-problem__inner2 {
    margin-top: 5.2rem;
    padding-inline: 2rem;
  }
}
.p-top-problem__title {
  font-size: 7.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #184098;
  line-height: calc(85 / 72);
  text-align: center;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__title {
    font-size: 2.6rem;
    line-height: calc(44 / 32);
    font-feature-settings: "palt";
    margin-bottom: 2.1rem;
	  letter-spacing: 0rem;
  }
}
.p-top-problem__title-decor {
  display: block;
  margin-inline: auto;
  width: 18.4rem;
  aspect-ratio: 211 / 190;
  height: auto;
}
.p-top-problem__title-decor2 {
  display: block;
  margin-inline: auto;
  width: 12.4rem;
  aspect-ratio: 191 / 175;
  height: auto;
}
.p-top-problem__icon {
  display: inline-block;
}
.p-top-problem__icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.p-top-problem__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.8rem 8.6rem;
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__list {
    margin-top: 3.4rem;
    gap: 5.3rem 0;
  }
}
.p-top-problem__list_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 3.8rem 8.6rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__list_2 {
        margin-top: 2.5rem;
        gap: 2.5rem 0;
  }
}
.p-top-problem__item {
  width: calc((100% - 8.6rem * 2) / 3);
}
@media screen and (max-width: 767px) {
  .p-top-problem__item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-top-problem__item-icon {
  width: 100%;
  max-width: 25.4rem;
  aspect-ratio: 1/1;
  position: relative;
  margin-inline: auto;
}
.p-top-problem__item-icon_2 {
  width: 100%;
  max-width: 25.4rem;
  margin-top: 0.2rem;
  position: relative;
  margin-inline: auto;
}
.p-top-problem__item-icon2 {
  width: 100%;
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-problem__item-icon {
    width: 11.3rem;
  }
}
.p-top-problem__item-icon img {
  position: absolute;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top-problem__item-icon--1 img {
  width: 25.4rem;
  display: block;
  top: unset;
  bottom: 0;
  transform: translate(-50%, 0);
}
.p-top-problem__item-icon--3 img {
  max-width: 31.1rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__item-icon--3 img {
    max-width: 13.8rem;
  }
}
.p-top-problem__item-icon--4 img {
  max-width: 29.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__item-icon--4 img {
    max-width: 13rem;
  }
}
.p-top-problem__item-icon--5 img {
  max-width: 25.4rem;
  top: 45%;
}
@media screen and (max-width: 767px) {
  .p-top-problem__item-icon--5 img {
    max-width: 11.3rem;
  }
}
.p-top-problem__item-title {
font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0em;
    line-height: calc(38 / 28);
    text-align: center;
    margin-top: 1.3rem;
    margin-bottom: 2.5rem;
    background-color: #cd0000;
}
.p-top-problem__item-title2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #184098;
  letter-spacing: 0.1em;
  line-height: calc(38 / 31);
  text-align: center;
margin: 1.3rem auto 1.3rem auto;
}
@media screen and (max-width: 767px) {
  .p-top-problem__item-title {
font-size: 2.3rem;
        line-height: calc(30 / 24);
        width: calc(100% - 11.3rem);
        padding: 1.5rem;
        font-feature-settings: "palt";
        text-align: center;
  }
}
.p-top-problem__item-title_2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #184098;
  letter-spacing: 0.1em;
  line-height: calc(38 / 28);
  text-align: center;
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__item-title_2 {
        font-size: 1.7rem;
        line-height: calc(30 / 24);
        width: calc(100% - 0.3rem);
        text-align: left;
        padding-left: 2.2rem;
        font-feature-settings: "palt";
        letter-spacing: 0rem;
  }
}
.p-top-problem__item-text {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 2rem;
}
.p-top-problem__item-text2 {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__item-text {
    font-size: 1.8rem;
    line-height: calc(24 / 18);
    margin-top: 1.1rem;
    margin-right: -1rem;
  }
  .p-top-problem__item-text2 {
    font-size: 1.6rem;
    line-height: calc(24 / 18);
    margin-top: 1.1rem;
    margin-right: -1rem;
  }
}
.p-top-solution {
  position: relative;
  z-index: 1;
  padding-block: 13rem;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-top-solution {
    padding-block: 5.1rem 4.8rem;
  }
}
.p-top-solution::before {
  content: "";
  width: 100%;
  height: 118rem;
  position: absolute;
  background: #184098;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top-solution::before {
    height: 100%;
  }
}
.p-top-solution__header {
  text-align: center;
}
.p-top-solution__title {
  font-size: 6.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  line-height: calc(85 / 72);
}
@media screen and (max-width: 767px) {
  .p-top-solution__title {
    font-size: 3.2rem;
    line-height: calc(41 / 32);
    margin-inline: -1rem;
  }
}
.p-top-solution__subtitle {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: calc(60 / 28);
  color: #fff;
  margin-top: 5.2rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-top-solution__subtitle {
    font-size: 1.8rem;
    margin-top: 3rem;
    line-height: calc(29 / 18);
    margin-top: 2.3rem;
  }
}
.p-top-solution__inner {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-top-solution__inner {
    margin-top: 2.4rem;
  }
}
.p-top-solution__box {
  border-radius: 2rem;
  padding: 8rem 18rem;
  position: relative;
  aspect-ratio: 1200/1397;
  background: url(../img/top/bg-box-solution.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-top-solution__box {
    padding: 3rem 1rem;
    margin-inline: -1rem;
    aspect-ratio: 355/583;
    background: url(../img/top/bg-box-solution-sp.jpg) no-repeat center center/cover;
  }
}
.p-top-solution__box-title {
  font-size: 5rem;
  font-weight: 700;
  color: #184098;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-solution__box-title {
    font-size: 2.4rem;
    line-height: calc(30 / 24);
  }
}
.p-top-solution__box-content {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 400;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top-solution__box-content {
    margin-top: 1.4rem;
  }
}
.p-top-solution__box-text {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: calc(45 / 28);
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-top-solution__box-text {
    font-size: 1.8rem;
    line-height: 1.56;
  }
}
.p-top-solution__box-text:last-child {
  margin-bottom: 0;
}
.p-top-solution__box-text strong {
  font-weight: 700;
}
.p-top-solution__box-text--large {
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-solution__box-text--large {
    font-size: 1.8rem;
    line-height: calc(28 / 18);
  }
}
.p-top-benefit {
  background: #f7f7f7;
  padding-block: 6.6rem 18.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-benefit {
    padding-block: 5.1rem 3.5rem;
  }
}
.p-top-benefit__title {
  color: #184098;
  text-align: center;
  font-size: 7.2rem;
  line-height: 1.1805555556;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-top-benefit__title {
        font-size: 2.9rem;
        line-height: 1.375;
        letter-spacing: 0rem;
  }
}
.p-top-benefit__title-number {
  font-size: 15rem;
  line-height: 0.5666666667;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-top-benefit__title-number {
    font-size: 3.2rem;
    line-height: 1.375;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
}
.p-top-benefit__list {
  margin-top: 11.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 8.7rem 9rem;
}
@media screen and (max-width: 767px) {
  .p-top-benefit__list {
    margin-top: 4.9rem;
    gap: 3.2rem 5rem;
  }
}
.p-top-benefit__item {
  width: calc((100% - 18rem) / 3);
  position: relative;
  z-index: 1;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-benefit__item {
    width: 100%;
  }
}
.p-top-benefit__item img {
  width: 100%;
}
.p-top-benefit__item:not(:first-child) .p-top-benefit__item-number {
  transform: translate(0, 0);
}
.p-top-benefit__item-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 2.7rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-benefit__item-content {
    padding: 2rem 2.8rem;
  }
}
.p-top-benefit__item-number {
  color: #f0f1ec;
  font-size: 15rem;
  line-height: 0.5666666667;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(7%, 6%);
}
@media screen and (max-width: 767px) {
  .p-top-benefit__item-number {
    font-size: 11.5rem;
    color: #fff;
    font-weight: 500;
  }
}
.p-top-benefit__item-title {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-benefit__item-title {
    font-size: 2.5rem;
    line-height: 1.52;
  }
}
.p-top-benefit__item-text {
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
  width: 100%;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-benefit__item-text {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-top: 0.7rem;
  }
}
.p-top-benefit .p-cta {
  margin-top: 17rem;
  margin-bottom: 0;
}
.p-top-intro {
  padding-block: 18.7rem 11.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-intro {
    padding-block: 2.8rem 1.6rem;
  }
}
.p-top-intro__header {
  text-align: center;
}
.p-top-intro__title {
  font-size: 7.2rem;
  font-weight: 700;
  color: #184098;
  letter-spacing: 0.2em;
  line-height: 1.1805555556;
}
@media screen and (max-width: 767px) {
  .p-top-intro__title {
    font-size: 3.2rem;
    line-height: 1.375;
  }
}
.p-top-intro__title-decor {
  display: block;
  width: 18.4rem;
  aspect-ratio: 184/198;
  height: auto;
  margin-top: 3rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-intro__title-decor {
    width: 9.7rem;
    margin-top: 0.6rem;
  }
}
.p-top-intro__text {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 2.1428571429;
  font-feature-settings: "palt";
  margin-top: 6rem;
  color: #184098;
}
@media screen and (max-width: 767px) {
  .p-top-intro__text {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    margin-top: 0.3rem;
  }
}
.p-top-intro__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem 5rem;
  margin-top: 10.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-intro__list {
    margin-top: 4rem;
    gap: 1.4rem;
  }
}
.p-top-intro__item {
  width: calc((100% - 5rem) / 2);
  border-radius: 2rem;
  border: 0.5rem solid #184098;
  padding: 2.5rem 2.6rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-intro__item {
    border-width: 2px;
    padding: 0.8rem 0.8rem 1.8rem;
    border-radius: 1.3rem;
    width: calc((100% - 1.4rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-top-intro__item:not(.p-top-intro__item--large) {
    padding-bottom: 1.2rem;
    border-radius: 1rem;
  }
}
.p-top-intro__item:not(.p-top-intro__item--large) .p-top-intro__top {
  padding-top: 3rem;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-intro__item:not(.p-top-intro__item--large) .p-top-intro__top {
    padding-top: 0.4rem;
    padding-left: 0.8rem;
  }
}
.p-top-intro__item:not(.p-top-intro__item--large) .p-top-intro__bottom {
  padding-bottom: 0.6rem;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-intro__item:not(.p-top-intro__item--large) .p-top-intro__bottom {
    padding-bottom: 0;
    padding-inline: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-intro__item:not(.p-top-intro__item--large) .p-top-intro__box-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-intro__item:not(.p-top-intro__item--large) .p-top-intro__box-profession {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-intro__item:not(.p-top-intro__item--large) .p-top-intro__box-bio {
    margin-inline: -0.6rem;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .p-top-intro__item:not(.p-top-intro__item--large) .p-top-intro__box-bio li {
    font-size: 0.85rem;
    line-height: 1.3;
    max-width: 6.9rem;
    border-radius: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-intro__item:not(.p-top-intro__item--large) .p-top-intro__box-content {
    font-size: 1.4rem;
    line-height: 1.2857142857;
    font-weight: 500;
    text-align: justify;
  }
}
.p-top-intro__item:not(.p-top-intro__item--large) .p-top-intro__images img {
  border-radius: 1rem 1rem 0 0;
  aspect-ratio: 103/68;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-top-intro__item--large {
  display: grid;
  width: 100%;
  grid-template-columns: 57rem 1fr;
  grid-template-areas: "images top""images bottom";
  gap: 0 7rem;
}
@media screen and (max-width: 767px) {
  .p-top-intro__item--large {
    grid-template-columns: 16.7rem 1fr;
    gap: 0.6rem 1.1rem;
    grid-template-areas: "images top""bottom bottom";
  }
}
.p-top-intro__item--large .p-top-intro__top {
  margin-top: 2.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-intro__item--large .p-top-intro__top {
    margin-top: 1rem;
  }
}
.p-top-intro__item--large .p-top-intro__images img {
  border-radius: 1rem 0 0 1rem;
  aspect-ratio: 57/44;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-intro__item--large .p-top-intro__images img {
    border-radius: 0;
  }
}
.p-top-intro__images {
  width: 100%;
  grid-area: images;
}
.p-top-intro__top {
  grid-area: top;
}
.p-top-intro__bottom {
  grid-area: bottom;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-intro__bottom {
    margin-top: 0.4rem;
  }
}
.p-top-intro__box-title {
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-top-intro__box-title {
    font-size: 2.1rem;
  }
}
.p-top-intro__box-profession {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0.9rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-intro__box-profession {
    font-size: 1.6rem;
    line-height: 1.3125;
    margin-top: 1.2rem;
  }
}
.p-top-intro__box-bio {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-top-intro__box-bio {
    margin-inline: -0.3rem;
    gap: 0.5rem;
  }
}
.p-top-intro__box-bio li {
  width: 100%;
  max-width: 13.3rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99.9rem;
  color: #184098;
  background: #d0d8ea;
  padding: 0.85rem 1rem 1.05rem;
}
@media screen and (max-width: 767px) {
  .p-top-intro__box-bio li {
    font-size: 1.2rem;
    line-height: 1.7;
    padding: 0.2rem 0.8rem;
    border-radius: 0.5rem;
    max-width: 10.2rem;
  }
}
.p-top-intro__box-content {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 5.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-top-intro__box-content {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.375;
    font-weight: 500;
    margin-top: 0.6rem;
    margin-inline: -0.2rem;
  }
}
.p-top-calendar {
  padding-block: 12.5rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-top-calendar {
    padding-block: 0 4.6rem;
  }
}
.p-top-calendar__inner {
  background: #f7f7f7;
  border-radius: 2rem;
  padding-block: 7.3rem 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-calendar__inner {
    padding-block: 2.8rem 2rem;
  }
}
.p-top-calendar .l-container + .p-cta {
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  .p-top-calendar__header {
    display: flex;
    flex-direction: column;
  }
}
.p-top-calendar__title {
  text-align: center;
  font-size: 7.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #184098;
  line-height: calc(85 / 72);
  margin-top: 3rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-top-calendar__title {
    font-size: 2.3rem;
    line-height: calc(44 / 32);
    order: 1;
    margin-top: 0;
  }
}
.p-top-calendar__title-number {
  font-size: 15rem;
  line-height: calc(85 / 150);
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-top-calendar__title-number {
    font-size: 3.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: calc(44 / 32);
  }
}
.p-top-calendar__title-decor {
  display: block;
  width: 10rem;
  aspect-ratio: 100 / 93;
  height: auto;
  margin-top: 3rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-calendar__title-decor {
    width: 5.9rem;
    order: 2;
    margin-top: 0.7rem;
  }
}
.p-top-calendar__text {
  font-size: 2.8rem;
  letter-spacing: 0em;
  font-weight: 700;
  line-height: calc(60 / 28);
  font-feature-settings: "palt";
  margin-top: 4.3rem;
  color: #184098;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-calendar__text {
    font-size: 1.8rem;
    line-height: calc(26 / 18);
    margin-top: 1.8rem;
    order: 3;
  }
}
.p-top-calendar__list {
  margin-top: 8.2rem;
  margin-inline: 8.5rem 7rem;
}
@media screen and (max-width: 767px) {
  .p-top-calendar__list {
    margin-inline: 0;
    margin-top: 2.9rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 3rem;
  }
}
.p-top-calendar__list .swiper-pagination-bullet {
  width: 1.4rem;
  height: 1.4rem;
  background: transparent;
  border: 1px solid #184098;
  border-radius: 50%;
  opacity: 1;
}
.p-top-calendar__list .swiper-pagination-bullet-active {
  background: #184098;
}
.p-top-calendar__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-calendar__item {
    gap: 0;
    padding-inline: 1.5rem;
	         border-bottom: 0.2rem solid #184098;
        padding-bottom: 2rem; 
  }
}
.p-top-calendar__item:not(:last-child) > .p-top-calendar__row {
  border-bottom: 0.2rem solid #184098;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-calendar__item:not(:last-child) > .p-top-calendar__row {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-top-calendar__item:not(:last-child) .p-top-calendar__circle {
  position: relative;
  z-index: 1;
}
.p-top-calendar__item:not(:last-child) .p-top-calendar__circle::before {
  content: "";
  width: 3.7rem;
  aspect-ratio: 37/56;
  position: absolute;
  left: 50%;
  top: calc(100% + 1.8rem);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .p-top-calendar__item:not(:last-child) .p-top-calendar__circle::before {
    display: none;
  }
}
.p-top-calendar__item:not(:first-child) {
  margin-top: 2rem;
}
.p-top-calendar__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 23.5rem);
}
@media screen and (max-width: 767px) {
  .p-top-calendar__row {
    width: 100%;
  }
}
.p-top-calendar__row .p-top-calendar__row {
  width: 100%;
}
.p-top-calendar__row .p-top-calendar__row:not(:last-child) {
  border-bottom: 0.2rem solid #184098;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-calendar__row .p-top-calendar__row:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-top-calendar__row .p-top-calendar__row:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-calendar__row .p-top-calendar__row:not(:first-child) {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-calendar__row .p-top-calendar__row .p-top-calendar__content {
    margin-top: 0;
  }
}
.p-top-calendar__circle {
  background: #184098;
  color: #fff;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  line-height: calc(52 / 35);
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-top-calendar__circle {
    width: 6rem;
    font-size: 1.05rem;
  }
}
.p-top-calendar__circle-number {
  font-size: 7rem;
  line-height: calc(52 / 80);
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-top-calendar__circle-number {
    font-size: 3.8rem;
  }
}
.p-top-calendar__subtitle {
  font-size: 2.6rem;
  line-height: calc(52 / 40);
  font-weight: 700;
  color: #184098;
  font-feature-settings: "palt";
  padding-left: 0.5rem;
  max-width: 28.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-calendar__subtitle {
    font-size: 2.1rem;
    line-height: calc(35 / 28);
    width: calc(100% - 6.5rem);
    padding-left: 1.2rem;
  }
}
.p-top-calendar__subtitle .u-sp-only {
  margin-top: 1rem;
}
.p-top-calendar__content {
  padding-left: 3.5rem;
  width: calc(100% - 28.5rem);
}
@media screen and (max-width: 767px) {
  .p-top-calendar__content {
    padding-left: 0;
    width: 100%;
margin-top: 0.5rem;
        margin-bottom: 0rem;
  }
}
.p-top-calendar__subcontent {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-calendar__subcontent {
    margin-top: 1.5rem;
  }
}
.p-top-calendar__content-list, .p-top-calendar__content-text, .p-top-calendar__content-lead {
  font-size: 2rem;
  font-weight: 400;
  line-height: calc(31 / 20);
  color: #184098;
}
@media screen and (max-width: 767px) {
  .p-top-calendar__content-list, .p-top-calendar__content-text, .p-top-calendar__content-lead {
    font-size: 1.6rem;
    line-height: calc(21 / 16);
  }
}
.p-top-calendar__content-list + .p-top-calendar__content-lead, .p-top-calendar__content-text + .p-top-calendar__content-lead, .p-top-calendar__content-lead + .p-top-calendar__content-lead {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-calendar__content-list + .p-top-calendar__content-lead, .p-top-calendar__content-text + .p-top-calendar__content-lead, .p-top-calendar__content-lead + .p-top-calendar__content-lead {
    margin-top: 2.1rem;
  }
}
.p-top-calendar__content-list--sub {
  line-height: 2;
}
.p-top-calendar__content-text {
  margin-left: 0.5rem;
	margin-bottom: 1rem;
}
.p-top-calendar__content-lead {
  font-weight: 700;
}
.p-top-calendar__content-lead.u-mt-0 {
  margin-top: 0;
}
.p-top-reason {
  background: #184098;
  color: #fff;
  padding-block: 8.5rem 9rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason {
    padding-block: 3.8rem 4.5rem;
  }
}
.p-top-reason + .p-cta {
  margin-top: 3rem;
}
.p-top-reason .l-container + .p-cta {
  margin-top: 11.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason .l-container + .p-cta {
    margin-top: 7.5rem;
  }
}
.p-top-reason__lead {
  display: flex;
  justify-content: center;
}
.p-top-reason__lead-text {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.1666666667;
  font-feature-settings: "palt";
  position: relative;
  z-index: 1;
  margin-left: 7rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__lead-text {
    font-size: 2rem;
    line-height: 1.2;
    margin-left: 2.6rem;
  }
}
.p-top-reason__lead-text::before {
  content: "";
  width: 32.8rem;
  aspect-ratio: 317/167;
  background: url(../img/common/border-message.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-8%, 38%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top-reason__lead-text::before {
    width: 13.6rem;
    aspect-ratio: 136/72;
  }
}
.p-top-reason__title {
  text-align: center;
  font-size: 7.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.1805555556;
  font-feature-settings: "palt";
  margin-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__title {
    font-size: 3.1rem;
    line-height: 1.375;
    margin-top: 1.5rem;
  }
}
.p-top-reason__title-number {
  font-size: 17rem;
  line-height: 0.5666666667;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-top-reason__title-number {
    font-size: 7.3rem;
    line-height: 0.4931506849;
  }
}
.p-top-reason__title-large {
  font-size: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__title-large {
    font-size: 4.3rem;
    line-height: 0.8372093023;
  }
}
.p-top-reason__list {
  width: 78rem;
  margin-inline: auto;
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__list {
    width: 100%;
    margin-top: 5rem;
  }
}
.p-top-reason__item {
  background: #fff;
  border-radius: 0.8rem;
  display: grid;
  grid-template-columns: minmax(0, 11rem) minmax(0, 1fr);
  align-items: center;
  gap: 4.1rem;
  color: #184098;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__item {
    border-radius: 1rem;
    grid-template-columns: minmax(0, 4.7rem) minmax(0, 1fr);
    gap: 1.2rem;
    padding: 0 0.45em;
  }
}
.p-top-reason__item:not(:last-child) {
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__item:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason__item:first-child .p-top-reason__item-content {
    letter-spacing: -0.04em;
    padding: 0.3rem 0;
  }
}
.p-top-reason__item-number {
  font-weight: 500;
}
.p-top-reason__item-number p {
  font-family: "Oswald", sans-serif;
}
.p-top-reason__item-number p:first-child {
  background: #184098;
  color: #fff;
  transform: rotate(-10deg);
  border-radius: 0.3rem;
  padding: 0.8rem 1rem;
  margin-left: -0.3rem;
  letter-spacing: 0.3rem;
  text-align: center;
  font-size: 2.524rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__item-number p:first-child {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    padding: 0.3rem;
  }
}
.p-top-reason__item-number p:last-child {
  font-size: 12rem;
  line-height: 0.85;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__item-number p:last-child {
    font-size: 5.154rem;
    margin-top: 0.5rem;
  }
}
.p-top-reason__item-content {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.3;
  padding: 2rem 0;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-reason__item-content {
    font-size: 1.8rem;
    letter-spacing: 0;
    padding: 0.3rem;
    font-feature-settings: "palt";
  }
}
.p-top-reason__note {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.6071428571;
  color: #fff;
  text-align: center;
  margin-top: 2.5rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-top-reason__note {
    font-size: 1.6rem;
    margin-top: 2.4rem;
  }
}
.p-top-reason__text {
  font-size: 3.7rem;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__text {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    margin-top: 1.9rem;
  }
}
.p-top-reason__text-small {
  font-size: 2.7rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-reason__text-small {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.p-top-fee {
  color: #184098;
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-fee {
    padding: 3.7rem 0 1.7rem;
  }
}
.p-top-fee .l-container {
  max-width: 101rem;
}
@media screen and (max-width: 767px) {
  .p-top-fee .l-container {
    max-width: 100%;
  }
}
.p-top-fee__title {
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: bold;
  border: 0.1rem solid #184098;
  padding: 0 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-fee__title {
    font-size: 2rem;
    line-height: 1.8;
    display: block;
    width: 100%;
  }
}
.p-top-fee__title_2 {
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: bold;
  border: 0.1rem solid #184098;
  padding: 0 0.5rem;
  text-align: center;
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-fee__title_2 {
    font-size: 2rem;
    line-height: 1.8;
    display: block;
    width: 100%;
  }
}
.p-top-fee__sale {
  text-align: center;
  font-size: 7.2rem;
  border-bottom: 0.1rem solid #184098;
  width: 100%;
  max-width: 78rem;
  margin: 2rem auto 0;
  padding-bottom: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-top-fee__sale {
    font-size: 2.9rem;
    margin-top: 1.5rem;
    padding-bottom: 0;
  }
}
.p-top-fee__sale span {
  font-size: 10rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-top-fee__sale span {
    font-size: 6.1rem;
  }
}
.p-top-fee__vat {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.6;
  margin-top: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-fee__vat {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.p-top-fee__list {
  width: 100%;
  max-width: 68rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-top-fee__list {
    margin-top: 0.9rem;
  }
}
.p-top-fee__list li {
  font-size: 2.8rem;
  line-height: 1.6;
  position: relative;
  padding-left: 4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-fee__list li {
    font-size: 1.6rem;
    line-height: calc(32 / 19);
    font-weight: 500;
    padding-left: 2.2rem;
    margin-top: 0;
    font-feature-settings: "palt";
  }
}
.p-top-fee__list li:first-child {
  margin-top: 0;
}
.p-top-fee__list li::before {
  position: absolute;
  content: "";
  background-image: url(../img/top/icon-checked.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.6rem;
  height: 2.6rem;
  top: 1rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-fee__list li::before {
    width: 1.4rem;
    height: 1.4rem;
    top: 0.7rem;
    left: 0.2rem;
  }
}
.p-top-fee__box {
  margin-top: 6rem;
  border: 0.1rem solid #184098;
  padding: 2rem;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-fee__box {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    font-feature-settings: "palt";
    line-height: calc(19 / 14);
    padding: 1.2rem 1rem 1rem;
  }
}
.p-top-fee__box span {
  font-size: 3.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-fee__box span {
    font-size: 1.55rem;
    display: block;
    margin-top: 0.6rem;
  }
}
.p-top-fee__note {
  text-align: center;
  margin-top: 2rem;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-fee__note {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
}
.p-top-fee .p-cta {
  margin-top: 12rem;
  margin-bottom: 0;
}
.p-top-question {
  padding: 15rem 0;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-top-question {
    padding: 3.4rem 0 3.5rem;
  }
}
.p-top-question__title {
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #184098;
}
@media screen and (max-width: 767px) {
  .p-top-question__title {
    font-size: 3.2rem;
    line-height: calc(44 / 32);
  }
}
.p-top-question__list {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top-question__list {
    margin-top: 1.5rem;
    margin-inline: -1rem;
  }
}
.p-top-question__item {
  margin-top: 2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-question__item {
    margin-top: 0.8rem;
  }
}
.p-top-question__item:first-child {
  margin-top: 0;
}
.p-top-question__item.is-open .p-top-question__q::after {
  background-image: url(../img/top/icon-minus.svg);
}
@media screen and (max-width: 767px) {
  .p-top-question__item.is-open .p-top-question__q span::before {
    position: absolute;
    content: "";
    background-image: url(../img/top/icon-minus.svg);
  }
}
.p-top-question__item.is-open .p-top-question__a {
  max-height: 100%;
  opacity: 1;
}
.p-top-question__q, .p-top-question__a {
  display: grid;
  grid-template-columns: minmax(0, 10rem) minmax(0, 1fr);
  align-items: flex-start;
}
.p-top-question__q picture, .p-top-question__a picture {
  width: 10rem;
  aspect-ratio: 100 / 100;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-question__q picture, .p-top-question__a picture {
    width: 5rem;
    aspect-ratio: 50/34;
  }
}
.p-top-question__q picture img, .p-top-question__a picture img {
  display: block;
  width: 2.6rem;
  height: 5.7rem;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-top-question__q picture img, .p-top-question__a picture img {
    width: 1.1rem;
    height: auto;
  }
}
.p-top-question__q {
  background: #dce2ef;
  position: relative;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-top-question__q {
    background: #f7f7f7;
  }
}
.p-top-question__q:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-top-question__q {
    display: flex;
    flex-direction: column;
  }
}
.p-top-question__q::after {
  position: absolute;
  content: "";
  background-image: url(../img/top/icon-plus.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 4.4rem;
  height: 4.4rem;
  top: 3rem;
  right: 2.5rem;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-top-question__q::after {
    display: none;
  }
}
.p-top-question__q picture {
  background: #cd0000;
  height: 100%;
}
.p-top-question__q picture img {
  display: block;
  width: 2.6rem;
  height: 5.7rem;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-top-question__q picture img {
    width: 1.1rem;
    height: auto;
  }
}
.p-top-question__q span {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6;
  padding: 3rem 8rem 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-question__q span {
    font-size: 1.6rem;
    line-height: calc(21 / 16);
    padding: 0.5rem 4.5rem 0.4rem 1rem;
    width: 100%;
    position: relative;
    z-index: 1;
    background: #dce2ef;
    min-height: 5rem;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-question__q span::before {
    position: absolute;
    content: "";
    background-image: url(../img/top/icon-plus.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 3.1rem;
    height: 3.1rem;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    transition: 0.4s;
  }
}
.p-top-question__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-top-question__a {
    grid-template-columns: minmax(0, 5rem) minmax(0, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-top-question__a picture {
    margin-top: 1.5rem;
  }
}
.p-top-question__a p {
  padding: 3rem;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: normal;
  color: #184098;
}
@media screen and (max-width: 767px) {
  .p-top-question__a p {
    font-size: 1.4rem;
    line-height: calc(21 / 14);
    padding: 1.5rem;
  }
}
.p-top-join {
  background: #184098;
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-join {
    padding: 2.9rem 0 3.5rem;
  }
}
.p-top-join__title {
  color: #fff;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.032em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-join__title {
    font-size: 3.2rem;
    line-height: calc(43 / 32);
    letter-spacing: 0.1em;
  }
}
.p-top-join__content {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  margin-top: 6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-join__content {
    font-size: 1.8rem;
    line-height: calc(23 / 18);
    margin-top: 0rem;
  }
}
.p-top-join__options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-join__options {
    display: flex;
    flex-direction: column;
    margin-top: 3.7rem;
    gap: 2.4rem;
  }
}
.p-top-join__item {
  padding: 0.5rem;
  background: #fff;
  color: #184098;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-join__item {
    border-radius: 1rem;
    padding: 0.25rem;
  }
}
.p-top-join__item .u-border-green, .p-top-join__item .u-border-red {
  border-radius: 1.5rem;
  border-width: 0.3rem;
  padding: 6.5rem 5.2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-top-join__item .u-border-green, .p-top-join__item .u-border-red {
    border-width: 2px;
    border-radius: 0.75rem;
    padding: 3rem 2rem 2.5rem;
  }
}
.p-top-join__item-title {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-join__item-title {
    font-size: 2.3rem;
line-height: calc(31 / 24);
  }
}
.p-top-join__item-content {
  margin-top: 4rem;
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-top-join__item-content {
    margin-top: 3.3rem;
    font-size: 1.6rem;
    line-height: calc(24 / 16);
  }
}
.p-top-join__list {
  border-top: 0.1rem solid #184098;
  padding-top: 2rem;
  margin-top: 2rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-top-join__list {
    margin-top: 1.7rem;
    padding-top: 0.7rem;
  }
}
.p-top-join__list li {
  margin-top: 1rem;
  font-size: 2.3rem;
  line-height: 1.6;
  padding-left: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-join__list li {
    font-size: 1.5rem;
    line-height: calc(35 / 18);
    font-weight: 400;
    margin-top: 0;
    padding-left: 2.2rem;
    font-feature-settings: "palt";
  }
}
.p-top-join__list li:first-child {
  margin-top: 0;
}
.p-top-join__list li::before {
  position: absolute;
  content: "";
  background-image: url(../img/top/icon-checked.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.6rem;
  height: 2.6rem;
  top: 1rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-join__list li::before {
    width: 1.4rem;
    height: 1.4rem;
    top: 0.8rem;
    left: 0.2rem;
  }
}
.p-top-join__button {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top-join__button {
    margin-top: 0.9rem;
  }
}
.p-top-join__button .p-cta__btn {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-join__button .p-cta__btn {
    width: calc(100% - 0.6rem);
    margin-inline: auto;
    font-size: 2.3rem;
    min-height: 8.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-join__button .p-cta__btn-small {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-join__button .p-cta__btn--red {
    font-size: 2.1rem;
  }
}
.p-top-line {
  text-align: center;
  padding: 7rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-line {
    padding: 0.5rem 0 3rem;
        background: #fff;
  }
}
.p-top-line__title {
  color: #00b900;
  font-weight: 700;
}
.p-top-line__title-main {
  font-size: 7.2rem;
  line-height: 1.4;
}
.p-top-line__title-sub {
  font-size: 4.4rem;
  line-height: 1.6;
}
.p-top-line__images {
  margin-inline: -2rem;
}
@media screen and (max-width: 767px) {
  .p-top-line__images {
    margin-inline: -2rem -1rem;
  }
}
.p-top-line__images img {
  width: 94rem;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-line__images img {
    width: 36.5rem;
    aspect-ratio: 355/228;
  }
}
.n-center {
  text-align: center;
}
.p-top-workshop {
  color: #184098;
  background: #f7f7f7;
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-workshop {
    padding: 3.5rem 0;
  }
}
.p-top-workshop .l-container {
  max-width: 104rem;
}
.p-top-workshop__title {
  font-size: 7.2rem;
  line-height: 1.18;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-top-workshop__title {
    font-size: 3.2rem;
    line-height: calc(44 / 32);
  }
}
.p-top-workshop__images {
  display: block;
  width: 27rem;
  aspect-ratio: 270 / 215;
  margin: 3rem auto 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-workshop__images {
    margin-top: 1.3rem;
  }
}
.p-top-workshop__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-top-workshop__note {
  margin-top: 4rem;
  font-size: 2.2rem;
  line-height: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-workshop__note {
    margin-inline: -1rem;
    margin-top: 1.8rem;
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
}
.p-top-workshop__note--modi {
  margin-top: 8rem;
}
.p-top-workshop__note-title {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border: 0.2rem solid #184098;
  padding: 1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}
.p-top-workshop__note-subtitle {
  background-color: yellow;
  padding: 0.2em 0.4em;
  font-weight: bold;
  text-align: center;
  display: inline;
  line-height: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-workshop__note-subtitle {
    background-color: yellow;
    padding: 0.2em 0em;
    font-weight: bold;
    text-align: center;
    display: inline;
    line-height: 3.4rem;
    margin: 0rem 0 0rem 0;
  }
}
.p-top-workshop__note-text {
  padding: 0.2em 0.4em;
  text-align: center;
}
.p-top-workshop__note-list {
  width: 100%;
  max-width: 80.5rem;
  margin: 3rem auto 0;
}
.p-top-workshop__note-list li {
  font-size: 2.2rem;
  line-height: 1.3;
  position: relative;
  padding-left: 4rem;
  margin-top: 2rem;
}
.p-top-workshop__note-list li:first-child {
  margin-top: 0;
}
.p-top-workshop__note-list li::before {
  position: absolute;
  content: "";
  background-image: url(../img/top/icon-checked.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.6rem;
  height: 2.6rem;
  top: 1rem;
  left: 0;
}
.p-top-workshop__content {
  font-size: 2.8rem;
  line-height: 1.6;
  margin-top: 10rem;
  font-weight: 400;
}
.p-top-workshop__content p:last-child {
  margin-top: 5rem;
}
.p-top-contact {
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-contact {
    padding: 1.2rem 0 2.5rem;
  }
}
.p-top-contact__title {
  font-size: 5.0rem;
  font-weight: 700;
  line-height: 1.6;
  color: #184098;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-top-contact__title-main {
  border: 0.2rem solid #184098;
  padding: 1rem 11.2rem;
  letter-spacing: 0.2em;
}
.p-top-contact__title-sub {
  border-bottom: 0.2rem solid #184098;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  padding-inline: 1.4rem;
  margin-top: 1.2rem;
  padding-bottom: 1.2rem;
  t-size: 4rem;
}
.p-top-contact__form {
  margin-top: 5rem;
}
.p-top-contact__form-note {
  font-size: 1.4rem;
  line-height: calc(24 / 14);
  font-weight: 400;
  color: #184098;
  margin-top: 2rem;
  font-feature-settings: "palt";
}
.p-top-contact__form form {
  color: #184098;
  width: 100%;
}
.p-top-contact__form form table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}
.p-top-contact__form form tr {
  display: block;
}
.p-top-contact__form form td {
  padding: 1rem;
  font-size: 2.8rem;
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #fff;
}
.p-top-contact__form form td b {
  font-size: 2.8rem;
}
.p-top-contact__form form font {
  font-family: inherit;
  font-size: 2.8rem;
  line-height: 1.7;
  color: inherit;
}
.p-top-contact__form form table:first-of-type tr:first-child td {
  display: none;
}
.p-top-contact__form form td[width="120"] {
  text-align: left !important;
  font-weight: 600;
  width: 100%;
}
.p-top-contact__form form td[width="400"] {
  width: 100%;
  padding-top: 0;
}
.p-top-contact__form form input[type="text"], .p-top-contact__form form textarea {
  width: 100%;
  max-width: 100%;
  height: 10rem;
  padding: 1rem;
  border: 0.1rem solid #184098;
  border-radius: 6px;
  font-size: 2.8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-contact__form form input[type="text"], .p-top-contact__form form textarea {
    font-size: 1.5rem;
  }
}
.p-top-contact__form form input[type="text"]:focus, .p-top-contact__form form textarea:focus {
  outline: none;
  border-color: #184098;
}
.p-top-contact__form form input[type="checkbox"] {
  margin-right: 6px;
  transform: scale(1.1);
}
.p-top-contact__form form textarea {
  min-height: 30rem;
  resize: vertical;
  background: url("../img/common/arrow-blue.svg") no-repeat calc(100% - 1rem) calc(100% - 1rem)/2.5rem 2.5rem, #fff;
}
.p-top-contact__form form strong {
  color: #184098 !important;
}
.p-top-contact__form form input[type="submit"] {
  background: url("../img/common/arrow-white.svg") no-repeat calc(100% - 1rem) calc(100% - 1rem)/2.5rem 2.5rem, #184098;
  border: 1px solid #184098;
  font-size: 4rem;
  line-height: 1;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-contact__form form input[type="submit"] {
    background: url("../img/common/arrow-white.svg") no-repeat calc(100% - 0.5rem) calc(100% - 0.5rem)/1.3rem 1.3rem, #184098;
  }
}
.p-top-contact__form form input[type="submit"]:hover {
  background: url("../img/common/arrow-blue.svg") no-repeat calc(100% - 1rem) calc(100% - 1rem)/2.5rem 2.5rem, #fff;
  color: #184098;
}
.p-top-contact__form form .u-font {
  margin-top: 2rem;
}
.p-top-contact__form .groupDiv {
  background: transparent !important;
  margin-bottom: 2.5rem;
}
.p-top-contact__form .groupDiv hr {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-top-line__title {
    display: none;
  }
  .p-top-line__title-main {
    font-size: 2.8rem;
  }
  .p-top-line__title-sub {
    font-size: 1.3rem;
  }
  .p-top-contact {
    background: #f7f7f7;
  }
  .p-top-contact__title {
    font-size: 2.6rem;
  }
  .p-top-contact__title-main {
padding: 0.2rem 1.5rem;
        letter-spacing: 0em;
        font-size: 1.8rem;
  }
  .p-top-contact__title-sub {
    display: inline-block;
    margin-top: 0.4rem;
    letter-spacing: 0.2em;
    padding-bottom: 0.3rem;
  }
  .p-top-contact__form {
    margin-top: 1.5rem;
  }
  .p-top-contact__form form td {
    padding: 0 0 0.9rem 0;
    background: #f7f7f7;
    border: 0;
  }
  .p-top-contact__form form td b {
    font-size: 1.5rem;
  }
  .p-top-contact__form form font {
    font-size: 1.5rem;
  }
  .p-top-contact__form form input[type="text"] {
    height: 5.3rem;
    font-size: 1.4rem;
    border-radius: 1rem;
  }
  .p-top-contact__form form .u-font {
    font-size: 1.4rem;
    margin-top: 0rem;
  }
  .p-top-contact__form form input[type="submit"] {
    font-size: 1.9rem;
    width: 100%;
    max-width: 24rem;
    min-height: 7rem;
    margin-top: 0rem;
    color: #fff;
    border-radius: 1rem;
  }
  .p-top-contact__form form textarea {
    min-height: 16rem;
    border-radius: 1rem 1rem 0 1rem;
    background: url(../img/common/arrow-blue.svg) no-repeat 100% 100%/1.3rem 1.3rem, #f7f7f7;
  }
  .p-top-workshop__title {
        font-size: 3rem;
        letter-spacing: 0em;
  }
  .p-top-workshop__images {
    width: 13.7rem;
    aspect-ratio: 137 / 109;
  }
  .p-top-workshop__note--modi {
    margin-top: 2rem;
  }
  .p-top-workshop__note-title {
    font-size: 2.1rem;
    letter-spacing: 0.1rem;
    margin-bottom: 2rem;
  }
  .p-top-workshop__note-list {
    margin-top: 1.4rem;
  }
  .p-top-workshop__note-list li {
    font-size: 1.6rem;
    padding-left: 3.5rem;
    margin-top: 0.5rem;
  }
  .p-top-workshop__note-list li::before {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.4rem;
    left: 1.2rem;
  }
  .p-top-workshop__content {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
  .p-top-workshop__content p:last-child {
    margin-top: 2rem;
  }
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.blueline{
border-bottom: 2px solid #184098;
}

.yellow{
border-bottom: solid 3px yellow;
}