﻿html {
    scroll-behavior: smooth;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    min-width: 1000px;
}


@media screen and (max-width: 540px) {
    html {
        font-size: 3.3vw;
        /*1L30文字*/
    }
}

body {
    overflow-y: auto;
    line-height: 1.7;
}

body.menuopen {
    overflow-y: hidden
}

p {
    font-size: 16px;
    letter-spacing: .05em
}

div {
    letter-spacing: .05em;
    box-sizing: border-box
}

img {
    max-width: 100%
}

strong {
    color: #00a8e4
}

a {
    text-decoration: none
}

.inner {
    width: 1000px;
    margin: 0 auto;
    padding: 5rem 20px;
    box-sizing: border-box
}

.flex {
    display: flex
}

br.sp {
    display: none
}

br.pc {
    display: block
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 85px;
    background-color: #fff;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header .inner {
    padding: 0 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header img {
    align-self: flex-start
}


.tel_icon {
    height: 100%;
    width: auto;
}

.tel_icon img {
    height: 100%;
}

.btn_contact {
    position: relative;
}

.btn_contact_contents {
    height: 85px;
    display: block;

}

.btn_contact .btn_tel {
    position: absolute;
    top: 0;
    left: 0;
    height: 85px;
    width: auto;
}

.btn_contact .btn_tel img {
    height: 100%;
    width: auto;
}

.btn_contact_contents img {
    height: 100%;
    width: auto;
}

@media screen and (max-width: 418px) {
    .btn_contact_contents {
        height: initial;
    }

    .btn_contact_contents img {
        height: initial;
        width: auto;
    }

    .btn_contact .btn_tel {
        width: 5.2rem;
        height: initial;
    }

    .btn_contact .btn_tel img {
        width: 100%;
        height: auto;
    }
}


header .btn_contact p {
    font-size: 14px
}



@media screen and (max-width: 418px) {
    header .btn_contact p {
        font-size: 10.5px;
        letter-spacing: 0;
    }
}

header .btn_contact p span {
    margin-top: 10px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500
}

header .btn_contact .free {
    margin-right: 13px
}

header .btn_contact .arrow {
    margin-left: 22px
}

header .btn_contact .arrow img {
    width: 22px
}

.pageLinkmenu {
    background-color: #bcdce3;
    width: 100%;
    padding: 0.8rem 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #d3f2f9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #d3f2f9), color-stop(.75, #d3f2f9), color-stop(.75, transparent), to(transparent));
    -webkit-background-size: 4px 4px;
}


@media screen and (max-width: 418px) {
    .pageLinkmenu {
        display: none;
    }

}

.pageLinkmenu_flex {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: space-between;
    font-size: 0.95rem;
    font-weight: bolder;
}

.pageLinkmenu_flex_item {
    position: relative;
    display: inline-block;
}


@media screen and (min-width: 1400px) {

    .pageLinkmenu_flex_item {
        padding: 0 1rem;
        position: relative;
        display: inline-block;
    }


}


.pageLinkmenu_flex a {
    display: block;
    color: #000;
}

.pageLinkmenu_flex a:hover::after {
    content: "";
    position: absolute;
    top: 150%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #d3f2f9;


}


main {
    display: block;
    padding-top: 136px;
}

.fv{
    position: relative;
}

.fv_btn {
    width: 730px;
    display: block;
    position: absolute;
    bottom: 37px;
    left: calc(50% - 440px);
    transition: opacity .3s;
}
@media (hover:hover) {
    .fv_btn:hover {
        opacity: .6;
    }
}
.fv_btn img {
    display: block;
}

.fv_img {
    width: 100%;
    height: 540px;
}

.fv_img img {
    width: 100%;
    height: 100%;
}

/*imgタグトリミング*/
.object-fit-img {
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

main #sec1 {
    background-color: #f5f5f5;
}

main #sec1 .inner {
    position: relative;
    padding-bottom: 0;
    bottom: -2rem;
}


main #sec1 .inner .pc {
    display: block
}

main #sec1 .inner .sp {
    display: none
}

.width_img_l {
    max-width: 800px;
    width: 90%;
    margin: auto;
}
#sec1 .width_img_l {
    max-width: 832px;
}
#sec2 .width_img_l {
    max-width: 744px;
}

.width_img_m {
    max-width: 650px;
    width: 90%;
    margin: auto;
}

main #sec2 .inner {
    padding-bottom: 2rem;
}

main .contact {
    background-image: url(../img/bg_contact.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
    /* border-top: 2px solid #000; */
    box-sizing: border-box;
}


main .contact_lust {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}


.contact .inner {
    padding: 5rem 10px;
}

@media screen and (max-width: 418px) {
    .contact .inner {
        padding: 3rem 10px;
        position: relative;
    }

    .contact .inner .fukidashi {
        position: absolute;
        top: -1.5rem;
        left: 1.5rem;
        width: 6.5rem;
    }
}

.cv_text .fv_img {
    width: 100%;
}


.cv_btn {
    max-width: 840px;
    display: block;
    margin: auto;
    margin-top: 0.7rem;
    transition: 0.3s ease;
}



.cv_btn:hover {
    transform: scale(1.05);
    transition: 0.3s ease;
    cursor: pointer;
}

.cv_btn img {
    width: 100%;
}




.back_yellow {
    background-color: #fffcf5;
}


@media screen and (max-width: 418px) {
    .back_yellow {
        padding-bottom: 0rem;
    }
}

main #sec3 .inner {
    padding-bottom: 3.5rem;
}
main #sec3 .inner_3_4 {
    max-width: 860px;
    padding-top: 2rem;
}

main #sec3 .sec_head {
    max-width: 797px;


}

@media screen and (max-width: 418px) {

    main #sec3 .sec_head {
        width: 100%;
    }
}

main #sec3 .point {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.25rem;
    margin-right: 0;
    margin-left: auto;
    max-width: 1400px;
    width: 90%;
}


main #sec3 .point.reverse {
    margin-left: 0;
    margin-right: auto;
    flex-direction: row-reverse;
}


@media screen and (max-width: 418px) {
    main #sec3 .point {
        display: block;
        width: 100%;
    }
}

main #sec3 .point:last-child {
    margin-bottom: 0;
}

main #sec3 .point_item_left {
    display: flex;
    align-items: center;
    width: 45%;
    padding-right: 3rem;
}

main #sec3 .point.reverse .point_item_left {
    padding-right: 0;
    padding-left: 3rem;
}

main #sec3 .point_item_right {
    margin-top: 1rem;
    text-align: center;
    width: 55%;
}

@media screen and (max-width: 418px) {
    main #sec3 .point_item_left {
        width: 100%;
        padding-right: 0rem;
    }

    main #sec3 .point_item_right {
        width: 100%;
    }

    main #sec3 .point {
        margin: auto;
        margin-bottom: 3rem;
    }


    main #sec3 .point.reverse .point_item_left {
        padding-right: 0;
        padding-left: 0rem;
    }


    main #sec3 .inner_3_4 {
        max-width: 100%;
    }

}

main #sec5 .point_item_right img {
    width: 100%;
}


main #sec5 .point_item_icon {
    margin-right: 1.5rem;
}

main #sec3 .point_item_head {
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 1.45rem;
    font-size: 1.5rem;
    line-height: 1.6;
}

main #sec3 .point_item_head span {
    color: #009bff;
}

main #sec3 .point_item_head img {
    width: 82px;
}


main #sec3 .point_item_head img {
    margin-right: 1.5rem;
}


#sec3 .sec_head p {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 0.5rem;
}

main #sec3 .point_item_sen p {
    font-size: 0.92rem;
    margin-bottom: 0.2rem;
    position: relative;
    line-height: 2;
}

main #sec3 .point_item_sen.note p {
    font-size: 0.85rem;
}

@media screen and (max-width: 418px) {
    main #sec3 .point_item_head img {
        margin-right: 1rem;
    }

    main #sec3 .point_item_head img {
        width: 65px;
    }

    main #sec3 .point_item_head {
        width: 94%;
        margin: auto;
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }

    main #sec3 .point_item_sen {
        width: 94%;
        margin: auto;
        margin-bottom: 1rem;
    }
}


@media screen and (max-width: 418px) {
    main #sec3 .point_item_sen p {
        font-size: 1rem;
        margin-bottom: 0rem;
    }
}

main #sec3 .point_s_wrap {
    display: flex;
    margin-bottom: 2rem;
}


main #sec3 .point_s {
    width: 47.5%
}


main #sec3 .point_s:first-child {
    margin-right: 5%;
}

@media screen and (max-width: 418px) {
    main #sec3 .point_s:first-child {
        margin-right: auto;
    }

    main #sec3 .point_s_wrap {
        display: block;
        margin-bottom: 2rem;
    }

    main #sec3 .point_s {
        width: 80%;
        margin: auto;
    }

    main #sec3 .point_item_head.point_item_head_s {
        display: block;
        text-align: center;
    }


    main #sec3 .point_s_wrap .point_s {
        margin-bottom: 4rem;
    }

    main #sec3 .point_s_wrap .point_item_sen {
        width: 100%;
    }

    main #sec3 .point_item_sen.note {
        width: 94%;
        margin: auto;
    }


}


main #sec3 .point_s .image img {
    width: 100%;
    margin-bottom: 1rem;
}

.cv_text {
    max-width: 663px;
    margin: auto;
}

@media screen and (max-width: 418px) {
    .cv_text {
        margin-bottom: 1rem;
    }

}

.back_blue {
    background-color: #eef8ff;
}

.width_img_l.head_spot {
    margin-bottom: 4rem;
}

#sec4 .width_img_l.head_spot {
    max-width: 524px;
}

.sec_case {
    background-color: #fff;
    padding: 4rem 3rem;
    position: relative;
    margin-bottom: 3.5rem;
}

.sec_case:last-child {
    margin-bottom: 0rem;
}

.sec_case .head {
    display: flex;
    margin-bottom: 1.5rem;
}

.sec_case .head .number {
    width: 9.5rem;
    margin-left: -4.5rem;
    margin-right: 2rem;
    vertical-align: middle;
    margin-top: 0.5rem;
}

.sec_case .head p {
    font-size: 1.9rem;
    font-weight: bold;
    color: #009bff;
}


@media screen and (max-width: 418px) {
    .sec_case {
        background-color: #fff;
        padding: 2.5rem 1.5rem;
        position: relative;
        margin-bottom: 3.5rem;
    }

    .sec_case .head .number {
        width: 7.5rem;
        min-width: 7.5rem;
        margin-left: -1.5rem;
        margin-right: 1.5rem;
        vertical-align: middle;
    }


    .sec_case .head p {
        font-size: 1.5rem;
    }

    main #sec4 {
        margin-top: 4rem;
    }

    main #sec4 .inner {
        padding: 2.5rem 0 2rem;
        margin-top: 0rem;
        position: relative;
    }

    main #sec4 .fukidashi {
        position: absolute;
        top: -2.5rem;
        right: 3rem;
        width: 7rem;
    }

    main #sec4 .sec_head {
        margin-bottom: 2.5rem;
        width: 75%;
    }

}


.sec_case .contents .flex {
    display: flex;
    margin-bottom: 1.5rem;
}

.sec_case .contents .left {
    width: 50%;
    padding-right: 1.5rem;
}

.sec_case .contents .left .read {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.sec_case .contents .sentence {
    line-height: 2;
}

.sec_case .contents .right {
    width: 50%;
}

@media screen and (max-width: 418px) {
    .sec_case .contents .left {
        width: 100%;
        padding-right: 0rem;
    }

    .sec_case .contents .left .image {
        width: 70%;
        margin-bottom: 0.5rem;
    }

    .sec_case .contents .right {
        width: 100%;
    }
}



.sec_type .head {
    max-width: 360px;
    width: 80%;
    margin: auto;
    margin-bottom: 2rem;
}

#sec5 .sec_type .head {
    max-width: 664px;
}

@media screen and (max-width: 418px) {
    main .sec_type .inner {
        padding-top: 3rem;
    }

    .sec_type .head {
        width: 75%;
        margin: auto;
        margin-bottom: 2rem;
    }
}


.sec_type .disc {
    text-align: center;
    margin-bottom: 3rem;
}

.sec_type .table,
#sec3 .table {
    margin-bottom: 6rem;
}
#sec3 .table {
    max-width: 822px;
    margin: 0 auto;
}

.sec_type .table .row,
#sec3 .table .row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    border-bottom: 4px solid transparent;

}



.sec_type .table .row .left,
#sec3 .table .row .left {
    width: 40%;
    background-color: #e0f2f7;
    padding: 1rem 1.5rem;
    vertical-align: middle;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    border-right: 4px solid #fff;
    font-weight: bold;
}
#sec3 .table .row .left {
    width: 30%;
    font-size: 18px;
    line-height: 1.2;
}
#sec3 .table .row .left span {
    width: 100%;
    font-size: 14px;
    display: block;
}

.sec_type .table .row .right,
#sec3 .table .row .right {
    width: 60%;
    background-color: #beedf9;
    padding: 1rem 1.5rem;
}
#sec3 .table .row .right {
    width: 70%;
    font-size: 16px;
}



@media screen and (max-width: 418px) {
    .sec_type .table .row,
    #sec3 .table .row {
        display: block;
        align-items: center;
        align-items: stretch;
        border-bottom: 4px solid transparent;
    }

    .sec_type .table .row .left,
    #sec3 .table .row .left {
        width: 100%;
        background-color: #e0f2f7;
        padding: 1.25rem 1.5rem;
        border-right: initial;
        font-size: 1.2rem;
    }

    .sec_type .table .row .right,
    #sec3 .table .row .right {
        width: 100%;
        background-color: #beedf9;
        padding: 1.25rem 1.5rem;
    }

}

.sec_type .table .row.row_full,
#sec3 .table .row.row_full {
    background-color: #eaeaea;
    font-size: 0.9rem;
    font-weight: 400;
    width: 100%;
    padding: 1rem 2rem;
    justify-content: flex-start;
}
.sec_type .table .row.row_full ul,
#sec3 .table .row.row_full ul {
    padding: 0;
}
.sec_type .table .row.row_full ul li,
#sec3 .table .row.row_full ul li {
    margin: 0;
    display: block;
    padding-left: 2.35em;
    text-indent: -2.35em;
}
#sec3 .table .row.row_full ul + ul li {
    padding-left: 1em;
    text-indent: -1em;
}

@media screen and (max-width: 418px) {
    .sec_type .table .row.row_full,
    #sec3 .table .row.row_full {
        background-color: #eaeaea;
        font-size: 1rem;
        font-weight: 400;
        padding: 1.5rem;
    }

}

.head_country {
    max-width: 570px;
    width: 90%;
    margin: auto;
    margin-bottom: 2rem;
}

.country .sentence {
    text-align: center;
    margin-bottom: 4rem;
}

@media screen and (max-width: 418px) {
    .country .sentence {
        text-align: center;
        margin-bottom: 2rem;
    }

}
























.sec_free_1 {
    margin-bottom: 2.5rem;
    text-align: center;
}

@media screen and (max-width: 418px) {
    .sec_free_1 {
        margin-bottom: 1.8rem;
    }
}


.sec_free_melit {
    display: flex;
    max-width: 28rem;
    margin: auto;
    align-items: center;
    font-size: 1.55rem;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}


@media screen and (max-width: 418px) {

    .sec_free_melit {
        font-size: 1.4rem;
    }
}



.sec_free_melit span {
    font-size: 0.8rem;
}

.sec_free_melit_img {
    margin-right: 1rem;
}



@media screen and (max-width: 418px) {

    .sec_free_melit_img img {
        width: 80%;
    }
}

.sec_free_melit3 {
    line-height: 1;
    margin-top: 1.5rem;
    margin-bottom: 3.5rem;
}

.sec_can {
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 910px;
}


.sec_can .sentence {
    width: 60%;
    font-size: 0.9rem;
    line-height: 1.7;
}



@media screen and (max-width: 418px) {
    .sec_can {
        display: block;
    }


    .sec_can .sentence {
        width: 100%;
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 2rem;
    }
}

.sec_can .note {
    font-size: 0.85rem;
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -1em;
}



.know {
    margin-top: 2rem;
    text-align: center;
}

.lust_sen {
    margin: auto;
    margin-top: 2rem;
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
}

.sec_tel {
    background-image: url(../img/img_tel_back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0;
}

.sec_tel_row {
    max-width: 750px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media screen and (min-width: 418px) {
    .sec_tel_row a {
        pointer-events: none;
    }
}


@media screen and (max-width: 418px) {
    .sec_tel {
        margin-bottom: 2rem;
    }

    .sec_tel_row {
        margin-bottom: 0;
        margin-top: 0
    }

    .sec_tel_row a {
        margin: auto;
        padding: 0.75rem;
    }
}

#sec6 .sec_head {
    margin-bottom: 2rem;
}


#sec6 .sentence {
    text-align: center;
    margin-bottom: 3.5rem;
    font-size: 1.1rem;
}

#sec6 .map {
    text-align: center;
}

footer {
    background-image: url(../img/footer_bg.jpg);
    background-position: center;
    background-repeat: repeat-x;
    color: #fff;
    line-height: 1;
}

footer .inner {
    padding-top: 53px;
    padding-bottom: 53px;
}

footer .read {
    margin-bottom: 70px
}

footer .read p {
    font-size: 14px
}

footer .read p~p {
    margin-top: 10px
}

footer .company {
    display: flex;
    align-items: center
}

footer .company div:first-child {
    width: 319px
}

footer .company div:last-child {
    width: calc(100% - 319px);
    padding-left: 25px
}

footer .company div:last-child p {
    font-size: 14px
}

footer .company div:last-child p~p {
    margin-top: 10px
}

footer .copy {
    margin-top: 46px;
    text-align: right;
    font-size: 12px
}

footer .company a {
    text-decoration: none;
    color: #fff;
}

header #logo img {
    width: 230px
}

@media screen and (max-width: 418px) {
    html {
        min-width: 100%
    }

    br.sp {
        display: block
    }

    .pc {
        display: none
    }


    div,
    p,
    a,
    hr,
    table {
        max-width: 100%
    }

    header {
        position: fixed;
        height: auto;
        background-color: initial;
    }

    header .inner {
        padding: 0;
        flex-flow: wrap;
        position: relative;
        z-index: 100;
    }

    header #logo {
        background-color: #fff;
        position: fixed;
        top: 0;
        padding: 10px;
        width: 100%;
        height: 72px;
        line-height: 72px;
        z-index: 100
    }

    header #logo img {
        width: 232px
    }

    header .btn_contact {
        width: 100%;
        height: initial;
        margin-top: 72px;
    }

    header .btn_contact p span {
        font-size: 16px
    }

    main {
        padding-top: calc(72px + 4.9rem);
    }

    main #sec1 .width_img_l {
        width: 100%;
    }
    main #sec1 .sec1_img1 {
        overflow: hidden;
        padding: 0 1rem;
    }

    main #sec1 .inner {
        padding: 0;
    }
    .fv_img {
        height: 23rem;
    }
    .fv_img img {
        object-position: 39.5% top !important;
    }
    .fv_btn {
        width: 26.5rem;
        bottom: 1.5rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .fv_img_sp img {
        display: block;
    }

    footer {
        height: auto;
        background-size: cover;
        padding-bottom: 20px;
    }

    footer .read p {
        line-height: 1.3
    }

    footer .company {
        display: block
    }


    footer .company div:first-child {
        width: 100%
    }

    footer .company div:last-child {
        margin-top: 15px;
        width: 100%;
        padding-left: 0
    }

    footer .company div:last-child p~p {
        margin-top: 5px
    }

    footer .company div p {
        line-height: 1.3
    }

    footer .copy {
        text-align: center
    }
}

@media screen and (min-width: 418px) {
    .footer_tel {
        pointer-events: none;
    }

}



/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
    position: absolute;
    right: 20px;
    top: 18px;
    width: 50px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
    transition: 0.5s ease;
}

.open .hamburger {
    top: 24px;
    transition: 0.5s ease;
}

.hamburger__line {
    position: absolute;
    width: 45px;
    height: 5px;
    border-radius: 5px;
    right: 0;
    background-color: #000;
    transition: all 0.5s;
}

.hamburger__line--1 {
    top: 1px;
}

.hamburger__line--2 {
    top: 15px;
}

.hamburger__line--3 {
    top: 30px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 11px;
}

.open .hamburger__line--2 {
    opacity: 0;
}

.open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 11px;
}

/* 
  sp-nav(ナビ)
  =================================== */
.sp-nav {
    position: fixed;
    right: -100%;
    /*ハンバーガーがクリックされる前はWindow右側に隠す*/
    top: calc(72px + 4.9rem);
    width: 100%;
    /* 出てくるスライドメニューの幅 */
    height: 100vh;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto;
    opacity: 1 !important;
    /* メニューが多くなったらスクロールできるように */
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
    right: 0;
}


.sp-nav ul li {
    font-size: 2rem;
    padding: 0 2.5rem;
    padding-top: 3rem;
    font-weight: bold;
}

.sp-nav ul li a {
    color: #047acd;
    display: block;
}




/* ↓ PCとSP表示切り替え（末尾に設置） ------------------------*/
.pcArea {
    display: block;
}

.spArea {
    display: none;
}

@media screen and (max-width: 418px) {
    .pcArea {
        display: none;
    }

    .spArea {
        display: block;
    }
}