@charset "utf-8";
/*共通設定*/
*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
}

a:hover {
    opacity: 0.8;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #411d16;
    letter-spacing: 0.05em;
}

main {
    position: relative;
}

img {
    max-width: 100%;
}

.wrap {
    position: relative;
    overflow: hidden;
}

.parent {
    padding: 120px 5vw;
}

.child {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.tb-br,
.sp-br {
    display: none;
}

.pc-br {
    display: block;
}

.oswald {
    font-family: "Oswald", sans-serif;
}

.apply-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #ff778a;
    border-radius: 50vh;
    color: #fff;
    padding: 4px 32px;
    font-weight: 600;
}

.contact-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #046ebf;
    border-radius: 50vh;
    color: #fff;
    padding: 4px 32px;
    font-weight: 600;
}

.arrow {
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
/*終わり*/


/*<header class="header">*/
.header {
    padding: 0 5vw;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 100;
    transition: 0.4s;
} 

.header.change-color {
    background-color: rgba(255,255,255,0.9);
}

.header-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    display: inline-block;
}

.h-logo {
    display: block;
    max-width: 48px;
    width: 100%;
}

.header-ul {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 24px;
}

.header-tel-li {
    line-height: 1.4;
}

.header-tel {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-tel-txt-01 {
    font-weight: 800;
    font-size: 20px;
}

.header-tel-txt-02 {
    font-size: 14px;
}
/*終わり*/


/*<div class="fix-btn-wrap">*/
.fix-btn-wrap {
    display: none;
}
/*終わり*/


/*<section class="fv">*/
.fv {
    width: 100%;
    height: 90vh;
    background-image: url(../img/fv_pc.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fv-in {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.fv-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 65%;
}

.fv-con-l {
    width: calc(65% - 24px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.fv-title-flex {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.fv-h1 {
    font-size: clamp(calc(20px), calc(24 / 1200 * 100vw), 24px);
    font-weight: 800;
    font-style: italic;
    text-shadow: 0 0 8px #fff;
}

.fv-circle {
    max-width: 80px;
    width: 100%;
}

.fv-txt-01 {
    width: 100%;
}

.fv-color-txt-flex {
    display: flex;
    gap: 16px;
}

.fv-color-txt {
    padding: 4px 16px;
    border-radius: 8px;
    font-weight: 600;
}

.fv-color-txt-01 {
    color: #fff;
    background-color: #f4a84e;
}

.fv-color-txt-02 {
    color: #fff;
    background-color: #411d16;
}

.fv-color-txt-03 {
    color: #fff;
    background-color: #ff778a;
}

.fv-txt-02 {
    font-size: 24px;
    font-weight: 800;
    font-style: italic;
    text-shadow: 0 0 8px #fff;
}

.fv-contact {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #046ebf;
    border-radius: 50vh;
    color: #fff;
    padding: 12px 40px;
    font-weight: 600;
    box-shadow: 0 5px #004980;
}

.free-txt {
    position: relative;
    color: #ff778a;
    font-size: 14px;
    z-index: 2;
}

.free-txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 50vh;
    z-index: -1;
}

.fv-con-r {
    width: 35%;
    display: flex;
    align-items: flex-end;
}
/*終わり*/


/*<section class="about">*/
.about {
    background-color: #fff7e5;
}

.about-title {
    display: flex;
    align-items: center;
    gap: 16px;
}

.about-h2 {
    line-height: 1.4;
    font-size: 40px;
}

.about-h2 span {
    color: #ff778a;
    font-size: 24px;
}

.about-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
}

.about-flex-l {
    width: 55%;
}

.swiper_main .swiper-slide {
    height: 320px;
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper_thumbnail {
    margin-top: 16px;
}

.swiper_thumbnail .swiper-slide {
    height: 100px;
}

.swiper_thumbnail .swiper-slide{
    cursor: pointer;
}

.swiper_thumbnail .swiper-slide-thumb-active{
    outline: 4px solid #ff778a;
    outline-offset: -4px;
}

.swiper_thumbnail img{
    vertical-align: bottom;
}

.about-flex-r {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-txt-flex {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
}

.about-txt-03 {
    font-weight: 800;
    font-size: 20px;
}

.about-txt-03 span {
    color: #ff778a;
    font-size: 48px;
}

.about-txt-04 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ff778a;
    font-weight: 800;
    font-size: 20px;
}

.about-ul {
    border-radius: 8px;
    background-color: #fff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.about-txt-05 {
    font-size: 14px;
}
/*終わり*/


/*<section class="intro">*/
.intro-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.intro-flex-l {
    width: 45%;
}

.intro-h2 {
    color: #ff778a;
    font-size: 32px;
}

.intro-txt {
    margin-top: 24px;
}

.intro-flex-r {
    width: 50%;
}

.intro-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 120px;
    text-align: center;
}

.video-h3 {
    display: inline-block;
    color: #fff;
    background-color: #ff778a;
    padding: 4px 40px;
    font-size: 24px;
    border-radius: 8px;
}

.video-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 32px;
    font-weight: 800;
}

.video-txt .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-top: 24px solid #f4a84e;
    border-bottom: 0;
}

.video {
    width: 60%;
}
/*終わり*/


/*<section class="cta">*/
.cta {
    background-color: #ffa3b0;
}

.cta-in {
    max-width: 980px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.cta-h2 {
    color: #fff;
    font-size: 32px;
}

.cta-wrap {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
}

.cta-title-wrap {
    background-color: #fff0f2;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 10px 10px 0 0;
}

.cta-txt {
    font-size: 18px;
    font-weight: 800;
}

.cta-btn-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.cta .apply-btn,
.cta .contact-btn {
    padding: 16px;
    font-size: 18px;
    justify-content: center;
    max-width: 300px;
    width: 100%;
}

.cta-flex {
    padding: 16px 16px 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.cta-icon {
    height: 80px;
}

.cta-tel-wrap {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.cta-tel-icon {
    max-width: 60px;
    width: 100%;
}

.cta-tel-txt {
    font-weight: 800;
    font-size: 56px;
}

.cta-time-txt {
    font-weight: 600;
}
/*終わり*/


/*<section class="case">*/
.case {
    background-color: #f3f4f6;
}

.case-h2 {
    text-align: center;
    font-size: 32px;
}

.case-flex {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.case-con {
    width: 32%;
    background-color: #fff;
    border-radius: 8px;
}

.case-img-wrap {
    width: 100%;
}

.case-img {
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px;
    font-size: 18px;
    border-bottom: solid 1px #eeeeee;
}

.case-h3 span {
    color: #ff778a;
}

.case-ul {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.case-li {
    display: flex;
    align-items: center;
    gap: 8px;
}
/*終わり*/


/*<section class="pick">*/
.pick-h2 {
    text-align: center;
    font-size: 32px;
}

.pick-wrap {
    padding: 40px 0;
    border-top: solid 1px #eeeeee;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.pick-wrap-01 {
    margin-top: 80px;
    padding-top: 0;
    padding-bottom: 40px;
    border-top: none;
}

.pick-img-wrap {
    width: 30%;
}

.pick-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.pick-txt-wrap {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pick-h3 {
    color: #ff778a;
    font-weight: 600;
    font-size: 24px;
}

.pick-txt-01 {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 600;
}

.pick-txt-01 span {
    background-color: #f4a84e;
    padding: 0 8px;
    border-radius: 4px;
    color: #fff;
}
/*終わり*/


/*<section class="support">*/
.support {
    padding: 120px 5vw 0 5vw;
    background-color: #fff7e5;
}

.support-in {
    padding-bottom: 120px;
    border-bottom: solid 1px #fff;
}

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

.support-h2 {
    line-height: 1.4;
    font-size: 40px;
}

.support-h2 span {
    color: #ff778a;
    font-size: 24px;
}

.support-flex {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.support-con {
    position: relative;
    width: 32%;
    background-color: #fff;
    border-radius: 8px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.support-h3 {
    position: relative;
    font-size: 18px;
    text-align: center;
    z-index: 2;
}

.support-txt {
    font-size: 14px;
}

.support-num {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff0f2;
    font-weight: 800;
    font-size: 64px;
    line-height: 1;
    z-index: 1;
}
/*終わり*/


/*<section class="flow">*/
.flow {
    background-color: #fff7e5;
}

.flow-h2 {
    font-size: 40px;
    text-align: center;
}

.flow-flex {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.flow-con {
    position: relative;
    width: 24%;
    background-color: #fff;
    border-radius: 8px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.flow-h3 {
    position: relative;
    font-size: clamp(calc(16px), calc(18 / 1200 * 100vw), 18px);
    text-align: center;
    z-index: 2;
}

.flow-txt {
    font-size: 14px;
}

.flow-num {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff0f2;
    font-weight: 800;
    font-size: 64px;
    line-height: 1;
    z-index: 1;
}

/*終わり*/


/*<section class="faq">*/
.faq-in {
    max-width: 980px;
    margin: 0 auto;
}

.faq-h2 {
    font-size: 40px;
    text-align: center;
}

.faq-wrap {
    margin-top: 80px;
}

.nav-open {
    position: relative;
    background-color: #fff0f2;
    border: solid 1px #ff778a;
    padding: 16px 16px 16px 40px;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 24px;
}

.nav-open::before {
    content: "Q";
    font-size: 18px;
    color: #ff778a;
    font-weight: 800;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);}

.nav-open:hover {
    cursor: pointer;
}

.nav-open::after {/* 閉じている時 */
	content: "＋";
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #ff778a;
}

.nav-open.active::after {/* 開いている時 */
	content: "－";
}

.faq-txt {
    position: relative;
    display: none;
    padding: 16px 40px 16px 40px;
}

.faq-txt::before {
    content: "A";
    font-size: 18px;
    color: #f4a84e;
    font-weight: 800;
    position: absolute;
    top: 14px;
    left: 16px;
}
/*終わり*/


/*<section class="contact">*/
.contact-in {
    max-width: 1100px;
}

.contact-h2 {
    font-size: 40px;
}

.contact-txt-01 {
    margin-top: 40px;
}

.contact-txt-02 {
    margin-top: 40px;
    padding-bottom: 80px;
    color: #ff778a;
    border-bottom: solid 1px #eeeeee;
}

.form-area {
    padding-top: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.form-area dt {
    width: 30%;
    padding: 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.required {
    background-color: #ff778a;
    color: #fff;
    font-size: 12px;
    padding: 0 4px;
    border-radius: 2px;
}

.any {
    background-color: #cccccc;
    color: #fff;
    font-size: 12px;
    padding: 0 4px;
    border-radius: 2px;
}

.form-area dd {
    width: 70%;
    padding: 16px 0;
}

.cate-flex .wpcf7-checkbox {
    display: flex;
    gap: 16px;
}

.cate-flex .wpcf7-list-item {
    margin: 0;
}

.input-text {
    width: 100%;
    border: solid 1px #cccccc;
    padding: 8px;
    font-family: "Noto Sans JP", sans-serif;
}

.message {
    width: 100% !important;
    height: 240px;
    border: solid 1px #cccccc;
    padding: 8px;
    font-family: "Noto Sans JP", sans-serif;
}

.privacy {
    height: 320px;
    overflow-y: scroll;
    border: solid 1px #cccccc;
    margin: 40px 0;
    padding: 16px;
    font-size: 14px;
    scrollbar-color: #949494 #cfcfcf;
    scrollbar-width: thin;
}

.privacy-title-01 {
    color: #ff778a;
    font-weight: 600;
    font-size: 16px;
}

.privacy-lead {
    margin-top: 16px;
}

.privacy-title-02 {
    margin-top: 16px;
    font-weight: 600;
}

.privacy-check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.submit-btn-area {
    margin-top: 40px;
    text-align: center;
}

.submit-button {
    font-family: "Noto Sans JP", sans-serif;
    border: none;
    color: #fff;
    background-color: #411d16;
    display: inline-block;
    max-width: 200px;
    width: 100%;
    padding: 16px;
    transition: 0.2s;
    border-radius: 50vh;
}

.submit-button:hover {
    cursor: pointer;
    opacity: 0.8;
}
/*終わり*/


/*<footer class="footer">*/
.footer {
    position: relative;
    background-color: #f3f4f6;
    padding: 40px 5vw;
}

.footer-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.pageTop-wrap {
    position: absolute;
    top: 16px;
    right: 5vw;
}

.copyright {
    font-size: 12px;
}

.wpcf7-spinner {
    display: none !important;
}
/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
    .pc-br,
    .sp-br {
        display: none;
    }

    .tb-br {
        display: block;
    }

    .parent {
        padding: 80px 5vw;
    }
/*終わり*/  
  

/*<header class="header">*/
    .header.change-color {
        background-color: inherit;
    }

    .header-site-menu {
        display: none;
    }
/*終わり*/ 


/*<div class="fix-btn-wrap">*/
    .fix-btn-wrap {
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        z-index: 100;
        font-size: 18px;
    }

    .fix-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        line-height: 1.4;
        text-shadow: 0 0 8px rgba(0,0,0,0.1);
    }

    .fix-icon {
        width: 24px;
    }

    .fix-tel-btn {
        width: calc(100% / 3);
        background-image: radial-gradient(#00cf00, #009b00);
        color: #fff;
        padding: 16px;
        text-align: center;
        font-weight: 600;
    }


    .fix-apply-btn {
        width: calc(100% / 3);
        background-image: radial-gradient(#ff91c2, #ff778a);
        color: #fff;
        padding: 16px;
        text-align: center;
        font-weight: 600;
    }

    .fix-contact-btn {
        width: calc(100% / 3);
        background-image: radial-gradient(#002d9e, #020065);
        color: #fff;
        padding: 16px;
        text-align: center;
        font-weight: 600;
    }
/*終わり*/


/*<section class="fv">*/
    .fv {
        height: 70vh;
    }

    .fv-flex {
        width: 100%;
    }

    .fv-h1 {
        font-size: clamp(calc(18px), calc(20 / 1024 * 100vw), 20px);
    }

    .fv-circle {
        max-width: clamp(calc(64px), calc(80 / 1024 * 100vw), 80px);
    }

    .fv-color-txt {
        padding: 4px clamp(calc(14px), calc(16 / 1024 * 100vw), 16px);
        font-size: clamp(calc(14px), calc(16 / 1024 * 100vw), 16px);
    }

    .fv-txt-02 {
        font-size: clamp(calc(20px), calc(24 / 1024 * 100vw), 24px);
    }

    .fv-contact {
        padding: 12px clamp(calc(32px), calc(40 / 1024 * 100vw), 40px);
    }
/*終わり*/


/*<section class="about">*/
    .about-h2 {
        font-size: clamp(calc(24px), calc(40 / 1024 * 100vw), 40px);
    }

    .about-h2 span {
        font-size: clamp(calc(20px), calc(24 / 1024 * 100vw), 24px);
    }

    .about-flex {
        flex-direction: column;
        gap: 40px;
    }

    .about-flex-l {
        width: 100%;
    }

    .about-flex-r {
        width: 100%;
    }
/*終わり*/


/*<section class="intro">*/
    .intro-flex {
        flex-direction: column;
        gap: 40px;
    }

    .intro-flex-l {
        width: 100%;
    }

    .intro-h2 {
        font-size: clamp(calc(24px), calc(32 / 1024 * 100vw), 32px);
    }

    .intro-flex-r {
        width: 100%;
    }

    .video-area {
        gap: 24px;
    }

    .video-h3 {
        padding: 4px 24px;
        font-size: clamp(calc(20px), calc(24 / 1024 * 100vw), 24px);
    }

    .video-txt {
        font-size: clamp(calc(24px), calc(32 / 1024 * 100vw), 32px);
    }

    .video-txt .triangle {
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 18px solid #f4a84e;
    }

    .video {
        width: 100%;
    }
/*終わり*/


/*<section class="cta">*/
    .cta-h2 {
        font-size: clamp(calc(24px), calc(32 / 1024 * 100vw), 32px);
    }

    .cta-title-wrap {
        flex-direction: column;
    }

    .cta .apply-btn,
    .cta .contact-btn {
        padding: clamp(calc(12px), calc(16 / 1024 * 100vw), 16px);
        font-size: clamp(calc(16px), calc(18 / 1024 * 100vw), 18px);
        max-width: clamp(calc(240px), calc(300 / 1024 * 100vw), 300px);
    }

    .cta-flex {
        padding: 24px 16px 0 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .cta-tel-icon {
        height: clamp(calc(60px), calc(80 / 1024 * 100vw), 80px);
    }

    .cta-tel-txt {
        font-size: clamp(calc(24px), calc(40 / 1024 * 100vw), 40px);
    }

    .cta-time-txt {
        font-size: clamp(calc(14px), calc(16 / 1024 * 100vw), 16px);
    }

    .cta-icon {
        max-width: 40px;
        width: 100%;
    }
/*終わり*/


/*<section class="case">*/
    .case-h2 {
        font-size: clamp(calc(24px), calc(32 / 1024 * 100vw), 32px);
    }

    .case-flex {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .case-con {
        width: 80%;
    }

    .case-img-wrap {
        height: 240px;
    }
/*終わり*/


/*<section class="pick">*/
    .pick-h2 {
        font-size: clamp(calc(24px), calc(32 / 1024 * 100vw), 32px);
    }

    .pick-wrap {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .pick-img-wrap {
        width: 80%;
        height: 240px;
    }

    .pick-txt-wrap {
        width: 80%;
    }

    .pick-h3 {
        font-size: clamp(calc(20px), calc(24 / 1024 * 100vw), 24px);
    }
/*終わり*/


/*<section class="support">*/
    .support-in {
        padding-bottom: 80px;
    }

    .support-h2 {
        font-size: clamp(calc(24px), calc(40 / 1024 * 100vw), 40px);
    }

    .support-h2 span {
        font-size: clamp(calc(16px), calc(24 / 1024 * 100vw), 24px);
    }

    .support-flex {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .support-con {
        width: 80%;
    }
/*終わり*/


/*<section class="flow">*/
    .flow {
        padding: 80px 5vw;
    }

    .flow-h2 {
        font-size: clamp(calc(24px), calc(40 / 1024 * 100vw), 40px);
    }

    .flow-con {
        width: 49%;
        margin-bottom: 2%;
    }
/*終わり*/


/*<section class="faq">*/
    .faq-h2 {
        font-size: clamp(calc(24px), calc(40 / 1024 * 100vw), 40px);
    }
/*終わり*/


/*<section class="contact">*/
    .contact-h2 {
        font-size: clamp(calc(24px), calc(40 / 1024 * 100vw), 40px);
    }

    .form-area dt {
        width: 40%;
        font-size: clamp(calc(14px), calc(16 / 1024 * 100vw), 16px);
    }

    .form-area dd {
        width: 60%;
        font-size: clamp(calc(14px), calc(16 / 1024 * 100vw), 16px);
    }
/*終わり*/


/*<footer class="footer">*/
    .footer {
        padding: 40px 5vw 120px 5vw;
    }
/*終わり*/

}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
    .pc-br,
    .tb-br {
        display: none;
    }

    .sp-br {
        display: block;
    }
/*終わり*/  


/*<div class="fix-btn-wrap">*/
    .fix-btn-wrap {
        font-size: clamp(calc(16px), calc(18 / 599 * 100vw), 18px);
    }

    .fix-btn {
        padding: 8px 4px;
    }

    .fix-icon {
        width: 20px;
    }
/*終わり*/  


/*<section class="fv">*/
    .fv {
        padding: 16px 5vw;
        height: 100vh;
        background-image: url(../img/fv_sp.png);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .fv-flex {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .fv-con-l {
        width: 100%;
    }

    .fv-h1 {
        font-size: clamp(calc(14px), calc(18 / 599 * 100vw), 18px);
    }

    .fv-circle {
        max-width: clamp(calc(48px), calc(64 / 599 * 100vw), 64px);
    }

    .fv-txt-01 {
        width: clamp(calc(90%), calc(100 / 599 * 100vw), 100%);
    }

    .fv-color-txt-flex {
        margin-top: clamp(calc(40px), calc(100 / 599 * 100vw), 100px);
    }

    .fv-txt-02 {
        font-size: clamp(calc(16px), calc(20 / 599 * 100vw), 20px);
    }

    .fv-txt-03 {
        width: clamp(calc(90%), calc(100 / 599 * 100vw), 100%);
    }

    .fv-con-r {
        width: clamp(calc(60%), calc(70 / 599 * 100vw), 70%);
    }
/*終わり*/  


/*<section class="about">*/
    .about-logo {
        max-width: 48px;
    }

    .about-h2 {
        font-size: clamp(calc(18px), calc(24 / 599 * 100vw), 24px);
    }

    .about-h2 span {
        font-size: clamp(calc(16px), calc(20 / 599 * 100vw), 20px);
    }

    .swiper_main .swiper-slide {
        height: 200px;
    }

    .swiper_thumbnail .swiper-slide {
        height: 80px;
    }

    .about-txt-flex {
        font-size: clamp(calc(12px), calc(14 / 599 * 100vw), 14px);
    }

    .about-txt-03 {
        font-size: clamp(calc(18px), calc(20 / 599 * 100vw), 20px);
    }

    .about-txt-03 span {
        font-size: clamp(calc(40px), calc(48 / 599 * 100vw), 48px);
    }

    .about-txt-04 {
        font-size: clamp(calc(18px), calc(20 / 599 * 100vw), 20px);
    }

    .about-ul {
        font-size: clamp(calc(14px), calc(16 / 599 * 100vw), 16px);
    }
/*終わり*/


/*<section class="intro">*/
    .intro-h2 {
        font-size: clamp(calc(20px), calc(24 / 599 * 100vw), 24px);
    }

    .video-area {
        margin-top: 80px;
    }

    .video-h3 {
        padding: 4px 24px;
        font-size: clamp(calc(16px), calc(20 / 599 * 100vw), 20px);
    }

    .video-txt {
        font-size: clamp(calc(16px), calc(24 / 599 * 100vw), 24px);
    }

    .video-txt .triangle {
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-top: 16px solid #f4a84e;
    }
/*終わり*/


/*<section class="cta">*/
    .cta-h2 {
        font-size: clamp(calc(20px), calc(24 / 599 * 100vw), 24px);
    }

    .cta-txt {
        font-size: clamp(calc(16px), calc(18 / 599 * 100vw), 18px);
    }

    .cta .apply-btn,
    .cta .contact-btn {
        font-size: clamp(calc(14px), calc(16 / 599 * 100vw), 16px);
        max-width: none;
        width: 80%;
    }

    .cta-flex {
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .cta-icon {
        display: none;
    }

    .cta-tel-wrap {
        width: 100%;
        gap: 8px;
    }

    .cta-tel-icon {
        max-width: 32px;
    }

    .cta-tel-txt {
        font-size: 24px;
    }

    .cta-time-txt {
        font-size: 10px;
    }
/*終わり*/


/*<section class="case">*/
    .case-h2 {
        font-size: clamp(calc(18px), calc(24 / 599 * 100vw), 24px);
    }

    .case-con {
        width: 100%;
    }

    .case-img-wrap {
        height: clamp(calc(200px), calc(240 / 599 * 100vw), 240px);
    }

    .case-h3 {
        font-size: clamp(calc(16px), calc(18 / 599 * 100vw), 18px);
    }
/*終わり*/


/*<section class="pick">*/
    .pick-h2 {
        font-size: clamp(calc(20px), calc(24 / 599 * 100vw), 24px);
    }

    .pick-wrap-01 {
        margin-top: 40px;
    }

    .pick-img-wrap {
        width: 100%;
        height: clamp(calc(200px), calc(240 / 599 * 100vw), 240px);
    }

    .pick-txt-wrap {
        width: 100%;
    }

    .pick-h3 {
        font-size: clamp(calc(16px), calc(20 / 599 * 100vw), 20px);
    }

    .pick-txt-01 {
        gap: 8px;
        font-size: clamp(calc(14px), calc(16 / 599 * 100vw), 16px);
    }

    .pick-txt-01 span {
        font-size: clamp(calc(14px), calc(16 / 599 * 100vw), 16px);
    }
/*終わり*/


/*<section class="support">*/
    .support {
        padding: 80px 5vw 0 5vw;
    }

    .support-logo {
        max-width: 48px;
    }

    .support-h2 {
        font-size: clamp(calc(20px), calc(24 / 599 * 100vw), 24px);
    }

    .support-h2 span {
        font-size: clamp(calc(14px), calc(16 / 599 * 100vw), 16px);
    }

    .support-con {
        width: 100%;
    }

    .support-h3 {
        font-size: clamp(calc(16px), calc(18 / 599 * 100vw), 18px);
    }
/*終わり*/


/*<section class="flow">*/
    .flow-h2 {
        font-size: clamp(calc(20px), calc(24 / 599 * 100vw), 24px);
    }

    .flow-flex {
        flex-direction: column;
        gap: 24px;
    }

    .flow-con {
        width: 100%;
        margin-bottom: 0;
    }
/*終わり*/


/*<section class="faq">*/
    .faq-h2 {
        font-size: clamp(calc(20px), calc(24 / 599 * 100vw), 24px);
    }

    .nav-open {
        padding: 8px 32px;
        font-size: clamp(calc(14px), calc(16 / 599 * 100vw), 16px);
    }

    .nav-open::before {
        font-size: clamp(calc(16px), calc(18 / 599 * 100vw), 18px);
        left: 8px;
    }

    .nav-open::after {/* 閉じている時 */
        right: 8px;
        font-size: clamp(calc(16px), calc(18 / 599 * 100vw), 18px);
    }

    .faq-txt {
        padding: 8px 32px;
        font-size: clamp(calc(14px), calc(16 / 599 * 100vw), 16px);
    }

    .faq-txt::before {
        font-size: clamp(calc(16px), calc(18 / 599 * 100vw), 18px);
        left: 8px;
    }
/*終わり*/


/*<section class="contact">*/
    .contact-h2 {
        font-size: clamp(calc(20px), calc(24 / 599 * 100vw), 24px);
    }

    .contact-txt-02 {
        padding-bottom: 40px;
    }

    .form-area {
        padding-top: 40px;
        flex-direction: column;
    }

    .form-area dt {
        width: 100%;
        padding: 16px 0 0 0;
    }

    .form-area dd {
        width: 100%;
        padding: 8px 0 16px 0;
    }

/*終わり*/


/*<footer class="footer">*/
    .footer {
        padding: 40px 5vw 100px 5vw;
    }
/*終わり*/

}