@charset "UTF-8";

/*----------------
  #interview
----------------*/
#interview {
	width: 1246px;
	padding: 120px 0 40px;
	margin: auto;
	text-align: center;
}
#interview h2 {
	position: relative;
	margin-bottom: 90px;
}
#interview h2:before {
	content: "";
	position: absolute;
	top: -29px;
	left: 0;
	right: 0;
	width: 18px;
	height: 2px;
	margin: auto;
	background: #ef434c;
}
#interview h2:after {
	content: "";
	position: absolute;
	top: -22px;
	left: 0;
	right: 0;
	width: 18px;
	height: 2px;
	margin: auto;
	background: #47b3dd;
}
#interview h2 .jp {
	display: block;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 30px;
}
#interview h2 .en {
	display: block;
	font-size: 18px;
	font-weight: 400;
}

@media only screen and (max-width: 768px){
	#interview {
		width: 90%;
		padding: 60px 0 50px;
	}
	#interview h2 {
		margin-bottom: 50px;
	}
	#interview h2:before {
		top: -29px;
		width: 18px;
		height: 2px;
	}
	#interview h2:after {
		top: -22px;
		width: 18px;
		height: 2px;
	}
	#interview h2 .jp {
		font-size: 29px;
		margin-bottom: 10px;
	}
	#interview h2 .en {
		font-size: 11px;
	}
}
/*----------------
  section
----------------*/
section .inner {
	width: 820px;
	margin: auto;
}
section .bg_ptn .inner {
	width: 1120px;
	margin: auto;
}
.bg_ptn ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	width: 1120px;
	margin: auto;
}
.bg_ptn ul li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 360px;
	background: #fff;
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-radius: 40px;
	overflow: hidden;
}
.bg_ptn ul li:not(:nth-child(3n)) {
	margin-right: 20px;
}
.bg_ptn ul li a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
}
.bg_ptn ul li a:hover {
	opacity: .7;
}
.bg_ptn ul li .img {
	margin-bottom:30px;
}
.bg_ptn ul li .category {
	position: absolute;
	top: 290px;
	right: 0;
	left: 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 16px;
	text-align: left;
	box-sizing: border-box;
	width: 330px;
	background: #13a2dd;
}
.bg_ptn ul li .catch {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
	width: 300px;
	margin: 0 auto 30px;
}
.bg_ptn ul li .position {
	position: relative;
	color: #000;
	font-size: 12px;
	text-align: left;
	line-height: 2;
	width: 300px;
	margin: 0 auto 20px;
}
.bg_ptn ul li .name {
	color: #000;
	font-size: 22px;
	text-align: left;
	width: 300px;
	margin: auto auto 0;
}
.bg_ptn ul li .ls {
	letter-spacing: 0;
}
.bg_ptn ul li .place {
	color: #000;
	font-size: 12px;
	text-align: left;
	width: 300px;
	margin: 0 auto 20px;
}
.bg_white:before {
	content: "";
	position: absolute;
	top: 485px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.hd {
	margin: 0 auto 90px;
	text-align: left;
	position: relative;
	background: url(../../img/common/bg_pattern.png) repeat top left;
}
section .hd .inner {
	position: relative;
	width: 1100px;
	padding-top: 580px;
}
.hd .img {
	position: absolute;
	top: 0;
	right: 0;
	width: 660px;
	/* height: 460px; */
	margin: 0 auto;
	border-radius: 30px;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: transform 1s ease-out, opacity 1s ease-out;
	-o-transition: transform 1s ease-out, opacity 1s ease-out;
	transition: transform 1s ease-out, opacity 1s ease-out;
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
	opacity: 0;
}

.hd .img.over  {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.hd .catch {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 40px;
}
.hd .catch span {
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 7px;
	background: rgb(239,67,76);
	background: -moz-linear-gradient(90deg, rgba(239,67,76,1) 0%, rgba(71,179,221,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(239,67,76,1) 0%, rgba(71,179,221,1) 100%);
	background: linear-gradient(90deg, rgba(239,67,76,1) 0%, rgba(71,179,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef434c",endColorstr="#47b3dd",GradientType=1);
}
.hd .txtBlock {
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 2;
	-webkit-transition: transform 1s ease-out .5s, opacity 1s ease-out .5s;
	-o-transition: transform 1s ease-out .5s, opacity 1s ease-out .5s;
	transition: transform 1s ease-out .5s, opacity 1s ease-out .5s;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}
.hd .txtBlock.over {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.hd .txtBlock .category {
	color: #fff;
	font-size: 20px;
	line-height: 1;
	width: 450px;
	padding: 5px 15px;
	margin: 0 0 25px;
	box-sizing: border-box;
	background: #13a2dd;
}
.hd .txtBlock .position {
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 25px;
}
.hd .txtBlock .name {
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}
.hd .txtBlock .place {
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
}
.hd .txt {
	position: relative;
	font-size: 14px;
	line-height: 2;
	border-bottom: 1px solid #dcdcdc;
	width: 820px;
	padding: 60px 0 50px;
	margin: auto;
	z-index: 0;
	-webkit-transition: transform 1s ease-out .5s, opacity 1s ease-out .5s;
	-o-transition: transform 1s ease-out .5s, opacity 1s ease-out .5s;
	transition: transform 1s ease-out .5s, opacity 1s ease-out .5s;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}
.hd .txt.over {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.hd .txt:before {
	content: "Profile";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
.hd .txt:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	width: 700px;
	height: 1px;
	background: #dcdcdc;
}
.block {
	margin: 0 auto 120px;
	position: relative;
	text-align: left;
}
.block h3 {
	display: inline-block;
	margin: 0 0 30px;
	padding: 10px 5px;
	color: #fff;
	font-size: 32px;
	line-height: 1;
	background: #ef434c;
}
.block h3.blue {
	background: #47b3dd;
}
.block .txtBlock {
	margin: 0 auto 110px;
	text-align: left;
}
.block .txtBlock .catch {
	color: #ef434c;
	font-size: 24px;
	line-height: 1.75;
	margin: 0 auto 30px;
}
.block .txtBlock .catch.blue {
	color: #47b3dd;
}
.block .txtBlock .txt {
	line-height: 2.125;
	margin: 0 auto 50px;
}
.block .txtBlock .img {
	/* height: 270px; */
	margin: 0 auto 50px;
	border-radius: 30px;
	overflow: hidden;
}
.block .back {
	margin: 0 auto;
	width: 420px;
}
.block .back a {
	display: block;
	position: relative;
	padding: 15px 0;
	color: #000;
	font-size: 20px;
	text-align: center;
	line-height: 1;
	border-radius: 25px;
	border: 1px solid #000;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.block .back a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	width: 6px;
	height: 6px;
	margin: auto;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media only screen and (min-width:769px){
	.block .back a:hover {
		color: #fff;
		background: #000;
	}
	.block .back a:hover:after {
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}
}

@media only screen and (max-width: 768px){
	/*----------------
	  #interview
	----------------*/
	#interview {
		padding: 60px 0 50px;
	}
	#interview h2 {
		margin: 0 auto 8%;
	}
	#interview h2 .jp {
		font-size: 29px;
		letter-spacing: 7px;
	}
	#interview h2 .en {
		font-size: 10px;
		letter-spacing: 2px;
	}

	/*----------------
	  section
	----------------*/
	section .inner {
		width: 100%;
	}
	section .bg_ptn .inner {
		width: 100%;
	}
	.bg_ptn ul {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		width: 100%;
	}
	.bg_ptn ul li {
		width: 48%;
		border-radius: 15px;
		padding-bottom: 15px;
		margin-bottom: 25px;
	}
	.bg_ptn ul li:not(:nth-child(3n)) {
		margin-right: 0px;
	}
	.bg_ptn ul li a:hover {
		display: block;
		opacity: .7;
	}
	.bg_ptn ul li .img {
		margin-bottom:15px;
	}
	.bg_ptn ul li .category {
		top: 32vw;
		font-size: 10px;
		width: 85%;
	}
	.bg_ptn ul li .catch {
		font-size: 12px;
		width: 85%;
		margin: 0 auto 15px;
	}
	.bg_ptn ul li .position {
		font-size: 10px;
		width: 85%;
		margin: 0 auto 10px;
	}
	.bg_ptn ul li .position:before {
		width: 40px;
		height: 1px;
	}
	.bg_ptn ul li .name {
		font-size: 12px;
		width: 85%;
	}
	.bg_ptn ul li .place {
		font-size: 10px;
		width: 85%;
		margin-bottom: 1em;
	}
.bg_white:before {
	content: "";
	position: absolute;
	top: 270px;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 0 !important;
	background: #fff;
}
	.hd {
		margin: 0 auto 45px;
		text-align: left;
		position: relative;
		background: url(../../img/common/bg_pattern.png) repeat top left;
	}
	section .hd .inner {
		position: relative;
		width: 100%;
		padding-top: 0;
	}
	.hd .img {
		position: static;
		border-radius: 15px;
		width: 100%;
		margin-bottom: 15px;
		-webkit-transform: translateX(25px);
		-ms-transform: translateX(25px);
		-o-transform: translateX(25px);
		transform: translateX(25px);
	}
	.hd .catch {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.hd .txtBlock {
		position: static;
		-webkit-transform: translateX(-25px);
		-ms-transform: translateX(-25px);
		-o-transform: translateX(-25px);
		transform: translateX(-25px);
		margin-bottom: 30px;
	}
	.hd .txtBlock .category {
		font-size: 16px;
		width: 100%;
		padding: 5px 8px;
		margin: 0 auto 10px;
	}
	.hd .txtBlock .position {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.hd .txtBlock .position:before {
		width: 60px;
		height: 1px;
	}
	.hd .txtBlock .name {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.hd .txtBlock .place {
		font-size: 10px;
	}
	.hd .txt {
		left: 0;
		right: 0;
		bottom: auto;
		font-size: 14px;
		line-height: 1.6;
		width: 100%;
		height: auto;
		padding: 30px 0 25px;
		-webkit-transform: translateX(-25px);
		-ms-transform: translateX(-25px);
		-o-transform: translateX(-25px);
		transform: translateX(-25px);
	}
	.hd .txt:before {
		font-size: 14px;
	}
	.hd .txt:after {
		top: 5px;
		width: 80%;
	}
	.block {
		margin: 0 auto 16%;
	}
	.block h3 {
		margin: 0 auto 25px;
		padding: 4px 10px;
		font-size: 16px;
		line-height: 1.4;
	}
	.block .txtBlock {
		margin: 0 auto 16%;
		width: auto;
	}
	.block .txtBlock .catch {
		margin: 0 auto 20px;
		font-size: 15px;
	}
	.block .txtBlock .txt {
		line-height: 2;
		margin: 0 auto 25px;
	}
	.block .txtBlock .img {
		margin: 0 auto 25px;
		border-radius: 15px;
	}
	.block .back {
		width: 210px;
	}
	.block .back a {
		padding: 15px 0;
		font-size: 14px;
	}
}


