@charset "utf-8";

.bg-gradation {
	background: -moz-linear-gradient(180deg, #fff 0%, #e8f1fd 100%);
	background: -webkit-linear-gradient(180deg, #fff 0%, #e8f1fd 100%);
	background: linear-gradient(180deg, #fff 0%, #e8f1fd 100%);
	padding-bottom: 80px;
}

#contents-list-block::before {
	display: none;
}

#contents-list-block ul {
	margin-bottom: 0;
}

.second-section+.second-section {
	margin-top: 65px;
}

.pageID-interview .link {
	cursor: pointer;
	transition: all 0.2s ease-out;
}

.pageID-interview .link:hover {
	transform: translateY(-2px);
}

.pageID-interview .link:hover {
	box-shadow: 0px 6px 12px rgba(47, 80, 170, .51)
}

.pageID-interview-single .company-info-text {
	font-size: 18px;
    line-height: 1.35;
    margin-bottom: 20px;
}
.interview_company_info th{
	text-align: left;
	padding: 5px 0;
}
.interview_company_info td{
	padding: 5px 0 5px 10px;
}

@media screen and (min-width:768px) {
	#contents-list-block {
		padding: 44px 0 0;
		margin-bottom: 56px;
	}

	.second-logo {
		width: 100%;
		height: 154px;
		position: relative;
		overflow: hidden;
	}

	.second-logo img {
		max-width: none;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}

	.dd:nth-of-type(3),
	.dd.clamp {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.pageID-interview-single .company-info-dl {
		font-size: 18px;
	}
}

@media screen and (max-width:767px) {
	.first-logo {
		width: 100%;
	}

	#contents-list-block .headline {
		width: 100%;
		text-align: left;
	}

	#contents-list-block {
		padding: calc(25 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
	}

	.second-section+.second-section {
		margin-top: calc(90 / 750 * 100vw);
	}
}

/* -------------------------------------------------
	works
------------------------------------------------- */

.works .h-style2 {
	margin-bottom: 30px;
}

.works .item {
	position: relative;
}


.works .item .pic::after,
.works .item .text::after {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.works .item .pic {
	position: relative;
}

.works .item .pic img {
	width: 100%;
}

.works .item .pic .desc {
	font-size: 12px;
	line-height: 2;
	font-weight: bold;
	text-align: right;
	position: absolute;
	right: 1.5em;
	bottom: 2em;
	z-index: 4;
}

.works .item .text {
	padding: 0 2.6%;
	box-sizing: border-box;
	position: relative;
}

.works .item .text .group {
	position: relative;
	z-index: 4;
}

.works .item .text .crient {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}

.works .item .text .desc {
	margin-top: 1.4em;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}

.works .item .text .desc a {
	text-decoration: underline;
}

.works .item .text .buttons {
	margin-top: 25px;
}

.works .item .text .btn {
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border: solid 1px #fff;
	border-radius: 24px;
	transition: background 0.2s ease-out;
}

.works .item .text .btn.pdf {
	width: 139px;
}

.works .item .text .btn.yt {
	width: 185px;
}

.works .item .text .btn span {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
}

.works .item .text .btn.pdf span::after {
	width: 24px;
	height: 24px;
	content: "";
	background: url(../img/pdf.svg) no-repeat 0 0 / contain;
	vertical-align: middle;
	display: inline-block;
	margin-left: 0.5em;
}

.works .item .text .btn.yt span::after {
	width: 26px;
	height: 19px;
	content: "";
	background: url(../img/yt.png) no-repeat 0 0 / 100% auto;
	vertical-align: middle;
	margin-left: 0.7em;
	display: inline-block;
}

.works .item .text .btn-group.no-ceremony a.hidden {
	visibility: hidden;
}

@media screen and (min-width:768px) {
	.works .item {
		display: flex;
	}

	.works .item .pic {
		width: calc(510 / 1100 * 100%);
	}

	.works .item .text {
		width: calc(590 / 1100 * 100%);
	}

	.works .item .text .group {
		height: 262px;
	}

	.works .item .text .crient {
		padding: 1.5em 0 0.4em 1em;
		border-left: solid 1px #fff;
	}

	.works .item .text .desc a:hover {
		text-decoration: none;
	}

	.works .item .text .buttons {
		display: flex;
		position: absolute;
		left: 0;
		bottom: 24px;
	}

	.works .item .text .btn-group {
		display: flex;
	}

	.works .item .text .btn-group.with-blank {
		margin-left: 149px;
	}

	.works .item .text .btn+.btn,
	.works .item .text .btn+.btn-group {
		margin-left: 10px;
	}

	.works .item .text .btn:hover {
		background: rgba(255, 255, 255, 0.3);
	}
}

@media screen and (min-width:768px) and (max-width:1170px) {
	.works .item {
		width: 720px;
		display: block;
		margin: 0 auto;
	}

	.works .item .pic {
		width: 100%;
		height: 262px;
		overflow: hidden;
	}

	.works .item .text {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.works .h-style2 {
		margin-bottom: calc(50 / 750 * 100vw);
	}

	.works .item .pic .desc {
		width: 100%;
		text-align: left;
		font-size: calc(12 / 375 * 100vw);
		position: absolute;
		right: 50%;
		bottom: 1.5em;
		z-index: 4;
		transform: translateX(50%);
	}

	.works .item .pic .desc br {
		display: none;
	}

	.works .item .text {
		padding: 0 0 calc(30 / 375 * 100vw);
	}

	.works .item .text .crient {
		padding: 1.6em 0 0 0.8em;
		font-size: calc(16 / 375 * 100vw);
		border-left: solid 1px #fff;
	}

	.works .item .text .desc {
		font-size: calc(12 / 375 * 100vw);
	}

	.works .item .text .buttons {
		width: calc(328 / 375 * 100vw);
		margin: 0 auto;
	}

	.works .item .text .btn-group {
		display: flex;
		justify-content: space-between;
	}

	.works .item .text .btn {
		width: calc(155 / 375 * 100vw) !important;
		height: calc(45 / 375 * 100vw) !important;
		margin: calc(30 / 375 * 100vw) 0 0;
		border-radius: calc(24 / 375 * 100vw);
		position: relative;
		z-index: 6;
	}

	.works .item .text .btn-group .btn {
		margin-top: calc(16 / 375 * 100vw);
	}

	.works .item .text .btn span {
		width: 76%;
		font-size: calc(10 / 375 * 100vw);
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.works .item .text .btn.pdf span::after {
		width: calc(25 / 375 * 100vw);
		height: calc(25 / 375 * 100vw);
		margin-left: 0;
	}

	.works .item .text .btn.yt span::after {
		width: calc(26 * 0.24vw);
		height: calc(19 * 0.24vw);
		margin-left: 0;
	}
}

.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list::before {
	content: "";
	display: block;
	width: 240px;
	order: 1;
}

.list::after {
	content: "";
	display: block;
	width: 240px;
}

.item {
	width: 240px;
	margin-top: 22px;
}

.link {
	display: block;
	background-color: #fff;
	box-shadow: 0px 3px 6px rgba(47, 80, 170, 0.51);
	padding: 12px 10px;
}

.img {
	margin-bottom: 16px;
	width: 100%;
}

.item-title {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 12px;
}

.dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	color: #878787;
	line-height: 1.7;
}

.dt {
	width: 5.5em;
	position: relative;
}


.dd {
	width: calc(100% - 5.5em);
}

.dt-long {
	width: 8.5em;
	position: relative;
}

.dd-long {
	width: calc(100% - 8.5em);
	word-break: keep-all;
}

.dt::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '：';
}

#graduate .dl {
	font-size: 13px;
}

.section-interview {
	padding-top: 26px;
	position: relative;
	z-index: 2;
	padding-bottom: 126px;
}

.section-interview::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../img/logo_09.svg);
	background-repeat: no-repeat;
	display: inline-block;
	bottom: 36px;
	width: 1200px;
	height: 124px;
	z-index: -1;
	background-size: contain;
}

.section-interview * {
	box-sizing: border-box;
}

.pageID-interview-single .bg-gradation {
	position: relative;
	overflow-x: hidden;
}

.pageID-interview-single .bg-gradation::after {
	position: absolute;
	content: '';
	left: -264px;
	background-image: url(../img/arrows.svg);
	background-repeat: no-repeat;
	display: inline-block;
	bottom: 0;
	width: 1874px;
	height: 1681px;
	/* z-index: -1; */
	background-size: contain;
}

.introduction {
	background-color: #105FDF;
	color: #fff;
	font-weight: bold;
	padding-top: 42px;
	padding-bottom: 42px;
	font-size: 26px;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.02em;
}

.interview-h1 {
	color: #4D4D4D;
	font-weight: bold;
	font-size: 45px;
	padding-top: 52px;
	margin-bottom: 18px;
	padding-left: 11px;
	border-left: 9px solid #FE0002;
	line-height: 1.3;
}

.interview-h1-smaller {
	font-size: 40px;
}

.interview-h1-companyName {
	font-size: 30px;
	vertical-align: baseline;
	font-weight: normal;
}

.company-info {
	display: flex;
	background-color: #949494;
	color: #fff;
	margin-bottom: 48px;
}

.company-info-box {
	width: 50%;
}

.company-info-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.company-info-box-text {
	padding: 20px;
}

.company-info-dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 20px;
	line-height: 1.35;
	margin-bottom: 20px;
}

.company-info-dt {
	width: 6.5em;
	position: relative;
}

.company-info-dt::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '：';
}


.company-info-dd {
	width: calc(100% - 6.5em);
}

.company-info-dt-long {
	width: auto;
}

.company-info-dt-long.company-info-dt::after {
	position: static;
}

.company-info-dd-long {
	width: auto;
}

.company-info-list {
	display: flex;
}

.section-interview .btn {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border: solid 1px #fff;
	border-radius: 24px;
	transition: background 0.2s ease-out;
}

.section-interview .btn.pdf {
	width: 107px;
}

.section-interview .btn.pdf.en {
	width: 125px;
}

.section-interview .btn span {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.section-interview .btn:hover {
	background: rgba(255, 255, 255, 0.3);
}

.company-info-item+.company-info-item {
	margin-left: 10px;
}

.section-interview .btn.yt {
	width: 185px;
}

.section-interview .btn.yt.yt-1 {
	width: 165px;
}

.section-interview .btn.yt.yt-2 {
	width: 180px;
}

.section-interview .btn.yt.yt-3 {
	width: 220px;
}

.section-interview .btn.pdf span::after {
	width: 24px;
	height: 24px;
	content: "";
	background: url(../img/pdf.svg) no-repeat 0 0 / contain;
	vertical-align: middle;
	display: inline-block;
	margin-left: 0.5em;
}

.section-interview .btn.yt span::after {
	width: 26px;
	height: 19px;
	content: "";
	background: url(../img/yt.png) no-repeat 0 0 / 100% auto;
	vertical-align: middle;
	margin-left: 0.7em;
	display: inline-block;
}

.company-info-link {
	text-decoration: none;
	color: #fff;
	transition: all 0.2s ease-out;
}

.company-info-link:hover {
	text-decoration: underline;
}

.interview-excerpt {
	font-size: 16px;
	line-height: 1.68;
	margin-bottom: 85px;
}

.section-interview .h-style2 {
	padding-top: 29px;
	padding-bottom: 29px;
	margin-bottom: 53px;
	position: relative;
	line-height: 1.4;
}

.section-interview .h-style2::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../img/logo_06.svg);
	background-repeat: no-repeat;
	display: inline-block;
	top: 266px;
	width: 1200px;
	height: 124px;
	z-index: -1;
	background-size: contain;
}

.interview-h3 {
	font-size: 28px;
	line-height: 1.5;
	color: #2F50AA;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #2F50AA;
	margin-bottom: 26px;
}

.interview-h3::before {
	content: '◆';
	font-size: 36px;
}

.interview-text {
	font-size: 16px;
	line-height: 1.68;
	margin-bottom: 46px;
}

.btn-area .btn-other {
	background-color: #707070;
	text-align: center;
	line-height: 75px;
	height: 75px;
	width: 392px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 19px;
	letter-spacing: 2.28px;
	color: #FFFFFF;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.224);
	border-radius: 38px;
	transition: background 0.2s ease-out;
	position: relative;
	z-index: 10;
}

.btn-area .btn-other:hover {
	background-color: #8a8a8a
}
.item-title-small {
	font-size: 14px;
	display: block;
}
.interview-h1-small {
	display: block;
	font-weight: normal;
	font-size: 18px;
	padding-top: .5em;
}

.youtube-area{
	width: 70%;
	margin:0 auto 50px;
}

@media screen and (max-width:820px) {
	.pageID-interview-single .bg-gradation::after {
		display: none;
	}
	.youtube-area{
		width: 100%;
		padding:0 30px;
	}
}


@media screen and (min-width:768px) and (max-width:1170px) {
	.link {
		height: 100%;
	}

	.works .item {
		width: 48%;
		margin-right: 0;
		margin-left: 0;
		margin-top: 35px;
	}

	.works .h-style2 {
		margin-bottom: 0;
	}

	main * {
		box-sizing: border-box;
	}

	.pageID-interview-single-graduate .company-info-dt-long {
		display: block;
		width: 100%;
	}

	.pageID-interview-single-graduate .company-info-dd-long {
		display: block;
		width: 100%;
		text-align: right;
	}

	.company-info-dd {
		word-break: break-all;
	}

}

@media screen and (max-width:767px) {
	.pageID-interview .box-sp-705 {
		width: calc(100% - 64px);
	}

	.list {
		width: calc(100% - 64px);
		margin-right: auto;
		margin-left: auto;
	}

	.item {
		width: 100%;
		margin-top: 35px;
	}

	.works .h-style2 {
		margin-bottom: 0;
	}

	.link {
		padding: 12px 12px 24px;
	}

	.bg-gradation {
		background: -moz-linear-gradient(180deg, #e8f1fd 0%, #fff 50%, #e8f1fd 100%);
		background: -webkit-linear-gradient(180deg, #e8f1fd 0%, #fff 50%, #e8f1fd 100%);
		background: linear-gradient(180deg, #e8f1fd 0%, #fff 50%, #e8f1fd 100%);
	}

	.introduction {
		margin-top: 42px;
		font-size: 20px;
		padding-top: 34px;
		padding-bottom: 32px;
		padding-right: 30px;
		padding-left: 30px;
		text-align: left;
		line-height: 1.5;
		margin-bottom: 50px;
	}

	.interview-h1 {
		font-size: 22px;
		line-height: 1.5;
		padding-left: 7px;
		border-left-width: 8px;
		/* display: block; */
		width: calc(100% - 60px);
		margin-left: auto;
		margin-right: auto;
		padding-top: 16px;
		margin-bottom: 52px;
	}

	.interview-h1-companyName {
		font-size: 15px;
		display: block;
		line-height: 1.26;
	}

	.company-info {
		flex-direction: column;
		margin-bottom: 36px;
	}

	.company-info-box {
		width: 100%;
	}

	.company-info-dl {
		font-size: 14px;
	}

	.company-info-box-text {
		padding: 20px;
	}

	.company-info-list {
		flex-direction: column;
	}

	.company-info-item+.company-info-item {
		margin-left: 0;
		margin-top: 17px;
	}

	.section-interview .btn.pdf,
	.section-interview .btn.yt.yt-1,
	.section-interview .btn.yt.yt-2 {
		width: 185px;
	}

	.section-interview .btn span {
		text-align: left;
		width: 100%;
		padding-right: 16px;
		padding-left: 16px;
		position: relative;
	}

	.section-interview .btn span::after {
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translateY(-50%);
	}

	.interview-excerpt {
		font-size: 14px;
		padding-right: 30px;
		padding-left: 30px;
		margin-bottom: 70px;
	}

	.section-interview .h-style2 {
		text-align: left;
		height: auto;
		line-height: 1.5;
		font-size: 20px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 26px;
		padding-bottom: 26px;
		display: block;
		margin-bottom: 40px;
	}

	.interview-h3 {
		font-size: 14px;
		margin-right: 30px;
		margin-left: 30px;
		padding-bottom: 8px;
		margin-bottom: 16px;
	}

	.interview-h3::before {
		font-size: 14px;
	}

	.interview-text {
		font-size: 14px;
		margin-right: 30px;
		margin-left: 30px;
		line-height: 1.4;
		margin-bottom: 48px;
	}

	.section-interview::after {
		width: 375px;
		height: 40px;
		bottom: 40px;
	}

	.section-interview {
		padding-bottom: 70px;
	}

	.interview_company_info{
		margin: 0 30px;
		font-size: 12px;
	}
	.interview_company_info th{
		width: 50%;
		line-height: 1.2;
	}
	.interview_company_info td{
		width: 50%;
		margin-bottom: 15px;
		line-height: 1.2;
	}

	.btn-area .btn-other {
		width: 240px;
		font-size: 12px;
		line-height: 52px;
		height: 52px;
	}

	.pageID-interview-single .bg-gradation {
		padding-bottom: 44px;
	}

	.company-info-dt-long {
		width: 100%;
	}

	.company-info-dt-long::after {
		position: static;
	}

	.company-info-dd-long {
		width: 100%;
		text-align: right;
	}
}