@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  color: #6b6d6e;
  font-family: "Noto Sans JP", sans-serif;
}

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

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

html {
  font-size: 16px;
}
@media (max-width: 1408px) {
  html {
    font-size: 1.1363636364vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-bottom-buttons {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-bottom-buttons {
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
  }
}

@media screen and (max-width: 767px) {
  .l-bottom-buttons.is-show {
    opacity: 1;
    visibility: visible;
  }
}

.l-contact .p-contact{
  padding-bottom: 106px;
  padding-bottom: 6.625rem;
}
@media screen and (max-width: 767px){
  .l-contact .p-contact{
    padding-bottom: 2.125rem;
  }
}

.l-contact2 {
  margin-top: 152px;
  margin-top: 9.5rem;
}
@media screen and (max-width: 767px) {
  .l-contact2 {
    margin-top: 5rem;
  }
}

.l-drawer {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.l-footer {
  margin-top: 108px;
  margin-top: 6.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 2.375rem;
  }
}

.l-header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
  }
}

.l-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1628px;
  padding-left: 110px;
  padding-right: 110px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 33.75rem;
    padding-left: 33px;
    padding-right: 33px;
  }
}

.l-mv {
  height: 100vh;
  min-height: 500px;
  min-height: 31.25rem;
  width: 100%;
}
.l-summary {
  margin-top: 150px;
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .l-summary {
    margin-top: 4rem;
  }
}

.c-button {
  align-items: center;
  background-color: #3cb9d2;
  border: 1px solid #3cb9d2;
  color: #fff;
  display: inline-flex;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  justify-content: space-between;
  letter-spacing: 0.1em;
  line-height: 2.7;
  max-width: 528px;
  max-width: 33rem;
  padding: 24px 34px 24px 48px;
  padding: 1.5rem 2.125rem 1.5rem 3rem;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: max(0.75rem, 10px);
    padding: 0.8125rem 1.5rem;
  }
}

.c-button--contact-pink {
  background-color: #ff8c92;
  border-color: #ff8c92;
}

.c-button--contact::after,
.c-button--contact-pink::after,
.c-button--download::after {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: #fff;
  content: "";
  display: inline-block;
  height: auto;
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  transition: all 0.3s ease-in-out;
  width: 53px;
  width: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .c-button--contact::after,
  .c-button--contact-pink::after,
  .c-button--download::after {
    width: 2.125rem;
  }
}

.c-button--contact::after {
  -webkit-mask-image: url(../images/common/icon_mail.svg);
  aspect-ratio: 31/21;
          mask-image: url(../images/common/icon_mail.svg);
}

.c-button--contact-pink::after {
  -webkit-mask-image: url(../images/common/icon_mail.svg);
  aspect-ratio: 31/21;
          mask-image: url(../images/common/icon_mail.svg);
}

.c-button--download::after {
  -webkit-mask-image: url(../images/common/icon_download.svg);
  aspect-ratio: 53/35;
          mask-image: url(../images/common/icon_download.svg);
}

/* hover指定できるPCを想定したスタイル */
@media (hover: hover) {
  .c-button:hover {
    background-color: #fff;
    border-color: #3cb9d2;
    color: #3cb9d2;
  }
  .c-button--contact-pink:hover {
    border-color: #ff8c92;
    color: #ff8c92;
  }
  .c-button--contact:hover::after,
  .c-button--download:hover::after {
    background-color: #3cb9d2;
  }
  .c-button--contact-pink:hover::after {
    background-color: #ff8c92;
  }
}
/* hoverが使えないタッチ端末を想定した装飾 */
@media (hover: none) {
  .c-button:active {
    background-color: #fff;
    border-color: #3cb9d2;
    color: #3cb9d2;
  }
  .c-button--contact:active::after,
  .c-button--download:active::after {
    background-color: #3cb9d2;
  }
}
.c-line-up-button {
  align-items: center;
  background-color: #f8ca51;
  border-radius: 0.9375rem;
  box-shadow: 0 0.375rem #c59b2e;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300;
  gap: 16px;
  gap: 1rem;
  line-height: 1.25;
  padding: 16px 36px;
  padding: 1rem 2.25rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-line-up-button {
    border-radius: 0.5rem;
    box-shadow: 0 0.1875rem #c59b2e;
    font-size: 1rem;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
  }
}

.c-line-up-button::after {
  aspect-ratio: 1/1;
  background: url(../images/common/icon_arrow.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: auto;
  width: 34px;
  width: 2.125rem;
}
@media screen and (max-width: 767px) {
  .c-line-up-button::after {
    width: 1.0625rem;
  }
}

/* hover指定できるPCを想定したスタイル */
@media (hover: hover) {
  .c-line-up-button:hover {
    box-shadow: 0 0 #c59b2e;
    transform: translateY(0.375rem);
  }
}
@media screen and (hover: hover) and (max-width: 767px) {
  .c-line-up-button:hover {
    transform: translateY(0.1875rem);
  }
}
/* hoverが使えないタッチ端末を想定した装飾 */
@media (hover: none) {
  .c-line-up-button:active {
    box-shadow: 0 0 #c59b2e;
    transform: translateY(0.375rem);
  }
}
@media screen and (hover: none) and (max-width: 767px) {
  .c-line-up-button:active {
    transform: translateY(0.1875rem);
  }
}
.c-menu-button {
  display: inline-block;
  padding: 0 10px;
  padding: 0 0.625rem;
  position: relative;
}

.c-menu-button span {
  background-color: #14227f;
  border-radius: 100vw;
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 26px;
  width: 1.625rem;
}

.c-menu-button::before,
.c-menu-button::after {
  background-color: #14227f;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.3s ease-out;
  width: 26px;
  width: 1.625rem;
}

.c-menu-button::before {
  content: "";
  transform: translateY(-0.5rem);
}

.c-menu-button::after {
  transform: translateY(0.5rem);
}

.c-menu-button[aria-expanded=true]::before {
  opacity: 0;
}

.c-menu-button[aria-expanded=true]::after {
  opacity: 0;
}

.c-panel {
  overflow: hidden;
  position: relative;
}

.c-panel img {
  -o-object-fit: cover;
  aspect-ratio: 1098/1562;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.c-panel__text {
  bottom: -8px;
  bottom: -0.5rem;
  color: #fff;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-size: max(80px, 10px);
  font-size: max(5rem, 10px);
  font-weight: 200;
  left: -5px;
  left: -0.3125rem;
  letter-spacing: 0.02em;
  line-height: 1;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .c-panel__text {
    bottom: -0.125rem;
    font-size: max(2.5rem, 10px);
    left: 0;
  }
}

.c-section-title {
  border-bottom: 1px solid #c7cbcd;
  color: #7c7f80;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
  font-weight: 300;
  letter-spacing: 0.095em;
  line-height: 1.40625;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: max(1.25rem, 10px);
    text-align: center;
  }
}

.c-section-title--small {
  color: #6b6d6e;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-size: max(28px, 10px);
  font-size: max(1.75rem, 10px);
  letter-spacing: 0.02em;
  line-height: 1.0357142857;
}
@media screen and (max-width: 767px) {
  .c-section-title--small {
    font-size: max(1.25rem, 10px);
  }
}

.c-text {
  font-size: max(17px, 10px);
  font-size: max(1.0625rem, 10px);
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.6470588235;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: max(0.75rem, 10px);
  }
}

@media screen and (max-width: 767px) {
  .p-bottom-buttons__inner {
    grid-gap: min(1.0666666667vw, 6px);
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    display: grid;
    gap: min(1.0666666667vw, 6px);
    grid-template-columns: repeat(2, 1fr);
    padding: min(1.0666666667vw, 6px);
  }
}

@media screen and (max-width: 767px) {
  .p-bottom-buttons__button a {
    font-size: min(3.2vw, 17px);
    padding: min(3.2vw, 17px);
  }
}

@media screen and (max-width: 767px) {
  .p-bottom-buttons__button a::after {
    width: min(4.8vw, 26px);
  }
}

.p-case {
  background-color: #fff;
  padding-bottom: 218px;
  padding-bottom: 13.625rem;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding: 5.125rem 0 4.5625rem;
  }
}

.p-case__inner.l-inner {
  align-items: flex-start;
  display: flex;
  gap: 85px;
  gap: 5.3125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-case__inner.l-inner {
    align-items: center;
    flex-direction: column;
    gap: 2.25rem;
  }
}

.p-case__head {
  flex-shrink: 0;
  padding-top: 242px;
  padding-top: 15.125rem;
  position: sticky;
  top: 0;
  width: 298px;
  width: 18.625rem;
}
@media screen and (max-width: 767px) {
  .p-case__head {
    padding-top: 0;
    position: static;
  }
}

.p-case__description {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-case__description {
    margin-top: 0.625rem;
  }
}

.p-case__items {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 80px;
  gap: 5rem;
  max-width: 846px;
  max-width: 52.875rem;
  padding-top: 242px;
  padding-top: 15.125rem;
}
@media screen and (max-width: 767px) {
  .p-case__items {
    gap: 1.125rem;
    padding-top: 0;
  }
}

.p-case__item {
  display: flex;
  flex: 1;
  gap: 97px;
  gap: 6.0625rem;
}
@media screen and (max-width: 767px) {
  .p-case__item {
    gap: 1.125rem;
  }
}

.p-case__item:nth-child(n+2) {
  border-top: 1px solid #6b6d6e;
  padding-top: 64px;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-case__item:nth-child(n+2) {
    padding-top: 1.5rem;
  }
}

.p-case__item::before {
  aspect-ratio: 1/1;
  background: no-repeat center/contain;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: auto;
  margin: 30px 0 0 38px;
  margin: 1.875rem 0 0 2.375rem;
  width: 200px;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-case__item::before {
    margin: 0;
    width: 5.5625rem;
  }
}

.p-case__item:nth-child(1):before {
  background-image: url(../images/common/case1.svg);
}

.p-case__item:nth-child(2):before {
  background-image: url(../images/common/case2.svg);
}

.p-case__item:nth-child(3):before {
  background-image: url(../images/common/case3.svg);
}

.p-case__item:nth-child(4):before {
  background-image: url(../images/common/case4.svg);
}

.p-case__item:nth-child(5):before {
  background-image: url(../images/common/case5.svg);
}

.p-case__item-heading {
  display: flex;
  flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-case__item-heading {
    gap: 0.625rem;
  }
}

.p-case__item-heading-no {
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-size: max(28px, 10px);
  font-size: max(1.75rem, 10px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-case__item-heading-no {
    font-size: max(0.8125rem, 10px);
  }
}

.p-case__item-heading-text {
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
  font-weight: 300;
  letter-spacing: 0.095em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-case__item-heading-text {
    font-size: max(0.9375rem, 10px);
  }
}

.p-case__item-description {
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 440px;
  max-width: 27.5rem;
}
@media screen and (max-width: 767px) {
  .p-case__item-description {
    margin-top: 0.875rem;
  }
}

.p-commitment__inner.l-inner {
  pointer-events: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-commitment__inner.l-inner {
    padding: 0 3.125rem;
  }
}

.p-commitment__panel-item {
  pointer-events: initial;
  width: min(32.5520833333vw, 546px);
  width: min(32.5520833333vw, 34.125rem);
}
@media screen and (max-width: 767px) {
  .p-commitment__panel-item {
    width: 100%;
  }
}

.p-commitment__panel-item--1 {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-commitment__panel-item--1 {
    padding: 3.75rem 0 3.125rem;
    transform: translateY(-176px);
  }
}

.p-commitment__panel-item--2 {
  padding: 200px 0 200px;
  padding: 12.5rem 0 12.5rem;
  padding: 200px 0 0;
  padding: 12.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-commitment__panel-item--2 {
    padding: 3.75rem 0;
  }
}

.p-commitment__panel-item-content {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-commitment__panel-item-content {
    margin: 1.5rem -1.125rem 0;
    margin-top: 1.25rem;
  }
}

.p-commitment__panel-item-heading {
  font-size: max(31px, 10px);
  font-size: max(1.9375rem, 10px);
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.4838709677;
}
@media screen and (max-width: 767px) {
  .p-commitment__panel-item-heading {
    font-size: max(1.25rem, 10px);
    letter-spacing: 0;
    line-height: 1.25;
  }
}

.p-commitment__panel-item-heading--blue {
  color: #32999e;
}

.p-commitment__panel-item-description {
  font-weight: 400;
  margin-top: 29px;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-commitment__panel-item-description {
    margin-top: 0.75rem;
  }
}

.p-commitment__panel-sub-items {
  display: flex;
  flex-direction: column;
  gap: 31px;
  gap: 1.9375rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  position: absolute;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-commitment__panel-sub-items {
    position: static;
    white-space: inherit;
  }
}

.p-commitment__panel-sub-item {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  position: relative;
}

.p-commitment__panel-sub-item:nth-child(n+2)::before {
  aspect-ratio: 32/10;
  background: url(../images/common/caret2.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: auto;
  left: 50%;
  position: absolute;
  top: -20px;
  top: -1.25rem;
  transform: translateX(-50%);
  width: 32px;
  width: 2rem;
}

.p-commitment__panel-sub-item-step {
  align-content: center;
  background-color: #81a0b5;
  border-radius: 0.25rem;
  color: #fff;
  display: grid;
  flex-shrink: 0;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  height: 24px;
  height: 1.5rem;
  justify-content: center;
  line-height: 1;
  place-content: center;
  width: 70px;
  width: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-commitment__panel-sub-item-step {
    font-size: max(0.625rem, 10px);
    height: 1.25rem;
    width: 2.875rem;
  }
}

.p-commitment__panel-sub-item-description {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-commitment__panel-sub-item-description {
    letter-spacing: 0;
  }
}

.p-commitment__content {
  left: 50%;
  margin-left: auto;
  position: absolute;
  transform: translate(calc(min(21.484375vw, 26.25rem) - 50%), calc(20rem - 90%));
  width: 552px;
  width: 34.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-commitment__content {
    margin-top: -8.75rem;
    padding-bottom: 5rem;
    position: static;
    transform: translateY(0);
    width: 100%;
  }
}

.p-commitment__heading {
  font-size: max(31px, 10px);
  font-size: max(1.9375rem, 10px);
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.8064516129;
  padding-top: 320px;
  padding-top: 20rem;
}
@media screen and (max-width: 767px) {
  .p-commitment__heading {
    font-size: max(1.25rem, 10px);
    padding-top: 0;
    text-align: center;
  }
}

.p-commitment__items {
  display: flex;
  flex-direction: column;
  gap: 14px;
  gap: 0.875rem;
  margin-top: 29px;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-commitment__items {
    margin-top: 0.625rem;
  }
}

.p-commitment__item {
  align-items: center;
  background-color: #fff;
  border-radius: 1.125rem;
  display: flex;
  gap: 45px;
  gap: 2.8125rem;
  padding: 32px 54px;
  padding: 2rem 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-commitment__item {
    border-radius: 0.625rem;
    gap: 0.9375rem;
    padding: 0.875rem;
  }
}

.p-commitment__item::before {
  aspect-ratio: 1/1;
  background: no-repeat center/contain;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: auto;
  width: 83px;
  width: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .p-commitment__item::before {
    width: 2rem;
  }
}

.p-commitment__item:nth-child(1)::before {
  background-image: url(../images/common/icon_commitment1.svg);
}

.p-commitment__item:nth-child(2)::before {
  background-image: url(../images/common/icon_commitment2.svg);
}

.p-commitment__item:nth-child(3)::before {
  background-image: url(../images/common/icon_commitment3.svg);
}

.p-commitment__item:nth-child(4)::before {
  background-image: url(../images/common/icon_commitment4.svg);
}

.p-commitment__item:nth-child(5)::before {
  background-image: url(../images/common/icon_commitment5.svg);
}

.p-commitment__item-inner {
  flex: 1;
}

.p-commitment__item-heading {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 300;
  letter-spacing: 0.095em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-commitment__item-heading {
    font-size: max(0.75rem, 10px);
  }
}

.p-commitment__item-description {
  font-size: max(17px, 10px);
  font-size: max(1.0625rem, 10px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.4117647059;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-commitment__item-description {
    font-size: max(0.75rem, 10px);
    margin-top: 0.5625rem;
  }
}

.p-contact {
  background-color: #fff;
  padding-top: 106px;
  padding-top: 6.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-top: 2.125rem;
  }
}

.p-contact__inner.l-inner {
  max-width: 1383px;
  max-width: 86.4375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner.l-inner {
    display: flex;
    flex-direction: column;
    max-width: 33.75rem;
  }
}

.p-contact__wrapper {
  grid-gap: 80px;
  display: grid;
  gap: 80px;
  gap: 5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-contact__wrapper {
    display: contents;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-contact__heading {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 300;
  letter-spacing: 0.095em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-contact__heading {
    font-size: max(1.25rem, 10px);
    line-height: 1.5;
    text-align: center;
  }
}

.p-contact__description-items {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__description-items {
    margin-top: 1.0625rem;
  }
}

.p-contact__description-item {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .p-contact__description-item {
    font-size: max(0.6875rem, 10px);
    line-height: 1.75;
  }
}

.p-contact__description {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .p-contact__description {
    font-size: max(0.6875rem, 10px);
    line-height: 1.75;
  }
}

.p-contact__button-items {
  grid-gap: 30px;
  display: grid;
  gap: 30px;
  gap: 1.875rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__button-items {
    margin-top: 2.5625rem;
    order: 1;
  }
}

.p-contact__note {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.5;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__note {
    font-size: max(0.6875rem, 10px);
    line-height: 1.75;
  }
}

.p-conatct2__inner.l-inner {
  max-width: 1480px;
  max-width: 92.5rem;
}
@media screen and (max-width: 767px) {
  .p-conatct2__inner.l-inner {
    max-width: 33.75rem;
  }
}

.p-conatct2__items {
  grid-gap: 200px;
  display: grid;
  gap: 200px;
  gap: 12.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-conatct2__items {
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-conatct2__item-description {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-conatct2__item-description {
    font-size: max(0.75rem, 10px);
    margin-top: 0.25rem;
    text-align: center;
  }
}

.p-conatct2__item-button {
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-conatct2__item-button {
    margin-top: 0.8125rem;
  }
}

.p-drawer {
  background-color: #d5f1f1;
  background-color: #fff;
  color: #14227f;
  max-height: 100vh;
  overflow: auto;
  padding: 60px 0 40px;
  padding: 3.75rem 0 2.5rem;
  width: 100%;
}

.p-drawer__nav-item {
  position: relative;
}

.p-drawer__nav-item::before {
  background-color: #dee2e2;
  content: "";
  height: 1px;
  left: calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
}

.p-drawer__nav-item:last-child::after {
  background-color: #dee2e2;
  bottom: 0;
  content: "";
  height: 1px;
  left: calc(50% - 50vw);
  position: absolute;
  width: 100vw;
}

.p-drawer__nav-item a {
  display: inline-block;
  padding: 12px 0;
  padding: 0.75rem 0;
}

.p-drawer[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.p-drawer__buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-flow {
  padding-top: 152px;
  padding-top: 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding-top: 2.375rem;
  }
}

.p-flow__inner.l-inner {
  max-width: 1480px;
  max-width: 92.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__inner.l-inner {
    max-width: 33.75rem;
  }
}

.p-flow__description {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-flow__description {
    font-size: max(0.75rem, 10px);
    margin-top: 0.25rem;
    text-align: center;
  }
}

.p-flow__items {
  grid-gap: 38px;
  display: grid;
  gap: 38px;
  gap: 2.375rem;
  gap: 3.0158730159%;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-flow__items {
    gap: 0.4375rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.625rem;
  }
}

.p-flow__item {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 25px 12px;
  padding: 1.5625rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    border-radius: 0.625rem;
    min-height: max(12.625rem, 202px);
    padding: 0.6875rem 0.375rem;
  }
}

.p-flow__item::before {
  aspect-ratio: 1/1;
  background: no-repeat center/contain;
  content: "";
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item::before {
    width: 3.75rem;
  }
}

.p-flow__item:nth-child(1)::before {
  background-image: url(../images/common/introduction_illust1.svg);
}

.p-flow__item:nth-child(2)::before {
  background-image: url(../images/common/introduction_illust2.svg);
}

.p-flow__item:nth-child(3)::before {
  background-image: url(../images/common/introduction_illust3.svg);
}

.p-flow__item:nth-child(4)::before {
  background-image: url(../images/common/introduction_illust4.svg);
}

.p-flow__item-heading {
  color: #ff8c9d;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 300;
  letter-spacing: 0.095em;
  line-height: 1.875;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item-heading {
    font-size: max(0.9375rem, 10px);
    margin-top: 0.75rem;
    text-align: center;
  }
}

.p-flow__item-description {
  color: #81a0b5;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  letter-spacing: 0.0442857143em;
  line-height: 1.6428571429;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item-description {
    font-size: max(0.75rem, 10px);
    line-height: 1.3333333333;
    margin-top: -0.125rem;
  }
}

.p-footer {
  padding-bottom: 133px;
  padding-bottom: 8.3125rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-bottom: 2.1875rem;
    padding-bottom: 28vw;
  }
}

.p-footer__inner.l-inner {
  max-width: 1378px;
  max-width: 86.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__inner.l-inner {
    max-width: 33.75rem;
  }
}

.p-footer__logo-link {
  align-items: center;
  display: inline-flex;
  gap: 33px;
  gap: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo-link {
    gap: 0.75rem;
  }
}

.p-footer__logo {
  width: 200px;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    margin-left: 0.5rem;
    width: 6.25rem;
  }
}

.p-footer__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 377/145;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-footer__copy {
  color: #14227f;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 300;
  letter-spacing: 0.035em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: max(0.75rem, 10px);
    letter-spacing: 0;
  }
}

.p-footer__dl {
  -moz-column-count: 2;
  -moz-column-gap: 2.8125rem;
  border-top: 1px solid #6b6d6e;
  color: #14227f;
       column-count: 2;
       column-gap: 2.8125rem;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 2.6666666667;
  margin-top: 32px;
  margin-top: 2rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-footer__dl {
    -moz-column-count: 1;
         column-count: 1;
    font-size: max(0.75rem, 10px);
    line-height: 1.8333333333;
    margin-top: 1.375rem;
    padding-top: 0.5625rem;
  }
}

.p-footer__dl-container {
  -moz-column-break-inside: avoid;
  align-items: flex-start;
       break-inside: avoid;
  display: flex;
  gap: 32px;
  gap: 2rem;
  page-break-inside: avoid;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-footer__dl-container {
    gap: 0.875rem;
  }
}

.p-footer__dl-container:last-child {
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-footer__dl-container:last-child {
    gap: 0.875rem;
  }
}

.p-footer__dt {
  flex-shrink: 0;
  width: 100px;
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__dt {
    width: 4.375rem;
  }
}

.p-footer__dt:last-child {
  width: 3em;
}

.p-footer__dd {
  width: -moz-fit-content;
  width: fit-content;
}

.p-footer__copyrigh {
  border-top: 1px solid #6b6d6e;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0.095em;
  line-height: 2.25;
  margin-top: 43px;
  margin-top: 2.6875rem;
  padding-top: 18px;
  padding-top: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyrigh {
    margin-top: 1.4375rem;
    padding-top: 0rem;
  }
}

.p-header {
  padding: 31px 0;
  padding: 1.9375rem 0;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding: 1.25rem 0;
    transition: all 0.3s ease-in-out;
  }
}

.p-header__inner {
  display: flex;
  padding: 0 50px 0 32px;
  padding: 0 3.125rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 1.375rem 0 2rem;
  }
}

.p-header__logo {
  flex-shrink: 0;
  transition: opacity 0.3s ease-in-out;
  width: 200px;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 7.5rem;
  }
}

.p-header__logo img {
  -o-object-fit: contain;
  aspect-ratio: 377/145;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-header__logo-link {
  display: block;
}

.p-header__menu-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__menu-button {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: auto;
    position: relative;
    width: 2.875rem;
    z-index: 1;
  }
}

.p-header__drawer {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out;
}

.p-header__nav {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav-items {
  display: flex;
  height: 100%;
}

.p-header__nav-item {
  height: 100%;
}

.p-header__nav-item a {
  align-items: center;
  color: #14227f;
  display: flex;
  font-size: max(17px, 10px);
  font-size: max(1.0625rem, 10px);
  font-weight: 300;
  height: 100%;
  justify-content: center;
  padding: 0 23px;
  padding: 0 1.4375rem;
  transition: opacity 0.3s ease-in-out;
}

/* is-active */
.p-header__drawer[aria-hidden=false] {
  transform: translateY(0);
}

/* hover指定できるPCを想定したスタイル */
@media (hover: hover) {
  .p-header__logo-link:hover,
  .p-header__nav-item a:hover {
    opacity: 0.7;
  }
}
/* hoverが使えないタッチ端末を想定した装飾 */
@media (hover: none) {
  .p-header__logo-link:active,
  .p-header__nav-item a:active {
    opacity: 0.7;
  }
}
/* スクロール時のスタイル */
@media screen and (max-width: 767px) {
  .p-header.is-white {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.p-line-up {
  padding-bottom: 238px;
  padding-bottom: 14.875rem;
}
@media screen and (max-width: 767px) {
  .p-line-up {
    padding: 4.75rem 0;
  }
}

.p-line-up__inner.l-inner {
  align-items: flex-start;
  display: flex;
  gap: 78px;
  gap: 4.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-line-up__inner.l-inner {
    display: block;
    padding: 0 3.75rem;
  }
}

.p-line-up__head {
  flex-shrink: 0;
  padding-top: 266px;
  padding-top: 16.625rem;
  position: sticky;
  top: 0;
  width: 298px;
  width: 18.625rem;
}
@media screen and (max-width: 767px) {
  .p-line-up__head {
    padding-top: 0;
    position: static;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-line-up__heading {
    text-align: center;
  }
}

.p-line-up__description {
  margin-top: 66px;
  margin-top: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-line-up__description {
    margin-top: 0.3125rem;
  }
}

.p-line-up__button {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-line-up__button {
    text-align: center;
  }
}

.p-line-up__items {
  display: flex;
  flex-direction: column;
  gap: 80px;
  gap: 5rem;
  padding-top: 266px;
  padding-top: 16.625rem;
}
@media screen and (max-width: 767px) {
  .p-line-up__items {
    margin-top: 3.125rem;
    padding-top: 0;
  }
}

.p-line-up__item {
  align-items: flex-start;
  display: flex;
  gap: 70px;
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-line-up__item {
    flex-direction: column;
    gap: 0.9375rem;
    padding: 0 0.5rem;
  }
}

.p-line-up__item-image {
  flex-shrink: 0;
  position: relative;
  width: 362px;
  width: 22.625rem;
}
@media screen and (max-width: 767px) {
  .p-line-up__item-image {
    width: 100%;
  }
}

.p-line-up__item-image-caption {
  bottom: 16px;
  bottom: 1rem;
  left: 16px;
  left: 1rem;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-line-up__item-image-caption {
    bottom: 0.25rem;
    font-size: max(0.625rem, 10px);
    left: 0.5rem;
  }
}

.p-line-up__item-heading {
  color: #ff8c9d;
  font-size: max(23px, 10px);
  font-size: max(1.4375rem, 10px);
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-line-up__item-heading {
    font-feature-settings: "palt";
    font-size: max(0.75rem, 10px);
  }
}
.p-line-up__item-heading span{
    color: #ff8c9d;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 0 5px;
    margin-right: 10px;
    font-size: max(14px, 10px);
    vertical-align: middle;
}
@media screen and (max-width: 767px){
    .p-line-up__item-heading span{
        font-size: max(0.75rem, 10px);
        margin-right: 5px;
    }
}

.p-line-up__item-description {
  font-feature-settings: "palt";
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 450px;
  max-width: 28.125rem;
}
@media screen and (max-width: 767px) {
  .p-line-up__item-description {
    margin-top: 0.375rem;
  }
}

.p-line-up__item-description em {
  font-style: normal;
  font-weight: 400;
}

.p-line-up__item-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-line-up__item-labels {
    gap: 0.3125rem;
    justify-content: center;
    margin-top: 0.8125rem;
  }
}

.p-line-up__item-label {
  font-feature-settings: "palt";
  background-color: #fff;
  border-radius: 100vh;
  color: #32999e;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.16em;
  padding: 11px 16px;
  padding: 0.6875rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-line-up__item-label {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
  }
}

.p-mv {
  height: 100%;
  position: relative;
  width: 100%;
}

.p-mv__inner.l-inner {
  max-width: 1626px;
  max-width: 101.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv__inner.l-inner {
    max-width: 33.75rem;
  }
}

.p-mv__copy {
  color: #81a0b5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-mv__copy {
    top: 40%;
  }
}

.p-mv__sub-copy {
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-size: max(36px, 10px);
  font-size: max(2.25rem, 10px);
  font-weight: 500;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .p-mv__sub-copy {
    font-size: max(1.25rem, 10px);
  }
}

.p-mv__sub-copy span {
  font-size: max(25px, 10px);
  font-size: max(1.5625rem, 10px);
}
@media screen and (max-width: 767px) {
  .p-mv__sub-copy span {
    font-size: max(0.8125rem, 10px);
  }
}

.p-mv__sub-copy em {
  color: #ff8c92;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-mv__sub-copy em {
    font-size: max(1.1875rem, 10px);
  }
}

.p-mv__main-copy {
  font-size: max(67px, 10px);
  font-size: max(4.1875rem, 10px);
  font-weight: 200;
  letter-spacing: 0.09em;
  line-height: 1.4925373134;
}
@media screen and (max-width: 767px) {
  .p-mv__main-copy {
    font-size: max(2.1875rem, 10px);
  }
}

.p-mv__main-copy span {
  display: inline-block;
  margin-left: -20px;
  margin-left: -1.25rem;
  margin-right: -20px;
  margin-right: -1.25rem;
  transform: scale(0.5970149254);
}
@media screen and (max-width: 767px) {
  .p-mv__main-copy span {
    margin: 0;
  }
}

.p-mv__main-copy em {
  color: #ff8c92;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-mv__main-copy em {
    font-size: max(2.1875rem, 10px);
  }
}

.p-mv__request {
  bottom: 89px;
  bottom: 5.5625rem;
  position: absolute;
  right: 172px;
  right: 10.75rem;
}
@media screen and (max-width: 767px) {
  .p-mv__request {
    bottom: auto;
    right: 2rem;
    top: 50%;
    top: calc(50% + 6.25rem);
  }
}

.p-mv__request-button {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  color: #3cb9d2;
  display: inline-flex;
  flex-direction: column;
  height: auto;
  justify-content: flex-end;
  padding: 10px;
  padding: 0.625rem;
  transition: all 0.3s ease-in-out;
  width: 264px;
  width: 16.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__request-button {
    padding: 0.3125rem;
    width: 8.5rem;
  }
}

.p-mv__request-button-top {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}

.p-mv__request-button-text1 {
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-size: max(50px, 10px);
  font-size: max(3.125rem, 10px);
  letter-spacing: 0.09em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__request-button-text1 {
    font-size: max(1.5625rem, 10px);
  }
}

.p-mv__request-button-text2 {
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-size: max(50px, 10px);
  font-size: max(3.125rem, 10px);
  letter-spacing: 0.09em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__request-button-text2 {
    font-size: max(1.5625rem, 10px);
  }
}

.p-mv__request-button-middle {
  font-size: max(31px, 10px);
  font-size: max(1.9375rem, 10px);
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__request-button-middle {
    font-size: max(1rem, 10px);
  }
}

.p-mv__request-button-bottom {
  -webkit-mask-image: url(../images/common/semicircle.svg);
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  align-items: center;
  aspect-ratio: 226/88;
  background-color: #3cb9d2;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  gap: 10px;
  gap: 0.625rem;
  height: auto;
  justify-content: center;
  letter-spacing: 0.085em;
  line-height: 1;
  margin-top: 18px;
  margin-top: 1.125rem;
          mask-image: url(../images/common/semicircle.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  transition: all 0.3s ease-in-out;
  width: 226px;
  width: 14.125rem;
}
@media screen and (max-width: 767px) {
  .p-mv__request-button-bottom {
    font-size: 0.75rem;
    gap: 0.3125rem;
    margin-top: 0.5625rem;
    width: 7.25rem;
  }
}

.p-mv__request-button-bottom::after {
  -webkit-mask-image: url(../images/common/arrow_down.svg);
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  aspect-ratio: 30/30;
  background-color: #fff;
  content: "";
  display: inline-block;
  height: auto;
          mask-image: url(../images/common/arrow_down.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  transition: all 0.3s ease-in-out;
  width: 30px;
  width: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-mv__request-button-bottom::after {
    width: 0.9375rem;
  }
}

.p-mv__button-items {
  bottom: 89px;
  bottom: 5.5625rem;
  display: flex;
  flex-direction: column;
  gap: 25px;
  gap: 1.5625rem;
  position: fixed;
  right: 0;
  width: 58px;
  width: 3.625rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-mv__button-items {
    display: none;
  }
}

.p-mv__button-item {
  white-space: nowrap;
  width: 100%;
}

.p-mv__button {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 0.5rem 0 0 0.5rem;
  color: #fff;
  display: flex;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 400;
  gap: 15px;
  gap: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 18px 0 26px;
  padding: 1.125rem 0 1.625rem;
  transition: all 0.3s ease-in-out;
  width: 100%;
  writing-mode: vertical-rl;
}

.p-mv__button::before {
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
  content: "";
  display: inline-block;
  height: auto;
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  transition: all 0.3s ease-in-out;
  width: 31px;
  width: 1.9375rem;
}

.p-mv-button--contact {
  background-color: #ff8c92;
}

.p-mv-button--contact::before {
  -webkit-mask-image: url(../images/common/icon_mail.svg);
  aspect-ratio: 31/21;
          mask-image: url(../images/common/icon_mail.svg);
}

.p-mv-button--download {
  background-color: #3cb9d2;
}

.p-mv-button--download::before {
  -webkit-mask-image: url(../images/common/icon_download.svg);
  aspect-ratio: 31/21;
          mask-image: url(../images/common/icon_download.svg);
}

/* hover指定できるPCを想定したスタイル */
@media (hover: hover) {
  .p-mv__request-button:hover {
    opacity: 0.7;
  }
  .p-mv__button:hover {
    background-color: #fff;
  }
  .p-mv-button--contact:hover {
    border-color: #ff8c92;
    color: #ff8c92;
  }
  .p-mv-button--contact:hover::before {
    background-color: #ff8c92;
  }
  .p-mv-button--download:hover {
    border-color: #3cb9d2;
    color: #3cb9d2;
  }
  .p-mv-button--download:hover::before {
    background-color: #3cb9d2;
    color: #fff;
  }
}
/* hoverが使えないタッチ端末を想定した装飾 */
@media (hover: none) {
  .p-mv__request-button:active {
    opacity: 0.7;
  }
  .p-mv__button:active {
    background-color: #fff;
  }
  .p-mv-button--contact:active {
    border-color: #ff8c92;
    color: #ff8c92;
  }
  .p-mv-button--contact:active::before {
    background-color: #ff8c92;
  }
  .p-mv-button--download:active {
    border-color: #3cb9d2;
    color: #3cb9d2;
  }
  .p-mv-button--download:active::before {
    background-color: #3cb9d2;
    color: #fff;
  }
}
.p-mv__pagination {
  display: flex;
  flex-direction: column;
  gap: 34px;
  gap: 2.125rem;
  position: fixed;
  right: min(6.5104166667vw, 124px);
  right: min(6.5104166667vw, 7.75rem);
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-mv__pagination {
    display: none;
  }
}

.p-mv__pagination li {
  aspect-ratio: 1/1;
  background-color: #c9cdcf;
  border-radius: 50%;
  height: auto;
  transition: all 0.3s ease-in-out;
  width: 7px;
  width: 0.4375rem;
}

.p-mv__pagination li.is-current {
  background-color: #14227f;
}

.p-qa {
  padding-top: 90px;
  padding-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-qa {
    padding-top: 2.875rem;
  }
}

.p-qa__inner.l-inner {
  max-width: 1480px;
  max-width: 92.5rem;
}
@media screen and (max-width: 767px) {
  .p-qa__inner.l-inner {
    max-width: 33.75rem;
  }
}

.p-qa__items {
  grid-gap: 1.6666666667%;
  display: grid;
  gap: 1.6666666667%;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 67px;
  margin-top: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .p-qa__items {
    display: flex;
    flex-direction: column;
    gap: 0.9375rem;
    margin-top: 1.75rem;
    padding: 0 1.25rem;
  }
}

.p-qa__item {
  height: -moz-fit-content;
  height: fit-content;
}

.p-qa__button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 1.25rem;
  color: #6b6d6e;
  cursor: pointer;
  padding: 30px 22px 38px;
  padding: 1.875rem 1.375rem 2.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-qa__button {
    border-radius: 0.9375rem;
    padding: 1.125rem 0.75rem;
  }
}

.p-qa__dt {
  text-align: center;
}

.p-qa__no {
  border-bottom: 1px solid #7c7f80;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  font-size: max(40px, 10px);
  font-size: max(2.5rem, 10px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-qa__no {
    font-size: max(1.875rem, 10px);
    padding-bottom: 0.625rem;
  }
}

.p-qa__q-text {
  align-content: center;
  color: #7c7f80;
  display: flex;
  flex-wrap: wrap;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0.095em;
  line-height: 1.6666666667;
  margin: 15px -16px 0;
  margin: 0.9375rem -1rem 0;
  min-height: 90px;
  min-height: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-qa__q-text {
    font-size: max(0.875rem, 10px);
    line-height: 1.4285714286;
    margin: 0.5rem 0 0;
    min-height: auto;
    padding: 1rem 0;
  }
}

.p-qa__dd {
  height: 0;
  line-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  transition: all 0.3s ease-out;
}

.p-qa__dd.is-active {
  height: auto;
  line-height: 1.6666666667;
  opacity: 1;
  padding-top: 27px;
  padding-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-qa__dd.is-active {
    padding-top: 0.5rem;
  }
}

.p-qa__a {
  color: #ff8c9d;
  font-size: max(40px, 10px);
  font-size: max(2.5rem, 10px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-qa__a {
    font-size: max(1.875rem, 10px);
  }
}

.p-qa__a-text {
  color: #7c7f80;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
  margin-top: 16px;
  margin-top: 1rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-qa__a-text {
    font-size: max(0.875rem, 10px);
    line-height: 1.4285714286;
    margin-top: 0.25rem;
  }
}

.p-qa__arrow {
  align-items: center;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 16px;
  margin-top: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-qa__arrow {
    margin-top: 0.25rem;
  }
}

.p-qa__arrow span {
  aspect-ratio: 38/19;
  background: url(../images/common/caret.svg) no-repeat center/cover;
  flex-shrink: 0;
  height: auto;
  transform: rotate(180deg);
  transition: transform 0.3s ease-out;
  width: 38px;
  width: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-qa__arrow span {
    width: 1.5rem;
  }
}

.p-qa__button.is-active .p-qa__arrow span {
  transform: rotate(0deg);
}

.p-qa__arrow::before,
.p-qa__arrow::after {
  background-color: #7c7f80;
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  width: 100%;
}

.p-summary {
  padding-bottom: 46px;
  padding-bottom: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-summary {
    padding-bottom: 14.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-summary__inner.l-inner {
    padding: 0 3.125rem;
  }
}

.p-summary__wrapper {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-summary__wrapper {
    display: block;
  }
}

.p-summary__copy {
  color: #81a0b5;
  font-size: max(41px, 10px);
  font-size: max(2.5625rem, 10px);
  font-weight: 400;
  letter-spacing: 0.1751219512em;
  line-height: 2.0048780488;
}
@media screen and (max-width: 767px) {
  .p-summary__copy {
    font-size: max(1.25rem, 10px);
    letter-spacing: 0.1459090909em;
  }
}

@media screen and (max-width: 767px) {
  .p-summary__wrapper {
    margin-top: 1.25rem;
  }
}

.p-summary__description {
  color: #81a0b5;
  font-size: max(25px, 10px);
  font-size: max(1.5625rem, 10px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.8;
}
@media screen and (max-width: 767px) {
  .p-summary__description {
    font-size: max(0.8125rem, 10px);
    letter-spacing: 0;
    line-height: 2.3076923077;
    margin-top: 1.875rem;
  }
}

.p-summary__note {
  color: #81a0b5;
  font-size: max(17px, 10px);
  font-size: max(1.0625rem, 10px);
  font-weight: 400;
  letter-spacing: 0.1047058824em;
  line-height: 3.1176470588;
  margin-left: min(32.5520833333vw, 546px);
  margin-left: min(32.5520833333vw, 34.125rem);
  margin-top: 233px;
  margin-top: 14.5625rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-summary__note {
    font-size: max(0.75rem, 10px);
    line-height: 1.4166666667;
    margin-left: auto;
    margin-top: 1.75rem;
    text-align: left;
  }
}

.u-bg-green {
  background-color: rgba(213, 241, 241, 0.1);
  padding-bottom: 125px;
  padding-bottom: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .u-bg-green {
    padding-bottom: 4.4375rem;
  }
}

.u-parallax {
  position: relative;
}

.u-parallax__bg {
  background: transparent;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.u-parallax__bg::before {
  background: url(../images/common/bg1.jpg) no-repeat center/cover;
  content: "";
  height: 100%;
  left: 0;
  position: -webkit-fixed;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .u-parallax__bg::before {
    background-image: url(../images/common/bg1_sp.jpg);
  }
}

.u-parallax__bg--2::before {
  background-image: url(../images/common/bg2.jpg);
}
@media screen and (max-width: 767px) {
  .u-parallax__bg--2::before {
    background-image: url(../images/common/bg2_sp.jpg);
    height: 66.6666666667%;
  }
}

.u-parallax__bg--3::before {
  background-image: url(../images/common/bg3.jpg);
}
@media screen and (max-width: 767px) {
  .u-parallax__bg--3::before {
    background-image: url(../images/common/bg3_sp.jpg);
    height: 66.1481481481%;
  }
}

.u-text-block {
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */
