@charset "UTF-8";

/*===============*/
/*! main */
/*===============*/
main {
	padding-top: 66px;
}

@media screen and (max-width:768px) {
	main {
		padding-top: 3em;
	}
}

/*===============*/
/*! visual */
/*===============*/
main .visual {
	position: relative;
	overflow: hidden;
	background-color: #A2AFB5;
}

main .visual,
main .visual .bg_image {
	transition: height .1s;
}

main .visual,
main .visual .bg_image .slide_box {
	min-height: 702px;
	max-height: 1600px;
	height: calc(100vh - 66px);
}

main .visual .wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: 20;
	max-width: 1366px;
	width: 100%;
	transform: translateX(-50%);
}

main .visual .bg_image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	max-width: 1920px;
	width: 100%;
	transform: translateX(-50%);
}

main .visual .bg_image .slick-dotted.slick-slider {
	margin-bottom: 0;
}

main .visual .bg_image .slide_box {
	background: center center no-repeat;
	background-size: cover;
}

main .visual .bg_image img {
	position: absolute;
	left: 50%;
	width: 100%;
	height: 100%;
	transition: all .2s;
	transform: translateX(-50%);
}

main .visual .dot {
	position: absolute;
	bottom: 20px;
	z-index: 100;
	width: 100%;
}

main .visual .dot .slick-dots {
	bottom: 0;
	height: 30px;
}

main .visual .dot .slick-dots li {
	margin: 10px;
	padding: 0;
	width: 10px;
	height: 10px;
	border: 2px solid #FFF;
	border-radius: 50%;
}

main .visual .dot .slick-dots li.slick-active {
	background-color: #FFF;
}

main .visual .dot .slick-dots li button {
	display: none;
}

main .visual .dot .slick-dots li button:before {
	display: none;
	content: "";
}

main .visual .dot .slick-dots li:first-child:last-child {
	display: none;
}

main .visual .box {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 500px;
	width: 50%;
	height: 180px;
	transform: translate(-50%, -50%);
}

main .visual .box>div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

main .visual .box>div * {
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	line-height: 1.2;
}

main .visual .box p {
	margin-bottom: .15em;
	padding-left: .075em;
	letter-spacing: .075em;
	font-size: 300%;
}

main .visual .box u {
	position: absolute;
	top: -1px;
	bottom: -1px
}

main .visual .box u::before,
main .visual .box u::after {
	position: absolute;
	width: 18px;
	height: 18px;
	border: solid #FFF;
	content: "";
}

main .visual .box u:first-child {
	left: -1px;
}

main .visual .box u:last-child {
	right: -1px;
}

main .visual .box u:first-child::before {
	top: 0;
	left: 0;
	border-width: 2px 0 0 2px;
}

main .visual .box u:first-child::after {
	bottom: 0;
	left: 0;
	border-width: 0 0 2px 2px;
}

main .visual .box u:last-child::before {
	top: 0;
	right: 0;
	border-width: 2px 2px 0 0;
}

main .visual .box u:last-child::after {
	right: 0;
	bottom: 0;
	border-width: 0 2px 2px 0;
}

main .visual img.scroll {
	position: absolute;
	bottom: 2em;
	left: 2em;
	width: 18px;
	height: auto;
}

@media screen and (max-width:768px) {

	main .visual,
	main .visual .bg_image .slide_box {
		min-height: 0;
		max-height: none;
		height: 30em;
	}

	main .visual .wrap {
		max-width: none;
	}

	main .visual .bg_image {
		max-width: none;
	}

	main .visual .dot {
		bottom: .5em;
	}

	main .visual .dot .slick-dots {
		bottom: 0;
		height: 1.7em;
	}

	main .visual .dot .slick-dots li {
		margin: .5em .75em;
		width: .7em;
		height: .7em;
		border: 1px solid #FFF;
	}

	main .visual .box {
		min-width: 0;
		width: 65%;
		height: 8em;
	}

	main .visual .box p {
		font-size: 230%;
	}

	main .visual .box u::before,
	main .visual .box u::after {
		width: 1em;
		height: 1em;
	}

	main .visual img.scroll {
		bottom: 1em;
		left: 1.5em;
		width: 1em;
	}
}

/*===============*/
/*! h2 */
/*===============*/
main h2 {
	margin-bottom: 50px;
	text-align: left;
}

main h2>* {
	display: block;
	white-space: nowrap;
}

main h2 img {
	display: block;
	width: auto;
}

main h2 small {
	margin-top: 20px;
	color: #777;
	font-size: 95%;
	line-height: 1.2;
}

@media screen and (max-width:768px) {
	main h2 {
		margin-bottom: 2em;
	}

	main h2 small {
		margin-top: 1em;
		font-size: 90%;
	}
}

/*===============*/
/*! entry */
/*===============*/
main .entry {
	padding: 120px 0 140px;
	background: -moz-linear-gradient(-65deg, #002D84, #4871BE);
	background: -webkit-linear-gradient(-65deg, #002D84, #4871BE);
	background: linear-gradient(-25deg, #002D84, #4871BE);
}

main .entry .wrap {
	display: block;
	margin: 0 auto;
	max-width: 1366px;
}

main .entry h2 {
	text-align: center;
}

main .entry h2 strong {
	padding-left: .05em;
	color: #FFF;
	letter-spacing: .05em;
	font-size: 340%;
	line-height: 1;
}

main .entry h2 small {
	color: #FFF;
}

main .entry ul.detail {
	display: block;
	margin: 0 auto;
	width: 1150px;
	text-align: center;
}

main .entry ul.detail::after {
	display: block;
	clear: both;
	content: "";
}

main .entry ul.detail li {
	display: block;
	float: left;
	padding: 0 30px;
	line-height: 1.2;
}

main .entry ul.detail li.separate {
	display: none;
	width: 100%;
	height: 50px;
}

@media screen and (min-width:769px) and (max-width:1200px) {
	main .entry ul.detail {
		width: 690px;
	}

	main .entry ul.detail li:nth-last-child(2) {
		padding-left: 145px;
	}

	main .entry ul.detail li.separate {
		display: block;
	}
}

main .entry ul.detail li a {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 170px;
	color: #FFF;
}

main .entry ul.detail li a .fig {
	position: absolute;
	top: 0;
	left: 0;
}

body.dv_pc main .entry ul.detail li a:hover .fig {
	transition: transform .3s .2s linear;
	transform: rotate(180deg);
}

main .entry ul.detail li a .icon {
	margin-bottom: 20px;
}

main .entry ul.detail li a p {
	margin-bottom: 15px;
}

main .entry ul.detail li a p>* {
	display: block;
}

main .entry ul.detail li a p strong {
	margin-bottom: 5px;
	font-size: 120%;
}

main .entry ul.detail li a p small {
	padding-left: .1em;
	letter-spacing: .1em;
	font-size: 65%;
}

main .entry ul.detail li div {
	position: relative;
	margin: 0 auto;
	padding: .7em 2em .7em 1em;
	width: 10em;
	background-color: #000;
	color: #FFF;
	letter-spacing: .05em;
	font-size: 65%;
	line-height: 1.2;
}

main .entry ul.detail li div span {
	position: relative;
}

body.dv_pc main .entry ul.detail li div::before {
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	left: 0;
	background-color: #D02020;
	content: "";
	opacity: 0;
	transition: right .2s 0s, opacity .2s 0s;
}

body.dv_pc main .entry ul.detail li a:hover div::before {
	right: 0;
	opacity: 1;
	transition: right .2s .2s, opacity .2s .2s;
}

main .entry ul.detail li a div::after {
	position: absolute;
	top: 50%;
	right: 1em;
	width: .3em;
	height: .3em;
	border: solid #FFF;
	border-width: 0 1px 1px 0;
	content: "";
	transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width:768px) {
	main .entry {
		padding: 4em 0;
	}

	main .entry .wrap {
		max-width: none;
	}

	main .entry h2 strong {
		font-size: 300%;
	}

	main .entry ul.detail {
		width: 90%;
	}

	main .entry ul.detail li {
		padding: 0 5% 2em;
		width: 50%;
	}

	main .entry ul.detail li.separate {
		display: none;
	}

	main .entry ul.detail li a {
		width: 100%;
	}

	main .entry ul.detail li a .icon {
		margin-bottom: .75em;
	}

	main .entry ul.detail li a p {
		margin-bottom: .75em;
	}

	main .entry ul.detail li a p strong {
		margin-bottom: .25em;
	}
}

/*===============*/
/*! work */
/*===============*/
main .work {
	padding: 100px 0;
}

main .work .wrap {
	display: block;
	margin: 0 auto;
	max-width: 1092px;
	width: 90%;
}

main .work h2 {
	margin-bottom: 0;
}

main .work .wrap .box {
	padding-top: 100px;
}

main .work .wrap .box::after {
	display: block;
	clear: both;
	content: "";
}

main .work .wrap .box .txt {
	width: 36%;
}

main .work .wrap .box.txt_left .txt {
	float: left;
	padding-right: 40px;
}

main .work .wrap .box.txt_right .txt {
	float: right;
	padding-left: 40px;
}

main .work .wrap .box .txt i {
	position: relative;
	display: block;
	margin: 40px 0;
	padding-top: 10px;
	color: #002D84;
	font-weight: 700;
}

main .work .wrap .box .txt i::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 5px;
	background: -moz-linear-gradient(left, #002D84, #4871BE);
	background: -webkit-linear-gradient(left, #002D84, #4871BE);
	background: linear-gradient(to right, #002D84, #4871BE);
	content: "";
}

main .work .wrap .box .txt>div {
	position: relative;
	padding-bottom: 40px;
}

main .work .wrap .box .txt>div::before {
	position: absolute;
	top: 1.2em;
	bottom: 0;
	left: -40px;
	background-color: #F8F8F8;
	content: "";
}

main .work .wrap .box.txt_left .txt>div::before {
	right: -60%;
	left: -40px;
}

main .work .wrap .box.txt_right .txt>div::before {
	right: -40px;
	left: -60%;
}

main .work .wrap .box .txt>div>* {
	position: relative;
}

main .work .wrap .box .txt h3>* {
	display: block;
}

main .work .wrap .box .txt h3 strong {
	margin-bottom: 5px;
	color: #002D84;
	letter-spacing: .1em;
	font-weight: 700;
	font-size: 200%;
	line-height: 1.2;
}

main .work .wrap .box .txt h3 small {
	color: #777777;
	letter-spacing: .1em;
	font-weight: 700;
	font-size: 80%;
}

main .work .wrap .box .txt p {
	margin: 20px 0;
	text-align: justify;
	font-size: 90%;
	line-height: 2.2;
}

main .work .wrap .box .txt h4 {
	margin-bottom: 10px;
	color: #002D84;
	font-weight: 700;
}

main .work .wrap .box .txt li {
	display: block;
	margin-left: 1.25em;
	padding: .25em 0;
	text-indent: -1.25em;
	font-size: 90%;
	line-height: 1.4;
}

main .work .wrap .box .txt li::before {
	margin-right: .25em;
	color: #002D84;
	content: "●";
}

main .work .wrap .box .img {
	position: relative;
	width: 64%;
}

main .work .wrap .box .img::after {
	display: block;
	clear: both;
	content: "";
}

main .work .wrap .box.txt_left .img {
	float: right;
}

main .work .wrap .box.txt_right .img {
	float: left;
}

main .work .wrap .box .img a {
	position: relative;
	display: block;
	margin-top: -2em;
	width: 16em;
	height: 5em;
	background-color: #000;
	color: #FFF;
	transition: background .3s .2s;
}

main .work .wrap .box.txt_left .img a {
	float: right;
	margin-right: 2em;
}

main .work .wrap .box.txt_right .img a {
	float: left;
	margin-left: 2em;
}

body.dv_pc main .work .wrap .box .img a:hover {
	background-color: #002D84;
}

main .work .wrap .box .img a::before {
	position: absolute;
	top: 50%;
	right: 2em;
	width: 6px;
	height: 6px;
	border: solid #FFF;
	border-width: 2px 2px 0 0;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

main .work .wrap .box .img a span {
	position: absolute;
	top: 49%;
	padding-left: .05em;
	padding-left: 2em;
	width: 100%;
	white-space: nowrap;
	letter-spacing: .05em;
	transform: translateY(-50%);
}

@media screen and (min-width:769px) and (max-width:1100px) {
	main .work .wrap .box .txt {
		width: 45%;
	}

	main .work .wrap .box.txt_left .txt {
		padding-right: 25px;
	}

	main .work .wrap .box.txt_right .txt {
		padding-left: 25px;
	}

	main .work .wrap .box .txt i {
		margin: 20px 0;
	}

	main .work .wrap .box .img {
		position: relative;
		width: 55%;
	}

	main .work .wrap .box .img a {
		height: 4em;
	}
}

@media screen and (max-width:768px) {
	main .work {
		overflow: hidden;
		padding: 4em 0 5em;
	}

	main .work .wrap {
		max-width: none;
	}

	main .work h2 {
		margin-bottom: 0;
	}

	main .work h2 img {
		width: auto;
		height: 3em;
	}

	main .work .wrap .box {
		padding-top: 4em;
	}

	main .work .wrap .box .txt {
		width: 100%;
	}

	main .work .wrap .box.txt_left .txt {
		float: none;
		padding-right: 0;
	}

	main .work .wrap .box.txt_right .txt {
		float: none;
		padding-left: 0;
	}

	main .work .wrap .box .txt i {
		margin: 0 0 .25em;
		padding-top: .5em;
	}

	main .work .wrap .box .txt i::before {
		width: 4em;
		height: 4px;
	}

	main .work .wrap .box .txt>div {
		padding-bottom: 4em;
	}

	main .work .wrap .box .txt>div::before {
		top: 1.2em;
		bottom: 0;
		left: 0;
	}

	main .work .wrap .box.txt_left .txt>div::before,
	main .work .wrap .box.txt_right .txt>div::before {
		right: -10%;
		left: -10%;
	}

	main .work .wrap .box .txt h3 strong {
		margin-bottom: .125em;
	}

	main .work .wrap .box .txt h3 small {
		font-size: 75%;
	}

	main .work .wrap .box .txt p {
		margin: 1.5em 0;
	}

	main .work .wrap .box .txt h4 {
		margin-bottom: .5em;
	}

	main .work .wrap .box .img {
		margin: -2em auto 0;
		width: 90%;
	}

	main .work .wrap .box.txt_left .img {
		float: none;
	}

	main .work .wrap .box.txt_right .img {
		float: none;
	}

	main .work .wrap .box .img a {
		left: 50%;
		margin-top: -2em;
		width: 18em;
		height: 4em;
		font-size: 90%;
		transform: translateX(-50%);
	}

	main .work .wrap .box.txt_left .img a,
	main .work .wrap .box.txt_right .img a {
		float: none;
		margin-right: 0;
		margin-left: 0;
	}

	main .work .wrap .box .img a::before {
		width: .4em;
		height: .4em;
	}
}

/*===============*/
/*! interview */
/*===============*/
main .interview {
	overflow: hidden;
	padding: 100px 0 50px;
}

main .interview .wrap {
	display: block;
	margin: 0 auto;
	max-width: 1092px;
	width: 90%;
}

main .interview .detail {
	position: relative;
	display: block;
}

main .interview .detail .bg {
	position: absolute;
	top: 40px;
	bottom: 0;
	left: 50%;
	z-index: 1;
	max-width: 2000px;
	width: 100vw;
	content: "";
	transform: translateX(-50%);
}

main .interview .detail .bg i {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	min-width: 1300px;
	width: 90%;
	background-color: #DBE2F0;
	content: "";
}

main .interview .detail .bg i::before,
main .interview .detail .bg i::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
}

main .interview .detail .bg i::before {
	top: -223px;
	left: -370px;
	background: url(../img/careers/interview_bg_l.png) left top no-repeat;
}

main .interview .detail .bg i::after {
	right: -110px;
	bottom: -280px;
	background: url(../img/careers/interview_bg_r.png) right bottom no-repeat;
}

@media screen and (min-width:769px) and (max-width:1300px) {
	main .interview .detail .bg i {
		min-width: 0;
		width: 100%;
	}
}

main .interview .detail ul {
	position: relative;
	z-index: 10;
	display: block;
	padding-bottom: 60px;
}

main .interview .detail ul::after {
	display: block;
	clear: both;
	content: "";
}

main .interview .detail ul li {
	float: left;
	margin-bottom: 46px;
	margin-left: 36px;
	width: calc(33.3333% - 24px);
}

main .interview .detail ul li:nth-child(3n + 1) {
	margin-left: 0;
}

main .interview .detail ul li img {
	display: block;
}

main .interview .detail ul li a {
	position: relative;
	display: block;
	margin: -30px auto 0;
	width: calc(100% - 40px);
	height: 100px;
	background-color: #FFF;
	transition: background .3s .2s ease-in, color .3s .2s ease-in;
}

main .interview .detail ul li a p {
	position: absolute;
	top: 50%;
	padding: 0 4em 0 2em;
	width: 100%;
	transform: translateY(-50%);
}

main .interview .detail ul li a p>* {
	display: block;
}

main .interview .detail ul li a p strong {
	margin-bottom: 5px;
	white-space: nowrap;
	letter-spacing: .075em;
	font-weight: 700;
	line-height: 1.2;
}

main .interview .detail ul li a p small {
	letter-spacing: .05em;
	font-size: 70%;
	line-height: 1.4;
	opacity: .6;
}

main .interview .detail ul li a::before {
	position: absolute;
	top: 50%;
	right: 1.5em;
	width: 6px;
	height: 6px;
	border: solid #002D84;
	border-width: 2px 2px 0 0;
	content: "";
	transition: border .3s .2s ease-in;
	transform: translateY(-50%) rotate(45deg);
}

body.dv_pc main .interview .detail ul li a:hover {
	background-color: #002D84;
	color: #FFF;
}

body.dv_pc main .interview .detail ul li a:hover::before {
	border-color: #FFF;
}

@media screen and (max-width:768px) {
	main .interview {
		overflow: hidden;
		padding: 3em 0 4em;
	}

	main .interview .wrap {
		max-width: none;
	}

	main .interview h2 {
		margin-bottom: 3em;
	}

	main .interview h2 img {
		width: auto;
		height: 3em;
	}

	main .interview .detail .bg {
		top: 2.5em;
		max-width: none;
	}

	main .interview .detail .bg i {
		min-width: 0;
		width: 100%;
	}

	main .interview .detail .bg i::before {
		top: -30em;
		left: -40em;
		background-size: 70em;
	}

	main .interview .detail .bg i::after {
		right: -15em;
		bottom: -30em;
		background-size: 45em;
	}

	main .interview .detail ul {
		padding-bottom: 2em;
	}

	main .interview .detail ul li {
		margin-bottom: 2em;
		margin-left: 1em;
		width: calc(50% - .5em);
	}

	main .interview .detail ul li:nth-child(3n + 1) {
		margin-left: 1em;
	}

	main .interview .detail ul li:nth-child(2n + 1) {
		margin-left: 0;
	}

	main .interview .detail ul li a {
		margin: -1em auto 0;
		width: 90%;
		height: 6em;
	}

	main .interview .detail ul li a p {
		padding: 0 2em 0 1em;
		width: 100%;
	}

	main .interview .detail ul li a p small {
		font-size: 65%;
	}

	main .interview .detail ul li a::before {
		right: .75em;
		width: .35em;
		height: .35em;
	}
}

/*===============*/
/*! welfare */
/*===============*/
main .welfare {
	padding: 100px 0 130px;
}

main .welfare .wrap {
	display: block;
	margin: 0 auto;
	max-width: 1092px;
	width: 90%;
}

main .welfare .box {
	margin-top: 70px;
}

main .welfare .box>div {
	position: relative;
	min-height: 340px;
}

main .welfare .box>div::after {
	display: block;
	clear: both;
	content: "";
}

main .welfare .box .txt {
	width: 50%;
}

main .welfare .box.text_left .txt {
	float: left;
}

main .welfare .box.text_right .txt {
	float: right;
}

main .welfare .box .txt {
	padding-top: 30px;
	padding-bottom: 40px;
}

main .welfare .box.text_left .txt {
	padding-right: 40px;
}

main .welfare .box.text_right .txt {
	padding-left: 40px;
}

main .welfare .box .img {
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 50vw;
	height: 370px;
}

main .welfare .box.text_left .img {
	right: auto;
	left: 50%;
}

main .welfare .box.text_right .img {
	right: 50%;
	left: auto;
}

main .welfare .box .img img {
	position: absolute;
	width: auto;
}

main .welfare .box.text_left .img img {
	right: auto;
	left: 0;
}

main .welfare .box.text_right .img img {
	right: 0;
	left: auto;
}

main .welfare .box .txt h3 {
	margin-bottom: 20px;
}

main .welfare .box .txt h3>* {
	display: block;
}

main .welfare .box .txt h3 strong {
	margin-bottom: 5px;
	color: #002D84;
	letter-spacing: .1em;
	font-weight: 700;
	font-size: 200%;
	line-height: 1.2;
}

main .welfare .box .txt h3 small {
	color: #777777;
	letter-spacing: .1em;
	font-weight: 700;
	font-size: 80%;
}

main .welfare .box .txt p {
	text-align: justify;
	font-size: 90%;
	line-height: 2;
}

main .welfare .box ul {
	position: relative;
	display: flex;
	clear: both;
	width: 90%;
}

main .welfare .box.text_right ul {
	margin-left: 10%;
}

main .welfare .box ul li {
	padding: 30px;
	width: calc(50% - 15px);
	background-color: #F8F8F8;
}

main .welfare .box ul li:first-child {
	margin-right: 30px;
}

main .welfare .box ul li p>* {
	display: block;
}

main .welfare .box ul li p strong {
	margin-bottom: 5px;
	font-weight: 700;
}

main .welfare .box ul li p span {
	text-align: justify;
	font-size: 90%;
}

@media screen and (min-width:769px) and (max-width:1100px) {
	main .welfare .box ul {
		width: 100%;
	}

	main .welfare .box.text_right ul {
		margin-left: 0;
	}

	main .welfare .box ul li {
		width: calc(50% - 10px);
	}

	main .welfare .box ul li:first-child {
		margin-right: 20px;
	}

	main .welfare .box.training-system .img img {
		right: 0;
		left: auto;
	}

	main .welfare .box.vacation-system .img img {
		right: auto;
		left: 0;
	}
}

@media screen and (max-width:768px) {
	main .welfare {
		padding: 3em 0 6em;
	}

	main .welfare .wrap {
		max-width: none;
	}

	main .welfare h2 {
		margin-bottom: 3em;
	}

	main .welfare h2 img {
		width: auto;
		height: 3em;
	}

	main .welfare .box {
		margin-top: 3em;
	}

	main .welfare .box>div {
		min-height: 0;
	}

	main .welfare .box .txt {
		width: 100%;
	}

	main .welfare .box.text_left .txt {
		float: none;
	}

	main .welfare .box.text_right .txt {
		float: none;
	}

	main .welfare .box .txt {
		padding-top: 0;
		padding-bottom: 1em;
	}

	main .welfare .box.text_left .txt,
	main .welfare .box.text_right .txt {
		padding-right: 0;
		padding-left: 0;
	}

	main .welfare .box .img {
		position: static;
		margin-bottom: 1.5em;
		width: 100%;
		height: auto;
	}

	main .welfare .box .img img {
		position: static;
		width: 100%;
	}

	main .welfare .box .txt h3 {
		margin-bottom: 1.5em;
	}

	main .welfare .box .txt h3 strong {
		margin-bottom: .25em;
	}

	main .welfare .box .txt h3 small {
		font-size: 75%;
	}

	main .welfare .box .txt p {
		line-height: 2.2;
	}

	main .welfare .box ul {
		display: block;
		width: 100%;
	}

	main .welfare .box.text_right ul {
		margin-left: 0;
	}

	main .welfare .box ul li {
		padding: 1.5em;
		width: 100%;
	}

	main .welfare .box ul li:first-child {
		margin-right: 0;
		margin-bottom: 1em;
	}

	main .welfare .box ul li p strong {
		margin-bottom: .25em;
	}
}

/*===============*/
/*! pagetop */
/*===============*/
footer .pagetop {
	position: absolute;
	top: 0;
	bottom: auto;
	max-width: none;
	width: 100%;
	transition: bottom .3s;
}

footer .pagetop.fix {
	position: fixed;
	top: auto;
	bottom: 0;
}

footer .pagetop.off {
	bottom: -100px;
}

footer .pagetop figure {
	position: absolute;
	top: -90px;
	right: 30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #002D84;
	box-shadow: 0 .1em .5em rgba(0, 0, 0, .2);
	cursor: pointer;
	transition: box-shadow .2s 0s;
}

body.dv_pc footer .pagetop figure:hover {
	box-shadow: 0 .1em .5em rgba(0, 0, 0, 6);
	transition: box-shadow .2s .2s;
}

footer .pagetop figure::before {
	position: absolute;
	top: 53%;
	left: 50%;
	width: 10px;
	height: 10px;
	border: solid #FFF;
	border-width: 4px 0 0 4px;
	content: "";
	transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width:768px) {
	footer .pagetop.off {
		bottom: -6em;
	}

	footer .pagetop figure {
		top: -4em;
		right: 1em;
		width: 3em;
		height: 3em;
	}

	footer .pagetop figure::before {
		top: 52%;
		width: .5em;
		height: .5em;
		border-width: 2px 0 0 2px;
	}
}

/*===============*/
/*! interview_modal */
/*===============*/
.interview_modal {
	display: none;
}

.modaal-container {
	opacity: 0;
	transition: opacity .5s;
}

.modaal-container.open {
	opacity: 1;
}

.modaal-content-container {
	padding: 0;
}

/* modal_box */
.modal_box {
	padding: 50px;
}

.modal_box .visual {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.modal_box .visual .name {
	position: absolute;
	bottom: 0;
	margin-left: 5%;
	width: 210px;
	height: 210px;
	background: -moz-linear-gradient(25deg, #002D84, #4871BE);
	background: -webkit-linear-gradient(25deg, #002D84, #4871BE);
	background: linear-gradient(65deg, #002D84, #4871BE);
}

.modal_box .visual .name>div {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.5em;
	color: #FFF;
	line-height: 1.6;
}

.modal_box .visual .name h2 {
	margin-bottom: .5em;
	letter-spacing: .1em;
	font-weight: 700;
	font-size: 120%;
}

.modal_box .visual .name p {
	font-size: 75%;
}

.modal_box .faq {
	position: relative;
	margin: 0 auto;
	max-width: 800px;
	width: 90%;
}

.modal_box .faq .box {
	margin-bottom: 30px;
}

.modal_box .faq .box h3 {
	position: relative;
	margin-bottom: .5em;
	height: 3em;
	font-weight: 700;
	font-size: 120%;
	line-height: 1.2;
}

.modal_box .faq .box h3 i {
	position: absolute;
	top: 50%;
	left: 0;
	width: 3em;
	height: 3em;
	border-radius: 50%;
	background: -moz-linear-gradient(25deg, #002D84, #4871BE);
	background: -webkit-linear-gradient(25deg, #002D84, #4871BE);
	background: linear-gradient(65deg, #002D84, #4871BE);
	color: #FFF;
	text-align: center;
	line-height: 3;
	transform: translateY(-50%);
}

.modal_box .faq .box h3 u {
	position: absolute;
	top: 50%;
	padding-left: 3.75em;
	width: 100%;
	transform: translateY(-50%);
}

.modal_box .faq .box p {
	text-align: justify;
	font-size: 95%;
	line-height: 2;
}

.modal_box .close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 45px;
	height: 45px;
	opacity: .4;
	cursor: pointer;
	transition: opacity .2s 0s;
}

body.dv_pc .modal_box .close:hover {
	opacity: .8;
	transition: opacity .2s .2s;
}

.modal_box .close::before,
.modal_box .close::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 75%;
	height: 1px;
	background-color: #000;
	content: "";
}

.modal_box .close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal_box .close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width:768px) {
	.modaal-inner-wrapper {
		padding: 2em;
	}

	/* modal_box */
	.modal_box {
		padding: 2.5em 2em;
	}

	.modal_box .visual {
		margin-bottom: 2em;
		padding-bottom: 0;
	}

	.modal_box .visual .name {
		position: relative;
		margin-left: 0;
		width: 100%;
		height: auto;
	}

	.modal_box .visual .name>div {
		position: relative;
		padding: .75em 1.5em 1em;
	}

	.modal_box .visual .name h2 {
		margin-bottom: 0;
		font-size: 110%;
		line-height: 1.2;
	}

	.modal_box .visual .name p {
		display: inline-block;
		padding-right: .25em;
		font-size: 75%;
	}

	.modal_box .faq {
		max-width: none;
		width: 100%;
	}

	.modal_box .faq .box {
		margin-bottom: 2em;
	}

	.modal_box .close {
		top: .25em;
		right: .25em;
		width: 2em;
		height: 2em;
		opacity: .8;
	}

	.modal_box .close::before,
	.modal_box .close::after {
		width: 80%;
	}

	.modal_box .close_bottom {
		margin: 1em auto 0;
		padding-left: .05em;
		width: 8em;
		border-radius: .5em;
		background-color: #CCC;
		box-shadow: 0 .1em .25em rgba(0, 0, 0, .3);
		color: #FFF;
		text-align: center;
		letter-spacing: .05em;
		font-size: 90%;
		line-height: 2.2;
	}

	.modal_box .close_bottom::before {
		content: "CLOSE";
	}
}