@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

main body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-size: 62.5%;
}

main p {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
}

main a {
    font-size: 1.6rem;
    font-weight: 400;
    color: #2995BC;
}

main a:hover {
    color: #EE781F;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt100 {
    margin-top: 100px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb12 {
    margin-bottom: 12px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb100 {
    margin-bottom: 100px;
}

.br480u {
    display: none;
}

@media (max-width: 480px) {
    p {
        font-size: 1.4rem;
    }

    .br480u {
        display: block;
    }
}

section {
    width: 1000px;
    margin: 0 auto;
}

@media (max-width: 1000px) {
    section {
        width: 96%;
    }
}

@media (max-width: 980px) {
    section {
        width: 90%;
    }

    p {
        font-size: 1.4rem;
    }
}

.top_area {
    position: relative;
    height: auto;
    width: 100%;
    background-image: url('../img/bg_top.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
    z-index: -2;
}

.top_title {
    margin-top: 60px;
    margin-bottom: 60px;
    max-width: 800px;
    width: 100%;
}

.limit {
    padding: 10px;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    background-color: #fff;
    text-align: center;
}

.limit span {
    font-size: 2rem;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .top_title {
        width: 60vw;
    }

}

@media (max-width: 980px) {
    .top_title {
        width: 90%;
    }

    .limit {
        font-size: 1.4rem;
    }

    .limit span {
        font-size: 1.6rem;
        font-weight: 600;
    }
}

.bg_pink {
    padding: 60px 0;
    background-color: #EB616B;
}

.present_title {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.present_title p {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
}

.present_title img {
    width: 80%;
}

.present_image {
    display: block;
    margin: 0 auto;
}

.present_image img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.topic_title {
    color: #fff;
}

.link_btn {
    font-family: "M PLUS Rounded 1c", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    width: 100%;
    height: 55px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 10px;
    border: none;
    border-bottom: solid 5px #FFF100;
    border-radius: 55px;
    background-color: #fff;
    color: #007564;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    transition: .3s ease;
    text-decoration: none;
}

.link_btn:hover {
    transform: translateY(3px);
    border-bottom-width: 2px;
}

@media (max-width: 980px) {
    .present_title p {
        font-size: clamp(1.8rem, 1.8vw, 2rem);
    }

    .present_title img {
        width: 100%;
    }

    .present_image,
    .link_btn {
        width: 90%;
    }

    .bg_orange::before {
        width: 130vw;
        top: -15vw;
        left: -20%;
    }

    .present_area::before {
        top: -23vw;
        height: 20vw;
    }

    .link_btn {
        font-size: clamp(1.4rem, 1.8vw, 1.6rem);
    }

}

@media (max-width: 480px) {

    .bg_orange::before {
        width: 120vw;
    }

}

.bg_green {
    padding: 60px 0;
    background-color: #007564;
}

.items_area {
    margin: 0 auto;
    padding: 40px 20px;
    border-radius: 20px;
    background-color: #fff;
}

.title1 {
    display: block;
    width: 50%;
    margin: 0 auto;
}

.title3 {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: #EE781F;
}

.items_list1,
.items_list2 {
    margin-left: 2rem;
    list-style: none;
}

.items_list1 li {
    position: relative;
    padding-left: 15px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8em;
    color: #fff;
}

.items_list1 li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -8px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50px;
}

.items_list2 li {
    position: relative;
    padding-left: 15px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8em;
}

.items_list2 li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -8px;
    width: 16px;
    height: 16px;
    background-color: #333;
    border-radius: 50px;
}

.topic_area {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    padding: 20px;
    border: solid 2px #EE781F;
    border-radius: 20px;
    background-color: #fff;
}

.topic_area p {
    display: flex;
    justify-content: center;
}

@media (max-width: 980px) {
    .title1 {
        width: 90%;
    }

    .title3 {
        font-size: 1.6rem;
    }

    .items_list1 li,
    .items_list2 li {
        font-size: 1.4rem;
    }

    .items_list1 li,
    .items_list2 li {
        padding-left: 10px;
    }

    .items_list1 li::before,
    .items_list2 li::before {
        width: 14px;
        height: 14px;
    }
}

.bg_brue {
    padding: 60px 0;
    background-color: #65AADD;
}

.topic_container1 {
    width: 100%;
    position: relative;
    height: 100%;
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 10px;
    background-color: #FEEBC8;
}

.topic_container2 {
    width: 100%;
    position: relative;
    height: 100%;
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 10px;
    background-color: #FBE0DC;
}

.midashi04,
.midashi04_2 {
    position: absolute;
    top: 0;
    left: 0;
}

.midashi04 h5 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    position: relative;
    display: inline-block;
    margin: 1rem 0 1rem -10px;
    padding: 1rem 3rem;
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 0 20px 20px 0;
    background: #F6AB00;
}

.midashi04 h5:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-top: 10px solid #F6AB00;
    border-left: 10px solid transparent;
}

.midashi04_2 h5 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    position: relative;
    display: inline-block;
    margin: 1rem 0 1rem -10px;
    padding: 1rem 3rem;
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 0 20px 20px 0;
    background: #EC6D74;
}

.midashi04_2 h5 small {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
}

.midashi04_2 h5:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-top: 10px solid #EC6D74;
    border-left: 10px solid transparent;
}

.midashi05 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #333;
}

.midashi05 span {
    color: #007564;
}

.col2 {
    margin: 20px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.topic_container1 .col2 {
    margin-top: 60px;
}

.topic_container2 .col2 {
    margin-top: 85px;
}

.col2_l {
    width: 100%;
}

.tips {
    position: relative;
    padding-left: 1.6rem;
}

.tips::before {
    position: absolute;
    content: '※';
    top: 0;
    left: -5px;
}

.col2_r {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 980px) {

    .col2 {
        width: 80vw;
        grid-template-columns: 1fr;
    }

    .col2_l {
        width: 100%;
    }

    .col2_r {
        width: 100%;
    }
}

@media (max-width: 500px) {

    .col2 {
        width: 100%;
    }

    .col2_l {
        width: 90%;
    }

    .col2_r {
        width: 100%;
        text-align: left;
    }

    .col2_r img {
        width: 90%;
    }
}

.faq_title {
    position: relative;
    text-align: center;
}

.faq_title img {
    max-width: 356px;
    width: 100%;
}

.faq_title::before {
    position: absolute;
    content: '';
    left: 80px;
    top: -20px;
    width: 200px;
    height: 200px;
    background: url(../img/faq_img.svg) no-repeat 0 0;
    background-size: contain;
}

.faq_table {
    border: none;
    border-collapse: collapse;
}

.faq_table tr {
    background-color: #E0F0EA;
    border-bottom: solid 10px #fff;
}

.faq_table tr:nth-child(2n) {
    background-color: #FDE8D0;
}

.faq_table tr th,
.faq_table tr td {
    padding: 10px;
}

.faq_table tr th {
    padding-left: 20px;
}

.faq_table tr th img {
    height: 80px;
    width: auto;
}

.faq_table tr td {
    padding-right: 20px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8em;
}

@media (max-width: 980px) {
    .faq_title {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .faq_title::before {
        position: absolute;
        content: '';
        left: -80px;
        top: 0px;
        width: 20vw;
        height: 20vw;
    }

    .faq_table tr td {
        font-size: 1.4rem;
    }
}

.bg_area {
    position: relative;
    padding: 60px 0;
    height: auto;
    width: 100%;
    background-image: url('../img/bg2.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.title2 {
    max-width: 600px;
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    background-color: #EA5539;
    border-radius: 55px;
}

.title4 {
    max-width: 600px;
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    background-color: #5FC1C7;
    border-radius: 55px;
}

.topic_list {
    margin-left: 2rem;
    counter-reset: listnum;
    /* カウンターをリセット */
    list-style: none;
    /* 標準のスタイルは消す */
}

.topic_list li {
    position: relative;
    padding-left: 15px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8em;
}

.topic_list li::before {
    counter-increment: listnum;
    /* counter-resetと同じ文字列 */
    content: counter(listnum);
    /* カウントした数に応じて番号を表示 */
    position: absolute;
    top: 0px;
    left: -4px;
    width: 16px;
    height: 16px;
    color: #fff;
    z-index: 2;
}

.topic_list li::after {
    content: '';
    position: absolute;
    top: 5px;
    left: -8px;
    width: 18px;
    height: 18px;
    background-color: #EA5539;
    border-radius: 50px;
}

.items_list {
    margin-left: 2rem;
    list-style: none;
}

.items_list li {
    position: relative;
    padding-left: 15px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8em;
}

.items_list li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -8px;
    width: 16px;
    height: 16px;
    background-color: #2995BC;
    border-radius: 50px;
}

@media (max-width: 980px) {

    .title2,
    .title4 {
        padding: 10px 20px;
        font-size: 1.8rem;
    }

    .items_list li,
    .topic_list li {
        font-size: 1.4rem;
    }

    .items_list li,
    .topic_list li {
        padding-left: 10px;
    }

    .items_list li::before {
        width: 14px;
        height: 14px;
    }

    .topic_list li::before {
        top: 0.5px;
        left: -4px;
        width: 14px;
        height: 14px;
    }

    .topic_list li::after {
        top: 5px;
        left: -8px;
        width: 16px;
        height: 16px;
    }
}

footer {
    padding: 5px;
    width: 100%;
    color: #fff;
    background-color: rgb(51, 128, 71);
    text-align: center;
}

.pagetop {
    position: fixed;
    bottom: 66px !important;
    right: 26px !important;
    width: 75px;
    height: 75px;
    background: url(../img/arrow.svg) no-repeat 0 0;
    background-size: contain;
    cursor: pointer;
    display: none;
    border-radius: 50%;
    z-index: 1000;
}

.pagetop:hover {
    opacity: .6;
    transition: .3s;
}

.home .pagetop {
    bottom: 214px;
}