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

/***************
会社情報
****************/

.company_inner {
    width: 1040px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 163px 20px 0 20px;
}

.company_inner h1 {
    margin: 0 auto 39px;
    font-family: HiraKakuPro;
    font-weight: 300; 
    font-size: 28px;
    text-align: center;
    color: #333333;
}

.company_img {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 88px;
    display: block;
}

.company_information {
    width: 876px;
    max-width: 100%;
    margin: 0 auto 86px;
    font-family: HiraKakuPro;
    font-weight: 300; 
    position: relative;
}

.company_information h2 {
    margin-right: 135px;
    font-family: HiraKakuPro;
    font-weight: 300;
    font-size: 21px;
    color: #333333;
    float: left;
}

.company_box {
    float: left;
}
dt,dd{
	border-top: solid 1px #999;
}
.company_information dl {
    line-height: 45px;
    font-family: HiraKakuPro;
    font-size: 15px;
    font-weight: 300;
    color: #333;
}

.company_information dt {
    width: 140px;
    max-width: 100%;
    float: left ;
    clear: left ;
}

.company_information dd {
    width: 515px;
    max-width: 100%;
    float: left ;
}

.company_work dd {
    padding-top: 23px;
    line-height: 1.93;
}

.company_work dt {
    padding-top: 23px;
    line-height: 1.93;
}

.company_work li {
    margin-left: 20px;
    }
.company_work ol li {
    margin-left: 20px;
	list-style: decimal;
    }
.company_information dl a {
    font-size: 12px;
    color: #888888;
}

.googlemap_img {
    margin-left: 8px;
}

.company_border {
    width: 20px;
    height: 2px;
    padding-bottom: 31px;
    border-bottom: solid 1px #000000;
    position: absolute;
    top: 31px;
    left: 0;
}
h3,h4{
	font-weight: normal;
}
.line-1em{
	line-height: 1em;
}
.text-right{
	float: right;
}

/*宿舎*/
.acd-check{
    display: none;
}
.acd-label{
   cursor: pointer;
	background: #5f5f5f;
    color: #fff;
	text-align: center;
	width: 200px;
    display: block;
    margin-bottom: 1px;
}
.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: 850px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}


*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_cssslider {
width: 480px;
padding-top: 640px; /* 画像の高さ */
position: relative;
margin: 2em auto;
text-align: center;
}
.cp_cssslider > img {
position: absolute;
left: 0;
top: 0;
transition: all 0.5s;
border-radius: 3px;
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
}
.cp_cssslider input[name='cp_switch'] {
display: none;
}
/* サムネイル */
.cp_cssslider label {
margin: 15px 5px 0 5px;
border: 2px solid #ffffff;
display: inline-block;
cursor: pointer;
transition: all 0.5s ease;
opacity: 0.6;
border-radius: 3px;
}
.cp_cssslider label:hover {
opacity: 0.9;
}
.cp_cssslider label img {
display: block;
width: 40px;
border-radius: 2px;
}
.cp_cssslider input[name='cp_switch']:checked + label {
border: 2px solid #5F5F5F;
opacity: 1;
}
.cp_cssslider input[name='cp_switch'] ~ img {
opacity: 0;
}
.cp_cssslider input[name='cp_switch']:checked + label + img {
opacity: 1;
}
/******************レスポンシブ******************************/
@media screen and (max-width: 960px) {
    *{
        box-sizing: border-box;
    }

    .company_information h2 {
        margin-bottom: 50px;
        float: none;
    }

    .company_border {
        width: 4.8vw;
        top: 3.8vw;
    }
}

@media screen and (max-width: 480px) {
    .company_inner {
        padding: 110px 10px 0 10px;
    }
    
    .company_inner h1 {
        margin-bottom: 25px;
        font-size: 5.603vw;
    }

    .company_img {
        margin-bottom: 31px;
    }
    
    .company_information {
        margin: 0 auto 52px;
        position: relative;
    }

    .company_information h2 {
        margin-right: 0;
        margin-bottom: 40px;
        font-size: 4.8vw;
    }

    .company_information dl {
        line-height: 2;
        font-size: 4vw;
    }
    
    .company_information dl a {
        font-size: 4vw;
    }

    .company_information dt {
        width: 100%;
    }
    
    .company_information dd {
        width: 100%;
        margin-bottom: 25px;
    }
    
    .company_work dl {
        padding-top: 23px;
        line-height: 1.73;
        font-size: 4vw;
    }
    
    .company_work_text br {
        display: none;
    }
}