@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;
}

p {
	margin-bottom: 0 !important;
	line-height: 1.7 !important;
}

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

main {
    position: relative;
}

img {
    max-width: 100%;
}

h1,
h2,
h3 {
    font-weight: 600 !important;
}

.wrap {
    overflow: hidden;
}

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

.pc-br {
    display: block;
}

.parent {
    padding: 120px 5vw;
}

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

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

.h2-title {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 64px;
}
/*終わり*/


/*<header class="header">*/
.header {
    padding: 0 5vw;
    width: 100%;
    height: 100px;
}

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

.header-logo-wrap {
    max-width: 240px;
    width: 100%;
    display: inline-block;
}

.header-logo {
    display: block;
}

.h-contact {
    background-color: #00a3d8;
    color: #fff;
    padding: 8px;
    max-width: 240px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: fixed;
    top: 20px;
    right: 5vw;
    z-index: 10;
}

.h-contact-txt-01 {
    font-size: 12px;
}

.h-contact-txt-02 {
    color: #ffff00;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.header .yellow-arrow {
    font-size: 12px;
}
/*終わり*/


/*<section class="fv">*/
.fv {
    position: relative;
    padding: 0 5vw;
    width: 100%;
    height: calc(80vh - 100px);
    background-image: url(../img/fv.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fv-in {
    width: 60%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.fv-txt-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.fv-h1 {
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
}

.fv-h1 span {
    font-size: clamp(calc(24px), calc(40 / 1200 * 100vw), 40px);
}

.fv-txt {
    margin-top: 24px;
	font-size: 16px;
}

.fv-contact-wrap {
    width: 90%;
    text-align: center;
    margin-top: 64px;
}

.fv-contact {
    background-color: #00a3d8;
    color: #fff;
    padding: 8px;
    max-width: 240px;
    width: 100%;
    display: inline-block;
    border-radius: 50vh;
}

.fv .fv-contact-txt-01 {
    font-size: 12px;
}

.fv-contact-txt-02 {
    color: #ffff00;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.fv .yellow-arrow {
    font-size: 12px;
}

.fv-small-txt {
    position: absolute;
    bottom: 8px;
    right: 5vw;
    font-size: 12px;
    font-weight: 600;
    text-shadow: 0 0 8px rgba(0,0,0,0.1);
    text-align: right;
    z-index: 2;
}

.fv-man {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
}

.fv-man-sp {
    display: none;
}
/*終わり*/


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


/*<section class="worry">*/
.worry p {
	font-size:16px;
}

.worry-flex-01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.worry-flex-02 {
    display: flex;
    justify-content: center;
    margin-top: -80px;
}

.worry-flex-03 {
    display: flex;
    justify-content: center;
    gap: 320px;
    margin-top: -80px;
}

.worry-con {
    max-width: 280px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
}

.worry-txt {
    width: 100%;
    text-align: center;
}
/*終わり*/


/*<section class="change">*/
.change {
    background-image: url(../img/change_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.change-h2 {
    line-height: 1.2;
}

.change-h2 span {
    font-size: 80px;
}

.change-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.change-con {
    max-width: 240px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
}

.change-img-wrap {
    position: relative;
}

.change-num {
    position: absolute;
    top: -36px;
    left: -16px;
    font-style: italic;
    font-size: 72px;
    line-height: 1;
    color: #00a3d8;
}

.change-txt {
    width: 100%;
    text-align: center;
	font-size: 16px;
}
/*終わり*/


/*<section class="features">*/
.features-wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.features-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.features-flex:nth-child(2n) {
    flex-direction: row-reverse;
}

.features-img-wrap {
    position: relative;
    width: 40%;
}

.features-small-txt {
    position: absolute;
    bottom: 0;
    right: 10%;
    font-size: 12px;
    font-weight: 600;
}

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

.features-h3 {
    font-size: 24px;
}

.features-txt {
	font-size: 16px;
}
/*終わり*/


/*<section class="use">*/
.use {
    background-image: url(../img/use_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.use-wrap {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.use-flex {
    display: flex;
    align-items: center;
    gap: 3%;
    width: 80%;
}

.use-flex-02 {
    margin: 0 auto;
}

.use-flex-03 {
    margin: 0 0 0 auto;
}

.use-img-wrap {
    position: relative;
    width: 40%;
}

.use-small-txt {
    position: absolute;
    bottom: 10px;
    right: 8px;
    font-size: 8px;
    font-weight: 600;
}

.use-txt-wrap {
    width: 57%;
}

.use-txt {
	font-size: clamp(calc(20px), calc(24 / 1200 * 100vw), 24px);
	font-weight: 600;
}
/*終わり*/


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

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

.thought-txt {
	font-size: 16px;
}

.thought-img-wrap {
    width: 45%;
}

.about-wrap {
    margin-top: 64px;
    background-color: #f8fff7;
    padding: 24px 40px;
}

.about-h3 {
    font-size: 20px;
    padding-left: 24px;
}

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

.about-img-wrap {
    max-width: 180px;
    width: 100%;
}

.about-txt-wrap {
    width: calc(97% - 180px);
}

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


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

.step-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.step-con {
    width: 30%;
}

.step-blue {
    background-color: #eaf8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    padding: 16px 8px;
}

.step-num-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.step-num {
    font-style: italic;
    font-size: 56px;
    line-height: 1;
    color: #00a3d8;
}

.step-img {
    height: 64px;
}

.step-h3 {
    font-size: 20px;
}

.step-txt {
    margin-top: 8px;
	font-size: 16px;
}
/*終わり*/


/*<section class="interview">*/
.interview {
    padding: 40px 5vw;
    background-color: #eaf8ff;
}

.interview-h2 {
    line-height: 1.5;
}

.interview-h2 small {
    font-size: 20px;
}  

.interview-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

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

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

.interview-txt {
	font-size:16px;
}
/*終わり*/


/*<section class="faq">*/
.faq {
    margin-top: 64px;
    background-image: url(../img/faq_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.faq-wrap {
    background-color: #fff;
    padding: 0 40px;
}

.faq-con {
    padding: 24px 0;
    border-bottom: solid 2px #f1f1f1;
}

.faq-con:last-child {
    border-bottom: none;
}

.q-txt {
    display: flex;
    gap: 16px;
    font-size: 20px;
    font-weight: 600;
}

.a-txt-wrap {
    padding-left: 36px;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.a-txt {
	font-size: 16px;
}
/*終わり*/


/*<section class="company">*/
.company-dl {
    border: solid 1px #999;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.company-dl dt {
    width: 20%;
    border-bottom: solid 1px #999;
    border-right: solid 1px #999;
    padding: 8px 8px 8px 16px;
}

.company-dl dd {
    width: 80%;
    border-bottom: solid 1px #999;
    padding: 8px 8px 8px 16px;
}

.tel-link {
	color: #333 !important;
}

.company-dl .last-dt,
.company-dl .last-dd {
    border-bottom: none;
}
/*終わり*/


/*<section class="contact">*/
.contact {
    background-image: url(../img/contact_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-h2 small {
    font-size: 20px;
}  

.form-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

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

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

.input-text {
    width: 100%;
    padding: 8px;
	background-color: #fff !important;
    font-family: "Noto Sans JP", sans-serif;
}

.message {
    width: 100% !important;
    height: 240px;
    padding: 8px;
	background-color: #fff !important;
    font-family: "Noto Sans JP", sans-serif;
}

.checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

input[type=checkbox] {
    background: #fff !important;
}

input[type=checkbox]:checked {
    background: #0078d4 !important;
}

.checkbox-flex label {
	display: flex;
	gap: 8px;
}

.radio-btn {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.submit-button {
    padding: 12px;
    background-color: #00a3d8;
    color: #ffff00;
    font-family: "Noto Sans JP", sans-serif;
    border: none;
    max-width: 240px;
    width: 100%;
    border-radius: 50vh;
    font-weight: 600;
    transition: 0.2s;
}

.submit-button:hover {
    cursor: pointer;
    opacity: 0.8;
}

.wpcf7-spinner {
	display: none !important;
}

.custom-response .wpcf7-response-output {
  margin-bottom: 1em;
  color: #d8000c;
  padding: 10px;
  border: 1px solid #d8000c;
}

/*終わり*/


/*<footer class="footer">*/
.footer {
    background-color: #8ec31f;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 4px 5vw;
}
/*終わり*/


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

    .tb-br {
        display: block;
    }

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

/*<section class="fv">*/
    .fv {
        height: calc(70vh - 100px);
        background-image: url(../img/fv_sp.png);
    }

    .fv-in {
        position: relative;
        width: 100%;
        z-index: 3;
    }

    .fv-contact-wrap {
        width: 100%;
        text-align: left;
    }

    .fv-contact {
        text-align: center;
    }

    .fv-small-txt {
        width: 100%;
        z-index: 2;
    }

    .fv-sp-man {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 60%;
        opacity: 0.8;
        z-index: 1;
    }
/*終わり*/ 


/*<section class="worry">*/
    .worry-flex-02 {
        margin: 40px 0;
    }

    .worry-flex-03 {
        display: flex;
        justify-content: space-between;
        gap: 0;
        margin-top: 0;
    }

    .worry-con {
        max-width: none;
        width: 50%;
        text-align: center;
        align-items: center;
    }

    .worry-img {
        max-width: clamp(calc(200px), calc(240 / 1024 * 100vw), 240px);
        width: 100%;
    }
/*終わり*/ 


/*<section class="change">*/
    .change-flex {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-gap: 48px 24px;
    }

    .change-con {
        max-width: none;
    }
/*終わり*/ 


/*<section class="features">*/
   .features-img-wrap {
        width: 35%;
    }

    .features-small-txt {
        text-wrap: nowrap;
        position: absolute;
        bottom: 0%;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        font-size: 10px;
        text-align: center;
    }

    .features-txt-wrap {
        width: 60%;
    }

    .features-h3 {
        font-size: clamp(calc(18px), calc(24 / 1024 * 100vw), 24px);
    }

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


/*<section class="use">*/
    .use-wrap {
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
    }

    .use-flex {
        width: 100%;
        justify-content: space-between;
        gap: 0;
    }

    .use-img-wrap {
        width: 50%;
    }

    .use-txt-wrap {
        width: 45%;
    }
	
	.use-txt {
		font-size: clamp(calc(16px), calc(20 / 1024 * 100vw), 20px);
	}
/*終わり*/ 


/*<section class="thought">*/
    .thought-flex {
        justify-content: center;
        flex-direction: column-reverse;
        gap: 24px;
    }

    .thought-txt-wrap {
        max-width: 800px;
        width: 100%;
    }

    .thought-img-wrap {
        width: 50%;
    }

    .about-h3 {
        text-align: center;
        padding-left: 0;
    }

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

    .about-txt-wrap {
        max-width: 600px;
        width: 100%;
    }
/*終わり*/ 


/*<section class="step">*/
    .step-flex {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        grid-gap: 40px 24px;
    }

    .step-con {
        width: 100%;
    }

    .step-h3 {
        font-size: 18px;
    }
/*終わり*/ 


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

    .interview-img-wrap {
        max-width: 280px;
        width: 100%;
    }

    .interview-txt-wrap {
        max-width: 800px;
        width: 100%;
    }
/*終わり*/ 


/*<section class="faq">*/
    .faq-wrap {
        padding: 0 24px;
    }

    .q-txt {
        font-size: 18px;
        gap: 8px;
    }

    .a-txt-wrap {
        padding-left: 16px;
    }
/*終わり*/ 


/*<section class="company">*/
    .company-dl dt {
        width: 25%;
    }

    .company-dl dd {
        width: 75%;
    }
/*終わり*/ 


/*<section class="contact">*/
    .form-area dt {
        width: 30%;
    }

    .form-area dd {
        width: 70%;
    }
/*終わり*/ 

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

    .sp-br {
        display: block;
    }

    .parent {
        padding: 80px 5vw;
    }

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


/*<header class="header">*/
    .header {
        padding: 0 5vw;
        height: 64px;
    }

    .header-logo-wrap {
        max-width: 160px;
    }

    .h-contact {
        display: none;
    }
/*終わり*/  


/*<section class="fv">*/
    .fv {
        padding: 24px 5vw 0 5vw;
        height: auto;
    }

    .fv-in {
        position: relative;
        z-index: 1;
    }

    .fv-txt-wrap {
        justify-content: flex-start;
        flex-direction: column;
    }

    .fv-h1 {
        font-size: 14px;
    }

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

    .fv-contact-wrap {
        width: 100%;
        text-align: center;
        margin-top: 24px;
    }

    .fv-small-txt {
        font-size: 10px !important;
    }

    .fv-man {
        display: none;
    }

    .fv-man-sp {
        display: block;
        margin-top: 24px;
        width: 100vw;
    }
/*終わり*/  


/*<a href="" class="fix-btn">*/
    .fix-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #00a3d8;
        color: #fff;
        padding: 12px;
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        z-index: 99;
    }

    .fix-btn-txt-01 {
        font-size: 12px;
    }

    .fix-btn-txt-02 {
        color: #ffff00;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .fix-btn .yellow-arrow {
        font-size: 12px;
    }
/*終わり*/


/*<section class="worry">*/
    .worry-flex-01,
    .worry-flex-03 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        grid-gap: 40px 24px;
    }

    .worry-flex-02 {
        margin: 40px 0;
    }

    .worry-con {
        width: 100%;
    }
/*終わり*/


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

    .change-h2 span {
        font-size: clamp(calc(64px), calc(80 / 599 * 100vw), 80px);
    }

    .change-img-wrap {
        text-align: center;
    }

    .change-img-wrap {
        max-width: 200px;
        margin: 0 auto;
    }

    .change-num {
        top: -24px;
        left: -8px;
        font-size: clamp(calc(48px), calc(64 / 599 * 100vw), 64px);
    }
/*終わり*/


/*<section class="features">*/
    .features-wrap {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }

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

    .features-flex:nth-child(2n) {
        flex-direction: column;
    }

    .features-img-wrap {
        width: 90%;
    }

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

    .features-h3 {
        text-align: center;
    }
/*終わり*/


/*<section class="use">*/
    .use-flex {
        max-width: 400px;
        flex-direction: column;
        gap: 16px;
        margin: 0 auto;
    }

    .use-img-wrap {
        width: 90%;
    }

    .use-txt-wrap {
        width: 100%;
        text-align: center;
    }
/*終わり*/


/*<section class="thought">*/
    .thought-img-wrap {
        width: 90%;
    }

    .about-wrap {
        padding: 24px;
    }

    .about-h3 {
        font-size: 18px;
    }
/*終わり*/


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


/*<section class="interview">*/
    .interview-h2 small {
        font-size: 16px;
    }  
/*終わり*/


/*<section class="faq">*/
    .faq-wrap {
        padding: 0 16px;
    }

    .a-txt-wrap {
        padding-left: 8px;
    }
/*終わり*/ 


/*<section class="company">*/
    .company-dl dt {
        width: 100%;
        border-bottom: none;
        border-right: none;
        padding: 8px 8px 0 8px;
        font-weight: 600;
    }

    .company-dl dd {
        width: 100%;
        padding: 8px;
    }
/*終わり*/ 


/*<section class="contact">*/
    .form-area dt {
        width: 100%;
        padding: 8px 0 0 0;
        font-weight: 600;
    }

    .form-area dd {
        width: 100%;
        padding: 8px 0 16px 0;
    }
/*終わり*/ 


/*<footer class="footer">*/
    .footer {
        background-color: #8ec31f;
        text-align: center;
        font-size: 12px;
        color: #fff;
        padding: 4px 5vw 60px 5vw;
    }
/*終わり*/
}