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

/*PC*/
@media print, screen and (min-width: 769px) {

/*-----hed----*/

.com_hed_img {
background:url(../images/company/hed_img.jpg) center center;
background-size: cover;
height: 350px;
}

.map {
width: 100%;
margin: 0 auto 50px;
}

.map iframe {
width: 100%;
}

.rec_tit {
font-size: 25px;
text-align: left;
line-height: 1.8em;
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
margin-bottom: 30px;
}

.rec_txt {
font-size: 16px;
text-align: left;
line-height: 2em;
margin-bottom: 15px;
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
}

.company_titbox {
width: 100%;
margin: 0 auto;
position: relative;
}

.company_titbox::before {
content: "";
display: block;
position: absolute;
width: 70%;
height: 70%;
left: -100px;
top: 100px;
background: rgba(55,110,110,0.2);
}

.company_list {
width: 100%;
margin: 0 auto 50px;
}

.l-card {
overflow: hidden;
width:100%;
padding: 0;
margin: 0 auto 15px;
border-radius: 4px;
background: #fff;
/*box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0 8px 20px rgba(0, 0, 0, 0.1);*/
}
.l-card:hover .thumbnail-wrapper:after {
opacity: 0.8;
width: calc(100% - 32px);
height: calc(100% - 32px);
}
.l-card:hover .thumbnail-wrapper img {
opacity: 0.6;
transform: scale(1.1);
}
.l-card:hover .more-text {
opacity: 1;
letter-spacing: 4px;
}

.l-thumbnail {
position: relative;
overflow: hidden;
width: 100%;
height: auto;
background: #233B6C;
background: -webkit-linear-gradient(-45deg, #233B6C 0%, #5ab06b 100%);
background: linear-gradient(135deg, #233B6C 0%, #5ab06b 100%);
}
.l-thumbnail .more-text {
transition: 0.8s;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
display: block;
color: #fff;
font-size: 16px;
letter-spacing: -1px;
text-align: center;
}

.thumbnail-wrapper {
margin: 0;
padding: 0;
}
.thumbnail-wrapper:after {
transition: 0.8s;
content: "";
box-sizing: border-box;
display: block;
transform: translate(-50%, -50%);
position: absolute;
left: 50%;
top: 50%;
width: 0;
height: 0;
border: 1px solid #fff;
opacity: 0;
}
.thumbnail-wrapper img {
transition: 0.5s;
display: block;
max-width: 100%;
opacity: 1;
transform: scale(1);
}

.l-card_tit {
font-size: 20px;
font-weight: bold;
color: #233B6C;
}

.back_btn {
margin: 0 auto;
text-align: center;
width: 28px;
}

.back_btn span {
display: block;
font-size: 12px;
}

.back_btn i {
color: #233B6C;
font-size: 2em;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.back_btn:hover i {
transition: transform .3s cubic-bezier(.165, .84, .44, 1);
transition: transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
-webkit-transform: scale(1.1);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}



/*-----------沿革-----------*/

.timeline {
margin: 0 auto 50px;
}

.timeline > li {
overflow: hidden;
margin: 0;
position: relative;
}
.timeline-date {
width: 150px;
float: left;
}
.timeline-content {
width: 75%;
float: left;
border-left: 3px #e5e5d1 solid;
padding-left: 30px;
padding-bottom: 15px;
}    


.timeline-content:before {
content: '';
width: 12px;
height: 12px;
background:  #233B6C;
position: absolute;
left: 145px;
top: 5px;
border-radius: 100%;
}

.pdf { width: 200px; margin-top: 15px; padding: 15px; border: 1px solid #ccc; }
.pdf img { width: 100%; height: auto; }

.timeline-content a { color: #233B6C; font-weight: bold; }
.timeline-content a:hover { text-decoration: underline; }

}









/*sp*/
@media only screen and (max-width: 768px) {
/*-----hed----*/

.com_hed_img {
background:url(../images/company/hed_img.jpg) center center;
background-size: cover;
height: 170px;
}
.map {
width: 100%;
margin: 0 auto 50px;
}

.map iframe {
width: 100%;
}


.rec_tit {
font-size: 20px;
text-align: center;
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
line-height: 1.8em;
margin-bottom: 30px;
}

.rec_txt {
font-size: 14px;
text-align: center;
line-height: 2em;
margin-bottom: 15px;
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
}


.company_titbox {
width: 100%;
margin: 0 auto;
position: relative;
}

.company_titbox::before {
content: "";
display: block;
position: absolute;
width: 70%;
height: 70%;
left: 0;
right: 0;
margin: auto;
bottom: -50px;
background: rgba(55,110,110,0.2);
}

.company_list {
width: 100%;
margin: 0 auto;
}

.company_card {
margin: 0 auto 30px;
}

.l-card {
overflow: hidden;
width:100%;
padding: 0;
margin: 0 auto 15px;
border-radius: 4px;
background: #fff;
/*box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0 8px 20px rgba(0, 0, 0, 0.1);*/
}
.l-card:hover .thumbnail-wrapper:after {
opacity: 0.8;
width: calc(100% - 32px);
height: calc(100% - 32px);
}
.l-card:hover .thumbnail-wrapper img {
opacity: 0.6;
transform: scale(1.1);
}
.l-card:hover .more-text {
opacity: 1;
letter-spacing: 4px;
}

.l-thumbnail {
position: relative;
overflow: hidden;
width: 100%;
height: auto;
background: #233B6C;
background: -webkit-linear-gradient(-45deg, #233B6C 0%, #5ab06b 100%);
background: linear-gradient(135deg, #233B6C 0%, #5ab06b 100%);
}
.l-thumbnail .more-text {
transition: 0.8s;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
display: block;
color: #fff;
font-size: 16px;
letter-spacing: -1px;
text-align: center;
}

.thumbnail-wrapper {
margin: 0;
padding: 0;
}
.thumbnail-wrapper:after {
transition: 0.8s;
content: "";
box-sizing: border-box;
display: block;
transform: translate(-50%, -50%);
position: absolute;
left: 50%;
top: 50%;
width: 0;
height: 0;
border: 1px solid #fff;
opacity: 0;
}
.thumbnail-wrapper img {
transition: 0.5s;
display: block;
max-width: 100%;
opacity: 1;
transform: scale(1);
}

.l-card_tit {
font-size: 20px;
font-weight: bold;
color: #233B6C;
}


/*-----沿革----------*/        


.timeline {
margin: 0 auto 50px;
}

.timeline {
list-style: none;
}
.timeline > li {
}       

.timeline li {
border-left: 3px solid #e5e5d1;
padding-left: 20px;
padding-bottom: 20px;
}
.timeline li {
position: relative;
}

.timeline-date::before {
content: '';
width: 12px;
height: 12px;
background:  #233B6C;
position: absolute;
left: -7px;
top: 5px;
border-radius: 100%;
}

.back_btn {
margin: 0 auto;
text-align: center;
width: 28px;
}

.back_btn span {
display: block;
font-size: 12px;
}

.back_btn i {
color: #233B6C;
font-size: 2em;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.back_btn:hover i {
transition: transform .3s cubic-bezier(.165, .84, .44, 1);
transition: transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
-webkit-transform: scale(1.1);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}


.pdf { width: 200px; margin-top: 15px; padding: 15px; border: 1px solid #ccc; }
.pdf img { width: 100%; height: auto; }

.timeline-content a { color: #233B6C; font-weight: bold; }
.timeline-content a:hover { text-decoration: underline; }








}