@charset "UTF-8";
.shc__titleWrap h2,#corp .title {
    color: #42BD7E !important;
}
.m-contents {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
}
.spbr {
    display: none;
}
.m-contents img {
    width: auto;
    height: auto;
}
@media screen and (max-width: 768px) {
    .spbr {
        display: block;
    }
}
.shc__fv {
    position: relative;
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shc__fvimg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: 50% 25%;
}
.shc__fvimg.src1 {
    background-image: url(../../images/shc/FV_IMG.jpg?202608);
}
@media screen and (max-width: 768px) {
    .shc__fv {
        display: block;
        height: 600px;
        text-align: center;
    }
    .shc__fvimg {
        background-position: 50% 35%;
    }
    .shc__fvimg.src1 {
        background-image: url(../../images/shc/SP_FV_IMG.jpg?202608);
    }
}

.shc__fv hgroup {
    position: relative;
    top: 5%;
    z-index: 1;
    color: #fff;
    text-align: center;
}
.shc__fv hgroup .txt1 {
    font-size: 72px;
    font-weight: 900;
    line-height: 104.26px;
}
.shc__fv hgroup .txt2 {
    display: inline-block;
    padding: 14px 75px 14px 75px;
    background-color: #42BD7E;
    font-family: "Sawarabi Mincho", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 47.33px;
    letter-spacing: 0.2em;
}
.shc__fv hgroup .txt3 {
    margin-top: 90px;
    font-size: 32px;
    font-weight: 600;
    line-height: 57.81px;
    letter-spacing: 2.5px;
}
.shc__fv hgroup h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34.75px;
    letter-spacing: 1.5px;
}
@media screen and (max-width: 768px) {
    .shc__fv hgroup {
        top: 30px;
    }
    .shc__fv hgroup .txt1 {
        position: relative;
        display: block;
        margin: auto;
        font-size: 54px;
        font-weight: 900;
        line-height: 70px;
        text-align: center;
    }
    .shc__fv hgroup .txt2 {
        margin-top: 160px;
        padding: 20px 26px;
        font-size: 16px;
        font-weight: 400;
        line-height: 23.66px;
        letter-spacing: 0.15em;
    }
    .shc__fv hgroup .txt3 {
        margin-top: 20px;
        font-size: 24px;
        line-height: 43.36px;
        letter-spacing: 2.5px;
    }
    .shc__fv hgroup h1 {
        font-size: 18px;
        font-weight: 500;
        line-height: 26.06px;
        letter-spacing: 1.5px;
    }
}

.shc__intro {
    padding: 80px 10px;
}
.shc__intro .txt {
    font-size: 20px;
    color: #808080;
    line-height: 2.6;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .shc__intro {
        padding: 20px;
    }
    .shc__intro .txt {
        font-size: 18px;
        font-weight: 600;
        line-height: 32px;
        text-align: left;
    }
}

.shc__nav {
    display: flex;
    justify-content: center;
    padding: 0 10px;
}
.shc__nav li {
    margin: 0 5px;
    flex-basis: 307px;
    text-align: center;
    line-height: 1;
}
.shc__nav li a.btn {
    font-family: Noto Sans JP;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.08em;
}
.shc__nav li a.btn.btn-arrow .afterIcon-before, .btn.btn-arrow .afterIcon-before,
.shc__nav li a.btn.btn-arrow .afterIcon-before, .btn.btn-arrow .afterIcon-after {
    transform:rotate(90deg);
}
/* shc__nav ボタンをこのページだけ緑に（既存ページ緑 #42BD7E に統一） */
.shc__nav li a.btn {
    border-color: #42BD7E;
}
.shc__nav li a.btn span {
    color: #42BD7E;
}
.shc__nav li a.btn:before {
    background-color: #42BD7E;
}
.shc__nav li a.btn.btn-arrow .afterIcon-before {
    background-image: url(../../images/shc/arrow-right_green.svg);
}
@media screen and (min-width: 750px) {
    .shc__nav li a.btn:hover span {
        color: #fff;
    }
}
@media screen and (max-width: 768px) {
    .shc__nav {
        display: block;
        padding: 0;
    }
    .shc__nav li {
        margin: 10px 20px 0;
    }
    .shc__nav li a {
        text-align: center;
        padding: 10px;
    }
    .shc__nav li a.btn span:not(.afterIcon-before):not(.afterIcon-after) {
        padding-right: 4px;
    }
}

.shc__cont-s {
    margin: 40px auto 0;
    max-width: 1260px;
}
@media screen and (max-width: 768px) {
    .shc__cont-s {
        margin: 0;
        padding: 40px 0;
    }
}

.servicesWrap {
    margin-top: 50px;
    background-color: #F3F3F3;
    padding: 40px 64px 80px;
}
@media screen and (max-width: 1400px) {
    .servicesWrap {
        padding: 40px 20px 80px;
    }
}
@media screen and (max-width: 768px) {
    .servicesWrap {
        padding: 0;
    }
}

.shc__title {
    position: relative;
    font-family: "M PLUS 1";
    font-size: 56px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 2.640000104904175px;
}
.shc__titleWrap {
    position: relative;
    z-index: 1;
    display: flex;
}
.shc__titleWrap h2 {
    flex-shrink: 0;
}
.shc__titleWrap .img {
    margin-left: 20px;
    max-width: 760px;
}
@media screen and (max-width: 750px) {
    .shc__title {
        font-size: 24px;
        font-weight: 800;
        line-height: 22px;
        letter-spacing: 2.640000104904175px;
    }
    .shc__titleWrap {
        display: block;
        padding: 0 20px;
    }
    .shc__titleWrap .img {
        margin: 10px 0 0;
    }
}

.shc__services {
    margin-top: 40px;
    display: flex;
    justify-content: end;
    align-items: center;
    min-height: 576px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
.shc__services.first {
    margin-top: -40px;
}
.shc__services:nth-child(odd) {
    justify-content: start;
    background-position: 100% 0;
}

.shc__services dl {
    max-width: 609px;
    background-color: #42BD7E;
    padding: 60px 70px;
    color: #fff;
}
.shc__services dl dt {
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 2.809999942779541px;
}
.shc__services dl dd {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
    .shc__services {
        margin-top: 40px;
        padding-top: 60%;
    }
    .shc__services.first {
        margin-top: -20px;
    }
    .shc__services dl {
        margin: 0 20px;
        padding: 40px 24px;
    }
    .shc__services dl dt {
        font-size: 19px;
        font-weight: 900;
        line-height: 27.51px;
        letter-spacing: 1.4190000295639038px;
    }
    .shc__services dl dd {
        margin-top: 24px;
        font-size: 16px;
        font-weight: 500;
        line-height: 36px;
        letter-spacing: 0.05em;
    }
}

.shc__cont-f {
    margin: 40px auto 0;
    max-width: 1260px;
    padding: 40px 35px 0;
}
.shc__features {
    position: relative;
    margin: 80px auto 0;
    max-width: 1230px;
}
.shc__features.first {
    margin-top: 24px;
}
.shc__features::before {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: -15px;
    width: calc(100% - 580px);
    height: 100%;
    background-color: #42BD7E;
    z-index: 0;
}
.shc__features::after {
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: calc(100% - 724px);
    height: 100%;
    background-color: #F3F3F3;
    z-index: 0;
}
.features__cont {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 2px #42BD7E;
    background-color: #fff;
}

.features__cont .img {
    flex-basis: 646px;
    flex-shrink: 1;
}
.features__cont .img img {
    height: auto;
}
.features__cont dl {
    flex-shrink: 1;
    flex-basis: 580px;
    padding: 20px 8%;
}
.features__cont dl dt {
    font-size: 22px;
    font-weight: 700;
    line-height: 31.86px;
    letter-spacing: 0.05em;
    color: #42BD7E;
}
.features__cont dl dd {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #808080;
}
@media screen and (max-width: 750px) {
    .shc__cont-f {
        padding: 0;
    }
    .shc__features {
        margin-top: 64px;
    }
    .shc__features.first {
        margin-top: 20px;
    }
    .shc__features::before {
        left: 0;
        top: -12px;
        width: calc(100% - 32px);
        height: 35%;
    }
    .shc__features::after {
        right: 0;
        bottom: -12px;
        width: calc(100% - 32px);
        height: 35%;
    }
    .features__cont {
        display: block;
        margin: 12px;
    }
    .features__cont dl dt {
        font-size: 18px;
        font-weight: 700;
        line-height: 26.06px;
        letter-spacing: 0.05em;
    }
    .features__cont dl dd {
        margin-top: 20px;
    }
}

.shc__corpWrap {
    margin: 40px auto 0;
    max-width: 1260px;
    padding: 40px 20px 0;
}
.shc__corp {
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
}
#corp .title {
    font-size: 22px;
    font-weight: 900;
    line-height: 22px;
    letter-spacing: 2.640000104904175px;
}
@media screen and (max-width: 768px) {
    .shc__corpWrap {
        padding: 20px 0 0;
    }
    .shc__corp {
        display: block;
    }
    #corp .title {
        padding: 0 20px;
    }
}

.shc__corp .table {
    margin-top: 0;
    width: 100%;
    max-width: 606px;
    font-size: 13px;
    border: 1px solid #e9e9e9;
    color: #808080;
    font-size: 18px;
    font-weight: 500;
    line-height: 26.06px;
    letter-spacing: 0.05em;
}
.shc__corp .table tr {
    border-top: 1px solid #e9e9e9;
}
.shc__corp .table tr:last-child {
    border-bottom: 1px solid #e9e9e9;
}
.shc__corp .table tr th {
    width: 170px;
    padding: 24px 0;
    vertical-align: middle;
    text-align: center;
    background-color: #f3f3f3;
}
.shc__corp .table tr td {
    padding: 24px 12px 20px 48px;
    vertical-align: middle;
}
.shc__corp .table tr td span {
    font-size: 16px;
    font-weight: 500;
    line-height: 23.17px;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
    .shc__corp .table {
        margin: 0 auto;
        width: calc(100% - 40px);
    }
    .shc__corp .table tr th {
        display: block;
        width: 100%;
        padding: 10px 4px;
        text-align: center;
    }
    .shc__corp .table tr td {
        display: block;
        padding: 16px 4px;
        text-align: center;
    }
}

.shc__corp .map {
    flex-basis: 590px;
    margin-left: 10px;
}
.gmap_iframe {
    aspect-ratio: 1 / 1;
    max-width: 1000px;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
    .shc__corp .map {
        margin: 20px 0 0;
    }
}

.shc__recruit {
    position: relative;
    margin: 70px auto 40px;
    max-width: 1260px;
    min-height: 414px;
    background-image: url(../../images/shc/recruit.jpg?202608);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
    padding: 12% 70px 0;
}
@media screen and (min-width: 1440px) {
    .shc__recruit {
        padding-top: 176px;
    }
}
.shc__recruit h2 {
    font-size: 80px;
    font-weight: 700;
    line-height: 115.84px;
    letter-spacing: 0.1em;
    color: #fff;
}
.shc__recruit .txt {
    font-size: 28px;
    font-weight: 700;
    line-height: 40.54px;
    letter-spacing: 0.1em;
    color: #fff;
}
.shc__recruit .cont {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.shc__recruit .cont > dl {
    flex-basis: calc(50% - 20px);
    border: solid 1px #42BD7E;
    background-color: #42BD7E;
    padding: 40px 10px;
    color: #fff;
}
.shc__recruit .cont > dl > dt {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 2.805000066757202px;
}
.shc__recruit .cont > dl > dd {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 2.805000066757202px;
}
.shc__recruit .cont > dl > dd .txt1 {
    margin-top: 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 2.805000066757202px;
}
.shc__recruit .cont > dl > dd .txt2 {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.805000066757202px;
}
.shc__recruit .cont > a {
    position: relative;
    flex-basis: calc(50% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #42BD7E;
    background-color: #fff;
    padding: 40px 10px;
}
.shc__recruit .cont a:first-of-type{
    background-color: #42BD7E;
    color: #ffffff;
}
.shc__recruit .cont a:first-of-type[target="_blank"]:after {
    filter: brightness(0) invert(1);
}

.shc__recruit .cont a[target="_blank"]:after {
    content: "";
    background-image: url(../../images/common/ic_window.svg);
    width: 20px;
    aspect-ratio: 20/16;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10%;
}
.shc__recruit .cont a dt {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 2.805000066757202px;
}
.shc__recruit .cont a dd {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 1.600000023841858px;
}
.shc__recruit .cont dd.tel a {
    font-size: 32px;
}
@media screen and (max-width: 768px) {
    .shc__recruit {
        margin: 40px auto 0;
        min-height: auto;
        background-image: url(../../images/shc/SP_recruit.jpg?202608);
        padding: calc(100% - 145px) 20px 0;
    }
    .shc__recruit .cont {
        margin-top: 24px;
        display: block;
        text-align: left;
    }
    .shc__recruit h2 {
        font-size: 54px;
        font-weight: 700;
        line-height: 78.19px;
        letter-spacing: 0.1em;
    }
    .shc__recruit .txt {
        font-size: 18px;
        font-weight: 700;
        line-height: 26.06px;
        letter-spacing: 0.1em;
    }
    .shc__recruit .cont > dl {
        padding: 30px 10px 30px 20px;
    }
    .shc__recruit .cont > a {
        margin-top: 18px;
        justify-content: start;
        padding: 30px 20px;
    }
    .shc__recruit .cont dd.tel a {
        font-size: clamp(20px, 6.8vw, 32px);
        white-space: nowrap;
    }
}
