@charset "utf-8";

.wrap {
    width: 1200px;
    margin: 0 auto;
}

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

* {
    box-sizing: border-box;
}

.section_fv {
    position: relative;
}

.section_fv .text_box {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 34vw;
    z-index: 1;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 2vw 4vw;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, .5);
}

.section_fv .text_box .ribon {
    margin-bottom: 1vw;
}

.section_fv .text_box .ribon img {
    width: 20vw;
}

.section_fv .text_box .label {
    font-size: 3vw;
    background: #ed6824;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1vw;
}

.section_fv .text_box .title {
    font-size: 4vw;
    letter-spacing: .1em;
    line-height: 1.2;
    margin-bottom: .5em;
}

.section_fv .text_box .title .accent {
    color: #ed6824;
}

.section_fv .text_box .lead {
    font-size: 1.2vw;
    font-weight: 600;
    padding: 0 1vw;
    border-bottom: 2px solid #ed6824;
    width: fit-content;
    margin: 0 auto;
}

.button_box {
    margin: 100px 0;
}

.common_button a {
    display: block;
    width: 400px;
    margin: 0 auto;
    background: #b4d364;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 80px;
    text-decoration: none;
    letter-spacing: .1em;
    box-shadow: 0 10px 0px #94bc30;
    position: relative;
    text-align: center;
}

.common_button a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

nav.page_nav {
    margin-bottom: 100px;
}

nav.page_nav ul {
    display: flex;
    justify-content: center;
    gap: 60px;
}

nav.page_nav ul li a {
    display: block;
    width: 220px;
    height: 220px;
    background: #ea5614;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    padding-top: 35px;
}

nav.page_nav ul li a::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateX(-50%) rotate(135deg);
    box-sizing: border-box;
}

nav.page_nav ul li a .num {
    font-size: 30px;
    line-height: 1.3;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

nav.page_nav ul li a .text {
    font-size: 23px;
    line-height: 1.4;
}

nav.page_nav ul li a .text small {
    font-size: 18px;
}

section.section_worries {
    background: #bce2e8;
    padding: 100px 0;
    position: relative;
}

section.section_worries:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 60px solid #bce2e8;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    z-index: 2;
}

section.section_worries .title_box {
    text-align: center;
    margin-bottom: 50px;
}

section.section_worries ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

section.section_worries ul li {
    width: 30%;
    background: #fff;
    position: relative;
}

section.section_worries ul li .image {
    width: 100%;
    height: 220px;
}

section.section_worries ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section_worries ul li .text_box {
    padding: 20px;
    /* position: relative; */
    text-align: center;
}

section.section_worries ul li .text_box .label {
    background: #f39905;
    color: #fff;
    font-size: 24px;
    padding: 0 1em;
    font-weight: 700;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 1em;
    position: absolute;
}

section.section_worries ul li:nth-child(1) .label {
    top: 10px;
    right: 10px;
}

section.section_worries ul li:nth-child(2) .label {
    top: 155px;
    left: 10px;
    background: #8FC320;
}

section.section_worries ul li:nth-child(3) .label {
    top: 10px;
    right: 10px;
    background: #C89F62;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    padding: 1em .2em;
}

section.section_worries ul li:nth-child(4) .label {
    top: 155px;
    left: 10px;
    background: #EB6FA5;
}

section.section_worries ul li:nth-child(5) .label {
    top: 10px;
    right: 10px;
    background: #61C2D0;
}

section.section_worries ul li .text_box .lead {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
}

section.section_worries ul li .text_box .lead .big {
    font-size: 45px;
}

section.section_worries ul li:last-child .text_box .lead {
    font-size: 20px;
    line-height: 1.8;
}

section.section_worries ul li .text_box .lead .border {
    background: linear-gradient(transparent 50%, #ffbe00 50%);
    padding-bottom: 5px;
}

section.section_worries ul li:nth-child(2) .text_box .lead .border {
    background: linear-gradient(transparent 50%, #8FC320 50%);
}

section.section_worries ul li:nth-child(3) .text_box .lead .border {
    background: linear-gradient(transparent 50%, #C89F62 50%);
}

section.section_worries ul li:nth-child(4) .text_box .lead .border {
    background: linear-gradient(transparent 50%, #EB6FA5 50%);
}

section.section_worries ul li:nth-child(5) .text_box .lead .border {
    background: linear-gradient(transparent 50%, #61C2D0 50%);
}

section.section_worries ul li .text_box .in_text {
    margin-top: 20px;
}

section.section_worries ul li:nth-child(2) .text_box .in_text {
    margin-bottom: 20px;
}

section.section_worries ul li .text_box .in_text .text {
    font-size: 16px;
    line-height: 1.5;
}

section.section_worries ul li .text_box .in_text .text .border {
    text-decoration: underline;
    font-weight: 700;
}

section.section_worries ul li .text_box .in_text .text+.text {
    margin-top: 1em;
}

section.section_reason {
    background: #d9e7af;
    padding: 150px 0 100px 0;
    position: relative;
}

section.section_reason:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 60px solid #d9e7af;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
}

section.section_reason .title_box {
    text-align: center;
    margin-bottom: 100px;
}

section.section_reason ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

section.section_reason ol li {
    width: 30%;
    position: relative;
    list-style: none;
}

section.section_reason ol li .text_box {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

section.section_reason ol li .hukidashi {
    display: inline-block;
    border: 2px solid #000;
    border-radius: 50px;
    padding: 5px 30px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    background: #fff;
    margin-bottom: 15px;
}

section.section_reason ol li .hukidashi::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 30%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #000 transparent transparent transparent;
}

section.section_reason ol li .num {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 160px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    -webkit-text-stroke: 1px #eee;
    z-index: -1;
    font-family: 'Arial', sans-serif;
}

section.section_reason ol li .title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

section.section_reason ol li .lead {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
}

section.section_reason ol li .image_wrap {
    position: relative;
    padding-top: 30px;
}

section.section_reason ol li .image {
    width: 90%;
    margin-left: auto;
    height: 300px;
}

section.section_reason ol li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section_reason ol li .en {
    position: absolute;
    left: 0;
    bottom: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 80px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Times New Roman', serif;
    line-height: 1;
    z-index: 1;
}

section.section_net_work {
    padding-top: 150px;
    padding-bottom: 100px;
    text-align: center;
}

section.section_net_work .title_box {
    margin-bottom: 50px;
}

.section_flow {
    padding: 10px 0 100px 0;
    background: #ffe67b;
}

.section_flow .title_box {
    text-align: center;
    margin-bottom: 100px;
}

.section_flow .flow_list {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.section_flow .flow_item {
    position: relative;
    background: #fff;
    padding: 50px;
}

.section_flow .flow_item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #1a237e;
}

.section_flow .flow_header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.section_flow .step_num {
    background: #1a237e;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    position: relative;
    font-weight: bold;
    font-size: 34px;
    line-height: 1;
    text-align: center;
}

.section_flow .step_num span {
    display: block;
    font-size: 10px;
    margin-bottom: 2px;
}

.section_flow .flow_title {
    color: #1a237e;
    font-size: 32px;
    font-weight: bold;
    flex-grow: 1;
    padding-bottom: 5px;
}

.section_flow .flow_content .flow_text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: 600;
}

.section_flow .flow_content .flow_text span {
    text-decoration: underline;
    font-weight: bold;
}

.section_flow .flow_content .flow_image {
    width: 100%;
}

.section_flow .flow_content .flow_image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.section_flow .flow_content .flow_catch {
    margin: 20px 0 10px;
    text-align: center;
}

.section_flow .flow_content .flow_catch img {
    max-width: 100%;
}

.section_merit {
    padding: 150px 0;
    background-color: #f1ebc7;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
}

.section_merit .title_box {
    text-align: center;
    margin-bottom: 50px;
}

.section_merit .merit_inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.section_merit .intro_box {
    text-align: left;
    margin-bottom: 60px;
}

.section_merit .intro_title {
    font-size: 60px;
    font-weight: 900;
    display: flex;
    align-items: baseline;
    margin-bottom: 30px;
}

.section_merit .intro_title span {
    font-size: 40px;
    font-weight: 700;
    margin-left: 10px;
}

.section_merit .intro_text {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 500;
}

.section_merit .merit_title_area {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.section_merit .merit_main_title {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.2;
}

.section_merit .big_num {
    font-size: 100px;
    color: #f39800;
    font-family: 'Arial Black', sans-serif;
    line-height: 1;
}

.section_merit .merit_main_title span:not(.big_num) {
    color: #f39800;
}

.section_merit .decoration_text {
    position: absolute;
    right: 10px;
    top: -20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    transform: rotate(15deg);
    background: #f39800;
    color: #fff;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_merit .merit_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
}

.section_merit .merit_item {
    border: 3px solid #000;
    padding: 20px;
    text-align: center;
    background: #fff;
    box-shadow: 5px 5px 0 #ccc;
}

.section_merit .merit_item p {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.4;
}

.section_merit .merit_item span {
    font-size: 0.7em;
}

.section_merit .merit_item .orange {
    color: #f39800;
    font-size: 1.2em;
}

.section_faq {
    padding: 40px 0 100px;
    background: url("../images/bg_dotto.jpg");
}

.section_faq .title_box {
    text-align: center;
    margin-bottom: 60px;
}

.section_faq .cont {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.section_faq dl {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}

.section_faq dt.switchHat {
    background-color: #dae3d8;
    padding: 15px 20px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.section_faq dt.switchHat::after {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
}

.section_faq dt.switchHat::before {
    content: "Q";
    font-size: 24px;
    font-weight: bold;
    margin-right: 15px;
    color: #000;
}

.section_faq dt.switchHat .title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
    color: #000;
}

.section_faq dd.switchDetail {
    padding: 20px;
    background-color: #fff;
    line-height: 1.8;
    font-size: 15px;
    display: flex;
    align-items: flex-start;
}

.section_faq dd.switchDetail::before {
    content: "A";
    font-size: 24px;
    font-weight: bold;
    margin-right: 15px;
    color: #83a743;
    line-height: 1;
}

.section_about {
    padding: 100px 0;
    background: #f1ebc7;
}

.section_about .title_box {
    text-align: center;
    margin-bottom: 60px;
}

.section_about .about_body {
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

.section_about .about_catch {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.7;
}

.section_about .marker {
    background: linear-gradient(transparent 60%, #ffef7e 60%);
    padding-bottom: 5px;
}

.section_about .orange_bold {
    color: #e65a28;
    font-size: 50px;
}

.section_about .about_txt {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 700;
}

.section_about .about_img {
    margin: 40px 0;
    text-align: center;
}

.section_about .about_img img {
    max-width: 100%;
    height: auto;
}

.section_about .common_button a {
    background: #2778b4;
    box-shadow: 0 10px 0px #1e4b6c;
}

.section_form {
    padding-bottom: 150px;
}

.section_form .title_box {
    background: url("../images/contact_bg.jpg");
    text-align: center;
    padding: 80px 0 60px 0;
    margin-bottom: 50px;
}

.section_form .title_box .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section_form .title_box .en {
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 750px) {

    .wrap {
        width: 90vw;
    }

    .section_fv .text_box {
        width: 82vw;
        padding: 2vw 4vw 9vw 4vw;
        top: 26vw;
        transform: translate(-50%, 0)
    }

    .section_fv .text_box .ribon {
        margin-bottom: 6vw;
    }

    .section_fv .text_box .ribon img {
        width: 60vw;
    }

    .section_fv .text_box .label {
        font-size: 10vw;
        margin-bottom: 4vw;
    }

    .section_fv .text_box .title {
        font-size: 9vw;
        margin-bottom: .5em;
    }

    .section_fv .text_box .lead {
        font-size: 4vw;
    }

    .button_box {
        margin: 20vw 0;
    }

    .common_button a {
        width: 90vw;
        font-size: 5vw;
        line-height: 16vw;
        box-shadow: 0 5px 0px #94bc30;
    }

    nav.page_nav {
        margin-bottom: 20vw;
    }

    nav.page_nav ul {
        gap: 2vw;
    }

    nav.page_nav ul li a {
        width: 29vw;
        height: auto;
        padding-top: 4vw;
        padding-bottom: 25px;
    }

    nav.page_nav ul li a::after {
        bottom: 10px;
    }

    nav.page_nav ul li a .num {
        font-size: 7vw;
        padding-bottom: 2vw;
        margin-bottom: 2vw;
    }

    nav.page_nav ul li a .text {
        font-size: 4vw;
    }

    nav.page_nav ul li a .text small {
        font-size: 3vw;
    }

    section.section_worries {
        padding: 20vw 0;
    }

    section.section_worries:after {
        border-top: 10vw solid #bce2e8;
        bottom: -9.9vw;
    }

    section.section_worries .title_box {
        margin-bottom: 10vw;
    }

    section.section_worries ul {
        display: block;
    }

    section.section_worries ul li {
        width: 100%;
    }

    section.section_worries ul li+li {
        margin-top: 8vw;
    }

    section.section_worries ul li .image {
        height: 45vw;
    }

    section.section_worries ul li .text_box {
        padding: 4vw;
    }

    section.section_worries ul li .text_box .label {
        font-size: 5vw;
    }

    section.section_worries ul li:nth-child(2) .label,
    section.section_worries ul li:nth-child(4) .label {
        top: 32vw;
    }
    
    section.section_worries ul li .text_box .lead {
        font-size: 6vw;
    }

    section.section_worries ul li .text_box .lead .big {
        font-size: 8vw;
    }

    section.section_worries ul li:last-child .text_box .lead {
        font-size: 5vw;
    }

    section.section_worries ul li .text_box .lead .border {
        padding-bottom: 1vw;
    }

    section.section_worries ul li .text_box .in_text {
        margin-top: 4vw;
    }

    section.section_worries ul li:nth-child(2) .text_box .in_text {
        margin-bottom: 4vw;
    }

    section.section_worries ul li .text_box .in_text .text {
        font-size: 3.5vw;
    }

    section.section_reason {
        padding: 30vw 0 20vw 0;
    }

    section.section_reason .title_box {
        margin-bottom: 10vw;
    }

    section.section_reason ol {
        display: block;
    }

    section.section_reason ol li {
        width: 100%;
    }

    section.section_reason ol li+li {
        margin-top: 10vw;
    }

    section.section_reason ol li .text_box {
        margin-bottom: 4vw;
    }

    section.section_reason ol li .hukidashi {
        border-radius: 10vw;
        padding: 1vw 7vw;
        font-size: 6vw;
        margin-bottom: 5vw;
    }

    section.section_reason ol li .num {
        top: -7vw;
        right: 0;
        font-size: 40vw;
    }

    section.section_reason ol li .title {
        font-size: 8vw;
        margin-bottom: 4vw;
    }

    section.section_reason ol li .lead {
        font-size: 3.5vw;
    }

    section.section_reason ol li .image_wrap {
        padding-top: 4vw;
    }

    section.section_reason ol li .image {
        height: 70vw;
    }

    section.section_reason ol li .en {
        position: absolute;
        left: -7vw;
        font-size: 15vw;
    }

    section.section_net_work {
        padding-top: 30vw;
        padding-bottom: 20vw;
    }

    section.section_net_work .title_box {
        margin-bottom: 10vw;
    }

    .section_flow {
        padding: 0px 0 20vw 0;
    }

    .section_flow .title_box {
        margin-bottom: 10vw;
    }

    .section_flow .flow_item {
        padding: 6vw;
    }

    .section_flow .flow_header {
        gap: 4vw;
        margin-bottom: 10vw;
    }

    .section_flow .step_num {
        padding: 2vw 3vw;
        font-size: 7vw;
    }

    .section_flow .step_num span {
        font-size: 3vw;
        margin-bottom: 1vw;
    }

    .section_flow .flow_title {
        font-size: 6vw;
    }

    .section_flow .flow_content .flow_text {
        font-size: 3.5vw;
        margin-bottom: 4vw;
    }

    .section_merit {
        padding: 20vw 0;
    }

    .section_merit .title_box {
        margin-bottom: 10vw;
    }

    .section_merit .merit_inner {
        padding: 0;
    }

    .section_merit .intro_box {
        margin-bottom: 10vw;
    }

    .section_merit .intro_title {
        font-size: 10vw;
        margin-bottom: 10vw;
    }

    .section_merit .intro_title span {
        font-size: 6vw;
        margin-left: 2vw;
    }

    .section_merit .intro_text {
        font-size: 4vw;
    }

    .section_merit .merit_title_area {
        margin-bottom: 10vw;
    }

    .section_merit .merit_main_title {
        font-size: 8vw;
    }

    .section_merit .big_num {
        font-size: 15vw;
    }

    .section_merit .decoration_text {
        right: -4vw;
        top: -7vw;
        font-size: 4vw;
        width: 22vw;
        height: 22vw;
    }

    .section_merit .merit_list {
        gap: 4vw;
        margin-bottom: 10vw;
    }

    .section_merit .merit_item {
        padding: 4vw;
    }

    .section_merit .merit_item p {
        font-size: 4.5vw;
    }

    .section_merit .merit_item span {
        font-size: 3.5vw;
    }

    .section_merit .merit_item .orange {
        font-size: 5vw;
    }

    .section_faq {
        padding: 10vw 0 20vw;
    }

    .section_faq .title_box {
        margin-bottom: 10vw;
    }

    .section_faq .cont {
        padding: 0;
    }

    .section_faq dl {
        margin-bottom: 4vw;
    }

    .section_faq dt.switchHat {
        padding: 2vw 30px 2vw 3vw;
    }

    .section_faq dt.switchHat::after {
        right: 9px;
    }

    .section_faq dt.switchHat::before {
        font-size: 6vw;
        margin-right: 3vw;
    }

    .section_faq dt.switchHat .title {
        font-size: 5vw;
    }

    .section_faq dd.switchDetail {
        padding: 4vw;
        font-size: 3.6vw;
    }

    .section_faq dd.switchDetail::before {
        font-size: 6vw;
        margin-right: 3vw;
    }

    .section_about {
        padding: 20vw 0;
    }

    .section_about .title_box {
        margin-bottom: 10vw;
    }

    .section_about .about_body {
        width: 100%;
    }

    .section_about .about_catch {
        font-size: 8vw;
        margin-bottom: 6vw;
    }

    .section_about .orange_bold {
        font-size: 9vw;
    }

    .section_about .about_txt {
        font-size: 3.3vw;
        margin-bottom: 10vw;
    }

    .section_about .about_img {
        margin: 6vw 0;
    }

    .section_form {
        padding-bottom: 20vw;
    }

    .section_form .title_box {
        padding: 12vw 0 8vw 0;
        margin-bottom: 15vw;
    }

    .section_form .title_box .title {
        font-size: 8vw;
        margin-bottom: 2vw;
    }

    .section_form .title_box .en {
        font-size: 5vw;
    }
}