﻿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 (min-width: 1400px) {
    html {
        font-size: 18px;
    }
}

@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: 4rem 20px;
    box-sizing: border-box
}

.flex {
    display: flex
}

br.sp {
    display: none
}

br.pc {
    display: block
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 84px;
    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
}

header img {
    align-self: flex-start
}

header .btn_contact {
    display: flex;
    box-sizing: border-box;
    margin-left: auto;
    background-color: #047acd;
    color: #fff;
    height: 84px;
    align-items: center;

}


.tel_icon {
    height: 100%;
    width: auto;
}

.tel_icon a {}

.tel_icon img {
    height: 100%;
}

.btn_contact_contents {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1;
    color: #fff;
    background-image: url(../img/ico_japan.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-right: 2rem;
}

.btn_contact_contents_item_left {
    position: relative;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 0.2rem;
    margin-left: 1rem;
    margin-right: 0.5rem;
    background-image;
}

.btn_contact_contents_item_left {
    position: relative;
}

btn_contact_contents_item_left p {
    font-size: 0.7rem;
}

.btn_contact .japan {
    position: absolute;
    top: -1rem;
    left: 0;
}


.btn_contact_contents_item_right .top {
    display: flex;

    align-items: center;
    font-size: 0.95rem;
}



.btn_contact_contents_item_right .top div {
    background-color: #faee2a;
    padding: 0.2rem 0.5rem;
    border-radius: 20px;
    color: #000;
    font-weight: bold;
    margin-right: 0.75rem;
    text-align: center;
    width: 9rem;
}
}

_:-ms-input-placeholder,
:root .btn_contact_contents_item_right .top div {
    padding: 0.35rem 1.3rem 0.2rem;
}

@media screen and (max-width: 418px) {
    .btn_contact_contents {
        padding-right: 0;
    }

    .btn_contact_contents_item_left {
        margin-right: 1rem;
    }

    .btn_contact_contents_item_right .top div {
        padding: 0.3rem 1.3rem;
        margin-bottom: 0.4rem;
        font-size: 0.5rem;
        width: auto;
    }
}


.btn_contact_contents_item_right .bottom {
    text-align: left;
    margin-top: 0.6rem;
    font-size: 1.1rem;
    font-weight: bold;
}

@media screen and (max-width: 418px) {

    .btn_contact_contents_item_right .bottom {
        text-align: left;
        margin-top: 0.6rem;
        font-size: 1rem;
    }
}


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
}

header #menu {
    cursor: pointer;
    width: 82px;
    line-height: 84px;
    text-align: center
}


@media screen and (min-width: 418px) {

    header #menu {
        display: none;
    }
}

header #menu .pc {
    display: none
}

header #menu .sp {
    display: none
}

nav {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    z-index: 100
}

nav .menu {
    width: 600px;
    height: 100vh;
    overflow-y: scroll;
    background: #047acd;
    position: absolute;
    right: 0
}

nav .menu .close {
    position: absolute;
    right: 10px;
    font-size: 40px;
    font-weight: 900;
    color: #000;
    cursor: pointer
}

nav .menu ul {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 40px 0;
    text-align: center
}

nav .menu li {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0
}

nav .menu a {
    font-size: 20px
}

nav .menu .link a {
    color: #fff
}

nav .menu .btn a {
    display: flex;
    box-sizing: border-box;
    margin-left: auto;
    border: solid 4px #fff;
    color: #fff;
    width: 100%;
    align-items: center;
    padding: 25px 44px;
    justify-content: center
}

nav .menu .btn a p {
    text-align: left;
    font-size: 14px
}


nav .menu .btn a p .small {
    background-color: #faee2a;
    color: #000;
    padding: 0.4rem 0.9rem;
    border-radius: 1rem;
    margin-right: 0.5rem;
    font-weight: bold;
}


nav .menu .btn a p .large {
    margin-top: 10px;
    display: inline-block;
    font-size: 17px;
    font-weight: 500
}

nav .menu .btn a .free {
    font-size: 1rem;
}

nav .menu .btn a p {
    margin-left: 8px;
    padding-left: 12px;
    border-left: 1px solid;
}

nav .menu .btn a .arrow {
    margin-left: 22px
}

nav .menu .btn a .arrow img {
    width: 22px
}

.pageLinkmenu {
    background-color: #ebebeb;
    width: 100%;
    padding: 0.8rem 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), 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 {
    padding: 0 2rem;
    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 #f1f1f1;


}


main {
    display: block;
    padding-top: 84px
}

.fv_img {
    width: 100%;
    height: 42rem;
}

.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 .inner {
    position: relative;
}

main #sec1 .inner .allow {
    position: absolute;
    top: -7rem;
}

.allow {
    width: 24rem;
}

@media screen and (max-width: 418px) {
    main #sec1 .inner .allow {
        position: absolute;
        top: -3rem;
        width: 8.5rem;
    }
}

main #sec1 .inner h2 {
    position: absolute;
    right: 74px;
    top: 284px
}

main #sec1 .inner .pc {
    display: block
}

main #sec1 .inner .sp {
    display: none
}


main .contact {
    background-color: #047acd;
    color: #fff;
    text-align: center;
    border-top: 2px solid #000;
    border-bottom: 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: 3rem 10px;
}

.cv_text .fv_img {
    width: 100%;
}

.cv_btn {
    max-width: 720px;
    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%;
}

main #sec2 .inner,
main #sec4 .inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

main #sec2 p {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: 900
}

main #sec2 p ~ p {
    margin-top: 30px
}

main #sec2 p:nth-child(2) {
    padding-right: 50px
}

main #sec2 p:nth-child(3) {
    padding-right: 148px
}

main #sec2 p:nth-child(3) img {
    width: 476px
}

main #sec2 p:nth-child(3) span {
    position: absolute;
    bottom: 22px;
    right: 153px
}

main #sec2 strong {
    width: 255px;
    height: 71px;
    line-height: 52px;
}

.sec_head {
    width: 784px;
    margin: auto;
    margin-bottom: 3rem;
    text-align: center;
}

@media screen and (max-width: 418px) {
    .sec_head {}
}


main #sec2 .inner > img.pc {
    display: block
}

main #sec2 .inner > img.sp {
    display: none
}

main #sec2 h2 {
    position: relative;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 62px;
    padding-right: 40px
}

main #sec2 h2 img {
    width: 476px
}

main #sec2 h2 span {
    position: absolute;
    top: 54px;
    right: 192px
}


main #sec2 h2 span.pc {
    display: inline-block
}

main #sec2 h3 {
    background-color: #000;
    padding: 12px 0 11px;
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 28px
}

main #sec2 h3 + div {
    text-align: center;
    font-size: 20px;
    line-height: 1.6
}

main #sec2 h3 + div + img {
    margin: 34px auto 0
}


.back_yellow {
    background-color: #fffcf5;
    padding-bottom: 4rem;
}


@media screen and (max-width: 418px) {
    .back_yellow {
        padding-bottom: 0rem;
    }
}

main #sec3 .point {

    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 3.25rem;
    width: 960px;
}


@media screen and (max-width: 418px) {
    main #sec3 .point {
        display: block;
    }
}

main #sec3 .point:last-child {
    margin-bottom: 0;
}

main #sec3 .point_item_left {
    display: flex;
    align-items: center;
}

main #sec3 .point_item_icon {
    margin-right: 1.5rem;
}

main #sec3 .point_item_head {
    color: #009bff;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 1.45rem;
    font-size: 1.3rem;
    line-height: 1.3;
}

@media screen and (max-width: 418px) {
    main #sec3 .point_item_head {
        font-size: 1.3rem;
    }
}

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;
}

.point_item_sen {
    padding-left: 1rem;
}

main #sec3 .point_item_sen p {
    font-size: 0.92rem;
    margin-bottom: 0.2rem;
    position: relative;
    text-indent: -1em;
    margin-left: 1.2rem;
}


@media screen and (max-width: 418px) {
    main #sec3 .point_item_sen p {
        font-size: 1rem;
        margin-bottom: 0rem;
    }
}

main #sec3 .point_item_sen p::before {
    position: relative;
    left: 0;
    content: "";
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    vertical-align: middle;
    margin-right: 0.5rem;
    background-size: contain;
    background-image: url(../img/icon_plus.png);
}

main #sec3 .plan_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 5rem;
    margin-bottom: 2.5rem;
}


@media screen and (max-width: 418px) {
    main #sec3 .plan_wrap {
        padding-left: 0rem;
        display: block;
    }
}

main #sec3 .plan {
    width: 50%;
}

main #sec3 .plan div {
    height: 10rem;
    text-align: left;
}

.plan_sen {
    font-size: 0.85rem;
    line-height: 1.4rem;
}

@media screen and (max-width: 418px) {
    main #sec3 .plan {
        height: 10rem;
        width: auto;
        margin: auto;
        margin-bottom: 2rem;
        text-align: center;
    }

    main #sec3 .plan img {
        height: 100%;
        width: 90%;
        margin: auto;
        margin-bottom: 1rem;
    }


    main #sec3 .plan div {
        height: auto;
        text-align: center;
    }


    .plan_sen {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-top: 0.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;
}

main #sec5 .inner {
    padding-top: 7rem;
}


@media screen and (max-width: 418px) {

    main #sec5 .inner {
        padding-top: 3rem;
    }
}

main #sec5 .flex {
    margin-bottom: 37px
}

main #sec5 .sp {
    display: none
}

main #sec5 .pc {
    margin: 0 auto;
    display: block
}

main #sec5 .left {
    width: 265px;
    padding-left: 30px
}

main #sec5 .left p {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 17px
}

main #sec5 .left p small {
    font-size: 30px
}

main #sec5 .left p.ruby {
    font-size: 18px;
    letter-spacing: .01em;
    margin-bottom: 0
}

main #sec5 .left p:nth-child(1) {
    letter-spacing: .15em
}

main #sec5 .point {
    width: calc(100% - 265px)
}

main #sec5 .point table {
    table-layout: fixed
}

main #sec5 .point table tr ~ tr {
    border-top: dotted #000 1px
}

main #sec5 .point table tr:nth-child(n+2) th {
    padding-top: 16px;
    padding-bottom: 15px
}

main #sec5 .point table tr:nth-child(n+2) td {
    padding-top: 21px
}

main #sec5 .point table th {
    padding: 3px 0 10px;
    width: 140px;
    font-size: 36px;
    font-weight: 900
}

main #sec5 .point table th small {
    font-size: 16px
}

main #sec5 .point table td {
    font-size: 20px;
    vertical-align: top;
    line-height: 1.4;
    padding-bottom: 10px
}

main #sec3 h3 {
    position: relative;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
    padding-right: 75px;
    line-height: 1.3
}

main #sec3 h3 img {
    width: 476px
}

main #sec3 h3 span {
    position: absolute;
    top: 40px;
    right: 195px
}

main #sec3 .flex {
    justify-content: space-around
}

main #sec3 .flex ~ .flex {
    margin-top: 15px;
    justify-content: center
}

main #sec3 .flex ~ .flex .option {
    width: 327px
}

main #sec3 .option {
    width: 30%;
    text-align: center
}

main #sec3 .option img {
    margin-bottom: 12px
}

main #sec3 .option strong {
    display: block;
    font-size: 28px;
    margin-bottom: 15px
}

main #sec3 .option p {
    font-size: 20px;
    line-height: 1.5
}

main #sec5 .ttl {
    text-align: center;
    margin-bottom: 40px
}

main #sec5 .ttl .logo {
    width: 476px;
    margin: 28px auto 6px
}

main #sec5 .ttl p {
    font-size: 48px;
    font-weight: 900
}

main #sec5 .ttl.pc {
    display: block
}

main #sec5 .ttl.sp {
    display: none
}

main #sec5 table {
    margin: 0 auto;
    width: 830px;
    border-collapse: separate;
    border-spacing: 4px;
    table-layout: fixed
}

main #sec5 table th {
    width: 277px;
    background-color: #e0f2f7;
    font-size: 18px;
    font-weight: 900;
    vertical-align: middle;
    padding: 16px 26px;
    text-align: left
}

main #sec5 table td {
    background-color: #beedf9;
    padding: 16px 26px;
    line-height: 1.5
}

main #sec5 table tr:last-child td {
    background-color: #eaeaea
}

main #sec6 .inner {
    margin-bottom: 3rem;
    padding-bottom: 0;
}

main #sec6 h3 {
    position: relative;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 62px;
    padding-left: 10px;
    line-height: 1.3
}

main #sec6 h3 img {
    width: 476px
}

main #sec6 h3 span {
    position: absolute;
    top: 38px;
    right: 156px
}

.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 (max-width: 418px) {

    .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;
    height: 200px;
    color: #fff;
    line-height: 1;
}

footer .inner {
    padding-top: 53px;
    padding-bottom: 0;
}

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
}

header #logo img {
    width: 300px
}

@media screen and (max-width: 418px) {
    html {
        min-width: 100%
    }

    br.sp {
        display: block
    }

    br.pc {
        display: none
    }

    .inner {
        width: 100%;
        padding: 0 20px 0;

    }

    div,
    p,
    a,
    hr,
    table {
        max-width: 100%
    }

    header {
        position: fixed;
        height: auto
    }

    header .inner {
        padding: 0;
        flex-flow: wrap;
        position: relative
    }

    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: 76px;
        margin-top: 72px;
        padding-right: 10px
    }

    header .btn_contact p span {
        font-size: 16px
    }

    header #menu {
        background-color: #fff;
        position: fixed;
        right: 0;
        top: 0;
        width: 60px;
        line-height: 72px;
        z-index: 100
    }

    header #menu .pc {
        display: none
    }

    header #menu .sp {
        display: inline-block;
        vertical-align: middle
    }

    nav .menu ul {
        padding: 30px 10px 0
    }

    nav .menu ul li {
        padding: 20px 0
    }

    nav .menu ul .btn a {
        padding: 25px 10px
    }

    main {
        padding-top: 148px
    }


    main #first .inner h1 {
        width: 313px;
        top: 315px;
        z-index: 11
    }

    main #first .inner h1 .pc {
        display: none
    }

    main #first .inner h1 .sp {
        display: block
    }

    main #first .inner div {
        width: calc(100% + 40px);
        padding: 12px 10px;
        border-radius: 0;
        line-height: 1.3;
        z-index: 11;
        top: 149px
    }

    main #first .inner .logo {
        position: static;
        margin-top: 50px;
        transform: none
    }

    main #first .inner .men {
        z-index: 10;
        top: 255px
    }

    main #first .inner .men.pc {
        display: none
    }

    main #first .inner .men.sp {
        display: block
    }

    main .contact {
        padding: 0 1rem;
        padding-top: 28px;
        padding-bottom: 30px
    }

    main .contact .inner {
        padding: 0 10px
    }

    main .contact .inner > img {
        width: calc(100% - 20px)
    }

    main .contact a {

        text-align: center;

        background-image: none
    }

    main .contact a > p {
        font-size: 16px
    }

    main .contact a .point {
        display: block;
        width: 229px;
        padding: 5px 0 5px 22px;
        margin: 0 auto
    }

    main .contact a .point p {
        font-size: 14px
    }

    main .contact a .point ~ .point {
        margin: 10px auto 10px;
        padding: 5px 0 5px 22px
    }

    main .contact a .point img {
        width: 29px
    }

    main .contact a .point .flex {
        justify-content: flex-start
    }

    main .contact a > p {
        margin-top: 10px;
        font-size: 16px
    }

    main #sec1 {
        text-align: center
    }

    main #sec1 .inner .server {
        top: 100px;
        right: 20px;
    }

    main #sec1 .inner h2 {
        position: static;
        margin: 93px 0 0
    }

    main #sec1 .inner .pc {
        display: none
    }

    main #sec1 .inner .sp {
        display: block;
        margin: 42px auto 0
    }

    main #sec2 {
        margin-top: 0;
        padding-bottom: 27px
    }

    main #sec2 p {
        font-size: 26px;
        line-height: 2
    }

    main #sec2 p ~ p {
        margin-top: 10px
    }

    main #sec2 p:nth-child(2) {
        padding-right: 0
    }

    main #sec2 p:nth-child(3) {
        margin-top: 4px;
        padding-right: 0;
        position: static;
        line-height: 1
    }

    main #sec2 p:nth-child(3) span {
        position: static;
        display: block
    }

    main #sec2 strong {
        display: block;
        width: 100%;
        height: auto;
    }

    main #sec2 .pc {
        display: none
    }

    main #sec3 p {
        width: 96%;
        position: static;
        line-height: 1.5;
        height: auto;
        padding: 5px 0 5px;
        background-size: cover;
        text-indent: -1em;
        margin-left: 1.2em
    }

    .point_item_right {
        margin-top: 1rem;
        text-align: center;
    }

    main #sec3 strong {
        display: block
    }

    main #sec2 {
        padding-bottom: 43px
    }

    main #sec2 .inner > img.pc {
        display: none
    }

    main #sec2 .inner > img.sp {
        display: block;
        margin: 20px auto 0
    }

    main #sec2 h2 {
        font-size: 32px;
        padding-right: 0;
        line-height: 1.4;
        margin-bottom: 30px
    }

    main #sec2 h2 span {
        position: static
    }

    main #sec2 h2 span.pc {
        display: none
    }

    main #sec2 h2 img {
        display: block;
        margin: 0 auto 4px
    }

    main #sec2 h3 {
        line-height: 1.4;
        font-size: 27px;
        position: relative
    }

    main #sec2 h3 + div {
        text-align: left;
        font-size: 16px;
        line-height: 2
    }

    main #sec2 h3::before {
        content: '';
        width: 25px;
        background-color: #000;
        height: 100%;
        position: absolute;
        left: -20px;
        top: 0;
        z-index: -1
    }

    main #sec2 h3::after {
        content: '';
        width: 25px;
        background-color: #000;
        height: 100%;
        position: absolute;
        right: -20px;
        top: 0;
        z-index: -1
    }

    main #sec5 .flex {
        display: block
    }

    main #sec5 .pc {
        display: none
    }

    main #sec5 .sp {
        margin: 0 auto;
        display: block
    }

    main #sec5 .left {
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px
    }

    main #sec5 .left p {
        font-size: 30px
    }

    main #sec5 .left p:nth-child(1) {
        font-size: 10px
    }

    main #sec5 .left p:nth-child(n+2) {
        display: inline;
        letter-spacing: .01em
    }

    main #sec5 .left p small {
        font-size: 18px;
        letter-spacing: .01em
    }

    main #sec5 .point {
        width: 100%
    }

    main #sec5 .point table {
        width: 100%
    }

    main #sec5 .point table tr:nth-child(1) td {
        padding-top: 3px
    }

    main #sec5 .point table td {
        font-size: 16px
    }

    main #sec5 .point table th {
        width: 100px;
        font-size: 22px;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1.875;
        vertical-align: top
    }

    main #sec6 h3 {
        margin-bottom: 30px
    }

    main #sec6 h3 p {
        font-size: 22px;
        line-height: 1.3
    }

    main #sec6 h3 p:nth-child(1) span::before {
        top: -22px;
        left: 0;
        font-size: 22px;
        letter-spacing: .05em
    }

    main #sec6 .merit {
        display: block;
        text-align: center;
        padding: 40px 15px
    }

    main #sec6 .merit .left {
        width: 100%
    }

    main #sec6 .merit .left + div {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }

    main #sec6 .merit .left + div strong {
        line-height: 1.3
    }

    main #sec6 .merit .left + div p {
        text-align: left;
        line-height: 1.3;
        text-indent: -1em;
        margin-left: 1em
    }

    main #sec6 .merit.merit_5 p {
        letter-spacing: .05em
    }

    main #sec3 h3 {
        padding-right: 0;
        font-size: 22px;
        line-height: 1.3
    }

    main #sec3 h3 span {
        position: static
    }

    main #sec3 h3 img {
        display: block;
        margin: 0 auto
    }

    main #sec3 .flex {
        display: block
    }

    main #sec3 .flex ~ .flex {
        margin-top: 0
    }

    main #sec3 .flex ~ .flex .option {
        width: 100%
    }

    main #sec3 .option {
        width: 100%
    }

    main #sec3 .option img {
        margin-bottom: 0
    }

    main #sec3 .option p {
        margin-bottom: 30px
    }

    main #sec3 .plan_sen p {
        font-size: 1rem;

    }

    main #sec5 {
        margin-top: 0;
        padding-top: 42px
    }

    main #sec5 .ttl img {
        width: 80%;
    }

    main #sec5 .ttl p {
        font-size: 22px;
        line-height: 1.3
    }

    main #sec5 .ttl.pc {
        display: none
    }

    main #sec5 .ttl.sp {
        display: block
    }

    main #sec5 .ttl.sp .logo {
        margin: 39px auto 13px;
        max-width: 315px
    }

    main #sec5 .ttl.sp p {
        font-size: 25px
    }

    main #sec5 table {
        width: 100%;
        border-collapse: collapse
    }

    main #sec5 table tr ~ tr {
        border-top: solid #fff 5px
    }

    main #sec5 table th {
        display: block;
        width: 100%;
        box-sizing: border-box
    }

    main #sec5 table td {
        display: block;
        width: 100%;
        box-sizing: border-box
    }


    main #sec6 h3 {
        font-size: 32px;
        line-height: 1.5;
        margin-bottom: 20px
    }

    main #sec6 h3 span {
        position: static;
        display: none
    }

    main #sec6 h3 img {
        display: block;
        margin: 0 auto 14px
    }

    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
    }
}


/* ↓ PCとSP表示切り替え（末尾に設置） ------------------------*/
.pcArea {
    display: block;
}

.spArea {
    display: none;
}

@media screen and (max-width: 418px) {
    .pcArea {
        display: none;
    }

    .spArea {
        display: block;
    }
}
