@charset "UTF-8";
/*==============================================

    THEME INTERVIEW

==============================================*/
.interview-people {
	opacity: 0;
}

.flickity-button:disabled {
	opacity: 0;
}

/*==============================================
    12-1. INTERVIEW INDEX
==============================================*/
.t-member {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 6em auto 0 auto;
}

@media screen and (min-width: 769px) {
	.t-member {
		width: 100%;
		margin: 8em auto 0 auto;
	}
}

.t-member::before {
	content: "";
	display: block;
	width: 30%;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.t-member--new {
	position: relative;
}

.t-member--new::before {
	z-index: 2;
	content: '';
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	left: 0;
	background: transparent url(../../image/icon_new.png) no-repeat scroll center center;
	background-size: cover;
}

@media screen and (min-width: 769px) {
	.t-member--new::before {
		width: 70px;
		height: 70px;
	}
}

.t-member__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	width: 49%;
	margin: 0 0 2em 0;
	letter-spacing: .008em;
	background-color: #ffffff;
}

@media screen and (min-width: 769px) {
	.t-member__block {
		width: 30%;
		margin: 0 0 4em 0;
	}
}

.t-member__block__thumb {
	margin: 0;
	padding: 0;
}

.t-member__block--wrap {
	margin: 1em 0;
	padding: 0 1em;
	border-left: 2px solid #009294;
}

@media screen and (min-width: 769px) {
	.t-member__block--wrap {
		margin: 1em 0;
		padding: 0 1em;
	}
}

.t-member__block__title {
	width: 100%;
	padding-bottom: 1.5em;
	text-align: left;
	text-justify: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333333;
	letter-spacing: .07em;
	font-weight: 700;
	font-size: 0.92857rem;
	line-height: 1.69231;
}

@media screen and (min-width: 769px) {
	.t-member__block__title {
		padding-bottom: 1em;
		font-size: 1.06667rem;
		line-height: 1.71875;
	}
}

.t-member__block__name {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333333;
	text-align: start;
	text-justify: auto;
	letter-spacing: .07em;
	font-size: 1rem;
	line-height: 1.57143;
}

@media screen and (min-width: 769px) {
	.t-member__block__name {
		font-size: 1.06667rem;
		line-height: 2;
	}
}

.t-member__block__name span {
	display: block;
	font-size: 0.71429rem;
	line-height: 1.6;
}

@media screen and (min-width: 769px) {
	.t-member__block__name span {
		font-size: 0.8rem;
		line-height: 1.58333;
	}
}

/*==============================================
    12-2. INTERVIEW UNIT
==============================================*/
.interview-unit .c-hero__bg {
	height: 320px;
}

@media screen and (min-width: 769px) {
	.interview-unit .c-hero__bg {
		height: 545px;
	}
}

.t-area {
	position: absolute;
	text-align: left;
	bottom: 0;
	left: 0;
}

@media screen and (min-width: 769px) {
	.t-area {
		bottom: 16%;
		left: 15%;
	}
}

.t-area__heading {
	display: inline-block;
	padding: 0.5em 2em 0.5em 0.8em;
	color: #ffffff;
	background-color: #009294;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 1.28571rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.t-area__heading {
		padding: 0.8em 1.5em 0.4em 0.8em;
		font-size: 1.6rem;
		line-height: 1.5;
	}
}

.t-area__subheading {
	display: block;
	width: 70%;
	padding: 0 2em 1em 1.2em;
	color: #ffffff;
	background-color: #009294;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 0.78571rem;
	line-height: 1.75;
}

@media screen and (min-width: 769px) {
	.t-area__subheading {
		width: 60%;
		padding: 0.8em 1.5em 1em 1.5em;
		font-size: 0.86667rem;
		line-height: 2;
	}
}

.t-unit {
	padding: 2em 0;
	border-bottom: 1px solid #f0f0f0;
}

.t-unit--last {
	padding: 2em 0 0 0;
	border-bottom: none;
}

.t-unit__catch {
	margin-bottom: 2em;
	font-weight: 700;
	font-size: 1rem;
	line-height: 2.14286;
}

@media screen and (min-width: 769px) {
	.t-unit__catch {
		text-align: center;
		margin-bottom: 2em;
		font-size: 1rem;
		line-height: 2.26667;
	}
}

.t-unit__note {
	padding-bottom: 2em;
	font-size: 0.78571rem;
	line-height: 2.18182;
}

@media screen and (min-width: 769px) {
	.t-unit__note {
		font-size: 0.8rem;
		line-height: 1.83333;
	}
}

.t-unit__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 75%;
	margin: 0 auto;
}

.t-unit__list__item {
	width: 48%;
}

@media screen and (min-width: 769px) {
	.t-unit__list__item {
		width: 24.03846%;
	}
}

.t-unit__list__item__name {
	text-align: center;
	padding-top: .5em;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.t-unit__list__item__name {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}

.t-unit__list__item__name span {
	font-weight: 500;
	font-size: 0.78571rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.t-unit__list__item__name span {
		font-size: 0.86667rem;
		line-height: 1.5;
	}
}

.t-unit__catagory {
	color: #009294;
	margin: 4em 0 1.5em 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.t-unit__catagory {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}

.t-unit__heading {
	margin-bottom: 1.5em;
	font-weight: 700;
	font-size: 2.14286rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.t-unit__heading {
		font-size: 2.69933rem;
		line-height: 1.5;
	}
}

.t-unit__talk dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 2em 0;
	font-size: 1rem;
	line-height: 2.14286;
}

@media screen and (min-width: 769px) {
	.t-unit__talk dl {
		font-size: 1rem;
		line-height: 2.26667;
	}
}

.t-unit__talk dl dt,
.t-unit__talk dl dd {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.t-unit__talk dl dt {
	white-space: nowrap;
	padding-right: 1em;
}

.t-unit__image {
	margin: 6em auto;
}

.t-unit__image img {
	width: 120%;
	margin-left: -10%;
}

@media screen and (min-width: 769px) {
	.t-unit__image img {
		width: 100%;
		margin-left: 0;
	}
}

/*==============================================
    12-3. INTERVIEW INDEX
==============================================*/
/*
 *  社員紹介ページプロフィールレイアウト
 */
.t-profile {
	position: absolute;
	text-align: left;
	bottom: 8%;
	left: 0;
}

@media screen and (min-width: 769px) {
	.t-profile {
		bottom: 16%;
		left: 15%;
	}
}

.t-profile__name {
	display: inline-block;
	padding: 0.5em 2em 0.5em 0.8em;
	color: #ffffff;
	background-color: #009294;
	font-weight: 700;
	font-size: 1.28571rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.t-profile__name {
		padding: 0.8em 1.5em 0.2em 0.8em;
		font-size: 1.46667rem;
		line-height: 1.5;
	}
}

.t-profile__name span {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 0.62286rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.t-profile__name span {
		font-size: 0.93333rem;
		line-height: 1.5;
	}
}

.t-profile__list {
	padding: 1em 2em 1em 1.2em;
	background-color: #009294;
}

@media screen and (min-width: 769px) {
	.t-profile__list {
		padding: 1em 2.5em 1.5em 1.5em;
	}
}

.t-profile__list__item {
	position: relative;
	display: block;
	padding: .2em 0;
	color: #ffffff;
	font-weight: 500;
	font-size: 0.78571rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.t-profile__list__item {
		padding: .3em 0;
		font-size: 0.86667rem;
		line-height: 1.5;
	}
}

.l-container--interview {
	/*
     *  新規社員紹介ページプロフィールレイアウト
     */
}

.l-container--interview .t-profile {
	position: relative;
	text-align: left;
	width: 79%;
	margin: 1em 0 0 auto;
	padding: 0 6%;
	bottom: auto;
	left: auto;
	background-color: #ffffff;
	border-left: 2px solid #009294;
}

@media screen and (min-width: 769px) {
	.l-container--interview .t-profile {
		position: relative;
		display: inline-block;
		width: auto;
		padding: 0 0 0 2em;
		top: 80px;
		right: auto;
		bottom: auto;
		left: auto;
		margin: 0;
		-webkit-transform: none;
		transform: none;
		background-color: transparent;
	}
}

.l-container--interview .t-profile__name {
	display: inline-block;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	text-justify: auto;
	padding: 0 1.5em 0 0;
	white-space: nowrap;
	font-weight: 700;
	font-size: 1.28571rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.l-container--interview .t-profile__name {
		padding: 0 0 1em 0;
		background-color: transparent;
		font-size: 1.73333rem;
		line-height: 1.5;
	}
}

.l-container--interview .t-profile__name span {
	display: block;
	color: #009294;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 0.71429rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.l-container--interview .t-profile__name span {
		font-size: 1.06667rem;
		line-height: 1.5;
	}
}

.l-container--interview .t-profile__list {
	background-color: #ffffff;
	padding: 1em 0 0 0;
}

@media screen and (min-width: 769px) {
	.l-container--interview .t-profile__list {
		padding: 0;
		background-color: transparent;
	}
}

.l-container--interview .t-profile__list__item {
	position: relative;
	display: block;
	padding: .2em 0;
	color: #333333;
	font-weight: 500;
	font-size: 0.78571rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.l-container--interview .t-profile__list__item {
		padding: .3em 0;
		font-size: 0.86667rem;
		line-height: 1.5;
	}
}

.t-career {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2em;
}

.t-career__item {
	position: relative;
	width: 18.22916667%;
}

.t-career__item::before {
	z-index: 2;
	content: '';
	position: absolute;
	top: 1.6em;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 6px;
	height: 6px;
	background-color: #ffffff;
	border: 1px solid #009294;
	border-radius: 50px;
}

@media screen and (min-width: 769px) {
	.t-career__item::before {
		width: 8px;
		height: 8px;
		top: 2.7em;
	}
}

.t-career__item::after {
	z-index: 1;
	content: '';
	position: absolute;
	top: 1.9em;
	left: -20%;
	right: 0;
	margin: 0 auto;
	width: 140%;
	height: 2px;
	background-color: #009294;
}

@media screen and (min-width: 769px) {
	.t-career__item::after {
		top: 3em;
	}
}

.t-career__item__number {
	text-align: center;
	color: #009294;
	margin-bottom: 1.5em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 0.92857rem;
	line-height: 1.72308;
}

@media screen and (min-width: 769px) {
	.t-career__item__number {
		margin-bottom: 1em;
		font-size: 1.06667rem;
		line-height: 3.29438;
	}
}

.t-career__item__text {
	text-align: left;
	display: block;
	margin: 0 auto;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	font-size: 0.78571rem;
	line-height: 1.54545;
}

@media screen and (min-width: 769px) {
	.t-career__item__text {
		text-align: center;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		font-size: 0.86667rem;
		line-height: 1.61538;
	}
}

.t-article {
	width: 100%;
	margin: 5em auto 0;
}

@media screen and (min-width: 769px) {
	.t-article {
		width: 65%;
		margin: 8em auto 0;
	}
}

.t-article__capter {
	margin-bottom: 1em;
	color: #009294;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.t-article__capter {
		margin-bottom: 1.2em;
		font-size: 1.2rem;
		line-height: 1.5;
	}
}

.t-article__capter span {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.t-article__capter span {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}

.t-article__heading {
	margin: .2em 0 1.7em 0;
	font-weight: 700;
	font-size: 2.14286rem;
	line-height: 1.46667;
}

@media screen and (min-width: 769px) {
	.t-article__heading {
		margin: .2em 0 1.2em 0;
		font-size: 2.8rem;
		line-height: 1.66524;
	}
}

.t-article__image {
	margin: 4em auto 0;
}

@media screen and (min-width: 769px) {
	.t-article__image {
		margin: 4em auto 0;
		width: 73.0%;
	}
}

.t-article__image img {
	width: 120%;
	margin-left: -10%;
}

@media screen and (min-width: 769px) {
	.t-article__image img {
		width: 100%;
		margin-left: 0;
	}
}

.t-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.t-button a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.t-button a img {
	display: block;
	width: 30px;
	padding: 0 10px;
}

@media screen and (min-width: 769px) {
	.t-button a img {
		width: 34px;
	}
}

.t-button__item span {
	font-size: 0.71429rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.t-button__item span {
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

.t-overimage {
	margin-bottom: 2em;
}

.t-overimage img {
	width: 120%;
	margin-left: -10%;
}

/*==============================================
    12-3. INTERVIEW NEW CONTENT
==============================================*/
.t-interview {
	width: 100%;
}

.t-interview__image {
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 769px) {
	.t-interview__image {
		width: 62%;
		margin: 0 0 0 auto;
	}
}

.t-interview--cover {
	position: relative;
	width: 85.33333333%;
	margin: -4em auto 0;
	background-color: #ffffff;
}

@media screen and (min-width: 769px) {
	.t-interview--cover {
		z-index: 1;
		position: absolute;
		top: 22%;
		left: 10%;
		padding: 0;
		background-color: transparent;
	}
}

.t-interview--block {
	position: relative;
	width: 85.33333333%;
	margin: -4em auto 0;
	background-color: #ffffff;
}

@media screen and (min-width: 769px) {
	.t-interview--block {
		z-index: 1;
		margin: -18em auto 12em;
		padding: 0;
		background-color: transparent;
	}
}

.t-interview__title {
	padding: 1em 9%;
	font-weight: bold;
	text-align: left;
	text-justify: auto;
	font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1.28571rem;
	line-height: 1.77778;
}

@media screen and (min-width: 769px) {
	.t-interview__title {
		padding: 0;
		letter-spacing: .09em;
		white-space: nowrap;
		font-size: 2.8rem;
		line-height: 1.61905;
	}
}

.t-content {
	z-index: 2;
	position: relative;
}

@media screen and (min-width: 769px) {
	.t-content--textbox {
		width: 79.4%;
		margin: 0 auto;
	}
}

.t-content--imagebox {
	margin-top: 4em;
}

@media screen and (min-width: 769px) {
	.t-content--imagebox {
		width: 55.2%;
		margin: 6em auto 0;
	}
}

.t-content__category {
	color: #009294;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.t-content__category {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}

.t-content__heading {
	margin: .6em 0 1.5em 0;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1.42857rem;
	line-height: 1.75;
}

@media screen and (min-width: 769px) {
	.t-content__heading {
		z-index: 1;
		position: relative;
		white-space: nowrap;
		font-size: 2.13333rem;
		line-height: 1.5625;
	}
}

.c-p__text__link {
	text-decoration: underline;
}

.t-block--cover {
	padding: 4em 0;
}

@media screen and (min-width: 769px) {
	.t-block--cover {
		padding: 6em 0;
	}
}

@media screen and (min-width: 769px) {
	.t-block--cover:nth-child(2) {
		padding: 6em 0 0 0;
		border-bottom: none;
	}
}

.t-block {
	margin-bottom: 4em;
}

@media screen and (min-width: 769px) {
	.t-block {
		margin-bottom: 0;
		width: 44.16667%;
	}
}

.t-block:nth-child(2) {
	margin-bottom: 0;
}

.t-block .t-image {
	margin-bottom: 4em;
}

.t-block--partition {
	position: relative;
}

@media screen and (min-width: 769px) {
	.t-block--partition::before {
		position: absolute;
		content: '';
		width: 1px;
		height: 100%;
		background-color: #e0e0e0;
		right: -12%;
	}
}

.t-block__heading {
	color: #009294;
	text-align: center;
	margin-bottom: 1.2em;
	letter-spacing: .07em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 2.57143rem;
	line-height: 1.16667;
}

@media screen and (min-width: 769px) {
	.t-block__heading {
		font-size: 2.6rem;
		line-height: 1.28205;
	}
}

.t-block__heading span {
	display: block;
	padding-top: .5em;
	font-weight: bold;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1.07143rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.t-block__heading span {
		font-size: 1rem;
		line-height: 1.5;
	}
}

.t-block__heading em {
	display: block;
	color: #009294;
	margin-top: 1em;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.t-block__heading em {
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

.t-block__lead {
	display: block;
	text-align: center;
	color: #009294;
	margin-bottom: 1em;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1.14286rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.t-block__lead {
		font-size: 1.06667rem;
		line-height: 1.5;
	}
}

.t-block__catch {
	text-align: center;
	padding: 1em 0;
	font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1.37143rem;
	line-height: 1.75;
}

@media screen and (min-width: 769px) {
	.t-block__catch {
		font-size: 1.6rem;
		line-height: 1.75;
	}
}

.t-block__catch span {
	position: relative;
	display: inline-block;
}

.t-block__catch span::before {
	position: absolute;
	content: '';
	width: 44px;
	height: 30px;
	top: -1.5em;
	left: -1.5em;
	background: transparent url(../../interview/image/icon_dq_first.png) no-repeat scroll center center;
	background-size: cover;
}

.t-block__catch span::after {
	position: absolute;
	content: '';
	width: 44px;
	height: 30px;
	right: -1.5em;
	bottom: -1.5em;
	background: transparent url(../../interview/image/icon_dq_last.png) no-repeat scroll center center;
	background-size: cover;
}

.t-block__table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.t-block__table tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	vertical-align: middle;
	padding-bottom: 1em;
}

.t-block__table tr th {
	display: inline-block;
	width: 58px;
	padding-right: 1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.14286rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.t-block__table tr th {
		font-size: 1.06667rem;
		line-height: 1.5;
	}
}

.t-block__table tr td {
	display: inline-block;
	width: calc(100% - 58px);
	padding-left: 1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	border-left: 2px solid #009294;
	font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 0.89286rem;
	line-height: 1.68;
}

@media screen and (min-width: 769px) {
	.t-block__table tr td {
		font-size: 0.86667rem;
		line-height: 2;
	}
}

.t-block__text {
	font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 0.89286rem;
	line-height: 2.08;
}

@media screen and (min-width: 769px) {
	.t-block__text {
		font-size: 0.86667rem;
		line-height: 2;
	}
}

.t-block--message {
	margin: 4em 0;
	padding: 2em 1.5em;
	border: 1px solid #009294;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 769px) {
	.t-block--message {
		margin: 6em 0;
		padding: 4em 7em;
		border: 2px solid #009294;
	}
}

.t-block--profile {
	margin: 0 0 4em 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 769px) {
	.t-block--profile {
		margin: 0 0 6em 0;
	}
}

.t-block__icon {
	width: 55%;
	margin: 0 auto;
}

@media screen and (min-width: 769px) {
	.t-block__icon {
		width: 28%;
	}
}

.t-block__name {
	display: block;
	text-align: center;
	padding-top: .5em;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1.28571rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.t-block__name {
		font-size: 1.4rem;
		line-height: 1.5;
	}
}

.t-block__name span {
	display: block;
	padding-top: .5em;
	font-weight: normal;
	font-size: 0.78571rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.t-block__name span {
		font-size: 0.86667rem;
		line-height: 1.5;
	}
}

.t-image img {
	width: 150%;
	margin-left: -26%;
}

@media screen and (min-width: 769px) {
	.t-image img {
		width: 100%;
		margin-left: 0;
	}
}

.t-bg {
	position: relative;
}

.t-bg::before {
	z-index: 0;
	position: absolute;
	content: '';
	width: 89.0625%;
	height: 74%;
	top: 84px;
	right: -14.66666667%;
	bottom: auto;
	left: auto;
	margin: auto;
	background-color: #e6f0f0;
}

@media screen and (min-width: 769px) {
	.t-bg::before {
		width: 82.5%;
		height: 80%;
		top: 120px;
		right: 0;
		left: 0;
		bottom: auto;
	}
}

.t-bg[data-bg="right"]::before {
	right: -14.66666667%;
	left: auto;
}

@media screen and (min-width: 769px) {
	.t-bg[data-bg="right"]::before {
		width: 86.5%;
		height: 80%;
		right: -14%;
		left: auto;
	}
}

.t-bg[data-bg="left"]::before {
	right: auto;
	left: -14.66666667%;
}

@media screen and (min-width: 769px) {
	.t-bg[data-bg="left"]::before {
		width: 86.5%;
		height: 80%;
		right: auto;
		left: -14%;
	}
}

.t-bg--triangle::before {
	z-index: 0;
	position: absolute;
	content: '';
	width: 260px;
	height: 1000px;
	background: transparent url(../../interview/image/bg_triangle_sp.png) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
	.t-bg--triangle::before {
		width: 744px;
		height: 942px;
		background: transparent url(../../interview/image/bg_triangle.png) no-repeat scroll center center/cover;
	}
}

.t-bg--triangle[data-bg="right"]::before {
	width: 260px;
	height: 1000px;
}

@media screen and (min-width: 769px) {
	.t-bg--triangle[data-bg="right"]::before {
		width: 744px;
		height: 942px;
	}
}

.t-bg--triangle[data-bg="left"]::before {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	width: 260px;
	height: 1000px;
}

@media screen and (min-width: 769px) {
	.t-bg--triangle[data-bg="left"]::before {
		width: 744px;
		height: 942px;
	}
}

.t-seat {
	width: 100%;
	height: 100%;
	background-color: #eef5f5;
	position:relative;
	z-index:10;
}

/*==============================================
    13-X. INTERVIEW LYAOUT & COMPONENT(PREDEFINED)
==============================================*/
@media screen and (min-width: 769px) {
	.interview-11 .c-section--space {
		padding-top: 1em;
	}
}

@media screen and (min-width: 769px) {
	.interview-12 .c-section--space {
		padding-top: 6em;
	}
}

@media screen and (min-width: 769px) {
	.interview-13 .c-section--space {
		padding-top: 1em;
	}
}

/*==============================================
    14-X. INTERVIEW ACTION
==============================================*/
.initial_margin {
	padding-bottom: 60px;
}
.noView {
	display: none;
}
.viewBtn {
	width: 60px;
	height: 60px;
	margin: -150px auto 60px;
	background: #999999;
	border-radius: 50px;
	position: relative;
	cursor:pointer;
}
.viewBtn.open {
	margin-top: -90px;
}
.viewBtn span {
	content: 'Open';
	display: block;
	width: 100%;
	padding-top: 60px;
	font-size: 0.72em;
	text-align: center;
	letter-spacing:0.1em;
	position: absolute;
	z-index: 3;
}
.viewBtn::after {
	content: '';
	display: block;
	width: 24px;
	height: 4px;
	margin: auto;
	background: #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.viewBtn::before {
	content: '';
	display: block;
	width: 4px;
	height: 24px;
	margin: auto;
	background: #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.viewBtn:hover {
	background: #666666;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.viewBtn:hover::after,
.viewBtn:hover::before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
.viewBtn.open::before {
	display: none;
}