@charset "UTF-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.2;
	letter-spacing: 0.02rem;
	color: #1A1311;
	margin:0;
    position: relative;
}
@media (max-width: 500px){
body {
	font-size: 1.4rem;
    letter-spacing: normal;
}
}
img{
    width: 100%;
    height: auto;
}
a{
	color: #1A1311;
	text-decoration: none;
    transition:all 0.3s ease;
}
a:hover{
	color: #1A1311;
    transition:all 0.3s ease;
}
/* ------------------------------------- /
/   スマホ表示・非表示
/* ------------------------------------- */
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
.pc768 {
    display: block !important;
}
.sp768 {
    display: none !important;
}
@media only screen and (max-width: 768px) {
.pc768 { display: none !important; }
.sp768 { display: block !important; }
}
@media only screen and (max-width: 600px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/* ------------------------------------- /
/   共通
/* ------------------------------------- */
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.flex_al_c{
    align-items: center;
}
.anchor{
    padding-top:100px;
    margin-top:-100px;
}
.inner{
    max-width: 1200px;
    margin:0 auto;
}
.speace{
    padding-top: 152px;
}
.sec_ptb{
    padding: 110px 0;
}
.sec_pb{
    padding-bottom: 110px;
}
@media only screen and (max-width: 1318px) {
    .speace {
        padding-top: 95px;
    }
}
@media only screen and (max-width: 1200px) {
    .inner{
        padding:0 20px;
    }
}
@media only screen and (max-width: 768px) {
    .anchor{
        padding-top:100px;
        margin-top:-100px;
    }
}
@media only screen and (max-width: 500px) {
    .sec_ptb{
        padding: 50px 0;
    }
    .sec_pb{
        padding-bottom: 50px;
    }
    .speace{
        padding-top: 70px;
    }
}
/* ----------------------------------------------------------------------------
/  top
/ -----------------------------------------------------------------------------
/ main_area
/ ---------------------------------------------------------------------------- */
.main_area{
    position: relative;
}
.main_area .main_txt {
    position: absolute;
    bottom: 36%;
    left: 9%;
    width: 40%;
}
.main_area .flex{
    position: absolute;
    bottom: 19%;
    left: 10%;
    max-width: 700px;
    width: 100%;
}
.main_area a{
    max-width: 330px;
    display: block;
    color: #c30d23;
    background-image: linear-gradient(to right, #144672 0%,  #4a7b9d 100%);
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    padding: 20px 10px 20px 10px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.main_area a.fem_btn{
    background-image: linear-gradient(to right, #C2286C 0%,  #CF8BA9 100%);
}
.main_area a span{
    background-image: url(../img/top/mens_icon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 10px 0 10px 50px;
    background-position: left 14% center;
}
.main_area a.fem_btn span{
    background-image: url(../img/top/rds_icon.svg);
}
.main_area a:hover {
    color: #fff;
    background-position: right center;
}
.covid19 a{
    display: block;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    background-color: #094956;
}
.covid19 a:hover{
    background-color: #41B5AF;
}
@media (max-width: 1440px){
    .main_area a {
        max-width: inherit;
        width: 49%;

    }
    .main_area .flex {
        max-width: inherit;
        width: 40%;
    }
}
@media (max-width: 1200px){
    .main_area a span {
        background-position: left 3% center;
    }
    .main_area .main_txt {
        bottom: 40%;
    }
}
@media (max-width: 768px){
    .main_area .main_txt {
        left: 20px;
    }
    .main_area .flex {
        bottom: 50px;
        left: 20px;
    }
    .main_area a span {
        background-position: left 1% center;
        padding: 7px 0 7px 30px;
    }
    .main_area a {
        padding: 10px 5px 10px 5px;
    }
    .covid19 a {
        padding: 0;
        font-size: 1.4rem;
    }
}
@media (max-width: 500px){
    .main_area .main_txt {
        width: 49%;
        bottom: inherit;
        top: 40px;
    }
    .main_area .flex {
        width: 263px;
        bottom: 13%;
    }
    .main_area a span {
        background-position: left 1% center;
        padding: 7px 0 7px 20px;
        background-size: 14px;
    }
    .main_area a {
        padding: 5px 5px 5px 5px;
    }
    .covid19 a {
        font-size: 1.2rem;
    }
}
/* ----------------------------------------------------------------------------
/  vison_area
/ ---------------------------------------------------------------------------- */
.vison_area{
    position: relative;
    background-color: #F6F6F6;
    overflow: hidden;
}
.vison_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50vh 50vw 0 50vw;
    border-color: #D8D8D8 transparent transparent transparent;
}
.vison_area .inner{
    position: relative;
}
.vison_area h2{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
}
.vison_area h2 span{
    font-size: 12rem;
    color: #094956;
    display: block;
    font-weight: 700;
    line-height: 13.5rem;
}
.vison_area h3{
    font-size: 4.5rem;
    color: #41B5AF;
    margin: 40px 0 80px;
    text-align: center;
    font-weight: 500;
    line-height: 1.3;
}
.vison_area .left_ct{
    width: 48%;
}
.vison_area .right_ct{
    width: 48%;
    font-size: 2.5rem;
    margin-top: 20px;
    color: #484848;

}
@media (max-width: 1024px){
    .vison_area h3 {
        font-size: 3vw;
    }
    .vison_area h2 span {
        font-size: 9rem;
        line-height: 9.5rem;
    }
    .vison_area .right_ct {
        font-size: 2rem;
    }
}
@media (max-width: 768px){
    .vison_area .right_ct {
        font-size: 1.7rem;
        margin-top: 0;
        line-height: 1.7;
    }
}
@media (max-width: 500px){
    .vison_area h2 span {
        font-size: 5rem;
        line-height: 5.5rem;
    }
    .vison_area h2 {
        font-size: 3.2vw;
    }
    .vison_area h3 {
        font-size: 3.8vw;
        margin: 20px 0 30px;
    }
    .vison_area .left_ct {
        width: 100%;
        margin-bottom: 25px;
    }
    .vison_area .right_ct {
        font-size: 1.5rem;
        width: 100%;
    }
    .vison_area:before {
        border-width: 24vh 50vw 0 50vw;
    }
}
/* ----------------------------------------------------------------------------
/  point3_area
/ ---------------------------------------------------------------------------- */
.point3_area{
    background-color: #E1E1E1;
}
.point3_area h2 {
    color: #094956;
    font-size: 5rem;
    text-align: center;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 70px;
}
.point3_area h2 span{
    font-size: 120%;
    color: #41B5AF;
    border-bottom: solid 2px #41B5AF;
}
.point3_area .point3_ct{
    align-items: stretch;
}
.point3_area .point3_ct .point{
    width: 32%;
    background-color: #41B5AF;
    border-radius: 7px;
    padding: 45px;
}
.point3_area .point3_ct .point img{
    width: auto;
    height: 124px;
    display: block;
    margin: 0 auto 35px;
}
.point3_area .point3_ct .point h3{
    font-size: 3.3rem;
    font-weight: 500;
    color: #fff;
}
.point3_area .point3_ct .point h3 b{
    font-weight: 500;
    color: #FFEE00;
    padding-right: 10px;
    font-size: 117%;
}
.point3_area .point3_ct .point p{
    font-size: 1.5rem;
    color: #fff;
    margin-top: 10px;
}
.point3_area .point3_ct .point:nth-child(2){
    background-color: #fff;
}
.point3_area .point3_ct .point:nth-child(2) h3{
    color: #41B5AF;
}
.point3_area .point3_ct .point:nth-child(2) p{
    color: #484848;
}
@media (max-width: 1200px){
    .point3_area h2 {
        font-size: 3vw;
    }
    .point3_area .point3_ct .point h3 {
        font-size: 2.3vw;
    }
    .point3_area .point3_ct .point {
        padding: 30px;
    }
}
@media (max-width: 768px){
    .point3_area h2 {
        font-size: 4vw;
    }
    .point3_area .point3_ct .point {
        padding: 30px 20px;
    }
    .point3_area .point3_ct .point p {
        line-height: 1.5;
    }
    .point3_area .point3_ct .point h3 {
        font-size: 2.5vw;
    }
}
@media (max-width: 500px){
    .point3_area h2 {
        font-size: 4.6vw;
        margin-bottom: 40px;
    }
    .point3_area .point3_ct .point {
        padding: 20px;
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .point3_area .point3_ct {
        align-items: flex-start;
    }
    .point3_area .point3_ct .point div{
        width: 70%;
    }
    .point3_area .point3_ct .point img {
        height: 80px;
        margin: 0;
    }
    .point3_area .point3_ct .point h3 {
        font-size: 5vw;
        line-height: 1.6;
    }
    .point3_area .point3_ct .point p {
        text-align: justify;
    }
}
/* ----------------------------------------------------------------------------
/  different_area
/ ---------------------------------------------------------------------------- */
.different_area{
    background-color: #F6F6F6;
    overflow: hidden;
}
.different_area .dif_ttl p{
    display: table;
    margin: 0 auto 30px;
    color: #fff;
    font-size: 4rem;
    text-align: center;
    line-height: 1.8;
    padding: 0 30px;
    position: relative;
    z-index: 1s;
}
.different_area .dif_ttl p span{
    position: relative;
}
.different_area .dif_ttl p:before{
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    background-color:#00CE81;
}
.different_area .dif_ttl h2{
    color: #094956;
    font-size: 5rem;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
}
.different_area .dif_ttl h2 span{
    font-size: 120%;
    color: #41B5AF;
    border-bottom: solid 2px #41B5AF;
}
.different_area .dif_ttl h2 b{
    font-weight: 500;
    font-size: 80%;
}
.different_area .dif_ct{
    margin-top: 150px;
}
.different_area .dif_box{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
    min-height: 366px;
}
.different_area .dif_box .left_ct{
    width: 43%;
    height: auto;
    background-image: url(../img/top/forte1.jpg);
    background-size: cover;
}
.different_area .dif_box:nth-child(2) .left_ct{
    background-image: url(../img/top/forte2.jpg);
}
.different_area .dif_box:nth-child(3) .left_ct{
    background-image: url(../img/top/forte3.jpg);
}
.different_area .dif_box:nth-child(4) .left_ct{
    background-image: url(../img/top/forte4.jpg);
}
.different_area .dif_box:nth-child(5) .left_ct{
    background-image: url(../img/top/forte5.jpg);
}
.different_area .dif_box .left_ct img{
    height: 0px;
}
.different_area .dif_box .right_ct {
    width: 67%;
    background-color: #fff;
    padding: 45px 40px;
    position: relative;
    display: flex;
    align-items: center;
}
.different_area .dif_box .right_ct:before {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 0;
    right: -50vh;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.different_area .dif_box_left .right_ct{
    order: -1;
}
.different_area .dif_box_left .right_ct:before{
    right: inherit;
    left: -50vh;
}
.different_area .dif_box .right_ct h3 {
    display: flex;
    font-size: 2.8rem;
    color: #41B5AF;
    font-weight: 800;
    line-height: 1.4;
    align-items: center;
    margin-bottom: 20px;
}
.different_area .dif_box .right_ct h3 span{
    color: #00CE81;
    font-size: 10rem;
    font-weight: 700;
    padding-right: 20px;
    line-height: 10rem;
}
.different_area .dif_box .right_ct p{
    line-height: 1.6;
    font-weight: normal;
    letter-spacing: 0.05rem;
}
a.gld_btn{
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
    padding: 15px 0px;
    display: block;
    text-align: center;
    background-size: 180% auto;
    transition: all .3s ease-out;
    background-image: linear-gradient(to right, #71D8D1 0%, #01616D 100%);
}
a.gld_btn:hover {
    background-position: right center;
}
@media (max-width: 1200px){
    .different_area .dif_ttl p {
        font-size: 3vw;
    }
    .different_area .dif_ttl h2 {
        font-size: 4vw;
    }
    .different_area .dif_box .right_ct h3 {
        font-size: 2.2vw;
    }
    .different_area .dif_box .right_ct h3 span {
        font-size: 7vw;
        line-height: 7vw;
    }
    .different_area .dif_ct {
        margin-top: 90px;
    }
    .different_area .dif_box {
        margin-bottom: 40px;
    }
}
@media (max-width: 768px){
    .different_area .dif_box .right_ct {
        width: 83%;
        padding: 20px;
    }
    .different_area .dif_box .left_ct {
        width: 33%;
        background-position: center;
    }
    .different_area .dif_box {
        min-height: inherit;
    }
    .different_area .dif_box .right_ct h3 {
        font-size: 2.5vw;
    }
    a.gld_btn {
        max-width: 400px;
        font-size: 2.2rem;
        padding: 9px 0px;
    }
    .different_area .dif_ct {
        margin-top: 50px;
    }
}
@media (max-width: 500px){
    .different_area .dif_ttl p {
        font-size: 4vw;
    }
    .different_area .dif_ttl h2 {
        font-size: 6vw;
    }
    .different_area .dif_box_left .right_ct {
        order: 1;
    }
    .different_area .dif_box {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .different_area .dif_box .right_ct {
        width: 100%;
    }
    .different_area .dif_box .left_ct {
        width: 100%;
        height: 200px;
    }
    .different_area .dif_box .right_ct h3 {
        font-size: 4.2vw;
        margin-bottom: 15px;
    }
    .different_area .dif_box .right_ct h3 span {
        font-size: 10vw;
        line-height: 10vw;
        padding-right: 14px;
    }
    a.gld_btn {
        font-size: 1.7rem;
    }
}
/* ----------------------------------------------------------------------------
/  top_case_area
/ ---------------------------------------------------------------------------- */
.top_case_area{
    background-color: #41B5AF;
}
.top_case_area h2{
    font-size: 7rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.top_case_area h2 span{
    color: #F8FF26;
    border-bottom: solid 1px #F8FF26;
}
.top_case_area h3 {
    font-size: 4rem;
    font-weight: 500;
    color: #41B5AF;
    text-align: center;
    position: relative;
    display: table;
    padding: 0 11%;
    line-height: 1.4;
    margin: 40px auto 50px;
}
.top_case_area h3 span{
    position: relative;
}
.top_case_area h3:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}
.top_case_ct div{
    width: 46%;
}
.top_case_ct div p{
    background-color: #fff;
    padding: 15px 20px;
    font-size: 2rem;
    margin: 70px auto 60px;
    color: #484848;
    line-height: 1.5;
}
.top_case_ct div a{
    display: block;
    background-image: linear-gradient(to right, #144672 0%, #4a7b9d 100%);
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    padding: 14px 10px 14px 10px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 2rem;
}
.top_case_ct div a span {
    background-image: url(../img/top/mens_icon.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    padding: 10px 0 10px 70px;
    background-position: left 14% center;
}
.top_case_ct div a:hover {
    color: #fff;
    background-position: right center;
}
.top_case_ct .top_case_fem a{
    background-image: linear-gradient(to right, #C2286C 0%, #CF8BA9 100%);
}
.top_case_ct .top_case_fem a span {
    background-image: url(../img/top/rds_icon.svg);
}
@media (max-width: 1200px){
.top_case_area h2 {
    font-size: 4vw;
}
.top_case_area h3 {
    font-size: 3rem;
    padding: 0 11%;
    line-height: 1.4;
    margin: 20px auto 50px;
}
.top_case_ct div a span {
    padding: 10px 0 10px 9%;
    background-position: left 3% center;
}
}
@media (max-width: 768px){
    .top_case_area h2 {
        font-size: 5.2vw;
    }
    .top_case_ct div p {
        padding: 10px 20px;
        font-size: 1.8rem;
        margin: 30px auto 30px;
    }
    .top_case_ct div a {
        font-size: 1.6rem;
    }
    .top_case_ct div a span {
        padding: 10px 0 10px 11%;
    }
}
@media (max-width: 500px){
    .top_case_ct div p {
        padding: 10px 20px;
        font-size: 1.5rem;
    }
    .top_case_ct div {
        width: 48%;
    }
    .top_case_ct div p {
        padding: 6px 10px;
        font-size: 3.2vw;
        margin: 20px auto 20px;
    }
    .top_case_ct div a {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .top_case_ct div a span {
        padding: 10px 0 10px 13%;
        background-size: 15px;
        background-position: left 0% top 18px;
    }
    .top_case_area h2 {
        font-size: 7.2vw;
    }
    .top_case_area h3 {
        font-size: 2rem;
        padding: 0 11%;
        margin: 5px auto 26px;
    }
}
/* ----------------------------------------------------------------------------
/  mind_area
/ ---------------------------------------------------------------------------- */
.mind_area {
    background-color: #F6F6F6;
}
.mind_area h2{
    text-align: center;
    color: #094956;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.7;
}
.mind_area h2 span{
    color: #41B5AF;
    font-size: 7rem;
    border-bottom: solid 1px #41B5AF;
}
.mind_area ul{
    margin-top: 100px;
}
.mind_area li{
    width: calc(25% - 30px);
}
.mind_area li div{
    background: rgb(113,216,209);
    background: linear-gradient(180deg, rgba(113,216,209,1) 35%, rgba(1,97,109,1) 100%);
    width: 160px;
    height: 160px;
    margin: 0 auto 30px;
    border-radius: 50%;
}
.mind_area li h3{
    display: flex;
    font-size: 2.4rem;
    color: #41B5AF;
    font-weight: 800;
    line-height: 1.4;
    align-items: flex-start;
    margin-bottom: 20px;
}
.mind_area li h3 span {
    color: #8DB131;
    font-size: 3.7rem;
    font-weight: 700;
    padding-right: 10px;
    line-height: 3.7rem;
}
.mind_area li p{
    line-height: 1.4;
}
@media (max-width: 1200px){
    .mind_area h2 {
        font-size: 3.6vw;
    }
    .mind_area li {
        width: calc(25% - 15px);
    }
    .mind_area li h3 {
        font-size: 2vw;
    }
    .mind_area ul {
        margin-top: 50px;
    }
    }
    @media (max-width: 768px){
    .mind_area li {
        width: 48%;
        margin-bottom: 45px;
    }
    .mind_area li:nth-child(3),
    .mind_area li:nth-child(4){
        margin-bottom: 0;
    }
    .mind_area li h3 {
        font-size: 3vw;
    }
}
@media (max-width: 500px){
    .mind_area h2 span {
        font-size: 150%;
    }
    .mind_area h2 {
        font-size: 5.6vw;
    }
    .mind_area li div {
        width: 140px;
        height: 140px;
        margin: 0 auto 15px;
    }
    .mind_area li h3 {
        font-size: 4.2vw;
        flex-wrap: wrap;
        position: relative;
    }
    .mind_area li h3 span {
        font-size: 4.2rem;
        line-height: 3.4rem;
        position: absolute;
        top: -188px;
    }
    .mind_area ul {
        margin-top: 50px;
    }
    .mind_area li {
        margin-bottom: 60px;
    }
}

/* ----------------------------------------------------------------------------
/  taiken_area
/ ---------------------------------------------------------------------------- */
.top_taiken_ttl h2{
    text-align: center;
    color: #094956;
    font-size: 7rem;
    font-weight: 600;
    line-height: 1.7;
}
.top_taiken_ttl h2 span{
    display: block;
    font-size: 60%;
}
.top_taiken_ttl h2 b{
    color: #41B5AF;
    font-weight: 500;
}
.yellow{
    color: #F8FF26!important;
}
.gln{
    color: #41B5AF!important;
}
.red{
    color: #ff0a67!important;
}
/*.taiken_box*/
.taiken_box{
    border: solid 10px #41B5AF;
    background-color: #fff;
    padding: 60px 20px 40px;
    max-width: 1030px;
    margin: 40px auto 0;
}
.taiken_box h3{
    text-align: center;
    font-size: 4.5rem;
    color: #00CE81;
    text-align: center;
    font-weight: 500;
}
.taiken_box .taiken_price{
    background-color: #E3F6F3;
    margin: 40px -20px 30px -20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.taiken_box .taiken_price span.time {
    background-color: #41B5AF;
    color: #fff;
    text-align: center;
    font-size: 3.2rem;
    letter-spacing: 0;
    line-height: 1;
    border-radius: 50px;
    height: 100px;
    width: 100px;
    padding: 15px 0;
    margin-right: 20px;
}
.taiken_box .taiken_price p{
    color: #ff0a67;
    font-size: 11rem;
    font-weight: 500;
    line-height: 11rem;
    letter-spacing: 0;
    letter-spacing: -3px;
    width: auto;
}
.taiken_box .taiken_price p b{
    font-size: 60%;
    font-weight: 500;
}
.taiken_box .taiken_price p span{
    font-size: 40%;
    letter-spacing: 0px;
}
.taiken_box .otamesi h4{
    text-align: center;
    display: block;
    max-width: 600px;
    margin: 0 auto 30px;
    border-bottom: solid 1px #00CE81;
    color: #00CE81;
    font-size: 3rem;
    font-weight: 500;
}
.taiken_box .otamesi ul{
    max-width: 540px;
    margin: 0 auto 40px;
}
.taiken_box .otamesi li{
    list-style: disc;
    line-height: 1.6;
}
.taiken_box .otamesi a{
    background-color: #ff0a67;
    border-radius: 50px;
    max-width: 580px;
    width: 100%;
    padding: 2px 0;
    font-size: 2.8rem;
    font-weight: 500;
    color: #fff;
    transition: all .3s;
    margin: 0 auto 30px;
    display: block;
    text-align: center;
}
.taiken_box .otamesi a:hover{
  top:-3px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
}
.taiken_box .taiken_yoyaku p{
    text-align: center;
    font-size: 2.8rem;
    font-weight: 500;
    color: #094956;
}
.taiken_box .taiken_yoyaku ul{
    max-width: 860px;
    margin: 20px auto 20px;
}
.taiken_box .taiken_yoyaku ul li{
    width: 32%;
}
.taiken_box .taiken_yoyaku ul li a{
    background-color: #41B5AF;
    color: #fff;
    border-radius: 50px;
    display: block;
    text-align: center;
    padding: 7px 0;
    font-size: 2.8rem;
    font-weight: 500;
    max-height: 75px;
    min-height: 75px;
    transition: all .3s;
}
.taiken_box .taiken_yoyaku ul li:nth-child(2) a{
    background-color: #55AE70;
}
.taiken_box .taiken_yoyaku ul li:nth-child(3) a span{
    display: block;
    font-size: 2.8rem;
    line-height: 0.6;
}
.taiken_box .taiken_yoyaku ul li a:hover{
    top:-3px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
}
.taiken_box .taiken_yoyaku ul li:nth-child(3) a{
    font-size: 1.4rem;
}
.taiken_box .no-kanyu{
    display: block;
    text-align: center;
}
@media (max-width: 1200px){
    .top_taiken_ttl h2 {
        font-size: 5.5vw;
    }
}
@media (max-width: 768px){
    .taiken_box h3 {
        font-size: 5.5vw;
    }
    .taiken_box .taiken_price p {
        font-size: 16vw;
    }
    .taiken_box .otamesi a {
        font-size: 3.5vw;
    }
    .taiken_box .taiken_yoyaku p {
        font-size: 3vw;
    }
    .taiken_box .taiken_yoyaku ul li a {
        padding: 2px 0;
        font-size: 2.2rem;
        max-height: 55px;
        min-height: 55px;
    }
    .taiken_box .taiken_yoyaku ul li:nth-child(3) a {
        font-size: 1vw;
    }
    .taiken_box .taiken_yoyaku ul li:nth-child(3) a span {
        font-size: 3.2vw;
    }
}
@media (max-width: 500px){
    .top_taiken_ttl h2 {
        font-size: 6.7vw;
    }
    .taiken_box {
        border: solid 6px #41B5AF;
        padding: 20px 20px 20px;
        margin: 40px auto 0;
    }
    .taiken_box .taiken_price span.time {
        font-size: 5.5vw;
        height: 80px;
        width: 80px;
        padding: 15px 0;
        margin-right: 10px;
    }
    .taiken_box .otamesi h4 {
        margin: 0 auto 10px;
        font-size: 5vw;
    }
    .taiken_box .taiken_price {
        margin: 15px -20px 10px -20px;
        padding: 0;
    }
    .taiken_box .otamesi ul {
        margin: 0 0 20px 20px;
    }
    .taiken_box .otamesi a {
        font-size: 4.5vw;
        line-height: 1.3;
        padding: 9px 0;
        margin: 0 auto 15px;
    }
    .taiken_box .taiken_yoyaku p {
        font-size: 4vw;
        line-height: 1.4;
    }
    .taiken_box .taiken_yoyaku ul li {
        width: 49%;
        margin-bottom:10px;
    }
    .taiken_box .taiken_yoyaku ul li a {
        padding: 2px 0;
        font-size: 1.8rem;
        max-height: 45px;
        min-height: 45px;
    }
    .taiken_box .taiken_yoyaku ul li:nth-child(3){
        width: 100%;
    }
    .taiken_box .taiken_yoyaku ul li:nth-child(3) a {
        font-size: 3.5vw;
        background-color: inherit;
        color: #41B5AF;
    }
    .taiken_box .taiken_yoyaku ul li:nth-child(3) a span {
        font-size: 8.2vw;
        margin-top: 4px;
        color: #094956!important;
        background: linear-gradient(transparent 96%, #094956 0%);
        display: table;
        margin: 0 auto;
        padding: 5px 0 11px;
    }
    .taiken_box .no-kanyu {
        font-size: 2.5vw;
    }
}
/* ----------------------------------------------------------------------------
/  top_youtube_area
/ ---------------------------------------------------------------------------- */
.top_youtube_area .inner{
    max-width: 850px;

}
.top_youtube_area .iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.top_youtube_area iframe {
  width: 100%;
  height: 100%;
}
.top_youtube_area h2{
    text-align: center;
    background-color: #41B5AF;
    color: #fff;
    border-radius: 50px;
    display: block;
    text-align: center;
    padding: 7px 0;
    font-size: 2.8rem;
    font-weight: 500;
    margin-bottom: 30px;
}
@media (max-width: 500px){
    .top_youtube_area h2 {
        padding: 1px 0;
        font-size: 2.1rem;
        margin-bottom: 20px;
    }
}
/* ----------------------------------------------------------------------------
/  top_column_area
/ ---------------------------------------------------------------------------- */
.top_column_area{
    background-color: #E3F6F3;
}
.top_column_area h2{
    text-align: center;
    color: #094956;
    font-weight: 600;
    font-size: 5rem;
    margin-bottom: 130px;
    line-height: 1.7;
}
.top_column_area h2 span{
    text-align: center;
    color: #484848;
    font-weight: 500;
    font-size: 1.8rem;
    display: block;
}
.column_arh:after{
    content: "";
    width: 29%;
}
.column_arh li{
    width: 29%;
}
.column_arh li a{
    display: block;

}
.column_arh li a .arh_img {
    position: relative;
    margin-bottom: 25px;
}
.column_arh li a .arh_img:before {
    content: "";
    display: block;
    padding-top: 80%;
}
.column_arh li a .arh_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 7px;
}
.column_arh li a p{
    color: #484848;

}
.column_arh li a;hover{
    opacity: 0.7;
}
.top_column_area .btn{
    background-color: #094956;
    color: #fff;
    display: block;
    width: 100%;
    max-width: 240px;
    text-align: center;
    padding: 15px 0;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
}
.top_column_area .btn {
    background-color: #094956;
    color: #fff;
    display: block;
    width: 100%;
    max-width: 240px;
    text-align: center;
    padding: 15px 0;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 60px auto 0;
    border: solid 2px #094956;
}
.top_column_area .btn:hover{
    background-color: #E3F6F3;
    color: #094956;
}
@media (max-width: 1200px){
    .column_arh li {
        width: 31%;
    }
    .top_column_area h2 {
        font-size: 4vw;
        margin-bottom: 60px;
    }
}
@media (max-width: 768px){
    .column_arh li {
        width: 48%;
        margin-bottom: 30px;
    }
    .column_arh li a p {
        line-height: 1.5;
    }
    .column_arh li a .arh_img {
        margin-bottom: 15px;
    }
}
@media (max-width: 500px){
    .top_column_area h2 {
        font-size: 6.5vw;
        margin-bottom: 30px;
    }
    .top_column_area h2 span {
        font-size: 3vw;
    }
    .top_column_area .btn {
        padding: 8px 0;
        font-size: 1.5rem;
        margin: 0px auto 0;
    }
}
/*---------------------------------------------------------------------------
/  top_news_area
/ ---------------------------------------------------------------------------- */
.top_news_area{
    background-color: #F6F6F6;
}
.top_news_area h2{
    text-align: center;
    color: #1A1311;
    font-weight: 600;
    font-size: 3.3rem;
    margin-bottom: 60px;
    line-height: 1.7;
}
.news_arh li{
    border-bottom: solid 1px #707070;
    padding: 12px 0;
    display: flex;
    font-size: 2rem;
}
.news_arh li span{
    width: 19%;
    color: #41B5AF;
}
.news_arh li a{
    color: #484848;
}
.news_arh li a:hover{
    color: #41B5AF;
}
.top_news_area .btn {
    background-color: #094956;
    color: #fff;
    display: block;
    width: 100%;
    max-width: 240px;
    text-align: center;
    padding: 15px 0;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 60px auto 0;
    border: solid 2px #094956;
}
.top_news_area .btn:hover{
    background-color: #F6F6F6;
    color: #094956;
}
@media (max-width: 1200px){
    .news_arh li {
        padding: 12px 0;
        display: flex;
        font-size: 1.6rem;
    }
}
@media (max-width: 500px){
    .top_news_area  .btn {
        padding: 8px 0;
        font-size: 1.5rem;
        margin: 30px auto 0;
    }
    .news_arh li {
        padding: 7px 0;
        font-size: 1.5rem;
        flex-wrap: wrap;
    }
    .news_arh li span {
        width: 100%;
    }
    .news_arh li a p {
        line-height: 1.4;
    }
    .top_news_area h2 {
        font-weight: 600;
        font-size: 6.5vw;
        margin-bottom: 15px;
        line-height: 1.7;
    }
}

/*---------------------------------------------------------------------------
/  access_area
/ ---------------------------------------------------------------------------- */
.access_area h2{
    text-align: center;
    color: #1A1311;
    font-weight: 600;
    font-size: 3.3rem;
    margin-bottom: 60px;
    line-height: 1.7;
}
.access_area h3{
    color: #094956;
    text-align: center;
    font-weight: 500;
    font-size: 2.5rem;
    margin-bottom: 90px;
    line-height: 1.7;
}
.access_area .access_top_left{
    width: 48%;
}
.access_area .access_top_right{
    width: 48%;
    font-weight: 500;
}
.access_area .access_top_right .logo img{
    width: 280px;
    margin: 0 0 45px;
    display: block;
}
.access_area .access_top_right table{
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
}
.access_area .access_top_right th{
    color: #094956;
    padding: 7px 0;
    width: 24%;
    font-weight: 500;
}
.access_area .access_top_right td span{
    font-size: 70%;
    display: block;
    margin-top: -7px;
}
.access_area .access_top_right td a{
    color: #41B5AF;
}
.access_area .access_top_right td a:hover{
    opacity: 0.7;
}

/*タブ切り替え全体のスタイル*/
.access_bottom{
    margin-top: 70px;
}
.access_bottom .tabs {
    width: 100%;
    margin: 0 auto;
}
.access_bottom .tab_item {
    width: 19%;
    height: 60px;
    background-color: #D8D8D8;
    line-height: 60px;
    font-size: 1.8rem;
    text-align: center;
    display: block;
    float: left;
    text-align: center;
    font-weight: 500;
    transition: all 0.2s ease;
    border-radius: 9px 9px 0 0;
    margin-right: 5px;
    color: #707070;
}
.access_bottom .tab_item:hover {
    opacity: 0.75;
}
.access_bottom input[name="tab_item"] {
    display: none!important;
}
/*タブ切り替えの中身*/
.access_bottom .tab_content {
    display: none;
    padding: 40px 8rem;
    clear: both;
    overflow: hidden;
    border: solid 3px #41B5AF;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#car:checked ~ #car_content,
#bus:checked ~ #bus_content {
    display: block;
}
.access_bottom .tabs input:checked + .tab_item {
    background-color: #41B5AF;
    color: #fff;
}
.access_bottom .tab_stacion{
    margin-bottom: 40px;
}
.access_bottom .tab_stacion li{
    margin-bottom: 10px;
    line-height: 1.6;
}
.access_bottom .tab_stacion li b{
    font-weight: 500;
    color: #BA9652;
}
.access_bottom .tab_stacion li span{
    display: block;
    margin-left: 20px;
}
.access_bottom .tab_stacion li:nth-child(1){
    color: #ff0a67;
}
.access_bottom .tab_stacion li:nth-child(2){
    color: #094956;
}
.access_bottom .tab_stacion li:nth-child(3){
    color:#41B5AF ;
}
@media (max-width: 1200px){
    .access_area .access_top_right table {
        font-size: 1.6rem;
    }
    .access_area h3 {
        font-size: 1.3rem;
        margin-bottom: 60px;
        line-height: 1.7;
    }
    .access_area h2 {
        margin-bottom: 20px;
    }
}
@media (max-width: 768px){
    .access_area .access_top_left {
        width: 100%;
        margin-bottom: 30px;
    }
    .access_area .access_top_left iframe{
        height: 300px!important;
    }
    .access_area .access_top_right {
        width: 100%;
    }
    .access_area .access_top_right th {
        padding: 3px 0;
        width: 20%;
    }
    .access_area .access_top_right .logo img {
        width: 240px;
        margin: 0 0 25px;
    }
    .access_bottom .tab_item {
        width: 28%;
        height: 45pxpx;
        line-height: 45px;
        font-size: 1.5rem;
    }
    .access_bottom .tab_content {
        padding: 30px 2rem;
    }
}
@media (max-width: 500px){
    .access_area h2 {
        margin-bottom: 10px;
        font-size: 6.5vw;
    }
    .access_area h3 {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    .access_area .access_top_right th {
        width: 29%;
        padding: 0;
    }
    .access_area .access_top_right table {
        font-size: 1.4rem;
    }
    .access_bottom {
        margin-top: 30px;
    }
    .access_bottom .tab_item {
        width: 33%;
        height: 35px;
        line-height: 35px;
        font-size: 3vw;
        border-radius: 6px 6px 0 0;
        margin-right: 1px;
    }
}
/*---------------------------------------------------------------------------
/  footer_slider_area
/ ---------------------------------------------------------------------------- */
.footer_slider_area{
    margin-bottom: -5px;
}
.footer_slider_area .slide-arrow {
    width: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18%;
    z-index: 2;
    cursor: pointer;
    display: none!important;
}
.footer_slider_area .next-arrow {
    right: 18%!important;
    left: initial!important;
}
@media (max-width: 500px){
    .footer_slider_area .slide-arrow {
        width: 10px;
        left: 10%;
    }
    .footer_slider_area .next-arrow {
        right: 10%!important;
    } 
}
/*---------------------------------------------------------------------------
/  footer
/ ---------------------------------------------------------------------------- */
footer{
    padding:60px 0;
    background-color: #F6F6F6;
    position: relative;
}
footer .footer_left{
    max-width: 530px;
    width: 100%;
}
/*footer .footer_left .logo*/
footer .footer_left .logo a{
    display: block;
    max-width: 280px;
    width: 100%;
    margin-bottom: 40px;
}
footer .footer_left .logo a:hover{
    opacity: 0.7;
}
footer .footer_right{
    width:46% ;
}
/*footer .footer_left .add*/
footer .footer_left .add {
    color: #1A1311;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 40px;
}
footer .footer_left .add span {
    display: block;
    font-size: 1.4rem;
    margin-top: 5px;
}
/*footer .footer_left .form_p*/
footer .footer_left .form_p {
    font-size: 1.6rem;
    color: #094956;
    font-weight: 500;
    line-height: 1.4;
    background: linear-gradient(transparent 96%, #094956 0%);
    display: inline;
    padding: 0 2px 4px;
    letter-spacing: 0;
}
/*footer .footer_left .footer_contact_btn*/
footer .footer_left .footer_contact_btn{
    margin: 12px 0;
}
footer .footer_left .footer_contact_btn li:nth-child(1) a {
    font-size: 4.7rem;
    background-image: url(../img/top/tel_icon.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 35px;
    background-position: center left;
    font-weight: 700;
    color: #41B5AF;
    width: 100%;
    line-height: 47px;
    margin-top: 7px;
    display: block;
}
footer .footer_left .footer_contact_btn li:nth-child(2) a,
footer .footer_left .footer_contact_btn li:nth-child(3) a {
    background-color: #094956;
    color: #fff;
    display: block;
    width: 260px;
    text-align: center;
    padding: 15px 0;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 20px auto 0;
    border: solid 2px #094956;
}
footer .footer_left .footer_contact_btn li:nth-child(2) a:hover{
    background-color: inherit;
    color:#094956;
}
footer .footer_left .footer_contact_btn li:nth-child(3) a{
    background-color: #55AE70;
    border: solid 2px #55AE70;
}
footer .footer_left .footer_contact_btn li:nth-child(3) a:hover{
    background-color: inherit;
    color:#55AE70;
}
footer .footer_left .eigyo{
    font-size: 1.4rem;
    font-weight: 500;
    color: #094956;
    line-height: 1.5;
}
footer .footer_left .eigyo p{
    display: flex;
}
footer .footer_left .eigyo p span{
    width: 19%;
}
footer .footer_right a{
    color: #094956;
}
footer .footer_right a:hover{
    color: #41B5AF;
}
footer .footer_right .footer_nav1{

}
footer .footer_right ul{
    margin-bottom: 40px;
}
footer .footer_right h3{
    font-size: 2rem;
    font-weight: 600;
    color: #094956;
}
footer .footer_right ul{
    justify-content: flex-start;
}
footer .footer_right ul .spacer{
    width: 100%;
}
footer .footer_right .footer_nav1 li{
    width: 33.33%;
}
.message {
    background-color: #41B5AF;
    display: block;
    border-bottom: solid 1px #fff;
    font-size: 1.2rem;
    text-align: center;
    padding: 20px 0;
    line-height: 1.3;
    color: #fff;
    letter-spacing: 0.05rem;
}
.copy{
    background-color: #41B5AF;
    display: block;
    font-size: 1.2rem;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0.05rem;
}
.copy a{
    color: #fff;
}
.copy a:hover{
    opacity: 0.7;
}
@media (max-width: 1200px){
    footer .footer_right .footer_nav1 li {
        width: 48%;
    }
    footer .footer_right ul .spacer {
        width: inherit;
    }
    footer .footer_right {
        width: 42%;
    }
}
@media (max-width: 768px){
    footer .footer_left {
        max-width: 530px;
        width: 100%;
        margin: 0 auto 40px;
        text-align: center;
    }
    footer .footer_left .logo a {
        margin: 0 auto 20px;
    }
    .footer_contact_btn li:first-child{
        width: 70%;
        margin: 0 auto;
    }
    footer .footer_right {
        width: 100%;
        max-width: 530px;
        margin: 0 auto;
    }
    footer .footer_left .eigyo p span {
        text-align: left;
    }
    footer .footer_right ul {
        margin-bottom: 10px;
    }
    .copy {
        margin-bottom: 70px;
    }
}
@media (max-width: 500px){
    footer .footer_left .logo a {
        max-width: 220px;
        margin-bottom: 30px;
    }
    footer .footer_left .add {
        font-size: 1.7rem;
        margin-bottom: 13px;
    }
    footer .footer_left .form_p {
        font-size: 1.5rem;
    }
    .footer_contact_btn li:first-child {
        width: 82%;
    }

    element.style {
    }
    footer .footer_left .footer_contact_btn li:nth-child(1) a {
        font-size: 9vw;
        background-size: 30px;
        padding-left: 30px;
        line-height: 47px;
    }
    footer .footer_left .footer_contact_btn li:nth-child(2) a, footer .footer_left .footer_contact_btn li:nth-child(3) a {
        width: 100%;
        padding: 10px 0;
        font-size: 1.5rem;
        margin: 10px auto 0;
    }
    footer .footer_left .footer_contact_btn li:nth-child(2),
    footer .footer_left .footer_contact_btn li:nth-child(3) {
        width: 48.5%;
    }
    footer .footer_left .eigyo p span {
        width: 27%;
    }
    footer .footer_right h3 {
        font-size: 1.7rem;
    }
    footer{
        padding-bottom: 25px;
    }
    .message {
        font-size: 1.1rem;
        padding: 10px 15px;
        text-align: left;
    }
    .message br{
        display: none;
    }
    .copy {
        font-size: 1rem;
        padding: 10px 5px;
        letter-spacing: 0.05rem;
    }
}
@media (max-width: 375px){
    footer .footer_left .eigyo {
        font-size: 1.3rem;
    }
}
/* ----------------------------------------------------------------------------
/  pagetop
/ ---------------------------------------------------------------------------- */
.pagetop a{
    position: fixed;
    right: 70px;
    bottom: 70px;
    width: 70px;
    height: 70px;
    z-index: 995;
}
.pagetop a {
    background-color: #000;
    display: block;
    background-image: url(../img/top/totop.svg);
    background-size: 27px;
    background-position: center;
    text-align: center;
    background-repeat: no-repeat;
    border-radius: 50px;
}
.pagetop a:hover{
    opacity: 1;
    background-color: #000;
}
@media (max-width: 1024px){
    .pagetop a {
        right: 20px;
        bottom: 90px;
    }
}
@media (max-width: 500px){
    .pagetop a {
        right: 10px;
        width: 50px;
        height: 50px;
        background-size: 19px;
        bottom: 176px;
    }
}
/* ----------------------------------------------------------------------------
/  sidebnr
/ ---------------------------------------------------------------------------- */
.sidebnr{
    position: fixed;
    top: 40%;
    right: 0;
    width: 67px;
    z-index: 99;
}
.sidebnr a{
    display: block;
    background-color: #41B5AF;
    padding: 20px 0;
}
.sidebnr a img{
    display: block;
    width: 36%;
    margin: 0 auto;
}
.sidebnr a:hover{
    background-color: #094956;
}
@media (max-width: 830px){
    .sidebnr{
        display: none;
    }
}
/* ----------------------------------------------------------------------------
/  lower　共通
/ ---------------------------------------------------------------------------- */
.lower_main{
    position: relative;
    background-color: #F6F6F6;
    background-image: url(../img/price/lower_bg.svg);
    background-position:top;
    background-repeat: no-repeat;

}
.lower_main h1{
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    padding: 70px 0 50px;
}
.lower_main h1 span{
    font-size: 5rem;
    font-family: 'Bebas Neue', cursive;
    color: #094956;
    display: block;
    line-height: 1;
}
.breadcrumbs_area{
    background-color: #E3F6F3;
    font-size: 1.2rem;
    padding: 3px 0;
}
.breadcrumbs_area .breadcrumbs{
    max-width: 1200px;
    margin: 0 auto;
}
.breadcrumbs_area .breadcrumbs span:last-child{
    color: #484848;
}
.breadcrumbs_area .breadcrumbs span a span{
    color: #41B5AF!important;
}
@media (max-width: 1200px){
    .breadcrumbs_area{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 500px){
    .breadcrumbs_area .breadcrumbs {
        line-height: 1.3;
    }
    .breadcrumbs_area{
        padding: 8px 20px;
    }
    .lower_main h1 span {
        font-size: 4rem;
    }
    .lower_main h1 {
        font-size: 1.6rem;
    }
}
/* ----------------------------------------------------------------------------
/  low_plan_area
/ ---------------------------------------------------------------------------- */

/*low_plan_area*/
.price_ttl h2{
    font-size: 5rem;
    color: #094956;
    font-weight: 600;
}
.price_ttl p{
    color: #484848;
    font-size: 1.8rem;
    line-height: 1.8;
}
.price_ttl {
    margin-bottom: 100px;
}
.low_plan_area .plan{
    max-width: 1000px;
    margin: 0 auto;
}
.low_plan_area .keturyu{
    margin: 60px 0;
}
.low_plan_area .keturyu h3{
    text-align: center;
    color: #41B5AF;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    display: table;
    margin: 0 auto 10px;
}
.low_plan_area .keturyu h4{
    text-align: center;
    font-size: 3rem;
    color: #F8FF26;
    background-color: #094956;
    font-weight: 600;
    line-height: 1.5;
    display: table;
    margin: 40px auto 10px;
    padding: 15px;
    width: 100%;
}
.low_plan_area .keturyu ul{
    margin-top: 10px;
}
.low_plan_area .keturyu li {
    font-size: 1.5rem;
    letter-spacing: 0rem;
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 15px;
    text-indent: -15px;
}
.low_plan_area .keturyu p{
    text-align: center;
    margin: 20px 0;
}
.low_plan_area .keturyu .video{
    width: 100%;
    text-align: center;
    margin: auto;
}
.low_plan_area .keturyu .video video {
    width: 100%;
}
.low_plan_area .keturyu .keturyu_box{
    width: 48%;
}
.low_plan_area .keturyu .keturyu_box span{
    background-color: #7a7a7a;
    color: #fff;
    text-align: center;
    display: table;
    margin: 0 auto 15px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0 10px;
}
.low_plan_area .keturyu .keturyu_box:nth-child(2) span{
    background-color: #41B5AF;
    color: #fff;
}
.low_plan_area .plan_box{
    width: 100%;
    background-color: #E3F6F3;
    border-radius: 7px;
    padding: 5rem  5rem 30px;
    margin-bottom: 30px;
}
.low_plan_area .plan_box table{
    border: solid 1px #41B5AF;
    width: 100%;
    text-align: center;
    background-color: #fff;
    font-size: 1.8rem;
}
.low_plan_area .plan_box th{
    padding: 10px;
    border: solid 1px #41B5AF;
    color: #41B5AF;
}
.low_plan_area .plan_box td{
    padding: 10px;
    border: solid 1px #41B5AF;
}
.low_plan_area .plan_box tr:nth-child(3) td{
    color: #ff0a67;
    font-weight: 600;
}
.low_plan_area .plan_box:first-child{
    background-color: #00CE81;
}
.low_plan_area .plan_box h3 {
    text-align: center;
    color: #41B5AF;
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1;
    min-height: 80px;
    display: table;
    margin: 0 auto 10px;
}
.low_plan_area .plan_box:first-child h3,
.low_plan_area .plan_box:first-child p{
    color: #fff;
}
.low_plan_area .plan_box h3 span{
    vertical-align: middle;
}
.low_plan_area .plan_box p{
    letter-spacing: 0;
    margin-bottom: 40px;
}
.low_plan_area .plan_box .price_bm{
    background-color: #fff;
    margin-top: 30px;
    border-radius: 7px;
    padding: 22px;
}
.low_plan_area .plan_box .price_bm p {
    font-size: 2.2rem;
    color: #41B5AF;
    margin-bottom: 20px;
    min-height: inherit;
    line-height: 1;
}
.low_plan_area .plan_box .price_bm ul{

}
.low_plan_area .plan_box .price_bm ul li{
    margin-left: 30px;
    list-style: decimal-leading-zero;
    width: 100%;
    color: #00CE81;
    font-size: 1.8rem;
}
.low_plan_area .plan_box .price_bm ul li span{
    color: #094956;
}
.low_plan_area .plan_box .course_att{
    margin-bottom: 0;
}
.low_plan_area .plan_box .otameshi{
    text-align: center;
    font-size: 8rem;
    line-height: 1;
    color: #F8FF26!important;
}
.low_plan_area .plan_box .otameshi span{
    font-size: 50%;
    color: #fff;
}
.low_plan_area .plan_box .otameshi b{
    font-size: 50%;
    color: #fff;
}
.homecare{
    max-width: 780px;
    margin: 40px auto 0;
    align-items: center;
    width: 100%;
    border-radius: 7px;
    padding: 5rem 5rem 30px;
    border: solid #E3F6F3;
}
.homecare h2 {
    color: #41B5AF;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
}
.homecare div{
    width: 58%;
}
@media (max-width: 1200px){
    .price_ttl h2 {
        font-size: 4vw;
    }
    }
    @media (max-width: 768px){
    .price_ttl {
        margin-bottom: 50px;
    }
    .low_plan_area .plan_box h3 {
        font-size: 3vw;
        margin-bottom: 20px;
        min-height:50px;
    }
    .low_plan_area .plan_box .price_bm p {
        font-size: 1.7rem;
        margin-bottom: 15px;
    }
    .low_plan_area .plan_box p {
        line-height: 1.6;
    }
}
@media (max-width: 500px){
    .price_ttl h2 {
        font-size: 6.5vw;
        margin-bottom: 10px;
    }
    .price_ttl {
        margin-bottom: 25px;
    }
    .price_ttl p {
        font-size: 1.5rem;
        line-height: 1.8;
    }
    .low_plan_area .plan {
        align-items: inherit;
    }
    .low_plan_area .plan_box {
        width: 100%;
    }

    .low_plan_area .plan_box h3 {
        font-size: 5vw;
        margin-bottom: 20px;
        min-height: inherit;
    }
    .low_plan_area .plan_box p {
        min-height: inherit;
    }
    .low_plan_area .plan_box {
        margin-bottom: 20px;
        padding: 3rem 20px 30px;
    }
    .low_plan_area .plan_box .price_top p {
        margin-bottom: 20px;
    }
    .low_plan_area .plan_box .table.sp table{
        margin-bottom: 15px;
    }
    .low_plan_area .plan_box .otameshi {
        font-size: 6rem;
    }
    .low_plan_area .plan_box .price_bm ul li {
        margin-left: 20px;
        font-size: 1.6rem;
        line-height: 1.6;
        margin: 10px 0 0 20px;
    }
    .homecare{
        padding: 3rem 3rem 30px;
    }
    .homecare h2 {
        font-size: 2.3rem;
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
    }
    .homecare div{
        width: 100%;
    }
    .low_plan_area .keturyu h3 {
        font-size: 2.6rem;
    }
    .low_plan_area .keturyu p {
        text-align: left;
    }
    .low_plan_area .keturyu .keturyu_box {
        width: 100%;
        margin-bottom: 20px;
    }
    .low_plan_area .keturyu h4{
        font-size: 1.9rem;
        margin: 10px auto 10px;
    }
}
/* ----------------------------------------------------------------------------
/  low_cause_area
/ ---------------------------------------------------------------------------- */
.low_cause_area .low_cause_ttl{
    background-color: #094956;
    padding: 30px 0 50px;
    text-align: center;
    color: #fff;
    font-size: 4rem;
    line-height: 1.3;
    position: relative;
}
.low_cause_area .low_cause_ttl:before{
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 145px 0 145px;
    border-color: #094956 transparent transparent transparent;
}
.low_cause_area .low_cause_ttl h2{
    font-weight: 600;
}
.low_cause_area .low_cause_ttl span{
    color: #F8FF26;
    font-size: 140%;
    border-bottom: solid 1px #F8FF26;
}
.low_cause_area {
    background-color: #E3F6F3;
}
.low_cause_area ul{
    padding: 160px 0 0;
    max-width: 890px;
    margin: 0 auto;
}
.low_cause_area li {
    color: #094956;
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 600;
}
.low_cause_area li span{
    color: #00CE81;
    font-size: 2.4rem;
    padding-right: 10px;
}
.low_cause_area li p{
    width: 90%;
}
.low_cause_area li p b{
    color: #41B5AF;
    font-size: 130%;
    font-weight: 500;
}
.low_cause_area p.att{
    max-width: 890px;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: center;
    padding-bottom: 80px;
}

.low_cause_area .kaiketsu{
    background-image: url(../img/price/about_cause.png);
    background-size: cover;
    background-position: bottom center;
    padding: 40px 0 90px;
}
.kaiketsu .kaiketsu_txt{
    font-size: 5rem;
    color: #094956;
    text-align: center;
    font-weight: 500;
}
.kaiketsu .kaiketsu_txt {
    font-weight: 600;
}
.kaiketsu .kaiketsu_txt p{
    line-height: 1.4;
}
.kaiketsu .kaiketsu_txt p .font140{
    height: 92px;
    background: linear-gradient(transparent 99%, #ff0a67 0%);
}
.low_cause_area .kaiketsu_frame {
    position: relative;
    max-width: 1100px;
    margin: 80px auto 0;
}
.kaiketsu .kaiketsu_bnr{
    border: solid 3px #41B5AF;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: rgb(113,216,209);
    background: linear-gradient(94deg, rgba(113,216,209,1) 41%, rgba(1,97,109,1) 77%);
}
.kaiketsu .kaiketsu_bnr p{
    max-width: 750px;
    margin: 0 0 0 auto;
    color: #fff;
    text-align: center;
    font-size: 3.3rem;
    line-height: 1.3;
    padding: 30px;

}
.kaiketsu .kaiketsu_bnr p span{
    font-size: 115%;
}
.kaiketsu .kaiketsu_bnr .staff {
    width: 380px;
    height: 380px;
    background-color: #41B5AF;
    position: absolute;
    left: -7%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.low_cause_area .kaiketsu_frame .staff_img{
    position: absolute;
    width: 260px;
    left: 0;
    bottom: 3px;
}
@media (max-width: 1200px){
    .low_cause_area .low_cause_ttl {
        font-size: 3vw;
    }
    .low_cause_area .low_cause_ttl:before {
        border-width: 50px 95px 0 95px;
    }
    .kaiketsu .kaiketsu_txt {
        font-size: 4.5vw;
    }
    .low_cause_area .kaiketsu_frame {
        width: 95%;
    }
    .kaiketsu .kaiketsu_bnr p {
        position: relative;
        z-index: 1;
        font-size: 3vw;
        max-width: 880px;
    }
    .low_cause_area .kaiketsu_frame .staff_img {
        width: 230px;
    }
}
@media (max-width: 880px){
    .kaiketsu .kaiketsu_bnr p {
        max-width: inherit;
        margin: 0 0 0 auto;
        font-size: 2.6vw;
        line-height: 1.3;
        padding: 20px 20px 20px 25%;
    }
    .low_cause_area .kaiketsu_frame .staff_img {
        width: 170px;
    }
    .kaiketsu .kaiketsu_bnr .staff {
        width: 300px;
        height: 300px;
    }
    .low_cause_area .kaiketsu_frame {
        margin: 30px auto 0;
    }
}
@media (max-width: 768px){
    .low_cause_area .low_cause_ttl {
        padding: 20px 0 30px;
    }
    .low_cause_area .low_cause_ttl:before {
        bottom: -30px;
        left: 50%;
        border-width: 30px 65px 0 65px;
    }
    .low_cause_area ul {
        padding: 50px 0 0;
    }
    .low_cause_area li {
        font-size: 2.2rem;
        font-weight: 600;
        flex-wrap: wrap;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    .low_cause_area li span {
        font-size: 2.4rem;
        padding-right: 0;
        width: 100%;
        line-height: 1;
        margin-bottom: 10px;
    }
}
@media (max-width: 500px){
    .low_cause_area li span {
        font-size: 1.5rem;
        padding-right: 0;
        width: 25%;
        margin-bottom: 5px;
        background-color: #00CE81;
        color: #fff;
        text-align: center;
        padding: 5px 0;
    }
    .low_cause_area .low_cause_ttl {
        font-size: 4vw;
    }
    .low_cause_area li {
        font-size: 1.7rem;
        font-weight: 600;
        flex-wrap: wrap;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    .low_cause_area li p{
        width: 100%;
    }
    .low_cause_area li p b {
        font-size: 120%;
    }
    .low_cause_area p.att {
        padding-bottom: 30px;
    }
    .low_cause_area .kaiketsu {
        padding: 20px 0 50px;
    }
    .low_cause_area .kaiketsu_frame .staff_img {
        width: 95px;
        left: -5px;
    }
    .kaiketsu .kaiketsu_bnr .staff {
        width: 160px;
        height: 160px;
        left: -12%;
    }
    .kaiketsu .kaiketsu_bnr p {
        max-width: inherit;
        margin: 0 0 0 auto;
        font-size: 3.2vw;
        line-height: 1.3;
        padding: 15px 15px 15px 26%;
    }
    .kaiketsu .kaiketsu_txt {
        font-size: 5.5vw;
    }
}

/* ----------------------------------------------------------------------------
/  lower_naiyou
/ ---------------------------------------------------------------------------- */
.lower_naiyou{
    background-color: #41B5AF;
}
.lower_naiyou .price_ttl h2{
    color: #F8FF26;
}
.lower_naiyou .price_ttl p{
    color: #fff;
}
.lower_naiyou ul{
    align-items: stretch;
    max-width: 1000px;
    margin: 0 auto;
}
.lower_naiyou li{
    background-color: #fff;
    border-radius: 12px;
    width: 48%;
    padding: 20px 20px 40px 20px;
    line-height: 1.3;
    margin-bottom: 40px;
    border: solid 1px #707070;
}
.lower_naiyou li h3{
    text-align: center;
    color: #41B5AF;
    font-size: 3rem;
    font-weight: 600;
    min-height: 100px;
}
.lower_naiyou li h3 span{
    color: #00CE81;
    font-size: 120%;
}
.lower_naiyou li img{
    width: auto;
    height: 160px;
    display: block;
    margin: 20px auto;
}
.lower_naiyou li p{
    max-width: 380px;
    margin: 40px auto 0;
    color: #484848;
}
@media (max-width: 768px){
    .lower_naiyou li img {
        height: 90px;
        margin: 20px auto 0;
    }
}
@media (max-width: 768px){
    .lower_naiyou li img {
        height: 90px;
        margin: 20px auto 0;
    }
}
@media (max-width: 500px){
    .lower_naiyou li {
        width: 100%;
        padding: 20px 13px 20px 13px;
        line-height: 1.3;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .lower_naiyou li h3 {
        font-size: 5vw;
        width: 100%;
        min-height: inherit;
        margin-bottom: 18px;
    }
    .lower_naiyou li img {
        height: inherit;
        width: 70px;
        margin: 0;
    }
    .lower_naiyou li p {
        max-width: inherit;
        margin: 0;
        width: 73%;
    }
    .lower_naiyou ul {
        align-items: inherit;
    }
}
/* ----------------------------------------------------------------------------
/  lower_hatsumou
/ ---------------------------------------------------------------------------- */
/*.lower_hatsumou_how */
.lower_hatsumou_how .hatsumou_how_ttl h2{
    text-align: center;
    font-size: 5rem;
    font-weight: 600;
    color: #094956;
    margin-bottom: 40px;
}
.lower_hatsumou_how .hatsumou_how_ttl p{
    text-align: center;
    font-size: 1.8rem;
}
.lower_hatsumou_how .hatsumou_how_ttl h3{
    text-align: center;
    font-size: 3.3rem;
    font-weight: 600;
    color: #41B5AF;
}

/*lower_hatsumou_how .nayami*/
.lower_hatsumou_how .nayami{
    border: solid 3px #41B5AF;
    padding: 50px;
    max-width: 1020px;
    margin: 60px auto 0;
    box-sizing: border-box;
}
.lower_hatsumou_how .nayami .left_box{
    width: 48%;
}
.lower_hatsumou_how .nayami .right_box{
    width: 48%;
    color: #484848;
}
.lower_hatsumou_how .nayami .right_box span{
    color: #41B5AF;
    text-decoration: underline;
}
@media (max-width: 1200px){
    .lower_hatsumou_how .hatsumou_how_ttl h2 {
        font-size: 4vw;
        margin-bottom: 10px;
    }
    .lower_hatsumou_how .hatsumou_how_ttl h3 {
        font-size: 3vw;
    }
}
@media (max-width: 768px){
    .lower_hatsumou_how .nayami .left_box {
        width: 100%;
        margin-bottom: 30px;
    }
    .lower_hatsumou_how .nayami .right_box {
        width: 100%;
    }
    .lower_hatsumou_how .nayami {
        padding: 30px;
        max-width: 1020px;
        margin: 50px auto 0;
    }
    .lower_hatsumou_how .hatsumou_how_ttl p {
        font-size: 2.5vw;
    }
}
@media (max-width: 500px){
    .lower_hatsumou_how .hatsumou_how_ttl h2 {
        font-size: 5.4vw;
    }
    .lower_hatsumou_how .hatsumou_how_ttl p {
        font-size: 2.8vw;
    }
    .lower_hatsumou_how .hatsumou_how_ttl h3 {
        font-size: 4vw;
    }
    .lower_hatsumou_how .nayami {
        padding: 20px;
        margin: 30px auto 0;
    }
    .lower_hatsumou_how .nayami .right_box p {
        overflow-wrap: break-word;
        line-height: 1.6;
    }
    .lower_hatsumou_how .nayami .left_box {
        width: 100%;
        margin-bottom: 14px;
    }
}
/*lower_hatsumou_unstd*/
.lower_hatsumou_unstd{
    background-color: #F6F6F6;
}
.lower_hatsumou_unstd h2{
    color:#00CE81;
    border-bottom: solid 1px #00CE81;
    font-size: 3.3rem;
    font-weight: 600;
    text-align: center;
}
.lower_hatsumou_unstd ul{
    max-width: 700px;
    margin: 50px auto 0;
}
.lower_hatsumou_unstd li {
    color: #094956;
    font-size: 2.5rem;
    font-weight: 600;
    padding-left: 25px;
    text-indent: -25px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.lower_hatsumou_unstd li span {
    color: #ff0a67;
    font-weight: 700;
    font-size: 120%;
    margin-right: 6px;
}
@media (max-width: 500px){
    .lower_hatsumou_unstd h2 {
        font-size: 5.5vw;
    }
    .lower_hatsumou_unstd li {
        font-size: 1.6rem;
        padding-left: 20px;
        text-indent: -20px;
        margin-bottom: 15px;
    }
    .lower_hatsumou_unstd ul {
        margin: 20px auto 0;
    }
}
/*lower_hatsumou_naiyo*/
.lower_hatsumou_naiyo{
    background-color: #E3F6F3;
}
.lower_hatsumou_naiyo .hatsumou_naiyo_ttl{
    background-color: #00CE81;
    text-align: center;
    color: #fff;
    font-size: 3.3rem;
    padding: 20px 0;
    position: relative;
}
.lower_hatsumou_naiyo .hatsumou_naiyo_ttl h2{
     font-weight: 600;   
}
.lower_hatsumou_naiyo .hatsumou_naiyo_ttl p{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25%;
    background: rgb(113,216,209);
    background: linear-gradient(180deg, rgba(113,216,209,1) 29%, rgba(1,97,109,1) 98%);
    border-radius: 50%;
    border: solid 3px #fff;
    font-size: 3.2rem;
    letter-spacing: 0;
    text-align: center;
    width: 195px;
    height: 195px;
    font-weight: 500;
    line-height: 1;
    padding: 43px 0;
}
.lower_hatsumou_naiyo .hatsumou_naiyo_ttl p span{
    color: #F8FF26;
    font-size: 7rem;
}
.lower_hatsumou_naiyo li{
    width: 48%;
    margin-bottom: 40px;
}
.lower_hatsumou_naiyo li h3{
    margin: 18px 0;
    color: #41B5AF;
    font-size: 2.4rem;
    font-weight: 500;
}
.lower_hatsumou_naiyo li h3 span{
    color: #00CE81;
    font-size: 150%;
    padding-right: 10px;
}
.lower_hatsumou_naiyo li p{
    width: 85%;
    margin: 0 auto;
    line-height: 1.7;
}
@media (max-width: 1440px){
    .lower_hatsumou_naiyo .hatsumou_naiyo_ttl p {
        right: 140px;
    }
}
@media (max-width: 1200px){
    .lower_hatsumou_naiyo .hatsumou_naiyo_ttl p {
        font-size: 2.2rem;
        width: 155px;
        height: 155px;
        padding: 25px 0;
    }
    .lower_hatsumou_naiyo li h3 {
        margin: 12px 0;
        font-size: 2.2vw;
        line-height: 1.2;
    }
    .lower_hatsumou_naiyo .hatsumou_naiyo_ttl {
        font-size: 3.2vw;
        padding: 15px 0;
    }
    .lower_hatsumou_naiyo .hatsumou_naiyo_ttl p {
        right: 20px;
    }
}
@media (max-width: 500px){
    .lower_hatsumou_naiyo .hatsumou_naiyo_ttl p span {
        font-size: 3rem;
    }
    .lower_hatsumou_naiyo .hatsumou_naiyo_ttl p {
        font-size: 1.2rem;
        width: 85px;
        height: 85px;
        padding: 19px 0;
        top: 1px;
    }
    .lower_hatsumou_naiyo .hatsumou_naiyo_ttl {
        font-size: 4.2vw;
        padding: 15px 0;
    }
    .lower_hatsumou_naiyo li p {
        width: 100%;
    }
    .lower_hatsumou_naiyo li h3 {
        margin: 10px 0;
        font-size: 4.2vw;
        line-height: 1.2;
        padding-left: 30px;
        text-indent: -30px;
    }
    .lower_hatsumou_naiyo li {
        width: 100%;
        margin-bottom: 30px;
    }
}
/* ----------------------------------------------------------------------------
/  lower_faq
/ ---------------------------------------------------------------------------- */

.lower_faq_area{
    background-color: #F6F6F6;
}
.lower_faq_area .faq_ttl{
    margin: 50px;
}
.lower_faq_area .faq_ttl h2{
    text-align: center;
    color: #1A1311;
    font-size: 3.3rem;
    font-weight: 600;
}
.lower_faq_area .faq_ttl p{
    text-align: center;
}
.lower_faq_area .fax_list{
    margin-bottom:60px;
}
.lower_faq_area .fax_list p{
    background-color: #41B5AF;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 500;
    padding:5px 0 5px 35px;
    margin-bottom: 15px;
}
.lower_faq_area .fax_list .faq_box{
    margin-bottom:35px;
}
.lower_faq_area .fax_list .faq_box h2{
    border-bottom: solid 1px #707070;
    position: relative;
    font-size: 2.5rem;
    color: #094956;
    font-weight: 500;
    padding-left: 100px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.lower_faq_area .fax_list .faq_box h2:before{
    content: "Q";
    color: #41B5AF;
    font-weight: 500;
    font-size: 4rem;
    position: absolute;
    top: 6px;
    left: 35px;
    line-height: 1;
}
.lower_faq_area .fax_list .faq_box .answer{
    display: flex; 
    padding-left: 35px;
}
.lower_faq_area .fax_list .faq_box .answer span{
    color: #094956;
    font-weight: 500;
    font-size: 4rem;
    left: 35px;
    line-height: 1;
    padding-right: 40px;
}
.lower_faq_area .fax_list .faq_box .answer div{
    color: #484848;
    line-height: 1.5;
    font-weight: inherit;
}
.lower_faq_area .fax_list .faq_box .answer div li b{
    color: #41B5AF;
    font-weight: inherit;
}
.lower_faq_area .fax_list .faq_box .answer div li {
    padding-left: 70px;
    text-indent: -70px;
    margin-bottom: 4px;
}
@media (max-width: 768px){
    .lower_faq_area .fax_list p {
        font-size: 2rem;
    }
    .lower_faq_area .fax_list .faq_box h2 {
        font-size: 2rem;
        line-height: 1.4;
    }
    .lower_faq_area .fax_list .faq_box h2:before {
        top: -10px;

    }
    .lower_faq_area .faq_ttl h2 {
        font-size: 4.2vw;
    }
}
@media (max-width: 500px){
    .lower_faq_area .faq_ttl {
        margin: 0 0 20px 0;
    }
    .lower_faq_area .faq_ttl p br {
        display: none;
    }
    .lower_faq_area .fax_list p {
        font-size: 1.8rem;
        padding: 3px 0 3px 10px;
        margin-bottom: 10px;
    }
    .lower_faq_area .fax_list .faq_box {
        margin-bottom: 25px;
    }
    .lower_faq_area .fax_list .faq_box h2 {
        font-size: 1.7rem;
        padding-left: 40px;
    }
    .lower_faq_area .fax_list .faq_box h2:before {
        font-size: 3rem;
        top: -5px;
        left: 8px;
    }
    .lower_faq_area .fax_list .faq_box .answer {
        padding-left: 11px;
    }
    .lower_faq_area .fax_list .faq_box .answer span {
        font-size: 3rem;
        left: 15px;
        padding-right: 11px;
    }
    .lower_faq_area .faq_ttl h2 {
        font-size: 5.2vw;
        margin-bottom: 20px;
    }
    .lower_faq_area .fax_list {
        margin-bottom: 40px;
    }
}
/* ----------------------------------------------------------------------------
/  lower_gender
/ ---------------------------------------------------------------------------- */
.lower_gender{
    background-image: url(../img/male/man-mv_1.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 540px;
}
.lower_gender:before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(74,123,157,1) 99%);
}
.lower_gender:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 145px 0 145px;
    border-color: #4A7B9D transparent transparent transparent;
}
.lower_gender h1 img {
    position: absolute;
    width: 490px;
    top: 46%;
    transform: translateY(-50%);
    left: 15%;
}
@media (max-width: 1200px){
    .lower_gender {
        min-height: 380px;
    }
    .lower_gender h1 img {
        width: 360px;
        left: 70px;
    }
}
@media (max-width: 768px){
    .lower_gender {
        min-height: 310px;
    }
    .lower_gender h1 img {
        width: 310px;
        left: 40px;
    }
}
@media (max-width: 500px){
    .lower_gender {
        min-height: 250px;
        background-position: center right 39%;
    }
    .lower_gender h1 img {
        width: 200px;
        left: 20px;
    }
    .lower_gender:after {
        bottom: -30px;
        left: 50%;
        border-width: 30px 65px 0 65px;
    }
}
/* ----------------------------------------------------------------------------
/  low_malecause_area
/ ---------------------------------------------------------------------------- */
.low_malecause_area{
    padding-top: 150px;
}
.low_malecause_area .low_cause_ttl {
    background-color: inherit;
    background: rgb(74,123,157);
    background: linear-gradient(94deg, rgba(74,123,157,1) 0%, rgba(20,70,114,1) 99%);
}
.low_malecause_area .low_cause_ttl:before{
    display: none;
}
.low_malecause_area .malecause_inner{
    background-color: #fff;
    padding: 50px;
    margin: 70px 0 0;
}
.low_malecause_area .malecause_inner ul{
    padding: 0px;
    margin: 0 auto;
}
.low_malecause_area .kaiketsu {
    background-image: inherit;
    padding: 40px 0 90px;
}
.low_malecause_area .kaiketsu .male_kaiketsu_txt{
    max-width: 1200px;
    margin: 0 auto;
    background-image: url(../img/male/male_douji.png);
    background-size: 630px;
    background-position: center left;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 0px;
}
.low_malecause_area .kaiketsu .male_kaiketsu_txt .kaiketsu_txt{
    margin: 0 0 0 auto;
    max-width: 560px;
    font-size: 3.7rem;
    text-align: left;
}
.low_malecause_area .kaiketsu .male_kaiketsu_txt .kaiketsu_txt .red {
    color: #4A7B9D!important;
}
.low_malecause_area .kaiketsu .male_kaiketsu_txt .kaiketsu_txt p .font140 {
    color: #41B5AF!important;
    background: linear-gradient(transparent 99%, #41B5AF 0%);
}
@media (max-width: 1200px){
    .low_malecause_area {
        padding-top: 90px;
    }
    .low_malecause_area .kaiketsu .male_kaiketsu_txt .kaiketsu_txt {
        font-size: 3.5vw;
    }
}
@media (max-width: 768px){
    .low_malecause_area .kaiketsu .male_kaiketsu_txt .kaiketsu_txt {
        max-width: inherit;
        width: 51%;
    }
    .low_malecause_area .kaiketsu .male_kaiketsu_txt {
        background-size: 450px auto;
        background-position: center left;
        padding: 40px 0px;
    }
}
@media (max-width: 500px){
    .low_malecause_area .malecause_inner {
        padding: 20px;
        margin: 40px 0 0;
    }
    .low_malecause_area .kaiketsu .male_kaiketsu_txt {
        width: 100%;
        font-size: 4.5vw;
        background-size: 330px auto;
    }
    .low_malecause_area .kaiketsu .male_kaiketsu_txt .kaiketsu_txt {
        width: 59%;
        font-size: 3.8vw;
    }
    .low_malecause_area .kaiketsu {
        padding: 30px 0 50px;
    }
    .low_malecause_area {
        padding-top: 60px;
    }
}
/* ----------------------------------------------------------------------------
/ low_kouka_area 
/ ---------------------------------------------------------------------------- */
.low_kouka_area h2{
    background-color: #00CE81;
    text-align: center;
    color: #fff;
    font-size: 3.3rem;
    font-weight: 600;
    padding: 20px 0;
    position: relative;
}
.low_kouka_area h3{
    text-align: center;
    color: #41B5AF;
    font-size: 3.3rem;
    font-weight: 500;
    margin: 60px 0;
}
.low_kouka_area ul:after{
    content: "";
    width: 31.5%;
}
.low_kouka_area li{
    width: 31.5%;
    background-color: #00CE81;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 20px;
    border-radius: 13px;
    margin-bottom: 20px;
}
.low_kouka_area .male_att{
    text-align: center;
}
.low_kouka_area .only{
    background-image: url(../img/male/male_sclp.png);
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    padding: 80px 0;
    margin-top: 40px;
}
.low_kouka_area .only p{
    text-align: center;
    color: #094956;
    text-align: center;
    font-size: 3.3rem;
    line-height: 1.3;
    font-weight: 500;
}
.low_kouka_area .only p .grn{
    color: #ff0a67;
    font-size: 120%;
}
.low_kouka_area .only p .fs120{
    font-size: 120%;
}
.low_kouka_area .only p .fs100{
    font-size: 100%;
}
@media (max-width: 1200px){
    .low_kouka_area h3 {
        font-size: 3vw;
        margin: 40px 0;
    }
    .low_kouka_area li {
        font-size: 1.6vw;
        padding: 20px 10px;
        margin-bottom: 20px;
    }
    .low_kouka_area .only p {
        font-size: 3.2vw;
    }
    .low_kouka_area h2 {
        font-size: 4vw;
    }
}
@media (max-width: 768px){
    .low_kouka_area li {
        width: 49.4%;
        font-size: 2.2vw;
        border-radius: 13px;
        margin-bottom: 10px;
    }
    .low_kouka_area .only {
        margin-top: 0;
    }
}
@media (max-width: 500px){
    .low_kouka_area h2 {
        font-size: 5vw;
        padding: 6px 0;
    }
    .low_kouka_area h3 {
        font-size: 3.5vw;
        margin: 20px 0;
    }
    .low_kouka_area li {
        font-size: 2.3vw;
        padding: 10px 2px;
        border-radius: 7px;
    }
    .low_kouka_area .only {
        padding: 50px 0;
    }
    .low_kouka_area .only p {
        font-size: 4.3vw;
    }
}
/* ----------------------------------------------------------------------------
/  low_impossible_area
/ ---------------------------------------------------------------------------- */
.low_impossible_area{
    background-color: #F6F6F6;
    position: relative;
    padding-top: 10px;
}
.low_impossible_area:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 145px 0 145px;
    border-color: #F6F6F6 transparent transparent transparent;
}
.low_impossible_area .impossible{
    position: relative;
    margin: 1000px;
    margin: 0 auto 50px;
    border: dashed 2px #4A7B9D;
    background-color: #fff;
    border-radius: 8px;
    padding: 50px;
}
.low_impossible_area .impossible ul {
    justify-content: center;
    width: 60%;
    margin: 0 auto;
}
.low_impossible_area img {
    width: 980px;
    display: block;
    margin: 0 auto;
}
.low_impossible_area .impossible li{
    color: #1A1311;
    font-size: 2.8rem;
    padding: 10px 0;
    width: 48%;
    list-style: disc;
}
.low_impossible_area .impossible li span{
    color: #094956;
}
.low_impossible_area .impossible_txt {
    margin-top: 80px;
}
.low_impossible_area .impossible_txt p{
    text-align: center;
    color:#41B5AF;
    text-align: center;
    font-size: 4rem;
    line-height: 1.6;
    font-weight: 500;
}

@media (max-width: 1200px){
    .low_impossible_area .impossible ul {
        width: 100%;
    }
    .low_impossible_area .impossible_txt p {
        font-size: 3.3vw;
    }
    .low_impossible_area img {
        width: 80%;
    }
    .low_impossible_area .impossible li {
        font-size: 3vw;
    }
}
@media (max-width: 768px){
    .low_impossible_area .impossible {
        margin: 0 auto 30px;
        padding: 20px;
    }
}
@media (max-width: 500px){
    .low_impossible_area .impossible li {
        font-size: 4vw;
        padding: 1px 0;
        width: 100%;
        margin-left: 40px;
    }
    .low_impossible_area img {
        width: 100%;
    }
    .low_impossible_area .impossible_txt {
        margin-top: 30px;
    }
    .low_impossible_area .impossible_txt p {
        font-size: 3.7vw;
    }
    .low_impossible_area:after {
        bottom: -30px;
        border-width: 30px 65px 0 65px;
    }
}
/* ----------------------------------------------------------------------------
/  low_how_area
/ ---------------------------------------------------------------------------- */
.low_how_area .low_how_ttl p{
    background-color: #094956;
    border-radius: 50px;
    width: 100%;
    max-width: 820px;
    padding: 2px 0;
    font-size: 2.8rem;
    font-weight: 500;
    color: #fff;
    margin: 0 auto 30px;
    text-align: center;
    display: table;
    margin: 0 auto 60px;
}
.low_how_area .low_how_ttl h2{
    font-size: 3.7rem;
    font-weight: 600;
    color: #094956;
    line-height: 1.6;
    position: relative;

}
.low_how_area .low_how_ttl h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 240px;
    height: 130%;
    background-image: url(../img/male/male_staff2.png);
    background-position: center bottom;
    background-size: 240px;
    background-repeat: no-repeat;
}
.low_how_area .low_how_ttl h2 .red{
    font-size: 120%;
    border-bottom: solid 1px #ff0a67;
}
.grn{
    color: #00CE81;
}
.low_how_area ul{
    margin: 100px 0 60px;
}
.low_how_area li{
background: rgb(255,255,255);
background: linear-gradient(94deg, rgba(255,255,255,0) 0%, rgba(227,246,243,1) 18%);
    margin-bottom: 20px;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.low_how_area li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 230px;
    height: 100%;
    background-image: url(../img/male/male_cause1.jpg);
    background-position: center bottom;
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.low_how_area li:nth-child(2):before{
    background-image: url(../img/male/male_cause2.jpg);
}
.low_how_area li:nth-child(3):before{
    background-image: url(../img/male/male_cause3.jpg);
}
.low_how_area li:nth-child(4):before{
    background-image: url(../img/male/male_cause4.jpg);
}
.low_how_area li p{
    font-size: 2.2rem;
    font-weight: 500;
    color: #094956;
    line-height: 1.4;
}
.low_how_area li p b{
    font-weight: 500;
    font-size: 130%;
    color: #41B5AF;
}
.low_how_area li span {
    border-radius: 50px;
    text-align: center;
    color: #fff;
    background-color: #00CE81;
    padding: 0px 18px;
    font-size: 2rem;
    font-weight: 500;
    margin: 0 22px 0 100px;
    line-height: 2;
}
.low_how_area .low_how_list h3{
    text-align: center;
    color: #4A7B9D;
    font-weight: 600;
    font-size: 5rem;
}
@media (max-width: 1200px){
    .low_how_area .low_how_ttl p {
        font-size: 2.5vw;
    }
    .low_how_area .low_how_ttl h2 {
        font-size: 3vw;
    }
    .low_how_area .low_how_ttl h2:before {
        bottom: -40px;
        width: 220px;
        height: 160%;
    }
    .low_how_area .low_how_list h3 {
        font-size: 5vw;
    }
}
@media (max-width: 768px){
    .low_how_area li {
        display: block;
    }
    .low_how_area li p{
        margin-left: 100px;
        font-size: 2.6vw;
    }
    .low_how_area .low_how_ttl h2:before {
        bottom: -11px;
        width: 140px;
        background-size: 140px;
        height: 160%;
    }
    .low_how_area ul {
        margin: 50px 0 20px;
    }
    }
    @media (max-width: 500px){
    .low_how_area .low_how_ttl p {
        font-size: 3.6vw;
    }
    .low_how_area .low_how_ttl h2:before {
        display: none;
    }
    .low_how_area .low_how_ttl p {
        margin: 0 auto 20px;
    }
    .low_how_area .low_how_ttl h2 {
        font-size: 3.4vw;
    }
    .low_how_area li {
        padding: 15px 5px;
        margin-bottom: 10px;
        background: linear-gradient(94deg, rgba(255,255,255,0) 0%, rgba(227,246,243,1) 24%);
    }
    .low_how_area li span {
        padding: 0px 18px;
        font-size: 1.5rem;
        margin: 0 22px 0 60px;
    }
    .low_how_area li p {
        margin-left: 60px;
    }
    .low_how_area li:before {
        background-position: left bottom;
    }
    .low_how_area ul {
        margin: 25px 0 20px;
    }
}
/* ----------------------------------------------------------------------------
/  low_case_area
/ ---------------------------------------------------------------------------- */

.low_case_area{
    background-color: #E3F6F3;
}
.realreport{
    background-color: #fff;
    padding: 50px;
    margin: 50px 0;
    border-radius: 10px;
}
.realreport h3{
    text-align: center;
    font-size: 3rem;
    font-weight: 500;
    color: #41B5AF;
    text-align: center;
    position: relative;
    display: table;
    line-height: 1.4;
    margin: 0px auto 30px;
}
.realreport li{
    width: 22%;
    position: relative;
}
.realreport_fem li{
    width: 30%;
}
.realreport li:after {
    content: "▶";
    position: absolute;
    top: 70px;
    color: #41B5AF;
    font-size: 4rem;
    right: -44px;
}
.realreport_fem li:after {
    color: #ff0a67;
    top: 110px;
}
.realreport li:last-child:after{
    display: none;
}
.realreport li h4{
    font-weight: 600;
    font-size: 120%;
    margin: 20px 0 10px;
    line-height: 1.4;
}
.realreport li p{
    font-size: 1.4rem;
    line-height: 1.4;
}
.low_case_area h2 {
    font-size: 4rem;
    font-weight: 500;
    color: #41B5AF;
    text-align: center;
    position: relative;
    display: table;
    padding: 0 11%;
    line-height: 1.4;
    margin: 40px auto 50px;
}
.low_case_area h2 span {
    position: relative;
}
.low_case_area h2:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}
.low_case_area .low_case_ct{
    margin-top: 100px;
}
.low_case_area .low_case_box{
    width: 31%;
    margin-bottom: 60px;
}
.low_case_area .low_case_box .case_txt p{
    background-color: #41B5AF;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    display: block;
    font-size: 2rem;
    margin-bottom: 15px;
}
.low_case_area .low_case_box .case_ttl{
    background-color: #fff;
    line-height: 1.4;
    padding: 4px 8px;
    color: #484848;
    margin: 10px 0;
}
.low_case_area .low_case_box a {
    color: #094956;
    display: table;
    font-size: 1.4rem;
    margin: 0 0 0 auto;
}
.low_case_area .low_case_box a span{
    border-bottom: solid 1px #094956;
}
/*modal*/
.md-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 9999;
}
.md-contents {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    overflow: hidden;
    transform: translate(-50%,-50%);
    z-index: 10000;
    max-width: 740px;
    background-color: #fff;
}
.md-inner{
    background: #fff;
    height: auto;
    width: 80%;
    padding: 50px 0;
    margin: 0 auto;
}
.md-inner .case_txt p{
    background-color: #41B5AF;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    display: block;
    font-size: 2rem;
    margin-bottom: 15px;
}
.md-inner .case_ttl{
    color:#41B5AF;
    font-size: 2.2rem;
    line-height: 1.4;
    margin: 25px 0;
}
.md-inner .case_txt{
    color: #484848;
    line-height: 1.7;
}
.md-xmark{
    position: absolute;
    top: 34px;
    right: 20px;
    width: 25px;
    height: 22px;
    z-index: 9999;
    cursor: pointer;
}
.md-xmark span {
    height: auto;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
}
.md-xmark span:nth-of-type(1) {
    top: 0;
    transform: translateY(10px) rotate(-45deg);
}
 
.md-xmark span:nth-of-type(2) {
    bottom: 0;
    transform: translateY(-10px) rotate(45deg);
}
@media (max-width: 1200px){
    .low_case_area .low_case_box .case_txt p {
        font-size: 1.8vw;
    }
    .low_case_area h2 {
        font-size: 4.5vw;
        margin: 0 auto 0;
    }
    .realreport li:after {
        top: 70px;
        font-size: 3rem;
        right: -34px;
    }
}
@media (max-width: 768px){
    .low_case_area .low_case_box {
        width: 48%;
        margin-bottom: 50px;
    }
    .md-inner .case_txt p {
        font-size: 3vw;
    }
    .realreport li {
        width: 47%;
        margin-bottom: 30px;
    }
    .realreport li:after {
        top: 110px;
    }
    .realreport li:nth-child(2):after {
        display: none;
    }
}
@media (max-width: 500px){
    .low_case_area .low_case_ct {
        margin-top: 40px;
    }
    .low_case_area .low_case_box .case_txt p {
        font-size: 2.5vw;
    }
    .low_case_area .low_case_box {
        margin-bottom: 20px;
    }
    .low_case_area .low_case_box .case_ttl {
        margin: 7px 0 3px;
    }
    .md-inner .case_txt p {
        font-size: 4vw;
    }
    .md-inner {
        width: 90%;
        padding: 40px 0;
    }
    .md-contents {
        width: 93%;
    }
    .md-xmark {
        top: 11px;
    }
    .md-inner .case_ttl {
        font-size: 4vw;
        margin: 15px 0 10px;
    }
    .realreport {
        padding: 20px 20px 0;
        margin: 30px 0;
    }
    .realreport h3 {
        font-size: 5vw;
    }
    .realreport li:after {
        display: none;
    }
}
/* ----------------------------------------------------------------------------
/  taiken_area -male
/ ---------------------------------------------------------------------------- */
.taiken_area .male_taiken p {
    text-align: center;
    display: block;
    max-width: 600px;
    margin: 20px auto 30px;
    border-bottom: solid 1px #00CE81;
    color: #094956;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 10px;

}
.taiken_area .male_taiken ul{
    max-width: 490px;
    margin: 0 auto 30px;
}
.taiken_area .male_taiken li{
    width: 50%;
    font-size: 1.8rem;
}
@media (max-width: 768px){
    .taiken_area .male_taiken p {
        font-size: 3.6vw;
    }
    .taiken_area .male_taiken li {
        font-size: 2.4vw;
    }
}
@media (max-width: 500px){
    .taiken_area .male_taiken p {
        font-size: 4.4vw;
        margin: 10px auto;
    }
    .taiken_area .male_taiken p {
        font-size: 4.4vw;
        margin: 10px auto;
    }
    .taiken_area .male_taiken li {
        font-size: 2.9vw;
    }
}
/* ----------------------------------------------------------------------------
/  lower_gender_female
/ ---------------------------------------------------------------------------- */
.lower_gender_female{
    background-image: url(../img/male/woman-mv_1.jpg);
}
.lower_gender_female:before {
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(238,45,117,1) 99%);
}
.lower_gender_female:after {
    border-color: #ee2d75 transparent transparent transparent;
}

/* ----------------------------------------------------------------------------
/  low_femalecause_area
/ ---------------------------------------------------------------------------- */
.low_femalecause_area {
    background-color: #FFECF5;
    padding-top: 80px;
}
.low_femalecause_area .low_cause{
    max-width: 1200px;
    background-color: #fff;
    border: dashed 2px #ff0a67;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    color: #094956;
    line-height: 1.6;
    padding: 40px;
}
.low_femalecause_area .low_cause span{
    border-bottom: solid 1px #ff0a67;
    font-size: 130%;
}
.low_femalecause_area .low_cause span b{
    color: #8F96F6;
    border-bottom: solid 1px #8F96F6;
}
.low_femalecause_area .low_cause_ttl{
background: rgb(201,205,255);
background: linear-gradient(94deg, rgba(201,205,255,1) 4%, rgba(255,99,182,1) 65%, rgba(251,97,164,1) 100%);
}
.pink{
    color: #ff0a67!important;
}
.low_femalecause_area .point5{
    background-color:#EF6690;
    text-align: center;
    color: #fff;
    font-size: 3.3rem;
    font-weight: 600;
    padding: 20px 0;
    position: relative;
    border-radius: 75px;
    max-width: 330px;
    margin: 70px auto -40px;
    line-height: 1;
}
.low_femalecause_area li span {
    color: #EF6690;
    background-color: inherit;
}
.low_femalecause_area li {
    color: #707070;
}
.low_femalecause_area li p b {
    color: #8F96F6;
}
.low_femalecause_area .kaiketsu .male_kaiketsu_txt {
    background-image: url(../img/male/fml_douji.png);
}
.low_femalecause_area .kaiketsu .male_kaiketsu_txt .kaiketsu_txt .red {
    color: #8F96F6!important;
}
.low_femalecause_area .kaiketsu .male_kaiketsu_txt .kaiketsu_txt p .font140 {
    color: #ff0a67!important;
    background: linear-gradient(transparent 99%, #ff0a67 0%);
}
.low_femalecause_area .kaiketsu .male_kaiketsu_txt {
    background-size: 660px;
}
@media (max-width: 1200px){
    .low_femalecause_area .low_cause {
        font-size: 4vw;
    }
}
@media (max-width: 768px){
    .low_femalecause_area .low_cause {
        font-size: 3.6vw;
    }
    .low_femalecause_area .point5 {
        font-size: 4vw;
    }
    .low_femalecause_area .kaiketsu .male_kaiketsu_txt .kaiketsu_txt {
        margin: 0 auto 0 20px;
    }
    .low_femalecause_area .kaiketsu .male_kaiketsu_txt {
        background-position: center right;
    }
}
@media (max-width: 500px){
    .low_femalecause_area .low_cause {
        font-size: 4vw;
        padding: 20px;
    }
    .low_femalecause_area li span {
        text-align: left;
    }
    .low_femalecause_area .point5 {
        font-size: 4.5vw;
        margin: 30px auto -20px;
        padding: 15px 0;
    }
    .low_femalecause_area .kaiketsu .male_kaiketsu_txt {
        background-size: 430px;
    }
}
/* ----------------------------------------------------------------------------
/  low_fe_kouka_area
/ ---------------------------------------------------------------------------- */
.low_fe_kouka_area h2 {
    background-color: #EF6690;
}
.low_fe_kouka_area li {
    background-color: #EF6690;
}
.low_kouka_area .only p .grn {
    color: #ff0a67;
}
.low_kouka_area .only {
    background-image: url(../img/male/female_sclp.png);
}
/* ----------------------------------------------------------------------------
/  low_fe_impossible_area
/ ---------------------------------------------------------------------------- */
.low_fe_impossible_area{
    padding-top: 50px;
}.low_fe_impossible_area .impossible {
    border: dashed 2px #8F96F6;
}
.low_fe_impossible_area .impossible li span {
    color: #8F96F6;
}
.low_fe_impossible_area .impossible_txt p .red{
    color: #ff0a67!important;
}
/* ----------------------------------------------------------------------------
/  low_fe_how_area
/ ---------------------------------------------------------------------------- */
.low_fe_how_area.low_how_ttl p {
    background-color: #ff0a67;
}
.low_fe_how_area .low_how_ttl h2 .red {
    border-bottom: solid 1px #ff0a67;
    color:#ff0a67!important;
}
.low_fe_how_area .low_how_ttl h2 .grn {
    color: #41B5AF!important;
}
.low_fe_how_area .low_how_ttl h2:before {
    background-image: url(../img/male/fml_staff2.png);
}
.low_fe_how_list li:before {
    background-image: url(../img/male/fml_cause1.jpg);
}
.low_fe_how_list li:nth-child(2):before {
    background-image: url(../img/male/fml_cause2.jpg);
}
.low_fe_how_list li:nth-child(3):before {
    background-image: url(../img/male/fml_cause3.jpg);
}
.low_fe_how_list li:nth-child(4):before {
    background-image: url(../img/male/fml_cause4.jpg);
}
.low_fe_how_area li {
    background: linear-gradient(94deg, rgba(255,255,255,0) 0%, rgba(255,236,245,1) 18%);
}
.low_fe_how_area li span {
    background-color: #EF6690;
}
.low_how_area .low_how_list h3 {
    color: #8F96F6;
}
.low_how_area .low_how_list h3 .red {
    color:#ff0a67!important;
}
/* ----------------------------------------------------------------------------
/  low_fe_case_area
/ ---------------------------------------------------------------------------- */
.low_fe_case_area{
    background-color: #FFECF5;
}
.low_fe_case_area h2 {
    color: #ff0a67;
}

/* ----------------------------------------------------------------------------
/  news
/ ---------------------------------------------------------------------------- */
.low_news_arh:after{
    content: "";
    width: 30%;
}
.low_news_arh li{
    width: 30%;
    margin-bottom:40px;
}
.low_news_arh li h2{
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 20px;
}
.low_news_arh .cate{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.low_news_arh .cate .arh_day{
    color: #41B5AF;
    font-size: 1.4rem;
}
.low_news_arh .cate{
    margin-bottom: 5px;
}
.low_news_arh .cate .column {
    color: #00CE81;
    font-size: 1.4rem;
    position: relative;
    border-left: 4px solid #00CE81;
    padding-left: 9px;
    line-height: 1.4;
}
.low_news_arh .cate .topics,
.low_news_arh .cate .newslist{
    color: #ff0a67;
    font-size: 1.4rem;
    position: relative;
    border-left: 4px solid #ff0a67;
    padding-left: 9px;
    line-height: 1.4;
}
@media (max-width: 500px){
    .low_news_arh li{
        width: 48%;
        margin-bottom:30px;
    }
    .low_news_arh li h2 {
        font-size: 1.5rem;
        margin-top: 7px;
    }
}
/************************************
** レスポンシブページネーション
************************************/
.pagination{
    margin-top:30px;
}
.pagination_b,
.pagination_b li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pagination ul:after {
    display: none!important;
}
.pagination li {
    width: initial!important;
    padding: 0!important;
    box-shadow: none!important;
    margin-bottom: 0!important;
    background-color: #E3F6F3;
    margin-right: 20px;
    border-radius: 50px;
}
.pagination li a{
    color: #484848;
    font-size: 1.4rem;
}
.pagination_b a {
    font-size: 1.4rem;
    padding-top: 1px;
    text-decoration:none;
    margin: 0 5px;
    min-width: 25px;
    min-height: 35px;

}
.pagination_b li:not([class*="current"]) a:hover {
}
.pagination li.current{
    position: relative;
    border: solid 1px #41B5AF;
    background-color: #41B5AF;
    border-radius: 50px;
}
.pagination li.current a{
    color: #fff!important;
}
.pagination li.current:after{
    content: "";
    position: absolute;
    bottom: -10px;
    left:50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    font-size: 0.5rem;

}
.pagination_b li:first-of-type a {
    border-left-width: 1px;
}
.pagination_b li.first span,
.pagination_b li.last span,
.pagination_b li.previous span,
.pagination_b li.next span {
/* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.pagination_b li.first a::before,
.pagination_b li.last a::after,
.pagination_b li.previous a::before,
.pagination_b li.next a::after {
    display: inline-block;
    font-family: Fontawesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.pagination_b li.next a::after,
.pagination_b li.previous a::before{
    font-family: 'Urbanist', sans-serif;
}
.pagination_b li.first a::before { content: "‹‹"; }
.pagination_b li.last a::after { content: "››"; }
.pagination_b li.previous a::before { content: "PREV"; }
.pagination_b li.next a::after { content: "NEXT"; }
.pagination_b li.current a {
    cursor: default;
    pointer-events: none;
}
.pagination ul {
    justify-content: center!important;
}
.pagination .first,
.pagination .previous,
.pagination .next,
.pagination .last{
    border: none!important;
    background-color: inherit;
    font-weight: 600;
}
.pagination .first a,
.pagination .previous a,
.pagination .next a,
.pagination .last a{
    background-color: inherit;
    color: #41B5AF;
}
.pagination .last{
    margin-right: 0!important;
}
@media only screen and ( max-width: 768px ) {
    .pagination_b li.first,
    .pagination_b li.last {
    /* screen readers only */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .pagination_b li.previous a {
        border-left-width: 1px;
    }
}
@media only screen and ( max-width: 500px ) {
    .pagination_b a {
        font-size: 1.6rem;
    }
    .pagination_b li {
    /* screen readers only */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .pagination_b li.current,
    .pagination_b li.first,
    .pagination_b li.last,
    .pagination_b li.previous,
    .pagination_b li.next{
        position: initial;
        top: initial;
        left: initial;
    }
    .pagination_b li.previous a {
        border-left-width: 1px;
    }
    .pagination li.current:after {
        bottom: 40px;
    }
}
@media only screen and ( max-width: 320px ) {
    .pagination li {
        margin-right: 10px;
    }
}

/* ----------------------------------------------------------------------------
/  single_area
/ ---------------------------------------------------------------------------- */
.single_area{
    padding-bottom: 50px;
}
.single_area .single_inner{
    background-color: #F6F6F6;
    padding: 40px 0;
}
.single_area .single_inner .single_ttl_ct {
    border-bottom: solid 1px #41B5AF;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.single_area .single_inner .singel_flex {
    max-width: 950px;
    margin: 0 auto 20px;
}
.single_area .single_inner h1{
    max-width: 950px;
    margin: 0 auto;
    font-size: 4rem;
    color: #094956;
    font-weight: 600;
    line-height: 1.4;
}
.single_area .single_inner .singel_flex .single_day{
    color: #41B5AF;
    font-size: 2rem;
}
.single_area .single_inner .singel_flex a{
    color: #094956;
}

.single_area .single_day_area{
    max-width: 420px;
}
.single_area .single_txt{
    max-width: 950px;
    margin: 0 auto;
}
.single_area .single_txt img{
    margin: 40px 0;
}
.single_area .single_txt h2{
    background-color: #fff;
    color: #41B5AF;
    font-size: 1.7vw;
    padding: 7px 15px;
    margin: 20px 0;
    line-height: 1.4;
    font-weight: 600;
}
.single_area .single_txt h3{
    color: #41B5AF;
    font-size: 1.4vw;
    line-height: 1.4;
    padding: 7px 15px;
    margin: 20px 0;
    border-left: solid 6px #41B5AF;
    font-weight: 600;

}
.single_area .single_txt ul{
    margin: 30px 0 30px 30px;
}
.single_area .single_txt li{
    color: #094956;
    list-style: disc;
}
.single_area .single_txt table{
    width: 100%;
}
.single_area .single_txt tr{
    border-bottom: solid 1px #484848;
}
.single_area .single_txt td{
    padding: 10px;
}
.single_area .single_txt tr td:nth-child(1){
    color: #41B5AF;
}
/*single_btn_list-------------*/
.single_btn{
    max-width: 320px;
    margin: 0 auto 100px;
    color: #41B5AF;
}
.single_btn li{
    width: 33%;
}
.single_btn li:nth-child(2){
    text-align: center;
}
.single_btn li:nth-child(3){
    text-align: right;
}
.single_btn a{
    color: #41B5AF;
}
@media (max-width: 1200px){
    .single_area .single_inner {
        padding: 40px 50px;
    }
    .single_area .single_inner h1 {
        font-size: 3vw;
    }
    .single_area .single_txt h2 {
        font-size: 2.6vw;
    }
    .single_area .single_txt h3 {
        font-size: 2.2vw;
    }
}
@media (max-width: 768px){
    .single_area .single_inner {
        padding: 20px 20px;
    }
}
@media (max-width: 500px){
    .single_area .single_inner h1 {
        font-size: 4vw;
    }
    .single_area .single_inner .singel_flex {
        margin: 0 auto 5px;
    }
    .single_area .single_inner .single_ttl_ct {
        margin-bottom: 20px;
        padding-bottom: 14px;
    }
    .single_area .single_txt h2 {
        font-size: 1.7rem;
        margin-bottom: 10px;
    }
    .single_area .single_txt h3 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .single_area .single_txt ul {
        margin: 20px 0 20px 20px;
    }
    .single_area .single_txt li {
        line-height: 1.6;
        margin-bottom: 8px;
    }
    .single_area .single_txt td {
        padding: 4px 0 8px;
        display: block;
        width: 100%;
    }
    .single_area .single_txt tr td:nth-child(1) {
        padding-bottom: 0;
    }
    .single_area .single_txt img {
        margin: 10px 0;
    }
}
/* ----------------------------------------------------------------------------
/  contact_taiken_area
/ ---------------------------------------------------------------------------- */
.contact_taiken_area .taiken_box {
    padding: 10px 20px 40px;
}
.contact_taiken_area .taiken_box .taiken_price {
    margin: 9px -20px 10px -20px;
    padding: 15px 0;
}
.contact_taiken_area ul{
    justify-content: center;
    margin-top: 50px;
}
.contact_taiken_area li{
    width: 320px;
    height: 320px;
    margin: 0 20px 20px;
    border-radius: 50%;
    background: rgb(113,216,209);
    background: linear-gradient(180deg, rgba(113,216,209,1) 27%, rgba(16,148,164,1) 74%, rgba(1,97,109,1) 98%);
    text-align: center;
    color: #F8FF26;
    text-align: center;
    padding: 60px 0;
}
.contact_taiken_area img{
    display: block;
    margin: 0 auto;
    height: 95px;
    width: auto;
}
.contact_taiken_area h3{
    font-size: 2.5rem;
    font-weight: 600;
}
.contact_taiken_area p{
    color: #fff;
    line-height: 1.4;
}
@media (max-width: 1200px){
    .contact_taiken_area li {
        width: 280px;
        height: 280px;
        margin: 0 20px 20px;
        padding: 43px 0;
    }
}
@media (max-width: 768px){
    .contact_taiken_area li {
        width: 220px;
        height: 220px;
        margin: 0 10px 20px;
        padding: 33px 0;
    }
    .contact_taiken_area img {
        height: 75px;
    }
    .contact_taiken_area h3 {
        font-size: 1.8rem;
    }
    .contact_taiken_area p {
        font-size: 1.4rem;
    }
}
@media (max-width: 500px){
    .contact_taiken_area .taiken_box {
        margin: 20px auto 0;
    }
    .taiken_box h3 {
        font-size: 5.5vw!important;
    }
    .contact_taiken_area h3 {
        font-size: 1.4rem;
    }
    .contact_taiken_area p {
        font-size: 1rem;
    }
    .contact_taiken_area li {
        width: 150px;
        height: 150px;
        margin: 0 6px 10px;
        padding: 23px 0;
    }
    .contact_taiken_area img {
        height: 45px;
    }
    .contact_taiken_area .taiken_box {
        padding: 10px 20px 20px;
    }
}
/* ----------------------------------------------------------------------------
/  lower_contact_area
/ ---------------------------------------------------------------------------- */
.lower_contact_area .lower_contact_box{
    width: 100%;
    border: solid 3px #41B5AF;
    padding: 50px 20px;
}
.lower_contact_area .lower_contact_box h2{
    text-align: center;
    font-size: 3.3rem;
    color: #094956;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
}
.lower_contact_area .lower_contact_box h2 span{
    color: #41B5AF;
}
.lower_contact_area .lower_contact_box ul{
    max-width: 700px;
    margin: 30px auto;
}
.lower_contact_area .lower_contact_box li {
    width: 48%;
}
.lower_contact_area .lower_contact_box li a{
    display: block;
    border-radius: 10px;
    padding: 30px 0;
    text-align: center;
    color: #ffff;
    font-size: 2.5rem;
    background-color: #55AE70;
    padding-top: 170px;
    background-image: url(../img/contact/contat_line.svg);
    background-repeat: no-repeat;
    background-size: 82px;
    background-position: center top 38%;
}
.lower_contact_area .lower_contact_box li:nth-child(2) a{
    background-color: #41B5AF;
    background-image: url(../img/contact/contat_web.svg);
}
.lower_contact_area .lower_contact_box p{
    text-align: center;
    color: #094956;
    font-size: 2rem;
}
.lower_contact_area .lower_contact_box li a:hover{
    background-color: #46c36c;
}
.lower_contact_area .lower_contact_box li:nth-child(2) a:hover{
    background-color: #2ebcb4;
}
@media (max-width: 1200px){
    .lower_contact_area .lower_contact_box h2 {
        font-size: 3vw;
    }
}
@media (max-width: 768px){
    .lower_contact_area .lower_contact_box p {
        font-size: 2.6vw;
    }
    .lower_contact_area .lower_contact_box li a {
        font-size: 3vw;
    }
}
@media (max-width: 500px){
    .lower_contact_area .lower_contact_box li a {
        padding: 10px 0;
        padding-top: 60px;
        background-size: 42px;
        background-position: center top 28%;
    }
    .lower_contact_area .lower_contact_box p {
        font-size: 3.2vw;
    }
    .lower_contact_area .lower_contact_box {
        padding: 30px 20px;
    }
    .lower_contact_area .lower_contact_box ul {
        max-width: 700px;
        margin: 14px auto;
    }
}


/*----------------------------*/
.lower_contactform_area{
    background-color: #F6F6F6;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 10rem;
    margin-top: 100px;
}
.lower_contactform_area form h2 {
    color: #41B5AF;
    font-size: 2.7rem;
    border-left: solid 2px #41B5AF;
    padding-left: 10px;
    line-height: 1;
    font-weight: 600;
    margin:50px 0 40px;
}
.form {
    overflow-x: hidden
}
.form .flex{
    margin-bottom: 20px;
}
.form .block img {
    margin-bottom: 30px
}
.form .block div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center
}
.lower_contactform_area .thanks{
    max-width: 450px;
    margin: 50px auto;
}
.mw_wp_form .error{
    font-size: 1.3rem;
    color: #ff0a67!important;
}
@media (max-width: 1200px){
    .lower_contactform_area {
        padding: 80px 20px;
        width: 95%;
    }
}
@media (max-width: 768px){
    .lower_contactform_area form h2 {
        font-size: 3vw;
        margin: 40px 0 30px;
    }
}
@media (max-width: 500px){
    .lower_contactform_area {
        padding: 20px 0 40px;
        width: 95%;
        margin-top: 50px;
    }
    .lower_contactform_area form h2 {
        font-size: 4vw;
        line-height: 1.5;
        margin: 20px 0 20px;
    }
}


/*--------- form-right-------------------*/
.form form .flex div:first-child{
    width: 26%;
    color: #41B5AF;
    font-size: 2rem;
    display: flex;
    justify-content: space-between;
}
.form form .flex div:first-child p {
    position: relative;
    color: #41B5AF;
    font-size: 1.8rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    line-height: 1.5;
}
.form form .flex div:first-child p span {
    display: inline-block;
    color: #ff0a67;
    font-size: 15px;
}
@media (max-width: 768px){
    .form form .flex div:first-child p {
        font-size: 1.6rem;
    }
}
@media (max-width: 500px){
    .form form .flex div:first-child p span {
        position:unset;
        margin-left: 10px
    }
.form form .flex div:first-child {
    width: 100%;
    margin-bottom: 10px;
}
}

/*--------- form-left-------------------*/
.form form .flex div:last-child{
    width: 63%;
}
.form form .flex .mwform-radio-field{
    margin-right: 20px;
}

.form form .flex div:last-child p {
    margin-bottom: 0;
    margin-top: 10px
}
.form form .flex div:last-child .mwform-checkbox-field {
    margin-left: 0;
    margin-right: 30px
}
.form form .flex input[type=text] {
    width: 250px;
    height: 30px;
    border: 1px solid #41B5AF;
    padding: 3px;
}
.form form .flex input[type=text].long {
    width: 100%
}
.form form .flex input[type=text].short {
    width: 100px
}
.form form .flex input[type=text].last {
    margin: 15px 0 30px
}
.form form .flex input[type=checkbox] {
    border-radius: unset!important
}
.form form .flex input[type=checkbox],.form form .flex input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    top: -4px;
    height: 20px;
    width: 20px;
    vertical-align: -.8rem;
    transition: all .15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    border-radius: 50%;
    border: 2px solid #41B5AF;
    margin-right: 7px;
}
.form form .flex input[type=checkbox]:checked,.form form .flex input[type=radio]:checked {
    background: #41B5AF
}
.form form .flex input[type=checkbox]:checked:before,.form form .flex input[type=radio]:checked:before {
    transform: scale(1)
}
.form form .flex input[type=checkbox]:before,.form form .flex input[type=radio]:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 3px;
    transform: scale(0);
    transition: all ease-out 250ms;
}
.form form .flex select {
    border: 1px solid #41B5AF;
    height: 30px;
    background: #fff;
    position: relative;
    top: -4px;
}
.form form .flex textarea {
    border: 1px solid #41B5AF;
    width: 100%;
    padding: 3px;
}
.form form .submit input[type=submit] {
    cursor: pointer;
    background: rgb(113,216,209);
    background: linear-gradient(94deg, rgba(113,216,209,1) 27%, rgba(16,148,164,1) 74%, rgba(1,97,109,1) 98%);
    width: 100%;
    max-width: 600px;
    height: 70px;
    max-width: 100%;
    display: block;
    margin: auto;
    padding: 20px 0;
    font-size: 2.2rem;
    font-weight: 700;
    transition: .3s;
    border: none;
    margin-top: 30px;
    color: #fff;

}
.form form .submit input[type=submit]:hover {
    transform: translateY(6px);
    box-shadow: none;
}
@media (max-width: 1200px){
    .form form .flex input[type=text] {
        width: 160px;
    }
    .form form .flex input[type=checkbox]{
        margin-right: -1px;
    }
    .form form .flex div:last-child .mwform-checkbox-field {
        margin-right: 3px;
        width: 160px;
        display: inline-block;
    }
}
@media (max-width: 768px){
    .form form .flex div:last-child {
        line-height: 1.6;
    }
}
@media (max-width: 500px){
    .form form .flex div:last-child {
        width: 100%;
    }
    .form form .flex select {
        top: 0px;
    }
    .form form .flex input[type=text] {
        width: 118px;
    }
    .form form .flex .mwform-radio-field {
        margin-right: 6px;
    }
    .form form .flex div:last-child .mwform-checkbox-field {
        width: 149px;
    }
    .form form .submit input[type=submit] {
        padding: 15px 0;
        font-size: 1.6rem;
    }
}
/* ----------------------------------------------------------------------------
/
/ ---------------------------------------------------------------------------- */



