@charset "UTF-8";

/* common */
* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    box-sizing: border-box;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

body {
    font-family: 'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
    color: #333;
    font-size: 100%;
}

a {
    text-decoration: none;
    transition: all .3s ease;
}

a:hover {
    opacity: .7;
}

li {
    list-style: none;
}

.flex {
    display: flex;
}

.inner {
    width: 980px;
    margin: 0 auto;
}


/* header */
header {
    width: 1200px;
    margin: 0 auto;
}


/* section.top */
section.top {
    background: url(../img/main.jpg) no-repeat bottom center;
    height: 597px;
}

section.top .txt_box {
    width: 542px;
    padding-top: 90px;
}

section.top .h2 {
    font-size: 22px;
    color: #4b4b4b;
    text-align: center;
    margin-bottom: 43px;
}

section.top .h2 h2 {
    font-size: 25px;
    color: #f76d8a;
}

section.top .h2 h2 span.f34 {
    font-size: 34px;
}

section.top .h2 h2 span.f33 {
    font-size: 33px;
}

section.top .pink_box {
    background: rgba(255, 162, 182, .84);
    padding: 45px 60px;
}

section.top .pink_box ul {
    flex-wrap: wrap;
}

section.top .pink_box ul li {
    text-align: center;
    width: 50%;
}

section.top .pink_box ul li:nth-child(-n + 2) {
    margin-bottom: 40px;
}

section.top .pink_box ul li .title {
    color: #fef5ad;
    position: relative;
}

section.top .pink_box ul li .title::after {
    content: '';
    width: 78px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    transform: translate(-50%);
}

section.top .pink_box ul li .desc {
    color: #fff;
    line-height: 25px;
    margin-top: 28px;
}



/* section.about */
section.about {
    padding: 63px 0;
}

section.about .desc {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

section.about .desc span {
    color: #f76d8a;
    font-weight: 600;
}

section.about .check_list {
    width: 720px;
    margin: 50px auto 70px;
}

section.about .check_list li {
    line-height: 30px;
}

section.about .check_list li:not(:last-child) {
    margin-bottom: 16px;
}

section.about .check_list li::before {
    content: '';
    background: url(../img/check.png) no-repeat center / 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 14px;
}

section.about .check_list li span {
    color: #f76d8a;
}

section.about .txt {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}



/* section.example */
section.example {
    background: #fef4f6;
    padding: 56px 0 66px;
}

section.example .inner {
    position: relative;
}

section.example h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 43px;
}

section.example .bx-wrapper {
    border: 0;
    background: none;
    box-shadow: none;
    margin-bottom: 0;
}

section.example .slider li {
    width: 311px;
    background: #ffa2b6;
    border: 1px solid #ffa2b6;
    color: #fff;
    border-radius: 5px;
    padding: 19px 22px 15px;
    transition: all .3s ease;
}

section.example .slider li h3 {
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

section.example .slider li dt {
    background: #fff;
    color: #4b4b4b;
    font-size: 12px;
    padding: 3px 0;
    width: 60px;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
}

section.example .slider li dd {
    font-size: 12px;
    display: inline-block;
}

section.example .slider li p {
    font-size: 12px;
    margin: 5px 0 8px;
}

section.example .slider li.active-slide + li {
    background: #fff;
    color: #4b4b4b;
}

section.example .slider li.active-slide + li h3 {
    border-bottom: 1px solid #ffa2b6;
}

section.example .slider li.active-slide + li dt {
    background: #ffa2b6;
    color: #fff;
}

.prev-btn {
    background: url(../img/arrow_prev.png) no-repeat center / 100%;
    left: -35px;
}
.next-btn{
    background: url(../img/arrow_next.png) no-repeat center / 100%;
    right: -50px;
}
.navi-btn {
    position: absolute;
    top: calc(50% + 20px);
    transform: translate(-50%);
    width: 20px;
    height: 30px;
}

.navi-btn a {
    color: transparent;
}

.bx-viewport {
    height: auto!important;
}



/* more */
section.more {
    padding: 60px 0 55px;
}

section.more h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 43px;
}

section.more .flex {
    justify-content: space-between;
    flex-wrap: wrap;
}

section.more li {
    border: 1px solid #ffa2b6;
    border-radius: 5px;
    width: 223px;
    padding: 19px 12px;
    margin-bottom: 30px;
}

section.more li:nth-child(n + 9) {
    margin-bottom: 0;
}

section.more li .title {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #ffa2b6;
    padding-bottom: 9px;
    margin-bottom: 15px;
}

section.more li .txt {
    font-size: 12px;
    line-height: 20px;
}


/* section.work_flow */
section.work_flow {
    padding: 71px 0 43px;
    background: #ffa2b6;
}

section.work_flow h2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 59px;
}

section.work_flow ul {
    flex-wrap: wrap;
    justify-content: space-between;
}

section.work_flow li {
    width: 311px;
    background: #fff;
    margin-bottom: 28px;
    border-radius: 5px;
    padding: 25px 13px 20px;
}

section.work_flow li:nth-child(n + 4) {
    margin-bottom: 0;
}

section.work_flow li .title {
    font-weight: 600;
    margin-bottom: 10px;
}

section.work_flow li .title span {
    color: #ffa2b6;
    font-size: 14px;
}

section.work_flow li .txt {
    font-size: 12px;
    line-height: 20px;
}



/* section.regist_flow */
section.regist_flow {
    padding: 86px 0 56px;
}

section.regist_flow h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

section.regist_flow .intro {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

section.regist_flow .desc {
    border: 1px solid #ffa2b6;
    padding: 31px 20px;
    margin: 39px 0 43px;
}

section.regist_flow .desc h3 {
    font-size: 15px;
    font-weight: 600;
    width: 170px;
}

section.regist_flow .desc .desc_list {
    width: calc(100% - 190px);
    font-size: 12px;
    line-height: 20px;
    border-radius: 5px;
}

section.regist_flow .desc .desc_list li {
    position: relative;
    padding-left: 8px;
}

section.regist_flow .desc .desc_list li::before {
    content: '';
    background: #ffa2b6;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: -1em;
}

section.regist_flow .desc .desc_list li:not(:last-child) {
    margin-bottom: 10px;
}

section.regist_flow dl {
    border: 1px solid #ffa2b6;
    display: flex;
}

section.regist_flow dl:not(:last-child) {
    margin-bottom: 15px;
}

section.regist_flow dt {
    background: #ffa2b6;
    padding: 20px;
    width: 220px;
    font-size: 14px;
    color: #fff;
}

section.regist_flow dt span {
    display: block;
}

section.regist_flow dd {
    width: calc(100% - 220px);
    padding: 20px;
    font-size: 12px;
    line-height: 20px;
}

section.regist_flow dd .title {
    color: #fff;
    background: #ffa2b6;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 14px;
    margin-right: 5px;
}

section.regist_flow dd .title.place {
    margin-top: 14px;
}

section.regist_flow dd .title.cant {
    display: block;
    width: 23em;
}

section.regist_flow .outro {
    justify-content: center;
    margin: 30px 0;
    align-items: center;
}

section.regist_flow .outro p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}

section.regist_flow .outro .btn {
    margin-left: 25px;
    width: 227px;
}


.pc {
    display: block;
}

.sp {
    display: none;
}

/* add marukin */
section.top .pink_box p{ font-size: 16px; }
section.about ul.check_list li{ font-size: 16px; }
section.work_flow ul li p.title{ font-size: 16px; }
/* add marukin */


@media (max-width: 1200px) {
    header {
        width: 100%;
    }

    .inner {
        width: 94%;
    }

    section.example {
        padding: 56px 30px 66px;
    }
}


@media (max-width: 1024px) {
    section.example {
        padding: 56px 40px 66px;
    }

    section.more li {
        width: 31%;
    }

    section.more li:nth-child(n + 9) {
        margin-bottom: 30px;
    }

    section.more li:nth-child(n + 10) {
        margin-bottom: 0;
    }

    section.work_flow li {
        width: 49%;
    }

    section.work_flow li:nth-child(n + 4) {
        margin-bottom: 28px;
    }

    section.work_flow li:nth-child(n + 5) {
        margin-bottom: 0;
    }
}




@media (max-width: 640px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    body {
        font-size: 2.6vw;
    }

    header {
        display: none;
    }

    .inner {
        width: 100%;
    }


    /* add marukin */
    #wrapper{ min-width: 100%; }
    /* add marukin */


    section.top {
        background: url(../img/main_sp.jpg) no-repeat center bottom / 100%;
        height: 109vw;
    }

    section.top .txt_box {
        width: 100%;
        padding-top: 12.5vw;
    }

    section.top .txt_box .h2 {
        font-size: 2.9vw;
        font-weight: 600;
        margin-bottom: 5.8vw;
    }

    section.top .txt_box h2 {
        font-size: 4.2vw;
        margin-top: 2.8vw;
    }

    section.top .txt_box .h2 .f34 {
        font-size: 5.7vw;
    }

    section.top .txt_box .h2 .f33 {
        font-size: 5.7vw;
    }

    section.about .check_list {
        width: 100%;
    }

    section.top .pink_box {
        padding: 6vw;
    }

    section.top .pink_box ul li:nth-child(-n + 2) {
        margin-bottom: 5.1vw;
    }

    section.top .pink_box ul li .desc {
        line-height: 4vw;
    }


    section.about {
        padding: 8vw 0;
    }

    section.about .desc {
        font-size: 2.8vw;
        line-height: 3.4vw;
    }

    section.about .check_list {
        margin: 6.8vw auto;
        width: 70%;
    }

    section.about .check_list li {
        line-height: 3.6vw;
        position: relative;
    }

    section.about .check_list li:not(:last-child) {
        margin-bottom: 5vw;
    }

    section.about .check_list li::before {
        position: absolute;
        top: 0;
        left: -5vw;
        width: 4.8vw;
        height: 4.8vw;
    }

    section.about .txt {
        font-size: 3vw;
    }



    section.example {
        padding: 9.5vw 0 6.25vw;
    }

    section.example h2 {
        font-size: 3.9vw;
        margin-bottom: 7.1vw;
    }

    .bx-wrapper {
        padding: 0 11vw!important;
    }

    .prev-btn {
        left: 5vw;
    }

    .next-btn {
        right: 3vw;
    }

    .navi-btn {
        width: 2.5vw;
        height: 3.9vw;
        top: 45vw;
    }

    section.example .slider li {
        padding: 3.9vw 5.1vw 3.75vw;
    }

    section.example .slider li h3 {
        font-size: 3.3vw;
        line-height: 4vw;
        padding-bottom: 3.6vw;
        margin-bottom: 2.5vw;
    }

    section.example .slider li dt {
        font-size: 2.9vw;
        line-height: 5vw;
        width: 16.2vw;
        margin-bottom: 1.7vw;
    }

    section.example .slider li dd {
        font-size: 2.9vw;
        line-height: 5vw;
    }

    section.example .slider li p {
        font-size: 2.9vw;
        line-height: 5vw;
        margin: 2.6vw 0;
    }

    section.example .slider li.active-slide + li {
        background: #ffa2b6;
        color: #fff;
    }

    section.example .slider li.active-slide + li h3 {
        border-bottom: 1px solid #fff;
    }

    section.example .slider li.active-slide + li dt {
        background: #fff;
        color: #4b4b4b;
    }




    section.more {
        padding: 11.4vw 0 7vw;
        background: url(../img/bg_more.png) no-repeat top 1.8vw center / 100%;
    }

    section.more h2 {
        font-size: 3.9vw;
        line-height: 5.3vw;
        text-align: left;
        margin-left: 49.3vw;
        width: 50.7vw;
        margin-bottom: 10.3vw;
    }

    section.more  ul {
        width: 92.4vw;
        margin: 0 auto;
    }

    section.more li {
        width: 44.6vw;
        background: #fff;
        padding: 3.4vw 2.3vw 3.4vw;
        margin-bottom: 3.2vw;
    }

    section.more li .title {
        font-size: 2.8vw;
        padding-bottom: 1.9vw;
        margin-bottom: 1.9vw;
    }

    section.more li .txt {
        font-size: 2.1vw;
        line-height: 3.4vw;
    }

    section.more li:nth-child(n + 9) {
        margin-bottom: 3.2vw;
    }

    section.more li:nth-child(n + 11) {
        margin-bottom: 0;
    }



    section.work_flow {
        padding: 8.1vw 0 7vw;
    }

    section.work_flow h2 {
        font-size: 3.9vw;
        margin-bottom: 6.2vw;
    }

    section.work_flow ul {
        width: 92.4vw;
    }

    section.work_flow li {
        width: 100%;
        margin-bottom: 2vw;
        padding: 4.5vw 2.9vw;
    }

    section.work_flow li .title {
        margin-bottom: 2.6vw;
        font-size: 3.1vw;
    }

    section.work_flow li .title span {
        font-size: 2.7vw;
    }

    section.work_flow li .txt {
        font-size: 2.3vw;
        line-height: 3.9vw;
    }

    section.work_flow li:nth-child(n + 4) {
        margin-bottom: 2vw;
    }

    section.work_flow li:last-child {
        margin-bottom: 0;
    }


    section.regist_flow {
        padding: 7.8vw 3.9vw;
    }

    section.regist_flow h2 {
        font-size: 3.9vw;
        margin-bottom: 5.2vw;
    }

    section.regist_flow .intro {
        font-size: 2.6vw;
        line-height: 4.3vw;
        text-align: left;
    }

    section.regist_flow .desc h3 {
        text-align: center;
        width: 100%;
        font-size: 2.7vw;
        margin-bottom: 5.2vw;
    }

    section.regist_flow .desc {
        flex-direction: column;
        margin: 1.8vw 0 4.3vw;
        padding: 4.9vw 3.9vw 5.7vw;
    }

    section.regist_flow .desc .desc_list {
        width: 100%;
        font-size: 2.2vw;
        line-height: 3.6vw;
        margin-left: 1.6vw;
    }

    section.regist_flow .desc .desc_list li {
        padding-left: 0;
    }

    section.regist_flow .desc .desc_list li:not(:last-child) {
        margin-bottom: 3.9vw;
    }

    section.regist_flow .desc .desc_list li::before {
        width: 1.6vw;
        height: 1.6vw;
        margin-right: 1.6vw;
    }

    section.regist_flow dl {
        border-radius: .6vw;
    }

    section.regist_flow dl:not(:last-child) {
        flex-direction: column;
    }

    section.regist_flow dt {
        width: 100%;
        padding: 3.9vw;
        font-size: 2.6vw;
    }

    section.regist_flow dd {
        width: 100%;
        padding: 3.9vw;
        font-size: 2.2vw;
        line-height: 3.6vw;
    }

    section.regist_flow dt span {
        display: inline-block;
        margin-right: 1em;
    }

    section.regist_flow dd .title {
        padding: 1vw 2.6vw;
        margin-bottom: 1.8vw;
        margin-right: 1.8vw;
    }

    section.regist_flow dd .title.place {
        margin-top: 3.9vw;
    }

    section.regist_flow dd .title.cant {
        width: 62vw;
    }

    section.regist_flow dd span.address {
        font-weight: 600;
    }

    section.regist_flow dl:not(:last-child) {
        margin-bottom: 4vw;
    }

    section.regist_flow .outro {
        margin: 7.1vw 0;
        flex-direction: column;
    }

    section.regist_flow .outro p {
        font-size: 2.85vw;
        line-height: 3.9vw;
    }

    section.regist_flow .outro .btn {
        margin-top: 3.9vw;
        margin-left: 0;
        width: 29vw;
    }
}




/* add marukin */
@media (max-width: 450px) {
    section.top .pink_box p{ font-size: 10px; }
    section.about ul.check_list li{ font-size: 10px; }
    section.work_flow ul li p.title{ font-size: 11.625px; }
}
/* add marukin */

/* add 20210202 */
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex_around{
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex_wrap{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap    : wrap;
}
.flex_center{
    align-items: center;
}

#line_form .box{
    width: 650px;
    background-color: #00c300;
    margin: 0 auto 40px;
    padding: 20px 18px 18px;
}

#line_form .box .ttl{
    text-align: center;
    font-size: 32px;
    color: #ffffff;
}

#line_form .box .txt{
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    padding-top: 20px;
}

#line_form .box .txt p{
    font-size: 18px;
}

#line_form .box .txt .btn_box{
    width: 470px;
    margin: 0 auto;
}

#line_form .box .txt .btn_box a{
    display: inline-block;
}

#line_form .mail_form{
    margin: 0 auto 100px;
    width: 650px;
}

#line_form .mail_form a{
    display: inline-block;
    border: 3px solid #ffa2b6;
    border-radius: 5px;
    font-size: 24px;
    padding: 23px 0;
    width: 100%;
    text-align: center;
    color: #ffa2b6;
}


@media (max-width: 640px) {
    section.regist_flow{
        padding-bottom: 0;
    }
    #line_form .inner{
        width: 95%;
    }
    
    #line_form .box {
        width: auto;
        margin: 0 auto 6.25vw;
    }

    #line_form .box .txt{
        padding: 3.906vw 0;
        font-size: 3.75vw;
    }

    #line_form .box .txt p{
        font-size: 3.125vw;
    }

    #line_form .box .ttl {
        font-size: 5vw;
        margin-bottom: 1.563vw;
    }

    #line_form .box .txt .btn_box{
        margin-top: 2.344vw;
        width: 75.156vw;
    }

    #line_form .mail_form{
        margin: 0 auto 100px;
        width: auto;
    }

    #line_form .mail_form a{
        font-size: 3.75vw;
    }
}