@charset "UTF-8";
/* CSS Document */
/*PC*/
@media print, screen and (min-width: 768px) {


#company {
position:relative;
margin: 0 auto 150px;
z-index: 5;
}


#company .section_wrap{
width: 80%;
margin: 0 auto;
}

/*index
--------------------------------------------*/
#company .block{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 100px;
background: #FFF;
padding: 35px;
box-sizing: border-box;
}

#company .block .txt_box .sub_ttl,
#company .block2 .txt_box .sub_ttl{
font-size: 1.4rem;
line-height: 1.6;
margin: 30px 0 30px;
text-align: center;
}


#company .block .txt_box .sub_ttl2,
#company .block2 .txt_box .sub_ttl2{
font-size: 1.6rem;
line-height: 1.6;
margin: 30px 0 30px;
text-align: center;
}


#company .block2{
margin: 0 auto 100px;
background: #FFF;
padding: 35px;
box-sizing: border-box;
}

#company .block2 .txt_box{
width: 100%;
position: relative;
}

#company .block2 .txt_box .phi_dl{
margin: 0;
padding: 0;
align-items: center;
border-top:1px solid #ddd;
}

#company .block2 .txt_box .phi_dl dt{
width:100%;
font-size: 1.2rem;
font-weight: 700;
padding: 20px 10px 0;
box-sizing: border-box;
display: flex;
align-items: center;
}

#company .block2 .txt_box .phi_dl dt em{
font-size:1.8rem;
font-style: normal;
line-height: 1;
background:linear-gradient(0deg, rgba(0,140,176,1), rgba(33,33,33, 1));
width: 50px;
height: 50px;
display:flex;
align-items: center;
color: #FFF;
border-radius: 50%;
justify-content: center;
}

#company .block2 .txt_box .phi_dl dt span{
font-size: 1.8rem;
margin-left: 10px;
}


#company .block2 .txt_box .phi_dl dd{
width: 100%;
border-bottom:1px solid #ddd;
padding: 20px 20px 20px 80px;
box-sizing: border-box;
}

#company .block2 .txt_box .phi_dl dd:last-child{
margin-bottom: 0;
}

#company .s_box{
width: 80%;
padding: 15px;
box-sizing: border-box;
margin: 0 auto 80px;
background:-webkit-linear-gradient(0deg, rgba(0,140,176,1), rgba(0,50,90,1));
border-radius: 1rem;
}

#company .s_box p{
font-size: .9rem;
font-weight: 600;
line-height: 2;
text-align: center;
color: #FFF;
}

#company .index_list{
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#company .index_list li{
width: 33%;
padding: 12px;
position: relative;
box-sizing: border-box;
background: #FFF;
margin-bottom: 1%;
transition: .5s;
}

#company .index_list li:hover{
background: #e0ecf4;
transition: .5s;
}

#company .index_list li a{
position: relative;
color: #000;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

#company .index_list li a .img_area {
width: 45%;
position:relative;
}

#company .index_list li a .txt_area {
position: relative;
width: 50%;
}

#company .index_list li a .txt_area .t_ttl_en {
font-size: .6rem;
font-weight: 700;
line-height: 0.925;
color: #0a7fd3;
}

#company .index_list li a .txt_area .t_ttl_jp {
margin: 10px 0 0;
font-size: 1.2rem;
font-weight:700;
line-height: 1;
letter-spacing: 0.075em;
}

#company .bnr_img{
width: 300px;
margin:30px auto 0;
}

#company .slider2{
}

#company .slider2 .slick-slide {
margin: 0 15px;
}

/*message
--------------------------------------------*/
#company .message_img{
width:100%;
margin: 0 auto 60px;
}

#company .message_img:last-child{
margin-bottom: 0;
}

#company .message_wrap{
width: 100%;
margin: 0 auto 160px;
}

#company .message_wrap .red_txt{
width: 100%;
margin: 0 auto 100px;
}

#company .message_wrap .name{
text-align: right;
font-size: 1.1rem;
margin: 0 0 40px
}

#company .message_wrap .name span{
font-size: 1.4em;
margin-left: 20px;
}

#company .profi_box{
width: 80%;
background: #FFF;
padding: 35px;
box-sizing: border-box;
border: 1px solid rgba(0,0,0,.5);
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin: auto;
}

#company .profi_box .img{
width:25%;
}

#company .profi_box .txt_box{
width:70%;
}

#company .profi_box .txt_box h4{
margin-bottom: 20px;
}

#company .profi_box .txt_box h5{
font-size: 1.2rem;
line-height: 1;
font-weight: 500;
margin-bottom: 20px;
}

#company .common_btn_box{
text-align: center;
}

/*overview
--------------------------------------------*/
#company .overview_wrap{
width: 80%;
margin: 0 auto 160px;
}

#company .overview_wrap h3{
font-size: 1.6rem;
font-weight: 700;
margin: 0 0 30px;
}

#company .overview_wrap h3 span{
font-size: .9rem;
display: block;
color: #0a7fd3;
}

#company .overview_wrap h4{
font-size: 1.2rem;
font-weight: 800;
margin: 0 0 20px;
}


#company .overview_wrap .co_table{
border-top: 1px solid rgba(0,0,0,.2);
border-right: 1px solid rgba(0,0,0,.2);
width: 100%;
margin: 0 auto 120px;
background: #FFF;
}

#company .overview_wrap .co_table tr{
}

#company .overview_wrap .co_table th{
width: 20%;
text-align: left;
padding: 15px;
box-sizing: border-box;
border-left: 1px solid rgba(0,0,0,.2);
border-bottom: 1px solid rgba(0,0,0,.2);
}

#company .overview_wrap .co_table td{
padding: 15px;
box-sizing: border-box;
border-left: 1px solid rgba(0,0,0,.2);
border-bottom: 1px solid rgba(0,0,0,.2);
}
#company .overview_wrap .executive{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#company .overview_wrap .executive dt{
width:140px;
white-space: nowrap;
text-align-last: justify;
}

#company .overview_wrap .executive dd{
width:calc(100% - 180px);
}

/*accessmap
--------------------------------------------*/
#company .accessmap_block{
width: 1000px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin: 0 auto 60px;
border: 1px solid #0a7fd3;
padding: 15px;
box-sizing: border-box;
background: #FFF;
}

#company .accessmap_block .txt_box{
width: 40%;
}

#company .accessmap_block .txt_box h2{
font-size: 1.6rem;
line-height: 1;
margin: 0 0 20px;
}

#company .accessmap_block .txt_box p{
font-weight: 600;
}

#company .accessmap_block .gmap{
width: 55%;
}


}
/*sp*/
@media only screen and (max-width: 767px) {
#company {
position:relative;
margin: 0 auto 60px;
overflow: hidden;
z-index: 5;
}

#company .section_wrap{
width: 90%;
margin: 0 auto;
}

/*index
--------------------------------------------*/
#company .block{
margin: 0 auto 30px;
background: #FFF;
padding: 100%;
box-sizing: border-box;
}

#company .block .txt_box{
width: 100%;
position: relative;
margin: 0 0 20px;
}

#company .block .txt_box .sub_ttl2,
#company .block2 .txt_box .sub_ttl2{
font-size: 1rem;
line-height: 1.6;
margin: 30px 0 30px;
}

#company .block .img{
width: 100%;
position: relative;
margin: auto;
}

#company .block2{
margin: 0 auto;
background: #FFF;
box-sizing: border-box;
}

#company .block2 .txt_box{
width: 100%;
position: relative;
}

#company .block2 .txt_box .phi_dl{
margin: 30px 0 30px;
padding: 0;
align-items: center;
border-top:1px solid #ddd;
}

#company .block2 .txt_box .phi_dl dt{
width:100%;
font-size: 1rem;
font-weight: 700;
padding: 10px 10px 0;
box-sizing: border-box;
display: flex;
align-items: center;
}


#company .block2 .txt_box .phi_dl dt span{
font-size: 1.2rem;
margin-left: 10px;
}

#company .block2 .txt_box .phi_dl dt em{
font-size:1.2rem;
font-style: normal;
line-height: 1;
background:linear-gradient(0deg, rgba(0,140,176,1), rgba(33,33,33, 1));
width: 30px;
height:30px;
display:flex;
align-items: center;
color: #FFF;
border-radius: 50%;
justify-content: center;
}



#company .block2 .txt_box .phi_dl dd{
width: 100%;
border-bottom:1px solid #ddd;
padding: 10px 10px 10px 50px;
box-sizing: border-box;
font-size: .8rem;
}

#company .block2 .txt_box .phi_dl dd:last-child{
margin-bottom: 0;
}

#company .index_list{
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#company .index_list li{
width: 49%;
padding: 5px;
position: relative;
box-sizing: border-box;
background: #FFF;
margin-bottom: 2%;
transition: .5s;
}

#company .index_list li:hover{
background: #e0ecf4;
transition: .5s;
}


#company .index_list li a{
position: relative;
color: #000;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

#company .index_list li a .img_area {
width: 30%;
position:relative;
}

#company .index_list li a .txt_area {
position: relative;
width: 65%;
}

#company .index_list li a .txt_area .t_ttl_en {
font-size: .5rem;
font-weight: 700;
line-height: 0.925;
color: #0a7fd3;
}

#company .index_list li a .txt_area .t_ttl_jp {
margin: 5px 0 0;
font-size: .8rem;
font-weight:700;
line-height: 1;
}

#company .bnr_img{
width: 260px;
margin:10px auto 0;
}


#company .s_box{
width: 100%;
padding: 10px;
box-sizing: border-box;
margin: 0 auto 80px;
background:-webkit-linear-gradient(0deg, rgba(0,140,176,1), rgba(0,50,90,1));
border-radius: 1rem;
}

#company .s_box p{
font-size: .8rem;
font-weight: 600;
line-height: 2;
text-align: center;
color: #FFF;
}

/*message
--------------------------------------------*/
#company .message_img{
width:100%;
margin: 0 auto 30px;
}

#company .message_img:last-child{
margin-bottom: 0;
}

#company .message_wrap{
width: 100%;
margin: 0 auto 40px;
}

#company .message_wrap .red_txt{
margin: 0 auto 30px;
font-size: .8rem;
}

#company .message_wrap .name{
font-size: .7rem;
margin: 0 0 40px;
line-height: 1;
}

#company .message_wrap .name span{
font-size: 1rem;
display: block;
margin-top: 10px;
}


#company .profi_box{
width: 100%;
background: #FFF;
padding: 15px;
box-sizing: border-box;
border: 1px solid rgba(0,0,0,.5);
margin: auto;
}

#company .profi_box .img{
width:60%;
margin: 0 auto 15px;
}

#company .profi_box .txt_box{
width:100%;
}

#company .profi_box .txt_box h4{
margin-bottom: 10px;
}

#company .profi_box .txt_box h5{
font-size: 1rem;
line-height: 1;
font-weight: 500;
margin-bottom: 20px;
}

#company .common_btn_box{
text-align: center;
}


#company .common_btn_box{
margin: 60px 0 0;
text-align: center;
}



#company .slider2{
margin-top: 60px;
}

#company .slider2 .slick-slide {
margin: 0 10px;
}

/*overview
--------------------------------------------*/
#company .overview_wrap{
margin: 0 auto 40px;
}
#company .overview_wrap h3{
font-size: 1.2rem;
font-weight: 700;
margin: 0 0 20px;
}

#company .overview_wrap h3 span{
font-size: .7rem;
display: block;
color: #0a7fd3;
}

#company .overview_wrap h4{
font-size: 1.2rem;
font-weight: 800;
margin: 0 0 20px;
}


#company .overview_wrap .co_table{
border-top: 1px solid rgba(0,0,0,.2);
border-right: 1px solid rgba(0,0,0,.2);
width: 100%;
margin: 0 auto 0;
background: #FFF;
font-size: .9rem;
}

#company .overview_wrap .co_table tr{
}

#company .overview_wrap .co_table th{
width: 100%;
text-align: left;
padding: 5px 5px 0;
box-sizing: border-box;
border-left: 1px solid rgba(0,0,0,.2);
display: block;
}

#company .overview_wrap .co_table td{
display: block;
padding: 5px;
box-sizing: border-box;
border-left: 1px solid rgba(0,0,0,.2);
border-bottom: 1px solid rgba(0,0,0,.2);
}
#company .overview_wrap .executive{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#company .overview_wrap .executive dt{
width:140px;
white-space: nowrap;
text-align-last: justify;
}

#company .overview_wrap .executive dd{
width:calc(100% - 180px);
}


/*accessmap
--------------------------------------------*/
#company .accessmap_block{
width: 100%;
margin: 0 auto 30px;
border: 1px solid #0a7fd3;
padding: 5px;
box-sizing: border-box;
background: #FFF;
}

#company .accessmap_block .txt_box{
width: 100%;
padding: 10px;
box-sizing: border-box;
}

#company .accessmap_block .txt_box h2{
font-size: 1rem;
line-height: 1;
margin: 0 0 20px;
}

#company .accessmap_block .txt_box p{
font-weight: 600;
}

#company .accessmap_block .gmap{
width: 100%;
}


}