/*--------------------------------------------------*/
/* 基本 */
/*--------------------------------------------------*/
.front-page {
	overflow: hidden;
}

/*--------------------------------------------------*/
/*背景アニメーション*/
/*--------------------------------------------------*/
@keyframes zoom-animation {
	0%{
		scale: 0;
		opacity: 1;	
		z-index: 4;
	}
	95%{
		opacity: 1;	
	}
	100%{
		scale: 2;
		opacity: 0;	
		z-index: 0;
	}
}
.top-bg-animation {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
	filter: blur(0);
	-webkit-filter: blur(0);
}
.top-bg-animation img {
	position: absolute;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transform-origin: left top;
	width: 100%;
	object-fit: cover;
	scale: 2;
	animation-name: zoom-animation;
}
.top-bg-animation .top-fv-bg02 {
	animation-delay: 5s;
}
.top-bg-animation .top-fv-bg03 {
	animation-delay: 10s;
}
.top-bg-animation .top-fv-bg04 {
	animation-delay: 15s;
}
.top-bg-animation .fade-color {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	background-color: #F4F4F4;
	opacity: 0.625;
	transition: 0.3s;
}
.top-bg-animation .fade-color.hidden {
	opacity: 0;
}

/*--------------------------------------------------*/
/* FV */
/*--------------------------------------------------*/

.front-page .fv {
	position: relative;
	height: 100vh;
	min-height: 720px;
	max-height: 1000px;
} 
@media (max-width:767px) {
	.front-page .fv {
		padding: 0;
		min-height: 0;
		height: 100svh;
	}
}
/*.fv-slide*/
.front-page .fv .fv-slide {
	position: absolute;
	width: 1920px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-8deg);
}
.front-page .fv .fv-slide .slide-row {
	margin: 0 -24px;
	transform: translateY(-10px);
	opacity: 0;
	filter: brightness(1.5);
}
.front-page .fv .fv-slide .slide-row.slick-slider {
	filter: brightness(1);
	transition: 0.3s;
}
.front-page .fv .fv-slide .slide-row:not(.slick-slider) {
	display: flex;
	justify-content: flex-end;
}
.front-page .fv .fv-slide .slide-row:not(.slick-slider) .slide-list {
	flex-shrink: 0;
	flex-grow: 0;
	max-width: 16.66%;
	flex-basis: 16.66%;
}
.front-page .fv .fv-slide .slide-row .slick-list {
	overflow: visible;
}
.front-page .fv .fv-slide .slide-row .slide-list {
	padding: 0 24px;
}
.front-page .fv .fv-slide .slide-row .slide-list .img-wrap {
	background-color: rgba(196,196,196,0.25);
}
.front-page .fv .fv-slide .slide-row .slide-list img {
	transform: scale(1.001);
	image-rendering: -webkit-optimize-contrast;
	opacity: 0;

}
@media (max-width:767px) {
	.front-page .fv .fv-slide {
		width: 1695px;
		top: calc(50% - 25px);
	}
	.front-page .fv .fv-slide .slide-row .slide-list {
		padding: 0 16px;
	}
}

/*.fv-title*/
.front-page .fv .fv-title {
	position: absolute;
	right: 63px;
	bottom: 40px;
}
.front-page .fv .fv-title dl {}
.front-page .fv .fv-title dl dt {}
.front-page .fv .fv-title dl dt img {
	opacity: 0;
}
.front-page .fv .fv-title dl dd {
	position: absolute;
	right: 67.5%;
	top: 68%;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.15em;
	text-align: right;
	color: #3663AA;
	width: max-content;
}
@media (max-width:1200px) {
	.front-page .fv .fv-title dl dt img {
		width: 550px;
	}
	.front-page .fv .fv-title dl dd {
		font-size: 18px;
	}
}
@media (max-width:767px) {
	.front-page .fv .fv-title {
		right: 5px;
		bottom: 70px;
		width: 325px;
	}
	.front-page .fv .fv-title dl dd {
		left: 0;
		right: auto;
		width: 110px;
		text-align: left;
		font-size: 15px;
	}
}

/*--------------------------------------------------*/
/* セクション基本 */
/*--------------------------------------------------*/

.front-page section {
	padding: 120px 0 80px;
}
/*タイトル*/
.front-page section .sec-title-wrap {}
.front-page section .sec-title-wrap dl {
	position: relative;
	padding-bottom: 10px;
}
.front-page section .sec-title-wrap dl dt {
	font-size: 128px;
	line-height: 1;
	color: #3663AA;
	text-transform: capitalize;
}
.front-page section .sec-title-wrap dl dd {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #3663AA;
}
.front-page section .sec-title-wrap dl dd > * {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #3663AA;
	margin: 0;
}
@media (max-width:1200px) {
	.front-page section .sec-title-wrap dl dt {
		font-size: 100px;
	}
	.front-page section .sec-title-wrap dl dd > * {
		font-size: 20px;
	}
}
@media (max-width:767px) {
	.front-page section {
		padding: 60px 0 40px;
	}
	.front-page section .sec-title-wrap {
		margin-bottom: 20px;
	}
	.front-page section .sec-title-wrap dl dt {
		font-size: 68px;
	}
	.front-page section .sec-title-wrap dl dd > * {
		font-size: 18px;
	}
}

/*セクションMV*/
.front-page section .diagonal-img {
	height: 288px;
	position: relative;
	transform: rotate(-8deg);
	margin-bottom: 100px;
	z-index: -1;
}
.front-page section .diagonal-img .img-wrap {
	position: absolute;
	height: 100%;
	left: -2%;
	right: -2%;
	overflow: hidden;
}
.front-page section .diagonal-img .img-wrap .img-inner {
	position: absolute;
	top: -8vw;
	bottom: -8vw;
	width: 98%;
	left: 1%;
	transform: rotate(8deg);
}
.front-page section .diagonal-img .img-wrap .parallax-obj {
	width: 100%;
	height: 100%;
}
.front-page section .diagonal-img .img-wrap .parallax-obj img {
	object-fit: cover;
	width: 100%;
}
@media (max-width:1200px) {
	.front-page section .diagonal-img {
	}
	.front-page section .diagonal-img .img-wrap {
		left: -4%;
		right: -4%;
	}
	.front-page section .diagonal-img .img-wrap .img-inner {
		width: 95%;
		left: 2.5%;
	}
}
@media (max-width:767px) {
	.front-page section .diagonal-img {
		height: 42.6vw;
		margin-bottom: 60px;
	}
	.front-page section .diagonal-img .img-wrap {
		left: -4%;
		right: -4%;
	}
}

/*.introduction*/
.front-page section .introduction {
	position: relative;
	padding-left: 128px;
}
.front-page section .introduction::before {
	content: "";
	position: absolute;
	top: 1em;
	left: 0;
	width: 104px;
	height: 2px;
	background-color: #3663AA;
}
.front-page section .diagonal-img + .sec-body .introduction {
	max-width: 640px;
	margin-left: auto;
}
.front-page section .introduction p {
	color: #3E5267;
}
@media (max-width:767px) {
	.front-page section .introduction {
		padding-left: 50px;
	}
	.front-page section .introduction::before {
		width: 32px;
	}
}

/*.en-popup*/
.front-page .en-wrap {
	font-size: 96px;
}
.front-page .en-wrap .en-popup {
	line-height: 1;
	color: #98DEDC;
	margin: 0;
}
.front-page .en-wrap .en-popup span {
	display: inline-block;
	transform-origin: center;
	transform: rotate(-8deg);
}

/*--------------------------------------------------*/
/*ここからセクション固有*/
/*--------------------------------------------------*/

/*メッセージ*/
/*--------------------------------------------------*/
.front-page .message {}
/*separate-content*/
.front-page .message .separate-content {
	margin: 100px 0 75px;
}
.front-page .message .separate-content .row {
	margin: 0;
}
.front-page .message .separate-content .row > * {
	padding: 0;
}
/*img*/
.front-page .message .separate-content .left-img {
	position: relative;
	max-width: 396px;
	padding: 0;
	margin-top: 10px;
	margin-right: 30px;
}
.front-page .message .separate-content .left-img img {}
.front-page .message .separate-content .left-img .on-text {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
	color: #ffffff;
	text-align: center;
	position: absolute;
	transform: translate(-50%,-50%);
}
.front-page .message .separate-content .left-img .alignment {
	color: #3663AA;
	top: 58%;
	font-size: 28px;
	font-weight: 400;
	left: 50%;
}
.front-page .message .separate-content .left-img .corporate {
	left: 50%;
	top: 22%;
}
.front-page .message .separate-content .left-img .property {
	top: 79%;
	left: 20%;
}
.front-page .message .separate-content .left-img .fas {
	top: 79%;
	left: 80%;
}
/*text*/
.front-page .message .separate-content .text-wrap h3 {
	font-size: 32px;
	color: #3663AA;
	font-weight: 400;
	margin-bottom: 1.25em;
}
.front-page .message .separate-content .text-wrap p {
	line-height: 2.5;
	color: #3E5267;
}
@media (max-width:1200px) {
	.front-page .message .separate-content .left-img .on-text {
		font-size: 15px;
	}
	.front-page .message .separate-content .left-img .alignment {
		font-size: 22px;
	}
	.front-page .message .separate-content .text-wrap h3 {
		font-size: 28px;
	}
}
@media (max-width:767px) {
	.front-page .message .separate-content {
		margin: 50px 0 35px;
	}
	.front-page .message .separate-content .img-col {
		padding-right: 29px;
	}
	.front-page .message .separate-content .left-img {
		margin: 0 auto 25px;
	}
	.front-page .message .separate-content .left-img .alignment {
		font-size: 20px;
		top: 57%;
	}
	.front-page .message .separate-content .left-img .property {
		top: 78%;
		left: 21.5%;
	}
	.front-page .message .separate-content .left-img .fas {
		top: 78%;
		left: 78.5%;
	}
	.front-page .message .separate-content .text-wrap h3 {
		line-height: 2;
		margin-bottom: 20px;
	}
	.front-page .message .separate-content .text-wrap p {
		line-height: 2;
	}
}

/*select-content*/
.front-page .message .select-content {}
.front-page .message .select-content h4 {
	color: #98DEDC;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0.75em;
}
.front-page .message .select-content h4::after {
	content: "";
	display: inline-block;
	width: 0.7em;
	height: 0.7em;
	margin-left: 0.35em;
	background-image: url('../img/top/select-arrow.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.front-page .message .select-content .select-wrap {
	display: flex;
	padding-top: 96px;
}
.front-page .message .select-content .select-wrap > * {
	flex-basis: 100%;
	flex-shrink: 0;
	flex-grow: 0;
}
.front-page .message .select-content .select-wrap > * + * {
	margin-left: -100%;
}
/*select-btn-wrap*/
.front-page .message .select-content .select-wrap .select-btn-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: -96px;
}
.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head {
	flex-basis: calc(50% - 8px);
	border: none;
	border-radius: 8px;
	padding: 0;
	margin: 0;
	outline: 0;
	background-color: transparent;
	overflow: hidden;
}
.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dt {
	position: relative;
	display: flex;
	text-align: left;
	align-items: center;
	height: 96px;
	font-weight: 600;
	line-height: 1;
}
.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dt .title-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	text-align: left;
	align-items: center;
	background-color: #ffffff;
	padding: 20px calc(13% + 30px) 20px 40px;
	transition: 0.3s;
}
.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dt .title-wrap::before,
.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dt .title-wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translate(50%,-50%);
	width: 25px;
	height: 2px;
	background-color: #3663AA;
	display: block;
}
.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dt .title-wrap::after {
	transform: translate(50%,-50%) rotate(90deg);
}
.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dt .tab-title {
	margin: 0;
	color: #3663AA;
	transition: 0.3s;
}
.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dt .big {
	font-size: 28px;
	margin-right: 0.25em;
}
.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dt .small {
	font-size: 20px;
}
.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dd {
	height: calc(100% - 96px);
	overflow: hidden;
	transition: 0.3s;
}
.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dd img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
@media(max-width:1200px){
	.front-page .message .select-content .select-wrap .select-btn-wrap {
		margin-top: -80px;
	}
	.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dt {
		height: 80px;
	}
	.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dt .title-wrap {
		padding: 20px calc(13% + 10px) 20px 20px;
	}
	.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dt .tab-title {
		margin: 0;
		color: #3663AA;
		transition: 0.3s;
		line-height: 1;
		width: 100%;
	}
	.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dt .big {
		font-size: 24px;
		margin-right: 0.25em;
	}
	.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dt .small {
		font-size: 16px;
	}
	.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dd {
		height: calc(100% - 80px);
	}
}
@media (max-width:767px) {
	.front-page .message .select-content .container {
		padding-right: 0;
	}
	.front-page .message .select-content h4 {
		font-size: 16px;
	}
	.front-page .message .select-content .select-wrap {
		padding: 0;
		margin: 0;
	}
	.front-page .message .select-content .select-wrap .select-btn-wrap {
		margin: 0;
	}
	.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head {
		flex-basis: 50%;
		border-radius: 0;
	}
	.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head:first-child {
		border-radius: 8px 0 0 8px;
		flex-basis: calc(50% - 1px);
	}
	.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dt {
		height: auto;
	}
	.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dt .title-wrap {
		position: relative;
		width: 100%;
		padding: 20px 10px 40px;
		text-align: center;
	}
	.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dt .title-wrap::before,
	.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dt .title-wrap::after {
		top: auto;
		right: 50%;
		bottom: 20px;
		width: 16px;
	}
	.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dt .big {
		display: block;
		font-size: 18px;
		margin: 0 0 5px;
	}
	.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dt .small {
		font-size: 14px;
		font-weight: 600;
	}
	.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head dl dd img {
		height: 192px;
	}
}
/*select-body-wrap*/
.front-page .message .select-content .select-wrap .select-body-wrap {
	display: flex;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}
.front-page .message .select-content .select-wrap > .close-btn {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 150;
}
.front-page .message .select-content .select-wrap .select-body-wrap > * {
	flex-basis: 100%;
	flex-shrink: 0;
	flex-grow: 0;
}
.front-page .message .select-content .select-wrap .select-body-wrap > * + * {
	margin-left: -100%;
}
.front-page .message .select-content .select-wrap .select-body-wrap .select-body {
	position: relative;
	display: flex;
	padding: 30px;
	border-radius: 8px;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}
.front-page .message .select-content .select-wrap .select-body-wrap .select-body::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(83,98,115,0.85);
}
.front-page .message .select-content .select-wrap .select-body-wrap .select-body#select1-body {
	background-image: url('../img/top/img-message02-01-hov.jpg');
	border-top-left-radius: 0;
}
.front-page .message .select-content .select-wrap .select-body-wrap .select-body#select2-body {
	background-image: url('../img/top/img-message02-02-hov.jpg');
	border-top-right-radius: 0;
}
.front-page .message .select-content .select-wrap .select-body-wrap .select-body p {
	position: relative;
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	color: #ffffff;
}
.front-page .message .select-content .select-wrap .select-body-wrap .select-body .close-btn {
	display: none;
	position: absolute;
	right: 20px;
	bottom: 0;
	left: 20px;
	padding: 30px 0;
	border-top: solid 1px rgba(255,255,255,0.2);
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

/*active*/
.front-page .message .select-content .select-wrap .select-body-wrap.active {
	visibility: visible;
	opacity: 1;
}
.front-page .message .select-content .select-wrap .select-body-wrap .select-body.active {
	visibility: visible;
	opacity: 1;
}
@media (min-width:768px) {
	.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head.active dl dt .title-wrap {
		background-color: #3663AA;
	}
	.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head.active dl dt .tab-title {
		color: #ffffff;
	}
}

/*.passive*/
@media (min-width:768px) {
	.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head.passive dl dt {}
	.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head.passive dl dt .title-wrap {
		top: 10px;
		bottom: 10px;
		border-radius: 8px;
		background-color: #DBE0E5;
	}
	.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head.passive dl dt .tab-title {}
	.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head.passive dl dd {
		border-radius: 8px;
	}
}
@media (min-width:1199px) {
	.front-page .message .select-content .select-wrap .select-btn-wrap .tab-head.passive dl dt .title-wrap {
		top: 16px;
		bottom: 16px;
	}
}

/*スマホ*/
.front-page .message .select-content .select-wrap .sp-select-btn-wrap {
	display: none;
}
@media (max-width:767px) {
	.front-page .message .select-content .select-wrap .select-body-wrap {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 600px;
		max-width: calc(100% - 40px);
		height: auto;
		max-height: calc(100% - 40px);
		margin: 0;
		padding: 0;
		z-index: 150;
		border-radius: 8px;
	}
	.front-page .message .select-content .select-wrap .select-body-wrap .select-body {
		padding: 3px 0 83px;
		margin-top: 88px;
		overflow: visible;
	}
	.front-page .message .select-content .select-wrap .select-body-wrap .select-body::before {
		background-color: rgba(62,82,103,0.85);
		border-radius: 0 0 8px 8px;
	}
	.front-page .message .select-content .select-wrap .select-body-wrap .select-body#select1-body {
		background-image: url('../img/top/img-message02-01-hov-sp.jpg');
		border-radius: 0 0 8px 8px;
	}
	.front-page .message .select-content .select-wrap .select-body-wrap .select-body#select2-body {
		background-image: url('../img/top/img-message02-02-hov-sp.jpg');
		border-radius: 0 0 8px 8px;
	}
	.front-page .message .select-content .select-wrap .select-body-wrap .select-body > p {
		padding: 55px 20px 35px;
		height: 100%;
		overflow: auto;
	}
	.front-page .message .select-content .select-wrap .select-body-wrap .select-body .close-btn {
		display: block;
	}
	.front-page .message .select-content .select-wrap .select-body-wrap .select-body .close-btn p {
		position: relative;
		display: inline-block;
		padding-left: 1.5em;
		width: auto;
		max-width: 100%;
		line-height: 1;
	}
	.front-page .message .select-content .select-wrap .select-body-wrap .select-body .close-btn p .ico {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		display: inline-block;
		width: 1em;
		height: 1em;
	}
	.front-page .message .select-content .select-wrap .select-body-wrap .select-body .close-btn p .ico::before,
	.front-page .message .select-content .select-wrap .select-body-wrap .select-body .close-btn p .ico::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 1em;
		height: 1px;
		background-color: #ffffff;
	}
	.front-page .message .select-content .select-wrap .select-body-wrap .select-body .close-btn p .ico::before {
		transform: rotate(45deg);
	}
	.front-page .message .select-content .select-wrap .select-body-wrap .select-body .close-btn p .ico::after {
		transform: rotate(-45deg);
	}
	
	body::before {
		content: "";
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		-webkit-backdrop-filter: saturate(180%) blur(20px);
		backdrop-filter: blur(1px) brightness(1.2);
		background-color: rgba(0,0,0,0);
		visibility: hidden;
		opacity: 0;
		z-index: 100;
		transition: 0.3s;
	}
	.select-tab-active::before {
		visibility: visible;
		opacity: 1;
	}
	.select-tab-active .front-page .message .select-content .select-wrap > .close-btn {
		display: block;
	}
	
	.front-page .message .select-content .select-wrap .sp-select-btn-wrap {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		display: flex;
		justify-content: space-between;
		margin-top: -96px;
		margin: 0;
		opacity: 0;
		border-radius: 8px 8px 0 0;
		z-index: 101;
		opacity: 0;
		visibility: hidden;
		transition: 0.3s;
	}
	.front-page .message .select-content .select-wrap .sp-select-btn-wrap .tab-head {
		position: relative;
		display: flex;
		border: none;
		padding: 15px 10px 35px;
		margin: 0;
		outline: 0;
		background-color: #DBE0E5;
		flex-basis: 50%;
		text-align: left;
		align-items: center;
		font-weight: 600;
		line-height: 1;
	}
	.front-page .message .select-content .select-wrap .sp-select-btn-wrap .tab-head:first-child {
		border-radius: 8px 0 0 0;
	}
	.front-page .message .select-content .select-wrap .sp-select-btn-wrap .tab-head:last-child {
		border-radius: 0 8px 0 0;
	}
	.front-page .message .select-content .select-wrap .sp-select-btn-wrap .tab-head .title-wrap {
		display: block;
		width: 100%;
		text-align: center;
		transition: 0.3s;
	}
	.front-page .message .select-content .select-wrap .sp-select-btn-wrap .tab-head.current::after {
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		display: block;
		width: 32px;
		line-height: 16px;
		border-style: solid;
		border-width: 16px 16px 0;
		border-color: #3663AA transparent transparent;
	}
	.front-page .message .select-content .select-wrap .sp-select-btn-wrap .tab-head.current {
		color: #DBE0E5;
		background-color: #3663AA;
		padding: 25px 10px 25px;
	}
	.front-page .message .select-content .select-wrap .sp-select-btn-wrap .tab-head .title-wrap .tab-title {
		margin: 0;
		transition: 0.3s;
		line-height: 1;
		width: 100%;
		color: #3663AA;
	}
	.front-page .message .select-content .select-wrap .sp-select-btn-wrap .tab-head.current .title-wrap .tab-title {
		color: #ffffff;
	}
	.front-page .message .select-content .select-wrap .sp-select-btn-wrap .tab-head .title-wrap .tab-title .big {
		display: block;
		font-size: 18px;
		margin: 0 0 5px;
	}
	.front-page .message .select-content .select-wrap .sp-select-btn-wrap .tab-head .title-wrap .tab-title .small {
		font-size: 14px;
		font-weight: 600;
	}
	.front-page .message .select-content .select-wrap .sp-select-btn-wrap .tab-head .title-wrap::before,
	.front-page .message .select-content .select-wrap .sp-select-btn-wrap .tab-head .title-wrap::after {
		content: "";
		position: absolute;
		right: 50%;
		bottom: 20px;
		transform: translate(50%,-50%);
		width: 16px;
		height: 2px;
		background-color: #3663AA;
		display: block;
	}
	.front-page .message .select-content .select-wrap .sp-select-btn-wrap .tab-head .title-wrap::after {
		transform: translate(50%,-50%) rotate(90deg);
	}
	/*.select-tab-active */
	.select-tab-active .front-page .message .select-content .select-wrap .select-body-wrap {
		visibility: visible;
		opacity: 1;
	}
	.select-tab-active .front-page .message .select-content .select-wrap .sp-select-btn-wrap {
		opacity: 1;
		visibility: visible;
	}
}


/*各部門の業務内容*/
/*--------------------------------------------------*/

.front-page .job-description .sec-title-wrap dl dd {
	padding-left: 1.5em;
}
.front-page .job-description .job-description-content {
	display: flex;
	align-items: center;
	margin-top: 100px;
}
@media (max-width:767px) {
	.front-page .job-description .sec-title-wrap dl dt {
		letter-spacing: -0.01em;
	}
	.front-page .job-description .sec-title-wrap dl dd {
		padding-left: 0.85em;
	}
	.front-page .job-description .job-description-container {
		padding: 0 0 0 20px;
	}
	.front-page .job-description .job-description-content {
		display: block;
		margin-top: 90px;
	}
}
/*部門*/
.front-page .job-description .job-description-content .takano-wrap {
	position: relative;
	flex-basis: 62.5%;
	max-width: 625%;
	padding: 0 95px 0 80px;
}
.front-page .job-description .job-description-content .takano-wrap .en-wrap {
	position: absolute;
	top: -0.5em;
	left: 0;
	font-size: 96px;
	z-index: 1;
}
.front-page .job-description .job-description-content .takano-wrap .en-wrap .en {
	line-height: 1;
	color: #98DEDC;
	margin: 0;
}
.front-page .job-description .job-description-content .takano-wrap .en-wrap .en span {
	display: inline-block;
	transform-origin: center;
	transform: rotate(-8deg);
}
.front-page .job-description .job-description-content .takano-wrap .department {
	position: relative;
	background-color: #ffffff;
	border-radius: 8px;
	padding: 30px 30px 30px 130px;
	margin-bottom: 16px;
}
.front-page .job-description .job-description-content .takano-wrap .department dl {
}
.front-page .job-description .job-description-content .takano-wrap .department dl dt {
	display: block;
	width: 160px;
	height: 160px;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(-50%,-50%);
	border-radius: 160px;
	background: linear-gradient(to left bottom , #84E0DD, #2965C4);
}
.front-page .job-description .job-description-content .takano-wrap .department dl dt::before {
	content: "";
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: solid 1px #84E0DD;
	border-radius: 50%;
}
.front-page .job-description .job-description-content .takano-wrap .department dl dt h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	padding: 0 10px;
	text-align: center;
	line-height: 1.3;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
}
.front-page .job-description .job-description-content .takano-wrap .department dl dd {}
.front-page .job-description .job-description-content .takano-wrap .department dl dd h4 {
	color: #3663AA;
	line-height: 1.8;
	font-size: 20px;
	font-weight: 600;
}
.front-page .job-description .job-description-content .takano-wrap .department dl dd ul {
	list-style: none;
	font-size: 14px;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	color: #3E5267;
}
.front-page .job-description .job-description-content .takano-wrap .department dl dd ul li {
	margin-top: 0.5em;
	padding-left: 1.25em;
	text-indent: -1.25em;
}
.front-page .job-description .job-description-content .takano-wrap .department dl dd ul li::before {
	content: "■ ";
}

.front-page .job-description .job-description-content .takano-wrap .department::before {
	content: "";
	position: absolute;
	right: -64px;
	left: 100%;
	background-image: url("../img/top/job-description-arrow.svg");
	background-repeat: no-repeat;
}
.front-page .job-description .job-description-content .takano-wrap .corporate::before {
	top: 50%;
	bottom: -8px;
	background-position: top right;
}
.front-page .job-description .job-description-content .takano-wrap .property::before {
	top: -8px;
	bottom: -8px;
	background-position: right;
}
.front-page .job-description .job-description-content .takano-wrap .fas::before {
	top: -8px;
	bottom: 50%;
	background-position: bottom right;
}
@media (max-width:1200px) {
	.front-page .job-description .job-description-content .takano-wrap {
		padding: 0 65px 0 60px;
	}
	.front-page .job-description .job-description-content .takano-wrap .department {
		padding: 30px 20px 30px 80px;
	}
	.front-page .job-description .job-description-content .takano-wrap .department::before {
		right: -55px;
	}
	.front-page .job-description .job-description-content .takano-wrap .department dl dt {
		width: 120px;
		height: 120px;
	}
	.front-page .job-description .job-description-content .takano-wrap .department dl dt::before {
		top: 6px;
		right: 6px;
		bottom: 6px;
		left: 6px;
	}
	.front-page .job-description .job-description-content .takano-wrap .department dl dt h3 {
		font-size: 15px;
	}
}
@media (max-width:767px) {
	.front-page .job-description .job-description-content .takano-wrap {
		position: relative;
		flex-basis: 100%;
		max-width: 100%;
		padding: 32px 0 50px;
	}
	.front-page .job-description .job-description-content .takano-wrap::before {
		content: "";
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: -20px;
		width: 112px;
		background: linear-gradient(to bottom ,#2965C4,#74CAD9);
		opacity: 0.3;
	}
	.front-page .job-description .job-description-content .takano-wrap .en-wrap {
		top: -10px;
		right: 40px;
		left: auto;
		font-size: 64px;
	}
	.front-page .job-description .job-description-content .takano-wrap .department {
		padding: 30px 20px 45px 30px;
		margin-bottom: 90px;
	}
	.front-page .job-description .job-description-content .takano-wrap .department:last-child {
		margin-bottom: 0;
	}
	.front-page .job-description .job-description-content .takano-wrap .department dl dt {
		position: relative;
		transform: none;
		margin: -90px 0 20px;
	}
	.front-page .job-description .job-description-content .takano-wrap .department dl dd h4 {
		font-size: 18px;
		margin-bottom: 15px;
	}
}

/*お客様*/
.front-page .job-description .job-description-content .client-wrap {
	position: relative;
	flex-basis: 37.5%;
	max-width: 37.5%;
	margin-top: 70px;
}
.front-page .job-description .job-description-content .client-wrap::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "";
	width: 100%;
	padding-bottom: 100%;
	border-radius: 50%;
	background: linear-gradient(to left bottom,#84E0DD,#2965C4);
	opacity: 0.3;
	z-index: -1;
}
.front-page .job-description .job-description-content .client-wrap .client {
	position: relative;
	max-width: 264px;
	margin: 0 auto;
}
.front-page .job-description .job-description-content .client-wrap .client .en-wrap {
	position: absolute;
	left: 0;
	bottom: 100%;
	font-size: 96px;
	margin-bottom: 30px;
}
.front-page .job-description .job-description-content .client-wrap .client .en-wrap .en {
	color: #98DEDC;
	margin: 0;
	line-height: 1;
}
.front-page .job-description .job-description-content .client-wrap .client .en-wrap .en span {
	display: inline-block;
	transform-origin: center;
	transform: rotate(-8deg);
}
.front-page .job-description .job-description-content .client-wrap .client h3 {
	position: absolute;
	bottom: 100%;
	left: 0;
	font-size: 24px;
	color: #3663AA;
	margin-bottom: 20px;
}
.front-page .job-description .job-description-content .client-wrap .client ul {
	display: flex;
	flex-wrap: wrap;
	margin: -4px;
	padding: 0;
}
.front-page .job-description .job-description-content .client-wrap .client ul li {
	flex-basis: 128px;
	max-width: 128px;
	height: 128px;
	border-radius: 8px;
	padding: 4px;
	margin: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	line-height: 1.25;
	background-color: #ffffff;
	font-weight: bold;
	color: #3663AA;
}
@media (max-width:767px) {
	.front-page .job-description .job-description-content .client-wrap {
		position: relative;
		flex-basis: 100%;
		max-width: 100%;
		margin: 0;
		padding: 30px 20px;
	}
	.front-page .job-description .job-description-content .client-wrap::before {
		top: 0;
		right: 0;
		bottom: 0;
		left: -20px;
		padding: 0;
		transform: none;
		border-radius: 0;
		width: auto;
		background: linear-gradient(to bottom ,#74CAD9,#84E0DD);
		opacity: 0.3;
	}
	.front-page .job-description .job-description-content .client-wrap .client {
		max-width: 400px;
		padding-left: 115px;
	}
	.front-page .job-description .job-description-content .client-wrap .client .en-wrap {
		top: 35%;
		bottom: auto;
		margin: 0;
		transform: translateY(-50%);
		font-size: 64px;
	}
	.front-page .job-description .job-description-content .client-wrap .client .en-wrap .en {
		color: #ffffff;
	}
	.front-page .job-description .job-description-content .client-wrap .client .en-wrap .en span {
	}
	.front-page .job-description .job-description-content .client-wrap .client h3 {
		top: 35%;
		transform: translateY(-50%);
		margin-top: 20px;
		margin-left: 0.5em;
		font-size: 20px;
	}
	.front-page .job-description .job-description-content .client-wrap .client ul {
	}
	.front-page .job-description .job-description-content .client-wrap .client ul li {
		flex-basis: calc(50% - 8px);
		max-width: calc(50% - 8px);
		aspect-ratio: 1/1;
		height: auto;
		font-size: 14px;
	}

}


/*キャリアアップ*/
/*--------------------------------------------------*/

.front-page .career-up .career-up-content {
	position: relative;
	margin-top: 140px;
}
.front-page .career-up .career-up-content .en-wrap {
	position: absolute;
	top: -0.75em;
	left: 0;
	font-size: 96px;
	z-index: -1;
}
.front-page .career-up .career-up-content .en-wrap .en {
	line-height: 1;
	color: #98DEDC;
	margin: 0;
}
.front-page .career-up .career-up-content .en-wrap .en span {
	display: inline-block;
	transform-origin: center;
	transform: rotate(-8deg);
}

.front-page .career-up .career-up-content h2 {
	color: #3663AA;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
	display: inline-block;
	border-bottom: solid 2px #3663AA;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.front-page .career-up .career-up-content .career-up-case .carrier-set .text p {
	color: #3E5267;
}
@media (min-width:768px) {
	.front-page .career-up .career-up-content .career-up-case {
		position: relative;
		max-width: 896px;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-inner {
		padding-bottom: 48%;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set {
		position: absolute;
		width: 29%;
		transform: translate(-50%,-50%);
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set .old {
		position: absolute;
		top: -55px;
		color: #3663AA;
		font-weight: 600;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set .old .year {
		font-size: 24px;
		line-height: 1;
		margin-bottom: 0;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set .old .year .num {
		font-size: 2em;
		line-height: 1;
		margin-right: 0.125em;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set .old .age {
		margin-bottom: 0;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set .circle {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
		text-align: center;
		width: 160px;
		height: 160px;
		margin: auto;
		border-radius: 160px;
		background-color: #ffffff;
		background-image: url("../img/top/career-up-circle.png");
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set .circle .jp {
		max-width: 100%;
		flex-basis: 100%;
		line-height: 1.2;
		font-size: 22px;
		font-weight: 600;
		color: #3663AA;
		margin: 5px 0;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set .circle .aux {
		max-width: 100%;
		flex-basis: 100%;
		text-transform: uppercase;
		line-height: 1.2;
		font-size: 14px;
		color: #98A0A8;
		margin: 0;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set .text {
		position: absolute;
		top: 100%;
		margin-top: 10px;
	}
}

@media (min-width:768px) & (max-width:1200px) {
	.front-page .career-up .career-up-content .career-up-case .carrier-set .circle {
		width: 140px;
		height: 140px;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set .circle .jp {
		font-size: 18px;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set .circle .aux {
		font-size: 12px;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set .old .year {
		font-size: 20px;
	}
}

@media (min-width:768px) {
	.front-page .career-up .career-up-content .career-up-case-first .carrier-set01 {
		top: 50%;
		left: 14.3%;
	}
	.front-page .career-up .career-up-content .career-up-case-first .carrier-set01::before {
		content: "";
		display: block;
		height: 25px;
		width: 100vw;
		background-color: #ffffff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform-origin: left;
		transform: rotate(-8deg) translateY(-50%);
		z-index: -1;
	}
	.front-page .career-up .career-up-content .career-up-case-first .carrier-set02 {
		top: 39.5%;
		left: 50%;
	}
	.front-page .career-up .career-up-content .career-up-case-first .carrier-register {
		top: 29.0%;
		left: 85.7%;
	}
	.front-page .career-up .career-up-content .career-up-case-first .carrier-register::after {
		content: "";
		display: block;
		height: 4px;
		width: 100vw;
		background-color: #3663AA;
		position: absolute;
		top: 50%;
		left: 50%;
		transform-origin: left;
		transform: rotate(-8deg) translateY(-50%);
	}
	.front-page .career-up .career-up-content .career-up-case-first .carrier-register .circle {
		background: none;
		width: 40px;
		height: 40px;
		background-color: #3663AA;
		border: solid 8px #ffffff;
	}
	.front-page .career-up .career-up-content .career-up-case-first .carrier-register .circle .jp {
		position: absolute;
		top: -55px;
		font-size: 24px;
		font-weight: 600;
		color: #3663AA;
	}
	.front-page .career-up .career-up-content .career-up-case-Second {
		margin-left: auto;
	}
	.front-page .career-up .career-up-content .career-up-case-Second .carrier-set01 {
		top: 50%;
		left: 14.3%;
		z-index: 1;
	}
	.front-page .career-up .career-up-content .career-up-case-Second .carrier-set02 {
		top: 39.5%;
		left: 50%;
		z-index: 1;
	}
	.front-page .career-up .career-up-content .career-up-case-Second .carrier-set03 {
		top: 29.0%;
		left: 85.7%;
	}
	.front-page .career-up .career-up-content .career-up-case-Second .carrier-set03::before {
		content: "";
		display: block;
		height: 25px;
		width: 100vw;
		background-color: #ffffff;
		position: absolute;
		top: 50%;
		right: 50%;
		transform-origin: right;
		transform: rotate(-8deg) translateY(-50%);
		z-index: -1;
	}
	.front-page .career-up .career-up-content .career-up-case-Second .carrier-set03::after {
		content: "";
		display: block;
		height: 4px;
		width: 100vw;
		background: linear-gradient(to left,#84E0DD,#2965C4);
		position: absolute;
		top: 50%;
		right: 50%;
		transform-origin: right;
		transform: rotate(-8deg) translateY(-50%);
		z-index: -1;
	}
}
@media (min-width:768px) and (max-width:1200px) {
	.front-page .career-up .career-up-content .career-up-case-first .carrier-register .circle .jp {
		font-size: 22px;
	}
}

@media (max-width:767px) {
	.front-page .career-up .career-up-content {
		margin-top: 60px;
	}
	.front-page .career-up .career-up-content .en-wrap {
		top: -30px;
		left: 170px;
		font-size: 64px;
	}
	.front-page .career-up .career-up-content h2 {
		position: relative;
		font-size: 16px;
		line-height: 1.5;
		padding-bottom: 7px;
		margin-bottom: 60px;
		margin-left: 90px;
	}
	.front-page .career-up .career-up-content h2::before {
		content: "";
		border-left: solid 2px #3663AA;
		position: absolute;
		left: -1px;
		top: 100%;
		height: 75px;
		z-index: 1;
	}
	.front-page .career-up .career-up-content .career-up-case {}
	.front-page .career-up .career-up-content .career-up-case .carrier-inner {
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set {
		position: relative;
		padding-left: 90px;
		padding-bottom: 50px;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set::before {
		content: "";
		display: block;
		width: 12px;
		background-color: #ffffff;
		position: absolute;
		top: 10px;
		left: 90px;
		bottom: -10px;
		transform-origin: left;
		transform: translateX(-50%);
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set .old {
		position: absolute;
		top: -5px;
		left: 0;
		color: #3663AA;
		font-weight: 600;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set .old .year {
		font-size: 16px;
		line-height: 1;
		margin-bottom: 2px;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set .old .year .num {
		display: block;
		font-size: 2em;
		line-height: 1;
		margin-bottom: 0.125em;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set .old .age {
		font-size: 14px;
		margin-bottom: 0;
	}
	
	.front-page .career-up .career-up-content .career-up-case .carrier-set .circle {
		position: relative;
		padding-left: 30px;
		margin-bottom: 10px;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set .circle::before {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(-50%,-50%);
		content: "";
		width: 32px;
		height: 32px;
		border: solid 8px #ffffff;
		background-color: #3663AA;
		border-radius: 32px;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set .circle .jp {
		max-width: 100%;
		flex-basis: 100%;
		line-height: 1.2;
		font-size: 20px;
		font-weight: 600;
		color: #3663AA;
		margin: 5px 0;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set .circle .aux {
		display: none;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set .text {
		padding-left: 30px;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-set .text p {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 0;
	}
	
	.front-page .career-up .career-up-content .career-up-case .carrier-register {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 50px;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-register::before {
		bottom: -60px;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-register::after {
		content: "";
		position: absolute;
		background-color: #A0B2C6;
		top: 0;
		right: -20px;
		bottom: 0;
		left: -50px;
		z-index: -1;
		opacity: 0.25;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-register .circle::before {
		background-color: #2A67C4;
	}
	.front-page .career-up .career-up-content .career-up-case .carrier-register .circle::after {
		content: "";
		display: block;
		width: 4px;
		background: linear-gradient(to top,#448ACC,#2A67C4);
		position: absolute;
		top: 20px;
		left: 0;
		height: 100px;
		transform-origin: left;
		transform: translateX(-50%);
		z-index: 1;
	}

	.front-page .career-up .career-up-content .career-up-case-Second {
	}
	.front-page .career-up .career-up-content .career-up-case-Second .carrier-set::before {
		content: "";
		display: block;
		width: 4px;
		position: absolute;
		top: 20px;
		left: 90px;
		bottom: -21px;
		transform-origin: left;
		transform: translateX(-50%);
		z-index: 1;
	}
	.front-page .career-up .career-up-content .career-up-case-Second .carrier-set01::before {
		background: linear-gradient(to top,#60B0D3,#448ACC);
	}
	.front-page .career-up .career-up-content .career-up-case-Second .carrier-set01 .circle::before {
		background-color: #448ACC;
	}
	.front-page .career-up .career-up-content .career-up-case-Second .carrier-set02::before {
		background: linear-gradient(to top,#81DCDC,#60B0D3);
	}
	.front-page .career-up .career-up-content .career-up-case-Second .carrier-set02 .circle::before {
		background-color: #60B0D3;
	}
	.front-page .career-up .career-up-content .career-up-case-Second .carrier-set03::before {
		content: none;
	}
	.front-page .career-up .career-up-content .career-up-case-Second .carrier-set03 .circle::before {
		background-color: #81DCDC;
	}
}


/*研修制度と福利厚生*/
/*--------------------------------------------------*/

.front-page .environment {}
.front-page .environment .sec-body {}
.front-page .environment .sec-body .pickup-wrap {
	display: flex;
	padding: 32px 32px 32px 22px;
	background: linear-gradient(to left,#98DEDC,#3663AA);
	border-radius: 8px;
	margin-top: 200px;
}
.front-page .environment .sec-body .pickup-wrap .pickup-title-wrap {
	display: flex;
	align-items: center;
	padding-right: 15px;
	flex-grow: 0;
	flex-shrink: 0;
}
.front-page .environment .sec-body .pickup-wrap .pickup-title {
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 0;
}
.front-page .environment .sec-body .pickup-wrap .pickup-title .small {
	font-size: 20px;
	display: block;
}

.front-page .environment .sec-body .pickup-wrap .pickup-body-wrap {
	display: flex;
	flex-basis: 86%;
	max-width: 830px;
	margin-top: -140px;
	margin-left: auto;
}
.front-page .environment .sec-body .pickup-wrap .pickup-body {
	position: relative;
	flex-basis: calc(33.3% - 6px);
	display: flex;
	align-items: center;
	background-color: #ffffff;
	border-radius: 8px;
	padding: 40px 32px;
	min-height: 272px;
	margin-right: 9px;
}
.front-page .environment .sec-body .pickup-wrap .pickup-body:last-child {
	margin-right: 0;
}
.front-page .environment .sec-body .pickup-wrap .pickup-body .en-wrap {
	position: absolute;
	top: 0;
	left: 15px;
	transform: translateY(-55%);
	font-size: 80px;
	text-transform: capitalize;
}
.front-page .environment .sec-body .pickup-wrap .pickup-body dl {
	width: 100%;
}
.front-page .environment .sec-body .pickup-wrap .pickup-body dl dt {
	font-size: 28px;
	color: #3663AA;
	margin-bottom: 20px;
}
.front-page .environment .sec-body .pickup-wrap .pickup-body dl dd {
	font-size: 14px;
	line-height: 2;
	color: #3E5267;
}
@media (max-width:1200px) {
	.front-page .environment .sec-body .pickup-wrap .pickup-body {
		padding: 40px 18px 30px;
	}
}
@media (max-width:767px) {
	.front-page .environment {
		padding: 10px 0 20px;
	}
	.front-page .environment .sec-body .introduction {
		margin-bottom: 60px;
	}
	.front-page .environment .sec-body .pickup-container {
		padding-left: 0;
		padding-right: 0;
	}
	.front-page .environment .sec-body .pickup-wrap {
		position: relative;
		display: block;
		margin-top: 20px;
		padding: 25px 0;
		border-radius: 0;
		background: none;
	}
	.front-page .environment .sec-body .pickup-wrap::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		height: 144px;
		background: linear-gradient(to left,#98DEDC,#3663AA);
		z-index: -1;
	}
	.front-page .environment .sec-body .pickup-wrap .pickup-title-wrap {
		padding-left: 50px;
	}
	.front-page .environment .sec-body .pickup-wrap .pickup-title {
		font-size: 24px;
	}
	.front-page .environment .sec-body .pickup-wrap .pickup-title .small {
		display: inline-block;
		font-size: 16px;
	}
	.front-page .environment .sec-body .pickup-wrap .pickup-body-wrap {
		margin-top: 0;
		padding-top: 27px;
		overflow: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.front-page .environment .sec-body .pickup-wrap .pickup-body-wrap::-webkit-scrollbar{
		display:none;
	}
	.front-page .environment .sec-body .pickup-wrap .pickup-body {
		align-items: flex-start;
		flex-basis: 204px;
		flex-shrink: 0;
		flex-grow: 0;
		padding: 30px 25px 30px;
		min-height: 0;
	}
	.front-page .environment .sec-body .pickup-wrap .pickup-body:first-child {
		margin-left: 50px;
	}
	.front-page .environment .sec-body .pickup-wrap .pickup-body:last-child {
		margin-right: 50px;
	}
	.front-page .environment .sec-body .pickup-wrap .pickup-body .en-wrap {
		font-size: 48px;
	}
	.front-page .environment .sec-body .pickup-wrap .pickup-body dl dt {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.front-page .environment .sec-body .pickup-wrap .pickup-body dl dd {
		line-height: 1.5;
	}
}

/*所員インタビュー*/
/*--------------------------------------------------*/

.front-page .interview .sec-title-wrap {
	margin-bottom: 65px;
}
.front-page .interview .sec-title-wrap .container {
	padding-right: 0;
}
.front-page .interview .interview-list-content {
	margin-top: 110px;
	max-width: 1024px;
}
.front-page .interview .interview-list-content .interview-list {
	margin: 0;
	padding: 0;
}
.front-page .interview .interview-list-content .interview-list > * {
	margin: 0;
	padding: 0;
}
.front-page .interview .interview-list-content .interview-list button {
	border: 0;
	outline: 0;
	padding: 0;
	background: none;
	text-align: left;
	width: 100%;
}
.front-page .interview .interview-list-content .interview-list button dl {}
.front-page .interview .interview-list-content .interview-list button dl dt {
	position: relative;
}
.front-page .interview .interview-list-content .interview-list button dl dt figure.img-wrap {
	position: relative;
	margin: 0;
	overflow: hidden;
}
.front-page .interview .interview-list-content .interview-list button dl dt figure.img-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to right top,#2965C4 ,#84E0DD);
	opacity: 0;
	transition: 0.3s;
}
.front-page .interview .interview-list-content .interview-list button dl dt figure.img-wrap img {
	transition: 0.3s;
}
.front-page .interview .interview-list-content .interview-list button dl dt figure.img-wrap figcaption {
	font-size: 28px;
	line-height: 1.5;
	color: #ffffff;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 40px 23px;
	z-index: 1;
}
.front-page .interview .interview-list-content .interview-list button dl dt .play {
	position: absolute;
	top: 0;
	left: 20px;
	transform: translateY(-50%);
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	color: #3663AA;
	padding-left: 50px;
}
.front-page .interview .interview-list-content .interview-list button dl dt .play::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: 40px;
	height: 40px;
	background-image: url('../img/top/ico-play.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
.front-page .interview .interview-list-content .interview-list button dl dd {
	padding: 15px 23px;
}
.front-page .interview .interview-list-content .interview-list button dl dd .text-wrap {}
.front-page .interview .interview-list-content .interview-list button dl dd .text-wrap .department {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8;
	color: #3663AA;
	margin-bottom: 5px;
}
.front-page .interview .interview-list-content .interview-list button dl dd .text-wrap .join {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	color: #3E5267;
	margin-bottom: 0;
}
.front-page .interview .interview-list-content .interview-list button dl dd .text-wrap .name {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	color: #3E5267;
	margin-bottom: 0;
}
/*hover*/
@media (min-width:768px) {
	.front-page .interview .interview-list-content .interview-list button:hover dl dt figure.img-wrap::after {
		opacity: 0.3;
	}
	.front-page .interview .interview-list-content .interview-list button:hover dl dt figure.img-wrap img {
		transform: scale(1.1);
	}
}
@media (max-width:1200px) {
	.front-page .interview .interview-list-content .interview-list button dl dt .play {
		left: 13px;
		padding-left: 35px;
	}
	.front-page .interview .interview-list-content .interview-list button dl dt .play::before {
		width: 30px;
		height: 30px;
	}
	.front-page .interview .interview-list-content .interview-list button dl dt figure.img-wrap figcaption {
		padding: 20px 13px;
		font-size: 22px;
	}
	.front-page .interview .interview-list-content .interview-list button dl dd {
		padding: 10px 13px;
	}
	.front-page .interview .interview-list-content .interview-list button dl dd .text-wrap .department {
		font-size: 18px;
	}
}
@media (max-width:767px) {
	.front-page .interview .interview-list-content {
		margin-top: 70px;
		padding-right: 30px;
	}
	.front-page .interview .interview-list-content .interview-list {
		flex-wrap: nowrap;
		width: 216px;
		margin: 0 auto;
	}
	.front-page .interview .interview-list-content .interview-list .slick-list {
		overflow: visible;
	}
	.front-page .interview .interview-list-content .interview-list .col {
		padding: 0 4px;
		opacity: 0.5;
		flex-basis: 216px;
		flex-shrink: 0;
	}
	.front-page .interview .interview-list-content .interview-list .col.slick-current {
		opacity: 1;
	}
	.front-page .interview .interview-list-content .interview-list button dl dt .play {
		left: 15px;
		padding-left: 50px;
	}
	.front-page .interview .interview-list-content .interview-list button dl dt .play::before {
		width: 40px;
		height: 40px;
	}
	.front-page .interview .interview-list-content .interview-list button dl dt figure.img-wrap figcaption {
		padding: 22px 7px 22px 17px;
		font-size: 24px;
	}
	.front-page .interview .interview-list-content .interview-list button dl dd {
		padding: 9px 18px;
	}
	.front-page .interview .interview-list-content .interview-list button dl dd .text-wrap .department {
		font-size: 20px;
	}
}

/*モーダル*/
.front-page .interview .interview-modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 150;
}
.front-page .interview .close-box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.front-page .interview .movie-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 960px;
	max-width: 90%;
}
.front-page .interview .movie-wrap .movie {
	width: 100%;
	padding-bottom: 56%;
	position: relative;
}
.front-page .interview .movie-wrap .movie iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}


/*求める人物像*/
/*--------------------------------------------------*/

.front-page .ideal-profile {
}
.front-page .ideal-profile .department-wrap {
	margin-top: 170px;
	padding-left: 80px;
}
.front-page .ideal-profile .department-wrap .department {
	position: relative;
	background-color: #ffffff;
	border-radius: 8px;
	padding: 65px;
	margin: 80px 0 110px;
}
.front-page .ideal-profile .department-wrap .department:last-child {
	margin-bottom: 0;
}
.front-page .ideal-profile .department-wrap .department .department-ico {
	display: block;
	width: 160px;
	height: 160px;
	position: absolute;
	top: -80px;
	left: -80px;
	border-radius: 160px;
	background: linear-gradient(to left bottom , #84E0DD, #2965C4);
	z-index: 1;
}
.front-page .ideal-profile .department-wrap .department .department-ico::before {
	content: "";
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: solid 1px #84E0DD;
	border-radius: 50%;
}
.front-page .ideal-profile .department-wrap .department .department-ico p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	padding: 0 10px;
	text-align: center;
	line-height: 1.3;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
}
.front-page .ideal-profile .department-wrap .department dl {
	margin-left: -30px;
	margin-right: -30px;
}
.front-page .ideal-profile .department-wrap .department dl > * {
	padding-left: 30px;
	padding-right: 30px;
}
.front-page .ideal-profile .department-wrap .department dl dt {
	flex-basis: 29%;
	max-width: 29%;
}
.front-page .ideal-profile .department-wrap .department dl dd {
	flex-basis: 71%;
	max-width: 71%;
}
@media (max-width:1200px) {
	.front-page .ideal-profile .department-wrap {
		padding-left: 65px;
	}
	.front-page .ideal-profile .department-wrap .department .department-ico {
		width: 130px;
		height: 130px;
		top: -65px;
		left: -65px;
	}
	.front-page .ideal-profile .department-wrap .department .department-ico::before {
		top: 6px;
		right: 6px;
		bottom: 6px;
		left: 6px;
	}
	.front-page .ideal-profile .department-wrap .department .department-ico p {
		font-size: 17px;
	}
	.front-page .ideal-profile .department-wrap .department dl {
		margin-left: -15px;
		margin-right: -15px;
	}
	.front-page .ideal-profile .department-wrap .department dl > * {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width:767px) {
	.front-page .ideal-profile .department-container {
		padding-left: 0;
		padding-right: 0;
		max-width: 455px;
	}
	.front-page .ideal-profile .department-wrap {
		margin-top: 120px;
		padding-left: 0;
	}
	.front-page .ideal-profile .department-wrap .department {
		border-radius: 0;
		padding: 0 0 40px 50px;
		margin-bottom: 90px;
	}
	.front-page .ideal-profile .department-wrap .department .department-ico {
		width: 120px;
		height: 120px;
		top: -60px;
		left: 50px;
		background: linear-gradient(to top , #84E0DD, #2965C4);
	}
	.front-page .ideal-profile .department-wrap .department .department-ico p {
		font-size: 15px;
	}
	.front-page .ideal-profile .department-wrap .department dl dt {
		flex-basis: 100%;
		max-width: 100%;
	}
	.front-page .ideal-profile .department-wrap .department dl dd {
		flex-basis: 100%;
		max-width: 100%;
	}
}

.front-page .ideal-profile .department-wrap .department .profile{}
.front-page .ideal-profile .department-wrap .department .profile .img-wrap {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 0;
}
.front-page .ideal-profile .department-wrap .department .profile .img-wrap::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 24px;
	height: 32px;
	background-image: url("../img/top/profile-img-arrow.svg");
	background-position: right -2px top 50%;
	background-repeat: no-repeat;
	background-size: contain;
}
.front-page .ideal-profile .department-wrap .department .profile .img-wrap img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.front-page .ideal-profile .department-wrap .department .profile .text-wrap {
	padding: 12px 8px 0;
}
.front-page .ideal-profile .department-wrap .department .profile .text-wrap .position {
	line-height: 1.5;
	font-size: 14px;
	font-weight: 600;
	color: #3663AA;
	margin-bottom: 0;
}
.front-page .ideal-profile .department-wrap .department .profile .text-wrap .name {
	line-height: 1.5;
	font-size: 18px;
	font-weight: 600;
	color: #3E5267;
	margin-bottom: 0;
}
.front-page .ideal-profile .department-wrap .department .text-wrap {}
.front-page .ideal-profile .department-wrap .department .text-wrap h3 {
	line-height: 1.3;
	font-size: 32px;
	font-weight: 400;
	color: #3663AA;
	margin: 5px 0 20px;
}
.front-page .ideal-profile .department-wrap .department .text-wrap .text {
	color: #3E5267;
	margin-bottom: 0;
}
@media (max-width:1200px) {
	.front-page .ideal-profile .department-wrap .department .text-wrap h3 {
		font-size: 28px;
	}
}
@media (max-width:767px) {
	.front-page .ideal-profile .department-wrap .department .profile {
		display: flex;
		margin-bottom: 45px;
	}
	.front-page .ideal-profile .department-wrap .department .profile .img-wrap {
		order: 1;
		flex-basis: 47%;
		max-width: 47%;
		border-radius: 0;
	}
	.front-page .ideal-profile .department-wrap .department .profile .img-wrap::after {
		content: none;
	}
	.front-page .ideal-profile .department-wrap .department .profile .text-wrap {
		display: flex;
		align-items: flex-end;
		align-content: flex-end;
		flex-wrap: wrap;
		flex-basis: 53%;
		max-width: 53%;
		padding: 70px 20px 0 0;
	}
	.front-page .ideal-profile .department-wrap .department .text-wrap {
		padding-right: 20px;
	}
	.front-page .ideal-profile .department-wrap .department .text-wrap h3 {
		flex-basis: 100%;
		font-size: 24px;
		line-height: 1.5;
		margin-top: 0;
	}
	.front-page .ideal-profile .department-wrap .department .profile .text-wrap .position {
		font-size: 14px;
	}
	.front-page .ideal-profile .department-wrap .department .profile .text-wrap .position::after {
		content: "｜";
	}
	.front-page .ideal-profile .department-wrap .department .profile .text-wrap .name {
		font-size: 14px;
	}
}


/*求める人物像*/
/*--------------------------------------------------*/

.front-page .requirements .sec-title-wrap {
	margin-bottom: 85px;
}
.front-page .requirements .sec-title-wrap dl dd {
	padding-left: 6.25em;
}
.front-page .requirements .requirements-wrap {
	display: flex;
	margin-left: -30px;
	margin-right: -30px;
}
.front-page .requirements .requirements-wrap > * {
	padding-left: 30px;
	padding-right: 30px;
}
@media (max-width:1200px) {
	.front-page .requirements .requirements-wrap {
		margin-left: -20px;
		margin-right: -20px;
	}
	.front-page .requirements .requirements-wrap > * {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width:767px) {
	.front-page .requirements .requirements-wrap {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.front-page .requirements .requirements-wrap > * {
		padding-left: 0;
		padding-right: 0;
	}
	.front-page .requirements .sec-title-wrap {
		margin-bottom: 55px;
	}
	.front-page .requirements .sec-title-wrap dl dd {
		padding-left: 3.25em;
	}
	.front-page .requirements .sec-content {
		background-color: #ffffff;
	}
	.front-page .requirements .sec-content .container {
		padding: 0;
	}
}
/*.requirements-btn-wrap*/
.front-page .requirements .requirements-wrap .requirements-btn-wrap {
	position: relative;
	flex-basis: 238px;
	max-width: 238px;
}
.front-page .requirements .requirements-wrap .requirements-btn-wrap .sticky-box {
	display: block;
	position: sticky;
	top: 70px;
}
.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	min-height: 55px;
	border: 0;
	outline: 0;
	background: none;
	line-height: 1.4;
	font-size: 16px;
	text-align: left;
	padding: 15px 0;
	margin: 0;
	border-bottom: solid 1px #DBE0E5;
}
.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0%;
	display: block;
	height: 1px;
	background-color: #3663AA;
	transition: 0.3s;
}
.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head span {
	color: #3E5267;
	font-weight: 600;
	opacity: 0.5;
	transition: 0.3s;
}
.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head::after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "\f105";
	line-height: 17px;
	font-family: FontAwesome;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: solid 1px #98DEDC;
	border-radius: 20px;
	color: #98DEDC;
	padding: 0 0 0 2px;
	transition: 0.3s;
}
.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head .big {
}
.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head .small {
	font-size: 13px;
}
/*:hover*/
@media (min-width:768px) {
	.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head:hover::before {
		width: 100%;
	}
	.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head:hover span {
		color: #3663AA;
		opacity: 1;
	}
	.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head:hover::after {
		color: #ffffff;
		background-color: #98DEDC;
	}
}
/*.active*/
.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head.active::before {
	width: 27%;
}
.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head.active span {
	color: #3663AA;
	opacity: 1;
}
.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head.active::after {
	color: #ffffff;
	background-color: #98DEDC;
}
@media (max-width:767px) {
	.front-page .requirements .requirements-wrap .requirements-btn-wrap {
		position: initial;
		flex-basis: 100%;
		max-width: 100%;
	}
	.front-page .requirements .requirements-wrap .requirements-btn-wrap .sticky-child {
		display: flex;
		flex-wrap: wrap;
		background-color: #ffffff;
		box-shadow: 0 1px 3px rgba(0,0,0,0.16);
		z-index: 1;
	}
	.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head {
		flex-basis: 50%;
		max-width: 50%;
		text-align: center;
		align-items: center;
		padding: 5px 0;
		line-height: 1.2;
	}
	.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head:nth-child(3),
	.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head:nth-child(4),
	.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head:nth-child(5) {
		flex-basis: 33.3%;
		max-width: 33.3%;
		border-bottom: 0;
	}
	.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head:nth-child(2),
	.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head:nth-child(4),
	.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head:nth-child(5) {
		border-left: solid 1px #DBE0E5;
	}
	.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head::before {
		display: none;
	}
	.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head::after {
		display: none;
	}
	.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head span {
		font-size: 15px;
	}
	.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head.active {
		background-color: #3663AA;
	}
	.front-page .requirements .requirements-wrap .requirements-btn-wrap .tab-head.active span {
		color: #ffffff;
	}
}
/*.requirements-body-wrap*/
.front-page .requirements .requirements-wrap .requirements-body-wrap {
	padding-top: 15px;
	flex-basis: calc(100% - 238px);
	max-width: calc(100% - 238px);
}
.front-page .requirements .requirements-wrap .requirements-body-wrap .requirements-body {
	display: none;
	background-color: #ffffff;
	border-radius: 8px;
	padding: 0 70px 80px;
}
.front-page .requirements .requirements-wrap .requirements-body-wrap .requirements-body::before {
	content: "";
	display: block;
	width: 96px;
	height: 16px;
	background-color: #3663AA;
	margin-bottom: 64px;
}
.front-page .requirements .requirements-wrap .requirements-body-wrap .requirements-body h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 64px;
	color: #3e5267;
}
.front-page .requirements .requirements-wrap .requirements-body-wrap .requirements-body h3 .small {
	font-size: 16px;
	font-weight: 600;
}
.front-page .requirements .requirements-wrap .requirements-body-wrap .requirements-body .requirements-list {
	font-size: 14px;
	line-height: 1.5;
}
.front-page .requirements .requirements-wrap .requirements-body-wrap .requirements-body .requirements-list dl {
	display: flex;
	width: 100%;
	margin: 0;
}
.front-page .requirements .requirements-wrap .requirements-body-wrap .requirements-body .requirements-list dl + dl{
	margin-top: 30px;
}
.front-page .requirements .requirements-wrap .requirements-body-wrap .requirements-body .requirements-list dl > * {
	flex-grow: 0;
	flex-shrink: 0;
	padding: 0 0 30px;
	margin: 0;
}
.front-page .requirements .requirements-wrap .requirements-body-wrap .requirements-body .requirements-list dl dt {
	flex-basis: 105px;
	font-weight: 600;
	color: #3663AA;
	border-bottom: solid 1px #3663AA;
}
.front-page .requirements .requirements-wrap .requirements-body-wrap .requirements-body .requirements-list dl dd {
	flex-basis: calc(100% - 105px);
	color: #3E5267;
	border-bottom: solid 1px #DBE0E5;
	padding-left: 30px;
}
.front-page .requirements .requirements-wrap .requirements-body-wrap .requirements-body .requirements-list dl dd p.small {
	font-size: 85.7%;
	line-height: 1.5;
	margin: 1em 0 0;
}
/*.active*/
.front-page .requirements .requirements-wrap .requirements-body-wrap .requirements-body.active {
	display: block;
}
@media (max-width:1200px) {
	.front-page .requirements .requirements-wrap .requirements-body-wrap .requirements-body {
		padding: 0 30px 50px;
	}
	.front-page .requirements .requirements-wrap .requirements-body-wrap .requirements-body::before {
		margin-bottom: 44px;
	}
	.front-page .requirements .requirements-wrap .requirements-body-wrap .requirements-body h3 {
		margin-bottom: 44px;
		font-size: 22px;
	}
}
@media (max-width:767px) {
	.front-page .requirements .requirements-wrap .requirements-body-wrap {
		flex-basis: 100%;
		max-width: 100%;
		padding-top: 0;
	}
	.front-page .requirements .requirements-wrap .requirements-body-wrap .requirements-body {
		padding-left: 50px;
		padding-right: 20px;
	}
	.front-page .requirements .requirements-wrap .requirements-body-wrap .requirements-body::before {
		height: 0;
		background-color: transparent;
	}
	.front-page .requirements .requirements-wrap .requirements-body-wrap .requirements-body h3 {
		font-size: 20px;
		margin-bottom: 34px;
	}
	.front-page .requirements .requirements-wrap .requirements-body-wrap .requirements-body .requirements-list dl {
		position: relative;
		display: block;
	}
	.front-page .requirements .requirements-wrap .requirements-body-wrap .requirements-body .requirements-list dl::after {
		content: "";
		display: block;
		width: 96px;
		height: 1px;
		background-color: #3663AA;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.front-page .requirements .requirements-wrap .requirements-body-wrap .requirements-body .requirements-list dl dt {
		font-size: 16px;
		padding-bottom: 12px;
		border-bottom: 0;
	}
	.front-page .requirements .requirements-wrap .requirements-body-wrap .requirements-body .requirements-list dl dd {
		padding: 0 0 24px;
	}
}

/*採用フロー*/
/*--------------------------------------------------*/

.front-page .flow {}
.front-page .flow .flow-list {
	padding: 0 68px;
	margin: 80px 0 50px;
}
.front-page .flow .flow-list > .row {
	list-style: none;
	padding: 0;
	margin: 0 -12px;
}
.front-page .flow .flow-list > .row > * {
	padding: 0 12px;
	margin: 0;
}
.front-page .flow .flow-list .flow-box {
	position: relative;
	height: 100%;
	background-color: #ffffff;
	border-radius: 8px;
	text-align: center;
	padding: 45px 10px 30px;
	transition: 0.3s;
}
.front-page .flow .flow-list .flow-box::before {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	width: 32px;
	height: 24px;
	border-width: 24px 16px 0;
	border-style: solid;
	border-color: #ffffff transparent transparent;
	transition: 0.3s;
}
.front-page .flow .flow-list .flow-box::after {
	position: absolute;
	top: calc(100% + 48px);
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	background-color: #236BBD;
	border: solid 2px #F2F2F2;
	width: 26px;
	height: 26px;
	border-radius: 26px;
}
.front-page .flow .flow-list li:nth-child(2) .flow-box::after {
	background-color: #398CC4;
}
.front-page .flow .flow-list li:nth-child(3) .flow-box::after {
	background-color: #51B0CD;
}
.front-page .flow .flow-list li:nth-child(4) .flow-box::after {
	background-color: #6AD5D6;
}
.front-page .flow .flow-list .flow-box .num {
	font-size: 128px;
	line-height: 1;
	color: #3663AA;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	transition: 0.3s;
}
.front-page .flow .flow-list .flow-box .title {
	font-size: 24px;
	font-weight: 600;
	color: #3E5267;
	margin-bottom: 10px;
	transition: 0.3s;
}
.front-page .flow .flow-list .flow-box .text {
	line-height: 1.5;
	color: #3E5267;
	margin-bottom: 0;
	transition: 0.3s;
}
@media (max-width:1200px) {
	.front-page .flow .flow-list {
		padding: 0 45px 0 30px;
	}
	.front-page .flow .flow-list > .row {
		margin: 0 -8px;
	}
	.front-page .flow .flow-list > .row > * {
		padding: 0 8px;
	}
	.front-page .flow .flow-list .flow-box .num {
		font-size: 105px;
	}
	.front-page .flow .flow-list .flow-box .title {
		font-size: 20px;
	}
	.front-page .flow .flow-list .flow-box .text {
		font-size: 14px;
	}
}
@media (max-width:767px) {
	.front-page .flow .sec-title-wrap {
		margin-bottom: 60px;
	}
	.front-page .flow .sec-content .container {
		display: flex;
	} 
	.front-page .flow .flow-list {
		font-size: 14px;
		margin: 40px 0 40px -60px;
		padding: 0 5px 0 60px;
		flex-basis: 100%;
		max-width: 100%;
	}
	.front-page .flow .flow-list > .row {
		margin: -16px 0;
	}
	.front-page .flow .flow-list > .row > * {
		padding: 16px 0;
	}
	.front-page .flow .flow-list .flow-box {
		padding: 32px 25px 22px;
		text-align: left;
	}
	.front-page .flow .flow-list .flow-box::before {
		transform: translateY(-50%) rotate(90deg);
		transform-origin: center;
		top: 50%;
		left: -22px;
	}
	.front-page .flow .flow-list .flow-box::after {
		top: 50%;
		left: -44px;
		transform: translateY(-50%);
		width: 18px;
		height: 18px;
		background-color: #3373C7;
	}
	.front-page .flow .flow-list .flow-box .num {
		top: -11px;
		left: 25px;
		transform: translate(0%,-50%);
	}
}
/*current*/
.front-page .flow .flow-list .flow-box.current {
	background-color: #3663AA;
}
.front-page .flow .flow-list .flow-box.current::before {
	border-color: #3663AA transparent transparent;
}

.front-page .flow .flow-list .flow-box.current .num {
	color: #98DEDC;
}
.front-page .flow .flow-list .flow-box.current .title {
	color: #ffffff;
}
.front-page .flow .flow-list .flow-box.current .text {
	color: #ffffff;
}
.front-page .flow .flow-list .flow-box .current-text {
	position: absolute;
	top: 10px;
	left: 10px;
	transform: translate(-50%,-50%);
	color: #98DEDC;
	font-size: 48px;
	text-transform: capitalize;
}
.front-page .flow .flow-list .flow-box .current-text span {
	display: inline-block;
	transform: rotate(-30deg);
}
@media (max-width:767px) {
	.front-page .flow .flow-list .flow-box .current-text {
		left: auto;
		right: 25px;
		transform: translate(0,-60px);
	}
	.front-page .flow .flow-list .flow-box .current-text span {
		transform: rotate(-10deg);
	}
}
/*.flow-line*/
.front-page .flow .flow-line {
	display: flex;
	align-items: center;
	margin: 0 -5px;
}
.front-page .flow .flow-line p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin: 0 5px;
}
.front-page .flow .flow-line .start {
	color: #3663AA;
}
.front-page .flow .flow-line .line {
	display: block;
	height: 4px;
	flex-grow: 1;
	flex-shrink: 0;
	background: linear-gradient(to left , #84E0DD ,#2965C4);
}
.front-page .flow .flow-line .next {
	color: #98DEDC;
}
@media (max-width:1200px) {
	.front-page .flow .flow-line p {
		font-size: 16px;
	}
}
@media (max-width:767px) {
	.front-page .flow .flow-line {
		order: -1;
		flex-direction: column;
		flex-basis: 50px;
		max-width: 50px;
		margin: -10px 10px -10px 0;
		text-align: center;
	}
	.front-page .flow .flow-line p {
		margin: 10px 0;
	}
	.front-page .flow .flow-line .line {
		background: linear-gradient(to top , #84E0DD ,#2965C4);
		width: 4px;
	}
	.front-page .flow .flow-list li:nth-child(2) .flow-box::after {
		background-color: #4B93CD;
	}
	.front-page .flow .flow-list li:nth-child(3) .flow-box::after {
		background-color: #64B4D4;
	}
	.front-page .flow .flow-list li:nth-child(4) .flow-box::after {
		background-color: #7BD4DA;
	}
}


/*応募はこちらから*/
/*--------------------------------------------------*/

.front-page .entry {
	padding-bottom: 200px;
}
.front-page .entry .contact-title{
	margin-bottom: -100px;
}
.front-page .entry .contact-title h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 192px;
	height: 192px;
	background-image: url("../img/top/entry-title-circle.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 24px;
	color: #3663AA;
	text-align: center;
}
.front-page .entry .sec-content {
	margin-top: -200px;
}
.front-page .entry .sec-content a {
	position: relative;
	display: block;
	width: 384px;
	height: 192px;
	margin-left: auto;
}
.front-page .entry .sec-content a::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to right,#3663AA,#98DEDC);
	border-radius: 8px;
	transition: 0.3s;
}
.front-page .entry .sec-content a .door-wrap {
	position: absolute;
	left: 67.5%;
	top: 22%;
	width: 12.5%;
}
.front-page .entry .sec-content a .shine-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 8px;
	overflow: hidden;
	transition: 0.3s;
}
.front-page .entry .sec-content a .shine-wrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-190px, 46px);
	opacity: 0;
	transition: 0.3s;
}
.front-page .entry .sec-content a .text {
	position: absolute;
	top: 50%;
	left: 80px;
	transform: translateY(-50%);
	font-size: 32px;
	font-weight: 600;
	color: #FFFFFF;
	padding-right: 0.25em;
	margin: 0;
	line-height: 1;
	transition: 0.3s;
}
.front-page .entry .sec-content a .arrow {
	position: absolute;
	top: 50%;
	left: 100%;
	display: block;
	width: 48px;
	height: 2px;
	background-color: #ffffff;
	transition: 0.3s;
}
.front-page .entry .sec-content a .arrow::before,
.front-page .entry .sec-content a .arrow::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	transform-origin: right;
	display: block;
	height: 2px;
	width: 19px;
	border-radius: 2px;
	background-color: #ffffff;
	transition: 0.3s;
}
.front-page .entry .sec-content a .arrow::before {
	transform: rotate(45deg);
}
.front-page .entry .sec-content a .arrow::after {
	transform: rotate(-45deg);
}
@media (min-width:768px) {
	.front-page .entry .sec-content a:hover::before {
		top: 8px;
		right: 8px;
		bottom: 8px;
		left: 8px;
	}
	.front-page .entry .sec-content a:hover .text {
		color: #98DEDC;
	}
	.front-page .entry .sec-content a:hover .shine-wrap {
		top: 8px;
		right: 8px;
		bottom: 8px;
		left: 8px;
	}
	.front-page .entry .sec-content a:hover .shine-wrap img {
		opacity: 1;
	}
	.front-page .entry .sec-content a:hover .arrow {
		width: 98px;
		background-color: #98DEDC;
	}
	.front-page .entry .sec-content a:hover .arrow::before,
	.front-page .entry .sec-content a:hover .arrow::after {
		background-color: #98DEDC;
	}
}
@media (max-width:1200px) {
	.front-page .entry .sec-content {
		margin-top: -150px;
	}
	.front-page .entry .contact-title h2 {
		width: 140px;
		height: 140px;
		font-size: 20px;
	}
}
@media (max-width:767px) {
	.front-page .entry {
		padding-bottom: 100px;
	}
	.front-page .entry .contact-title {
		margin-bottom: -60px;
	}
	.front-page .entry .contact-title h2 {
		width: 120px;
		height: 120px;
		font-size: 16px;
	}
	.front-page .entry .sec-content {
		margin-top: -80px;
	}
	.front-page .entry .sec-content .container {
		padding-right: 50px;
	}
	.front-page .entry .sec-content a {
		width: 274px;
		height: 144px;
	}
	.front-page .entry .sec-content a .text {
		font-size: 30px;
		left: 30px;
	}
	.front-page .entry .sec-content a .arrow {
		width: 40px;
	}
	.front-page .entry .sec-content a .arrow::before, .front-page .entry .sec-content a .arrow::after {
		width: 12px;
	}
	.front-page .entry .sec-content a .door-wrap {
		left: 74.5%;
		width: 13%;
	}
	
	/*スクロールで変形*/
	.front-page .entry .sec-content a .shine-wrap img {
		transform: translate(-147px, 34px);
		width: 252px;
	}
	.front-page .entry .sec-content a.current .shine-wrap img {
		opacity: 1;
	}
	.front-page .entry .sec-content a.current .arrow {
		width: 56px;
	}
}
@media (max-width:374px) {
	.front-page .entry .sec-content .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.front-page .entry .sec-content a {
		margin-right: auto;
	}
}

