@charset "utf-8";

/* body
-------------------------- */
/* 14px @ 768px increasing to 18px @ 1800px */
@media (min-width: 768px) {
	:root {
		font-size: calc(.875rem + ((1vw - 7.68px) * .3876));
		min-height: 0vw;
	}
}
@media (min-width: 1800px) {
	:root {
		font-size: 18px;
	}
}
html {
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
	overflow-x: auto;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
}
body {
	background: #fff;
	color: #000;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: .0125em;
	text-align: left;
	position: relative;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
.spSet {
	display: none !important;
}
.pcSet {
	display: block !important;
}
/* base
--------------------------------- */
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	filter: brightness(115%) opacity(.85);
}
a,
a img,
.easing {
	transition: .5s ease-in-out;
	border: none;
	outline: none;
	position: relative;
}
p {
	margin: .75rem auto;
	font-size: .875rem;
	text-align: left;
}
main {
	padding-bottom: 4.5rem;
	position: relative;
	z-index: 1;
}
section {
	margin: auto;
	position: relative;
}
.inner {
	width: 100%;
	max-width: 1800px;
	margin: auto;
	padding: 3rem;
	position: relative;
}
.sub_in {
	width: 100%;
	max-width: 70vw;
	min-width: 680px;
	margin: 0 auto;
	position: relative;
}
/* header
--------------------------------- */
header {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	border-bottom: 1px solid #d1def0;
}
header .inner {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
header h1 {
	width: 23rem;
	font-family: "fot-udkakugoc80-pro", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: .075em;
	padding: 0 0 0 1.5rem;
}
header h1 a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
header h1 a img {
	width: 6.5rem;
	padding: 0 1rem;
}
header ul.nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
header ul.nav li a {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .025em;
	text-align: center;
	/*padding: 1rem 1.5rem;*/
	padding: 1rem;
	color: #2878e5;
}
header ul.nav li.exc a {
	background: #4dc100;
	color: #fff;
}
#nav_trigger {
	display: none;
}
/* footer
--------------------------------- */
a.to_top {
	display: none;
	position: fixed;
	right: 1.5rem;
	bottom: 1.5rem;
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 50%;
	background: #2599e3;
	border: .375rem solid #fff;
	z-index: 5;
}
a.to_top:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	top: .25rem;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-radius: 1.5px;
	transform: rotate(-45deg);
}
a.to_top.is_bottom {
	bottom: 6rem;
	background: #fff;
	border: .375rem solid #5eace2;
}
a.to_top.is_bottom:after {
	border-top: 3px solid #5eace2;
	border-right: 3px solid #5eace2;
}
footer {
	background: linear-gradient(90deg, #3b85df 0%, #60aee2 100%);
	border-radius: 5rem 5rem 0 0;
}
footer .inner {
	padding: 5rem 3rem 7.5rem;
}
footer .sub_in {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
footer .company {
	width: 60%;
}
footer a {
	color: #fff;
}
footer a:hover {
	filter: brightness(100%) opacity(.75);
}
footer h1 {
	width: 20rem;
	font-family: "fot-udkakugoc80-pro", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: .075em;
	margin: 0 0 1.25rem;
}
footer h1 a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
footer h1 a img {
	width: 5rem;
	padding: 0 .5rem 0 0;
}
footer h2 {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: .075em;
	margin: 1.25rem 0;
}
footer ul.address {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1.5rem;
	font-size: .875rem;
}
footer ul.address li:first-child {
	width: 100%;
}
footer ul.foot_nav {
	font-weight: 700;
	letter-spacing: .025em;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 10rem;
	gap: .75rem 3rem;
}
footer ul.foot_nav li {
	text-align: left;
	display: block;
}
footer .copy {
	display: block;
	width: 100%;
	color: #bce8ff;
	font-size: .75rem;
	line-height: 1.75;
	padding: 1.25rem 0 0;
}
.cookie_consent {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	font-size: .875rem;
	color: #fff;
	/*background: #223752bf;*/
	background: rgba(34, 55, 82, .75);
	padding: 1.25rem;
	letter-spacing: .025em;
	z-index: 100;
	visibility: hidden;
}
.cookie_consent.is-show {
	visibility: visible;
}
.cookie_consent a {
	color: #e6e6e6;
}
.cookie_agree {
	width: 6rem;
	color: #fff;
	background: #4dc100;
	text-align: center;
	font-weight: 700;
	padding: .5rem 1.5rem;
	margin: 0 0 0 1.5rem;
	cursor: pointer;
	border-radius: 1.5rem;
	transition: .5s ease-in-out;
}
.cookie_agree:hover {
	filter: brightness(120%);
}
.cc-hide {
	animation: hide .5s linear 0s;
	animation-fill-mode: forwards;
}
@keyframes hide {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}
/* =============================
 #home
============================= */
/* #home #sec00
--------------------------------- */
#home #sec00 {
	background: #e2eaf4;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
}
#home #sec00 .slick div {
	border-radius: 0 0 20vw;
}
#home #sec00 h2 {
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.25;
	position: absolute;
	top: 25vw;
	left: 3rem;
	text-shadow: 0 0 .75rem rgba(0, 0, 0, .375);
}
.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}
.slick-dots {
	width: 5rem !important;
	height: 1.25rem;
	top: 5rem !important;
	right: -.5rem;
	transform: scale(.8) rotate(90deg);
	background: #fff;
	border-radius: .625rem;
}
.slick-dots li {
	width: .5rem !important;
	height: .5rem !important;
	margin: .25rem !important;
	top: -1.05rem;
}
.slick-dots li button {
	width: .5rem !important;
	height: .5rem !important;
	padding: .25rem !important;
	cursor: default !important;
}
.slick-dots li button:before {
	width: .5rem !important;
	height: .5rem !important;
	color: #5a9cf9 !important;
}
.slick-dots li button:hover {
	outline: inherit !important;
}
.guide_down {
	animation: down 3.5s infinite;
	position: absolute;
	bottom: 0;
	right: 3.25rem;
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 50%;
	background: #2599e3;
	border: .375rem solid #fff;
	z-index: 5;
}
.guide_down:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	top: 0;
	bottom: .125rem;
	left: 0;
	right: 0;
	margin: auto;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-radius: 1.5px;
	transform: rotate(135deg);
}
@keyframes down {
	0% {
		transform: translateY(.5rem);
	}
	80% {
		transform: translateY(1.5rem);
	}
	0%, 80%, 100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}
/* #home #sec01
--------------------------------- */
#home #sec01 .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
	padding: 7.5% 3rem;
	background: url(/assets/img/home_bg1.png) no-repeat;
	background-size: 50%;
	background-position: left 40% top 25%;
}
#home #sec01 .inner div {
	width: 40%;
	min-width: 350px;
	padding: 0 4.5rem 0 0;
}
#home #sec01 .inner div h2 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}
#home #sec01 .inner div p {
	margin: 1.5rem auto;
}
#home #sec01 .inner img {
	width: calc(48% + 3rem);
	padding: 0;
	margin-right: -3rem;
	border-radius: 18.75rem 0 0 18.75rem;
}
/* #home #sec02
--------------------------------- */
#home #sec02 .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 7.5% 3rem;
	background: url(/assets/img/home_bg2.png) no-repeat;
	background-size: 85%;
	background-position: left 85% top 65%;
}
#home #sec02 .inner div {
	width: 42%;
	min-width: 350px;
	padding: 0 0 0 4.5rem;
}
#home #sec02 .inner div h2 {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
}
#home #sec02 .inner div p {
	margin: 1.5rem auto;
}
#home #sec02 .inner img {
	width: calc(48% + 3rem);
	padding: 0;
	margin-left: -3rem;
	border-radius: 0 18.75rem 18.75rem 0;
}
/* #home a.btn_more
--------------------------------- */
a.btn_more {
	color: #47a40a;
	font-family: "roboto", sans-serif;
	font-weight: 900;
	font-size: 1.25rem;
	display: flex;
	align-items: center;
	margin: 3rem 0 1.5rem;
	width: fit-content;
}
.arrow_right {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background: #4dc100;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	position: relative;
	margin-left: 1.5rem;
}
.arrow_right:before {
	content: '';
	background: #fff;
	width: 12px;
	height: 3px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 1.5px;
}
.arrow_right:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-radius: 1.5px;
	transform: rotate(45deg);
	transform-origin: center;
	position: absolute;
	top: 0;
	right: -5px;
	bottom: 0;
	left: 0;
	margin: auto;
}
/* #secRct
--------------------------------- */
#secRct .sub_in {
	padding: 3rem 4.5rem;
	background: url(/assets/img/rct_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 3rem;
	color: #fff;
	display: block;
}
#secRct .sub_in div {
	color: #fff;
	display: flex;
	align-items: flex-end;
	padding: .75rem 0;
}
#secRct .sub_in h2 {
	font-size: 2.75rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .15em;
	display: inline-block;
}
#secRct .sub_in h2 span {
	font-family: "roboto", sans-serif;
	font-weight: 900;
	font-size: 1.25rem;
	letter-spacing: .05em;
	display: block;
	margin: 0 0 .75rem;
}
#secRct .sub_in p {
	margin: .75rem 0 0;
	text-shadow: 0 0 .25rem #0b3a78;
}
#secRct .arrow_right {
	background: #fff;
}
#secRct .arrow_right:before {
	background: #4588e3;
}
#secRct .arrow_right:after {
	border-top: 3px solid #4588e3;
	border-right: 3px solid #4588e3;
}
/* #home #sec03
--------------------------------- */
#home #sec03 .sub_in h2 {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .1em;
	padding: 1.5rem 0;
}
#home #sec03 .sub_in h2 span {
	color: #2878e5;
	font-family: "roboto", sans-serif;
	font-weight: 900;
	font-size: 1.25rem;
	letter-spacing: .05em;
	margin: 0 0 .75rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#home #sec03 .sub_in h2 span:before {
	content: '';
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	margin-right: .5rem;
	background: #62cb1d;
	display: inline-block;
}
#home #sec03 dl {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #d9e1ec;
	font-size: .875rem;
}
#home #sec03 dl dt {
	width: 6rem;
	padding: 1.5rem 0 1.25rem;
	border-bottom: 1px solid #d9e1ec;
}
#home #sec03 dl dt span {
	width: 100%;
	background: #f2f2f2;
	border-radius: .625rem;
	color: #0a5dcf;
	font-size: .75rem;
	font-weight: 700;
	text-align: center;
	padding: .25rem 0;
	margin: auto;
	display: block;
}
#home #sec03 dl dd {
	width: calc(100% - 6rem);
	padding: 1.75rem 1.5rem 1.5rem;
	border-bottom: 1px solid #d9e1ec;
}
/* =============================
 #business
============================= */
/* #business #sec00
--------------------------------- */
#business #sec00 {
	border-bottom: 1px solid #d1def0;
}
#business #sec00 .inner {
	padding: 0 3rem;
	background: linear-gradient(90deg, #fff 85%, #f2f9ff 100%);
	z-index: -2;
}
#business #sec00 .inner>span {
	font-family: "roboto", sans-serif;
	font-weight: 900;
	font-size: 8rem;
	line-height: 1;
	letter-spacing: -.025em;
	color: #f3f6fa;
	position: absolute;
	left: -1%;
	bottom: -1.5rem;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	max-width: 101%;
	clip-path: polygon(0 0, 100% 0, 100% 82%, 0 82%);
	z-index: -1;
}
#business #sec00 .sub_in:after {
	content: '';
	width: 12.5%;
	height: .4rem;
	background: #4588e3;
	position: absolute;
	left: 0;
	bottom: -.4rem;
}
#business #sec00 .sub_in h2 {
	font-size: 3.25rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: .1em;
	padding: 3rem 0;
	color: #2878e5;
}
/* #business #sec01
--------------------------------- */
#business #sec01 .sub_in h3 {
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
	padding: 1rem 0;
}
#business #sec01 .sub_in h3 span {
	display: block;
	font-family: "roboto", sans-serif;
	font-weight: 900;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: .025em;
	margin: 1.5rem 0 0;
}
#business #sec01 .detail_kv {
	background: url(/assets/img/biz_kv2.jpg) no-repeat;
	background-size: 100%;
}
#business #sec01 .detail_kv .sub_in {
	width: 76vw;
	max-width: 840px;
	min-width: 620px;
	padding: 3rem 2rem 3vw;
	border-radius: 3.5rem 3.5rem 0 0;
}
#business #sec01 .detail_kv h4 {
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: .05em;
	padding: 0 0 1.5rem;
	border-bottom: 1px solid #e6e6e6;
}
#business #sec01 .detail_kv ul {
	padding: 1rem 0 .375rem;
	font-size: 1.125rem;
	font-weight: 700;
}
#business #sec01 .detail_kv ul li {
	padding: .125rem 0 .125rem 2.75rem;
	margin: .75rem 0;
	position: relative;
}
#business #sec01 .detail_kv ul li:before {
	content: '';
	width: .75rem;
	height: .75rem;
	border-radius: 50%;
	background: #4588e3;
	position: absolute;
	left: 1rem;
	top: .875rem;
}
#business #sec01 .detail_kv ul li.em {
	font-size: 1.25rem;
	letter-spacing: .05em;
	color: #fff;
	background: #4588e3;
	border-radius: .5rem;
	padding: .125rem 2.75rem;
	margin: 0;
	display: inline-block;
}
#business #sec01 .detail_kv ul li.em:before {
	background: #fff;
	top: 1rem;
}
#business #sec01 .detail_kv p {
	font-size: 1.375rem;
	color: #1062d1;
}
/* #business #sec02
--------------------------------- */
#business #sec02 .sub_in h3 {
	font-size: 2.75rem;
	font-weight: 700;
	letter-spacing: .05em;
	padding: 1.5rem 0 0;
	border-top: 3px solid #f3f3f3;
	position: relative;
}
#business #sec02 .sub_in h3:after {
	content: '';
	width: 12.5%;
	height: 3px;
	background: #4588e3;
	position: absolute;
	left: 0;
	top: -3px;
}
#business #sec02 .sub_in ul.flow {
	margin: 3rem 0 1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 4.5rem;
}
#business #sec02 .sub_in ul.flow li {
	width: calc(50% - 2.25rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2rem;
}
#business #sec02 .sub_in ul.flow li>img,
#business #sec02 .sub_in ul.flow li>div {
	width: calc(50% - 1rem);
}
#business #sec02 .sub_in ul.flow li:last-child,
#business #sec02 .sub_in ul.flow li:last-child>img,
#business #sec02 .sub_in ul.flow li:last-child>div {
	width: 100%;
	gap: 1.5rem;
}
#business #sec02 .sub_in ul.flow li h5 {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	color: #47a40a;
	padding-left: 2.5rem;
	margin: 1rem 0 1.5rem;
	position: relative;
}
#business #sec02 .sub_in ul.flow li h5 span {
	font-family: "roboto", sans-serif;
	font-weight: 900;
	font-size: .875rem;
	line-height: 2rem;
	color: #fff;
	text-align: center;
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#business #sec02 .sub_in ul.flow li h5 span:before {
	content: '';
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: #4dc100;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}
#business #sec02 .sub_in ul.flow li p {
	margin: 0;
}
#business #sec02 .sub_in ul.flow li dl {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 1rem 0;
	font-size: .875rem;
}
#business #sec02 .sub_in ul.flow li dl dt {
	width: calc(5em + 2rem);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #4dc100;
	padding: .25rem 1rem;
	border-radius: 1.25rem;
	margin: 1rem 0 0;
}
#business #sec02 .sub_in ul.flow li dl dd {
	width: calc(50% - 6em - 2rem);
	padding: .25rem 2rem .25rem 1rem;
	margin: 1rem 0 0;
}
#business #sec02 .sub_in>dl {
	border-top: 3px dotted #dadada;
	padding: 2.5rem 0;
	display: flex;
	align-items: flex-start;
	font-size: .875rem;
}
#business #sec02 .sub_in>dl dt {
	width: 10em;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #44ab00;
	background: #fff;
	padding: .25rem;
	border-radius: 1.25rem;
	border: 3px solid #4dc100;
}
#business #sec02 .sub_in>dl dd {
	padding: .375rem 0 .375rem 1rem;
}
#business #sec02 .sub_in ul.center {
	margin: 3rem 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2.5rem 4.5rem;
}
#business #sec02 .sub_in ul.center li {
	width: calc(50% - 2.25rem);
}
#business #sec02 .sub_in ul.center li h4 {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	color: #2878e5;
}
#business #sec02 .sub_in ul.center li img {
	margin: 1.5rem 0;
}
/* #business #sec03
--------------------------------- */
#business #sec03 .sub_in h3 {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: .05em;
	padding: 1.5rem 0 0;
	border-top: 3px solid #f3f3f3;
	position: relative;
}
#business #sec03 .sub_in h3:after {
	content: '';
	width: 12.5%;
	height: 3px;
	background: #4588e3;
	position: absolute;
	left: 0;
	top: -3px;
}
#business #sec03 .sub_in ul.other {
	margin: 3rem 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2.5rem 4.5rem;
}
#business #sec03 .sub_in ul.other li {
	width: calc(50% - 2.25rem);
}
#business #sec03 .sub_in ul.other li h4 {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	color: #2878e5;
}
#business #sec03 .sub_in ul.other li img {
	margin: 1.5rem 0;
}
/* =============================
 #company
============================= */
/* #company #sec00
--------------------------------- */
#company #sec00 {
	border-bottom: 1px solid #d1def0;
}
#company #sec00 .inner {
	padding: 0 3rem;
	background: linear-gradient(90deg, #fff 85%, #f2f9ff 100%);
	z-index: -2;
}
#company #sec00 .inner>span {
	font-family: "roboto", sans-serif;
	font-weight: 900;
	font-size: 10rem;
	line-height: 1;
	letter-spacing: -.025em;
	color: #f3f6fa;
	position: absolute;
	left: -1%;
	bottom: -1.125rem;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	max-width: 101%;
	clip-path: polygon(0 0, 100% 0, 100% 88%, 0 88%);
	z-index: -1;
}
#company #sec00 .sub_in:after {
	content: '';
	width: 12.5%;
	height: .4rem;
	background: #4588e3;
	position: absolute;
	left: 0;
	bottom: -.4rem;
}
#company #sec00 .sub_in h2 {
	font-size: 2.25rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: .1em;
	padding: 3rem 0;
	color: #2878e5;
}
/* #company #sec01
--------------------------------- */
#company #sec01 .sub_in {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
#company #sec01 .sub_in>div {
	width: 55%;
}
#company #sec01 .sub_in h3 {
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
	padding: 1rem 0;
}
#company #sec01 .sub_in h3 span {
	display: block;
	font-family: "roboto", sans-serif;
	font-weight: 900;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: .025em;
	margin: 1.5rem 0 0;
}
#company #sec01 .sub_in>img {
	width: 35%;
}
/* #company #sec02
--------------------------------- */
#company #sec02 .sub_in h3 {
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: .05em;
	padding: 1.5rem 0 0;
	border-top: 3px solid #f3f3f3;
	position: relative;
}
#company #sec02 .sub_in h3:after {
	content: '';
	width: 12.5%;
	height: 3px;
	background: #4588e3;
	position: absolute;
	left: 0;
	top: -3px;
}
#company #sec02 .sub_in dl {
	font-size: .875rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 4.5rem 0 .5rem;
}
#company #sec02 .sub_in dl dt {
	width: 15%;
	font-size: 1rem;
	font-weight: 700;
	padding: 1.5rem 0;
	border-top: 1px solid #dadada;
}
#company #sec02 .sub_in dl dt span {
	display: block;
	width: 6em;
	text-align: justify;
	text-align-last: justify;
}
#company #sec02 .sub_in dl dd {
	width: 80%;
	padding: 1.5rem 0;
	border-top: 1px solid #dadada;
}
/* #company #sec03
--------------------------------- */
#company #sec03 .sub_in h3 {
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: .05em;
	padding: 1.5rem 0 0;
	border-top: 3px solid #f3f3f3;
	position: relative;
}
#company #sec03 .sub_in h3:after {
	content: '';
	width: 12.5%;
	height: 3px;
	background: #4588e3;
	position: absolute;
	left: 0;
	top: -3px;
}
#company #sec03 .sub_in dl {
	font-size: .875rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 4.5rem 0 .5rem;
}
#company #sec03 .sub_in dl dt {
	width: 15%;
	font-size: 1rem;
	font-weight: 700;
	padding: 1.5rem 0;
	border-top: 1px solid #dadada;
}
#company #sec03 .sub_in dl dt span {
	display: block;
	width: 8em;
	/*text-align: justify;
	text-align-last: justify;*/
}
#company #sec03 .sub_in dl dd {
	width: 80%;
	padding: 1.5rem 0;
	border-top: 1px solid #dadada;
}
/* #company #sec04
--------------------------------- */
#company #sec04 .sub_in {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#company #sec04 .sub_in>div {
	width: 43.75%;
}
#company #sec04 .sub_in h3 {
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: .05em;
	padding: 1.5rem 0 0;
	border-top: 3px solid #f3f3f3;
	position: relative;
}
#company #sec04 .sub_in h3:after {
	content: '';
	width: 30%;
	height: 3px;
	background: #4588e3;
	position: absolute;
	left: 0;
	top: -3px;
}
#company #sec04 .sub_in ul {
	width: 20em;
	font-size: .875rem;
	margin: 1.5rem 0;
}
#company #sec04 .sub_in ul li {
	padding: .25rem 0;
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#company #sec04 .sub_in div:last-of-type li {
	padding: .75rem 0;
}
#company #sec04 .sub_in ul li span {
	width: 8em;
	text-align: center;
	font-weight: 700;
	line-height: 1.25;
	color: #2878e5;
	padding: .25rem .375rem;
	border: .175rem solid #4588e3;
	border-radius: .25rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* =============================
 #recruit
============================= */
/* #recruit #sec00
--------------------------------- */
#recruit #sec00 {
	border-bottom: 1px solid #d1def0;
}
#recruit #sec00 .inner {
	padding: 0 3rem;
	background: linear-gradient(90deg, #fff 85%, #f2f9ff 100%);
	z-index: -2;
}
#recruit #sec00 .inner>span {
	font-family: "roboto", sans-serif;
	font-weight: 900;
	font-size: 10.5rem;
	line-height: 1;
	letter-spacing: -.025em;
	color: #f3f6fa;
	position: absolute;
	left: -1%;
	bottom: -1.75rem;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	max-width: 101%;
	clip-path: polygon(0 0, 100% 0, 100% 84%, 0 84%);
	z-index: -1;
}
#recruit #sec00 .sub_in:after {
	content: '';
	width: 12.5%;
	height: .4rem;
	background: #4588e3;
	position: absolute;
	left: 0;
	bottom: -.4rem;
}
#recruit #sec00 .sub_in h2 {
	font-size: 3.25rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: .1em;
	padding: 3rem 0;
	color: #2878e5;
}
/* #recruit #sec01
--------------------------------- */
#recruit #sec01 .sub_in {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#recruit #sec01 .sub_in>div {
	width: 55%;
}
#recruit #sec01 .sub_in h3 {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: .05em;
	padding: 1rem 0;
}
#recruit #sec01 .sub_in>img {
	width: 35%;
}
#recruit #sec01 a.btn_anchor {
	display: block;
	width: 40vw;
	max-width: 700px;
	min-width: 480px;
	margin: 4.5rem auto 0;
}
/* #recruit #sec02
--------------------------------- */
#recruit #sec02 .sub_in h3 {
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: .05em;
	padding: 1.5rem 0 0;
	border-top: 3px solid #f3f3f3;
	position: relative;
}
#recruit #sec02 .sub_in h3:after {
	content: '';
	width: 12.5%;
	height: 3px;
	background: #4588e3;
	position: absolute;
	left: 0;
	top: -3px;
}
#recruit #sec02 .sub_in dl {
	font-size: .875rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 4.5rem 0 .5rem;
	line-height: 2;
}
#recruit #sec02 .sub_in dl dt {
	width: 15%;
	font-size: 1rem;
	font-weight: 700;
	padding: 1.5rem 0;
	border-top: 1px solid #dadada;
}
#recruit #sec02 .sub_in dl dt span {
	display: block;
	width: 5em;
	text-align: justify;
	text-align-last: justify;
}
#recruit #sec02 .sub_in dl dd {
	width: 80%;
	padding: 1.5rem 0;
	border-top: 1px solid #dadada;
}
#recruit #sec02 .sub_in dl dd:not(.row) ul {
	margin: .5rem 0 0;
}
#recruit #sec02 .sub_in dl dd.row {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}
#recruit #sec02 .sub_in dl dd.row p {
	width: 100%;
	margin: 0;
}
/* #recruit #sec03
--------------------------------- */
#recruit #sec03 .sub_in h3 {
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: .05em;
	padding: 1.5rem 0 0;
	border-top: 3px solid #f3f3f3;
	position: relative;
}
#recruit #sec03 .sub_in h3:after {
	content: '';
	width: 12.5%;
	height: 3px;
	background: #4588e3;
	position: absolute;
	left: 0;
	top: -3px;
}
#recruit #sec03 .sub_in div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 3rem;
	margin: 4.5rem 0 3rem;
}
#recruit #sec03 .sub_in div>img {
	width: calc((100% - 6rem) / 3);
}
/* #recruit aside
--------------------------------- */
#recruit aside {
	width: 14.5%;
	max-width: 260px;
	position: fixed;
	right: 0;
	top: 150px;
	opacity: 0;
	transition: opacity .5s ease-in-out;
	filter: drop-shadow(0 0 .25rem rgba(0, 0, 0, .25));
	z-index: 10;
}
/* =============================
 #info
============================= */
/* #info #sec00
--------------------------------- */
#info #sec00 {
	border-bottom: 1px solid #d1def0;
}
#info #sec00 .inner {
	padding: 0 3rem;
	background: linear-gradient(90deg, #fff 85%, #f2f9ff 100%);
	z-index: -2;
}
#info #sec00 .inner>span {
	font-family: "roboto", sans-serif;
	font-weight: 900;
	font-size: 8rem;
	line-height: 1;
	letter-spacing: -.025em;
	color: #f3f6fa;
	position: absolute;
	left: -1%;
	bottom: -1.5rem;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	max-width: 101%;
	clip-path: polygon(0 0, 100% 0, 100% 82%, 0 82%);
	z-index: -1;
}
#info #sec00 .sub_in:after {
	content: '';
	width: 12.5%;
	height: .4rem;
	background: #4588e3;
	position: absolute;
	left: 0;
	bottom: -.4rem;
}
#info #sec00 .sub_in h2 {
	font-size: 3.25rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: .1em;
	padding: 3rem 0;
	color: #2878e5;
}
/* #info #sec01
--------------------------------- */
#info #sec01 dl {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #d9e1ec;
	font-size: .875rem;
	margin: 3rem auto;
}
#info #sec01 dl dt {
	width: 6rem;
	padding: 1.5rem 0 1.25rem;
	border-bottom: 1px solid #d9e1ec;
}
#info #sec01 dl dt span {
	width: 100%;
	background: #f2f2f2;
	border-radius: .625rem;
	color: #0a5dcf;
	font-size: .75rem;
	font-weight: 700;
	text-align: center;
	padding: .25rem 0;
	margin: auto;
	display: block;
}
#info #sec01 dl dd {
	width: calc(100% - 6rem);
	padding: 1.75rem 1.5rem 1.5rem;
	border-bottom: 1px solid #d9e1ec;
	letter-spacing: .05em;
}
/* .list_info
--------------------------------- */
dl.list_info dd a {
	border-bottom: dotted 1px #666;
}
dl.list_info dd a:hover {
	color: #0a5dcf;
	border-bottom: none;
}
/* #info article
--------------------------------- */
a.btn_grn {
	display: block;
	width: 10em;
	color: #fff;
	background: #4dc100;
	text-align: center;
	font-weight: 700;
	padding: .125rem 1.5rem;
	margin: 3rem auto;
	border-radius: .75rem;
}
a.btn_grn.pos_right {
	margin: 0 0 0 auto;
}
#info article {
	margin: 1.5rem 0;
}
#info article h3 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: .05em;
	padding: 0 0 1rem;
	margin: 0 0 3rem;
	border-bottom: 3px solid #f3f3f3;
	position: relative;
}
#info article h3:after {
	content: '';
	width: 12.5%;
	height: 3px;
	background: #4588e3;
	position: absolute;
	left: 0;
	bottom: -3px;
}
#info article h3 span {
	display: block;
	font-size: 65%;
	padding: 0 0 .5rem;
}
#info article img {
	border-radius: 1.5rem;
	margin: 1.5rem 0;
}
#info article .box_flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 0 3rem;
}
#info article .box_flex img {
	width: calc((100% - 3rem)/2);
}
/* =============================
 #privacy
============================= */
/* #privacy #sec00
--------------------------------- */
#privacy #sec00 {
	border-bottom: 1px solid #d1def0;
}
#privacy #sec00 .inner {
	padding: 0 3rem;
	background: linear-gradient(90deg, #fff 85%, #f2f9ff 100%);
	z-index: -2;
}
#privacy #sec00 .inner>span {
	font-family: "roboto", sans-serif;
	font-weight: 900;
	font-size: 6rem;
	line-height: 1;
	letter-spacing: -.025em;
	color: #f3f6fa;
	position: absolute;
	left: -1%;
	bottom: -1.125rem;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	max-width: 101%;
	clip-path: polygon(0 0, 100% 0, 100% 82%, 0 82%);
	z-index: -1;
}
#privacy #sec00 .sub_in:after {
	content: '';
	width: 12.5%;
	height: .4rem;
	background: #4588e3;
	position: absolute;
	left: 0;
	bottom: -.4rem;
}
#privacy #sec00 .sub_in h2 {
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: .1em;
	padding: 3rem 0;
	color: #2878e5;
}
/* #privacy #sec01
--------------------------------- */
#privacy #sec01 .sub_in {
	max-width: 55vw;
	min-width: 680px;
}
#privacy #sec01 .sub_in>p {
	padding-bottom: 2.5rem;
	margin-bottom: 3rem;
	border-bottom: 1px solid #dadada;
}
#privacy #sec01 .sub_in dl {
	font-size: .875rem;
	margin: 1.75rem 0;
}
#privacy #sec01 .sub_in dl dt {
	font-weight: 700;
}
#privacy #sec01 .sub_in dl dd>p {
	font-size: .85rem;
	margin: .5rem auto;
}
/* =============================
 #site
============================= */
/* #site #sec00
--------------------------------- */
#site #sec00 {
	border-bottom: 1px solid #d1def0;
}
#site #sec00 .inner {
	padding: 0 3rem;
	background: linear-gradient(90deg, #fff 85%, #f2f9ff 100%);
	z-index: -2;
}
#site #sec00 .inner>span {
	font-family: "roboto", sans-serif;
	font-weight: 900;
	font-size: 6rem;
	line-height: 1;
	letter-spacing: -.025em;
	color: #f3f6fa;
	position: absolute;
	left: -1%;
	bottom: -1.125rem;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	max-width: 101%;
	clip-path: polygon(0 0, 100% 0, 100% 82%, 0 82%);
	z-index: -1;
}
#site #sec00 .sub_in:after {
	content: '';
	width: 12.5%;
	height: .4rem;
	background: #4588e3;
	position: absolute;
	left: 0;
	bottom: -.4rem;
}
#site #sec00 .sub_in h2 {
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: .1em;
	padding: 3rem 0;
	color: #2878e5;
}
/* #site #sec01
--------------------------------- */
#site #sec01 .sub_in {
	max-width: 55vw;
	min-width: 680px;
}
#site #sec01 .sub_in>p {
	padding-bottom: 2.5rem;
	margin-bottom: 3rem;
	border-bottom: 1px solid #dadada;
}
#site #sec01 .sub_in dl {
	font-size: .875rem;
	margin: 1.75rem 0;
}
#site #sec01 .sub_in dl dt {
	font-weight: 700;
}
#site #sec01 .sub_in dl dd>p {
	font-size: .85rem;
	margin: .5rem auto;
}
#site #sec01 .sub_in dl dd>ol {
	font-size: .85rem;
	margin: .75rem auto;
	list-style: decimal;
	padding-left: 1rem;
}
#site #sec01 .sub_in dl dd>ol>li {
	padding: .25rem 0;
	line-height: 1.5;
}



/* style
--------------------------------- */
.space {
	display: none;
}