@charset "utf-8";

main p {
	/* font-feature-settings: "palt"; */
	letter-spacing: 1.6px;
}

.marker {
	display: inline-block;
	background: linear-gradient(transparent 60%, #ffff00 0%);
	margin-left: 10px;
}

.marker02 {
	display: inline-block;
	background: linear-gradient(transparent 60%, #3d90d0 0%);
	margin-left: 10px;
}

/*reset*/
#mv_Wrap {
	padding-bottom: 150px;
}

#mv_Wrap h2 {
	margin: 0;
}

#mv_Wrap h3 {
	width: auto;
	max-width: inherit;
	margin: inherit;
}

/*共通タイトル*/
#mv_Wrap h2.big_b_ttl {
	width: auto;
	display: inline-block;
	text-align: center;
	color: #154778;
	font-size: min(10vw, 60px);
	letter-spacing: 0.1em;
	font-weight: 600;
	margin: 50px auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#mv_Wrap:before {
	display: none;
}

/*福利厚生*/
#mv_Wrap .benefit_Box {
	width: 1000px;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#mv_Wrap .benefit_Box.inner_1100 {
	width: 1100px;
}

#mv_Wrap .benefit_Box h3 {
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	color: #fff;
	background: #0f6fb8;
	width: 100%;
	max-width: 100%;
	padding: 20px 0;
	border-radius: 30px 30px 0 0;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}


.benefit_Box .white {
	width: 100%;
	max-width: 100%;
	border-radius: 0 0 30px 30px;
	padding: 30px 30px 40px 30px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	overflow: hidden;
}

.benefit_Box .white ul {
	width: 90%;
	margin: 0 auto;
}

.benefit_Box .white ul li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	line-height: 1.6;
}

.benefit-item {
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.benefit-item li {
	width: 45%;
	height: auto;
	background: #fff;
	border-radius: 30px;
}

.benefit-item li.w100 {
	width: 100%;
}

.benefit-item li:nth-of-type(odd) {
	margin-right: 5%;
}

.benefit-item li:nth-of-type(n+3) {
	margin-top: 5%;
}

.benefit-item.column3 li {
	width: 31%;
	margin: 0;
}

.benefit-item.column3 {
	justify-content: space-between;
	align-items: stretch;
}

.benefit-item.column3 li {
	height: auto;
	background: #fff;
	border-radius: 30px;
}

.benefit-item.column3 li:nth-of-type(3n) {
	margin-right: 0;
}

.benefit-item li[class^="illust-"] {
	position: relative;
}

.benefit-item li[class^="illust-"] .illust {
	position: absolute;
	z-index: 10;
}

.benefit-item li.illust-01 .illust {
	width: 54%;
	right: -8%;
	bottom: -3%;
}

.benefit-item li.illust-02 .illust {
	width: 56%;
	right: -6%;
	bottom: -9%;
}

.benefit-item li.illust-03 .illust {
	width: 52%;
	right: -2%;
	bottom: -4%;
}

.benefit-item li.illust-04 .illust {
	width: 53%;
	right: -3%;
	bottom: -9%;
}

.benefit-item li.illust-05 .illust {
	width: 35%;
	right: -2%;
	bottom: -9%;
}

.benefit-item li.illust-06 .illust {
	width: 47%;
	right: -2%;
	bottom: -4%;
}

.benefit-item li.illust-07 .illust {
	position: absolute;
	width: 20%;
	right: 4%;
	bottom: -1%;
}


.benefit-item li .bene-ttl {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 1px;
}

.benefit-item li .bene-ttl .big {
	font-size: 1.3em;
}

.benefit-item li .bene-ttl.circle {
	padding-left: 1em;
	position: relative;
}

.benefit-item li .bene-ttl.circle::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0f6fb8;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.benefit-item li .bene-txt {
	font-size: 16px;
	letter-spacing: 1.6px;
	line-height: 1.4;
	margin-top: 10px;
}

.benefit-item li .bene-txt.border {
	padding-left: 2.8em;
	position: relative;
}

.benefit-item li .bene-txt.border::before {
	content: "";
	display: block;
	width: 15px;
	height: 1px;
	background: #0f6fb8;
	position: absolute;
	top: 50%;
	left: 18px;
	transform: translateY(-50%);
}

.benefit-item li .blue-txt {
	font-size: 18px;
	font-weight: bold;
	color: #0f6fb8;
	letter-spacing: 1px;
	margin-top: 10px;
}

.benefit-item li .shataku:nth-of-type(1) {
	margin-bottom: 20px;
}

.benefit-item li .attention {
	width: 100%;
}

.benefit-item li .attention li {
	font-size: 14px;
	line-height: 1.4;
	text-indent: -1em;
	background: transparent;
	padding-left: 1em;
	margin: 10px 10px 0 0;
}

.benefit_Box .white ul.menu {
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 30px;
}

.benefit_Box .white ul.menu li {
	display: block;
	width: 32%;
	font-size: 15px;
	font-weight: 600;
	color: #0f6fb8;
	text-align: center;
	border-radius: 0;
	border: 1px solid #0f6fb8;
	padding: 10px 0;
	margin: 0;
}

.fukuri01 {
	max-width: 916px;
	margin: 0 auto;
}

.bb-text {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5;
	color: #0f6fb8;
	margin: 70px auto;
}

.bb-text span {
	display: block;
}

.bb-text span.line01,
.bb-text span.line02 {
	flex: 1;
	height: 1px;
	background: #0f6fb8;
}

.bb-text span.line01 {
	margin-right: 15px;
}

.bb-text span.line02 {
	margin-left: 15px;
}

.support-box {
	margin-top: 60px;
}

.support-box p {
	width: 1100px;
	max-width: 90%;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	background: #0f6fb8;
	border-radius: 20px;
	padding: 20px 0;
	margin: 0 auto;
	position: relative;
}

.space {
	padding-top: 100px;
}

[class^="ashirai-"] {
	position: absolute;
}

.ashirai-01 {
	width: 43%;
	top: -21%;
	right: -51%;
}

.ashirai-02 {
	width: 37%;
	top: -26%;
	right: -46%;
}

.ashirai-03 {
	width: 15%;
	top: -16%;
	right: 2%;
}


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

	/*reset*/
	#mv_Wrap {
		padding-top: 0;
		padding-bottom: 80px;
	}

	/*mv*/
	#mv_Wrap h2.big_b_ttl {
		padding-top: 50px;
	}

	.fuwa01 {
		top: 0%;
	}

	.fuwa02 {
		top: 5%;
	}

	.fuwa03 {
		top: 4%;
	}

	.fuwa04 {
		top: 2%;
	}

	/*福利厚生*/
	#mv_Wrap .benefit_Box h3 {
		padding: 15px 0;
		letter-spacing: 0.1em;
		font-size: 21px;
	}


	.benefit_Box .white ul li {
		flex-wrap: wrap;
	}

	.benefit-item li {
		width: 100%;
		margin: 0;
	}

	.benefit-item li:nth-of-type(odd) {
		margin-right: 0;
	}

	.benefit-item li:nth-of-type(n+2) {
		margin-top: 40px;
	}

	.benefit_Box .white {
		padding: 20px 20px 30px 20px;
	}

	.benefit-item li .bene-ttl {
		font-size: 15px;
	}

	.benefit_Box .white ul.menu li {
		width: 100%;
	}

	.benefit_Box .white ul.menu li:nth-of-type(n+2) {
		margin-top: 10px;
	}

	.benefit-item.column3 li {
		width: 100%;
	}

	.benefit-item li.illust-01 .illust {
		width: 25%;
		right: -1%;
		bottom: -3%;
	}

	.benefit-item li.illust-02 .illust {
		width: 16%;
		right: 0%;
		bottom: -5%;
	}

	.benefit-item li.illust-03 .illust {
		width: 18%;
		right: -2%;
		bottom: -4%;
	}

	.benefit-item li.illust-04 .illust {
		width: 20%;
		right: 2%;
		bottom: -3%;
	}

	.benefit-item li.illust-05 .illust {
		width: 14%;
		right: 2%;
		bottom: -9%;
	}

	.benefit-item li.illust-06 .illust {
		width: 13%;
		right: 2%;
		bottom: -3%;
	}

	.fukuri01 {
		width: 94%;
	}

	.bb-text {
		font-size: 18px;
		text-align: center;
		margin: 40px auto;
	}

	.support-box {
		margin-top: 40px;
	}

	.support-box p {
		font-size: 16px;
	}

	.ashirai-01 {
		width: 43%;
		top: 41%;
		right: -51%;
	}

	.ashirai-02 {
		width: 36%;
		top: 41%;
		right: -44%;
	}

	.ashirai-03 {
		width: 24%;
		top: initial;
		bottom: -20%;
		right: 2%;
	}

	.space {
		padding: 0;
	}
}

@media only screen and (max-width: 500px) {
	.benefit-item li.illust-01 .illust {
		width: 60%;
		right: -8%;
		bottom: -3%;
	}

	.benefit-item li.illust-02 .illust {
		width: 49%;
		right: 2%;
		bottom: 0%;
	}

	.benefit-item li.illust-03 .illust {
		width: 44%;
		right: -2%;
		bottom: -4%;
	}

	.benefit-item li.illust-04 .illust {
		width: 62%;
		right: 2%;
		bottom: -4%;
	}

	.benefit-item li.illust-05 .illust {
		width: 32%;
		right: 2%;
		bottom: -2%;
	}

	.benefit-item li.illust-06 .illust {
		width: 38%;
		right: -2%;
		bottom: -4%;
	}

	.benefit-item li.illust-07 .illust {
		width: 55%;
		right: -4%;
		bottom: -1%;
	}
}