@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --base: #000;
  --blue1: #2C2F6F;
  --blue2: #E8F2FF;
  --yellow1: #FFE02F;
  --yellow2: #FFED88;
  --gray1: #707070;
  --gray2: #D3D5E2;
  --gray3: #D9D9D9;
}

/*-- リセット --*/
h1,
h2,
h3,
h4,
h5,
p,
b,
dt,
dd,
li,
span,
a,
strong {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  min-height: 0%;
  vertical-align: top;
}

figure {
  width: 100%;
  min-height: 0%;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
}

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

a {
  backface-visibility: hidden;
  transition: 0.3s;
}
a img {
  display: inline-block;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  background: var(--bg);
  position: relative;
  font-family: "Noto Sans JP", serif;
  text-align: center;
  color: var(--base);
}
@media only screen and (max-width: 767px) {
  body {
    min-width: initial;
    overflow: hidden;
    overflow-y: scroll;
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Arial", "Noto Sans JP", sans-serif;
}

label {
  cursor: pointer;
}

img {
  vertical-align: middle;
}

a,
button {
  transition: 0.3s opacity;
}

.l-main {
  display: block;
}

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

.tab {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

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

.inline-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .inline-sp {
    display: inline;
  }
}

.no-link {
  pointer-events: none;
}

.c-page-links {
  scroll-margin-top: 9.5rem;
}
@media only screen and (max-width: 767px) {
  .c-page-links {
    scroll-margin-top: 6rem;
  }
}

.l-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 8rem;
  background: var(--blue1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .l-header {
    height: 8.3rem;
  }
}
.l-header__container {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0 0 2rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .l-header__container {
    padding: 0 2rem 0 1.4rem;
  }
}
.l-header__sign {
  display: flex;
  align-items: flex-end;
  gap: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .l-header__sign {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.27rem;
  }
}
.l-header__sign_logo {
  width: 24rem;
}
@media only screen and (max-width: 767px) {
  .l-header__sign_logo {
    width: 14rem;
  }
}
.l-header__sign_caption {
  line-height: 1.4;
  font-size: 2.2rem;
  font-weight: 900;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .l-header__sign_caption {
    font-size: 1.4rem;
  }
}
.l-header-nav {
  display: flex;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav__list {
  display: flex;
  align-items: center;
}
.l-header-nav__list_item {
  line-height: 1.25;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 700;
}
.l-header-nav__list_item + .l-header-nav__list_item {
  border-left: 1px solid #FFF;
}
.l-header-nav__list_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 7.2rem;
  width: auto;
  height: 4.9rem;
  padding: 0 1.8rem;
  box-sizing: border-box;
  text-decoration: none;
  color: #FFF;
}
.l-header-nav__list_link:hover {
  color: var(--yellow1);
}
.l-header-nav__list_link.is-deactive {
  opacity: 0.3;
  pointer-events: none;
}
.l-header-nav__official {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 8rem;
  background: var(--blue2);
  line-height: 1.125;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--blue1);
}
.l-header-nav__official::after {
  content: "";
  display: inline-block;
  margin: 0.7rem auto 0;
  width: 1.6rem;
  height: 1.707rem;
  background: url(../img/common/link-arrow-01.svg) 50% 50%/100% no-repeat;
}
.l-header-nav__official:hover {
  background: #FFF;
}
.l-header__btn {
  display: none;
  width: 3.2rem;
  height: 2.2rem;
  margin: 0 0 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-header__btn {
    display: block;
  }
}
.l-header__btn::before, .l-header__btn::after,
.l-header__btn span {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #FFF;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
.l-header__btn::before {
  top: 0;
}
.l-header__btn::after {
  bottom: 0;
}
.l-header__btn span {
  top: 50%;
  translate: 0 -50%;
}
.l-header__btn.is-open::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header__btn.is-open::after {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.l-header__btn.is-open span {
  opacity: 0;
}

.l-footer {
  padding: 3.8rem 0 4.74rem;
  background: var(--blue1);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 4rem 0 4.5rem;
    text-align: left;
  }
}
.l-footer__totop {
  display: none;
  width: 4rem;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .l-footer__totop {
    right: 1rem;
    bottom: 1rem;
  }
}
.l-footer__container {
  display: flex;
  align-items: flex-end;
  max-width: 126rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .l-footer__container {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 3.6rem;
  }
}
.l-footer__logo {
  width: 37.6rem;
}
@media only screen and (max-width: 767px) {
  .l-footer__logo {
    width: 100%;
    margin: 0 auto 2.07rem;
  }
}
.l-footer__info {
  display: flex;
  align-items: center;
  gap: 2.6rem;
  margin: 0 0 0 3.6rem;
  line-height: 1.5;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .l-footer__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    width: 100%;
    margin: 0 auto 2rem;
  }
}
.l-footer__privacy {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  line-height: 1.875;
  letter-spacing: 0.04em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .l-footer__privacy {
    width: 100%;
    margin: 0;
  }
}
.l-footer__privacy a {
  color: #FFF;
}
.l-footer__copy {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .l-footer__copy {
    margin: 3.2rem 0 0;
    font-size: 1.2rem;
  }
}

.l-main {
  padding-top: 8rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-main {
    padding-top: 8.3rem;
  }
}
.l-main__bg {
  width: 100%;
  height: 100%;
  background: url(../img/common/bg.webp) 50% 50%/cover no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .l-main__bg {
    background-image: url(../img/common/bg-sp.webp);
  }
}

.l-global {
  display: none;
  width: 100%;
  height: 100%;
  padding: 10.5rem 0;
  background: var(--blue1);
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.l-global-nav {
  padding: 0 3.6rem;
  box-sizing: border-box;
  text-align: left;
}
.l-global-nav__title {
  margin: 0 0 5.6rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
}
.l-global-nav__list {
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 700;
}
.l-global-nav__list_item::before {
  content: "−";
  display: inline-block;
  margin-right: 0.3em;
  color: #FFF;
}
.l-global-nav__list_link {
  text-decoration: none;
  color: #FFF;
}
.l-global-nav__list_link.is-deactive {
  opacity: 0.3;
  pointer-events: none;
}
.l-global-nav__bottom {
  margin: 5.6rem 0 0;
  padding: 2.95rem 0 0;
  border-top: 1px solid #FFF;
}
.l-global-nav__privacy {
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
}
.l-global-nav__official {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22.4rem;
  height: 4.8rem;
  margin: 4.6rem auto 0;
  border-radius: 100px;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--blue1);
}
.l-global-nav__official::after {
  content: "";
  width: 1.2rem;
  height: 1.28rem;
  background: url(../img/common/link-arrow-01.svg) 50% 50%/100% no-repeat;
  position: absolute;
  top: 50%;
  right: 1.72rem;
  translate: 0 -50%;
}
.l-global-nav__copy {
  margin: 5rem auto 0;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #FFF;
}
.l-global__close {
  width: 3.2rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 1rem;
  right: 1.34rem;
}
.l-global__close::before, .l-global__close::after {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #FFF;
  position: absolute;
  left: 0;
}
.l-global__close::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-global__close::after {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.l-section--ptn1 {
  padding: 9rem 0 13rem;
}
@media only screen and (max-width: 767px) {
  .l-section--ptn1 {
    padding: 4rem 0 10.2rem;
  }
}

.l-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 3.6rem;
  box-sizing: border-box;
}
.l-container--ptn1 {
  max-width: 127.2rem;
}
.l-container--ptn2 {
  max-width: 106.6rem;
}

.l-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior-y: none;
}
.l-modal.is-show {
  display: block;
}
.l-modal__overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
}
.l-modal__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 13.5rem 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .l-modal__block {
    padding: 2rem 1.65rem;
  }
}
.l-modal__item {
  display: none;
  min-width: 78.8rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6.6rem 6.7rem;
  border-radius: 1rem;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .l-modal__item {
    width: 100%;
    min-width: initial;
    padding: 6.4rem 2rem;
  }
}
.l-modal__item.is-show {
  display: block;
}
.l-modal__close {
  width: 3rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 2.55rem;
  right: 2.35rem;
}
@media only screen and (max-width: 767px) {
  .l-modal__close {
    width: 2.4rem;
    top: 2rem;
    right: 2rem;
  }
}
.l-modal__close::before, .l-modal__close::after {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: var(--base);
  position: absolute;
  left: 0;
}
.l-modal__close::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-modal__close::after {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.l-profile {
  width: 65.4rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .l-profile {
    width: 100%;
  }
}
.l-profile__title {
  margin: 0;
  padding: 1.6rem 3.5rem;
  border-radius: 1rem;
  box-sizing: border-box;
  background: var(--blue1);
  line-height: 1.6666666667;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .l-profile__title {
    padding: 1.1rem 2rem;
  }
}
.l-profile__url {
  margin: 4rem 0 0;
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 500;
  overflow-wrap: anywhere;
}
@media only screen and (max-width: 767px) {
  .l-profile__url {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.l-profile__url a {
  color: var(--base);
}
.l-profile__url.is-dammy a {
  pointer-events: none;
}
.l-profile__data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem 0;
  margin: 3rem 0 0;
}
@media only screen and (max-width: 767px) {
  .l-profile__data {
    grid-template-columns: 100%;
    gap: 1rem;
  }
}
.l-profile__data_item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 500;
}
.l-profile__data_item span:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12.3rem;
  height: 3rem;
  border-radius: 1rem;
  box-sizing: border-box;
  background: var(--blue1);
  color: #FFF;
}
.l-profile__message {
  margin: 3rem 0 0;
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 500;
}
.l-profile__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.6rem;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 767px) {
  .l-profile__images {
    grid-template-columns: 100%;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.l-profile__video {
  margin: 3.4rem auto 0;
}
@media only screen and (max-width: 767px) {
  .l-profile__video {
    margin-top: 2rem;
  }
}
.l-profile__video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.l-profile__body {
  margin: 4rem 0 0;
}
.l-profile__box + .l-profile__box {
  margin-top: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .l-profile__box + .l-profile__box {
    margin-top: 3.5rem;
  }
}
.l-profile__box_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  box-sizing: border-box;
  background: var(--gray2);
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFF;
}
.l-profile__box_item.is-active {
  background: var(--blue1);
}
.l-profile__field {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .l-profile__field {
    gap: 1rem;
  }
}
.l-profile__field_item {
  height: 7.1rem;
}
@media only screen and (max-width: 767px) {
  .l-profile__field_item {
    height: 6.5rem;
  }
}
.l-profile__target {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .l-profile__target {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.l-profile__target_item {
  height: 11.3rem;
  padding: 0 1.2rem;
}
@media only screen and (max-width: 767px) {
  .l-profile__target_item {
    height: 10.3rem;
  }
}
.l-profile__job {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .l-profile__job {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.l-profile__job_item {
  height: 3rem;
}
.l-profile__info {
  margin-top: 4.7rem;
}
@media only screen and (max-width: 767px) {
  .l-profile__info {
    margin-top: 5rem;
  }
  .l-profile__info + .l-profile__info {
    margin-top: 3.2rem;
  }
}
.l-profile__table {
  border-top: 1px solid var(--blue1);
}
.l-profile__table_box {
  display: grid;
  grid-template-columns: 16.5rem 1fr;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--blue1);
}
@media only screen and (max-width: 767px) {
  .l-profile__table_box {
    grid-template-columns: 100%;
  }
}
.l-profile__table_title {
  padding: 1.2rem 1.2rem 1.2rem 3rem;
  box-sizing: border-box;
  background: var(--blue2);
  color: var(--blue1);
}
@media only screen and (max-width: 767px) {
  .l-profile__table_title {
    padding: 0.8rem 1rem;
  }
}
.l-profile__table_content {
  padding: 1.2rem 2.3rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .l-profile__table_content {
    padding: 1rem;
  }
}
.l-profile__table_title, .l-profile__table_content {
  line-height: 1.25;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 500;
}
.l-profile__btn {
  margin: 4.6rem auto 0;
}
@media only screen and (max-width: 767px) {
  .l-profile__btn {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
  }
}

.l-point__wrap {
  display: flex;
  justify-content: flex-end;
  width: 93.5rem;
}
@media only screen and (max-width: 767px) {
  .l-point__wrap {
    width: 100%;
  }
}
.l-point__box {
  position: relative;
}
.l-point__box_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.7rem;
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 900;
  color: var(--yellow1);
}
.l-point__box_tips {
  width: 25.7rem;
  padding: 2rem 2.7rem 3.4rem;
  border-radius: 1rem;
  box-sizing: border-box;
  background: var(--blue1);
  position: absolute;
  right: calc(100% + 2.4rem);
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .l-point__box_tips {
    width: 100%;
    margin-top: 3.3rem;
    padding: 1.7rem 2rem 2rem;
    position: relative;
    right: auto;
  }
}
.l-point__box_tips::after {
  content: "";
  width: 1.459rem;
  height: 1.97rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--blue1);
  position: absolute;
  left: 100%;
}
@media only screen and (max-width: 767px) {
  .l-point__box_tips::after {
    width: 1.97rem;
    height: 1.459rem;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    left: 50%;
    translate: -50% 0;
  }
}
.l-point__box_tips.ptn-1 {
  top: -11rem;
}
@media only screen and (max-width: 767px) {
  .l-point__box_tips.ptn-1 {
    top: 0;
  }
}
.l-point__box_tips.ptn-1::after {
  top: 11.5rem;
}
@media only screen and (max-width: 767px) {
  .l-point__box_tips.ptn-1::after {
    top: auto;
    bottom: 100%;
  }
}
.l-point__box_tips.ptn-2 {
  top: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .l-point__box_tips.ptn-2 {
    top: 0;
  }
}
.l-point__box_tips.ptn-2::after {
  top: 5.3rem;
}
@media only screen and (max-width: 767px) {
  .l-point__box_tips.ptn-2::after {
    top: auto;
    bottom: 100%;
  }
}
.l-point__box_tips.ptn-3 {
  top: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .l-point__box_tips.ptn-3 {
    top: 0;
  }
}
.l-point__box_tips.ptn-3::after {
  top: 12.8rem;
}
@media only screen and (max-width: 767px) {
  .l-point__box_tips.ptn-3::after {
    top: auto;
    bottom: 100%;
  }
}
.l-point__box_tips.ptn-4 {
  top: -21.8rem;
}
@media only screen and (max-width: 767px) {
  .l-point__box_tips.ptn-4 {
    top: 0;
  }
}
.l-point__box_tips.ptn-4::after {
  top: 22.3rem;
}
@media only screen and (max-width: 767px) {
  .l-point__box_tips.ptn-4::after {
    top: auto;
    bottom: 100%;
  }
}
.l-point__box_tips.ptn-5 {
  top: -1.2rem;
}
@media only screen and (max-width: 767px) {
  .l-point__box_tips.ptn-5 {
    top: 0;
  }
}
.l-point__box_tips.ptn-5::after {
  top: 2rem;
}
@media only screen and (max-width: 767px) {
  .l-point__box_tips.ptn-5::after {
    top: auto;
    bottom: 100%;
  }
}
.l-point__box_tips.ptn-6 {
  top: -2rem;
}
@media only screen and (max-width: 767px) {
  .l-point__box_tips.ptn-6 {
    top: 0;
  }
}
.l-point__box_tips.ptn-6::after {
  top: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .l-point__box_tips.ptn-6::after {
    top: auto;
    bottom: 100%;
  }
}
.l-point__box_tips p + p {
  margin-top: 1em;
}
.l-point__box_tips span {
  display: inline-block;
  line-height: 1.4285714286;
  font-size: 1.4rem;
}

.l-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-form__box {
  display: flex;
  align-items: center;
  width: 58.2rem;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .l-form__box {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
}
.l-form__box + .l-form__box {
  margin-top: 3.3rem;
}
@media only screen and (max-width: 767px) {
  .l-form__box + .l-form__box {
    margin-top: 2rem;
  }
}
.l-form__box_title {
  width: 10.3rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .l-form__box_title {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    width: 100%;
    font-size: 1.8rem;
  }
  .l-form__box_title-confirm {
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--base);
  }
}
.l-form__box_title span {
  display: inline-block;
  letter-spacing: -0.02em;
  font-size: 1.4rem;
}
.l-form__box_content {
  width: calc(100% - 10.3rem);
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .l-form__box_content {
    width: 100%;
  }
}
.l-form__box_content input[type=text],
.l-form__box_content input[type=email] {
  width: 100%;
  padding: 1.3rem 1.5rem;
  border: 1px solid var(--gray1);
  box-sizing: border-box;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 500;
}
.l-form__attention {
  width: -moz-fit-content;
  width: fit-content;
  margin: 5.6rem auto 0;
  line-height: 1.875;
  letter-spacing: 0.04em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
}
.l-form__confirm {
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.5rem auto 0;
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .l-form__confirm {
    margin-top: 4rem;
  }
}
.l-form__confirm_att {
  margin: 2.2rem auto 0;
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 500;
}
.l-form__btn {
  display: flex;
  justify-content: center;
  gap: 3.6rem;
  margin: 6.7rem auto 0;
}
@media only screen and (max-width: 767px) {
  .l-form__btn {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    margin-top: 4rem;
  }
}
.l-form__privacy {
  margin: 4rem auto 0;
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .l-form__privacy {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
}
.l-form__privacy a {
  color: var(--base);
}
.l-form__thanks {
  width: 58.2rem;
  margin: 0 auto;
  line-height: 1.875;
  letter-spacing: 0.04em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .l-form__thanks {
    width: 100%;
  }
}

.l-scroll-head {
  scroll-margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .l-scroll-head {
    scroll-margin-top: 8.3rem;
  }
}

.c-title--ptn1 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0.05em;
  box-sizing: border-box;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 4rem;
  font-weight: 700;
  color: var(--blue1);
}
@media only screen and (max-width: 767px) {
  .c-title--ptn1 {
    line-height: 1.4;
    font-size: 3.2rem;
  }
}
.c-title--ptn1 span {
  background: url(../img/common/wave-decoration.webp) 0 100%/3.1rem repeat-x;
}
@media only screen and (max-width: 767px) {
  .c-title--ptn1 span {
    background-size: 1.6rem;
  }
}
.c-title--ptn2 {
  margin: 0 0 0.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 2rem;
  font-weight: 700;
  color: var(--blue1);
}
@media only screen and (max-width: 767px) {
  .c-title--ptn2 span {
    font-size: 0.8em;
  }
}
.c-title--ptn3 {
  margin: 0 auto 4.5rem;
  line-height: 1.2666666667;
  letter-spacing: 0.04em;
  font-size: 3rem;
  font-weight: 700;
  color: var(--blue1);
}
@media only screen and (max-width: 767px) {
  .c-title--ptn3 {
    margin-bottom: 2.2rem;
    font-size: 2.4rem;
  }
}

.c-btn {
  text-decoration: none;
  cursor: pointer;
}
.c-btn--ptn1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24.2rem;
  height: 5rem;
  border-radius: 100px;
  box-sizing: border-box;
  background: var(--yellow1);
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-size: 2rem;
  font-weight: 700;
  color: var(--blue1);
}
@media only screen and (max-width: 767px) {
  .c-btn--ptn1 {
    width: 22.4rem;
    height: 4.8rem;
    font-size: 1.6rem;
  }
}
.c-btn--ptn1::after {
  content: "";
  width: 0.8rem;
  aspect-ratio: 1/1;
  border-width: 0.3rem 0.3rem 0 0;
  border-style: solid;
  border-color: var(--blue1);
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .c-btn--ptn1::after {
    width: 0.6rem;
    right: 2rem;
  }
}
.c-btn--ptn1:hover {
  background: var(--yellow2);
}
.c-btn--ptn1.is-deactive {
  background: var(--gray3);
  color: #FFF;
  pointer-events: none;
}
.c-btn--ptn1.is-deactive::after {
  border-color: #FFF;
}
.c-btn--ptn1.is-back::after {
  border-width: 0 0 0.3rem 0.3rem;
  left: 1.8rem;
  right: auto;
}
@media only screen and (max-width: 767px) {
  .c-btn--ptn1.is-back::after {
    left: 2rem;
  }
}
.c-btn--ptn2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  border-radius: 100px;
  box-sizing: border-box;
  background: var(--yellow1);
  position: relative;
  line-height: 1.2727272727;
  letter-spacing: 0.08em;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--blue1);
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-btn--ptn2 {
    width: 26.2rem;
    height: 4.8rem;
    font-size: 1.6rem;
  }
}
.c-btn--ptn2::after {
  content: "";
  width: 1rem;
  aspect-ratio: 1/1;
  border-width: 0.3rem 0.3rem 0 0;
  border-style: solid;
  border-color: var(--blue1);
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .c-btn--ptn2::after {
    width: 0.8rem;
    right: 2rem;
  }
}
.c-btn--ptn2:hover {
  background: var(--yellow2);
}
.c-btn--ptn2.is-deactive {
  background: var(--gray3);
  color: #FFF;
  pointer-events: none;
}
.c-btn--ptn2.is-deactive::after {
  display: none;
}
.c-btn--ptn2.is-dammy {
  pointer-events: none;
}
.c-btn--ptn3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65.4rem;
  height: 10rem;
  border-radius: 100px;
  box-sizing: border-box;
  background: var(--yellow1);
  position: relative;
  line-height: 1.2727272727;
  letter-spacing: 0.08em;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--blue1);
}
@media only screen and (max-width: 767px) {
  .c-btn--ptn3 {
    width: 26.2rem;
    height: 4.8rem;
    font-size: 1.6rem;
  }
}
.c-btn--ptn3::after {
  content: "";
  width: 1rem;
  aspect-ratio: 1/1;
  border-width: 0.3rem 0.3rem 0 0;
  border-style: solid;
  border-color: var(--blue1);
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .c-btn--ptn3::after {
    width: 0.8rem;
    right: 2rem;
  }
}
.c-btn--ptn3:hover {
  background: var(--yellow2);
}
.c-btn--ptn3.is-deactive {
  background: var(--gray3);
  color: #FFF;
  pointer-events: none;
}
.c-btn--ptn3.is-deactive::after {
  display: none;
}

.p-home-mv {
  padding: 7rem 0 10rem;
}
@media only screen and (max-width: 767px) {
  .p-home-mv {
    padding: 4rem 0 7rem;
  }
}
.p-home-mv__copy {
  margin: 0 auto 3rem;
  line-height: 1.1764705882;
  letter-spacing: 0.04em;
  font-size: 3.4rem;
  font-weight: 700;
  color: var(--blue1);
}
@media only screen and (max-width: 767px) {
  .p-home-mv__copy {
    line-height: 1.3333333333;
    font-size: 2.4rem;
  }
}
.p-home-mv__title {
  width: 75.987rem;
  margin: 0 auto 4.3rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-home-mv__title {
    width: 31.004rem;
    margin-bottom: 3.6rem;
  }
}
.p-home-mv__title_sub {
  width: 20.878rem;
  position: absolute;
  top: -2.3rem;
  right: -10.61rem;
}
@media only screen and (max-width: 767px) {
  .p-home-mv__title_sub {
    width: 9rem;
    top: -1.39rem;
    right: 0.2rem;
  }
}
.p-home-mv__lead {
  margin: 0 auto 3rem;
  line-height: 1.6923076923;
  letter-spacing: 0.04em;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--blue1);
}
@media only screen and (max-width: 767px) {
  .p-home-mv__lead {
    margin-bottom: 2rem;
    line-height: 1.7777777778;
    font-size: 1.8rem;
  }
}
.p-home-mv__caption {
  line-height: 1.9;
  letter-spacing: 0.04em;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-home-mv__caption {
    line-height: 2;
    font-size: 1.6rem;
  }
}
.p-home-mv__btn {
  display: flex;
  justify-content: center;
  margin: 5rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-home-mv__btn {
    margin-top: 4rem;
  }
}

.p-home-about {
  padding: 10.7rem 0 14.6rem;
  background: var(--blue2);
}
@media only screen and (max-width: 767px) {
  .p-home-about {
    padding: 4rem 0 5.6rem;
  }
}
.p-home-about__lead {
  margin: 4.72rem auto 0;
  line-height: 1.875;
  letter-spacing: 0.04em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-home-about__lead {
    margin-top: 3.2rem;
    line-height: 2.25;
  }
}
.p-home-about__caption {
  margin: 2rem 0 0 auto;
  line-height: 2.1428571429;
  letter-spacing: 0.04em;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-home-about__caption {
    line-height: 2;
    text-align: left;
  }
}
.p-home-about__image {
  max-width: 77.7rem;
  width: 100%;
  margin: 7.6rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-home-about__image {
    margin-top: 4rem;
  }
}
.p-home-about__block {
  margin: 13.9rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-home-about__block {
    margin-top: 5.6rem;
  }
}
.p-home-about__block + .p-home-about__block {
  margin-top: 9rem;
}
@media only screen and (max-width: 767px) {
  .p-home-about__block + .p-home-about__block {
    margin-top: 5.6rem;
  }
}
.p-home-about__block_title {
  padding: 1.75rem 0;
  border-radius: 1rem;
  box-sizing: border-box;
  background: var(--blue1);
  line-height: 1.6666666667;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-home-about__block_title {
    padding: 1.5rem 0;
  }
}
.p-home-about__block_content {
  padding: 5rem 0 0;
}
@media only screen and (max-width: 767px) {
  .p-home-about__block_content {
    padding-top: 3.2rem;
  }
}
.p-home-about__target {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .p-home-about__target {
    grid-template-columns: 100%;
    gap: 2rem;
    width: 27.3rem;
    margin: 0 auto;
  }
}
.p-home-about__target_item {
  width: auto;
  height: 40.7rem;
  padding: 0 1.8rem;
  border-radius: 1rem;
  box-sizing: border-box;
  background: #FFF;
}
.p-home-about__target_item.item-1 .p-home-about__target_head {
  padding: 5.3rem 0 2.85rem;
}
.p-home-about__target_item.item-1 .p-home-about__target_caption {
  margin-top: 1.4rem;
}
.p-home-about__target_item.item-2 .p-home-about__target_head {
  padding: 11.5rem 0 9.65rem;
}
.p-home-about__target_item.item-3 .p-home-about__target_head {
  padding: 5.3rem 0 6.15rem;
}
.p-home-about__target_item.item-3 .p-home-about__target_caption {
  margin-top: 4.7rem;
}
.p-home-about__target_item.item-4 .p-home-about__target_head {
  padding: 3.9rem 0 6.15rem;
}
.p-home-about__target_item.item-4 .p-home-about__target_caption {
  margin-top: 3.4rem;
}
.p-home-about__target_title {
  line-height: 1.35;
  letter-spacing: 0.04em;
  font-size: 2rem;
  font-weight: 700;
  color: var(--blue1);
}
.p-home-about__target_caption {
  line-height: 1.625;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-home-about__target_caption span {
  display: inline-block;
  line-height: 1.4285714286;
  font-size: 1.4rem;
}
.p-home-about__target_price {
  margin: 0 auto;
  line-height: 1.9;
  letter-spacing: 0.04em;
  font-size: 2rem;
  font-weight: 700;
}
.p-home-about__target_priceCaption {
  margin: 1rem auto 0;
  line-height: 1.625;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-home-about__target_bottom {
  padding: 3.05rem 0 0;
  position: relative;
}
.p-home-about__target_bottom::before {
  content: "";
  width: 12.2rem;
  height: 1px;
  background: var(--blue1);
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.p-home-about__att {
  margin: 1.8rem 0 0 auto;
  line-height: 1.875;
  letter-spacing: 0.04em;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-home-about__att {
    margin-top: 2rem;
    line-height: 1.7142857143;
    text-align: left;
  }
}
.p-home-about__support_box {
  display: flex;
  align-items: center;
  gap: 3.6rem;
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-home-about__support_box {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-home-about__support_box + .p-home-about__support_box {
  margin-top: 2.9rem;
}
@media only screen and (max-width: 767px) {
  .p-home-about__support_box + .p-home-about__support_box {
    margin-top: 3.2rem;
  }
}
.p-home-about__support_title {
  width: 37.6rem;
  padding: 2rem 0;
  border-radius: 1rem;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: var(--blue1);
}
@media only screen and (max-width: 767px) {
  .p-home-about__support_title {
    width: 100%;
    padding: 1.85rem 0;
  }
}
.p-home-about__support_content {
  width: calc(100% - 37.6rem - 3.6rem);
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-home-about__support_content {
    width: 100%;
    line-height: 2;
  }
}
.p-home-about__schedule_title {
  margin: 0 0 2.64rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  color: var(--blue1);
}
@media only screen and (max-width: 767px) {
  .p-home-about__schedule_title {
    margin-bottom: 2rem;
  }
}
.p-home-about__schedule_item {
  display: flex;
  align-items: center;
  gap: 5.9rem;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  box-sizing: border-box;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-home-about__schedule_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    padding: 2rem;
    text-align: left;
  }
}
.p-home-about__schedule_item + .p-home-about__schedule_item {
  margin-top: 3.36rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-home-about__schedule_item + .p-home-about__schedule_item {
    margin-top: 3.4rem;
  }
}
.p-home-about__schedule_item + .p-home-about__schedule_item::before {
  content: "";
  width: 1.837rem;
  height: 1.362rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--blue1);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 1rem);
  translate: -50% 0;
}
@media only screen and (max-width: 767px) {
  .p-home-about__schedule_item + .p-home-about__schedule_item::before {
    bottom: calc(100% + 1.04rem);
  }
}
.p-home-about__schedule_step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12.6rem;
  height: 4rem;
  border-radius: 1rem;
  box-sizing: border-box;
  background: var(--yellow1);
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-size: 2rem;
  font-weight: 700;
  color: var(--blue1);
}
.p-home-about__schedule_content {
  display: flex;
  align-items: flex-end;
  gap: 4.1rem;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-home-about__schedule_content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
}
.p-home-about__schedule_content span {
  line-height: 2.2;
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-home-about__schedule_content span {
    line-height: 1.4285714286;
  }
}
.p-home-about__voice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .p-home-about__voice {
    grid-template-columns: 100%;
    gap: 2rem;
  }
}
.p-home-about__voice_item {
  padding: 5.7rem 5.75rem 5.6rem;
  border-radius: 1rem;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-home-about__voice_item {
    padding: 3.2rem;
  }
}
.p-home-about__voice_title {
  margin: 0 0 2rem;
  padding: 0 7rem 0 0;
  box-sizing: border-box;
  line-height: 1.9;
  letter-spacing: 0.04em;
  font-size: 2rem;
  font-weight: 700;
  color: var(--blue1);
}
@media only screen and (max-width: 767px) {
  .p-home-about__voice_title {
    margin-bottom: 8.4rem;
    padding: 0;
    line-height: 1.6;
  }
}
.p-home-about__voice_name {
  margin: 0 0 2.6rem;
  padding-right: 12.5rem;
  box-sizing: border-box;
  line-height: 1.875;
  letter-spacing: 0.04em;
  text-align: right;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-home-about__voice_name {
    margin: 0 auto 2.7rem;
    padding: 0;
    text-align: center;
  }
}
.p-home-about__voice_caption {
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-home-about__voice_caption {
    line-height: 2;
  }
}
.p-home-about__voice_image {
  width: 9.64rem;
  position: absolute;
  top: 4.82rem;
  right: 6.3rem;
}
@media only screen and (max-width: 767px) {
  .p-home-about__voice_image {
    margin: 0 auto 1.23rem;
    position: relative;
    top: auto;
    right: 0;
  }
}
.p-home-about__voice_tips {
  width: 15.402rem;
  position: absolute;
  top: -7.29rem;
  right: -8.1rem;
}
@media only screen and (max-width: 767px) {
  .p-home-about__voice_tips {
    top: -7.17rem;
    right: -10.98rem;
  }
}
.p-home-about__btn {
  display: flex;
  justify-content: center;
  margin: 9rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-home-about__btn {
    margin-top: 5.6rem;
  }
}

.p-home-partner {
  padding: 14.6rem 0 0;
}
@media only screen and (max-width: 767px) {
  .p-home-partner {
    padding: 5.6rem 0 0;
  }
}
.p-home-partner__block {
  padding: 9.8rem 9rem 14.5rem;
  border: 2rem solid var(--blue2);
  box-sizing: border-box;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-home-partner__block {
    padding: 3.2rem 1rem;
    border-width: 1rem;
  }
}
.p-home-partner__block_title {
  margin: 0 auto 4.7rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 4rem;
  font-weight: 700;
  color: var(--blue1);
}
@media only screen and (max-width: 767px) {
  .p-home-partner__block_title {
    margin-bottom: 2rem;
    font-size: 3.2rem;
  }
}
.p-home-partner__block_logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem 2rem;
}
@media only screen and (max-width: 767px) {
  .p-home-partner__block_logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 0;
  }
}
.p-home-partner__block_caption {
  margin: 1.5rem 0 0 auto;
  padding-right: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-home-partner__block_caption {
    margin-top: 1.3rem;
  }
}
.p-home-partner__block_btn {
  display: flex;
  justify-content: center;
  margin: 7.4rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-home-partner__block_btn {
    margin-top: 2.2rem;
  }
}

.p-home-faq {
  padding: 14.5rem 0 15rem;
}
@media only screen and (max-width: 767px) {
  .p-home-faq {
    padding: 3.5rem 0 5.6rem;
  }
}
.p-home-faq__btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.6rem;
  margin: 7.2rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-home-faq__btns {
    grid-template-columns: 100%;
    gap: 2rem;
    width: 26.2rem;
    margin-top: 3.2rem;
  }
}
.p-home-faq__btns_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 6.4rem;
  border-radius: 100px;
  box-sizing: border-box;
  background: var(--yellow1);
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-size: 2rem;
  font-weight: 700;
  color: var(--blue1);
}
@media only screen and (max-width: 767px) {
  .p-home-faq__btns_item {
    height: 4.8rem;
    font-size: 1.6rem;
  }
}
.p-home-faq__btns_item::after {
  content: "";
  width: 0.6rem;
  aspect-ratio: 1/1;
  border-width: 0 0.3rem 0.3rem 0;
  border-style: solid;
  border-color: var(--blue1);
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .p-home-faq__btns_item::after {
    right: 1.66rem;
  }
}
.p-home-faq__block {
  max-width: 99.4rem;
  width: 100%;
  margin: 12rem auto 0;
  counter-reset: f a;
}
@media only screen and (max-width: 767px) {
  .p-home-faq__block {
    width: 30.2rem;
    margin-top: 4rem;
  }
}
.p-home-faq__block + .p-home-faq__block {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-home-faq__block + .p-home-faq__block {
    margin-top: 5.6rem;
  }
}
.p-home-faq__block_title {
  margin: 0 auto 6.5rem;
  padding: 1.75rem 0;
  border-radius: 1rem;
  box-sizing: border-box;
  background: var(--blue1);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-home-faq__block_title {
    margin-bottom: 3.2rem;
    padding: 1.45rem 0;
  }
}
.p-home-faq__box {
  margin: 0 auto;
  padding: 2.5rem 4.5rem;
  border-radius: 1rem;
  box-sizing: border-box;
  background: var(--blue2);
  text-align: left;
  counter-increment: f a;
}
@media only screen and (max-width: 767px) {
  .p-home-faq__box {
    padding: 2rem;
  }
}
.p-home-faq__box + .p-home-faq__box {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .p-home-faq__box + .p-home-faq__box {
    margin-top: 2rem;
  }
}
.p-home-faq__box_title {
  position: relative;
  z-index: 1;
  line-height: 1.9;
  cursor: pointer;
}
.p-home-faq__box_title::before, .p-home-faq__box_title::after {
  content: "";
  width: 2.2rem;
  height: 0.2rem;
  background: var(--blue1);
  position: absolute;
  top: 50%;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .p-home-faq__box_title::before, .p-home-faq__box_title::after {
    width: 1.6rem;
  }
}
.p-home-faq__box_title::before {
  translate: 0 -50%;
}
.p-home-faq__box_title::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
.p-home-faq__box_title.is-open::after {
  transform: translateY(-50%) rotate(360deg);
  opacity: 0;
}
.p-home-faq__box_title span {
  display: block;
  padding: 0.4em 5rem 0.4em 9.4rem;
  box-sizing: border-box;
  line-height: 1.9;
  letter-spacing: 0.04em;
  font-size: 2rem;
  font-weight: 700;
  color: var(--blue1);
}
@media only screen and (max-width: 767px) {
  .p-home-faq__box_title span {
    padding: 0 3.9rem 0 5.8rem;
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.p-home-faq__box_title span::before {
  content: "Q" counter(f);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.8rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  box-sizing: border-box;
  background: var(--blue1);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-home-faq__box_title span::before {
    width: 4.8rem;
    font-size: 1.6rem;
  }
}
.p-home-faq__box_content {
  display: none;
  padding: 1.8rem 0 0;
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-home-faq__box_content {
    padding-top: 2rem;
    line-height: 1.625;
  }
}
.p-home-faq__box_content p {
  display: block;
  padding: 0.4em 0 0.4em 9.4rem;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-home-faq__box_content p {
    padding: 0 0 0 5.8rem;
  }
}
.p-home-faq__box_content p::before {
  content: "A" counter(a);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.8rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  box-sizing: border-box;
  background: #FFF;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 2rem;
  font-weight: 700;
  color: var(--blue1);
}
@media only screen and (max-width: 767px) {
  .p-home-faq__box_content p::before {
    width: 4.8rem;
    font-size: 1.6rem;
  }
}
.p-home-faq__btn {
  display: flex;
  justify-content: center;
  margin: 14.4rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-home-faq__btn {
    margin-top: 5.6rem;
  }
}
.p-home-faq__contact {
  margin: 7.2rem auto 0;
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-home-faq__contact {
    margin-top: 3.2rem;
  }
}
.p-home-faq__contact a {
  color: var(--base);
}

.p-company__point {
  display: flex;
  justify-content: center;
  margin: 7rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-company__point {
    margin-top: 4rem;
  }
}
.p-company__search {
  margin: 7rem auto 0;
  padding: 5.7rem 7.2rem 6.9rem;
  border-radius: 2.5rem;
  box-sizing: border-box;
  background: var(--blue2);
}
@media only screen and (max-width: 767px) {
  .p-company__search {
    width: calc(100% + 3rem);
    margin: 4rem -1.5rem 0;
    padding: 4rem 2rem 5.6rem;
  }
}
.p-company__search_title {
  margin: 0 auto 2.1rem;
  line-height: 1.7272727273;
  letter-spacing: 0.04em;
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-company__search_title {
    margin-bottom: 3rem;
  }
}
.p-company__searchBox {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
}
.p-company__searchBox + .p-company__searchBox {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid var(--base);
}
.p-company__searchBox_title {
  margin: 0 0 1.4rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-size: 2rem;
  font-weight: 700;
  color: var(--blue1);
}
.p-company__searchBox_content {
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
}
.p-company__searchBox_content input[type=text] {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 1px solid var(--gray1);
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-company__searchBox_content input[type=text] {
    padding: 0.8rem 1rem;
  }
}
.p-company__searchBox_flexRow {
  display: flex;
  flex-wrap: wrap;
  gap: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .p-company__searchBox_flexRow {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.p-company__searchBox_flexCol {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .p-company__searchBox_flexCol {
    gap: 1.2rem;
  }
}
.p-company__searchBox_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-company__searchBox_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem 2.3rem;
  }
}
.p-company__searchBox_check input[type=checkbox] {
  display: none;
}
.p-company__searchBox_check input[type=checkbox] + span {
  display: inline-block;
  padding-left: 3.4rem;
  position: relative;
}
.p-company__searchBox_check input[type=checkbox] + span::before {
  content: "";
  width: 2.4rem;
  aspect-ratio: 1/1;
  background: url(../img/common/uncheck.svg) 50% 50%/100% no-repeat;
  position: absolute;
  top: 0.35em;
  left: 0;
}
.p-company__searchBox_check input[type=checkbox]:checked + span::before {
  background-image: url(../img/common/checked.svg);
}
.p-company__searchBox_radio input[type=radio] {
  display: none;
}
.p-company__searchBox_radio input[type=radio] + span {
  display: block;
  padding-left: 3rem;
  position: relative;
}
.p-company__searchBox_radio input[type=radio] + span::before {
  content: "";
  width: 2rem;
  aspect-ratio: 1/1;
  background: url(../img/common/radio-uncheck.svg) 50% 50%/100% no-repeat;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.p-company__searchBox_radio input[type=radio]:checked + span::before {
  background-image: url(../img/common/radio-checked.svg);
}
.p-company__searchBox_btn {
  display: flex;
  justify-content: center;
  margin: 5.65rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-company__searchBox_btn {
    margin-top: 4rem;
  }
}
.p-company__body {
  padding: 11.2rem 0 0;
}
@media only screen and (max-width: 767px) {
  .p-company__body {
    padding-top: 5.6rem;
  }
}
.p-company__body_head {
  margin: 0 auto 6.3rem;
}
@media only screen and (max-width: 767px) {
  .p-company__body_head {
    margin-bottom: 4.9rem;
  }
}
.p-company__body_sign {
  margin: 0 auto 1rem;
  line-height: 1.1764705882;
  font-size: 3.4rem;
  font-weight: 700;
  color: var(--blue1);
}
@media only screen and (max-width: 767px) {
  .p-company__body_sign {
    margin-bottom: 2rem;
    font-size: 3.2rem;
  }
}
.p-company__body_sub {
  line-height: 1.9;
  letter-spacing: 0.04em;
  font-size: 2rem;
  font-weight: 500;
}
.p-company__result {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 3.6rem;
}
@media only screen and (max-width: 767px) {
  .p-company__result {
    grid-template-columns: 100%;
    gap: 2rem;
  }
}
.p-company__result_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 10rem;
  padding: 0 6.7rem;
  border: 0.2rem solid var(--blue1);
  border-radius: 1rem;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 500;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-company__result_item {
    height: 10rem;
    padding: 0 4.2rem 0 2rem;
  }
}
.p-company__result_item::after {
  content: "";
  width: 1.2rem;
  aspect-ratio: 1/1;
  border-width: 0.3rem 0.3rem 0 0;
  border-style: solid;
  border-color: var(--blue1);
  position: absolute;
  top: 50%;
  right: 3.4rem;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .p-company__result_item::after {
    right: 1.6rem;
  }
}
.p-company__result_item:hover {
  border-color: var(--blue2);
  background: var(--blue2);
}

.p-privacy__date {
  margin: 7rem 0 1rem 0 auto;
  line-height: 1.875;
  letter-spacing: 0.04em;
  text-align: right;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-privacy__date {
    margin: 3.4rem 0 2rem;
    font-size: 1.4rem;
  }
}
.p-privacy__lead {
  line-height: 1.875;
  letter-spacing: 0.04em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-privacy__block {
  margin: 8rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-privacy__block {
    margin-top: 5rem;
  }
}
.p-privacy__block_title {
  margin: 0 auto 5.6rem;
  padding: 1.75rem 0;
  border-radius: 1rem;
  box-sizing: border-box;
  background: var(--blue1);
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-privacy__block_title {
    margin-bottom: 4rem;
    padding: 1.45rem 0;
  }
}
.p-privacy__box {
  margin: 4rem 0 0;
  text-align: left;
}
.p-privacy__box_title {
  margin: 0 0 0.5rem;
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 900;
  color: var(--blue1);
}
.p-privacy__box_content {
  padding-left: 3rem;
  box-sizing: border-box;
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-weight: 500;
}