.page-service {
    background: #f3f3f3;
}

.container {
    position: relative;
    width: 100%;
}

.bg-service {
    background: url(/images/img-service/service-top.jpg) no-repeat center center;
    background-size: cover;
}

.bg-header {
    position: relative;
}

.overflow-hidden {
    overflow: hidden !important;
}

.bg-header .bg-holder {
    transform: translate3d(0px, 0px, 0px) !important;
}

.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    /* background-position: center; */
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
}

.bg-holder {
    background-position: center center;
}

.bg-header .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.top-header-height {
    max-height: 2000px;
    position: relative;
    display: flex;
    aspect-ratio: 16 / 6;
    flex-wrap: wrap;
    align-items: center;
}

.top-lead {
    padding: 3rem 0 3rem;
}

.top-lead .lead-top {
    font-size: clamp(1rem, 2vw, 1.125rem) !important;
    color: #262626;
    font-weight: 700;
    font-family: 'Shippori Mincho B1', serif;
    padding: 0 5%;
}

.explanation {
    padding: 0 0;
    position: relative;
}

.explanation:before,
.contract:before {
    top: 1.5em;
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    content: "";
}

.explanation .text {
    max-width: 580px;
    width: 50%;
    margin-bottom: 2.5rem;
}

@media (min-width: 1240px) {
    .bg-header .container {
        max-width: 90%;
        min-width: 1200px;
    }
}

@media screen and (max-width: 767.98px) {
    .bg-holder {
        background-position: 46% center;
    }
}

section h2 {
    text-align: left;
    background: #000;
    padding: 0.4em 0.75em 0.6em;
    min-width: 276px;
    color: #FFF;
    display: inline-block;
    font-weight: 100;
    font-size: clamp(0.875rem, 2vw, 1.1875rem) !important;
    margin-bottom: 1.25em !important;
    position: relative;
}

.explanation .pic {
    max-width: 520px;
    width: 45%;
}

.explanation .pic .pic1 {
    margin-bottom: 30px;
}

.explanation .exp-conte.exp-conte2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.explanation .exp-conte2 .text {
    padding-top: 4rem;
}

.explanation .text {
    max-width: 580px;
    width: 50%;
    margin-bottom: 2.5rem;
}

.explanation .exp-conte {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


section .exp-conte2 h2 {
    text-align: right;
    right: 20px;
    position: absolute;
    top: 0;
}

.options {
    background: #FFF;
    padding-top: 6rem;
    margin-bottom: 0;
}

.options h2,
.exhibitions h2 {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: none;
    color: #000;
    border: 1px solid #000;
}

.options .option-flex,
.exhibitions .exhibition-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 3.5rem;
}

.options .option {
    width: calc(50% - 24px);
    border-bottom: 6px solid #bcbcbc;
    border-left: 6px solid #bcbcbc;
    border-right: 6px solid #bcbcbc;
    position: relative;
    padding: 0 40px 40px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 6em;
}

.options .option .pic {
    width: 40%;
}

.options .option:before {
    position: absolute;
    width: 30%;
    max-width: 60px;
    min-width: 20px;
    left: 0;
    top: 0;
    background: #bcbcbc;
    height: 6px;
    content: "";
}

.options .option h3 {
    text-align: center;
    position: relative;
    top: -0.5em;
    font-size: clamp(1.125rem, 3vw, 1.5rem) !important;
    line-height: 1;
    margin-bottom: 1.2rem;
    width: 100%;
}

.options .option-flex-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.options .option .text {
    width: 52%;
}

.options .option .btn {
    background: #000;
    color: #FFF;
    font-family: 'Shippori Mincho B1', serif;
    border-radius: 2px;
    position: relative;
    padding: 0.375rem 3rem 0.375rem 2.188rem;
}

.options .option .btn:before {
    content: "";
    background: url(/images/img-service/arrow-btn-wh.svg);
    width: 8px;
    height: 12px;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 12px;
}

.options .option:after {
    position: absolute;
    width: 10%;
    max-width: 60px;
    right: 0;
    top: 0;
    background: #bcbcbc;
    height: 6px;
    content: "";
}

.sec-lead .lead1 {
    font-size: clamp(1.2rem, 3vw, 1.875rem) !important;
    color: #262626;
    font-weight: 700;
    text-align: center;
    font-family: 'Shippori Mincho B1', serif;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
    margin-right: 5px;
}

input[type=checkbox] {
    display: block;
}

.link-kiyaku {
    text-decoration: underline !important;
    padding-left: 0 !important;
}

a:hover {
    color: #aaa;
    text-decoration: none !important;
}

.mwform-tel-field input[type="text"],
.mwform-zip-field input[type="text"] {
    display: inline-block;
    width: auto;
}

.form-control {
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-color: #e3dfdf;
    box-shadow: none;
    border-radius: 3px;
    background-color: #FFF;
    transition: all 0.2s ease-in-out;
    height: auto;
}

.table-bordered {
    border: 1px solid #d2d2d2;
    font-size: clamp(0.75rem, 1.8vw, 0.9375rem) !important;
}

.table {
    width: 100%;
    margin-bottom: 1.25rem;
    color: #5f656c;
}

.contactform-table th {
    background: #e2e2e2;
    width: 25%;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    font-size: 1rem;
}

.contactform-table td {
    background: #e2e2e2 !important;
}

.table-bordered th,
.table-bordered td {
    border: none;
    border-bottom: 1px solid #d2d2d2 !important;
}

ul.list-inline {
    list-style: none;
    height: auto;
    display: flex;
    min-height: 4rem;
    padding-top: 1.5rem;
}

.mw_wp_form {
    padding-top: 8em;
}

.explanation .text .fee h4 {
    background: #e1e1e1;
    font-size: clamp(1rem, 2vw, 1.125rem) !important;
    padding: 0.5em;
}

section {
    padding: 3rem;
    margin-bottom: 3rem;
}

section.contract h2 {
    text-align: right;
    background: #9f4b4d;
    right: 20px;
    position: absolute;
    top: 0;
}

.contract h3 {
    padding-top: 4em;
    text-align: center;
    padding: 0.75em;
    background: #dbdbdb;
    line-height: 1;
}

.contactform-table ul {
    margin-top: 0px !important;
}

.contactform-table th {
    background: #e2e2e2 !important;
    width: 25%;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    font-size: 1rem;
    color: #000;
    border-bottom: 1px solid #d2d2d2;
}

.form-group label {
    background-color: #e2e2e2 !important;
    color: #5f656c;

}

#lower,
.explanation,
.contract,
.service-confirm {
    padding: 0 0;
    position: relative;
}

.bg-service-group {
    background: url(/images/img-service/service-group.jpg) no-repeat center center;
    background-size: cover;
}

.bg-service-update {
    background: url(/images/img-service/service-update.jpg) no-repeat center center;
    background-size: cover;
}

.bg-service-vr {
    background: url(/images/img-service/service-vr.jpg) no-repeat center center;
    background-size: cover;
}

.bg-service-interview {
    background: url(/images/img-service/service-interview.jpg) no-repeat center center;
    background-size: cover;
}


.form-control:focus {
    color: #4f545a;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.btn-submit-service {
    background: #000000;
    color: #fff !important;
    border-radius: 0;
    padding: .6rem 1rem !important;
    border: 1px solid #595757;
    color: #fff;
    max-width: 200px;
    width: 100%;
    transition: all 500ms ease 0s;
}

.btn.btn-submit-service:hover {
    background: #595757;
}

.btn.kessai-btn {
    background: #dfdfdf;
    color: #000;
    padding: .2rem 3rem;
    font-size: 0.875rem !important;
}

#lower h3 {
    font-size: 1.3rem;
    margin-bottom: 1em;
    margin-top: 1.5em;
}

#email, #textPassword {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 991px) {
    .options .option {
        width: 100%;
        display: flex;
        margin-bottom: 4em;
    }
}

@media screen and (max-width: 767px) {
    .top-header-height {
        aspect-ratio: 16 / 16;
    }

    .explanation:before,
    .contract:before {
        top: 1.25em;
    }

    .explanation .exp-conte {
        display: block;
    }

    .explanation .text,
    .explanation .pic {
        width: 100%;
    }

    .explanation .text,
    .explanation .pic {
        width: 100%;
    }

    .explanation .exp-conte {
        display: block;
    }

    .explanation .text,
    .explanation .pic {
        width: 100%;
    }

    .options {
        padding: 3rem 0;

    }

    .options .option {
        display: flex;
        padding: 0 30px 0 30px;
    }

    .options .option-flex-2 {
        flex-direction: column-reverse;
    }

    .options .option-flex-2>div {
        width: 100% !important;
        margin-bottom: 2rem;
    }

    .options .option .btn {
        width: 100%;
    }

    .options .pic img {
        margin: 0 auto;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: contain;';
        display: initial;
        aspect-ratio: 2 / 1;
    }

    .form-control {
        height: 40px;
    }

    .contactform-table td {
        padding-bottom: 0.75rem !important;
    }

    .contactform-table th {
        border-right: 1px;
    }

    .contactform-table th,
    .contactform-table td,
    .contactform-table th a {
        display: block !important;
        width: 100% !important;
        padding: .25rem 0.75rem 0.25rem !important;
        font-size: clamp(0.75rem, 1.8vw, 0.9375rem) !important;
    }

    .contactform-table th {
        border-bottom: none !important;
    }
}

@media (max-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}

.service-confirm .form-check {
    padding-left: 0 !important;
}

.service-confirm h3 {
    font-size: 18px;
    font-weight: 600 !important;
    margin-bottom: 1.5em;
    padding-bottom: 0;
    border: none;
}

.service-confirm p {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
}

.service-confirm .wrap {
    padding: 1.5rem 1rem;
    border: 1px solid #676767;
}

.service-confirm .wrap h4 {
    font-size: clamp(0.875rem, 1.8vw, 1rem) !important;
    margin-bottom: 0.5em;
}

.service-confirm .wrap ul,
.service-confirm .wrap ul li {
    list-style-type: disc;
}

li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
}

.service-confirm .mw_wp_form {
    padding-top: 2em;
}

.service-confirm form h3,
.service-confirm .confirm_none {
    display: none;
}

.service-confirm .table-bordered th,
.service-confirm .table-bordered td {
    background: #f3f3f3 !important;
}

.service-confirm .wrap ul {
    padding-left: 1rem;
}

.service-confirm .btn.btn-reset {
    color: #595757;
    border-radius: 0;
    border: 1px solid #000 !important;
    padding: .6rem 1rem !important;
    max-width: 200px;
    width: 100%;
    transition: all 500ms ease 0s;
}