@charset "UTF-8";
html.is-fixed, html.is-fixed body {
	height: 100vh;
	overflow: hidden;
}
img {
	width: 100%;
	height: auto;
}
.abox {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}
.brtab, .brsp, .pc {
	display: none;
}
@media screen and (max-width: 480px) {
	.brpc {
		display: none;
	}
	.brsp {
		display: block;
	}
}
.nserif {
	font-family: 'Noto Serif JP', serif;
}
.fin {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 1s;
}
.fin.sin {
	opacity: 1;
	transform: translate(0, 0);
}
.loader {
	align-items: center;
	background: #041A4B;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999999;
}
.loader::after {
	-webkit-animation: loader 0.5s linear infinite;
	animation: loader 0.5s linear infinite;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 50%;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	content: "";
	height: 70px;
	width: 70px;
}
.tbar:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(243, 242, 242, 0.80);
	z-index: 2;
	top: 0;
	left: 0;
}
.tbar:after {
	content: "";
	position: absolute;
	width: 101%;
	height: 100%;
	background: rgba(87, 149, 187, 0.45);
	z-index: 1;
	top: 0;
	left: 0;
}
.eon.tbar:before {
	animation: reveal 1s ease-in-out 0s forwards;
}
.eon.tbar:after {
	animation: reveal 1s ease-in-out .25s forwards;
}
@keyframes reveal {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(0);
	}
	99% {
		transform: translateX(100%);
		opacity: 1;
	}
	100% {
		transform: translateX(100%);
		opacity: 0;
	}
}
@-webkit-keyframes loader {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes loader {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.pc-only {
	display: none;
}
/* スマホメニュー */
.button_container {
	position: absolute;
	top: 15px;
	right: 35px;
	cursor: pointer;
	z-index: 1000;
	transition: opacity 0.25s ease;
}
.button_container:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0);
}
.button_container .top, .button_container .middle, .button_container .bottom {
	width: 20px;
	height: 3px;
	background: #132847;
}
.button_container .middle {
	background: #3971B7;
}
.button_container.active .top {
	opacity: 0;
}
.button_container.active .middle {
	opacity: 0;
}
.button_container.active .bottom {
	transform: translateY(-12px) translateX(0) rotate(0deg);
}
.button_container span {
	background: #132847;
	border: none;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.35s ease;
	cursor: pointer;
}
.button_container span:nth-of-type(2) {
	top: 8px;
}
.button_container span:nth-of-type(3) {
	top: 16px;
}
.overlay {
	position: fixed;
	background: #F5F7F8;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	overflow: hidden;
}
.overlay.open {
	opacity: 1;
	visibility: visible;
	height: 100%;
}
.gmenuBoxWrap {
	position: relative;
	width: 80%;
	height: 80%;
	overflow-y: scroll;
	box-sizing: border-box;
	padding: 0 0 5;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.gmenuBoxWrap > ul {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}
.gmenuBoxWrap > ul > li {
	margin: 0 0;
	width: 100%;
}
.gmenuBoxWrap a {
	text-decoration: none;
	color: #000;
}
.spmc {
	display: none;
	height: 0;
	padding-bottom: 10px;
}
.spmc.open {
	display: block;
	height: 100%;
	transition: all .5s;
}
.menu > li a, .menu > li p {
	display: block;
	color: #22304F;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	text-decoration: none;
}
.menu > li p {
	cursor: pointer;
}
.menu_mega .p01 {
	position: relative;
}
.menu_mega .p01:after {
	content: "";
	position: absolute;
	right: 0;
	top: calc(50% - 8px);
	width: 10px;
	height: 10px;
	background: url("../img/menu-plus.svg") no-repeat center center;
	background-size: contain;
}
.menu_mega .p01.on:after {
	background: url("../img/menu-minus.svg") no-repeat center center;
	background-size: contain;
}
li.menu_mega ul.menu_second-level a {
	color: #22304F;
	line-height: 2em;
	font-size: 13px;
	padding-left: 20px;
	position: relative;
	transition: all .3s;
}
li.menu_mega ul.menu_second-level a:before {
	width: 10px;
	height: 1px;
	background: #3a82f3;
	content: "";
	position: absolute;
	left: 0;
	top: 1em;
}
.entry-btn {
	width: 120px;
	height: 50px;
	background: linear-gradient(-90deg, #65e7ff 0%, #00509a 100%);
	position: absolute;
	right: 50px;
	top: 0;
}
.entry-btn p {
	text-align: center;
	line-height: 50px;
	color: #FFF;
	font-weight: 500;
	font-size: 12px;
}
.entry-btn:before {
	width: 8px;
	height: 8px;
	content: "";
	position: absolute;
	right: 10px;
	top: calc(50% - 4px);
	background: url("../img/new-win.png") no-repeat center center;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	.entry-btn {
		width: 100px;
	}
}
/*ヘッダ*/
header {
	position: fixed;
	top: 0;
	height: 50px;
	width: 100%;
	z-index: 10;
	background: #FFF;
	transition: all 1s;
}
.top header {
	top: -50px;
	transition: all 1s;
}
.top header.eon {
	top: 0;
}
.logo {
	width: 110px;
	position: absolute;
	top: 18px;
	left: 15px;
	z-index: 1001;
}
.logo-text {
	font-family: 'Noto Serif JP', serif;
	color: #707070;
	font-size: 15px;
	position: absolute;
	left: 140px;
	top: 17px;
	line-height: 1em;
	z-index: 1001;
}
/* ページ下部　共通 */
.btm-block {
	width: 100%;
	padding: 80px 0 0;
	position: relative;
}
.btm-block.imgbox {
	position: relative;
}
.btm-block .textbox {
	position: relative;
	width: 80%;
	left: 10%;
	top: -80px;
	background: #FFF;
	z-index: 2;
	box-sizing: border-box;
	padding: 50px 50px 0;
}
.btm-block h3 {
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0.06em;
	line-height: 44px;
	text-align: center;
	color: #003993;
}
.btm-block .btn02 {
	width: 350px;
	height: 50px;
	margin: 50px auto 0;
	border: solid 1px #313131;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	transition: all .5s;
}
.btm-block .btn02 p {
	color: #313131;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	position: relative;
	z-index: 2;
	transition: all .3s;
}
.btm-block .btn02 p:before {
	content: "";
	position: absolute;
	right: 10px;
	top: calc(50% - 5px);
	width: 18px;
	height: 10px;
	background: url("../img/arrow-black.png") no-repeat center center;
	background-size: contain;
	z-index: 2;
	transition: all .3s;
}
.btm-block .btn02:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.00);
	z-index: -2;
}
.btm-block .btn02:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: '';
	background: linear-gradient(-90deg, #65e7ff 0%, #00509a 100%);
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
/* フッター */
footer {
	background: #313131;
	width: 100%;
	box-sizing: border-box;
	padding: 50px 0 0;
}
.footerbox {
	width: 90%;
	max-width: 500px;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footermenu {
	width: calc(100% - 200px);
	display: flex;
	flex-wrap: wrap;
}
.footermenu li {
	width: 100%;
	margin-bottom: 20px;
}
.footermenu li:nth-child(2) {
	margin-bottom: 0;
}
.footermenu li > p {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	position: relative;
}
.footermenu li > p:nth-of-type(1) {
	margin-bottom: 20px;
}
.footermenu li > p a {
	text-decoration: none;
	color: #FFF;
}
.footermenu li > ul {
	margin: 15px 0 0;
	width: 100%;
}
.footermenu li > ul.second {
	margin: 0;
}
.footermenu li > ul li {
	font-size: 13px;
	font-weight: 500;
	color: #FFF;
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	width: 100%;
}
.footermenu li > ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 10px;
	height: 10px;
	background: url("../img/arrow-blue.png") no-repeat center center;
	background-size: contain;
}
.footermenu li > ul li a {
	text-decoration: none;
	color: #FFF;
}
.footerentry {
	width: 200px;
}
.footerentry ul {
	margin-bottom: 60px;
}
.footerentry ul li {
	margin-bottom: 10px;
	position: relative;
}
.footerentry ul li:nth-child(1) {
	width: 100%;
	height: 60px;
	background: linear-gradient(-90deg, #65e7ff 0%, #00509a 100%);
}
.footerentry ul li:nth-child(1):before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	right: 5px;
	top: 5px;
	background: url("../img/new-win.png") no-repeat center center;
	background-size: contain;
}
.footerentry ul li:nth-child(1) p {
	text-align: center;
	line-height: 60px;
	color: #FFF;
	font-weight: 500;
}
.footer-logo {
	position: relative;
	width: 80%;
}
.footer-logo p {
	margin: 10px 0 0;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.footer-logo p:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	right: -15px;
	top: 5px;
	background: url("../img/new-win.png") no-repeat center center;
	background-size: contain;
}
.cr {
	text-align: center;
	font-size: 13px;
	width: 100%;
	color: #FFF;
	line-height: 37px;
	background: #041A4B;
}
.top #container {
	padding: 0 0 0;
	position: relative;
}
#container {
	padding: 50px 0 0;
}
.top-main {
	width: 100%;
	height: 500px;
	background: url("../img/top-main.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
}
.top-main:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #23282F;
	opacity: 1;
	transition: all 2s ease-in-out;
}
.top-main.eon:before {
	opacity: 0;
}
.top-main h1 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 35px;
	letter-spacing: 0.22em;
	text-align: right;
	color: #fff;
	position: absolute;
	right: 4%;
	top: 30%;
	opacity: 0;
	transition: all 1s ease-out;
	transition-delay: 1s;
}
.top-main.eon h1 {
	opacity: 1;
	right: 5%;
}
.top-main p {
	font-family: "Noto Serif JP";
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 40px;
	text-align: right;
	color: #fff;
	position: absolute;
	right: 4%;
	top: calc(30% + 80px);
	opacity: 0;
	transition: all 1s ease-out;
	transition-delay: 1.5s;
}
.top-main.eon p {
	opacity: 1;
	right: 5%;
}
.top-block01 {
	width: 100%;
	margin: 0 auto 180px;
	position: relative;
	padding: 50px 0;
}
.top-block01 .boxcontent {
	width: 350px;
	height: 280px;
	position: absolute;
	top: 150px;
	left: 3%;
	box-sizing: border-box;
	padding: 40px 40px 0;
	background: url("../img/top-deco.png") no-repeat center center;
	background-size: 700px auto;
	z-index: 3;
}
.top-block01 .bgcontent {
	width: 80%;
	position: relative;
	left: 20%;
	top: 200px;
	overflow: hidden;
}
.top-block01 .bgcontent img {
	object-fit: cover;
	min-height: 300px;
}
.top-block01 .boxcontent h2 {
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0.18em;
	color: #fff;
	margin-bottom: 10px;
}
.top-block01 .boxcontent p {
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 2em;
	color: #fff;
}
.btn01 {
	width: 140px;
	height: 30px;
	border: solid 1px #FFF;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	margin: 20px 0 0 0;
}
.top-block01 .btn01 p {
	font-family: "Noto Serif JP";
	color: #FFF;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.top-block01 .btn01 p:before {
	content: "";
	position: absolute;
	right: 10px;
	top: calc(50% - 5px);
	width: 18px;
	height: 10px;
	background: url("../img/arrow01.png") no-repeat center center;
	background-size: contain;
	z-index: 2;
}
.top-block01 .btn01:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.00);
	z-index: -2;
}
.top-block01 .btn01:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: '';
	background: linear-gradient(-90deg, #65e7ff 0%, #00509a 100%);
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
.top-block02 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 60px 0;
}
.deco1 {
	position: relative;
}
.deco1:before {
	content: "";
	position: absolute;
	width: 50%;
	height: 300px;
	background: #F4F4F4;
	top: -100px;
	left: 50%;
	z-index: -2;
}
.top-block02 .bgcontent {
	position: absolute;
	top: 80px;
	left: 0;
	width: 60%;
}
.top-block02 .boxcontent {
	width: 300px;
	position: relative;
	top: 0;
	left: 50%;
	z-index: 2;
}
.top-block02 h2 {
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 40px;
	letter-spacing: 0.28em;
	text-align: right;
	color: #003993;
	margin: 50px 0 0;
	position: relative;
	z-index: 1;
}
.top-block02 .h2sub {
	font-family: "Noto Serif JP";
	font-weight: 300;
	font-size: 88px;
	letter-spacing: 0.06em;
	text-align: right;
	color: #296ead;
	opacity: 0.1;
	position: absolute;
	z-index: 1;
	top: 80px;
	right: 0vw;
}
.top-block02 .btn-list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 80px 0 0;
}
.top-block02 .btn-list ul li {
	width: 100%;
	height: 80px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	margin-bottom: 50px;
	position: relative;
}
.top-block02 .btn-list ul li p {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #296bad;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.top-block02 .btn-list ul li .arrowbox {
	width: 35px;
	height: 35px;
	position: absolute;
	right: 10px;
	bottom: -20px;
	background: #313131;
	overflow: hidden;
}
.top-block02 .btn-list ul li .arrowbox:after {
	content: "";
	position: absolute;
	left: calc(50% - 9px);
	top: calc(50% - 5px);
	width: 18px;
	height: 10px;
	background: url("../img/arrow01.png") no-repeat center center;
	background-size: contain;
	z-index: 2;
}
.top-block02 .btn-list ul li .arrowbox:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: '';
	background: linear-gradient(-90deg, #65e7ff 0%, #00509a 100%);
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
.top-block03 {
	position: relative;
	padding: 80px 0;
}
.top-block03:before {
	content: "";
	position: absolute;
	width: 90%;
	height: 500px;
	background: #041A4B;
	top: -225px;
	left: 0;
	z-index: -2;
}
.top-block03 .boxcontent {
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
}
.top-block03 .boxcontent h2 {
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 40px;
	letter-spacing: 0.28em;
	color: #fff;
	position: relative;
	top: 1em;
}
.top-block03 .h2sub {
	font-family: "Noto Serif JP";
	font-weight: 300;
	font-size: 88px;
	letter-spacing: 0.06em;
	text-align: right;
	color: #296EAD;
	opacity: 0.05;
	position: absolute;
	z-index: 1;
	top: 80px;
	left: 0vw;
}
.top-block03 .boxcontent .btn-list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-block03 .boxcontent .btn-list ul li {
	width: 28.33%;
	position: relative;
}
.top-block03 .boxcontent .btn-list ul li:nth-child(1) {
	margin: 100px 0 0;
}
.top-block03 .boxcontent .btn-list ul li:nth-child(2) {
	margin: 50px 0 0;
}
.top-block03 .boxcontent .btn-list ul li:nth-child(1) .fin {
	transition-delay: 0s;
}
.top-block03 .boxcontent .btn-list ul li:nth-child(2) .fin {
	transition-delay: 1s;
}
.top-block03 .boxcontent .btn-list ul li:nth-child(3) .fin {
	transition-delay: 2s;
}
.top-block03 .boxcontent .btn-list ul li .imgbox {
	box-shadow: -3px 10px 20px -6px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	position: relative;
}
.top-block03 .boxcontent .btn-list ul li .imgbox img {
	border-radius: 2px;
}
.top-block03 .btn-list ul li .arrowbox {
	width: 35px;
	height: 35px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #313131;
	overflow: hidden;
}
.top-block03 .btn-list ul li .arrowbox:after {
	content: "";
	position: absolute;
	left: calc(50% - 9px);
	top: calc(50% - 5px);
	width: 18px;
	height: 10px;
	background: url("../img/arrow01.png") no-repeat center center;
	background-size: contain;
	z-index: 2;
}
.top-block03 .btn-list ul li .arrowbox:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: '';
	background: linear-gradient(-90deg, #65e7ff 0%, #00509a 100%);
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
.top-block03 .btn-list ul li .p01 {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.08em;
	color: #296bad;
	margin: 20px 0 5px;
}
.top-block03 .btn-list ul li .p02 {
	font-size: 16px;
	letter-spacing: 0.08em;
}
/* 共通　スタイル　*/
.c-style .main {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.c-style .main .imgbox {
	position: relative;
	overflow: hidden;
}
.c-style .main .textbox {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	z-index: 2;
	transition-delay: 1s;
}
.c-style h1 {
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	text-shadow: 0px 3px 14px #000e24;
	filter: glow(color=#000e24, strength=5px);
	margin-bottom: 20px;
}
.content-box {
	width: 100%;
	padding: 80px 0 0;
}
.company .content-box, .info .content-box {
	padding: 0px 0 0;
}
.content-box .h201 {
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #003993;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.content-box .h201:after {
	content: "";
	width: 24px;
	height: 1px;
	position: absolute;
	background: #003993;
	bottom: 0;
	left: calc(50% - 17px);
}
.content-box .textbox {
	width: 80%;
	margin: 0 auto 40px;
	position: relative;
}
.content-box .textbox.extra {
	padding-bottom: 60px;
}
.content-box .textbox .p01 {
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 2.2em;
}
.content-box .textbox .p01c {
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 2.2em;
	text-align: center;
}
.innter-link {
	width: 100%;
	height: 150px;
	position: relative;
	padding: 40px 0 0;
	box-sizing: border-box;
}
.innter-link:before {
	content: "";
	position: absolute;
	width: 95%;
	height: 100%;
	left: 5%;
	top: 0;
	background: url("../img/top-deco.png") repeat center center;
	background-size: 700px auto;
	z-index: -1;
}
.innter-link ul {
	width: 90%;
	margin: 0 auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.innter-link ul li {
	width: 31.33%;
	margin: 0;
	text-align: center;
	height: 70px;
	position: relative;
	cursor: pointer;
}
.innter-link ul li:nth-child(n+2) {
	border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.innter-link ul li p {
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	position: relative;
	top: 40%;
	width: 100%;
	transform: translateY(-50%);
}
.innter-link ul li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 5px);
	width: 10px;
	height: 5px;
	background: url("../img/arrow-down.png") no-repeat center center;
	background-size: contain;
}
.cont-block {
	padding: 80px 0 30px;
}
.deco2, .deco3, .deco4, .deco5 {
	position: relative;
}
.deco2:before {
	content: "";
	position: absolute;
	left: 45%;
	top: 0;
	width: 55%;
	height: 600px;
	background: #F4F4F4;
	z-index: -1;
}
.info .deco2:after {
	content: "";
	position: absolute;
	left: 0;
	top: 30%;
	width: 25%;
	height: 800px;
	background: #F7F9FC;
	z-index: -1;
}
.value .deco3:after {
	content: "";
	position: absolute;
	left: 0;
	top: 30%;
	width: 25%;
	height: 800px;
	background: #F7F9FC;
	z-index: -5;
}
.value .deco4:after {
	content: "";
	position: absolute;
	right: 0;
	top: 20%;
	width: 35%;
	height: 800px;
	background: #F7F9FC;
	z-index: -5;
}
.value .deco5:after {
	content: "";
	position: absolute;
	left: 0;
	top: 20%;
	width: 35%;
	height: 800px;
	background: #F7F9FC;
	z-index: -5;
}
/* トップメッセージ */
.message .main {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.message .main .imgbox {
	position: relative;
	overflow: hidden;
}
.message .main .textbox {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	z-index: 2;
	transition-delay: 1s;
}
.message h1 {
	display: inline-block;
	padding: 0 20px;
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.11em;
	color: #fff;
	line-height: 26px;
	background: #003993;
	margin-bottom: 12px;
}
.message h2 {
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.19em;
	color: #fff;
	margin-bottom: 15px;
}
.message .main .p-name {
	position: relative;
	font-size: 13px;
	color: #fff;
	border-left: 1px solid #FFF;
	padding: 0 0 0 10px;
}
.message .main .p-name span {
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.11em;
	margin: 10px 0 0;
	display: inline-block;
}
.message .insert01 {
	position: relative;
	left: 0;
	margin: 100px 0;
	width: 90%;
	z-index: -1;
}
.message .insert01:before {
	content: "";
	width: 40%;
	height: 580px;
	position: absolute;
	right: calc(0% - 10vw);
	top: -400px;
	background: #F4F4F4;
	z-index: -2;
}
.message .deco-box {
	position: relative;
}
.message .deco-box:before {
	content: "";
	width: 30%;
	height: 120%;
	position: absolute;
	left: 0;
	bottom: -30%;
	background: #F4F4F4;
	z-index: -2;
}
.message .foot-name {
	position: absolute;
	font-size: 13px;
	color: #102546;
	right: 0;
	bottom: 0;
	display: inline-block;
}
.message .foot-name span {
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.11em;
	margin: 10px 0 0;
	display: block;
}
.msgp01 {
	margin-bottom: 2em;
}
/* 募集要項 */
.outline {
	width: 80%;
	margin: 0 auto;
	max-width: 900px;
}
.outline th, .outline td {
	border-bottom: dotted 1px #C3CAD6;
	padding: 15px 0;
}
.outline th.last-line, .outline td.last-line {
	border-bottom: none;
}
.outline th {
	width: 20%;
	vertical-align: top;
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 30px;
	color: #003993;
}
.outline td {
	width: 80%;
	font-size: 14px;
	line-height: 1.8em;
}
.outline td .idt01 {
	padding-left: 4em;
	display: inline-block;
}
.formbox {
	width: 80%;
	margin: 50px auto 50px;
}
/* 価値観と働き方 */
.v-title-wrap1, .v-title-wrap2, .v-title-wrap3 {
	width: 100%;
	position: relative;
}
.v-title {
	width: 100%;
	height: 270px;
	position: relative;
	box-sizing: border-box;
}
.v-title-wrap1 .v-title:before, .v-title-wrap3 .v-title:before {
	content: "";
	position: absolute;
	width: 70%;
	min-width: 600px;
	height: 100%;
	left: 0;
	top: 0;
	background: url("../img/top-deco.png") repeat center center;
	background-size: 700px auto;
	z-index: -1;
}
.v-title-wrap2 .v-title:before {
	content: "";
	position: absolute;
	width: 70%;
	height: 100%;
	right: 0;
	top: 0;
	background: url("../img/top-deco.png") repeat center center;
	background-size: 700px auto;
	z-index: -1;
}
.title-text {
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
	height: 270px;
	position: relative;
	box-sizing: border-box;
	padding: 35px 0 0;
}
.title-text h3 {
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 28px;
	letter-spacing: 0.15em;
	color: #fff;
	margin-bottom: 20px;
}
.v-title p {
	font-family: "Noto Serif JP";
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.11em;
	line-height: 2em;
	color: #fff;
}
.v-title-wrap2 .title-text h3, .v-title-wrap2 .title-text p {
	text-align: right;
}
.title-text .h3sub {
	font-family: "Noto Serif JP";
	font-weight: 300;
	letter-spacing: 0.06em;
	color: #296ead;
	opacity: 0.12;
}
.v-title-wrap1 .h3sub {
	font-size: 100px;
	position: absolute;
	top: -40px;
}
.v-title-wrap2 .h3sub {
	font-size: 80px;
	position: absolute;
	top: -10px;
	right: 0;
}
.v-title-wrap3 .h3sub {
	font-size: 70px;
	letter-spacing: 0em;
	position: absolute;
	top: -20px;
	left: -6vw;
}
.v-title-wrap1 .imgbox {
	width: 80%;
	position: relative;
	margin: -100px 0 100px;
	z-index: -2;
	left: 20%;
}
.v-title-wrap2 .imgbox {
	width: 45%;
	position: relative;
	margin: -200px 0 100px;
	z-index: -2;
	left: 0;
}
.v-title-wrap3 .imgbox {
	width: 50%;
	position: relative;
	margin: -150px 0 100px;
	z-index: -2;
	left: 50%;
}
.list-blue {
	width: 100%;
	box-sizing: border-box;
	padding-left: 1em;
	margin: 1em 0 2em;
}
.list-blue li {
	list-style: outside;
	font-size: 16px;
	color: #003993;
	line-height: 2em;
}
/* 事業内容と強み */
.business .content-box h3 {
	display: inline-block;
	padding: 0 15px;
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.11em;
	color: #fff;
	line-height: 34px;
	background: #003993;
	margin: 10px 0 10px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	transition: all .5s;
	opacity: 0;
}
.business .content-box h3.eon {
	opacity: 1;
	margin: 0 0 20px;
}
.business h4 {
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.11em;
	text-align: center;
	margin-bottom: 20px;
}
.business .fig01 {
	width: 96%;
	margin: 80px auto 0;
	max-width: 1000px;
}
.business .fig02 {
	margin-bottom: 30px;
}
.business .fig04 {
	margin-top: 30px;
}
.numbox, .numbox2 {
	width: 100%;
	position: relative;
	margin: 200px 0 0;
}
.numbox:before {
	width: calc(95%);
	height: 85%;
	content: "";
	position: absolute;
	right: 0;
	top: -30px;
	background: #F4F4F4;
	z-index: -3;
}
.numbox2:before {
	width: calc(95%);
	height: 85%;
	content: "";
	position: absolute;
	left: 0;
	top: -30px;
	background: #F4F4F4;
	z-index: -3;
}
.num {
	position: absolute;
	left: -9%;
	top: -110px;
	width: 100px;
}
.numtitle {
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 0.11em;
	color: #003993;
	margin-bottom: 20px;
}
.fig-title {
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.11em;
	color: #003993;
	margin: 30px 0 20px;
	padding-left: 20px;
}
.fig-title:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 9px;
	transform: rotate(45deg);
	background: #003993;
}
.t-small {
	font-size: 90%;
}
.business .deco3:after {
	content: "";
	position: absolute;
	left: 0;
	top: -100px;
	width: 55%;
	height: 600px;
	background: #F7F9FC;
	z-index: -5;
}
.business .deco4:after {
	content: "";
	position: absolute;
	left: 0;
	top: -500px;
	width: 55%;
	height: 500px;
	background: #F7F9FC;
	z-index: -5;
}
.business .deco5:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -300px;
	width: 55%;
	height: 500px;
	background: #F7F9FC;
	z-index: -5;
}
.cont-block2 {
	width: 100%;
	padding: 80px 0;
	background: #F7F9FC;
}
.number .btm-block {
	padding-top: 0;
}
.number .deco2:before {
	top: -100px;
}
.numbers {
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.numbers li {
	width: 48%;
	box-sizing: border-box;
	position: relative;
	background: #fff;
	border: 5px solid #e2e8f0;
	margin-bottom: 30px;
}
.num-title {
	position: absolute;
	width: 80%;
	height: 60px;
	background: #003993;
	text-align: center;
	color: #FFFFFF;
	line-height: 60px;
	z-index: 3;
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.11em;
	top: -20px;
	left: 10%;
}
.num-title:after {
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(182, 3, 85, 0);
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-width: 10px;
	margin-left: -10px;
	border-top-color: #003993;
	top: 100%;
	left: 50%;
}
.numbers li:nth-child(7) .num-title {
	line-height: 30px;
}

.num-text {
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
	background-size: auto 100px;
	background-position: center 70%;
}
.numbers li:nth-child(1) .num-text {
	background-image: url("../img/num-icon01.png");
}
.numbers li:nth-child(2) .num-text {
	background-image: url("../img/num-icon02.png");
}
.numbers li:nth-child(3) .num-text {
	background-image: url("../img/num-icon03.png");
}
.numbers li:nth-child(4) .num-text {
	background-image: url("../img/num-icon04.png");
}
.numbers li:nth-child(5) .num-text {
	background-image: url("../img/num-icon05.png");
}
.numbers li:nth-child(6) .num-text {
	background-image: url("../img/num-icon06.png");
}
.numbers li:nth-child(7) .num-text {
	background-image: url("../img/num-icon07.png");
}
.numbers li:nth-child(8) .num-text {
	background-image: url("../img/num-icon08.png");
}
.numbers li:nth-child(9) .num-text {
	background-image: url("../img/num-icon09.png");
}
.numbers li:nth-child(10) .num-text {
	background-image: url("../img/num-icon10.png");
}
.numbers li:nth-child(11) .num-text {
	background-image: url("../img/num-icon11.png");
}
.numbers li:nth-child(12) .num-text {
	background-image: url("../img/num-icon12.png");
}
.num-text p {
	display: inline-block;
	position: absolute;
	width: 100%;
	top: 40%;
	transform: translateY(-50%);
	text-align: center;
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 28px;
	color: #003993;
}
.num-text p span {
	font-size: 50px;
}
.num-text p span.mini {
	font-size: 40px;
}
.num-text p.vc {
	line-height: 1em;
}
.num-text p span.small {
	font-size: 14px;
}
.num-detail {
	height: 100px;
	border-top: dotted 2px #C3CAD6;
	box-sizing: border-box;
	padding: 10px;
}
.num-detail p {
	font-size: 13px;
	line-height: 1.8em;
}
.number .fnote {
	width: 90%;
	margin: 0 auto 80px;
	max-width: 1000px;
}
.office-wrap {
	width: 90%;
	margin: 0 auto 0;
	max-width: 1000px;
}
.cont-block2 h2 {
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 19px;
	letter-spacing: 0.11em;
	color: #003993;
	margin: 30px 0 20px;
	padding-left: 20px;
	position: relative;
}
.cont-block2 h2:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 11px;
	transform: rotate(45deg);
	background: #003993;
}
.office {
	width: 100%;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.office .imgbox {
	width: 50%;
	position: relative;
}
.office.flip .imgbox {
	width: 50%;
	left: 50%;
}
.office .text {
	width: calc(50% + 50px);
	background: #FFF;
	left: calc(50% - 50px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
	padding: 20px;
}
.office.flip .text {
	left: 0;
}
.office .text h3 {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.07em;
	line-height: 25px;
	color: #003993;
	margin-bottom: 10px;
}
.office .text p {
	font-size: 13px;
}
@media screen and (max-width: 767px) {
	.logo {
		width: 80px;
	}
	.logo-text {
		left: 105px;
		font-size: 12px;
	}
	/* ページ下部　共通 */
	.btm-block {
		width: 100%;
		padding: 50px 0 0;
		position: relative;
	}
	.btm-block.imgbox {
		position: relative;
	}
	.btm-block .textbox {
		width: 90%;
		left: 5%;
		top: -20px;
		padding: 40px 10px 0;
	}
	.btm-block h3 {
		font-size: 16px;
		letter-spacing: 0.06em;
		line-height: 2em;
	}
	.btm-block .btn02 {
		width: 240px;
		height: 50px;
		margin: 30px auto 50px;
	}
	.btm-block .btn02 p {
		font-size: 14px;
		line-height: 50px;
	}
	.btm-block .btn02 p:before {
		content: "";
		position: absolute;
		right: 10px;
		top: calc(50% - 5px);
		width: 18px;
		height: 10px;
		background: url("../img/arrow-black.png") no-repeat center center;
		background-size: contain;
		z-index: 2;
		transition: all .3s;
	}
	/* フッター */
	footer {
		background: #313131;
		width: 100%;
		box-sizing: border-box;
		padding: 50px 0 0;
	}
	.footerbox {
		width: 80%;
		max-width: 400px;
		margin: 0 auto 50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footermenu {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.footermenu li {
		width: 100%;
		margin-bottom: 20px;
	}
	.footermenu li:nth-child(2) {
		margin-bottom: 0;
	}
	.footermenu li > p {
		font-size: 14px;
		font-weight: 500;
		color: #FFF;
		position: relative;
		margin-bottom: 10px;
	}
	.footermenu li > p a {
		text-decoration: none;
		color: #FFF;
	}
	.footermenu li > ul {
		margin: 15px 0 0;
		width: 100%;
	}
	.footermenu li > ul.second {
		margin: 0 0 0;
	}
	.footermenu li > ul li {
		font-size: 12px;
		font-weight: 500;
		color: #FFF;
		position: relative;
		padding-left: 18px;
		margin-bottom: 5px;
		width: 100%;
	}
	.footermenu li > ul li:before {
		content: "";
		position: absolute;
		left: 0;
		top: 6px;
		width: 10px;
		height: 10px;
		background: url("../img/arrow-blue.png") no-repeat center center;
		background-size: contain;
	}
	.footermenu li > ul li a {
		text-decoration: none;
		color: #FFF;
	}
	.footerentry {
		width: 220px;
		margin: 0 auto 50px;
	}
	.footerentry ul {
		margin-bottom: 30px;
	}
	.footerentry ul li {
		margin-bottom: 10px;
		position: relative;
	}
	.footerentry ul li:nth-child(1) {
		width: 100%;
		height: 50px;
	}
	.footerentry ul li:nth-child(1) p {
		text-align: center;
		line-height: 50px;
		color: #FFF;
		font-weight: 500;
	}
	.footer-logo {
		position: relative;
		width: 70%;
		margin: 0 auto;
	}
	.footer-logo p {
		margin: 10px 0 0;
		font-size: 13px;
		color: #FFF;
		text-decoration: none;
		position: relative;
		display: inline-block;
	}
	.cr {
		text-align: center;
		font-size: 11px;
		line-height: 30px;
	}
	.top-main {
		width: 100%;
		height: 500px;
		background-position: 30% center;
	}
	.top-main h1 {
		font-size: 22px;
		letter-spacing: 0.22em;
		text-align: left;
		right: auto;
		left: 4%;
		top: 25%;
	}
	.top-main.eon h1 {
		opacity: 1;
		right: auto;
		left: 5%;
	}
	.top-main p {
		font-size: 13px;
		letter-spacing: 0.06em;
		line-height: 2em;
		text-align: left;
		right: auto;
		padding-right: 4%;
		left: 4%;
		top: calc(25% + 90px);
	}
	.top-main.eon p {
		opacity: 1;
		right: auto;
		left: 5%;
	}
	.top-block01 {
		width: 100%;
		margin: 50px auto 100px;
		position: relative;
		padding: 0px 0;
	}
	.top-block01 .boxcontent {
		width: 100%;
		height: 280px;
		position: relative;
		top: 0;
		left: 0;
		box-sizing: border-box;
		padding: 40px 40px 0;
		background: url("../img/top-deco.png") no-repeat center center;
		background-size: 700px auto;
		z-index: 3;
	}
	.top-block01 .bgcontent {
		width: 100%;
		position: relative;
		left: 0%;
		top: 0;
		overflow: hidden;
	}
	.top-block01 .bgcontent img {
		object-fit: cover;
		min-height: 250px;
	}
	.top-block01 .boxcontent h2 {
		font-family: "Noto Serif JP";
		font-weight: 500;
		font-size: 20px;
		letter-spacing: 0.18em;
		color: #fff;
		margin-bottom: 10px;
	}
	.top-block01 .boxcontent p {
		font-size: 13px;
		letter-spacing: 0.06em;
		line-height: 2em;
		color: #fff;
	}
	.top-block02 {
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding: 60px 0;
	}
	.top-block02 .bgcontent {
		position: absolute;
		top: 0;
		left: 0;
		width: 300px;
	}
	.top-block02 .boxcontent {
		width: 80%;
		position: relative;
		top: 200px;
		left: 10%;
		z-index: 2;
	}
	.top-block02 h2 {
		font-family: "Noto Serif JP";
		font-weight: 500;
		font-size: 30px;
		letter-spacing: 0.28em;
		text-align: right;
		color: #003993;
		margin: 50px 0 0;
		position: relative;
		z-index: 1;
	}
	.top-block02 .h2sub {
		font-family: "Noto Serif JP";
		font-weight: 300;
		font-size: 58px;
		letter-spacing: 0.06em;
		text-align: right;
		color: #296ead;
		opacity: 0.1;
		position: absolute;
		z-index: 1;
		top: 300px;
		right: 0vw;
	}
	.top-block02 .btn-list ul {
		display: flex;
		flex-wrap: wrap;
		margin: 60px 0 0;
	}
	.top-block02 .btn-list ul li {
		width: 100%;
		height: 60px;
		border-radius: 2px;
		background: #fff;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
		margin-bottom: 30px;
		position: relative;
	}
	.top-block02 .btn-list ul li p {
		font-weight: 500;
		font-size: 14px;
		letter-spacing: 0.05em;
		color: #296bad;
		position: absolute;
		width: 100%;
		text-align: center;
		top: 50%;
		transform: translateY(-50%);
	}
	.top-block02 .btn-list ul li .arrowbox {
		width: 25px;
		height: 25px;
		position: absolute;
		right: 5px;
		bottom: -10px;
		background: #313131;
		overflow: hidden;
	}
	.top-block02 .btn-list ul li .arrowbox:after {
		content: "";
		position: absolute;
		left: calc(50% - 9px);
		top: calc(50% - 5px);
		width: 18px;
		height: 10px;
		background: url("../img/arrow01.png") no-repeat center center;
		background-size: contain;
		z-index: 2;
	}
	.top-block02 .btn-list ul li .arrowbox:before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
		content: '';
		background: linear-gradient(-90deg, #65e7ff 0%, #00509a 100%);
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}
	.top-block03 {
		position: relative;
		padding: 80px 0;
	}
	.top-block03:before {
		content: "";
		position: absolute;
		width: 90%;
		height: 400px;
		background: #041A4B;
		top: 0;
		left: 0;
		z-index: -2;
	}
	.top-block03 .boxcontent {
		width: 90%;
		margin: 100px auto 0;
		max-width: 1000px;
	}
	.top-block03 .boxcontent h2 {
		font-family: "Noto Serif JP";
		font-weight: 500;
		font-size: 30px;
		letter-spacing: 0.28em;
		color: #fff;
		position: relative;
		top: 0;
	}
	.top-block03 .h2sub {
		font-family: "Noto Serif JP";
		font-weight: 300;
		font-size: 58px;
		letter-spacing: 0.06em;
		text-align: right;
		color: #296EAD;
		opacity: 0.05;
		position: absolute;
		z-index: 1;
		top: 120px;
		left: 0vw;
	}
	.top-block03 .boxcontent .btn-list ul {
		width: 100%;
		max-width: 360px;
		margin: 30px auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.top-block03 .boxcontent .btn-list ul li {
		width: 48%;
		position: relative;
		margin-bottom: 30px;
	}
	.top-block03 .boxcontent .btn-list ul li:nth-child(1) {
		margin: 0 0 30px;
	}
	.top-block03 .boxcontent .btn-list ul li:nth-child(2) {
		margin: 0 0 30px;
	}
	.top-block03 .boxcontent .btn-list ul li:nth-child(1) .fin {
		transition-delay: 0s;
	}
	.top-block03 .boxcontent .btn-list ul li:nth-child(2) .fin {
		transition-delay: 0s;
	}
	.top-block03 .boxcontent .btn-list ul li:nth-child(3) .fin {
		transition-delay: 0s;
	}
	.top-block03 .boxcontent .btn-list ul li .imgbox {
		box-shadow: -3px 10px 20px -6px rgba(0, 0, 0, 0.2);
		border-radius: 2px;
		position: relative;
	}
	.top-block03 .boxcontent .btn-list ul li .imgbox img {
		border-radius: 2px;
	}
	.top-block03 .btn-list ul li .arrowbox {
		width: 35px;
		height: 35px;
		position: absolute;
		right: 0;
		bottom: 0;
		background: #313131;
		overflow: hidden;
	}
	.top-block03 .btn-list ul li .arrowbox:after {
		content: "";
		position: absolute;
		left: calc(50% - 9px);
		top: calc(50% - 5px);
		width: 18px;
		height: 10px;
		background: url("../img/arrow01.png") no-repeat center center;
		background-size: contain;
		z-index: 2;
	}
	.top-block03 .btn-list ul li .arrowbox:before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
		content: '';
		background: linear-gradient(-90deg, #65e7ff 0%, #00509a 100%);
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}
	.top-block03 .btn-list ul li .p01 {
		font-weight: 500;
		font-size: min(3.2vw, 13px);
		letter-spacing: 0.03em;
		color: #296bad;
		margin: 15px 0 5px;
	}
	.top-block03 .btn-list ul li .p02 {
		font-size: 14px;
		letter-spacing: 0.08em;
	}
	/* 共通　スタイル　*/
	.c-style .main {
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
	.c-style .main .imgbox {
		position: relative;
		overflow: hidden;
	}
	.c-style .main .textbox {
		position: absolute;
		top: 50%;
		width: 100%;
		transform: translateY(-50%);
		z-index: 2;
		transition-delay: 1s;
	}
	.c-style h1 {
		font-family: "Noto Serif JP";
		font-weight: 500;
		font-size: 20px;
		letter-spacing: 0.1em;
		text-align: center;
		color: #fff;
		text-shadow: 0px 3px 14px #000e24;
		filter: glow(color=#000e24, strength=5px);
		margin-bottom: 20px;
	}
	.content-box {
		width: 100%;
		padding: 60px 0 0;
	}
	.content-box .h201 {
		font-family: "Noto Serif JP";
		font-weight: 500;
		font-size: 18px;
		letter-spacing: 0.05em;
		text-align: center;
		color: #003993;
		position: relative;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.content-box .h201:after {
		content: "";
		width: 24px;
		height: 1px;
		position: absolute;
		background: #003993;
		bottom: 0;
		left: calc(50% - 17px);
	}
	.content-box .textbox {
		width: 90%;
		margin: 0 auto 40px;
		position: relative;
	}
	.content-box .textbox.extra {
		padding-bottom: 60px;
	}
	.content-box .textbox .p01 {
		font-size: 13px;
		letter-spacing: 0.02em;
		line-height: 2em;
	}
	.content-box .textbox .p01c {
		font-size: 13px;
		letter-spacing: 0.02em;
		line-height: 2em;
		text-align: center;
	}
	.innter-link {
		width: 100%;
		height: 100px;
		position: relative;
		padding: 20px 0 0;
		box-sizing: border-box;
	}
	.innter-link:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: url("../img/top-deco.png") repeat center center;
		background-size: 700px auto;
		z-index: -1;
	}
	.innter-link ul {
		width: 90%;
		margin: 0 auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.innter-link ul li {
		width: 33.33%;
		margin: 0;
		text-align: center;
		height: 50px;
		position: relative;
		cursor: pointer;
		box-sizing: border-box;
	}
	.innter-link ul li:nth-child(n+2) {
		border-left: solid 1px rgba(255, 255, 255, 0.2);
	}
	.innter-link ul li p {
		font-family: "Noto Serif JP";
		font-weight: 500;
		font-size: 13px;
		letter-spacing: 0.05em;
		text-align: center;
		color: #fff;
		position: relative;
		top: 40%;
		width: 100%;
		transform: translateY(-50%);
	}
	.innter-link ul li:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: calc(50% - 5px);
		width: 10px;
		height: 5px;
		background: url("../img/arrow-down.png") no-repeat center center;
		background-size: contain;
	}
	.cont-block {
		padding: 50px 0 30px;
	}
	.deco2, .deco3, .deco4, .deco5 {
		position: relative;
	}
	.deco2:before {
		content: "";
		position: absolute;
		left: 45%;
		top: 0;
		width: 55%;
		height: 600px;
		background: #F4F4F4;
		z-index: -1;
	}
	.info .deco2:after {
		content: "";
		position: absolute;
		left: 0;
		top: 30%;
		width: 25%;
		height: 800px;
		background: #F7F9FC;
		z-index: -1;
	}
	.value .deco3:after {
		content: "";
		position: absolute;
		left: 0;
		top: 30%;
		width: 25%;
		height: 800px;
		background: #F7F9FC;
		z-index: -5;
	}
	.value .deco4:after {
		content: "";
		position: absolute;
		right: 0;
		top: 20%;
		width: 35%;
		height: 800px;
		background: #F7F9FC;
		z-index: -5;
	}
	.value .deco5:after {
		content: "";
		position: absolute;
		left: 0;
		top: 20%;
		width: 35%;
		height: 800px;
		background: #F7F9FC;
		z-index: -5;
	}
	/* トップメッセージ */
	.message .main {
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
	.message .main .imgbox {
		position: relative;
		overflow: hidden;
	}
	.message .main .imgbox img {
		object-fit: cover;
		min-height: 200px;
	}
	.message .main .textbox {
		position: relative;
		top: 50px;
		left: 5%;
		width: 90%;
		transform: translateY(0);
		z-index: 2;
		transition-delay: 1s;
		padding-bottom: 50px;
	}
	.message h1 {
		display: inline-block;
		padding: 0 10px;
		font-family: "Noto Serif JP";
		font-weight: 500;
		font-size: 15px;
		letter-spacing: 0.11em;
		color: #fff;
		line-height: 22px;
		background: #003993;
		margin-bottom: 12px;
	}
	.message h2 {
		font-family: "Noto Serif JP";
		font-weight: 500;
		font-size: 18px;
		letter-spacing: 0.05em;
		color: #003993;
		margin-bottom: 15px;
	}
	.message .main .p-name {
		position: relative;
		font-size: 12px;
		color: #000;
		border-left: 1px solid #FFF;
		padding: 0 0 0 0px;
	}
	.message .main .p-name span {
		font-family: "Noto Serif JP";
		font-weight: 500;
		font-size: 18px;
		letter-spacing: 0.11em;
		margin: 10px 0 0;
		display: inline-block;
	}
	.message .insert01 {
		position: relative;
		left: 0;
		margin: 100px 0;
		width: 90%;
		z-index: -1;
	}
	.message .insert01:before {
		content: "";
		width: 40%;
		height: 580px;
		position: absolute;
		right: calc(0% - 10vw);
		top: -400px;
		background: #F4F4F4;
		z-index: -2;
	}
	.message .deco-box {
		position: relative;
	}
	.message .deco-box:before {
		content: "";
		width: 30%;
		height: 120%;
		position: absolute;
		left: 0;
		bottom: 0%;
		background: #F4F4F4;
		z-index: -2;
	}
	.message .foot-name {
		position: absolute;
		font-size: 13px;
		color: #102546;
		right: 0;
		bottom: 0;
		display: inline-block;
	}
	.message .foot-name span {
		font-family: "Noto Serif JP";
		font-weight: 500;
		font-size: 20px;
		letter-spacing: 0.11em;
		margin: 10px 0 0;
		display: block;
	}
	/* 募集要項 */
	body, .form-control {
		font-size: 13px !important;
	}
	.outline {
		width: 80%;
		margin: 0 auto;
		max-width: 900px;
	}
	.outline th {
		border-bottom: none;
		padding: 10px 0 0;
	}
	.outline td {
		border-bottom: dotted 1px #C3CAD6;
		padding: 0px 0 10px;
	}
	.outline th.last-line, .outline td.last-line {
		border-bottom: none;
	}
	.outline th {
		width: 100%;
		display: block;
		vertical-align: top;
		font-family: "Noto Serif JP";
		font-weight: 500;
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 30px;
		color: #003993;
	}
	.outline td {
		display: block;
		width: 100%;
		font-size: 13px;
		line-height: 1.8em;
	}
	.outline td .idt01 {
		padding-left: 4em;
		display: inline-block;
	}
	.formbox {
		width: 90%;
		margin: 50px auto 50px;
	}
	/* 価値観と働き方 */
	.v-title-wrap1, .v-title-wrap2, .v-title-wrap3 {
		width: 100%;
		position: relative;
	}
	.v-title {
		width: 100%;
		height: 220px;
		position: relative;
		box-sizing: border-box;
	}
	.v-title-wrap1 .v-title:before, .v-title-wrap3 .v-title:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		min-width: auto;
		left: 0;
		top: 0;
		background: url("../img/top-deco.png") repeat center center;
		background-size: 700px auto;
		z-index: -1;
	}
	.v-title-wrap2 .v-title:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		right: 0;
		top: 0;
		background: url("../img/top-deco.png") repeat center center;
		background-size: 700px auto;
		z-index: -1;
	}
	.title-text {
		width: 90%;
		margin: 0 auto;
		max-width: 1000px;
		height: 220px;
		position: relative;
		box-sizing: border-box;
		padding: 35px 0 0;
	}
	.title-text h3 {
		font-family: "Noto Serif JP";
		font-weight: 500;
		font-size: 20px;
		letter-spacing: 0.05em;
		color: #fff;
		margin-bottom: 15px;
	}
	.v-title p {
		font-family: "Noto Serif JP";
		font-weight: 400;
		font-size: 13px;
		letter-spacing: 0.05em;
		line-height: 2em;
		color: #fff;
	}
	.v-title-wrap2 .title-text h3, .v-title-wrap2 .title-text p {
		text-align: right;
	}
	.title-text .h3sub {
		font-family: "Noto Serif JP";
		font-weight: 300;
		letter-spacing: 0.06em;
		color: #296ead;
		opacity: 0.12;
	}
	.v-title-wrap1 .h3sub {
		font-size: 50px;
		position: absolute;
		top: -20px;
	}
	.v-title-wrap2 .h3sub {
		font-size: 50px;
		position: absolute;
		top: -20px;
		right: 0;
	}
	.v-title-wrap3 .h3sub {
		font-size: 40px;
		letter-spacing: 0em;
		position: absolute;
		top: 10px;
		left: -6vw;
	}
	.v-title-wrap1 .imgbox {
		width: 90%;
		position: relative;
		margin: 0px 0 30px;
		z-index: -2;
		left: 10%;
	}
	.v-title-wrap2 .imgbox {
		width: 60%;
		position: relative;
		margin: 0px 0 30px;
		z-index: -2;
		left: 0;
	}
	.v-title-wrap3 .imgbox {
		width: 70%;
		position: relative;
		margin: 0px 0 30px;
		z-index: -2;
		left: 30%;
	}
	.list-blue {
		width: 100%;
		box-sizing: border-box;
		padding-left: 1em;
		margin: 1em 0 2em;
	}
	.list-blue li {
		list-style: outside;
		font-size: 13px;
		color: #003993;
		line-height: 2em;
	}
	/* 事業内容と強み */
	.business .content-box h3 {
		display: inline-block;
		padding: 0 15px;
		font-family: "Noto Serif JP";
		font-weight: 500;
		font-size: 16px;
		letter-spacing: 0.11em;
		color: #fff;
		line-height: 30px;
		background: #003993;
		margin: 10px 0 10px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		transition: all .5s;
		opacity: 0;
	}
	.business .content-box h3.eon {
		opacity: 1;
		margin: 0 0 20px;
	}
	.business h4 {
		font-family: "Noto Serif JP";
		font-weight: 500;
		font-size: 16px;
		letter-spacing: 0.11em;
		text-align: center;
		margin-bottom: 20px;
	}
	.business .fig01 {
		width: 96%;
		margin: 80px auto 0;
		max-width: 1000px;
	}
	.business .fig02 {
		margin-bottom: 30px;
	}
	.business .fig04 {
		margin-top: 30px;
	}
	.numbox, .numbox2 {
		width: 100%;
		position: relative;
		margin: 150px 0 0;
	}
	.numbox:before {
		width: calc(100%);
		height: 85%;
		content: "";
		position: absolute;
		right: 0;
		top: -30px;
		background: #F4F4F4;
		z-index: -3;
	}
	.numbox2:before {
		width: calc(100%);
		height: 85%;
		content: "";
		position: absolute;
		left: 0;
		top: -30px;
		background: #F4F4F4;
		z-index: -3;
	}
	.num {
		position: absolute;
		left: -3%;
		top: -90px;
		width: 80px;
	}
	.numtitle {
		font-family: "Noto Serif JP";
		font-weight: 500;
		font-size: 17px;
		letter-spacing: 0.05em;
		color: #003993;
		margin-bottom: 20px;
	}
	.fig-title {
		font-family: "Noto Serif JP";
		font-weight: 500;
		font-size: 16px;
		letter-spacing: 0.11em;
		color: #003993;
		margin: 30px 0 20px;
		padding-left: 20px;
	}
	.fig-title:before {
		content: "";
		width: 10px;
		height: 10px;
		position: absolute;
		left: 0;
		top: 9px;
		transform: rotate(45deg);
		background: #003993;
	}
	.t-small {
		font-size: 90%;
	}
	.business .deco3:after {
		content: "";
		position: absolute;
		left: 0;
		top: -100px;
		width: 55%;
		height: 600px;
		background: #F7F9FC;
		z-index: -5;
	}
	.business .deco4:after {
		content: "";
		position: absolute;
		left: 0;
		top: -500px;
		width: 55%;
		height: 500px;
		background: #F7F9FC;
		z-index: -5;
	}
	.business .deco5:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -300px;
		width: 55%;
		height: 500px;
		background: #F7F9FC;
		z-index: -5;
	}
	.cont-block2 {
		width: 100%;
		padding: 50px 0;
		background: #F7F9FC;
	}
	.number .btm-block {
		padding-top: 0;
	}
	.number .deco2:before {
		top: -100px;
	}
	.numbers {
		width: 90%;
		margin: 0 auto;
		max-width: 1000px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.numbers li {
		width: 100%;
		box-sizing: border-box;
		position: relative;
		background: #fff;
		border: 5px solid #e2e8f0;
		margin-bottom: 30px;
	}
	.num-title {
		position: absolute;
		width: 80%;
		height: 60px;
		background: #003993;
		text-align: center;
		color: #FFFFFF;
		line-height: 60px;
		z-index: 3;
		font-family: "Noto Serif JP";
		font-weight: 500;
		font-size: 16px;
		letter-spacing: 0.11em;
		top: -20px;
		left: 10%;
	}
	.num-title:after {
		border: solid transparent;
		content: '';
		height: 0;
		width: 0;
		pointer-events: none;
		position: absolute;
		border-color: rgba(182, 3, 85, 0);
		border-top-width: 10px;
		border-bottom-width: 10px;
		border-left-width: 10px;
		border-right-width: 10px;
		margin-left: -10px;
		border-top-color: #003993;
		top: 100%;
		left: 50%;
	}
.numbers li:nth-child(7) .num-title {
	line-height: 30px;
}


	.num-text {
		width: 100%;
		height: 120px;
		background-repeat: no-repeat;
		background-size: auto 70px;
		background-position: center 70%;
	}
	.numbers li:nth-child(1) .num-text {
		background-image: url("../img/num-icon01.png");
	}
	.numbers li:nth-child(2) .num-text {
		background-image: url("../img/num-icon02.png");
	}
	.numbers li:nth-child(3) .num-text {
		background-image: url("../img/num-icon03.png");
	}
	.numbers li:nth-child(4) .num-text {
		background-image: url("../img/num-icon04.png");
	}
	.numbers li:nth-child(5) .num-text {
		background-image: url("../img/num-icon05.png");
	}
	.numbers li:nth-child(6) .num-text {
		background-image: url("../img/num-icon06.png");
	}
	.numbers li:nth-child(7) .num-text {
		background-image: url("../img/num-icon07.png");
	}
	.numbers li:nth-child(8) .num-text {
		background-image: url("../img/num-icon08.png");
	}
	.numbers li:nth-child(9) .num-text {
		background-image: url("../img/num-icon09.png");
	}
	.numbers li:nth-child(10) .num-text {
		background-image: url("../img/num-icon10.png");
	}
	.numbers li:nth-child(11) .num-text {
		background-image: url("../img/num-icon11.png");
	}
	.numbers li:nth-child(12) .num-text {
		background-image: url("../img/num-icon12.png");
	}
	.num-text p {
		display: inline-block;
		position: absolute;
		width: 100%;
            	top: 40%;
		transform: translateY(-50%);
		text-align: center;
		font-family: "Noto Serif JP";
		font-weight: 500;
		font-size: 28px;
		color: #003993;
	}
	.num-text p span {
		font-size: 40px;
	}
	.num-text p span.mini {
		font-size: 30px;
	}
	.num-detail {
		height: 100px;
		border-top: dotted 2px #C3CAD6;
		box-sizing: border-box;
		padding: 10px;
	}
	.num-detail p {
		font-size: 13px;
		line-height: 1.8em;
	}
	.number .fnote {
		width: 90%;
		margin: 0 auto 80px;
		max-width: 1000px;
	}
	.office-wrap {
		width: 90%;
		margin: 0 auto 0;
		max-width: 1000px;
	}
	.cont-block2 h2 {
		font-family: "Noto Serif JP";
		font-weight: 500;
		font-size: 15px;
		letter-spacing: 0.11em;
		color: #003993;
		margin: 30px 0 20px;
		padding-left: 20px;
		position: relative;
	}
	.cont-block2 h2:before {
		content: "";
		width: 10px;
		height: 10px;
		position: absolute;
		left: 0;
		top: 8px;
		transform: rotate(45deg);
		background: #003993;
	}
	.office {
		width: 100%;
		margin-bottom: 30px;
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}
	.office .imgbox {
		width: 100%;
		position: relative;
	}
	.office.flip .imgbox {
		width: 100%;
		left: 0;
	}
	.office .text {
		width: calc(90%);
		background: #FFF;
		left: 5%;
		position: relative;
		top: -10px;
		transform: translateY(0);
		box-sizing: border-box;
		padding: 20px;
	}
	.office.flip .text {
		left: 5%;
	}
	.office .text h3 {
		font-weight: bold;
		font-size: 16px;
		letter-spacing: 0.07em;
		line-height: 25px;
		color: #003993;
		margin-bottom: 5px;
	}
	.office .text p {
		font-size: 13px;
	}
}
.people .main {
	position: relative;
	margin-bottom: 50px;
}
.people .main .imgbox {
	position: relative;
	overflow: hidden;
}
.people .main .imgbox img {
	min-height: 250px;
	object-fit: cover;
}
.people .main .textbox {
	position: absolute;
	width: 220px;
	height: 120px;
	left: 50%;
	transform: translateX(-50%);
	top: 200px;
	background: url("../img/top-deco.png") repeat left center;
	background-size: 700px auto;
	box-sizing: border-box;
	padding: 20px 0 0 35px;
	z-index: 5;
}
.people .main .textbox p {
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.11em;
	line-height: 1.6em;
	color: #fff;
}
.people .main .textbox p span {
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.11em;
	padding: 15px 0 0;
	display: block;
}
.people .insert-full {
	position: relative;
	overflow: hidden;
}
.people .insert-full img {
	min-height: 200px;
	object-fit: cover;
}
.poepole-block01 {
	padding: 60px 0 20px;
	background: #F7F9FC;
}
.people .main h1 {
	position: relative;
	width: 90%;
	max-width: 1000px;
	text-align: center;
	background: #FFF;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	color: #003993;
	padding: 30px 0 30px;
}
.people .insert01 {
	width: 90%;
	max-width: 695px;
	margin: 0 auto 60px;
	position: relative;
}
.people .textbox {
	margin-bottom: 60px;
}
.people h2 {
	line-height: 1.8em;
}
.people h2 span {
	display: inline-block;
	font-size: 16px;
	color: #FFF;
	font-family: "Noto Serif JP";
	position: relative;
	line-height: 1.8em;
	padding: 0 .5em;
	background: #003993;
	margin-bottom: 5px;
	z-index: -1;
}
.people h3 {
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0;
	color: #003993;
	padding: 15px 0;
	line-height: 1.6em;
}
.people-link {
	padding: 80px 0;
}
.people-link ul {
	width: 90%;
	margin: 0 auto;
	max-width: 450px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.people-link ul li {
	position: relative;
	width: 48%;
	margin-bottom: 30px;
}
.people-link ul li .imgbox {
	position: relative;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.people-link ul li .imgbox img {
	border-radius: 2px;
}
.people-link ul li .arrowbox {
	width: 45px;
	height: 45px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #313131;
	overflow: hidden;
}
.people-link ul li .arrowbox:after {
	content: "";
	position: absolute;
	left: calc(50% - 9px);
	top: calc(50% - 5px);
	width: 18px;
	height: 10px;
	background: url("../img/arrow01.png") no-repeat center center;
	background-size: contain;
	z-index: 2;
}
.people-link ul li .arrowbox:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: '';
	background: linear-gradient(-90deg, #65e7ff 0%, #00509a 100%);
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
.people-link ul li .p01 {
	font-size: 12px;
	letter-spacing: 0.06em;
	line-height: 1.8em;
	color: #313131;
	padding: 10px 0 0;
}
.people-link ul li .p02 {
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.11em;
	color: #313131;
}








/* 動画ギャラリー 2023.12.05 追記　*/
.movie .cont-block {
	padding: 20px 0 0;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.movie-holder.size-large {
	width: 90%;
	margin: 0 auto;
	max-width: 700px;
}
.movie .sub-ttl {
	font-size: 16px;
	text-align: center;
	font-family: "Noto Serif JP";
  font-weight: 500;
}
.movie .sub-ttl span {
	display: inline-block;
	color: #FFF;
	background: #003993;
	padding: 0 10px;
	line-height: 1.8em;
	margin-bottom: 5px;
	letter-spacing: 0.11em;
}
.movie .sub-ttl + p  {
	font-size: 20px;
	text-align: center;
	font-family: "Noto Serif JP";
  font-weight: 500;
	letter-spacing: 0.11em;
}
.movie-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 30px auto 0;
	width: 90%;
	max-width: 700px;
}
.movie-list.center {
	justify-content: center;
}
.movie-list li {
	width: 100%;
	margin: 0 0% 60px;
}

.movie-list li > p {
	font-size: 13px;
	padding: 10px 0 0;
}
.movie-list li > .name {
	color: #102546;
	padding: 15px 0 0;
}
.movie-list li > .name span {
	font-family: "Noto Serif JP";
	font-size: 18px;
	display: block;
	line-height: 1.6em;
}
.movie .deco2:before {
	display: none;
}
.movie .deco2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  height: 500px;
  background: #F7F9FC;
  z-index: -5;
}
.movie .deco3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  width: 35%;
  height: 500px;
  background: #F7F9FC;
  z-index: -5;
}