@charset "UTF-8";

/* ==================================================================================
# service
================================================================================== */

/* ==================================================================================
# service共通
================================================================================== */
#company-his-regular .sub-catch-title {
    display: block;
    position: relative;
    width: 380px;
    line-height: 1.36;
    color: #fff;
    background: rgba(220, 149, 15, 76%);
    padding: 29px 57px 30px 55px;
    margin: auto;
    margin-top: -204px;
    margin-bottom: 67px;
}

#company-his-regular h2 {
    text-align: center;
}

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

    #company-his-regular .sub-catch-title {
        width: 250px;
        padding: 10px 15px;
        margin-top: -137px;
        margin-bottom: 60px;
    }

}

/* ==================================================================================
# service01
================================================================================== */
.service01-top-text {
    text-align: center;
    margin-top: 79px;
    line-height: 2.3;
}

#service01 h2 {
    margin-top: 64px;
}

.service01-step {
    margin-top: 54px;
}

.step-flex {
    margin-top: 47px;
}

.step-flex.step04 {
    margin-top: 22px;
}

.step-left {
    position: relative;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    min-width: 108px;
    height: 97px;
    padding-top: 31px;
    text-align: center;
    color: #fff;
    background: #A88007;
}

.step-left::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -24px;
    border-style: solid;
    border-width: 24px 54px 0 54px;
    border-color: #A88007 transparent transparent transparent;
}

.step-right {
    width: 100%;
    border-top: 1px solid #A88007;
    padding: 20px 10px 10px 20px;
}

.step-right h3 {
    font-size: 20px;
    color: #A88007;
}

.step-right-text {
    margin-top: 7px;
    line-height: 1.8;
}

/*モーダルを開くボタン*/
.modal-open {
    width: 311px;
    max-width: 100%;
    height: auto;
    margin-top: 39px;
    margin-left: 29.5%;
    cursor: pointer;
}

.modal-open-title {
    text-align: center;
}

.modal-open-img {
    margin-top: 4px;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 777;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
    opacity: 1;
    visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 851px;
    width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
    padding: 30px;
}

/* モーダルのスクロール制御 */
#company-his-regular.is-modal {
    overflow: hidden;
}

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

    .modal-open {
        margin: auto;
        margin-top: 20px;
    }

}

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

    #service01 h2 {
        margin-top: 5%;
    }

    .service01-top-text {
        text-align: left;
        margin: 0 0 50px 0;
        line-height: 1.8;
    }

    .service01-step {
        margin-top: 5%;
    }

    .step-flex {
        flex-wrap: wrap;
        margin-top: 5%;
    }

    .step-left {
        font-size: 20px;
        width: 280px;
        margin: auto;
        height: 60px;
        padding-top: 9px;
    }

    .step-left::after {
        bottom: -10px;
        border-width: 10px 140px 0 140px;
    }

    .step-right {
        padding: 5%;
        border-top: none;
        border-bottom: 1px solid #A88007;
    }

    .step-right h3 {
        font-size: 18px;
        text-align: center;
    }

}

/* ==================================================================================
# service02
================================================================================== */
#service02 h2 {
    margin-top: 70px;
}

/* service02共通 */
.service02-bg {
    background: #F8F2E3;
}

.service02-bg h3 {
    position: relative;
    font-size: 22px;
    color: #A88007;
}

.service02-bg h3::before {
    position: absolute;
    content: "";
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    background: #A88007;
}

.service02-bg h3 span {
    position: relative;
}

.service02-bg h3 span::before {
    position: absolute;
    content: "";
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    background: #A88007;
}

.service02-text {
    line-height: 1.75;
}

/* service02 1つ目の画像 */
.service02-img01 {
    width: 422px;
    max-width: 100%;
    margin-top: 54px;
}

/* service02 1つ目のテキスト */
.service02-texts01 {
    width: 770px;
    max-width: 100%;
    padding: 35px 14px 40px 30px;
    margin-left: auto;
    margin-top: -147px;
}

.service02-texts01 h3 {
    width: 549px;
    max-width: 100%;
    margin-left: auto;
    padding-left: 100px;
}

.service02-texts01 h3::before {
    width: 73.5px;
    left: 10px;
}

.service02-texts01 .service02-text {
    width: 553px;
    max-width: 100%;
    margin-left: auto;
    margin-top: 36px;
}

/* service02 2つ目の画像 */
.service02-img02 {
    width: 406px;
    max-width: 100%;
    margin-left: auto;
    margin-top: 72px;
}

/* service02 2つ目のテキスト */
.service02-texts02 {
    width: 773px;
    max-width: 100%;
    padding: 36px 30px 40px 30px;
    margin-top: -161px;
}

.service02-texts02 h3 {
    width: 513px;
    max-width: 100%;
    text-align: center;
}

.service02-texts02 h3 span::before {
    width: 73.5px;
    right: -100px;
}

.service02-texts02 .service02-text {
    width: 553px;
    max-width: 100%;
    margin-top: 33px;
}

/* service02 3つ目の画像 */
.service02-img03 {
    width: 397px;
    max-width: 100%;
    margin-top: 71px;
}

/* service02 3つ目のテキスト */
.service02-texts03 {
    width: 796px;
    max-width: 100%;
    padding: 34px 30px 46px 30px;
    margin-left: auto;
    margin-top: -147px;
}

.service02-texts03 h3 {
    width: 539px;
    max-width: 100%;
    margin-left: auto;
    padding-left: 100px;
}

.service02-texts03 h3::before {
    width: 68.5px;
    left: 10px;
}

.service02-texts03 .service02-text {
    width: 534px;
    max-width: 100%;
    margin-left: auto;
    margin-top: 28px;
}

/* service02 4つ目の画像 */
.service02-img04 {
    width: 405px;
    max-width: 100%;
    margin-left: auto;
    margin-top: 66px;
}

/* service02 4つ目のテキスト */
.service02-texts04 {
    width: 773px;
    max-width: 100%;
    padding: 37px 30px 42px 30px;
    margin-top: -162px;
}

.service02-texts04 h3 {
    width: 513px;
    max-width: 100%;
    text-align: center;
}

.service02-texts04 h3 span::before {
    width: 73.5px;
    right: -100px;
}

.service02-texts04 .service02-text {
    width: 543px;
    max-width: 100%;
    margin-top: 32px;
}

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

    .service02-img01,
    .service02-img02,
    .service02-img03,
    .service02-img04 {
        width: 400px;
    }

    .service02-texts01,
    .service02-texts02,
    .service02-texts03,
    .service02-texts04 {
        width: 600px;
        margin-top: -30px;
    }

    .service02-texts01 .service02-text,
    .service02-texts02 .service02-text,
    .service02-texts03 .service02-text.service02-texts04 .service02-text {
        width: 500px;
    }

}

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

    #service02 h2 {
        margin-top: 15%;
    }

    .service02-img01,
    .service02-img02,
    .service02-img03,
    .service02-img04 {
        margin: auto;
        margin-top: 5%;
    }

    .service02-texts01,
    .service02-texts02,
    .service02-texts03,
    .service02-texts04 {
        width: 400px;
        margin: auto;
        padding: 5%;
    }

    .service02-bg h3 {
        font-size: 18px;
        text-align: center;
        padding-left: 0;
    }

    .service02-texts01 h3::before,
    .service02-texts02 h3 span::before,
    .service02-texts03 h3::before,
    .service02-texts04 h3 span::before {
        display: none;
    }

    .service02-texts01 .service02-text,
    .service02-texts02 .service02-text,
    .service02-texts03 .service02-text.service02-texts04 .service02-text {
        margin-top: 5%;
    }

}

/* ==================================================================================
# service03
================================================================================== */
#service03 h2 {
    margin-top: 102px;
}

#service03 .js-scrollable {
    overflow-x: scroll;
    width: 100%;
}

.service03-table {
    margin-top: 40px;
}

.service03-table-flex.gray-bg span {
    background: #EFEFEF;
    margin-bottom: 2px;
}

.service03-table-flex .w-195 {
    display: block;
    min-width: 195px;
    padding: 9px 15px 12px;
}

.service03-table-flex .w-192 {
    display: block;
    min-width: 192px;
    padding: 10px 12px;
    text-align: center;
}

.service03-table-flex .recommend {
    color: #fff;
    background: #185185;
    margin-bottom: 9px;
    padding: 11px 12px 13px;
}

.service03-table-plan .w-192 {
    margin-bottom: 5px;
    padding: 7px 0 14px;
}

.service03-table-flex .green-bg {
    background: #E2F0D9;
}

.service03-table-flex .blue-bg {
    background: #DEEBF7;
}

.service03-table-flex .yellow-bg {
    background: #FFF2CC;
    letter-spacing: -1.5px;
}

.service03-table-flex .red-bg {
    background: #FBE5D6;
    letter-spacing: -1.5px;
}

.w-192 .price {
    display: block;
    font-size: 20px;
    margin-top: 12px;
    letter-spacing: -1px;
}

.w-192 .year {
    display: block;
    margin-top: 5px;
}

.service03-table-flex .red-color {
    color: #FF0000;
}

.line-center {
    position: relative;
}

.line-center::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #FF0000;
}

.service03-table-bottom-text {
    margin-top: 21px;
    line-height: 1.72;
}

#company-his-regular .footer-flex {
    margin-top: 20px;
}

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

    #service03 h2 {
        margin-top: 15%;
    }

    .service03-table {
        margin-top: 5%;
    }

    .service03-table-bottom-text {
        margin-top: 5%;
    }

}