@charset "UTF-8";

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
		 # General elements
		 # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
  position: relative;
  z-index: 0;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
		 # 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;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* 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;
}

/* # =================================================================
		 # Specify media element style
		 # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
		 # Accessibility
		 # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled="true"] {
  cursor: default;
}

:root {
  --content-width: 1100px;
  --margin--a: 15px;
}

body {
  font-family: "Noto Sans JP", "Zen Maru Gothic", sans-serif;
  color: #4f4034;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
}

body.noscroll {
  overflow: hidden;
}

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

a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

ul {
  list-style: none;
}

.pc-br {
  display: block;
}

@media screen and (max-width: 600px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}

@media screen and (max-width: 600px) {
  .sp-br {
    display: block;
  }
}

.c-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.c-bold {
  font-weight: bold;
}

.c-primary__page-title {
  font-size: clamp(1.125rem, 0.8409rem + 1.2121vw, 1.875rem);
  font-family: "Zen Maru Gothic", sans-serif;
}

.c-primary__title {
  font-size: clamp(1.3125rem, 1rem + 1.3333vw, 2rem);
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
}

.c-primary__title a {
  color: #fff;
}

.c-page__title-wrapper {
  text-align: center;
}

.c-accent--main {
  color: #eda229;
}

.c-accent__md {
  font-size: 28px;
}

.c-accent--sm {
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  .c-accent--sm {
    font-size: 10px;
  }
}

.c-accent--bold {
  font-weight: bold;
}

.c-title-decoration {
  width: 80px;
  display: block;
  margin: 10px auto 5px;
}

@media screen and (max-width: 600px) {
  .c-title-decoration {
    width: 40px;
  }
}

.c-arrow {
  width: 10px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.c-nav__list {
  display: flex;
  justify-content: center;
  max-width: 1073px;
  margin: 0 auto;
  list-style: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 15px;
}

.c-nav__list a {
  font-family: "Zen Maru Gothic", sans-serif;
}

.c-nav__item+.c-nav__item {
  margin-left: 25px;
}

@media screen and (max-width: 1200px) {
  .c-nav__item+.c-nav__item {
    margin-left: 15px;
  }
}

.c-nav__list--header {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  list-style: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
}

@media screen and (max-width: 1150px) {
  .c-nav__list--header {
    flex-direction: column;
  }
}

@media screen and (max-width: 1150px) {
  .c-nav__item--header {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .c-nav__item--header::before {
    content: "";
    background-image: url("../img/common/arrow-humbeger.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 8px;
    height: 8px;
    margin-right: 9px;
    display: inline-block;
    line-height: 1;
  }
}

.c-nav__item--header+.c-nav__item--header {
  margin-left: 30px;
}

@media screen and (max-width: 1150px) {
  .c-nav__item--header+.c-nav__item--header {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1150px) {
  .c-nav__item--header+.c-nav__item--header {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.c-cta-wrapper {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-right: 20px;
  z-index: 100;
}

@media screen and (max-width: 1150px) {
  .c-cta-wrapper {
    display: none;
    margin-top: 10px;
  }
}

.c-cta-wrapper.is-open {
  position: absolute;
  opacity: 1;
  top: 480px;
  left: 50px;
  display: grid;
  gap: 20px;
}

.c-sns-icon {
  width: 35px;
  margin-right: 10px;
}

@media screen and (max-width: 600px) {
  .c-sns-icon {
    width: 29px;
    margin-right: 4px;
  }
}

.c-logo {
  display: flex;
  flex: none;
  flex-direction: column;
}

.c-logo.is-open {
  display: none;
}

.c-logo-desc {
  font-size: 12px;
  padding-bottom: 8px;
  padding-bottom: 0;
}

@media screen and (max-width: 1150px) {
  .c-logo-desc {
    font-size: 10px;
    padding-bottom: 2px;
  }
}

.c-logo-img {
  max-width: 255px;
}

@media screen and (max-width: 600px) {
  .c-logo-img {
    width: 193px;
  }
}

.c-logo-img--3 {
  max-width: 297px;
}

@media screen and (max-width: 600px) {
  .c-logo-img--3 {
    width: 193px;
  }
}

.c-logo--footer img {
  max-width: 235px;
}

.p-footer__logo {
  max-width: 230px;
}

.c-instruction__text {
  margin-top: 16px;
  margin-bottom: 27px;
  width: 170px !important;
  height: 170px !important;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  .c-instruction__text {
    width: 83px !important;
    height: 83px !important;
    ;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}

.c-underline {
  background: linear-gradient(transparent 60%, #fceacb 50%);
}

.c-underline--green {
  background: linear-gradient(transparent 60%, #def3cf 50%);
}

.price--lg {
  font-size: clamp(3.375rem, 3.0305rem + 1.5748vw, 4.375rem);
  color: #eda229;
  font-weight: bold;
}

.price--md {
  font-size: clamp(1.84375rem, 1.6177rem + 1.0335vw, 2.5rem);
  color: #eda229;
  font-weight: bold;
}

.price-en--md {
  font-size: clamp(1.46875rem, 1.2857rem + 0.8366vw, 2rem);
}

.price-en--sm {
  font-size: clamp(1.09375rem, 0.9538rem + 0.6398vw, 1.5rem);
}

.radio-button-label {
  display: inline-block;
  padding: 8px;
  border-radius: 50%;
  background-color: white;
  position: relative;
  border: 1px solid #9c9c9c;
  vertical-align: middle;
  margin-right: 5px;
}

.mwform-radio-field:checked+.mwform-radio-field::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #eda42d;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: solid 1px blue;
}

.c-form__btn {
  display: inline-block;
  line-height: 50px;
  width: 200px;
  color: #fff;
  border-radius: 25px;
  background: #eda229 !important;
}

.mwform-radio-field:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #eda42d;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.c-form__btn {
  display: inline-block;
  line-height: 50px;
  width: 200px;
  color: #ffffff;
  /* 変数$cWhiteを具体的な色コードに変更 */
  border-radius: 25px;
  background-color: #ff5733;
  /* 変数$cAccentを具体的な色コードに変更 */
}

.l-header__btn {
  display: none;
}

@media screen and (max-width: 1150px) {
  .l-header__btn {
    display: block;
    position: absolute;
    right: 15px;
    top: 25px;
    z-index: 20;
  }
}

.l-header__bar {
  width: 20px;
  background-color: black;
  height: 1px;
  display: block;
  margin-bottom: 7.5px;
  transition: transform 0.7s;
  position: relative;
  z-index: 10;
}

.l-header__bar:last-child {
  margin-bottom: 0;
}

.l-header__btn.is-open .l-header__bar--top {
  transition-delay: 70ms;
  transform: translateY(10px) rotate(135deg);
}

.l-header__btn.is-open .l-header__bar--middle {
  transition-delay: 70ms;
  transform: scale(0);
}

.l-header__btn.is-open .l-header__bar--bottom {
  transition-delay: 70ms;
  transform: translateY(-7px) rotate(-135deg);
}

.p-header {
  width: 100%;
  z-index: 10;
}

p-header__link {
  font-family: "Zen Maru Gothic", sans-serif;
}

.p-header__bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.p-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px auto 16px;
  max-width: 1366px;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0 30px;
}

@media screen and (max-width: 960px) {
  .p-header__wrapper {
    margin-top: 0px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 960px) {
  .p-header__wrapper img {
    max-width: 144px;
  }
}

.p-header__logo-img {
  width: 90%;
}

.p-header__img {
  width: 100%;
}

.p-header__icon {
  width: 35px;
  margin: 13px;
}

.p-header__contact {
  position: relative;
  width: 200px;
  line-height: 50px;
  background: #78c945;
  display: inline-block;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 600px) {
  .p-header__contact {
    width: 275px;
  }
}

.p-header__nav {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 1150px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav.is-open {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fcfcf4;
  z-index: 1;
  opacity: 1;
  padding: 45px 50px 41px;
}

.p-front-page .p-header__nav {
  margin-top: 15px;
}

@media screen and (max-width: 1150px) {
  .p-front-page .p-header__nav {
    margin-top: 5px;
  }
}

@media screen and (max-width: 600px) {
  .p-front-page .p-header__nav {
    margin-top: 0;
  }
}

.p-mv {
  position: relative;
  z-index: -1;
  margin-top: -150px;
  height: 760px;
}

@media screen and (max-width: 960px) {
  .p-mv {
    margin-top: 100px;
    height: 650px;
  }
}

@media screen and (max-width: 480px) {
  .p-mv {
    height: 450px;
  }
}

.p-mv::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url("../img/common/wave.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 960px) {
  .p-mv::after {
    bottom: 18px;
    background-image: url("../img/common/cloud-bottom--sp.png");
    background-size: contain;
  }
}

.p-mv::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 760px;
  background-image: url("../img/common/mv-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 960px) {
  .p-mv::before {
    top: -140px;
  }
}

@media screen and (max-width: 480px) {
  .p-mv::before {
    height: 450px;
    top: -40px;
  }
}

.p-mv__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
}

.p-mv__container {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  padding-top: 11%;
  justify-content: flex-end;
  gap: 6rem;
}

@media screen and (max-width: 1150px) {
  .p-mv__container {
    gap: 0;
    justify-content: space-between;
    margin-top: -25px;
  }
}

@media screen and (max-width: 480px) {
  .p-mv__container {
    margin-top: -100px;
  }
}

.p-mv__text-wrapper {
  max-width: 250px;
  margin-top: -120px;
}

@media screen and (min-width: 1500px) {
  .p-mv__text-wrapper {
    margin-top: -60px;
  }
}

@media screen and (max-width: 480px) {
  .p-mv__text-wrapper {
    padding-left: 10px;
    max-width: 200px;
  }
}

.p-mv__img-wrapper {
  width: 100%;
  max-width: 900px;
}

@media screen and (max-width: 480px) {
  .p-mv__img-wrapper {
    max-height: 390px;
    max-width: 136px;
    margin-top: -45px;
  }
}

.p-lead {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .p-lead {
    overflow: visible;
  }
}

.p-lead::after {
  position: absolute;
  content: "";
  bottom: 50px;
  left: 0;
  right: 0;
  height: 50px;
  background-image: url("../img/common/wave-bottom.png");
  background-position: center;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .p-lead::after {
    bottom: -30px;
    background-size: contain;
    z-index: 0;
  }
}

@media screen and (max-width: 960px) {
  .p-lead {
    padding-top: 70px;
    margin-top: -70px;
    padding-bottom: 70px;
    z-index: 3;
  }
}

.p-lead__wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 1%;
}

.p-lead__container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 15px;
  margin-top: 7px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .p-lead__container {
    flex-direction: column;
  }
}

.p-lead__img-wrapper {
  flex: 5.2 0;
}

@media screen and (max-width: 960px) {
  .p-lead__img-wrapper {
    margin-top: -70px;
  }
}

.p-lead__img {
  width: 90%;
}

.p-lead__text-wrapper {
  flex: 4.8 1;
  position: relative;
  padding-bottom: 22px;
  padding-left: 30px;
  margin-bottom: -22px;
}

@media screen and (max-width: 960px) {
  .p-lead__text-wrapper {
    margin-top: 15px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-lead__title {
  font-size: clamp(1.5rem, 1.3108rem + 0.8073vw, 2rem);
  padding-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
}

.p-lead__text {
  line-height: 1.8;
  padding-bottom: 25px;
}

@media screen and (max-width: 960px) {
  .p-lead__text {
    padding-bottom: 14px;
  }
}

@media screen and (max-width: 960px) {
  .p-lead__text+.p-lead__text {
    padding-bottom: 30px;
  }
}

.p-lead__detail-btn {
  width: 210px;
  line-height: 45px;
  background: #eda229;
  text-align: center;
  border-radius: 22.5px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .p-lead__detail-btn {
    margin: 0 auto;
  }
}

.p-lead__link {
  color: #fff;
  display: block;
}

.p-lead__top-decoration {
  max-width: 250px;
  margin-left: 43%;
  margin-bottom: 20px;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 960px) {
  .p-lead__top-decoration {
    right: 5px;
    width: 110px;
    top: 140px;
  }
}

.p-lead__bottom-decoration {
  max-width: 324px;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .p-lead__bottom-decoration {
    /*     width: 40%;
    bottom: -35px;
    right: 0px; */
    width: 20%;
    bottom: 5px;
    right: 5px;
  }
}

.p-facility {
  position: relative;
  z-index: -5;
  width: 100vw;
  position: relative;
  padding-bottom: 110px;
}

.p-facility::before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: -80px;
  left: 0;
  right: 0;
  height: calc(100% + 75px);
  background-image: url("../img/common/facility-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .p-facility::before {
    top: 0;
    height: 100%;
  }
}

.p-facility__bg-decoration {
  position: absolute;
  top: -7px;
  width: 100%;
  z-index: 2;
}

.p-facility__wrapper--front {
  text-align: center;
  padding-top: 70px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .p-facility__wrapper--front {
    padding-top: 60px;
  }
}

.p-facility__title-wrapper {
  padding-bottom: 35px;
}

@media screen and (max-width: 600px) {
  .p-facility__title-wrapper {
    padding-bottom: 20px;
  }
}

.p-facility__title {
  line-height: 1;
}

.p-facility__lead {
  line-height: 1.8;
  padding-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .p-facility__lead {
    font-size: 14px;
    text-align: left;
    padding: 0 20px;
  }
}

.p-facility__detail-btn {
  text-align: center;
}

.p-facility__link {
  display: inline-block;
  width: 230px;
  line-height: 45px;
  background: #eda229;
  text-align: center;
  border-radius: 22.5px;
  position: relative;
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .p-facility__link {
    width: 200px;
    line-height: 40px;
  }
}

.p-facility__bottom-decoration {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .p-facility__bottom-decoration {
    bottom: -2px;
    height: 50px;
  }
}

.p-about {
  position: relative;
  z-index: -5;
}

@media screen and (max-width: 600px) {
  .p-about {
    padding-top: 50px;
    margin-top: -50px;
  }
}

.p-about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: calc(100% + 50px);
  background-image: url("../img/common/dot.png");
  background-position: bottom;
  background-size: contain;
  background-repeat: repeat;
  pointer-events: none;
}

@media screen and (max-width: 600px) {
  .p-about::before {
    height: 100%;
    background-size: 200% auto;
    z-index: -1;
    top: 28px;
  }
}

.p-about__top-decoration {
  position: absolute;
  top: -170px;
  left: 3%;
  max-width: 236px;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .p-about__top-decoration {
    max-width: 110px;
    top: -32px;
    left: 4%;
  }
}

.p-about__wrapper {
  padding-bottom: 90px;
  max-width: 1140px;
  margin: 0 auto;
}

.p-about__list {
  list-style: none;
  display: flex;
  flex: none;
  margin-top: -18px;
  justify-content: space-around;
  align-items: flex-start;
  text-align: center;
  padding-top: 140px;
  gap: 28px;
}

@media screen and (max-width: 600px) {
  .p-about__list {
    flex-direction: column;
    max-width: 250px;
    margin: 0 auto;
    gap: 12px;
  }
}

.p-about__text-wrapper {
  padding-top: 10px;
}

.p-about__item:nth-child(1) {
  margin-top: -54px;
}

@media screen and (max-width: 600px) {
  .p-about__item:nth-child(1) {
    margin-top: -120px;
  }
}

@media screen and (max-width: 600px) {
  .p-about__item:nth-child(2) {
    margin-top: -10px;
  }
}

@media screen and (max-width: 600px) {
  .p-about__item:nth-child(3) {
    margin-top: 20px;
  }
}

.p-about__item-title {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.p-about__title {
  font-size: clamp(1.25rem, 1.0347rem + 0.9843vw, 1.875rem);
  font-family: "Zen Maru Gothic", sans-serif;
}

.p-about__decoration {
  flex: 0 0;
  width: 30px;
  height: auto;
}

@media screen and (max-width: 600px) {
  .p-about__decoration {
    width: 24px;
  }
}

.p-about__decoration-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.p-news {
  position: relative;
  padding-top: 116px;
  padding-bottom: 80px;
  background: #fbfbf2;
  position: relative;
}

@media screen and (max-width: 600px) {
  .p-news {
    padding: 30px 15px 75px;
  }
}

.p-news__top-decoration {
  position: absolute;
  top: -1%;
  right: 8%;
  width: 359px;
  z-index: 10;
}

@media screen and (max-width: 960px) {
  .p-news__top-decoration {
    top: -4%;
    right: 3%;
    width: 132px;
  }
}

.p-news__title-wrapper {
  text-align: center;
  padding-bottom: 35px;
}

@media screen and (max-width: 600px) {
  .p-news__title-wrapper {
    padding-bottom: 20px;
  }
}

.p-news__lead {
  text-align: center;
  padding-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .p-news__lead {
    font-size: 14px;
    padding-bottom: 30px;
  }
}

.p-news__list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 40px;
  align-items: flex-start;
}

@media screen and (max-width: 600px) {
  .p-news__list {
    gap: 1rem;
  }
}

.p-news__item {
  position: relative;
  background: #fff;
  padding-bottom: 16px;
  width: 22%;
}

@media screen and (max-width: 600px) {
  .p-news__item {
    width: calc(50% - 0.5rem);
  }
}

.p-news__item:nth-child(even) {
  margin-top: 25px;
}

@media screen and (max-width: 600px) {
  .p-news__item:nth-child(even) {
    margin-top: 0;
  }
}

.p-news__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 7.5em;
}

.p-news__content {
  padding: 0 16px 26px;
}

@media screen and (max-width: 600px) {
  .p-news__content {
    font-size: 14px;
    padding: 0 12px 7px;
  }
}

.p-news__category {
  background: #eda229;
  color: #fff;
  padding: 4px 8px;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 244px;
  overflow: hidden;
  max-height: 63px;
}

.p-news__category a {
  color: #fff;
}

@media screen and (max-width: 600px) {
  .p-news__category {
    font-size: 12px;
    padding: 0 5px;
  }
}

.p-news__img {
  padding-bottom: 16px;
  aspect-ratio: 1.5;
  max-height: 171px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 600px) {
  .p-news__img {
    padding-bottom: 0;
  }
}

.p-news__date {
  font-size: 14px;
  color: #949494;
  padding-bottom: 14px;
}

@media screen and (max-width: 600px) {
  .p-news__date {
    font-size: 11px;
  }
}

.p-news__detail-btn {
  text-align: center;
}

.p-news__link {
  display: inline-block;
  width: 180px;
  line-height: 45px;
  background: #eda229;
  text-align: center;
  border-radius: 22.5px;
  position: relative;
  color: #fff;
}

.p-footer {
  position: relative;
  z-index: 1;
}

.p-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("../img/common/footer-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: repeat-y;
  height: 100%;
  /*  width: 100vw;*/
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .p-footer::before {
    top: 35px;
  }
}

@media screen and (max-width: 480px) {
  body:not(.home) .p-footer::after {
    content: "";
    position: absolute;
    background-image: url("../img/common/contact-decoration--sp.png");
    background-position: center;
    background-size: contain;
    top: -5px;
    left: 0;
    right: 0;
    height: 22px;
    z-index: 10;
  }
}

/* .p-footer__adjust {
  overflow: hidden;
  width: 100vw;
}
.p-footer__picture-decoration {
  width: 100%;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 600px) {
  .p-footer__picture-decoration {
    display: none;
  }
} */

.p-footer__top-decoration {
  position: absolute;
  top: -16;
  left: 0;
  width: 100px;
  z-index: 20;
}

.p-footer__common-decoration {
  position: absolute;
  top: -12%;
  left: 3%;
  width: 327px;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .p-footer__common-decoration {
    top: -4%;
    left: 3%;
    width: 131px;
    z-index: 15;
  }
}

.p-footer__img-wrapper {
  margin-bottom: 80px;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-footer__img-wrapper::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  height: 50px;
  background-image: url("../img/common/wave-bottom.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

@media screen and (max-width: 600px) {
  .p-footer__img-wrapper::before {
    background-size: contain;
  }
}

.archive .p-footer__img-wrapper::before {
  background-image: url("../img/common/wave-bottom--1.png");
}

.home .p-footer__img-wrapper::before {
  content: none;
}

@media screen and (max-width: 600px) {
  .p-footer__img-wrapper {
    margin-bottom: 30px;
    height: 175px;
  }
}

.p-footer__img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-footer-wrapper {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}

.p-footer__nav {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  font-size: clamp(0.75rem, 0.5rem + 0.5vw, 0.875rem);
}

@media screen and (max-width: 960px) {
  .p-footer__nav {
    display: none;
  }
}

.p-footer__cta-wrapper {
  display: flex;
  align-items: flex-start;
  position: relative;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 26px;
  gap: 1rem;
}

@media screen and (max-width: 600px) {
  .p-footer__cta-wrapper {
    flex-direction: column-reverse;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.p-footer__logo-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 960px) {
  .p-footer__logo-wrapper {
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .p-footer__logo-wrapper {
    margin: 0 auto;
    width: 70%;
    padding-top: 20px;
    align-items: center;
  }
}

.p-footer__logo {
  padding-bottom: 10px;
}

.p-footer__logo-desc {
  margin-bottom: 10px;
}

.p-footer__decoration {
  position: absolute;
  width: 100%;
  left: 0;
  top: -9%;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .p-footer__decoration {
    top: 0;
  }
}

.p-footer__contact-wrapper {
  position: relative;
}

@media screen and (max-width: 960px) {
  .p-footer__contact-wrapper {
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .p-footer__contact-wrapper {
    width: 100%;
  }
}

.p-footer__contact {
  padding: 30px 45px 30px 70px;
  background: #fff;
  border-radius: 20px;
  border: 4px solid #eda229;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 43px;
}

@media screen and (max-width: 960px) {
  .p-footer__contact {
    flex-direction: column;
    padding: 25px 50px;
    border: 2px solid #78c945;
    border-radius: 10px;
    margin: 0 auto;
    gap: 0;
  }
}

@media screen and (max-width: 600px) {
  .p-footer__contact {
    padding: 20px 10px;
    gap: 0;
  }
}

.p-footer__text-wrapper {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .p-footer__text-wrapper {
    padding-bottom: 10px;
  }
}

.p-footer__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 18px;
}

@media screen and (max-width: 600px) {
  .p-footer__text {
    font-size: 14px;
  }
}

.p-footer__tel {
  text-decoration: none;
  color: #eda229;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-left: -26px;
}

@media screen and (max-width: 600px) {
  .p-footer__tel {
    letter-spacing: 0.08em;
    font-size: 25px;
    margin-left: 0;
  }
}

.p-footer__tel-img {
  width: 40px;
  height: auto;
}

@media screen and (max-width: 600px) {
  .p-footer__tel-img {
    width: 34px;
    height: auto;
  }
}

.p-footer__detail {
  color: #2d2d2d;
  font-size: 12px;
  padding-top: 10px;
}

@media screen and (max-width: 600px) {
  .p-footer__detail {
    font-size: 12px;
    padding-bottom: 10px;
  }
}

.p-footer__info {
  color: #2d2d2d;
  font-size: 14px;
  padding-top: 10px;
}

@media screen and (max-width: 600px) {
  .p-footer__info {
    font-size: 12px;
    padding-bottom: 10px;
  }
}

.p-footer__link {
  display: inline-block;
  width: 280px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  position: relative;
  background: #78c945;
}

@media screen and (max-width: 600px) {
  .p-footer__link {
    line-height: 50px;
    border-radius: 25px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

.p-footer__corporation {
  text-align: center;
  padding-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .p-footer__corporation {
    padding-bottom: 20px;
  }
}

.p-footer__corporation-text {
  font-size: 14px;
}

.p-footer__corporation-text--bold {
  font-weight: bold;
}

.p-footer__corporation-text+.p-footer__corporation-text {
  padding-bottom: 5px;
}

.p-footer__corporation-logo {
  max-width: 130px;
  width: 100%;
}

.p-footer__copyright {
  padding-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .p-footer__copyright {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .p-footer__title {
    font-size: 10px;
  }
}

/*----------------------------------
 #mainvisual
-----------------------------------*/
.p-mainvisual {
  background-image: url("../img/common/fv-page.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  /*   height: 260px; */
  height: 19vw;
  margin-bottom: 70px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .p-mainvisual {
    background-image: url("../img/common/fv-img--sp.jpg");
    height: 100%;
    margin-bottom: 56px;
  }
}

.p-mainvisual__decoration {
  right: 145px;
  bottom: -65px;
  width: 317px;
  position: absolute;
}

@media screen and (max-width: 960px) {
  .p-mainvisual__decoration {
    right: 19px;
    bottom: -32px;
    width: 140px;
  }
}

.p-mainvisual__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 19vw;
}

@media screen and (max-width: 600px) {
  .p-mainvisual__wrapper {
    min-height: 260px;
    height: auto;
  }
}

.p-mainvisual__title-wrapper {
  color: #fff;
}

.p-common-lead {
  position: relative;
  z-index: 0;
  padding-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .p-common-lead {
    padding: 0 15px 0;
  }
}

.p-common-lead--pb80 {
  padding-bottom: 80px;
}

.p-common-lead__container {
  text-align: center;
}

.p-common-lead__text {
  padding-top: 35px;
  line-height: 1.8;
}

@media screen and (max-width: 600px) {
  .p-common-lead__text {
    text-align: left;
    padding-top: 24px;
    font-size: 14px;
  }
}

.p-common-lead__text--pb {
  padding-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .p-common-lead__text--pb {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .p-common-lead__text--center {
    text-align: center;
  }
}

.p-common-lead.cloud-decoration::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../img/common/wave-page.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50px;
  z-index: 10;
}

.p-program {
  background-color: #fbfbf2;
  position: relative;
  padding-bottom: 90px;
  margin-top: 40px;
}

.p-program::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 50px;
  background-image: url("../img/common/p-instruction-top.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
  .p-program::before {
    top: -32px;
    background-size: contain;
  }
}

@media screen and (max-width: 600px) {
  .p-program {
    padding-bottom: 38px;
  }
}

/* .p-program::after {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 0;
  right: 0;
  background-image: url("../img/common/program-bottom.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50px;
  z-index: 0;
}

@media screen and (max-width: 600px) {
  .p-program::after {
    bottom: -29px;
    background-size: contain;
  }
} */

.p-program__wrapper {
  text-align: center;
  position: relative;
  z-index: 0;
}

.p-program__title-wrapper {
  padding-top: 40px;
  padding-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .p-program__title-wrapper {
    padding-bottom: 25px;
  }
}

.p-program__title {
  position: relative;
  font-size: clamp(1.125rem, 0.832rem + 1.249vw, 1.875rem);
  font-family: "Zen Maru Gothic", sans-serif;
  z-index: 2;
}

.p-program__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/common/title-bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 560px;
  height: 80px;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .p-program__title::before {
    width: 90%;
  }
}

.p-program__lead {
  padding-bottom: 60px;
}

@media screen and (max-width: 600px) {
  .p-program__lead {
    font-size: 14px;
    text-align: left;
    padding: 0 15px 45px;
    line-height: 2;
  }
}

.p-program__list {
  display: flex;
  flex-direction: column;
  border-radius: 39px;
  padding-bottom: 64px;
  list-style: none;
  padding: 0 70px 35px;
}

@media screen and (max-width: 600px) {
  .p-program__list {
    padding: 0 15px;
  }
}

.p-program__item {
  position: relative;
  margin-bottom: 33px;
}

@media screen and (max-width: 600px) {
  .p-program__item {
    margin-bottom: 26px;
  }
}

.p-program__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  height: 78px;
  width: 70%;
  background: #fff;
  z-index: 1;
}

.p-program__box-container {
  display: flex;
}

@media screen and (max-width: 818px) {
  .p-program__box-container {
    flex-direction: column;
  }
}

.p-program__content-title-wrapper {
  border-radius: 39px;
  flex: 1 1 237px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  height: 78px;
  font-size: clamp(0.875rem, 0.729rem + 0.624vw, 1.25rem);
  line-height: 1;
}

@media screen and (max-width: 818px) {
  .p-program__content-title-wrapper {
    flex: 1 1 30px;
    border-radius: 20px 20px 0 0;
    justify-content: left;
    padding-left: 30px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 600px) {
  .p-program__content-title br {
    display: none;
  }
}

.p-program__content-title {
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}

.p-program__content-sub-title {
  font-size: clamp(0.625rem, 0.552rem + 0.312vw, 0.813rem);
}

.p-program__content-title-wrapper--one {
  background: #ffdca4;
}

.p-program__content-title-wrapper--two {
  background: #d0eebd;
}

.p-program__content-title-wrapper--three {
  background: #bde0ef;
}

.p-program__content-title-wrapper--four {
  background: #e5d3e1;
}

.p-program__content-title-wrapper--five {
  background: #f8cec2;
}

.p-program__content-title-wrapper--six {
  background: #c1d6f1;
}

.p-program__content-title-wrapper--seven {
  background: #ffd4e7;
}

.p-program__content-text {
  border-radius: 39px;
  background: #fff;
  flex: 1 1 750px;
  display: flex;
  align-items: center;
  -moz-text-align-last: left;
  text-align: left;
  padding-left: 25px;
  padding-right: 60px;
  position: relative;
  z-index: 3;
  font-size: clamp(0.875rem, 0.826rem + 0.208vw, 1rem);
  max-height: 75px;
  /*   overflow: scroll; */
}

@media screen and (max-width: 818px) {
  .p-program__content-text {
    flex: 1 1 auto;
    text-align: start;
    margin-top: -15px;
    padding: 30px 15px 23px;
    z-index: 2;
    border-radius: 15px 30px 12px 12px;
    overflow: initial;
    max-height: none;
  }
}

.p-program__item-num {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: -20px;
  left: -20px;
}

@media screen and (max-width: 600px) {
  .p-program__item-num {
    width: 30px;
    height: 30px;
    top: -15px;
    left: 0px;
    font-size: 12px;
  }
}

.p-program__item-num--one {
  background: #8dc669;
}

.p-program__item-num--two {
  background: #8dc669;
}

.p-program__item-num--three {
  background: #42bbed;
}

.p-program__item-num--four {
  background: #b35fa0;
}

.p-program__item-num--five {
  background: #ef876b;
}

.p-program__item-num--six {
  background: #527fbf;
}

.p-program__item-num--seven {
  background: #eb7bac;
}

.p-program__text--bottom {
  padding-bottom: 40px;
  font-size: clamp(1rem, 0.7162rem + 1.2109vw, 1.75rem);
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .p-program__text--bottom {
    padding: 9px 15px 0;
  }
}

.p-program__instruction-wrapper {
  background: #eeeeee;
  border-radius: 20px;
  padding: 6px;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .p-program__instruction-wrapper {
    margin: 48px 15px 30px;
    border-radius: 10px;
  }
}

.p-program__instruction-title {
  font-size: 24px;
  padding: 10px 0;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 600px) {
  .p-program__instruction-title {
    font-size: 16px;
  }
}

.p-program__instruction-container {
  background: #fff;
  padding: 30px 30px 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media screen and (max-width: 600px) {
  .p-program__instruction-container {
    padding: 17px 10px 30px;
  }
}

.p-program__instruction-lead {
  font-weight: bold;
  font-size: clamp(0.875rem, 0.7889rem + 0.3937vw, 1.125rem);
  padding-bottom: 24px;
}

@media screen and (max-width: 600px) {
  .p-program__instruction-lead {
    font-weight: normal;
    padding: 0 40px 24px;
  }
}

.p-program__instruction-list {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 600px) {
  .p-program__instruction-list {
    flex-direction: column;
  }
}

.p-program__instruction-feature-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .p-program__instruction-feature-wrapper {
    flex-direction: row;
    gap: 15px;
  }
}

.p-program__instruction-item {
  flex: 1 1;
  padding: 35px 5px 36px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
}

@media screen and (max-width: 600px) {
  .p-program__instruction-item {
    padding: 20px 5px 15px;
    border-radius: 10px;
  }
}

.p-program__instruction-item--orange {
  background: #fceacb;
}

.p-program__instruction-item--green {
  background: #def3cf;
}

.p-program__instruction-feature {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 600px) {
  .p-program__instruction-feature {
    flex-direction: column;
    gap: 15px;
    align-items: start;
  }
}

.p-program__feature-item {
  line-height: 1;
  font-size: clamp(0.875rem, 0.777rem + 0.416vw, 1.125rem);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .p-program__feature-item {
    max-width: 160px;
  }
}


.p-program__feature-icon {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 600px) {
  .p-program__feature-icon {
    width: 14px;
    height: 14px;
  }
}

.p-program__link {
  display: inline-block;
  line-height: 45px;
  width: 210px;
  border-radius: 22.5px;
  color: #fff;
  position: relative;
}

.p-program__link--orange {
  background: #eda229;
}

.p-program__link--green {
  background: #78c945;
}

@media screen and (max-width: 600px) {
  .p-program__link {
    width: 190px;
    line-height: 40px;
  }
}

.p-program__service-wrapper {
  background: #eeeeee;
  border-radius: 20px;
  padding: 6px;
  max-width: 600px;
  margin: 46px auto 0;
}

@media screen and (max-width: 600px) {
  .p-program__service-wrapper {
    margin: 48px 15px 30px;
    border-radius: 10px;
  }
}


.p-program__service-title {
  font-size: 24px;
  padding: 10px 0;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 600px) {
  .p-program__service-title {
    font-size: 16px;
  }
}

.p-program__service-container {
  background: #fff;
  padding: 30px 30px 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media screen and (max-width: 600px) {
  .p-program__service-container {
    padding: 17px 10px 30px;
  }
}

.p-program__service-item {
  background: #DEF5FF;
  border-radius: 20px;
  padding: 35px 5px 36px;
}

.p-program__service-feature {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 37px;
  width: 62%;
  margin-inline: auto;
}

@media screen and (max-width: 600px) {
  .p-program__service-feature {
    width: 90%;
    gap: 15px;
  }
}

.p-program__feature-text {
  line-height: 1;
  font-size: clamp(0.875rem, 0.777rem + 0.416vw, 1.125rem);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align-last: left;
}

.p-program__logo {
  max-width: 297px;
}

.c-instruction__text {
  margin-top: 16px;
  margin-bottom: 27px;
  width: 167px;
  height: 167px;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
  font-size: clamp(0.875rem, 0.631rem + 1.041vw, 1.5rem);
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 600px) {
  .c-instruction__text {
    width: 83px;
    height: 83px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}

.needs {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 600px) {
  .needs {
    padding: 50px 0px;
  }
}

.needs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("../img/common/bg-dot.jpg");
  background-position: bottom;
  background-size: 1500px 1500px;
  background-repeat: repeat;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .needs::before {
    background-size: 700px 700px;
  }
}

.needs__title {
  position: relative;
  z-index: 2;
}

.needs__title::after {
  position: absolute;
  content: "";
  width: 280px;
  height: 65px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-image: url("../img/common/title-cloud.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
  .needs__title::after {
    width: 152px;
  }
}

@media screen and (max-width: 600px) {
  .needs__title {
    font-size: 18px;
  }
}

.needs__title--wide::after {
  background-image: url("../img/common/title-cloud-wide.png");
  width: 350px;
}

@media screen and (max-width: 600px) {
  .needs__title--wide::after {
    width: 216px;
  }
}

.needs__contents-wrapper {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 600px) {
  .needs__contents-wrapper {
    margin: 0 15px;
  }
}

.needs__content {
  padding: 60px 30px 65px;
  text-align: center;
  background: #fceacb;
  border-radius: 20px;
  margin: 0 15px;
}

@media screen and (max-width: 600px) {
  .needs__content {
    border-radius: 15px;
    padding: 30px 15px 30px;
  }
}

.needs__logo-wrapper {
  display: flex;
  align-items: center;
  flex: none;
  justify-content: center;
  margin-left: -120px;
}

@media screen and (max-width: 600px) {
  .needs__logo-wrapper {
    margin-left: 0;
  }
}

.needs__mark {
  width: 118px !important;
  height: 118px !important;
}

.needs__mark.c-instruction__text br {
  display: block;
}

@media screen and (max-width: 600px) {
  .needs__mark {
    width: 72px !important;
    height: 72px !important;
    margin-right: 20px;
  }
}

.needs__mark--orange {
  color: #eda229;
  border: 2px solid #eda229;
}

.needs__mark--green {
  color: #75b84b;
  border: 2px solid #75b84b;
}

.needs__img-wrapper {
  flex: 0 1 300px;
  padding-top: 30px;
}

@media screen and (max-width: 600px) {
  .needs__img-wrapper {
    flex: 0 1 181px;
    padding-top: 0;
  }
}

.needs__lead {
  padding-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .needs__lead {
    font-size: 14px;
    text-align: left;
    padding-bottom: 24px;
  }
}

.needs__content:nth-child(2) {
  background: #def3cf;
}

.needs__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 650px;
  margin: 0 auto;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 30px;
}

@media screen and (max-width: 600px) {
  .needs__list {
    flex-direction: column;
    gap: 20px;
  }
}

.needs__item {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  width: calc(50% - 12px);
}

@media screen and (max-width: 600px) {
  .needs__item {
    width: 100%;
    padding: 16px 24px;
    border-radius: 10px;
  }
}

.needs__item:nth-child(3) {
  width: 100%;
  padding-left: 172px;
  padding-right: 172px;
}

@media screen and (max-width: 600px) {
  .needs__item:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
  }
}

.needs__list-title {
  display: inline-block;
  background: #eda229;
  line-height: 48px;
  color: #fff;
  text-align: center;
  border-radius: 24px;
  margin-bottom: 16px;
  padding: 0 10px;
  font-size: clamp(0.875rem, 0.729rem + 0.624vw, 1.25rem);
  font-family: "Zen Maru Gothic", sans-serif;
  min-width: 190px;
}

@media screen and (max-width: 600px) {
  .needs__list-title {
    line-height: 28px;
    border-radius: 12px;
    margin-bottom: 8px;
  }
}

.needs__list-title--add-padding {
  padding: 0 30px;
}

@media screen and (max-width: 600px) {
  .needs__list-title--add-padding {
    padding: 0 10px;
  }
}

.needs__list-title--green {
  background: #8dc669;
}

.needs__list-text {
  margin-bottom: 12px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 600px) {
  .needs__list-text {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
}

.needs__sub-list {
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  .needs__sub-list {
    font-size: 14px;
    padding-left: 50px;
  }
}

.needs__sub-item {
  display: flex;
  align-items: center;
  line-height: 1.8;
  gap: 6px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}

.needs__sub-list--disc {
  list-style: disc;
  text-align: left;
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  .needs__sub-list--disc {
    font-size: 14px;
    margin-left: 10px;
    padding: 0;
  }
}

.needs__sub-list--center {
  text-align: left;
}

/*----------------------------------
 # page-day-service
-----------------------------------*/
.day-service {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 600px) {
  .day-service {
    padding: 70px 0px;
  }
}

.day-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("../img/common/bg-dot.jpg");
  background-position: bottom;
  background-size: 1500px 1500px;
  background-repeat: repeat;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .day-service::before {
    background-size: 700px 700px;
  }
}

.day-service__contents-wrapper {
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 15px;
}

@media screen and (max-width: 600px) {
  .day-service__contents-wrapper {
    margin: 0 15px;
  }
}

.day-service__content {
  padding: 60px 30px 65px;
  text-align: center;
  background: #DEF5FF;
  border-radius: 20px;
}

@media screen and (max-width: 600px) {
  .day-service__content {
    border-radius: 15px;
    padding: 30px 15px 30px;
  }
}

.day-service__title {
  position: relative;
  z-index: 2;
}

.day-service__title::after {
  position: absolute;
  content: "";
  width: 280px;
  height: 65px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-image: url("../img/common/title-cloud.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
  .day-service__title::after {
    width: 152px;
  }
}

@media screen and (max-width: 600px) {
  .day-service__title {
    font-size: 18px;
  }
}

.day-service__logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -120px;
  gap: 30px;
}

@media screen and (max-width: 600px) {
  .day-service__logo-wrapper {
    margin-left: 0;
    gap: 0;
  }
}

.day-service__mark {
  width: 118px !important;
  height: 118px !important;
  color: #42BBED;
  border: 2px solid #42BBED;
  font-size: clamp(0.875rem, calc(0.375rem + 1vw), 20px);
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 600px) {
  .day-service__mark {
    width: 72px !important;
    height: 72px !important;
    margin-right: 20px;
  }
}

@media screen and (max-width: 600px) {
  .day-service__lead {
    font-size: 14px;
    text-align: left;
    padding-bottom: 24px;
  }
}

.day-service__lists {
  margin-top: 8px;
}

.day-service__lists-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 27px 50px 32px;
  max-width: 650px;
  margin: 42px auto 0;
}

@media screen and (max-width: 600px) {
  .day-service__lists-wrapper {
    width: 100%;
    padding: 16px 24px;
    border-radius: 10px;
    margin: 0 auto;
  }
}

.day-service__lists-title {
  display: inline-block;
  background: #42BBED;
  line-height: 48px;
  color: #fff;
  text-align: center;
  border-radius: 24px;
  margin-bottom: 16px;
  padding: 0 24px;
  font-size: clamp(0.875rem, calc(0.75rem + 1vw), 1.25rem);
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 600px) {
  .day-service__lists-title {
    line-height: 28px;
    border-radius: 12px;
    margin-bottom: 8px;
  }
}

.dayservice__list-titleWrapper {
  display: flex;
  align-items: center;
  line-height: 1.8;
  gap: 6px;
  font-weight: bold;
}

.day-service__list:not(:first-child) {
  margin-top: 25px;
}

.day-service__list-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.875rem, calc(0.75rem + 1vw), 1.25rem);
}

@media screen and (max-width: 600px) {
  .day-service__list-title {
    text-align: left;
  }
}

.day-service__list-text {
  font-size: clamp(0.875rem, calc(0.875rem + 0.25vw), 1rem);
  text-align: left;
  margin-top: 3px;
}

.p-day-flow {
  margin-top: 100px;
}

@media screen and (max-width: 600px) {
  .p-day-flow {
    margin-top: 80px;
  }
}


.p-day-flow__title {
  position: relative;
  font-size: clamp(1.125rem, 0.832rem + 1.249vw, 1.875rem);
  font-family: "Zen Maru Gothic", sans-serif;
  z-index: 2;
  text-align: center;
}

.p-day-flow__title::before {
  position: absolute;
  content: "";
  width: 350px;
  height: 70px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/common/title-bg-sm.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 350px) {
  .p-day-flow__title::before {
    width: 100%;
  }
}

.p-day-flow__container {
  max-width: 990px;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px;
  padding: 0 15px;
}

.p-day-flow__contents {
  border-radius: 5px;
  border: 4px solid #42BBED;
  padding: 22px 41px 40px;
}

@media screen and (max-width: 600px) {
  .p-day-flow__contents {
    padding: 16px 24px;
  }
}

.p-day-flow__contentsText {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.674rem + 0.38vw, 1rem);
  text-align: center;
}

.p-day-flow__contentsTitle {
  display: block;
  background: #42BBED;
  line-height: 48px;
  color: #fff;
  text-align: center;
  border-radius: 24px;
  padding: 0 24px;
  font-size: clamp(1.125rem, calc(0.675rem + 1.5vw), 20px);
  font-family: "Zen Maru Gothic", sans-serif;
  width: 247px;
  margin: 15px auto 0;
}

@media screen and (max-width: 600px) {
  .p-day-flow__contentsTitle {
    line-height: 28px;
    border-radius: 12px;
  }
}

.p-day-flow__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 40px;
}

.p-day-flow__item {
  border: 1px solid #42BBED;
  border-radius: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.875rem, 0.799rem + 0.38vw, 1.125rem);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 6px 30px;
}

.p-day-flow__item .time {
  color: #42BBED;
}

.p-activity {
  background: #F7FDFF;
  margin-top: 80px;
  margin-bottom: 100px;
  padding: 80px 60px;
}

@media screen and (max-width: 739px) {
  .p-activity {
    padding: 80px 0;
    margin-bottom: 140px;
  }
}

.p-activity__title {
  position: relative;
  font-size: clamp(1.125rem, 0.832rem + 1.249vw, 1.875rem);
  font-family: "Zen Maru Gothic", sans-serif;
  z-index: 2;
  text-align: center;
}

.p-activity__title::after {
  position: absolute;
  content: "";
  width: 350px;
  height: 70px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/common/title-bg-sm.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 350px) {
  .p-activity__title::after {
    width: 100%;
  }
}

.p-activity__contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 10px;
  column-gap: 60px;
  max-inline-size: 960px;
  margin: 76px auto 0;
}

@media screen and (max-width: 1079px) {
  .p-activity__contents {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    width: 80%;
  }
}

@media screen and (max-width: 739px) {
  .p-activity__contents {
    grid-template-columns: 1fr;
    padding: 0 15px;
  }
}

.p-activity__content {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  min-inline-size: 200px;
}

.p-activity__content:nth-child(n + 4) {
  margin-top: 48px;
}

@media screen and (max-width: 1079px) {
  .p-activity__content:nth-child(n + 3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 739px) {
  .p-activity__content:nth-child(n + 3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 739px) {
  .p-activity__content:nth-child(n + 2) {
    margin-top: 40px;
  }
}


.p-activity__contentTitle {
  font-size: clamp(1.125rem, calc(0.675rem + 1.5vw), 20px);
  font-family: "Zen Maru Gothic", sans-serif;
  color: #4F4034;
  text-align: center;
}

.p-activity__contentImg {
  aspect-ratio: 16 / 9;

  img {
    object-fit: cover;
  }
}

.p-activity__contentText {
  font-size: clamp(0.75rem, 0.712rem + 0.19vw, 0.875rem);
}

/*----------------------------------
 # page-support
-----------------------------------*/
.p-support {
  position: relative;
}

.p-support::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/common/bg-dot.jpg");
  background-size: cover;
  background-repeat: repeat;
  height: 105%;
  width: 100vw;
}

.p-support__wrapper {
  padding: 130px 15px 140px;
  max-width: 960px;
}

@media screen and (max-width: 600px) {
  .p-support__wrapper {
    font-size: 14px;
    padding: 80px 15px 52px;
  }
}

.p-support__title {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  font-size: clamp(1rem, 0.6023rem + 1.697vw, 1.875rem);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .p-support__title {
    margin-bottom: 20px;
  }
}

.p-support__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.p-support__title--sm::before {
  background-image: url("../img/common/title-bg-sm.png");
  width: 380px;
  height: 80px;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .p-support__title--sm::before {
    width: 180px;
  }
}

.p-support__lead {
  position: relative;
}

.p-support__text {
  margin-bottom: 24px;
  line-height: 1.8;
}

@media screen and (max-width: 600px) {
  .p-support__text {
    margin-bottom: 54px;
  }
}

.p-support__title--lg::before {
  background-image: url("../img/common/title-bg.png");
  width: 90vw;
  height: 80px;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .p-support__title--lg::before {
    width: 70vw;
  }
}

.p-sample {
  position: relative;
  z-index: 0;
  padding-bottom: 140px;
}

@media screen and (max-width: 600px) {
  .p-sample {
    padding-bottom: 80px;
  }
}

.p-sample__wrapper {
  margin: 36px auto 0;
}

.p-sample__link {
  display: inline-block;
  border: 2px solid #eda229;
  width: calc((570px - 1rem) / 3);
  line-height: 45px;
  border-radius: 22.5px;
  text-align: center;
  color: #eda229;
  position: relative;
}

@media screen and (max-width: 600px) {
  .p-sample__link {
    width: calc((345px - 1rem) / 3);
    line-height: 32px;
    font-size: 12px;
    font-weight: bold;
  }
}

.p-sample__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  background-image: url("../img/common/arrow.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 600px) {
  .p-sample__link:before {
    width: 8px;
    height: 4px;
    right: 5px;
  }
}

.p-sample__link-wrapper {
  display: flex;
  max-width: 570px;
  margin: 0 auto;
  justify-content: space-between;
  padding-bottom: 48px;
}

@media screen and (max-width: 600px) {
  .p-sample__link-wrapper {
    max-width: 345px;
  }
}

.p-sample__box-container {
  padding: 0 15px;
}

.p-sample__content {
  padding: 40px 0px 48px;
  border-radius: 30px;
  background: #fbfbf2;
  margin-bottom: 40px;
  max-width: 960px;
  margin: 0 auto 40px;
  position: relative;
}

.p-sample__content-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .p-sample__content-title-wrapper {
    display: block;
  }
}

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

.p-sample__title-decoration {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  background: #eda229;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 600px) {
  .p-sample__title-decoration {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 600px) {
  .p-sample__text {
    font-size: 12px;
    line-height: 1;
  }
}

@media screen and (max-width: 600px) {
  .p-sample__text--num {
    font-size: 13px;
    line-height: 1;
  }
}

.p-sample__content-title {
  color: #eda229;
  font-size: clamp(1rem, 0.8278rem + 0.7874vw, 1.5rem);
  border-bottom: 2px dashed #eda229;
  margin-left: 16.5px;
}

@media screen and (max-width: 600px) {
  .p-sample__content-title {
    width: 70vw;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px dashed #eda229;
  }
}

.p-sample__content-thumbnail {
  padding-bottom: 30px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .p-sample__content-thumbnail {
    width: 100%;
  }
}

.p-sample__content-description {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 45px 30px 40px;
  background: #fff;
  border-radius: 30px;
  gap: 1rem;
  position: relative;
  max-width: 900px;
  margin: 0 15px;
  z-index: 10;
}

@media screen and (max-width: 960px) {
  .p-sample__content-description {
    flex-direction: column;
    padding: 0 13px 40px;
    font-size: 14px;
  }
}

.p-sample__content-img-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  flex: 4;
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .p-sample__content-img-wrapper {
    width: 160px;
    gap: 12px;
  }
}

.p-sample__content-sub-title {
  width: 246px;
  line-height: 43px;
  text-align: center;
  background: #efe47d;
  color: #4f4034;
  border-radius: 21.5px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .p-sample__content-sub-title {
    width: 190px;
    line-height: 28px;
    border-radius: 15px;
    font-size: 12px;
  }
}

.p-sample__content-text {
  position: relative;
  flex: 6;
  line-height: 1.8;
  z-index: 10;
  color: #333;
}

.p-sample__bottom-decoration {
  position: absolute;
  bottom: 1%;
  right: 8%;
  width: 230px;
}

@media screen and (max-width: 600px) {
  .p-sample__bottom-decoration {
    display: none;
  }
}

/*----------------------------------
 # p-service
-----------------------------------*/
.p-service {
  margin-top: 100px;
  padding-bottom: 80px;
}

@media screen and (max-width: 600px) {
  .p-service {
    margin-top: 0;
    padding-bottom: 0;
  }
}

.p-service__wrapper {
  max-width: 960px;
  padding: 80px 15px 0;
}

@media screen and (max-width: 600px) {
  .p-service__wrapper {
    font-size: 14px;
    padding: 80px 15px 52px;
  }
}

.p-service__title {
  font-size: clamp(1.125rem, 0.832rem + 1.249vw, 1.875rem);
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}

.p-service__contents {
  margin-top: 80px;
}

.p-service__text {
  margin-bottom: 24px;
  line-height: 1.8;
}


/*----------------------------------
 #flow
-----------------------------------*/
.p-flow {
  margin-top: 60px;
}

.p-flow__wrapper {
  position: relative;
  padding: 0 100px 88px;
}

@media screen and (max-width: 600px) {
  .p-flow__wrapper {
    padding: 0 15px 90px;
  }
}

.p-flow__title {
  position: relative;
  letter-spacing: 0.25em;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.25rem, 1rem + 1vw, 1.875rem);
}

@media screen and (max-width: 600px) {
  .p-flow__title {
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}

.p-flow__title::after {
  position: absolute;
  content: "";
  width: 350px;
  height: 70px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/common/title-bg-sm.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .p-flow__title::after {
    width: 210px;
    background-size: contain;
  }
}

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

.p-flow__container {
  max-width: 960px;
  margin: 56px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px;
}

.p-flow__contents {
  padding: 30px 50px 5px;
  border-radius: 10px;
}

@media screen and (max-width: 600px) {
  .p-flow__contents {
    padding: 30px 40px 40px;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .p-flow__contents img {
    max-width: 190px;
  }
}

.p-flow__contents--orange {
  background-image: url("../img/common/flow-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.p-flow__contents--orange::after {
  content: "";
  background-image: url("../img/common/flow-decoration2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 30%;
  left: -30%;
  width: 30%;
  aspect-ratio: 0.736;
}

@media screen and (max-width: 960px) {
  .p-flow__contents--orange::after {
    top: 30%;
    left: -22%;
    width: 120px;
  }
}

@media screen and (max-width: 600px) {
  .p-flow__contents--orange::after {
    display: none;
  }
}

.p-flow__contents--green {
  background-color: #def3cf;
  position: relative;
}

.p-flow__contents--green::before {
  content: "";
  background-image: url("../img/common/flow-decoration1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0%;
  right: -24%;
  width: 30%;
  aspect-ratio: 0.736;
}

@media screen and (max-width: 960px) {
  .p-flow__contents--green::before {
    top: -6%;
    right: -5%;
    width: 100px;
  }
}

@media screen and (max-width: 600px) {
  .p-flow__contents--green::before {
    top: 100%;
    right: 0px;
    width: 52px;
  }
}

.p-flow__contents--green::after {
  content: "";
  background-image: url("../img/common/flow-decoration3.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0%;
  right: -24%;
  width: 30%;
  aspect-ratio: 0.81;
}

@media screen and (max-width: 960px) {
  .p-flow__contents--green::after {
    width: 100px;
    right: -15%;
  }
}

@media screen and (max-width: 600px) {
  .p-flow__contents--green::after {
    display: none;
  }
}

.p-flow__list {
  padding-top: 32.5px;
  width: 100%;
}

.p-flow__item {
  position: relative;
  text-align: center;
  color: #fff;
  border-radius: 24px;
  background: #eda229;
  width: 360px;
  max-width: 100%;
  padding: 15px 0;
  margin: 0 auto 43px;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 600px) {
  .p-flow__item {
    font-size: 14px;
    padding: 10px 0;
    border-radius: 10px;
    margin-bottom: 29px;
  }
}

.p-flow__item--green {
  background: #8dc669;
}

.p-flow__item--gap {
  margin: 0 auto 49px;
}

.p-flow__item:not(:last-child)::before {
  content: "";
  position: absolute;
  background-image: url("../img/common/arrow-bottom.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 37px;
  height: 18px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
  .p-flow__item:not(:last-child)::before {
    bottom: -20px;
    width: 29px;
    height: 13px;
  }
}

.p-flow__item--gap:not(:last-child)::before {
  bottom: -40px;
}

@media screen and (max-width: 600px) {
  .p-flow__item--gap:not(:last-child)::before {
    bottom: -20px;
  }
}

/*----------------------------------
  #facility
-----------------------------------*/
.p-page-facility {
  position: relative;
  padding: 40px 0 80px;
}

@media screen and (max-width: 600px) {
  .p-page-facility {
    padding: 0px 0 80px;
  }
}

.p-page-facility::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -48px;
  height: 70px;
  background-image: url("../img/common/facility-bottom-decoration.png");
  background-position: center;
  background-size: contain;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .p-page-facility::after {
    bottom: -40px;
  }
}

.p-page-facility__wrapper {
  position: relative;
}

.p-page-facility__title {
  position: relative;
  font-size: clamp(1.125rem, 0.9958rem + 0.5906vw, 1.5rem);
  z-index: 2;
  margin-bottom: 24px;
  text-align: center;
}

.p-page-facility__title::after {
  position: absolute;
  content: "";
  width: 220px;
  height: 65px;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-image: url("../img/common/title-cloud.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
  .p-page-facility__title::after {
    width: 160px;
  }
}

.p-page-facility__title--wide::after {
  background-image: url("../img/common/title-cloud-wide.png");
  width: 300px;
}

@media screen and (max-width: 680px) {
  .p-page-facility__title--wide::after {
    width: 214px;
  }
}

.p-page-facility__contents-wrapper {
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0 15px;
}

@media screen and (max-width: 600px) {
  .p-page-facility__contents-wrapper {
    flex-direction: column;
    margin: 0 15px;
  }
}

.p-page-facility__content {
  padding: 50px 30px 35px;
  background: #fceacb;
  border-radius: 30px;
  flex: 1;
  min-width: 460px;
}

@media screen and (max-width: 989px) {
  .p-page-facility__content {
    min-width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .p-page-facility__content {
    min-width: 200px;
  }
}


.p-page-facility__content:nth-child(2) {
  background: #def3cf;
}

.p-page-facility__content:nth-child(3) {
  background: #DEF5FF;
  max-width: 460px;
  margin-inline: auto;
}

@media screen and (max-width: 669px) {
  .p-page-facility__content:nth-child(3) {
    max-width: 100%;
  }
}

.p-page-facility__text {
  text-align: left;
  line-height: 1.875;
}

.p-page-slider {
  position: relative;
  height: 100%;
  background-image: url("../img/common/facility-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 115px;
  padding-bottom: 30px;
}

.p-page-slider__decoration--left {
  width: 120px;
  position: absolute;
  top: -47px;
  left: 41px;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .p-page-slider__decoration--left {
    top: -18px;
    left: 18px;
    width: 70px;
  }
}

.p-page-slider__decoration--right {
  width: 197px;
  position: absolute;
  top: -62px;
  right: 41px;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .p-page-slider__decoration--right {
    top: 95%;
    right: 18px;
    width: 120px;
  }
}

.p-page-slider::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 50px;
  background-image: url("../img/common/page-facility-bottom.png");
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
}

@media screen and (max-width: 600px) {
  .p-page-slider::after {
    bottom: -20px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.p-page-slider__title {
  font-size: clamp(1.125rem, 0.7841rem + 1.4545vw, 1.875rem);
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  line-height: 1;
  padding-bottom: 36px;
  text-align: center;
}

.p-page-slider__decoration {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 600px) {
  .p-page-slider__decoration {
    width: 17px;
    height: auto;
  }
}

.p-address {
  position: relative;
}

.p-address__wrapper {
  max-width: 960px;
  padding: 50px 0 110px;
}

.p-address__contents {
  display: flex;
  gap: 2.47rem;
  flex: 1;
}

@media screen and (max-width: 600px) {
  .p-address__contents {
    flex-direction: column;
  }
}

.p-address__contents+.p-address__contents {
  margin-top: 56px;
}

.p-address__text {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 50%;
  align-self: flex-start;
}

@media screen and (max-width: 600px) {
  .p-address__text {
    margin-left: 15px;
  }
}

.p-address__video-wrapper {
  position: relative;
  padding-bottom: 350px;
  width: 467px;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .p-address__video-wrapper {
    width: calc(100% - 30px);
    padding-bottom: 175px;
    margin: 0 auto;
  }
}

.p-address__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-address dt,
.p-address dd {
  padding: 17px 10px 16px;
  background-image: linear-gradient(to right, #cecece 8px, transparent 8px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 16px;
}

.p-address dt:last-of-type,
.p-address dd:last-of-type {
  background-image: none;
}

.p-address dt {
  font-weight: bold;
  width: 25%;
  text-align: center;
}

.p-address dd {
  width: 65%;
  margin-left: -4px;
}

.p-address frame {
  flex: 1 1 50%;
}

/*----------------------------------
# staff
-----------------------------------*/
.p-staff-info__wrapper {
  padding-bottom: 150px;
}

@media screen and (max-width: 600px) {
  .p-staff-info__wrapper {
    padding: 0 30px 80px;
  }
}

.p-staff-info__list {
  gap: 1.56rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 65px;
}

@media screen and (max-width: 600px) {
  .p-staff-info__list {
    flex-direction: column;
    gap: 1.3rem;
    padding-bottom: 25px;
  }
}

.p-staff-info__item {
  flex: 0 0 30%;
}

.p-staff-info__list--bottom {
  display: flex;
  justify-content: center;
  gap: 1.56rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .p-staff-info__list--bottom {
    flex-wrap: nowrap;
    gap: 0.4rem;
  }
}

.p-staff-info__item--bottom {
  flex: 0 0 350px;
  max-width: 400px;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .p-staff-info__item--bottom {
    flex: 0 0 110px;
  }
}

/*----------------------------------
# usage
-----------------------------------*/
.p-usage-fee {
  position: relative;
  padding-bottom: 64px;
  height: 100%;
  background-image: url("../img/common/facility-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .p-usage-fee {
    padding: 20px 15px 24px;
  }
}

.p-usage-fee::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 50px;
  background-image: url("../img/common/page-facility-bottom.png");
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
}

@media screen and (max-width: 600px) {
  .p-usage-fee::after {
    bottom: -9px;
    background-size: contain;
    height: 30px;
    background-repeat: no-repeat;
  }
}

.p-usage-fee::before {
  content: "";
  content: "";
  position: absolute;
  top: -46px;
  left: 0;
  right: 0;
  height: 123px;
  background-image: url(../img/common/usage-top-decoration.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
  .p-usage-fee::before {
    background-size: contain;
    top: -13px;
    left: 0;
    right: 0;
    height: 35px;
  }
}

.p-usage-fee__top-decoration {
  position: absolute;
  top: 5%;
  left: 10%;
  width: 150px;
  aspect-ratio: 0.8;
  z-index: 10;
}

@media screen and (max-width: 600px) {
  .p-usage-fee__top-decoration {
    display: none;
  }
}

.p-usage-fee__wrapper {
  text-align: center;
  padding-top: 80px;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .p-usage-fee__wrapper {
    padding-top: 34px;
  }
}

.p-usage-fee__title-wrapper {
  padding-bottom: 35px;
}

@media screen and (max-width: 600px) {
  .p-usage-fee__title-wrapper {
    padding-bottom: 15px;
  }
}

.p-usage-fee__sub-title {
  position: relative;
  z-index: 1;
  font-size: clamp(1.125rem, 0.832rem + 1.249vw, 1.875rem);
  font-family: "Zen Maru Gothic", sans-serif;
}

.p-usage-fee__sub-title::after {
  position: absolute;
  content: "";
  width: 350px;
  height: 65px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-image: url("../img/common/title-cloud-wide.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .p-usage-fee__sub-title::after {
    background-size: contain;
    width: 215px;
  }
}

.p-usage-fee__lead {
  line-height: 1.8;
  text-align: left;
  padding-bottom: 54px;
}

@media screen and (max-width: 600px) {
  .p-usage-fee__lead {
    font-size: 14px;
    padding-bottom: 40px;
  }
}

.p-usage-fee__contents {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .p-usage-fee__contents {
    gap: 1.5rem;
  }
}

.p-usage-fee__detail {
  background: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 50px 14px 42px;
  border-radius: 24px;
  position: relative;
  z-index: 0;
  height: -moz-min-content;
  height: min-content;
  flex: 1;
  min-width: 300px;
}

@media screen and (max-width: 600px) {
  .p-usage-fee__detail {
    padding: 42px 14px 22px;
  }
}

.p-usage-fee__detail::before {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-image: url("../img/common/sticky-note.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 140px;
  height: 50px;
  z-index: 1;
}

.p-usage-fee__detail-title {
  font-size: clamp(1.28125rem, 1.1198rem + 0.7382vw, 1.75rem);
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 13px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 6.5px;
  line-height: 1;
}

@media screen and (max-width: 600px) {
  .p-usage-fee__detail-title {
    padding: 9px 0;
    margin-bottom: 8.5px;
  }
}

.p-usage-fee__tax {
  font-size: clamp(0.71875rem, 0.6219rem + 0.4429vw, 1rem);
}

.p-usage-fee__detail-text {
  text-align: center;
  line-height: 2.1875;
}

@media screen and (max-width: 600px) {
  .p-usage-fee__detail-text {
    font-size: 11.5px;
  }
}

.p-usage-fee__detail-price-wrapper {
  text-align: center;
}

.p-usage-fee__additional {
  display: flex;
  justify-content: space-around;
  padding-bottom: 24px;
}

@media screen and (max-width: 600px) {
  .p-usage-fee__additional {
    padding-bottom: 16px;
  }
}

.p-usage-fee__campaign {
  position: relative;
  z-index: 0;
  padding: 0 20px;
  display: inline-block;
  margin-bottom: 23px;
  line-height: 1;
}

@media screen and (max-width: 600px) {
  .p-usage-fee__campaign {
    margin-bottom: 18px;
  }
}

.p-usage-fee__campaign::before {
  position: absolute;
  bottom: -18px;
  left: 0;
  background-color: #fdeccd;
  border-radius: 30px;
  content: "";
  display: block;
  height: 24px;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .p-usage-fee__campaign::before {
    bottom: 3px;
    left: 8px;
    width: 80%;
    height: 14px;
  }
}

@media screen and (max-width: 600px) {
  .p-usage-fee__price-wrapper {
    font-size: 11.5px;
  }
}

.p-usage-fee__extra-price {
  position: relative;
  z-index: 0;
  line-height: 1.3;
}

.p-usage-fee__extra-price::before {
  position: absolute;
  bottom: -13px;
  left: 0;
  background-color: #fbfada;
  border-radius: 30px;
  content: "";
  display: block;
  height: 24px;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .p-usage-fee__extra-price::before {
    height: 14px;
    bottom: 3px;
  }
}

.p-usage-fee__others {
  position: relative;
  z-index: 0;
  line-height: 1.3;
}

.p-usage-fee__others::before {
  position: absolute;
  bottom: -13px;
  left: 0;
  background-color: #fbfada;
  border-radius: 30px;
  content: "";
  display: block;
  height: 24px;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .p-usage-fee__others::before {
    height: 14px;
    bottom: 3px;
  }
}

.p-usage-fee__text {
  line-height: 2.1875;
}

.p-usage-fee__list {
  text-align: left;
  flex: 1;
  min-width: 300px;
}

.p-usage-fee__item {
  padding-bottom: 14px;
}

@media screen and (max-width: 600px) {
  .p-usage-fee__item {
    padding-bottom: 20px;
  }
}

.p-usage-fee__item-title {
  margin-left: 35px;
  font-weight: bold;
  padding-bottom: 5px;
  position: relative;
  font-size: clamp(1rem, 0.912rem + 0.376vw, 1.25rem);
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 600px) {
  .p-usage-fee__item-title {
    margin-left: 28px;
  }
}

.p-usage-fee__item-title::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -35px;
  width: 30px;
  height: 30px;
  background-image: url("../img/common/slide-title-decoration.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.p-usage-fee__item-text {
  line-height: 1.9;
}

@media screen and (max-width: 600px) {
  .p-usage-fee__item-text {
    font-size: 14px;
    line-height: 1.8;
  }
}

.p-user-guidelines {
  padding-top: 90px;
  margin-top: -20px;
}

.p-user-guidelines__contents {
  display: flex;
  flex-wrap: wrap;
}

.p-user-guidelines__service {
  line-height: 1.6;
  text-align: center;
  position: relative;
  padding: 50px;
  flex: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  min-width: 400px;
}

@media screen and (max-width: 600px) {
  .p-user-guidelines__service {
    padding: 5px 15px 40px;
    min-width: 345px;
  }
}

.p-user-guidelines__service-wrapper {
  background: #fbfbf2;
  border-radius: 30px;
  padding: 0 22px 18px;
}

@media screen and (max-width: 600px) {
  .p-user-guidelines__service-wrapper {
    padding: 0 15px 18px;
    border-radius: 15px;
  }
}

.p-user-guidelines__title {
  font-size: clamp(1rem, 0.6986rem + 1.378vw, 1.875rem);
  position: relative;
  top: -20px;
  z-index: 0;
  margin-bottom: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 600px) {
  .p-user-guidelines__title {
    margin-bottom: 0;
    top: -13px;
  }
}

.p-user-guidelines__title::after {
  position: absolute;
  content: "";
  width: 290px;
  height: 70px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/common/title-bg-sm.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .p-user-guidelines__title::after {
    width: 170px;
  }
}

.p-user-guidelines__text--ss {
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  .p-user-guidelines__text--ss {
    font-size: 10px;
  }
}

.p-user-guidelines__text--sm {
  font-size: 16px;
  padding-bottom: 22px;
}

@media screen and (max-width: 600px) {
  .p-user-guidelines__text--sm {
    font-size: 14px;
  }
}

.p-user-guidelines__small {
  font-size: 13px;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 600px) {
  .p-user-guidelines__small {
    font-size: 12px;
  }
}

.p-user-guidelines__text--lg {
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  .p-user-guidelines__text--lg {
    font-size: 14px;
    letter-spacing: 0.15em;
  }
}

@media screen and (max-width: 600px) {
  .p-user-guidelines__text--md {
    font-size: 14px;
  }
}

.p-user-guidelines__text--xlg {
  font-size: 24px;
  padding-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .p-user-guidelines__text--xlg {
    font-size: 16px;
  }
}

.p-user-guidelines__test--pb10 {
  padding-bottom: 10px;
}

.p-user-guidelines__text--pb20 {
  padding-bottom: 20px;
}

.p-user-guidelines__text--pb16 {
  padding-bottom: 16px;
}

@media screen and (max-width: 600px) {
  .p-user-guidelines__text--pb16 {
    padding-bottom: 0px;
  }
}

.p-user-guidelines__text--right {
  text-align: left;
  line-height: 1.8;
  padding-bottom: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  list-style: none;
  margin-left: 1em;
}

.p-user-guidelines__list-item {
  position: relative;
  padding-left: 1.5em;
}

.p-user-guidelines__list-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p-user-guidelines__highlight {
  position: relative;
  z-index: 0;
  font-weight: bold;
}

.p-user-guidelines__highlight::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #fdeccd;
  border-radius: 30px;
  content: "";
  display: block;
  height: 12px;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .p-user-guidelines__highlight::before {
    height: 6px;
  }
}

.p-user-guidelines__img-wrapper {
  width: 100%;
  text-align: right;
}

.p-user-guidelines__img {
  width: 8em;
}

@media screen and (max-width: 600px) {
  .p-user-guidelines__img {
    width: 4.5em;
  }
}

.p-usage-flow {
  position: relative;
  padding: 80px 0;
  height: 100%;
  max-width: 100%;
  background-image: url("../img/common/bg-dot.jpg");
  background-position: top;
  background-size: 1500px 1500px;
  background-repeat: repeat;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .p-usage-flow {
    background-size: 700px 700px;
    padding: 80px 0 20px;
    z-index: 0;
  }
}

.p-usage-flow__wrapper {
  max-width: 960px;
  text-align: left;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .p-usage-flow__wrapper {
    padding: 0 15px;
    text-align: center;
  }
}

.p-usage-flow__lead {
  padding-bottom: 35px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .p-usage-flow__lead {
    font-size: 14px;
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .p-usage-flow__list {
    margin: 0 15px;
    text-align: left;
  }
}

.p-usage-flow__title {
  position: relative;
  margin-bottom: 40px;
  letter-spacing: 0.25em;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 600px) {
  .p-usage-flow__title {
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}

.p-usage-flow__title::after {
  position: absolute;
  content: "";
  width: 350px;
  height: 70px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/common/title-bg-sm.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .p-usage-flow__title::after {
    width: 210px;
    background-size: contain;
  }
}

.p-usage-flow__item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-bottom: 35px;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .p-usage-flow__item {
    gap: 0.6em;
    padding-bottom: 60px;
  }
}

.p-usage-flow__img-wrapper {
  flex: 2;
  min-width: 200px;
  max-width: 300px;
}

@media screen and (max-width: 600px) {
  .p-usage-flow__img-wrapper {
    flex: 0 0 153px;
    min-width: 150px;
  }
}

.p-usage-flow__text-wrapper {
  flex: 8;
  min-width: 300px;
}

.p-usage-flow__list-title {
  font-size: clamp(1rem, 0.8278rem + 0.7874vw, 1.5rem);
  padding-bottom: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .p-usage-flow__list-title {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .p-usage-flow__text {
    font-size: 14px;
  }
}

/*----------------------------------
# recruit
-----------------------------------*/
.p-recruit {
  position: relative;
  padding: 80px 0 0;
  margin-bottom: 80px;
  height: 100%;
  max-width: 100%;
  background-image: url("../img/common/bg-dot.jpg");
  background-position: top;
  background-size: 1500px 1500px;
  background-repeat: repeat;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .p-recruit {
    margin-bottom: 70px;
    background-size: 700px 700px;
  }
}

.p-recruit__wrapper {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  padding: 64px 0;
}

@media screen and (max-width: 600px) {
  .p-recruit__wrapper {
    padding: 32px 15px 33px;
  }
}

.p-recruit__main-title {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin-bottom: 36px;
}

@media screen and (max-width: 600px) {
  .p-recruit__main-title {
    margin-bottom: 23px;
  }
}

.p-recruit__main-title::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -20px;
  width: 17px;
  height: 27px;
  background-image: url("../img/common/recruit__title-decoration1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .p-recruit__main-title::before {
    bottom: 0;
  }
}

.p-recruit__main-title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -20px;
  width: 17px;
  height: 27px;
  background-image: url("../img/common/recruit__title-decoration2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .p-recruit__main-title::after {
    bottom: 0;
  }
}

.p-recruit__feature-list {
  margin: 0 auto;
  display: flex;
  max-width: 512px;
  width: 100%;
  gap: 1rem;
}

@media screen and (max-width: 600px) {
  .p-recruit__feature-list {
    font-size: 14px;
    gap: 14px;
  }
}

.p-recruit__feature-item {
  flex: 1;
  background: #efe47d;
  border-radius: 10px;
  text-align: center;
  padding: 6px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .p-recruit__feature-item {
    padding: 1px;
    width: 110px;
    line-height: 35px;
    border-radius: 5px;
  }
}

.p-recruit__tabs {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 0.2rem;
  padding-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .p-recruit__tabs {
    padding-bottom: 24px;
  }
}

.p-recruit__tab-button {
  background: #dfdfdf;
  color: #fff;
  font-size: clamp(0.875rem, 0.4013rem + 2.1654vw, 2.25rem);
  width: 100%;
  border-radius: 30px;
  position: relative;
}

.p-recruit__tab-button.is-active {
  background: #eda229;
}

.p-recruit__tab-button.is-active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #eda229;
}

@media screen and (max-width: 600px) {
  .p-recruit__tab-button.is-active::after {
    content: "";
    bottom: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #eda229;
  }
}

.p-recruit__content {
  display: none;
  position: relative;
}

.p-recruit__content.is-active {
  display: block;
}

.p-recruit__content tbody {
  background: #eda229;
}

.p-recruit__content tr {
  position: relative;
}

.p-recruit__content .title {
  background: #efe47d;
  font-weight: bold;
  text-align: center;
  padding: 19px 0;
  font-size: clamp(0.875rem, 0.6597rem + 0.9843vw, 1.5rem);
}

@media screen and (max-width: 600px) {
  .p-recruit__content .title {
    padding: 12px 0;
  }
}

.p-recruit__content .heading {
  background: #eda229;
  color: #fff;
  position: absolute;
  width: 18%;
  font-size: clamp(0.75rem, 0.6639rem + 0.3937vw, 1rem);
  font-weight: bold;
}

.p-recruit__content .text {
  width: 82%;
  padding: 16px 24px;
  font-size: 14px;
  background: #fbfbf2;
}

@media screen and (max-width: 600px) {
  .p-recruit__content .text {
    padding: 12px 12px;
  }
}

.p-recruit__content--sm .text {
  padding: 16px 24px;
  padding-right: 11vw;
}

@media screen and (max-width: 600px) {
  .p-recruit__content--sm .text {
    padding: 12px 12px;
  }
}

.p-recruit__content .inner-box {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 10px;
}

.p-recruit-lead {
  background: #fbfbf2;
  padding: 40px 0 80px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .p-recruit-lead {
    padding: 40px 15px 25px;
  }
}

.p-recruit-lead::after {
  content: "";
  position: absolute;
  bottom: -43px;
  left: 0;
  right: 0;
  height: 50px;
  background-image: url("../img/common/recruit__lead-bg--bottom.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .p-recruit-lead::after {
    bottom: -28px;
    background-size: contain;
  }
}

.p-recruit-lead::before {
  content: "";
  position: absolute;
  top: -48px;
  left: 0;
  right: 0;
  height: 50px;
  background-image: url("../img/common/recruit__lead-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .p-recruit-lead::before {
    background-size: contain;
    top: -30px;
  }
}

.p-recruit-lead__decoration {
  position: absolute;
  z-index: 2;
}

.p-recruit-lead__decoration--left {
  width: 213px;
  aspect-ratio: 1.18;
  top: -200px;
  left: 4%;
}

@media screen and (max-width: 600px) {
  .p-recruit-lead__decoration--left {
    width: 90px;
    aspect-ratio: 1.18;
    top: -66px;
    left: 4%;
  }
}

.p-recruit-lead__decoration--right {
  width: 118px;
  top: -180px;
  aspect-ratio: 0.84;
  right: 4%;
}

@media screen and (max-width: 600px) {
  .p-recruit-lead__decoration--right {
    display: none;
  }
}

.p-recruit-lead__wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.p-recruit-lead__box-container {
  background: #fff;
  padding: 42px 50px 50px;
  text-align: center;
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .p-recruit-lead__box-container {
    padding: 15px 15px 10px;
    border: 3px solid #eeeeee;
    border-radius: 10px;
  }
}

.p-recruit-lead__box-container::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -2%;
  transform: translate(50%, 50%);
  width: 16vw;
  aspect-ratio: 1.31;
  background-image: url("../img/common/recruit__decoration--s3.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}

@media screen and (max-width: 600px) {
  .p-recruit-lead__box-container::after {
    width: 123px;
    right: 15%;
    bottom: -13%;
  }
}

.p-recruit-lead__page-title {
  letter-spacing: 0.16em;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 600px) {
  .p-recruit-lead__page-title {
    font-size: 16px;
    letter-spacing: 0;
  }
}

.p-recruit-lead__text {
  padding-top: 30px;
}

@media screen and (max-width: 600px) {
  .p-recruit-lead__text {
    line-height: 1.8;
    text-align: left;
    font-size: 14px;
    padding-top: 14px;
  }
}

.p-company {
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 600px) {
  .p-company {
    padding-bottom: 80px;
  }
}

.p-company::before {
  position: absolute;
  content: "";
  bottom: -49px;
  left: 0;
  right: 0;
  height: 50px;
  background-image: url("../img/common/wave-bottom.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 20;
}

.p-company__wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 110px;
}

@media screen and (max-width: 600px) {
  .p-company__wrapper {
    padding: 0 15px;
  }
}

.p-company__list {
  display: flex;
  flex-wrap: wrap;
}

.p-company dt {
  width: 25%;
  text-indent: 56px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .p-company dt {
    text-indent: 5px;
  }
}

.p-company dd {
  width: 75%;
}

.p-company dd,
.p-company dt {
  padding: 15px 0 14px;
  background-image: linear-gradient(to right, #cecece 8px, transparent 8px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 16px;
}

@media screen and (max-width: 600px) {

  .p-company dd,
  .p-company dt {
    font-size: 14px;
    padding: 13px 0 14px;
  }
}

/*----------------------------------
#faq
-----------------------------------*/
.p-faq {
  position: relative;
  z-index: 0;
  padding: 40px 15px 130px;
}

@media screen and (max-width: 600px) {
  .p-faq {
    padding: 40px 15px 60px;
  }
}

.p-faq::before {
  position: absolute;
  content: "";
  bottom: -49px;
  left: 0;
  right: 0;
  height: 50px;
  background-image: url("../img/common/wave-bottom.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 20;
}

.p-faq__wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.p-faq__item {
  margin-bottom: 30px;
  background: #eda229;
}

@media screen and (max-width: 600px) {
  .p-faq__item {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.p-faq__question {
  background: #eda229;
  color: #fff;
  padding: 16px 64px;
  position: relative;
  z-index: 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 600px) {
  .p-faq__question {
    padding: 12px 50px;
  }
}

.p-faq__question::before {
  content: "Q";
  position: absolute;
  left: 1.5%;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/common/faq__question.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 38px;
  height: 37px;
  z-index: 1;
  font-weight: bold;
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  display: grid;
  place-items: center;
  color: #eda229;
}

.p-faq__question::after {
  content: "";
  position: absolute;
  right: 1.5%;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background-image: url("../img/common/arrow-top.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 21px;
  height: 11px;
  z-index: 1;
  transition: transform 0.5s ease-in-out;
}

.p-faq__question.is-open::after {
  transform: translateY(-50%) rotate(0deg);
}

.p-faq__question-text {
  font-weight: normal;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

.p-faq__answer {
  background: #fbfbf2;
  position: relative;
  z-index: 0;
  line-height: 1.8;
  color: white;
  font-weight: bold;
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
}

.p-faq__answer-text {
  padding: 30px 64px;
  color: #333;
  font-weight: normal;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 600px) {
  .p-faq__answer-text {
    padding: 12px 16px 3px 50px;
  }
}

.p-faq__answer::before {
  content: "A";
  position: absolute;
  left: 1.5%;
  top: 30px;
  background-image: url("../img/common/faq__answer.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 38px;
  height: 37px;
  z-index: 1;
  display: grid;
  place-items: center;
  color: white;
}

.p-contact-tel__content {
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  border: 4px solid #eda229;
  padding: 28px 88px 20px;
  text-align: center;
}

.p-contact-tel__text {
  font-size: clamp(0.9375rem, 0.7437rem + 0.8858vw, 1.5rem);
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}

.p-contact-tel__img {
  width: 53px;
  max-width: 100%;
  vertical-align: top;
}

.p-contact-tel__number {
  font-size: clamp(1.65625rem, 1.3871rem + 1.2303vw, 2.4375rem);
  color: #eda229;
  text-decoration: none;
  font-weight: bold;
}

.p-contact-tel__detail {
  font-size: clamp(0.65625rem, 0.5809rem + 0.3445vw, 0.875rem);
}

/*----------------------------------
# contact
-----------------------------------*/
.p-contact-tel__wrapper {
  display: grid;
  place-items: center;
  padding: 0 0 56px;
}

@media screen and (max-width: 600px) {
  .p-contact-tel__wrapper {
    padding: 30px 30px 25px;
  }
}

.p-contact-tel__content {
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  border: 4px solid #eda229;
  padding: 21px 60px 20px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .p-contact-tel__content {
    padding: 20px 10px 25px;
    border-radius: 10px;
  }
}

.p-contact-tel__text {
  font-size: clamp(0.9375rem, 0.7437rem + 0.8858vw, 1.5rem);
  font-weight: bold;
}

.p-contact-tel__img {
  width: 53px;
  max-width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 600px) {
  .p-contact-tel__img {
    width: 35px;
  }
}

.p-contact-tel__number {
  font-size: clamp(1.656rem, 1.351rem + 1.301vw, 2.438rem);
  color: #eda229;
  text-decoration: none;
  line-height: 53px;
}

@media screen and (max-width: 600px) {
  .p-contact-tel__number {
    line-height: 35px;
  }
}

.p-contact-tel__detail {
  font-size: clamp(0.65625rem, 0.5809rem + 0.3445vw, 0.875rem);
}

.p-contact-tel__info {
  margin-top: 20px;

}

.p-contact {
  position: relative;
  z-index: 0;
}

.p-contact::before {
  position: absolute;
  content: "";
  bottom: -49px;
  left: 0;
  right: 0;
  height: 50px;
  background-image: url("../img/common/wave-bottom.png");
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  z-index: 20;
}

.p-contact__wrapper {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 15px;
}

@media screen and (max-width: 600px) {
  .p-contact__wrapper {
    max-width: 315px;
    letter-spacing: 0;
  }
}

.p-contact__item {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .p-contact__item {
    flex-direction: column;
  }
}

.p-contact__item:nth-child(-n + 5) {
  align-items: center;
}

@media screen and (max-width: 600px) {
  .p-contact__item:nth-child(-n + 5) {
    align-items: start;
  }
}

.p-contact__item:not(:last-of-type) {
  padding-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .p-contact__item:not(:last-of-type) {
    padding-bottom: 20px;
  }
}

.p-contact__input {
  max-width: 100%;
  width: 700px;
  border: 1px solid #9c9c9c;
  padding: 10px 20px;
}

@media screen and (max-width: 600px) {
  .p-contact__input {
    padding: 0 10px;
  }
}

.p-contact__input--textarea {
  margin-top: 8px;
  height: 200px;
}

.p-contact__input-box {
  max-width: 100%;
  width: 700px;
}

.p-contact__label {
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .p-contact__input-box {
    display: flex;
    flex-direction: column;
  }
}

.p-contact__required {
  background: #d90a0a;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 4px;
  margin-left: 16px;
  font-size: clamp(0.688rem, 0.566rem + 0.52vw, 1rem);
}

@media screen and (max-width: 600px) {
  .p-contact__required {
    padding: 0 8px;
    margin-left: 4px;
    line-height: 1.4;
    border-radius: 2px;
  }
}

.p-contact__submit {
  text-align: center;
  padding-bottom: 150px;
  position: relative;
}

/*----------------------------------
#archive
-----------------------------------*/
.p-page-news {
  position: relative;
  z-index: 0;
  margin-top: 110px;
  background: #fbfbf2;
}

@media screen and (max-width: 600px) {
  .p-page-news {
    margin-top: 50px;
  }
}

.p-page-news::before {
  position: absolute;
  content: "";
  top: -50px;
  left: 0;
  right: 0;
  height: 50px;
  background-image: url("../img/common/page-news__top-decoration.png");
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  z-index: 20;
}

.p-page-news__wrapper {
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

@media only screen and (max-width: 600px) {
  .p-page-news__wrapper {
    flex-direction: column;
    justify-content: center;
  }
}

.p-page-news__main {
  flex: 0 0 75%;
  max-width: 75%;
}

@media only screen and (max-width: 600px) {
  .p-page-news__main {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.p-page-news__aside {
  flex: 0 0 23%;
  max-width: 23%;
}

@media only screen and (max-width: 600px) {
  .p-page-news__aside {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.p-page-news__lead {
  text-align: center;
  padding-bottom: 40px;
}

.p-page-news__list {
  max-width: calc(var(--content-width) + var(--margin--a) * 2);
  padding: 0 var(--margin--a);
  display: flex;
  justify-content: space-around;
  list-style: none;
  gap: 24px;
  align-items: flex-start;
  padding-bottom: 80px;
  flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .p-page-news__list {
    gap: 1rem;
  }
}

.p-page-news__item {
  position: relative;
  background: #fff;
  padding-bottom: 16px;
  width: calc(33.3% - 1.5rem);
}

@media screen and (max-width: 600px) {
  .p-page-news__item {
    width: calc(50% - 0.5rem);
    height: 228px;
  }
}

.p-page-news__item:nth-child(3n + 2) {
  margin-top: 30px;
}

@media screen and (max-width: 600px) {
  .p-page-news__item:nth-child(3n + 2) {
    margin-top: 0;
  }
}

.p-page-news__img {
  aspect-ratio: 1.5;
  max-height: 171px;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-news__content {
  padding: 12px 10px 26px;
}

.p-page-news__category {
  background: #eda229;
  color: #fff;
  padding: 4px 8px;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  max-width: 244px;
  overflow: hidden;
  max-height: 63px;
  font-size: 13px;
}

.p-page-news__category a {
  color: #fff;
}

@media screen and (max-width: 600px) {
  .p-page-news__category {
    margin-bottom: 16px;
    font-size: 12px;
    padding: 0 4px;
    max-width: 100%;
  }
}

.p-page-news__date {
  color: #949494;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .p-page-news__date {
    font-size: 12px;
  }
}

.p-page-news__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 6em;
}

@media screen and (max-width: 600px) {
  .p-page-news__text {
    font-size: 14px;
  }
}

/*----------------------------------
# 投稿詳細
-----------------------------------*/
.p-post {
  max-width: 1100px;
  margin: 0 auto;
}

.p-post__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

@media only screen and (max-width: 600px) {
  .p-post__wrapper {
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
  }
}

.p-post__main {
  flex: 0 0 75%;
  max-width: 75%;
}

@media only screen and (max-width: 600px) {
  .p-post__main {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.p-post__aside {
  flex: 0 0 22%;
  max-width: 22%;
}

@media only screen and (max-width: 600px) {
  .p-post__aside {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.p-post__category {
  background: #eda229;
  color: #fff;
  padding: 4px 8px;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .p-post__category {
    margin-bottom: 16px;
    font-size: 14px;
  }
}

.p-post__category a {
  color: #fff;
}

.p-post__date {
  font-size: 16px;
  color: #949494;
  margin-bottom: 30px;
  display: block;
}

@media screen and (max-width: 600px) {
  .p-post__date {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
  }
}

.p-post__title {
  font-size: clamp(1rem, 0.7359rem + 1.1268vw, 1.75rem);
  padding-bottom: 48px;
  line-height: 1;
}

@media screen and (max-width: 600px) {
  .p-post__title {
    line-height: 1.8;
    padding-bottom: 24px;
  }
}

.p-post__img-wrapper {
  width: 100%;
  padding-bottom: 48px;
}

.p-post__submit {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 130px;
}

@media screen and (max-width: 600px) {
  .p-post__submit {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

.p-post__link {
  display: inline-block;
  line-height: 45px;
  width: 230px;
  border-radius: 22.5px;
  background: #eda229;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 600px) {
  .p-post__link {
    width: 200px;
    line-height: 40px;
  }
}

.p-related-article {
  padding-top: 100px;
}

@media only screen and (max-width: 600px) {
  .p-related-article {
    padding-top: 80px;
  }
}

.p-related-article__title {
  border-bottom: 1px #eda229 solid;
  font-size: 24px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .p-related-article__title {
    font-size: 16px;
  }
}

.p-related-article__item {
  align-items: center;
  display: flex;
  padding-bottom: 18px;
  border-bottom: 1px solid #cccccc;
  gap: 20px;
}

.p-related-article__thumbnail {
  padding-top: 30px;
  flex: 0 0 20%;
  max-width: 20%;
}

.p-related-article__img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-related-article__content {
  flex: 0 0 75%;
  max-width: 75%;
}

.p-related-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.p-related-article__date {
  font-size: 14px;
  color: #949494;
}

.p-related-article__category {
  background: #eda229;
  padding: 1px 10px;
  font-size: 12px;
  color: white;
}

.p-related-article__link {
  font-size: 16px;
}

@media only screen and (max-width: 600px) {
  .p-related-article__link {
    font-size: 14px;
  }
}

.p-related-article__excerpt {
  font-size: 12px;
  line-height: 1.75;
}

/*----------------------------------
#  送信画面
-----------------------------------*/
.p-send {
  position: relative;
  z-index: 0;
}

.p-send::before {
  position: absolute;
  content: "";
  bottom: -49px;
  left: 0;
  right: 0;
  height: 50px;
  background-image: url("../img/common/wave-bottom.png");
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  z-index: 20;
}

.p-send__wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 36px 0px 136px;
}

@media screen and (max-width: 600px) {
  .p-send__wrapper {
    padding: 36px 15px 136px;
    font-size: 14px;
  }
}

.p-send__contents {
  text-align: center;
  padding-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .p-send__contents {
    text-align: left;
    padding-bottom: 5px;
  }
}

.p-send__text {
  line-height: 1.8;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .p-send__text {
    line-height: 2;
  }
}

@media screen and (max-width: 600px) {
  .p-send__contact {
    line-height: 2;
  }
}

/*----------------------------------
#pagination
-----------------------------------*/
.pagination-wrapper {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding-bottom: 130px;
}

@media screen and (max-width: 600px) {
  .pagination-wrapper {
    padding-bottom: 60px;
  }
}

.page-numbers {
  border-radius: 50%;
  background: #eda229;
  display: grid;
  place-items: center;
  color: #fff;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 600px) {
  .page-numbers {
    width: 30px;
    height: 30px;
  }
}

.page-numbers img {
  width: 30px;
  height: auto;
}

/*----------------------------------
#mw wp form
-----------------------------------*/
.mwform-radio-field input {
  opacity: 0;
  position: absolute;
}

.mwform-radio-field input:checked+.mwform-radio-field-text::before {
  background-color: #eda229;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 0 2px #ffffff;
  /* 白い余白部分 */
}

.mwform-radio-field input+.mwform-radio-field-text::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 12px;
  vertical-align: middle;
  margin: 2px;
}

.mwform-radio-field-text {
  font-weight: bold;
}

.c-form__btn {
  position: relative;
}

.c-arrow--form {
  margin-left: 5px;
  vertical-align: middle;
  top: 14%;
  left: 57%;
  position: absolute;
}

@media screen and (max-width: 600px) {
  .c-arrow--form {
    left: 71%;
  }
}

@media screen and (max-width: 600px) {
  .mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0px;
  }
}

/*----------------------------------
#パンくずリスト
-----------------------------------*/
.aioseo-breadcrumbs {
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 15px;
  font-size: 0.9em;
}

@media screen and (max-width: 600px) {
  .aioseo-breadcrumbs {
    display: none;
  }
}

/*----------------------------------
#仕様変更用
-----------------------------------*/
.bottom-margin {
  background: #fff;
  width: 100%;
  height: 15vh;
}

/*----------------------------------
#aside
-----------------------------------*/
.p-widget__wrapper {
  background: #fff;
  padding: 30px 22px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.p-widget__title {
  font-size: 24px;
  border-bottom: 1px #eda229 solid;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .p-widget__title {
    font-size: 16px;
    margin-bottom: 0px;
  }
}

.p-widget__posts-container {
  padding-bottom: 64px;
}

.p-widget__item {
  padding-top: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}

.p-widget__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.p-widget__date {
  color: #949494;
  font-size: 12px;
  display: block;
}

.p-widget__category {
  background: #eda229;
  font-size: 11px;
  padding: 0 8px;
  color: white;
}

.p-widget__item--category {
  color: #527fbf;
}

.p-widget__item--category::before {
  content: "•";
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.p-widget__item--category a {
  color: #527fbf;
}

.p-widget__link {
  font-size: 13px;
}

/*----------------------------------
#投稿要スタイル
-----------------------------------*/
#single-post .p-post__content h1 {
  font-size: 28px;
  margin: 25px 0;
}

@media only screen and (max-width: 600px) {
  #single-post .p-post__content h1 {
    font-size: 26px;
    margin: 19px 0;
  }
}

#single-post .p-post__content h2 {
  color: #78c945;
  border-bottom: 1px solid #78c945;
  margin: 28px 0 23px;
  font-size: 24px;
}

@media only screen and (max-width: 600px) {
  #single-post .p-post__content h2 {
    font-size: 20px;
    margin: 23px 0 19px;
  }
}

#single-post .p-post__content h3 {
  color: #eda229;
  margin: 27px 0 11px;
  font-size: 20px;
}

@media only screen and (max-width: 600px) {
  #single-post .p-post__content h3 {
    font-size: 18px;
    margin: 21px 0 9px;
  }
}

#single-post .p-post__content h4 {
  color: #333333;
  margin: 17px 0 7px;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  #single-post .p-post__content h4 {
    font-size: 16px;
    margin: 15px 0 7px;
  }
}

/*# sourceMappingURL=app.css.map */