@charset "utf-8";

/* ==================================================================
	modelhouse.css
	
=================================================================== */

/* --------------------------------
   □ general
-------------------------------- */ 
.contents{
	padding-bottom: 0;
}

.contents main .vertical{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.contents main p.intro{
    text-align: center;
    font-size: 193%;
    margin: 50px 0 90px;
    font-weight: bold;
}

/* ==================================================================
	#message
=================================================================== */
#message > .wideArea {
	background:url("../../images/recruit/bg_message.jpg") 50% 50% no-repeat;
    background-size: cover;
    padding: 90px 0;
}
#message h2 {
    color: #fff;
    margin-bottom: 30px;
}
#message p.lead {
    color: #fff;
    margin-bottom: 30px;
    font-size: 150%;
    text-align: center;
    font-weight: bold;
}
#message p.txt {
    color: #fff;
    text-align: center;
    line-height: 2;
}

/* ==================================================================
	#message2
=================================================================== */
#message2 {
    overflow: hidden;
    padding-bottom: 80px;
}
#message2 dl {
    width: 48%;
    float: left;
}
#message2 dl dt {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 30px;
}
#message2 dl dd {
    line-height: 2;
}
#message2 p.img {
    width: 48%;
    float: right;
}
#message2 p.img img {
    width: 100%;
}

/* ==================================================================
	#recruiting
=================================================================== */
#recruiting {
	background: var(--bg-color-lightgray, #F3F3F3);
    padding: 80px 0;
}
#recruiting .chapter {
    padding: 0 80px;
}
#recruiting h2 {
    margin-bottom: 60px;
}
#recruiting section.recruitingDetail {
    margin-bottom: 70px;
}
#recruiting section.recruitingDetail h3 {
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
    position: relative;
}
#recruiting section.recruitingDetail h3:after {
    content: "";
    width: 60px;
    height: 2px;
    background: var(--bg-color-black, #212529);
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#recruiting section.recruitingDetail p.txt {
    line-height: 1.8;
    margin-bottom: 40px;
}
#recruiting section.recruitingDetail h4 {
    font-size: 143%;
    color: var(--text-color, #212529);
    margin-bottom: 30px;
    text-align: center;
}
#recruiting section.recruitingDetail .tableWrap {
    border: 1px solid #212529;
    padding: 20px 45px;
    background: #fff;
    margin-bottom: 30px;
}
#recruiting section.recruitingDetail .tableWrap table {
    width: 100%;
}
#recruiting section.recruitingDetail .tableWrap table tr {
    border-bottom: 1px solid #212529;
}
#recruiting section.recruitingDetail .tableWrap table tr:last-child {
    border-bottom: 0;
}
#recruiting section.recruitingDetail .tableWrap table tr th,
#recruiting section.recruitingDetail .tableWrap table tr td {
    padding: 25px 0;
}
#recruiting section.recruitingDetail .tableWrap table tr th {
    color: var(--text-color, #212529);
    font-weight: bold;
    width: 20%;
    vertical-align: top;
}
#recruiting section.recruitingDetail .tableWrap table tr td span.en {
    font-weight: bold;
    font-size: 125%;
}
#recruiting section.recruitingDetail p.buttonStyle {
    text-align: center;
}
#recruiting section.recruitingDetail p.buttonStyle a {
    width: 60%;
}

 /* ==================================================================
        #recruiting anchorlinkbuttonStyle
    =================================================================== */
#recruiting .anchorlinkbuttonStyle{
	margin-bottom: 80px;
	display: flex;
    justify-content: space-between;
}

#recruiting .anchorlinkbuttonStyle a {
	display: inline-block;
	width: 220px;
	height: 60px;
	color: #fff;
	text-align: center;
	background: var(--bg-color-black, #212529);
	padding-top: 20px;
	transition: all 300ms 0s ease;
	letter-spacing: -0.05em;
	text-decoration: none;
	position: relative;
}
#recruiting .anchorlinkbuttonStyle a::before {
	content: '';
	width: 10px;
	height: 10px;
	border-top:#fff 2px solid;
	border-right:#fff 2px solid;
	transform: rotate(135deg);
	position: absolute;
    left: 103px;
    top: 40px;
}
#recruiting .anchorlinkbuttonStyle a:hover {
	background: var(--bg-color-darkgray, #565656);
}


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

    /* --------------------------------
       □ general
    -------------------------------- */ 
    .contents main p.intro{
        font-size: 130%;
        margin: 4% 0 13%;
    }

    /* ==================================================================
        #message
    =================================================================== */
    #message {
        margin-bottom: 13%;
    }
    #message > .wideArea {
        background:url("../../images/recruit/bg_message.jpg") 75% 50% no-repeat;
        background-size: cover;
        padding: 13% 8%;
        margin: 0 -4%;
    }
    #message h2 {
        color: #fff;
        margin-bottom: 30px;
    }
    #message p.lead {
        margin-bottom: 30px;
        font-size: 120%;
    }
    #message p.txt {
        text-align: left;
        line-height: 1.9;
    }
    #message p.txt br {
        display: none;
    }

    /* ==================================================================
        #message2
    =================================================================== */
    #message2 {
        overflow: hidden;
        padding-bottom: 13%;
    }
    #message2 dl {
        width: auto;
        float: none;
        margin-bottom: 5%;
    }
    #message2 dl dt {
        font-size: 130%;
        margin-bottom: 7%;
    }
    #message2 dl dt br {
        display: none;
    }
    #message2 dl dd {
        line-height: 2;
    }
    #message2 p.img {
        width: auto;
        float: none;
    }

    /* ==================================================================
        #recruiting
    =================================================================== */
    #recruiting {
        padding: 13% 0;
    }
    #recruiting .chapter {
        padding: 0 0;
    }
    #recruiting h2 {
        margin-bottom: 10%;
    }
    #recruiting section.recruitingDetail {
        margin-bottom: 13%;
    }
    #recruiting section.recruitingDetail h3 {
        font-size: 160%;
        margin-bottom: 50px;
    }
    #recruiting section.recruitingDetail h3:after {
        bottom: -25px;
    }
    #recruiting section.recruitingDetail p.txt {
        line-height: 1.8;
        margin-bottom: 7%;
    }
    #recruiting section.recruitingDetail h4 {
        font-size: 130%;
        margin-bottom: 30px;
    }
    #recruiting section.recruitingDetail .tableWrap {
        padding: 0 5%;
        margin-bottom: 8%;
    }
    #recruiting section.recruitingDetail .tableWrap table {
        width: 100%;
    }
    #recruiting section.recruitingDetail .tableWrap table tr {
        border-bottom: 1px solid #212529;
    }
    #recruiting section.recruitingDetail .tableWrap table tr:last-child {
        border-bottom: 0;
    }
    #recruiting section.recruitingDetail .tableWrap table tr th,
    #recruiting section.recruitingDetail .tableWrap table tr td {
        display: block;
        padding: 22px 0;
    }
    #recruiting section.recruitingDetail .tableWrap table tr th {
        width: auto;
        padding-bottom: 0;
    }
    #recruiting section.recruitingDetail .tableWrap table tr td {
        padding-top: 8px;
    }
    #recruiting section.recruitingDetail p.buttonStyle a {
        width: 100%;
    }
	
	
	#recruiting .anchorlinkbuttonStyle{
	display: flex;
	place-content: space-around space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
    }
	
	#recruiting .anchorlinkbuttonStyle a{
	display:flex;
	width:calc((100% / 2) - (4% * 1 / 2));
	margin-bottom:4vw;
	align-items:center;
	justify-content: center;
    padding-top:0px;
	padding-bottom:8px;
	font-size:13px;
	box-sizing:  border-box;
    }
	#recruiting .anchorlinkbuttonStyle a::before {
	width: 8px;
	height: 8px;
    left: 47.5%;
    top: 73%;
    }

}
