    .white-grade-mask {
        position: relative;
    }
    .white-grade-mask:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 50%;
        background: linear-gradient(rgba(245, 245, 245, 0), rgba(245, 245, 245, 1));
    }

    #detailservice {
        min-width: 1440px;
        width: 100%;
        /* height: 2000px; */
    }
    .kv .container {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        text-align: center;
        color: #051739;
    }
    .kv .container .title {
        font-size: 55px;
        letter-spacing: 0.2em;
        color: #FFF;
    }
    .kv .container .title-en {
        font-size: 30px;
        color: #FFF;
    }
    .kv .container .buttons-wrap {
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .kv .container .buttons {
        padding-top: 69px;
        display: flex;
        width: 412px;
        justify-content: space-around;
    }
    .kv .container button {
        width: 192px;
    }
    #message{
        background:black;
    }

    .container.commentbox {
        position: relative;
        width: 614px;;
        background-color: white;
        border-radius: 20px;
        padding-bottom: 0;
    }
    .container.commentbox .title {
        padding-top: 65px;
        text-align: center;
        font-size: 37px;
        letter-spacing: 0.2em;
    }
    .container.commentbox .title-en {
        padding-top: 12px;
        padding-bottom: 20px;
        text-align: center;
        font-size: 23px;
    }
    .container.commentbox p {
        font-size: 20px;
        font-family: var(--font-family-hiragino);
        line-height: 40px;
        padding: 0 72px;
    }
    .container.commentbox p.signature {
        text-align: right;
        padding-top: 40px;
    }

    #recruit {
        position: relative;
        top: -400px;
        min-width: 1440px;
        width: 100%;
        margin: 0 auto -200px;
    }
    #recruit .recruit-wrap {
        display: flex;
    }
    .container.commentbox .lead {
        position: relative;
        padding-bottom: 100px;
        height: 520px;
    }
    .container.commentbox .lead > p:nth-child(1) {
        font-weight: 600;
    }
    .container.commentbox .image {
        padding: 57px 57px 30px 57px;
    }
    .container.commentbox button {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 216px;
        margin: 30px 71px 64px 0;
    }

    #work {
        min-width: 1440px;
        width: 100%;
    }
    #work .voice {
        position: relative;
        width: 1308px;
        margin: 0 auto;
        padding-top: 57px;
    }
    #work .voice {
        height: auto;
    }
    #work .voice:nth-child(3) {
        top: -100px;
    }
    #work .voice > img {
        width: 540px;
    }
    #work .voice > div {
        border: 1px solid #707070;
        background-color: white;
        width: 864px;
        position: relative;
        top: -180px;
        left: 450px;
        padding: 59px 42px 47px;
        font-family: var(--font-family-hiragino);
    }
    #work .voice > div .title {
        font-size: 28px;
    }
    #work .voice > div .name {
        font-size: 17px;
        font-weight: 600;
    }
    #work .voice > div p {
        font-size: 18px;
    }

    #to-entry {
        min-width: 1440px;
        width: 100%;
        height: 439px;
        background-color: #01b4ed;
        color: white;
    }
    #to-entry .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 0;
    }
    #to-entry .title {
        font-family: "Avenir Next";
        font-size: 60px;
        font-weight: 600;
        letter-spacing: 0.2em;
    }
    #to-entry .text {
        font-family: var(--font-family-hiragino);
        font-size: 15px;
        font-weight: 600;
    }
    #to-entry .remark {
        font-family: var(--font-family-hiragino);
        font-size: 30px;
        padding-top: 38px;
    }
    #to-entry button {
        width: 446px;
        text-align: center;
        padding-top: 45px;
    }

    #profile {
        margin-bottom: 160px;
    }
    #profile .container > div {
        position: relative;
        display: flex;
        flex-direction: column;
        width: auto;
        height: auto;
        top: 0;
        right: 0;
    }
    #profile .container table {
       border-collapse: collapse;
       font-family: var(--font-family-hiragino);
       margin: 0 67px;
    }
    #profile .container table th,
    #profile .container table td {
        padding:0.8rem 3rem;
        height: 6rem;
        color: #333;
        line-height: 1.8;
    }
    #profile .container table th {
        width:20%;
        border-bottom:1px solid #f0f0f0;
        font-size: 16px;
        text-align: left;
        color: blueviolet;
    }
    #profile .container table td {
        /* border: 1px solid #707070; */
        border-bottom:1px solid #f0f0f0;
        font-size: 16px;
    }
    #profile .container table td:nth-child(1) {
        width: 192px;
        text-align: center;
    }
    #profile .container table td:nth-child(2) {
        width: 816px;
        padding-left: 28px;
    }


    @media screen and (max-width:740px){
        #detailservice {
            min-width: auto;
            height: auto;
        }
        .kv {
            position: relative;
        }
        .kv .container {
            width: 100%;
            right: auto;
            padding: 0;
            top: 50%;
            transform: translateY(-50%);
            text-align: center;
        }
        .kv .container .title {
            font-size: 29px;
        }
        .kv .container .title-en {
            font-size: 16px;
        }
        .kv .container .buttons {
            justify-content: center;
        }
        .kv .container button {
            width: 111px;
        }
        .kv .container button:nth-child(1) {
            margin-right: 6px;
        }
        .container.commentbox {
            padding: 0 18px;
            margin: 0 21px 24px;
            width: auto;
        }
        .container.commentbox .title {
            font-size: 22px;
            padding-top: 32px;
        }
        .container.commentbox .title-en {
            font-size: 14px;
        }
        .container.commentbox p {
            font-size: 15px;
            padding: 0;
            line-height: 1.9;
            font-family: var(--font-family-default);
        }
        .container.commentbox p.signature {
            padding-bottom: 40px;
            padding-right: 10px;
        }
        #recruit {
            top: 0;
            min-width: auto;
            margin-bottom: 58px;
            padding-top: 78px;
        }
        #recruit .recruit-wrap {
            flex-direction: column;
        }
        .container.commentbox .image {
            padding: 24px 6px;
        }
        .container.commentbox .lead {
            padding-bottom: 0;
            height: auto;
        }
        #recruit button {
            margin: 5px auto 33px;
            display: block;
            width: 122px;
            position: relative;
        }
        #work {
            min-width: auto;
        }
        #work .voice {
            width: 100%;
            height: auto;
        }
        #work .voice:nth-child(3) {
            top: 0;
        }
        #work .voice > img {
            width: 100%;
        }
        #work .voice > div {
            width: 92vw;
            top: -40px;
            left: 50%;
            transform: translateX(-50%);
        }
        #to-entry {
            min-width: auto;
        }

            
        #profile .container table {
        border-collapse: collapse;
        font-family: var(--font-family-hiragino);
        margin: 0 ;
        }
        #profile .container table th,
        #profile .container table td {
            display: block;
            height: auto;
            color: #333;
            text-align: left;
        }
        #profile .container table th {
            width:100%;
            padding:0.2rem 1.5rem;
            border-bottom:2px solid #f0f0f0;
            font-size: 16px;
            text-align: left;
            color: blueviolet;
        }
        #profile .container table td {
            /* border: 1px solid #707070; */
            padding:1.2rem 1.5rem;
            border-bottom:1px solid #f0f0f0;
            font-size: 16px;
        }
        #profile .container table td:nth-child(1) {
            width: 100%;
            text-align: center;
        }
        #profile .container table td:nth-child(2) {
            width: 100%;
            padding-left: auto;
        }

    }