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

@media screen and (max-width: 576px) {
    html,
    body {
        font-size: 100% !important;
    }
}

.container {
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    .container {
        padding: 0 16px;
    }
}

.for-sp {
    display: none;
}

span.pink {
    color: var(--colorPink);
}

span.underline {
    position: relative;
}

span.underline::before {
    background: var(--colorBlack);
    bottom: -2px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
}

@media screen and (max-width: 767px) {
    .for-sp {
        display: block;
    }
    .for-pc {
        display: none;
    }
}

/* Titles */

.pageTitle {
    color: var(--colorBlack);
    font-family: var(--familyBiz);
    font-size: var(--fontMax24Min18);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

.pageTitle.pink {
    color: var(--colorPink);
}

.pageTitle span.lg {
    font-size: var(--fontMax36Min26);
}

@media screen and (max-width: 767px) {
    .pageTitle {
        font-size: 24px;
    }
}

.yellowBG {
    background: linear-gradient(
        0deg,
        rgba(235, 255, 2, 1) 0%,
        rgba(235, 255, 2, 0.34) 20%,
        rgba(235, 255, 2, 0) 48%,
        rgba(235, 255, 2, 0) 100%
    );
    line-height: 1.4;
    padding-bottom: 0;
}

.pageText {
    color: var(--colorBlack);
    font-family: var(--familyBiz);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

.pageText .red {
    color: #f01313;
}

/* Footer */
.footer {
    background: #fff;
    padding: 16px 0 32px;
}

@media screen and (max-width: 992px) {
    .footer {
        padding-bottom: 72px;
    }
}

.footer__upper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.footer__name {
    align-self: center;
    display: grid;
    grid-template-columns: 1fr;
    height: fit-content;
}

.footer__name--group,
.footer__name--title {
    color: #333;
    font-family: var(--familyBiz);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

.footer__name--group {
    align-items: center;
    border: 1px solid #333;
    display: flex;
    justify-content: center;
    line-height: 1.4;
    padding: 0 4px;
    width: fit-content;
}

.footer__name--title {
    font-size: 16px;
}

.footer__name--title span.lg {
    font-size: 26px;
    padding-left: 16px;
}

.footer__tel {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 274px;
    width: 100%;
}

.footer__tel--banner {
    background: var(--colorGreen);
    border-radius: 4px;
    color: #fff;
    font-family: var(--familyBiz);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: center;
    width: 100%;
}

.footer__tel--num,
.footer__tel--time,
.footer__copywrite {
    color: #333;
    font-family: var(--familyBiz);
    font-size: var(--fontMax32Min24);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.footer__tel--time,
.footer__copywrite {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

.footer__lower {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
}

.footer__qr img {
    max-width: 80px;
}

.footer__copywrite {
    font-weight: 400;
}

.footer__buttonWrapper {
    align-items: flex-end;
    bottom: 4px;
    column-gap: 5px;
    display: none;
    justify-content: center;
    left: 0;
    padding: 0 4px;
    position: fixed;
    width: 100%;
    z-index: var(--zIndexFooter);
}

@media screen and (max-width: 992px) {
    .footer__buttonWrapper {
        display: flex;
    }
}

.footer__button {
    align-items: center;
    background: var(--colorGreen);
    border-radius: 8px;
    color: #fff;
    column-gap: 6px;
    display: inline-flex;
    font-family: var(--familyBiz);
    font-size: 16px;
    font-weight: 900;
    height: 56px;
    justify-content: center;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

.footer__telButton--sm {
    font-size: 10px;
}

.footer__telButton--md {
    font-size: 12px;
    font-weight: 500;
}

.footer__buttonText {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.footer__telButton .footer__buttonText {
    white-space: nowrap;
}

.footer__buttonText--center {
    align-items: center;
    text-align: center;
}

.footer__telButton {
    width: 56.8%;
}

.footer__telButton--time {
    color: #000;
    font-family: var(--familyBiz);
    font-weight: 400;
    text-align: center;
    width: 100%;
}

.footer__mailButton {
    width: 43.2%;
}

.footer__icon {
    height: 24px;
    width: 24px;
}

.footer__telIcon {
    padding-left: 6px;
}

.footer__mailIcon {
    margin-right: 4px;
}

@media screen and (max-width: 767px) {
    .footer__upper {
        align-items: center;
        flex-direction: column;
    }
    .footer__name {
        gap: 8px;
        width: 100%;
    }
    .footer__name--title {
        justify-self: center;
        text-align: center;
    }
    .footer__lower {
        margin-top: 16px;
    }
    .footer__name--group {
        justify-self: center;
    }
    .footer__tel--num {
        font-size: 1.8rem;
    }
    .footer__tel--time {
        font-size: 1.4rem;
    }
    .footer__copywrite {
        text-align: left;
    }
}

/* Header */
.header__container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 8px 20px;
}

.header--sp {
    display: none;
}

.header__logo a{
    max-width: 364px;
	font-size:20px;
	color:inherit;
}

.header__tel {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 190px;
}

.header__tel--banner {
    background: var(--colorGreen);
    border-radius: 4px;
    color: #fff;
    font-family: var(--familyBiz);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: center;
    width: 100%;
}

.header__tel--num,
.header__tel--time {
    color: #333;
    font-family: var(--familyBiz);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.header__tel--time {
    font-size: 12px;
}

.header__buttons {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    max-width: 304px;
    width: 100%;
}

.header__buttons a {
    align-items: center;
    border-radius: 10px;
    display: grid;
    gap: 4px;
    grid-template-columns: 44px auto;
    height: 70px;
    justify-content: center;
    width: 100%;
}

.header__buttons--text {
    color: #fff;
    font-family: var(--familyBiz);
    font-size: var(--fontMax14Min12);
    font-weight: 700;
    line-height: 1.5;
}

.header__buttons a:first-child {
    background: var(--colorLightBlue);
}

.header__buttons a:last-child {
    background: var(--colorPink);
}

@media screen and (max-width: 992px) {
    .header__container {
        display: none;
    }

    .header--sp {
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 30px 16px;
    }
}

.wpcf7-submit:hover{
  cursor:pointer;
}