@charset "utf-8";

/* webフォント
======================================== */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&family=Noto+Sans+JP:wght@500;700&display=swap');

/*
* "Noto Sans JP" licensed under the Open Font License.
* https://fonts.google.com/specimen/Noto+Sans+JP
* https://www.google.com/fonts/attribution
* https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
*/
/*
* "Josefin Sans" licensed under the Open Font License.
* https://fonts.google.com/specimen/Josefin+Sans
* https://www.google.com/fonts/attribution
* https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
*/

/* ステラスreset
======================================== */
table {
	border-collapse: collapse;
}
/*dt, th {
	font-weight: normal !important;
}*/
em {
	font-style: normal;
	font-weight: bold;
}
img {
	width: 100%;
}
html {
	font-size: 62.5%;
	}
	@media screen and (max-width: 320px) {
	html { font-size: 54.6875%; }
}

/* サイト共通
======================================== */
body {
	font-size: 1.6rem;
	font-size: clamp(1.5rem, 2vw, 1.6rem);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #333;
	padding: 0 20px;
}
section {
	margin-top: 20px;
	padding: 110px 0;
}
section:first-of-type {
	margin-top: 0;
}
.wrap {
	width: min(90%, 1500px);
	margin: 0 auto;
	}
	@media screen and (max-width:1024px) {
	body {
		padding: 0 12px;
	}
	section {
		margin-top: 12px;
		padding: 70px 0;
	}
	.wrap {
		width: calc(100% - 36px);
	}
}

/* 見出し
------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	min-height: 0vw; /*safari対応*/
	margin: 1.4em 0 0.8em;
}
section h1:first-of-type {
	margin-top: 0;
}
section h3 {
	font-size: min(3.5vw, 2rem);
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	margin-top: 0;
}
section h3 span {
	display: block;
	font-size: min(13vw, 9rem);
	font-family: "Josefin Sans", system-ui;
	color: #1e7bc0;
}
section h4 {
	font-size: min(4.5vw, 3rem);
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
}
section h5, section h6 {
	font-size: min(4.3vw, 2.2rem);
	font-weight: 700;
	line-height: 1.6;
}


/* テキスト
------------------------------------------------- */
p, table, dl, ul, ol {
	line-height: 1.75;
}
p {
	margin-top: 1em;
}
.intro {
	text-align: center;
	margin: 50px 0 40px;
	line-height: 2;
}
.kerning {
	letter-spacing: -0.09em;
	}
	@media screen and (max-width:1024px) {
	p, table, dl, ul, ol {
		line-height: 1.95;
	}
	.intro {
		margin: 30px 0 20px;
		text-align: left;
	}
}
.mgnT1 {
	margin-top: 1em;
}
.txtR {
	text-align: right;
	font-size: 85%;
}


/* header
======================================== */
header {
	height: 90px;
}
header .wrap {
	display: flex;
	align-items: center;
	width: auto;
	height: 100%;
	margin: 0 20px;
}
header h1 {
	margin: 0;
	width: 130px;
}
header h2 {
	margin: 0 0 0 50px;
	font-size: min(3vw, 2rem);
	font-weight: 700;
}
header p {
	margin-left: auto;
	margin-top: 0;
}
header p a {
	text-decoration: none;
	font-size: min(2.5vw, 1.6rem);
	}
	@media screen and (max-width:1024px) {
	header {
		height: 60px;
	}
	header .wrap {
		margin: 0;
	}
	header h1 {
		width: 70px;
	}
	header h2 {
		margin: 0 0 0 16px;
	}
}


/* footer
======================================== */
footer {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 85px;
	background: #fff;
	font-size: min(3vw, 1.15rem);
	letter-spacing: 0.05em;
	z-index: -1;
}
footer small {
	font-size: 100%;
}

/* ページの先頭へ
======================================== */
#pageTop {
	position: fixed;
	bottom: 12px;
	right: 30px;
	display: none;
}
#pageTop a {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	z-index: 999;
	text-indent: -9999px;
	background: #1b76c3;
	border-radius: 50%;
}
#pageTop a::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 20px;
	height: 10px;
	background: url("../images/arrow.svg") center center no-repeat;
	transform: translateY(0) rotate(-90deg);
	transition: all 0.3s ease;
}
.pc #pageTop a:hover::after {
	transform: translateY(-8px) rotate(-90deg);
	}
	@media screen and (max-width:1024px) {
	#pageTop {
		bottom: 22px;
		right: 15px;
	}
	#pageTop a {
		width: 4rem;
		height: 4rem;
	}
	#pageTop a::after {
		width: 1.6rem;
		height: 1.6rem;
	}
}

/* 追従エントリーボタン
======================================== */
#entryBtn {
	position: fixed;
	bottom: 12px;
	right: 100px;
	opacity:0;
	transition: 0.6s;
}
#entryBtn.is-active {
	opacity:1;
}
#entryBtn a {
	display: block;
	position: relative;
	width: 180px;
	height: 60px;
	z-index: 999;
	background: #f8a30e;
	border: 2px solid #f8a30e;
	color: #fff;
	border-radius: 30px;
	line-height: 60px;
	text-align: center;
	font-size: 1.8rem;
	font-family: "Josefin Sans", system-ui;
	letter-spacing: 0.08em;
}
#entryBtn a:hover {
	background: #fff;
	border: 2px solid #f8a30e;
	color: #f8a30e;
	}
	@media screen and (max-width:1024px) {
	#entryBtn {
		bottom: 22px;
		right: 65px;
	}
	#entryBtn a {
		width: 110px;
		height: 4rem;
		line-height: 4rem;
		font-size: 1.35rem;
		letter-spacing: 0.06em;
	}
}


/* parts
======================================== */
/* カラム
------------------------------------------------- */
.col {
	display: flex;
	justify-content: space-between;
	}
	@media screen and (max-width:1024px) {
	.col {
		flex-direction: column;
	}
}

/* ボタン
------------------------------------------------- */
.btn {
	text-align: center;
	margin-top: 60px;
}
.btn a {
	display: block;
	border: 2px solid #1b76c3;
	background: #1b76c3;
	color: #fff;
	font-family: "Josefin Sans", system-ui;
	font-size: 1.8rem;
	font-size: min(3.8vw, 1.8rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	height: 70px;
	width: 462px;
	border-radius: 35px;
	margin: 1.5em auto 0;
	position: relative;
	line-height: 74px;
}
.btn a::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto 0;
	width: 20px;
	height: 10px;
	background: url("../images/arrow.svg") right center no-repeat;
	transform: translateX(-8px);
	transition: all 0.3s ease;
}
.btn a:hover {
	background: transparent;
	border: 2px solid #1b76c3;
	color: #1b76c3;
}
.btn a:hover::after {
	background: url("../images/arrow_blue.svg") right center no-repeat;
	transform: translateX(0);
}
.btn a.small {
	font-size: 1.35rem;
	letter-spacing: 0.06em;
	height: 46px;
	width: 220px;
	border-radius: 35px;
	line-height: 47px;
}
.btn a.small::after {
	right: 12px;
	background-size: 70%;
	transform: translateX(-5px);
	transition: all 0.3s ease;
}
.btn a.small:hover::after {
	transform: translateX(0);
	}
	@media screen and (max-width:1024px) {
	.btn {
		margin-top: 30px;
	}
	.btn a {
		height: 64px;
		width: min(85%, 360px);
		border-radius: 35px;
		margin: 1.5em auto 0;
		line-height: 68px;
	}
}


/* 箇条書き
------------------------------------------------- */
/* 黒丸リスト */
.disc li {
	list-style-type: disc;
	margin: 0.6em 0 0 20px;
	padding-left: 0.3em;
	}
	@media screen and (max-width:1024px) {
	.disc li {
		margin: 0.4em 0 0 20px;
	}
}

/* 数字リスト */
.decimal li {
	list-style-type: decimal;
	margin: 1em 0 0 20px;
	padding-left: 0.8em;
	}
	@media screen and (max-width:1024px) {
	.decimal li {
		padding-left: 0.4em;
	}
}

/* ※つきリスト */
.kome li {
	position: relative;
	margin: 1em 0 0;
	text-indent: -1em;
	padding-left: 1.5em;
}
.kome li::before {
	position: relative;
	content: "※";
	display: inline-block;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

/* マージン調整 */
.disc li:first-child,
.decimal li:first-child,
.kome li:first-child {
	margin-top: 0;
}

/* 改行なし（.disc.noTurnなど重ね付けする） */
.noTurn li {
	margin-top: 0;
}


/* 改行
------------------------------------------------- */
/* スマホだけ改行 */
br.sp { 
	display: none;
	}
	@media screen and (max-width:1024px) {
	br.sp {
		display: block;
	}
}
/* PCだけ改行 */
br.pc { 
	display: block;
	}
	@media screen and (max-width:1024px) {
	br.pc {
		display: none;
	}
}

/* ピンチアウト（図の拡大をうながす）
------------------------------------------------- */
.sp .sp_atten {
	display: block;
	text-align: right;
	font-size: 1.1rem;
}
.pc .sp_atten {
	display: none;
}


/* visual
======================================== */
#visual {
	position: relative;
	padding: 0;
}
#visual figure img {
	
}
#visual h1,
#visual h2 {
	position: absolute;
	writing-mode: vertical-rl;
	font-size: min(7vw, 10rem);
	font-weight: 700;
	margin: 0;
}
#visual h1 {
	top: 0;
	right: 5%;
}
#visual h2 {
	bottom: 0;
	left: 10%;
}
#visual h1 span,
#visual h2 span {
	display: table;
	color: #fff;
	padding: 0.7rem 0 1rem;
	background: #0f71ba;
	margin-right: 13px;
}
#visual h2 span {
	background: #f8a30e;
	padding: 0.7rem 1rem 1rem;
	}
	@media screen and (max-width: 768px) {
	#visual img {
		width: 100%;
		height: 260px;
		object-fit: cover;
		object-position: 45% 50%;
	}
	#visual h1,
	#visual h2 {
		font-size: min(8.3vw, 4.6rem);
	}
	#visual h2 {
		left: 8%;
	}
	#visual h1 span,
	#visual h2 span {
		margin-right: 10px;
	}
}


/* copy
======================================== */
#copy {
	background: url("../images/bg_copy.jpg") 0 0 no-repeat;
	background-size: cover;
	padding: 5.5vw 0;
	text-align: center;
}
#copy p:nth-of-type(1) {
	font-size: min(5.2vw, 8rem);
	font-weight: 700;
	color: #0f71ba;
	line-height: 1.1;
	margin-top: 0;
}
#copy p:nth-of-type(1) span {
	color: #f8a30e;
}
#copy p:nth-of-type(2) {
	font-family: "Josefin Sans", system-ui;
	font-size: min(3.2vw, 2.6rem);
	font-weight: 700;
	}
	@media screen and (max-width:1024px) {

	#copy p:nth-of-type(1) {
		font-size: 6.2vw;
	}
}


/* lnkArea
======================================== */
#lnkArea {
	background: #0f71ba;
	padding: 0;
	width: 100%;
}
#lnkArea ul {
	display: flex;
	justify-content: center;
}
#lnkArea ul li {
	border-right: 2px solid #fff;
}
#lnkArea ul li:first-child {
	border-left: 2px solid #fff;
}
#lnkArea ul li a {
	display: block;
	padding: 0.8em 3em;
	color: #fff;
	background: #0f71ba;
	border: 2px solid #0f71ba;
	font-size: 2rem;
}
#lnkArea ul li a:hover {
	background: #fff;
	color: #0f71ba;
	}
	@media screen and (max-width:1024px) {
	#lnkArea ul li {
		flex-basis: calc(100% / 4);
	}
	#lnkArea ul li:first-child {
		border-left: none;
	}
	#lnkArea ul li a {
		padding: 0.5em 0;
		font-size: 3.2vw;
		font-size: min(3.2vw, 1.8rem);
		text-align: center;
	}
}


/* message
======================================== */
#message {
	padding: 0;
	margin-top: 20px;
}
#message .col {
	position: relative;
	width: 100%;
}
#message .col .txtArea,
#message .col .picArea {
	flex-basis: 50%;
}
#message .col figure {
	position: sticky;
	top: 0;
 }
#message .col .txtArea {
	padding: 0 5% 20px;
}
#message h3 {
	margin-top: 110px;
}
#message .name {
	text-align: center;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 35px;
}
#message .name::before,
#message .name::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	width: 70px;
	height: 7px;
	background: #f8a30e;
}
#message .name::before {
	right: 0;
	left: -70px;
}
#message .name::after {
	left: 0;
	right: -70px;
	background: #1e7bc0;
	}
	@media screen and (max-width:1024px) {
	#message {
		padding: 70px 0 0;
		margin-top: 0;
	}
	#message .col .txtArea,
	#message .col .picArea {
		flex-basis: 100%;
	}
	#message .col .txtArea {
		padding: 0 5%;
	}
	#message .col .picArea {
		margin-top: 12px;
	}
	#message h3 {
		margin-top: 0;
	}
}


/* positions
======================================== */
#positions {
	background: #fbf4ea;
	padding-bottom: 80px;
}
#positions .col {
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -20px;
}
#positions dl {
	display: flex;
	flex-direction: column;
	flex-basis: calc((100% - 120px) / 3);
	background: #fff;
	padding: 40px 30px;
	margin: 0 20px 30px;
	border-radius: 10px;
}
#positions dt {
	border-top: 4px solid #f89f10;
	border-bottom: 4px solid #1b76c3;
	font-weight: 700;
	font-size: min(4.4vw, 2.1rem);
	padding: 0.8em 0.2em;
	margin-bottom: 20px;
	line-height: 1.4;
}
#positions dd.btn {
	margin-top: auto;
	}
	@media screen and (max-width:1024px) {
	#positions dl {
		padding: 30px 30px;
		margin-bottom: 18px;
	}
	#positions dl:last-of-type {
		margin-bottom: 0;
	}
}
/* 募集終了 */
#positions dl.close {
	position: relative;
}
#positions dl.close::before {
	display: block;
	content: "募集終了";
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 8em;
	padding: 0.3em 0;
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 2.2rem;
	transform: rotate(-4deg);
	z-index: 1;
}
#positions dl.close dt,
#positions dl.close dd {
	opacity: 0.5;
}
#positions dl.close dd.btn a {
	background: #ccc;
	border: 2px solid #ccc;
	pointer-events:none;
	}
	@media screen and (max-width:1024px) {
	#positions dl.close::before {
		top: 90px;
		padding: 0.2em 0;
		font-size: 2rem;
	}
}


/* interview
======================================== */
#interview {
	margin-top: 0;
	padding-bottom: 0;
}
#interview h3 {
	margin-bottom: 60px;
}
#interview .col {
	position: relative;
	width: 100%;
	background: #e4f2fd;
}
#interview .col:nth-of-type(1) {
	flex-direction: row-reverse;
	margin-bottom: 20px;
}
#interview .col .picArea {
	flex-basis: 41%;
}
#interview .col .picArea figure {
	position: sticky;
	top: 0;
}
#interview .col .txtArea {
	flex-basis: 59%;
	padding: 0 5% 60px;
	background: #e4f2fd;
}
#interview .col .txtArea figure {
	margin: 30px auto;
	max-width: 800px;
}
#interview h4 {
	font-size: min(3.5vw, 2rem);
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	text-align: center;
	position: relative;
	padding-top: 80px;
	padding-bottom: 35px;
	margin-bottom: 35px;
}
#interview h4 span {
	display: block;
	font-size: min(10vw, 5.4rem);
	font-family: "Josefin Sans", system-ui;
	color: #1e7bc0;
}
#interview h4::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 100px;
	height: 5px;
	background: #f8a30e;
}
#interview h5 {
	font-size: min(5vw, 2.5rem);
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
}
#interview .name {
	text-align: center;
	margin: 20px auto;
	}
	@media screen and (max-width:1024px) {
	#interview h3 {
		margin-bottom: 30px;
	}
	#interview .col,
	#interview .col:nth-of-type(1) {
		flex-direction: column-reverse;
	}
	#interview .col .txtArea {
		padding: 0 38px 60px;
	}
	#interview h4 {
		padding-top: 30px;
		margin-bottom: 25px;
	}
	#interview .col .txtArea figure {
		margin: 20px auto;
	}
}


/* growth
======================================== */
#growth {
	background: #fbf4ea;
}
#growth .intro {
	margin-bottom: 0;
}
#growth .col dl {
	flex-basis: 48.5%;
	background: #fff;
	border-radius: 10px;
	padding: 120px 40px 40px;
	margin-top: 75px;
	position: relative;
}
#growth .col dl::before {
	display: block;
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 113px;
	height: 113px;
	background-size: 100%;
	z-index: 10;
}
#growth .col dl:nth-of-type(1)::before {
	background: url("../images/icon_training.svg") center center no-repeat;
}
#growth .col dl:nth-of-type(2)::before {
	background: url("../images/icon_qualification.svg") center center no-repeat;
}
#growth .col dl dt {
	text-align: center;
	font-size: min(4.8vw, 2.2rem);
	margin-bottom: 15px;
}
#growth .col dl dd,
#growth .col dl dd p {
	line-height: 2;
	}
	@media screen and (max-width:1024px) {
	#growth .col dl {
		padding: 110px 30px 30px;
		margin-top: 45px;
	}
	#growth .col dl dt {
		margin-bottom: 8px;
	}
}


/* environment
======================================== */
#environment {
	padding-top: 90px;
}
#environment h3 {
	margin-bottom: 60px;
}
#environment .col img {
	display: block;
	flex-basis: calc((100% - 60px) / 4);
	width: calc((100% - 60px) / 4);
	border-radius: 10px;
}
#environment .column {
	columns: 2;
	column-gap: 64px;
	margin-top: 30px;
	column-span: none;
	break-inside: avoid;
}
#environment .column div {
	break-inside: avoid;
}
#environment h4 {
	text-align: left;
	font-size: min(4.5vw, 2.2rem);
	margin: 0;
}
#environment p {
	margin-top: 0.8em;
	margin-bottom: 1.5em;
}
#environment .txtR {
	text-align: right;
	font-size: 80%;
	}
	@media screen and (max-width:1024px) {
	#environment {
		padding: 58px 0 35px
	}
	#environment h3 {
		margin-bottom: 30px;
	}
	#environment h3 span {
		letter-spacing: -0.09em;
	}
	#environment .col {
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0 18px;
	}
	#environment .col img {
		flex-basis: calc((100% - 12px) / 2);
		width: calc((100% - 12px) / 2);
		margin-bottom: 12px;
	}
	#environment p {
		margin-top: 0.5em;
	}
	#environment p.txtR {
		margin: -0.5em 18px 1em 0;
	}
	#environment .column {
		columns: auto;
		margin-top: 0;
	}
}


/* welfare
======================================== */
#welfare {
	background: #e4f2fd;
}
#welfare h3 {
	margin-bottom: 60px;
}
#welfare .data.col {
	width: 100%;
	max-width: 1200px;
	justify-content: center;
	flex-wrap: wrap;
	justify-content: center;
}
#welfare .data dl {
	flex-basis: 24%;
	aspect-ratio: 1 / 1;
	background: #1e7bc0;
	color: #fff;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.2;
	margin: 0 2% 20px;
}
#welfare .data dl dt {
	font-size: min(2.2vw, 2.3rem);
}
#welfare .data dl dt span {
	font-size: 65%;
}
#welfare .data dl dd {
	color: #f8a30e;
	font-weight: 700;
	line-height: 1;
	margin-top: 5px;
	font-size: min(2.2vw, 2.3rem);
}
#welfare .data dl dd span {
	font-size: min(5vw, 8rem);
}
#welfare .list dl {
	background: #fff;
	border-radius: 10px;
	margin-top: 20px;
	display: flex;
}
#welfare .list dl dt {
	flex-basis: 300px;
	border-right: 4px solid #f8a30e;
	padding: 40px;
	font-size: min(4.5vw, 2.2rem);
}
#welfare .list dl dd {
	flex-basis: calc(100% - 300px);
	padding: 40px;
}
#welfare .col {
	width: 80%;
	max-width: 720px;
	margin: 20px auto 0;
}
#welfare .col img {
	display: block;
	flex-basis: 27%;
	width: 27%;
	}
	@media screen and (max-width:1024px) {
	#welfare h3 {
		margin-bottom: 30px;
	}
	#welfare .data dl {
		flex-basis: 31%;
		margin: 1%;
	}
	#welfare .data dl dt,
	#welfare .data dl dd {
		font-size: min(3vw, 2.2rem);
	}
	#welfare .data dl dd span {
		font-size: 7vw;
	}
	#welfare .list dl {
		display: block;
		margin-top: 18px;
	}
	#welfare .col {
		width: 100%;
		flex-direction: row;
	}
	#welfare .col img {
		flex-basis: 29%;
		width: 29%;
	}
	#welfare .list dl dt {
		border-right: none;
		border-bottom: 4px solid #f8a30e;
		padding: 18px 30px;
	}
	#welfare .list dl dd {
		padding: 20px 30px 30px;
	}
}


/* bnr
======================================== */
#bnr {
	padding: 0;
	}
	@media screen and (max-width:1024px) {
	#bnr img {
		width: 100%;
		height: 160px;
		object-fit: cover;
		object-position: right 50%;
	}
}


/* entry
======================================== */
#entry {
	background: #1b76c3;
	color: #fff;
	text-align: center;
}
#entry h3 {
	margin-bottom: 0.1em;
}
#entry h3 span {
	color: #f8a30e;
}
#entry p {
	font-size: min(4vw, 2rem);
	margin-top: 0;
}
#entry .btn {
	margin-top: 50px;
}
#entry .btn a {
	background: #f8a30e;
	border: 2px solid #f8a30e;
	font-size: 2.4rem;
}
#entry .btn a:hover {
	background: transparent;
	border: 2px solid #f8a30e;
	color: #f8a30e;
}
#entry .btn a:hover::after {
	background: url("../images/arrow_yellow.svg") right center no-repeat;
	transform: translateX(0);
}
	@media screen and (max-width:1024px) {
	#entry .btn {
		margin-top: 30px;
	}
}



/* for appear
============================ */
/* エリア */
header {
	opacity: 0;
}
section, footer, dl, ul, #contentsArea p, h4, h5, h6, figure {
	opacity: 0;
	position: relative;
	top: 20px;
}






