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

.pc_none {
    display: none;
}

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

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

.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;
}

.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 */
.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: 50%;
}

.logo h1 img {
    width: 60%;
}

/** header logo **/

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

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

.navi ul li {
    font-size: 1.4rem;
    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:nth-child(1) {
    padding: 0;
}

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

/* main */
.main {}

.hero-txt {
    font-size: 7rem;
    letter-spacing: .03em;
    line-height: 1.2em;
    padding: 1em 0 .1em 0;
}

.hero-txt2 {
    font-size: 2.5rem;
    letter-spacing: -.03em;
    line-height: 1.5em;
}

/** slide **/
.slide {
    width: 100%;
    height: 100%;
    max-height: 824px;
    padding-top: 2em;
}

.slide img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
    object-position: center;
    max-height: 899px;
    margin: auto;
}

@media screen and (min-width:600px) {
    .slide img {
        width: 100%;
        height: auto;
        object-fit: contain;
        max-height: 899px;
        margin: auto;
    }
}

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

.section-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-ttl-gold {
    color: #90806D;
    font-size: 5rem !important;
}

.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;
}

/** flow **/
.flow {
    width: 100%;
    height: 100%;
    background: #d2ccc6;
    padding: 3em;
}

.flow h1 {
    font-size: 3rem;
}

.flow span {
    padding: .8em 0;
}

/*** flow list ***/
.flow-ul {
    width: 50%;
    float: left;
    padding-top: 5em;
}

.flow-ul li:after {
    content: "";
    background-image: url(../image/nextstep-icon.png);
}

.flow-icon {
    float: left;
    padding: 3%;
    border-radius: 50%;
}

.flow-content {
    float: left;
    width: 83%;
    padding: 0 5%;
}

.nextstep {
    width: 100%;
    padding: 1em 0 3em 0;
    clear: both;
    text-align: center;
}

.flow-ul li dl {
    float: left;
}

.flow-ttl {
    font-size: 1.7rem;
    letter-spacing: -.05em;
}

.flow-txt {
    font-size: 1.3rem;
    padding: 1em 0;
    line-height: 1.5em;
    letter-spacing: .03em;
}

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

.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: #000;
    text-align: center;
    line-height: 100px;
    background: #fff;
}