@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html{
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
    font-size: 16px;
}
body{
    margin: 0 0 0 0;
    min-width: 910px;
}
h2 {
    display: block;
    font-size: 32px;
    margin-block-start:0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
}
p, li, td {
    line-height: 1.4;
}
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #000;
}
a:active {
    text-decoration: none;
    color: #000;
}
.size_up {
    transition: transform .5s ease;
}
.size_up:hover {
    transform: scale(1.07);
}
img {
    max-width: 100%;
}
@media screen and (max-width: 600px) {
    body {
        min-width: auto;
    }
    h2 {
        font-size: 22px;
    }
    p, li, td {
        line-height: 1.3;
    }
}


/*ファーストビュー*/
.first_view {
    position: relative;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.first_view .first_view_pic {
    width: 100%;
}
.first_view .left{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    text-align: center;
}
.first_view .left .session_banner{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
.first_view .left{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    text-align: center;
}
.first_view .left .session_banner{
    bottom: 25px;
    width: 92%;
}
}

/*問題提起*/
.problem {
    background-color: #fafafa;
}
.problem .problem_inner{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 1332px;
    padding: 100px 90px;
}
.problem .container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4%;
    margin-top: 100px;
}
.problem .container img{
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {
    .problem .problem_inner{
        padding: 50px 16px;
    }
    .problem .container{
        display: block;
        margin-top: 50px;
    }
    .problem .box {
        margin: 16px 0;
    }
}

/*解決策*/
.solution {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 1332px;
    padding: 100px 90px;
}
.solution .text {
    margin-top: 90px;
    padding: 0 2%;
}

@media screen and (max-width: 600px) {
    .solution {
        padding: 50px 16px;
    }
    .solution .text {
        margin-top: 50px;
        padding: 0 16px;
    }
}

/*３つのV字回復*/
.v_future{
    background-color: #fafafa;
    height: 1744px;
    position: relative;
}
.v_future .right_green {
    position: absolute;
    top: 100px;
    right: 0;
    width: 25%;
    height: 1544px;
    background-color: #6AB187;
}
.v_future h3 {
    font-size: 44px;
    text-align: center;
    margin-block-start: 0;
}
.v_future .title {
    height: 100px;
}
.v_future .v_future_inner{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 1512px;
    padding: 100px 90px;
}
.v_future .v_orange {
    display: flex;
    height: 300px;
    background: linear-gradient(270deg, rgb(222, 122, 34), rgb(255, 255, 255));
    margin-top: 100px;
    padding: 24px;
}
.v_future .v_yellow {
    display: flex;
    height: 300px;
    background: linear-gradient(270deg, rgb(244, 204, 112), rgb(255, 255, 255));
    margin-top: 100px;
    padding: 24px;
}
.v_future .v_green {
    display: flex;
    height: 300px;
    background: linear-gradient(270deg, rgb(32, 148, 139), rgb(255, 255, 255));
    margin-top: 100px;
    padding: 24px;
}
.v_future .v_green .em_del1 {
    margin-block-end: 0;
    
}
.v_future .v_green .em_del2 {
    margin-block-start: 0;
}
.v_future .left {
    width: 45%;
    padding: 16px;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0-1px 0 #FFF,-1px 0 0 #FFF, 1px 0 0 #FFF;
}
.v_future .v_orange .left {
    color: #DE7A22;
}
.v_future .v_yellow .left {
    color: #E9BD21;
}
.v_future .v_green .left {
    color: #20948B;
}
.v_future .left img{
    height: 100px;
    width: 82px;
}
.v_future .center{
    display: flex;
    align-items: center;
    height: 300px; 
    width: 5%;
    justify-content: center;
}
.v_future .right {
    width: 50%;
    color: #ffffff;
    padding: 16px;
}
.v_future .v_orange .right{
    text-shadow:1px 1px 0 #DE7A22, -1px -1px 0 #DE7A22,-1px 1px 0 #DE7A22, 1px -1px 0 #DE7A22,0px 1px 0 #DE7A22,  0-1px 0 #DE7A22,-1px 0 0 #DE7A22, 1px 0 0 #DE7A22;
}
.v_future .v_yellow .right{
    text-shadow:1px 1px 0 #E9BD21, -1px -1px 0 #E9BD21,-1px 1px 0 #E9BD21, 1px -1px 0 #E9BD21,0px 1px 0 #E9BD21,  0-1px 0 #E9BD21,-1px 0 0 #E9BD21, 1px 0 0 #E9BD21;
}
.v_future .v_green .right{
    text-shadow:1px 1px 0 #20948B, -1px -1px 0 #20948B,-1px 1px 0 #20948B, 1px -1px 0 #20948B,0px 1px 0 #20948B,  0-1px 0 #20948B,-1px 0 0 #20948B, 1px 0 0 #20948B;
}
.v_future .right .future_title {
    font-size: 32px;
    font-weight: bold;
    margin-block-start: 0.5em;
}

@media screen and (max-width: 1125px) {
    .v_future{
        height: 1606px;
    }
    .v_future .right_green {
        height: 1406px;

    }
    .v_future .v_orange {
        height: 270px;
        padding: 16px;
    }
    .v_future .v_yellow {
        height: 270px;
        padding: 16px;
    }
    .v_future .v_green {
        height: 270px;
        padding: 16px;
    }
    .v_future .left {
        width: 48%;
        padding: 8px;
    }
    .v_future .center{
        height: 270px;
        width: 4%;
    }
    .v_future .right {
        width: 48%;
        padding: 8px;
    }
    .v_future h3 {
        font-size: 40px;
    }
    .v_future .left img{
        height: 64px;
        width: 53px;
    }
    .v_future .f-size20 {
        font-size: 17px;
    }
    .v_future .right .future_title {
        font-size: 26px;
        
    }
}

@media screen and (max-width: 600px) {
    .v_future{
        height: 2200px;
        position: relative;
    }
    .v_future .right_green {
        position: absolute;
        top: 50px;
        width: 25%;
        height: 2100px;
    }
    .v_future h3 {
        font-size: 32px;
        text-align: center;
        margin-block-start: 0;
    }
    .v_future .title {
        height: 100px;
    }
    .v_future .v_future_inner{
        padding:50px 8px;
    }
    .v_future .v_orange {
        display: block;
        height: 550px;
        background: linear-gradient(360deg, rgb(222, 122, 34), rgb(255, 255, 255));
        margin-top: 50px;
        padding: 24px 0;
    }
    .v_future .v_yellow {
        display: block;
        height: 550px;
        background: linear-gradient(360deg, rgb(244, 204, 112), rgb(255, 255, 255));
        margin-top: 50px;
        padding: 24px 0;
    }
    .v_future .v_green {
        display: block;
        height: 550px;
        background: linear-gradient(360deg, rgb(32, 148, 139), rgb(255, 255, 255));
        margin-top: 50px;
        padding: 24px 0;
    }
    .v_future .v_green .em_del1 {
        margin-block-end: 0;
        
    }
    .v_future .v_green .em_del2 {
        margin-block-start: 0;
    }
    .v_future .left {
        width: 96%;
        padding: 16px 2%;
    }
    .v_future .left img{
        height: 80px;
        width: 66px;
    }
    .v_future .center{
        display: block;
        width: 100%;
        height: auto;
    }
    .v_future .center .sp{
        margin: auto;
    }

    .v_future .right {
        width: 96%;
        padding: 16px 2%;
    }
    .v_future .right .future_title {
        font-size: 26px;
        margin-block-start: 0.5em;
    }
}

/*プロフィール*/
.profile {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 1332px;
    padding: 100px 90px;
    text-align: center;
}
.profile .name {
    font-size: 24px;
    margin-block-start: 0;
    font-weight: bold;
}
.profile .container {
    display: flex;
    margin-top: 50px;
}
.profile .left {
    width: 38%;
}
.profile .right {
    width: 62%;
    text-align: left;
    padding:0 16px;
}
.profile .sns {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.profile .sns_container{
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2px;
    margin-top: 0;
    padding: 0 15%;
}

@media screen and (max-width: 1125px) {
    .profile {
        padding: 100px 0px;
    }
    .profile .left {
        width: 42%;
    }
    .profile .right {
        width: 58%;
    }
    
}
@media screen and (max-width: 600px) {
    .profile {
        padding: 50px 16px;
    }
    .profile .name {
        font-size: 18px;
        margin-block-start: 0;
        font-weight: bold;
        text-align: center;
    }
    .profile .container {
        display: block;
        margin-top: 50px;
    }
    .profile .left {
        width: 100%;
    }
    .profile .right {
        width: 100%;
        padding:0;
    }
    .profile .sns {
        font-size: 22px;
    }
    .profile .sns_container{
        gap: 16px;
        padding: 0 16px;
    }
}

/*バナー*/
.banner {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.banner .banner_pic {
    width: 100%;
}
.banner .session_banner{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 30%;
}
@media screen and (max-width: 1125px) {
    .banner .session_banner{
        bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    .banner .session_banner{
        bottom: 20px;
        width: 70%;
    }
}

/*メッセージ*/
.message {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 1332px;
    padding: 100px 90px;

}
.message .text {
    margin-top: 90px;
    padding: 0 2%;
}
.message h3 {
    text-align: center;
    font-size: 28px;
    color: #20948B;
    margin-top: 50px;
}
.message .container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4%;
    margin-top: 50px;
}
.message .container img{
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {
    .message {
        padding: 50px 16px;
    
    }
    .message .text {
        margin-top: 50px;
        padding: 0 16px;
    }
    .message h3 {
        text-align: center;
        font-size: 22px;
        margin-top: 40px;
    }
    .message .container{
        display: block;
        margin-top: 40px;
    }
    .message .box {
        margin: 16px 0;
    }
}

/*クロージング*/
.sales {
    background-color: #fafafa;
}
.sales .sales_inner {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 1332px;
    padding: 100px 90px;
    text-align: center;
}
.sales .text {
    padding: 0 15%;
    text-align: left;
    margin-top: 32px;
}
.sales .pic {
    width: 50%;
}
@media screen and (max-width: 600px) {
    .sales .sales_inner {
        padding: 50px 16px;
    }
    .sales .text {
        padding: 0;
        text-align: left;
        margin-top: 26px;
    }
    .sales .f-size32 {
        font-size: 22px;
    }
    .sales .pic {
        width: 90%;
    }
}

/*SNS*/
.sns2 {
    background: linear-gradient(360deg, rgb(106, 177, 135), rgb(250, 250, 250));
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 100px 90px;
    text-align: center;
}
.sns2 h2 {
    font-size: 64px;
    font-weight: normal;
    color: #20948B;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0-1px 0 #FFF,-1px 0 0 #FFF, 1px 0 0 #FFF;
}
.sns2 .sns_container{
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2px;
    margin-top: 50px;
    padding: 0 22%;
}
@media screen and (max-width: 1125px) {
    .sns2 .sns_container{
        padding: 0 10%;
    }
}
@media screen and (max-width: 600px) {
    .sns2 {
        padding: 50px 16px;
    }
    .sns2 h2 {
        font-size: 51px;
    }
    .sns2 .sns_container{
        gap: 16px;
        margin-top: 40px;
        padding: 0 16px;
    }
}

/*フッター*/
.footer {
    background-color: #6AB187;
    text-align: center;
    border-top: 2px solid #ffffff;
}
.copyright {
    height: 80px;
}
.footer p{
    color: #ffffff;
    line-height: 80px;
    margin-block-start: 0;
    margin-block-end: 0;
}

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

/*セッション申込ページ*/

.s_inner {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
    max-width: 1000px;
    background-color: #ffffff;
    padding: 64px 32px 0 32px;
}
.flex_container {
    display: flex;
}
.flex_container .left {
    width: 50%;
    text-align: center;
}
.flex_container .right {
    width: 50%;
    text-align: center;
}
.s1 {
    background: linear-gradient(180deg, rgb(222, 122, 34), rgb(250, 250, 250));
}
.s1 h1 {
    margin-block-start: 0em;
    margin-block-end: 0em;
    text-align:center;
    font-size: 64px;
    color: #ffffff;
    padding: 64px 0;
}
.s1 .left p {
    margin: 96px 0;
}
.s1 .left .red {
    margin: 0;
}
.s2 {
    background: linear-gradient(360deg, rgb(244, 204, 112), rgb(250, 250, 250));
}
.s3 {
    background: linear-gradient(180deg, rgb(32, 148, 139), rgb(250, 250, 250));
}
.s4 {
    background: linear-gradient(360deg, rgb(106, 177, 135), rgb(250, 250, 250));
}
.s4 .left p {
    margin: 160px 0 0 0;
}
.s4 .sns {
    font-size: 24px;
    font-weight: bold;
}
.s4 .sns_container{
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2px;
    margin-top: 0;
    padding: 0;
}
.s_footer {
    background-color: #6AB187;
    text-align: center;
}
.s_footer .copyright {
    height: 80px;
}
.s_footer p{
    color: #ffffff;
    line-height: 80px;
    margin-block-start: 0;
    margin-block-end: 0;
}
@media screen and (max-width: 600px) {
    .s_inner {
        width: 90%;
        max-width: 1000px;
        background-color: #ffffff;
        padding: 32px 5% 0 5%;
    }
    .flex_container {
        display: block;
    }
    .flex_container .left {
        width: 100%;
    }
    .flex_container .right {
        width: 100%;
        margin-top: 32px;
    }
    .s1 h1 {
        font-size: 32px;
        padding: 32px 0;
    }
    .s1 .left p {
        margin: 32px 0;
    }
    .s4 .left p {
        margin: 32px 0 16px 0;
    }
    .s4 .sns {
        font-size: 24px;
        font-weight: bold;
    }
    .s4 .f-size26 {
        font-size: 20px;
    }
}
/*共通*/
.box {   
    border-radius: 10px;
    padding: 24px 16px;
}
.bg_orange {
    background-color: #ECBA8E;
}
.bg_yellow {
    background-color: #F7E3B5;
}
.bg_green {
    background-color: #8DC7C3;
}

.flex {
    display: flex;
}

.red {
    color: red;
}
.gray {
    color: gray;
}
.bold {
    font-weight: bold;
}

.f-size32 {
    font-size: 32px;
}
.f-size26 {
    font-size: 26px;
}
.f-size22 {
    font-size: 22px;
}
.f-size20{
    font-size: 20px;
}
.ta-center {
    text-align: center;
}
.p-top32 {
    padding-top: 32px;
}
.p-bottom32 {
    padding-bottom: 32px;
}
.p-top64 {
    padding-top: 64px;
}
.p-bottom64 {
    padding-bottom: 64px;
}
.mbs_del {
    margin-block-start: 0;
}

.sp {
    display: none;
}

@media screen and (max-width: 600px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}