@charset "UTF-8";

#main {
    background-color: #fff;
}

#header .top_info {
    margin-bottom: 0;
}

#header .top_info .wrap_inner {
    height: 323px;
    background: url(../images/bg_top.png) no-repeat center top;
}

#header .top_info .inner {
    height: 100%;
    padding: 0;
}

#header .top_info .top_info_img {
    width: auto;
    bottom: 0;
    right: 82px;
    transform: revert;
    font-size: 0;
}

#header .top_info .info_group {
    padding: 47px 0 0 34px;
    width: 520px;
}

.top_info_logo {
    font-size: 0;
    margin-bottom: 27px;
}

.top_info_title {
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 12px;
}

.top_info_title small {
    font-weight: 500;
    font-size: 15px;
}

.top_info_btn span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 332px;
    height: 93px;
    padding-bottom: 4px;
    background: url(../images/bg_btn.png) no-repeat 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 41px;
    line-height: 1;
    letter-spacing: 0.2em;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    #header .top_info .top_info_img {
        width: 443px;
    }
}

@media screen and (max-width: 1160px) {
    #header .top_info .wrap_inner {
        background: url(../images/bg_top_tb.png) no-repeat right top;
    }

    #header .top_info .top_info_img {
        right: 34px;
    }
}

@media screen and (max-width: 1023px) {
    #header .top_info .wrap_inner {
        height: 31.57vw;
        background-size: 117% auto;
    }

    #header .top_info .top_info_img {
        right: 2.5vw;
        width: 43.3vw;
    }

    .top_info_logo {
        margin-bottom: 2.4vw;
    }

    .top_info_logo img {
        width: 16.13vw;
    }

    #header .top_info .info_group {
        padding: 3.9vw 0 0 2.5vw;
        width: 42vw;
    }

    .top_info_title {
        font-size: 2.5vw;
        margin-bottom: 1vw;
    }

    .top_info_btn span {
        font-size: 4vw;
        width: 32.45vw;
        height: 9.09vw;
        background-size: 100% 100%;
    }
}

@media screen and (max-width: 750px) {
    #header .top_info .info_group {
        height: auto;
        width: auto;
        padding: 4.8vw 9.86vw 6.5vw 9.86vw;
        margin: 0;
    }

    #header .top_info .top_info_img {
        position: inherit;
        right: inherit;
        bottom: inherit;
        width: auto;
    }

    #header .top_info {
        background: linear-gradient(to right, #00994c 0%, #007d3e 100%);
        border-top: 1px solid #D4E9DD;
        padding-bottom: 0.66vw;
    }

    #header .top_info .wrap_inner {
        height: auto;
        background: none;
    }

    .top_info_logo {
        margin-bottom: 1.3vw;
    }

    .top_info_logo img {
        width: 26.8vw;
    }

    .top_info_title {
        font-size: 5.3vw;
        margin-bottom: 3.3vw;
    }

    .top_info_title small {
        font-size: 3.3vw;
    }

    .top_info_btn {
        margin: 0 auto;
        width: 53.46vw;
    }

    .top_info_btn span {
        width: 100%;
        font-size: 6.2vw;
        height: 14.9vw;
        padding-bottom: 1vw;
    }
}

/* main */
.container {
    padding: 0 3.33vw;
    margin: 0 auto;
}

.bg_gray {
    background-color: #F5F6FB;
}

#main .btn {
    letter-spacing: 0.03em;
}

@media screen and (max-width: 750px) {
    #main .btn {
        width: 84vw;
        font-size: 5vw;
        height: 16.67vw;
    }
}

@media screen and (min-width: 751px) {
    .container {
        padding: 0 15px;
        max-width: 1190px;
    }

    #footer .container {
        max-width: initial;
    }
}

/* Top lead */
.top_lead {
    text-align: center;
    border-bottom: 1px solid #cbcbcb;
    color: #4d4d4d;
    padding: 55px 0 50px;
}

.top_lead h1 {
    font-weight: bold;
    line-height: 1.5;
    font-size: 34px;
    margin-bottom: 9px;
}

.top_lead p {
    line-height: 1.8;
    font-size: 20px;
    font-weight: bold;
}

@media (width <=750px) {
    .top_lead {
        padding: 11.3vw 0;
    }

    .top_lead h1 {
        font-size: 5.3vw;
        margin-bottom: 2.4vw;
    }

    .top_lead p {
        font-size: 3.3vw;
    }
}

/* Group */
.group_head h2 {
    margin-bottom: 0;
}

@media screen and (min-width: 751px) {
    .group {
        padding: 65px 0;
    }

    .group_head {
        padding-bottom: 20px;
        margin-bottom: 47px;
    }

    .group_head::after {
        height: 2px;
        width: 90px;
        margin-left: -45px;
    }

    .group_head h2 {
        font-size: 34px;
    }

    .group_head p {
        font-size: 17px;
    }

    .title3 {
        margin-bottom: 33px;
        font-size: 30px;
    }
}

/* Text block */
.text_block {
    margin-bottom: 50px;
}

.text_block p {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.8;
}

@media (width <=750px) {
    .text_block {
        margin-bottom: 11.3vw;
    }

    .text_block p {
        font-size: 3.8vw;
        line-height: 1.8;
    }
}

@media (750px < width) {
    .text_block {
        text-align: center;
    }
}

/* Faq */
.mb0 {
    margin-bottom: 0 !important;
}

.faq_list {
    margin-bottom: 10.6vw;
}

.faq_item {
    border-radius: 8px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    margin-bottom: 3.2vw;
}

.faq_item:last-child {
    margin-bottom: 0 !important;
}

.faq_item h4 {
    font-weight: bold;
    font-size: 4.4vw;
    cursor: pointer;
    line-height: 1.4;
    padding: 4vw 10vw 4vw 12vw;
    position: relative;
}

.faq_item h4::before {
    content: "";
    width: 5vw;
    height: 4.4vw;
    background: url(../images/txt_q_sp.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    left: 4.5vw;
    top: 4.8vw;
}

.faq_cont {
    padding: 0 10vw 4vw 17vw;
    position: relative;
    display: none;
}

.faq_cont::before {
    content: "";
    width: 3.4vw;
    height: 2.9vw;
    background: url(../images/txt_a_sp.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    left: 12vw;
    top: 1.8vw;
}

.faq_cont dl dt,
.faq_cont dl dd,
.faq_cont p {
    font-size: 3.8vw;
    font-weight: 500;
    line-height: 1.75;
}

.toggle_btn::after {
    content: "";
    width: 3.86vw;
    height: 2.1vw;
    background: url(../images/arrow29x16.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    right: 3.2vw;
    top: 50%;
    margin-top: -1.05vw;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.toggle_btn.opened::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media screen and (max-width: 750px) {
    .mb_sp_4 {
        margin-bottom: 4vw !important;
    }
}

@media screen and (min-width: 751px) {
    .mb_pc_15 {
        margin-bottom: 15px !important;
    }

    .mb_pc_25 {
        margin-bottom: 25px !important;
    }

    .mb_pc_30 {
        margin-bottom: 30px !important;
    }

    .mb_pc_40 {
        margin-bottom: 40px !important;
    }

    .faq_list {
        margin-bottom: 80px;
        margin-left: auto;
        margin-right: auto;
        max-width: 960px;
    }

    .faq_item {
        margin-bottom: 20px;
    }

    .faq_item h4 {
        font-size: 20px;
        padding: 17px 35px 17px 85px;
    }

    .faq_item h4::before {
        background-image: url(../images/txt_q.png);
        width: 33px;
        height: 28px;
        left: 34px;
        top: 17px;
    }

    .faq_cont {
        padding: 0 35px 20px 115px;
    }

    .toggle_btn::after {
        width: 16px;
        height: 9px;
        background-image: url(../images/arrow16x9.png);
        margin-top: -5px;
        right: 30px;
    }

    .faq_cont dl dt,
    .faq_cont dl dd,
    .faq_cont p {
        font-size: 15px;
        line-height: 1.8;
    }

    .faq_cont::before {
        background-image: url(../images/txt_a.png);
        width: 21px;
        height: 18px;
        left: 85px;
        top: 4px;
    }
}

/* Option */
.option_box {
    overflow: hidden;
    border: 1px solid #e0e0e2;
    border-radius: 10px;
}

.option_item h4 {
    padding: 20px 25px;
    border-top: 1px solid #e0e0e2;
    border-bottom: 1px solid #e0e0e2;
    background-color: #e3f5e5;
    color: #00994C;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
}

.option_item:first-child h4 {
    border-top: none;
}

.option_item table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;

    & th {
        padding: 20px 25px;
        font-weight: bold;
        font-size: 20px;
        text-align: left;
        line-height: 1.4;
    }

    & td {
        padding: 20px 25px;
        border-bottom: 1px solid #e0e0e2;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.75;
    }
}

.option_item table tr:last-child td {
    border-bottom: none;
}

@media (width <=750px) {
    .option_item h4 {
        font-size: 5.3vw;
        padding: 4.2vw 3vw;
    }

    .option_item table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;

        & th,
        & td {
            display: block;
        }

        & th {
            padding: 6vw 8vw 2.6vw;
            font-size: 4.4vw;
        }

        & td {
            padding: 0 8vw 6vw;
            font-size: 3.8vw;
        }
    }
}

@media screen and (min-width: 751px) {

    .option_item table th {
        border-bottom: 1px solid #e0e0e2;
        width: 493px;
    }

    .option_item table td {
        padding: 20px 25px;
        font-size: 15px;
        border-left: 1px solid #e0e0e2;
    }

    .option_item table tr:last-child th {
        border-bottom: none;
    }
}

/* Event */
.event_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-bottom: 7vw;
}

.event_block:first-of-type {
    position: relative;
    &::after {
        display: block;
        position: absolute;
        top: 50%;
        right: -38px;
        width: 31px;
        height: 31px;
        transform: translateY(-50%);
        background-image: url(../images/plus31x31.png);
        content: "";
    }
}

.note_list li {
    text-align: right;
    color: #4d4d4d;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.78;
    text-indent: -14px;
}

.case_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.case_col {
    border: 1px solid #e0e0e2;
    border-radius: 10px;
    overflow: hidden;
}

.case_box h4 {
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e2;
    background-color: #e3f5e5;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}

.case_col {
    text-align: center;

    &:first-child h4 {
        border-top: none;
    }

    & p {
        padding: 18px 15px 10px;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.7;
    }

    & div {
        padding: 0 15px 31px;
        font-weight: bold;
        font-size: 23px;
        line-height: 1.2;
    }
}


.material_box {
    overflow: hidden;
    border: 1px solid #e0e0e2;
    border-radius: 9px;
}

.material_box table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    border-spacing: 0;

    & tr {
        &:first-of-type th:first-of-type {
            line-height: 1.3;
        }

        &:not(:last-of-type) th,
        &:not(:last-of-type) td {
            border-bottom: 1px solid #e0e0e2;
        }

        & th, & td {
            padding: 20px 15px;
            font-weight: bold;
            line-height: 1.2;
        }
    }

    & th {
        background-color: #e3f5e5;
        font-size: 20px;
    }

    & td {
        font-size: 23px;
        text-align: center;
    }
}

.material_box table.plan {
    & td {
        width: 40%;
    }

    & th {
        width: 60%;
        text-align: left;

        tr:nth-of-type(1) & {
            padding: 10px;
            background: #7F7F7F;
            text-align: center;
            color: #fff;
        }

        & span {
            padding: 0px 10px;
            border-radius: 100px;
            background-color: #fff;
            color: #FC2024;
            font-size: 14px;
            font-weight: initial;
        }
    }
}

.material_box table.fee tr {
    &:nth-of-type(1) th {
        padding: 10px;
        background: #7F7F7F;
        text-align: center;
        color: #fff;
    }

    &:nth-of-type(2) td {
        background: #f6f6f6;
        font-size: 20px;

        &:not(:last-of-type) {
            border-right: 1px solid #e0e0e2;
        }
    }

    &:nth-of-type(n+3) th+td,
    &:nth-of-type(n+3) th {
        border-right: 1px solid #e0e0e2;
    }

    td {
        &:nth-of-type(1) {
            width: 20%;
        }

        &:nth-of-type(2),
        &:nth-of-type(3) {
            width: 40%;
        }
    }
}

.material_box table .first {
    text-align: left;
}

.material_box table .first.green {
    color: #00994C;
}

.price_list {
    text-align: center;
}

.price_list li {
    &::before {
        display: block;
        width: 31px;
        height: 31px;
        margin: 0 auto 10px;
        background-image: url(../images/plus31x31.png);
        content: "";
    }

    &:nth-child(1)::after {
        position: absolute;
        border-radius: 4px;
        background: #e3f5e5 url(../images/txt_or.png) no-repeat center center;
        content: "";
    }
}

.price_list p {
    margin-bottom: 17px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;

    & small {
        display: block;
        font-weight: 500;
        font-size: 15px;
    }
}

@media (width <=750px) {
    .event_content, .case_box {
        grid-template-columns: 1fr;
    }
    .event_block:first-of-type {
        &::after {
            top: revert;
            bottom: -40px;
            right: 50%;
            width: 31px;
            height: 31px;
            transform: translateX(50%);
        }
    }
    .note_list {
        padding: 0 2.6vw;

        & li {
            font-size: 3.3vw;
            text-indent: -3.4vw;
        }
    }

    .material_box table {
        & tr:first-of-type th:first-of-type {
            line-height: 1.6;
        }

        & th, & td {
            font-size: 3.3vw;
        }

        & th {
            padding: 2.4vw;
        }

        & td {
            padding: 2.4vw;
            font-size: 4.4vw;
        }
    }

    .material_box table.plan th {
        width: 50%;
        & span {
            padding: 1px 1vw;
            font-size: 3vw;
        }
    }

    .material_box table.fee tr {
        &:first-of-type th {
            padding: 10px;
        }

        &:nth-of-type(2) td {
            font-size: 3.3vw;
        }

    }

    .case_box h4 {
        padding: 2vw 3vw;
        font-size: 4.4vw;
    }

    .case_col {
        border-radius: 9px;

        /* &:not(:last-of-type) {
            margin-bottom: 4vw;
        } */

        & p {
            padding: 3.5vw 3vw;
            font-size: 3.8vw;
        }

        & div {
            padding: 0 3vw 6.1vw;
            font-size: 4.4vw;
        }
    }

    .price_list li {
        position: relative;
        margin-bottom: 5vw;

        &::before {
            margin: 0 auto 2.6vw;
            width: 6.6vw;
            height: 6.6vw;
            background: url(../images/plus50x50.png) no-repeat 0 0 / 100% 100%;
        }

        &:nth-child(1) {
            padding-bottom: 8.8vw;
            margin-bottom: 4.2vw;
        }

        &:nth-child(1)::after {
            width: 12vw;
            height: 5.3vw;
            background: #e3f5e5 url(../images/txt_or_sp.png) no-repeat center center / 4.26vw auto;
            left: 50%;
            bottom: 0;
            margin-left: -6vw;
        }

        &:nth-child(2)::before {
            display: none;
        }
    }

    .price_list p {
        font-size: 4.4vw;
        margin-bottom: 2.6vw;

        & small {
            font-size: 3.3vw;
            margin-top: 1.3vw;
        }
    }
    .case_box {
        margin-bottom: 16vw;
    }
}

@media screen and (min-width: 751px) {
    .case_box {
        margin-bottom: 25px;
    }

    .material_box {
        height: 100%;
        border-radius: 10px;
    }

    .material_box table .first {
        padding: 0 10px 0 74px;
    }

    .price_list {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 24px;

        &:nth-child(1)::after {
            right: 0;
            top: 50%;
            width: 90px;
            height: 40px;
            margin-top: -20px;
            margin-right: -45px;
            background: #e3f5e5 url(../images/txt_or.png) no-repeat center center;
        }
    }

    .price_list li {
        position: relative;
        width: 50%;
    }

    .price_list p {
        &:nth-child(2) {
            font-size: 30px;
        }

        & small {
            margin-top: 0;
        }
    }
}

@media screen and (min-width: 751px) and (max-width: 920px) {
    .material_box table .first {
        padding-left: 30px;
    }
}

/* Banner */
.banner {
    border-top: 4px solid #009b47;
    background: url(../images/bg_sp.jpg) no-repeat center top / cover;
    padding: 6.6vw 0 0 0;
    height: 84vw;
}

.banner_text {
    padding: 0 3.87vw;
}

.banner_text p {
    line-height: 1.75;
    font-size: 3.8vw;
    font-weight: bold;

    & span {
        color: #00994C;
    }
}

@media screen and (min-width: 751px) {
    .banner {
        border-top-width: 5px;
        padding-top: 0;
        height: 335px;
        background-image: url(../images/bg_banner.jpg);
    }

    .banner .container {
        height: 100%;
    }

    .banner_text {
        background: url(../images/bg.png) no-repeat center top;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

    .banner_text p {
        line-height: 1.8;
        font-size: 20px;
    }
}

@media screen and (min-width: 751px) and (max-width: 1170px) {
    .banner_text {
        background-position: right bottom;
        background-size: 100% auto;
    }

    .banner_text p {
        width: 52vw;
    }
}
