@charset "UTF-8";

/*============================
	index 共通
============================*/

html.active {
    overflow-y: hidden;
}


/*btn ▼*/


.link__btn a {
    display: block;
    width: 215px;
    line-height: 40px;
    white-space: nowrap;
    background: url(../img/top/btn_arw_wh.png) no-repeat center right 5%, #3dac4f;
    font-size: 1.4rem;
    font-weight: 600;
    box-shadow: 0 4px 0 #207f2f;
    text-align: center;
    color: #fff;
    transition: .5s;
}


.link__btn a:hover {
    opacity: 1;
    box-shadow: none;
    transform: translateY(4px);
    background-position: center right 3%;
}


/* btn ▲*/

.section__ttl {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .075em;
    line-height: 1;
    margin: 0 0 50px;

}

.section__ttl .font-en {
    font-size: 10rem;
    letter-spacing: .075em;
    display: block;
    margin-bottom: 10px;
}



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

    /*btn ▼*/
    .link__btn a {
        display: block;
        width: 215px;
        line-height: 40px;
        white-space: nowrap;
        background: url(../img/top/btn_arw_wh.png) no-repeat center right 5%, #3dac4f;
        font-size: 1.4rem;
        font-weight: 600;
        box-shadow: 0 4px 0 #207f2f;
        text-align: center;
        color: #fff;
        transition: .5s;
    }


    .link__btn a:hover {
        opacity: 1;
        box-shadow: none;
        transform: translateY(4px);
        background-position: center right 3%;
    }


    /* btn ▲*/

    .section__ttl {
        font-size: 1.6rem;
        margin: 0 0 40px;

    }

    .section__ttl .font-en {
        font-size: 6rem;
        margin-bottom: 10px;
    }

}


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

    /*btn ▼*/
    .link__btn a {
        display: block;
        width: 215px;
        line-height: 40px;
        white-space: nowrap;
        background: url(../img/top/btn_arw_wh.png) no-repeat center right 5%, #3dac4f;
        font-size: 1.4rem;
        font-weight: 600;
        box-shadow: 0 4px 0 #207f2f;
        text-align: center;
        color: #fff;
        transition: .5s;
    }


    .link__btn a:hover {
        opacity: 1;
        box-shadow: none;
        transform: translateY(4px);
        background-position: center right 3%;
    }


    /* btn ▲*/

    .section__ttl {
        font-size: 1.4rem;
        margin: 0 0 30px;

    }

    .section__ttl .font-en {
        font-size: 4rem;
        margin-bottom: 10px;
    }
}


/*============================
	kv
============================*/
.kv {
    padding: 0 0 0 10%
}

.kv::before {
    content: "";
    position: absolute;
    width: 55%;
    height: 325px;
    top: -180px;
    left: 0;
    background: #2f69d1;


}
.kv__mv {
    display: none;
}
.kv__movie {
    position: relative;
    z-index: 99;
}


.kv__copy02 {
    z-index: 999;
    position: absolute;
    max-width: 463px;
    width: 25%;
    top: 70%;
    left: 13%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.intro {
    z-index: 99;
    position: absolute;
    max-width: 1000px;
    width: 70%;
    top: 21%;
    left: 9%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/* svg.intro {
    background: linear-gradient(135deg, #aa3bb1, #582a7e);
    max-width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 30px 50px -20px #2e0642;
  } */
svg.intro .text {
    display: none;
}

svg.intro.go .text {
    font-family: 'bellefair', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
}

svg.intro.go .text-stroke {
    fill: none;
    stroke: #2f69d1;
    stroke-width: 2.8px;
    stroke-dashoffset: -900;
    stroke-dasharray: 900;
    stroke-linecap: butt;
    stroke-linejoin: round;
    -webkit-animation: dash 2.5s ease-in-out forwards;
    animation: dash 2.5s ease-in-out forwards;
}

svg.intro.go .text-stroke:nth-child(2) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

svg.intro.go .text-stroke:nth-child(3) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

svg.intro.go .text-stroke-2 {
    stroke: #fff;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

svg.intro.go .text-stroke:nth-child(5) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

svg.intro.go .text-stroke:nth-child(6) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

@-webkit-keyframes dash {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    100% {
        stroke-dashoffset: 0;
    }
}



@media screen and (max-width:1230px) {
    .kv {
        margin-top: 62px;
        padding: 50px 0 0 10%
    }

    .kv::before {
        width: 55%;
        height: 150px;
        top: 0px;
        left: 0;

    }

    .kv__mv {
        display: none;
    }

    .kv__movie {
        position: relative;
        z-index: 99;
    }


    .kv__copy02 {
        z-index: 100;
        position: absolute;
        max-width: 463px;
        width: 25%;
        top: 70%;
        left: 13%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .intro {
        z-index: 99;
        width: 70%;
        top: 29%;
        left: 7%;
    }

}


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

    .kv {
        margin-top: 52px;
        padding: 60px 0 0 5%
    }


    .kv::before {
        width: 55%;
        height: 150px;
        top: 0px;
        left: 0;

    }

    .kv__mv {
        z-index: 99;
        position: relative;
        margin-bottom: 80px;
        display: block;
    }

    .kv__mv img {
        max-width: 894px;
        height: 350px;
        object-fit: cover;
    }

    .kv__movie {
        position: relative;
        z-index: 99;
        padding: 0 5% 0 0;
    }


    .kv__copy02 {
        width: 40%;
        top: 80%;
        left: 12%;
    }

    .intro {
        display: block;
        z-index: 99;
        width: 80%;
        top: 20%;
        left: 7%;
    }
}


/*============================
	concept
============================*/
.concept {
    padding: 180px 0 0;
}

.concept__left {
    width: 50%;
    padding: 0 2% 0 0;
}

.concept__right {
    width: 50%;
    padding: 110px 0 0 2%;
}

.concept__right--inner {
    max-width: 640px;
}

.concept__img {
    max-width: 894px;
    margin: 0 0 0 auto;
}

.concept__img img {
    object-fit: cover;
    height: 680px;
    width: 100%;
}

.concept__copy {
    font-size: min(4.8rem, 3.6vw);
    letter-spacing: .075em;
    margin-bottom: 50px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1.4;
}

.concept__copy span {
    font-weight: 600;
    color: #c1ab05;
}

.concept__txt {
    font-size: 2.4rem;
    font-weight: 600;
}

.concept__ttl {
    font-size: min(20rem, 13vw);
    letter-spacing: .075em;
    line-height: 1;
    bottom: -80px;
    left: -40%;
}

@media screen and (max-width:1230px) {
    .concept {
        padding: 100px 0 0;
    }

    .concept__left {
        width: 50%;
        padding: 0 2% 0 0;
    }

    .concept__right {
        width: 50%;
        padding: 80px 3% 0 2%;
    }


    .concept__img {
        margin: 0 0 0 auto;
    }

    .concept__img img {
        object-fit: cover;
        height: 500px;
        width: 100%;
    }

    .concept__copy {
        font-size: min(4.8rem, 3.6vw);
        letter-spacing: .075em;
        margin-bottom: 40px;
    }

    .concept__txt {
        font-size: 1.8rem;
    }

    .concept__ttl {
        font-size: min(20rem, 13vw);
        letter-spacing: .075em;
        bottom: -60px;
        left: -40%;
    }

}

@media screen and (max-width:767px) {
    .concept {
        padding: 80px 0 0;
    }

    .concept__left {
        width: 90%;
        padding: 0;
    }

    .concept__right {
        width: 100%;
        padding: 40px 5% 0;
    }


    .concept__img {
        margin: 0 0 0 auto;
    }

    .concept__img img {
        height: auto;
    }

    .concept__copy {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .concept__txt {
        font-size: 1.6rem;
    }

    .concept__ttl {
        font-size: min(20rem, 13vw);
        letter-spacing: .075em;
        bottom: auto;
        top: -20px;
        left: auto;
        right: 0;
    }
}



/*============================
	merit
============================*/
.merit {
    padding: 160px 0 120px;
}

.merit__item {
    width: calc(33.33% - 5px);
    border: solid 1px #c1ab05;
    padding: 40px 2%;
    height: 400px;
    max-width: 420px;
}

.merit__num {
    font-size: 7.2rem;
    line-height: 1;
    letter-spacing: .05em;
    margin-bottom: 20px;
    text-align: center;
}

.merit__h3 {
    font-size: 3rem;
    letter-spacing: .075em;
    text-align: center;
    white-space: nowrap;
    line-height: 1;
    margin-bottom: 30px;
}

.merit__txt {
    font-size: 1.5rem;
    max-width: 320px;
    margin: 0 auto;
}

@media screen and (max-width:1230px) {
    .merit {
        padding: 100px 0;
    }

    .merit__item {
        width: calc(33.33% - 5px);
        border: solid 1px #c1ab05;
        padding: 30px 2%;
        height: auto;
    }

    .merit__num {
        font-size: 4rem;
        margin-bottom: 20px;
    }

    .merit__h3 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .merit__txt {
        font-size: 1.4rem;
    }
}

@media screen and (max-width:767px) {
    .merit {
        padding: 80px 0;
    }

    .merit__item {
        width: 100%;
        padding: 20px 2%;
        height: auto;
        margin-bottom: 20px;
    }

    .merit__num {
        font-size: 3rem;
        margin-bottom: 10px;
    }

    .merit__h3 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .merit__txt {
        font-size: 1.4rem;
    }
}

/*============================
	service
============================*/
.service {
    padding: 130px 0 120px;
}

.service__left {
    width: 50%;
    padding: 0 3% 0 0;
}

.service__right {
    width: 50%;
}

.service__right--inner {
    max-width: 760px;
    background: #2f69d1;
    padding: 90px 0 280px;
    position: relative;
}

.service__right--inner::before {
    content: "";
    position: absolute;
    width: 300%;
    height: 100%;
    background: #2f69d1;
    z-index: -1;
    right: 0;
    top: 0;
}

.service__img {
    margin: -130px 0 0 auto;
    max-width: 910px;

}

.service__img img {
    object-fit: cover;
    width: 100%;
    height: 727px;
}

.service__txt {
    font-size: 1.8rem;
}

.service__flex {
    margin-top: -80px;
    position: relative;
}

.service__item {
    width: 49%;
    margin-bottom: 30px;
}

.service__item.item05 {
    width: 100%;
    margin: 0;
}

.service__item--txtwrap {
    width: 100%;
    padding: 0 1%;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.service__item.item05 .service__item--txtwrap {
    top:15%
}

.service__h3 {
    font-size: 3rem;
    white-space: nowrap;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}

.service__item--txt {
    width: fit-content;
    max-width: 500px;
    margin: 0 auto;
}

.service__tbl {
    width: 100%;
    padding: 0 1%;
    left: 0;
    top: 30%;
    position: absolute;
}

.service__tbl .tbl {
    margin: 0 auto;
    border-collapse: collapse;
    color: #fff;
    background-color: #000;
}

.service__tbl .tbl th, .service__tbl .tbl td {
    padding: 10px 15px;
    border: solid 1px #c1ab05;
    vertical-align: middle;
}

.service__tbl .tbl th {
    color: #fff;
    background-color: #c1ab05;
    border-right: 1px solid #fff;
}

.service__tbl .tbl th:last-child {
    border-right:none;
}

@media screen and (max-width:1230px) {
    .service {
        padding: 100px 0 110px;
    }

    .service__left {
        width: 50%;
        padding: 0 3% 0 0;
    }

    .service__right {
        width: 50%;
    }

    .service__right--inner {
        padding: 60px 0 200px;
        position: relative;
    }

    .service__right--inner::before {
        width: 300%;
        height: 100%;
        right: 0;
        top: 0;
    }

    .service__img {
        margin: -100px 0 0 auto;
    }

    .service__img img {
        height: 500px;
    }

    .service__txt {
        font-size: 1.8rem;
    }

    .service__flex {
        margin-top: -80px;
        position: relative;
    }

    .service__item {
        width: 49%;
        margin-bottom: 20px;
    }

    .service__item.item05 {
        width: 100%;
        margin: 0;
    }

    .service__item--txtwrap {
        width: 100%;
        padding: 0 3%;
        left: 0;
        top: 50%;
    }

    .service__h3 {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .service__item--txt {
        font-size: 1.4rem;
        letter-spacing: 0;
        line-height: 1.4;
        margin: 0 auto;
    }

}

@media screen and (max-width:900px) {
    .service__tbl {
        width: 100%;
        padding: 0 1%;
        left: 0;
        top: 75%;
        position: static;
    }
    .service__item--img img {
        max-height: 200px;
        object-fit: cover;
    }
}

@media screen and (max-width:767px) {
    .service {
        padding: 80px 0 90px;
        margin-bottom: 0px;
    }

    .service__left {
        width: 90%;
        padding: 0;
        z-index: 9;
        position: relative;
    }

    .service__right {
        width: 100%;
        margin-top: -30px;

    }

    .service__right--inner {
        padding: 60px 5% 100px;
        position: relative;
    }

    .service__img {
        margin: 0 0 0 auto;
    }

    .service__img img {
        height: auto;
    }

    .service__txt {
        font-size: 1.4rem;
    }

    .service__flex {
        margin-top: -40px;
    }

    .service__item {
        width: 100%;
        margin-bottom: 20px;
    }

    .service__item.item05 {
        width: 100%;
        margin: 0;
    }

    .service__item--txtwrap {
        width: 100%;
        padding: 0 3%;
        left: 0;
        top: 50%;
    }

    .service__h3 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .service__item--txt {
        font-size: 1.4rem;
        margin: 0 auto;
    }

    .item05 .service__item--img img {
        object-fit: cover;
        width: 100%;
        height: 170px;
    }

    .service__item.item05 .service__item--txtwrap {
        top:10%
    }

    .service__tbl {
        width: 100%;
        padding: 0 1%;
        left: 0;
        top: 75%;
        position: static;
    }

}

/*------------------------------
 area
------------------------------*/
.area {
    padding: 110px 0 120px;
}

.area .section__ttl {
    text-align: center;
}

.area__txt {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.6;
    margin-bottom: 60px;
}
.area__txt02 {
    text-align: left;
    font-size: 1.6rem;
    line-height: 2.6;
    margin-bottom: 60px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.area__txt02 span{
    text-align: left;
    font-size: 1.8rem;
    margin-top: 20px;
    line-height: 2.6;
    margin-bottom: 10px;
    display: block;
}

.area__map {
    max-width: 1050px;
    margin: 0 auto;
}

@media screen and (max-width:1230px) {
    .area {
        padding: 100px 0;
    }

    .area__txt {
        text-align: center;
        font-size: 1.6rem;
        line-height: 2.6;
        margin-bottom: 50px;
    }

    .area__map {
        max-width: 1050px;
        margin: 0 auto;
    }
}

@media screen and (max-width:767px) {
    .area {
        padding: 80px 0;
    }

    .area__txt {
        text-align: center;
        font-size: 1.4rem;
        margin-bottom: 40px;
    }

    .area__map {
        margin: 0 auto;
    }
}

/*------------------------------
 gallery
------------------------------*/
@media screen and (max-width:1230px) {
    .gallery__img {
        width: 250px;
    }
}

@media screen and (max-width:767px) {
    .gallery__img {
        width: 200px;
    }
}

/*------------------------------
 faq-staff
------------------------------*/
.faq-staff {
    padding: 110px 0 120px;
}

.faq {
    width: 50%;
    padding: 0 2% 0 0;
}

.staff {
    width: 50%;
    padding: 0 0 0 2%;
}

.faq-staff .section__ttl {
    text-align: center;
}

.faq-staff figure {
    margin: 0 auto;
    width: 50%;
    padding-bottom: 20px;
}

.fa-st__item {
    padding: 30px 5% 60px;
    border: solid 1px #c1ab05;
    margin-bottom: 25px;
}

.fa-st__q {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 20px 0 0 80px;
    position: relative;
    min-height: 60px;
}

.fa-st__q .font-en {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-size: 3rem;
    text-align: center;
    width: 60px;
    line-height: 60px;
    background: #2f69d1;
    margin-right: 20px;
}

.fa-st__a {
    font-size: 1.4rem;
    position: relative;
    padding: 10px 0 0 80px;
}

.fa-st__a .font-en {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-size: 3rem;
    text-align: center;
    width: 60px;
    line-height: 60px;
    background: #fff;
    color: #111;
    margin-right: 20px;
}

@media screen and (max-width:1230px) {
    .faq-staff {
        padding: 100px 0;
    }

    .faq {
        width: 50%;
        padding: 0 1% 0 0;
    }

    .staff {
        width: 50%;
        padding: 0 0 0 1%;
    }

    .faq-staff .section__ttl {
        text-align: center;
    }

    .fa-st__item {
        padding: 50px 5%;
        margin-bottom: 20px;
    }

    .fa-st__q {
        font-size: 1.6rem;
        margin-bottom: 10px;
        padding: 10px 0 0 70px;
        min-height: 50px;
    }

    .fa-st__q .font-en {
        left: 0;
        top: 0;
        font-size: 2rem;
        width: 50px;
        line-height: 50px;
        margin-right: 10px;
    }

    .fa-st__a {
        font-size: 1.2rem;
        padding: 0 0 0 70px;
    }

    .fa-st__a .font-en {
        left: 0;
        top: 0;
        font-size: 2rem;
        width: 50px;
        line-height: 50px;
    }
}

@media screen and (max-width:767px) {
    .faq-staff {
        padding: 80px 0;
    }

    .faq {
        width: 100%;
        padding: 0;
        margin-bottom: 60px;
    }

    .staff {
        width: 100%;
        padding: 0;
    }


    .fa-st__item {
        padding: 45px 5%;
        margin-bottom: 20px;
    }

    .fa-st__q {
        font-size: 1.4rem;
        margin-bottom: 10px;
        padding: 0 0 0 60px;
        min-height: 40px;
    }

    .fa-st__q .font-en {
        left: 0;
        top: 0;
        font-size: 1.8rem;
        width: 40px;
        line-height: 40px;
        margin-right: 10px;
    }

    .fa-st__a {
        font-size: 1.2rem;
        padding: 0 0 0 60px;
    }

    .fa-st__a .font-en {
        left: 0;
        top: 0;
        font-size: 1.8em;
        width: 40px;
        line-height: 40px;
    }
}


/*------------------------------
 flow
------------------------------*/
.flow {
    padding: 100px 0;
    background: url(../img/top/bg_flow.jpg) no-repeat center center/cover;
}

.flow .section__ttl {
    text-align: center;
}

.flow__item {
    max-width: 160px;
    width: 13%;
    background: #fff;
    padding: 40px 1% 0;
    height: 160px;
}

.flow__arw {
    width: 4%;
    padding-top: 70px;
}

.flow__arw img {
    max-width: 20px;
    margin: 0 auto;
    display: block;
}

.flow__time {
    color: #2f69d1;
    letter-spacing: 0;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}

.flow__txt {
    text-align: center;
    color: #111;
    letter-spacing: 0;
    font-weight: 600;
}

@media screen and (max-width:1230px) {
    .flow {
        padding: 80px 0;
    }

    .flow__item {
        width: 14%;
        padding: 20px 1% 0;
        height: 125px;
    }

    .flow__arw {
        width: 3%;
        padding-top: 50px;
    }

    .flow__arw img {
        max-width: 15px;
        margin: 0 auto;
    }

    .flow__time {
        font-size: 2rem;
        line-height: 1;
        margin-bottom: 10px;
    }

    .flow__txt {
        font-size: 1.2rem;
    }
}

@media screen and (max-width:767px) {
    .flow {
        padding: 60px 0;
    }

    .flow__flex {
        display: flex;
        flex-wrap: wrap;
    }

    .flow__item {
        width: 48%;
        padding: 20px 1% 0;
        height: 100px;
        margin-bottom: 20px;
    }

    .flow__arw {
        width: 3%;
        padding-top: 50px;
    }

    .flow__arw img {
        max-width: 15px;
        margin: 0 auto;
    }

    .flow__time {
        font-size: 2rem;
        line-height: 1;
        margin-bottom: 10px;
    }

    .flow__txt {
        font-size: 1.2rem;
    }
}

/*------------------------------
 driver
------------------------------*/
.driver {
    padding: 100px 0 0;
}

.driver__left {
    width: 55%;
    padding: 0 2% 0 0;
}

.driver__right {
    width: 45%;
}

.driver__left--inner {
    max-width: 770px;
    margin: 0 0 0 auto;
}

.driver__img {
    max-width: 835px;
}

.driver__img img {
    object-fit: cover;
    width: 100%;
    height: 937px;
}

.driver__ctgwrap {
    margin-bottom: 30px;
}

.driver__ctg {
    width: 110px;
    line-height: 35px;
    background: #c1ab05;
    font-size: 1.4rem;
    text-align: center;
    margin-right: 20px;
    letter-spacing: .05em;
}

.driver__copy {
    font-size: 2.4rem;
    letter-spacing: .05em;
    margin-bottom: 20px;
}

.driver__txt {
    letter-spacing: .05em;
    margin-bottom: 40px;
}

.driver__dt {
    float: left;
    clear: both;
    letter-spacing: .05em;
}

.driver__dt span {
    font-size: 1rem;
    color: #c1ab05;
    margin-right: 10px;
}

.driver__dd {
    font-size: 1.4rem;
    margin: 0 0 20px 220px;
}

@media screen and (max-width:1230px) {
    .driver {
        padding: 80px 0 0;
    }

    .driver__left {
        width: 55%;
        padding: 0 2% 0 3%;
    }

    .driver__right {
        width: 45%;
    }


    .driver__img img {
        object-fit: cover;
        width: 100%;
        height: 600px;
    }

    .driver__ctgwrap {
        margin-bottom: 20px;
    }

    .driver__ctg {
        width: 100px;
        line-height: 30px;
        background: #c1ab05;
        font-size: 1.2rem;
        margin-right: 20px;
    }

    .driver__copy {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .driver__txt {
        margin-bottom: 30px;
    }

    .driver__dt {
        float: none;
        margin-bottom: 10px;
    }

    .driver__dt span {
        font-size: 1rem;
        color: #c1ab05;
        margin-right: 10px;
    }

    .driver__dd {
        font-size: 1.4rem;
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width:767px) {
    .driver {
        padding: 60px 0 0;
    }

    .driver__left {
        width: 100%;
        padding: 0 5%;
    }

    .driver__right {
        width: 100%;
    }


    .driver__img img {
        height: auto;
    }

    .driver__ctgwrap {
        margin-bottom: 20px;
        display: flex;
    }

    .driver__ctg {
        width: 100px;
        line-height: 30px;
        font-size: 1.2rem;
        margin-right: 10px;
    }

    .driver__copy {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .driver__txt {
        margin-bottom: 30px;
    }

    .driver__dt {
        float: none;
        margin-bottom: 10px;
    }

    .driver__dt span {
        font-size: 1rem;
        margin-right: 5px;
    }

    .driver__dd {
        font-size: 1.4rem;
        margin: 0 0 20px 0;
    }
}


/*------------------------------
recruit
------------------------------*/
.recruit {
    padding: 100px 0 0;
}

.recruit .section__ttl {
    text-align: center;
}

.recruit__txt {
    text-align: center;
    margin-bottom: 50px;
}

.recruit__tbl {
    max-width: 900px;
    margin: 0 auto;
    letter-spacing: .025em;
}

.recruit__tbl th {
    width: 25%;
    background: #c1ab05;
    padding: 15px 1%;
    border: solid 1px #c1ab05;
    border-bottom: 1px solid #fff;
}
.recruit__tbl tr:last-child th {
    border-bottom:none;
}

.recruit__tbl td {
    width: 75%;
    border: solid 1px #c1ab05;
    font-size: 1.5rem;
    padding: 15px 3%;
    line-height: 1.6;
}

@media screen and (max-width:1230px) {
    .recruit {
        padding: 80px 0 0;
    }

    .recruit__txt {
        margin-bottom: 40px;
    }

    .recruit__tbl {
        margin: 0 auto;
        letter-spacing: .025em;
    }

    .recruit__tbl th {
        width: 25%;
        padding: 15px 1%;
    }

    .recruit__tbl td {
        width: 75%;
        font-size: 1.4rem;
        padding: 15px 3%;
    }
}

@media screen and (max-width:767px) {
    .recruit {
        padding: 60px 0 0;
    }

    .recruit__txt {
        margin-bottom: 30px;
        text-align: left;
    }

    .recruit__tbl {
        margin: 0 auto;
    }

    .recruit__tbl th {
        width: 25%;
        padding: 15px 1%;
        vertical-align: middle;
        line-height: 1.2;
    }

    .recruit__tbl td {
        width: 75%;
        font-size: 1.2rem;
        padding: 15px 3%;
    }
}

/*------------------------------
  contact
------------------------------*/
.contact {
    padding: 100px 0 120px;
}

.contact .section__ttl {
    text-align: center;
}

/* tbl スタイル */
.tbl-form {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 45px;
    table-layout: fixed;
    border-collapse: collapse;
}

.tbl-form th {
    width: 25%;
    position: relative;
    text-align: center;
    font-weight: bold;
    letter-spacing: .025em;
    padding: 15px 1%;
    vertical-align: top;
    border: solid 1px #c1ab05;
    background: #c1ab05;
    border-bottom: 1px solid #fff;
}
.tbl-form tr:last-child th {
    border-bottom: none;
}

.tbl-form td {
    width: 75%;
    font-size: 1.5rem;
    padding: 15px 3%;
    position: relative;
    border: solid 1px #c1ab05;
}

.tbl-form .must {
    color: #c80000;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    vertical-align: text-top;
}


/*-- 入力種別 --*/

.input-text {
    width: 100%;
    height: 30px;
    padding: 10px 2%;
    background: #fff;
    font-size: 1.4rem;
}

.input-select {
    width: 100%;
    border: solid 1px #111;
    margin: 0 0 0 auto;
    height: 40px;
    padding: 10px 2%;
    color: #111;
    position: relative;
    /* -webkit-appearance: auto;
    appearance: auto; */
}

.form__adress--right .form__arw {
    position: absolute;
    right: 5%;
    top: 15px;
    width: 10px;
}

.form__date--span span {
    width: 15%;
    display: inline-block;
}

.form__date--span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

/*-- radioボタン --*/
/* ラジオボタン */
.input__radio {
    display: none;
}

.radio-label {
    position: relative;
    padding-left: 25px;
    font-size: 2rem;
    margin-right: 30px;
}

.input__radio+.radio-label::before {
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #c1ab05;
    left: 0;
    top: 3px;
}

.input__radio+.radio-label::after {
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c1ab05;
    left: 2px;
    top: 6px;
    opacity: 0;
    transition: .3s;

}

.input__radio:checked+.radio-label::after {
    opacity: 1;
}

/* radioボタン ▲ */



.form__area input[type="checkbox"] {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin-right: 10px;
}




.textarea {
    width: 100%;
    padding: 10px 2%;
    min-height: 130px;
    background: #fff;
    border: none;
}

/* submit ボタン */
.input-button {
    background: #c1ab05;
    font-weight: bold;
    display: block;
    font-size: 1.8rem;
    max-width: 100%;
    width: 250px;
    line-height: 50px;
    position: relative;
    transition: .5s;
    cursor: pointer;
    margin: 0 auto;
}

.input-button:hover {
    opacity: .9;
    color: #c1ab05;
    background: #fff;
}


/* 個人情報 */
.privacy__txt {
    font-size: 1.4rem;
    max-width: 700px;
    margin: 0 auto 10px;
}

.form__privacywrap {
    overflow: hidden;
    overflow-y: scroll;
    height: 140px;
    background: #fff;
    margin: 0 auto 15px;
    max-width: 700px;
    padding: 10px 3%;
    border: solid 1px #ccc;
}

.form__privacy {
    font-size: 1.4rem;
    line-height: 2;
    color: #111;
}

.check-label {
    display: block;
    margin: 0 auto 15px;
}

.input__check {
    appearance: auto;
    -webkit-appearance: revert;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    position: relative;
    margin-right: 15px;
}

.form__robot {
    margin: 0 0 30px 21%;
}

/* adress */
.zip-mark {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    line-height: 30px;
}

.form__adress--left {
    width: 48%;

}

.form__adress--right {
    width: 50%;
}

.input-text.zip {
    display: inline-block;
    width: 60px;
    margin-right: 20px;
}

.form__flex {
    margin-bottom: 10px;
}

.privacy__txt02 {
    font-size: 1.4rem;
    max-width: 700px;
    width: fit-content;
    margin: 0 auto;
    padding-left: 70px;
    background: url(../img/top/img_p.png) no-repeat center left/contain;
}

@media screen and (max-width:1230px) {
    .contact {
        padding: 80px 0 100px;
    }

    /* tbl スタイル */
    .tbl-form {
        width: 100%;
        margin: 0 auto 40px;
    }

    .tbl-form th {
        width: 25%;
        padding: 15px 1%;
    }

    .tbl-form td {
        width: 75%;
        font-size: 1.4rem;
        padding: 15px 3%;
    }

    .tbl-form .must {
        font-size: 1.2rem;
    }


    /*-- 入力種別 --*/

    .input-text {
        width: 100%;
        height: 30px;
        padding: 10px 2%;
        font-size: 1.4rem;
    }

    /*-- radioボタン --*/
    /* ラジオボタン */

    .radio-label {
        padding-left: 25px;
        font-size: 2rem;
        margin-right: 30px;
    }

    .input__radio+.radio-label::before {
        width: 15px;
        height: 15px;
        left: 0;
        top: 3px;
    }

    .input__radio+.radio-label::after {
        width: 10px;
        height: 10px;
        left: 2px;
        top: 6px;
    }


    /* radioボタン ▲ */

    .textarea {
        padding: 10px 2%;
        min-height: 100px;
    }

    /* submit ボタン */
    .input-button {
        font-size: 1.6rem;
        width: 250px;
        line-height: 50px;
    }

    /* 個人情報 */
    .privacy__txt {
        font-size: 1.2rem;
        margin: 0 auto 10px;
    }

    .form__privacywrap {
        height: 120px;
        margin: 0 auto 15px;
        padding: 10px 3%;
    }

    .form__privacy {
        font-size: 1.2rem;
    }

    .check-label {
        display: block;
        margin: 0 auto 15px;
    }

    .input__check {

        margin-right: 15px;
    }


    /* adress */
    .zip-mark {
        margin-right: 15px;
        padding-top: 5px;
    }

    .input-text.zip {
        display: inline-block;
        width: 60px;
        margin-right: 20px;
    }

    .form__flex {
        margin-bottom: 10px;
    }

}

@media screen and (max-width:767px) {
    .contact {
        padding: 60px 0 80px;
    }

    /* tbl スタイル */
    .tbl-form {
        width: 100%;
        margin: 0 auto 40px;
    }

    .tbl-form th {
        width: 100%;
        display: block;
        padding: 10px 1%;
        border-bottom: none;
    }

    .tbl-form td {
        width: 100%;
        display: block;
        font-size: 1.2rem;
        padding: 15px 0;
        border: none;
    }

    .tbl-form .must {
        font-size: 1.2rem;
    }


    /*-- 入力種別 --*/

    .input-text {
        width: 100%;
        height: 30px;
        padding: 10px 2%;
        font-size: 1.4rem;
    }

    /*-- radioボタン --*/
    /* ラジオボタン */

    .radio-label {
        padding-left: 20px;
        font-size: 1.4rem;
        margin-right: 20px;
        line-height: 1.6;
    }

    .input__radio+.radio-label::before {
        width: 15px;
        height: 15px;
        left: 0;
        top: 0;
    }

    .input__radio+.radio-label::after {
        width: 10px;
        height: 10px;
        left: 2.5px;
        top: 2.5px;
    }


    /* radioボタン ▲ */

    .textarea {
        padding: 10px 2%;
        min-height: 100px;
    }

    /* submit ボタン */
    .input-button {
        font-size: 1.4rem;
        width: 250px;
        line-height: 40px;
    }

    /* 個人情報 */
    .privacy__txt {
        font-size: 1.2rem;
        margin: 0 auto 10px;
    }

    .form__privacywrap {
        height: 120px;
        margin: 0 auto 15px;
        padding: 10px 3%;
    }

    .form__privacy {
        font-size: 1.2rem;
    }

    .check-label {
        display: block;
        margin: 0 auto 15px;
    }

    .input__check {

        margin-right: 15px;
    }


    /* adress */
    .zip-mark {
        margin-right: 15px;
        padding-top: 5px;
    }

    .input-text.zip {
        display: inline-block;
        width: 60px;
        margin-right: 20px;
    }

    .form__flex {
        margin-bottom: 10px;
    }



}


/*============================
	comfirm.php / .thanks__page
============================*/
.confirm__page .contact {
    padding: 150px 0 100px;
}
.confirm__page .zip-mark {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    line-height: 1;
}


.confirm__page .form__txt {
    text-align: center;
    margin-bottom: 30px;
}

.confirm__page .tbl-form {
    margin-bottom: 40px;
}

.confirm__page .tbl-form th {
    padding: 10px 0;
}

.confirm__page .must {
    display: none;
}

.confirm__page footer {
    margin: 0;
}
.form_submit_btn{
    max-width: 800px;
    margin: 0 auto;
}
.input-button.reset__btn {
    background: #ccc;
}

.thanks__page .contact {
    padding: 200px 0 100px;
}

.thanks__page .form__txt {
    text-align: center;
    margin-bottom: 60px;
}

.thanks__page footer {
    margin: 0;
}

.thanks__page .input-button a {
    display: block;
    text-align: center;
}



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

@media screen and (max-width:767px) {
    .confirm__page .contact {
        padding: 100px 0 100px;
    }

    .confirm__page .tbl-form {
        padding: 0 5%;
    }

    .reset__btn {
        margin-bottom: 20px;
    }

    .confirm__page footer {
        margin: 0;
    }

    .thanks__page .contact {
        padding: 150px 0 100px;
        min-height: calc(100vh - 40px);
    }

    .thanks__page footer {
        margin: 0;
    }

    .thanks__page .form__txt {
        text-align: left;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:767px) {
  .service__tbl .tbl{
    display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  }
}


.footer_link_txt{
  text-align: center;
}
.footer_link_txt a{
  color: #fff;
}
