﻿@charset "utf-8";
/* 共通パーツ */
.pc-hide {
    display: none;
}
.sp-hide {
    display: block;
}
.contents-wrapper {
    min-width: 1204px;
}

.contents-inner {
    width: 1204px;
    min-width: 1204px;
    margin: 0 auto;
}
.form-heading {
    display: grid;
    row-gap: 12px;
    padding: 20px;
    text-align: center;
    background-color: #2e59a6;
    color: #fff;
}
.form-title {
    font-family: 'Noto Sans JP';
    font-weight: 700;
    /* font-weight: bold; */
    text-align: center;
    font-size: 36px;
    letter-spacing: 3px;
}
.form-title-sub {
    display: block;
    font-size: 20px;
}

.form-btn {
    height: 60px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
}
.form-btn p,
.form-btn a,
.form-btn input[type='submit'] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    height: 60px;
    background-color: #ee6557;
    border-radius: 30px;
    padding: 0 80px;
    font-size: 20px;
}
.agreeBtn p {
    white-space: nowrap;
    padding: 0 110px;
    background-color: #aaaaaa;
    pointer-events: none;
}
.common-btn a,
.common-btn input[type='submit'] {
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.common-btn a:hover,
.common-btn input[type='submit']:hover {
    opacity: 0.7;
}
.checkBtn {
    display: none;
}
.alert {
    font-size: 12px;
    text-align: center;
    color: #b7282e;
    margin-top: 30px;
}

label {
    line-height: 1.2;
}

/* お問い合わせページ */
.form-sec {
    padding: 35px 0 90px;
}
.form-sec .form-btn,
.form-btn input[type='submit'] {
    margin: auto;
    width: 300px;
}
.form-box {
    margin: 0 0 60px;
}
.form-read {
    margin: 0 0 25px 20px;
}
.form-read p {
    line-height: 1.5;
    font-size: 16px;
    margin: 0 0 30px;
}
.form-box dl {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0 30px 20px;
}
.form-box dt {
    position: relative;
    width: 220px;
    min-width: 220px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.type-span {
    position: absolute;
    right: 70px;
    bottom: 3px;
}
.form-box dt span {
    white-space: nowrap;
    color: #fff;
    display: block;
    margin: 0 0 0 15px;
    padding: 2px 9px;
    background-color: #f9af16;
    font-size: 8px;
}
.form-box dd {
    width: 100%;
    padding: 0 20px 0 30px;
}
.form-box dd input[type='text'] {
    width: 100%;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    padding: 0 0 0 30px;
    justify-content: flex-start;
    font-size: 18px;
}
.form-box dd input[type='radio'] {
    background-color: #fff;
}
.form-box dd textarea {
    width: 100%;
    height: 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    font-size: 18px;
    padding: 20px 0 0 30px;
}
.form-box dd label {
    display: block;
    font-size: 16px;
}
/* .form-box dd input[type="radio"]{
  display: block;
} */
.privacy-text {
    text-align: center;
    font-size: 16px;
    margin: 0 0 40px;
}
.privacy-text p {
    margin: 0 0 25px;
}
.privacy-text a {
    color: #0000ff;
    text-decoration: underline;
}

.label-type1 {
    position: relative;
    display: inline-block;
    word-break: break-all;
    margin: 0 0 20px;
}

.label-type1 input[type='checkbox'] + span,
.label-type1 input[type='radio'] + span {
    margin: 8px 0 0 20px;
    padding: 0 0 0 10px;
    font-size: 16px;
    color: #343434;
    display: block;
    border-radius: 50%;
    letter-spacing: -1px;
}
.label-type1 input[type='checkbox'] + span::before,
.label-type1 input[type='radio'] + span::before {
    z-index: 0;
    background-color: transparent;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px #bdbdbd solid;
    background-color: #fff;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    left: 0;
    display: inline-block;
    content: '';
    box-sizing: border-box;
}
.label-type1 input[type='checkbox']:checked + span,
.label-type1 input[type='radio']:checked + span {
    color: #343434;
}
.label-type1 input[type='checkbox']:checked + span::after,
.label-type1 input[type='radio']:checked + span::after {
    z-index: 1;
    margin: 2px 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 0px;
    display: inline-block;
    content: '';
    box-sizing: border-box;
    background-color: #000;
}
.label-type1 input[type='checkbox']:checked + span.allIcon::after {
    background: url(/common/images/content_images/button/check_all_icon.png) center top 0px / 9px no-repeat;
    left: -3px;
    width: 11px;
    height: 10px;
    top: 44%;
}

/* 料金ページ */
.breadcrumb-list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 15px 0 40px;
}
.breadcrumb-item a {
    text-decoration: none;
    color: #0000ff;
}
.charge-sec {
    padding: 0 0 60px;
}
.case-box-wrap {
    overflow: hidden;
    clear: both;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.formCharge .mh3-case {
    color: #2e59a6;
    font-size: 24px;
    text-align: center;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    width: auto;
    margin: 15px 0 30px;
}
.formCharge .case-box {
    width: 48%;
    float: none;
    position: relative;
    background-image: url(../images/bg_case_area.png);
    background-position: center right 35px;
}
.case-box::before,
.case-box::after {
    content: '';
    position: absolute;
    top: 20px;
    width: 46px;
    height: 46px;
    -webkit-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.case-box:nth-of-type(1)::before {
    right: 50px;
    background-image: url(../images/icon_run.png);
}
.case-box:nth-of-type(1)::after {
    right: 105px;
    background-image: url(../images/icon_remote.png);
}
.case-box:nth-of-type(2)::before {
    right: 50px;
    background-image: url(../images/icon_resident.png);
}
.case-box dl {
    width: 50%;
    margin: auto;
    border-top: 1px solid #e0e0e0;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.case-box dl:last-of-type {
    border-bottom: 1px solid #e0e0e0;
}
.case-box dt {
    font-size: 14px;
}
.case-box dd {
    padding: 0 0 0 25px;
    font-size: 18px;
    font-weight: bold;
}

.question-sec {
    padding: 60px 0;
    background-color: #fafafa;
}
.question-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #2e59a6;
    margin: 0 0 40px;
}

.accordion-box {
    margin: 0 auto;
}
.accordion-list,
.accordion-item {
    width: 100%;
}
.accordion-item {
    margin: 0 auto 10px;
}
.accordion-title a {
    position: relative;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    background-color: #fff;
    line-height: 1.5;
    padding: 35px 155px 35px 80px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background-image: url(../../images/icon_Q.png);
    -webkit-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center left 35px;
}
.accordion-title a::before {
    content: '';
    width: 2px;
    height: 20px;
    background: #2e59a6;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.accordion-title a::after {
    content: '';
    width: 20px;
    height: 2px;
    background: #2e59a6;
    position: absolute;
    right: 31px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.accordion-title a.plus-open::before {
    transform: rotate(270deg);
}
.accordion-title a.plus-open::after {
    transform: rotate(360deg);
}
.accordion-contents {
    display: none;
    padding: 35px 75px 30px 75px;
}
.accordion-contents p {
    line-height: 1.5;
    font-size: 16px;
}

.consultation-sec {
    padding: 100px 0 95px;
}
.consultation-title {
    font-size: 33px;
    text-align: center;
    margin: 0 0 55px;
}
.consultationBtn-wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px;
}
.consultationBtn-wrap .form-btn {
    width: 390px;
    height: 80px;
}
.consultationBtn-wrap .form-btn a {
    width: 100%;
    border-radius: 40px;
    height: 80px;
    font-size: 24px;
    padding: 0 60px 0 80px;
}
.consultationBtn-wrap .form-btn:nth-of-type(2) {
    margin: 0 0 0 40px;
}

.consultationBtn-wrap .form-btn:nth-of-type(1) a {
    background-color: #ffca3f;
    background-image: url(../images/icon_document.png);
    -webkit-background-size: auto;
    background-size: auto;
    background-position: center left 70px;
    background-repeat: no-repeat;
}
.consultationBtn-wrap .form-btn:nth-of-type(2) a {
    background-image: url(../images/icon_inquiry.png);
    -webkit-background-size: auto;
    background-color: #ee6557 !important;
    background-size: auto;
    background-position: center left 70px;
    background-repeat: no-repeat;
}
.l-header .header-contact .form-btn:nth-of-type(2) a {
    background-color: #ee6557 !important;
}
.consultation-img {
    text-align: center;
}

/* thanksページ */
.thanks-box {
    margin: 70px 0 80px;
}
.thanks-read {
    margin: 0 0 70px;
}
.thanks-read p {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}
.thanks-box .form-btn a {
    background-image: url(../images/download_icon.png);
    -webkit-background-size: auto;
    background-size: auto;
    background-position: center left 60px;
    background-repeat: no-repeat;
    padding: 0 60px 0 100px;
}

.returnHome-btn {
    margin: 90px 0 0;
    height: 42px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
}
.returnHome-btn a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #2e59a6;
    border: 2px solid #2e59a6;
    height: 42px;
    background-color: #fff;
    border-radius: 30px;
    padding: 0 30px 0 40px;
    font-size: 14px;
    background-image: url(../images/returnHome_arrow.png);
    -webkit-background-size: auto;
    background-size: auto;
    background-position: center left 25px;
    background-repeat: no-repeat;
}
.chara-btn-box .chara-tel,
.consultation-tel {
    margin: 0 0 0 100px;
}
.consultation-sec {
    padding: 60px 0;
    background-color: #fafafa;
}
.consultationBtn-wrap {
    align-items: flex-start;
}
.consultationBtn-wrap {
    margin: 0;
}
.consultationBtn-inner-wrap {
    text-align: center;
}
.consultationBtn-inner-wrap > a {
    text-align: center;
    color: #464646;
    font-size: 23px;
    text-decoration: none;
    border-bottom: 1px solid #464646;
}
.consultationBtn-inner-wrap > a:hover {
    border-bottom: none;
}
.consultationBtn-wrap .form-btn {
    margin: 0 0 8px;
}
@media screen and (max-width: 780px) {
    section,
    footer {
        min-width: auto;
    }
    /* 共通パーツ */
    .pc-hide {
        display: block;
    }
    .sp-hide {
        display: none;
    }
    .contents-wrapper {
        min-width: auto;
    }
    .contents-inner {
        width: 89.333%;
        min-width: auto;
        margin: auto;
    }
    .form-heading {
        min-width: auto;
        height: 100%;
    }
    .form-title {
        font-weight: bold;
        text-align: center;
        font-size: 28px;
        letter-spacing: 3px;
    }
    .form-title-sub {
        font-size: 16px;
    }

    .form-btn {
        height: 50px;
    }
    .form-btn a {
        height: 50px;
        padding: 0 15%;
        font-size: 16px;
    }
    .alert {
        font-size: 10px;
        margin-top: 20px;
        text-align: left;
    }
    /* お問い合わせページ */
    .form-sec {
        padding: 15% 0;
    }
    .form-read {
        margin: 0 0 5%;
    }
    .form-read p {
        font-size: 16px;
        margin: 0 0 5%;
    }
    .form-box {
        margin: 0 0 5%;
    }
    .form-box dl {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: baseline;
        padding: 5% 0;
        clear: both;
        text-align: left;
    }
    .form-box dt {
        padding: 0 0 5px;
        float: left;
        font-size: 15px;
        width: 100%;
        min-width: auto;
    }
    .form-box dd {
        padding: 0;
    }
    .form-box dd input[type='text'] {
        height: 40px;
        font-size: 14px;
        padding: 0 0 0 5%;
    }
    .form-box dt span {
        white-space: nowrap;
    }
    .type-span {
        position: static;
    }
    .form-box dd textarea {
        font-size: 14px;
        padding: 5%;
    }
    .label-type1 input[type='checkbox'] + span,
    .label-type1 input[type='radio'] + span {
        font-size: 14px;
    }
    .privacy-text {
        margin: 0 0 10%;
    }
    .privacy-text p,
    .privacy-text span {
        font-size: 14px;
    }
    .form-sec .form-btn,
    .form-btn input[type='submit'] {
        width: 270px;
        font-size: 16px;
        height: 60px;
        border: none;
    }
    select {
        width: 100%;
    }
    .form-sec .agreeBtn {
        width: 270px;
        height: 60px;
    }
    .agreeBtn p {
        width: 100%;
        font-size: 16px;
        height: 60px;
        border: none;
    }
    /* 料金ページ */
    .breadcrumb-list {
        margin: 5% 0 10%;
    }
    .charge-sec {
        padding: 0 0 10%;
    }
    .case-box-wrap {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
    }
    .formCharge .case-box {
        width: 100%;
        height: auto;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding: 1px 0 30px;
        float: none;
        background-image: url(../../images/sp/sp_bg_case_area01.jpg);
        background-position: center center;
        margin-bottom: 5%;
    }
    .case-box::before,
    .case-box::after {
        -webkit-background-size: contain;
        background-size: contain;
        width: 25px;
        height: 25px;
        top: 8px;
    }
    .case-box:nth-of-type(1)::before,
    .case-box:nth-of-type(2)::before {
        right: 8px;
    }
    .case-box:nth-of-type(1)::after {
        right: 38px;
    }
    .accordion-box {
        width: auto;
    }
    .formCharge .mh3-case {
        font-size: 22px;
        margin: 7% 0;
    }
    .case-box dd {
        font-size: 16px;
    }

    .question-sec {
        padding: 10% 0;
    }
    .question-title {
        font-size: 25px;
        margin: 0 0 10%;
    }
    .accordion-title a {
        font-size: 16px;
        padding: 4% 10% 4% 12%;
        background-position: center left 13px;
        -webkit-background-size: 16px;
        background-size: 16px;
    }
    .accordion-title a::before {
        right: 18px;
        height: 16px;
    }
    .accordion-title a::after {
        right: 11px;
        width: 16px;
    }
    .accordion-contents {
        padding: 5%;
    }
    .accordion-contents p {
        font-size: 14px;
    }
    .consultation-sec {
        padding: 10% 0;
    }
    .consultation-title {
        font-size: 25px;
        margin: 0 0 5%;
    }
    .consultationBtn-wrap {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 0%;
    }
    .consultationBtn-wrap .form-btn {
        height: 52px;
        width: 220px;
        margin: auto;
    }
    .consultationBtn-wrap .form-btn:nth-of-type(1) {
        margin: 0 0 5%;
    }
    .consultationBtn-wrap .form-btn a {
        font-size: 16px;
        height: 52px;
        padding: 0 35px 0 65px;
    }
    .consultationBtn-wrap .form-btn:nth-of-type(2) {
        margin: 0;
    }
    .consultationBtn-wrap .form-btn:nth-of-type(1) a,
    .consultationBtn-wrap .form-btn:nth-of-type(2) a {
        background-position: center left 34px;
        -webkit-background-size: 20px;
        background-size: 20px;
    }

    .consultation-img {
        width: 80%;
        margin: auto;
    }
    .chara-btn-box .chara-tel,
    .consultation-tel {
        text-align: center;
        margin: 5% 0 0;
        width: 80%;
    }
    .consultation-sec {
        padding: 10% 0;
    }
    .tel-block img {
        max-width: 100%;
    }
    .tel-block {
        padding: 7% 5%;
    }
    .step-list li:nth-of-type(2),
    .step-list li:nth-of-type(3),
    .step-list li:nth-of-type(4) {
        margin-top: 37%;
    }
    .consultationBtn-inner-wrap {
        width: 100%;
    }
    .consultation-tel {
        margin: auto;
    }
    .consultationBtn-wrap .form-btn:nth-of-type(1) {
        margin: 0 auto 2%;
    }
    .consultationBtn-inner-wrap {
        margin: 0 auto 5%;
    }
    .consultationBtn-inner-wrap > a {
        font-size: 14px;
    }
    /* thanksページ */
    .thanks-box {
        margin: 15% 0;
    }
    .thanks-read {
        margin: 0 0 15%;
    }
    .thanks-read p {
        font-size: 14px;
        text-align: left;
    }
    .returnHome-btn {
        margin: 15% 0 0;
    }
}

/* 191204追加修正 */
@media screen and (max-width: 780px) {
    .case-box dl {
        width: 75%;
    }
}

/* 200108修正 */
.available {
    text-align: center;
    font-size: 16px;
    margin: 15px 0 0;
}
.download-read {
    text-align: center;
}
.download-read p {
    display: none;
    font-size: 17px;
    color: #2e59a6;
    font-weight: bold;
    margin: 0 0 20px;
}
.download-read h2 {
    font-size: 25px;
    color: #2e59a6;
    font-weight: bold;
    margin: 0 0 20px;
}
.download-read h2 .large {
    font-size: 50px;
}
.download-read h2 .small {
    font-size: 14px;
}
.download-read img {
    margin: 0 0 20px;
}
.formDownload .form-read p {
    text-align: center;
}
@media screen and (max-width: 780px) {
    .download-read {
        text-align: left;
    }
    .download-read h2 {
        font-size: 19px;
    }
    .download-read p {
        font-size: 16px;
    }
    .download-read h2 .large {
        font-size: 40px;
    }
    .download-read h2 .small {
        font-size: 10px;
    }
    .formDownload .form-title {
        font-size: 26px;
    }
    .available {
        font-size: 14px;
    }
    .download-read img {
        width: 100%;
        max-width: 100%;
    }
}

/* 200214修正 */
.download-read img {
    width: 40%;
}
@media screen and (max-width: 780px) {
    .download-read img {
        width: 100%;
    }
    .formDownload .form-sec {
        padding: 2% 0;
    }
}

/* ------- 2020.12.08 ---------- */
.contents-wrapper.faq .breadcrumb-list {
    margin: 0 0 40px;
}

@media screen and (max-width: 780px) {
    .contents-wrapper.faq .breadcrumb-list {
        margin: 5% 0 10%;
    }
}
.contents-wrapper.faq .question-sec {
    padding: 15px 0 100px;
    background-color: #fafafa;
}

@media screen and (max-width: 780px) {
    .contents-wrapper.faq .question-sec {
        padding: 15px 0 40px;
    }
}
@media screen and (max-width: 780px) {
    .formCharge .levelimg {
        overflow-x: auto;
    }
    .formCharge .levelimg img {
        width: auto;
        max-width: initial;
    }
}

/* 続きを見るボタン */
.nextpageBtn {
    position: relative;
    text-align: center;
    width: 290px;
    height: 55px;
    margin: 40px auto 0;
}

@media screen and (max-width: 780px) {
    .nextpageBtn {
        width: 90%;
        height: 50px;
    }
}
.nextpageBtn::after,
.nextpageBtn::before {
    position: absolute;
    content: '';
}
.nextpageBtn::before {
    right: 14px;
    top: 24px;
    width: 8px;
    height: 8px;
    z-index: 100;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.nextpageBtn a {
    position: relative;
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    z-index: 0;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin: auto;
    width: 290px;
    height: 55px;
    font-size: 18px;
    color: #fff;
    background: #2e59a6;
    /* background: linear-gradient(90deg, rgb(46 89 166) 0%, rgb(75 125 216) 100%);*/
    transition: all 0.3s ease;
}

@media screen and (max-width: 780px) {
    .nextpageBtn a {
        width: 90%;
        height: 50px;
        font-size: 18px;
    }
}

.nextpageBtn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 3px #2e59a6 inset;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.nextpageBtn:hover::before {
    border-top: 2px solid #2e59a6;
    border-right: 2px solid #2e59a6;
}
.nextpageBtn a:hover {
    color: #2e59a6;
}
.nextpageBtn a:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
@media screen and (max-width: 780px) {
    .nextpageBtn::before {
        right: 30px;
        top: 22px;
    }
}
/* form */
.form-field.last.policy.PersonalInformation.pd-checkbox dd span.value {
    display: none !important;
}

dl.form-field dd .g-recaptcha div {
    padding: 0;
    margin: auto;
    text-align: center;
}

.form-sec .form-btn,
.form-btn input[type='submit'] {
    margin: auto;
    width: auto;
    max-width: 550px;
    font-size: 18px;
}

.sp-hide01 {
    display: none;
}

@media screen and (max-width: 780px) {
    .form-sec .form-btn,
    .form-btn input[type='submit'] {
        max-width: 96%;
        font-size: 14px;
    }
}
/* 導入事例 */

.box00 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto 30px;
    width: 100%;
    font-size: 18px;
    font-family: 游ゴシック体, YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 游ゴシック, 'Yu Gothic', メイリオ, sans-serif;
}
.box00:after {
    content: '';
    display: block;
    width: 67%;
    height: 0;
}
.box1 {
    width: 360px;
    background-color: rgb(239, 242, 248);
    margin: 10px auto;
    height: 470px;
    padding: 0 15px;
}
.box01 {
    width: 360px;
    background-color: rgb(239, 242, 248);
    margin: 10px auto;
    height: 470px;
}

.cs_text {
    font-size: 17px;
    color: #636363;
    line-height: 1.5;
    font-weight: bold;
    padding: 10px 18px 10px;
    text-align: center;
}

.more_text::after,
.more_text01::before {
    position: absolute;
    content: '';
}
.more_text::before {
    right: 30px;
    top: 35px;
    width: 8px;
    height: 8px;
    z-index: 100;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.more_text a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 3px #2e59a6 inset;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.more_text a:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
.more_text a {
    position: relative;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    z-index: 0;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin: auto;
    width: 200px;
    height: 45px;
    font-size: 17px;
    color: #fff;
    background: #2e59a6;
}
.more_text a:hover {
    color: #2e59a6;
}

.cs_text-title {
    font-weight: bold;
    padding: 13px 0px 0;
    text-align: center;
    font-size: 17px;
}

.more_text > p {
    color: inherit;
    text-decoration: none;
}
.cs_img {
    width: 100%;
    text-align: center;
}
.cs_img img {
    padding: 15px 10px;
    width: 95%;
    height: 200px;
}

.performance-list {
    display: flex;
    overflow: hidden;
    margin: 0 0 20px;
    cursor: pointer;
}
.performance-img {
    overflow: hidden;
    margin: 10px 0px 5px;
    text-align: center;
}

/* .more-text-btn::before {
  right: 30px;
  top: 35px;
  width: 8px;
  height: 8px;
  z-index: 100;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(
45deg
);
  transform: rotate(
45deg
);
  transition: all .3s ease;

  } */
.text-document-btn {
    position: relative;
    width: 200px;
    height: 45px;
    margin: auto;
}
.text-document-btn::after,
.text-document-btn::before {
    position: absolute;
    content: '';
}

.text-document-btn::before {
    right: 25px;
    top: 17px;
    width: 8px;
    height: 8px;
    z-index: 100;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
.text-document-btn a {
    position: relative;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    z-index: 0;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin: auto;
    width: 200px;
    height: 45px;
    font-size: 17px;
    color: #fff;
    background: #2e59a6;
    /* background: linear-gradient(90deg, rgba(107,107,107,1) 0%, rgba(168,168,168,1) 100%); */
    transition: all 0.3s ease;
}

.text-document-btn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 3px #2e59a6 inset;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.text-document-btn:hover::before {
    border-top: 2px solid #2e59a6;
    border-right: 2px solid #2e59a6;
}
.text-document-btn a:hover {
    color: #2e59a6;
}
.text-document-btn a:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.more_text01-btn {
    position: relative;
    width: 200px;
    height: 45px;
    margin: auto;
}
.more_text01-btn::after,
.more_text01-btn::before {
    position: absolute;
    content: '';
}

.more_text01-btn::before {
    right: 25px;
    top: 17px;
    width: 8px;
    height: 8px;
    z-index: 100;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
.more_text01-btn a {
    position: relative;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    z-index: 0;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin: auto;
    width: 200px;
    height: 45px;
    font-size: 17px;
    color: #fff;
    background: #2e59a6;
    /* background: linear-gradient(90deg, rgba(107,107,107,1) 0%, rgba(168,168,168,1) 100%); */
    transition: all 0.3s ease;
}

.more_text01-btn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 3px #2e59a6 inset;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.more_text01-btn:hover::before {
    border-top: 2px solid #2e59a6;
    border-right: 2px solid #2e59a6;
}
.more_text01-btn a:hover {
    color: #2e59a6;
}
.more_text01-btn a:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

@media screen and (max-width: 780px) {
    .box00 {
        display: block;
    }
    .box01 {
        width: 360px;
        height: 450px;
    }

    .form-title-sub {
        font-size: 15px;
        text-align: center;
    }
    .sp-hide01 {
        display: block;
    }
}

/* 220921記事一覧ページ修正 */
.articles {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    row-gap: 60px;
    column-gap: 60px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 120px;
}

.article {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 1em;
    font-size: 16px;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}

.article__heading {
    padding: 0.5em 1em;
    font-weight: 700;
    text-align: center;
    background-color: #2e59a6;
    color: #ffffff;
}

.article__img {
    width: 100%;
    aspect-ratio: 8 / 5;
    background-color: #eeeeee;
}

.article__bottom {
    flex-grow: 1;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.article__description {
    padding: 1em;
    font-weight: 700;
}

.article__button {
    position: relative;
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    padding: 0.5em 1em;
    background-color: #2e59a6;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #2e59a6;
    border-radius: 100vh;
    transition: all 0.2s ease-out;
}

.article__button:hover {
    background-color: #ffffff;
    color: #2e59a6;
    transform: scale(1.05);
}

.article__button::after {
    content: '';
    position: absolute;
    right: 1em;
    top: calc(50% - 7px);
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    transform: rotate(45deg);
}

.article__button:hover::after {
    border-top: 2px solid #2e59a6;
    border-right: 2px solid #2e59a6;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
}

@media screen and (max-width: 780px) {
    .articles {
        padding: 40px 0 80px;
        row-gap: 40px;
    }
}
