html{
    font-size: 16px;
}
.c-btn08 {
    font-size: 1.25rem;
    letter-spacing: 0.09em;
    color: #fff;
    font-weight: 500;
    background-image: linear-gradient(to right, #e6951a, #ecb148);
    display: block;
    text-align: center;
    padding: 1.2em;
    border-radius: 35px;
    filter: drop-shadow(13px 14px 10px rgba(0, 0, 0, 0.3));
    transition: opacity 0.3s;
    border: none;
}
.wpcf7 .wpcf7-submit {
	font-size: 1.25rem;
	height: auto;
	width: 100%;
}
@media screen and (max-width: 1199px) {
    .c-btn08, .wpcf7 .wpcf7-submit {
        width: 300px;
    }
}
@media screen and (max-width: 767px) {
    .c-btn08, .wpcf7 .wpcf7-submit {
        width: 280px;
        font-size: 0.875rem;
        padding: 1em;
    }
}
.c-btn08:hover, .wpcf7 .wpcf7-submit:hover {
    opacity: 0.7;
}
.c-btn08.--purple {
    background-image: linear-gradient(to right, #3E85B0, #3E85B0);
}

.p-contactPage {
    background: url(../img/bg_contactPage_01.webp) no-repeat center 0/cover;
    padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
    .p-contactPage {
        padding-bottom: 60px;
    }
}
.p-contactPage__lead {
    margin-top: 56px;
    font-size: 0.9375rem;
    letter-spacing: 0.01em;
    line-height: 2.5333333333;
    text-align: center;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .p-contactPage__lead {
        font-size: 0.875rem;
        text-align: left;
        margin-top: 30px;
    }
}
.p-contactPage__bnr {
    margin-top: 72px;
}
@media screen and (max-width: 767px) {
    .p-contactPage__bnr {
        margin-top: 30px;
    }
}

.p-contactForm {
    margin-top: 95px;
    font-family: "Noto Sans JP";
}
@media screen and (max-width: 767px) {
    .p-contactForm {
        margin-top: 40px;
    }
}
.wpcf7 {
	border: none;
	background: none;
}
.wpcf7 form {
    margin: 0;
}
.wpcf7 p {
    margin-bottom: 0;
}
.p-contactForm__item {
    background: #fff;
    border: 1px solid #3E85B0;
    display: flex;
	align-items: center;
    padding: 16px 16px 16px 0;
}
.p-contactForm__item.p-contactForm__item-message {
	align-items: start;
	padding-top: 16px;
}
@media screen and (max-width: 767px) {
    .p-contactForm__item {
        display: block;
        padding: 10px;
    }
}
.p-contactForm__item + .p-contactForm__item {
    margin-top: 16px;
}
.p-contactForm__dt {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    width: 300px;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 30px;
}
.p-contactForm__dt p {
    font-size: 1.125rem;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-size: 16px;
}
@media screen and (max-width: 1199px) {
    .p-contactForm__dt {
        width: 250px;
        font-size: 1rem;
    }
}
@media screen and (max-width: 767px) {
    .p-contactForm__dt {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
    }
}
.p-contactForm__dt.--required {
    position: relative;
}
.p-contactForm__dt.--required::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "必須";
    background: #3E85B0;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 400;
    letter-spacing: 0.5em;
    width: 78px;
    height: 31px;
    border-radius: 3px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 6px;
}
@media screen and (max-width: 767px) {
    .p-contactForm__dt.--required::after {
        width: 60px;
        font-size: 0.875rem;
    }
}
.p-contactForm__dt.--kanji::before, .p-contactForm__dt.--katakana::before {
    position: absolute;
    color: #000;
    left: 120px;
    top: 10px;
    font-size: 0.875rem;
}
@media screen and (max-width: 1199px) {
    .p-contactForm__dt.--kanji::before, .p-contactForm__dt.--katakana::before {
        left: 100px;
        font-size: 0.75rem;
    }
}
@media screen and (max-width: 767px) {
    .p-contactForm__dt.--kanji::before, .p-contactForm__dt.--katakana::before {
        left: 70px;
    }
}
.p-contactForm__dt.--kanji.--kanji::before, .p-contactForm__dt.--katakana.--kanji::before {
    content: "(漢字)";
}
.p-contactForm__dt.--kanji.--katakana::before, .p-contactForm__dt.--katakana.--katakana::before {
    content: "(カタカナ)";
}
.p-contactForm__dd {
    width: calc(100% - 300px);
    padding-left: 55px;
}
@media screen and (max-width: 1199px) {
    .p-contactForm__dd {
        width: calc(100% - 250px);
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px) {
    .p-contactForm__dd {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}
.p-contactForm__dd.--flex {
    display: flex;
    gap: 20px;
}
.p-contactForm__ddZip {
    padding-left: 30px;
    position: relative;
}
.p-contactForm__ddZip::before {
    position: absolute;
    content: "〒";
    font-size: 1rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.p-contactForm__ddZip .p-contactForm__inputText {
    width: 324px;
}
@media screen and (max-width: 1199px) {
    .p-contactForm__ddZip .p-contactForm__inputText {
        width: 180px;
    }
}
@media screen and (max-width: 767px) {
    .p-contactForm__ddZip .p-contactForm__inputText {
        width: 100%;
    }
}
.p-contactForm__ddZip.--hankaku::after {
    position: absolute;
    content: "(ハイフンなし/半角)";
    font-size: 0.875rem;
    color: #000;
    top: 48px;
    left: 370px;
}
@media screen and (max-width: 1199px) {
    .p-contactForm__ddZip.--hankaku::after {
        left: 220px;
        font-size: 0.75rem;
    }
}
@media screen and (max-width: 767px) {
    .p-contactForm__ddZip.--hankaku::after {
        top: 52px;
        left: 32px;
    }
}
.p-contactForm__ddAddress:nth-child(2) {
    margin-top: 34px;
}
.p-contactForm__ddAddress:nth-child(3) {
    margin-top: 15px;
}
.p-contactForm__ddAddress .p-contactForm__inputText {
    margin-top: 15px;
}
.p-contactForm__radioWrap, .wpcf7-radio.p-contactForm__radio {
    display: flex;
    gap: 14px 10px;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .p-contactForm__radioWrap {
        flex-direction: column;
    }
}
.p-contactForm input[type=radio],
.p-contactForm input[type=checkbox] {
    appearance: none;
    display: none;
}
.p-contactForm input[type=radio] + span,
.p-contactForm input[type=checkbox] + span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 1.15;
}
@media screen and (max-width: 767px) {
    .p-contactForm input[type=radio] + span,
    .p-contactForm input[type=checkbox] + span {
        font-size: 0.875rem;
    }
}
.p-contactForm input[type=radio] + span:before,
.p-contactForm input[type=checkbox] + span:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #dcdcdc;
    border: 2px solid #9e9e9e;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
}
.p-contactForm input[type=radio]:checked + span::before,
.p-contactForm input[type=checkbox]:checked + span::before {
    content: "";
    background: #3E85B0;
}
.p-contactForm .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}
.p-contactForm__inputText, .p-contactForm__textarea, .wpcf7 input, .wpcf7 textarea {
    background: #f2f2f2;
    width: 100%;
    padding: 1.5rem 1em;
    border: 2px solid #f2f2f2;
}
.p-contactForm__inputText:focus-visible,
.p-contactForm__textarea:focus-visible,
.wpcf7 input:focus-visible, .wpcf7 textarea:focus-visible {
    border: 2px solid #000;
}
@media screen and (max-width: 767px) {
    .p-contactForm__inputText, .p-contactForm__textarea, .wpcf7 input, .wpcf7 textarea {
        font-size: 0.875rem;
        padding: 1em;
    }
}
.p-contactForm__textarea, .wpcf7 textarea {
    resize: none;
    height: 362px;
    overflow-y: scroll;
}
@media screen and (max-width: 767px) {
    .p-contactForm__textarea, .wpcf7 textarea {
        height: 250px;
    }
}
.p-contactForm__leadWrap {
    margin-top: 45px;
}
.p-contactForm__lead, .wpcf7 p.p-contactForm__lead {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-contactForm__lead {
        text-align: left;
        font-size: 1rem;
        line-height: 1.8;
    }
}
.p-contactForm__policyWrap {
    background: #fff;
    border: 1px solid #3E85B0;
    padding: 52px 40px;
    height: 290px;
    overflow-y: scroll;
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .p-contactForm__policyWrap {
        padding: 1em;
    }
}
.p-contactForm__policyTtl {
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
    .p-contactForm__policyTtl {
        font-size: 1.25rem;
    }
}
.p-contactForm__policySubTtl {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .p-contactForm__policySubTtl {
        margin-top: 30px;
        font-size: 1rem;
    }
}
.p-contactForm__policyText {
    line-height: 2.0625;
    letter-spacing: 0.05em;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .p-contactForm__policyText {
        font-size: 0.875rem;
        margin-top: 10px;
    }
}
.p-contactForm__checkWrap {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}
.p-contactForm__checkWrap .mwform-checkbox-field-text, .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
    letter-spacing: 0.05em;
    font-size: 1.125rem;
    margin-left: 5px;
}
@media screen and (max-width: 767px) {
    .p-contactForm__checkWrap .mwform-checkbox-field-text {
        font-size: 0.875rem;
    }
}
.p-contactForm__checkLink {
    color: #207acf;
    border-bottom: 1px solid #207acf;
}
.p-contactForm__btnWrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 600px;
    margin: auto;
    margin-top: 78px;
}
@media screen and (max-width: 767px) {
    .p-contactForm__btnWrap {
        margin-top: 40px;
    }
}
.p-contactForm__btn {
    width: 100%;
}
.p-contactForm__cautionWrap {
    margin-top: 87px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-contactForm__cautionWrap {
        text-align: left;
        margin-top: 40px;
    }
}
.p-contactForm__caution {
    font-size: 0.875rem;
}
.p-contactForm__cautionLink {
    color: #207acf;
    border-bottom: 1px solid #207acf;
    letter-spacing: 0.05em;
    line-height: 1.875;
}
@media screen and (max-width: 767px) {
    .p-contactForm__cautionLink {
        display: inline-block;
    }
}

.p-pageGreeting {
    background: url(../img/bg_pageGreeting_01.png) no-repeat center 0/cover;
    padding-bottom: 90px;
}
@media screen and (max-width: 1199px) {
    .p-pageGreeting {
        background: url(../img/bg_pageGreeting_01.png) no-repeat center 0/100%;
        padding-bottom: 50px;
    }
}
.p-pageGreeting__media {
    margin-top: 60px;
}
.p-pageGreeting__mediaRev {
    margin-top: 100px;
}
@media screen and (max-width: 767px) {
    .p-pageGreeting__mediaRev {
        margin-top: 50px;
    }
}
.p-pageGreeting__profile {
    margin-top: 106px;
}
@media screen and (max-width: 767px) {
    .p-pageGreeting__profile {
        margin-top: 50px;
    }
}
.p-pageGreeting__symbol {
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .p-pageGreeting__symbol {
        margin-top: 30px;
    }
}

.p-media02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 1199px) {
    .p-media02 {
        flex-direction: column-reverse;
    }
}
.p-media02__body {
    width: 48.3333333333%;
}
@media screen and (max-width: 1199px) {
    .p-media02__body {
        width: 100%;
        margin-top: 20px;
    }
}
.p-media02__ttlEn {
    background-image: linear-gradient(to right, #b6ce41, #42cb76);
    font-family: Dosis;
    font-size: 1.375rem;
    font-weight: bold;
    letter-spacing: 0.09em;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.p-media02__ttlJa {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 14px;
}
@media screen and (max-width: 767px) {
    .p-media02__ttlJa {
        font-size: 1.25rem;
        margin-top: 6px;
    }
}
.p-media02__info {
    position: relative;
    padding-left: 32px;
    margin-top: 32px;
}
@media screen and (max-width: 767px) {
    .p-media02__info {
        padding-left: 20px;
        margin-top: 20px;
    }
}
.p-media02__info::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 83px;
    background-image: linear-gradient(to top, #b6ce41, #42cb76);
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
@media screen and (max-width: 767px) {
    .p-media02__info::before {
        width: 4px;
        height: 60px;
    }
}
.p-media02__infoText {
    line-height: 2.5;
}
@media screen and (max-width: 767px) {
    .p-media02__infoText {
        font-size: 0.875rem;
        line-height: 2;
    }
}
.p-media02__infoImg {
    width: 128px;
    margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
    .p-media02__infoImg {
        width: 100px;
    }
}
.p-media02__text {
    line-height: 1.875;
    letter-spacing: 0.02em;
    margin-top: 22px;
}
@media screen and (max-width: 767px) {
    .p-media02__text {
        font-size: 0.875rem;
    }
}
.p-media02__imgWrap {
    border-radius: 30px 30px 140px 30px;
    overflow: hidden;
    aspect-ratio: 580/593;
    width: 48.3333333333%;
    position: relative;
}
@media screen and (max-width: 1199px) {
    .p-media02__imgWrap {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .p-media02__imgWrap {
        border-radius: 15px 15px 70px 15px;
        aspect-ratio: 5/4;
    }
}
.p-media02__imgWrap::after {
    position: absolute;
    content: "PURPOSE";
    font-family: Dosis;
    font-size: 5.875rem;
    color: #fff;
    font-weight: 700;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
    .p-media02__imgWrap::after {
        font-size: 2.5rem;
    }
}
.p-media02__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-media03 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media screen and (max-width: 1199px) {
    .p-media03 {
        flex-direction: column;
    }
}
.p-media03__body {
    width: 48.3333333333%;
}
@media screen and (max-width: 1199px) {
    .p-media03__body {
        width: 100%;
        margin-top: 20px;
    }
}
.p-media03__ttlJa {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .p-media03__ttlJa {
        font-size: 1.25rem;
        margin-top: 6px;
    }
}
.p-media03__text {
    line-height: 1.875;
    letter-spacing: 0.02em;
    margin-top: 22px;
}
@media screen and (max-width: 767px) {
    .p-media03__text {
        font-size: 0.875rem;
    }
}
.p-media03__imgWrap {
    border-radius: 30px;
    overflow: hidden;
    aspect-ratio: 580/409;
    width: 48.3333333333%;
    position: relative;
}
@media screen and (max-width: 1199px) {
    .p-media03__imgWrap {
        width: 100%;
    }
}
.p-media03__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-telBnr {
    border: 3px solid #3E85B0;
    display: block;
    background: #fff;
    border-radius: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 38px;
    padding: 40px 0;
    color: #000;
}
@media screen and (max-width: 1199px) {
    .p-telBnr {
        flex-direction: column;
        gap: 20px;
    }
}
@media screen and (max-width: 767px) {
    .p-telBnr {
        border-radius: 10px;
        padding: 20px 0;
    }
}
.p-contactPage__bnr .p-telBnr__ttl {
    font-size: 1.875rem;
    letter-spacing: 0.11em;
    font-weight: 600;
    margin: 0;
}
@media screen and (max-width: 1199px) {
    .p-contactPage__bnr .p-telBnr__ttl {
        font-size: 1.25rem;
    }
}
@media screen and (max-width: 767px) {
    .p-contactPage__bnr .p-telBnr__ttl {
        font-size: 1rem;
    }
}
.p-telBnr__tel {
    position: relative;
    padding-left: 110px;
}
@media screen and (max-width: 1199px) {
    .p-telBnr__tel {
        font-size: 1.125rem;
        padding-left: 80px;
    }
}
@media screen and (max-width: 767px) {
    .p-telBnr__tel {
        padding-left: 50px;
    }
}
.p-telBnr__tel::before {
    content: "";
    background: url(../img/bnr_telBnr_01.png) no-repeat center center/contain;
    width: 86px;
    height: 86px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
@media screen and (max-width: 1199px) {
    .p-telBnr__tel::before {
        width: 60px;
        height: 60px;
    }
}
@media screen and (max-width: 767px) {
    .p-telBnr__tel::before {
        width: 40px;
        height: 40px;
    }
}
.p-telBnr__telLead {
    font-size: 1.375rem;
    letter-spacing: 0.11em;
    font-weight: 600;
    display: block;
}
@media screen and (max-width: 1199px) {
    .p-telBnr__telLead {
        font-size: 1.125rem;
    }
}
@media screen and (max-width: 767px) {
    .p-telBnr__telLead {
        font-size: 0.875rem;
    }
}
.p-telBnr__number {
    font-family: "Noto Sans JP";
    font-size: 3.25rem;
    font-weight: 600;
    display: block;
}
@media screen and (max-width: 1199px) {
    .p-telBnr__number {
        font-size: 2.625rem;
    }
}
@media screen and (max-width: 767px) {
    .p-telBnr__number {
        font-size: 1.875rem;
    }
}
