@charset "utf-8";
/* CSS Document */
.c-jost{
  font-family: "Jost", sans-serif;}
.c-img_full img{
	width: 100%!important;
	height: auto!important;
}
#flash02{
	position: relative;
	width: 100%;
	padding-top: 70px;
}
#flash02 .photo{
	position: relative;
}
#flash02 h2{
	font-size: 52px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: absolute;
	left: 7%;
	top: calc(50% + 35px);
	transform: translateY(-50%);
	color: #fff;
	padding-bottom: 0;
}
#p-interviewmain{
	position: relative;
	width: 100%;
	padding-top: 70px;
}
#p-interviewmain .photo{
	position: relative;
}
#p-interviewmain .p-box{
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
	position: absolute;
	left: 7%;
	top: calc(50% + 35px);
	transform: translateY(-50%);
	color: #fff;
	padding-bottom: 0;
}
#p-interviewmain .c-jost{
	font-size: 20px;
	line-height: 1em;
	text-transform: uppercase;
	padding-bottom: 100px;
}
#p-interviewmain h2{
	font-size: 40px;
	line-height: 1.6em;
	font-weight: bold;
	padding-bottom: 40px;
}
#p-interviewmain .p-name{
	font-size: 28px;
	line-height: 1.6em;
}
#p-catch{
	background-color: #FFF;
}
#p-catch .p-inner{
	width: 90%;
	max-width: 860px;
	margin: 0 auto;
	padding-top: 120px;
	padding-bottom: 110px;
}
#p-catch .p-inner02{
	width: 90%;
	max-width: 860px;
	margin: 0 auto;
	padding-top: 120px;
	padding-bottom: 0px;
}
.c-bg_white{
	background-color: #FFF;
}
.c-bg_white .c-inner{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 80px;
}
.c-bg_white .c-inner02{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0 80px;
}
.c-bg_gray{
	background-color: #F0F0F0;
}
.c-bg_gray .c-inner{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 90px 0 80px;
}

.c-bg_gray .c-inner_full{
	width: 100%;
	margin: 0 auto;
	padding: 90px 0 80px;
}
.c-bg_g_box{
	width: 90%;
	max-width: 1200px;
	margin: 100px auto;
	padding: 100px 0;
	position: relative;
	z-index: 10;
}
.c-bg_g_box:after{
	content: " ";
	visibility: visible;
	width: 134%;
	height: 100%;
	background-color: #F4F4F4;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.c-cel2-area{
	padding-right: 0;
	font-size:0;
}
.c-cel2-box{
	display: inline-block;
	width: 48.33%;
	max-width: 580px;
	font-size:24px;
	font-weight: 600;
	margin-right: 3.3%;
	vertical-align: top;
	
}
.c-cel2-box:nth-child(2){
	margin-right: 0px;
}
.c-cel2-box .c-photo{
	position: relative;
	margin-bottom: 20px;
}
.c-cel2-box .c-photo img{
	width: 100%;
	height: auto;
}
a .c-link-icon {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 58px;
	height: 58px;
	background-color: #E8350C;
	border: 1px solid #E8350C;
}
a .c-link-icon span {
  color: #eee;
  position: relative; /* ←ポイント */
  z-index: 3;    /* ←ポイント */
  transition: .3s; /* ←ポイント */
}
/*ボタン上のアニメーションの設定*/
a .c-link-icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);           /* ←ポイント */
  transition: transform .2s ease-out; /* ←ポイント */
  transform-origin: left;           /* ←ポイント */
}


a .c-link-icon:hover:before{
  transform: scale(1, 1);    /* ←ポイント */
}
a .c-link-icon span{
	
}
a .c-arrow-minimal {
  display: inline-block;
  width: 18px;      /* 軸の長さ */
  height: 1.5px;    /* 軸の太さ */
  background: #fff; /* 矢印の色（背景が赤なので白） */
  position: relative;
	top:10px;
	left:18px;
}
a:hover .c-arrow-minimal {
  width: 18px;      /* 軸の長さ */
  height: 1.5px;    /* 軸の太さ */
  background: #E8350C; /* 矢印の色（背景が赤なので白） */
  position: relative;
	top:10px;
	left:18px;
}

a .c-arrow-minimal::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px; 
  height: 10px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  box-sizing: border-box;
}
a:hover .c-arrow-minimal::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 16px; 
  height: 0px;
  border-top: 1.5px solid #E8350C;
  border-right: 1.5px none #E8350C;
  box-sizing: border-box;
}
.p-numwrap {
	display: flex;
	flex-wrap: wrap;
}
.p-numwrap .p-box{
	width: 32%;
	margin-right: 2%;
	background-color: #F4F4F4;
	text-align: center;
	margin-bottom: 35px;
	padding: 35px 0 25px;
}
.p-numwrap h5{
	padding-bottom: 0;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 900;
}
.p-numwrap .p-box:nth-of-type(3n){
	margin-right: 0;
}
.p-numwrap .p-num{
	font-size: 36px;
	font-weight: bold;
	padding-top: 20px;
	color: #E8350C;
	padding-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 0.8em;
}
.p-numwrap .p-num strong{
	font-size: 70px;
	line-height: 1em;
	display: inline-block;
	vertical-align: middle;
	padding: 0 4px 10px;
	font-weight: 500;
}

.p-numwrap .p-num02{
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px;
	color: #E8350C;
	padding-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}
.p-numwrap .p-num02 strong{
	font-size: 58px;
	line-height: 0.8em;
	display: inline-block;
	vertical-align: middle;
	padding: 0 4px;
	font-weight: 500;
}
.p-ancer__area{
	text-align: center;
	padding-top: 100px;
}
.p-ancer__list{
	padding-bottom: 50px;
}
.p-ancer__list li{
	display: inline-block;
	margin: 0px 0px 30px;;

}
.p-ancer__list li a{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 50px;
	color: #333;
	transition: 0.2s;
	background-image: url(../img/list_menu.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	background-size: 50px auto;
	padding: 5px 70px 5px;
	text-decoration: none;
}
.p-ancer__list li a:hover{
	color:#EE1C23;
	opacity: 1;
	background-position: right 10px;
	background-size: 40px auto;
}
.p-sec{
	margin-top: -20px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.p-sec h3{
	text-align: center;
	position: relative;
	font-size: 36px;
	padding: 0px 0 40px;
	margin-bottom: 40px;
}
.p-sec h3:after{
	position: absolute;
	content: "";
	width: 60px;
	height: 1px;
	border-bottom: 2px solid #EE1C23;
	top:100%;
	left:50%;
	transform: translateX(-50%);
	
}
.p-faqbox {
	margin-bottom: 20px;

}
.p-faqbox dt {
	position: relative;
	background-color: #F0F0F0;
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 80px;
	padding-right: 65px;
	font-size:18px;
	line-height: 1em;
	cursor: pointer;
}
.p-faqbox dt:before{
	content: "Q.";
	color:#EE1C23;
	font-size:26px;
	line-height: 1em;
	font-weight: bold;
	padding-right: 15px;
	position: absolute;
	top:15px;
	left:40px;font-family: "Jost", sans-serif;
}
.p-faqbox dt:after{
	content:"+";
	position: absolute;
	right:0;
	top:0;
	width: 60px;
	height: 60px;
	border: 1px solid #EE1C23;
	background: #EE1C23;
	color:#fff;
	text-align: center;
	line-height: 60px;
	font-size:36px;
	transition: 0.2s;
	font-weight: 100;
	visibility: visible;
	
}

.p-faqbox dt.opened:after{
	content:"―";
	position: absolute;
	right:0;
	top:0;
	width: 60px;
	height: 60px;
	border: 1px solid #EE1C23;
	background: #fff;
	color:#EE1C23;
	text-align: center;
	line-height: 60px;
	font-size:18px;
	
}
.p-faqbox dd {
	position: relative;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 80px;
	padding-right: 20px;
	font-size: 14px;
	line-height: 28px;
}
.p-faqbox dd:before{
	position: absolute;
	top:15px;
	left:40px;
	content: "A.";
	color:#EE1C23;
	font-size:26px;
	font-weight: bold;
	font-family: "Jost", sans-serif;
}
.p-work{
	position: relative;
	width: 100%;
	padding-bottom: 100px;
}
.p-work .p-photo{
	max-width: 1640px;
	width: 86%;
	text-align: right;
	margin: 0 auto 0 0;
	position: relative;
}
.p-work .p-photo img{
	border-radius: 20px;
}
.p-work:nth-of-type(2n+1) .p-photo{
	max-width: 1640px;
	width: 86%;
	text-align: left;
	margin: 0 0 0 auto;
	position: relative;
}
.p-work .p-inner{
	width: calc(90% - 120px);
	max-width: 1080px;
	margin: 0 auto;
	background-color: #fff;
	top: -13.2vw;
	position: relative;
	padding: 60px;
}
.p-interviewcareer{
	padding-top: 60px;
}
.c-cel3-gbox{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 80px;
}
.c-cel3-gbox .c-box{
	width: 25%;
	background-color: #F4F4F4;
	margin-right: 2%;
	padding: 100px 3.5% 20px;
}
.c-cel3-gbox .c-box:nth-of-type(3n){
	margin-right: 0;
}
.c-cel3-gbox .c-box h4{
	font-size: 22px;
	line-height: 1.6em;
	text-align: center;
	font-weight: bold;
	color: #E8350C;
	padding-bottom: 0;
	margin-bottom: -20px;
	position: relative;
	z-index: 10;
}
.c-cel3-gbox .c-box .p-img{
	width: 83%;
	padding-bottom: 0;	
	margin:0 auto -40px;
}
.c-cel3-gbox .c-box h5{
	font-size: 17px;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: url(../img/real/txt.png);
	background-size: 90% auto;
	background-position: center top;
}
.p-photoleft .p-photo{
	width: 50%;
	float: left;
}
.p-photoleft .p-box{
	width: 43%;
	float: right;
}

.p-photoright .p-photo{
	width: 50%;
	float: right;
}
.p-photoright .p-box{
	width: 43%;
	float: left;
}