@charset "UTF-8";

/**
* Foundation
* ========================== */

*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

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

html {
  line-height: 1.6;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  -webkit-text-size-adjust: 100%;
  /* 勝手に文字が拡大されるのを防ぐ */
  background-color: #ffffff;
  /* 以下、案件ごとに適宜変更 */
  color: #2d2d32;
  font-size: 16px;
  letter-spacing: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  font-weight: 400;
  line-height: 1.6;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

input,
textArea,
select,
button {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  /* iOS系のスタイルを外す */
}

button {
  cursor: pointer;
}

figure {
  margin: 0px;
}

img,
iframe {
  height: auto;
  vertical-align: top;
  /* 意図しない余白の削除 */
  width: 100%;
}

table {
  border-collapse: collapse;
}

a {
  color: #2d2d32;
  cursor: pointer;
  /* 以下、案件ごとに適宜変更 */
  letter-spacing: 0;
  text-decoration: none;
  text-decoration: none;
}

/*----------------------------------------
	base
----------------------------------------*/

html {
  scroll-behavior: smooth;
}

body {
  color: #2d2d32;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

a {
  color: #2d2d32;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  color: #2d2d32;
}

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  display: block;
  font-family: inherit;
  font-weight: inherit;
}

/**
* Globals
* ========================== */

/**
* Layout
* ========================== */

.l-main {
  margin-top: 52px;
}

.l-section {
  padding-bottom: 60px;
  padding-top: 60px;
}

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

/*                header
  ======================================================= */

.l-header {
  background: #ffffff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

.l-first-view {
  padding: 60px 20px;
}

.l-wrapper {
  overflow: hidden;
  padding-top: 80px;
}

.l-content {
  margin: 0 auto;
  max-width: 1600px;
}

.l-cta {
  background-color: #2d2d32;
  padding: 40px 20px;
}

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

/*                sp_menu
  ======================================================= */

.p-sp-menu-btn {
  display: block;
  height: 18px;
  position: fixed;
  right: 30px;
  top: 20px;
  width: 20px;
  z-index: 12;
}

.p-sp-menu-btn__border {
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.5s;
  width: 100%;
}

.p-sp-menu-btn__border--01 {
  top: 0;
}

.p-sp-menu-btn__border--02 {
  top: 8px;
}

.p-sp-menu-btn__border--03 {
  top: 16px;
}

.is-active .p-sp-menu-btn__border--02 {
  opacity: 0;
}

.is-active .p-sp-menu-btn__border--01 {
  transform: translateY(10px) rotate(45deg);
}

.is-active .p-sp-menu-btn__border--03 {
  transform: translateY(-6px) rotate(-45deg);
}

html.is-fixed {
  height: 100vh;
  overflow: hidden;
}

.l-sp-menu {
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: 0.3s ease transform, 0.3s ease opacity;
  width: 100vw;
  z-index: 10;
}

.l-sp-menu.is-active {
  opacity: 1;
  pointer-events: auto;
}

.p-sp-menu {
  background: #fff;
  height: 100%;
  overflow-y: auto;
}

.p-sp-menu__list {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 500px;
  width: 100%;
}

.p-sp-menu__item--reserve {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-sp-menu__link {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  height: 80px;
  justify-content: center;
}

@keyframes rotate {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

/* Object
* ========================== */

/* Component ------------ */

.c-cta-btn {
  background-color: #64629d;
  border-radius: 25px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: translate 0.5s color 0.5s;
}

/*                見出し
======================================================= */

.c-section__title {
  text-align: center;
}

.c-section__title .c-section__title--en {
  color: #9f9ec1;
  font-family: "Tilt Warp", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.c-section__title .c-section__title--ja {
  align-items: flex-end;
  color: #64629d;
  display: flex;
  font-size: 30px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 12px;
}

/*                本文テキスト
======================================================= */

.c-section__text {
  font-size: 18px;
}

/* Project ------------ */

.p-header {
  align-items: center;
  display: flex;
  height: 52px;
  justify-content: space-between;
  padding: 10px 20px 9px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.p-header__logo-img {
  line-height: 0;
  margin: 0;
}

.p-header__logo-img .-img {
  display: block;
  height: auto;
  max-width: 71px;
  width: 100%;
}

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

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

.p-header__item {
  height: 100%;
}

.p-header__link {
  align-items: center;
  color: #2d2d32;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.42px;
  padding: 0 0.5em;
  position: relative;
}

.p-cta-btn__btn-small {
  margin-left: 7px;
  min-width: 180px;
  padding: 12px 20px;
}

/*------------------
SPメニュー
-------------------*/

.p-sp__nav {
  background-color: #edecfc;
  bottom: 0;
  height: calc(100svh - 52px);
  opacity: 0;
  padding: 5em 1.25em 12.25em;
  position: fixed;
  right: 0;
  transform: translateX(-100%);
  transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
  visibility: hidden;
  width: 100vw;
  z-index: 5;
}

.p-sp__list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 2.5em;
  padding-left: calc(50vw - 7.125rem);
}

.p-sp__link {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 1;
  padding-left: 2rem;
  position: relative;
}

.p-sp__link::before {
  background-image: url(../img/sp/icon_menu-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 20px;
  z-index: 60;
}

.p-sp__nav-btn {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 3.875em;
}

.p-home-fv {
  background-color: #edecfc;
  position: relative;
  z-index: 1;
}

.p-home-fv__body {
  margin: 0 auto;
}

.p-home-fv__catch {
  font-size: clamp(1.875rem, 1.215rem + 2.82vw, 3.75rem);
  font-weight: 700;
  line-height: 1.6;
  margin: auto;
  max-width: 500px;
  position: relative;
  z-index: 3;
}

.p-home-fv__text {
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  max-width: 600px;
  position: relative;
  text-align: left;
  z-index: 5;
}

.p-home-fv__img {
  margin-top: -25px;
}

.p-home-fv__img img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 305px;
}

.p-home-fv__button-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  margin-top: -14px;
}

.p-cta-btn__btn-medium {
  border-radius: 27px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.24);
  font-size: 18px;
  min-width: 250px;
  padding: 16px 20px;
}

.p-cta-btn__btn-medium-action {
  background: #ffffff;
  border: 2px solid #64629d;
  border-radius: 27px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.24);
  color: #64629d;
  font-size: 18px;
  min-width: 250px;
  padding: 18px 20px;
}

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

.p-about__body {
  margin-top: 24px;
}

.p-about__text {
  font-weight: 400;
}

.p-about__dsc {
  margin-top: 2em;
}

.p-about__button {
  margin-top: 24px;
}

.p-cta-btn__btn-large {
  border-radius: 29px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.24);
  font-size: 18px;
  min-width: 300px;
  padding: 18px 20px 22px;
}

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

.p-cta__text {
  color: #ffffff;
  font-size: clamp(1.125rem, 0.729rem + 1.69vw, 2.25rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.p-cta__btn {
  margin-top: 24px;
}

.p-flow {
  background-color: #f9f9f9;
}

.p-flow__inner {
  margin: 0 auto;
  max-width: 1086px;
}

.p-flow__boxes {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: center;
  margin-top: 40px;
}

.p-flow__box {
  max-width: 335px;
  position: relative;
}

.p-flow__thumb {
  padding-top: 24px;
  position: relative;
}

.p-flow__num {
  color: #64629d;
  font-family: "Tilt Warp", sans-serif;
  font-size: 48px;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
}

.p-flow__bg {
  background-color: #edecfc;
  border-radius: 30px;
  display: grid;
  height: 191px;
  max-width: 335px;
  place-items: center;
}

.p-flow__img img {
  display: block;
  max-width: 199px;
}

.p-flow__body {
  margin-top: 16px;
}

.p-flow__title {
  font-size: clamp(1.25rem, 1.162rem + 0.38vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.p-flow__text {
  font-weight: 400;
  line-height: 1.8;
  margin-top: 8px;
}

.p-feature {
  background-color: #f9f9f9;
}

.p-feature__inner {
  padding: 0;
}

.p-feature__boxes {
  margin-top: 40px;
  padding-top: 205px;
  position: relative;
}

.p-feature__box-content {
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 742px;
  padding-bottom: clamp(40px, 32px + 2.35vw, 65px);
  padding-left: 20px;
  padding-top: clamp(40px, 28px + 3.29vw, 75px);
}

.p-feature__num {
  color: #64629d;
  display: block;
  font-family: "Tilt Warp", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.p-feature__title {
  font-size: clamp(1.375rem, 1.067rem + 1.31vw, 2.25rem);
  font-weight: 700;
}

.p-feature__text {
  font-size: 14px;
  font-weight: 400;
  margin-top: 8px;
  max-width: 470px;
  padding-right: 20px;
}

.p-feature__img {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}

.p-feature__img img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 280px;
}

/*                Utility
======================================================= */

.u-sp-br {
  display: block;
}

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

.u-feature-title-emphasis {
  display: inline-block;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/*スクリーンリーダーから隠す*/

.visually-hidden {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.u-text-emphasis {
  font-weight: 700;
}

.u-feature__img-01 {
  top: 0;
}

.u-feature__img-02 {
  top: 558px;
}

.u-feature__img-03 {
  top: 1100px;
}

.u-feature__box-content-01 {
  padding-top: clamp(49px, 40px + 2.4vw, 75px);
}

.u-feature__box-content-02 {
  margin-top: 258px;
}

.u-feature__box-content-03 {
  margin-top: 265px;
}

.p-price {
  padding-top: 40px;
}

.p-price__table-wrapper {
  margin-top: 40px;
  overflow-x: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.p-price__plans {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  overflow-x: auto;
}

.p-price__plan {
  align-items: center;
  background-color: #2d2d32;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 200px;
  padding: 28px 6px;
  width: 180px;
  z-index: 2;
}

.p-price__plan-featured {
  background-color: #64629d;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.6);
  min-height: 232px;
  width: 216px;
  z-index: 5;
}

.p-price__plan-featured .p-price__plan-title {
  font-size: 24px;
  line-height: 1.46;
}

.p-price__plan-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}

.p-price__plan-price {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.44;
  margin-top: 7px;
}

.p-price__plan-price-emphasis {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  margin-left: 0.2em;
}

.p-price__plan-yen {
  font-size: 12px;
  font-weight: 700;
  margin-left: 0.4em;
}

.p-price__plan-button {
  margin-top: 19px;
}

.p-price__contents {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 767px;
  z-index: 1;
}

.p-price__table {
  border-collapse: collapse;
  position: relative;
  table-layout: fixed;
  width: 100%;
  z-index: 10;
}

tbody th {
  font-size: 15px;
  padding-left: 18px;
}

tbody td {
  font-size: 14px;
  text-align: center;
  width: 180px;
}

tbody td:nth-of-type(2) {
  font-size: 18px;
  font-weight: 700;
  width: 216px;
}

tbody th,
tbody td {
  font-weight: 400;
  height: 42px;
  line-height: 1;
  vertical-align: middle;
}

tbody tr:nth-child(odd) {
  background-color: #edecfc;
}

.p-price__buttons {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: flex-end;
  padding: 9px;
}

.p-price-btn {
  background: #64629d;
  border-radius: 21px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  max-width: 166px;
  padding: 14px;
  text-align: center;
  transition: background-color 0.5s, color 0.5s;
}

.p-price__cta-btn-mono {
  background: #ffffff;
  border: 2px solid #2d2d32;
  color: #2d2d32;
  padding: 10px 15px 12px;
  transition: background-color 0.5s, color 0.5s;
}

.p-price-btn-white-border {
  background: #64629d;
  border: 2px solid currentColor;
  color: #ffffff;
  padding: 10px 15px 12px;
  transition: background-color 0.5s, color 0.5s;
}

.p-question {
  background-color: #f9f9f9;
}

.p-question__boxes {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 920px;
}

.p-question__box {
  width: 100%;
}

.p-question__head {
  align-items: flex-start;
  background: #64629d;
  border-radius: 4px;
  color: #ffffff;
  display: flex;
  font-weight: 700;
  gap: 15px;
  justify-content: flex-start;
  line-height: 1;
  padding: 10px 10px 8px 15px;
}

.p-question__head-icon {
  flex-shrink: 0;
  font-size: 22px;
}

.p-question__head-text {
  flex-grow: 1;
  font-weight: 700;
}

.p-question__body {
  align-items: flex-start;
  background: #ffffff;
  border-radius: 4px;
  color: #2d2d32;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 16px;
  padding: 12px 15px;
}

.p-question__body-icon {
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 700;
}

.p-question__body-text {
  flex-shrink: 1;
}

.p-users__inner {
  margin: 0 auto;
  max-width: 1012px;
}

.p-users__boxes {
  display: grid;
  gap: clamp(11px, 4.11vw, 40px);
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
}

.p-users__img img {
  display: block;
  max-width: 213px;
}

.p-footer {
  background-color: #000000;
  color: #ffffff;
  padding-bottom: 40px;
  padding-top: 40px;
}

.p-footer__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-footer__sns {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-footer__sns-text {
  font-family: "Tilt Warp", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.p-footer__sns-icons {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  width: 108px;
}

.p-footer__sns-icon {
  transition: opacity 0.5s;
}

.p-footer__sns-icon img {
  height: auto;
  max-width: 24px;
}

.p-footer__info {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 32px;
}

.p-footer__logo {
  transition: opacity 0.5s;
}

.p-footer__logo img {
  max-width: 69px;
}

.p-footer__nav {
  margin-top: 14px;
}

.p-footer__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
}

.p-footer__link {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.42px;
  line-height: 1;
  position: relative;
}

.p-footer__copyright {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.3px;
  line-height: 1;
  margin-top: 28px;
}

/* Utility ------------ */

@media screen and (min-width: 768px) {
  .l-sp-menu-btn {
    display: none;
  }

  .l-sp-menu {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .l-main {
    margin-top: 72px;
  }

  .p-header__logo-img .-img {
    max-width: 83px;
  }

  .p-header__drawer-button {
    display: none;
  }

  .p-home-fv__catch {
    margin: 0;
    max-width: 660px;
  }

  .p-home-fv__text {
    margin-left: 0;
    margin-right: 0;
    margin-top: 24px;
  }

  .p-home-fv__img {
    left: calc(50% + 72px);
    margin-top: 0;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    z-index: 2;
  }

  .p-home-fv__img img {
    max-width: 515px;
  }

  .p-home-fv__button-wrapper {
    flex-direction: row;
    gap: 37px;
    justify-content: flex-start;
    margin-top: 33px;
  }

  .u-hover-line::after {
    background-color: #64629d;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    translate: -50% 0;
    width: 50%;
  }

  .u-pc-br {
    display: block;
  }

  .p-footer {
    padding-bottom: 27px;
    padding-top: 27px;
  }

  .p-footer__content {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .p-footer__info {
    align-items: flex-start;
    margin-top: 0;
  }

  .p-footer__nav {
    margin-top: 11px;
  }

  .p-footer__list {
    flex-direction: row;
  }

  .p-footer__link {
    padding: 8px 0;
  }

  .p-footer__copyright {
    flex-direction: row;
    gap: 14px;
    justify-content: flex-start;
    margin-top: 19px;
  }
}

@media screen and (min-width: 900px) and (hover: hover) {
  .u-hover-line:where(:-moz-any-link, :enabled, summary):hover:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }

  .u-hover-line:where(:any-link, :enabled, summary):hover:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}

@media screen and (min-width: 1200px) {
  .l-section {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .l-first-view {
    padding: 7.3125rem 7.5rem 7.0625rem;
  }

  .l-cta {
    padding: 60px;
  }

  .l-footer {
    padding-left: 8.3%;
    padding-right: 9.2%;
  }

  .c-section__title .c-section__title--en {
    font-size: 36px;
  }

  .c-section__title .c-section__title--ja {
    font-size: 48px;
    margin-top: 18px;
  }

  .p-header {
    height: 72px;
    padding: 16px 9.23% 16px 8.33%;
  }

  .p-home-fv__text {
    font-size: 18px;
  }

  .p-about__body {
    margin-top: 29px;
  }

  .p-about__text {
    line-height: 1.8;
  }

  .p-about__button {
    margin-top: 40px;
  }

  .p-cta-btn__btn-large {
    border-radius: 50px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.24);
    font-size: 24px;
    min-width: 400px;
    padding: 23px 20px;
  }

  .p-cta__btn {
    margin-top: 32px;
  }

  .p-flow {
    padding-bottom: 80px;
  }

  .p-flow__boxes {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }

  .p-flow__box {
    max-width: 280px;
  }

  .p-flow__box:not(:last-child)::after {
    background-image: url("../img/deco_arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 64px;
    position: absolute;
    right: -73px;
    top: 79px;
    width: 29px;
  }

  .p-flow__thumb {
    padding-top: 15px;
  }

  .p-flow__num {
    left: -15px;
  }

  .p-feature__boxes {
    margin-top: 102px;
    padding-top: 154px;
  }

  .p-feature__box-content {
    border-radius: 30px;
    flex-direction: row;
    gap: 18px;
    padding: 75px 19px 64px 40px;
  }

  .p-feature__num {
    flex-shrink: 0;
    font-size: 72px;
    width: 90px;
  }

  .p-feature__body {
    flex-grow: 1;
  }

  .p-feature__text {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 17px;
  }

  .p-feature__img {
    left: auto;
    max-width: 520px;
    right: auto;
  }

  .p-feature__img img {
    margin: 0;
    max-width: 520px;
  }

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

  .u-feature__img-01 {
    left: calc(50% + 47px);
  }

  .u-feature__img-02 {
    right: calc(50% + 80px);
    top: 689px;
  }

  .u-feature__img-03 {
    left: calc(50% + 68px);
    top: 1140px;
  }

  .u-feature__box-content-02 {
    margin-right: min(9.16%, 132px);
    margin-top: min(10.625%, 153px);
  }

  .u-feature__box-content-01,
  .u-feature__box-content-03 {
    margin-left: clamp(60px, 78px + 11.28vw, 120px);
  }

  .u-feature__box-content-03 {
    margin-top: 263px;
  }

  .p-price {
    padding-top: 68px;
  }

  .p-price__table-wrapper {
    margin-top: 68px;
  }

  .p-price__plan {
    min-height: 270px;
    padding: 47px 13px 41px;
    width: 260px;
  }

  .p-price__plan-featured {
    min-height: 286px;
    width: 260px;
  }

  .p-price__plan-featured .p-price__plan-title {
    font-size: 28px;
  }

  .p-price__plan-title {
    font-size: 24px;
  }

  .p-price__plan-price {
    font-size: 18px;
    margin-top: 15px;
  }

  .p-price__plan-price-emphasis {
    font-size: 42px;
  }

  .p-price__plan-yen {
    font-size: 18px;
  }

  .p-price__plan-button {
    margin-top: 28px;
  }

  .p-price__contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 1020px;
    width: 100%;
  }

  tbody th {
    font-size: 22px;
    padding-left: 32px;
  }

  tbody td:nth-of-type(2) {
    font-size: 24px;
    width: 260px;
  }

  tbody td {
    font-size: 18px;
    width: 260px;
  }

  tbody th,
  tbody td {
    height: 60px;
  }

  .p-price__buttons {
    gap: 25px;
    padding: 16px 13px 15px 20px;
  }

  .p-price-btn {
    border-radius: 50px;
    font-size: 18px;
    padding: 16px 20px;
  }

  .p-price-btn {
    min-width: 234px;
  }

  .p-price__cta-btn-mono {
    padding: 14px 20px;
  }

  .p-price-btn-white-border {
    padding: 14px 20px;
  }

  .p-question__boxes {
    margin-top: 60px;
  }

  .p-question__head {
    border-radius: 10px;
    padding: 22px 24px;
  }

  .p-question__head-text {
    font-size: 18px;
  }

  .p-question__body {
    border-radius: 10px;
    gap: 16px;
    margin-top: 14px;
    padding: 21px 25px;
  }

  .p-question__body-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 899px) {
  .c-section__text {
    font-size: 16px;
  }

  .p-header__nav {
    display: none;
  }

  .header:has(.p-header__drawer-button.is_open) .p-sp__nav {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }

  .p-sp__nav {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
    visibility: hidden;
  }

  /*------------------
  ドロワーボタン
  -------------------*/

  .p-header__drawer-button {
    cursor: pointer;
  }

  .p-header__drawer-button .p-header__drawer-icon-text {
    color: #64629d;
    font-size: 6px;
    font-weight: 700;
    letter-spacing: 0.12px;
    line-height: 1;
    opacity: 1;
    text-align: center;
    transition: opacity 0.3s, visibility 0.3s;
    visibility: visible;
  }

  .p-header__drawer-button.is_open .p-header__drawer-icon-text {
    opacity: 0;
    visibility: hidden;
  }

  .p-header__drawer-button .p-header__drawer-icon {
    height: 21px;
    margin-top: 6px;
    position: relative;
    width: 21px;
  }

  .p-header__drawer-button .p-header__drawer-icon-bar {
    background: #64629d;
    border-radius: 6px;
    display: block;
    height: 3px;
    position: absolute;
    right: 0;
    transition: transform 0.3s linear, top 0.3s linear;
    width: 21px;
  }

  .p-header__drawer-button .p-header__drawer-icon-bar:nth-of-type(1) {
    top: 0;
  }

  .p-header__drawer-button .p-header__drawer-icon-bar:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    width: 13.1px;
  }

  .p-header__drawer-button .p-header__drawer-icon-bar:nth-of-type(3) {
    bottom: 0;
  }

  .p-header__drawer-button.is_open .p-header__drawer-icon-bar:nth-of-type(2) {
    background: transparent;
  }

  .p-header__drawer-button.is_open .p-header__drawer-icon-bar:nth-of-type(1) {
    top: 9px;
    transform: rotate(45deg);
  }

  .p-header__drawer-button.is_open .p-header__drawer-icon-bar:nth-of-type(3) {
    top: 9px;
    transform: rotate(-45deg);
  }

  .p-about {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-top: 60px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1199px) {
  .p-header {
    height: 72px;
    padding: 16px 40px 16px 30px;
  }

  .p-feature__img {
    max-width: 330px;
  }

  .p-feature__img img {
    max-width: 330px;
  }
}

@media (hover: hover) {
  .c-cta-btn:where(:-moz-any-link, :enabled, summary):hover {
    color: #ffffff;
    translate: 0 -8px;
  }

  .c-cta-btn:where(:any-link, :enabled, summary):hover {
    color: #ffffff;
    translate: 0 -8px;
  }

  .p-cta-btn__btn-medium-action:where(:-moz-any-link, :enabled, summary):hover {
    color: #64629d;
  }

  .p-cta-btn__btn-medium-action:where(:any-link, :enabled, summary):hover {
    color: #64629d;
  }

  .p-price-btn:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #ffffff;
    border-color: currentColor;
    color: #ffffff;
  }

  .p-price-btn:where(:any-link, :enabled, summary):hover {
    background-color: #ffffff;
    border-color: currentColor;
    color: #ffffff;
  }

  .p-price__cta-btn-mono:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #2d2d32;
    color: #ffffff;
  }

  .p-price__cta-btn-mono:where(:any-link, :enabled, summary):hover {
    background-color: #2d2d32;
    color: #ffffff;
  }

  .p-price-btn-white-border:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #ffffff;
    color: #64629d;
  }

  .p-price-btn-white-border:where(:any-link, :enabled, summary):hover {
    background-color: #ffffff;
    color: #64629d;
  }

  .p-footer__sns-icon:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }

  .p-footer__sns-icon:where(:any-link, :enabled, summary):hover {
    opacity: 0.5;
  }

  .p-footer__logo:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }

  .p-footer__logo:where(:any-link, :enabled, summary):hover {
    opacity: 0.5;
  }

  .p-footer__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #ffffff;
  }

  .p-footer__link:where(:any-link, :enabled, summary):hover {
    color: #ffffff;
  }
}/*# sourceMappingURL=style.css.map */
