body, html{
    font-family: ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    letter-spacing: 1px;
    font-size: 100%;
    line-height: 32px;
    min-width: 1100px;
    font-weight: bold;
    color: rgb(255, 255, 255);

}

body {

}

img {
    max-width: 100%;
    height: auto;
}

#footer {
    text-align: center;
    background: #000;
}


/* =============================== */
/* 蜈ｱ騾� */
/* =============================== */

.sp {
    display:none ;
}
.sec {
    padding-top : 100px;
}

.sec_title {
    font-size:20px;
    text-align: center;
    font-size: 52px;
    line-height: 70px;
    margin-bottom:20px;
    color: #fff;
    margin-top: 5%;
}

#sec02 .sec_title , #sec05 .sec_title , #sec06 .sec_title , #sec07 .sec_title {
    margin-bottom:100px;
}

.sec_title .font_small {
    font-size: 32px;
}

.sec_title p {
    position: relative;
    font-size: 45px;
}

.under_s {
    display: inline-block;
    background: url(../images/border_s.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 49px;
    color: black;
}

.under_m {
    display: inline-block;
    background: url(../images/border_m.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 49px;
}

.under_l {
    display: inline-block;
    background: url(../images/border_l.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center 45px;
}
.under_ll {
    display: inline-block;
    background: url(../images/border_ll.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center 48px;
    width: 60%;
}


.yellow_border_s {
    display: inline-block;
    background: url(../images/yerrow_border_s.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center 49px;
}

.yellow_border_m {
    /* display: inline-block; */
    /* background: url(../images/yerrow_border_m.png); */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    /* background-position:center 49px; */
    /* margin-top: 100px; */
}

.wrapper {
    max-width: 1300px;
    /* min-width: 1100px; */
    margin: auto;
    padding: 0 20px;
}
.wrapper-1{
    background-color: rgb(255, 255, 255);
    -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
    color: black;
    padding-top: 100px;
    /* margin-top: 50px; */
}



.sec04_service-2{
    color: black;
}



.banner {
    padding:20px 0;
    background: #E76317;
    text-align: center;
}

.banner-footer{
    margin-top: 100px;
}

.application_btn_box {
    display: flex;
    justify-content: center;
}

.application_btn {
    background: #000;
    color:#fff;
    text-decoration: none;
    padding:10px 30px;
    margin-right:20px;
    width:400px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    position:relative;
}

.btn_arrow {
    position:absolute;
    right:10px;
    font-size:20px;
}

.application_btn:hover {
    background: #696969;
    text-decoration: none;
}

.banner h2 {
    color: #EDDF21;
    font-size: 40px;
    line-height: 40px;
    margin-bottom:20px;
}


.text_24h {
    font-size: 20px;
}
.font_small {
    font-size: 25px;
}

.orange {
    color:#E76317;
}

/* =============================== */
/* 繝倥ャ繝繝ｼ */
/* =============================== */

header {
    background: #000;
}

.header_box {
    display: flex;
    justify-content: space-between;
    height: 80px;
}

.header_logo {
    display: flex;
    align-items: center;
    max-width: 200px;
}

.header_button {
    background: #E76317;
    border : solid 2px #E76317;
    display: flex;
    align-items: center;
    padding-right: 25px;
    padding-left: 25px;
    color:#fff;
    text-decoration: none;
}

.header_button:hover {
    color:#E76317;
    background: #fff;
    text-decoration: none;
}


/* =============================== */
/* sec01 */
/* =============================== */

#sec01 {
    background-image: url("../img/IMG_2251.jpg");
    height:91vh;
    background-position: top center;
    position : relative;
    background-size: cover;
}

#sec01.male {
    background: url() top center;
}

#sec01.forties {
    background: url(../images/asset_forties/top_img_pc.png) top center;
}

#sec01 .wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#sec01 .button_box {
    display: flex;
    justify-content: space-around;
}

#sec01 .wrapper p {
    padding:10px;
    text-align: center;
}

.top_text1 {
    margin-bottom: 12px;
}

#sec01 .button_box div {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#sec01 .button_box a {
    margin:0 auto;
    display: block;
    text-align: center;
    padding:10px;
    width:360px;
    background: #fff;
    color: #000;
    border:2px solid#E76317;
    position: relative;
    text-decoration: none;
}

#sec01 .button_box a .arrow {
    position:absolute;
    top:0;
    bottom:0;
    right:20px;
    color: #E76317;
    display: flex;
    align-items: center;
}


#sec01 .button_box img {
    width: 85%;
    margin-bottom: 20px;
}


#sec01 .button_box a:hover {
    background: #E76317;
    color: #fff;
    text-decoration: none;
}

/* =============================== */
/* sec02 */
/* =============================== */
#sec02 {
    background: url(../images/bg.png);
    background-size: cover;
}

.sec02_container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.sec02_box {
    width:45%;
    padding:20px
}

.user_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:10px;
}

.user_text h2 {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    background: -webkit-linear-gradient(90deg, #EDDF21, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.age_box {
    background: #fff;
    color:#E76317;
    border : 2px solid #E76317;
    padding: 10px;
    line-height: 16px;
    display: flex;
    align-items: center;
}

.kome {
    color: #000;
    font-size: 13px;
    line-height: 20px;
}

.user_img_box {
    background: #fff;
    padding: 25px 15px;
}



/* =============================== */
/* sec03 */
/* =============================== */

#sec03 {
    text-align: center;
    background: url(../images/bg.png);
    background-size: cover;
}

#sec03 img {
    width:initial;
}

#sec03 .sec_title {
    line-height: 80px;
}


.title_circle{
    width: 200px;
    height: 200px;
    font-size: 25px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #E76317;
    border: solid #E76317 2px;
    border-radius: 200px;
    margin-bottom: 40px;
    margin-top: 40px;

}

.sec03_box_table {
    width:100%;
    text-align: center;
    table-layout: fixed;
    font-size: 22px;
    margin-bottom:30px;
}

.sec03_box_table th {
    padding:10px;
    font-size: 22px;
    background: #000000;
}

.sec03_box_table thead th:first-child {
    background: initial;
    width: 160px;
}

.sec03_box_table thead th:nth-child(2) {
    background: #E76317;
    color:#fff;
}

.sec03_box_table td {
    padding:10px;
    background: #FFFFFF;
    border:3px solid #fff;
    color:#000;
}

.sec03_box_table td:first-of-type {
    background: #FFFFFF;
    color: #E76317;
}

.sec03_box {
    margin-bottom:50px;
}


.course_box img {
    width: initial;
    padding: 0 20px;
}


#sec03 .saisai_box img {
    width: 49%;
}

.saisai_box {
    margin-bottom:50px;
}


/* =============================== */
/* sec04 */
/* =============================== */

#sec04 {
}

.sec04_top {
    padding-top: 150px;
    height: 700px;
    background:url(../img/top.png);
    background-size: cover;
    background-position: center;
}

.sec04_top.male {
    background: url(../images/asset_male/sec04_bg01.png);
    background-size: cover;
    background-position: center;
}

.sec04_top .sec_title {
    margin-bottom: 0px;
    padding-bottom:150px
}


.sec04_cercle_box {
    display: flex;
    justify-content: space-between;
}

.sec04_main {
    position: relative;
    margin-top: 100px;
    color:#000;
}

.sec04_main .sec_title {
    margin-bottom:100px;
    color:#000;
}

.sec04_subTitle {
    font-size:30px;
    line-height: 40px;
    margin-bottom:15px;
    text-align: left;
    position: relative;

}

.sec04_service2{
    color: black;
}

.sec04_text {
    text-align: left;
}

.sec04_main .sec04_text {
    margin-bottom : 80px;
}

.sec04_subTitle_box  {
    display: flex;
    color: white;
    margin-top: 100px;
}

.sec04_num {
    margin-right:20px;
}

.sec04_num img {
    width: initial;
}

.sec04_cercle {
    width:230px;
    height:230px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: -moz-linear-gradient(top, #E76317, #EAA41D);
    background: -webkit-linear-gradient(top, #E76317, #EAA41D);
    background: linear-gradient(to bottom, #E76317, #EAA41D);
    border-radius: 200px;
    text-align: center;
    font-size: 23px;
    line-height: 30px;
}

.contents {
    position: relative;
    overflow: hidden;
}

.contents:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    margin: 0 -10%;
    background: url(../images/bg.png);
    background-size: cover;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    z-index: -1;
}

.contents2 {
    top: -100px;
    position: relative;
    overflow: hidden;
    color:#000;
}

.contents2 .absolute_img {
    top: 50px;
}

.contents2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    margin: 0% -10% 0;
    background: #fff;
    -webkit-transform-origin: right center;
    -ms-transform-origin:  right center;
    transform-origin: right center;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    z-index: -1;
}

.absolute_img {
    position: absolute;
    width: 50%;
    right: 0;
    z-index: -1;
}

.contents4 .absolute_img {
    width: 40%;
}

.contents3 {
    top: -200px;
    position: relative;
    overflow: hidden;
}

.contents3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    margin: 0 -10%;
    background: url(../images/bg.png);
    background-size: cover;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    z-index: -1;
}

.contents4 {
    top: -300px;
    position: relative;
    overflow: hidden;
    color:#000;
}

.contents4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    margin: 0% -10% 0;
    background: #fff;
    -webkit-transform-origin: right center;
    -ms-transform-origin:  right center;
    transform-origin: right center;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    z-index: -1;
}

.contents_inner {
    box-sizing: boder-box;
    width: 100%;
    margin: 0 auto;
    padding: 130px 10px 150px;
    text-align: center;
    color: white;
    -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
    margin-bottom: -100px;
}

.contents_inner-2{
    box-sizing: boder-box;
    width: 100%;
    margin: 0 auto;
    padding: 130px 10px 150px;
    text-align: center;
    color: black;
    background-color: black;
    -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
}

.sec04_team_img {
    line-height: 0px;
    margin-top:-300px;
}



/* =============================== */
/* sec05 */
/* =============================== */


#sec05 {
    background: url(../images/bg.png);
    background-size: cover;
}

.sec05_container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.sec05_wrap {
    width:45%;
    padding: 20px;

}

.user_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:10px;
}

.user_text h2 {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    background: -webkit-linear-gradient(90deg, #EDDF21, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.age_box {
    background: #fff;
    color:#E76317;
    border : 1px solid #E76317;
    padding: 10px;
    line-height: 16px;
    display: flex;
    align-items: center;
}

.kome {
    color: #000;
    font-size: 12px;
    line-height: 20px;
}

.user_img_box {
    background: #fff;
    padding: 25px 15px;
}

.box01 {
    height: 500px;
    color: #fff;
    padding: 110px 30px 30px 30px;
    background: #fff;
    background:
    linear-gradient(135deg, transparent 25px, #000 0) top left,
    linear-gradient(225deg, transparent 0px, #000 0) top right,
    linear-gradient(315deg, transparent 25px, #000 0) bottom right,
    linear-gradient(45deg, transparent 0px, #000 0) bottom left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    position: relative;
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
}

.box01 p {
    margin-bottom:20px;
    color: #333;
    /* letter-spacing: 2px; */
}

.banner-success{
    margin-top: 5%;
}

#sec05 .kome {
    font-size: 11px;
}

.sec05_user_name {
    bottom: 1000px;
    left: -30px;
    top: 40px;
    position: absolute;
    width: 80%;
}

.button22 a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 1em 2em;
    width: 300px;
    color: aliceblue;
    font-size: 18px;
    font-weight: 700;
    background-color: #E76317;
    transition: 0.3s;
    margin-top: 5%;
}

.button22 a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 2em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #333333;
    transition: 0.3s;
}

.button22 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(2em - 2px);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #333333;
    transition: 0.3s;
}

.button22 a:hover {
    text-decoration: none;
    background-color: coral;
}

.button22 a:hover::before,
.button22 a:hover::after {
    right: 1.7em;
}
 /* =============================== */
    /* sec05_2 */
    /* =============================== */
    #sec05_2 {
        background: url(../images/bg.png);
        background-size: cover;
    }
    .box5_2{
        color: #FFFFFF;
    /* padding: 110px 30px 30px 30px; */
        background-color: #000;
        background-size: 51% 51%;
        background-repeat: no-repeat;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 95%;
        height: 265px;
        margin-top: 2%;
        margin-left: 18px;
        background-color: bisque;
    }
    .box5_2_big{
        color: #FFFFFF;
    /* padding: 110px 30px 30px 30px; */
        background-color: #000;
        background-size: 51% 51%;
        background-repeat: no-repeat;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 95%;
        height: 265px;
        margin-top: 2%;
        margin-left: 18px;
    }
    .box5_2_big2{
        color: #FFFFFF;
    /* padding: 110px 30px 30px 30px; */
        background-color: #000;
        background-size: 51% 51%;
        background-repeat: no-repeat;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 95%;
        height: 265px;
        margin-top: 2%;
        margin-left: 18px;
        background-color: bisque;
    }
    .box5_2_big3{
        color: #000;
    /* padding: 110px 30px 30px 30px; */
        background-color: #FFFFFF;
        background-size: 51% 51%;
        background-repeat: no-repeat;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 95%;
        height: 265px;
        margin-top: 2%;
        margin-left: 18px;
    }
    .box_2sub{
        padding-top: 10%;
        /* text-align: center; */
    }
    .box_3sub{
        margin-top: 5%;
    }
    .step_position{
        position: absolute;
        top: -6%;
        left: -1%;
    }
    .step_i_position{
        position: absolute;
        top: 26%;
        left: 13%;
    }
    .step_title{
    position: absolute;
    top: 7%;
    left: 15%;
    font-size: 29px;
    font-weight: bold;
    display: flex;
    }
    .step_sentence_normal{
        position: absolute;
        top: 12%;
        left: 30%;
        font-size: 100%;
        font-weight: bold;
    }
    .step_sentence{
        position: absolute;
        top: 12%;
        left: 30%;
        font-size: 100%;
        font-weight: bold;
    }
    .step_next{
        padding-top: 3%;
        padding-left: 43%;
    }
    .under_ll {
        display: inline-block;
        background: url(../images/border_ll.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center 48px;
        width: 60%;
        color: black;
    }
    .back_b{
        background-color: black;
    color: #FFFFFF;
    width: 71px;
    padding: 0px 10px;
    margin-left: 26px;
    font-weight: 300;
    font-size: 20px;
    }


/* =============================== */
/* sec06 */
/* =============================== */
#sec06 {
    background: url(../images/sec06_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.sec06_prefectures {
    text-align: center;
    background: #000;
    color: #fff;
    padding: 10px;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
}

.store_container {
    display: flex;
    flex-wrap: wrap;
}

.open {
    color: #E76317;
    font-size: 5px;
    font-weight: 800;
    padding-top: 5px;
}

.store_box {
    height: 60px;
    width: 22%;
    margin-bottom: 20px;
    padding:0 10px;
}

.store_box a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    color: #000;
    padding: 0 15px;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    position: relative;

}

.store_box a:hover {
    background-color: #E76317;
    color: #fff;
    text-decoration: none;
}

.store_box a:hover .open{
    color: #fff;
}

.store_box a i{
    position: absolute;
    right: 10px;
}

/* =============================== */
/* sec07 */
/* =============================== */

#sec07 {
    background: url(../images/bg.png);
    background-size: cover;
}

#form-area {
    color:#fff;
    background: #E76317;
    padding: 70px 110px;
    text-align: left;
}

#form-area li {
    margin-bottom: 38px;
}

li {
    list-style-type: none;
}

#form-area li .tit {
    background: #818181;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

#form-area .box {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1.8;
    padding: 20px 0;
    margin-bottom: 50px;
}

#form-area .box p {
    margin-bottom: 10px;
}

#form-area .btn {
    text-align: center;
}


#form-area .middle {
    width: 230px;
    border-radius: 0px;
    height: 45px;
    margin: 0 10px 0 5px;
}

#form-area input, #form-area textarea, #form-area select {
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS P Gothic", sans-serif;
    border: none;
    font-size: 16px;
    color: #000;
    padding: 10px;
    box-sizing: border-box;
    height: 45px;
}

#form-area .long {
    width: 100%;
}

#form-area .small {
    width: 90px;
    height: 45px;
    border-radius: 0px;
}

#form-area th {
    width:30%;
    padding: 20px 10px;
    font-size: 17px;
}

#form-area td {
    padding: 20px 0;
}

#form-area th.th_last {
    vertical-align: top;
}

.mc_required:after {
    content: "\203B\5FC5\9808";
    display: inline-block;
    padding: 5px;
    color: #fff;
    background: #000;
    font-size: 15px;
    line-height: 15px;
    margin-left:10px;
}

#form-area .btn button {
    width: 300px;
    padding: 15px;
    font-size: 20px;
    background: #fff;
    border-bottom: 4px solid #bf5111;
}

#form-area .btn button:hover {
    margin-top:4px;
    border-bottom: 0px solid #bf5111;
}

#form-area textarea {
    height: initial;
}

#form-area .btn a {
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    display: block;
    width: 300px;
    padding: 15px 0;
    font-size: 20px;
    color:#000;
    text-decoration: none;
    background: #fff;
    border-bottom: 4px solid #bf5111;
}

#form-area .btn a:hover {
    margin-top:34px;
    border-bottom: 0px solid #bf5111;
    color:#000;
    text-decoration: none;
}


footer#footer.site-footer.footerlp1{
    background: #2e2e2e;
    color: #fff;
    text-align: center;
    padding: 20px 0 20px;
}
footer#footer.site-footer.footerlp1 ul li {
    display: inline-block;
    margin: 0 10px 20px;
}
footer#footer.site-footer.footerlp1 ul li a,
footer#footer.site-footer.footerlp1 ul li a:hover{
    color: #f06317 !important;
    font-weight: normal;
}
footer#footer.site-footer.footerlp1 small{
    font-weight: normal;
    font-size: smaller;
}

.site-footer{
    margin-top: 100px;
}

/* .store{
    color:#333;
    text-align: center;
    font-size: 45px;
    margin-bottom: 10%;
} */


/* マップ */
.map{
    /* height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; */
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin: 50px 0px;
}
.gmp iframe {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            }

/* お問い合わせ */
.contact{
    font-size: 46px;
    padding: 1rem 2rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    background-image: linear-gradient(to right, #2af598 0%, #009efd 100%);;
}

/* 公式ライン追加ボタン */
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

@import "https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap";

    *,
    *:before,
    *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    }

    .line-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    }

    /* 背景*/
    .line-btn{
    margin-bottom: 20px;
    padding: 30px;
    text-align: center;
    background: #fa4141;
    }

    .btn,
    a.btn,
    button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    }

    a.btn-coupon {
    font-size: 1.8rem;
    line-height: 1.2;

    padding: 2rem 3rem;

    color: #fa4141;
    border-radius: 0;
    background: #fff;
    }

    a.btn-coupon i {
    font-size: 1.6rem;

    position: absolute;

    width: 1rem;

    -webkit-transition: all 1s;

    transition: all 1s;
    text-align: right;

    color: #fff;
    background: #fa4141;
    }

    a.btn-coupon i.fa-position-top {
    top: -1em;
    left: 1rem;
    }

    a.btn-coupon i.fa-position-bottom {
    right: 1rem;
    bottom: -1em;
    left: auto;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    }

    a.btn-coupon span {
    font-family: "Roboto", sans-serif;
    font-size: 4rem;
    font-style: italic;
    }

    a.btn-coupon:before {
    position: absolute;
    top: -9px;
    left: -9px;
    width: calc(100% + 18px);
    height: calc(100% + 18px);
    content: "";
    border: 2px dashed #fff;
    }

    a.btn-coupon:hover {
    color: #fa4141;
    background: rgba(255, 255, 255, 0.9);
    }

    a.btn-coupon:hover i {
    width: 90%;
    }
/* 公式ライン追加ボタン終了 */

/* レスポンシブ */

@media (max-width: 767px) {
    .box01{
        width: 250px;
        height: 400px;
    }
    .sumaho{
        margin-left: 80px;
    }

    .sec05_container{
        display: flex;
        flex-wrap: wrap;
        width: 800px;
    }

    .box_2sub {
        font-size: 16px;
        margin-left: 85px;
    }
    .pc {
        display:none;
    }

    .sp {
        display:block
    }

    .sumaho-wrapper{
        margin-top: -10px;
    }
    .line-btn{
        margin: px;
    }

    .box_3sub{
        font-size: 16px;
        margin-left: 85px;
    }
    .customer{
        font-size: 16px;
        margin-top: -50px;
    }

    body, html {
        min-width: 767px;
        font-size: 25px;
        overflow-x: hidden;
};

    .sec_title {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 20px;
    }

    .banner h2 {
        font-size: 45px;
        line-height: 55px;
    }

    .kome {
        margin-top: 10px;
        font-size: 10px;
        line-height: 15px;
    }

    .header_box {
        height: 120px;
        font-size: 30px;
    }

    header .wrapper {
        padding: 0px;
    }

    .header_logo{
        margin-left: 20px;
    }

    /* =============================== */
    /* sec01 */
    /* =============================== */

    #sec01 {
        background: url(../img/IMG_2251.jpg);
        /* height: 91vh; */
        background-position: top center;
        background-size: cover;
        /* position: relative; */
        /* background-size: cover; */
    }
    }

    #sec01.male {
        background: url(../images/asset_male/lp5_sp_bk.png) top center;
    }

    #sec01.forties {
        background: url(../images/asset_forties/lp5_sp_bk.png) top center;
    }

    #sec01 .button_box a {
        width:300px;
        padding: 20px;
    }

    #sec01 .button_box {
        margin-top: 20px;
        justify-content: space-between;
    }

    #sec01 .wrapper p {
        text-align: left;
        font-size:18px;
    }

    /* =============================== */
    /* sec02 */
    /* =============================== */

    .sec02_box {
        width: 100%;
    }

    #sec02 .sec_title {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .sec02_box .user_img_box img {
        width: 100%;
        min-height: 726px;
    }


    /* =============================== */
    /* sec03 */
    /* =============================== */

    #sec03 .sec_title {
        line-height: 80px;
        font-size: 37px;
    }

    #sec03 .course_box img {
        width: 100%;
        padding:0px;
    }

    #sec03 .course_box img:first-child {
        margin-bottom: 50px;
    }

    .title_circle {
        width:250px;
        height:250px;
        font-size: 35px;
    }


    /* =============================== */
    /* sec04 */
    /* =============================== */

    .sec04_top {
        padding-top: 80px;
        height: auto;
        min-height: 900px;
        width: px;
    }

    .sec04_top .sec_title {
        padding-bottom: 65px;
    }

    .sec04_cercle {
        font-size: 28px;
        margin-top: 15px;
        margin-bottom: 15px;
        width: 290px;
        height: 290px;
    }

    .sec04_cercle_box {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
    }

    .absolute_img {
        width:initial;
    }

    .contents2 .absolute_img {
        top: 140px;
    }

    .contents4 .absolute_img {
        width: initial;
    }

    /* =============================== */
    /* sec05 */
    /* =============================== */


    .sec05_wrap {
        width:45%;
        padding: 20px;
    }

    .box01 {
        padding: 150px 30px 30px 30px;
        background: linear-gradient(to right, #2af598 0%, #009efd 100%);
    }

    #sec05 .box01 > div > img {
        width: 100%
    }

    #sec05 .kome {
        font-size: 10px;
        line-height: 15px;
    }
     /* =============================== */
    /* sec05_2 */
    /* =============================== */


    .sec05_2wrap {
        width:100%;
        padding: 20px;
    }

    #sec05_2 .kome {
        font-size: 10px;
        line-height: 15px;
    }
    .step_sentence {
        position: absolute;
        top: 17%;
        left: 43%;
        font-size: 100%;
        font-weight: bold;
        /* line-height: 1.8; */
        padding: 0 8px;
    }
    .step_sentence_normal{
        position: absolute;
        top: 12%;
        left: 43%;
        font-size: 100%;
        font-weight: bold;
        /* line-height: 1.8; */
        padding: 0 3px;
    }
    .under_ll {
        display: inline-block;
        background: url(../images/border_ll.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center 41px;
        width: 78%;

    }
    .box5_2{
        color: #000;
        /* padding: 110px 30px 30px 30px; */
        background-color: #FFFFFF;
        background-size: 51% 51%;
        background-repeat: no-repeat;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 95%;
        height: 265px;
        margin-top: 6.25%;
        margin-left: 18px;
        background-color: bisque;
    }
    .box5_2_big{
        color: #000;
        /* padding: 110px 30px 30px 30px; */
        background-color: #FFFFFF;
        background-size: 51% 51%;
        background-repeat: no-repeat;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 95%;
        height: 265px;
        margin-top: 6.25%;
        margin-left: 18px;
        background-color: bisque;
    }
    .box5_2_big2{
        color: #000;
        /* padding: 110px 30px 30px 30px; */
        background-color: #FFFFFF;
        background-size: 51% 51%;
        background-repeat: no-repeat;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 95%;
        height: 265px;
        margin-top: 6.25%;
        margin-left: 18px;
        background-color: bisque;
    }
    .box5_2_big3{
        color: #000;
    /* padding: 110px 30px 30px 30px; */
        background-color: #FFFFFF;
        background-size: 51% 51%;
        background-repeat: no-repeat;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 95%;
        height: 380px;
        margin-top: 6.25%;
        margin-left: 18px;
    }
    .step_next{
        padding-top: 6.25%;
        padding-left: 43%;
    }


    /* =============================== */
    /* sec06 */
    /* =============================== */
    .store_box {
        height: 60px;
        width: 30%;
        padding:0 10px;
    }

    .store_box a {
        font-size: 24px;
        line-height: 10px;
        font-weight: 800;
    }
    .store_box a i{
        position: absolute;
        right: 3px;
        top:28%;
    }

    .open {
        font-size: 11px;
        padding-top: 13px;
    }


    /* =============================== */
    /* sec06 */
    /* =============================== */
    #form-area {
        padding: 40px;
    }

    #form-area table {
        width:100%;
    }

    #form-area th, #form-area td {
        display: block;
        width:100%;
        font-size: 30px;
    }

    #form-area .middle {
        width: 100%;
        height:65px;
        margin: 10px;
    }

    #form-area .small {
        height:65px;
        width: 150px;
    }


    #form-area th {
        padding: 40px 0px 0px 0px;

    }

    #form-area .box {
        font-size: 25px;
    }

    #form-area input, #form-area textarea, #form-area select {
        font-size: 25px;
        height: 65px;
    }

    #form-area textarea {
        height: initial;
    }

    #form-area td .form-control-sm {
        margin-top: 20px;
    }

    #form-area .btn button {
        width: 400px;
        padding: 20px;
        font-size: 35px;
    }

    .mc_required:after {
        padding: 15px;
        font-size: 25px;
    }

    #form-area .btn a {
        width: 400px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

}
.coronabtn-area {
    width: 100%;
}
.coronabtn-area img{
    max-width: 100%;
    height: auto;
}
.pc-corona-btn{
    position: absolute;
    right: -8%;
    top: -77%;
}
.sp-corona-btn{
    position: absolute;
    right: 6%;
    top: -60%;
}

.site{
    font-size: 17px;
}

.button22-sp{
    padding-left: 50px;
}

.button22-sp a {
    display: block;
    position: relative;
    padding: 1em 2em;
    width: 200px;
    color: aliceblue;
    font-size: 18px;
    font-weight: 700;
    background-color: #E76317;
    transition: 0.3s;
    margin-top: 5%;
    margin-left: 30px;
}

.button22-sp a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 2em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #333333;
    transition: 0.3s;
}

.button22-sp a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(2em - 2px);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #333333;
    transition: 0.3s;
}

.button22-sp a:hover {
    text-decoration: none;
    background-color: coral;
}

.button22-sp a:hover::before,
.button22-sp a:hover::after {
    right: 1.7em;
}

@media screen and (min-width:768px) and ( max-width:1363px) {
    .coronabtn-area img{
        max-width: 100%;
        height: auto;
        width: 36%;
    }
    .pc-corona-btn{
        position: absolute;
        right: 2%;
        top: -77%;
    }
}