@charset "UTF-8";
/*-----------------------------------
ベース
-----------------------------------*/
.el_lv1Heading {
    background: url(../img/business/home/ttl_home_bg.jpg) no-repeat center center/cover;
    background-position-y: 69%;
}
/*-----------------------------------
  home_intro
 -----------------------------------*/
#home_intro {
    position: relative;
    padding-bottom: 140px;
}
#home_intro h2.title_style {
    width: 500px;
    line-height: 1.3;
}
#home_intro .block {
    display: block;
}
#home_intro::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 41%;
    background: #f5f5f9;
    z-index: -1;
}
#home_intro h2.title_style {
    width: 400px;
}
#home_intro h2.title_style p {
    display: block;
    font-size: 14px;
    margin-top: 20px;
}
#home_intro ul {
    width: calc(100% - 400px);
}
#home_intro ul li {
    width: 30%;
}
#home_intro ul li p {
    padding-left: 55px;
    position: relative;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
}
#home_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;
}
#home_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;
}
#home_intro ul li a:hover p:before {
    transform: scale(1.2);
}
#home_intro ul li .photo_inner {
    overflow: hidden;
    height: 160px;
}
#home_intro ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
#home_intro ul li a {
    display: block;
}
#home_intro ul li a:hover .photo_inner img {
    transform: scale(1.2);
}
#home_intro ul li a:hover p:before {
    background: #D42442;
}
#home_intro ul li a:hover p:after {
    border-color: #fff;
}
@media screen and (max-width: 1350px) {
    #home_intro ul {
        width: 100%;
        width: 100%;
        margin-top: 50px;
    }
    #home_intro .block {
        display: none;
    }
    #home_intro h2.title_style {
        width: 100%;
    }
}
@media screen and (max-width: 940px) {
    #home_intro ul li p {
        padding-left: 42px;
        font-size: 16px;
    }
    #home_intro ul li p:before {
        width: 30px;
        height: 30px;
        padding: 8px;
    }
    #home_intro ul li p::after {
        left: 10px;
    }
}
@media screen and (max-width: 640px) {
    #home_intro .block {
        display: block;
    }
    #home_intro h2.title_style {
        width: 100%;
        margin-bottom: 0;
    }
    #home_intro .contents_inner>.row_box>.row_box {
        display: block;
    }
    #home_intro .contents_inner>.row_box>.row_box li:nth-child(1),
    #home_intro .contents_inner>.row_box>.row_box li:nth-child(2) {
        margin-bottom: 40px;
    }
    #home_intro ul li {
        width: 100%;
    }
    #home_intro ul li p:before {
        padding: 16px;
        width: 40px;
        height: 40px;
    }
    #home_intro ul li p::after {
        left: 15px;
    }
    #home_intro ul li p {
        padding-left: 55px;
        font-size: 18px;
    }
    #home_intro {
        padding-bottom: 110px;
    }
}
@media screen and (max-width: 340px) {
    #home_intro h2.title_style {
        width: 100%;
    }
}
/*-----------------------------------
#home_main
-----------------------------------*/
#home_main {
    position: relative;
    padding: 100px 0 50px;
    background: #f5f5f9;
}
#home_main::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 51%;
    height: 620px;
    background-image: url(../img/business/home/intro_img02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}
#home_main p.note {
    font-size: 14px;
    line-height: 100%;
    position: absolute;
    right: 1em;
    letter-spacing: 0;
    top: calc(620px - 2em);
    color: #fff;
}
#home_main h2 {
    line-height: 1.3;
}
#home_main .kids_main_detail {
    margin-top: 80px;
    position: relative;
    z-index: 1;
}
#home_main .kids_main_detail h3 {
    line-height: 180%;
    font-size: 26px;
    padding-bottom: 30px;
    font-weight: bold;
}
#home_main .kids_main_detail h3 span {
    color: #D42442;
    margin: 10px;
    font-size: 32px;
}
#home_main .sp_main_img {
    display: none;
}
#home_main p.sp_main_txt {
    display: none;
}
#home_main h2 .pro {
    font-size: 26px;
    margin-top: 15px;
}
#home_main .sp_340 {
    display: none;
}
#home_main ul.day_point {
    float: right;
    width: 51%;
    margin-top: 220px;
}
#home_main ul.day_point li {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.2;
    margin-bottom: 40px;
    position: relative;
    padding-left: 40px;
    color: #4B4B4B;
    padding-bottom: 40px;
    border-bottom: dotted 1px #ccc;
}
#home_main .sub_box {
    position: relative;
}
#home_main img.day_sub_img_02 {
    width: 40%;
    height: 580px;
    margin-top: 100px;
    object-fit: cover;
}
#home_main p.note2 {
    position: absolute;
    left: 1em;
    bottom: 1em;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
}
#home_main p.sp_sub_txt {
    display: none;
}
#home_main ul.day_point li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1em;
    width: 16px;
    height: 2px;
    background: #D42442;
}
@media screen and (max-width: 1500px) {
    #home_main::before {
        width: 50%;
        background-position-x: 33%;
    }
    #home_main .kids_main_detail h3 {
      font-size: 1.5vw;
    }
}
@media screen and (max-width: 1200px) {
    #home_main .kids_main_detail h3 {
        font-size: 26px;
    }
    #home_main p.note {
        display: none;
    }
    #home_main .contents_inner .title_style,
    #home_main .contents_inner .day_main_detail {
        position: relative;
        z-index: 1;
    }
    #home_main .kids_main_detail {
        margin-top: 50px;
    }
    #home_main .sp_main_img {
        display: block;
        width: 100%;
    }
    #home_main p.sp_main_txt {
        display: block;
        text-align: right;
        margin-right: 1em;
        margin-top: 5px;
        font-size: 14px;
        letter-spacing: 0;
    }
    #home_main::before {
        display: none;
    }
    #home_main img.day_sub_img_02 {
        margin-top: 130px;
    }
}
@media screen and (max-width: 980px) {
    #home_main {
        padding: 0 0 10px;
    }
    #home_main img.day_sub_img_02 {
        order: 1;
        width: 100%;
        height: auto;
        margin-top: 30px;
        object-fit: contain;
    }
    #home_main p.note2 {
        display: none;
    }
    #home_main p.sp_sub_txt {
        display: block;
        text-align: right;
        margin-right: 1em;
        margin-top: 5px;
        font-size: 14px;
        letter-spacing: 0;
    }
    #home_main ul.day_point li {
        margin-bottom: 0;
        padding: 20px 0 20px 40px;
    }
    #home_main ul.day_point li:before {
        top: 2.3em;
    }
    #home_main .order .day_point {
        float: none;
        width: 100%;
        margin: 10px 0 20px 0;
    }
    #home_main ul.day_point {
        margin-top: 170px;
    }
    #home_main .order .day_point {
        order: 2;
    }
    #home_main .contents_inner.order {
        display: flex;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 640px) {
    #home_main .kids_main_detail {
        margin-top: 20px;
    }
    #home_main .kids_main_detail h3 {
        font-size: 15px;
        padding-bottom: 40px;
    }
    #home_main .kids_main_detail h3 span {
        font-size: 20px;
        margin: 5px;
    }
    #home_main h2 .pro {
        font-size: 22px;
    }
    #home_main ul.day_point li {
        font-size: 14px;
    }
}
@media screen and (max-width: 340px) {
    #home_main .sp_340 {
        display: block;
    }
    #home_main img.day_sub_img_02 {
        margin-top: 50px;
    }
    #home_main ul.day_point {
        margin-top: 0;
    }
}
/*-----------------------------------
home_service
-----------------------------------*/
#home_service {
    background: #f5f5f9;
    padding-bottom: 120px;
    padding-top: 200px;
}
#home_service .ohuro_box {
    background: #fff;
    padding: 100px 60px 40px;
    box-shadow: 0 15px 13px -6px rgb(197 195 249 / 15%);
}
#home_service .ohuro_box h3 {
    text-align: center;
    font-size: 34px;
    line-height: 100%;
    margin-bottom: 60px;
    position: relative;
}
#home_service .ohuro_box h3::before {
    content: '';
    background-color: #e54d4d;
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#home_service .reha_wrapper {
    display: flex;
}
#home_service .reha_wrapper .reha_img {
    display: none;
}
#home_service ul.day_point li {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.2;
    margin-bottom: 40px;
    position: relative;
    padding-left: 40px;
    color: #4B4B4B;
    padding-bottom: 40px;
    border-bottom: dotted 1px #ccc;
}
#home_service ul.day_point li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1em;
    width: 16px;
    height: 2px;
    background: #D42442;
}
#home_service .reha_wrapper .img_box {
    position: relative;
    width: 50%;
}
#home_service .reha_wrapper .img_box .img1 {
    position: absolute;
    top: 100px;
    left: 50px;
    width: 350px;
    height: auto;
}
#home_service .reha_wrapper .img_box .img2 {
    position: absolute;
    top: 430px;
    left: 150px;
    width: 350px;
    height: auto;
}
@media screen and (max-width: 1300px) {
    #home_service .reha_wrapper .img_box .img2 {
        left: 60px;
    }
}
@media screen and (max-width: 1200px) {
    #home_service {
        padding-top: 70px;
    }
}

@media screen and (max-width: 1050px) {
    #home_service .reha_wrapper .img_box .img1 {
        display: none;
    }
    #home_service .reha_wrapper .img_box .img2 {
        display: none;
    }
    #home_service .reha_wrapper {
        display: block;
    }
    #home_service .reha_wrapper .reha_img {
        display: flex;
        justify-content: space-around;
        margin-top: 40px;
    }
    #home_service .reha_wrapper .reha_img img {
        width: 40%;
    }
    #home_service .reha_wrapper .reha_img {
        display: flex;
        justify-content: space-around;
        margin-top: 40px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 980px) {
    #home_service .ohuro_box {
        margin: 0 auto 50px;
    }
    #home_service ul.day_point li {
        margin-bottom: 0;
        padding: 20px 0 20px 40px;
    }
    #home_service ul.day_point li:before {
        top: 2.3em;
    }
    #home_service {
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 640px) {
    #home_service .ohuro_box h3 {
        margin-bottom: 20px;
        padding: 0 15px;
        line-height: 1.8;
        font-size: 24px;
    }
    #home_service .ohuro_box {
        padding: 40px 15px 20px;
    }
    #home_service ul.day_point li {
        font-size: 14px;
    }
}
/*-----------------------------------
  day_flow
 -----------------------------------*/
#day_flow {
 padding-top: 120px;
 padding-bottom: 30px;
}
#day_flow h2::before {
    content: "";
    border-bottom: solid 1px #000;
    z-index: 2;
}
#day_flow .flow_wrap {
    margin-top: 60px;
}
/*flow_sidemenu*/
#day_flow ul.flow_sidemenu {
    width: 210px;
}
#day_flow ul.flow_sidemenu li {
    font-size: 14px;
    margin-bottom: 25px;
}
#day_flow ul.flow_sidemenu li span {
    color: #D42442;
    font-family: "Josefin Sans", sans-serif;
    margin-right: 5px;
}
/*flow_detail*/
#day_flow ul.flow_detail {
    width: calc(97% - 200px);
}
#day_flow ul.flow_detail::after {
    content: "";
    display: block;
    width: 31%;
    /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
#day_flow ul.flow_detail li {
    width: 48%;
    margin-bottom: 20px;
    /*background: #fff;*/
    padding: 30px;
}
#day_flow ul.flow_detail li {
    position: relative;
    /*box-shadow: 0 15px 13px -6px rgb(197 195 249 / 15%);*/
}
#day_flow ul.flow_detail .none::before,
#day_flow ul.flow_detail .none::after {
    display: none;
}
#day_flow ul.flow_detail li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -22px;
    margin: auto 0;
    width: 20px;
    height: 20px;
    border-top: 1px solid #D42442;
    border-right: 1px solid #D42442;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.2s;
}
#day_flow ul.flow_detail li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -32px;
    margin: auto 0;
    width: 20px;
    height: 20px;
    border-top: 1px solid #D42442;
    border-right: 1px solid #D42442;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.2s;
}
#day_flow ul.flow_detail li.w100 {
    width: 100%;
}
#day_flow ul.flow_detail li.w100 .img_box {
    width: 45%;
}
#day_flow ul.flow_detail li.w100 .text_box {
    width: 50%;
}
#day_flow ul.flow_detail li.w100 .text_box h4 {
    color: #D42442;
    background: #fff;
    line-height: 100%;
    padding: 10px;
    min-width: 180px;
    text-align: center;
    border-radius: 20px;
    font-size: 18px;
}
#day_flow ul.flow_detail li.w100 .text_box h4:not(:first-of-type) {
    margin-top: 1.5em;
}
#day_flow ul.flow_detail li.w100 .text_box p {
    padding: 1em;
    line-height: 180%;
    font-size: 16px;
}
#day_flow ul.flow_detail li img {
    width: 100%;
    margin-bottom: 20px;
}
#day_flow ul.flow_detail li h3 {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 20px;
}
#day_flow ul.flow_detail li h3 span {
    font-size: 28px;
    font-family: "Josefin Sans", sans-serif;
    margin-right: 20px;
    border-bottom: solid 2px #D42442;
}
#day_flow ul.flow_detail li>p {
    font-size: 14px;
    line-height: 180%;
}
#day_flow ul.flow_detail li>p.circle_txt{
    position: relative;
    padding-top: 0;
    padding-left: 1em;
    margin-top: 5px;
}
#day_flow ul.flow_detail li>p.circle_txt::before{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    content: '・';
}
@media screen and (max-width: 1050px) {
    #day_flow ul.flow_sidemenu {
        display: none;
    }
    #day_flow ul.flow_detail {
        width: 100%;
    }
}
@media screen and (max-width: 980px) {
    #day_flow ul.flow_detail li {
        width: 80%;
        margin: 0 auto;
    }
    #day_flow ul.flow_detail li::after {
        display: none;
    }
    #day_flow ul.flow_detail li::before {
        display: none;
    }
    #day_flow .flow_wrap {
        margin-top: 30px;
    }
}
@media screen and (max-width: 640px) {
    #day_flow {
        padding-top: 80px;
      padding-bottom: 10px;
    }
    #day_flow ul.flow_detail li {
        width: 100%;
        padding: 30px 0;
    }
    #day_flow ul.flow_detail li h3 {
        width: 100%;
        text-align: left;
        font-size: 18px;
    }
    #day_flow h2 {
        margin-bottom: 0;
    }
    #day_flow .flow_wrap {
        margin-top: 20px;
    }
    #day_flow ul.flow_detail li h3 span {
        font-size: 27px;
        margin-right: 15px;
    }
    #day_flow ul.flow_detail li img {
        margin-bottom: 10px;
    }
}
/*-----------------------------------
#office_block
-----------------------------------*/
#office_block {
    padding: 80px 0 50px;
}
@media screen and (max-width: 640px) {
    #office_block {
        padding: 70px 0 10px;
    }
}
/*-----------------------------------
#office01_block kouhoku
-----------------------------------*/
#office01_block {
    padding-top: 0;
}
#office01_block .bg_wrap::before {
    background-image: url(../img/business/station/station_office02_img.jpg);
}
/*-----------------------------------
#office02_block Wakabadai
-----------------------------------*/
#office02_block {
    padding-top: 0;
}
#office02_block .bg_wrap::before {
    background-image: url(../img/business/kids/kids_main_img_02.JPG);
}
/*-----------------------------------
#office03_block Taihei
-----------------------------------*/
#office03_block {
    padding-top: 0;
}
#office03_block .bg_wrap::before {
    background-image: url(../img/business/day/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;
    }
}
