/*==================================
メインビジュアルの個別設定
==================================*/
#ContMainSlider {
background: url(../img/about_header_202405.jpg) no-repeat center center;
background-size: cover;
}

#ContMainSlider .ContMainTitleBG {
background: -webkit-linear-gradient(left, rgba(30,92,128,0.8) 0%,rgba(30,92,128,0) 100%);
background: linear-gradient(to right, rgba(30,92,128,0.8) 0%,rgba(30,92,128,0) 100%);
}

/*==================================
ページコンテンツの設定
==================================*/
#PageCategoryWrapper form#pageCategory {
width: 100%;
}

@media screen and (min-width: 981px) {
#PageCategoryWrapper li a {
font-size: 0.85em;
padding-left: 17px;
padding-right: 17px;
}
}

@media screen and (max-width: 980px) {
#PageCategoryWrapper li a {
font-size: 0.8em;
padding-left: 15px;
padding-right: 15px;
}
}

@media screen and (max-width: 940px) {
#PageCategoryWrapper li a {
padding-left: 15px;
padding-right: 15px;
}
}

@media screen and (max-width: 900px) {
#PageCategoryWrapper li a {
padding-left: 12px;
padding-right: 12px;
}
}

@media screen and (max-width: 850px) {
#PageCategoryWrapper li a {
padding-left: 9px;
padding-right: 9px;
}
}

@media screen and (max-width: 820px) {
#PageCategoryWrapper li a {
padding-left: 7px;
padding-right:7px;
}
}

@media screen and (max-width: 800px) {
#PageCategoryWrapper li a {
padding-left: 5px;
padding-right:5px;
}
}

/*==================================
スタッフボックス
==================================*/
#StaffWrapper .innerBox {
}

#StaffWrapper .staff_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.StaffBox01 {
width: 50%;
/* float: left; */
overflow: hidden;
position: relative;
margin-bottom: 40px;
line-height: 1.7;
}

.StaffBox01 a {
color: #222;
text-decoration: none;
display: block;
overflow: hidden;
}

.StaffBox01 .StaffBox01Photo {
width: 200px;
float: left;
}

.StaffBox01 .StaffBox01Photo em {
font-size: 0.65rem;
display: block;
text-align: center;
line-height: 1.8;
}

.StaffBox01 .StaffBox01Photo img {
transition: all 0.3s ease;
display: block;
}
.StaffBox01 .StaffBox01Photo em {
font-size: 0.65rem;
display: block;
text-align: center;
line-height: 1.8;
}

.StaffBox01Text {
margin-left: 220px;
padding-top:10px; 
}

.StaffBox01Text strong {
font-size: 0.8rem;
font-weight: 400;
}

.StaffBox01Text h3 {
font-size: 1.2rem;
}

.StaffBox01Text span {
font-size: 0.75rem;
font-weight: 400;
display: block;
}

.StaffBox01Text .MoreBtn {
position: absolute;
bottom:20px;
left: 220px;
background: #222;
color: #FFF;
font-size: 0.75rem;
width: 100px;
border-radius: 3px;
padding: 8px;
line-height: 1.5;
padding-right: 0;
transition: all 0.3s ease;
}

.StaffBox01Text .MoreBtn i {
padding-left: 10px;
}

.StaffBox01 a:hover .MoreBtn {
background: #0071BC;
}

.StaffBox01 a:hover img {
opacity: 0.7;
}

@media screen and (max-width: 700px) {
.StaffBox01 {
width: 100%;
float: none;
margin-bottom: 20px;
}
.StaffBox01 .StaffBox01Photo {
width: 110px;
}
.StaffBox01 .StaffBox01Photo em {
font-size: 0.5rem;
line-height: 1.5;
}
.StaffBox01Text {
margin-left: 120px;
padding-top:0;
}
.StaffBox01Text strong {
font-size: 0.7rem;
}
.StaffBox01Text h3 {
font-size: 1rem;
}
.StaffBox01Text span {
font-size: 0.7rem;
}
.StaffBox01Text .MoreBtn {
position: absolute;
bottom:10px;
left:inherit;
right:0px;
background: #222;
color: #FFF;
font-size: 0.65rem;
width: 80px;
border-radius: 3px;
padding: 2px;
line-height: 1.5;
padding-right: 0;
transition: all 0.3s ease;
}

}


/* 写真なし */
.StaffBox02 {
overflow: hidden;
padding-bottom: 40px;
}

.StaffBox02 h3 {
background: #F1F1F1;
padding: 8px;
font-size: 1rem;
font-weight: 700;
}

.StaffBox02 ul {
overflow: hidden;
line-height: 1.8;
padding-top: 10px;
padding-left: 10px;
font-size: 0.85rem;
}

.StaffBox02 ul a {
color: #222;
text-decoration: underline;
}

.StaffBox02 ul a:hover {
text-decoration: none;
}

.StaffBox02 ul li {
width: 25%;
float: left;
}

@media screen and (max-width: 700px) {
.StaffBox02 ul li {
width: 50%;
	font-size: 0.9em;
}
}

@media screen and (max-width: 320px) {
.StaffBox02 ul li {
	font-size: 0.85em;
}
}

.StaffBox02 span {
text-decoration: none;
display: inline-block;
padding-left: 3px;
	font-size: 0.9em;
}

.StaffBox02 span.Red {
color: #EA1C24;
}

.StaffBox02 span.Green {
color: #008F45;
}

.StaffBox02 span.Blue {
color: #5591B7;
}

.StaffBox02 span.Grey {
color: #666;
}

.StaffHanrei {
padding-top: 20px;
clear: both;
font-size: 0.75rem;
text-align: right;
}

/*==================================
スタッフ個別
==================================*/
.StaffEntryPhoto {
width: 300px;
float: right;
text-align: center;
}

.StaffEntryPhoto img {
width: 100%;
}

.StaffEntryPhoto span {
display: block;
font-size: 0.7rem;
line-height: 1.8;
}

.StaffEntryText {
margin-right: 330px;
}

.StaffEntryText p {
padding-bottom: 10px;
}

.MoreBtn.Staff {
padding-top: 40px;
clear: both;
}

.MoreBtn.Staff a i {
padding-right: 10px;
}

@media screen and (max-width: 700px) {
.StaffEntryPhoto {
width: 70%;
margin: auto;
float: none;
padding-bottom: 20px;
}
.StaffEntryText {
margin-right: 0;
}
}
