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

#boss{
position: relative;
margin: 0 auto;
overflow: hidden;
padding-bottom: 120px;
box-sizing: border-box;
}

#boss::before{
content: "";
position: absolute;
top: 100px;
left: 0;
width: 100%;
height: 100%;
background-size: 15px 15px;
background-color: #fff;
background-image: radial-gradient(#000000 0%, rgba(0, 0, 0, 0) 6%);
z-index: -1;
}

#boss .section_wrap{
width: 80%;
margin: auto;
position: relative;
}


/*index
-------------------------------------*/

#boss .section_wrap .list{
width: 80%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 60px;
}

#boss .section_wrap .list li{
width: 31%;
padding: 1.6rem;
box-sizing: border-box;
border: #404040 1px solid;
border-radius: .6rem;
position: relative;
transition: .5s;
background: #FFF;
}

#boss .section_wrap .list li:hover{
opacity: .6;
transition: .5s;
}


#boss .section_wrap .list li::after{
content: "";
position: absolute;
bottom: 10px;
right: 10px;
width:30px;
height:30px;
background: url("../images/com/btn-arrow-r.svg") 0 0 no-repeat;
background-size: cover;
}

#boss .section_wrap .list li .img{
margin: 0 0 20px;
}


#boss .section_wrap .list li .img img{
border-radius: .6rem;
}

#boss .section_wrap .list li h3{
font-size: 1.3rem;
line-height: 1;
text-align: center;
}

#boss .section_wrap .list li h3 span{
display: block;
font-size: 1rem;
margin-bottom: 10px;
}


/*detail
-------------------------------------*/
#boss .section_wrap .common_btn_box{
text-align: center;
}

#boss .section_wrap .message_block{
width: 80%;
position: relative;
margin:0 auto 4%;
border: #404040 1px solid;
border-radius: .6rem;
padding: 2rem;
box-sizing: border-box;
background: #FFF;
}

#boss .section_wrap .d_img{
width: 100%;
margin: 0 auto 40px;
position: relative;
overflow: hidden;
}

#boss .section_wrap .d_img img{
border-radius: .6rem;
}

#boss .section_wrap .txt_box{
position: relative;
text-align: center;
margin: 0 0 60px;
}

#boss .section_wrap .txt_box .s_name{
display: block;
font-size: 1.2rem;
font-weight: 600;
line-height: 1.4;
margin-bottom: 10px;
}

#boss .section_wrap .txt_box .name{
font-weight: 700;
font-size: 2.2rem;
line-height: 1;
}

#boss .section_wrap .d_img .bg_en_txt{
position: absolute;
bottom: -30px;
right: -10px;
font-size: 8rem;
font-weight: 200;
font-family: "Oswald", sans-serif;
line-height: 1;
color: rgb(255, 255, 255);
mix-blend-mode: overlay;
}

#boss .section_wrap .d_block{
width: 90%;
margin: 0 auto 80px;
}


#boss .section_wrap .d_block h3{
font-size: 2rem;
font-weight: 700;
line-height: 1.6;
color: #008dcf;
margin: 0 0 40px;
}

#boss .section_wrap .d_block h3 span{
display: block;
font-size: .8rem;
font-weight: 700;
color: #008dcf;
margin-bottom: 10px;
}

#boss .section_wrap .d_block .txt{
line-height: 2;
font-weight: 500;
}


.d_message_block{
width: 80%;
background: #008dcf;
padding: 30px;
box-sizing: border-box;
margin: 0 auto 80px;
}

.d_message_block h4{
color: #FFF;
font-size: 1.6rem;
font-weight: 200;
line-height: 1;
margin: 0 0 20px;
}

.d_message_block p{
color: #FFF;
font-weight: 700;
line-height: 2;
}


#boss .section_wrap .d_list{
width: 80%;
margin: 0 auto 80px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#boss .section_wrap .d_list .view{
width: 48%;
}

#boss .section_wrap .d_list .view img{
border-radius: .6rem;
}

/*talk
-------------------------------------*/
#boss .section_wrap .common_btn_box{
text-align: center;
}

#boss .section_wrap .red_ttl{
font-size: 1.8rem;
font-weight: 900;
line-height: 1.6;
margin: 0 0 60px;
color: #171e27;
}

#boss .section_wrap .talk_hed_block{
width: 100%;
margin: 0 auto 80px;
position: relative;
overflow: hidden;
}

#boss .section_wrap .talk_hed_block .talk_img{
margin: 0 auto 40px;
}

#boss .section_wrap .talk_hed_block .talk_profile{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: rgba(0,0,0,.05);
padding: 30px;
box-sizing: border-box;
}

#boss .section_wrap .talk_hed_block .talk_profile li{
position: relative;
width: 48%;
}

#boss .section_wrap .talk_hed_block .talk_profile li .pro_img{
width: 160px;
height: 160px;
border-radius:50%;
margin: 0 auto 20px;
overflow: hidden;
}

#boss .section_wrap .talk_hed_block .talk_profile li .name{
font-size: 1.4rem;
font-weight: 800;
line-height: 1;
margin: 0 0 15px;
text-align: center;
}

#boss .section_wrap .talk_hed_block .talk_profile li .name span{
display: block;
font-size: .8rem;
color: #008dcf;
margin-bottom: 5px;
}

#boss .section_wrap .talk_hed_block .talk_profile li .txt{
background: rgba(255,255,255,1);
padding: 20px;
box-sizing: border-box;
border-radius: .6rem;
}

#boss .section_wrap .talk_block{
width: 80%;
margin: 0 auto 80px;
}

#boss .section_wrap .talk_block .tk_ttl{
font-size: 2rem;
font-weight: 800;
line-height: 1;
margin: 0 0 40px;
}

#boss .section_wrap .talk_block .talk_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 30px;
}

#boss .section_wrap .talk_block .talk_list dt{
width: 80px;
}

#boss .section_wrap .talk_block .talk_list dt .img{
width: 100%;
border-radius: 50%;
margin: auto;
overflow: hidden;
}

#boss .section_wrap .talk_block .talk_list dt p{
text-align: center;
font-size: .9rem;
font-weight:800;
line-height: 2;
margin: 5px 0 0;
}

#boss .section_wrap .talk_block .talk_list dd{
width: calc(100% - 110px);
font-weight: 600;
padding-top: 15px;
box-sizing: border-box;
}


#boss .section_wrap .talk_phbox{
margin: 0 auto 80px;
}

#boss .section_wrap .talk_phlist{
width: 100%;
margin: 0 auto 80px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#boss .section_wrap .talk_phlist li{
width: 48%;
}

#boss .section_wrap .talk_phlist li img{
border-radius: .6rem;
}


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

#boss{
position: relative;
margin: 0 auto 60px;
overflow: hidden;
}

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


/*index
-------------------------------------*/

#boss .section_wrap .list{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
}

#boss .section_wrap .list li{
width: 48%;
padding:.6rem;
box-sizing: border-box;
border: #404040 1px solid;
border-radius: .6rem;
position: relative;
transition: .5s;
background: #FFF;
margin-bottom: 4%;
}

#boss .section_wrap .list li:hover{
opacity: .6;
transition: .5s;
}


#boss .section_wrap .list li::after{
content: "";
position: absolute;
bottom: 10px;
right: 10px;
width:30px;
height:30px;
background: url("../images/com/btn-arrow-r.svg") 0 0 no-repeat;
background-size: cover;
}

#boss .section_wrap .list li .img{
margin: 0 0 20px;
}


#boss .section_wrap .list li .img img{
border-radius: .6rem;
}

#boss .section_wrap .list li h3{
font-size: 1rem;
line-height: 1.4;
}

#boss .section_wrap .list li h3 span{
display: block;
font-size: .9rem;
margin-bottom: 10px;
}


/*detail
-------------------------------------*/
#boss .section_wrap .common_btn_box{
text-align: center;
}

#boss .section_wrap .message_block{
width:100%;
position: relative;
margin:0 auto 4%;
border: #404040 1px solid;
border-radius: .6rem;
padding:.6rem;
background:#FFF;
}

#boss .section_wrap .d_img{
width: 100%;
margin: 0 auto 20px;
position: relative;
overflow: hidden;
}

#boss .section_wrap .d_img img{
border-radius: .6rem;
}

#boss .section_wrap .txt_box{
position: relative;
text-align: center;
margin: 0 0 30px;
}

#boss .section_wrap .txt_box .s_name{
display: block;
font-size: 1rem;
font-weight: 600;
line-height: 1.2;
margin-bottom: 10px;
}

#boss .section_wrap .txt_box .name{
font-weight: 700;
font-size: 1.6rem;
line-height: 1;
}

#boss .section_wrap .d_img .bg_en_txt{
position: absolute;
bottom: -30px;
right: -10px;
font-size: 8rem;
font-weight: 200;
font-family: "Oswald", sans-serif;
line-height: 1;
color: rgb(255, 255, 255);
mix-blend-mode: overlay;
}

#boss .section_wrap .d_block{
width: 90%;
margin: 0 auto 40px;
}


#boss .section_wrap .d_block h3{
font-size: 1.4rem;
font-weight: 700;
line-height: 1.4;
color: #008dcf;
margin: 0 0 20px;
}

#boss .section_wrap .d_block .txt{
line-height: 2;
font-weight: 500;
}


.d_message_block{
width: 80%;
background: #008dcf;
padding: 30px;
box-sizing: border-box;
margin: 0 auto 80px;
}

.d_message_block h4{
color: #FFF;
font-size: 1.6rem;
font-weight: 200;
line-height: 1.4;
margin: 0 0 20px;
}

.d_message_block p{
color: #FFF;
font-weight: 700;
line-height: 2;
}


#boss .section_wrap .d_list{
width: 80%;
margin: auto;
}

#boss .section_wrap .d_list .view{
width: 100%;
margin-bottom: 20px;
}

#boss .section_wrap .d_list .view:last-child{
margin-bottom: 0;
}

#boss .section_wrap .d_list .view img{
border-radius: .6rem;
}

/*talk
-------------------------------------*/
#boss .section_wrap .common_btn_box{
text-align: center;
}

#boss .section_wrap .red_ttl{
font-size: 1.8rem;
font-weight: 900;
line-height: 1.6;
margin: 0 0 60px;
color: #171e27;
}

#boss .section_wrap .talk_hed_block{
width: 100%;
margin: 0 auto 80px;
position: relative;
overflow: hidden;
}

#boss .section_wrap .talk_hed_block .talk_img{
margin: 0 auto 40px;
}

#boss .section_wrap .talk_hed_block .talk_profile{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: rgba(0,0,0,.05);
padding: 30px;
box-sizing: border-box;
}

#boss .section_wrap .talk_hed_block .talk_profile li{
position: relative;
width: 48%;
}

#boss .section_wrap .talk_hed_block .talk_profile li .pro_img{
width: 160px;
height: 160px;
border-radius:50%;
margin: 0 auto 20px;
overflow: hidden;
}

#boss .section_wrap .talk_hed_block .talk_profile li .name{
font-size: 1.4rem;
font-weight: 800;
line-height: 1;
margin: 0 0 15px;
text-align: center;
}

#boss .section_wrap .talk_hed_block .talk_profile li .name span{
display: block;
font-size: .8rem;
color: #008dcf;
margin-bottom: 5px;
}

#boss .section_wrap .talk_hed_block .talk_profile li .txt{
background: rgba(255,255,255,1);
padding: 20px;
box-sizing: border-box;
border-radius: .6rem;
}

#boss .section_wrap .talk_block{
width: 80%;
margin: 0 auto 80px;
}

#boss .section_wrap .talk_block .tk_ttl{
font-size: 2rem;
font-weight: 800;
line-height: 1;
margin: 0 0 40px;
}

#boss .section_wrap .talk_block .talk_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 30px;
}

#boss .section_wrap .talk_block .talk_list dt{
width: 80px;
}

#boss .section_wrap .talk_block .talk_list dt .img{
width: 100%;
border-radius: 50%;
margin: auto;
overflow: hidden;
}

#boss .section_wrap .talk_block .talk_list dt p{
text-align: center;
font-size: .9rem;
font-weight:800;
line-height: 2;
margin: 5px 0 0;
}

#boss .section_wrap .talk_block .talk_list dd{
width: calc(100% - 110px);
font-weight: 600;
padding-top: 15px;
box-sizing: border-box;
}


#boss .section_wrap .talk_phbox{
margin: 0 auto 80px;
}

#boss .section_wrap .talk_phlist{
width: 100%;
margin: 0 auto 80px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#boss .section_wrap .talk_phlist li{
width: 48%;
}

#boss .section_wrap .talk_phlist li img{
border-radius: .6rem;
}

}