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

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

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

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

.pre_tit {
font-size: 26px;
font-weight: bold;
line-height: 2em;
color: #233B6C/*#1d325e*/;
margin-bottom: 30px;
}

.pre_name {
font-size: 16px;
font-weight: bold;
text-align: right;
line-height: 1.8em;
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
}

.idea_box {
border: 1px solid #1d325e;
padding: 30px 40px;
margin: 0 auto 50px;
}

.idea_box p {
text-align: center;
line-height: 2.5em;
font-weight: bold;
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 18px;
}

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

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

.president_txtbox::before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 70%;
left: -30%;
top: 100px;
background:#e0eaff;
z-index: -1;
}

.president_img {
width: 100%;
margin: 0 auto 15px;
}

.president_img img {
width: 100%;
height: auto;
}

.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;
}

.president_txt { font-size: 14px; line-height: 2em; margin-bottom:50px;}

.w48_r {
	margin:0 0 5% 5%;
}

}









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

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


.pre_tit {
font-size: 18px;
font-weight: bold;
line-height: 2em;
color: #233B6C;
margin-bottom: 30px;
}

.pre_name {
font-size: 15px;
font-weight: bold;
text-align: right;
margin-top: 30px;
margin-bottom: 50px;
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
}

.idea_box {
border: 1px solid #1d325e;
padding: 30px 40px;
margin: 0 auto 50px;
}

.idea_box p {
text-align: center;
line-height: 2em;
font-weight: bold;
font-family: "游明朝体","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 16px;
}

.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;
}

.president_txt { margin-bottom:30px;}

.w48_r {
	width:90%;
	margin:0 auto 5%;
}

}