/*************************************************************
/ tpl-page-kv
/************************************************************/
.tpl-page-kv .tpl-inner-wrap {
	position: relative;
}

/*************************************************************
/ sec-outline
/************************************************************/
.sec-outline {
	background-image: url("/assets/img/body-bg_purple.gif");
	background-position: center;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.sec-outline {
		background-image: url("/assets/img/body-bg_purple_sp.gif");
		background-size: 100%;
	}
}

.sec-outline::before, .sec-outline::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}

.sec-outline::before {
	border-width: 0 130px 130px 0;
	border-color: transparent #a6a2b6 transparent transparent;
	top: 0;
	right: 0;
}

@media only screen and (max-width: 750px) {
	.sec-outline::before {
		border-width: 0 20vw 20vw 0;
	}
}

.sec-outline::after {
	border-width: 55px 0 0 55px;
	border-color: transparent transparent transparent #a6a2b6;
	bottom: 0;
	left: 0;
}

@media only screen and (max-width: 750px) {
	.sec-outline::after {
		border-width: 0 18.66667vw 18.66667vw 0;
	}
}

.sec-outline .tpl-sec-ttl {
	margin-bottom: 65px;
}

@media only screen and (max-width: 750px) {
	.sec-outline .tpl-sec-ttl {
		margin-bottom: 9.33333vw;
	}
}

@media only screen and (min-width: 751px) {
	.sec-outline .list-block {
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.sec-outline .outline-list {
	width: 48%;
}

@media only screen and (max-width: 750px) {
	.sec-outline .outline-list {
		width: 84vw;
		margin-left: auto;
		margin-right: auto;
	}
}

.sec-outline .outline-list .item {
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sec-outline .outline-list .item:nth-child(n+2) {
	margin-top: 10px;
}

@media only screen and (max-width: 750px) {
	.sec-outline .outline-list .item:nth-child(n+2) {
		margin-top: 5.33333vw;
	}
}

@media only screen and (max-width: 750px) {
	.sec-outline .outline-list.list1 dt {
		width: 14.66667vw;
	}
}

.sec-outline .outline-list.list1 dd {
	width: calc(100% - 60px);
}

@media only screen and (max-width: 750px) {
	.sec-outline .outline-list.list1 dd {
		width: 69.33333vw;
	}
}

@media only screen and (max-width: 750px) {
	.sec-outline .outline-list.list2 {
		margin-top: 5.33333vw;
	}
}

@media only screen and (max-width: 750px) {
	.sec-outline .outline-list.list2 dt {
		width: 14.66667vw;
	}
}

.sec-outline .outline-list.list2 dd {
	width: calc(100% - 46px);
}

@media only screen and (max-width: 750px) {
	.sec-outline .outline-list.list2 dd {
		width: 69.33333vw;
	}
}

@media only screen and (max-width: 750px) {
	.sec-outline .outline-list.list2 dd ol li {
		text-indent: -2.5em;
		padding-left: 2.5em;
		font-size: 11.5px;
		font-size: 3.06667vw;
	}
}

.sec-outline .outline-list.list2 dd ol li:nth-child(n+2) {
	margin-top: 10px;
}

/*************************************************************
/ sec-press
/************************************************************/
.sec-press {
	background-color: #fff;
	position: relative;
}

.sec-press::before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}

@media only screen and (max-width: 750px) {
	.sec-press::before {
		display: none;
	}
}

.sec-press::before {
	border-width: 240px 0 0 240px;
	border-color: transparent transparent transparent #a6a2b6;
	bottom: 0;
	left: 0;
}

@media only screen and (max-width: 750px) {
	.sec-press .chrono-box {
		width: 84vw;
		margin-left: auto;
		margin-right: auto;
	}
}

.sec-press .chrono-box:nth-child(n+2) {
	margin-top: 55px;
}

@media only screen and (max-width: 750px) {
	.sec-press .chrono-box:nth-child(n+2) {
		margin-top: 12vw;
	}
}

.sec-press .chrono-box .year {
	position: relative;
}

.sec-press .chrono-box .year .year-txt {
	width: 110px;
	display: block;
	margin-top: -15px;
	color: #7b7787;
	font-family: "Lato", "Noto Sans Japanese", sans-serif;
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.sec-press .chrono-box .year .year-txt {
		width: 20.26667vw;
		font-size: 17.5px;
		font-size: 4.66667vw;
	}
}

.sec-press .chrono-box .year .arrow {
	display: block;
	width: 13px;
	height: 13px;
	box-sizing: border-box;
	border-top: solid 3px #7b7787;
	border-left: solid 3px #7b7787;
	position: absolute;
	right: 18px;
	top: 5px;
	transform: rotate(-135deg);
}

@media only screen and (max-width: 750px) {
	.sec-press .chrono-box .year .arrow {
		width: 2.4vw;
		height: 2.4vw;
		border-width: 2px;
		top: 0.66667vw;
		right: 3.6vw;
	}
}

.sec-press .chrono-box .year::after {
	content: '';
	display: block;
	width: 930px;
	height: 2px;
	background-color: #999;
	position: absolute;
	top: 15px;
	right: 0;
}

@media only screen and (max-width: 750px) {
	.sec-press .chrono-box .year::after {
		width: 64vw;
		top: 2vw;
	}
}

.sec-press .chrono-box .list {
	width: 930px;
	margin-left: auto;
	padding-left: 32px;
}

@media only screen and (max-width: 750px) {
	.sec-press .chrono-box .list {
		width: 100%;
		padding-left: 0;
	}
}

.sec-press .chrono-box .list .item {
	padding: 25px 15px;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 750px) {
	.sec-press .chrono-box .list .item {
		padding: 5.6vw 0;
	}
}

.sec-press .chrono-box .list .item:nth-child(n+2) {
	border-top: dotted 1px #000;
}

.sec-press .chrono-box .list .item .date {
	width: 75px;
	position: relative;
	font-weight: 700;
}

@media only screen and (max-width: 750px) {
	.sec-press .chrono-box .list .item .date {
		width: 17.06667vw;
	}
}

.sec-press .chrono-box .list .item .date::after {
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	background-color: #000;
	position: absolute;
	top: 5px;
	right: 0;
}

@media only screen and (max-width: 750px) {
	.sec-press .chrono-box .list .item .date::after {
		top: 0.66667vw;
	}
}

.sec-press .chrono-box .list .item .txt {
	width: calc(100% - 77px);
	padding-left: 10px;
}

@media only screen and (max-width: 750px) {
	.sec-press .chrono-box .list .item .txt {
		width: 66.66667vw;
		padding-left: 2.26667vw;
	}
}

.sec-press .chrono-box .list .item .txt .to-pdf::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 16px;
	background-image: url("/assets/img/icon-pdf.png");
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-left: 5px;
}

@media only screen and (max-width: 750px) {
	.sec-press .chrono-box .list .item .txt .to-pdf::after {
		width: 3.2vw;
		height: 4.26667vw;
		margin-left: 1.33333vw;
		vertical-align: -0.8vw;
	}
}

@media only screen and (min-width: 751px) {
	.sec-press .contact {
		margin-top: 50px;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

@media only screen and (max-width: 750px) {
	.sec-press .contact {
		margin-top: 10vw;
	}
}

.sec-press .contact .ttl {
	font-weight: 700;
	font-size: 16px;
}

@media only screen and (max-width: 750px) {
	.sec-press .contact .ttl {
		font-size: 12px;
		font-size: 3.2vw;
	}
}

.sec-press .contact .txt-block {
	/*margin-left: 25px;*/
}

@media only screen and (max-width: 750px) {
	.sec-press .contact .txt-block {
		margin-left: 0;
	}
}

.sec-press .contact .txt-block .e-mail {
	line-height: 2;
}

@media only screen and (max-width: 750px) {
	.sec-press .contact .txt-block .e-mail {
		margin-top: 1.33333vw;
		line-height: 1.5;
	}
}

.sec-press .contact .txt-block .e-mail a {
	color: #7b7787;
}

.sec-press .contact .txt-block .note {
	margin-top: 20px;
	font-size: 12px;
	color: #666;
}

@media only screen and (max-width: 750px) {
	.sec-press .contact .txt-block .note {
		margin-top: 3.33333vw;
		font-size: 10px;
		font-size: 2.66667vw;
		color: #000;
	}
}

/*************************************************************
/ sec-recruit
/************************************************************/
.sec-recruit .bnr-list {
	width: 960px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 751px) {
	.sec-recruit .bnr-list {
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 750px) {
	.sec-recruit .bnr-list {
		width: 68vw;
		margin-top: 10.66667vw;
		margin-left: auto;
		margin-right: auto;
	}
}

.sec-recruit .bnr-list li {
	width: 450px;
}

@media only screen and (max-width: 750px) {
	.sec-recruit .bnr-list li {
		width: 100%;
	}
}

@media only screen and (min-width: 751px) {
	.sec-recruit .bnr-list li:nth-child(even) {
		margin-left: 60px;
	}
}

@media only screen and (max-width: 750px) {
	.sec-recruit .bnr-list li:nth-child(n+2) {
		margin-top: 5.33333vw;
	}
}

@media only screen and (min-width: 751px) {
	.sec-recruit .bnr-list li:nth-child(n+3) {
		margin-top: 30px;
	}
}

/*************************************************************
/ animaiton
/************************************************************/
/* tpl-page-kv
--------------------------------------------*/
.g-topicpath {
	opacity: 0;
}

.tpl-page-kv__head-block {
	opacity: 0;
	transform: translateX(-20px);
}

.tpl-page-kv .txt {
	opacity: 0;
	transform: translateX(-20px);
}

.tpl-page-kv__img {
	opacity: 0;
	transform: translateX(20px);
}

/* sec-press
--------------------------------------------*/
.sec-press .chrono-box .list {
	display: none;
}

.sec-press .chrono-box.is-open .year .arrow {
	top: 12px;
	transform: rotate(45deg);
}

@media only screen and (max-width: 750px) {
	.sec-press .chrono-box.is-open .year .arrow {
		top: 2vw;
	}
}

/*# sourceMappingURL=style.css.map */
