/* pc */

/*============================================================
common
============================================================*/

.sp,
.spbr {
    display: none;
}
.font-g {
    font-family: var(--font-g);
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.hover {
    transition: all .3s .1s;
}
.hover:hover {
    opacity: .3;
}
.inner {
    z-index: 1;
    max-width: 840rem;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.inner-p {
    padding-right: 100rem;
    padding-left: 100rem;
}
.sec__title {
    background: url(../image/deco-title-b.png) no-repeat bottom center / 100%;
    width: 70rem;
    margin: 0 auto 65rem;
    padding-bottom: 50rem;
    text-align: center;
}
.sec__title-w {
    background: url(../image/deco-title-w.png) no-repeat bottom center / 100%;
}
.sec__text {
    max-width: 640rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 65rem;
    font-size: 16rem;
}
.sec__text + .sec__text {
    margin-top: 1em;
}
.sec__title-sub {
    font-size: 28rem;
    text-align: center;
}
.sec__title-sub-kakomi {
    position: relative;
}
.sec__title-sub-kakomi.kakomi-right {
    text-align: right;
}
.sec__title-sub-kakomi img {
    width: 64rem;
    position: relative;
    margin-top: 65rem;
    z-index: 1;
}

/*============================================================
header
============================================================*/
#header {
    width: 320rem;
    background: url(../image/bg-side.jpg) center / cover, var(--bg-color-side);
    padding: 60rem 0;
    position: fixed;
    top: 0;
    right: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    z-index: 9999;
}

.haader__inner {
    /*
    position: absolute;
    top: 60rem;
    left: 50%;
    transform: translateX(-50%);
    */
}

.header__logo-kawashoku {
    margin: 0 auto;
    width: 190rem;
}

.header__logo-text-main {
    font-weight: 700;
    font-size: 19rem;
    margin-top: 25rem;
    text-align: center;
}

.header__logo-text-sub {
    font-size: 13rem;
    margin-top: 15rem;
    text-align: center;
    line-height: 1.7;
}

/* gnav ================== */
.gnav__group {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 30rem;
}
.gnav__group-list { /* li */
    writing-mode: vertical-rl;
    font-size: 19rem;
    font-weight: 700;
    letter-spacing: 3rem;
    border-right: solid 1rem var(--bg-color-main);
}
.gnav__group-list + .gnav__group-list {
}
.gnav__group-list:last-child {
    border-left: solid 1rem var(--bg-color-main);
}
.gnav__group-list a {
    display: block;
    padding: 20rem 15rem 10rem;
    line-height: 1;
    color: var(--font-color-dark);
    font-size: 16rem;
}
.gnav__group-list a span {
    background: url(../image/gnav-arrow.png) no-repeat center bottom 10rem / 10rem;
    display: inline-block;
    padding-bottom: 35rem;
    font-size: 16rem;
}
.gnav__group-list a:hover span {
    background-position: center bottom;
    opacity: .3;
}

.gnav__contact { /* contact */
    width: 200rem;
    height: 45rem;
    margin: 60rem auto;
}
.gnav__contact a {
    background: url(../image/btn-bg.png) no-repeat center / 200rem;
    color: var(--font-color-light);
    font-size: 17rem;
    display: block;
    height: 100%;
    line-height: 45rem;
    text-align: center;
}
    

/*============================================================
content
============================================================*/
#wrap {
}

#content {
    padding-right: 320rem;
    /* background: var(--bg-color-main); */
    color: var(--font-color-light);
    overflow: hidden;
    position: relative;
}
#content::before {
    content: '';
    background: url(../image/service-fix-img.jpg) no-repeat center / cover;
    width: calc(100% - 320rem);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.table {
    width: 100%;
}
.table th,
.table td {
    padding-top: 35rem;
    font-size: 16rem;
    vertical-align: top;
}
.table th {
    text-align: left;
    width: 180rem;
}
.table td {
    font-family: var(--font-g);
}
.table td a {
    color: var(--font-color-light);
    text-decoration: underline;
}

#intro,
.service__sec01,
.service__sec02,
#company,
#recruit { /* 背景->紺色 */
    background: url(../image/bg-dark.jpg) center / cover, var(--bg-color-main);

}
#commitment,
#access,
#contact { /* 背景->白 */
    background: url(../image/bg-light.jpg) center / cover, #fff;
    color: var(--font-color-dark);

}

/* mv ================== */
.mv {
    background: url(../image/mv.jpg) no-repeat center / cover;
    padding-top: 52.58%;
    width: 100%;
    position: relative;
}
.mv::before {
    content: '';
    background: url(../image/intro-bg.png) no-repeat top center / cover;
    padding-top: 7.64%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* intro ================== */
#intro {
    padding-top: 100rem;
    padding-bottom: 35rem;
}
.intro__title {
    width: 505rem;
    margin: 0 auto;
}
.intro__text {
    margin-top: 35rem;
    text-align: center;
    font-size: 18rem;
}

/* service　事業紹介 ================== */
#service {
    position: relative;
}
.deco-bg {
    position: absolute;
    top: 90rem;
    left: 0;
    width: 100%;
}
.deco-bg::before {
    content: '';
    background: url(../image/deco-bg01.png) no-repeat center / cover;
    width: 215rem;
    height: 60rem;
    position: absolute;
    top: 50%;
    left: -20rem;
    transform: translateY(-50%);
}
.deco-bg::after {
    content: '';
    background: url(../image/deco-bg02.png) no-repeat center / cover;
    width: 408rem;
    height: 252rem;
    position: absolute;
    top: 50%;
    right: -20rem;
    transform: translateY(-50%);
}
#service .sec__title img {
    width: 29rem;
}
.service__sec01 {
    padding-top: 200rem;
    padding-bottom: 145rem;
}
.service__sec02 {
    padding-bottom: 200rem;
    margin-top: 460rem;
    padding-top: 145rem;
}

/* 写真一覧 */
.sec__box-img-item {
    padding-left: 30rem;
}
.sec__title-sub-kakomi + .sec__box-img-item {
    margin-top: -80rem;
}
.sec__box-img-item + .sec__box-img-item {
    margin-top: 60rem;
}
.sec__box-img-item-wrap { /* ul */
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
.sec__box-img-item-list { /* li */
    width: 370rem;
}
.sec__box-img-item-list + .sec__box-img-item-list {
    margin-left: 10rem;
}
.sec__box-img-item-list img {
    width: 370rem;
}
.sec__box-img-item-wrap + p {
    margin-top: 15rem;
    font-size: 16rem;
}

/* 背景あり */
.sec__box-bg-item {
    background: var(--bg-color-sub);
    margin-left: 30rem;
    box-shadow: inset 0 0 10rem rgba(0, 0, 0, .1);
    padding: 55rem 60rem;
    margin-top: -80rem;
}
#service .sec__box-bg-item {
    display: flex;
}

.item-right,
.sec__box-bg-item.bg-item-right {
    margin-left: 0 !important;
    margin-right: 30rem !important;
}
.sec__box-bg-item-img {
    width: 445rem;
}
.sec__box-bg-item-text {
    width: calc( 100% - 475rem );
    margin-left: 30rem;
}
.sec__box-bg-item-text-title {
    font-size: 16rem;
}
.sec__box-bg-item-text-text {
    font-size: 15rem;
    margin-top: 10rem;
}

/* commitment　こだわり ================== */

#commitment {
    padding-top: 200rem;
    padding-bottom: 200rem;
}
#commitment .sec__title img {
    width: 60rem;
}
.commitment__title-sub {
    text-align: center;
    font-size: 30rem;
    font-weight: 700;
    margin-top: 45rem;
}
.commitment__text {
    margin-top: 10rem;
}

/* company　について ================== */

#company {
    padding-top: 200rem;
    padding-bottom: 200rem;
}
#company .sec__title img {
    width: 54rem;
}
#company .sec__text {
    font-size: 17rem;
}
#company .sec__text img {
    width: 162rem;
}
.campany__history-img {
    margin-top: 65rem;
}
.campany__history-img img {
    max-width: 320rem;
}
.campany__history-img p {
    font-size: 13rem;
    margin-top: 10rem;
}
.company__sec-history .sec__box-bg-item {
    margin-top: -40rem;
}

/* access　アクセス ================== */

#access {
    padding-top: 200rem;
    padding-bottom: 200rem;
}
#access .sec__title img {
    width: 25rem;
}
.access__map {
    margin-top: -40rem;
    margin-left: 30rem;
    aspect-ratio: 16 / 9; /* 16:9の場合 */
    overflow: hidden;
}
.access__map iframe {
    width: 100%;
    height: calc(100% + 300rem);
    margin-top: -150rem;
}
.access__map.item-right {
    margin-top: -150rem;
}
.access__map-link {
    text-align: right;
    margin-top: 10rem;
    font-size: 13rem;
}
.access__map-link a {
    text-decoration: underline;
}
.access__map-text {
    margin-left: 30rem;
}
.access__sec-map-gunma .access__map-link {
    margin-right: 30rem;
}
.access__sec-map-gunma .access__map-text {
    margin-left: 0;
}

/* recruit　採用情報 ================== */
#recruit {
    padding-top: 200rem;
    padding-bottom: 200rem;
}
#recruit .sec__title img {
    width: 30rem;
}
.recruit__message {
    max-width: 640rem;
    margin: 0 auto;
}
.recruit__message p + p {
    margin-top: 1em;
}
.recruit__message p a {
    text-decoration: underline;
    color: #fff;
}
.recruit__contact { /* contact */
    width: 200rem;
    height: 50rem;
    margin: 45rem auto;
}
.recruit__contact a {
    background: url(../image/btn-bg-w.png) no-repeat center / 200rem;
    color: var(--font-color-dark);
    font-size: 17rem;
    display: block;
    height: 100%;
    line-height: 50rem;
    text-align: center;
}

/* contact　お問い合わせ ================== */
#contact {
    padding-top: 200rem;
    padding-bottom: 200rem;
}
#contact .sec__title img {
    width: 26rem;
}
.form-container {
    background: var(--bg-color-side);
    padding: 55rem 60rem;
    margin-top: 65rem;
}
.contact__body-text {
    max-width: 640rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.form-container th {
    width: 230rem;
}
.form-container th span {
    height: 21rem;
    background: #E24E23;
    border-radius: 5rem;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-left: 10rem;
    line-height: 21rem;
    font-size: 11rem;
    padding: 0 15rem;
}
.privacy-box {
    font-size: 14rem;
    height: 230rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    border: solid #ccc 1rem;
    background: #fff;
    padding: 40rem;
    margin-top: 65rem;
}
.privacy-box h4 + p {
    margin-top: 1em;
}
.privacy-box ol,
.privacy-box ul {
    margin-top: 1em;
}
.privacy-box ol {
    counter-reset: number;
}
.privacy-box ol > li::before {
    counter-increment: number;
    content: counter(number) '. ';
}
.privacy-box ol > li + li {
    margin-top: 1em;
}
.privacy-box ul li {
    text-indent: -1.25em;
    padding-left: 1em;
}
.privacy-box ul li::before {
    content: '■';
}

/* form */
.form-container td input,
.form-container td input[type="file"] {
    width: 100%;
    height: 50rem;
    font-family: YakuHanMPs, 'Noto Serif JP', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    line-height: 50rem;
    text-align: left;
}
.input-radio {
    display: block;
    margin-bottom: 10rem;
    font-size: 17rem;
}
.input-radio input {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    height: 1rem;
    width: 1rem;
    margin: -1rem;
    padding: 0;
}
.input-radio label {
    position: relative;
    cursor: pointer;
    padding-left: 35rem;
    font-family: YakuHanMPs, 'Noto Serif JP', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
.input-radio label::before {
    background-color: #fff;
    border: 1rem solid #413123;
    border-radius: 50%;
    width: 24rem;
    height: 24rem;
    left: 0;
}
.input-radio label::after {
    background: var(--bg-color-main) 0% 0% no-repeat padding-box;
    border-radius: 50%;
    opacity: 0;
    width: 16rem;
    height: 16rem;
    left: 4rem;
}
.input-radio label::before,
.input-radio label::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
.input-radio input:checked + label::after {
    opacity: 1;
}

.input-checkbox { /* checkbox */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40rem;
}
.input-checkbox input[type="checkbox"] {
    position: relative;
    width: 24rem;
    height: 24rem;
    border: 1rem solid #CCC;
    vertical-align: -5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: #fff;
    border-radius: 5rem;
}
.input-checkbox input[type="checkbox"]:checked:before {
    position: absolute;
    top: -2rem;
    left: 10rem;
    transform: rotate(50deg);
    width: 10rem;
    height: 20rem;
    border-right: 4rem solid #000;
    border-bottom: 4rem solid #000;
    content: '';
}
.input-checkbox label {
    text-align: left;
    padding-left: 10rem;
}
select,
textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
    width: 100%;
    border: none;
    background: #fff;
    vertical-align: baseline;
    outline: none;
    padding: 0 15rem;
    font-family: YakuHanMPs, 'Noto Serif JP', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 16rem;
}
label {
    font-size: 16rem;
}
textarea {
    padding: 15rem;
}

input[type="submit"] {
    background: url(../image/btn-bg.png) no-repeat center / 200rem;
    color: var(--font-color-light);
    font-size: 17rem;
    display: block;
    height: 100%;
    line-height: 45rem;
    text-align: center;
    border: none;
    width: 204rem;
    margin: 40rem auto 0;
    font-family: YakuHanMPs, 'Noto Serif JP', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
input[type="button"] {
    background: url(../image/btn-bg.png) no-repeat center / 200rem;
    color: var(--font-color-light);
    font-size: 17rem;
    display: block;
    height: 100%;
    line-height: 45rem;
    text-align: center;
    border: none;
    width: 204rem;
    margin: 40rem auto 0;
    font-family: YakuHanMPs, 'Noto Serif JP', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

#contact-conf input[type="button"],
#contact-conf input[type="submit"] {
    margin-right: 0;
    margin-left: 0;
    cursor: pointer;
    transition:  all .3s .1s;
}
#contact-conf input[type="button"]:hover,
#contact-conf input[type="submit"]:hover {
    opacity: .3;
}
#contact-conf input[type="submit"] {
    margin-left: 10rem;
}
.btnbox {
    display: flex;
}

#contact-comp #contact h1,
#contact-conf #contact h1 {
    font-size: 28rem;
    margin-bottom: 40rem;
}
#contact-conf table {
    margin-top: 40rem;
    width: 100%;
}
#contact-conf th {
    font-size: 16rem;
    text-align: left;
    width: 180rem;
    padding-top: 20rem;
}
#contact-conf td {
    font-size: 16rem;
    text-align: left;
    padding-top: 20rem;
}
#contact-comp .fw500 {
    font-size: 18rem;
    margin-bottom: 1.5em;
}
@media screen and (max-width: 769px){
    #contact-comp #contact h1,
    #contact-conf #contact h1 {
        font-size: 24rem;
    }
    .btnbox {
        display: block;
    }
    #contact-conf th {
        width: 100%;
        display: block;
        text-align: center;
    }
    #contact-conf td {
        width: 100%;
        text-align: center;
        display: block;
    }
    #contact-conf input[type="button"],
    #contact-conf input[type="submit"] {
        margin-right: auto;
        margin-left: auto;
    }
    #contact-conf input[type="submit"] {
        margin-left: auto;
        margin-top: 15rem;
    }
}

/*============================================================
footer
============================================================*/
#footer {
    padding-right: 320rem;
    /* background: var(--bg-color-main); */
    color: var(--font-color-light);
    overflow: hidden;
    position: relative;
    padding-top: 7.64%;
    margin-top: -7.64%;
}
#footer::before {
    content: '';
    background: url(../image/intro-bg.png) no-repeat top center / cover;
    padding-top: 7.64%;
    position: absolute;
    top: 0;
    left: 0;
    width: calc( 100% - 320rem );
}
.footer__box {
    background: url(../image/bg-dark.jpg) center / cover, var(--bg-color-main);
    padding: 60rem;
}
.footer__box-inner {
    max-width: 720rem;
    margin: 0 auto;
    display: flex;
}
.footer__logo-partner {
    width: 260rem;
}
.footer__logo-kawashoku {
    width: 170rem;
    margin: 0 40rem;
}
.footer__text-kawashoku,
.footer__text-access {
    text-align: left;
}
.footer__text-kawashoku {
    font-size: 20rem;
}
.footer__text-access {
    font-size: 15rem;
}
.copyright {
    background: url(../image/bg-dark.jpg) center / cover, var(--bg-color-main);
    padding: 0 30rem 90rem;
    text-align: center;
}
.copyright small {
    font-size: 12rem;
}

@media screen and (max-width:1300px ){ /* pc 1300px 幅時 */
    /*============================================================
    content
    ============================================================*/
    
    .sec__box-bg-item-img {
        width: 320rem;
    }
    .sec__box-bg-item-text {
        width: calc( 100% - 320rem );
    }

    /* contact　お問い合わせ ================== */
    .privacy-box {
        margin-top: 35rem;
    }
    .sec__box-bg-item,
    .form-container {
        padding: 25rem 30rem 40rem;
    }

    /*============================================================
    footer
    ============================================================*/
    .footer__text-kawashoku {
        font-size: 17rem;
    }
    .footer__text-access {
        font-size: 13rem;
    }

}


@media screen and (max-width:1080px ){ /* pc 1080px 幅時 */
    /*============================================================
    common
    ============================================================*/
    .inner-p {
        padding-right: 30rem;
        padding-left: 30rem;
    }

    .intro__title {
        width: 450rem;
    }

    #header {
        width: 290rem;
    }
    #content {
        padding-right: 290rem;
    }
    #footer::before,
    #content::before {
        width: calc(100% - 290rem);
    }
    #footer {
        padding-right: 290rem;
    }

    /*============================================================
    content
    ============================================================*/
    
    .sec__box-bg-item-img {
        width: 60%;
    }
    .sec__box-bg-item-text {
        width: 40%;
    }

    /* contact　お問い合わせ ================== */
    .form-container th,
    .form-container td {
        display: block;
        width: 100%;
    }
    .table th {
        padding-top: 20rem;
    }
    .table td {
        padding-top: 10rem;
    }

    /*============================================================
    footer
    ============================================================*/
    .footer__logo-partner {
        width: 200rem;
    }
    .footer__logo-kawashoku {
        width: 130rem;
        margin: 0 40rem;
    }
    .footer__box {
        padding: 25rem 30rem 40rem;
    }

}

@media screen and (max-width:896px ){

}

@media screen and (max-width:769px ){ /* sp */
    /*============================================================
    common
    ============================================================*/
    body{
        min-width: 100%;
    }
    html{
        font-size: calc( 1vw/ ( 390/ 100));
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }

    #content {
        padding-right: 0;
    }
    #footer::before,
    #content::before {
        width: 100%;
    }
    #footer {
        padding-right: 0;
    }

    /*============================================================
    header
    ============================================================*/
    #header {
        width: 100%;
        background: transparent;
        padding: 0;
        overflow:hidden;
        height: auto;
    }
    .header__wrap {
        background: url(../image/sp-bg-side.jpg) center / cover, var(--bg-color-side);
        width: 100%;
        padding: 10rem 0;
    }
    .header__logo {
        display: flex;
        align-items:center;
        padding: 0 15rem;
        position: relative;
    }
    .header__logo-kawashoku {
        width: 100rem;
        margin: 0;
    }
    .header__logo-kawashoku img {
        vertical-align: middle;
    }
    .header__logo-text {
        margin-left: 10rem;
    }
    .header__logo-text-main {
        font-size: 12rem;
        margin-top: 0;
        text-align: left;
    }
    .header__logo-text-sub {
        font-size: 11rem;
        margin-top: 0;
        text-align: left;
    }
    .gnav__contact {
        width: 50rem;
        height: 50rem;
        margin: 0;
        position: absolute;
        top: 50%;
        right: 15rem;
        transform: translateY(-50%);
    }
    .gnav__contact a {
        background: var(--bg-color-main);
        font-size: 11rem;
        line-height: 1.3;
        padding: 10rem 0;
        font-weight: 700;
        border-radius: 5rem;
    }

    .gnav-sp {
        background: url(../image/sp-bg-light.jpg) center / cover, #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .gnav__group {
        padding-top: 0;
        flex-direction: row;
    }
    .gnav__group-list {
        writing-mode: horizontal-tb;
        font-size: 14rem;
        letter-spacing: 2rem;
        text-align: center;
        border-color: rgba(23, 36, 46, .2);
        width: calc( 100% / 5);
    }
    .gnav__group-list a {
        padding: 20rem 0 10rem;
        line-height: 1.3;
        font-size: 14rem;
        width: 100%;
    }
    .gnav__group-list a span {
        background: url(../image/gnav-arrow.png) no-repeat center bottom 5rem / 10rem;
        padding-bottom: 25rem;
        font-size: 14rem;
    }
    .gnav__group-list:last-child {
        border-left: none;
        border-right: none;
    }

    #footer {
        padding-top: 60rem;
        margin-top: -60rem;
    }
    .footer__box {
        padding: 0 30rem 30rem;
    }
    .footer__box-inner {
        display: block;
    }
    .footer__logo-partner {
        width: 230rem;
        margin-right: auto;
        margin-left: auto;
    }
    .footer__logo-kawashoku {
        width: 170rem;
        margin: 30rem auto 20rem;
    }
    .footer__text-kawashoku,
    .footer__text-access {
        text-align: center;
    }
    .copyright {
        padding-bottom: 120rem;
    }

    /*============================================================
    content & common
    ============================================================*/
    #wrap {
        display: block;
    }

    #content {
        width: 100%;
    }

    .pcbr {
        display: none;
    }
    .spbr {
        display: block;
    }

    .mv {
        background: url(../image/sp-mv.jpg) no-repeat center / cover;
        padding-top: 0;
        height: 480rem;
        margin-top: 55rem;
    }
    .mv::before,
    #footer::before {
        background: url(../image/sp-intro-bg.png) no-repeat top center / cover;
        padding-top: 0;
        height: 60rem;
    }

    .sec__title {
        margin: 0px auto 30rem;
    }
    .sec__title-sub {
        font-size: 24rem;
    }
    .sec__text {
        margin-top: 25rem;
    }
    .sec__title-sub-kakomi img {
        width: 55rem;
        margin-top: 30rem;
    }
    .sec__box-img-item-list img {
        width: 240rem;
    }
    .sec__box-img-item-wrap + p {
        margin-top: 10rem;
        font-size: 14rem;
    }
    .sec__box-img-item + .sec__box-img-item {
        margin-top: 55rem;
    }

    /* intro ================== */
    .intro__title {
        width: 276rem;
    }
    #intro {
        padding-top: 0;
        padding-bottom: 0;
    }
    .intro__text {
        font-size: 16rem;
        text-align: justify;
    }

    /* service ================== */
    .service__sec01 {
        padding-top: 115rem;
        padding-bottom: 90rem;
    }
    #service .sec__title img {
        width: 25rem;
    }
    .service__sec02 {
        padding-bottom: 90rem;
        margin-top: 260rem;
        padding-top: 90rem;
    }
    #service .sec__box-bg-item {
        display: block;
    }
    .sec__box-bg-item-img {
        width: 100%;
    }
    .sec__box-bg-item-text {
        width: 100%;
        margin-left: 0;
        margin-top: 20rem;
    }
    .sec__box-bg-item-text-text {
        font-size: 14rem;
    }

    .deco-bg {
        top: 70rem;
    }
    .deco-bg::before {
        width: 155rem;
        height: 40rem;
    }
    .deco-bg::after {
        width: 298rem;
        height: 182rem;
    }

    /* commitment ================== */
    #commitment {
        padding-top: 115rem;
        padding-bottom: 90rem;
    }
    #commitment .sec__title img {
        width: 45rem;
    }
    .commitment__title-sub {
        font-size: 23rem;
        margin-top: 25rem;
    }
    .commitment__text {
        font-size: 14rem;
    }

    /* company ================== */
    #company {
        padding-top: 115rem;
        padding-bottom: 90rem;
    }
    #company .sec__title img {
        width: 45rem;
    }
    #company .sec__text {
        font-size: 16rem;
    }

    .table th,
    .table td {
        display: block;
        text-align: center;
        width: 100%;
    }
    .table td {
        line-height: 1.3;
    }
    /* access ================== */
    #access {
        padding-top: 115rem;
        padding-bottom: 90rem;
    }
    #access .sec__title img {
        width: 22rem;
    }
    .access__map-text {
        margin-top: 5rem;
        line-height: 1.5;
    }
    /* recruit ================== */
    #recruit {
        padding-top: 115rem;
        padding-bottom: 90rem;
    }
    #recruit .sec__title img {
        width: 26rem;
    }
    .recruit__contact {
        margin-bottom: 0;
    }
    /* contact ================== */
    #contact {
        padding-top: 115rem;
        padding-bottom: 90rem;
    }
    #contact .sec__title img {
        width: 22rem;
    }
    .form-container {
        margin-top: 30rem;
    }
    .form-container th,
    .form-container td {
        text-align: left;
    }
    .privacy-box {
        height: 210rem;
        padding: 20rem;
    }
}