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

a,
body,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
li,
ol,
p,
span,
table,
td,
th,
tr,
ul {
    border: 0;
    font-size: 100%;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

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

a {
    color: inherit;
    text-decoration: none;
}

button {
    background: 0 0;
    border: none;
    box-shadow: none;
    cursor: pointer;
    font: inherit;
    margin: 0;
    padding: 0;
}

input,
select,
textarea {
    color: inherit;
    font: inherit;
    vertical-align: top;
}

blockquote {
    margin: 0;
}

body {
    background: #fbfbfb;
    color: #222;
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 16px;
}

body.no-scroll {
    overflow: hidden;
}

.yohaku {
    height: 100vh;
}

.c-heading-title {
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
}

.c-heading-title__text {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.48px;
    line-height: 1.67;
}

.c-heading-title__img {
    height: 10px;
    margin-inline: auto;
    width: 50px;
}

.c-banner {
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 15;
}

.c-banner.display-none {
    display: none;
}

.c-banner__wrap {
    position: relative;
}

.c-banner__link {
    background: #fbfbfb;
    border: 9.791px solid #f7e070;
    border-radius: 10px;
    box-shadow: 1.958px 1.958px 3.916px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    display: inline-block;
    padding: 13.709px 45.609px 14.039px 68.539px;
    transition: translate 0.3s ease, box-shadow 0.3s ease;
    translate: -2px -2px;
}

.c-banner__link::before {
    background: url(../img/banner-glasses.png) no-repeat center center/contain;
    bottom: -12px;
    content: "";
    height: 66.579px;
    left: -9.791px;
    position: absolute;
    width: 62.663px;
}

.c-banner__link-text {
    font-size: 19.582px;
    font-weight: 700;
    letter-spacing: 0.392px;
    line-height: 1.6;
}

.c-banner__link-text::before {
    background: url(../img/banner-arrow.png) no-repeat center center/contain;
    content: "";
    height: 21.689px;
    position: absolute;
    right: 10px;
    top: 50%;
    translate: 0 -50%;
    width: 26.948px;
}

.c-banner__cancel {
    cursor: pointer;
    height: 48px;
    position: absolute;
    right: -22px;
    top: -26px;
    transition: opacity 0.3s ease;
    width: 48px;
    z-index: 16;
}

.c-to-top {
    bottom: 0;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 2px;
    transition: all 0.3s ease;
    visibility: hidden;
    z-index: 15;
}

.c-to-top.js-show {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
}

.c-news-card {
    border-radius: 16px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    transition: opacity 0.3s ease;
}

.c-news-card:focus {
    outline-offset: 4px;
}

.c-news-card__img {
    overflow: hidden;
}

.c-news-card__img img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-news-card__body {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 12px 24px 24px;
    row-gap: 8px;
}

.c-news-card__categories {
    display: flex;
    -moz-column-gap: 4px;
    column-gap: 4px;
}

.c-news-card__category {
    background: #9fdb8b;
    border-radius: 100vmax;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
    line-height: 1.71;
    padding-inline: 12px;
}

.c-news-card__text {
    display: -webkit-box;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.75;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.c-news-card__time {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
    line-height: 1.71;
    text-align: right;
}

.c-sidebar-card {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
}

.c-sidebar-card__title {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: 1.67;
    overflow: hidden;
    position: relative;
}

.c-sidebar-card__title::before {
    background: radial-gradient(circle farthest-side, #5eb342, #5eb342 25%, transparent 25%, transparent);
    background-size: 4px;
    bottom: -5.5px;
    content: "";
    display: inline-block;
    height: 10px;
    left: -2px;
    position: absolute;
    width: 100%;
}

.c-sidebar-card__list {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    padding-left: 16px;
    row-gap: 24px;
}

.c-sidebar-card__list li a {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    padding-left: 24px;
    position: relative;
    transition: opacity 0.3s ease;
}

.c-sidebar-card__list li a::before {
    background: #9fdb8b;
    border-radius: 50%;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 16px;
}

.c-pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-inline: auto;
    margin-top: 32px;
    width: -moz-fit-content;
    width: fit-content;
}

.c-pagination .page-numbers {
    border-radius: 8px;
    display: grid;
    font-family: Ruda, serif;
    font-size: 20px;
    font-weight: 700;
    height: 32px;
    line-height: 1;
    place-items: center;
    transition: opacity 0.3s ease;
    width: 32px;
}

.c-pagination .page-numbers:hover {
    opacity: 0.7;
}

.c-pagination .page-numbers.next:hover,
.c-pagination .page-numbers.prev:hover {
    opacity: 0.7;
}

.c-pagination .current {
    background: #5eb342;
}

.c-pagination .next,
.c-pagination .prev {
    background: #9fdb8b;
    position: relative;
}

.c-pagination .next::before,
.c-pagination .prev::before {
    content: "";
    height: 32px;
    left: 0;
    position: absolute;
    top: 0;
    width: 32px;
}

.c-pagination .prev::before {
    background: url(../img/pagination-arrow-left.png) no-repeat center center/contain;
}

.c-pagination .next::before {
    background: url(../img/pagination-arrow-right.png) no-repeat center center/contain;
}

.breadcrumb {
    display: none;
}

.breadcrumb a {
    width: -moz-fit-content;
    width: fit-content;
}

.breadcrumb img {
    height: 32px;
    width: 32px;
}

.c-form-field {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.c-form-field__head {
    display: flex;
    -moz-column-gap: 16px;
    align-items: center;
    column-gap: 16px;
}

.c-form-field__label {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.c-form-field__tag {
    border: 2px solid transparent;
    border-radius: 2px;
    display: block;
    flex-shrink: 0;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.5;
    padding-inline: 6px;
    width: 49px;
}

.c-form-field__tag.--required {
    border-color: #f14624;
    color: #f14624;
}

.c-form-field__tag.--any {
    border-color: #9e9e9e;
}

.wpcf7-form-control-wrap {
    display: flex;
    /* エラーメッセージを上に持ってくる */
    flex-direction: column-reverse;
    row-gap: 8px;
}

.c-form-field__body {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.c-form-field__body-text {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.c-form-field__text,
.c-form-field__textarea {
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    padding: 15px 16px;
    width: 100%;
}

.c-form-field__text::-moz-placeholder,
.c-form-field__textarea::-moz-placeholder {
    color: #9e9e9e;
}

.c-form-field__text::placeholder,
.c-form-field__textarea::placeholder {
    color: #9e9e9e;
}

.c-form-field__textarea {
    min-height: 200px;
    resize: none;
}

.c-contact-privacy__label {
    display: flex;
    align-items: center;
}

.c-contact-privacy__checkbox {
    height: 1px;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

.c-contact-privacy__checkbox:focus + .wpcf7-list-item-label::before {
    outline: 2px solid #1971ff;
    outline-offset: 2px;
}

.c-contact-privacy__checkbox:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

.wpcf7-list-item-label {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    padding-left: 36px;
    position: relative;
}

.wpcf7-list-item-label:focus {
    outline-offset: 4px;
}

.wpcf7-list-item-label::before {
    border: 1px solid #9e9e9e;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 24px;
}

.wpcf7-list-item-label::after {
    background: #008d56;
    content: "";
    height: 18px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 18px;
}

.c-contact-privacy__link {
    color: #1971ff;
    text-decoration: underline;
}

.c-contact-btn {
    margin-inline: auto;
    max-width: 202px;
    position: relative;
    transition: translate 0.1s ease;
    width: -moz-fit-content;
    width: fit-content;
    width: 100%;
}

.c-contact-btn::before {
    background: url(../img/arrow.png) no-repeat center center/contain;
    content: "";
    height: 32px;
    position: absolute;
    top: 50%;
    transition: translate 0.1s ease;
    width: 32px;
}

.c-contact-btn:has(.wpcf7-submit)::before {
    right: 24px;
    rotate: -90deg;
    translate: 0 -50%;
}

.c-contact-btn:has(.--prev)::before {
    left: 24px;
    rotate: 90deg;
    translate: 0 -50%;
}

.c-contact-btn:has(.c-contact-btn__input[disabled]) {
    opacity: 0.5;
}

.c-contact-btn__input {
    background: initial;
    border: none;
    border-radius: 100vmax;
    cursor: pointer;
    display: inline-block;
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    margin: 0;
    padding: 0;
    transition: background 0.4s ease, border-color 0.4s ease;
    width: 100%;
}

.c-contact-btn__input.wpcf7-submit {
    background: #9fdb8b;
    border: 1px solid #9fdb8b;
    padding: 17px 63px 17px 23px;
}

.c-contact-btn__input.--prev {
    border: 1px solid #9e9e9e;
    padding: 17px 23px 17px 63px;
}

.c-contact-btn__input:disabled {
    background: #fbfbfb;
    border-color: #e0e0e0;
    pointer-events: none;
}

.valid-input {
    border-color: #008d56;
}

.wpcf7-not-valid-tip {
    color: #f14624;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.wpcf7-response-output {
    background: #ffede6 !important;
    border: 1px solid #f14624 !important;
    border-radius: 2px;
    color: #f14624;
    margin-inline: auto;
    margin: 32px 0 0 0 !important;
    padding: 26px 19px !important;
    text-align: center;
}

.wpcf7-not-valid {
    background: #ffede6;
    border-color: #f14624;
}

.c-contact-btn__input:focus,
.c-form-field__text:focus,
.c-form-field__textarea:focus {
    outline-offset: 4px;
}

.c-contact-btns {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    row-gap: 24px;
}

.c-form-field__checkbox .c-form-field__checkbox-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.c-form-field__checkbox input {
    height: 1px;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

.c-form-field__checkbox input:focus + .wpcf7-list-item-label::before {
    outline: 2px solid #1971ff;
    outline-offset: 2px;
}

.c-form-field__checkbox input:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

.c-form-field__checkbox .wpcf7-list-item-label {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    padding-left: 36px;
    position: relative;
}

.c-form-field__checkbox .wpcf7-list-item-label:focus {
    outline-offset: 4px;
}

.c-form-field__checkbox .wpcf7-list-item-label::before {
    border: 1px solid #9e9e9e;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 50%;
    /* translate: 0 -50%; */
    width: 24px;
}

.c-form-field__checkbox .wpcf7-list-item-label::after {
    background: #008d56;
    content: "";
    height: 18px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 50%;
    /* translate: 0 -50%; */
    width: 18px;
}

.c-form-field__checkbox .wpcf7-not-valid {
    background: 0 0;
}

span.wpcf7-spinner {
    display: none;
}

input[type="radio"] {
    height: 1px;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

input[type="radio"]:focus + .wpcf7-list-item-label::before {
    outline: 2px solid #1971ff;
    outline-offset: 2px;
}

input[type="radio"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

.wpcf7-radio {
    display: flex;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-top: 2px;
}

.c-form-field .wpcf7-radio {
    flex-direction: column;
    row-gap: 16px;
}

.wpcf7-radio + .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-radio.wpcf7-not-valid {
    background: transparent;
}

.wpcf7-radio .wpcf7-list-item {
    margin-left: 0 !important;
}

.wpcf7-radio .wpcf7-list-item-label {
    font-size: 16px;
    font-weight: 500;
    padding-left: 32px;
    position: relative;
}

.wpcf7-radio .wpcf7-list-item-label::after,
.wpcf7-radio .wpcf7-list-item-label::before {
    border-radius: 50%;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
}

.wpcf7-radio .wpcf7-list-item-label::before {
    background-color: #fff;
    border: 1px solid #9e9e9e;
    height: 24px;
    width: 24px;
}

.wpcf7-radio .wpcf7-list-item-label::after {
    background-color: #008d56;
    height: 12px;
    left: 6px;
    opacity: 0;
    width: 12px;
}

.wpcf7-list-item {
    margin-left: 0 !important;
}

.c-confirm-fields {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.c-confirm-field {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.c-confirm-field.c-confirm-field--textarea {
    padding-block: 16px;
}

.c-confirm-field__head {
    align-items: start;
    display: flex;
    flex-direction: row;
    -moz-column-gap: 8px;
    border-bottom: 1px solid #e0e0e0;
    column-gap: 8px;
    padding-bottom: 7px;
}

.c-confirm-field__head.c-confirm-field__head--textarea {
    -moz-column-gap: 16px;
    column-gap: 16px;
}

.c-confirm-field__label {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.c-confirm-field__tag {
    border: 2px solid transparent;
    border-radius: 2px;
    display: block;
    flex-shrink: 0;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.5;
    padding-inline: 6px;
    width: 49px;
}

.c-confirm-field__tag.--required {
    border-color: #f14624;
    color: #f14624;
}

.c-confirm-field__tag.--any {
    border-color: #9e9e9e;
}

.c-confirm-field__body-text {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.c-confirm-privacy {
    padding-left: 36px;
}

.c-confirm-privacy__text {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    position: relative;
}

.c-confirm-privacy__text:focus {
    outline-offset: 4px;
}

.c-confirm-privacy__text::before {
    border: 1px solid #9e9e9e;
    content: "";
    height: 24px;
    left: -36px;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 24px;
}

.c-confirm-privacy__text::after {
    background: #008d56;
    content: "";
    height: 18px;
    left: -33px;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 18px;
}

.c-confirm-privacy__link {
    color: #1971ff;
    text-decoration: underline;
}

.c-home-link {
    border: 1px solid #9e9e9e;
    border-radius: 100vmax;
    cursor: pointer;
    display: inline-block;
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    max-width: 219px;
    padding: 17px 23px 17px 63px;
    position: relative;
    transition: background 0.4s ease, border-color 0.4s ease;
    width: 100%;
}

.c-home-link::before {
    background: url(../img/arrow.png) no-repeat center center/contain;
    content: "";
    height: 32px;
    left: 24px;
    position: absolute;
    rotate: 90deg;
    top: 50%;
    transition: translate 0.1s ease;
    translate: 0 -50%;
    width: 32px;
}

.c-home-link:focus {
    outline-offset: 4px;
}

.c-validation-wrap.display-none {
    display: none;
}

.c-validation-none-text.display-none {
    display: none;
}

.p-header {
    background: #fff;
    left: 0;
    position: sticky;
    top: 0;
    transition: translate 0.1s ease;
    width: 100%;
    z-index: 25;
}

.p-header.js-slide-up {
    transition: translate 0.3s ease;
    translate: 0 -100%;
}

.p-header__inner {
    margin-inline: auto;
    padding: 8px 24px;
    width: 100%;
}

.p-header__upper {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.p-header__logo {
    transition: opacity 0.3s ease;
}

.p-header__logo-title {
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.p-header__logo-img {
    height: 70px;
    width: 140px;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-header__title {
    display: none;
}

.p-header__nav {
    display: none;
}

.p-header__list {
    align-items: center;
    display: flex;
    -moz-column-gap: 24px;
    column-gap: 24px;
    margin-left: 10px;
}

.p-header__list li a {
    align-items: center;
    display: flex;
    -moz-column-gap: 4px;
    column-gap: 4px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    transition: opacity 0.3s ease;
}

.p-header__list li a img {
    aspect-ratio: 1;
    height: 33px;
    width: 31px;
}

.p-header__btn {
    align-items: center;
    display: flex;
    -moz-column-gap: 8px;
    background: #f7bed4;
    border-radius: 100vmax;
    column-gap: 8px;
    font-family: Ruda, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-left: 24px;
    padding: 16px 24px;
    transition: background 0.3s ease;
}

.p-header__btn:focus {
    outline-offset: 4px;
}

.p-header__btn-img {
    aspect-ratio: 1;
    height: auto;
    width: 32px;
}

.p-header__bottom {
    display: none;
}

.p-header__page-link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    -moz-column-gap: 64.5px;
    column-gap: 64.5px;
    row-gap: 20px;
}

.p-header__page-link-list li a {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    padding-inline: 15.9px;
    position: relative;
    transition: opacity 0.3s ease;
}

.p-header__page-link-list li a::after,
.p-header__page-link-list li a::before {
    aspect-ratio: 1;
    background: #f7e070;
    border-radius: 100%;
    content: "";
    height: auto;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 8px;
}

.p-header__page-link-list li a::before {
    left: 0;
}

.p-header__page-link-list li a::after {
    right: 0;
}

.p-drawer__icon {
    padding: 7px 7px 0 7px;
    position: fixed;
    right: 16px;
    top: 19px;
    transition: translate 0.1s ease;
    width: 48px;
    z-index: 30;
}

.p-drawer__icon.js-slide-up {
    transition: translate 0.3s ease;
    translate: 0 -150%;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
    rotate: -45deg;
    top: 11px;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
    display: none;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
    rotate: 45deg;
    top: 11px;
}

.p-drawer__icon-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
}

.p-drawer__icon--bar {
    background: #222;
    border-radius: 100vmax;
    height: 3px;
    left: 50%;
    position: absolute;
    transition: top 0.3s ease, rotate 0.3s ease;
    translate: -50%;
    width: 30px;
}

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

.p-drawer__icon--bar:nth-of-type(2) {
    top: 11px;
}

.p-drawer__icon--bar:nth-of-type(3) {
    top: 22px;
}

.p-drawer__icon-text {
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1;
    margin-top: 24px;
    overflow-y: hidden;
    text-align: center;
}

.p-drawer__icon-text span {
    color: #222222;
    display: inline-block;
    font-family: Ruda, serif;
    font-size: 12px;
    font-weight: 700;
}

.p-drawer {
    background: #fff;
    display: block;
    height: 100%;
    left: 0;
    max-height: 100vh;
    position: fixed;
    top: 86px;
    transition: translate 0.3s ease;
    translate: 0 -101%;
    width: 100%;
    z-index: 20;
}

.p-drawer.js-show {
    transition: translate 0.6s ease;
    translate: 0;
}

.p-drawer.js-slide-up {
    translate: 0 -300%;
}

.p-drawer__body {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 86px);
    overflow-y: auto;
    padding: 12px 20px 160px;
    row-gap: 40px;
    width: 100%;
}

.p-drawer__list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    text-align: center;
}

.p-drawer__list li a {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    padding-inline: 16px;
    position: relative;
}

.p-drawer__list li a::after,
.p-drawer__list li a::before {
    aspect-ratio: 1;
    background: #f7e070;
    border-radius: 100%;
    content: "";
    height: auto;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 8px;
}

.p-drawer__list li a::before {
    left: 0;
}

.p-drawer__list li a::after {
    right: 0;
}

.p-drawer__page-links {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    max-width: 183px;
    margin-inline: auto;
}

.p-drawer__page-links a {
    align-items: center;
    display: flex;
    -moz-column-gap: 4px;
    column-gap: 4px;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.p-drawer__page-links a img {
    height: 32.007px;
    width: 31.968px;
}

.p-drawer__btn {
    align-items: center;
    display: flex;
    justify-content: center;
    -moz-column-gap: 8px;
    background: #f7bed4;
    border-radius: 100vmax;
    column-gap: 8px;
    font-family: Ruda, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-inline: auto;
    max-width: 480px;
    padding: 16px 24px;
}

.p-drawer__btn:focus {
    outline-offset: 4px;
}

.p-drawer__btn-img {
    aspect-ratio: 1;
    height: auto;
    width: 32px;
}

.p-balloon-background {
    background-image: url(../img/background-balloon-1.png), url(../img/background-balloon-2.png), url(../img/background-balloon-3.png);
    background-position: right -66px top 476px, left -70px top 1136px, right -84px top 2071px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 200px 203px;
}

.p-fv {
    margin-top: 16.5px;
    position: relative;
}

.p-fv__inner {
    position: relative;
}

.p-fv__main-img {
    border: 8px solid #fff;
    border-radius: 40px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    z-index: -1;
}

.p-fv__main-img img {
    height: 434px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-fv__text-balloon-wrap {
    display: flex;
    flex-direction: column;
    padding-top: 17px;
}

.p-fv__text-balloon {
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.p-fv__text-balloon.is-show {
    opacity: 1;
    transform: translateY(0);
}

.p-fv__text-balloon::before {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1.6;
    position: absolute;
}

.p-fv__text-balloon:nth-of-type(1) {
    margin-left: 118px;
}

.p-fv__text-balloon:nth-of-type(1) .p-fv__text-balloon-img {
    height: 98px;
    width: 126px;
}

.p-fv__text-balloon:nth-of-type(1)::before {
    content: "だいすき";
    left: 22px;
    top: 31px;
}

.p-fv__text-balloon:nth-of-type(2) {
    margin-left: 62px;
    margin-top: -4px;
}

.p-fv__text-balloon:nth-of-type(2) .p-fv__text-balloon-img {
    height: 96px;
    width: 129px;
}

.p-fv__text-balloon:nth-of-type(2)::before {
    content: "たのしい";
    left: 25px;
    top: 30px;
}

.p-fv__text-balloon:nth-of-type(3) {
    margin-left: 10px;
    margin-top: -4px;
}

.p-fv__text-balloon:nth-of-type(3) .p-fv__text-balloon-img {
    height: 98px;
    width: 126px;
}

.p-fv__text-balloon:nth-of-type(3)::before {
    content: "できた";
    left: 30px;
    top: 31px;
}

.p-fv__text-wrap {
    margin-top: 10px;
}

.p-fv__text-top {
    background: #fbfbfb;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1.6;
    padding-left: 32px;
    text-align: right;
    width: -moz-fit-content;
    width: fit-content;
    opacity: 0;
    transition: opacity 0.8s ease-out;
}
.p-fv__text-top.is-show {
    opacity: 1;
}
.p-fv__text-under {
    background: #fbfbfb;
    border-radius: 0 16px 16px 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    max-width: 323px;
    padding: 12px 12px 12px 32px;
}

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

.p-about__inner {
    margin-inline: auto;
    padding-inline: 16px;
    width: min(375px, 100%);
}

.p-about__card {
    background: #fff;
    border-radius: 40px;
    padding: 38px 18px;
}

.p-about__flex-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 19px;
}

.p-about__text {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    margin-top: 32px;
    padding-inline: 6px;
}

.p-about__img img {
    border-radius: 40px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-features {
    margin-top: 48px;
}

.p-features__inner {
    margin-inline: auto;
    padding-inline: 16px;
    width: min(375px, 100%);
}

.p-features__card {
    background: #fff;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    padding: 40px 24px;
    row-gap: 16px;
}

.p-features__text {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.p-features__steps {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    row-gap: 32px;
}

.p-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
}

.p-step__head {
    background: #fbfbfb;
    border-radius: 100%;
    height: 100px;
    margin-inline: auto;
    padding: 20px;
    position: relative;
    text-align: center;
    width: 100px;
}

.p-step__head::after {
    border-color: transparent transparent #fbfbfb transparent;
    border-style: solid;
    border-width: 0 4px 8px 4px;
    bottom: -6px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: rotate(180deg);
    translate: -50%;
    width: 0;
}

.p-step__head-text {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.p-step__head-number {
    color: #5eb342;
    font-family: Ruda, serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-top: 2px;
}

.p-step__body-text {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1.6;
    text-align: center;
}

.p-policy {
    margin-top: 19.64px;
    position: relative;
}

.p-policy__wrap {
    overflow: hidden;
    padding-block: 40px 100px;
    position: relative;
}

.p-policy__wrap::before {
    background: #fff;
    border-radius: 50%;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    translate: -50%;
    width: 1300px;
    height: 1450px;
    z-index: -15;
}

.p-policy__inner {
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    padding-inline: 32px;
    position: relative;
    row-gap: 32px;
    width: min(375px, 100%);
}

.p-policy__text-main {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1.6;
    text-align: center;
}

.p-policy__text-sub {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    margin-top: 2px;
}

.p-policy__boxes {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 16px 20px;
}

.p-policy__box {
    padding-inline: 24px;
    width: -moz-fit-content;
    width: fit-content;
}

.p-policy__box-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1.6;
    text-align: center;
}

.p-policy__box-img {
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
}

.p-policy__box-img img {
    aspect-ratio: 1;
    height: auto;
    width: 100px;
}

.p-policy__balloon-img {
    position: absolute;
    z-index: -10;
}

.p-policy__balloon-img:nth-of-type(1) {
    height: 185px;
    left: 18px;
    top: 650px;
    width: 126px;
}

.p-policy__balloon-img:nth-of-type(2) {
    height: 196px;
    right: 8px;
    scale: -1 1;
    top: 1000px;
    width: 131px;
}

.p-program {
    padding-top: 80px;
}

.p-program__text {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    margin-top: 32px;
    padding-inline: 32px;
}

.p-program__boxes {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    margin-top: 32px;
    row-gap: 16px;
}

.p-program__box {
    background: #fff;
    border-radius: 16px;
    padding: 16px 32px;
}

.p-program__box-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: start;
    row-gap: 12px;
}

.p-program__box-content-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    width: 100%;
}

.p-program__box-pc-img {
    display: none;
}

.p-program__box-pc-img img {
    height: 100px;
    width: 100px;
}

.p-program__box-head {
    display: flex;
    -moz-column-gap: 12px;
    align-items: center;
    column-gap: 12px;
}

.p-program__box-title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.6;
}

.p-program__box-img {
    flex-shrink: 0;
    height: 40px;
    width: 40px;
}

.p-program__box-text {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.p-program__gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 32px;
    -moz-column-gap: 1.0666666667%;
    column-gap: 1.0666666667%;
}

.p-program__gallery-img {
    border: 3.6px solid #fff;
    border-radius: 9.6px;
    overflow: hidden;
    width: 48%;
}

.p-program__gallery-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-program__sp-img {
    border: 6px solid #fff;
    border-radius: 16px;
    display: none;
    overflow: hidden;
    position: absolute;
}

.p-day-flow {
    overflow: hidden;
    padding-top: 72px;
    position: relative;
}

.p-day-flow__wrap {
    background: #fff;
    padding-bottom: 64px;
}

.p-day-flow__cloud {
    height: 126px;
    position: absolute;
    top: 3px;
    width: 214px;
    z-index: -10;
}

.p-day-flow__cloud:nth-of-type(1) {
    right: calc(50% + 266.97px);
}

.p-day-flow__cloud:nth-of-type(2) {
    right: calc(50% + 65.97px);
}

.p-day-flow__cloud:nth-of-type(3) {
    left: calc(50% + 1px);
    translate: -50%;
}

.p-day-flow__cloud:nth-of-type(4) {
    left: calc(50% + 67.03px);
}

.p-day-flow__cloud:nth-of-type(5) {
    left: calc(50% + 268.03px);
}

.p-day-flow__inner {
    margin-inline: auto;
    padding-inline: 32px;
    width: min(375px, 100%);
}

.p-day-flow__cards-am-pm {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    row-gap: 15px;
}

.p-day-flow__individual-class {
    margin-top: 23px;
}

.p-day-flow__individual-class .p-day-flow-card {
    align-items: start;
    display: flex;
    -moz-column-gap: 110px;
    column-gap: 110px;
}

.p-day-flow__individual-class .p-day-flow-card__head {
    width: -moz-fit-content;
    width: fit-content;
}

.p-day-flow-card {
    background: #fbfbfb;
    border-radius: 40px;
    padding: 25px 24px 24px 24px;
    position: relative;
}

.p-day-flow-card__img {
    height: 100px;
    position: absolute;
    width: 100px;
}

.p-day-flow-card__img.--first {
    left: -22px;
    top: -67px;
}

.p-day-flow-card__img.--second {
    right: -23px;
    top: -52px;
}

.p-day-flow-card-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.p-day-flow-card__head {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.6;
    overflow: hidden;
    padding-block: 8px;
    position: relative;
}

.p-day-flow-card__head.--border-green::before {
    background: radial-gradient(circle farthest-side, #5eb342, #5eb342 25%, transparent 25%, transparent);
    background-size: 4px;
    bottom: -5.5px;
    content: "";
    display: inline-block;
    height: 10px;
    left: -2px;
    position: absolute;
    width: 100%;
}

.p-day-flow-card__head.--border-pink::before {
    background: radial-gradient(circle farthest-side, #f7bed4, #f7bed4 25%, transparent 25%, transparent);
    background-size: 4px;
    bottom: -5.5px;
    content: "";
    display: inline-block;
    height: 10px;
    left: -2px;
    position: absolute;
    width: 100%;
}

.p-day-flow-card__body {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.p-day-flow-card__program {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
}

.p-day-flow-card__program__time {
    font-family: Ruda, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding-left: 24px;
    position: relative;
}

.p-day-flow-card__program__time::before {
    background: #e0e0e0;
    border-radius: 50%;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}

.p-day-flow-card__program-text {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.p-day-flow__detail-sp {
    background: #fbfbfb;
    border-radius: 40px;
    margin-top: 24px;
    padding: 24px;
    position: relative;
}

.p-day-flow__detail-sp img {
    bottom: -65px;
    height: 105px;
    position: absolute;
    right: -17px;
    width: 123px;
}

.p-day-flow__detail-pc {
    display: none;
    position: relative;
}

.p-day-flow__detail-pc img {
    bottom: -150px;
    height: 170px;
    width: 210px;
    right: -70px;
    position: absolute;
}

.p-day-flow__detail-text {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.p-usage-flow {
    background-color: #fff;
    padding-bottom: 32px;
    padding-top: 24px;
}

.p-usage-flow__inner {
    margin-inline: auto;
    padding-inline: 32px;
    width: min(375px, 100%);
}

.p-usage-flow__main-text {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    margin-top: 24px;
}

.p-usage-flow__boxes {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.p-usage-flow-box {
    height: 223px;
    margin-inline: auto;
    padding-top: 8px;
    position: relative;
    z-index: 10;
}

.p-usage-flow-box::before {
    content: "";
    height: 254px;
    left: 0;
    position: absolute;
    top: 0;
    width: 244px;
    z-index: -1;
}

.p-usage-flow-box:nth-of-type(odd)::before {
    background: url(../img/peace-1.png) no-repeat center center/contain;
}

.p-usage-flow-box:nth-of-type(even)::before {
    background: url(../img/peace-2.png) no-repeat center center/contain;
}

.p-usage-flow-box__head {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.p-usage-flow-box__head-number {
    color: #a0d0f1;
    font-family: Ruda, serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.p-usage-flow-box__head-text {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1.6;
    margin-top: 8px;
}

.p-usage-flow-box__body {
    margin-top: 15px;
}

.p-usage-flow-box__body-text {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    max-width: 210px;
    padding-left: 33px;
}

.usage-flow-cta {
    padding-block: 24px;
    background: #fff;
}

.usage-flow-cta__inner {
    padding-inline: 20px;
}

.usage-flow-cta__link {
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
}

.usage-flow-cta__link a {
    background: #f7bed4;
    border-radius: 100vmax;
    display: inline-block;
    font-weight: 400;
    padding: 20.5px 56px 20.5px 32px;
    transition: background 0.3s ease;
}

.usage-flow-cta__link a:hover {
    background: #fdeef1;
}

.usage-flow-cta__link a:focus {
    outline-offset: 4px;
}

.usage-flow-cta__link a span {
    display: inline-block;
    font-weight: 400;
    position: relative;
}

.usage-flow-cta__link a span::before {
    content: "";
    background: url(../img/arrow.png) no-repeat center center/contain;
    height: 32px;
    position: absolute;
    right: -40px;
    rotate: -90deg;
    top: 50%;
    transition: translate 0.1s ease;
    translate: 0 -50%;
    width: 32px;
}

.p-message {
    background: #fff;
    padding-bottom: 24px;
    padding-top: 48px;
}

.p-message__inner {
    margin-inline: auto;
    padding-inline: 16px;
    width: min(375px, 100%);
}

.p-message-card {
    background: #fbfbfb;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    padding: 16px 24px;
    row-gap: 46px;
}

.p-message-card__content {
    position: relative;
}

.p-message-card__title {
    text-align: center;
}

.p-message-card__title-text {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: 1.67;
    padding-bottom: 13px;
    padding-top: 8px;
    position: relative;
}

.p-message-card__title-text::before {
    background: url(../img/staff-message-line.png) no-repeat center center/cover;
    bottom: 0;
    content: "";
    height: 13.172px;
    left: 0;
    position: absolute;
    width: 320px;
}

.p-message-card__text {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    margin-top: 24px;
}

.p-message-card__content-img {
    bottom: -69px;
    height: 99.999px;
    position: absolute;
    right: -24px;
    width: 104px;
}

.p-message-card__img {
    border: 6px solid #fff;
    border-radius: 40px;
    overflow: hidden;
}

.p-message-card__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-q-a {
    padding-block: 24px;
}

.p-q-a__wrap {
    background: #fbfbfb;
    border-radius: 40px;
}

.p-q-a__inner {
    margin-inline: auto;
    padding-inline: 32px;
    width: min(375px, 100%);
}

.p-q-a__boxes {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    row-gap: 15.5px;
}

.p-q-a-box {
    background: #fff;
    border-radius: 16px;
    padding: 8px 12px;
}

.p-q-a-box__head {
    align-items: start;
    background-image: linear-gradient(to right, #5eb342 1px, transparent 1px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 4.2px 2px;
    display: flex;
    flex-direction: column;
    padding-bottom: 8px;
}

.p-q-a-box__head-img img {
    height: 40px;
    width: 34px;
}

.p-q-a-box__head-text {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.p-q-a-box__body {
    display: flex;
    flex-direction: column;
    padding: 8px;
}

.p-q-a-box__body-img {
    flex-shrink: 0;
}

.p-q-a-box__body-img img {
    height: 40px;
    width: 34px;
}

.p-q-a-box__body-text {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.p-news {
    background: #fff;
    padding-block: 24px;
    position: relative;
}

.p-news__head-img {
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-news__head-img:nth-of-type(1) {
    height: 86px;
    right: calc(50% + 70px);
    top: -16.5px;
    width: 102px;
}

.p-news__head-img:nth-of-type(2) {
    height: 101px;
    left: calc(50% + 83px);
    top: -22px;
    width: 84px;
}

.p-news__inner {
    margin-inline: auto;
    padding-inline: 27.5px;
    width: min(375px, 100%);
}

.p-news__main-text {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    margin-top: 32px;
    text-align: center;
}

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

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

.p-news__archive-link {
    margin-inline: auto;
    margin-top: 24px;
    width: -moz-fit-content;
    width: fit-content;
}

.p-news__archive-link a {
    background: #9fdb8b;
    border-radius: 100vmax;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    padding: 18px 64px 18px 24px;
    transition: background 0.3s ease;
}

.p-news__archive-link a:focus {
    outline-offset: 4px;
}

.p-news__archive-link a span {
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    position: relative;
}

.p-news__archive-link a span::before {
    background: url(../img/arrow.png) no-repeat center center/contain;
    content: "";
    height: 32px;
    position: absolute;
    right: -40px;
    rotate: -90deg;
    top: 50%;
    transition: translate 0.1s ease;
    translate: 0 -50%;
    width: 32px;
}

.p-access {
    margin-top: 24px;
    overflow: hidden;
    position: relative;
}

.p-access__inner {
    margin-inline: auto;
    padding-inline: 32px;
    width: min(375px, 100%);
}

.p-access__card {
    background: #fff;
    border-radius: 40px 40px 4px 4px;
}

.p-access__card-inner {
    padding: 24px 16px 20px;
}

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

.p-access__info-record {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-block: 16px;
    position: relative;
}

.p-access__info-record::before {
    background: radial-gradient(circle farthest-side, #5eb342, #5eb342 25%, transparent 25%, transparent);
    background-size: 4px;
    bottom: -5.5px;
    content: "";
    display: inline-block;
    height: 10px;
    left: -2px;
    position: absolute;
    width: 100%;
}

.p-access__info-head {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.p-access__info-body {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.p-access__map.--sp {
    display: flex;
    flex-direction: column;
    left: 50%;
    position: absolute;
    top: 734px;
    translate: -50%;
    width: 100%;
}

.p-access__map.--pc {
    display: none;
}

.p-access__map-img {
    border-radius: 20px 20px 0 0;
    height: 157px;
    overflow: hidden;
    width: max(375px, 100%);
}

.p-access__map-img img {
    width: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-access__map-body {
    background: #fff;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.p-access__map-list {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
    line-height: 1.71;
    padding: 8px 32px;
    row-gap: 2px;
}

.p-access__map-icon {
    bottom: -19px;
    height: 54px;
    position: absolute;
    right: 48px;
    width: 113px;
}

.p-access__map-imgs {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.p-access__imgs {
    display: flex;
    flex-direction: column;
    margin-top: 368px;
    row-gap: 15.45px;
}

.p-access__img {
    border-radius: 20px;
    height: -moz-fit-content;
    height: fit-content;
}

.p-access__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-access__google-map iframe {
    height: 225px;
    width: 100%;
}

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

.p-contact__inner {
    margin-inline: auto;
    padding-inline: 32px;
    width: min(375px, 100%);
}

.p-contact__card {
    background: #fff;
    border-radius: 40px;
    padding: 24px 16px;
}

.p-contact__main-text {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    margin-top: 24px;
}

.p-contact__content {
    margin-top: 23px;
}

.p-contact__links {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 22px;
}

.p-contact__link {
    align-items: center;
    border-radius: 100vmax;
    display: inline-block;
    display: flex;
    justify-content: center;
    padding: 23px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-inline: auto;
    max-width: 279px;
    transition: background 0.3s ease;
    width: 100%;
}

.p-contact__link span {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.p-contact__link:focus {
    outline-offset: 4px;
}

.p-contact__link.--phone {
    border: 2px solid #f7bed4;
}

.p-contact__link.--phone span {
    font-family: Ruda, serif;
}

.p-contact__link.--line {
    border: 2px solid #9fdb8b;
}

.p-contact__link.--contact {
    border: 2px solid #a0d0f1;
}

.p-contact__link img {
    height: 32px;
    width: 32px;
}

.p-page-contact__privacy {
    margin-top: 16px;
}

.p-footer {
    padding-block: 16px;
}

.p-footer__inner {
    margin-inline: auto;
    padding-inline: 20px;
    width: 100%;
}

.p-footer__page-links {
    display: none;
}

.p-footer__page-link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    -moz-column-gap: 53.83px;
    column-gap: 53.83px;
    margin-inline: auto;
    max-width: 1313px;
    padding-block: 12px;
    padding-inline: 32px;
    row-gap: 20px;
}

.p-footer__page-link-list li a {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    padding-inline: 16px;
    position: relative;
    transition: opacity 0.3s ease;
}

.p-footer__page-link-list li a::after,
.p-footer__page-link-list li a::before {
    aspect-ratio: 1;
    background: #f7e070;
    border-radius: 100%;
    content: "";
    height: auto;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 8px;
}

.p-footer__page-link-list li a::before {
    left: 0;
}

.p-footer__page-link-list li a::after {
    right: 0;
}

.p-footer__content {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    text-align: center;
}

.p-footer__instagram-link {
    cursor: pointer;
    display: inline-block;
    margin-inline: auto;
    transition: opacity 0.3s ease;
    width: -moz-fit-content;
    width: fit-content;
}

.p-footer__instagram-link img {
    height: 60px;
    width: 60px;
}

.p-footer__logo {
    cursor: pointer;
    display: inline-block;
    margin-inline: auto;
    transition: opacity 0.3s ease;
    width: -moz-fit-content;
    width: fit-content;
}

.p-footer__logo img {
    height: 70px;
    width: 140px;
}

.p-footer__copyright {
    color: #9e9e9e;
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.24px;
    line-height: 1.67;
    margin-top: 32px;
    text-align: center;
    width: 100%;
}

.p-page-questionnaire {
    padding-block: 8px;
}

.p-page-questionnaire__inner {
    margin-inline: auto;
    padding-inline: 16px;
    width: min(375px, 100%);
}

.p-page-questionnaire__card {
    background: #fff;
    border-radius: 40px;
    padding: 32px 16px;
}

.p-page-questionnaire__content {
    margin-top: 16px;
}

.p-page-questionnaire__text {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    padding-bottom: 28px;
}

.p-page-questionnaire__list {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    row-gap: 24px;
}

.p-page-questionnaire__list li {
    display: flex;
    flex-direction: column;
}

.p-page-questionnaire__list li img {
    height: 32px;
    width: 32px;
}

.p-page-questionnaire__list li a {
    color: #1971ff;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    padding-inline: 4px;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.p-page-questionnaire__list li a:hover {
    opacity: 0.7;
}

.p-archive {
    padding-block: 32px 8px;
}

.p-archive__inner {
    margin-inline: auto;
    padding-inline: 16px;
    width: min(375px, 100%);
}

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

.p-archive__primary-cards {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-inline: 11.5px;
    row-gap: 24px;
}

#p-archive__secondary {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.p-single {
    padding-block: 32px;
}

.p-single__inner {
    margin-inline: auto;
    padding-inline: 16px;
    width: min(375px, 100%);
}

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

#p-single__primary {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
}

#p-single__secondary {
    display: flex;
    flex-direction: column;
    justify-content: start;
    row-gap: 8px;
}

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

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

.p-single__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.p-single__category {
    background: #9fdb8b;
    border-radius: 100vmax;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
    line-height: 1.71;
    padding-inline: 12px;
}

.p-single__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: 1.67;
}

.p-single__time {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.p-single__article-content {
    margin-top: 23px;
}

.p-single__article-content h2 {
    border-block: 2px solid #5eb342;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.6;
    padding: 0 8px 2px;
}

.p-single__article-content h3 {
    border-bottom: 3px solid #9fdb8b;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    padding: 0 8px 2px;
}

.p-single__article-content h4 {
    border-bottom: 2px solid #9fdb8b;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    padding: 0 8px 2px;
}

.p-single__article-content h5 {
    background-image: linear-gradient(to right, #5eb342 1px, transparent 1px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 4.2px 2px;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    padding: 0 8px 2px;
    padding-bottom: 3px;
}

.p-single__article-content h6 {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    padding: 0 8px 2px;
    position: relative;
}

.p-single__article-content h6::before {
    background: radial-gradient(circle farthest-side, #9fdb8b, #9fdb8b 20%, transparent 20%, transparent);
    background-size: 1px;
    bottom: -2px;
    content: "";
    display: inline-block;
    height: 6px;
    left: -2px;
    position: absolute;
    width: 100%;
}

.p-single__article-content p {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.p-single__article-content ol,
.p-single__article-content ul {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.p-single__article-content ol li,
.p-single__article-content ul li {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    padding-left: 24px;
}

.p-single__article-content ul {
    padding-left: 22px;
}

.p-single__article-content ul li {
    padding-left: 16px;
    position: relative;
}

.p-single__article-content ul li::before {
    background: #222;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 4px;
}

.p-single__article-content ol {
    counter-reset: li;
    padding-left: 19.5px;
}

.p-single__article-content ol li {
    padding-left: 17px;
    position: relative;
}

.p-single__article-content ol li::before {
    content: counter(li);
    counter-increment: li;
    font-family: Ruda, serif;
    font-size: 20px;
    font-weight: 700;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 58%;
    translate: 0 -50%;
}

.p-single__article-content a + a,
.p-single__article-content a + blockquote,
.p-single__article-content a + figure,
.p-single__article-content a + h2,
.p-single__article-content a + h3,
.p-single__article-content a + h4,
.p-single__article-content a + h5,
.p-single__article-content a + h6,
.p-single__article-content a + img,
.p-single__article-content a + ol,
.p-single__article-content a + p,
.p-single__article-content a + ul,
.p-single__article-content blockquote + a,
.p-single__article-content blockquote + blockquote,
.p-single__article-content blockquote + figure,
.p-single__article-content blockquote + h2,
.p-single__article-content blockquote + h3,
.p-single__article-content blockquote + h4,
.p-single__article-content blockquote + h5,
.p-single__article-content blockquote + h6,
.p-single__article-content blockquote + img,
.p-single__article-content blockquote + ol,
.p-single__article-content blockquote + p,
.p-single__article-content blockquote + ul,
.p-single__article-content figure + a,
.p-single__article-content figure + blockquote,
.p-single__article-content figure + figure,
.p-single__article-content figure + h2,
.p-single__article-content figure + h3,
.p-single__article-content figure + h4,
.p-single__article-content figure + h5,
.p-single__article-content figure + h6,
.p-single__article-content figure + img,
.p-single__article-content h2 + a,
.p-single__article-content h2 + figure,
.p-single__article-content h2 + h2,
.p-single__article-content h2 + h3,
.p-single__article-content h2 + h4,
.p-single__article-content h2 + h5,
.p-single__article-content h2 + h6,
.p-single__article-content h2 + img,
.p-single__article-content h2 + ol,
.p-single__article-content h2 + p,
.p-single__article-content h2 + ul,
.p-single__article-content h3 + a,
.p-single__article-content h3 + figure,
.p-single__article-content h3 + h2,
.p-single__article-content h3 + h3,
.p-single__article-content h3 + h4,
.p-single__article-content h3 + h5,
.p-single__article-content h3 + h6,
.p-single__article-content h3 + img,
.p-single__article-content h3 + ol,
.p-single__article-content h3 + p,
.p-single__article-content h3 + ul,
.p-single__article-content h4 + a,
.p-single__article-content h4 + figure,
.p-single__article-content h4 + h2,
.p-single__article-content h4 + h3,
.p-single__article-content h4 + h4,
.p-single__article-content h4 + h5,
.p-single__article-content h4 + h6,
.p-single__article-content h4 + img,
.p-single__article-content h4 + ol,
.p-single__article-content h4 + p,
.p-single__article-content h4 + ul,
.p-single__article-content h5 + a,
.p-single__article-content h5 + figure,
.p-single__article-content h5 + h2,
.p-single__article-content h5 + h3,
.p-single__article-content h5 + h4,
.p-single__article-content h5 + h5,
.p-single__article-content h5 + h6,
.p-single__article-content h5 + img,
.p-single__article-content h5 + ol,
.p-single__article-content h5 + p,
.p-single__article-content h5 + ul,
.p-single__article-content h6 + a,
.p-single__article-content h6 + figure,
.p-single__article-content h6 + h2,
.p-single__article-content h6 + h3,
.p-single__article-content h6 + h4,
.p-single__article-content h6 + h5,
.p-single__article-content h6 + h6,
.p-single__article-content h6 + img,
.p-single__article-content h6 + ol,
.p-single__article-content h6 + p,
.p-single__article-content h6 + ul,
.p-single__article-content img + figure,
.p-single__article-content img + h2,
.p-single__article-content img + h3,
.p-single__article-content img + h4,
.p-single__article-content img + h5,
.p-single__article-content img + h6,
.p-single__article-content img + img,
.p-single__article-content img + ol,
.p-single__article-content img + p,
.p-single__article-content img + ul,
.p-single__article-content ol + a,
.p-single__article-content ol + blockquote,
.p-single__article-content ol + figure,
.p-single__article-content ol + h2,
.p-single__article-content ol + h3,
.p-single__article-content ol + h4,
.p-single__article-content ol + h5,
.p-single__article-content ol + h6,
.p-single__article-content ol + img,
.p-single__article-content ol + ol,
.p-single__article-content ol + p,
.p-single__article-content ol + ul,
.p-single__article-content p + a,
.p-single__article-content p + blockquote,
.p-single__article-content p + figure,
.p-single__article-content p + h2,
.p-single__article-content p + h3,
.p-single__article-content p + h4,
.p-single__article-content p + h5,
.p-single__article-content p + h6,
.p-single__article-content p + img,
.p-single__article-content p + ol,
.p-single__article-content p + p,
.p-single__article-content p + ul,
.p-single__article-content table + a,
.p-single__article-content table + blockquote,
.p-single__article-content table + figure,
.p-single__article-content table + h2,
.p-single__article-content table + h3,
.p-single__article-content table + h4,
.p-single__article-content table + h5,
.p-single__article-content table + h6,
.p-single__article-content table + img,
.p-single__article-content table + ol,
.p-single__article-content table + p,
.p-single__article-content table + table,
.p-single__article-content table + ul,
.p-single__article-content ul + a,
.p-single__article-content ul + blockquote,
.p-single__article-content ul + figure,
.p-single__article-content ul + h2,
.p-single__article-content ul + h3,
.p-single__article-content ul + h4,
.p-single__article-content ul + h5,
.p-single__article-content ul + h6,
.p-single__article-content ul + img,
.p-single__article-content ul + ol,
.p-single__article-content ul + p,
.p-single__article-content ul + ul {
    margin-top: 16px;
}

.p-single__article-content a {
    color: #1971ff;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    padding-block: 8px;
    transition: opacity 0.3s ease;
}

.p-single__article-content img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-single__article-content blockquote {
    border-left: 5px solid #5eb342;
    margin-top: 16px;
    padding-left: 10px;
}

.p-single__article-content blockquote p {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.p-single__article-content blockquote cite {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.35px;
    line-height: 1.71;
    margin-left: auto;
    margin-top: 4px;
    text-align: right;
}

.p-single__more {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    row-gap: 24px;
}

.p-single__post-link {
    background: #9fdb8b;
    border-radius: 100vmax;
    transition: background 0.1s ease;
}

.p-single__post-link:focus {
    outline-offset: 4px;
}

.p-single__post-link span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    position: relative;
}

.p-single__post-link span::before {
    background: url(../img/arrow.png) no-repeat center center/contain;
    content: "";
    height: 32px;
    position: absolute;
    top: 50%;
    transition: translate 0.1s ease;
    translate: 0 -50%;
    width: 32px;
}

.p-single__post-link.page-prev {
    padding: 18px 24px 18px 64px;
}

.p-single__post-link.page-prev span::before {
    left: -40px;
    rotate: 90deg;
}

.p-single__post-link.page-next {
    padding: 18px 64px 18px 24px;
}

.p-single__post-link.page-next span::before {
    right: -40px;
    rotate: -90deg;
}

.p-page-contact {
    padding-block: 24px;
}

.p-page-contact__inner {
    margin-inline: auto;
    padding-inline: 16px;
    width: min(375px, 100%);
}

.p-page-contact__card {
    background: #fff;
    border-radius: 40px;
    padding: 24px 16px;
}

.p-page-contact__card-wrap {
    margin-inline: auto;
    max-width: 728px;
}

.p-page-contact__content {
    margin-top: 32px;
}

.p-page-contact__main-text {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.p-page-contact__fields {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    row-gap: 16px;
}

.p-page-contact-confirm {
    padding-block: 24px;
}

.p-page-contact-confirm__inner {
    margin-inline: auto;
    padding-inline: 16px;
    width: min(375px, 100%);
}

.p-page-contact-confirm__card {
    background: #fff;
    border-radius: 40px;
    padding: 24px 16px;
}

.p-page-contact-confirm__content {
    margin-top: 32px;
}

.p-page-contact-confirm__main-text {
    border: 0.5px solid #e0e0e0;
    border-radius: 2px;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    padding: 24px 16px;
}

.p-page-contact-confirm__table {
    margin-top: 32px;
}

.p-page-thanks {
    padding-block: 24px;
}

.p-page-thanks__inner {
    margin-inline: auto;
    padding-inline: 32px;
    width: min(375px, 100%);
}

.p-page-thanks__content {
    margin-top: 24px;
}

.p-page-thanks__main-text {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.p-page-thanks__link-wrap {
    margin-top: 24px;
    text-align: center;
}

.p-page-privacy-policy {
    padding-block: 24px;
}

.p-page-privacy-policy__inner {
    margin-inline: auto;
    padding-inline: 32px;
    width: min(375px, 100%);
}

.p-page-privacy-policy__content {
    margin-top: 40px;
}

.p-page-privacy-policy__main-text {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.p-page-privacy-policy__list {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    row-gap: 24px;
}

.p-page-privacy-policy__list-item {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.p-page-404 {
    padding-block: 64px;
}

.p-page-404__inner {
    margin-inline: auto;
    padding-inline: 32px;
    width: min(375px, 100%);
}

.p-page-404__img {
    text-align: center;
}

.p-page-404__img img {
    display: block;
    width: 237px;
    -o-object-fit: contain;
    margin-inline: auto;
    object-fit: contain;
}

.p-page-404__link-wrap {
    margin-top: 32px;
    text-align: center;
}

.p-page-recruit {
    padding-top: 24px;
}

.p-page-recruit__wrap {
    margin-bottom: 32px;
}

.p-page-recruit__inner {
    margin-inline: auto;
    padding-inline: 16px;
    width: min(375px, 100%);
}

.p-page-recruit__main-text {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    margin-top: 32px;
    padding-inline: 16px;
}

.p-recruit-requirements {
    margin-top: 32px;
}

.p-recruit-requirements__head {
    background: #e1effa;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.6;
    padding: 8px;
    text-align: center;
}

.p-recruit-requirements__items {
    display: flex;
    flex-direction: column;
    padding-inline: 16px;
    row-gap: 8px;
}

.p-recruit-requirements__item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-block: 16px;
    position: relative;
}

.p-recruit-requirements__item::before {
    background: radial-gradient(circle farthest-side, #5eb342, #5eb342 25%, transparent 25%, transparent);
    background-size: 4px;
    bottom: -5.5px;
    content: "";
    display: inline-block;
    height: 10px;
    left: -2px;
    position: absolute;
    width: 100%;
}

.p-recruit-requirements__item-head {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.p-recruit-requirements__item-body {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.p-page-recruit-form-card {
    background: #fff;
    padding: 24px 16px;
}

.p-page-recruit-form-card__wrap {
    margin-inline: auto;
    max-width: 928px;
}

.p-page-recruit-form-card__main-text {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    margin-top: 32px;
}

.p-page-recruit-form-card__fields {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    row-gap: 24px;
}

.p-page-recruit__privacy {
    margin-top: 24px;
}

.p-page-company {
    padding-block: 24px;
}

.p-page-company__wrap {
    margin-bottom: 32px;
}

.p-page-company__inner {
    margin-inline: auto;
    padding-inline: 16px;
    width: min(375px, 100%);
}

.p-page-company__main-text {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
    margin-top: 32px;
    padding-inline: 16px;
}

.p-page-company__items {
    display: flex;
    flex-direction: column;
    padding-inline: 16px;
    row-gap: 8px;
}

.p-page-company__item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-block: 16px;
    position: relative;
}

.p-page-company__item::before {
    background: radial-gradient(circle farthest-side, #5eb342, #5eb342 25%, transparent 25%, transparent);
    background-size: 4px;
    bottom: -5.5px;
    content: "";
    display: inline-block;
    height: 10px;
    left: -2px;
    position: absolute;
    width: 100%;
}

.p-page-company__item-head {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.p-page-company__item-body {
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.75;
}

.p-page-ethics {
    padding-block: 24px;
}

.p-page-ethics__inner {
    margin-inline: auto;
    padding-inline: 16px;
    width: min(375px, 100%);
}

.p-page-ethics__items {
    margin-top: 40px;
}

.p-page-ethics__item {
}

.p-page-ethics__item-head {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.4px;
    padding: 8px;
    background: #e1effa;
    text-align: center;
}

.p-page-ethics__item-body {
    padding: 24px 16px;
}

.p-page-ethics__top-list li {
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.32px;
}

.p-page-ethics__main-lists {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.p-page-ethics__main-list-head {
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.32px;
}

.p-page-ethics__main-list-body {
    line-height: 1.75;
    letter-spacing: 0.32px;
}

.u-inline-block {
    display: inline-block;
}

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

@media (any-hover: hover) {
    .c-banner__link:hover {
        box-shadow: 0 0 0 0 #fff;
        translate: 0;
    }

    .c-banner__cancel:hover {
        opacity: 0.7;
    }

    .c-to-top:hover {
        opacity: 0.7;
    }

    .c-news-card:hover {
        opacity: 0.5;
    }

    .c-sidebar-card__list li a:hover {
        opacity: 0.7;
    }

    .c-contact-btn:has(.wpcf7-submit):hover .c-contact-btn__input:not([disabled]) {
        background: #5eb342;
    }

    .c-contact-btn:has(.wpcf7-submit):hover:has(.c-contact-btn__input:not([disabled]))::before {
        transition: translate 0.4s ease;
        translate: 50% -50%;
    }

    .c-contact-btn:has(.--prev):hover .c-contact-btn__input:not([disabled]) {
        background: #e0e0e0;
    }

    .c-contact-btn:has(.--prev):hover:has(.c-contact-btn__input:not([disabled]))::before {
        transition: translate 0.4s ease;
        translate: -50% -50%;
    }

    .c-home-link:hover {
        background: #e0e0e0;
    }

    .c-home-link:hover::before {
        transition: translate 0.4s ease;
        translate: -50% -50%;
    }

    .p-header__logo:hover {
        opacity: 0.7;
    }

    .p-header__list li a:hover {
        opacity: 0.7;
    }

    .p-header__btn:hover {
        background: #fdeef1;
    }

    .p-header__page-link-list li a:hover {
        opacity: 0.7;
    }

    .usage-flow-cta__link a:hover span::before {
        transition: translate 0.4s ease;
        translate: 50% -50%;
    }

    .p-news__archive-link a:hover {
        background: #5eb342;
    }

    .p-news__archive-link a:hover span::before {
        transition: translate 0.4s ease;
        translate: 50% -50%;
    }

    .p-contact__link.--phone:hover {
        background: #fdeef1;
    }

    .p-contact__link.--line:hover {
        background: #cff7c2;
    }

    .p-contact__link.--contact:hover {
        background: #e1effa;
    }

    .p-footer__page-link-list li a:hover {
        opacity: 0.7;
    }

    .p-footer__instagram-link:hover {
        opacity: 0.7;
    }

    .p-footer__logo:hover {
        opacity: 0.7;
    }

    .p-single__article-content a:hover {
        opacity: 0.7;
    }

    .p-single__post-link.page-prev:hover {
        background: #5eb342;
        transition: background 0.4s ease;
    }

    .p-single__post-link.page-prev:hover span::before {
        transition: translate 0.4s ease;
        translate: -50% -50%;
    }

    .p-single__post-link.page-next:hover {
        background: #5eb342;
        transition: background 0.4s ease;
    }

    .p-single__post-link.page-next:hover span::before {
        transition: translate 0.4s ease;
        translate: 50% -50%;
    }
}

@media screen and (min-width: 480px) {
    .c-news-card__img img {
        height: 250px;
    }

    .c-news-card__body {
        padding: 18px 30px 30px;
        row-gap: 12px;
    }

    .p-header__inner {
        padding-inline: 20px;
    }

    .p-balloon-background {
        background-image: url(../img/background-balloon-1.png), url(../img/background-balloon-2.png), url(../img/background-balloon-3.png);
        background-position: right -90px top 500px, left -74px top 1164px, right -100px top 2032px;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: 250px 256px;
    }

    .p-about__inner {
        width: min(540px, 100%);
    }

    .p-about__card {
        padding: 40px 24px;
    }

    .p-features__inner {
        width: min(540px, 100%);
    }

    .p-policy__wrap {
        padding-block: 33px 90px;
    }

    .p-policy__wrap::before {
        width: 1800px;
        height: 1400px;
    }

    .p-policy__inner {
        padding-inline: 20px;
        width: min(540px, 100%);
    }

    .p-policy__box-img img {
        width: 120px;
    }

    .p-policy__balloon-img:nth-of-type(1) {
        height: 224px;
        left: 18px;
        top: 540px;
        width: 165px;
    }

    .p-policy__balloon-img:nth-of-type(2) {
        height: 235px;
        right: 8px;
        top: 780px;
        width: 170px;
    }

    .p-day-flow__inner {
        width: min(544px, 100%);
    }

    .p-usage-flow {
        padding-bottom: 73px;
        padding-top: 64px;
    }

    .p-usage-flow__inner {
        width: min(544px, 100%);
    }

    .p-usage-flow-box {
        height: 280px;
        width: 300px;
    }

    .p-usage-flow-box::before {
        height: 354px;
        width: 339px;
    }

    .p-usage-flow-box__body-text {
        max-width: 300px;
    }

    .p-message__inner {
        width: min(540px, 100%);
    }

    .p-message-card {
        row-gap: 64px;
    }

    .p-message-card__content-img {
        bottom: -89px;
    }

    .p-q-a__inner {
        width: min(540px, 100%);
    }

    .p-q-a-box {
        padding: 16px 24px;
    }

    .p-news__inner {
        width: min(530px, 100%);
    }

    .p-news__cards {
        row-gap: 32px;
    }

    .p-access__inner {
        padding-inline: 20px;
        width: min(520px, 100%);
    }

    .p-access__card-inner {
        padding: 28px 20px 24px;
    }

    .p-access__map-img {
        height: 300px;
    }

    .p-access__map-icon {
        bottom: -50px;
    }

    .p-access__map-imgs {
        row-gap: 24px;
    }

    .p-access__imgs {
        row-gap: 24px;
    }

    .p-access__imgs {
        margin-inline: auto;
        margin-top: 550px;
        max-width: 360px;
    }

    .p-access__google-map iframe {
        height: 350px;
    }

    .p-contact__inner {
        width: min(540px, 100%);
    }

    .p-contact__card {
        padding: 24px 40px;
    }

    .p-contact__main-text {
        margin-top: 32px;
        text-align: center;
    }

    .p-page-questionnaire {
        padding-block: 16px;
    }

    .p-page-questionnaire__inner {
        padding-inline: 20px;
        width: min(520px, 100%);
    }

    .p-archive__inner {
        width: min(540px, 100%);
    }

    .p-archive__primary-cards {
        row-gap: 40px;
    }

    .p-single__inner {
        width: min(520px, 100%);
    }

    .p-page-contact__inner {
        padding-inline: 20px;
        width: min(520px, 100%);
    }

    .p-page-contact-confirm__inner {
        padding-inline: 20px;
        width: min(520px, 100%);
    }

    .p-page-contact-confirm__card {
        padding: 24px 40px;
    }

    .p-page-thanks__inner {
        padding-inline: 20px;
        width: min(520px, 100%);
    }

    .p-page-privacy-policy__inner {
        padding-inline: 20px;
        width: min(540px, 100%);
    }

    .p-page-404__inner {
        width: min(540px, 100%);
    }

    .p-page-recruit__inner {
        width: min(540px, 100%);
    }

    .p-page-company__inner {
        width: min(540px, 100%);
    }

    .p-page-ethics__inner {
        width: min(540px, 100%);
    }

    .u-sm-hidden {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .p-balloon-background {
        background-image: url(../img/background-balloon-1.png), url(../img/background-balloon-2.png), url(../img/background-balloon-3.png);
        background-position: right -130px top 540px, left -134px top 1204px, right -125px top 2150px;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: 320px 329px;
    }

    .p-fv__main-img img {
        height: 480px;
    }

    .p-fv__text-balloon::before {
        font-size: 24px;
    }

    .p-fv__text-balloon:nth-of-type(1) .p-fv__text-balloon-img {
        height: 122px;
        width: 150px;
    }

    .p-fv__text-balloon:nth-of-type(1)::before {
        left: 20px;
        top: 40px;
    }

    .p-fv__text-balloon:nth-of-type(2) .p-fv__text-balloon-img {
        height: 120px;
        width: 153px;
    }

    .p-fv__text-balloon:nth-of-type(2)::before {
        left: 20px;
        top: 40px;
    }

    .p-fv__text-balloon:nth-of-type(3) .p-fv__text-balloon-img {
        height: 122px;
        width: 150px;
    }

    .p-fv__text-balloon:nth-of-type(3)::before {
        left: 29px;
        top: 41px;
    }

    .p-fv__text-balloon-img {
        height: 120px;
        width: 170px;
    }

    .p-fv__text-top {
        font-size: 24px;
    }

    .p-fv__text-under {
        font-size: 20px;
        max-width: 400px;
    }

    .p-about__inner {
        width: min(680px, 100%);
    }

    .p-about__card {
        padding: 48px 32px;
    }

    .p-features__inner {
        width: min(680px, 100%);
    }

    .p-features__card {
        padding: 48px 32px;
    }

    .p-policy__wrap {
        padding-block: 33px 58px;
    }

    .p-policy__wrap::before {
        height: 830px;
        width: 1450px;
    }

    .p-policy__inner {
        width: min(700px, 100%);
    }

    .p-policy__boxes {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        -moz-column-gap: 32px;
        column-gap: 32px;
        row-gap: 24px;
    }

    .p-policy__balloon-img:nth-of-type(1) {
        height: 280px;
        left: 20px;
        top: -64px;
        width: 180px;
    }

    .p-policy__balloon-img:nth-of-type(2) {
        height: 280px;
        right: 15px;
        top: 500px;
        width: 180px;
    }

    .p-program__box-head {
        -moz-column-gap: 24px;
        column-gap: 24px;
    }

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

    .p-program__box-img {
        height: 80px;
        width: 80px;
    }

    .p-program__box-text {
        font-size: 20px;
    }

    .p-day-flow__inner {
        width: min(704px, 100%);
    }

    .p-usage-flow {
        padding-bottom: 73px;
    }

    .p-message__inner {
        width: min(680px, 100%);
    }

    .p-message-card__title-text::before {
        width: 400px;
    }

    .p-q-a__inner {
        width: min(680px, 100%);
    }

    .p-access__inner {
        width: min(680px, 100%);
    }

    .p-contact__inner {
        width: min(680px, 100%);
    }

    .p-page-questionnaire__inner {
        width: min(760px, 100%);
    }

    .p-archive__inner {
        width: min(600px, 100%);
    }

    .p-single__inner {
        width: min(600px, 100%);
    }

    .p-page-contact__inner {
        width: min(760px, 100%);
    }

    .p-page-contact-confirm__inner {
        width: min(760px, 100%);
    }

    .p-page-404__inner {
        width: min(680px, 100%);
    }

    .p-page-recruit__inner {
        width: min(680px, 100%);
    }

    .p-page-company__inner {
        width: min(680px, 100%);
    }

    .p-page-ethics__inner {
        width: min(680px, 100%);
    }

    .u-sm-hidden {
        display: block;
    }
}

@media screen and (min-width: 900px) {
    .c-heading-title__text {
        font-size: 34px;
        font-weight: 700;
        letter-spacing: 0.68px;
        line-height: 1.53;
    }

    .c-heading-title__img {
        height: 16px;
        width: 74px;
    }

    .c-banner {
        bottom: 95px;
        left: initial;
        right: 94px;
    }

    .c-banner__link {
        border-radius: 8px;
        border-width: 10px;
        box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
        padding: 36px 17px 36px 99px;
    }

    .c-banner__link::before {
        bottom: -3px;
        height: 112px;
        left: -29px;
        width: 106px;
    }

    .c-banner__link-text::before {
        right: 19px;
        top: 62%;
    }

    .c-to-top {
        bottom: 96px;
        right: 4px;
    }

    .c-news-card {
        width: 29.4117647059%;
    }

    .c-news-card__img img {
        height: 200px;
    }

    .c-news-card__body {
        padding: 12px 24px 24px;
        row-gap: 8px;
    }

    .c-news-card__category {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.35px;
        line-height: 1.71;
    }

    .c-news-card__text {
        font-weight: 400;
        line-height: 1.75;
    }

    .c-sidebar-card {
        padding: 40px;
    }

    .c-pagination {
        margin-top: 40px;
    }

    .breadcrumb {
        align-items: center;
        display: flex;
        font-weight: 400;
        letter-spacing: 0.32px;
        line-height: 1.75;
    }

    .valid-input {
        border-width: 2px;
    }

    .wpcf7-response-output {
        border-width: 2px;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0.4px;
        line-height: 1.6;
        margin-top: 64px;
        padding: 20px;
    }

    .wpcf7-not-valid {
        border-width: 2px;
    }

    .c-contact-btns {
        margin-top: 64px;
    }

    .c-confirm-fields.--recruit {
        padding-block: 24px;
    }

    .p-header__inner {
        margin-inline: auto;
        padding: 16px 20px;
        width: min(1352px, 100%);
    }

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

    .p-header__title {
        display: block;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.32px;
        line-height: 1.75;
        text-align: center;
    }

    .p-header__nav {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .p-header__bottom {
        display: block;
        margin-top: 28px;
    }

    .p-drawer__icon {
        display: none;
    }

    .p-drawer {
        display: none;
    }

    .p-balloon-background {
        background-image: url(../img/background-balloon-1.png), url(../img/background-balloon-2.png), url(../img/background-balloon-3.png);
        background-position: left calc(50% + 503px) top 639px, right calc(50% + 572px) top 1060px, left calc(50% + 579px) top 1819px;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: 600px 603px, 600px 600px;
    }

    .p-fv {
        margin-top: 13px;
    }

    .p-fv__inner {
        margin-inline: auto;
        padding-inline: 20px;
        width: min(1224px, 100%);
    }

    .p-fv__main-img {
        border-radius: 80px;
        right: 20px;
        width: 69.918699187%;
    }

    .p-fv__main-img img {
        height: 560px;
    }

    .p-fv__text-balloon-wrap {
        padding-top: 24px;
    }

    .p-fv__text-balloon::before {
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 0.56px;
        line-height: 1.57;
    }

    .p-fv__text-balloon:nth-of-type(1) {
        margin-left: 16px;
    }

    .p-fv__text-balloon:nth-of-type(1) .p-fv__text-balloon-img {
        height: 167px;
        width: 208px;
    }

    .p-fv__text-balloon:nth-of-type(1)::before {
        left: 45px;
        top: 62px;
    }

    .p-fv__text-balloon:nth-of-type(2) {
        margin-left: 160px;
        margin-top: -40px;
    }

    .p-fv__text-balloon:nth-of-type(2) .p-fv__text-balloon-img {
        height: 168px;
        width: 208px;
    }

    .p-fv__text-balloon:nth-of-type(2)::before {
        left: 47px;
        top: 63px;
    }

    .p-fv__text-balloon:nth-of-type(3) {
        margin-left: 16px;
        margin-top: -40px;
    }

    .p-fv__text-balloon:nth-of-type(3) .p-fv__text-balloon-img {
        height: 168px;
        width: 208px;
    }

    .p-fv__text-balloon:nth-of-type(3)::before {
        left: 58px;
        top: 63px;
    }

    .p-fv__text-wrap {
        margin-top: 16px;
    }

    .p-fv__text-top {
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 0.56px;
        line-height: 1.57;
        padding-left: 160px;
    }

    .p-fv__text-under {
        border-radius: 0 24px 24px 0;
        font-weight: 400;
        letter-spacing: 0.4px;
        line-height: 1.6;
        max-width: 791px;
        padding: 24px 12px 12px 24px;
    }

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

    .p-about__inner {
        padding-inline: 20px;
        width: min(1080px, 100%);
    }

    .p-about__card {
        border-radius: 80px;
        padding: 40px;
    }

    .p-about__flex-wrap {
        flex-direction: row;
        -moz-column-gap: 3.3333333333%;
        column-gap: 3.3333333333%;
    }

    .p-about__text {
        padding-inline: 28px;
    }

    .p-about__img {
        flex-shrink: 0;
        width: 41.6666666667%;
    }

    .p-features {
        margin-top: 64px;
    }

    .p-features__inner {
        padding-inline: 20px;
        width: min(968px, 100%);
    }

    .p-features__card {
        border-radius: 80px;
        padding: 40px 64px;
        row-gap: 33px;
    }

    .p-features__steps {
        align-items: start;
        row-gap: 40px;
    }

    .p-step {
        flex-direction: row;
        -moz-column-gap: 32px;
        column-gap: 32px;
        margin-left: 32px;
    }

    .p-step__head {
        flex-shrink: 0;
        margin-inline: initial;
    }

    .p-step__head::after {
        bottom: 50%;
        left: initial;
        right: -6px;
        transform: rotate(90deg);
        translate: 0 50%;
    }

    .p-step__head-text {
        font-weight: 800;
    }

    .p-step__body-text {
        text-align: left;
    }

    .p-policy {
        margin-top: 70px;
    }

    .p-policy__wrap {
        padding-block: 69px 188px;
    }

    .p-policy__wrap::before {
        height: 1040px;
        width: 2000px;
    }

    .p-policy__inner {
        padding-inline: 20px;
        width: min(1080px, 100%);
    }

    .p-policy__text-sub {
        margin-inline: auto;
        max-width: 821px;
    }

    .p-policy__box-title {
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 0.56px;
        line-height: 1.57;
    }

    .p-policy__box-img img {
        width: 180px;
    }

    .p-policy__balloon-img:nth-of-type(1) {
        height: 371px;
        left: 30px;
        top: -120px;
        width: 252px;
    }

    .p-policy__balloon-img:nth-of-type(2) {
        height: 389px;
        right: 30px;
        top: 730px;
        width: 264px;
    }

    .p-program {
        padding-top: 83px;
    }

    .p-program__inner {
        margin-inline: auto;
        padding-inline: 20px;
        position: relative;
        width: min(1354px, 100%);
    }

    .p-program__text {
        margin-inline: auto;
        padding-inline: 0;
        width: -moz-fit-content;
        width: fit-content;
    }

    .p-day-flow {
        padding-top: 256px;
    }

    .p-day-flow__cloud {
        height: 200px;
        top: 101px;
        width: 340px;
    }

    .p-day-flow__cloud:nth-of-type(1) {
        right: calc(50% + 430px);
    }

    .p-day-flow__cloud:nth-of-type(2) {
        right: calc(50% + 128.97px);
    }

    .p-day-flow__cloud:nth-of-type(3) {
        left: calc(50% + 1px);
        translate: -50%;
    }

    .p-day-flow__cloud:nth-of-type(4) {
        left: calc(50% + 130.03px);
    }

    .p-day-flow__cloud:nth-of-type(5) {
        left: calc(50% + 431.03px);
    }

    .p-day-flow__inner {
        padding-inline: 72px;
        width: min(1324px, 100%);
    }

    .p-day-flow__cards-am-pm {
        flex-direction: row;
        justify-content: space-between;
        -moz-column-gap: 20px;
        column-gap: 20px;
        margin-top: 32px;
    }

    .p-day-flow__cards-am-pm .p-day-flow-card {
        max-width: 528px;
    }

    .p-day-flow__individual-class {
        margin-top: 64px;
    }

    .p-day-flow__individual-class .p-day-flow-card-wrap {
        margin-top: 8px;
    }

    .p-day-flow__individual-class .p-day-flow-card {
        -moz-column-gap: 20px;
        column-gap: 20px;
        padding: 32px 40px 40px 64px;
    }

    .p-day-flow-card {
        border-radius: 80px;
        padding: 40px 40px 40px 64px;
        width: 100%;
    }

    .p-day-flow-card__img.--first {
        height: 160px;
        left: -64px;
        top: -100px;
        width: 160px;
    }

    .p-day-flow-card__img.--second {
        height: 136px;
        right: -32px;
        top: -73px;
        width: 136px;
    }

    .p-day-flow-card__head {
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 0.48px;
        line-height: 1.67;
    }

    .p-day-flow-card__body {
        row-gap: 24px;
    }

    .p-day-flow-card__program {
        align-items: center;
        flex-direction: row;
        -moz-column-gap: 24px;
        column-gap: 24px;
    }

    .p-day-flow-card__program__time {
        width: 65px;
    }

    .p-day-flow-card__program-text {
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0.4px;
        line-height: 1.6;
    }

    .p-day-flow__detail-sp {
        display: none;
    }

    .p-day-flow__detail-pc {
        margin-top: 79px;
        background: #fff;
        border-radius: 80px;
        display: block;
        max-width: 400px;
        padding: 40px;
    }

    .p-usage-flow {
        padding-bottom: 104px;
        padding-top: 60px;
    }

    .p-usage-flow__inner {
        padding-inline: 20px;
        width: min(1000px, 100%);
    }

    .p-usage-flow__main-text {
        margin-inline: auto;
        margin-top: 64px;
        max-width: 832px;
    }

    .p-usage-flow__boxes {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 64px;
    }

    .p-usage-flow-box {
        height: 265px;
        margin-inline: 0;
        width: 257px;
    }

    .p-usage-flow-box:nth-of-type(2) {
        z-index: 8;
    }

    .p-usage-flow-box:nth-of-type(3) {
        z-index: 7;
    }

    .p-usage-flow-box:nth-of-type(5) {
        z-index: 9;
    }

    .p-usage-flow-box::before {
        height: 310px;
        width: 292px;
    }

    .p-usage-flow-box__head-text {
        font-size: 16px;
    }

    .p-usage-flow-box__body {
        margin-top: 25px;
    }

    .p-usage-flow-box__body-text {
        padding-left: 32px;
    }

    .usage-flow-cta {
        padding-block: 32px;
    }

    .usage-flow-cta__link {
        max-width: 376px;
    }

    .usage-flow-cta__link a {
        padding: 25.5px 64px 25.5px 32px;
    }

    .usage-flow-cta__link a span {
        font-size: 20px;
    }

    .p-message {
        padding-bottom: 64px;
        padding-top: 55px;
    }

    .p-message__inner {
        padding-inline: 20px;
        width: min(1224px, 100%);
    }

    .p-message-card {
        border-radius: 80px;
        padding: 24px 32px;
        -moz-column-gap: 32px;
        column-gap: 32px;
        flex-direction: row-reverse;
        justify-content: center;
    }

    .p-message-card__title {
        text-align: left;
    }

    .p-message-card__title-text {
        font-size: 28px;
        font-weight: 400;
        letter-spacing: 0.56px;
        line-height: 1.57;
        padding-bottom: 14.5px;
    }

    .p-message-card__text {
        font-weight: 400;
        letter-spacing: 0.32px;
        line-height: 1.75;
    }

    .p-message-card__content-img {
        bottom: -100px;
        height: 140px;
        right: 25px;
        width: 147px;
    }

    .p-message-card__img {
        flex-shrink: 0;
        width: 400px;
    }

    .p-message-card__img img {
        height: 288px;
    }

    .p-q-a {
        padding-block: 64px;
    }

    .p-q-a__inner {
        padding-inline: 20px;
        width: min(1160px, 100%);
    }

    .p-q-a__boxes {
        margin-top: 64px;
        row-gap: 14px;
    }

    .p-q-a-box {
        padding: 16px 24px 24px;
    }

    .p-q-a-box__head {
        align-items: center;
        padding-bottom: 4px;
        padding-left: 8px;
        padding-top: 6px;
        -moz-column-gap: 16px;
        column-gap: 16px;
        flex-direction: row;
    }

    .p-q-a-box__head-text {
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0.4px;
        line-height: 1.6;
    }

    .p-q-a-box__body {
        padding: 7px 8px 8px;
        flex-direction: row;
        column-gap: 17px;
    }

    .p-q-a-box__body-img img {
        width: 32px;
        height: 34px;
    }

    .p-news {
        padding-block: 64px 40px;
    }

    .p-news__head-img:nth-of-type(1) {
        height: 172px;
        right: calc(50% + 220px);
        top: -15.5px;
        width: 204px;
    }

    .p-news__head-img:nth-of-type(2) {
        height: 193px;
        left: calc(50% + 220px);
        top: -32px;
        width: 151px;
    }

    .p-news__inner {
        padding-inline: 20px;
        width: min(1128px, 100%);
    }

    .p-news__content {
        margin-top: 64px;
    }

    .p-news__cards {
        flex-direction: row;
        column-gap: 64px;
    }

    .p-news__archive-link {
        margin-top: 64px;
    }

    .p-access {
        margin-top: 64px;
    }

    .p-access__inner {
        width: min(1224px, 100%);
    }

    .p-access__card {
        border-radius: 80px;
    }

    .p-access__card-inner {
        margin-inline: auto;
        max-width: 1056px;
        padding: 64px 64px 61px;
    }

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

    .p-access__info-record {
        flex-direction: row;
        -moz-column-gap: 8px;
        column-gap: 8px;
        padding: 16px;
    }

    .p-access__info-head {
        width: 110px;
    }

    .p-access__map.--sp {
        display: none;
    }

    .p-access__map.--pc {
        display: block;
        margin-top: 32px;
        position: relative;
    }

    .p-access__map-img {
        height: 423px;
    }

    .p-access__map-body {
        border-radius: 0 20px 0 0;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 75.4310344828%;
    }

    .p-access__map-list {
        padding: 16px 69px 16px 33px;
        row-gap: 1px;
    }

    .p-access__map-icon {
        bottom: 0;
        height: 108px;
        right: 0;
        width: 226px;
    }

    .p-access__map-imgs {
        flex-direction: row;
        margin-top: 32px;
        -moz-column-gap: 32px;
        align-items: center;
        column-gap: 32px;
    }

    .p-access__imgs {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 0;
        -moz-column-gap: 16px;
        column-gap: 16px;
        max-width: 496px;
        width: 53.4482758621%;
    }

    .p-access__img {
        width: 48.3870967742%;
    }

    .p-access__img img {
        height: 300px;
        width: 100%;
    }

    .p-access__google-map {
        flex: 1;
    }

    .p-access__google-map iframe {
        height: 300px;
    }

    .p-contact {
        margin-bottom: 24px;
        margin-top: 88px;
    }

    .p-contact__inner {
        width: min(1224px, 100%);
    }

    .p-contact__card {
        padding: 24px 20px;
    }

    .p-contact__main-text {
        margin-top: 38px;
    }

    .p-contact__content {
        margin-top: 39px;
    }

    .p-contact__links {
        flex-direction: row;
        -moz-column-gap: 3.125%;
        column-gap: 3.125%;
    }

    .p-contact__link {
        margin-inline: 0;
        max-width: 320px;
        padding: 23px 14px;
    }

    .p-page-contact__privacy {
        margin-top: 24px;
    }

    .p-footer {
        padding-block: 40px;
    }

    .p-footer__inner {
        width: 100%;
    }

    .p-footer__page-links {
        display: block;
    }

    .p-footer__content {
        margin-top: 24px;
        row-gap: 0;
    }

    .p-footer__logo {
        padding: 8px;
    }

    .p-footer__logo img {
        height: 105px;
        width: 210px;
    }

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

    .p-page-questionnaire {
        padding-block: 68px 64px;
    }

    .p-page-questionnaire__inner {
        width: min(1160px, 100%);
    }

    .p-page-questionnaire__card {
        padding: 64px;
    }

    .p-page-questionnaire__text {
        font-weight: 400;
        letter-spacing: 0.32px;
        line-height: 1.75;
        margin-top: 28px;
    }

    .p-page-questionnaire__list {
        margin-top: 32px;
    }

    .p-page-questionnaire__list li {
        align-items: center;
        flex-direction: row;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .p-page-questionnaire__list li a {
        padding-inline: 0;
    }

    .p-archive {
        padding-block: 40px;
    }

    .p-archive__inner {
        padding-inline: 20px;
        width: min(1224px, 100%);
    }

    .p-archive__content {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 64px;
    }

    .p-archive__primary-cards {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-inline: 0;
    }

    .p-archive__primary-cards .c-news-card {
        width: 47.0588235294%;
    }

    #p-archive__primary {
        width: 64.9493243243%;
    }

    #p-archive__secondary {
        row-gap: 24px;
        width: 31.6722972973%;
    }

    .p-single {
        padding-block: 64px;
    }

    .p-single__inner {
        padding-inline: 20px;
        width: min(1352px, 100%);
    }

    .p-single__content {
        align-items: start;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 24px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }

    #p-single__primary {
        width: 100%;
        max-width: 68.368902439%;
        padding: 32px;
    }

    #p-single__secondary {
        row-gap: 24px;
        width: 28.5823170732%;
    }

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

    .p-single__article-content {
        margin-top: 32px;
    }

    .p-single__more {
        flex-direction: row-reverse;
        justify-content: center;
        margin-top: 32px;
        -moz-column-gap: 64px;
        column-gap: 64px;
    }

    .p-page-contact {
        padding-block: 32px;
    }

    .p-page-contact__inner {
        width: min(1184px, 100%);
    }

    .p-page-contact__card {
        border-radius: 80px;
        padding: 64px 20px;
    }

    .p-page-contact__content {
        margin-top: 64px;
    }

    .p-page-contact__main-text {
        text-align: center;
    }

    .p-page-contact__fields {
        margin-top: 64px;
        row-gap: 24px;
    }

    .p-page-contact-confirm {
        padding-block: 64px;
    }

    .p-page-contact-confirm__inner {
        width: min(1352px, 100%);
    }

    .p-page-contact-confirm__card {
        padding: 24px 20px;
    }

    .p-page-contact-confirm__card-wrap.--recruit {
        margin-inline: auto;
        max-width: 928px;
    }

    .p-page-contact-confirm__content {
        margin-inline: auto;
        margin-top: 64px;
        max-width: 1056px;
    }

    .p-page-contact-confirm__main-text {
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0.4px;
        line-height: 1.6;
        padding: 24px;
        text-align: center;
    }

    .p-page-contact-confirm__table {
        margin-inline: auto;
        margin-top: 64px;
        max-width: 1056px;
    }

    .p-page-thanks {
        padding-block: 128px;
    }

    .p-page-thanks__inner {
        width: min(555px, 100%);
    }

    .p-page-thanks__content {
        margin-top: 40px;
    }

    .p-page-thanks__main-text {
        padding: 24px 21px;
    }

    .p-page-thanks__link-wrap {
        margin-top: 12px;
    }

    .p-page-privacy-policy {
        padding-block: 64px;
    }

    .p-page-privacy-policy__inner {
        width: min(1000px, 100%);
    }

    .p-page-privacy-policy__content {
        margin-top: 64px;
    }

    .p-page-404 {
        padding-block: 128px;
    }

    .p-page-404__inner {
        width: min(1180px, 100%);
    }

    .p-page-404__img {
        margin-bottom: 24px;
    }

    .p-page-404__img img {
        width: 359px;
    }

    .p-page-404__link-wrap {
        margin-top: 64px;
    }

    .p-page-recruit {
        padding-block: 66px;
    }

    .p-page-recruit__wrap {
        margin-bottom: 64px;
    }

    .p-page-recruit__inner {
        width: min(1224px, 100%);
    }

    .p-page-recruit__main-text {
        margin-inline: auto;
        margin-top: 64px;
        max-width: 882px;
        padding-inline: 0;
    }

    .p-recruit-requirements {
        margin-inline: auto;
        margin-top: 64px;
        max-width: 1056px;
    }

    .p-recruit-requirements__head {
        font-size: 24px;
        letter-spacing: 0.48px;
        line-height: 1.67;
    }

    .p-recruit-requirements__items {
        margin-inline: auto;
        margin-top: 32px;
        max-width: 928px;
        padding-inline: 0;
    }

    .p-recruit-requirements__item {
        flex-direction: row;
        padding: 16px 8px 16px 16px;
        -moz-column-gap: 8px;
        align-items: center;
        column-gap: 8px;
    }

    .p-recruit-requirements__item-head {
        flex-shrink: 0;
        width: 110px;
    }

    .p-page-recruit-form-card {
        padding: 64px 20px;
    }

    .p-page-recruit-form-card__main-text {
        margin-top: 64px;
        text-align: center;
    }

    .p-page-recruit-form-card__fields {
        margin-inline: auto;
        margin-top: 64px;
        max-width: 928px;
        row-gap: 23px;
    }

    .p-page-recruit__privacy {
        margin-inline: auto;
        max-width: 928px;
    }

    .p-page-company__wrap {
        margin-bottom: 64px;
    }

    .p-page-company__inner {
        width: min(1224px, 100%);
    }

    .p-page-company {
        margin-inline: auto;
        padding-block: 64px;
        max-width: 1056px;
    }

    .p-page-company__head {
        font-size: 24px;
        letter-spacing: 0.48px;
        line-height: 1.67;
    }

    .p-page-company__items {
        margin-inline: auto;
        margin-top: 32px;
        max-width: 928px;
        padding-inline: 0;
    }

    .p-page-company__item {
        flex-direction: row;
        padding: 16px 8px 16px 16px;
        -moz-column-gap: 8px;
        align-items: center;
        column-gap: 8px;
    }

    .p-page-company__item-head {
        flex-shrink: 0;
        width: 110px;
    }

    .p-page-ethics {
        padding-block: 64px 40px;
    }

    .p-page-ethics__inner {
        width: min(1024px, 100%);
    }

    .p-page-ethics__main-lists {
        row-gap: 24px;
    }

    .p-page-ethics__item-head {
        font-size: 24px;
        line-height: 1.67;
        letter-spacing: 0.48px;
    }

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

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

@media screen and (min-width: 1200px) {
    .p-header__list {
        -moz-column-gap: 32px;
        column-gap: 32px;
    }

    .p-header__btn {
        margin-left: 32px;
    }

    .p-fv__text-balloon:nth-of-type(2) {
        margin-left: 219.5px;
        margin-top: -40px;
    }

    .p-about__text {
        padding-inline: 40px;
    }

    .p-policy__wrap {
        padding-block: 58px 108px;
    }

    .p-policy__boxes {
        -moz-column-gap: 64px;
        column-gap: 64px;
    }

    .p-policy__balloon-img:nth-of-type(1) {
        height: 371px;
        left: 96px;
        top: -113px;
        width: 252px;
    }

    .p-policy__balloon-img:nth-of-type(2) {
        right: 83px;
        top: 811px;
    }

    .p-program__boxes {
        row-gap: 0;
    }

    .p-program__box {
        border-radius: 40px;
        display: grid;
        height: 300px;
        max-width: 820px;
        padding: 12px 20px;
        place-items: center;
        width: 100%;
    }

    .p-program__box:nth-of-type(2) {
        margin-left: 5.0228310502%;
    }

    .p-program__box:nth-of-type(3) {
        margin-left: 9.8173515982%;
    }

    .p-program__box:nth-of-type(4) {
        margin-left: 14.6118721461%;
    }

    .p-program__box:nth-of-type(5) {
        margin-left: 19.6347031963%;
    }

    .p-program__box:nth-of-type(6) {
        margin-left: 24.4292237443%;
    }

    .p-program__box:nth-of-type(7) {
        margin-left: 29.299847793%;
    }

    .p-program__box-wrap {
        flex-direction: row;
        margin-inline: auto;
        max-width: 698px;
        -moz-column-gap: 9.1690544413%;
        column-gap: 9.1690544413%;
    }

    .p-program__box-pc-img {
        display: block;
        flex-shrink: 0;
    }

    .p-program__box-title {
        font-weight: 400;
        letter-spacing: 0.48px;
        line-height: 1.57;
    }

    .p-program__box-img {
        display: none;
    }

    .p-program__box-text {
        font-size: 16px;
    }

    .p-program__gallery {
        display: none;
    }

    .p-program__gallery-img {
        position: absolute;
    }

    .p-program__sp-img {
        display: block;
    }

    .p-program__sp-img:nth-of-type(1) {
        left: calc(50% + 180px);
        top: 234px;
    }

    .p-program__sp-img:nth-of-type(2) {
        left: calc(50% + 260px);
        top: 522px;
    }

    .p-program__sp-img:nth-of-type(3) {
        bottom: 319px;
        right: calc(50% + 338px);
    }

    .p-program__sp-img:nth-of-type(4) {
        bottom: 25px;
        right: calc(50% + 238px);
    }

    .p-program__sp-img:nth-of-type(5) {
        top: 839px;
        left: calc(50% + 330px);
    }

    .p-program__sp-img img {
        height: 164px;
        width: 238px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .p-day-flow__individual-class .p-day-flow-card {
        -moz-column-gap: 110px;
        column-gap: 110px;
    }

    .p-day-flow__detail-pc img {
        bottom: -190px;
        height: 197px;
        right: -140px;
        width: 220px;
    }

    .p-usage-flow__inner {
        padding-inline: 32px;
        width: min(1188px, 100%);
    }

    .p-usage-flow__boxes {
        justify-content: space-between;
        margin-top: 36px;
        padding-right: 28px;
    }

    .p-usage-flow-box {
        height: 223px;
        width: 214px;
    }

    .p-usage-flow-box:nth-of-type(2) {
        z-index: 9;
    }

    .p-usage-flow-box:nth-of-type(3) {
        z-index: 8;
    }

    .p-usage-flow-box:nth-of-type(4) {
        z-index: 7;
    }

    .p-usage-flow-box:nth-of-type(5) {
        z-index: 6;
    }

    .p-usage-flow-box::before {
        height: 254px;
        width: 244px;
    }

    .p-usage-flow-box__head-text {
        font-size: 20px;
    }

    .p-usage-flow-box__body {
        margin-top: 15px;
    }

    .p-usage-flow-box__body-text {
        font-size: 16px;
        max-width: 210px;
    }

    .p-message-card {
        -moz-column-gap: 64px;
        column-gap: 64px;
        padding: 40px 64px;
    }

    .p-message-card__content-img {
        bottom: -120px;
        height: 180px;
        right: 25px;
        width: 187px;
    }

    .p-news__head-img:nth-of-type(1) {
        right: calc(50% + 287px);
    }

    .p-news__head-img:nth-of-type(2) {
        left: calc(50% + 287px);
    }

    .p-contact__card {
        padding: 40px 64px;
    }

    .p-contact__links {
        -moz-column-gap: 32px;
        column-gap: 32px;
    }

    .p-contact__link {
        padding: 23px;
    }

    #p-archive__primary {
        padding-inline: 44.5px;
    }

    .p-page-contact-confirm__card {
        padding: 64px 40px;
    }
}

@media screen and (min-width: 1400px) {
    .p-program__box {
        max-width: 954px;
    }

    .p-program__sp-img:nth-of-type(1) {
        left: calc(50% + 242px);
        top: 234px;
    }

    .p-program__sp-img:nth-of-type(2) {
        left: calc(50% + 328px);
        top: 522px;
    }

    .p-program__sp-img:nth-of-type(3) {
        bottom: 319px;
        right: calc(50% + 328px);
    }

    .p-program__sp-img:nth-of-type(4) {
        bottom: 25px;
        right: calc(50% + 238px);
    }

    .p-program__sp-img:nth-of-type(5) {
        top: 839px;
        left: calc(50% + 370px);
    }

    .p-program__sp-img img {
        height: 214px;
        width: 288px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .p-day-flow__inner {
        padding-inline: 32px;
        width: min(1184px, 100%);
    }

    .p-day-flow__individual-class .p-day-flow-card {
        -moz-column-gap: 160px;
        column-gap: 160px;
    }

    .p-day-flow__detail-pc img {
        bottom: -190px;
        height: 207px;
        right: -187px;
        width: 244px;
    }
}

@media screen and (min-width: 1600px) {
    .p-policy__wrap {
        padding-block: 80px 164px;
    }

    .p-policy__wrap::before {
        height: 1140px;
        width: 3000px;
    }
}

@media screen and (max-width: 374px) {
    .c-banner__link {
        padding: 10px 35px 10px 50px;
    }

    .c-banner__link::before {
        height: 50px;
        width: 50px;
    }

    .c-banner__link-text {
        font-size: 14px;
    }

    .c-banner__link-text::before {
        height: 20px;
        right: 5px;
        width: 20px;
    }

    .c-banner__cancel {
        height: 32px;
        right: -16px;
        top: -16px;
        width: 32px;
    }

    .p-policy__wrap {
        padding-block: 30px 130px;
    }

    .p-policy__wrap::before {
        height: 1500px;
    }

    .p-policy__balloon-img:nth-of-type(1) {
        left: 18px;
        top: 750px;
        width: 120px;
        height: 180px;
    }

    .p-policy__balloon-img:nth-of-type(2) {
        top: 1200px;
        right: 8px;
        width: 120px;
        height: 180px;
    }

    .p-policy__box {
        padding-inline: 10px;
    }

    .p-program__gallery {
        flex-direction: column;
        row-gap: 16px;
    }

    .p-program__gallery-img {
        border-width: 8px;
        width: 100%;
    }

    .p-day-flow__inner {
        padding-inline: 20px;
    }

    .p-day-flow-card__img {
        width: 75px;
        height: 75px;
    }

    .p-news__head-img:nth-of-type(1) {
        width: 80px;
        height: 100px;
    }

    .p-news__head-img:nth-of-type(2) {
        width: 70px;
        height: 100px;
    }

    .p-message-card__title-text::before {
        width: 100%;
    }

    .p-message-card__content-img {
        height: 80px;
        width: 84px;
    }

    .p-q-a__inner {
        padding-inline: 20px;
    }

    .p-access__inner {
        padding-inline: 20px;
    }

    .p-access__map.--sp {
        top: 729px;
    }

    .p-access__map-icon {
        bottom: -54px;
        right: 8px;
    }

    .p-access__imgs {
        margin-top: 430px;
    }

    .p-contact__inner {
        padding-inline: 20px;
    }

    .p-page-privacy-policy__inner {
        padding-inline: 20px;
    }

    .p-page-404__inner {
        padding-inline: 20px;
    }

    .p-page-recruit__inner {
        padding-inline: 20px;
    }
}
