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

/* pc */

#new_employee .main_img{
	display: flex;
	align-items: center;
	width: 100%;
	min-width: 960px;
	height: 450px;
	margin-top: -5px;
	padding: 0 50px;
	background-image: url(../person/images/new_employee_main.jpg?d=2404);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:top;
}
.textbox h2{
	font-size: 26px;
	font-weight: bold;
	text-shadow: 0px 0px 10px #FFF;
	line-height: 1.5;
}
.textbox h2.clr_FFF{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	text-shadow: 0px 0px 10px #000;
	color: #FFF;
}
.textbox h2 span{
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.textbox h2 span.large{
	font-size: 35px;
}

#profile_box {
	width: 100%;
	min-width: 960px;
	display: flex;
	justify-content: center;
}
#profile_box li {
	width: calc(100% / 3);
	display: flex;
	justify-content: space-between;
	align-items: center;
	color:#FFF;
}
#profile_box.col02 li {
	width: calc(100% / 2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	color:#FFF;
}
#profile_1{
	background: #009EB6;
	border: 4px solid #009EB6;
}
#profile_2{
	background: #90A2D1;
	border: 4px solid #90A2D1;
}
#profile_3{
	background: #DD9BA5;
	border: 4px solid #DD9BA5;
}
#profile_4{
	background: #F3B906;
	border: 4px solid #F3B906;
}
#profile_5{
	background: #2963E6;
	border: 4px solid #2963E6;
}
#profile_box li .profile_txt {
	width: calc(100% - 140px);
	padding: 0 1em;
}
#profile_box li .profile_ph {
	width: 140px;
}
#profile_box li .profile_ph img {
	width: 100%;
	height: auto;
	line-height: 0;
	vertical-align: middle;
}
.name{
	font-size: 16px;
	font-weight: bold;
}
.position{
	margin-left: 1em;
	font-size: 14px;
}
.introduction{font-size: 12px;  padding:5px 0 0; line-height: 1.5;}

.talk{
	width: 960px;
	margin: 80px auto 0;
	padding: 0 15px;
	font-size: 15px;
}
.talk_text_flo_l{
	width:540px;
	float: left;
}
.talk_text_flo_r{
	width:540px;
	float: right;
}
.talk_photo_flo_l{
	width: 300px;
	float: left;
	padding: 15px 0 0;
}
.talk_photo_flo_r{
	width: 300px;
	float: right;
	padding: 15px 0 0;
}
.talk_headline{
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 80px;
}
.talk_headline span {
	background-color: #FADDEB;
}
.interviewer,
.person1,
.person2,
.person3,
.person4,
.person5  {
	position: relative;
	padding-left: 60px;
	padding-bottom: 15px;
}
.interviewer{
	background: url(../person/images/interviewer.gif) no-repeat left 5px;
	font-weight: bold;
}
.person1::before,
.person2::before,
.person3::before,
.person4::before,
.person5::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-image: url("../person/images/icon_K.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid #009EB6;
	border-radius: 100%;
}
.person2::before {
	background-image: url("../person/images/icon_W.jpg");
	border: 2px solid #90A2DA;
}
.person3::before {
	background-image: url("../person/images/icon_Y.jpg");
	border: 2px solid #DD9BA5;
}
.person4::before {
	background-image: url("../person/images/icon_S.jpg");
	border: 2px solid #F3B906;
}
.person5::before {
	background-image: url("../person/images/icon_H.jpg");
	border: 2px solid #2963E6;
}
.talk_photo_box{width: 300px; padding: 40px 0 0;}
.talk_photo_box img{width: 100%; height: auto;}
.dot{background: url(../person/images/dot.gif) no-repeat 50% top; padding-top: 3px;}



.newgraduate_message_box {
	width:100%;
	margin: 0 0 20px;
	padding:15px;
	font-size: 12px;
	line-height: 1.6;
	background:#009EB6;
	border-radius: 8px;
}
#newgraduate_message_box2.newgraduate_message_box {
	background: #90A2D1;
}
#newgraduate_message_box3.newgraduate_message_box {
	background: #DD9BA5;
}
.newgraduate_message_title{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
}
.newgraduate_message_title .message_name {
	display: block;
}
.newgraduate_message_img {
	text-align: center;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.1));
}
.newgraduate_message_img img {
	width: auto;
	height: 236px;
}
#newgraduate_message_box2 .newgraduate_message_img img {
	height: 210px;
}
#newgraduate_message_box3 .newgraduate_message_img img {
	height: 220px;
}
.newgraduate_message_txt {
	position: relative;
	background: #FFF;
	border-radius: 8px;
	padding: 15px;
}
.newgraduate_message_txt:after {
	position: absolute;
	content: '';
	top: -10px;
	left: 50px;
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
	width: 0;
	height: 0;
	transform: rotate(135deg);
}

.koborebanashi_box1{
	width:100%;
	margin: 0 0 20px;
	padding:20px;
	background:#009EB6;
	border-radius: 8px;
	position: relative;
}
.koborebanashi_box2{
	width:100%;
	margin: 0 0 20px;
	padding:20px;
	background:#90A2D1;
	border-radius: 8px;
	position: relative;
}
.koborebanashi_box3{
	width:100%;
	margin: 0 0 20px;
	padding:20px;
	background:#DD9BA5;
	border-radius: 8px;
	position: relative;
}
.kobore_photo{
	width:100%;
	margin: 10px auto 0;
}
.kobore_photo img {
	width:100%;
	height: auto;
	vertical-align: middle;
	border-radius: 8px;
}
.Kobore_txt{
	margin:0;
	color: #FFF;
	font-size: 11px;
	line-height: 1.7;
}
.Kobore_title{
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.kobore_icon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
}
.kobore_icon img {
	width: 100%;
	height: auto;
	border-radius: 100%;
}
.kobore_name {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.talk_text_col02, .talk_photo_col02{display: flex; justify-content:space-between;}
.talk_text_col02 p, .talk_photo_col02 div{width: 48%;}
.talk_photo_col02 div.talk_photo_box{width:420px; padding: 0; margin: auto;}
.talk_photo_col02 div img{max-width: 100%; height: auto;}

.kobore_new_employee{
	width: 930px;
	margin: 0 auto;
	padding:0;
	font-size: 15px;
}
.kobore_new_employee{display: flex; justify-content:space-between;}
h3#kobore_h3{text-align: center; padding: 80px 0 0;}
.koborebanashi_box4{
width:48%;
	 margin: 30px 0 0;
	padding:20px;
	background:#F3B906;
	border-radius: 8px;
	position: relative;
}
.koborebanashi_box5{
width:48%;
	 margin: 30px 0 0;
	padding:20px;
	background:#2963E6;
	border-radius: 8px;
	position: relative;
}
.kobore_icon_box{width: 100px; padding-right: 20px; float: left;}
.Kobore_txt img{margin-top: 20px; width: calc(100% - 110px); border-radius: 5px;}
#newgraduate_message_box{width:100%; margin: 0 auto 20px; padding: 0 0 20px; background: #FADDEB; border-radius: 8px;}
#newgraduate_message_title{text-align: center; padding: 20px 0; font-size: 18px; font-weight: bold; color: #000;}
.newgraduate_message{width:405px; float: left; position: relative; margin: 0 0 0 35px; }
.newgraduate_message_txt02{background: #FFF; border-radius: 8px; margin: 0 0 0 120px; padding: 10px 20px 10px 30px; font-size: 0.9em;}
.newgraduate_message_txt02 span{font-size: 15px; font-weight: bold; display: block; padding-bottom:5px;}
#img_message1{position: absolute; top: -40px; left: 25px;}
#img_message2{position: absolute; top: 0px; right: 270px;}
.main_txt{color: #FFF; text-shadow: 0px 0px 10px #000;}




#person {
	
}
#person li {
	list-style: none;
}
#person img {
	width: 100%;
	height: auto;
}
#person .page_title {
	width: 100%;
	max-width: 490px;
	margin: 50px auto 20px;
	text-align: center;
}
#person .lead {
	padding: 0 20px;
	font-size: 16px;
	text-align: center;
}
#person .person_menu {
	display: flex;
	justify-content: center;
	column-gap: 2px;
	width: 100%;
	max-width: 950px;
	margin: 40px auto 50px;
}
#person .person_menu li {
	position: relative;
	box-sizing: border-box;
	width: 16.6%;
	height: 68px;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 68px;
}
#person .person_menu li::after {
	position: absolute;
	content: "\f107";
	display: block;
	width: 100%;
	height: 12px;
	color: #fff;
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	text-align: center;
	line-height: 12px;
	background-color: #333333;
}
#person .person_menu li:first-of-type {
	border-radius: 10px 0 0 0;
}
#person .person_menu li:last-of-type {
	border-radius: 0 10px 0 0;
}
#person .person_menu li:first-of-type::after {
	border-radius: 0 0 0 10px;
}
#person .person_menu li:last-of-type::after {
	border-radius: 0 0 10px 0;
}

#person .person_menu li a {
	display: block;
	text-decoration: none;
}
#person .dept01 {
	background-color: #e5f0e2;
}
#person .dept02 {
	background-color: #ffe7d6;
}
#person .dept03 {
	background-color: #f7e2f0;
}
#person .dept04 {
	background-color: #deecff;
}
#person .dept05 {
	background-color: #d2f3ff;
}
#person .dept06 {
	background-color: #e5e4ff;
}

#person .person_detail {
	box-sizing: border-box;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding-left: 72px;
}
#person .person_detail li {
	position: relative;
	margin-bottom: 50px;
}
#person .person_profile_box {
	position: absolute;
	top: 35px;
	left: -72px;
	width: 280px;
	filter:drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.3));
}
#person .person_profile_box .person_img_main {
	
}
#person .person_profile_box .person_profile {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 50px;
	background-color: #333;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}
#person .person_profile_box .person_profile .year {
	margin-left: 10px;
	font-size: 15px;
}
#person .person_interview_box {
	box-sizing: border-box;
	padding: 30px 40px 30px 243px;
	border-radius: 10px;
}
#person .person_interview_box .person_interview_title {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
}
#person .person_interview_box .person_interview {
	font-size: 15px;
}
#person .person_interview_box .person_interview .person_img_sub {
	display: none;
}
#person .person_interview_box .person_extra {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin: 25px auto 0;
}
#person .person_interview_box .ouen {
	width: 63%;
	max-width: 380px;
	padding: 20px 25px;
	font-size: 14px;
	background-color: #fff;
	border-radius: 10px;
}
#person .person_interview_box .ouen dt {
	max-width: 164px;
	margin-bottom: 10px;
}
#person .person_interview_box .person_img_sub {
    width: 33.6%;
	max-width: 200px;
	font-size: 0;
}

/* tablet */
@media screen and (max-width: 1024px) {
	
	.name{
	    display: inline;
	}
	.position{
	    display: inline;
	    margin-left: 1em;
	}

}

/* smartPhone */
@media screen and (max-width: 640px) {
	
    #new_employee .main_img {
        align-items: end;
        height: 450px;
        min-width:inherit;
        padding: 0;
        background-image: url(../person/images/new_employee_main_sp.jpg?d=2404);
        background-size:cover;
		background-position: top;
    }
    .textbox {
        width:100%;
        margin: 0 auto;
    }
    .textbox h2 {
        font-size: 16px;
        color: #FFF;
        margin-bottom:0;
        background:rgba(0,0,0,0.8);
        padding:10px 10px 8px;
        text-shadow: none;
    }
    .textbox h2 span {
        font-size: 12px;
    }
    .textbox h2 span.large {
        font-size: 22px;
    }
    .textbox h2 span.large br {
        display: none;
    }
    .textbox p {
        font-size:12px;
        line-height: 1.8;
        letter-spacing: -1px;
        width:100%;
        padding:12px 2%;
        background: #DDD;
        color: #000;
    }

    #profile_box{
        min-width:inherit;
        width:100%;
        margin: 0;
        flex-wrap: wrap;
    }
    #profile_box li {
        width: 100%;
        align-items: center;
    }
	#profile_box.col02 li {
	width: 100%;
	align-items: center;
}

    #profile_box li .profile_txt {
        width: calc(100% - 100px);
        padding: 0 1em;
    }
    #profile_box li .profile_ph {
        width: 100px;
    }
    .name{
        font-size: 14px;
    }
    .position{
        font-size: 12px;
    }
    .introduction{
        font-size: 10px;
        line-height: 1.5;
    }

    .talk{
        width:96%;
        margin: 60px auto 0;
    }
    .talk_text_flo_l, .talk_text_flo_r, .talk_photo_flo_l, .talk_photo_flo_r{
        width: 100%;
        float:none;
    }
    .talk_headline{
        margin-bottom: 40px;
        font-size: 22px;
    }
    .talk_headline br {
        display: none;
    }
    .talk_photo_box{
        width:48%;
        padding:0 0 0 2%;
        float: left;
    }

    #newgraduate_message_box{
        width:96%;
        padding: 20px;
    }
    .newgraduate_message_title{
        font-size: 20px;
    }


    .koborebanashi_box1,.koborebanashi_box2,.koborebanashi_box3 {
        float: none;
        width: 100%;
        margin: 40px 0 20px;
        }
    .Kobore_txt {
        font-size: 11px;
        line-height: 1.7;
    }

.talk_text_col02{display:block;}
.talk_text_col02 p{width:100%;}
.talk_photo_col02{display:inherit;}
.talk_photo_col02 div.talk_photo_box{width:100%; padding: 0;}
.talk_photo_col02 div img{max-width: 100%; height: auto;}

.kobore_new_employee{
	width: 90%;
	flex-wrap: wrap;
}
h3#kobore_h3{text-align: center; padding: 40px 0 0;}
.koborebanashi_box4, .koborebanashi_box5{width:100%;}
.kobore_icon_box{width: 100px; margin: auto; padding-right:0; float:none;}
.Kobore_txt img{margin-top: 20px; width:100%;}

#newgraduate_message_box{ margin:0 auto 20px; padding: 0 0 20px;}
#newgraduate_message_title{ padding: 10px 0; font-size: 15px;}
.newgraduate_message{width:96%; min-height: 140px; float:none; margin: 0 0 15px; }
.newgraduate_message_txt02{margin: 0 0 0 70px; padding: 10px 10px 10px 30px; font-size: 13px; line-height: 1.7em;}
#img_message1{position: absolute; top:0; left:5px;}
#img_message2{position: absolute; top:10px; left:5px;}
#img_message1 img, #img_message2 img{width:85px; height: auto;}
.main_txt{text-shadow:none; font-size: 13px;}

	
#person {
	
}
#person .page_title {
	width: 82%;
	max-width: 340px;
	margin: 20px auto;
}
#person .lead {
	text-align: left;
}
#person .person_menu {
	flex-wrap: wrap;
	margin: 25px auto 40px;
	padding: 0 12px;
}
#person .person_menu li {
	width: calc(33% - 2px);
	height: 40px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 40px;
}
#person .person_menu li::after {
	height: 10px;
	font-size: 10px;
	line-height: 10px;
}
#person .person_menu li:last-of-type {
	border-radius: 0 0 0 0;
}
#person .person_menu li:nth-of-type(3) {
	border-radius: 0 10px 0 0;
}
#person .person_menu li:nth-of-type(4)::after {
	border-radius: 0 0 0 10px;
}
#person .person_menu li:first-of-type::after {
	border-radius: 0 0 0 0;
}

#person .person_detail {
	padding: 0 12px;
}
#person .person_detail li {
	padding-top: 170px;
}
#person .person_profile_box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
	
#person .person_interview_box {
	padding: 190px 25px 28px;
}
#person .person_interview_box .person_interview_title {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 18px;
}
#person .person_interview_box .person_interview_title br {
	display: none;
}
#person .person_interview_box .person_interview {
}
#person .person_interview_box .person_interview .person_img_sub {
	display: block;
	float: right;
	width: 200px;
	margin: 5px -37px 0 10px;
}
#person .person_interview_box .person_extra {
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 25px 0 0;
}
#person .person_interview_box .ouen {
	width: 100%;
	padding: 20px 25px;
}
#person .person_interview_box .person_img_sub {
    display: none;
}

	
}
