@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&family=Roboto:wght@400;700&display=swap');
/* --------------------------------------------------
	CSS Reset
-------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 62.5%;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	letter-spacing: 0.02em;
	vertical-align: baseline;
	background: transparent;
}
html {
	scroll-behavior: smooth;
}
body {
	position: relative;
	line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
ul,ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	transition: all 0.2s linear;
}
a:link,
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover,
a:active {
	color: #333;
	text-decoration: underline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
img {
	vertical-align: top;
	width: 100%;
}
.mincho {
	font-family: 'Noto Serif JP', serif;
}

/* --------------------------------------------------
	Clearfix
-------------------------------------------------- */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.clearfix { *zoom: 1; }

/* --------------------------------------------------
	.anchor
-------------------------------------------------- */
.anchor { transform: translate(0,0); }
@media screen and (max-width: 768px) {
	.anchor { transform: translate(0,0); }
}

/* --------------------------------------------------
	.inner
-------------------------------------------------- */
.inner {
	position: relative;
	margin: 0 auto;
	padding: 0 40px;
	max-width: 1280px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.inner {
		padding: 0 5.4688vw;
	}
}

/* --------------------------------------------------
	br,span
-------------------------------------------------- */
br.sp,
span.sp { display: none; }
@media screen and (max-width: 768px) {
	br.pc,
	span.pc { display: none; }
	br.sp,
	span.sp { display: inline-block; }
}

/* --------------------------------------------------
	#header
-------------------------------------------------- */
#header {
	background: #fff;
}
#header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 140px;
}
#header .logo {
	margin-left: 40px;
	width: 180px;
}
#header nav {
	margin-right: 40px;
	width: 620px;
}
#header nav ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#header nav ul li a {
	position: relative;
	display: inline-block;
	padding-left: 21px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	color: #004189;
	text-decoration: none;
}
#header nav ul li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	display: block;
	width: 9px;
	height: 6px;
	background: url("../img/icon_arrow_nav.svg") no-repeat;
	background-size: contain;
}
#header nav ul li a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 960px) {
	#header .logo {
		margin-left: 0;
	}
	#header nav {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	#header .inner {
		padding: 0;
		height: 15.625vw;
	}
	#header .logo {
		margin-left: 6.0938vw;
		width: 43.75vw;
	}
	#header nav {
		display: none;
	}
}

/* --------------------------------------------------
	#mainContents
-------------------------------------------------- */
#mainContents {
	max-width: 100%;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	#mainContents {
		max-width: 100vw;
	}
}

/* --------------------------------------------------
	.main
-------------------------------------------------- */
.main {
	margin-bottom: 90px;
}
.main .inner {
	padding-top: 100px;
	max-width: 1060px;
}
.main .lead {
	font-size: 55px;
	line-height: 1.5;
	color: #004189;
}
.main .icon-arrow {
	position: relative;
	z-index: 2;
	margin-left: auto;
	margin-right: -50px;
	margin-bottom: -50px;
	width: 100px;
}
.main .pic {
	position: relative;
	left: 50%;
	transform: translate(-50%,0);
	margin-bottom: 96px;
	width: 1200px;
}
.main h1 {
	margin-bottom: 42px;
	font-size: 35px;
	line-height: 1;
	color: #004189;
	text-align: center;
}
.main .logo {
	margin: 0 auto 25px;
	width: 301px;
}
.main .text {
	font-size: 17px;
	line-height: 2.1;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.main {
		margin-bottom: 15.625vw;
	}
	.main .inner {
		padding-top: 16.5625vw;
		padding-bottom: 33.5938vw;
	}
	.main .lead {
		margin-bottom: 6.5625vw;
		font-size: 7.1875vw;
	}
	.main .icon-arrow {
		position: absolute;
		left: 77.3438vw;
		top: 118vw;
		margin-right: 0;
		margin-bottom: 0;
		width: 15.9375vw;
	}
	.main .pic {
		left: 0;
		transform: none;
		margin-left: -5.4688vw;
		margin-bottom: 14.8438vw;
		width: 100vw;
	}
	.main h1 {
		margin-bottom: 5vw;
		font-size: 6.25vw;
		text-align: left;
	}
	.main .logo {
		position: absolute;
		margin-bottom: 0;
		left: 18.75vw;
		bottom: 0;
		width: 62.5vw;
	}
	.main .text {
		font-size: 4.2188vw;
		line-height: 2;
		text-align: left;
	}
}

/* --------------------------------------------------
	.nav-sp
-------------------------------------------------- */
.nav-sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.nav-sp {
		display: block;
		margin-bottom: 15.625vw;
		width: 100%;
		background-color: #fff;
		box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	}
	.nav-sp ul {
		display: flex;
		justify-content: space-between;
		width: 100%;
		height: 23.4375vw;
	}
	.nav-sp ul li {
		position: relative;
		width: 32.8125vw;
	}
	.nav-sp ul li:after {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 1.875vw;
		transform: translate(-50%,0);
		display: block;
		width: 3.4376vw;
		height: 2.0313vw;
		background: url("../img/icon_arrow_nav.svg") no-repeat;
		background-size: contain;
	}
	.nav-sp ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-bottom: 1.875vw;
		width: 100%;
		height: 100%;
		background-color: #F2F4F4;
		box-sizing: border-box;
	}
	.nav-sp ul li a span {
		font-size: 3.4376vw;
		font-weight: 700;
		line-height: 1.45;
		color: #004189;
		text-align: center;
	}
}

/* --------------------------------------------------
	.bg-gray
-------------------------------------------------- */
.bg-gray {
	padding-top: 150px;
	padding-bottom: 145px;
	background-color: #F2F4F4;
}
@media screen and (max-width: 768px) {
	.bg-gray {
		padding-top: 15.625vw;
		padding-bottom: 24.2188vw;
	}
}

/* --------------------------------------------------
	.flex
-------------------------------------------------- */
.flex {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.flex {
		display: block;
	}
}

/* --------------------------------------------------
	.about
-------------------------------------------------- */
.about {
	margin-bottom: 200px;
}
.about h2 {
	margin: 0 auto 65px;
	width: 317px;
}
.about .flex {
	margin: 0 auto;
	max-width: 870px;
}
.about .flex .leftArea {
	width: 42.5288%;
}
.about .flex .rightArea {
	width: 54.023%;
}
.about h3 {
	margin-bottom: 1.5em;
	font-size: 19px;
	font-weight: 700;
	color: #333333;
}
.about p {
	font-size: 15px;
	line-height: 2;
	text-align: justify;
}
.about p + p {
	margin-top: 2em;
}
@media screen and (max-width: 768px) {
	.about {
		margin-bottom: 23.4375vw;
	}
	.about h2 {
		margin: 0 0 5vw;
		width: 69.375vw;
	}
	.about .flex .leftArea {
		width: 100%;
	}
	.about .flex .rightArea {
		margin-top: 10.9375vw;
		width: 100%;
	}
	.about h3 {
		margin-bottom: 0.8em;
		font-size: 5.3125vw;
		line-height: 1.4;
	}
	.about p {
		font-size: 4.2188vw;
	}
}

/* --------------------------------------------------
	.standard
-------------------------------------------------- */
.standard h2 {
	margin: 0 auto 65px;
	width: 317px;
}
.standard .flex {
	margin: 0 auto;
	max-width: 870px;
}
.standard .flex .leftArea {
	width: 42.5288%;
}
.standard .flex .rightArea {
	width: 52.8736%;
}
.standard h3 {
	margin-bottom: 1.5em;
	font-size: 19px;
	font-weight: 700;
	color: #333333;
}
.standard p {
	font-size: 15px;
	line-height: 2;
	text-align: justify;
}
.standard p + p {
	margin-top: 2em;
}
@media screen and (max-width: 768px) {
	.standard h2 {
		margin: 0 0 5vw;
		width: 69.375vw;
	}
	.standard .flex .leftArea {
		width: 100%;
	}
	.standard .flex .rightArea {
		margin-top: 10.9375vw;
		width: 100%;
	}
	.standard h3 {
		margin-bottom: 0.8em;
		font-size: 5.3125vw;
		line-height: 1.4;
	}
	.standard p {
		font-size: 4.2188vw;
	}
}

/* --------------------------------------------------
	.career
-------------------------------------------------- */
.career {
	background-image: url("../img/career_bg_pc.png"), url("../img/career_bg_grade.png");
	background-position: center bottom, center bottom;
	background-repeat: no-repeat, repeat-x;
	background-size: auto 100%, auto 100%;
}
.swiper-wrapper {
	transition-timing-function: linear;
}
.swiper-slide img {
	height: auto;
	width: 100%;
}
.career .inner {
	padding-top: 145px;
	padding-bottom: 145px;
}
.career .flex {
	margin: 0 auto;
	max-width: 900px;
}
.career .flex .leftArea {
	display: flex;
	align-items: center;
	width: 50%;
}
.career .flex .rightArea {
	width: 49%;
}
.career h2 {
	font-size: 32px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.66;
	color: #fff;
}
.career p {
	font-size: 17px;
	font-family: 'Noto Serif JP', serif;
	line-height: 2;
	color: #fff;
}
.career p + p {
	margin-top: 3em;
}
@media screen and (max-width: 768px) {
	.career {
		background-image: url("../img/career_bg_sp.png");
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.career .inner {
		padding-top: 21.875vw;
		padding-bottom: 50vw;
	}
	.career .flex .leftArea {
		display: block;
		width: 100%;
	}
	.career .flex .rightArea {
		width: 100%;
	}
	.career h2 {
		margin-bottom: 15.625vw;
		font-size: 7.8125vw;
		line-height: 1.6;
	}
	.career p {
		font-size: 5vw;
		line-height: 2.125;
	}
}

/* --------------------------------------------------
	.message
-------------------------------------------------- */
.message {
	margin-bottom: 160px;
}
.message .pic {
	position: relative;
	left: 50%;
	transform: translate(-50%,0);
	margin-bottom: 90px;
	width: 1200px;
}
.message .flex {
	margin: 0 auto;
	max-width: 870px;
}
.message .flex .leftArea {
	display: flex;
	align-items: center;
	width: 50%;
}
.message .flex .rightArea {
	width: 47.7012%;
}
.message h2 {
	font-size: 36px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.66;
}
.message p {
	font-size: 15px;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.message {
		margin-bottom: 21.875vw;
	}
	.message .pic {
		left: 0;
		transform: none;
		margin-left: -5.4688vw;
		margin-bottom: 21.875vw;
		width: 100vw;
	}
	.message .flex .leftArea {
		display: block;
		width: 100%;
	}
	.message .flex .rightArea {
		width: 100%;
	}
	.message h2 {
		margin-bottom: 6.25vw;
		font-size: 7.8125vw;
		line-height: 1.6;
	}
	.message p {
		font-size: 4.2188vw;
	}
}

/* --------------------------------------------------
	.company
-------------------------------------------------- */
.company {
	margin-bottom: 200px;
}
.company .flex {
	margin: 0 auto;
	padding: 80px 110px;
	max-width: 940px;
	background-color: #F2F4F4;
	box-sizing: border-box;
	gap: 45px;
}
.company .flex .leftArea {
	display: flex;
	align-items: center;
	width: 206px;
	flex-shrink: 0;
}
.company .flex .logo {
	width: 100%;
}
.company h2 {
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: 500;
}
.company p {
	font-size: 14px;
	line-height: 1.85;
	text-align: justify;
}
@media screen and (max-width: 768px) {
	.company {
		margin-bottom: 18.75vw;
	}
	.company .flex {
		display: block;
		margin-left: -5.4688vw;
		padding: 21.875vw 5.4688vw;
		width: 100vw;
	}
	.company .flex .leftArea {
		display: block;
		width: 100%;
	}
	.company .flex .logo {
		margin: 0 auto 10.9375vw;
		width: 53.125vw;
	}
	.company h2 {
		font-size: 4.0625vw;
	}
	.company p {
		font-size: 3.4376vw;
		line-height: 1.77;
	}
}

/* --------------------------------------------------
	.bnr-area
-------------------------------------------------- */
.bnr-area {
	margin-bottom: 100px;
}
.bnr-area ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
.bnr-area ul li {
	width: 230px;
}
@media screen and (max-width: 768px) {
	.bnr-area {
		margin-bottom: 23.4375vw;
	}
	.bnr-area ul {
		gap: 6.25vw;
		margin: 0 auto;
		width: 71.875vw;
	}
	.bnr-area ul li {
		width: 100%;
	}
}

/* --------------------------------------------------
	.pagetopWrap
-------------------------------------------------- */
.pagetopWrap {
	position: relative;
	margin-bottom: 35px;
	height: 102px;
}
.pagetopWrap .pagetop {
	position: fixed;
	right: 50px;
	bottom: 0;
	z-index: 100;
	width: 102px;
}
.pagetopWrap.notfixed .pagetop {
	position: absolute;
}
.pagetopWrap .pagetop a { transition: 0.2s linear; }
.pagetopWrap .pagetop a:hover { opacity: 0.7; }
@media screen and (max-width: 768px) {
	.pagetopWrap {
		margin-bottom: 8.4375vw;
		height: 15.9375vw;
	}
	.pagetopWrap .pagetop {
		right: 6.5625vw;
		width: 15.9375vw;
	}
}

/* --------------------------------------------------
	#footer
-------------------------------------------------- */
#footer {
	padding: 65px 0;
	background: #303030;
}
#footer p {
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#footer {
		padding: 9.375vw 0;
	}
	#footer p {
		font-size: 2.5vw;
	}
}
