/* スライダー
================================================== */
#slider_wrap {
    padding-top: 230px;
    height: 100%;
}
#slider_wrap img {
    height: auto;
    width: 100%;
}
.sp-slide {
    text-align: center;
}
.sp-slide img {
    max-width: 1500px !important;
}
.sp-image:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}
#slider_wrap .sp-arrow {
    position: absolute;
    display: block;
    width: 10px;
    height: 50px;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    #slider_wrap {
        padding-top: 0;
    }
    #slider_wrap .sp-arrow {
        display: none;
    }
}



/* 共通
================================================== */
.lead1 {
    margin-bottom: 50px;
    text-align: center;
}



/* 臨時お知らせ欄
================================================== */
.temporary_notice {
    padding: 30px;
    background: #fff2f2;
    margin-bottom: 30px;
}
.temporary_notice h3 {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.temporary_notice p {
    text-align: center;
}
.temporary_notice p.btn a {
    margin-top: 20px;
    display: block;
    padding: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: #666;
    border-radius: 8px;
    position: relative;
}
.temporary_notice p.btn a::after {
    content: '▶';
    color: #fff;
    font-size: 10px;
    transform: scale(0.8);
    float: right;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.temporary_notice p.btn a:hover {
    background: rgba(0,0,0,0.2);
}
@media only screen and (max-width: 767px) {
    .temporary_notice h3 {
        font-size: 19px;
    }
}



/* メイン
================================================== */
#tp_about {
    position: relative;
    margin-top: -50px;
    margin-left: 50px;
    margin-right: 50px;
    padding: 50px;
    background: #fff;
    z-index: 1000;
}
#tp_about #info .logo {
    width: 85%;
    margin: 0 auto;
}
#tp_about h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 20px;
}
#tp_about #info p {
    text-align: center;
}
#tp_about #info .title {
    margin-top: 30px;
    font-size: 13px;
}
#tp_about #info .title strong {
    font-size: 21px;
}
#tp_about #info .address {
    font-size: 13px;
}
#tp_about #info .tel {
    font-size: 19px;
    font-weight: bold;
}
#tp_about #info .tel strong {
    font-size: 29px;
}
#tp_about #info .tel a {
    color: #444;
}
@media only screen and (max-width: 767px) {
    #tp_about {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 10px;
    }
    #tp_about h2 {
        font-size: 19px;
    }
    #tp_about #info {
        padding: 30px 0 30px 0;
    }
    #tp_about #info .logo {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    #tp_about #info .title {
        margin-top: 0;
    }
    #tp_about #info .title strong {
        line-height: 1.5em;
    }
    #tp_about #info .tel strong {
        line-height: 1.5em;
    }
}



/* 特徴
================================================== */
#tp_concept_bg {
    margin-top: 70px;
    width: 100%;
    background-image: url(../img/tp_concept_bg.png), url(../img/tp_concept_bg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: calc(50% + 500px) 0, calc(50% - 150px) 0;
}
#tp_concept {
    position: relative;
    padding-top: 120px;
}
#tp_concept .en_title {
    position: absolute;
    top: -30px;
    left: 20px;
    font-family: 'MOZART';
    font-size: 50px;
    letter-spacing: 10px;
    line-height: 1em;
}
#tp_concept .m_logo {
    position: absolute;
    top: 40px;
    right: 0;
}
#tp_concept .title {
    position: absolute;
    top: 120px;
    right: 0;
    width: 50%;
}
#tp_concept .title h3 {
    color: #fb7e79;
    font-size: 32px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 20px;
}
#tp_concept .title p {
    font-size: 17px;
    font-weight: bold;
    text-align: right;
}
#tp_concept .mt170 {
    margin-top: 170px;
}
#tp_concept .mt-170 {
    margin-top: -170px;
}
#tp_concept .photo {
    position: relative;
    float: left;
    width: 50%;
    height: 293px;
}
#tp_concept .photo .num {
    position: absolute;
    top: -60px;
    left: 30px;
    font-family: 'MOZART';
    font-size: 100px;
    font-weight: bold;
    color: #fb7e79;
    line-height: 1em;
}
#tp_concept .text {
    float: left;
    padding: 30px;
    width: 50%;
    height: 293px;
    color: #fff;
    background: #fb7e79;
    box-sizing: border-box;
}
#tp_concept .text h4.l1 {
    padding-top: 40px;
    padding-bottom: 60px;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
#tp_concept .text h4.l2 {
    padding-top: 40px;
    padding-bottom: 35px;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 1060px) {
    #tp_concept .text {
        height: auto;
    }
}
@media only screen and (max-width: 767px) {
    #tp_concept_bg {
        margin-top: 50px;
        width: 100%;
        background: #fff2f2;
        padding-bottom: 20px;
    }
    #tp_concept {
        padding-top: 30px;
    }
    #tp_concept .en_title {
        top: -10px;
        left: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        font-size: 24px;
    }
    #tp_concept .m_logo {
        display: none;
    }
    #tp_concept .title {
        position: static;
        width: 100%;
    }
    #tp_concept .title h3 {
        font-size: 21px;
        text-align: center;
    }
    #tp_concept .title p {
        font-size: 16px;
        text-align: left;
    }
    #tp_concept .mt170 {
        margin-top: 0;
    }
    #tp_concept .mt-170 {
        margin-top: 0;
    }
    #tp_concept .photo {
        margin-top: 30px;
        width: 100%;
        height: auto;
    }
    #tp_concept .photo img {
        width: 100%;
    }
    #tp_concept .photo .num {
        top: -25px;
        left: 10px;
        font-size: 50px;
    }
    #tp_concept .text {
        padding: 10px;
        width: 100%;
        height: auto;
    }
    #tp_concept .text h4.l1, #tp_concept .text h4.l2 {
        padding: 0 10px 10px 10px;
        font-size: 16px;
        line-height: 1.3em;
    }
}


/* サービス
================================================== */
#tp_service_bg {
    margin-top: 70px;
    width: 100%;
    background-image: url(../img/tp_service_bg.png), url(../img/tp_service_bg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: calc(50% + 150px) 0, calc(50% - 500px) 0;
}
#tp_service {
    position: relative;
    padding-top: 120px;
    /*background: url(../img/tp_service_bg.png) 0 0 no-repeat;*/
}
#tp_service .en_title {
    position: absolute;
    top: -30px;
    right: 20px;
    font-family: 'MOZART';
    font-size: 50px;
    letter-spacing: 10px;
    line-height: 1em;
}
#tp_service .m_logo {
    position: absolute;
    top: 40px;
    left: -90px;
}
#tp_service .title {
    position: relative;
    top: -20px;
    z-index: 1;
    margin-bottom: 50px;
}
#tp_service .title h3 {
    color: #fb7e79;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}
#tp_service .title p {
    font-size: 17px;
    font-weight: bold;
    text-align: left;
}

.tp_service_box_left {

}
.tp_service_box_left p {
    float: left;
    margin-right: 1%;
}
.tp_service_box_right p {
    float: right;
    margin-top: 30px;
    margin-left: 1%;
}
.tp_service_box_btn {
    margin-top: -70px;
}
@media only screen and (max-width: 1300px) {
    .display_none_1200 {
        display: none;
    }
    .tp_service_box_left p {
        float: left;
        width: 33.3333%;
        margin: 0 auto 10px auto;
    }
    .tp_service_box_right p {
        float: right;
        width: 33.3333%;
        margin: 0 auto 10px auto;
    }
    .tp_service_box_btn {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    #tp_service_bg {
        padding: 50px 0;
        margin-top: 50px;
        background: #f0f5fc;
    }
    #tp_service {
        position: static;
        padding-top: 0;
    }
    #tp_service .en_title {
        top: -10px;
        left: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        font-size: 21px;
    }
    #tp_service .m_logo {
        display: none;
    }
    #tp_service .title {
        position: static;
    }
    #tp_service .title h3 {
        font-size: 25px;
        text-align: center;
    }
    #tp_service .title p {
        font-size: 16px;
    }

    .tp_service_box_left p {
        float: none;
        width: 100%;
        margin: 0 auto 10px auto;
    }
    .tp_service_box_right p {
        float: none;
        width: 100%;
        margin: 0 auto 10px auto;
    }
    .tp_service_box_left p img, .tp_service_box_right p img {
        width: 100%;
    }
    .tp_service_box_btn {
        margin-top: 30px;
    }
}



/* アクセス
================================================== */
#tp_access_bg1 {
    margin-top: 120px;
    padding-bottom: 30px;
    background: linear-gradient(90deg, #ececee 0%, #ececee 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
}
#tp_access_bg1 .en_title {
    font-family: 'MOZART';
    font-size: 50px;
    color: #444;
    letter-spacing: 10px;
    line-height: 1em;
    text-align: center;
}
#tp_access_bg1 .en_title span.offset {
    position: relative;
    top: -30px;
}
#tp_access_bg1 .title {
    color: #fb7e79;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
}
#tp_access_bg2 {
    margin-top: -50px;
    background: linear-gradient(90deg, #fb7e79 0%, #fb7e79 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
    position: relative;
    z-index: 1;
}
#tp_access_bg2 #tp_access {
    padding: 20px 0;
    width: 80%;
    color: #fff;
    background: #fb7e79;
}
#tp_access_bg2 #tp_access p {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    #tp_access_bg1 {
        margin-top: 50px;
        background: none;
    }
    #tp_access_bg1 .en_title {
        position: relative;
        top: -10px;
        left: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        font-size: 24px;
    }
    #tp_access_bg1 .en_title span.offset {
        position: static;
    }
    #tp_access_bg1 .title {
        margin-top: 0;
        font-size: 21px;
    }
    #tp_access_bg2 {
        margin-top: -10px;
        background: #fb7e79 ;
        position: static;
    }
    #tp_access_bg2 #tp_access {
        width: 100%;
    }
    #tp_access_bg2 #tp_access p {
        text-align: center;
        margin-bottom: 20px;
    }
}



/* スタッフブログ インスタグラム
================================================== */
.info_circle {
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 150px;
    background: #fb7e79;
    border-radius: 75px;
    box-sizing: border-box;
}
.info_circle .icon {
    margin-top: 30px;
    text-align: center;
}
.info_circle h3 {
    margin-top: 7px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .info_circle {
        width: 100px;
        height: 100px;
    }
    .info_circle .icon {
        margin-top: 25px;
    }
    .info_circle .icon img {
        width: 25%;
    }
    .info_circle h3 {
        margin-top: 3px;
        font-size: 14px;
    }
}

/*スタッフブログ*/
#tp_blog {
    position: relative;
    margin-top: 100px;
    padding: 90px 0 30px 0;
    background: #fff2f2;
}
#tp_blog .tp_blog_wrap {
    padding: 0 30px;
}
#blog_iframe {
    border: none;
    width: 100%;
}


/*インスタグラム*/
#tp_insta {
    position: relative;
    margin-top: 100px;
    padding: 190px 0 80px 0;
    background: url(../img/tp_insta_bg.jpg) 0 0 no-repeat;
}
#tp_insta .text {
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.SP_insta_img {
    display: none;
}
@media only screen and (max-width: 767px) {
    #tp_insta {
        padding: 40px 10px;
        background: none;
    }
    .SP_insta_img {
        margin-top: -30px;
        display: block;
    }
    #tp_insta .text {
        color: #444;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}



/* 採用情報 */
.tp_recruit_bg {
    margin-top: 100px;
    background: url(../img/nursing_recruit_bg.jpg) center center no-repeat;
    background-size: cover;
}
.tp_recruit {
    padding: 100px 0;
    position: relative;
}
.tp_recruit .en_title {
    font-family: 'MOZART';
    font-size: 50px;
    color: #444;
    letter-spacing: 10px;
    line-height: 1em;
    text-align: center;
    position: absolute;
    right: 0px;
    top: -130px;
}
.tp_recruit  h3 {
    font-size: 21px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .tp_recruit_bg {
        margin-top: 0;
        background: #f0f0f0;
    }
    .tp_recruit {
        padding: 30px 0;
    }
    .tp_recruit .en_title {
        position: relative;
        top: -10px;
        left: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        font-size: 24px;
    }
    .tp_recruit  h3 {
        font-size: 16px;
        text-align: center;
    }
}





