@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&family=Noto+Serif+JP:wght@400..700&display=swap');

/* ------------------------
	var
------------------------ */
:root {
	--f08:0.5rem;--f09:0.5625rem;--f10:0.625rem;--f11:0.6875rem;--f12:0.75rem;--f13:0.8125rem;--f14:0.875rem;--f15:0.9375rem;--f16:1.0rem;--f17:1.0625rem;--f18:1.125rem;--f19:1.1875rem;--f20:1.25rem;--f21:1.3125rem;--f22:1.375rem;--f23:1.4375rem;--f24:1.5rem;--f25:1.5625rem;--f26:1.625rem;--f27:1.6875rem;--f28:1.75rem;--f29:1.8125rem;--f30:1.875rem;--f31:1.9375rem;--f32:2.0rem;--f33:2.0625rem;--f34:2.125rem;--f35:2.1875rem;--f36:2.25rem;--f37:2.3125rem;--f38:2.375rem;--f39:2.4375rem;--f40:2.5rem;--f41:2.5625rem;--f42:2.625rem;--f43:2.6875rem;--f44:2.75rem;--f45:2.8125rem;--f46:2.875rem;--f47:2.9375rem;--f48:3.0rem;--f49:3.0625rem;--f50:3.125rem;--f51:3.1875rem;--f52:3.25rem;--f53:3.3125rem;--f54:3.375rem;--f55:3.4375rem;--f56:3.5rem;--f57:3.5625rem;--f58:3.625rem;--f59:3.6875rem;--f60:3.75rem;
	--c01:#1B459A;--c02:#FFF170;--c03:#DFEEFE;
}

/* ------------------------
	reset
------------------------ */
header, footer, nav, section, aside, article {
	display: block;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure {
	margin: 0;
	padding: 0;
}
input, textarea {
	margin: 0;
	font-size: 100%;
}
label {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: top;
	max-width: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:after, q:before {
	content: '';
}
a, input, select, textarea, button {
	outline: none;
}
abbr, acronym {
	border: 0;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=reset],
input[type=button],
input[type=submit],
button[type=submit],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
input[type=reset],
input[type=button],
input[type=submit],
button[type=submit] {
	cursor: pointer;
}
select,
input[type=radio],
input[type=checkbox] {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
* {
	box-sizing: border-box;
}

/* ------------------------
	elements
------------------------ */
html {
	font-size: 100%;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(var(--f16), calc(var(--f16) + (100vw - 768px) * (2 / 256)), var(--f18));
	-webkit-text-size-adjust: none;
	line-height: 1.8;
	font-weight: 700;
	font-style: normal;
	color: #000;
	background: #fff;
}
@media screen and (max-width: 767px) {
}
.notoserifjp {
	font-family: "Noto Serif JP", serif;
}
a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}
a:link {
	color: var(--c01);
	text-decoration: none;
}
a:visited {
	color: var(--c01);
	text-decoration: none;
}
a:hover {
	color: var(--c01);
	text-decoration: none;
}
img {
	border: none;
	width: auto;
	max-width: 100%;
	height: auto;
}
p {
	margin: 0 0 15px;
}
hr{
	clear: both;
	border-top: 1px solid #ccc;
	margin: 2em 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mt05 {
	padding-top: 5px;
}
.mt10 {
	padding-top: 10px;
}
.mt15 {
	padding-top: 15px;
}
.mt20 {
	padding-top: 20px;
}
.mt30 {
	padding-top: 30px;
}
.mt40 {
	padding-top: 40px;
}
.mt50 {
	padding-top: 50px;
}
.small {
	font-size: 0.8em;
}
.big {
	font-size: 1.2em;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 15px;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
table.table_border {
	clear: both;
	width: 100%;
	border: none;
	border-bottom: 1px solid var(--c01);
	border-right: 1px solid var(--c01);
}
table.table_border tbody tr th {
	background: none;
	border: none;
	padding: 15px 30px;
	vertical-align: middle;
	text-align: left;
	border-top: 1px solid var(--c01);
	border-left: 1px solid var(--c01);
	background: var(--c03);
	font-weight: 700;
	white-space: nowrap;
	box-sizing: border-box;
	width: 20%;
}
table.table_border tbody tr td {
	background: none;
	border: none;
	padding: 15px 30px;
	vertical-align: middle;
	text-align: left;
	border-top: 1px solid var(--c01);
	border-left: 1px solid var(--c01);
	box-sizing: border-box;
}
table.table_border02 {
	clear: both;
	width: 100%;
	border: none;
	border-top: 1px solid #ccc;
}
table.table_border02 tbody tr th {
	background: none;
	border: none;
	padding: 12px 30px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #ccc;
	font-weight: 700;
	white-space: nowrap;
	box-sizing: border-box;
	width: 15%;
}
table.table_border02 tbody tr td {
	background: none;
	border: none;
	padding: 12px 30px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
table.table_noborder {
	clear: both;
	width: 100%;
	border: none;
	margin: 0;
}
table.table_noborder tbody tr th {
	background: none;
	border: none;
	padding: 0 0 15px;
	vertical-align: top;
	text-align: left;
	font-weight: 400;
	white-space: nowrap;
	box-sizing: border-box;
	width: 25%;
}
table.table_noborder tbody tr td {
	background: none;
	border: none;
	padding: 0 0 15px 10px;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
}
table th small {
	display: block;
	padding: 2px 0 0;
	font-size: 0.8em;
}
ul.ulist > li {
	list-style: disc;
}
ol.olist > li {
	list-style: decimal;
}
ul.ulist > li,
ol.olist > li {
	margin: 0 0 0 25px;
}
ul.checklist li {
	padding: 0 0 0 22px;
	background: url("../images/eupass/common/icon_check.svg") no-repeat left 8px;
}
dl.dlist dt {
	font-weight: 700;
	font-size: 1.2em;
	margin: 0 0 2px;
}
dl.dlist dd {
	margin: 0 0 5px 12px;
}
.display_pc {
	display: inline-block;
}
.display_tb {
	display: none;
}
.display_sp {
	display: none;
}
a.tel {
	pointer-events: none;
	color: #000;
}
a.link {
	text-decoration: underline;
}
.line {
	position: relative;
	box-shadow: inset 0 -0.5rem 0 0 var(--c02);
	background: none;
	font-style: normal;
	color: inherit;
}
.bg {
	background: linear-gradient(transparent 10%, var(--c02) 10%);
	padding: 0 5px;
	color: inherit;
}
@media screen and (max-width: 1024px) {
	.display_tb {
		display: inline-block;
	}
	.hidden_tb {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.alignleft,
	.alignright,
	.aligncenter {
		display: block;
		float: none;
		margin: 0 auto 10px;
		text-align: center;
		width: auto !important;
		height: auto !important;
	}
	.alignleft img,
	.alignright img,
	.aligncenter img,
	img.alignleft,
	img.alignright,
	img.aligncenter {
		display: block;
		margin: 0 auto 10px;
		width: auto;
		max-width: 100%;
		height: auto;
	}
	table.table_border tbody tr th {
		display: block;
		padding: 8px;
		width: 100%;
		white-space: normal;
	}
	table.table_border tbody tr td {
		display: block;
		padding: 8px;
		border-top: none;
	}
	table.table_border02 tbody tr th {
		display: block;
		padding: 12px 8px 0;
		width: 100%;
		white-space: normal;
		border-bottom: none;
	}
	table.table_border02 tbody tr td {
		display: block;
		padding: 4px 8px 12px;
		border-top: none;
	}
	table.table_noborder th {
		padding: 0 0 12px;
	}
	table.table_noborder td {
		padding: 0 0 12px;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: inline-block;
	}
	a.tel {
		pointer-events: inherit;
		text-decoration: underline;
		color: var(--c01);
	}
}
@media screen and (min-width: 768px) {
	a:hover,
	input[type=button]:hover,
	input[type=submit]:hover,
	button[type=submit]:hover {
		opacity: 0.8;
	}
	a,
	input[type=button],
	input[type=submit],
	button[type=submit] {
		transition: all 0.2s ease !important;
	}
}

/* ------------------------
	header
------------------------ */
#header {
	width: 100%;
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
}
#header,
#header * {
	transition: all 0.2s ease;
}
#header h1 {
	width: 275px;
	position: absolute;
	top: 10px;
	left: 15px;
}
#header h1 a {
	display: block;
}
#header_button {
	display: none;
	width: 60px;
	height: 60px;
	padding: 29px 10px 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1001;
	background: var(--c01);
}
.header_button_icon {
	text-align: center;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -15px;
}
.header_button_icon, .header_button_icon:before, .header_button_icon:after {
	display: block;
	width: 30px;
	height: 2px;
	background-color: #fff;
	transition-property: background-color, transform;
	transition-duration: 0.4s;
}
.header_button_icon:before, .header_button_icon:after {
	position: absolute;
	content: "";
	left: 50%;
	margin: 0 0 0 -15px;
}
.header_button_icon:before {
	top: -10px;
}
.header_button_icon:after {
	top: 10px;
}
#header_button.active {
}
#header_button.active .header_button_icon {
	background-color: transparent;
}
#header_button.active .header_button_icon:before, #header_button.active .header_button_icon:after {
	background-color: #fff;
}
#header_button.active .header_button_icon:before {
	transform: translateY(10px) rotate(45deg);
}
#header_button.active .header_button_icon:after {
	transform: translateY(-10px) rotate(-45deg);
}
#header_menu {
	display: none;
	position: fixed;
	top: 0;
	right: -320px;
	background: var(--c01);
	width: 320px;
	padding: 60px 0 40px;
	box-sizing: border-box;
	transition: all 0.2s ease;
	overflow-y: auto;
	height: auto;
	max-height: 100vh;
	max-height: 100dvh;
	z-index: 1000;
}
#header_menu.active {
	right: 0;
}
#header_nav > ul {
	display: block;
}
#header_nav > ul > li {
	display: block ;
	text-align: left;
	margin: 0;
	border-bottom: 1px solid #2e56a7;
	padding: 0 40px;
}
#header_nav > ul > li:nth-child(1) {
	border-top: 1px solid #2e56a7;
}
#header_nav > ul > li > a {
	display: block;
	font-size: var(--f14);
	line-height: 1.5;
	color: #fff;
	padding: 13px 10px 13px 20px;
	position: relative;
}
#header_nav > ul > li > a::before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: var(--c02);
	position: absolute;
	top: 18px;
	left: 0;
}
#header_nav > ul > li:nth-last-child(1) {
	text-align: center;
	border-bottom: none;
	padding-top: 15px;
}
#header_nav > ul > li:nth-last-child(1) a {
	background: var(--c02);
	color: var(--c01);
}
#header_nav > ul > li:nth-last-child(1) a::before {
	display: none;
}
#header_contact {
	display: block;
	width: 280px;
	height: 70px;
	position: absolute;
	top: 0;
	right: 0;
}
#header_contact a {
	display: block;
	font-size: var(--f24);
	line-height: 70px;
	background: var(--c01);
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 767px) {
	html.noscroll {
		overflow: hidden !important;
	}
	#header {
		height: 60px;
		background: #fff;
	}
	#header h1 {
		width: 200px;
	}
	#header_button,
	#header_menu {
		display: block;
	}
	#header_contact {
		display: none;
	}
}

/* ------------------------
	content
------------------------ */
#main {
	clear: both;
	display: block;
	width: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 0;
}
.contents {
	padding: 80px 0 80px;
	position: relative;
}
.contents_box {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
.top120 {
	padding-top: 120px !important;
}
.top100 {
	padding-top: 100px !important;
}
.top80 {
	padding-top: 80px !important;
}
.top60 {
	padding-top: 60px !important;
}
.top40 {
	padding-top: 40px !important;
}
.top0 {
	padding-top: 0 !important;
}
.bottom120 {
	padding-bottom: 120px !important;
}
.bottom100 {
	padding-bottom: 100px !important;
}
.bottom80 {
	padding-bottom: 80px !important;
}
.bottom60 {
	padding-bottom: 60px !important;
}
.bottom40 {
	padding-bottom: 40px !important;
}
.bottom0 {
	padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
	#main {
	}
	.contents {
		padding: 40px 0 40px;
	}
	.top120 {
		padding-top: 60px !important;
	}
	.top100 {
		padding-top: 50px !important;
	}
	.top80 {
		padding-top: 45px !important;
	}
	.top60 {
		padding-top: 40px !important;
	}
	.top40 {
		padding-top: 35px !important;
	}
	.bottom120 {
		padding-bottom: 60px !important;
	}
	.bottom100 {
		padding-bottom: 50px !important;
	}
	.bottom80 {
		padding-bottom: 45px !important;
	}
	.bottom60 {
		padding-bottom: 40px !important;
	}
	.bottom40 {
		padding-bottom: 35px !important;
	}
}

/* ------------------------
	footer
------------------------ */
#footer {
	padding: 30px 15px;
	text-align: center;
	border-top: 1px solid #ccc;
}
#footer small {
	display: block;
	width: 100%;
	font-size: var(--f12);
	font-weight: 400;
	text-align: center;
}
#footer_contact {
	display: none;
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 30px 15px 90px;
	}
	#footer_contact {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	#footer_contact a {
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 60px;
		text-align: center;
		font-size: var(--f16);
		color: #fff;
		background: var(--c01);
	}
	#footer_contact a img {
		margin: 0 10px 0 0;
	}
}

/* ------------------------
	pages
------------------------ */


/* ------------------------
	index
------------------------ */
.first {
	height: 750px;
	position: relative;
}
.first * {
	transition: all 0.2s ease;
}
.first::before {
	display: block;
	content: "";
	width: 1920px;
	height: 850px;
	background: url("../images/eupass/first_back.jpg") no-repeat center bottom / 1650px auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.first_cath {
	position: absolute;
	top: 40%;
	left: 47%;
}
.feature {
	padding-top: 0;
}
.feature_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.feature_box:nth-of-type(2) {
	flex-direction: row-reverse;
	margin: 80px 0 0;
}
.feature_text {
	width: 55%;
}
.feature_text h2 {
	font-size: clamp(var(--f25), calc(var(--f25) + (100vw - 768px) * (7 / 256)), var(--f32));
	line-height: 1.5;
	font-weight: 700;
	color: var(--c01);
	margin: 0 0 20px;
}
.feature_text h2 img {
	margin: 10px 0 0;
}
.feature_image {
	width: min(42%, 500px);
}
.problem {
	background: var(--c03);
	padding-top: 160px;
}
.problem::before {
	display: block;
	content: "";
	width: 900px;
	height: 150px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: #fff;
	position: absolute;
	top: 0;
	left: calc(50% - 450px);
}
.problem h2 {
	font-size: var(--f34);
	line-height: 1.3;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin: -120px 0 80px;
}
.problem h2 span {
	display: inline-block;
	background: var(--c01);
	padding: 5px 30px;
}
.problem h2 span strong {
	font-size: var(--f40);
	color: var(--c02);
}
.problem_box {
	max-width: 1000px;
	margin: 0 auto;
}
.js_slide .slick-track {
	display: flex !important;
}
.js_slide .slick-slide {
	height: auto !important;
}
.problem_slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px 0;
}
.problem_item {
	width: 48%;
	background: #fff;
	border-radius: 15px;
	position: relative;
	text-align: center;
	font-size: clamp(var(--f18), calc(var(--f18) + (100vw - 768px) * (2 / 256)), var(--f20));
	line-height: 1.5;
	color: var(--c01);
}
.problem_item::before {
	display: block;
	content: "";
	width: 30px;
	height: 16px;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	bottom: -16px;
	left: calc(50% - 15px);
}
.problem_item div {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	gap: 10px;
	padding: 15px 10px;
}
.problem_item div strong {
	max-width: 84px;
}
.problem_item div span {
	display: block;
	padding: 15px 0 0;
	max-width: 310px;
}
.problem_item p {
	padding: 0 10px 5px;
}
.step {
	background: #74A7E1;
	padding-top: 240px;
}
.step::before {
	display: block;
	content: "";
	width: 1400px;
	height: 200px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: var(--c03);
	position: absolute;
	top: 0;
	left: calc(50% - 700px);
}
.step h2 {
	font-size: var(--f34);
	line-height: 1.3;
	color: var(--c01);
	font-weight: 700;
	text-align: center;
	margin: -200px 0 30px;
}
.step h2 span {
	display: inline-block;
	background: #fff;
	padding: 5px 30px;
}
.step h2 span strong {
	font-size: var(--f56);
	line-height: 1.0;
	color: #DC5930
}
.step_catch {
	font-size: var(--f20);
	line-height: 1.5;
	color: var(--c01);
	text-align: center;
	margin: 0 0 80px;
}
.step_box {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.step_box::before {
	display: block;
	content: "";
	width: 40px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: calc(50% - 20px);
}
.step_item {
	background: #fff;
	padding: 30px;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 20px;
	position: relative;
}
.step_item:not(:first-child) {
	margin: 30px 0 0;
}
.step_item div {
	width: 230px;
	flex: none;
	text-align: center;
}
.step_item div strong {
	display: block;
	width: 270px;
	position: relative;
	top: -15px;
	left: -50px;
}
.step_item div strong::before {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background: #000;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	position: absolute;
	bottom: -7px;
	left: 0;
}
.step_item dl {
	width: auto;
	color: var(--c01);
}
.step_item dl dt {
	font-size: clamp(var(--f23), calc(var(--f23) + (100vw - 768px) * (7 / 256)), var(--f30));
	line-height: 1.3;
	margin: 0 0 15px;
}
.strength {
	background: url("../images/eupass/strength_back.jpg") no-repeat center bottom / 100% auto;
}
.strength h2 {
	text-align: center;
	margin: 0 0 40px;
}
.strength_item {
	background: var(--c03);
	padding: 30px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	gap: 0 30px;
}
.strength_item:not(:first-child) {
	margin: 30px 0 0;
}
.strength_item strong {
	max-width: 84px;
}
.strength_item dl {
	min-width: 400px;
}
.strength_item dl dt:nth-of-type(1) {
	width: 200px;
	background: var(--c01);
	color: var(--c02);
	font-size: var(--f24);
	text-align: center;
	border-radius: 8px;
	margin: 0 0 5px;
}
.strength_item dl dt:nth-of-type(2) {
	color: var(--c01);
	font-size: clamp(var(--f24), calc(var(--f24) + (100vw - 768px) * (2 / 256)), var(--f26));
	line-height: 1.5;
	margin: 0 0 10px;
}
.strength_item dl dd {
	font-size: var(--f17);
}
.strength_item div {
	max-width: 300px;
	margin-left: auto;
}
.case {
	background: url("../images/eupass/case_back.jpg") no-repeat center center / cover;
	padding-top: 160px;
}
.case h2 {
	margin: -200px 0 30px;
	text-align: center;
}
.case_wrap {
	background: #fff;
	padding: 50px 50px 50px;
	border-radius: 10px;
}
.case_wrap p {
	margin: 0;
}
.case_wrap p+p {
	margin: 15px 0 0;
}
.case_box {
	margin: 0 0 30px;
	display: flex;
	justify-content: space-between;
}
.case_text {
	width: calc(70% - 25px);
}
.case_text h3 {
	font-size: clamp(var(--f24), calc(var(--f24) + (100vw - 768px) * (4 / 256)), var(--f30));
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 15px;
}
.case_image {
	width: min(30%, 320px);
}
.staff h2 {
	font-size: var(--f40);
	line-height: 1.3;
	font-weight: 700;
	color: var(--c01);
	text-align: center;
	margin: 0 0 40px;
}
.staff_box {
	max-width: 1080px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
	position: relative;
}
.staff_box:nth-last-of-type(1) {
	margin: 0 auto 0;
}
.staff_box::before {
	display: block;
	content: "";
	width: calc(74% + 10px);
	height: 100%;
	background: var(--c03);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	border-radius: 10px;
}
.staff_image {
	width: min(26%, 280px);
}
.staff_image img {
	border-radius: 8px;
}
.staff_text {
	width: calc(74% - 30px);
	padding: 15px 40px 15px 0;
}
.staff_text h3 {
	width: 200px;
	background: var(--c01);
	color: #fff;
	font-size: var(--f24);
	font-weight: 700;
	text-align: center;
	border-radius: 8px;
	padding: 10px 0;
	margin: 0 0 15px;
}
.staff_box:nth-of-type(2) .staff_text h3 {
	width: 300px;
}
.staff_text p {
	margin: 0;
}
.staff_text::before {
	display: block;
	content: "";
	width: calc(74% + 50px);
	height: 100%;
	position: absolute;
	top: 20px;
	right: 0;
	z-index: -1;
	border-top: 1px solid var(--c01);
	border-bottom: 1px solid var(--c01);
}
.staff_text::after {
	display: block;
	content: "";
	width: calc(74% + 10px);
	height: calc(100% + 40px);
	position: absolute;
	top: 0;
	right: 20px;
	z-index: -1;
	border-left: 1px solid var(--c01);
	border-right: 1px solid var(--c01);
}
.faq {
	background: var(--c03);
}
.faq h2 {
	text-align: center;
	margin: 0 0 40px;
}
.faq h2 span {
	display: inline-block;
	color: var(--c01);
	font-size: var(--f34);
	line-height: 1.3;
	font-weight: 700;
	padding: 10px 50px;
	background: #fff;
}
.faq_box {
	max-width: 800px;
	margin: 0 auto;
}
.faq_box dl {
	padding: 30px 30px;
	background: #fff;
	border-radius: 10px;
	margin: 30px 0 0;
}
.faq_box dl dt {
	font-size: var(--f20);
	font-weight: 700;
	line-height: 1.5;
	color: var(--c01);
	margin: 0 0 5px;
	padding: 0 0 15px 60px;
	position: relative;
	background: url("../images/eupass/faq_icon01.svg") no-repeat left 0;
}
.faq_box dl dd {
	line-height: 1.5;
	padding: 0 0 0 60px;
	position: relative;
	background: url("../images/eupass/faq_icon02.svg") no-repeat left 0;
}
.faq_box dl dd p:nth-last-of-type(1) {
	margin: 0;
}
.contact {
	background: var(--c01);
}
.contact h2 {
	text-align: center;
	margin: 0 0 40px;
}
.contact h2 span {
	display: inline-block;
	color: var(--c01);
	font-size: var(--f44);
	line-height: 1.3;
	font-weight: 700;
	padding: 10px 50px;
	background: var(--c02);
}
.contact_box {
	background: #fff;
	padding: 40px 70px;
	max-width: 800px;
	margin: 0 auto;
}
.contact_catch {
	text-align: center;
	font-weight: 400;
}
.red {
	color: #ff0000;
}
select {
	border: 1px solid #999;
	background: #fff;
	padding: 8px 5px;
	font-size: var(--f16);
	line-height: 30px;
	width: 100%;
	box-sizing: border-box;
	background: #f2f2f2;
	border-radius: 5px;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
	border: 1px solid #999;
	padding: 5px 10px;
	font-size: var(--f16);
	line-height: 30px;
	width: 100%;
	box-sizing: border-box;
	background: #f2f2f2;
	border-radius: 5px;
}
input[type=text].middle,
input[type=password].middle,
input[type=email].middle,
input[type=tel].middle {
	width: 50%;
}
input[type=text].small,
input[type=password].small,
input[type=email].small,
input[type=tel].small {
	width: 25%;
}
textarea {
	border: 1px solid #999;
	padding: 5px 10px;
	font-size: var(--f16);
	line-height: 1.5;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	background: #f2f2f2;
	border-radius: 5px;
}
input[type=reset],
input[type=button],
input[type=submit],
button[type=submit] {
	border: none;
	font-weight: 700;
	display: inline-block;
	background: #DC5930;
	font-size: var(--f22);
	color: #fff;
	line-height: 60px;
	min-width: 280px;
	border-radius: 100px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	padding: 0;
}
.wpcf7-spinner,
.ajax-loader {
	display: block !important;
	margin: 0 auto !important;
}
.company h2 {
	text-align: center;
	max-width: 275px;
	margin: 0 auto 30px;
}
.company p {
	text-align: center;
	line-height: 1.3;
	margin: 0 0 10px;
}
@media screen and (max-width: 1024px) {
	.first {
		height: 550px;
	}
	.first::before {
		height: 600px;
		background: url("../images/eupass/first_back.jpg") no-repeat center bottom / 1200px auto;
	}
	.first_cath {
		position: absolute;
		top: 40%;
		left: 42%;
		width: 300px;
	}
}
@media screen and (max-width: 767px) {
	.first {
		height: 650px;
	}
	.first::before {
		width: 100%;
		height: 650px;
		background: url("../images/eupass/first_back_sp.jpg") no-repeat center bottom / auto 580px;
	}
	.first_cath {
		top: 50%;
		left: calc(50% - 170px);
		width: 200px;
	}
	.feature {
		padding-top: 20px;
	}
	.feature_box {
		display: block;
	}
	.feature_box:nth-of-type(2) {
		margin: 40px 0 0;
	}
	.feature_text {
		width: auto;
	}
	.feature_text h2 {
		font-size: var(--f20);
		margin: 0 0 20px;
		text-align: center;
	}
	.feature_image {
		width: min(100%, 500px);
		margin: 15px auto 0;
	}
	.problem {
		padding-top: 80px;
	}
	.problem .contents_box {
		padding: 0;
	}
	.problem h2 {
		font-size: var(--f20);
		margin: -60px 0 40px;
	}
	.problem h2 span {
		padding: 5px 15px;
	}
	.problem h2 span strong {
		font-size: var(--f30);
	}
	.problem_slide {
		display: block;
	}
	.js_slide .slick-prev {
		left: 10px;
	}
	.js_slide .slick-next {
		right: 10px;
	}
	.js_slide .slick-dots li button:before {
		font-size: 12px;
		line-height: 12px;
		width: 12px;
		height: 12px;
	}
	.js_slide .slick-dots li.slick-active button:before {
		color: var(--c01);
	}
	.problem_item {
		width: 320px;
		margin: 0 5px;
	}
	.problem_item p {
		font-size: var(--f14);
	}
	.step {
		padding-top: 100px;
	}
	.step .contents_box {
		padding: 0;
	}
	.step::before {
		top: -1px;
	}
	.step h2 {
		font-size: var(--f26);
		margin: -100px 0 30px;
	}
	.step h2 span {
		padding: 5px 15px;
	}
	.step h2 span strong {
		font-size: var(--f36);
	}
	.step_catch {
		font-size: var(--f16);
		text-align: center;
		margin: 0 15px 40px;
	}
	.step_box::before {
		display: none;
	}
	.step_item {
		width: 320px;
		margin: 0 5px;
		padding: 30px 15px;
		display: block;
	}
	.step_item:not(:first-child) {
		margin: 0 5px;
	}
	.step_item div {
		width: 300px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.step_item div strong {
		top: 0;
		left: -25px;
	}
	.step_item div strong::before {
		width: 10px;
		height: 10px;
		bottom: -3px;
		left: 0;
	}
	.step_item div span {
		display: block;
		padding: 0 20px 0 0;
	}
	.step_item dl dt {
		font-size: var(--f20);
		margin: 15px 0 10px;
		text-align: center;
	}
	.strength {
		padding-top: 60px;
	}
	.strength .contents_box {
		padding: 0;
	}
	.strength h2 {
		max-width: 250px;
		margin: 0 auto 30px;
	}
	.strength_item {
		width: 320px;
		margin: 0 5px;
		padding: 45px 15px 30px;
		display: block;
		position: relative;
	}
	.strength_item:not(:first-child) {
		margin: 0 5px;
	}
	.strength_item strong {
		max-width: 61px;
		position: absolute;
		top: 30px;
		right: 15px;
	}
	.strength_item dl {
		min-width: inherit;
	}
	.strength_item dl dt:nth-of-type(1) {
		width: 160px;
		font-size: var(--f20);
		margin: 0 0 10px;
	}
	.strength_item dl dt:nth-of-type(2) {
		font-size: var(--f22);
		line-height: 1.3;
		margin: 0 0 10px;
	}
	.strength_item dl dd {
		font-size: var(--f16);
	}
	.strength_item div {
		margin: 15px auto 0;
	}
	.case {
		padding-top: 80px;
	}
	.case h2 {
		max-width: 130px;
		margin: -100px auto 30px;
	}
	.case_wrap {
		padding: 30px 15px 30px;
	}
	.case_box {
		margin: 0 0 30px;
		display: block;
	}
	.case_text {
		width: auto;
	}
	.case_text h3 {
		font-size: var(--f20);
	}
	.case_image {
		width: min(100%, 500px);
		margin: 15px auto 0;
	}
	.staff h2 {
		font-size: var(--f26);
		margin: 0 0 30px;
	}
	.staff_box {
		margin: 0 auto 40px;
		display: block;
		padding: 40px 0;
	}
	.staff_box:nth-last-of-type(1) {
		margin: 0 auto 0;
	}
	.staff_box::before {
		width: 100%;
		height: 100%;
	}
	.staff_image {
		width: 280px;
		margin: 0 auto 15px;
	}
	.staff_text {
		width: auto;
		padding: 15px 15px 0;
	}
	.staff_text h3 {
		width: 180px;
		font-size: var(--f20);
		margin: 0 auto 15px;
	}
	.staff_box:nth-of-type(2) .staff_text h3 {
		width: 250px;
	}
	.staff_text p {
		margin: 0;
	}
	.staff_text::before {
		width: calc(100% + 10px);
		height: calc(100% - 5px);
		top: 15px;
		right: 0;
	}
	.staff_text::after {
		width: calc(100% + 10px);
		height: calc(100% + 20px);
		top: 0;
		right: 10px;
	}
	.faq h2 {
		margin: 0 0 30px;
	}
	.faq h2 span {
		font-size: var(--f26);
		padding: 10px 15px;
	}
	.faq_box dl {
		padding: 30px 15px;
		margin: 30px 0 0;
	}
	.faq_box dl dt {
		font-size: var(--f18);
	}
	.contact {
		background: var(--c01);
	}
	.contact h2 {
		margin: 0 0 30px;
	}
	.contact h2 span {
		font-size: var(--f26);
		padding: 10px 15px;
	}
	.contact_box {
		padding: 30px 15px;
	}
	.contact_catch {
		text-align: left;
	}
	input[type=text].middle,
	input[type=password].middle,
	input[type=email].middle,
	input[type=tel].middle {
		width: 75%;
	}
	input[type=text].small,
	input[type=password].small,
	input[type=email].small,
	input[type=tel].small {
		width: 50%;
	}
}

.grecaptcha-badge { visibility: hidden; }



