@charset "UTF-8";
/*-----------------------------------
ベース
-----------------------------------*/
.el_lv1Heading {
    background: url(../img/business/station/ttl_station_bg.jpg) no-repeat center center/cover;
    background-position-y: 72%;
}
/*-----------------------------------
#station_intro
 -----------------------------------*/
#station_intro {
    position: relative;
    padding-bottom: 140px;
}
#station_intro h2.title_style {
    width: 500px;
    line-height: 1.3;
}
#station_intro .block {
    display: block;
}
#station_intro::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 41%;
    background: #f5f5f9;
    z-index: -1;
}
#station_intro h2.title_style {
    width: 500px;
}
#station_intro h2.title_style p {
    display: block;
    font-size: 14px;
    margin-top: 20px;
}
#station_intro ul {
    width: calc(100% - 500px);
}
#station_intro ul li {
    width: 47%;
}
#station_intro ul li:nth-child(n+3) {
    margin-top: 40px;
}
#station_intro ul li p {
    padding-left: 55px;
    position: relative;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
}
#station_intro ul li p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    padding: 16px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: solid 2px #D42442;
    border-radius: 50%;
    transition: 0.5s;
}
#station_intro ul li p::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #D42442;
    border-right: 2px solid #D42442;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.2s;
}
#station_intro ul li a:hover p:before {
    transform: scale(1.2);
}
#station_intro ul li .photo_inner {
    overflow: hidden;
    height: 160px;
}
#station_intro ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
#station_intro ul li a {
    display: block;
}
#station_intro ul li a:hover .photo_inner img {
    transform: scale(1.2);
}
#station_intro ul li a:hover p:before {
    background: #D42442;
}
#station_intro ul li a:hover p:after {
    border-color: #fff;
}
@media screen and (max-width: 1350px) {
    #station_intro ul {
        width: 100%;
        width: 100%;
        margin-top: 50px;
    }
    #station_intro .block {
        display: none;
    }
    #station_intro h2.title_style {
        width: 100%;
    }
}
@media screen and (max-width: 940px) {
    #station_intro ul li p {
        padding-left: 42px;
        font-size: 16px;
    }
    #station_intro ul li p:before {
        width: 30px;
        height: 30px;
        padding: 8px;
    }
    #station_intro ul li p::after {
        left: 10px;
    }
}
@media screen and (max-width: 640px) {
    #station_intro .block {
        display: block;
    }
    #station_intro h2.title_style {
        width: 100%;
        margin-bottom: 0;
    }
    #station_intro .contents_inner>.row_box>.row_box {
        display: block;
    }
    #station_intro ul li:nth-child(n+2) {
        margin-top: 40px;
    }
    #station_intro ul li {
        width: 100%;
    }
    #station_intro ul li p:before {
        padding: 16px;
        width: 40px;
        height: 40px;
    }
    #station_intro ul li p::after {
        left: 15px;
    }
    #station_intro ul li p {
        padding-left: 55px;
        font-size: 17px;
    }
    #station_intro {
        padding-bottom: 110px;
    }
}
@media screen and (max-width: 340px) {
    #station_intro h2.title_style {
        width: 100%;
    }
}
/*-----------------------------------
#station_main
-----------------------------------*/
#station_main {
    position: relative;
    padding: 100px 0 60px;
    background: #f5f5f9;
}
#station_main::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 51%;
    height: 620px;
    background-image: url(../img/business/station/intro_img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}
#station_main p.note {
    font-size: 14px;
    line-height: 100%;
    position: absolute;
    right: 1em;
    letter-spacing: 0;
    top: calc(620px - 2em);
    color: #fff;
}
#station_main h2 {
    line-height: 1.3;
}
#station_main .kids_main_detail {
    margin-top: 80px;
    position: relative;
    z-index: 1;
}
#station_main .kids_main_detail h3 {
    line-height: 180%;
    font-size: 26px;
    padding-bottom: 30px;
    font-weight: bold;
}
#station_main .kids_main_detail h3 span {
    color: #D42442;
    margin-right: 10px;
    font-size: 32px;
}
#station_main .sp_main_img {
    display: none;
}
#station_main p.sp_main_txt {
    display: none;
}
#station_main h2 .pro {
    font-size: 26px;
    margin-top: 15px;
}
#station_main .sp_340 {
    display: none;
}
/*day_point
--------------------------*/
#station_main .day_point {
    float: right;
    width: 51%;
    margin-top: 290px;
}
#station_main .day_point .ttl {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.5;
}
#station_main .day_point .ttl span {
    color: #D42442;
    margin: 10px;
    font-size: 32px;
}
#station_main .day_point .txt {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 55px;
}
#station_main .day_point .box {
    border: 3px solid #ddd;
    position: relative;
    padding: 25px 20px 15px;
}
#station_main .day_point .list_ttl {
    font-size: 25px;
    text-align: center;
    padding: 30px 0 0;
    position: absolute;
    top: -50px;
    left: 50px;
    font-weight: bold;
    color: #D42442;
}
#station_main .day_point .list_ttl span {
    background: #f5f5f9;
    padding: 10px 15px;
}
#station_main .day_point .list {
    font-size: 15px;
}
#station_main .day_point .list li {
    position: relative;
    padding-left: 1.5em;
}
#station_main .day_point .list li:nth-child(n+2) {
    margin-top: 10px;
}
#station_main .day_point .list li::before {
    content: '■';
    position: absolute;
    top: 1px;
    left: 0;
    color: #D42442;
    font-family: "Josefin Sans", sans-serif;
    margin-right: 5px;
}
#station_main .sub_box {
    position: relative;
}
#station_main img.day_sub_img_02 {
    width: 40%;
    height: 560px;
    margin-top: 160px;
    object-fit: cover;
}
#station_main p.note2 {
    position: absolute;
    left: 1em;
    bottom: 1em;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #fff;
}
#station_main p.sp_sub_txt {
    display: none;
}
@media screen and (max-width: 1500px) {
    #station_main::before {
        width: 50%;
        background-position-x: 33%;
    }
    #station_main .kids_main_detail h3 {
        font-size: 1.5vw;
    }
}
@media screen and (max-width: 1200px) {
    #station_main .kids_main_detail h3 {
        font-size: 26px;
    }
    #station_main p.note {
        display: none;
    }
    #station_main .contents_inner .title_style,
    #station_main .contents_inner .day_main_detail {
        position: relative;
        z-index: 1;
    }
    #station_main .kids_main_detail {
        margin-top: 50px;
    }
    #station_main .sp_main_img {
        display: block;
        width: 100%;
    }
    #station_main p.sp_main_txt {
        display: block;
        text-align: right;
        margin-right: 1em;
        margin-top: 5px;
        font-size: 14px;
        letter-spacing: 0;
    }
    #station_main::before {
        display: none;
    }
    #station_main img.day_sub_img_02 {
        margin-top: 130px;
    }
    #station_main .day_point {
        margin-top: 140px;
    }
}
@media screen and (max-width: 980px) {
    #station_main {
        padding: 0;
    }
    #station_main img.day_sub_img_02 {
        order: 1;
        width: 100%;
        height: auto;
        margin-top: 30px;
        object-fit: contain;
    }
    #station_main p.note2 {
        display: none;
    }
    #station_main p.sp_sub_txt {
        display: block;
        text-align: right;
        margin-right: 1em;
        margin-top: 5px;
        font-size: 14px;
        letter-spacing: 0;
    }
    #station_main .order .day_point {
        float: none;
        width: 100%;
        margin: 10px 0 20px 0;
    }
    #station_main .day_point {
        margin-top: 170px;
    }
    #station_main .order .day_point {
        order: 2;
    }
    #station_main .contents_inner.order {
        display: flex;
        flex-wrap: wrap;
    }
    #station_main .day_point .ttl {
        margin-top: 20px;
    }
}
@media screen and (max-width: 640px) {
    #station_main .kids_main_detail {
        margin-top: 20px;
    }
    #station_main .kids_main_detail h3 {
        font-size: 17px;
        padding-bottom: 40px;
    }
    #station_main .kids_main_detail h3 span {
        font-size: 20px;
        margin: 5px;
    }
    #station_main h2 .pro {
        font-size: 22px;
    }
    #station_main .day_point .ttl {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #station_main .day_point .ttl span {
        font-size: 20px;
    }
    #station_main .day_point .txt {
        font-size: 14px;
        margin-bottom: 30px;
    }
    #station_main .day_point .list_ttl {
        font-size: 20px;
        top: -42px;
        left: 20px;
    }
    #station_main .day_point .box {
        padding: 22px 15px 10px;
    }#station_main .day_point .ttl span{
        margin-left: 0;
    }
}
@media screen and (max-width: 340px) {
    #station_main .sp_340 {
        display: block;
    }
    #station_main img.day_sub_img_02 {
        margin-top: 50px;
    }
    #station_main .day_point {
        margin-top: 0;
    }
}
/*-----------------------------------
#station_use
-----------------------------------*/
#station_use {
    background: #f5f5f9;
    padding-bottom: 120px;
}
#station_use .ohuro_box {
    background: #fff;
    padding: 90px 60px 60px;
    box-shadow: 0 15px 13px -6px rgb(197 195 249 / 15%);
}
#station_use .ohuro_box h3 {
    text-align: center;
    font-size: 34px;
    line-height: 100%;
    margin-bottom: 70px;
    position: relative;
}
#station_use .ohuro_box h3::before {
    content: '';
    background-color: #e54d4d;
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#station_use .reha_wrapper {
    display: flex;
}
#station_use .left_box {
    width: 42%;
    position: relative;
}
#station_use .left_box .user_img {
    position: absolute;
    top: -20px;
    width: 360px;
    height: auto;
}
#station_use .left_box .user_img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 360px;
    height: auto;
}
#station_use .right_box {
    width: 50%;
    margin-right: auto;
}
#station_use .right_box ul li {
    font-size: 18px;
    padding: 30px 20px;
    line-height: 1.8;
    position: relative;
}
#station_use .right_box ul li:nth-child(odd) {
    background: #f5f5f9;
}
@media screen and (max-width: 1300px) {
    #station_use .reha_wrapper .img_box .img2 {
        left: 60px;
    }
}
@media screen and (max-width: 1050px) {
    #station_use .right_box {
        width: 100%;
    }
    #station_use .left_box {
        margin-top: 40px;
        width: 100%;
    }
    #station_use .left_box .user_img {
        position: relative;
        top: 0;
        width: 46%;
        height: auto;
    }
    #station_use .left_box .user_img2 {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 46%;
        height: auto;
    }
    #station_use .reha_wrapper {
        display: block;
    }
}
@media screen and (max-width: 980px) {
    #station_use .ohuro_box {
        margin: 0 auto 50px;
    }
    #station_use ul.day_point li {
        margin-bottom: 0;
        padding: 20px 0 20px 40px;
    }
    #station_use ul.day_point li:before {
        top: 2.3em;
    }
    #station_use {
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 640px) {
    #station_use .ohuro_box h3 {
        margin-bottom: 40px;
        padding: 0 15px;
        line-height: 1.8;
        font-size: 24px;
    }
    #station_use .ohuro_box {
        padding: 40px 15px 30px;
    }
    #station_use .right_box ul li {
        font-size: 15px;
        padding: 15px 20px;
    }
    #station_use .left_box {
        margin-top: 30px;
    }
    #station_use .left_box .user_img {
        width: 48%;
    }
    #station_use .left_box .user_img2 {
        width: 48%;
    }
}
/*-----------------------------------
#station_visit
-----------------------------------*/
#station_visit {
    padding-top: 30px;
    background: #f5f5f9;
    padding-bottom: 110px;
}
#station_visit .ttl_under {
    font-size: 18px;
    margin-top: 30px;
    line-height: 1.8;
    margin-bottom: 40px;
}
#station_visit .visit_box {
    width: 48%;
    background: #fff;
    box-shadow: 0 15px 13px -6px rgb(197 195 249 / 15%);
    padding: 40px 40px 50px;
}
#station_visit .visit_box:nth-of-type(n+3) {
    margin-top: 40px;
}
#station_visit .visit_box .img_box {
    width: calc(100% - 355px);
}
#station_visit .visit_box .img_box img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}
#station_visit h3 {
    font-size: 26px;
    line-height: 100%;
    margin-top: 10px;
    position: relative;
}
#station_visit .h3_tit_en {
    position: relative;
    padding-left: 6rem;
    color: #D42442;
    font-size: 1.2rem;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    letter-spacing: 0.07em;
}
#station_visit .h3_tit_en::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5.2rem;
    height: 1px;
    margin: auto;
    background-color: #D42442;
    content: "";
}
#station_visit .h3_tit_jp {
    position: relative;
}
#station_visit .h3_tit_jp::after {
    position: absolute;
    content: "";
    top: 70px;
    right: -2px;
    bottom: 0;
    width: 8.2rem;
    height: 1px;
    margin: auto;
    background-color: #D42442;
}
#station_visit .retu2 {
    margin-top: 0;
}
#station_visit .retu2 .h3_tit_jp::after {
    top: 105px;
}
#station_visit .retu2 .h3_tit_jp {
    line-height: 1.4;
}
#station_visit .visit_box .h3_under {
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 35px;
}
#station_visit .visit_box h4 {
    font-size: 22px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
#station_visit .visit_box .h4_under {
    font-size: 17px;
    margin-bottom: 10px;
}
#station_visit .visit_box .copy_txt {
    position: relative;
    margin-left: 20px;
    font-size: 14px;
    line-height: 1.8;
}
#station_visit .visit_box .copy_txt::after {
    content: "";
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #fb3c3c;
    display: inline-block;
    width: 0;
    height: 0;
    left: -13px;
    top: 7px;
    position: absolute;
}
#station_visit .img_box_tab {
    display: none;
}
@media screen and (max-width: 1400px) {
    #station_visit .visit_box .h3_under {
        margin-top: 50px;
    }
    #station_visit .visit_box .img_box {
        display: none;
    }
    #station_visit h3 {
        font-size: 28px;
        margin: 0;
        margin-left: auto;
        margin-right: auto;
    }
    #station_visit .visit_box {
        width: 48%;
        padding: 40px 40px 30px;
    }
    #station_visit .img_box_tab {
        margin-top: 30px;
        display: block;
        width: 25vw;
        margin-left: auto;
        margin-right: auto;
    }
    #station_visit .img_box_tab img {
        width: 100%;
    }
}
@media screen and (max-width: 980px) {
    #station_visit h3 {
        font-size: 30px;
    }
    #station_visit .visit_box {
        width: 100%;
    }
    #station_visit .visit_box:nth-of-type(n+2) {
        margin-top: 40px;
    }
    #station_visit .img_box_tab {
        width: 50vw;
    }
}
@media screen and (max-width: 640px) {
    .title_style {
        font-size: 28px;
        margin-bottom: 25px;
    }
    #station_visit .ttl_under {
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    #station_visit .visit_box {
        padding: 25px 15px 20px;
    }
    #station_visit h3 {
        font-size: 20px;
    }
    #station_visit .h3_tit_jp::after {
        top: 50px;
    }
    #station_visit .visit_box .h3_under {
        margin-top: 40px;
        font-size: 14px;
        margin-bottom: 30px;
    }
    #station_visit .visit_box h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #station_visit .visit_box .h4_under {
        font-size: 14px;
    }
    #station_visit .visit_box .copy_txt {
        font-size: 13px;
        line-height: 1.6;
    }#station_visit .img_box_tab {
        width: 100%;
        margin-top: 25px;
    }#station_visit .visit_box:nth-of-type(n+2) {
        margin-top: 25px;
    }#station_visit {
        padding-bottom: 70px;
    }
}
/*-----------------------------------
#office_block
-----------------------------------*/
#office_block {
    padding: 120px 0 50px;
}
@media screen and (max-width: 640px) {
    #office_block {
        padding: 80px 0 10px;
    }
}
/*-----------------------------------
#office01_block aoba
-----------------------------------*/
#office01_block {
    padding-top: 0;
}
#office01_block .bg_wrap::before {
    background-image: url(../img/business/station/aoba_img_01.jpg);
}
/*-----------------------------------
#office02_block kouhoku
-----------------------------------*/
#office02_block {
    padding-top: 0;
}
#office02_block .bg_wrap::before {
    background-image: url(../img/business/station/station_office02_img.jpg);
}
/*-----------------------------------
#office03_block Wakabadai
-----------------------------------*/
#office03_block {
    padding-top: 0;
}
#office03_block .bg_wrap::before {
    background-image: url(../img/business/station/wakabadai_img_01.jpg);
}
/*-----------------------------------
#office04_block　Taihei
-----------------------------------*/
#office04_block {
    padding-top: 0;
}
#office04_block .bg_wrap::before {
    background-image: url(../img/business/station/taihei_img_01.jpg);
}
/*-----------------------------------
.office_sec 共通
-----------------------------------*/
.office_sec {
    padding: 0;
    /*打消し*/
    border-top: 7px solid #D42442;
}
.office_sec .bg_wrap {
    position: relative;
    padding-top: 120px;
}
.office_sec .bg_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45vw;
    padding: 120px 0;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.office_sec .bg_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45vw;
    padding: 120px 0;
    background: #bebebe;
    mix-blend-mode: multiply;
    z-index: -1;
}
.office_sec .office_title h2 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    left: 4px;
}
.office_sec .office_title h2 span {
    display: block;
    color: #D42442;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: "Josefin Sans", sans-serif;
}
.office_sec .office_title p {
    color: #fff;
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 20px;
    text-shadow: 0 2px 5px rgb(0 0 0 / 50%);
    letter-spacing: 0.05em;
    position: relative;
    left: 4px;
}
.office_sec .office_title p span {
    font-size: 24px;
}
.office_sec .number {
    color: #fff;
}
.office_sec .daystudio_inner {
    background: #fff;
    padding: 65px 60px 60px;
}
.office_sec .bg_wrap h3 {
    line-height: 180%;
    margin-bottom: 20px;
    font-size: 28px;
}
.office_sec ul.service_list li {
    position: relative;
    font-size: 16px;
    padding: 12px 0;
    text-indent: -3em;
    padding-left: 3em;
    line-height: 1.8;
}
.office_sec ul.service_list li span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 10px;
    height: 1px;
    background: #D42442;
}
.office_sec ul.service_list li span {
    position: relative;
    padding-left: 20px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    color: #D42442;
    padding-right: 10px;
}
.office_sec p.attention {
    text-align: center;
    font-size: 12px;
    line-height: 100%;
    border: solid 1px #ccc;
    padding: 10px;
    margin-top: 1em;
}
.office_sec .left_box {
    width: 45%;
}
.office_sec .img_box {
    display: none;
}
.office_sec .right_box {
    width: 52%;
}
.office_sec .right_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.office_sec iframe {
    width: 100%;
    height: 340px;
    margin-top: 40px;
}
@media screen and (max-width: 980px) {
    .office_sec .bg_wrap::before {
        display: none;
    }
    .office_sec .right_box img {
        display: none;
    }
    .office_sec .bg_wrap {
        padding-top: 0;
    }
    .office_sec .bg_wrap::before {
        display: none;
    }
    .office_sec .img_box {
        display: block;
    }
    .office_sec .img_box img {
        width: 100%;
    }
    .office_sec .office_title h2 {
        font-size: 32px;
        line-height: 1.3;
        margin: 20px 0 25px;
        color: #000;
        text-shadow: none;
    }
    .office_sec .office_title p {
        color: #000;
        text-shadow: none;
    }
    .office_sec .daystudio_inner {
        padding: 40px 0 60px;
        background: none;
    }
    .office_sec .bg_wrap::after {
        display: none;
    }
    .office_sec .number {
        color: #000;
    }
    .office_sec .daystudio_inner {
        padding: 40px 0 60px;
        background: none;
    }
    .office_sec .left_box {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .office_sec .office_title h2 {
        font-size: 21px;
    }
    .office_sec.office_title p {
        line-height: 1.8;
        margin-bottom: 20px;
    }
    .office_sec .bg_wrap h3 {
        font-size: 19px;
    }
}
@media screen and (max-width: 500px) {
    .none_500 {
        display: none;
    }
}
