@charset "utf-8";
/* CSS Document */
/* 下層共通 */
h2,h3{
    color: #003486;
}

.under .main-logo{
  text-indent: 0;
  position: absolute;
  z-index: 999;
  width: auto;
  height: auto;
  top: 110px;
  left: 50%;
    background-position: center;
	text-align: center;
	color: #fff;
	font-size: 3.6rem;
}

.under section{
    margin-bottom: 100px;
}

.under section .container{
max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

#topview{
    margin-bottom: 80px;
}

.title-narrow02 {
    margin-left: -40px;
    font-weight: 400;
    display: inline-block;
    color: #003486;
    font-size: 55px;
    letter-spacing: 5px;
    transform: scale(0.6, 1);
}

h2.hl_style01 {
    display: flex;
    font-size: 16px;
    color: #003486;
    align-items: center;
    border-bottom: 2px solid #003486;
}

.btn03 {
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
    padding: 10px;
    color: #003486;
    max-width: 260px;
    width: 100%;
    border: 2px solid #003486;
    margin: 50px auto 0;
}

.btn01 {
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
    padding: 10px;
    color: #6a0000;
    max-width: 260px;
    width: 100%;
    border: 2px solid #6a0000;
    margin: 50px auto 0;
}

.btn01:hover {
    background-color: #f1cdcd;
}

.btn01 p {
    color: #6a0000;
    font-weight: 500;
}

.btn01 p:after {
    content: '>';
    position: absolute;
    color: #6a0000;
    width: 10px;
    height: 10px;
    right: 10px;
    font-size: 2.5rem;
    line-height: 1;
}

.btn03 p {
    color: #003486;
    font-weight: 500;
}

#map iframe {
    max-width: 900px;
    width: 100%;
    height: 490px;
    margin-bottom: 20px;
}

/* 問合せ共通（会社概要・求人） */

.under #inquiry section{
    margin-bottom: 0;
}

#inquiry .container{
    max-width: 590px;
    width: 100%;
    padding: 50px 0 60px;
}

#inquiry p{
    margin-bottom: 30px;
}

#inquiry dl{
display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#inquiry dt{
width: 30%;
}

#inquiry dt:nth-of-type(7),
#inquiry dt:nth-of-type(6){
    position: relative;
}

#inquiry dt:nth-of-type(7) span.change_height,
#inquiry dt:nth-of-type(6) span.change_height
{
    height: 5em;
    display: inline-block;
    position: absolute;
    left: 2.5em;
    color: #000;
}

#inquiry dt span{
    margin-right: 0.5em;
    color: gray;
}

#inquiry dt:nth-of-type(7) span.change_arrange{
    position: absolute;
    top: 0;
}

#inquiry dd{
width: 70%;
    margin-bottom: 20px;
}

#inquiry [type="text"], [type="tel"], [type="email"], textarea {
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #fff;
}

#inquiry textarea {
    height: 5em;
}

#inquiry .inq_form input[type="submit"] {
    background-color: #fff;
    padding: 10px 0;
    display: block;
    margin: 40px auto 0;
    width: 13em;
    position: relative;
    text-align: center;
    color: #003486;
    border: 1px solid #003486;
    font-weight: 700;
	font-size: 1.6rem;
}

#inquiry .contract {
    margin: 0 auto 30px auto;
    padding: 1em;
    border: solid 1px #000;
    height: 200px;
    overflow-y: scroll;
}

#privacy h2{
    margin-bottom: 30px;
}

#privacy dl{
    margin-bottom: 0;
}

#privacy dt,
#privacy dd{
    width: auto;
}

#privacy dd:last-of-type{
    margin-bottom: 0;
}

/* 問合せエラー画面共通（会社概要・求人） */
/* エラー画面　*/


.error_com .inq_form dl{
    max-width: 590px;
    width: 100%;
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
}

.error_com #inquiry .inq_form dt {
    font-weight: 600;
    margin-bottom: 10px;
    padding: 25px 0 25px 4%;
    border-top: solid 1px #aaaaaa;
    font-weight: 300;
    letter-spacing: 1px;
    width: 28%;
    text-align: left;
    margin-right: 0;
    color: #000;
}

.error_com #inquiry .inq_form dd {
    margin-bottom: 40px;
    color: #000;
    width: 64%;
    border-top: solid 1px #aaaaaa;
    padding: 25px 4% 25px 0;
    font-weight: 300;
}

.error_com .inq_form .btn {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.error_com .inq_form .btn input[type="button"] {
    background-color: #fff;
    padding: 10px 0;
    display: block;
    margin: 40px 10px 0;
    width: 13em;
    position: relative;
    text-align: center;
    color: #003486;
    border: 1px solid #003486;
    font-weight: 700;
    font-size: 1.6rem;
}

.error_com #inquiry .inq_form .btn input[type="submit"] {
    background-color: #fff;
    padding: 10px 0;
    display: block;
    margin: 40px 10px 0;
    width: 13em;
    position: relative;
    text-align: center;
    color: #003486;
    border: 1px solid #003486;
    font-weight: 700;
    font-size: 1.6rem;
}

.thanks .inq_form p:nth-of-type(1) {
    text-align: center;
    margin-bottom: 30px;
}

.thanks .inq_form .btn [type="button"] {
    width: 9em;
    margin-right: 0;
}

.thanks #inquiry .inq_form p {
    text-align: center;
}

footer {
	margin-top: -100px;
}

.footer-view p {
    color: #FFF;
    padding-top: 100px;
}

@media (max-width: 640px) {
.under section {
    margin-bottom: 40px;
}        
    
.under section .container {
    max-width: initial;
    width: auto;
    padding: 0 5%;
}
    
.under .main-logo {
    text-indent: 0;
    position: absolute;
    z-index: 887;
    width: auto;
    height: auto;
    top: 200px;
    left: 30%;
    background-position: center;
    text-align: center;
    color: #fff;
    /* font-size: 3.6rem; */
}

#topview {
    margin-bottom: 30px;
}
    
/* 問合せ共通（会社概要・求人） */
    
#inquiry .container {
    max-width: initial;
    width: auto;
    padding: 40px 6% 40px;
}
    
#inquiry dl {
    flex-flow: column;
}
    
#inquiry dt {
    width: auto;
}
    
#inquiry dd {
    width: auto;
}
    
#inquiry [type="text"], [type="tel"], [type="email"], textarea {
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 1.8rem;
}
    
#inquiry dt:nth-of-type(7) {
    position: static;
}
    
#inquiry dt:nth-of-type(7) span.change_arrange{
    position: static;
}
    
#inquiry dt:nth-of-type(7) span.change_height {
    height: auto;
    position: static;
}
    
#inquiry p.btn {
    margin-bottom: 0;
}
    
/* 問合せエラー画面共通（会社概要・求人） */   
    
.error_com #inquiry .inq_form dt {
    padding: 25px 0 25px 0;
    width: auto;
    margin-bottom: 0;
}
    
.error_com #inquiry .inq_form dd {
    padding: 25px 0 25px 0;
    width: auto;
    margin-bottom: 0;
}
    
.footer-view p {
    color: #FFF;
    padding-top: 120px;
}
    
.error_com footer{
    background-color: #eef2f7;
}
    
.error_com .footer-view p {
    color: #eef2f7;
}
}




