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

/*@font-face {
font-family: "mplus-1p-b";
src: url("../font/mplus-1p-bold.eot?") format('eot'),  url("../font/mplus-1p-bold.woff") format('woff');
}
@font-face {
font-family: "mplus-1p-m";
src: url("../font/mplus-1p-medium.eot?") format('eot'),  url("../font/mplus-1p-medium.woff") format('woff');
}*/
.staff * {
box-sizing: border-box;
}
.staff img {
display: block;
max-width: 100%;
height: auto;
vertical-align: bottom;
}
.conteinaer {
max-width: calc(1000px - 2rem);
width: calc(100% - 2rem);
margin:  auto;
padding: 0 1rem;
}
.flex-row {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -1rem 1rem;
padding-bottom: 1rem;
}
.flex-v-center {
-webkit-align-items: center;
align-items: center;
}
.flex-v-top {
-webkit-align-items: flex-start;
align-items: flex-start;
}
.flex-h-center {
-webkit-justify-content: center;
justify-content: center;
}
h3 {
/*font-family:"mplus-1p-b";*/
font-size: 1.4em;
font-weight: 600;
color: #D9000F;
margin-bottom: 1rem;
margin-left: 7.5rem;
}
p {
/*font-family: "mplus-1p-m";*/
font-weight: normal;
line-height: 1.6rem;
color: #353535;
margin: 0 10rem 4rem;
}
.staff img {
margin: auto;
}
.bg-01, .bg-02 {
background-image: url("../images/staff/bg-icon-01.png");
background-repeat: no-repeat;
}
.bg-01 {
background-position: 105% 85%;
}
.bg-02 {
background-position: -5% 85%;
}
.bg-03, .bg-04 {
background-image: url("../images/staff/bg-icon-02.png");
background-repeat: no-repeat;
}
.bg-03 {
background-position: 105% 95%;
}
.bg-04 {
background-position: -5% 85%;
}
.text {
width: calc(66.7% - 2rem);
margin-right: 2rem;
}
.text img {
margin-bottom: 2rem;
}
.text p {
margin-left: 10rem;
margin-right: 0;
}

/*--------------------staff基本設定ここまで--------------------*/

img.staff-header-sp {
display: none;
}


/*--------------------scheduleここから--------------------*/


.time {
width: 33.3%;
background-color: #D8000F;
border-radius: 2rem 0 0 2rem;
padding: 1rem 0 0 2rem;
}
.time h3,
.time h4,
.time p {
color: #FFF;
margin: 0;
}
.time h3 {
background-image: url("../images/staff/time-h3.png");
background-repeat: no-repeat;
background-position: left bottom;
padding: 1rem 0 0 4rem;
font-size: 2rem;
margin-bottom: 2rem;
}
.time h4 {
margin: 1rem 0;
}
.schedule {
color: #FFF;
width: 100%;
margin: 0 0 0 0.5rem;
background-image: url("../images/staff/time-dotted.png");
background-repeat: no-repeat;
background-position: 1.5rem center;
}
.schedule.flex-row:last-child {
background-image: none;
}
.schedule.flex-row div {
margin: 0 0 0.5rem 0.5rem;
font-size: 0.8em;
}
.schedule.flex-row:last-child div {
margin: 0 0 5rem 0.5rem;
}
.schedule.flex-row div.time-01 {
width: calc(18% - 1.25rem);
}
.schedule.flex-row div.time-02 {
margin-left: 0.25rem;
width: calc(18% - 0.5rem);
text-align: right;
}
.schedule.flex-row div.time-03 {
margin-right: 0;
width: calc(64% - 1rem);
}


/*--------------------scheduleここまで--------------------*/



/*--------------------今後の目標ここから--------------------*/
.aim {
width: 50%;
background-color: #D8000F;
border-radius: 0 2rem 2rem 0;
padding: 2rem 2rem 2rem 8rem;
margin-top: 5rem;
}
.aim h3,
.aim p {
color: #FFF;
margin: 0;
}
.aim h3 {
background-image: url("../images/staff/time-h3.png");
background-repeat: no-repeat;
background-position: left bottom;
padding: 1rem 0 0 4rem;
margin-bottom: 1rem;
}
.aim p {
margin-left: 2rem;
font-size: 0.8em;
line-height: 1.6em;
}
.staff-aim-bg {
background-position: top right;
background-repeat: no-repeat;
margin-bottom: 4rem;
}

/*今後の目標背景写真はここを増やす*/
.staff-aim-01 {
background-image: url(../images/staff/staff01-2.jpg);
}
.staff-aim-02 {
background-image: url("../images/staff/staff02-2.jpg");
}
.staff-aim-03 {
background-image: url("../images/staff/staff03-2.jpg");
}
.staff-aim-04 {
background-image: url("../images/staff/staff04-2.jpg");
}
.staff-aim-05 {
background-image: url("../images/staff/staff05-2.jpg");
}
.staff-aim-06 {
background-image: url("../images/staff/staff06-2.jpg");
}
.staff-aim-07 {
background-image: url("../images/staff/staff07-2.jpg");
}
.staff-aim-08 {
background-image: url("../images/staff/staff08-2.jpg");
}


/*--------------------今後の目標ここまで--------------------*/



/*--------------------社員紹介ここから--------------------*/

.staff-h3 {
transform: rotate(-5deg);
margin-left: 0;
margin-bottom: 3rem;
}
.staff-h3 img {
display: inline !important;
}
.staff-list-row {
	max-width: 650px;
	margin: 0 auto;
}
a.staff-link {
display: block;
/*width: calc(25% - 1rem);*/
/*width: calc(33.33% - 1rem);*/
width: calc(50% - 1rem);
margin: 0 0.5rem 1rem
}
a.staff-link:hover,
a.staff-link:focus {
text-decoration: none;
}
a.staff-link figure {
position: relative;
overflow: hidden;
text-align: center;
}
a.staff-link figure img {
transition: ease-in-out 0.5s;
}
a.staff-link:hover figure img,
a.staff-link:focus figure img {
transform: scale(1.2);
}
a.staff-link figure figcaption {
position: absolute;
display: flex;
align-items: center;
top: 0;
left: 0;
bottom: 0;
width: 100%;
background-color: rgba(0,0,0,0.50);
color: #FFF;
padding: 1rem;
font-size: 1.2rem;
transition: ease-in-out 0.5s;
}
a.staff-link:hover figure figcaption,
a.staff-link:focus figure figcaption {
background-color: rgba(0,0,0,0.0);
}
a.staff-link figure figcaption span {
transition: ease-in-out 0.5s;
color: rgba(255,255,255,1);
}
a.staff-link:hover figure figcaption span,
a.staff-link:focus figure figcaption span {
color: rgba(0,0,0,0.5);
}
.staff-link-position {
font-weight: 100;
font-size: 0.8em;
background-color: #D8000F;
color: #FFF;
padding: 0.25rem 0.5rem;
}
/*--------------------社員紹介ここまで--------------------*/

@media (max-width:750px){
.top_staff_cnt img {
max-width: 100%;
height: auto;
}

img.staff-header {
display: none;
}
img.staff-header-sp {
display: block;
margin-bottom: 2rem;
}

h3 {
margin-left: 1rem;
font-size: 1em;
}
p,
.text p{
margin: 0 1rem 4rem;
}
.bg-01, .bg-02, .bg-03, .bg-04 {
background-image: none;
}
.text {
width: 100%;
margin-right: 0;
}
.time,
.aim{
width: 100%;
}
.staff-aim-bg {
background-size: contain;
}
.aim{
margin-top: 240px;
padding: 1rem;
}
.aim h3,
.aim p{
margin-left: 1rem;
}
a.staff-link {
width: calc(50% - 1rem);
}
.staff-link-position span {
display: block;
}
}
