@charset "UTF-8";

/*------------------------------------------------------------
共通
-------------------------------------------------------------*/

.low-header {
    display: grid;
    place-items: center;
    max-width: 1350px;
    min-height: 150px;
    margin: 0 auto;
    padding: 20px 25px;
    background-image: url(../img/common/bg_low-header_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.low-header__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}
.border-title {
    padding: 0.25em 0.5em;
    border-left: 10px solid #204688;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
}
.border-title02 {
    padding: 0 0.7em;
    color: #204688;
    border-left: 10px solid #204688;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}
.border-box {
    border: 1px solid #AAA;
    padding: 18px 20px;
}
.border-box__title {
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #04AFAC;
    font-size: 17px;
    font-weight: 700;
}
.border-box p {
    font-size: 17px;
    line-height: 1.8;
}
@media (max-width: 767px) {

    .low-header {
        min-height: 75px;
        background-image: url(../img/common/bg_low-header_sp.png);
    }
    .low-header__title {
        font-size: 25px;
    }
    .border-title {
        padding: 0.05em 0.25em;
        border-left: 6px solid #204688;
        font-size: 27px;
    }
    .border-title02 {
        font-size: 18px;
    }
    .border-box {
        padding: 16px 10px;
    }
    .border-box__title {
        font-size: 16px;
    }
    .border-box p {
        font-size: 14px;
        line-height: 1.7;
    }

}


/*------------------------------------------------------------
トップページ
-------------------------------------------------------------*/

.home-section-title {
    margin-bottom: 18px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}
.home-section-lead {
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
}
@media (max-width: 767px) {

    .home-section-title {
        font-size: 25px;
        line-height: 1.5;
    }
    .home-section-lead {
        font-size: 14px;
        line-height: 1.6;
    }

}


/* home-mv */
.home-mv {
    max-width: 1350px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 64px;
    background-image: linear-gradient(180deg, #fff 0%, #fff 45%, #204688 45%, #204688 100%);
}
.home-mv__slider {
    margin-bottom: 32px;
}
.home-mv__slider .splide {
    padding-bottom: 28px;
}
.home-mv__slider .splide__track {
    padding-bottom: 12px;
}
.home-mv__slider .splide__slide {
    aspect-ratio: 800 / 420;
    box-shadow: 5px 5px 6px rgb(0 0 0 / 0.16);
}
.home-mv__slider .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-mv__slider .splide__pagination {
    bottom: 0;
    gap: 20px;
}
.home-mv__slider .splide__pagination__page {
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0;
    border: 1px solid #fff;
    background: none;
}
.home-mv__slider .splide__pagination__page.is-active {
    transform: unset;
    background-color: #fff;
}
.home-mv__text {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}
@media (max-width: 1000px) {

    .home-mv__text {
        font-size: 35px;
    }

}
@media (max-width: 767px) {

    .home-mv {
        padding-bottom: 44px;
        background-image: linear-gradient(180deg, #fff 0%, #fff 33%, #204688 33%, #204688 100%);
    }
    .home-mv__slider {
        margin-bottom: 20px;
    }
    .home-mv__slider .splide {
        padding-bottom: 22px;
    }
    .home-mv__slider .splide__track {
        padding-bottom: 8px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .home-mv__slider .splide__slide {
        width: 100% !important;
        box-shadow: 2px 2px 3px rgb(0 0 0 / 0.16);
    }
    .home-mv__slider .splide__pagination {
        gap: 15px;
    }
    .home-mv__slider .splide__pagination__page {
        width: 8px;
        height: 8px;
    }
    .home-mv__text {
        font-size: 25px;
    }

}


/* home-intro */
.home-intro {
    position: relative;
    padding: 64px 25px 70px;
}
.home-intro .container {
    position: relative;
    z-index: 1;
}
.home-intro__text {
    margin-bottom: 24px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.9;
    text-align: center;
}
.home-intro__text:last-of-type {
    margin-bottom: 30px;
}
.home-intro__button {
    text-align: center;
}
.home-intro__button .btn {
    width: 270px;
    padding-left: 30px;
    text-align: left;
}
.home-intro__bg-text {
    position: absolute;
    top: 16%;
    left: 0;
    width: 100%;
}
.home-intro__bg-text p {
    color: #F1F6F7;
    font-size: 100px;
}
@media (max-width: 767px) {

    .home-intro {
        padding: 50px 15px 60px;
    }
    .home-intro__text {
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 1.6;
    }
    .home-intro__text:nth-child(2) {
        margin-bottom: 20px;
    }
    .home-intro__button .btn {
        padding-left: 0;
        text-align: center;
    }
    .home-intro__bg-text {
        top: 25%;
    }
    .home-intro__bg-text p {
        font-size: 90px;
    }

}


/* home-service */
.home-service {
    max-width: 1350px;
    margin: auto;
    padding: 55px 25px 95px;
    background-color: #EBF0F2;
}
.home-service .home-section-lead {
    margin-bottom: 40px;
}
.home-service__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 60px;
    max-width: 1140px;
    margin: 0 auto;
}
.home-service__item {
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 60px * 2 / 3);
    border: 1px solid #AAA;
    border-top: 5px solid #204688;
    background-color: #fff;
}
.home-service__item-title {
    display: grid;
    place-items: center;
    min-height: 80px;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}
.home-service__item-img {
    width: 100%;
    aspect-ratio: 338 / 160;
}
.home-service__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-service__item-text {
    margin-bottom: auto;
    padding: 10px 18px;
    font-size: 15px;
    line-height: 1.7;
}
.home-service__item-button {
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: center;
}
.home-service__item-button .btn {
    max-width: calc(100% - 36px);
}
@media (max-width: 1000px) {

    .home-service__items {
        gap: 30px;
    }
    .home-service__item {
        width: calc(50% - 30px * 2 / 3);
    }

}
@media (max-width: 767px) {

    .home-service {
        padding: 55px 15px 70px;
    }
    .home-service__item {
        width: 100%;
    }
    .home-service__item-title {
        min-height: 70px;
    }
    .home-service__item-text {
        padding: 16px 10px;
        font-size: 12px;
    }
    .home-service__item-button {
        padding-top: 10px;
    }
    .home-service__item-button .btn {
        width: 270px;
    }

}


/* home-interview */
.home-interview {
    padding: 65px 25px 0;
}
.home-interview .home-section-lead {
    margin-bottom: 30px;
}
.home-interview__box {
    display: grid;
    grid-template-columns: 400px 1fr;
    max-width: 980px;
    margin: 0 auto;
    border: 1px solid #AAA;
}
.home-interview__box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-interview__box-contents {
    padding: 30px 24px 40px 50px;
}
.home-interview__box-title {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
}
.home-interview__box-sub-title {
    position: relative;
    margin-bottom: 30px;
    padding-top: 16px;
    color: #04AFAC;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    text-align: right;
}
.home-interview__box-sub-title::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 3px;
    background-color: currentColor;
    content: "";
}
.home-interview__box-button {
    text-align: right;
}
.home-interview__box-button .btn {
    width: 270px;
    padding-left: 20px;
    text-align: left;
}
@media (max-width: 1000px) {

    .home-interview__box {
        grid-template-columns: 350px 1fr;
    }
    .home-interview__box-contents {
        padding: 30px 24px 40px 30px;
    }

}
@media (max-width: 767px) {

    .home-interview {
        padding: 55px 15px 0;
    }
    .home-interview__box {
        display: block;
        width: calc(100% - 40px);
    }
    .home-interview__box-contents {
        padding: 19px 10px 35px;
    }
    .home-interview__box-title {
        margin-bottom: 12px;
        font-size: 14px;
        text-align: center;
    }
    .home-interview__box-sub-title {
        padding-top: 0;
        font-size: 12px;
        text-align: center;
    }
    .home-interview__box-sub-title::before {
        content: none;
    }
    .home-interview__box-button {
        text-align: center;
    }
    .home-interview__box-button .btn {
        width: 250px;
        padding-left: 0;
        text-align: center;
    }

}


/* home-client */
.home-client {
    max-width: 1170px;
    margin: 0 auto;
    padding: 80px 25px 100px;
}
.home-client__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 16px 40px;
    border-top: 5px solid #04AFAC;
    background-color: #EBF0F2;
    padding: 35px 60px;
    margin-bottom: 10px;
}
.home-client__item {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}
.home-client__text {
    color: #777;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
@media (max-width: 767px) {

    .home-client {
        padding: 60px 15px;
    }
    .home-client__list {
        gap: 14px 20px;
        padding: 25px 10px;
        margin-bottom: 20px;
    }
    .home-client__item {
        font-size: 11px;
    }
    .home-client__text {
        font-size: 10px;
    }

}


/* home-problem */
.home-problem {
    max-width: 1350px;
    margin: 0 auto;
    padding: 65px 25px 90px;
    background: url(../img/wp/afterservice/bg_fivepoints.png) no-repeat;
    background-size: cover;
}
.home-problem .home-section-title {
    margin-bottom: 40px;
}
.home-problem__list {
    margin-bottom: 25px;
}
.home-problem__list .lp-afterservice-flex li {
    padding: 27px 24px 40px;
}
.home-problem__list .lp-afterservice-flex li div p.message {
    font-size: 18px;
}
.home-problem__box {
    max-width: 1094px;
    margin: 0 auto;
    padding: 40px 40px;
    background-color: #fff;
}
.home-problem__box .home-section-title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.5;
}
.home-problem__box-text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}
.home-problem__box-text span {
    color: #FF0000;
}
.home-problem__box-text:last-of-type {
    margin-bottom: 40px;
}
.home-problem__box-button {
    text-align: center;
}
.home-problem__box-button .btn {
    width: 330px;
}
@media (max-width: 1000px) {

    .lp-afterservice-flex li {
        width: 300px;
    }

}
@media (max-width: 767px) {

    .home-problem {
        padding: 60px 15px 50px;
    }
    .home-problem .home-section-title {
        margin-bottom: 20px;
    }
    .lp-afterservice-flex {
        gap: 20px;
        width: 100%;
    }
    .lp-afterservice-flex li {
        width: 100%;
    }
    .home-problem__list {
        margin-bottom: 40px;
    }
    .home-problem__box {
        padding: 40px 10px;
    }
    .home-problem__box .home-section-title {
        font-size: 18px;
    }
    .home-problem__box-text {
        font-size: 14px;
        line-height: 1.5;
    }
    .home-problem__box-text:last-of-type {
        margin-bottom: 30px;
    }
    .home-problem__box-button .btn {
        width: 250px;
    }

}


/* home-office */
.home-office {
    max-width: 1350px;
    margin: 0 auto;
    padding: 60px 25px 80px;
    background-color: #EBF0F2;
}
.home-office .home-section-lead {
    margin-bottom: 30px;
    font-size: 18px;
}
.home-office__img {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.home-office__img img {
    max-width: 100%;
}
.home-office__button {
    display: flex;
    justify-content: center;
    gap: 70px;
}
.home-office__button .btn {
    padding-left: 40px;
    text-align: left;
}
@media (max-width: 767px) {

    .home-office {
        padding: 50px 15px 80px;
    }
    .home-office .home-section-lead {
        font-size: 14px;
    }
    .home-office__button {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    .home-office__button .btn {
        width: 270px;
        padding-left: 0;
        text-align: center;
    }

}


/*------------------------------------------------------------
サービス紹介
-------------------------------------------------------------*/

.support-page.technical-contact-center section.group .container {
    padding-bottom: 70px;
}
.support-page.technical-contact-center section.group:last-child {
    margin-bottom: -30px;
}
.support-page.refurbish-center {
    padding-bottom: 120px;
}
.support-page.customer-support section.group .container {
    padding-bottom: 80px;
}
.support-page.repair-center section.group .container {
    padding-bottom: 80px;
}
.support-page.repair-center section.group:last-child {
    margin-bottom: -30px;
}
.support-page.spot-support {
    padding-bottom: 120px;
}
.support-page img {
    max-width: 100%;
}
.support-page .border-title02 {
    margin-bottom: 30px;
}
.support-page .border-title02:not(:first-child) {
    margin: 60px 0 30px;
}
.media-box {
    display: grid;
    grid-template-columns: 180px 1fr;
    column-gap: 30px;
    border: 1px solid #AAA;
    padding: 20px 40px 20px 20px;
}
.media-box.media-box--lg {
    grid-template-columns: 220px 1fr;
}
.media-box__title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #04AFAC;
    font-size: 17px;
    font-weight: 700;
}
.media-box__list {
    margin-bottom: 8px;
}
.media-box__list:last-child {
    margin-bottom: 0;
}
.media-box__list li {
    display: grid;
    grid-template-columns: auto 1fr;
    font-size: 18px;
    line-height: 1.8;
}
.media-box__list li::before {
    content: "・";
}
.media-box p.media-box__text {
    font-size: 15px;
}
.media-box.media-box--lg p.media-box__text {
    font-size: 17px;
}
.support-page .group__list {
    border: 1px solid #AAA;
    border-radius: 20px;
    overflow: hidden;
}
.support-page .group__list-item {
    display: grid;
    grid-template-columns: 290px 1fr;
    border-bottom: 1px solid #AAA;
}
.support-page.technical-contact-center .group__list-item {
    grid-template-columns: 270px 1fr;
}
.support-page .group__list-item:last-child {
    border-bottom: none;
}
.support-page .group__list-item dt {
    display: grid;
    align-items: center;
    background-color: #F2F6F7;
    padding: 20px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.8;
}
.support-page .group__list-item dt.top {
    align-items: start;
}
.support-page .group__list-item dd {
    display: grid;
    align-items: center;
    margin: 0;
    padding: 20px;
    border-left: 1px solid #AAA;
    font-size: 17px;
    line-height: 1.8;
}
.support-page.refurbish-center .group__list-item dd {
    min-height: 140px;
}
.support-page .group__list-item dd .group__list__dot-list li {
    display: grid;
    grid-template-columns: auto 1fr;
}
.support-page .group__list-item dd .group__list__dot-list li::before {
    content: "・";
}
.support-page .group__list02 {
    margin-bottom: 20px;
    border: 1px solid #AAA;
    border-radius: 20px;
    overflow: hidden;
}
.support-page .group__list02-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.support-page.technical-contact-center .group__list02-item {
    grid-template-columns: 1fr 260px;
}
.support-page.customer-support .group__list02-item {
    grid-template-columns: 1fr 260px;
}
.support-page.repair-center .group__list02-item {
    grid-template-columns: 29% 1fr 190px;
}
.support-page.repair-center .group__list02-item p:not(:first-child) {
    border-left: 1px solid #AAA;
}
.support-page .group__list02-item p {
    margin: 0;
    padding: 24px 20px;
    border-bottom: 1px solid #AAA;
    font-size: 17px;
    line-height: 1.8;
}
.support-page .group__list02-item p:last-child {
    border-left: 1px solid #AAA;
}
.support-page .group__list02-item:first-child p {
    display: grid;
    place-items: center;
    height: 55px;
    padding: 10px 20px;
    background-color: #F2F6F7;
    text-align: center;
}
.support-page .group__list02-item:last-child p {
    border-bottom: none;
}
.support-page .group__list02-item ul {
    display: grid;
    align-items: center;
    padding: 24px 20px;
    border-bottom: 1px solid #AAA;
    font-size: 17px;
    line-height: 1.8;
}
.support-page .group__list02-item:last-child ul {
    border-bottom: none;
}
.support-page.technical-contact-center .group__list02-item ul {
    min-height: 175px;
}
.support-page.technical-contact-center .group__list02-item > p:last-child {
    display: grid;
    align-items: center;
}
.support-page.customer-support .group__list02-item:nth-child(n+2) > * {
    min-height: 140px;
}
.support-page.customer-support .group__list02-item > p:first-child {
    display: grid;
    align-items: center;
}
.support-page.customer-support .group__list02-item > p:last-child {
    display: grid;
    align-items: center;
}
.support-page.repair-center .group__list02-item p {
    display: grid;
    align-items: center;
}
.support-page .group__list02-item ul li {
    display: grid;
    grid-template-columns: auto 1fr;
}
.support-page .group__list02-item ul li::before {
    content: "・";
}
.support-page .group__list02-item ul li span {
    color: #FF0000;
    font-size: 15px;
}
.support-page .group__point {
    margin-top: 45px;
}
.support-page .group__point li {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 50px;
    padding: 20px 0;
    border-bottom: 1px solid #AAA;
}
.support-page .group__point li:first-child {
    padding-top: 0;
}
.support-page .group__point li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    width: 188px;
    height: 36px;
    border-radius: 9999px;
    background-color: #F2F6F7;
    color: #2DB8E0;
    font-size: 17px;
    font-weight: 700;
}
.support-page .group__point li span::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/service/service-point-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}
.support-page .group__point li p {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}
.support-page .group__boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 50px;
    margin-bottom: 20px;
}
.support-page .icon-box {
    min-height: 180px;
    border: 1px solid #AAA;
    padding: 20px;
}
.support-page .icon-box__title {
    display: grid;
    grid-template-columns: 32px 1fr;
    column-gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #04AFAC;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6;
}
.support-page .icon-box__title span {
    display: inline-block;
    transform: translateY(2px);
}
.icon-box.icon-box--no-icon .icon-box__title {
    display: block;
}
.support-page .icon-box__list li {
    display: grid;
    grid-template-columns: auto 1fr;
    font-size: 18px;
    line-height: 1.8;
}
.support-page .icon-box__list li::before {
    content: "・";
}
.support-page .group__bg-list {
    padding: 20px 50px;
    margin-bottom: 20px;
    background-color: #ECF1F3;
}
.support-page .group__bg-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    font-size: 17px;
    line-height: 1.8;
}
.support-page .group__bg-list li::before {
    content: "・";
}
.support-page .group__product {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 25px;
}
.support-page .group__product-title {
    display: grid;
    align-items: center;
    min-height: 68px;
    padding: 10px 20px;
    margin-bottom: 15px;
    border-radius: 20px 20px 0 0;
    background-color: #F2F6F7;
    font-size: 17px;
    font-weight: 700;
}
.support-page .group__product-item {
    display: grid;
    grid-template-columns: 60px 1fr;
    column-gap: 20px;
    align-items: center;
    border-bottom: 1px solid #AAA;
    padding: 20px 0 15px;
}
.support-page .group__product-item:first-of-type {
    padding-top: 0;
}
.support-page .group__product-item p {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
}
.support-page .group__table {
    margin: 30px 0;
}
.support-page .group__table table {
    width: 100%;
}
.support-page .group__table table th {
    width: 270px;
    padding: 16px 30px;
    border: 1px solid #AAA;
    background-color: #204688;
    color: #fff;
    font-size: 17px;
    line-height: 1.8;
    text-align: left;
    vertical-align: top;
}
.support-page .group__table table td {
    width: calc(100% - 270px);
    padding: 16px 35px;
    border: 1px solid #AAA;
    background-color: #fff;
    color: #000;
    font-size: 17px;
    text-align: left;
}
.support-page .group__table table td ul li {
    display: grid;
    grid-template-columns: auto 1fr;
    font-size: 17px;
    line-height: 1.8;
}
.support-page .group__table table td ul li::before {
    content: "・";
}
@media (max-width: 1000px) {

    .support-page .group__boxes {
        gap: 30px;
    }
    .support-page .group__product-item {
        grid-template-columns: 50px 1fr;
    }

}
@media (max-width: 767px) {

    .support-page.refurbish-center {
        padding-bottom: 70px;
    }
    .support-page.spot-support {
        padding-bottom: 70px;
    }
    .media-box {
        grid-template-columns: 100px 1fr;
        column-gap: 10px;
        padding: 15px 10px;
    }
    .media-box.media-box--lg {
        grid-template-columns: 100px 1fr;
    }
    .media-box__title {
        margin-bottom: 7px;
        padding-bottom: 5px;
        font-size: 12px;
    }
    .media-box__list li {
        font-size: 11px;
    }
    .media-box p.media-box__text {
        font-size: 11px;
    }
    .media-box.media-box--lg p.media-box__text {
        font-size: 11px;
    }
    .support-page .group__list {
        border-radius: 15px;
    }
    .support-page .group__list-item {
        grid-template-columns: 106px 1fr;
    }
    .support-page.technical-contact-center .group__list-item {
        grid-template-columns: 106px 1fr;
    }
    .support-page .group__list-item dt {
        padding: 15px;
        font-size: 12px;
    }
    .support-page .group__list-item dd {
        padding: 15px;
        font-size: 11px;
    }
    .support-page .group__list02 {
        border-radius: 15px;
    }
    .support-page .group__list02-item p {
        padding: 15px;
        font-size: 12px;
    }
    .support-page .group__list02-item:first-child p {
        height: 40px;
        padding: 5px 15px;
        font-size: 13px;
    }
    .support-page .group__list02-item ul {
        min-height: 204px;
        padding: 15px;
        font-size: 12px;
    }
    .support-page .group__list02-item ul li span {
        font-size: 10px;
    }
    .support-page.technical-contact-center .group__list02-item {
        grid-template-columns: 1fr 115px;
    }
    .support-page.customer-support .group__list02-item {
        grid-template-columns: 1fr 115px;
    }
    .support-page.repair-center .group__list02-item {
        grid-template-columns: 90px 1fr 90px;
    }
    .support-page .group__point {
        margin-top: 20px;
    }
    .support-page .group__point li {
        display: block;
    }
    .support-page .group__point li span {
        width: 135px;
        height: 30px;
        font-size: 14px;
    }
    .support-page .group__point li span::before {
        width: 15px;
        height: 15px;
    }
    .support-page .group__point li p {
        margin-top: 8px;
        font-size: 12px;
    }
    .support-page .group__boxes {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .support-page .icon-box {
        min-height: 125px;
        padding: 10px;
    }
    .support-page .icon-box__title {
        grid-template-columns: 24px 1fr;
        font-size: 12px;
    }
    .support-page .icon-box__title span {
        transform: translateY(3px);
    }
    .support-page .icon-box__list li {
        font-size: 11px;
    }
    .support-page .icon-box p {
        font-size: 11px;
    }
    .support-page .group__bg-list {
        padding: 15px;
    }
    .support-page .group__bg-list li {
        font-size: 14px;
        line-height: 1.7;
    }
    .support-page .group__product {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .support-page .group__product-item {
        grid-template-columns: 30px 1fr;
        padding: 10px 20px;
    }
    .support-page .group__product-title {
        min-height: 40px;
        margin-bottom: 10px;
        border-radius: 15px 15px 0 0;
        font-size: 13px;
    }
    .support-page .group__product-item p {
        font-size: 12px;
    }
    .support-page .group__table table th {
        display: block;
        border: none;
        height: auto;
        width: 100%;
        padding: 16px 20px;
        font-size: 15px;
    }
    .support-page .group__table table td {
        display: block;
        width: 100%;
        height: auto;
        border: none;
        padding: 16px 20px;
    }
    .support-page .group__table table td ul li {
        font-size: 15px;
        line-height: 1.7;
    }

}


/*------------------------------------------------------------
会社紹介
-------------------------------------------------------------*/

.company-page {
    padding-top: 80px;
    padding-bottom: 120px;
}
.anker-wrap {
    max-width: 1050px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}
.anker-wrap__list {
    display: flex;
    column-gap: 40px;
    border-bottom: 1px solid #AAA;
    padding-bottom: 10px;
}
.anker-wrap__list a {
    display: inline-grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.anker-wrap__list a::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    translate: 0 -2px;
    rotate: -45deg;
    content: "";
}
.company-page .anker-wrap {
    margin-bottom: 60px;
}
.company-sec {
    margin-bottom: 80px;
}
.company-sec:last-child {
    margin-bottom: 0;
}
.company-sec .container {
    max-width: 1050px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}
.company-sec .border-title {
    margin-bottom: 40px;
}
.company-sec__contents {
    max-width: 900px;
    margin: 0 auto;
}
.company-sec__contents p {
    font-size: 17px;
    line-height: 1.8;
}
.company-sec__contents p:not(:last-child) {
    margin-bottom: 20px;
}
.company-sec__img {
    max-width: 450px;
    margin: 50px auto 10px;
}
.company-sec__img img {
    max-width: 100%;
}
#vision p:last-child {
    text-align: center;
}
table.company-sec__summary {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-collapse: collapse;
}
table.company-sec__summary th {
    width: 135px;
    padding: 14px;
    background-color: #204688;
    color: #fff;
    font-size: 17px;
}
table.company-sec__summary td {
    width: calc(100% - 135px);
    padding: 14px 35px;
    color: #000;
    font-size: 16px;
    text-align: left;
}
table.company-sec__summary td dl {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 20px;
}
table.company-sec__summary td dl dd {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1em;
    margin: 0;
}
.company-sec .president {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    margin-bottom: 20px;
}
.company-sec .president .president__img img {
    max-width: 100%;
}
.company-sec .president .president__text {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
}
.company-sec .president .president__text p {
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.7;
}
.company-sec .president .president__text img {
    width: 180px;
}
.company-sec__button .btn {
    text-align: left;
    padding-left: 30px;
}
.company-sec__history-item {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 50px;
    padding: 18px 35px;
    border-bottom: 1px solid #AAA;
}
.company-sec__history-item dt {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.8;
}
.company-sec__history-item dd {
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
}
@media (max-width: 1000px) {

    .anker-wrap__list {
        column-gap: 30px;
    }
    .anker-wrap__list a {
        gap: 10px;
    }

}
@media (max-width: 767px) {

    .company-page {
        padding-top: 40px;
        padding-bottom: 70px;
    }
    .anker-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .anker-wrap__list {
        flex-direction: column;
        gap: 0;
        border-bottom: none;
    }
    .anker-wrap__list li {
        border-bottom: 1px solid #AAA;
    }
    .anker-wrap__list a {
        gap: 30px;
        width: 100%;
        padding: 10px;
    }
    .company-page .anker-wrap {
        margin-bottom: 20px;
    }
    .company-sec {
        margin-bottom: 30px;
        padding-top: 40px;
    }
    .company-sec .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .company-sec .border-title {
        margin-bottom: 30px;
    }
    .company-sec__contents p {
        font-size: 14px;
        line-height: 1.7;
    }
    .company-sec__img {
        margin: 40px auto 10px;
    }
    table.company-sec__summary {
        border: none;
    }
    table.company-sec__summary th {
        display: block;
        border: none;
        height: auto;
        width: 100%;
    }
    table.company-sec__summary td {
        display: block;
        width: 100%;
        height: auto;
        border: none;
        padding: 14px 5px;
    }
    table.company-sec__summary td dl {
        grid-template-columns: 1fr;
        gap: 5px;
        margin: 0;
    }
    table.company-sec__summary td dl dd {
        display: block;
        margin-bottom: 10px;
    }
    table.company-sec__summary td dl dd:last-child {
        margin-bottom: 0;
    }
    .company-sec .president {
        display: block;
    }
    .company-sec .president .president__img {
        margin-bottom: 20px;
    }
    .company-sec .president .president__text {
        align-items: end;
        padding-left: 0;
        text-align: right;
    }
    .company-sec .president .president__text p {
        font-size: 22px;
    }
    .company-sec .president .president__text img {
        width: 160px;
    }
    .company-sec__button {
        text-align: center;
    }
    .company-sec__button .btn {
        width: 240px;
        padding-left: 0;
        text-align: center;
    }
    .company-sec__history-item {
        grid-template-columns: 90px 1fr;
        gap: 20px;
        padding: 12px 10px;
    }
    .company-sec__history-item dt {
        font-size: 14px;
        line-height: 1.7;
    }
    .company-sec__history-item dd {
        font-size: 14px;
        line-height: 1.7;
    }

}


/*------------------------------------------------------------
TS-PROの強み
-------------------------------------------------------------*/

.strengths-page {
    padding-top: 100px;
    padding-bottom: 120px;
}
.strengths-sec {
    max-width: 1350px;
    margin: 0 auto;
    padding: 70px 25px 80px;
    background-color: #ECF1F3;
}
.strengths-sec__title {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}
.strengths-sec__img {
    max-width: 950px;
    margin: 0 auto 30px;
}
.strengths-sec__img img {
    max-width: 100%;
}
.strengths-sec__contents {
    max-width: 900px;
    margin: 0 auto;
}
.strengths-sec__contents p {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
}
.strengths-sec__contents p:not(:last-child) {
    margin-bottom: 20px;
}
.strengths-page .group {
    padding-top: 50px;
}
.strengths-page .border-title02 {
    margin-bottom: 30px;
}
.strengths-page .border-title02:not(:first-child) {
    margin: 60px 0 30px;
}
.strengths-page .border-box {
    margin: 30px 0;
}
.strengths-page .group .button {
    margin-top: 30px;
    text-align: center;
}
.strengths-page .group .button .btn {
    width: 385px;
}
@media (max-width: 767px) {

    .strengths-page {
        padding-top: 40px;
        padding-bottom: 70px;
    }
    .strengths-sec {
        padding: 50px 15px 60px;
    }
    .strengths-sec__title {
        font-size: 22px;
    }
    .strengths-sec__contents p {
        font-size: 14px;
        text-align: left;
    }
    .strengths-page .group .button .btn {
        max-width: 90%;
    }
    .strengths-page .group {
        padding-top: 20px;
    }

}


/*------------------------------------------------------------
独自の改善フレームワーク・RePIR（リピル）
-------------------------------------------------------------*/

.repir-page {
    padding-top: 100px;
    padding-bottom: 100px;
}
.repir-sec {
    max-width: 1350px;
    margin: 0 auto;
    padding: 70px 25px 80px;
    background-color: #ECF1F3;
}
.repir-sec__title {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}
.repir-sec__logo {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 35px;
}
.repir-sec__logo img {
    width: 250px;
}
.repir-sec__contents {
    max-width: 900px;
    margin: 0 auto;
}
.repir-sec__contents p {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.7;
}
.repir-sec__contents p:not(:last-child) {
    margin-bottom: 20px;
}
.repir-page .group {
    padding-top: 50px;
}
.repir-page .border-title02 {
    margin-bottom: 30px;
}
.repir-page .border-title02:not(:first-child) {
    margin: 60px 0 30px;
}
.repir-pdf {
    height: 500px;
    margin-bottom: 10px;
}
.repir-pdf iframe {
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {

    .repir-page {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .repir-sec {
        padding: 50px 15px 60px;
    }
    .repir-sec__title {
        font-size: 22px;
    }
    .repir-sec__logo {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    .repir-sec__logo img {
        width: 200px;
    }
    .repir-sec__contents p {
        font-size: 14px;
    }
    .repir-pdf {
        height: auto;
        aspect-ratio: 950 / 790;
    }
    .repir-page .group {
        padding-top: 20px;
    }
    .repir-page .group .repir-pdf + p {
        margin-top: -10px;
    }

}


/*------------------------------------------------------------
施設・設備の紹介
-------------------------------------------------------------*/

.photo-gallery-page {
    padding: 70px 25px 120px;
}
.photo-gallery-page .container {
    max-width: 1000px;
    margin: 0 auto;
}
.photo-gallery-page p {
    width: 96%;
    margin: 20px auto;
    font-size: 17px;
    line-height: 1.7;
}
.photo-gallery-sec__imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 70px;
    width: 96%;
    margin: 0 auto;
}
.photo-gallery-sec__imgs + p {
    margin: 30px auto 30px;
}
.photo-gallery-sec__img img {
    max-width: 100%;
}
@media (max-width: 1000px) {

    .photo-gallery-sec__imgs {
        gap: 20px 30px;
    }

}
@media (max-width: 767px) {

    .photo-gallery-page {
        padding: 35px 15px 80px;
    }
    .photo-gallery-page .border-title {
        padding: 0.05em 0.45em;
        font-size: 22px;
    }
    .photo-gallery-sec__imgs {
        gap: 18px 25px;
        width: 100%;
    }
    .photo-gallery-page p {
        width: 100%;
        font-size: 14px;
    }

}


/*------------------------------------------------------------
導入事例・お客様の声
-------------------------------------------------------------*/

.interview-page .container {
    position: relative;
    max-width: 1350px;
    margin: 0 auto;
    padding: 40px 25px 100px;
    background-color: #EBF0F2;
}
.interview-page .container::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 390px;
    background-color: #fff;
    content: "";
}
.interview-page__title {
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
}
.interview-page__contents {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
}
.interview-page__title02 {
    margin: 30px 0 20px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
}
.interview-page__title02 + p {
    max-width: 88%;
    margin: 0 auto;
}
.interview-page__contents p {
    font-size: 17px;
    line-height: 1.7;
}
.interview-page__top-img img {
    max-width: 100%;
}
.interview-page__box {
    margin-top: 60px;
    padding: 40px 50px 80px;
    background-color: #fff;
}
.interview-page__box + .interview-page__box {
    margin-top: 50px;
}
.interview-page__box-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #04AFAC;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.7;
}
.interview-page__box-title:not(:first-child) {
    margin-top: 50px;
}
.interview-page__box-title02 {
    margin: 30px 0 20px;
    color: #204688;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
}
.interview-page__box p {
    line-height: 1.7;
}
.interview-page__box p:not(:last-child) {
    margin-bottom: 20px;
}
.interview-page__member {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 60px;
    margin-top: 60px;
}
.interview-page__member-item {
    text-align: center;
}
.interview-page__member-item:nth-child(3n+1) {
    width: fit-content;
    margin-left: auto;
}
.interview-page__member-item:nth-child(3n+3) {
    width: fit-content;
}
.interview-page__member-img {
    margin-bottom: 10px;
}
.interview-page__member-img img {
    width: 150px;
    max-width: 100%;
}
.interview-page__member-name {
    margin: 10px 0 5px;
    font-size: 17px;
    font-weight: 700;
}
.interview-page__member-item p {
    font-size: 15px;
    line-height: 1.6;
}
.interview-page__table {
    width: 100%;
}
.interview-page__table th {
    width: 245px;
    padding: 20px;
    border: 1px solid #AAA;
    background-color: #F2F6F7;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
}
.interview-page__table td {
    width: calc(100% - 245px);
    padding: 14px 20px;
    border: 1px solid #AAA;
    font-size: 15px;
    line-height: 2;
    vertical-align: middle;
}
.interview-page__table td a {
    font-weight: 700;
    text-decoration: none;
}
.interview-page__box:last-child p:last-child {
    margin-top: 30px;
}
@media (max-width: 1000px) {

    .interview-page .container::before {
        height: 360px;
    }

}
@media (max-width: 767px) {

    .interview-page .container {
        padding: 25px 15px 60px;
    }
    .interview-page .container::before {
        height: 53vw;
    }
    .interview-page__title {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .interview-page__title span {
        display: none;
    }
    .interview-page__title02 {
        margin: 10px 0 20px;
        font-size: 18px;
    }
    .interview-page__title02 + p {
        max-width: 100%;
    }
    .interview-page__contents p {
        font-size: 14px;
        line-height: 1.6;
    }
    .interview-page__box {
        margin-top: 30px;
        padding: 25px 10px 50px;
    }
    .interview-page__box-title {
        margin-bottom: 25px;
        padding-bottom: 17px;
        font-size: 18px;
        text-align: center;
    }
    .interview-page__box-title02 {
        margin: 25px 0 20px;
        font-size: 14px;
    }
    .interview-page__member {
        gap: 30px 10px;
        margin-top: 20px;
    }
    .interview-page__member-img {
        margin-bottom: 7px;
    }
    .interview-page__member-name {
        margin: 7px 0 3px;
        font-size: 11px;
    }
    .interview-page__member-item p {
        font-size: 10px;
    }
    .interview-page__table th {
        display: block;
        width: 100%;
        height: auto;
        padding: 14px 10px;
        border: 1px solid #ccc;
        font-size: 14px;
    }
    .interview-page__table td {
        display: block;
        width: 100%;
        height: auto;
        padding: 14px 10px;
        border: 1px solid #ccc;
        font-size: 14px;
    }

}


/*------------------------------------------------------------
よくある質問
-------------------------------------------------------------*/

.faq-page {
    padding-top: 70px;
    padding-bottom: 100px;
}
.faq-sec {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}
.faq-sec:not(:last-child) {
    margin-bottom: 80px;
}
.faq-sec .border-title {
    margin-bottom: 40px;
}
.faq-sec__list-item:not(:last-child) {
    margin-bottom: 20px;
}
.faq-sec__list-item-term {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px;
    padding: 13px 40px 5px;
    border-bottom: 3px solid #204688;
    background-color: #F4F8FF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
}
.faq-sec__list-item-term span {
    display: inline-block;
    translate: 0 -6px;
    font-size: 23px;
}
.faq-sec__list-item-contents {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px;
    padding: 20px 40px;
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
}
.faq-sec__list-item-contents span {
    display: inline-block;
    translate: 0 -6px;
    font-size: 23px;
    font-weight: 700;
}
@media (max-width: 767px) {

    .faq-page {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .faq-sec {
        padding-left: 15px;
        padding-right: 15px;
    }
    .faq-sec:not(:last-child) {
        margin-bottom: 50px;
    }
    .faq-sec .border-title {
        padding: 0.05em 0.35em;
        margin-bottom: 20px;
        font-size: 22px;
    }
    .faq-sec__list-item:not(:last-child) {
        margin-bottom: 10px;
    }
    .faq-sec__list-item-term {
        padding: 13px 10px 6px;
        font-size: 12px;
        line-height: 1.6;
    }
    .faq-sec__list-item-term span {
        font-size: 17px;
    }
    .faq-sec__list-item-contents {
        padding: 20px 10px;
        font-size: 12px;
        line-height: 1.5;
    }
    .faq-sec__list-item-contents span {
        translate: 0 -5px;
        font-size: 17px;
    }

}


/*------------------------------------------------------------
お問い合わせページ
-------------------------------------------------------------*/

.contacts-page {
    padding-top: 70px;
    padding-bottom: 100px;
}
.contacts-sec {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}
.contacts-sec:not(:last-child) {
    margin-bottom: 100px;
}
.contacts-sec .border-title {
    margin-bottom: 40px;
}
.contacts-sec__contents {
    width: 90%;
    margin: 0 auto;
}
.contacts-sec .text {
    font-size: 17px;
}
.contacts-sec__download {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 80px;
}
.contacts-sec__download-item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
    padding: 17px 20px 17px 30px;
    border: 1px solid #707070;
    border-left: 5px solid #204688;
}
.contacts-sec__download-item-text {
    font-size: 17px;
    font-weight: 700;
}
.contacts-sec__download-button {
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
    background-color: #204688;
    transition: opacity 0.3s;
}
.contacts-sec__download-button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    display: inline-block;
    width: 16px;
    aspect-ratio: 1 / 1;
    background-image: url(../img/wp/afterservice/icon_download.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}
.contacts-sec__download-button span {
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
}
.contacts-sec__download-button:hover {
    opacity: 0.7;
}
.contacts-sec__contents ul {
    margin-bottom: 50px;
}
.contacts-sec__contents ul li {
    font-size: 17px;
}
.contacts-sec__contents h3.job {
    background: none;
    border-bottom: solid 1px #204688;
    color: #039;
    font-size: 25px;
    font-weight: bold;
    line-height: 2;
    margin: 0 30px;
    padding: 5px 10px 0 10px;
    text-align: left;
}
.contacts-sec__contents table.form {
    border: none;
    margin: 50px auto 30px;
    width: 93%;
}
.contacts-sec__contents table.form th {
    background-color: #f4f8ff;
    border: solid 1px #ccc;
    color: #000;
    font-size: 17px;
    height: 25px;
    padding: 3px;
    padding: 8px 10px;
    text-align: left;
    width: 40%;
}
.contacts-sec__contents span.red {
    background: #fff;
    border: 1px solid #f44336;
    color: #f44336;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 2px 0 5px;
    padding: 1px 3px;
    vertical-align: middle;
}
.contacts-sec__contents table.form td {
    border: solid 1px #ccc;
    color: #000;
    font-size: 17px;
    height: 25px;
    padding: 3px;
    padding: 8px 50px;
    text-align: left;
    width: 60%;
}
.contacts-sec__contents table.form td.tx_check {
    text-align: center;
}
.contacts-sec__contents table.form td div {
    border: 1px solid #c9c9c9;
    height: 200px;
    margin-bottom: 15px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
.contacts-sec__contents table.form td iframe {
    border: none;
    display: block;
    height: 100%;
    width: 100%;
}
.contacts-sec__contents table.form td input {
    height: 25px;
    overflow: visible;
}
.contacts-sec__contents table.form td input[type=checkbox] {
    height: 15px;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    width: 15px;
}
.contacts-sec__contents table.form td textarea {
    max-width: 462px;
    overflow: auto;
    width: 100%;
}
.contacts-sec__contents .form-center {
    font-size: 17px;
    text-align: center;
}
.contacts-sec__contents h3.job + p {
    margin: 20px auto 0;
    width: 93%;
}
.contacts-sec__contents table.form {
    border: none;
    margin: 50px auto 30px;
    width: 93%;
}
.contacts-sec__contents table.contacts {
    border: none;
    margin: 30px auto 0;
    width: 93%;
}
.contacts-sec__contents table.contacts th {
    background-color: #f4f8ff;
    border: solid 1px #ccc;
    color: #000;
    font-size: 17px;
    height: 25px;
    padding: 3px;
    padding: 14px 10px;
    text-align: left;
    width: 40%;
}
.contacts-sec__contents table.contacts td {
    border: solid 1px #ccc;
    color: #000;
    font-size: 17px;
    height: 25px;
    padding: 3px;
    padding: 14px 50px;
    text-align: left;
    width: 60%;
}
@media (max-width: 1000px) {

    .contacts-sec__download {
        grid-template-columns: 1fr;
    }

}
@media (max-width: 767px) {

    .contacts-page {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .contacts-sec {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contacts-sec:not(:last-child) {
        margin-bottom: 70px;
    }
    .contacts-sec__contents {
        width: 100%;
    }
    .contacts-sec .text {
        font-size: 16px;
    }
    .contacts-sec__contents h3.job {
        line-height: 1.6;
        margin: 0;
        padding: 3px 5px 0 5px;
    }
    .contacts-sec__contents h3.job + p {
        width: 100%;
    }
    .contacts-sec__download {
        gap: 20px;
    }
    .contacts-sec__download-item {
        gap: 20px;
        padding: 15px 20px 15px 10px;
    }
    .contacts-sec__download-item-text {
        font-size: 16px;
    }
    .contacts-sec__download-button {
        width: 40px;
        height: 40px;
    }
    .contacts-sec__contents ul li {
        font-size: 16px;
    }
    .contacts-sec__contents table.form {
        width: 100%;
    }
    .contacts-sec__contents table.form th {
        background-color: #f4f8ff;
        border: solid 1px #ccc;
        color: #000;
        display: block;
        font-size: 17px;
        height: 100%;
        padding: 3px;
        padding: 5px 10px;
        text-align: left;
        width: 100%;
    }
    .contacts-sec__contents table.form th span {
        background: #fff;
        border: 1px solid #f44336;
        color: #f44336;
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        margin: 0 2px 0 5px;
        padding: 1px 3px;
        vertical-align: middle;
    }
    .contacts-sec__contents table.form td {
        border: solid 1px #ccc;
        color: #000;
        display: block;
        font-size: 17px;
        height: 100%;
        padding: 3px;
        padding: 5px 10px;
        text-align: left;
        width: 100%;
    }
    .contacts-sec__contents table.form td select {
        font-size: 16px;
        height: 25px;
        overflow: visible;
        width: 100%;
    }
    .contacts-sec__contents table.form td input {
        font-size: 16px;
        height: 25px;
        overflow: visible;
        width: 100%;
    }
    .contacts-sec__contents table.form td textarea {
        font-size: 16px;
        max-width: unset;
        overflow: auto;
        width: 100%;
    }
    .contacts-sec__contents table.contacts {
        width: 100%;
    }
    .contacts-sec__contents table.contacts th {
        background-color: #f4f8ff;
        border: solid 1px #ccc;
        color: #000;
        display: block;
        font-size: 17px;
        height: auto;
        padding: 3px;
        padding: 14px 10px;
        text-align: left;
        width: 100%;
    }
    .contacts-sec__contents table.contacts td {
        border: solid 1px #ccc;
        color: #000;
        display: block;
        font-size: 17px;
        height: auto;
        padding: 14px 10px;
        text-align: left;
        width: 100%;
    }

}
