@charset 'utf-8';



body#recruit.index .articleblock {
	padding: 0;
}

#mainvisual {
	width: 100%;
	margin-bottom: 30px;
	/*padding-top: 60px;*/
	overflow: hidden;
	position: relative;
}

#mainvisual > .inner {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding-top: 100%;
	text-align: center;
	vertical-align: top;
	position: relative;
}

#promotion {
	width: 100%;
}

#pr_media {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#mainvisual:not(.interviewpage) #pr_media:after {
	content: '';
	width: 100%;
	background: #000;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#pr_media > span {
	display: block;
	width: 100%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

#pr_media img {
	width: auto;
	height: 100%;
}

@media only screen and (min-width: 541px) {

	#mainvisual > .inner {
		padding-top: 60%;
	}
}

@media only screen and (min-width: 769px) {

	#mainvisual > .inner {
		padding-top: 37.5%;
	}
}

.mvprspace {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2em;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.mvprspace .blockheader {
	color: #fff;
}

.mvprspace h2 {
	margin-bottom: .5em;
	font-size: 1.6em;
	font-weight: 900;
	line-height: 1.5;
}

.mvprspace h2 span {
	display: inline-block;
}

.mvprspace p {
	margin-bottom: 1em;
	font-size: .85em;
	line-height: 1.6;
}

.mvprspace p span {
	display: inline-block;
}

.mvprspace .btnarea {
	text-align: right;
}

@media only screen and (min-width: 1001px) {

	.mvprspace h2 {
		font-size: 2.4em;
	}
}



#serviceinfo {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#serviceinfo > .inner {
	width: 100%;
/* 	max-width: 1200px; */
	margin: 0 auto;
	padding: 30px 10px;
	padding-top: 50px;
	vertical-align: top;
	position: relative;
}

/* 
.bnrstyle .servicelist .item a,
.bnrstyle .servicelist .item .cover {
	padding-top: 0;
}
 */

/* 
.bnrstyle .servicelist figure {
	display: block;
}
 */

@media only screen and (min-width: 641px) {

	#serviceinfo footer .btnarea a {
		padding: 10px 40px;
	}
}

@media only screen and (min-width: 1001px) {

	#serviceinfo > .inner {
		padding-top: 70px;
	}
}






@media only screen and (min-width: 769px) {

	#blogarticle {
/* 		order: 1; */
/* 		width: calc(100% / 3); */
		width: 100%;
		max-width: 900px;
	}

	#information {
/* 		order: 3; */
	}

	#blogarticle > .inner {
		width: 100%;
		max-width: 900px;
	}
}


#articlesection {
	width: 100%;
	max-width: 900px;
	font-size: .65rem;
}

#blogarticle > .inner {
	width: 100%;
	max-width: 900px !important;
}

#information .articlelist .item {
	width: 100%;
}

@media only screen and (min-width: 541px) {

	#information .articlelist .item {
		width: calc(100% / 2);
	}
}

@media only screen and (min-width: 1001px) {

	#information .articlelist .item {
		width: calc(100% / 4);
	}
}


.servicelist.slide {
	padding: 10px;
}

.servicelist.slide figure {
	width: 360px;
}

.servicelist.fit .item figure {
	margin-bottom: 0;
}

.servicelist .item a,
.servicelist .item .cover {
	padding: 10px;
}

.servicelist .item .enclosed {
	padding: 1em 2em;
}

.servicelist .item .enclosed p {
	margin: 0;
}

.servicelist .item .enclosed p:first-child {
	font-size: .9em;
}

.servicelist .item .enclosed p:nth-child(2) {
	margin-bottom: .5em;
}

.servicelist .item .infoicon {
	display: block;
	max-width: 25%;
	margin: 0 auto;
	margin-bottom: .5em;
}

.servicelist .item .infoicon img {
	width: 100%;
	height: auto;
}


#interviewsection {
	width: 100%;
	height: auto;
	position: relative;
}

#interviewsection .interviewframe {
	width: 100%;
}



#interview-content {
	padding: 30px;
}

#interview-content.archive {
	max-width: 1000px;
	margin: 0 auto;
}

.interviewhead {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
	position: relative;
}

.interviewhead .interviewitemwrap {
	display: inline-block;
	width: 100%;
	padding: 0;
	line-height: 1.2;
	vertical-align: top;
	position: relative;
}

.interviewhead .interviewitemwrap > a,
.interviewhead .interviewitemwrap .brick {
	display: block;
	width: 100%;
	padding: 30px;
	background: #fff;
	color: #000;
	text-decoration: none;
}

.interviewhead .interviewitemwrap > a {
	display: block;
	width: 100%;
	padding: 30px;
	border: 1px solid rgba(32,64,104,.5);
/* 
	background: rgba(44,59,135,.05);
 */
	color: #000;
	text-decoration: none;
}

/* 
.interviewframe:nth-child(even) .interviewitemwrap > a {
	background: rgba(44,59,135,.15);
}
 */

.interviewhead .interviewitemwrap > a:hover,
.interviewhead .interviewitemwrap > a.hover {
	transform: scale(1.07);
}

.interviewhead .interviewitemwrap .cover {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}

.interviewhead .interviewitemwrap .profile {
	width: 100%;
	font-size: 1rem;
	text-align: left;
	vertical-align: middle;
}

.interviewhead .interviewitemwrap .profile h1,
.interviewhead .interviewitemwrap .profile h2 {
	margin-bottom: 1em;
	color: #000;
	font-size: 1em;
	line-height: 1.4;
}

.interviewhead .interviewitemwrap .profile div:not(:last-child) {
	margin-bottom: .4em;
}

.interviewhead .interviewitemwrap .profile div.name {
	margin-bottom: 1em;
}

.interviewhead .interviewitemwrap .profile .name span {
	display: inline-block;
	font-size: .9em;
}

.interviewhead .interviewitemwrap .profile .name span:nth-child(1) {
	font-size: 1.8em;
	font-weight: 700;
}

.interviewhead .interviewitemwrap .profile .category {
	margin-top: 1em;
}

.interviewhead .interviewitemwrap .profile .category a {
	display: inline-block;
	padding: .7em 1.2em;
	border: 2px solid #004098;
	background: #fff2f6;
	text-decoration: none;
}

.interviewhead .interviewitemwrap .media {
	width: 100%;
	margin-bottom: 20px;
}

.interviewhead .interviewitemwrap figure {
	width: 100%;
	vertical-align: bottom;
}

.interviewhead .interviewitemwrap figure span.personfoto {
	display: inline-block;
	width: 120px;
	height: 120px;
	overflow: hidden;
}

.interviewhead .interviewitemwrap figure img {
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 541px) {

	.interviewhead .interviewitemwrap > a:hover,
	.interviewhead .interviewitemwrap > a.hover {
		transform: scale(1.05);
	}
}

@media only screen and (min-width: 641px) {

	.interviewhead .interviewitemwrap .cover {
		flex-direction: row;
	}

	.interviewhead .interviewitemwrap .profile {
		width: 60%;
	}

	.interviewhead .interviewitemwrap .profile h1,
	.interviewhead .interviewitemwrap .profile h2 {
	}

	.interviewhead .interviewitemwrap .media {
		width: 40%;
		margin-bottom: 0;
		padding-right: 4%;
	}

	.interviewhead .interviewitemwrap figure span.personfoto {
		width: 90%;
		height: auto;
	}
}

@media only screen and (min-width: 769px) {

	.interviewhead .interviewitemwrap > a,
	.interviewhead .interviewitemwrap .brick {
		padding-left: 6%;
		padding-right: 6%;
	}
}


.interviewbody {
	width: 100%;
	max-width: 860px;
	margin: 0 auto !important;
	padding: 0 10px;
	font-size: 1.6em;
	line-height: 2;
	position: relative;
}

.interviewbody .chapter {
	margin: 0;
	padding: 10px 0;
	line-height: 1.8;
}

.interviewbody .chapter figcaption {
	margin-top: .5em;
	color: #808080;
	font-size: .9em;
	line-height: 1.5;
}

.interviewbody .chapter img {
	width: 100%;
	height: auto;
}

.interviewbody .chapter .media {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.interviewbody .chapter:not(:last-child) {
	margin-bottom: 1em;
}

.interviewbody .chapter h3 {
	padding: .6em 1.2em;
/* 	background: rgba(47,85,151,.3); */
	border-bottom: 1px solid;
	color: #000;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.5;
}

.interviewbody .chapter h3:not(:last-child) {
	margin-bottom: 1em;
}

.interviewbody .chapter p:not(:last-child) {
	margin-bottom: 1.5em;
}

.movieplayer {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.movieplayer .cover {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.movieplayer iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}



#interviewsection {
	width: 100%;
	height: auto;
	position: relative;
}

#interviewsection .interviewframe {
	width: 100%;
}



.interviewtab {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}

.interviewtab ul {
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	padding: 0;
}

.interviewtab li {
	list-style: none;
	display: inline-block;
	width: 100%;
	height: 50px;
	padding: 0;
	font-size: 16px;
	vertical-align: top;
	transition: .2s;
	position: relative;
	cursor: pointer;
}

.interviewtab li:not(:last-child) {
	padding-right: 1px;
}

.interviewtab .cover {
	width: 100%;
	height: 100%;
	border: 1px solid #004098;
	background: #bfcfe5;
	color: #004098;
	position: relative;
	transition: .2s;
}

.interviewtab li.open .cover,
.interviewtab li.hover .cover {
	background: #004098;
	color: #fff;
}

.interviewtab li .label {
	display: block;
	margin: 0 auto;
	font-weight: 700;
	line-height: 1;
	font-feature-settings : 'palt';
}

.interviewtab li .label span  {
	display: block;
	font-size: .85em;
}

.interviewtab li.open:after {
	content: '';
	width: 0;
	height: 0;
	margin-left: -14px;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #004098 transparent transparent transparent;
	position: absolute;
	bottom: -14px;
	left: 50%;
}

.interviewtab li .cover div {
	display: inline-block;
	vertical-align: middle;
}

.interviewtab li .cover:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

@media only screen and (min-width: 769px) {

	.interviewtab li {
		font-size: 18px;
	}

	.interviewtab li .label span {
		display: inline;
	}
}



.interviewbody table {
	width: 100%;
}

.interviewbody table:not(:last-child) {
	margin-bottom: 2em;
}

.interviewbody table th,
.interviewbody table td {
	padding: .8em 1em;
	border-bottom: 1px solid #ccc;
	line-height: 1.6;
	vertical-align: middle;
}

.interviewbody table th {
	text-align: left;
	white-space: nowrap;
}

.interviewbody table td.right {
	text-align: right;
}

.interviewbody table li {
	font-size: 1em;
}

.interviewbody .signature {
	color: #000 !important;
	text-align: right;
}

.interviewbody .signature .title {
	font-size: .85em;
}

.interviewbody .signature strong {
	color: #000 !important;
	padding-left: .7em;
	font-size: 1.2em;
}

.interviewbody .btnarea .entrysitebnr {
	justify-content: center;
	border: none !important;
}

.interviewbody .btnarea .entrysitebnr:after {
	display: none !important;;
}

.interviewbody .btnarea .entrysitebnr span {
	max-width: 400px;
	position: relative;
}

.interviewbody .btnarea .entrysitebnr img {
	width: 100%;
	height: auto;
}

.contentnavimenu .archivenavi > ul > li > ul > li > ul {
	display: none;
} 



/* 
#blogarticle .articlelist .item {
	width: 100%;
}

#blogarticle .articlelist .item .enclosed {
	display: flex;
	flex-wrap: wrap;
}

#blogarticle .articlelist .item .enclosed .meta:nth-child(2) {
	margin-left: auto;
	margin-right: 0;
}

#blogarticle .articlelist .item .enclosed .title {
	width: 100%;
}

#blogarticle .articlelist .item .category span a {
	padding: .3em 1.2em;
	border: 1px solid #204068;
	background: #fff;
	color: #204068;
}

@media only screen and (min-width: 541px) {

	#blogarticle .articlelist .item {
		width: calc(100% / 2);
	}
}

@media only screen and (min-width: 1001px) {

	#blogarticle .articlelist .item {
		width: calc(100% / 4);
		padding: 1% !important;
	}
}

@media only screen and (min-width: 1201px) {

	#blogarticle .articlelist .item {
		width: calc(100% / 5);
		padding: .8% !important;
	}
}

 */

.infocatlist .articlelist {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
/* 	margin-bottom: 30px; */
	padding: 0;
	position: relative;
}

.infocatlist .articlelist .item {
	display: flex;
	width: 100%;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}

.infocatlist .articlelist .item > .inner {
	display: flex;
	width: 100%;
	position: relative;
	transition: .2s;
}

.infocatlist .articlelist .item article {
	display: flex;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.infocatlist .articlelist .item .enclosed {
	font-size: 1.2em;
}

.infocatlist .articlelist .item .title {
	width: 100%;
	margin: .3em 0;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.5;
	word-wrap: break-word;
	overflow: hidden;
}

.infocatlist .articlelist .item .title a {
	color: #000;
	text-decoration: none;
}

.infocatlist .articlelist .meta {
	margin: .3em 0;
	margin-right: 1em;
	line-height: 1.4;
}

.infocatlist .articlelist .category span {
	display: inline-block;
}

.infocatlist .articlelist .category span {
	display: inline-block;
	margin: .1em;
}

.infocatlist .articlelist .category span a {
	display: inline-block;
	padding: .5em 1em;
	background: #666;
	color: #fff;
	text-decoration: none;
}

.infocatlist .articlelist .category span a:hover,
.infocatlist .articlelist .category span a.hover {
	background: #999;
}

.infocatlist .articlelist time {
	color: #808080;
}

.infocatlist .articlelist .item .desc {
	display: none;
	color: #666;
	font-size: 1.1em;
	line-height: 1.6;
	word-wrap: break-word;
}

.infocatlist .articlelist .item .arrow {
	display: block;
	height: 100%;
	font-size: 0;
	position: absolute;
	top: 0;
	right: 10px;
}

.infocatlist .articlelist .item .arrow:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

.infocatlist .articlelist .item .icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	color: #808080;
	vertical-align: middle;
	transform: rotate(-90deg);
}

.infocatlist .articlelist .item .icon span {
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .2s;
}

.infocatlist .articlelist .item.hover .icon span {
	opacity: 1;
	transform: translateY(10px);
}

.infocatlist .articlelist .item .icon svg {
	fill: currentColor;
}

.infocatlist .articlelist .item .btn {
	width: 100%;
	padding: 5%;
	font-size: 1.2em;
	line-height: 1;
	text-align: right;
}

.infocatlist .articlelist .item .btn a {
	display: inline-block;
	padding: .5em 1em;
	border: 1px solid;
	text-decoration: none;
}

.infocatlist .articlelist .item .btn a:hover,
.infocatlist .articlelist .item .btn a.hover {
	background: #f2f2f2;
}

.infocatlist .articlelist .item .thumb {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.infocatlist .articlelist .item figure {
	width: 100%;
	margin-top: 0;
	padding-top: 60%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.infocatlist .articlelist .item .enclosed figure {
	margin: .5em 0;
}

.infocatlist .articlelist .item figure span {
	display: block;
	width: 100%;
	transform: translateY(-50%);
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
}

.infocatlist .articlelist .item figure img {
	width: 100%;
	height: auto;
	position: relative;
	transition: .2s;
}

/* override */
.infocatlist .articlelist .item {
	border-bottom: 1px solid #ccc;
}

.infocatlist .articlelist .item:first-child {
	border-top: 1px solid #ccc;
}

.infocatlist .articlelist .item article {
	padding: 15px 20px;
}

.infocatlist .articlelist.thumb .item .enclosed {
	width: 80%;
	padding-left: 7%;
}

.infocatlist .articlelist.arrowicon .item .enclosed {
	width: 100%;
	padding-right: 15px;
}

.infocatlist .articlelist.card.thumb:not(.arrowicon) .item {
	padding: 3% 7%;
	border: none;
}

.infocatlist .articlelist.card.thumb:not(.arrowicon) .item article {
	padding: 2%;
	border-radius: 0;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	transition: .2s;
}

.infocatlist .articlelist.card.thumb:not(.arrowicon) .item .enclosed {
	width: 100%;
	padding: 5%;
}

.infocatlist .articlelist .category span a {
	border-radius: 0;
}

.infocatlist .articlelist .item .btn a {
	border-radius: 0;
}

.infocatlist .articlelist .item .thumb {
	width: 20%;
}

.infocatlist .articlelist .item .enclosed .thumb {
	width: 100%;
}

.infocatlist .articlelist .item figure {
	border-radius: 0;
	padding-top: 100%;
}

.infocatlist .articlelist .item .enclosed figure {
	padding-top: 60%;
}

.infocatlist .articlelist.card .item.hover figure img {
	transform: scale(1.3);
}

.infocatlist .articlelist .item .title {
	font-size: 1.2em;
	overflow: hidden;
}

.infocatlist .articlelist .item .title a {
	display: block;
}

@media only screen and (min-width: 541px) {

	.infocatlist .articlelist.card {
		padding: 1%;
	}

	.infocatlist .articlelist.card .item {
		padding: 1.5% !important;
		border: none;
	}

	.infocatlist .articlelist.card .item article {
		display: block;
		padding: 0 !important;
		border-radius: 0;
		background: #fff;
		box-shadow: 0 1px 3px rgba(0,0,0,.2);
		transition: .2s;
	}

	.infocatlist .articlelist.card .item.hover article {
		background: #f2f2f2;
	}

	.infocatlist .articlelist.card .item .enclosed {
		width: 100%;
		padding: 7% !important;
	}

	.infocatlist .articlelist .item .desc {
		display: block;
	}

	.infocatlist .articlelist .item .title {
		font-size: 1.2em;
	}

	.infocatlist .articlelist.card .item.hover .icon span {
		opacity: 0;
		transform: translateY(0);
	}

	.infocatlist .articlelist.card .item .btn {
		text-align: center;
	}

	.infocatlist .articlelist.card .item figure {
		padding-top: 60%;
	}

	.infocatlist .articlelist.card .item figure {
		border-radius: 0 !important;
	}

	.infocatlist .articlelist.card .item .thumb {
		width: 100%;
	}
}


.infocatlist .articlelist .viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
}


.infocatlist .articlelist .item {
	border-bottom-color:  #bdc4d8;
}

.infocatlist .articlelist .item:first-child {
	border-top: none;
}

.infocatlist .articlelist .item article {
	font-size: .85em;
}

.infocatlist .articlelist .item .enclosed {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	font-size: 1.4em;
}

.infocatlist .articlelist .item .custommeta {
	margin: .3em 0;
	font-size: .85em;
}

.infocatlist .articlelist .item .category span a {
	display: inline-block;
	padding: .3em 1.2em;
	border: 2px solid #003f73;
	background: #fff;
	color: #000;
	font-size: 1.2em;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
}

.infocatlist .articlelist .item .category span a:hover,
.infocatlist .articlelist .item .category span a.hover {
	background: #003f73;
	color: #fff;
}

@media only screen and (min-width: 541px) {

}

@media only screen and (min-width: 769px) {

	.infocatlist .articlelist .item article {
		padding: 20px;
		font-size: 1.1em;
	}

	.infocatlist .articlelist .item .enclosed {
		flex-direction: row;
		font-size: 1.2em;
	}

	.infocatlist .articlelist .item .meta {
		width: 9em;
		margin: 0;
		white-space: nowrap;
	}

	.infocatlist .articlelist .item .meta:nth-child(2) {
		width: 11em;
	}

	.infocatlist .articlelist .item .meta .category {
	}

	.infocatlist .articlelist .item .custommeta {
		width: 15em;
		margin: 0;
		padding-right: 2em;
	}

	.infocatlist .articlelist .item  .articletag span {
		width: 100%;
	}

	.infocatlist .articlelist .item .category span,
	.infocatlist .articlelist .item .category span a {
		width: 100%;
	}

	.infocatlist .articlelist .item .title {
		flex-grow: 1;
		width: calc(100% - 20em) !important;
		margin: 0;
		margin-left: auto;
		margin-right: 0;
		padding-left: 1.2em;
	}

	.infocatlist .articlelist .item .title a {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

/* 
	#news-general .infocatlist .articlelist .item .title {
		width: calc(100% - (15em));
	}
 */
}

body.staff-interview .interviewpagebody ul {
	font-size: 1.4em;
	line-height: 1.8;
}

body.staff-interview .timetable .columns h2 {
	text-align: left;
}

body.staff-interview .interviewpagebody.pagebodybg {
	max-width: none;
	background: #f6f7f9;
}

body.staff-interview .interviewpagebody.pagebodybg > .inner {
	max-width: 1200px;
}

.presentation .media.graph {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 769px) {

	body.staff-interview .columns .column.thumb,
	body.staff-interview .columns .column.article {
		width: 50%;
	}

	body.staff-interview .presentation.interviewpagebody .column.thumb {
		width: 45%;
	}

	body.staff-interview .presentation.interviewpagebody .column.article {
		width: 55%;
	}

	body.staff-interview .timetable .columns:not(:first-child) {
		margin-top: -20%;
	}

	body.staff-interview .timetable .columns h2 {
		text-align: right;
	}

	body.staff-interview .timetable .columns.right h2 {
		text-align: left;
	}
}



.servicelist.thumbnail {
	flex-wrap: nowrap;
}


.presentation > .inner > .brick > .sentence {
	padding: 0 20px;
}


body.staff-interview .presentation:not(.tight) > .inner {
	padding: 30px 0;
}

body.staff-interview .presentation > .inner .presentation > .inner {
	padding: 0;
}

@media only screen and (min-width: 1001px) {

	body.staff-interview .presentation:not(.tight) > .inner {
		padding: 50px 0;
	}

	body.staff-interview .presentation > .inner .presentation > .inner {
		padding: 0;
	}
}

.articleheader .columns {
	background: #fff;
}

.articleheader .columns {
	align-items: center;
}

.interviewpagebody .columns {
	align-items: center;
}

@media only screen and (min-width: 769px) {

	.articleheader .blockheader {
		margin-top: 2em;
	}

	.articleheader .columns .column:nth-of-type(1) {
		justify-content: right;
		text-align: right;
	}
}

@media only screen and (min-width: 1001px) {

	.articleheader {
		margin-top: -100px;
	}

	.articleheader > .inner {
		padding: 0 !important;
	}
}



.recruitserviceinfo {
	display: flex;
	flex-wrap: wrap;
}

.recruitserviceinfo .item {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
	font-size: .8em;
	vertical-align: top;
}

.recruitserviceinfo .item a {
	display: block;
	width: 100%;
	text-decoration: none;
	vertical-align: top;
	overflow: hidden;
	position: relative;
}

.recruitserviceinfo figure {
	width: 100%;
	max-width: none;
	margin-bottom: 0 !important;
	padding-top: 56.25%;
	overflow: hidden;
	position: relative;
}

.recruitserviceinfo figure > span {
	display: block;
	width: 100%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

.recruitserviceinfo figure img {
	width: 100%;
	height: auto;
	transition: .5s;
}

.recruitserviceinfo a:hover figure img,
.recruitserviceinfo a.hover figure img {
	transform: scale(1.3, 1.3);
}

.recruitserviceinfo p {
	padding: .7em 1.2em;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	text-align: right;
	position: absolute;
	bottom: 1em;
	right: 1em;
}

@media only screen and (min-width: 1001px) {

	.recruitserviceinfo .item {
		width: 33.333%;
		margin: 0;
		font-size: 1em;
	}
}



body#recruit.index #pr_media {
	background-image: url(../image/recruit/section-2_bg.jpg);
	background-position: center 70%;
}

body.ae-110001 #pr_media {
	background-image: url(../../../image/recruit/01/mainvisual.jpg);
	background-position: right center;
}

body.ae-110002 #pr_media {
	background-image: url(../../../image/recruit/02/mainvisual.jpg);
}

body.ae-110003 #pr_media {
	background-image: url(../../../image/recruit/03/mainvisual.jpg);
	background-position: right center;
}

body.ae-110004 #pr_media {
	background-image: url(../../../image/recruit/04/mainvisual.jpg);
	background-position: right center;
}

body.ae-110005 #pr_media {
	background-image: url(../../../image/recruit/05/mainvisual.jpg);
	background-position: right center;
}

body.ae-110006 #pr_media {
	background-image: url(../../../image/recruit/06/mainvisual.jpg);
	background-position: right center;
}

body.ae-110007 #pr_media {
	background-image: url(../../../image/recruit/07/mainvisual.jpg);
	background-position: center center;
}

body.ae-110008 #pr_media {
	background-image: url(../../../image/recruit/08/mainvisual.jpg);
	background-position: center center;
}


#sect-index-01.presentation.half:before {
	background-image: url(../image/recruit/section-1_bg.jpg);
}

#sect-index-02.presentation.half:before {
	background-image: url(../image/recruit/section-6_bg.jpg);
}



.balloonitems {
	padding: 20px 0;
	font-size: 1rem;
}


.balloonitems .balloon {
	display: flex;
	padding: 5px 0;
}

.balloonitems .balloon > div:first-child {
	width: 60px;
	height: 60px;
	position: relative;
}

.balloonitems .balloon > div:last-child {
	width: calc(100% - 60px);
	padding-left: 20px;
	position: relative;
}

.balloonitems .balloon .foto {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 3px;
	border-radius: 99px;
	background: #f2f2f2;
	overflow: hidden;
}

.balloonitems .balloon .foto span.icon {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	border-radius: 99px;
	background: #f8f8f8;
	overflow: hidden;
}

.balloonitems .balloon .foto span.icon span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 99px;
}

.balloonitems .balloon .foto span img {
	width: 100%;
	height: auto;
}

.balloonitems .balloon .speech {
	width: 100%;
	background: rgba(32,64,104,.1);
	padding: 1em 1.5em;
}

.balloonitems .balloon .speech p {
	color: #000;
	font-size: .8em;
	line-height: 1.8;
}

.balloonitems .balloon .speech:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 10px 20px 10px 0;
	border-color: transparent rgba(32,64,104,.1) transparent transparent;
	position: absolute;
	top: 20px;
	left: 5px;
}

.balloonitems .balloon:nth-child(even) .speech {
	background: #f8f8f8;
}

.balloonitems .balloon:nth-child(even) .speech:before {
	border-right-color: #f8f8f8;
}


.balloonitems .balloon .speech {
/* 	background: rgba(32,64,104,.1); */
	background: #e8ecf0;
}

.balloonitems .balloon .speech:before {
	border-right-color: #e8ecf0;
}

.balloonitems .balloon:nth-child(even) .speech {
/* 	background: rgba(32,64,104,.2); */
	background: #d2d9e1;
}

.balloonitems .balloon:nth-child(even) .speech:before {
	border-right-color: #d2d9e1;
}

.balloonitems .balloon .foto {
	background: rgba(32,64,104,.3);
}

.balloonitems .balloon .foto span.icon {
	background: rgba(255,255,255,.7);
}


.balloonitems.dark .balloon .speech {
/* 	background: rgba(32,64,104,.3); */
	background: #bcc5d1;
}

.balloonitems.dark .balloon .speech:before {
	border-right-color: #bcc5d1;
}

.balloonitems.dark .balloon:nth-child(even) .speech {
/* 	background: rgba(32,64,104,.5); */
	background: #8f9fb3;
}

.balloonitems.dark .balloon:nth-child(even) .speech:before {
	border-right-color: #8f9fb3;
}

.balloonitems.dark .balloon .foto {
	background: rgba(32,64,104,.6);
}

.balloonitems.dark .balloon .foto span.icon {
	background: rgba(255,255,255,.85);
}

.balloonitems.dark .balloon .speech p {
	color: #fff;
}

@media only screen and (min-width: 769px) {

	.balloonitems .balloon {
		width: 90%;
		padding: 10px 0;
	}

	.balloonitems .balloon:nth-child(even) {
		margin-left: 10%;
	}

	.balloonitems .balloon > div:first-child {
		width: 74px;
		height: 74px;
	}

	.balloonitems .balloon > div:last-child {
		width: calc(100% - 74px);
	}

	.balloonitems .balloon .speech {
	}

	.balloonitems .balloon .speech p {
		font-size: .9em;
	}

	.balloonitems .balloon .speech:before {
		top: 28px;
	}
}

@media only screen and (min-width: 1001px) {

	.balloonitems {
		padding: 20px 60px;
	}
}



body.career .contentgradatback span {
	background-position: center 75%;
}


#recruit_content a.zoomimg {
	max-width: none;
}

#recruit_content .servicelist .item {
	padding: 5px;
}

#recruit_content .servicelist .item a {
	padding: 0;
}

