@charset "UTF-8";
/*************************************
追加・カスタム用
*************************************/


/******* Counseling *******/

.secCounseling {
    margin: 0;
    width: 100vw;
    height: 100vh;
    min-height: 976px;
    background: url(../img/common2/_back@2x.jpg) center center;
    background-repeat: no-repeat;
    background-size:cover;
    padding: 88px 0;
    margin-bottom: 90px;
}

.secCounseling-second {
    margin-top: 55px;
    margin-bottom: 30px;
}

.secCounseling-third {
    margin-top: 80px;
    margin-bottom: 0;
}

.secCounseling-4th {
    margin-top: 40px;
    margin-bottom: 0;
}

.secCounseling-5th {
    margin-top: 0;
    margin-bottom: 0;
}

.secCounseling__container {
    text-align: center;
    background: linear-gradient(to right bottom,rgba(0, 216, 232, 1) 0,rgba(0, 214, 136 ,1) 100%);
    min-height: 767px;
    padding-top: 40px;
}

.secCounseling__title {
    color: #fff;
    font-size: 3.8rem;
    letter-spacing: 0.06em;
    line-height: 1.8421;
    font-weight: 400;
    margin-bottom: 20px;
}

.secCounseling__subtitle {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 2.195rem;
    letter-spacing: 0.08em;
    line-height: 1.3636;
    margin: 0 auto 30px;
    padding: 10px 40px;
    background-color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

.secCounseling__subtitle span {
    margin: 0 auto;
    width: 100%;
}

.secCounseling__textbox {
    color: #fff;
    display: flex;
    align-items: center;
    width: 79.509%;
    margin: 0 auto 10px;
    text-align: center;
    position: relative;
    padding-left: 135px;
}

.secCounseling__textbox::before {
    display: inline-block;
    content: '';
    position: absolute;
    background-image: url(../img/common2/_check@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: 90px;
    width: 37px;
    height: 33px;
}

.secCounseling__textbox figure img {
    width: 100%;
}

.m30 {
    margin-bottom: 30px;
}

.secCounseling__textbox figure {
    margin: -10px 0 10px 10px;
}
.secCounseling__textbox figure img {
    width: 100%;
}

.secCounseling__textbox p {
    font-size: 2.2rem;
    letter-spacing: 0.08rem;
    font-weight: bold;
}

.secCounseling__imgbox {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.secCounseling__imgbox-1, .secCounseling__imgbox-2 {
    width: 309.76px;
    height: 170px;
}

.secCounseling__imgbox-1 {
    margin-right: 40px;
}

.secCounseling__text {
    font-size: 1.7rem;
    color: #fff;
    letter-spacing: 0.04rem;
    line-height: 1.647;
    padding-bottom: 68px;
}

.secCounseling-btn {
    display: block;
    background-color: #ff8226;
    text-align: center;
    margin: -37px auto 0;
    width: 474px;
    height: 74.2px;
}

.secCounseling-btn__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 74.2px;
}

.secCounseling-btn__inner p {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.18rem;
}

.secCounseling-btn__text {
    margin-right: 5%;
}

@media screen and (max-width : 480px){
    .secCounseling {
        padding-top: 34px;
        padding-bottom: 34px;
        min-height: auto;
        height: auto;
    }
    .secCounseling-second {
        margin-top: 35px;
        margin-bottom: 10px;
    }
    
    .secCounseling-third {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .secCounseling .i {
        width: 90%;
    }

    .secCounseling__container {
        min-height: auto;
        padding-top: 20px;
    }

    .secCounseling__title {
        font-size: 1.8rem;
        letter-spacing: 0.03rem;
        margin-bottom: 10.5px;
    }

    .secCounseling__subtitle {
        font-size: 1.4rem;
        letter-spacing: 0.03rem;
        margin-bottom: 10.5px;
        background: transparent;
    }
    .secCounseling__subtitle span {
        background-color: #fff;
        padding: 5px 10px;
        margin-bottom: 5px;
        width: auto;
    }

    .secCounseling__textbox {
        padding: 0;
        width: 83.2835%;
    }
    .secCounseling__textbox::before {
        width: 20px;
        height: 18px;
        left: 15px;
    }
    .secCounseling__textbox p {
        width: 100%;
        font-size: 1.3rem;
        letter-spacing: 0.04rem;
        text-align: left;
        padding-left: 15%;
    }
    .secCounseling__textbox figure {
        width: 28.5px;
        margin: 0 0 0 -10px;
    }
    .secCounseling__imgbox {
        margin-bottom: 15px;
    }
    .secCounseling__imgbox-1, .secCounseling__imgbox-2 {
        width: 133.5px;
        height: 100%;
    }

    .secCounseling__imgbox-1 {
        margin-right: 5%;
    }

    .m30 {
        margin-bottom: 20px;
    }
    .secCounseling__text {
        font-size: 1.3rem;
        letter-spacing: 0.04rem;
        line-height: 1.647;
        padding-bottom: 47.5px;
    }
    .secCounseling-btn {
        display: block;
        background-color: #ff8226;
        text-align: center;
        margin: -30px auto 0;
        width: 70.666%;
        height: 65.5px;
    }

    .secCounseling-btn__text {
        margin: 0;
    }

    .secCounseling-btn__mark {
        display: none;
    }

    .secCounseling-btn__inner {
        height: 65.5px;
    }

    .secCounseling-btn__inner p {
        font-size: 1.4rem;
        letter-spacing: 0.18rem;
    }

}

/******* Point *******/

.secPoint {
    margin-bottom: 131px;
}

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

.secPoint__img {
    width: 91.3333%;
    max-width: 275px;
    text-align: center;
    margin: 0 auto;
}

.secPoint__img img {
    width: 100%;
}

.secPoint__item {
    margin-right: 19px;
    flex: 1;
}

.secPoint__item:last-of-type {
    margin-right: 0;
}

.secPoint__item--inner {
    box-shadow: 0 0 10px #aaa;
    padding-top: 100px;
    padding-bottom: 60px;
    margin-top: -100px;
    min-height: 468px;
}

.secPoint__item--inner h2 {
    font-size: 1.74rem;
    letter-spacing: 0.08rem;
    line-height: 1.66666;
    text-align: center;
    margin: 30px auto 31px;
}

.secPoint__item--inner p {
    font-size: 1.64rem;
    letter-spacing: 0.04rem;
    line-height: 1.66666;
    line-height: 1.647;
    width: 81.889%;
    margin: 0 auto;
    text-align: justify;
}

.secPoint__number {
    text-align: center;
    width: 80px;
    margin: -42px auto 0;
}

.secPoint__number img {
    width: 100%;
}
@media screen and (max-width : 480px){
    .secPoint {
        padding-top: 0;
        margin-bottom: 65px;
    }
    .secPoint__img {
        width: 90%;
        max-width: 100%;
    }
    .secPoint__container {
        display: block;
    }
    .secPoint__item {
        margin: 0 auto 20px;
    }
    .secPoint__item:last-of-type {
        margin-right: auto;
        margin-bottom: 0;
    }
    .secPoint__item--inner {
        padding-bottom: 50px;
        min-height: auto;
    }
    .secPoint__item--inner h2 {
        font-size: 1.4rem;
        margin: 15px auto 15.5px;
    }
    .secPoint__item--inner p {
        font-size: 1.3rem;
        letter-spacing: 0.04rem;
        line-height: 1.66666;
        line-height: 1.647;
        width: 81.889%;
        margin: 0 auto;
        text-align: justify;
    }
    .secPoint__number {
        text-align: center;
        width: 50px;
        margin: -25px auto 0;
    }
}
/******* 共通 *******/

.sp {
    display: none;
}

@media screen and (max-width : 480px){
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
@media screen and (max-width : 480px){
    .btn-only {
        margin-top: 10px;
    }
}

.dis-ib {
    display: inline-block;
}

.btn-only__1 {
    margin-top: 10px;
    margin-bottom: 45px;
}

.btn-only__2 {
    margin-top: 10px;
    margin-bottom: 45px;
}

.pb-none {
    padding-bottom: 0;
}

.text-palt {
    font-feature-settings: "palt";
}

/* 光るボタン */
@-webkit-keyframes shiny {
    0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
    75% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    }
    100% {
    -webkit-transform: scale(100) rotate(45deg);
            transform: scale(100) rotate(45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes shiny {
    0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
    75% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    }
    100% {
    -webkit-transform: scale(100) rotate(45deg);
            transform: scale(100) rotate(45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.btn-shine {
    background-color: transparent;
    /* box-shadow: 2px 2px 5px 0px rgba(200,200,200,1); */
}

.btn-shine__inner {
    position: relative;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #ff8226;
    overflow: hidden;
}

.btn-shine__inner::after {
    content: '';
    display: block;
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

/* /光るボタン */
/* テキストの上にドット */
    .upper-dot {
        display: inline-block;
        position: relative;
    }
    .upper-dot::before {
        content: '・';
        position: absolute;
        top: -25px;
        color: #ff8226;
        
    }
    .upper-dot_white {
        display: inline-block;
        position: relative;
    }
    .upper-dot_white::before {
        content: '・';
        position: absolute;
        top: -25px;
        color: #fff;
    }

    .upper-dot_white_2 {
        display: inline-block;
        position: relative;
    }

    .upper-dot_white_2::before {
        content: '・';
        position: absolute;
        top: -15px;
        color: #fff;
        
    }

    @media screen and (max-width : 480px){
        .upper-dot::before {
            top: -15px;
        }
        .upper-dot_white::before {
            content: '・';
            position: absolute;
            top: -15px;
            color: #fff;
        }
    }
/* /テキストの上にドット */


 /* ポップアップ */
.popup-area {
    display:none;
    width:550px;
    height: 600px;
    padding: 10px;
    position: fixed;
    background-color: #fff;
    z-index: 9999;   
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
}
.close-btn {
    position: fixed;
    top: 5px;
    right: 15px;
    color:#fff;
    font-size: 25px;
    z-index: 10000;
}

.popup-area__inner {
    background: linear-gradient(to right bottom,rgba(0, 216, 232, 1) 0,rgba(0, 214, 136 ,1) 100%);
    z-index: 10000;
    height: 100%;
}

.popup-area__img {
    margin-bottom: 10px;
}

.popup-area__img img {
    width: 89.1%;
    max-height: 200px;
}

.popup-title {
    color: #fff;
    font-size: 2.853rem;
    font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    letter-spacing: 0.06rem;
    line-height: 1.4707;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 30px;
}

.popup-box {
    padding: 10px 30px;
}

.popup-subtitle {
    text-align: left;
    margin-bottom: 5px;
}

.popup-subtitle:last-of-type {
    margin-bottom: 0;
}

.popup-subtitle::before {
    display: inline-block;
    content: '';
    position: absolute;
    background-image: url(../img/common2/_check@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: 70px;
    width: 29px;
    height: 26px;
}

.popup-subtitle p {
    display: flex;
    justify-content: left;
    font-size: 1.748rem;
    font-weight: 600;
    letter-spacing: -0.08rem;
    margin-left: 70px;
    color: #fff;
}

.popup-text {
    font-size: 1.8rem;
    letter-spacing: -0.1rem;
    line-height: 1.6666;
    font-feature-settings: "palt";
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.popup-btn {
    display: block;
    text-align: center;
    width: 100%;
    height: 60px;
    background: #ff8226;
    color: #fff;
    margin: 10px auto;
}

.popup-btn__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.popup-btn__inner p {
    color: inherit;
    font-weight: bold;
    font-size: 2.218rem;
    letter-spacing: 0.18rem;
}
/* .popup-btn__inner p:last-of-type {
    font-size: 1.8rem;
} */

.popup-btn__text {
    font-size: 2.2rem;
    letter-spacing: 0.04rem;
    margin-right: 5%;
}

.popup-area button {
    margin:30px auto 0;
}

@media screen and (min-width: 980px) {
        .popup-area {
        width:auto;
        max-width: 550px;
    }
}

@media screen and (max-width: 480px) {

    .popup-area {
        width:95%;
        height: auto;
        padding: 10px;
        text-align: center;
    }
    
    .popup-area__inner {
        z-index: 10000;
        height: 100%;
    }
    
    .popup-area__img {
        width: 100%;
        margin: 0 auto;
    }
    
    .popup-area__logo {
        margin: -100px auto 45px;
        width: 70%;
    }
    
    .popup-title {
        font-size: 1.853rem;
        font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
        letter-spacing: 0.06rem;
        line-height: 1.4707;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .popup-box {
        padding: 10px;
    }

    .popup-subtitle:before {
        left: 8%;
        margin-top: 7px;
        width: 15px;
        height: 12px;
    }

    .popup-subtitle p {
        display: inline-block;
        font-size: 1.3rem;
        letter-spacing: -0.04rem;
        margin-left: 10%;
        background-image: none;
    }
    
    .popup-text {
        font-size: 1.4rem;
        letter-spacing: 0.04rem;
        line-height: 1.8181;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    
    .popup-btn {
        display: block;
        text-align: center;
        width: 95%;
        height: 60px;
        margin: 10px auto;
    }
    
    .popup-btn__inner {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    
    .popup-btn__inner p {
        color: inherit;
        font-weight: bold;
        font-size: 1.5rem;
        letter-spacing: 0.18rem;
    }
    .popup-btn__inner p:last-of-type {
        font-size: 1.2rem;
    }
    
    .popup-btn__mark {
        display: none;
    }
}
    

/* 背景色 */
.cover-eml {
    background:rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;   
    top:0;
    right:0;
    bottom:0;
    left:0;
}

/* /ポップアップ */

/* バナー用ポップアップ */
.popup-area-block {
    width:100%;
    height: auto;
    background: linear-gradient(to right bottom,rgba(0, 216, 232, 1) 0,rgba(0, 214, 136 ,1) 100%);
    padding: 10px;
    text-align: center;
    position: relative;
}


.popup-area__inner-block {
    z-index: 10000;
    height: 100%;
}

.popup-area__img-block img {
    width: 100%;
    max-height: 200px;
}

.popup-area__logo-block {
    margin: -80px auto 45px;
    width: 70%;
    position: relative;
}

.popup-title-block {
    color: #fff;
    font-size: 1.853rem;
    font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    letter-spacing: 0.06rem;
    line-height: 1.4707;
    font-weight: 600;
    margin-bottom: 10px;
}

.popup-box-block {
    padding: 10px;
}

.popup-subtitle-block {
    text-align: left;
    position: relative;
    margin-bottom: 8px;
}

.popup-subtitle-block::before {
    display: inline-block;
    content: '';
    position: absolute;
    background-image: url(../img/common2/_check@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: 12px;
    width: 20px;
    margin-top: 3px;
    height: 18px;
}

.popup-subtitle-block p {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: -0.04rem;
    margin-bottom: -2px;
    margin-left: 35px;
}

.popup-text-block {
    font-size: 1.2rem;
    letter-spacing: 0.04rem;
    line-height: 1.8181;
    margin-bottom: 20px;
}

.popup-btn-block {
    display: block;
    text-align: center;
    width: 85%;
    height: 60px;
    background: #ff8226;
    margin: 10px auto;
}

.popup-btn__inner-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.popup-btn__inner-block p {
    color: inherit;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.18rem;
}

.popup-link__all {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 980px) {
        .popup-area-block {
        width:auto;
        max-width: 550px;
    }
}

.popup-area-block button {
    margin:30px auto 0;
}

@media screen and (max-width: 480px) {
    .popup-subtitle-box {
        margin: 0 auto;
    }

    .popup-title-block {
        letter-spacing: 0.1rem;
    }
    .popup-area__logo-block {
        margin-top: -60px; 
    }
}


/* modal */
.modal {
    display: none;
    position: relative;
    background-color: #fff;
    padding: 5px;
    position: fixed;
    z-index: 9999;   
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

/* /.modal */


/* short cord */
.head1 {
    background: #b7fbff;/*背景色*/
    padding: 6px 0 6px 0.5em;/*文字まわり（上下左右）の余白*/
    border-bottom: none!important;
    border-radius: 10px;
    font-weight: normal;
    margin-bottom: 30px;
	font-size:24px;
}
.c_blogBasic h1 {
    background: #b7fbff;/*背景色*/
    padding: 6px 0 6px 0.5em;/*文字まわり（上下左右）の余白*/
    border-bottom: none!important;
    border-radius: 10px;
    font-weight: normal;
    margin-bottom: 30px;
	font-size:24px;
}

.head2 {
    padding: 6px 12px 6px 0.5em;/*文字まわり（上下左右）の余白*/
    border-bottom: solid 3px #7febf2!important;
    position: relative;
    font-weight: normal;
    margin-bottom: 28px;
	 font-size:24px;
}

.head2:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 3px #f4d623;
    bottom: -3px;
	left: -3px;
    width: 15%;
}

.c_blogBasic h2 {
    padding: 6px 12px 6px 0.5em;/*文字まわり（上下左右）の余白*/
    border-bottom: solid 3px #7febf2!important;
    position: relative;
    font-weight: normal;
    padding-left: 0.5em;
    margin-bottom: 28px;
	font-size:24px;
}

.c_blogBasic h2:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 3px #f4d623;
    bottom: -3px;
	  left: -3px;
    width: 15%;
}

.ul_green {
    padding-bottom: 2px;
    border-bottom: solid 3px #4deab1;
}

.ul_blue {
    padding-bottom: 2px;
    background: linear-gradient(transparent 50%, #b7fbff 50%);
}

.m_orange {
    background: #ffec7e;/*背景色*/
    padding: 0.2em;/*文字まわり（上下左右）の余白*/
}

.box1 {
    position: relative;
    margin: 2em 0;
    padding: 1em;
    border: solid 3px #7febf2;
    border-radius: 8px;
	font-size: 1.3rem;
}
.box1 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    letter-spacing: 0.16em;
    line-height: 1;
    font-size: 20px;
    background: #FFF;
    color: #7febf2;
    font-family: 'Sen', sans-serif;
    font-weight: normal;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 8px #f4d623;
    border-radius: 10px;
}
.box2 p {
    margin: 0; 
    padding: 0;
}

.c_blogBasic ul {
    background-color: rgba(77,234,177,0.3);
    border-radius: 10px;
    width: 80%;
    margin: 0 auto 25px;
    padding: 20px;
}

.c_blogBasic ul li {
    list-style: inside;
    margin-left: 10px;
    text-indent: -1em;
    padding-left: 1em;
}
