/* common */
html,
body {
    font-size: 62.5%;
    font-family: "Hiragino Kaku Gothic ProN", "���C���I", sans-serif;
}

@media screen and (max-width: 1100px) {
    html {
        font-size: 50.0625%;
    }
}



.pc_none {
    display: none;
}

.container {
    max-width: 1100px;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

.container.contact {
    padding-top: 70px;
}

.container-inner {
    padding: 5%;
}

.word-break {
    display: block;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.table {
    padding: 5em 0;
}

.table h2 {
    font-size: 2.2rem;
    padding: 0 2%;
}

.gold-font {
    color: #90806D;
    font-family: 'Poppins', sans-serif;
}

.contact-btn {
    width: 135px;
    clear: both;
    margin: 0 auto;
    padding: 5em 0 2em 0;
}

.contact-btn a {
    color: #fff;
    text-decoration: none;
    font-size: 1.7rem;
    display: block;
    background: #000;
    padding: 1em 0;
    text-align: center;
}

.margin-clear {
    margin-right: 0 !important;
}

.lrg {
    font-size: 3rem;
    font-weight: bold;
}

/* font */
.lg-font {
    font-weight: bold;
}

.decorate-none {
    text-decoration: none;
    color: #222;
}

.sml {
    font-size: 1.3rem;
}

.mdl {
    font-size: 1.8rem;
}

/* header */
.header {
    width: 100%;
    height: 100px;
}

.header-inner {
    display: flex;
}

.logo,
.navi {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    width: 30%;
}

.navi {
    width: 70%;
}

/** header logo **/
.logo h1 a {
    font-size: 3rem;
}

.logo h1 span {
    text-align: center;
}

/** header navi **/
.navi {
    position: relative;
}

.navi ul {
    position: absolute;
    right: 0;
}

.navi ul li {
    font-size: 14px;
    display: inline-block;
    padding: 0 0 0 1em;
}

.navi ul li a {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #999;
}

.navi ul li a:hover {
    color: #333;
}

.navi ul li:nth-child(1) {
    padding: 0;
}

.navi ul li:last-child {
    padding: 0 0 0 1em;
}

/* main */
.main {}

.hero-txt {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 7rem;
    line-height: 1.0em;
    padding: 1em 0 .1em 0;
}

.hero-txt2 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    letter-spacing: -.03em;
    line-height: 1.5em;
}

/** slide **/
.slide,
.movie {
    width: 100%;
    height: 100%;
    padding-top: 10em;
}

.slide img {
    width: 100%;
}

.slide video {
    width: 100%;
}

/** movie **/
.movie video {
    width: 100%;
}

.movie {
    padding: 20em 0;
}

/** section **/
.section {
    padding-top: 10em;
}

.section-ttl {
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-ttl-gold {
    color: #90806D;
    font-size: 5rem !important;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.section-ttl>h1 {
    text-align: center;
    font-size: 5rem;
}

.section-ttl h1>span {
    font-size: 1rem;
    padding: .8em 0;
}

.section-content {
    text-align: center;
    letter-spacing: .03em;
    line-height: 1.7em;
    font-size: 1.8rem;
    padding-top: 5em;
}

/* brands */
.brands-ul {}

.brands-ul li {
    float: left;
    width: 50%;
}

.brands-ul li img {
    width: 90%;
    border: solid 1px #999;
}

.company-message {
    font-size: 1.3rem;
}

.container .contact {
    padding: 70px 0 0 0;
}

.section .company-table {
    width: 50%;
    float: left;
}

.company-table {
    width: 100%;
}

.company-table tr {
    padding: 5%;
    display: block;
}

.company-table th {
    color: #90806D;
    font-size: 1.5rem;
    /* background: red; */
    width: 19%;
    /* height: 100px; */
    display: inline-block;
    text-align: left;
}

.company-table td {
    font-size: 1.5rem;
    width: 80%;
    display: inline-table;
    line-height: 3em;
}

.recruit-inner {
    width: 50%;
    float: left;
}

.recruit-inner tr {
    padding: 5%;
    display: block;
}

.recruit-inner th {
    color: #90806D;
    font-size: 1.5rem;
    /* background: red; */
    width: 19%;
    /* height: 100px; */
    display: inline-block;
    text-align: left;
}

.recruit-inner td {
    font-size: 1.5rem;
    width: 80%;
    display: inline-table;
    line-height: 3em;
}

.recruit-inner {
    width: 44%;
    float: left;
    margin-right: 6%;
}

.recruit-inner h1 {
    font-size: 1.8rem;
    padding-bottom: 2em;
}

.recruit-inner p {
    font-size: 1.6rem;
    padding-bottom: 2em;
    line-height: 1.7em;
}

.recruit-inner tr {
    padding: 5% 5% 5% 0;
    display: block;
}

.recruit-inner th {
    font-size: 1.5rem;
    /* background: red; */
    width: 19%;
    /* height: 100px; */
    display: inline-block;
    text-align: left;
}

.recruit-inner td {
    font-size: 1.5rem;
    width: 80%;
    display: inline-table;
    line-height: 3em;
}

.contact-table {
    width: 40%;
    float: left;
}

.map {
    width: 60%;
    float: left;
}

.contact-table tr {
    padding: 5%;
    display: block;
}

.contact-table th {
    font-size: 1.5rem;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.contact-table td {
    font-size: 1.3rem;
    display: table-cell;
    line-height: 3em;
}

.contact-adjustment {
    width: 100% !important;
}

.contact-adjustment span {
    padding-right: .5em;
}

.footer {
    width: 100%;
    height: 100px;
    color: #fff;
    text-align: center;
    line-height: 100px;
    background: #222;
}

/* oem */
.main.oem {
    overflow-x: clip;
}

.oem-ttl {
    background: url(../image/oem.png) no-repeat center/cover;
    width: 100%;
    height: 100%;
    padding-top: 13rem;
    padding-bottom: 9.5rem;
}

.oem-ttl .section-ttl h1 {
    color: #FFF;
    display: block;
    width: auto;
    font-feature-settings: "palt";
}

.oem-ttl .section-ttl h1 span.top {
    display: block;
    font-size: 45px;
    font-weight: 500;
    padding: 0;
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px solid #FFF;
    text-shadow: 3.734px -1.433px 8.4px rgba(0, 0, 0, 0.73);
}

.oem-ttl .section-ttl h1 span.bottom {
    display: block;
    font-size: 20px;
    padding: 0;
    padding-top: 9px;
    text-shadow: 3.734px -1.433px 8.4px rgba(0, 0, 0, 0.73);
}

.oem .section-content {
    padding-top: 5.4rem;
    padding-bottom: 8rem;
}

#visualBlock {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    margin: 0 calc(50% - 50vw);
    position: relative;
    overflow: hidden;
    padding-top: 9.7rem;
    padding-bottom: 9.7rem;
    overflow: clip;
}

.flow .visualVerticalImg {
    position: absolute;
    top: -40rem;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    z-index: -1;
}

.flow .flow-wrap {
    max-width: 103.8rem;
    width: 90%;
    border-radius: 10px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 8rem;
    padding-bottom: 8rem;
    margin-bottom: 3.3rem;
}

.flow .flow-wrap .ttl_box {
    margin-bottom: 3.6rem;
}

.flow .flow-wrap .ttl_box h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3.6rem;
}

.flow .flow-wrap .ttl_box h2 span {
    display: block;
    margin-top: 4.3rem;
    font-size: 1.8rem;
}

.flow .flow-ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 3rem;
    padding-top: 5.4rem;
}

.flow .flow-ul .list-item {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5.2rem;
    max-width: 89.7rem;
    width: 90%;
    margin: auto;
    align-items: center;
    justify-content: center;
    row-gap: 1rem;
}

.nextstep {
    width: 100%;
    text-align: center;
}

.nextstep img {
    filter: invert(1);
}

.flow-content {
    width: 83%;
}

.flow-ttl {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
}

.flow-txt {
    font-size: 14px;
    line-height: 2;
}

.flow .bottom-box {
    background: #d2ccc6;
    border-radius: 1rem;
    max-width: 103.8rem;
    width: 90%;
    margin: auto;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    display: flex;
    justify-content: center;
}

.flow .bottom-box p {
    font-size: 1.8rem;
    line-height: 2;
    width: 90%;
    margin: auto;
}

.faq .faq_wrap {
    max-width: 89.6rem;
    width: 90%;
    margin: auto;
    padding-top: 10rem;
    padding-bottom: 8rem;
}

.faq .faq_wrap .ttl {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 8rem;
}

.faq .faq_wrap .ttl span {
    font-size: 1.8rem;
    display: block;
    margin-top: 3rem;
}

.faq .faq_wrap .faq-item {
    font-size: 1.8rem;
    margin-bottom: 2.7rem;
    line-height: 2;
}

.faq .faq_wrap .faq-item:nth-child(2) {
    padding-top: 5.4rem;
}

.faq .faq_wrap .faq-item dt {
    cursor: pointer;
}

.faq .faq_wrap .faq-item dt,
.faq .faq_wrap .faq-item dd {
    padding-left: 8px;
    background-color: #d2ccc6;
    border-radius: 1rem;
    font-weight: 500;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
}

.faq .faq_wrap .faq-item dt::after {
    content: "";
    position: absolute;
    top: 2.4rem;
    right: 7.5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 13px solid #000000;
    border-bottom: 0;
    transition: all 0.3s ease;
}

.faq .faq_wrap .faq-item dt.visible::after {
    transform: rotate(-180deg);
    transition: all 0.3s ease;
}

.faq .faq_wrap .faq-item dd {
    background-color: #FFF;
    align-items: flex-start;
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: all 0.3s ease;
}

.faq .faq_wrap .faq-item dd.visible {
    opacity: 1;
    max-height: 30rem;
    padding-top: 3.9rem;
}

.faq .faq_wrap .faq-item dt span,
.faq .faq_wrap .faq-item dd span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 4.5rem;
    width: 100%;
    height: 4.5rem;
    border-radius: 5rem;
    background-color: #000000;
    color: #FFF;
    margin-right: 4.2rem;
    font-weight: bold;
    font-size: 2.6rem;
}

.faq .faq_wrap .faq-item dd span {
    background-color: #d2ccc6;
    color: #000000;
}

.oem .slider .wrap {
    max-width: 89.6rem;
    width: 90%;
    margin: auto;
    padding-top: 10rem;
    padding-bottom: 8rem;
}

.oem_banner {
    max-width: 89.6rem;
    width: 90%;
    margin: auto;
    text-align: center;
    filter: drop-shadow(7px 7px 4px #cccccc);
}

.oem_banner:hover {
    filter: opacity(0.8);
}

.oem_banner img {
    max-width: 100%;
    height: auto;
}


/* フォーム */
#formWrap {
    width: 700px;
    margin: 0 auto 80px;
    color: #555;
    line-height: 120%;
    font-size: 90%;
}

#formWrap p {
    font-size: 1.3rem;
    margin-bottom: 30px;
    text-align: center;
}

table.formTable {
    width: 100%;
    margin: 0 auto 40px;
    border-collapse: collapse;
}

table.formTable td,
table.formTable th {
    border: 1px solid #ccc;
    padding: 10px;
}

table.formTable th {
    width: 30%;
    font-weight: normal;
    background: #efefef;
    text-align: left;
    vertical-align: middle;
    font-size: 1.3rem;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
    #formWrap {
        width: 95%;
        margin: 0 auto;
    }

    table.formTable th,
    table.formTable td {
        width: auto;
        display: block;
    }

    table.formTable th {
        margin-top: 5px;
        border-bottom: 0;

    }

    form input[type="text"],
    form textarea {
        width: calc(100% - 20px);
        padding: 5px;
        font-size: 110%;
        display: block;
    }

    form input[type="submit"],
    form input[type="reset"],
    form input[type="button"] {
        display: block;
        width: 100%;
        height: 40px;
    }

    .container.contact {
        padding: 30px 0 0;
    }
}