@charset "UTF-8";
.top_ttl.news:before {
    width: 216px;
    height: 112px;
    background: url(../img/top_ttl2.png) no-repeat top center;
}
.top_ttl.flow:before {
    height: 124px;
    background: url(../img/top_ttl3.png) no-repeat top center;
}
.top_ttl.inst:before {
    height: 124px;
    background: url(../img/top_ttl4.png?data=2) no-repeat top center;
}
.top_ttl .mds{
    font-size: 16px;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: bold;
    color: #e15a4f;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}
.top_ttl .ttl{
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    position: relative;
    z-index: 2;
    letter-spacing: 0.1em;
}
.service_wrap {
    padding: 0 0 110px;
    position: relative;
}
.service_wrap::before {
    content: "";
    position: absolute;
    display: block;
    width: 462px;
    height: 802px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/top_bg2_3.png) no-repeat center;
    z-index: 1;
}
.splide {
    width: -webkit-calc(474px + (100% - 1100px) / 2);
    width: calc(474px + (100% - 1100px) / 2);
    height: 410px;
    position: absolute;
    top: 202px;
    left: 0;
    z-index: 4;
}
@media (min-width: 1360px) {
    .splide {
        max-width: 600px;
        margin: 0 0 0 -680px;
        left: 50%;
    }
}
@media (min-width: 896px) and (max-width: 1360px) {
    .splide {
        max-width: 600px;
        margin: 0 0 0 0;
        left: 0;
    }
}
.serviceDtl_img {
    width: 100%;
    height: 410px;
    position: relative;
    overflow: hidden;
    border-radius: 0 30px 30px 0;
}
@media (min-width: 1360px) {
    .serviceDtl_img {
        border-radius: 30px;
    }
}
.serviceDtl_img source,
.serviceDtl_img img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: all 0.25s ease-in-out;
}
.service_in {
    width: -webkit-calc(1000px + (100% - 1000px) / 2);
    width: calc(1000px + (100% - 1000px) / 2);
    border-radius: 30px;
    background: #fff;
    /*margin-top: 126px;*/
    padding: 68px 60px 50px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    margin: 126px auto 0;
    max-width: 1000px;
}
.serviceDtl_box {
    width:440px;
    margin-left: auto;
}
.serviceDtl_box .ttl {
    font-size: 24px;
    line-height: 1.7;
    color: #e15a4f;
    font-weight: bold;
    margin-bottom: 20px;
}
.serviceDtl_box .txt {
    font-size: 15px;
    margin-bottom: 25px;
}
.serviceDtl_box.ver2 {
    width: 100%;
    max-width: 1100px;
    margin: 0;
    margin-left: auto;
}
.serviceLst_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
.serviceLst_lst li {
    color: #fff;
    width: 230px;
    height: auto;
    background: #e15a4f;
    border-radius: 10px;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
    line-height: 52px;
    font-size: 18px;
    font-weight: bold;
}
.serviceLst_lst li.ver2 {
    line-height: 1.3;
}
.news_wrap {
    position: relative;
    padding: 150px 0;
}
.news_in{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 30px;
    background: #fff;
    padding: 40px 60px 50px 70px;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 6px rgba(207, 207, 207, .5);
}
.newsDtl_wrap{
    padding-top: 55px;
}
.newsDtl_lst li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-decoration: none;
}
.newsDtl_lst .day{
    border-bottom: 2px dotted #e3e3e3;
    font-size: 16px;
    line-height: 1.4;
    color: #e15a4f;
    padding: 20px 0 16px;
    margin-right: 18px;
}
.newsDtl_lst .txt{
    display: inline-block;
    border-bottom: 2px dotted #e3e3e3;
    font-size: 18px;
    line-height: 1.2;
    padding: 20px 0 16px;
}
.newsDtl_lst .new{
    color: #fff;
    background: #e15a4f;
    font-size: 14px;
    padding: 2px 9px;
    border-radius: 6px;
    word-break: break-word;
    line-height: 1;
    vertical-align: middle;
    margin-left: 18px;
}
@media (min-width: 896px) {
    .newsDtl_lst .txt{
        width: -webkit-calc(100% - 160px);
        width: calc(100% - 160px);
        box-sizing: border-box;
    }
    .newsDtl_wrap {
        width: -webkit-calc(100% - 238px);
        width: calc(100% - 238px);
        box-sizing: border-box;
    }
    .news_wrap .btn{
        width: 175px;
        margin-top: 52px;
    }
}
.flow_in {
    padding: 90px 0 100px;
    position: relative;
    z-index: 10;
}
.flow_txt {
    font-size: 18px;
    line-height: 2;
    text-align: center;
    padding: 60px 0 30px;
    position: relative;
    z-index: 4;
}
.flowDtl_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 40px;
    width: 1000px;
}
.flowDtl_lst li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    border-radius: 12px;
    background: #fff;
    padding: 15px 15px 0;
    width: 192px;
    height: 156px;
    position: relative;
    box-shadow: 0 0 6px rgba(207, 207, 207, .3);
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 0.05em;
}
.flowDtl_lst .step {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -40px;
    text-align: center;
}
.flow_wrap {
    position: relative;
    overflow: hidden;
}
.flow_wrap .btn {
    margin: 0 auto;
}
.inst_wrap {
    background: #fff;
}
.inst_in {
    padding: 80px 40px 76px;
}
/*20240523*/
.facility_wrap {
    margin-bottom: 80px;
}
.facility_wrap.is-new {
    margin-top: 80px;
}
.facility_wrap:last-child {
    margin-bottom: 0;
}
.facility-ttl {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.is-new .facility-ttl {
    padding-top: 15px;
}
.is-existing .facility-ttl {
    padding-top: 20px;
}
.facility-ttl:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    z-index: 0;
}
.is-new .facility-ttl:before {
    width: 92px;
    height: 60px;
    margin-left: -46px;
    background: url("../img/new_ttl.png") no-repeat center center;
}
.is-existing .facility-ttl:before {
    width: 140px;
    height: 81px;
    margin-left: -70px;
    background: url("../img/existing_ttl.png") no-repeat center center;
}
.facilityLst_slider {
    width: 850px;
    margin: 70px auto;
}
.facility_slide {
    width: 800px;
    margin: 0 20px;
    padding: 10px 0;
}
.facility_box {
    padding: 40px 25px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 6px rgba(207, 207, 207, .3);
    box-sizing: border-box;
}
.facility_img a {
    display: block;
    width: 340px;
    height: 160px;
    overflow: hidden;
    position: relative;
}
.facility_img.is-cs a {
    border: 2px solid #e15a4f;
}
.facility_img.is-cs a:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 45px solid transparent;
    border-top: 45px solid #e15a4f;
    border-left: 45px solid #e15a4f;
    box-sizing: border-box;
    z-index: 10;
}
.img-txt {
    position: absolute;
    top: 23px;
    left: 4px;
    font-size: 17px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    z-index: 10;
    transform: rotate(-45deg);
    text-align: center;
}
.img-txt.is-ver2 {
    top: 23px;
    left: 1px;
    font-size: 17px;
}
.img-txt.is-ver3 {
    top: 25px;
    left: -4px;
    font-size: 17px;
}
.facility_img a source,
.facility_img a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: all 0.25s ease-in-out;
}
.facility_dtl {
    width: calc(100% - 340px);
    padding-left: 25px;
    box-sizing: border-box;
}
.facility-date {
    line-height: 1;
}
.facility-date span {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 10px 20px;
    background: #e15a4f;
}
.facility-name {
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    margin: 5px 0;
}
.facility-address {
    line-height: 1.6;
    margin: 0 0 15px 0;
}
.facility-address.is-ver2 {
    margin: 0 0 5px 0;
}
.facility-address span {
    font-size: 13px;
}
.facility-tel {
    line-height: 1.4;
    margin: 0 0 15px 0;
}
.facility-tel a {
    display: inline-block;
    padding-left: 15px;
    background: url(../svg/icn_tel.svg) no-repeat center left / 10px auto;
}
.facility-txt {
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
}
.facility-pref {
    line-height: 1;
    margin-bottom: 8px;
}
.facility-pref span {
    display: inline-block;
    color: #e15a4f;
    font-weight: bold;
    background: #ffe6e4;
    padding: 5px 9px;
    font-size: 14px;
}
.facility_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.facility_tag li {
    border: 1px solid #ff8b84;
    color: #ff8b84;
    line-height: 1;
    background: #fff;
    border-radius: 50px;
    padding: 4px 30px;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 12px;
}
.inst_wrap .btn {
    margin: 0 auto;
    margin-top: 30px;
}
.slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    z-index: 5;
    cursor: pointer;
    background: rgba(225,90,79,.5);
    border-radius: 25px;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-arrow span {
    display: block;
    position: relative;
}
.slick-arrow span:before {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    top: 16px;
    z-index: 10;
    border-top: 2px solid #fff;
    box-sizing: border-box;
}
.slick-prev span:before {
    left: 20px;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}
.slick-next span:before {
    left: 12px;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.service_Imgwrap {
    position: absolute;
    border-radius: 20px;
    background-image: linear-gradient(90deg, rgba(246, 180, 132, 1), rgba(244, 115, 104, 1));
    padding: 30px 40px 25px;
    z-index: 5;
    top: -50px;
    left: -80px;
    width: 550px;
    box-sizing: border-box;
}
.service-ttl {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0 5px;
}
.service-ttl span {
    padding-left: 25px;
    position: relative;
    letter-spacing: 0.02rem;
}
.service-ttl span::before {
    content: "";
    position: absolute;
    background: url(../svg/top_icn01.svg) no-repeat center;
    width: 18px;
    height: 31px;
    left: 0;
    top: -5px;
}
.service-txt {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.1rem;
}
.facil_wrap {
    margin-bottom: 150px;
}
.facil_wrap .c-btn.btn {
    margin: 0 auto;
}
.stepImg {
    text-align: center;
    margin-bottom: 20px;
}
.flowDtl_dl dt {
    font-size: 24px;
    font-weight: bold;
    color: #e65b52;
    margin-bottom: 10px;
}
.flowDtl_dl dd {
    font-size: 14px;
    line-height: 1.6;
}
.is-bgw {
    background: #fff;
}
.flow_wrap::before {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/top_bg2_2.png) no-repeat center / 100% auto;
    width: 475px;
    height: 802px;
    left: 0;
    bottom: -210px;
}
.flow_wrap:after {
    content: '';
    display: block;
    width: 100%;
    height: 2vw;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: url(../img/top_bg3.png) no-repeat bottom center;
    background-size: 100% auto;
    z-index: 5;
}
.news_wrap::before {
    content: "";
    position: absolute;
    background: url(../img/top_bg2_4.png?1) no-repeat top center;
    transform: rotate(25deg);
    width: 500px;
    height: 570px;
    top: -120px;
    left: -190px;
    z-index: 6;
    opacity: 0.8;
}
.company_wrap,
.recruit_wrap {
    padding-bottom: 180px;
}
.company_wrap .top_ttl,
.recruit_wrap .top_ttl {
    padding-top: 40px;
}
.company_wrap .top_ttl .mds,
.recruit_wrap .top_ttl .mds {
    margin-bottom: 35px;
}
.company_wrap .top_ttl.inst:before {
    background: url(../svg/top_ttl6.svg) no-repeat top center;
    height: 123px;
}
.recruit_wrap .top_ttl.inst:before {
    background: url(../svg/top_ttl7.svg) no-repeat top center;
}
.company_in,
.recruit_in {
    margin: 80px auto 0;
    display: flex;
    justify-content: center;
    max-width: 1000px;
    gap: 0 40px;
}
.recruit_in {
    flex-direction: row-reverse;
}
.intrImg_wrap {
    width: 474px;
    height: 318px;
    border-radius: 20px;
    overflow: hidden;
}
.intrImg_wrap img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.intrDtl_wrap {
    width: calc(100% - 520px);
}
.intrDtl_wrap .ttl {
    font-size: 24px;
    line-height: 1.7;
    color: #e15a4f;
    font-weight: bold;
    margin-bottom: 20px;
}
.intrDtl_wrap .txt {
    font-size: 15px;
    color: #3a445e;
    margin-bottom: 50px;
}
.facility_date {
    display: flex;
    gap: 0 13px;
    align-items: center;
    margin-bottom: 20px;
}
.facility_date .facility-date {
    font-size: 18px;
    font-weight: bold;
    color: #e15a4f;
    background: none;
    letter-spacing: 0.1rem;
}
.facility_date .facility-pref {
    color: #e15a4f;
    border: 1px solid #e15a4f;
    border-radius: 12px;
    width: 90px;
    text-align: center;
    padding: 4px 0 2px;
    margin: 0;
}
.facility-btn {
    width: 280px;
    margin-top: 20px;
}
.facility-btn.c-btn a {
    color: #e88a51;
    border: 1px solid #e88a51;
    height: 38px;
    font-weight: 500;
}
.facility-btn.c-btn a span:before {
    background: url(../svg/arrow_right_fill_or.svg) no-repeat center;
    right: -50px;
}
.facility_service {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    margin-bottom: 10px;
}
.facility_service li {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: #e4594a;
    padding: 8px 10px 6px;
    line-height: 1;
    letter-spacing: 0.1em;
}
.facility_service li.is-ver2 {
    color: #e4594a;
    background: none;
}
@media (min-width: 896px) {
    .facility_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 800px;
    }
    .is-catchphrase {
        font-size: 14px;
    }
    .facility_img a:hover source,
    .facility_img a:hover img {
        width: 110%;
    }
    .facility-btn.c-btn a:hover {
        color: #fff;
        background: #e88a51;
    }
    .facility-btn.c-btn a:hover span:before {
        background: url(../svg/arrow_right_fill_w.svg) no-repeat center;
    }
    .flowDtl_lst li.is-ver2 {
        align-items: center;
    }
}
@media only screen and (max-width: 896px) {
    .top_ttl.news:before {
        height: 73px;
        background: url(../img/sp/top_ttl2.png) no-repeat top center;
        background-size: 100% auto;
    }
    .top_ttl.flow:before {
        height: 92px;
        background: url(../img/sp/top_ttl3.png) no-repeat top center;
        background-size: 100% auto;
    }
    .top_ttl.inst:before {
        height: 81px;
        background: url(../img/sp/top_ttl4.png?data=2) no-repeat top center;
        background-size: 100% auto;
    }
    .top_ttl .mds{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .top_ttl .ttl{
        font-size: 28px;
    }
    .service_wrap {
        padding: 45px 0 40px;
    }
    .splide {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        height: 230px;
        top: 185px;
    }
    .serviceDtl_img {
        height: 230px;
        border-radius: 0 15px 15px 0;
    }
    .service_in {
        width: 100%;
        border-radius: 0 0 30px 0;
        margin-top: 58px;
        padding: 0 20px 40px;
        background: #fff;
    }
    .serviceDtl_box {
        width: 100%;
        margin-left: auto;
    }
    .serviceDtl_box .ttl {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .serviceDtl_box .txt {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .serviceLst_lst {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        justify-content: unset;
        -webkit-box-align: center;
        align-items: center;
    }
    .serviceLst_lst li {
        width: 290px;
        border-radius: 12px;
        margin-top: 15px;
    }
    .serviceLst_lst li:first-child {
        margin-top: 0;
    }
    .serviceLst_lst li.ver2 {
        line-height: 1.3;
    }
    .news_wrap {
        padding: 50px 20px;
    }
    .news_in{
        display: block;
        border-radius: 15px;
        padding: 30px 19px 40px;
    }
    .newsDtl_wrap{
        padding-top: 40px;
    }
    .newsDtl_lst li{
        border-bottom: 1px dotted #e3e3e3;
        margin-bottom: 14px;
        padding-bottom: 14px;
    }
    .newsDtl_lst li:last-child{
        margin-bottom: 0;
    }
    .newsDtl_lst li a{
        display: block;
    }
    .newsDtl_lst .day{
        border: none;
        font-size: 14px;
        line-height: 1.4;
        padding: 0 0 5px;
        margin-right: 0;
    }
    .newsDtl_lst .txt{
        border: none;
        font-size: 16px;
        line-height: 1.4;
        padding: 0;
    }
    .newsDtl_lst .new{
        font-size: 10px;
        padding: 1px 5px;
        border-radius: 3px;
        margin-left: 5px;
    }
    .news_wrap .btn{
        margin-top: 40px;
    }
    .flow_wrap {
        background: url(../img/sp/top_bg2_2.png) no-repeat bottom -100px left;
        background-size: 375px auto;
        position: relative;
    }
    .flow_wrap:before {
        height: 4vw;
        background: url(../img/sp/top_bg3.png) no-repeat bottom center;
        background-size: 100% auto;
    }
    .flow_in {
        padding: 34px 20px 50px;
    }
    .flow_txt {
        font-size: 16px;
        line-height: 1.8;
        text-align: left;
        padding: 20px 0;
    }
    .flowDtl_lst {
        display: block;
        margin: 0 -10px 35px;
        width: 105%;
    }
    .flowDtl_lst li {
        border-radius: 6px;
        padding: 0;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        background: none;
        box-shadow: none;
        gap: 0 12px;
    }
    .flowDtl_lst li:last-child {
        margin-bottom: 0;
    }
    .flowDtl_lst .step {
        left: 10px;
        right: auto;
        margin: 0;
        top: -16px;
    }
    .flowDtl_lst .txt {
        font-size: 21px;
        line-height: 1.2;
    }
    .flowDtl_lst .txt span {
        font-size: 16px;
    }
    .inst_in {
        padding: 60px 20px;
    }
    /*20240523*/
    .facility_wrap {
        margin-bottom: 40px;
    }
    .facility_wrap.is-new {
        margin-top: 40px;
    }
    .facility-ttl {
        font-size: 20px;
    }
    .is-new .facility-ttl {
        padding-top: 10px;
    }
    .is-existing .facility-ttl {
        padding-top: 15px;
    }
    .is-new .facility-ttl:before {
        width: 65px;
        height: 43px;
        margin-left: -32px;
        background: url("../img/sp/new_ttl.png") no-repeat center center;
        background-size: 100% auto;
    }
    .is-existing .facility-ttl:before {
        width: 101px;
        height: 58px;
        margin-left: -50px;
        background: url("../img/sp/existing_ttl.png") no-repeat center center;
        background-size: 100% auto;
    }
    .facilityLst_slider {
        width: 100%;
        margin: 30px auto 40px;
    }
    .facility_slide {
        width: 300px;
        margin: 0 5px;
    }
    .facility_box {
        padding: 20px 15px;
        border-radius: 10px;
    }
    .facility_img a {
        width: 266px;
        height: 120px;
    }
    .facility_img.is-cs a:before {
        border: 40px solid transparent;
        border-top: 40px solid #e15a4f;
        border-left: 40px solid #e15a4f;
    }
    .img-txt {
        top: 20px;
        left: 0px;
        font-size: 15px;
    }
    .img-txt.is-ver2 {
        top: 20px;
        left: 0;
        font-size: 15px;
    }
    .img-txt.is-ver3 {
        top: 21px;
        left: -3px;
        font-size: 15px;
    }
    .facility_dtl {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
    .facility-date span {
        font-size: 14px;
        padding: 6px 10px;
    }
    .facility-name {
        font-size: 16px;
        margin: 5px 0;
    }
    .facility_dtl .is-catchphrase {
        font-size: 13px;
    }
    .facility-address {
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    .facility-address span {
        font-size: 12px;
    }
    .facility-tel {
        margin: 0 0 10px 0;
    }
    .facility-txt {
        font-size: 13px;
    }
    .facility_tag li {
        padding: 4px 15px;
        margin-top: 8px;
        margin-right: 8px;
        font-size: 11px;
    }
    .inst_wrap .btn {
        margin-top: 20px;
    }
    .slick-arrow {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
    .slick-prev {
        left: 50%;
        margin-left: -165px;
    }
    .slick-next {
        right: 50%;
        margin-right: -165px;
    }
    .slick-arrow span:before {
        width: 12px;
        height: 12px;
        top: 9px;
    }
    .slick-prev span:before {
        left: 12px;
    }
    .slick-next span:before {
        left: 7px;
    }
    .service_Imgwrap {
        position: relative;
        top: -20px;
        left: -35px;
        width: 105%;
        padding: 25px 20px 20px 30px;
    }
    .service-ttl {
        font-size: 20px;
        line-height: 1.6;
    }
    .facility-btn {
        width: 100%;
    }
    .facility_date {
        gap: 10px 0;
        align-items: start;
        margin-bottom: 15px;
        flex-direction: column;
    }
    .facility_service {
        gap: 5px 10px;
    }
    .facility_service li {
        font-size: 11px;
        padding: 6px 4px 4px;
    }
    .facility-btn.c-btn a span:before {
        right: 25px;
    }
    .facil_wrap {
        margin-bottom: 45px;
    }
    .stepImg {
        margin: 0;
        width: 64px;
    }
    .flowDtl_dl {
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 0 6px rgba(255, 232, 230, 1);
        display: flex;
        align-items: center;
        padding: 8px 0 3px;
        min-height: 78px;
        width: calc(100% - 76px);
    }
    .flowDtl_dl dt {
        font-size: 16px;
        width: 28%;
        margin: 0;
        line-height: 1;
        padding-left: 5px;
    }
    .flowDtl_dl dd {
        width: 72%;
        padding-right: 10px;
    }
    .flowDtl_dl dd .is-fzs {
        font-size: 12px;
    }
    .flowDtl_lst li.is-ver2 .flowDtl_dl dt {
        width: 100%;
    }
    .company_wrap,
    .recruit_wrap {
        padding: 0 20px 50px;
    }
    .intrDtl_wrap,
    .intrImg_wrap {
        width: 100%;
        height: auto;
    }
    .company_in,
    .recruit_in {
        flex-direction: column;
        margin: 30px 0 0;
        gap: 20px 0;
    }
    .news_wrap::before {
        width: 250px;
        top: -60px;
        left: -150px;
    }
    .company_wrap .top_ttl.inst:before,
    .recruit_wrap .top_ttl.inst:before {
        background-size: 100% auto;
    }
    .intrDtl_wrap .ttl {
        font-size: 22px;
    }
    .intrDtl_wrap .txt {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 374px) {
    .facility_slide {
        width: 260px;
    }
    .facility_img a {
        width: 226px;
        height: 100px;
    }
    .slick-prev {
        margin-left: -145px;
    }
    .slick-next {
        margin-right: -145px;
    }
    .flowDtl_dl {
        min-height: 68px;
    }
    .flowDtl_dl dt {
        width: 30%;
        font-size: 14px;
    }
    .flowDtl_dl dd {
        width: 70%;
        font-size: 12px;
        padding-right: 5px;
    }
}
