@charset "UTF-8";
/*
Theme Name: Original
*/
/* Variables
   ----------------------------------------------------------------- */
:root {
  --color1: #047CD7;
  --color2: #01B8F3;
  --color3: #75CEEE;
  --color4: #DBEDFC;
  --color5: #FAE70D;
  --color6: #E91E5A;
  --color-btn: linear-gradient(90deg, rgba(233,30,98,1) 0%, rgba(233,70,59,1) 50%, rgba(233,87,30,1) 100%);
  --text: #253A49;
  --gray: #828282;
  --light-gray: #F2F3F4;
  --white: #ffffff;
  --black: #000000;
  --text-shadow: 0px 2px 2px rgba(0, 100, 188, 0.25);
  --font-normal: 400;
  --font-medium: 500;
  --font-bold: 700;
  --font-black: 900;
  --leading-extra-tight: 1.3;
  --leading-tight: 1.5;
  --leading-default: 1.8;
  --font-notosans: "Noto Sans JP", sans-serif;
  --font-lato: "Lato", sans-serif;
  --duration-default: .3s;
  --opacity-default: 0.8;
  --fz10: calc(( 10 / 16 ) *1rem);
  --fz12: calc(( 12 / 16 ) *1rem);
  --fz13: calc(( 13 / 16 ) *1rem);
  --fz14: calc(( 14 / 16 ) *1rem);
  --fz16: calc(( 16 / 16 ) *1rem);
  --fz18: calc(( 18 / 16 ) *1rem);
  --fz20: calc(( 20 / 16 ) *1rem);
  --fz22: calc(( 22 / 16 ) *1rem);
  --fz24: calc(( 24 / 16 ) *1rem);
  --fz25: calc(( 25 / 16 ) *1rem);
  --fz26: calc(( 26 / 16 ) *1rem);
  --fz28: calc(( 28 / 16 ) *1rem);
  --fz30: calc(( 30 / 16 ) *1rem);
  --fz31: calc(( 31 / 16 ) *1rem);
  --fz32: calc(( 32 / 16 ) *1rem);
  --fz34: calc(( 34 / 16 ) *1rem);
  --fz36: calc(( 36 / 16 ) *1rem);
  --fz38: calc(( 38 / 16 ) *1rem);
  --fz40: calc(( 40 / 16 ) *1rem);
  --fz46: calc(( 46 / 16 ) *1rem);
  --fz48: calc(( 48 / 16 ) *1rem);
  --fz50: calc(( 50 / 16 ) *1rem);
  --fz54: calc(( 54 / 16 ) *1rem);
  --fz56: calc(( 56 / 16 ) *1rem);
  --fz60: calc(( 60 / 16 ) *1rem);
  --fz62: calc(( 62 / 16 ) *1rem);
  --fz64: calc(( 64 / 16 ) *1rem);
  --fz72: calc(( 72 / 16 ) *1rem);
}

/* Reset
   ----------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* org-add */
*,
*::before,
*::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    user-select: initial;
    -webkit-user-select: initial;
  }
}
textarea, input[type=text], input[type=tel], input[type=email] {
  font-size: max(1.15rem, 16px);
}

@media (min-width: 768px) {
  textarea, input[type=text], input[type=tel], input[type=email] {
    font-size: max(1rem, 16px);
  }
}
/* Base
   ----------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  font-size: var(--fz13);
  background-color: var(--white);
  color: var(--text);
  font-family: var(--font-notosans);
  font-weight: var(--font-normal);
  line-height: var(--leading-default);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

a {
  color: var(--text);
  cursor: pointer;
  text-decoration: none;
  vertical-align: bottom;
}

p {
  text-align: justify;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input, textarea {
  cursor: pointer;
  -webkit-appearance: none;
}

button[type=submit] {
  -webkit-appearance: none;
  appearance: none;
}

/* Footer
   ----------------------------------------------------------------- */
.l-footer {
  background-color: var(--gray);
  position: relative;
}
/* Header
----------------------------------------------------------------- */
.l-header {
  width: 100%;
}

.l-header.l-header--fixed {
  position: fixed;
  top: 0;
  z-index: 10;
}

/* Layout
   ----------------------------------------------------------------- */
/**
* container
*/
.l-container {
  width: 100%;
  max-width: 1160px;
  padding-right: min(5.3333333333vw, 20px);
  padding-left: min(5.3333333333vw, 20px);
  margin-inline: auto;
}

.l-container--narrow {
  max-width: 840px;
}

/**
* section
*/
.l-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .l-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/**
* page
*/
.l-page {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .l-page {
    margin-top: 100px;
  }
}

/**
 * Button
 */
.c-btn-wrapper {
  text-align: center;
}

.c-btn {
  display: inline-block;
  min-width: 151px;
  background: var(--color-btn);
  color: var(--white);
  font-size: var(--fz12);
  font-weight: var(--font-bold);
  line-height: var(--leading-default);
  text-align: center;
  line-height: 1;
  border: 0;
  border-radius: 50em;
  transition: var(--duration-default);
  padding: 10px min(4.2666666667vw, 16px);
}
@media (min-width: 768px) {
  .c-btn {
    font-size: var(--fz16);
    max-width: 330px;
    padding: 20px 20px 20px 93px;
  }
}

.c-btn:focus {
  opacity: var(--opacity-default);
}

@media (any-hover: hover) {
  .c-btn:hover {
    opacity: var(--opacity-default);
    transition: var(--duration-default);
  }
}
.c-btn--cta {
  max-width: 335px;
  font-size: min(5.3333333333vw, 20px);
  padding: 28px min(6.4vw, 24px) 28px min(22.4vw, 84px);
  box-shadow: 0px 4px 4px 0px #53A8C6;
}
@media (min-width: 768px) {
  .c-btn--cta {
    max-width: 575px;
    font-size: var(--fz24);
    padding: 18px 40px 18px 180px;
  }
}

.c-btn--icon-after {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-content: space-between;
  gap: min(2.1333333333vw, 8px);
}
@media (min-width: 768px) {
  .c-btn--icon-after {
    gap: 60px;
  }
}

.c-btn--cta.c-btn--icon-after {
  gap: min(9.6vw, 36px);
}
@media (min-width: 768px) {
  .c-btn--cta.c-btn--icon-after {
    gap: 115px;
  }
}

.c-btn--icon-after::after {
  content: "";
  background-color: var(--white);
  -webkit-mask-image: url(/wp-content/uploads/icon_arrow.svg);
  mask-image: url(/wp-content/uploads/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: min(1.3333333333vw, 5px);
  height: auto;
  aspect-ratio: 5/10;
  transition: var(--duration-default);
}
@media (min-width: 768px) {
  .c-btn--icon-after::after {
    width: 10px;
    -webkit-mask-image: url(/wp-content/uploads/icon_arrow-big.svg);
    mask-image: url(/wp-content/uploads/icon_arrow-big.svg);
  }
}

.c-btn--cta.c-btn--icon-after::after {
  width: min(2.6666666667vw, 10px);
}
@media (min-width: 768px) {
  .c-btn--cta.c-btn--icon-after::after {
    width: 20px;
  }
}

/* ホバーでアイコン動く */
@media (any-hover: hover) {
  .c-btn--icon-move.c-btn--icon-after:hover::after {
    transform: translateX(5px);
  }
}
/**
* text
*/
.c-text1 {
  font-size: var(--fz36);
  font-weight: var(--font-bold);
  line-height: var(--leading-extra-tight);
}
@media (min-width: 768px) {
  .c-text1 {
    font-size: var(--fz40);
  }
}

.c-text2 {
  font-size: var(--fz32);
  font-weight: var(--font-bold);
  line-height: var(--leading-extra-tight);
}
@media (min-width: 768px) {
  .c-text2 {
    font-size: var(--fz36);
  }
}

.c-text3 {
  font-size: var(--fz24);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
}
@media (min-width: 768px) {
  .c-text3 {
    font-size: var(--fz28);
  }
}

.c-text4 {
  font-size: var(--fz20);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
}
@media (min-width: 768px) {
  .c-text4 {
    font-size: var(--fz22);
  }
}

.c-text5 {
  font-size: var(--fz16);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
}
@media (min-width: 768px) {
  .c-text5 {
    font-size: var(--fz18);
  }
}

.c-text-lg {
  font-size: var(--fz14);
  font-weight: var(--font-medium);
  line-height: var(--leading-default);
}
@media (min-width: 768px) {
  .c-text-lg {
    font-size: var(--fz18);
  }
}

.c-text-md {
  font-size: var(--fz13);
  font-weight: var(--font-medium);
  line-height: var(--leading-default);
}
@media (min-width: 768px) {
  .c-text-md {
    font-size: var(--fz16);
  }
}

.c-text-sm {
  font-size: var(--fz12);
  font-weight: var(--font-medium);
  line-height: var(--leading-default);
}
@media (min-width: 768px) {
  .c-text-sm {
    font-size: var(--fz16);
  }
}

.c-text-link {
  text-decoration: underline;
}

/**
 * Heading
 */
.c-heading {
  font-size: var(--fz32);
  font-weight: var(--font-bold);
  line-height: var(--leading-extra-tight);
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .c-heading {
    margin-bottom: 70px;
  }
}

/**
 * header
 */
.c-header {
  background-color: var(--white);
  height: 50px;
}
@media (min-width: 768px) {
  .c-header {
    height: 100px;
  }
}

.c-header__inner {
  width: 100%;
  height: 100%;
  max-width: 1160px;
  padding-right: 20px;
  padding-left: 20px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-header__logo-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(0.125rem, -14.875rem + 66.6667vw, 0.75rem);
}
@media (min-width: 768px) {
  .c-header__logo-wrapper {
    gap: min(2.0833333333vw, 40px);
  }
}

.c-header__logo-img {
  width: 40px;
}
@media (min-width: 768px) {
  .c-header__logo-img {
    width: 60px;
  }
}
@media (min-width: 1024px) {
  .c-header__logo-img {
    width: 80px;
  }
}

.c-header__logo-text {
  font-size: var(--fz10);
  font-weight: var(--font-medium);
  line-height: var(--leading-extra-tight);
}
@media (min-width: 768px) {
  .c-header__logo-text {
    font-size: var(--fz16);
  }
}
@media (min-width: 1024px) {
  .c-header__logo-text {
    font-size: var(--fz20);
  }
}

.c-header__logo-link {
  position: absolute;
  content: "";
  inset: 0;
}

/**
* form
*/
.c-form-item {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}

.c-form__btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-top: 24px;
  gap: 10px;
}

.c-form__btn {
  width: 335px;
  height: 75px;
  display: grid;
  grid-template-columns: 1fr auto;
  background: var(--color-btn);
  color: var(--white);
  font-weight: var(--font-bold);
  font-size: var(--fz20);
  line-height: 1;
  text-align: center;
  border: 0;
  border-radius: 50em;
  transition: var(--duration-default);
  padding: 26px 20px;
  position: relative;
}

.c-form__btn::after {
  position: absolute;
  content: "";
  background-color: var(--white);
  -webkit-mask-image: url(/wp-content/uploads/icon_arrow.svg);
  mask-image: url(/wp-content/uploads/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: min(2.6666666667vw, 10px);
  height: auto;
  aspect-ratio: 5/10;
  transition: var(--duration-default);
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media (min-width: 768px) {
  .c-form__btn::after {
    width: 10px;
    -webkit-mask-image: url(/wp-content/uploads/icon_arrow-big.svg);
    mask-image: url(/wp-content/uploads/icon_arrow-big.svg);
  }
}

.c-form__btn:hover::after {
  transform: translate(5px, -50%);
}

.c-form__btn--back {
  grid-template-columns: auto;
}

.c-form__btn--back::after {
  content: none;
}

.c-form__btn input {
  color: var(--white);
  position: absolute;
  content: "";
  inset: 0;
}

/**
* c-form-control
*/
.c-form-control {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 0.2em 0.2em;
  font-weight: var(--font-normal);
  color: var(--text);
  background-color: var(--white);
  background-image: none;
  border: 1px solid var(--text);
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: auto;
}

/* textarea */
.c-form-control--textarea {
  height: 150px;
  line-height: 1.5;
}

/* ラベル */
.c-form-label {
  display: inline-block;
  font-size: var(--fz16);
  font-weight: var(--font-bold);
  cursor: pointer;
  margin-bottom: 10px;
}

.c-form-label--required {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: baseline;
  justify-content: start;
  gap: 10px;
}

/**
* c-badge
*/
.c-badge {
  display: inline-grid;
  place-content: center;
  color: var(--white);
  background-color: var(--color1);
  border: 1px solid var(--color1);
  border-radius: 50em;
  font-size: var(--fz12);
  font-weight: var(--font-bold);
  line-height: 19px;
  width: 44px;
  height: 19px;
  text-align: center;
  vertical-align: baseline;
}

/**
* c-list
*/
.c-list li {
  display: flex;
}

.c-list li::before {
  content: "・";
}

.c-list--kome li::before {
  content: "※";
}

/**
* c-company-profile
*/
.c-company-profile {
  display: flex;
  flex-direction: column;
}

.c-company-profile__item {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  padding: 18px 0;
  border-bottom: 1px solid #C0C0C0;
}

.c-company-profile__item:first-of-type {
  border-top: 1px solid #C0C0C0;
}

.c-company-profile__item dt {
  flex: 1;
}

.c-company-profile__item dd {
  flex: 0 1 70.7692307692%;
}

/* fv */
.p-fv {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .p-fv {
    margin-top: 100px;
  }
}
@media (min-width: 1024px) {
  .p-fv {
    height: auto;
  }
}

.p-mv {
  position: relative;
  height: calc(100% - var(--cta-height));
  background-image: url(/wp-content/uploads/fv_img01-sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: calc(( 47 / 375 ) * 100vw);
  padding-bottom: calc(( 47 / 375 ) * 100vw);
}
@media (min-width: 768px) {
  .p-mv {
    height: auto;
    background-image: url(/wp-content/uploads/fv_img01.jpg);
  }
}
@media (min-width: 1024px) {
  .p-mv {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1536px) {
  .p-mv {
    padding-top: 105px;
    padding-bottom: 105px;
  }
}

.p-mv::after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/fv_img02-sp.png?v=2);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: calc(( 245 / 375 ) * 100vw);
  height: auto;
  aspect-ratio: 494 / 750;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .p-mv::after {
    width: calc(( 280 / 768 ) * 100vw);
  }
}
@media (min-width: 1024px) {
  .p-mv::after {
    content: none;
  }
}

.p-mv__contents {
  position: relative;
  width: 100%;
  max-width: 1160px;
  padding-right: min(5.3333333333vw, 20px);
  padding-left: min(5.3333333333vw, 20px);
  margin-inline: auto;
  z-index: 1;
}
@media (min-width: 1024px) {
  .p-mv__contents {
    max-width: 900px;
  }
}
@media (min-width: 1536px) {
  .p-mv__contents {
    max-width: 1160px;
  }
}

@media (min-width: 1024px) {
  .p-mv__contents::after {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/fv_img02.png?v=2);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    aspect-ratio: 535/895;
    width: 355px;
    height: auto;
    bottom: max(calc(-1 *( 105 / 375 ) * 100vw), -105px);
    right: 0;
    z-index: -1;
  }
}
@media (min-width: 1536px) {
  .p-mv__contents::after {
    right: 0;
    width: 530px;
    bottom: -200px;
  }
}

.p-mv__text1 {
  width: fit-content;
  color: var(--white);
  font-size: 5.3333333333vw;
  font-weight: var(--font-bold);
  line-height: 1;
  text-shadow: var(--text-shadow);
  padding-bottom: 2.1333333333vw;
  border-bottom: 1px solid var(--white);
}
@media (min-width: 768px) {
  .p-mv__text1 {
    padding-bottom: min(0.8333333333vw, 16px);
    font-size: var(--fz40);
  }
}
@media (min-width: 1024px) {
  .p-mv__text1 {
    font-size: min(2.0833333333vw, 40px);
  }
}


.p-mv__text2 {
  color: var(--white);
  font-size: 4.2666666667vw;
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  text-shadow: var(--text-shadow);
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-mv__text2 {
    font-size: var(--fz31);
    margin-top: min(1.0416666667vw, 20px);
  }
}
@media (min-width: 1024px) {
  .p-mv__text2 {
    font-size: min(1.6666666667vw, 32px);
  }
}

.p-mv__text3 {
  color: var(--white);
  font-size: calc(( 36 / 375 ) * 100vw);
  font-weight: var(--font-bold);
  line-height: var(--leading-extra-tight);
  text-shadow: var(--text-shadow);
  margin-top: calc(( 30 / 375 ) * 100vw);
}
@media (min-width: 768px) {
  .p-mv__text3 {
    font-size: var(--fz62);
    margin-top:min(calc(( 72 / 1920 ) * 100vw), 72px);
  }
}
@media (min-width: 1024px) {
  .p-mv__text3 {
    font-size: min(calc(( 50 / 1024 ) * 100vw), 60px);
    margin-top:min(calc(( 50 / 1024 ) * 100vw), 72px);
    font-size: var(--fz50);
    margin-top: 50px;
  }
}
@media screen and (min-width: 1536px) {
  .p-mv__text3 {
    font-size: var(--fz72);
    margin-top: 72px;
  }
}
.p-mv__text3--deco {
  position: relative;
}

.p-mv__text3--deco::before {
  position: absolute;
  content: "";
  background-color: var(--color5);
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 50em;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-mv__text3--deco::before {
    width: 10px;
    height: 10px;
    top: -7px;
  }
}
@media (min-width: 1024px) {
  .p-mv__text3--deco::before {
    width: 12px;
    height: 12px;
    top: -12px;
  }
}

.p-mv__text4 {
  width: fit-content;
  color: var(--color1);
  background-color: var(--white);
  font-size: 9.6vw;
  font-weight: var(--font-bold);
  line-height: 1;
  padding: 2.9333333333vw 1.3333333333vw;
  margin-top: 2.1333333333vw;
}
@media (min-width: 768px) {
  .p-mv__text4 {
    padding: 0.306em 0.139em;
    font-size: var(--fz56);
    margin-top: min(0.8333333333vw, 16px);
  }
}
@media (min-width: 1024px) {
  .p-mv__text4 {
    font-size: min(calc(( 50 / 1024 ) * 100vw), 60px);
    font-size: var(--fz50);
  }
}
@media screen and (min-width: 1536px) {
  .p-mv__text4 {
    font-size: var(--fz72);
  }
}

.p-mv__text5 {
  color: var(--white);
  font-size: calc(( 36 / 375 ) * 100vw);
  font-weight: var(--font-bold);
  line-height: var(--leading-extra-tight);
  text-shadow: var(--text-shadow);
  margin-top: 2.1333333333vw;
}
@media (min-width: 768px) {
  .p-mv__text5 {
    font-size: var(--fz62);
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .p-mv__text5 {
    margin-top: 32px;
    font-size: var(--fz46);
  }
}
@media screen and (min-width: 1536px) {
  .p-mv__text5 {
    font-size: var(--fz64);
  }
}
.p-mv__lead-wrapper {
  border-bottom: 1px solid var(--white);
  padding-bottom: calc(( 8 / 375 ) * 100vw);
}
@media screen and (min-width: 768px) {
  .p-mv__lead-wrapper {
    width: fit-content;
    margin: 0 auto;
    padding-bottom: min(calc(( 5 / 1920 ) * 100vw), 5px);
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__lead-wrapper {
    margin: 0;
  }
}
.p-mv__text6 {
  color: var(--white);
  font-size: calc(( 16 / 375 ) * 100vw);
  font-weight: var(--font-bold);
  line-height: var(--leading-extra-tight);
  text-align: center;
  text-shadow: var(--text-shadow);
}
@media screen and (min-width: 768px) {
  .p-mv__text6 {
    font-size: var(--fz30);
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__text6 {
    font-size: var(--fz24);
  }
}
@media (min-width: 1536px) {
  .p-mv__text6 {
    font-size: var(--fz32);
  }
}
.p-mv__text7 {
  color: var(--white);
  font-size: calc(( 32 / 375 ) * 100vw);
  font-weight: var(--font-bold);
  line-height: var(--leading-extra-tight);
  text-align: center;
  text-shadow: var(--text-shadow);

}
@media screen and (min-width: 768px) {
  .p-mv__text7 {
    font-size: var(--fz62);
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__text7 {
    font-size: var(--fz46);
  }
}
@media screen and (min-width: 1536px) {
  .p-mv__text7 {
    font-size: var(--fz64);
  }
}
.p-mv__text7--sm {
  font-size: calc(( 24 / 375 ) * 100vw);
}
@media screen and (min-width: 768px) {
  .p-mv__text7--sm {
    font-size: var(--fz38);
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__text7--sm {
    font-size: var(--fz40);
  }
}
@media screen and (min-width: 1536px) {
  .p-mv__text7--sm {
    font-size: var(--fz48);
  }
}
.p-mv__fukidashi-container {
  display: inline-block;
  position: relative;
  background-color: var(--white);
  padding: calc(( 8 / 375 ) * 100vw) calc(( 16 / 375 ) * 100vw);
  border-radius: 8px;
  margin-top: calc(( 30 / 375 ) * 100vw);
}
@media screen and (min-width: 768px) {
  .p-mv__fukidashi-container {
    margin-top: min(calc(( 60 / 1920 ) * 100vw), 60px);
    padding: 8px 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__fukidashi-container {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1536px) {
  .p-mv__fukidashi-container {
    margin-top: 60px;
  }
}
.p-mv__fukidashi-container::after {
  position: absolute;
  content: '';
  background-color: var(--white);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 15px;
  height: auto;
  aspect-ratio: 15 / 13;
  bottom: -12px;
  left: calc(( 78 / 375 ) * 100vw);
}
@media screen and (min-width: 768px) {
  .p-mv__fukidashi-container::after {
    width: 30px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -24px;
  }
}
.p-mv__text8 {
  color: var(--color6);
  font-weight: var(--font-bold);
  font-size: calc(( 16 / 375 ) * 100vw);
  line-height: var(--leading-extra-tight);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mv__text8 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__text8 {
    font-size: var(--fz24);
  }
}
@media screen and (min-width: 1536px) {
  .p-mv__text8 {
    font-size: var(--fz32);
  }
}
.p-mv__text-container {
  display: contents;
}

.p-mv__text-wrapper {
  display: contents;
}
@media (min-width: 1024px) {
  .p-mv__text-wrapper {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: min(0.8333333333vw, 16px);
  }
}

.p-mv__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.6666666667vw;
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-mv__list {
    margin-top: min(2.0833333333vh, 40px);
    gap: min(1.0416666667vw, 20px);
    width: 500px;
  }
}
@media (min-width: 1024px) {
  .p-mv__list {
    width: min(34.8958333333vw, 670px);
  }
}

.p-mv__list-item {
  display: grid;
  place-content: center;
  background-color: var(--color5);
  font-size: 3.2vw;
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  border-radius: 50em;
  aspect-ratio: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-mv__list-item {
    font-size: var(--fz18);
  }
}
@media (min-width: 1024px) {
  .p-mv__list-item {
    font-size: min(1.25vw, 24px);
  }
}

/* cta */
.p-cta {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .p-cta {
    padding: 20px 0;
  }
}
@media (min-width: 1024px) {
  .p-cta {
    padding: min(2.0833333333vw, 40px) 0;
  }
}

.p-cta__text {
  font-size: min(3.7333333333vw, 14px);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  margin-bottom: 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-cta__text {
    font-size: var(--fz24);
  }
}

/* problem */
.p-problem__top-lead {
  color: var(--color1);
  text-align: center;
  margin-top: 8px;
}

.p-problem__top .c-text5 {
  text-align: center;
}

.p-problem__top-lead-sm {
  color: var(--text);
}

.p-problem__middle {
  background-color: var(--color1);
  padding: 16px;
  text-align: center;
  position: relative;
}
@media (min-width: 1280px) {
  .p-problem__middle {
    padding: 25px 16px;
  }
}

.p-problem__middle::after {
  position: absolute;
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: var(--color1);
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  width: 30px;
  height: 15px;
  z-index: 1;
}

.p-problem__middle .c-text4 {
  color: var(--white);
  text-align: center;
}

.p-problem__bottom {
  background-color: var(--light-gray);
  padding-top: 32px;
  position: relative;
}

.p-problem__bottom-triangle {
  position: absolute;
  display: block;
  background-color: var(--light-gray);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 100%;
  height: auto;
  aspect-ratio: 375/40;
  position: absolute;
  transform: translateY(-1px);
}

.p-problem__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 1024px) {
  .p-problem__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.p-problem__list-item {
  text-align: center;
  padding: 8px 24px;
  background-color: var(--white);
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .p-problem__list-item {
    display: grid;
    place-content: center;
    width: 30%;
    padding: 25px 10px;
    min-height: 200px;
  }
}

.p-problem__bottom-img {
  display: block;
  margin: 20px auto 0;
  width: 161px;
}
@media (min-width: 1280px) {
  .p-problem__bottom-img {
    width: 220px;
  }
}

.p-problem__text-wraper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}

.p-problem__text1 {
  text-align: center;
  font-weight: var(--font-bold);
}

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

.p-problem__text3 {
  line-height: 1;
  text-align: center;
}

.p-problem__text4 {
  font-weight: var(--font-bold);
  line-height: 1;
  text-align: center;
}

/* reason */
.p-reason {
  background-color: var(--color1);
}

.p-reason.l-section {
  padding-top: calc(var(--triangle-height) + 40px);
}
@media (min-width: 1024px) {
  .p-reason.l-section {
    padding-top: calc(var(--triangle-height) + 100px);
  }
}

.p-reason__head-text1 {
  color: var(--white);
  font-size: var(--fz16);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  text-align: center;
}
@media (min-width: 768px) {
  .p-reason__head-text1 {
    font-size: var(--fz18);
  }
}

.p-reason__head-text2 {
  color: var(--white);
  font-size: var(--fz24);
  font-weight: var(--font-bold);
  line-height: var(--leading-extra-tight);
  text-align: center;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .p-reason__head-text2 {
    font-size: var(--fz26);
  }
}

.p-reason__head-text2-lg {
  font-size: var(--fz32);
}

.p-reason__box {
  background-color: var(--white);
  margin-top: 40px;
  padding: 32px 0 20px;
}
@media (min-width: 768px) {
  .p-reason__box {
    margin-top: 80px;
    padding: 60px 0;
  }
}

.p-reason__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  counter-reset: number 0;
  padding: 0 17px;
}
@media (min-width: 768px) {
  .p-reason__list {
    gap: 60px;
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .p-reason__list {
    padding: 0 80px;
  }
}

.p-reason__list-item {
  display: grid;
  grid-template: "reasontitle" auto "reasonimg" auto "reasontext" auto/auto;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .p-reason__list-item {
    grid-template: "reasonimg reasontitle" min-content "reasonimg reasontext" 1fr/30% auto;
    column-gap: 20px;
  }
}

@media (min-width: 768px) {
  .p-reason__list-item--rev {
    grid-template: "reasontitle reasonimg" min-content "reasontext reasonimg" 1fr/auto 30%;
  }
}

.p-reason__list-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  grid-area: reasontitle;
  font-size: var(--fz20);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
}
@media (min-width: 768px) {
  .p-reason__list-title {
    font-size: var(--fz24);
  }
}

.p-reason__list-title::before {
  flex-shrink: 0;
  counter-increment: number 1;
  content: counter(number) " ";
  background-color: var(--color1);
  border-radius: 50em;
  display: grid;
  place-content: center;
  color: var(--white);
  font-size: var(--fz20);
  font-weight: var(--font-medium);
  line-height: 1;
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
}

.p-reason__list-img {
  grid-area: reasonimg;
}

.p-reason__list-text {
  grid-area: reasontext;
}

/* course */
@media (min-width: 768px) {
  .p-course__lead {
    margin: 0 auto;
    width: fit-content;
  }
}

.p-course__box {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.p-course__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-course__item-title {
  background-color: var(--color4);
  padding: 16px;
}

/* features */
.p-features.l-section {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .p-features.l-section {
    padding-bottom: 160px;
  }
}

.p-features {
  background-color: var(--color1);
}

.p-features__head {
  border: 2px solid var(--white);
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .p-features__head {
    width: 500px;
    margin: 0 auto;
  }
}

.p-features__head-text1 {
  color: var(--white);
  font-size: var(--fz13);
  font-weight: var(--font-bold);
  line-height: var(--leading-default);
  text-align: center;
}
@media (min-width: 768px) {
  .p-features__head-text1 {
    font-size: var(--fz16);
  }
}

.p-features__head-text2 {
  color: var(--white);
  text-align: center;
}

.p-features__head-text2-lg {
  font-size: var(--fz24);
  line-height: var(--leading-extra-tight);
}
@media (min-width: 768px) {
  .p-features__head-text2-lg {
    font-size: var(--fz26);
  }
}

.p-features__head-text3 {
  color: var(--white);
  font-size: var(--fz32);
  font-weight: var(--font-bold);
  line-height: var(--leading-extra-tight);
  text-align: center;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .p-features__head-text3 {
    font-size: var(--fz34);
  }
}

.p-features__head-text3-sm {
  font-size: var(--fz24);
}
@media (min-width: 768px) {
  .p-features__head-text3-sm {
    font-size: var(--fz26);
  }
}

.p-features__list {
  background-color: var(--white);
  display: grid;
  gap: 32px;
  padding: 40px 17px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-features__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-features__list-item {
  display: grid;
}
@media (min-width: 768px) {
  .p-features__list-item {
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 20px;
  }
}

.p-features__list-img {
  display: block;
  width: 150px;
  margin: 0 auto;
}

.p-features__list-title {
  text-align: center;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .p-features__list-title {
    align-self: center;
    margin-top: 0;
  }
}

.p-features__list-text {
  font-size: var(--fz13);
  font-weight: var(--font-medium);
  line-height: var(--leading-default);
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-features__list-text {
    font-size: var(--fz16);
    margin-top: 0;
  }
}

/* merit */
.p-merit.l-section {
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

.p-merit__fukidasi {
  position: absolute;
  display: grid;
  place-content: center;
  width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: var(--color6);
  border-radius: 50em;
  left: 50%;
  transform: translateX(-50%);
  top: -89px;
}
@media (min-width: 768px) {
  .p-merit__fukidasi {
    width: 150px;
    top: -120px;
  }
}

.p-merit__fukidasi::after {
  position: absolute;
  content: "";
  background-color: var(--color6);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 15px;
  height: 13px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.p-merit__fukidasi-text {
  color: var(--white);
  text-align: center;
}

.p-merit__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1280px) {
  .p-merit__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.p-merit__list-item {
  background-color: var(--color4);
  padding: 8px 0;
  display: grid;
  place-content: center;
  justify-content: center;
  min-height: 106px;
}
@media (min-width: 768px) {
  .p-merit__list-item {
    padding: 30px 0;
  }
}
@media (min-width: 1280px) {
  .p-merit__list-item {
    width: 32%;
    min-height: 200px;
  }
}

.p-merit__list-item p {
  text-align: center;
}
@media (min-width: 1280px) {
  .p-merit__list-item p {
    font-size: var(--fz20);
  }
}

.p-merit__img {
  display: block;
  margin: 20px auto 0;
  width: 266px;
}
@media (min-width: 1280px) {
  .p-merit__img {
    width: 300px;
  }
}

/* voice */
.p-voice {
  background-color: var(--color4);
}

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

.p-voice__list {
  display: grid;
  gap: 32px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .p-voice__list {
    gap: 15px;
  }
}
@media (min-width: 1024px) {
  .p-voice__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-voice__list-item {
  display: grid;
  grid-template: "voiceimg" auto "voicetitle" auto "voicetext" auto/auto;
  gap: 16px;
  background-color: var(--white);
  padding: 20px 17px;
}
@media (min-width: 768px) {
  .p-voice__list-item {
    grid-template: "voicetitle voicetitle" min-content "voiceimg voicetext" 1fr/25% 1fr;
    padding: 30px 17px;
  }
}

.p-voice__list-img-wrapper {
  grid-area: voiceimg;
}

.p-voice__list-img {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: auto;
}

.p-voice__list-name {
  text-align: center;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .p-voice__list-name {
    font-size: var(--fz12);
  }
}

.p-voice__list-item-title {
  grid-area: voicetitle;
  color: var(--color1);
  text-align: center;
}
@media (min-width: 768px) {
  .p-voice__list-item-title {
    text-align: left;
  }
}

.p-voice__list-item-text {
  grid-area: voicetext;
}

/* schedule */
.p-schedule__flex {
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .p-schedule__flex {
    align-items: start;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.p-schedule__box {
  position: relative;
  background-color: var(--color4);
  padding: 40px 0 20px;
}

.p-schedule__box::before {
  position: absolute;
  background-color: var(--color1);
  color: var(--white);
  font-size: var(--fz24);
  font-weight: var(--font-bold);
  line-height: var(--leading-extra-tight);
  text-align: center;
  padding: 5px 16px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
}

.p-schedule__box--day::before {
  content: "開講日";
}

.p-schedule__box--time::before {
  content: "講義時間";
}

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

.p-schedule__box-text:not(:first-of-type) {
  margin-top: 16px;
}

.p-schedule_caution {
  color: var(--color6);
  margin-top: 40px;
  text-align: center;
}

.p-schedule__list {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-schedule__list {
    width: fit-content;
    margin: 20px auto 0;
  }
}

/* flow */
.p-flow {
  background-color: var(--light-gray);
}

.p-flow__list {
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .p-flow__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-flow__list-item {
  display: grid;
  grid-template-columns: 100px auto;
  align-items: center;
  gap: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .p-flow__list-item {
    grid-template-columns: auto;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 20px;
    align-items: normal;
  }
}

.p-flow__list-item:not(:first-of-type)::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/icon_flow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 65px;
  height: auto;
  aspect-ratio: 65/15;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-flow__list-item:not(:first-of-type)::before {
    top: 100px;
    transform: rotate(-90deg) translate(0, -50%);
    left: -50px;
  }
}

.p-flow__list-img-box {
  display: grid;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-flow__list-img-box {
    justify-items: center;
  }
}

.p-flow__list-step {
  color: var(--color1);
  text-align: center;
}
@media (min-width: 768px) {
  .p-flow__list-step {
    font-size: var(--fz25);
  }
}

@media (min-width: 768px) {
  .p-flow__list-icon {
    max-width: 150px;
  }
}

.p-flow__list-body {
  display: grid;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-flow__list-body {
    grid-template-rows: min-content 1fr;
  }
}

.p-flow__list-title {
  color: var(--color1);
}
@media (min-width: 768px) {
  .p-flow__list-title {
    text-align: center;
  }
}

/* price */
.p-price__text1 {
  text-align: center;
}

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

.p-price__box2 {
  margin: 20px auto 0;
  background-color: var(--color4);
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .p-price__box2 {
    padding: 50px 0;
  }
}

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

.p-price__text4 {
  width: fit-content;
  color: var(--color1);
  margin: 0 auto;
  position: relative;
}

.p-price__text4::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--text);
  transform: rotate(9deg);
  left: 0;
  bottom: 50%;
}

.p-price__text5 {
  width: fit-content;
  background-color: var(--color5);
  text-align: center;
  margin: 8px auto 0;
}

.p-price__text6 {
  color: var(--color6);
  text-align: center;
}

.p-price__text6--lg {
  font-size: var(--fz48);
}

.p-price__arrow-img {
  display: block;
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
  margin-top: 8px;
  margin: 0 auto;
}

.p-price__box3 {
  display: grid;
  place-content: center;
  justify-items: center;
  width: 180px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: var(--color1);
  border-radius: 50em;
  position: relative;
  margin: 32px auto 0;
}
@media (min-width: 768px) {
  .p-price__box3 {
    width: 220px;
  }
}

.p-price__box3::after {
  position: absolute;
  content: "";
  background-color: var(--color1);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 24px;
  height: 20px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.p-price__tokuten-wrapper {
  display: grid;
  gap: 20px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .p-price__tokuten-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-price__tokuten {
  border: 2px solid var(--color6);
  border-radius: 10px;
  padding: 20px;
}

.p-price__tokuten-head {
  background-color: #fff;
}

.p-price__tokuten-head {
  display: grid;
  place-content: center;
  width: 80px;
  height: auto;
  aspect-ratio: 80/36;
  color: var(--white);
  margin: 0 auto;
  text-align: center;
  background-image: url(/wp-content/uploads/tokuten_bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-price__tokuten-head {
    width: 100px;
  }
}

.p-price__tokuten-title {
  color: var(--color6);
  text-align: center;
  margin-top: 20px;
}

.p-price__tokuten-text {
  margin-top: 20px;
}

.p-price__bottom-text {
  margin-top: 32px;
}

/* message */
.p-message {
  background-color: var(--color4);
}

.p-message__box {
  background-color: var(--white);
  padding: 32px 17px;
}
@media (min-width: 768px) {
  .p-message__box {
    padding: 60px 20px;
  }
}

.p-message__contents {
  display: grid;
  gap: 32px;
}

.p-message__img-wrapper {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .p-message__img-wrapper {
    grid-template-columns: 200px 1fr;
  }
}

.p-message__name {
  color: var(--color1);
}

.p-message__profile .c-text5 {
  color: var(--color1);
  margin-bottom: 8px;
}

.p-message__profile-img {
  display: block;
  margin: 20px auto 0;
  width: 120px;
}
@media (min-width: 768px) {
  .p-message__profile-img {
    margin: 20px auto 0 20px;
  }
}

.p-message__text-wrapper .c-text-md:not(:first-of-type) {
  margin-top: 1.5em;
}

/* challenge */
.p-challenge {
  background-color: var(--color1);
}

.p-challenge.l-section {
  padding-bottom: 0;
}

.p-challenge__text1 {
  color: var(--white);
  text-align: center;
}

.p-challenge__text2 {
  color: var(--color5);
  text-align: center;
  margin-top: 20px;
}

.p-challenge__img {
  display: block;
  width: 335px;
  margin: 20px auto 0;
}

/* faq */
.p-faq__box {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.p-faq__item {
  background-color: #fff;
  cursor: pointer;
}

.p-faq__head-wrapper {
  background-color: var(--color1);
  padding: 16px 24px 16px 8px;
  position: relative;
}

.p-faq__head-wrapper::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: var(--white);
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .p-faq__head-wrapper::before {
    width: 21px;
  }
}

.p-faq__head-wrapper::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background-color: var(--white);
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .p-faq__head-wrapper::after {
    height: 20px;
    right: 19px;
  }
}

.p-faq__item:has(.p-faq__body.is-open) > .p-faq__head-wrapper::after {
  content: none;
}

.p-faq__head {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  color: var(--white);
}
@media (min-width: 1024px) {
  .p-faq__head {
    font-size: var(--fz18);
  }
}

.p-faq__body {
  display: none;
  padding-top: 15px;
  padding: 16px 8px;
  position: relative;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  border: 1px solid var(--color1);
}

.p-faq__body.is-open {
  display: flex;
}

/* consult */
.p-consult {
  position: relative;
  background-color: var(--color4);
}

.p-consult.l-section {
  padding-bottom: 0;
}

.p-consult__triangle {
  position: absolute;
  display: block;
  background-color: var(--color4);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 100%;
  height: auto;
  aspect-ratio: 375/40;
  transform: translateY(-1px);
}

.p-consult__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-consult__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.p-consult__list-item {
  text-align: center;
  padding: 8px 7px;
  background-color: var(--light-gray);
  border-radius: 10px;
}
@media (min-width: 768px) {
  .p-consult__list-item {
    display: grid;
    place-content: center;
    width: 45%;
    padding: 25px;
    min-height: 135px;
  }
}

.p-consult__list-item .c-text5 {
  text-align: center;
}

.p-consult__text1 {
  text-align: center;
  margin-top: 24px;
}

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

.p-consult__img {
  display: block;
  width: 218px;
  margin: 20px auto 0;
  padding-bottom: 20px;
}
@media (min-width: 1280px) {
  .p-consult__img {
    width: 280px;
  }
}

/* contact */
.p-contact {
  scroll-margin-top: calc(-1 * var(--triangle-height) + 50px);
}
@media (min-width: 768px) {
  .p-contact {
    scroll-margin-top: calc(-1 * var(--triangle-height) + 100px);
  }
}

.p-contact.l-section {
  padding-top: calc(var(--triangle-height) + 40px);
}
@media (min-width: 1024px) {
  .p-contact.l-section {
    padding-top: calc(var(--triangle-height) + 100px);
  }
}

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

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

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

.p-contact__form--confirm .c-form-item {
  white-space: pre-wrap;
  word-break: break-all;
}

/* footer */
.p-footer {
  background-color: var(--gray);
  padding: 20px 0;
}

.p-footer__copyright {
  color: #fff;
  text-align: center;
}

/**
* utility
*/
/* u-display */
.u-spnone {
  display: none;
}

.u-spblock {
  display: block;
}

.u-spflex {
  display: flex;
}

.u-grid {
  display: grid;
}

@media (min-width: 768px) {
  .u-tabnone {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-tabblock {
    display: block;
  }
}

@media (min-width: 768px) {
  .u-tabinlineblock {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .u-tabflex {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .u-pcnone {
    display: none;
  }
}

@media (min-width: 1024px) {
  .u-pcblock {
    display: block;
  }
}

@media (min-width: 1024px) {
  .u-pcinlineblock {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .u-pcflex {
    display: flex;
  }
}

@media (min-width: 1280px) {
  .u-xlblock {
    display: block;
  }
}

/* gap */
.u-gap-md {
  gap: 50px;
}

/* margin */
.u-mt-0 {
  margin-top: 0;
}

.u-mr-0 {
  margin-right: 0;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-ml-0 {
  margin-left: 0;
}

/* margin-top */
.u-mt15 {
  margin-top: 15px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt100 {
  margin-top: 100px;
}

/* margin-bottom */
.u-mb15 {
  margin-bottom: 15px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb100 {
  margin-bottom: 100px;
}

/* u-textalign */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-justify {
  text-align: justify;
}

/* u-weight */
.u-font-light {
  font-weight: 300;
}

.u-font-normal {
  font-weight: 400;
}

.u-font-medium {
  font-weight: 500;
}

.u-font-semibold {
  font-weight: 600;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-black {
  font-weight: 900;
}

/* u-cursor */
.u-cursor-pointer {
  cursor: pointer;
}

.u-pointer-events-none {
  pointer-events: none;
}

.u-select-none {
  user-select: none;
  -webkit-user-select: none;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* color */
.u-color1 {
  color: var(--color1);
}

.u-color2 {
  color: var(--color2);
}

.u-color5 {
  color: var(--color5);
}

.u-color6 {
  color: var(--color6);
}

.u-color-white {
  color: var(--white);
}

/* bgc-color */
.u-bgc-light-gray {
  background-color: var(--light-gray);
}

.u-bgc-color1 {
  background-color: var(--color1);
}

.u-bgc-color2 {
  background-color: var(--color2);
}

.u-bgc-color3 {
  background-color: var(--color3);
}

.u-bgc-color4 {
  background-color: var(--color4);
}

.u-bgc-color5 {
  background-color: var(--color5);
}

.u-marker-yellow {
  background: linear-gradient(transparent 60%, var(--color5) 60%);
}

/* contact form7 */
.wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  display: none !important;
}

/* grecaptcha-badge */
.grecaptcha-badge {
  z-index: 1;
}