@charset "UTF-8";
/*==========================
タイトル部分
============================*/
.ly_wrap_pr{
	max-width: 950px!important;
	margin: auto;
}
.ly_why{
	padding: 10px 30px;
	border: 1px solid #999;
	border-radius: 4px;
}
.member{
	font-size: 1em;
	font-weight: bold;
	color:#1B5F98;
}
.member::after{
	content: "──────";
	margin-left: 0.5em;
}
.h3ttl_style{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 2.5em!important;
	line-height: 1.2;
	font-weight: bold!important;
	margin: 2em 0 0 0!important;
}
.h3ttl_style span{
	font-size: 0.4em!important;
	color:#244677;
	display: block;
	letter-spacing: 5px;
	margin-bottom: 2em;
}
.h3ttl_style span {
  position: relative;
  padding: 1rem .5rem;
}

.h3ttl_style span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#7feab9), to(#4fa5d9));
  background-image: -webkit-linear-gradient(right, #7feab9 0%, #4fa5d9 100%);
  background-image: linear-gradient(to left, #7feab9 0%, #4fa5d9 100%);
}

.subcopy{
	margin-top: 1em!important;
}
.interviewer{
	font-weight: bold;
	font-size: 1.2em!important;
	margin: 2.5em 0 2.5em 0!important;
}
.interviewer::before{
	content: "──";
	margin-right: 0.5em;
}
.photo_wrap{
	margin:  2.5em auto 4em auto;
	max-width: 680px;
	height:auto;
}
@media screen and (max-width: 768px) {
.ly_wrap_prof{
	max-width: 768px!important;
	margin: auto;
}
.h3ttl_style{
	font-size: 2em!important;
	margin: 2em 0 0.3em 0;
}
.interviewer{
	font-size: 1em!important;
}
}
/*==========================
内容
============================*/
.rwd-main-content-group p.rwd-text{
 line-height: 1.8em!important;
}
.ly_wrap{
	max-width: 850px;
	margin: auto;
	text-align: left;
}
/* 社員のプロフィール */
.prof_unit{
    display: -webkit-flex;
    display: flex;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 15px 20px;
	margin-bottom: 1.5em;
}
.prof_unit_face{
	margin: 0 1.5em 0 0!important;
	max-width: 130px!important;
	height:auto!important;
}
.prof_unit_face img{
	vertical-align:top;
}
.prof_unit_txt{
	align-self: center;
}
.prof_unit_txt p{
	font-size: 0.95em!important;
	line-height: 1.4em!important;
}
.prof_unit_txt img{
    max-width: 110px!important;
	height:auto;
	margin-bottom: 5px;
	vertical-align:top;
}
/* なぜ新入社員が参戦？ */
.mg_unit{
    display: -webkit-flex;
    display: flex;
}
.mg_unit_face{
	margin: 0 1.5em 0 0!important;
	width: 20%;
	vertical-align:top;
	text-align: center;
}
img.mg_unit_face_face{
	max-width: 160px!important;
	height:auto;
}
img.mg_unit_face_name{
	max-width: 100px!important;
	height:auto;
}
.mg_unit_txt{
	align-self: center;
	width: 80%;
}
.mg_ttl{
	color:#216aa7;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5em!important;
	margin-top: 10px;
}

/* 社員のコメント */
.sec_unit{
    display: -webkit-flex;
    display: flex;
	margin-bottom: 1.5em;
}
.sec_unit_face{
	text-align: center;
	margin-right: 1em;
	width: 70px!important;
}
.sec_unit_txt {
    width: auto;
	align-self: center;
}
.txtv_center {
	align-self: center;
}
.sec_unit_photo{
	margin: 2em auto 3em auto;
	clear: both;
}
.sec_unit_photo figcaption{
	margin: 5px 0!important;
	padding: 0!important;
	font-size:0.75em!important;
}
figcaption{
	font-size: 0.95em;
	margin: 0.5em 2px!important;
}
.last_come{
	text-align:right;
	font-size: 0.75em!important;
}
/*==========================

画面サイズが768px以下の場合に適用

============================*/
@media screen and (max-width: 767px) {
.prof_unit{
	padding: 15px;
}
}
/*==========================

画面サイズが499px以下の場合に適用

============================*/
@media screen and (max-width: 499px) {
.sec_unit_face{
	text-align: center;
	margin-right: 0.85em;
	width: 50px!important;
}
/* 社員のプロフィール */
.prof_unit{
	padding: 8px 8px;
	margin-bottom: 1em;
}
.prof_unit_face{
	margin: 0 8px 0 0!important;
	max-width: 100px!important;
}
.prof_unit_txt img{
    max-width: 90px!important;
}
/* なぜ新入社員が参戦？ */
.ly_why{
	padding: 15px 15px;
}
.mg_unit{
    display:block;;
}
.mg_unit_face{
	margin: 0 0 0 0!important;
	width: 100%;
	vertical-align:top;
	text-align: left;
}
img.mg_unit_face_face{
	max-width: 140px!important;
	height:auto;
}
img.mg_unit_face_name{
	max-width: 100px!important;
	height:auto;
}
.mg_unit_txt{
	align-self: center;
	width: 100%;
}
.mg_ttl{
	margin-bottom: 20px;
}
.last_come{
	text-align:left;
	font-size: 0.85em;
}
}