@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------------------------------------------------

   会社情報、個人情報保護方針、採用情報ページ

--------------------------------------------------------------------------------------------- */
.title-name{
    background: #f4f2ed;
	font-size: clamp(20px, 2vw, 30px);
    font-family: 'Noto Serif JP', serif;
    padding: 15px 25px;
    line-height: 1;
    border-left: 5px solid #999;
    font-weight: normal;
}

.company-wrap{
    width: 100%;
    padding: 25px;
}

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

.company-wrap{
    padding: 15px;
}
    
}




/*会社概要ページ
-----------------------------------------------------------*/
.company-detail{
    width: 100%;
}

.company-detail th,.company-detail td{
    padding: 15px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
	font-size: clamp(14px, 2vw, 16px);
    line-height: 1.75;
}

.company-detail th{
    background: #fbfaf5;
    width: 20%;
    font-weight: normal;
}
.company-detail td{
    width: 80%;
}

.company-detail th.last-th,.company-detail td.last-td{
    border-bottom: 0;
}

.company-detail td a{
	color: #6592c0;
}
.company-detail td a:hover{
    color: #f33;
}

.g-map{
    margin-top: 25px;
}

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

.company-detail th,.company-detail td{
    display: block;
    width: 100%;
    border-bottom: 0;
}
    
.company-detail th{
    border-top: 1px solid #ccc;
    text-align: left;
}
    
}



/*勧誘方針、企業理念、個人情報保護方針
-----------------------------------------------------------*/
.company-wrap h4{
    font-family: 'Noto Serif JP', serif;
    border-bottom: 1px solid #ccc;
    margin-top: 25px;
    font-weight: normal;
}

.company-wrap ul{
    padding-left: 1.5em;
}
.company-wrap ul li{
    list-style: disc;
	font-size: clamp(14px, 2vw, 16px);
}

.company-wrap ol{
    padding-left: 1em;
}

.company-wrap .text-16 a{
	color: #6592c0;
}
.company-wrap .text-16 a:hover{
	color: #f33;
}

.company-wrap ul li a{
	color: #6592c0;
	font-size: clamp(14px, 2vw, 16px);
}
.company-wrap ul li a:hover{
	color: #f33;
}

.company-wrap ul.lower-alpha li{
    list-style-type: lower-alpha;
	font-size: clamp(14px, 2vw, 16px);
}

.contact-information th,.contact-information td{
    padding: 15px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
	font-size: clamp(14px, 2vw, 16px);
    line-height: 1.75;
    font-weight: normal;
}

.contact-information th{
    background: #fbfaf5;
    width: 20%;
}
.contact-information td{
    width: 80%;
}

.contact-information th.last-th,.contact-information td.last-td{
    border-bottom: 0;
}

.contact-information td.last-td a{
	color: #6592c0;
}
.contact-information td.last-td a:hover{
    color: #f33;
}

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

.contact-information th,.contact-information td{
    display: block;
    width: 100%;
}
    
.contact-information th{
    border-top: 1px solid #ccc;
    border-bottom: 0;
    text-align: left;
}
    
.contact-information td{
    border-bottom: 0;
}
    
}



/*採用情報ページ
-----------------------------------------------------------*/
.recruit-detail{
    width: 100%;
}

.recruit-detail th,.recruit-detail td{
    padding: 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
	font-size: clamp(14px, 2vw, 16px);
    line-height: 1.75;
}

.recruit-detail th{
    background: #fbfaf5;
    width: 20%;
    font-weight: normal;
}
.recruit-detail td{
    width: 80%;
}

.recruit-detail td a{
	color: #6592c0;
}
.recruit-detail td a:hover{
    color: #f33;
}

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

.recruit-detail th,.recruit-detail td{
    display: block;
    width: 100%;
}
    
.recruit-detail th{
    border-top: 1px solid #ccc;
    border-bottom: 0;
    text-align: left;
}
    
.recruit-detail td{
    border-top: 0;
}
    
}


/* ---------------------------------------------------------------------------------------------

   Reserve 採用情報 WEB予約・電話予約

--------------------------------------------------------------------------------------------- */
.web-reserve,.tel-reserve{
    display: block;
    padding: 25px;
    width: 300px;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 50px;
    margin: 15px auto 0 auto;
    background: #ccc;
}

.web-reserve{
	background: #ca4b4a;
}
.web-reserve:hover{
	background: #f00;
}

.tel-reserve{
	background: #6592c0;
}
.tel-reserve:hover{
	background: #f00;
}

.reserve-text{
    text-align: center;
    margin-top: 25px;
    font-weight: bold;
}

.fa-angle-double-right{
    color: #fff;
    font-size: 20px;
}










