@charset "UTF-8";
/* =========================================================
 base
========================================================= */
/* reset
------------------------------------- */
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

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

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

ul, dl, figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

ol {
  padding-left: 1.5em;
}
ol > li {
  list-style: decimal;
}
ol > li + li {
  margin-top: 0.3em;
}

ul ul, ul ol, ol ul, ol ol {
  margin-top: 0.3em;
}

img, iframe {
  vertical-align: bottom;
  max-width: 100%;
}

img {
  height: auto;
}

button {
  outline: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

body {
  position: initial !important;
  height: 100%;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.75;
  color: #3A3A3A;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1025px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}

a {
  text-decoration: none;
  color: #3A3A3A;
}

a[href*="tel:"] {
  text-decoration: underline;
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

_:lang(x)::-internal-media-controls-overlay-cast-button, img {
  image-rendering: -webkit-optimize-contrast;
}

/*
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
}
*/
.is-fadeIn,
.is-rotate {
  opacity: 0;
}

/* =========================================================
 component
========================================================= */
/* 各サイト共通スタイル */
/* inner
-------------------------------------- */
.c-inner {
  width: 89.4%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1025px) {
  .c-inner {
    width: 85%;
    max-width: 1200px;
  }
}
@media (min-width: 1441px) {
  .c-inner {
    max-width: 1366px;
  }
}
.c-inner--small {
  max-width: 1090px;
}

/* section
-------------------------------------- */
.c-section--bg {
  background: #F0F0F0;
}

/* img
-------------------------------------- */
.c-img {
  position: relative;
  border-radius: 20px;
}

.c-sharpImg img {
  image-rendering: -webkit-optimize-contrast;
}

/* heading
-------------------------------------- */
.c-headingLv2 {
  text-align: center;
  font-weight: 900;
  color: #EA5D72;
  font-size: 26px;
  font-size: 1.625rem;
}
@media (min-width: 1025px) {
  .c-headingLv2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.c-headingLv2--gray {
  color: #3A3A3A;
}
.c-headingLv2--balloon {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0.2em 1.2em 0.3em;
  background: #EA5D72;
  border-radius: 20px;
  font-weight: 700;
  color: #FFF;
  font-size: 28px;
  font-size: 1.75rem;
}
.c-headingLv2--balloon::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 1px);
  width: 0.7em;
  height: 0.6em;
  background: #EA5D72;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.c-headingLv3 {
  position: relative;
  padding-bottom: 0.75em;
  font-weight: 900;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 1025px) {
  .c-headingLv3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.c-headingLv3::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 3px;
  background: rgba(204, 204, 204, 0.5);
  content: "";
}
.c-headingLv3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 4px;
  background: #EA5D72;
  border-radius: 3px 0 0 3px;
  content: "";
}
@media (min-width: 1025px) {
  .c-headingLv3::after {
    width: 140px;
  }
}

.c-headingLv4 {
  position: relative;
  font-weight: 900;
  padding-left: 1.2em;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 1025px) {
  .c-headingLv4 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.c-headingLv4::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.9em;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #EA5D72;
  content: "";
}

.c-headingLv5 {
  position: relative;
  padding: 0 1em 1em;
  border-bottom: 1px solid #EA5D72;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media (min-width: 768px) {
  .c-headingLv5 {
    padding: 0 1.5em 1em;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-headingLv5::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: #EA5D72;
  content: "";
}

.c-headingLv6 {
  font-weight: 500;
}

.c-list--nomark > li {
  padding-left: 0 !important;
}
.c-list--nomark > li::before {
  display: none;
}
.c-list > li {
  position: relative;
  padding-left: 1em;
}
.c-list > li::before {
  position: absolute;
  left: 0;
  content: "・";
}
.c-list > li + li {
  margin-top: 0.3em;
}
.c-list ul {
  margin-top: 0.3em;
}
.c-list--square > li::before {
  content: "■" !important;
}
.c-list--disc > li {
  padding-left: 1.3em;
}
.c-list--disc > li::before {
  width: 0.8em;
  top: 0.55em;
  aspect-ratio: 1/1;
  border-radius: 100%;
  content: "" !important;
  background: #EA5D72;
}
.c-list--att > li::before {
  content: "※" !important;
}
.c-list--row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6em 1.5em;
}
.c-list--row > li + li {
  margin-top: 0;
}

/* title
-------------------------------------- */
.c-sectionTitle {
  text-align: center;
}
.c-sectionTitle .sub {
  font-weight: 700;
  line-height: 1.4;
  color: #EA5D72;
  font-size: 10px;
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .c-sectionTitle .sub {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-sectionTitle .main {
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 900;
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .c-sectionTitle .main {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.c-lead {
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (min-width: 768px) {
  .c-lead {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* btn
-------------------------------------- */
.c-primaryBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  max-width: 100%;
  min-width: 335px;
  min-height: 60px;
  padding: 0.5em 60px;
  border-radius: 100px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: rgba(0, 0, 0, 0.15) 0.3em 0.3em 0.7em;
  text-align: center;
  background: #FFF;
  color: #EA5D72;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 400px) {
  .c-primaryBtn {
    min-width: 0;
    width: 100%;
    max-width: 335px;
  }
}
@media (min-width: 1025px) {
  .c-primaryBtn {
    min-width: 340px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-primaryBtn::after {
  position: absolute;
  right: 30px;
  width: 10px;
  height: 15px;
  background: url(../img/common/arrow_right_primary.svg) no-repeat center/contain;
  transition: 0.5s right;
  content: "";
}
@media (any-hover: hover) {
  .c-primaryBtn {
    transition: 0.5s background-color;
  }
  .c-primaryBtn:hover {
    background-color: #FFFF61;
  }
}
@media (any-hover: hover) {
  .c-primaryBtn:hover::after {
    right: 22px;
  }
}
.c-primaryBtn:disabled {
  filter: grayscale(100%);
  color: #DDD;
  opacity: 0.5;
}
.c-primaryBtn--back {
  filter: grayscale(100%);
}

.c-secondaryBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
  min-width: 280px;
  width: clamp(280px, 100%, 2rem);
  min-height: 60px;
  padding: 0.5em 40px;
  border-radius: 100px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: rgba(0, 0, 0, 0.15) 0.3em 0.3em 0.7em;
  text-align: center;
  background: #EA5D72;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 521px) {
  .c-secondaryBtn {
    min-width: 280px;
  }
}
@media (min-width: 1025px) {
  .c-secondaryBtn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-secondaryBtn::after {
  position: absolute;
  right: 24px;
  width: 10px;
  height: 15px;
  background: url(../img/common/arrow_right_white.svg) no-repeat center/contain;
  transition: 0.5s right;
  content: "";
}
@media (any-hover: hover) {
  .c-secondaryBtn {
    transition: 0.5s color, 0.5s background-color;
  }
  .c-secondaryBtn:hover {
    color: #EA5D72;
    background: #FFFF61;
  }
  .c-secondaryBtn:hover::after {
    right: 18px;
    background-image: url(../img/common/arrow_right_primary.svg);
  }
}
.c-secondaryBtn:disabled {
  filter: grayscale(100%);
  color: #DDD;
  opacity: 0.5;
  pointer-events: none;
}
.c-secondaryBtn--back {
  filter: grayscale(100%);
}
.c-secondaryBtn--back::after {
  left: 24px;
  transform: scale(-1, 1);
}
@media (any-hover: hover) {
  .c-secondaryBtn--back:hover {
    background: rgb(239.8524590164, 138.1475409836, 153.2950819672);
    color: #FFF;
  }
}
.c-secondaryBtn--down::after {
  top: calc(50% - 7.5px);
  transition: 0.5s top;
  transform: rotate(90deg);
}
@media (any-hover: hover) {
  .c-secondaryBtn--down:hover::after {
    top: 48%;
    right: 24px;
  }
}

.c-tertiaryBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
  min-width: 280px;
  min-height: 60px;
  padding: 0.5em 40px;
  border-radius: 100px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: rgba(0, 0, 0, 0.15) 0.3em 0.3em 0.7em;
  text-align: center;
  background: #FFFF61;
  color: #EA5D72;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1025px) {
  .c-tertiaryBtn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-tertiaryBtn::after {
  position: absolute;
  right: 24px;
  width: 10px;
  height: 15px;
  background: url(../img/common/arrow_right_primary.svg) no-repeat center/contain;
  transition: 0.5s right;
  content: "";
}
@media (any-hover: hover) {
  .c-tertiaryBtn {
    transition: 0.5s color, 0.5s background-color;
  }
  .c-tertiaryBtn:hover {
    color: #FFF;
    background: #EA5D72;
  }
  .c-tertiaryBtn:hover::after {
    right: 18px;
    background-image: url(../img/common/arrow_right_white.svg);
  }
}
.c-tertiaryBtn:disabled {
  filter: grayscale(100%);
  color: #DDD;
  opacity: 0.5;
}
.c-tertiaryBtn--back {
  filter: grayscale(100%);
}

.c-contactBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 3.33em;
  background: #FFFF61;
  border-radius: 3em;
  box-shadow: rgba(0, 0, 0, 0.15) 0.3em 0.3em 0.7em;
  color: #EA5D72;
  font-weight: 900;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1025px) {
  .c-contactBtn {
    width: 12.78em;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 1366px) {
  .c-contactBtn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (any-hover: hover) {
  .c-contactBtn {
    transition: 0.5s background-color, 0.5s color;
  }
  .c-contactBtn:hover {
    background: #EA5D72;
    color: #FFFF61;
  }
}

/*
body:has(.c-recruitBanner) {
    .c-stickeyTrialBtn {
        @include max-medium {
            bottom: -16px;
        }
        @include min-large {
            bottom: 40px;
        }
    }
}*/
.c-stickeyTrialBtn {
  /*
  position: absolute;
  right: 5%;
  bottom: 0;
  transform: translateY(40%);
  */
  position: fixed;
  right: 1.3541666667%;
  width: 90px;
  z-index: 10;
}
@media (any-hover: hover) {
  .c-stickeyTrialBtn {
    transition: 0.5s opacity;
  }
  .c-stickeyTrialBtn:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1024px) {
  .c-stickeyTrialBtn {
    bottom: -8px;
  }
}
@media (min-width: 1025px) {
  .c-stickeyTrialBtn {
    width: 130px;
    transform: translateY(-60%);
  }
}
@media (min-width: 1366px) {
  .c-stickeyTrialBtn {
    width: 172px;
  }
}
.c-stickeyTrialBtn img {
  display: block;
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}

.c-stickyTrialGroup {
  position: fixed;
  right: 1.3541666667%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 1024px) {
  .c-stickyTrialGroup {
    bottom: -8px;
  }
}
@media (min-width: 1025px) {
  .c-stickyTrialGroup {
    bottom: 0;
    transform: translateY(-60%);
  }
}
.c-stickyTrialGroup > .c-stickeyTrialBtn {
  position: static;
  right: auto;
  bottom: auto;
  transform: none;
}

.is-stickeyTrialBtn {
  opacity: 0;
}
.is-stickeyTrialBtn--show {
  opacity: 1;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
/* 採用情報バナー（一時的）
-------------------------------------- */
.c-recruitBanner {
  position: fixed;
  left: 8px;
  bottom: 8px;
  z-index: 10;
  width: 220px;
}
@media (min-width: 1025px) {
  .c-recruitBanner {
    left: 25px;
    bottom: 20px;
    width: 320px;
  }
}

.is-recruitBanner {
  opacity: 1;
  transition: 0.5s opacity;
}
.is-recruitBanner--hide {
  pointer-events: none;
  opacity: 0;
}

.c-recruitBanner__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: -25px;
  width: 22px;
  aspect-ratio: 1;
  background: #FFF;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 6px;
}
@media (any-hover: hover) {
  .c-recruitBanner__close {
    transition: 0.5s opacity;
  }
  .c-recruitBanner__close:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1024px) {
  .c-recruitBanner__close {
    left: 0;
  }
}
@media (min-width: 1025px) {
  .c-recruitBanner__close {
    top: -15px;
    left: -15px;
    width: 30px;
  }
}
.c-recruitBanner__close::before, .c-recruitBanner__close::after {
  position: absolute;
  width: 60%;
  height: 2px;
  background: #3A3A3A;
  content: "";
}
.c-recruitBanner__close::before {
  rotate: -45deg;
}
.c-recruitBanner__close::after {
  rotate: 45deg;
}

.c-recruitBanner__banner {
  display: block;
}
@media (any-hover: hover) {
  .c-recruitBanner__banner {
    transition: 0.5s opacity;
  }
  .c-recruitBanner__banner:hover {
    opacity: 0.7;
  }
}
.c-recruitBanner__banner img {
  width: 100%;
  border-radius: 6px;
}

/* link
-------------------------------------- */
.c-link--color {
  color: #036EA9;
}
@media (any-hover: hover) {
  .c-link--color {
    transition: 0.5s opacity;
  }
  .c-link--color:hover {
    opacity: 0.7;
  }
}
.c-link--external {
  display: inline-flex !important;
  align-items: center;
  gap: 0.4em;
}
.c-link--external::after {
  font-family: "Material Symbols Outlined";
  content: "\e89e";
}

/* tableWrapper
-------------------------------------- */
@media (max-width: 767px) {
  .c-tableWrapper {
    overflow: auto !important;
  }
}
@media (min-width: 768px) {
  .c-tableWrapper {
    overflow: visible !important;
  }
}

/* table
-------------------------------------- */
.c-table {
  width: 100%;
  table-layout: fixed;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  background-color: #FFF;
}
.c-table th, .c-table td {
  padding: 0.6em 0.8em;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.c-table th {
  background: rgba(234, 93, 114, 0.07);
  color: #EA5D72;
}

/* tableList
-------------------------------------- */
.c-tableList {
  margin-right: auto;
  margin-left: auto;
  line-height: 1.5;
}
.c-tableList > div {
  display: flex;
}
.c-tableList dt {
  font-weight: 500;
}
.c-tableList--cell {
  border-top: #CCC 1px solid;
}
.c-tableList--cell > div {
  border-bottom: #CCC 1px solid;
}
.c-tableList--cell dt {
  display: flex;
  width: 45%;
  padding: 0.8em 0.6em;
  background: rgba(234, 93, 114, 0.1);
  color: #EA5D72;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-tableList--cell dt {
    width: 30%;
    min-width: 180px;
    padding: 1em;
  }
}
.c-tableList--cell dd {
  flex: 1;
  padding: 0.8em 0.6em;
}
@media (min-width: 768px) {
  .c-tableList--cell dd {
    padding: 1em;
  }
}
.c-tableList--border {
  margin-right: auto;
  margin-left: auto;
  line-height: 1.4;
  border-top: 1px solid #CCC;
}
.c-tableList--border > div {
  padding-block: 0.8em;
  border-bottom: 1px solid #CCC;
}
@media (max-width: 767px) {
  .c-tableList--border > div {
    flex-direction: column;
  }
}
.c-tableList--border dt {
  font-weight: 700;
  color: #EA5D72;
}
@media (max-width: 767px) {
  .c-tableList--border dt {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 768px) {
  .c-tableList--border dt {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .c-tableList--border dd {
    flex: 1;
  }
}

.c-defineList * + dt {
  margin-top: 1em;
}
.c-defineList dt {
  margin-bottom: 0.2em;
  color: #EA5D72;
}

/* =========================================================
 utility
========================================================= */
/* テキスト
-------------------------------------- */
.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

@media (min-width: 1025px) {
  .u-text-center-large {
    text-align: center !important;
  }
}

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

.u-fs-medium {
  font-size: 18px;
  font-size: 1.125rem;
}

.u-fs-large {
  font-size: 20px;
  font-size: 1.25rem;
}

.u-color-primary {
  color: #EA5D72;
}

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

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

/* 表示・非表示
----------------------------------------------- */
.u-hidden {
  display: none !important;
}

@media (min-width: 376px) {
  .u-hidden-xSmall {
    display: none !important;
  }
}

@media (min-width: 521px) {
  .u-hidden-small {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-hidden-medium {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .u-hidden-large {
    display: none !important;
  }
}

@media (min-width: 1366px) {
  .u-hidden-xLarge {
    display: none !important;
  }
}

@media (max-width: 520px) {
  .u-visible-small {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-visible-medium {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .u-visible-large {
    display: none !important;
  }
}

@media (max-width: 1365px) {
  .u-visible-xLarge {
    display: none !important;
  }
}

@media (max-width: 1440px) {
  .u-visible-xxLarge {
    display: none !important;
  }
}

@media (max-width: 1920px) {
  .u-visible-xxxLarge {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .u-visible-large-only {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  .u-visible-large-only {
    display: none !important;
  }
}

/* マージン調整
-------------------------------------- */
.u-mt-xSmall {
  margin-top: 20px !important;
}

.u-mt-small {
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  .u-mt-small {
    margin-top: 35px !important;
  }
}

.u-mt-medium {
  margin-top: 30px !important;
}
@media (min-width: 768px) {
  .u-mt-medium {
    margin-top: 45px !important;
  }
}

.u-mt-large {
  margin-top: 40px !important;
}
@media (min-width: 768px) {
  .u-mt-large {
    margin-top: 60px !important;
  }
}

.u-mt-xLarge {
  margin-top: 60px !important;
}
@media (min-width: 768px) {
  .u-mt-xLarge {
    margin-top: 80px !important;
  }
}

.u-mb-xSmall {
  margin-bottom: 20px !important;
}

.u-mb-small {
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .u-mb-small {
    margin-bottom: 35px !important;
  }
}

.u-mb-medium {
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .u-mb-medium {
    margin-bottom: 45px !important;
  }
}

.u-mb-large {
  margin-bottom: 40px !important;
}
@media (min-width: 768px) {
  .u-mb-large {
    margin-bottom: 60px !important;
  }
}

.u-mb-xLarge {
  margin-bottom: 60px !important;
}
@media (min-width: 768px) {
  .u-mb-xLarge {
    margin-bottom: 80px !important;
  }
}

.u-mt-0 {
  margin-top: 0 !important;
}

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

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pt-small {
  padding-top: 20px !important;
}
@media (min-width: 768px) {
  .u-pt-small {
    padding-top: 35px !important;
  }
}

.u-pt-medium {
  padding-top: 30px !important;
}
@media (min-width: 768px) {
  .u-pt-medium {
    padding-top: 45px !important;
  }
}

.u-pt-large {
  padding-top: 40px !important;
}
@media (min-width: 768px) {
  .u-pt-large {
    padding-top: 60px !important;
  }
}

.u-pt-xLarge {
  padding-top: 60px !important;
}
@media (min-width: 768px) {
  .u-pt-xLarge {
    padding-top: 80px !important;
  }
}

.u-pb-small {
  padding-bottom: 20px !important;
}
@media (min-width: 768px) {
  .u-pb-small {
    padding-bottom: 35px !important;
  }
}

.u-pb-medium {
  padding-bottom: 30px !important;
}
@media (min-width: 768px) {
  .u-pb-medium {
    padding-bottom: 45px !important;
  }
}

.u-pb-large {
  padding-bottom: 40px !important;
}
@media (min-width: 768px) {
  .u-pb-large {
    padding-bottom: 60px !important;
  }
}

.u-pb-xLarge {
  padding-bottom: 60px !important;
}
@media (min-width: 768px) {
  .u-pb-xLarge {
    padding-bottom: 80px !important;
  }
}

/* 寄せ
-------------------------------------- */
.u-align-right {
  margin-left: auto;
}

.u-align-center {
  margin-right: auto;
  margin-left: auto;
}

/* 明度変更
-------------------------------------- */
.u-brightness-105, .p-postBody img {
  filter: brightness(105%);
}

.u-brightness-110 {
  filter: brightness(110%);
}

/* マーカー
-------------------------------------- */
.u-marker {
  line-height: 2;
  padding: 0.15em 0.4em 0.2em;
  background: #EA5D72;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #FFF;
  font-weight: 700;
}

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

/* =========================================================
 header
========================================================= */
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 12;
  background: rgba(255, 255, 255, 0.9);
}
body.is-spMenuOpen .l-header {
  position: fixed;
  background: #FFF;
}

.l-header__inner {
  display: flex;
  align-items: center;
  height: 68px;
  padding-inline: 10px 70px;
}
@media (min-width: 1025px) {
  .l-header__inner {
    height: 85px;
    padding-inline: 16px 85px;
  }
}
@media (min-width: 1366px) {
  .l-header__inner {
    height: 120px;
    padding-inline: 1.875vw calc(2.5vw + 77px);
  }
}
.l-header__logo {
  font-size: 10px;
  font-size: 0.625rem;
}
@media (min-width: 1025px) {
  .l-header__logo {
    margin-right: 20px;
  }
}
.l-header__logo .link {
  display: flex;
  align-items: center;
}
.l-header__logo .img {
  flex-shrink: 0;
  width: 129px;
}
@media (min-width: 1025px) {
  .l-header__logo .img {
    width: 170px;
  }
}
@media (min-width: 1366px) {
  .l-header__logo .img {
    width: 204px;
  }
}
@media (max-width: 375px) {
  .l-header__logo:has(.name) .img {
    width: 70px;
  }
}
@media (min-width: 376px) {
  .l-header__logo:has(.name) .img {
    width: 80px;
  }
}
@media (min-width: 521px) {
  .l-header__logo:has(.name) .img {
    width: 100px;
  }
}
@media (min-width: 1025px) {
  .l-header__logo:has(.name) .img {
    width: 140px;
  }
}
@media (min-width: 1366px) {
  .l-header__logo:has(.name) .img {
    width: 204px;
  }
}
.l-header__logo .name {
  font-weight: 900;
  color: #EA5D72;
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 521px) {
  .l-header__logo .name {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1366px) {
  .l-header__logo .name {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.l-header__logo:has(.img) .name {
  margin-left: 1em;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 521px) {
  .l-header__logo:has(.img) .name {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 1366px) {
  .l-header__logo:has(.img) .name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (any-hover: hover) {
  .l-header__logo {
    transition: 0.5s opacity;
  }
  .l-header__logo:hover {
    opacity: 0.7;
  }
}

.l-header__nav {
  top: 68px;
}
@media (max-width: 1024px) {
  .l-header__nav {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    transform: translateX(100%);
    width: auto;
    background: transparent;
    pointer-events: none;
    overflow: auto;
    transition: 0.5s transform, 0.5s background-color 0.3s;
  }
  body.is-spMenuOpen .l-header__nav {
    pointer-events: initial;
    transform: translateX(0%);
    z-index: 4;
    background: rgba(0, 0, 0, 0.75);
  }
}
@media (max-width: 767px) {
  .l-header__nav {
    left: 0;
  }
}
@media (min-width: 768px) {
  .l-header__nav {
    bottom: 0;
  }
}
@media (min-width: 1025px) {
  .l-header__nav {
    display: flex;
    width: auto;
    margin-left: auto;
    flex-direction: row;
    justify-content: center;
    width: auto;
  }
}

@media (min-width: 1025px) {
  .l-header__contact {
    margin-left: 1.5em;
  }
}

.l-header__spMenuBtn {
  position: fixed;
  top: 9px;
  right: 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
  width: 50px;
  height: 50px;
  background: #EA5D72;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 6px;
  border-radius: 100%;
}
@media (min-width: 1025px) {
  .l-header__spMenuBtn {
    top: 12px;
    right: 12px;
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1366px) {
  .l-header__spMenuBtn {
    top: 30px;
    right: min(2.5vw, 48px);
  }
}
@media (any-hover: hover) {
  .l-header__spMenuBtn {
    transition: 0.5s background-color;
  }
  .l-header__spMenuBtn:hover {
    background-color: #FFFF61;
  }
}
@media (any-hover: hover) {
  .l-header__spMenuBtn:hover .line > span {
    background: #EA5D72;
  }
}
.l-header__spMenuBtn .line {
  position: relative;
  width: 30px;
  height: 22px;
}
.l-header__spMenuBtn .line > span {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin-left: -11px;
  background: #FFF;
  transition: 0.5s;
  content: "";
}
@media (min-width: 1025px) {
  .l-header__spMenuBtn .line > span {
    width: 31px;
    height: 3px;
    border-radius: 2px;
    margin-left: -15.5px;
  }
}
.l-header__spMenuBtn .line > span:nth-child(1) {
  margin-top: -8px;
}
body.is-spMenuOpen .l-header__spMenuBtn .line > span:nth-child(1) {
  margin-top: 0;
  transform: rotate(45deg);
}
body.is-spMenuOpen .l-header__spMenuBtn .line > span:nth-child(2) {
  opacity: 0;
}
.l-header__spMenuBtn .line > span:nth-child(3) {
  margin-top: 8px;
}
body.is-spMenuOpen .l-header__spMenuBtn .line > span:nth-child(3) {
  margin-top: 0;
  transform: rotate(-45deg);
}

/* =========================================================
 gnav
========================================================= */
@media (min-width: 1025px) {
  .l-gnav {
    display: flex;
    flex-direction: row;
    width: auto;
    max-width: none;
    flex-shrink: 0;
    align-items: center;
    font-size: min(1.1666666667vw, 14px);
  }
}
@media (min-width: 1366px) {
  .l-gnav {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.l-gnav > li {
  position: relative;
}
@media (min-width: 1025px) {
  .l-gnav > li {
    display: flex;
  }
  .l-gnav > li + li::before {
    margin-inline: 0.3em;
    content: "/";
  }
}
@media (min-width: 1366px) {
  .l-gnav > li + li::before {
    margin-inline: 0.8em;
  }
}
@media (min-width: 1441px) {
  .l-gnav > li + li::before {
    margin-inline: 1em;
  }
}

.l-gnav__link {
  position: relative;
  transition: none;
}
@media (max-width: 1024px) {
  .l-gnav__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.4;
    text-align: left;
    padding: 20px 12px 20px;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) and (any-hover: hover) {
  .l-gnav__link {
    transition: 0.5s color;
  }
  .l-gnav__link:hover {
    color: #EA5D72;
  }
}
@media (min-width: 1025px) {
  .l-gnav__link {
    display: block;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
    font-size: inherit;
  }
  .l-gnav__link--active {
    color: #EA5D72;
  }
}
@media (min-width: 1025px) and (any-hover: hover) {
  .l-gnav__link {
    transition: 0.5s color;
  }
  .l-gnav__link:hover {
    color: #EA5D72;
  }
}

/* =========================================================
 drawer
========================================================= */
.l-drawer {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  top: 68px;
  width: auto;
  background: transparent;
  pointer-events: none;
  z-index: 4;
}
body.is-spMenuOpen .l-drawer {
  pointer-events: initial;
}
@media (min-width: 1025px) {
  .l-drawer {
    top: 85px;
  }
}
@media (min-width: 1366px) {
  .l-drawer {
    top: 120px;
  }
}

.l-drawer__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.5s background-color;
  cursor: pointer;
}
body.is-spMenuOpen .l-drawer__overlay {
  background: rgba(0, 0, 0, 0.75);
}

.l-drawer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 100%;
  background: #FFF;
  transform: translateX(100%);
  transition: 0.5s transform, 0.5s background-color 0.3s;
}
body.is-spMenuOpen .l-drawer__inner {
  pointer-events: initial;
  transform: translateX(0%);
  z-index: 4;
  overflow: auto;
}
@media (max-width: 1024px) {
  .l-drawer__inner {
    padding: 16px 0 40px;
  }
}
@media (min-width: 768px) {
  .l-drawer__inner {
    width: 400px;
    margin-left: auto;
  }
}
@media (min-width: 1025px) {
  .l-drawer__inner {
    padding: 16px 0 40px;
  }
}
@media (min-width: 1366px) {
  .l-drawer__inner {
    padding: 16px 0 40px;
  }
}

.l-drawer__main {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.l-drawer__list {
  display: flex;
  flex-direction: column;
  width: 89.4%;
  margin-inline: auto;
}
.l-drawer__list > li {
  border-bottom: 1px solid #CCC;
}

.l-drawer__listLink {
  position: relative;
  transition: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
  text-align: left;
  padding: 20px 12px 20px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (any-hover: hover) {
  .l-drawer__listLink {
    transition: 0.5s color;
  }
  .l-drawer__listLink:hover {
    color: #EA5D72;
  }
}
.l-drawer__listLink--active {
  color: #EA5D72;
}

.l-drawer__sub {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8em;
  width: 89.4%;
  margin: 30px auto 0;
}
.l-drawer__sub {
  /*
  a {
      display: flex;
      align-items: center;
      border-radius: 3px;
      gap: 0.5em;
      padding: 0.2em 0.6em 0.2em 0.8em;
      background: $color-01;
      color: #FFF;
      font-weight: 500;
      @include font(14);

      @include hoverOpacity;

      &::after {
          width: 0.4em;
          height: 0.6em;
          background: #FFF;
          clip-path: polygon(0 0, 100% 50%, 0 100%);
          content: '';
      }
  }*/
}
.l-drawer__sub a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100%;
  gap: 0.5em;
  width: 85px;
  aspect-ratio: 1/1;
  padding-bottom: 6px;
  background: #EA5D72;
  color: #FFF;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (any-hover: hover) {
  .l-drawer__sub a {
    transition: 0.5s opacity;
  }
  .l-drawer__sub a:hover {
    opacity: 0.7;
  }
}
.l-drawer__sub a::after {
  position: absolute;
  bottom: 12px;
  width: 5px;
  height: 7.5px;
  background: url(../img/common/arrow_right_white.svg) no-repeat center/contain;
  transition: 0.5s right;
  content: "";
}

.l-drawer__contact {
  margin: 30px auto 0;
}

/* =========================================================
 main
========================================================= */
.l-main {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: 68px;
}
@media (min-width: 1025px) {
  .l-main {
    margin-top: 85px;
  }
}
@media (min-width: 1366px) {
  .l-main {
    margin-top: 120px;
  }
}

/*=====================================
関連リンク
=====================================*/
.p-homeLinks {
  padding: 100px 0;
  background: #f9f9f9;
}

.p-homeLinks__title {
  text-align: center;
  margin-bottom: 40px;
}

.p-homeLinks__list {
  margin: 0 auto;
  padding: 18px;
  background: #f4f4fb;
  border-radius: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.p-homeLinks__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #ececf3;
  transition: 0.3s ease;
}

.p-homeLinks__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.p-homeLinks__item img {
  width: auto;
  max-height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

@media (max-width: 767px) {
  .p-homeLinks {
    padding: 70px 0;
  }
  .p-homeLinks__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 14px;
    border-radius: 14px;
  }
  .p-homeLinks__item {
    padding: 10px;
    border-radius: 10px;
  }
}
/* =========================================================
 footer
========================================================= */
.l-footer {
  border-top: 1px solid #CCC;
}

.l-footer__inner {
  display: flex;
  position: relative;
  z-index: 2;
  padding-block: 28px 20px;
}
@media (max-width: 1024px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .l-footer__inner {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    padding-block: 50px 42px;
  }
}

.l-footer__pagetop {
  position: fixed;
  z-index: 5;
  right: min(2.8125vw, 54px);
  bottom: min(2.0833333333vw, 40px);
}
@media (any-hover: hover) {
  .l-footer__pagetop {
    transition: 0.5s opacity;
  }
  .l-footer__pagetop:hover {
    opacity: 0.7;
  }
}
@media (max-width: 821px) {
  .l-footer__pagetop {
    display: none;
  }
}

.is-pagetop {
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}
.is-pagetop--show {
  opacity: 1;
  pointer-events: initial;
}

@media (min-width: 1025px) {
  .l-footer__main {
    width: 30.7467057101%;
  }
}

.l-footer__logo {
  position: relative;
  z-index: 2;
  width: 115px;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .l-footer__logo {
    width: 204px;
    margin-block: 4px 20px;
  }
  .l-footer__logo img {
    width: 100%;
  }
}
.l-footer__logo a,
.l-footer__logo img {
  display: block;
}
@media (any-hover: hover) {
  .l-footer__logo a {
    transition: 0.5s opacity;
  }
  .l-footer__logo a:hover {
    opacity: 0.7;
  }
}

.l-footer__info {
  position: relative;
  z-index: 2;
}
.l-footer__info dt {
  margin-bottom: 0.6em;
  font-weight: 900;
  color: #EA5D72;
  font-size: 16px;
  font-size: 1rem;
}
.l-footer__info dd {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
.l-footer__info dd .tel {
  width: 100%;
}
.l-footer__info a {
  text-decoration: none;
}

.l-footer__nav {
  overflow: hidden;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, auto);
  gap: 4px 16px;
}
@media (min-width: 768px) {
  .l-footer__nav {
    flex: 1;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
  }
}
@media (min-width: 1025px) {
  .l-footer__nav {
    max-width: 725px;
  }
}
@media (min-width: 1366px) {
  .l-footer__nav {
    gap: 4px 32px;
  }
}
.l-footer__nav li {
  margin-bottom: -1px;
  border-bottom: 1px solid #CCC;
}

.l-footer__navLink {
  display: block;
  padding-block: 1.1em;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  color: #EA5D72;
}
@media (any-hover: hover) {
  .l-footer__navLink {
    transition: 0.5s opacity;
  }
  .l-footer__navLink:hover {
    opacity: 0.7;
  }
}

.l-footer__subMenu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  width: 100%;
  padding: 5px;
  border-radius: 8px;
  background: #F0F0F0;
}
@media (min-width: 768px) {
  .l-footer__subMenu {
    grid-template-columns: repeat(4, 1fr);
  }
}
.l-footer__subMenu a {
  display: block;
  padding: 0.56em;
  background: #FFF;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (any-hover: hover) {
  .l-footer__subMenu a {
    transition: 0.5s color;
  }
  .l-footer__subMenu a:hover {
    color: #EA5D72;
  }
}

.l-footer__bottom {
  background: #EA5D72;
}

.l-footer__bottomInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 9px 0;
}

.l-footer__privacy {
  font-weight: 500;
  color: #FFF;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (any-hover: hover) {
  .l-footer__privacy {
    transition: 0.5s opacity;
  }
  .l-footer__privacy:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1025px) {
  .l-footer__privacy {
    position: absolute;
    right: 0;
  }
}

.l-footer__copy {
  text-align: right;
  color: #FFF;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1025px) {
  .l-footer__copy {
    flex: 1;
    text-align: center;
  }
}

/* =========================================================
 container
========================================================= */
.l-container {
  display: grid;
  gap: 60px 40px;
  width: 89.4%;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .l-container {
    padding-bottom: 80px;
  }
}
.l-container:has(.p-postHead) {
  max-width: 1080px;
}
@media (min-width: 1025px) {
  .l-container {
    width: 85%;
    gap: min(5.3333333333vw, 80px);
  }
}
@media (min-width: 1025px) {
  .l-container:has(.l-sidebar) {
    grid-template-columns: 1fr max(240px, 25%);
    max-width: 1366px;
  }
}
.l-container .l-contents {
  margin: 0;
  width: auto;
  max-width: none;
}

/* =========================================================
 contents
========================================================= */
.l-contents {
  width: 89.4%;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1025px) {
  .l-contents {
    width: 85%;
  }
}
/* =========================================================
 sidebar
========================================================= */
.l-sidebar {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 521px) {
  .l-sidebar {
    gap: 50px;
  }
}

.l-sidebar__title {
  margin-bottom: 1em;
  padding: 0 0 0.5em;
  font-weight: 500;
  border-bottom: 3px solid #EA5D72;
  color: #EA5D72;
  font-size: 20px;
  font-size: 1.25rem;
}

.l-sidebar__entryList li + li {
  margin-top: 1em;
}
.l-sidebar__entryList .date {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (any-hover: hover) {
  .l-sidebar__entryList a {
    transition: 0.5s color;
  }
  .l-sidebar__entryList a:hover {
    color: #EA5D72;
  }
}

.l-sidebar__category > li {
  display: flex;
  gap: 0.2em;
}
.l-sidebar__category > li::before {
  content: "・";
}
.l-sidebar__category li + li {
  margin-top: 0.5em;
}
.l-sidebar__category li .children {
  margin-top: 0.5em;
}
.l-sidebar__category li .children li {
  display: flex;
  gap: 0.2em;
  margin-left: 1em;
}
.l-sidebar__category li .children li::before {
  content: "-";
}
@media (any-hover: hover) {
  .l-sidebar__category a {
    transition: 0.5s color;
  }
  .l-sidebar__category a:hover {
    color: #EA5D72;
  }
}

.l-sidebar__archive {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}
.l-sidebar__archive::after {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  background: #3A3A3A;
  height: 0.5em;
  width: 0.8em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.l-sidebar__archive select {
  width: 100%;
  border: 1px solid;
  padding: 0.5em 2em 0.5em 1em;
  border-radius: 0.2em;
  border-color: #3A3A3A;
  color: #3A3A3A;
  cursor: pointer;
}

/* =========================================================
 project
========================================================= */
/* 下層kv
-------------------------------------- */
.p-kv {
  position: relative;
}
@media (min-width: 768px) {
  .p-kv {
    width: 94.7916666667%;
    margin-inline: auto;
  }
}

.p-kv__inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 4%;
  left: 4%;
  transform: translateY(-50%);
}

.p-kv__mainTitle {
  color: #FFF;
  font-weight: 900;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .p-kv__mainTitle {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (min-width: 1025px) {
  .p-kv__mainTitle {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

/*
.p-kv__subTitle {

}
*/
.p-kv__bg {
  position: relative;
  height: 180px;
}
@media (min-width: 768px) {
  .p-kv__bg {
    height: 200px;
  }
}
@media (min-width: 1025px) {
  .p-kv__bg {
    height: 300px;
  }
}
.p-kv__bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}
@media (min-width: 768px) {
  .p-kv__bg::before {
    border-radius: 20px;
  }
}
@media (min-width: 1025px) {
  .p-kv__bg::before {
    border-radius: 30px;
  }
}
.p-kv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .p-kv__bg img {
    border-radius: 20px;
  }
}
@media (min-width: 1025px) {
  .p-kv__bg img {
    border-radius: 30px;
  }
}

/* breadcrumb
-------------------------------------- */
.p-breadcrumb {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1025px) {
  .p-breadcrumb {
    margin-top: 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-breadcrumb a {
  color: #3A3A3A;
}
@media (any-hover: hover) {
  .p-breadcrumb a {
    transition: 0.5s opacity;
  }
  .p-breadcrumb a:hover {
    opacity: 0.7;
  }
}
.p-breadcrumb .current-item {
  color: #EA5D72;
  font-weight: 700;
}

.p-breadcrumb__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em 0.5em;
}

/* postHead
-------------------------------------- */
.p-postHead {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1em 2em;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #CCC;
}
@media (min-width: 1025px) {
  .p-postHead {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

.p-postHead__title {
  width: 100%;
  font-weight: 900;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 521px) {
  .p-postHead__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.p-postHead__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em 0.3em;
  margin-right: 1.8em;
  gap: 8px;
}
.p-postHead__category a {
  min-width: 7.8em;
  padding: 0.2em 0.8em;
  border-radius: 6px;
  line-height: 1.6;
  text-align: center;
}
@media (any-hover: hover) {
  .p-postHead__category a {
    transition: 0.5s opacity;
  }
  .p-postHead__category a:hover {
    opacity: 0.7;
  }
}
.p-postHead__category a {
  color: #FFF;
  background: #EA5D72;
}

.p-postHead__date {
  font-weight: 500;
}

/* postBody
-------------------------------------- */
.p-postBody {
  word-break: break-all;
}
.p-postBody h2:not(.c-headingLv2):not(.c-headingLv3):not(.c-headingLv4):not(.c-headingLv5):not(.c-headingLv6) {
  font-weight: 900;
  color: #EA5D72;
  font-size: 26px;
  font-size: 1.625rem;
}
@media (min-width: 1025px) {
  .p-postBody h2:not(.c-headingLv2):not(.c-headingLv3):not(.c-headingLv4):not(.c-headingLv5):not(.c-headingLv6) {
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-postBody h2:not(.c-headingLv2):not(.c-headingLv3):not(.c-headingLv4):not(.c-headingLv5):not(.c-headingLv6) {
  text-align: left !important;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  .p-postBody h2:not(.c-headingLv2):not(.c-headingLv3):not(.c-headingLv4):not(.c-headingLv5):not(.c-headingLv6) {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-postBody h3:not(.c-headingLv2):not(.c-headingLv3):not(.c-headingLv4):not(.c-headingLv5):not(.c-headingLv6) {
  position: relative;
  padding-bottom: 0.75em;
  font-weight: 900;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 1025px) {
  .p-postBody h3:not(.c-headingLv2):not(.c-headingLv3):not(.c-headingLv4):not(.c-headingLv5):not(.c-headingLv6) {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-postBody h3:not(.c-headingLv2):not(.c-headingLv3):not(.c-headingLv4):not(.c-headingLv5):not(.c-headingLv6)::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 3px;
  background: rgba(204, 204, 204, 0.5);
  content: "";
}
.p-postBody h3:not(.c-headingLv2):not(.c-headingLv3):not(.c-headingLv4):not(.c-headingLv5):not(.c-headingLv6)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 4px;
  background: #EA5D72;
  border-radius: 3px 0 0 3px;
  content: "";
}
@media (min-width: 1025px) {
  .p-postBody h3:not(.c-headingLv2):not(.c-headingLv3):not(.c-headingLv4):not(.c-headingLv5):not(.c-headingLv6)::after {
    width: 140px;
  }
}
.p-postBody h3:not(.c-headingLv2):not(.c-headingLv3):not(.c-headingLv4):not(.c-headingLv5):not(.c-headingLv6) {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1025px) {
  .p-postBody h3:not(.c-headingLv2):not(.c-headingLv3):not(.c-headingLv4):not(.c-headingLv5):not(.c-headingLv6) {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-postBody h4:not(.c-headingLv2):not(.c-headingLv3):not(.c-headingLv4):not(.c-headingLv5):not(.c-headingLv6) {
  position: relative;
  font-weight: 900;
  padding-left: 1.2em;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 1025px) {
  .p-postBody h4:not(.c-headingLv2):not(.c-headingLv3):not(.c-headingLv4):not(.c-headingLv5):not(.c-headingLv6) {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-postBody h4:not(.c-headingLv2):not(.c-headingLv3):not(.c-headingLv4):not(.c-headingLv5):not(.c-headingLv6)::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.9em;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #EA5D72;
  content: "";
}
.p-postBody h4:not(.c-headingLv2):not(.c-headingLv3):not(.c-headingLv4):not(.c-headingLv5):not(.c-headingLv6) {
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1025px) {
  .p-postBody h4:not(.c-headingLv2):not(.c-headingLv3):not(.c-headingLv4):not(.c-headingLv5):not(.c-headingLv6) {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-postBody h5:not(.c-headingLv2):not(.c-headingLv3):not(.c-headingLv4):not(.c-headingLv5):not(.c-headingLv6) {
  position: relative;
  padding: 0 1em 1em;
  border-bottom: 1px solid #EA5D72;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media (min-width: 768px) {
  .p-postBody h5:not(.c-headingLv2):not(.c-headingLv3):not(.c-headingLv4):not(.c-headingLv5):not(.c-headingLv6) {
    padding: 0 1.5em 1em;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-postBody h5:not(.c-headingLv2):not(.c-headingLv3):not(.c-headingLv4):not(.c-headingLv5):not(.c-headingLv6)::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: #EA5D72;
  content: "";
}
.p-postBody h5:not(.c-headingLv2):not(.c-headingLv3):not(.c-headingLv4):not(.c-headingLv5):not(.c-headingLv6) {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1025px) {
  .p-postBody h5:not(.c-headingLv2):not(.c-headingLv3):not(.c-headingLv4):not(.c-headingLv5):not(.c-headingLv6) {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.p-postBody {
  /* =========================================================
   Editor
  ========================================================= */
}
.p-postBody a:not(.wp-block-button__link) {
  text-decoration: underline;
  color: #036EA9;
}
@media (any-hover: hover) {
  .p-postBody a:not(.wp-block-button__link):hover {
    text-decoration: none;
  }
}
.p-postBody > * + * {
  margin-top: 2em;
}
.p-postBody p strong {
  color: #EA5D72;
}
.p-postBody * + h2,
.p-postBody * + h3,
.p-postBody * + h4,
.p-postBody * + h5,
.p-postBody * + h6 {
  margin-top: 2em;
}
.p-postBody ul li {
  display: flex;
  position: relative;
}
.p-postBody li + li {
  margin-top: 0.3em;
}
.p-postBody ul:not(.blocks-gallery-grid) li {
  display: list-item;
  padding-left: 1em;
}
.p-postBody ul:not(.blocks-gallery-grid) li:before {
  position: absolute;
  left: 0;
  content: "・";
}
.p-postBody ul.nomarker li {
  padding-left: 0;
}
.p-postBody ul.nomarker li::before {
  display: none;
}
.p-postBody ol {
  padding-left: 1.5em;
}
.p-postBody iframe {
  max-width: 100%;
}
.p-postBody pre {
  white-space: pre-wrap;
}
.p-postBody .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.p-postBody .alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.p-postBody .aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.p-postBody figure figcaption {
  margin-top: 0.5em;
  text-align: center;
  font-size: 85%;
}
.p-postBody .wp-block-button__link {
  background: #EA5D72;
}
.p-postBody .wp-block-columns > * > * + * {
  margin-top: 2em;
}
/* notfound
-------------------------------------- */
.p-notfound__inner {
  position: relative;
  z-index: 2;
}

/* newsList
-------------------------------------- */
.p-newsList {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .p-newsList {
    border-top: 1px solid #CCC;
  }
}
.p-newsList li {
  border-bottom: 1px solid #CCC;
}
@media (min-width: 1025px) {
  .p-newsList li {
    margin-bottom: -1px;
  }
}

.p-newsList__link {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5em 1.2em;
  padding-block: 15px;
}
@media (any-hover: hover) {
  .p-newsList__link {
    transition: 0.5s opacity;
  }
  .p-newsList__link:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1025px) {
  .p-newsList__link {
    gap: 0;
    padding-block: 23px;
  }
}

.p-newsList__date {
  flex-shrink: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1025px) {
  .p-newsList__date {
    margin-right: 31px;
  }
}

.p-newsList__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-newsList__category span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.91em;
  padding: 0.2em 1em;
  background: #EA5D72;
  color: #FFF;
  border-radius: 6px;
}

.p-newsList__title {
  overflow: hidden;
  min-width: 0;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-newsList__title {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-newsList__title {
    flex: 1;
    -webkit-line-clamp: 1;
  }
}
@media (min-width: 1025px) {
  .p-newsList__title {
    margin-left: 13px;
  }
}
@media (min-width: 1025px) {
  .p-newsList__title > span {
    display: block;
    max-width: 700px;
  }
}

/* entryList
-------------------------------------- */
.p-entryList {
  display: grid;
  gap: 35px 30px;
}
@media (min-width: 521px) {
  .p-entryList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .p-entryList {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
  }
}
@media (min-width: 1366px) {
  .p-entryList {
    gap: 40px;
  }
}
.p-entryList__link {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
@media (any-hover: hover) {
  .p-entryList__link {
    transition: 0.5s opacity;
  }
  .p-entryList__link:hover {
    opacity: 0.7;
  }
}
.p-entryList__thumb {
  aspect-ratio: 1440/960;
  overflow: hidden;
}
.p-entryList__thumb img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-entryList__data {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 13px;
}
@media (min-width: 521px) {
  .p-entryList__data {
    flex: 1;
  }
}
.p-entryList__data .date {
  margin-top: 0.15em;
  line-height: 1.4;
}
.p-entryList__data .category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-entryList__data .category span {
  min-width: 7.8em;
  padding: 0.2em 0.8em;
  border-radius: 6px;
  line-height: 1.6;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (any-hover: hover) {
  .p-entryList__data .category span {
    transition: 0.5s opacity;
  }
  .p-entryList__data .category span:hover {
    opacity: 0.7;
  }
}
.p-entryList__data .category span {
  color: #FFF;
  background: #EA5D72;
}
@media (min-width: 768px) {
  .p-entryList__data .category span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-entryList__data .title {
  width: 100%;
  font-weight: 900;
  line-height: 1.4;
  color: #EA5D72;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1025px) {
  .p-entryList__data .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* pager
-------------------------------------- */
.p-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .p-pager {
    gap: 10px;
    flex-direction: column;
  }
}
.p-pager:has(a) {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-pager:has(a) {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .p-pager > * {
    width: 48%;
  }
}
.p-pager a {
  padding-bottom: 0.5em;
  color: #3A3A3A;
  font-weight: 700;
  display: inline-flex !important;
  align-items: center;
  gap: 0.8em;
}
.p-pager a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p-pager a:after {
  flex-shrink: 0;
  width: 1.5em;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #EA5D72 url(../img/common/arrow_right_white.svg) no-repeat center/0.3em 0.6em;
  transition: 0.5s right;
  content: "";
}
@media (any-hover: hover) {
  .p-pager a {
    transition: 0.5s color;
  }
  .p-pager a:hover {
    color: #EA5D72;
  }
}

.p-pager__next {
  text-align: right;
}
@media (max-width: 767px) {
  .p-pager__next {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .p-pager__prev {
    margin-right: auto;
  }
}
.p-pager__prev a {
  flex-direction: row-reverse;
}
.p-pager__prev a::after {
  transform: scale(-1, 1);
}

/* pagination {
-------------------------------------- */
.p-pagination:has(.nav-links) {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-pagination:has(.nav-links) {
    margin-top: 60px;
  }
}
.p-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8em;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-pagination .nav-links > *:not(.extend):not(.pages) {
  min-width: 2.2em;
  padding: 0.2em 0.5em;
  border: 1px solid #EA5D72;
  border-radius: 6px;
  text-align: center;
  color: #EA5D72;
}
@media (any-hover: hover) {
  .p-pagination .nav-links a {
    transition: 0.3s border-color;
  }
  .p-pagination .nav-links a:hover {
    border-color: #EA5D72 !important;
  }
}
.p-pagination .nav-links > .current {
  border-color: #EA5D72 !important;
  color: #FFF !important;
  background: #EA5D72;
}

/* =========================================================
 home
========================================================= */
/* kv
-------------------------------------- */
.p-homeKv {
  position: relative;
  z-index: 11;
}
@media (min-width: 768px) {
  .p-homeKv {
    width: 94.7916666667%;
    margin-inline: auto;
  }
}

.p-homeKv__head {
  position: relative;
}

.p-homeKv__img {
  aspect-ratio: 1820/508;
  min-height: 150px;
}
@media (min-width: 768px) {
  .p-homeKv__img {
    border-radius: 30px;
    overflow: hidden;
  }
}
.p-homeKv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-homeKv__inner {
  padding-block: 40px;
}
@media (min-width: 1025px) {
  .p-homeKv__inner {
    padding-block: 45px 50px;
  }
}

.p-homeKv__title {
  margin-bottom: 1.5em;
  font-weight: 900;
  color: #EA5D72;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .p-homeKv__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (min-width: 1025px) {
  .p-homeKv__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.p-homeKv__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 0;
}
.p-homeKv__nav li {
  width: 33.3222259247%;
}
@media (min-width: 768px) {
  .p-homeKv__nav li {
    width: 20%;
  }
}
@media (min-width: 1366px) {
  .p-homeKv__nav li {
    width: 11.1098766804%;
  }
}
.p-homeKv__nav .link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  gap: 0.6em;
}
@media (any-hover: hover) {
  .p-homeKv__nav .link {
    transition: 0.5s opacity;
  }
  .p-homeKv__nav .link:hover {
    opacity: 0.7;
  }
}
.p-homeKv__nav .img {
  width: 70px;
}
@media (min-width: 1366px) {
  .p-homeKv__nav .img {
    width: 80px;
  }
}
.p-homeKv__nav .text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
  color: #EA5D72;
  font-weight: bold;
  letter-spacing: normal;
}
@media (min-width: 1366px) {
  .p-homeKv__nav .text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 1441px) {
  .p-homeKv__nav .text {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* slider
-------------------------------------- */
.p-homeSlider__wrapper {
  position: relative;
}

@media (min-width: 768px) {
  .p-homeSlider__slide {
    width: 442px !important;
  }
}

.p-homeSlider__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  height: auto !important;
  aspect-ratio: 1/1;
  margin-top: 0 !important;
  background: #FFF;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 0.3em 0.3em 0.7em;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .p-homeSlider__btn {
    width: 74px !important;
  }
}
.p-homeSlider__btn::after {
  display: none;
}
.p-homeSlider__btn::before {
  width: 7px;
  aspect-ratio: 7/10;
  background: #EA5D72;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
  content: "";
}
@media (min-width: 1025px) {
  .p-homeSlider__btn::before {
    width: 12px;
  }
}
@media (max-width: 767px) {
  .p-homeSlider__btn--next {
    right: -10px;
  }
}
@media (min-width: 1500px) {
  .p-homeSlider__btn--next {
    right: calc((100% - 1366px) / 2 - 40px);
  }
}
.p-homeSlider__btn--next::before {
  margin-left: 5%;
}
@media (max-width: 767px) {
  .p-homeSlider__btn--prev {
    left: -10px;
  }
}
@media (min-width: 1500px) {
  .p-homeSlider__btn--prev {
    left: calc((100% - 1366px) / 2 - 40px);
  }
}
.p-homeSlider__btn--prev::before {
  margin-right: 5%;
  transform: scale(-1, 1);
}
@media (any-hover: hover) {
  .p-homeSlider__btn {
    transition: 0.5s background-color;
  }
  .p-homeSlider__btn::before {
    transition: 0.5s background-color;
  }
  .p-homeSlider__btn:hover {
    background: #EA5D72;
  }
  .p-homeSlider__btn:hover::before {
    background: #FFFF61;
  }
}

.p-homeSlider__pagination {
  position: relative;
  bottom: auto !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  margin-top: 23px;
}
@media (min-width: 768px) {
  .p-homeSlider__pagination {
    margin-top: 32px;
  }
}
.p-homeSlider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 !important;
  opacity: 1 !important;
  background: #c8c8c8;
}
.p-homeSlider__pagination .swiper-pagination-bullet-active {
  background: #EA5D72;
}

/* info
-------------------------------------- */
.p-homeInfo .p-homeSlider__btn {
  margin-top: -30px !important;
}

.p-homeInfo__inner {
  padding-block: 28px 38px;
}
@media (max-width: 767px) {
  .p-homeInfo__inner {
    width: 89.4%;
    margin-inline: auto;
  }
}
@media (min-width: 1025px) {
  .p-homeInfo__inner {
    padding-block: 68px;
  }
}

.p-homeInfo__title {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .p-homeInfo__title {
    margin-bottom: 22px;
  }
}

.p-homeInfo__item .link {
  display: block;
}
@media (any-hover: hover) {
  .p-homeInfo__item .link {
    transition: 0.5s opacity;
  }
  .p-homeInfo__item .link:hover {
    opacity: 0.7;
  }
}
.p-homeInfo__item .img {
  aspect-ratio: 442/300;
}
.p-homeInfo__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.p-homeInfo__item .name {
  margin-top: 0.5em;
  text-align: center;
  font-weight: 900;
  color: #EA5D72;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  .p-homeInfo__item .name {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-homeInfo__btn {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .p-homeInfo__btn {
    margin-top: 40px;
  }
}

/* trial
-------------------------------------- */
.p-homeTrial {
  background: #EA5D72;
}

.p-homeTrial__inner {
  display: grid;
  position: relative;
  padding-block: 24px;
  /*
  &::before {
      position: absolute;
      top: 50%;
      aspect-ratio: 783/234;
      background: url(../img/home/trial_logo.svg) no-repeat center / contain;
      content: '';
      @include max-medium {

          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%;
          max-width: 345px;
      }
      @include min-large {
          left: calc(713 / 1366 * 100%);
          transform: translateY(-50%);
          width: calc(783 / 1366 * 100%);
      }
  }*/
}
@media (max-width: 1024px) {
  .p-homeTrial__inner {
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .p-homeTrial__inner {
    grid-template-columns: 49.4875549048% 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "title text" "btn text";
    gap: 33px 0;
    padding-block: 50px;
  }
}

@media (max-width: 1024px) {
  .p-homeTrial__title {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .p-homeTrial__title {
    grid-area: title;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.p-homeTrial__title .main {
  display: flex;
  flex-wrap: wrap;
  color: #FFFF61;
  line-height: 1.25;
  margin-bottom: 0.2em;
  font-size: 36px;
  font-size: 2.25rem;
}
@media (max-width: 1024px) {
  .p-homeTrial__title .main {
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .p-homeTrial__title .main {
    margin-bottom: 0;
    font-size: min(3.1875vw, 51px);
  }
}
.p-homeTrial__title .sub {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 1024px) {
  .p-homeTrial__title .sub {
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .p-homeTrial__title .sub {
    font-size: min(1.8vw, 28.8px);
  }
}

.p-homeTrial__text {
  color: #FFF;
  font-weight: 900;
}
@media (min-width: 768px) {
  .p-homeTrial__text {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .p-homeTrial__text {
    display: flex;
    align-items: center;
    grid-area: text;
    text-align: left;
    line-height: 2.5;
    margin-top: 0.2em;
  }
}

@media (max-width: 1024px) {
  .p-homeTrial__btn {
    text-align: center;
  }
  .p-homeTrial__btn .c-primaryBtn {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .p-homeTrial__btn {
    grid-area: btn;
  }
}

/* access
-------------------------------------- */
.p-homeAccess__inner {
  padding-block: 50px 60px;
}
@media (min-width: 1025px) {
  .p-homeAccess__inner {
    padding-block: 80px 95px;
  }
}

.p-homeAccess__title {
  margin-bottom: 26px;
}

.p-homeAccess__wrapper {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: #F0F0F0;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .p-homeAccess__wrapper {
    flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .p-homeAccess__wrapper {
    flex-direction: row-reverse;
    padding: 30px;
  }
}

.p-homeAccess__map {
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .p-homeAccess__map {
    width: 51.6079632466%;
    min-height: 436px;
  }
}
.p-homeAccess__map iframe {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .p-homeAccess__map iframe {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 768px) {
  .p-homeAccess__map iframe {
    height: 400px;
  }
}
@media (min-width: 1025px) {
  .p-homeAccess__map iframe {
    height: 100%;
  }
}

.p-homeAccess__main {
  padding: 20px 20px 10px;
  border-radius: 10px;
  background: #FFF;
}
@media (min-width: 1025px) {
  .p-homeAccess__main {
    flex: 1;
    padding: 25px 30px 10px;
  }
}

.p-homeAccess__mainTitle {
  margin-bottom: 1em;
  color: #EA5D72;
  font-weight: 900;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  .p-homeAccess__mainTitle {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-homeAccess__info > div:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .p-homeAccess__info dt {
    width: 5.32em;
  }
}

/* =========================================================
 about
========================================================= */
/* features
-------------------------------------- */
.p-aboutFeatures__inner {
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  .p-aboutFeatures__inner {
    padding-bottom: 69px;
  }
}
@media (min-width: 1025px) {
  .p-aboutFeatures__inner {
    padding-top: 20px;
  }
}
.c-section--bg .p-aboutFeatures__inner {
  padding-top: 36px;
}
@media (min-width: 768px) {
  .c-section--bg .p-aboutFeatures__inner {
    padding-top: 60px;
  }
}

.p-aboutFeatures__title {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .p-aboutFeatures__title {
    margin-bottom: 32px;
  }
}

.p-aboutFeatures__lead {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-aboutFeatures__lead {
    margin-bottom: 40px;
  }
}

.p-aboutFeatures__wrapper {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .p-aboutFeatures__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .p-aboutFeatures__wrapper {
    gap: 22px 20px;
  }
}

.p-aboutFeatures__item {
  position: relative;
  padding: 22px 24px 24px;
  background: #FFF;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0.3em 0.3em 0.7em;
}
.c-section--bg .p-aboutFeatures__item {
  box-shadow: none;
}
@media (min-width: 1025px) {
  .p-aboutFeatures__item {
    display: grid;
    grid-template-rows: max-content;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
    padding: 29px 28px 25px;
  }
}
.p-aboutFeatures__item .number {
  display: grid;
  place-items: center;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 79px;
  z-index: 2;
  aspect-ratio: 1/1;
  background: url(../img/about/features_num_bg.svg) no-repeat center/contain;
  color: #EA5D72;
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5rem;
}
.p-aboutFeatures__item .img {
  aspect-ratio: 614/300;
  margin-bottom: 16px;
}
.p-aboutFeatures__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.p-aboutFeatures__item .title {
  margin-bottom: 0.5em;
  font-weight: 900;
  color: #EA5D72;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1025px) {
  .p-aboutFeatures__item .title {
    margin-bottom: 0.5em;
  }
}

.p-aboutFeatures__btn {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-aboutFeatures__btn {
    margin-top: 28px;
  }
}

/* section
-------------------------------------- */
.p-aboutSection:nth-child(2n) {
  background: #F0F0F0;
}

.p-aboutSection__inner {
  padding-block: 40px;
}
@media (min-width: 1025px) {
  .p-aboutSection__inner {
    padding-block: 60px;
  }
}

.p-aboutSection__title {
  margin-bottom: 1.3em;
  text-align: center;
}

.p-aboutSection__contents > * + * {
  margin-top: 2em;
}
.p-aboutSection__contents .gallery {
  display: grid;
  margin-inline: auto;
  gap: 25px 16px;
}
@media (min-width: 521px) {
  .p-aboutSection__contents .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .p-aboutSection__contents .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1366px) {
  .p-aboutSection__contents .gallery {
    gap: 25px 20px;
  }
}
.p-aboutSection__contents .gallery:has(> :nth-child(1):last-child) {
  max-width: 1000px;
  grid-template-columns: 1fr;
}
.p-aboutSection__contents .gallery:has(> :nth-child(1):last-child) .img {
  aspect-ratio: 16/9;
}
@media (min-width: 1025px) {
  .p-aboutSection__contents .gallery:has(> :nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-aboutSection__contents .img {
  aspect-ratio: 4/3;
}
.p-aboutSection__contents .img img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-aboutSection__contents .caption {
  margin-top: 0.6em;
  line-height: 1.4;
  text-align: center;
  font-size: 80%;
}
.p-aboutSection__contents .text {
  text-align: center;
}
.p-aboutSection__contents .btn {
  text-align: center;
}
.p-aboutSection__contents .btn .c-primaryBtn {
  width: auto;
  max-width: 100%;
  min-width: 335px;
}
@media (min-width: 1025px) {
  .p-aboutSection__contents .btn .c-primaryBtn {
    min-width: 340px;
  }
}

/* =========================================================
 price
========================================================= */
/* section
-------------------------------------- */
.p-priceSection__inner {
  max-width: 1080px;
}

.p-priceSection__title {
  margin-bottom: 1.3em;
  text-align: center;
}

.p-priceSection__table {
  text-align: center;
}
@media (max-width: 767px) {
  .p-priceSection__table {
    width: 600px;
  }
}
.p-priceSection__table th:first-child, .p-priceSection__table td:first-child {
  width: 36%;
}

/* other
-------------------------------------- */
.p-priceOther__inner {
  max-width: 1080px;
}

/*
.p-priceOther__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9em;
    &::before,
    &::after {
        width: 0.12em;
        height: 0.8em;
        margin-top: 0.3em;
        border-radius: 5px;
        background: $color-text-01;
        content: '';
    }

    &::before {
        transform: rotate(-20deg);
    }

    &::after {
        transform: rotate(20deg);
    }
}*/
.p-priceOther__box {
  padding: 25px;
  background: #FFF;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .p-priceOther__box {
    padding: 35px 40px;
  }
}
@media (min-width: 1025px) {
  .p-priceOther__box {
    padding: 40px 60px;
  }
}
.p-priceOther__box + .p-priceOther__box {
  margin-top: 30px;
}

/* =========================================================
 price
========================================================= */
/* nav
-------------------------------------- */
.p-lessonNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

/* section
-------------------------------------- */
.p-lessonWrapper {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 1025px) {
  .p-lessonWrapper {
    gap: 60px;
  }
}

.p-lessonSection__inner {
  max-width: 1080px;
  background: #FFF;
  border-radius: 10px;
  padding: 20px 20px 25px;
}
@media (min-width: 768px) {
  .p-lessonSection__inner {
    padding: 30px 45px 40px;
  }
}
@media (min-width: 1025px) {
  .p-lessonSection__inner {
    padding: 40px 60px 50px;
  }
}

.p-lessonSection__subtitle {
  margin-bottom: 1em;
  color: #EA5D72;
  text-align: center;
  font-weight: 900;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 1025px) {
  .p-lessonSection__subtitle {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.p-lessonSection__table {
  border-top: none;
}
.p-lessonSection__table dt {
  text-align: center;
  justify-content: center;
}
.p-lessonSection__table > div:first-child dt {
  background: none;
}
.p-lessonSection__table > div:first-child dd {
  text-align: center;
  font-weight: 700;
}

/* =========================================================
 schedule
========================================================= */
/* section
-------------------------------------- */
.p-scheduleSection__inner {
  max-width: 1080px;
}

.p-scheduleSection__img {
  text-align: center;
}
.p-scheduleSection__img + .p-scheduleSection__img {
  margin-top: 30px;
}

/* =========================================================
 staff
========================================================= */
/* lead
-------------------------------------- */
.p-staffLead {
  text-align: center;
  color: #EA5D72;
  font-weight: 900;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  .p-staffLead {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* wrapper
-------------------------------------- */
.p-staffWrapper {
  display: grid;
  gap: 40px;
  background: #F0F0F0;
}
@media (min-width: 768px) {
  .p-staffWrapper {
    gap: 60px;
  }
}
@media (min-width: 1025px) {
  .p-staffWrapper {
    gap: 80px;
  }
}

/* section
-------------------------------------- */
.p-staffSection__inner {
  display: flex;
}
@media (max-width: 767px) {
  .p-staffSection__inner {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .p-staffSection__inner {
    gap: 20px;
    align-items: flex-start;
  }
}
@media (min-width: 1025px) {
  .p-staffSection__inner {
    gap: 35px;
  }
}

.p-staffSection__img {
  aspect-ratio: 4/3;
}
@media (min-width: 768px) {
  .p-staffSection__img {
    flex: 1;
  }
}
.p-staffSection__img img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .p-staffSection__img img {
    border-radius: 6px;
  }
}

.p-staffSection__main {
  position: relative;
  background: #FFF;
  border-radius: 0 0 25px 25px;
  padding: 20px;
}
@media (min-width: 768px) {
  .p-staffSection__main {
    width: 60%;
    padding: 30px 35px 35px;
    border-radius: 10px;
  }
  .p-staffSection__main::before {
    position: absolute;
    top: 60px;
    right: calc(100% - 2px);
    width: 20px;
    height: 24px;
    background: #FFF;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: "";
  }
}
@media (min-width: 1025px) {
  .p-staffSection__main {
    padding: 35px 45px 45px;
  }
}

@media (min-width: 768px) {
  .p-staffSection__title {
    text-align: left;
  }
}

.p-staffSection__subtitle {
  margin-bottom: 0.5em;
  color: #EA5D72;
  font-weight: 900;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .p-staffSection__subtitle {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .p-staffSection__subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-staffSection__info .title {
  display: flex;
  align-items: center;
  width: 45%;
  padding: 0.8em 0.6em;
  background: rgba(234, 93, 114, 0.1);
  color: #EA5D72;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-staffSection__info .title {
    width: 30%;
    min-width: 180px;
    padding: 1em;
  }
}
.p-staffSection__info .text {
  flex: 1;
  padding: 0.8em 0.6em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-staffSection__info .text {
    padding: 1em;
  }
}

/* =========================================================
 flow
========================================================= */
/* section
-------------------------------------- */
.p-flowSection__inner {
  max-width: 1080px;
}

.p-flowSection__step {
  display: flex;
  gap: 16px;
  position: relative;
  background: #FFF;
  border-radius: 10px;
  padding: 20px;
}
@media (max-width: 767px) {
  .p-flowSection__step {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .p-flowSection__step {
    align-items: center;
    gap: 25px;
    padding: 25px;
  }
}
@media (min-width: 1025px) {
  .p-flowSection__step {
    gap: 30px;
    padding: 30px;
  }
}
.p-flowSection__step::after {
  position: absolute;
  left: 50%;
  bottom: -38px;
  transform: translateX(-50%);
  width: 50px;
  height: 24px;
  background: #EA5D72;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 768px) {
  .p-flowSection__step::after {
    bottom: -42px;
  }
}
.p-flowSection__step:last-of-type::after {
  display: none;
}
.p-flowSection__step + .p-flowSection__step {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .p-flowSection__step + .p-flowSection__step {
    margin-top: 60px;
  }
}

.p-flowSection__stepNumber {
  position: absolute;
  z-index: 2;
  top: -15px;
  left: -15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  aspect-ratio: 1/1;
  padding-top: 0.1em;
  border-radius: 100%;
  background: url(../img/trial-flow/number_bg.svg) no-repeat center/contain;
  line-height: 1.2;
  font-weight: 900;
  color: #EA5D72;
  font-size: 30px;
  font-size: 1.875rem;
}

.p-flowSection__stepImg {
  aspect-ratio: 400/266;
}
@media (min-width: 768px) {
  .p-flowSection__stepImg {
    width: 40%;
  }
}
.p-flowSection__stepImg img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .p-flowSection__stepMain {
    flex: 1;
  }
}
.p-flowSection__stepMain .title {
  margin-bottom: 0.5em;
  color: #EA5D72;
  font-weight: 900;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 1025px) {
  .p-flowSection__stepMain .title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .p-flowSection__stepMain .text {
    margin-bottom: 1em;
  }
}

/* =========================================================
 form
========================================================= */
/* section
-------------------------------------- */
.p-formSection .wpcf7-response-output {
  padding: 1em !important;
}
.p-formSection form.invalid .wpcf7-response-output,
.p-formSection form.unaccepted .wpcf7-response-output {
  text-align: center;
  border-color: #d62902 !important;
  color: #d62902;
}

.p-formSection__inner {
  max-width: 1080px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .p-formSection__inner {
    padding-bottom: 80px;
  }
}

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

.p-formSection__attList {
  padding: 30px;
  border: 1px solid #CCC;
  border-radius: 10px;
}
.p-formSection__attList .title {
  margin-bottom: 1em;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  .p-formSection__attList .title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-formSection__attList .c-list {
  padding: 0 6px;
}

.p-formSection__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 521px) {
  .p-formSection__btn {
    margin-top: 60px;
  }
}

/* formTable
-------------------------------------- */
.p-formPrivacy .acceptance .essential, .p-formTable dt span {
  padding: 0.15em 0.8em;
  background: #d62902;
  border-radius: 3px;
  color: #FFF;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
}

.p-formTable {
  border-top: 1px solid #CCC;
  font-size: 16px;
  font-size: 1rem;
}
.p-formTable > div {
  border-bottom: 1px solid #CCC;
}
@media (max-width: 767px) {
  .p-formTable > div {
    flex-direction: column;
  }
}
.p-formTable dt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8em;
  padding: 0.8em;
  color: #3A3A3A;
  background: #F0F0F0;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-formTable dt {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-formTable dt {
    width: 290px;
    padding: 1.2em 0.8em;
  }
}
.p-formTable dt span {
  margin-top: 0.2em;
}
.p-formTable dd {
  padding-block: 0.8em;
}
@media (min-width: 768px) {
  .p-formTable dd {
    flex: 1;
    padding: 1.2em;
  }
}
@media (min-width: 768px) {
  .p-formTable--input dt {
    padding-block: 1.8em;
  }
}
.p-formTable--input dd:has(.p-formTable__radio) {
  padding-block: 1.8em;
}

.p-formTable__att {
  font-size: 14px;
  font-size: 0.875rem;
}
* + .p-formTable__att {
  margin-top: 10px;
}

.p-formTable__radio .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.p-formTable__radio .wpcf7-form-control.wpcf7-radio > * {
  margin-left: 0;
}

.p-formTable__date {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 1em;
}
.p-formTable__date input[type=date] {
  width: 100%;
  text-align: left;
}
.p-formTable__date:has(input[type=date]) {
  gap: 10px;
}
.p-formTable__date:has(input[type=date]) > * {
  width: 100%;
  max-width: 350px;
}
@media (min-width: 521px) {
  .p-formTable__date:has(input[type=date]) > * {
    width: calc((100% - 10px) / 2);
  }
}

.p-formTable__select select, .p-formTable__textarea, .p-formTable__input {
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  padding: 0 0.8em;
  color: #3A3A3A;
  border: 1px solid #CCC;
  font-size: 16px;
  font-size: 1rem;
}

.p-formTable__textarea {
  height: 10em;
  padding: 0.8em;
}

.p-formTable__select {
  position: relative;
  max-width: 400px;
}
.p-formTable__select::after {
  position: absolute;
  right: 1em;
  top: 1.5em;
  background: #3A3A3A;
  height: 0.5em;
  width: 0.8em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
@media (min-width: 1025px) {
  .p-formTable__select::after {
    top: 1.3em;
  }
}
.p-formTable__select select {
  padding-right: 3em;
  color: #3A3A3A;
  cursor: pointer;
}
.p-formTable__select:has(.is-myConfirmVal)::after {
  display: none;
}

.p-formTable__checkbox {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.p-formTable__files {
  display: grid;
  gap: 0.8em;
}
.p-formTable__files pre {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.p-formTable__notice {
  margin-top: 0.6em;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}

/* formPrivacy
-------------------------------------- */
.p-formPrivacy {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: center;
  margin: 40px auto 0;
  padding: 20px;
  border: 1px solid #CCC;
  border-radius: 10px;
  text-align: center;
}
@media (min-width: 521px) {
  .p-formPrivacy {
    margin-top: 60px;
    padding: 30px 35px;
  }
}
.p-formPrivacy .title {
  margin-bottom: 1em;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  .p-formPrivacy .title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-formPrivacy a {
  color: #036EA9;
  border-bottom: 1px solid;
}
@media (any-hover: hover) {
  .p-formPrivacy a:hover {
    border-bottom-color: transparent;
  }
}
.p-formPrivacy a span {
  color: #FFFF61;
}
.p-formPrivacy .acceptance {
  margin-top: 1em;
  font-weight: 700;
}
.p-formPrivacy .acceptance .wpcf7-list-item {
  display: inline;
}
.p-formPrivacy input {
  margin-right: 0.5em;
}

/* =========================================================
 privacy
========================================================= */
@media (min-width: 768px) {
  .p-privacy .p-postBody a[href*="tel:"] {
    color: #3A3A3A;
    text-decoration: none;
  }
}
.p-privacy .p-postBody .c-list li + li {
  margin-top: 0;
}

.p-privacy__inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.p-privacy__box {
  padding: 30px 25px;
  border: 1px solid rgba(204, 204, 204, 0.6);
  text-align: center;
}
@media (min-width: 1025px) {
  .p-privacy__box {
    padding: 40px;
  }
}
.p-privacy__box dt {
  margin-bottom: 0.8em;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #EA5D72;
  font-size: 20px;
  font-size: 1.25rem;
}/*# sourceMappingURL=styles.css.map */