@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #101211;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #101211;
}
a:hover {
	color: #101211;
}
a:active {
	color: #101211;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 128rem;
	color: #101211;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F3F5F5;
}
.fixed {
	position: fixed;
	width: 100%;
}
#container {
	text-align: left;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	height: 10rem;
	background-color: #f3f5f4;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
#gHeader .hBox {
	padding: 1.3rem 4.8rem 1rem;
}
#gHeader h1 {
	margin-bottom: 1rem;
	color: #3D403E;
	font-size: 1.1rem;
	font-weight: 400;
}
#gHeader .innerFlex {
	display: flex;
	justify-content: space-between;
}
#gHeader .logo {
	width: 25rem;
	margin: 0.6rem 0 0 0.2rem;
}
#gHeader .rightBox {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gHeader .naviUl {
	font-size: 1.4rem;
	font-weight: 500;
	display: flex;
	justify-content: center;
	gap: 3.6rem;
	flex: 1;
	letter-spacing: 0.03em;
}
#gHeader .naviUl a {
	display: block;
}
@media all and (min-width: 897px) {
	#gHeader .naviUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		height: 5.6rem;
	}
	#gHeader h1 {
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 1px;
		opacity: 0;
		z-index: -11;
	}
	#gHeader .hBox {
		padding: 1.8rem 1.8rem 0.5rem;
	}
	#gHeader .logo {
		width: 19rem;
		margin: 0;
	}
	#gHeader .menu {
		width: 5.6rem;
		position: absolute;
		top: 0.8rem;
		right: 1.6rem;
	}
}

/* menuBox */
.menuBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fcfcfa;
	z-index: 101;
	overflow-y: auto;
	display: none;
}
.menuBox .innerBox {
	padding: 1.5rem 1.7rem;
}
.menuBox .topBox {
	margin: 0 7.5rem 6.2rem 0;
	display: flex;
	justify-content: space-between;
}
.menuBox .topBox .logo {
	width: 11.9rem;
}
.menuBox .menu {
	width: 5.6rem;
	position: absolute;
	top: 0.8rem;
	right: 1.6rem;
}
.menuBox .languageTxt {
	margin-top: 1px !important;
}
.menuBox .naviUl {
	margin: 0 -1px;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.menuBox .naviUl li {
	margin-bottom: 2.3rem;
}
.menuBox .naviUl li:last-child {
	margin-bottom: 0;
}
.menuBox .naviUl a {
	font-size: 1.6rem;
	font-weight: 700;
	display: inline-block;
	position: relative;
	padding-left: 1.4rem;
	letter-spacing: 0.02em;
}
.menuBox .naviUl a::before {
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	top: 0.9rem;
	left: 0;
	background-color: #0075C2;
	border-radius: 50%;
	content: "";
}
.menuBox .btnUl {
	margin: 4.9rem -1px 0;
	display: flex;
	justify-content: space-between;
	background-color: #0075C2;
	border-radius: 1.2rem;
	overflow: hidden;
	font-family: "Zen Kaku Gothic New", sans-serif;
	position: relative;
}
.menuBox .btnUl::after {
	width: 1px;
	height: 54%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	content: "";
}
.menuBox .btnUl li {
	width: calc(50% - 1.2rem);
}
.menuBox .btnUl a {
	height: 10.4rem;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	color: #fff;
	padding: 2rem 1.2rem;
	letter-spacing: 0.07em;
	background: url("../image/icon07.png") no-repeat right 1rem center / 0.9rem auto;
}
.menuBox .link {
	margin-top: 1.3rem;
	font-size: 1.4rem;
}
.menuBox .link a {
	color: #101211;
}
.menuBox .btmBox {
	margin-top: 4.7rem;
	padding: 3.8rem 1.5rem 2.5rem;
	border-radius: 2.4rem;
	background: #F3F5F5;
	font-size: 1.1rem;
}
.menuBox .btmBox p {
	line-height: 1.63;
}
.menuBox .btmBox .txt {
	margin-bottom: 1.2rem;
	font-size: 1.2rem;
	line-height: 1.25;
}
.menuBox .btmBox .logoImg {
	text-align: center;
	margin-bottom: 2.2rem;
}
.menuBox .btmBox .logoImg img {
	width: 13.9rem;
}
.menuBox .btmBox .logoImg a {
	display: inline-block;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 7.8rem;
	border-top: 0.4rem solid #0075C2;
	background-color: #FCFCF9;
}
#gFooter address {
	padding: 1.1rem 0;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	text-align: center;
	background-color: #0075C2;
	font-family: "Plus Jakarta Sans", sans-serif;
}
#gFooter .fBox {
	margin: 0 auto 7rem;
	max-width: 118.4rem;
	display: flex;
}
#gFooter .fBox .leftBox {
	width: 36.3rem;
	font-size: 1.3rem;
}
#gFooter .fBox .leftBox p {
	line-height: 1.84;
	letter-spacing: 0.05em;
}
#gFooter .fBox .rightBox {
	margin-top: -0.6rem;
	flex: 1;
}
#gFooter .rightBox {
	display: flex;
	flex: 1;
}
#gFooter .fNavi {
	flex: 1;
}
#gFooter .innerRight {
	width: 22rem;
}
#gFooter .btn a {
	height: 15.3rem;
	border-radius: 0.4rem;
	color: #0075C2;
	font-size: 2rem;
	font-weight: 700;
	border: 0.2rem solid #0075C2;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-family: "Zen Kaku Gothic New", sans-serif;
	letter-spacing: 0.02em;
	transition: .5s;
}
#gFooter .btn a:hover {
	background-color: #0075C2;
	color: #fff;
	opacity: 1;
}
#gFooter .flexBtm {
	margin-top: 1.5rem;
	display: flex;
	justify-content: space-between;
}
#gFooter .fLink {
	font-size: 1.1rem;
	font-weight: 350;
}
#container .languageTxt {
	margin: -0.2rem -0.5rem 0 0;
	text-align: right;
	font-size: 1.2rem;
	font-weight: 350;
}
#container .languageTxt a {
	margin: 0 0.5rem;
	color: #3D403E;
	display: inline-block;
}
#container .languageTxt .on {
	color: #0075C2;
	font-weight: 700;
	cursor: default;
	pointer-events: none;
	text-decoration: underline;
}
#gFooter .fLogo {
	width: 14rem;
	margin-bottom: 2.6rem;
}
#gFooter .fLogo a {
	display: inline-block;
}
#gFooter .fNavi {
	margin-top: -1px;
	display: flex;
	flex-wrap: wrap;
	gap: 4.8rem;
}
#gFooter .fNavi .item02 {
	margin-right: 1.8rem;
}
#gFooter .fNavi a {
	display: inline-block;
}
#gFooter .fNavi .link + .link {
	margin-top: 2.9rem;
}
#gFooter .fNavi .link a {
	position: relative;
	font-weight: 700;
	font-family: "Zen Kaku Gothic New", sans-serif;
	padding-left: 0.8rem;
}
#gFooter .fNavi .link a::after {
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	top: 1.1rem;
	left: 0;
	border-radius: 50%;
	background-color: #0075C2;
	content: "";
}
#gFooter .fNavi ul {
	margin: 1.4rem 0 0 1.6rem;
	font-size: 1.3rem;
}
#gFooter .fNavi ul a {
	color: #3D403E;
	letter-spacing: 0.02em;
}
#gFooter .fNavi ul li + li {
	margin-top: 1.2rem;
}
@media all and (min-width: 897px) {
	#gFooter a:hover {
		opacity: 0.7;
	}
	#gFooter .fLogo a:hover {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-top: 0;
		border-top: none;
	}
	#gFooter .fBox {
		padding: 4.8rem 2.4rem 0;
		margin-bottom: 4.6rem;
		display: block;
	}
	#gFooter address {
		padding: 1.1rem 0;
		font-size: 1.1rem;
	}
	#gFooter .fBox .leftBox {
		margin-bottom: 4.9rem;
		padding: 2.9rem 1.5rem 2.4rem 6.3rem;
		width: auto;
		font-size: 1.3rem;
		background-color: #f3f5f4;
		border-radius: 2.5rem;
	}
	#gFooter .fBox .leftBox p {
		line-height: 1.84;
		letter-spacing: 0.05em;
	}
	#gFooter .fBox .rightBox {
		margin-top: 0;
	}
	#gFooter .rightBox {
		display: block;
	}
	#gFooter .innerRight {
		width: auto;
		margin-top: 4.8rem;
	}
	#gFooter .btn a {
		height: 6.7rem;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 700;
		border-radius: 1.2rem;
		background: #0075C2 url("../image/icon06.png") no-repeat right 2.7rem center/ 5rem auto;
		justify-content: flex-start;
		padding: 2rem 3rem;
		letter-spacing: 0.08em;
	}
	#gFooter .flexBtm {
		margin-top: 1.5rem;
	}
	#gFooter .fLink {
		font-size: 1.4rem;
	}
	#container .languageTxt {
		margin: -0.2rem -0.8rem 0 0;
		font-size: 1.5rem;
	}
	#container .languageTxt a {
		margin: 0 0.8rem;
	}
	#gFooter .fLogo {
		width: 21.6rem;
		margin-bottom: 1.7rem;
	}
	#gFooter .fNavi {
		display: none;
	}
	#gFooter .fNavi .item02 {
		margin-right: 0;
	}
	#gFooter .fNavi .link + .link {
		margin-top: 2.9rem;
	}
	#gFooter .fNavi .link a {
		padding-left: 1.4rem;
		font-size: 1.8rem;
	}
	#gFooter .fNavi ul {
		margin: 1.3rem 0 0 1.8rem;
		font-size: 1.4rem;
	}
	#gFooter .fNavi ul li + li {
		margin-top: 0.8rem;
	}
	#gFooter .fNavi > li {
		margin-bottom: 2.2rem;
	}
	#gFooter .fNavi > li:last-child {
		margin-bottom: 0;
	}
	#gFooter .fNavi .link a::after {
		top: 1rem;
		left: 0;
		width: 0.8rem;
		height: 0.8rem;
	}
	#gFooter .fNavi .link + .link {
		margin-top: 2.3rem;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LXH */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.en {font-family: "Plus Jakarta Sans", sans-serif;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/* comBtn */
.comBtn a {
	padding: 0.3rem;
	width: 12.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4rem;
	border-radius: 0.4rem;
	background: #0075C2;
	border: 1px solid #0075C2;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.03rem;
	transition: .5s;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		color: #0075C2;
		background-color: #fff;
	}
}
@media all and (max-width: 896px) {
}

/* headLine01 */
.headLine01 {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.07em;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.headLine01 .pink {
	color: #E66AA3;
}
.headLine01 .en {
	margin-bottom: 1.3rem;
	color: #E66AA3;
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	display: block;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 2.4rem;
		line-height: 1.45;
	}
	.headLine01 .en {
		margin-bottom: 0.3rem;
		font-size: 1.3rem;
	}
}

/* content */
.content {
	margin: 0 auto;
	max-width: 104rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 1.6rem;
		max-width: inherit;
	}
}


/* comLink */
.comLink {
	margin-top: 4.2rem;
}
.comLink a {
	padding-right: 6rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-decoration: underline;
}
.comLink a::after {
	margin-top: 1px;
	width: 4.8rem;
	height: 4.8rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url("../image/icon01.png") no-repeat left top / 100% 100%;
	content: "";
	transition: .3s;
}
.comLink.right {
	text-align: right;
}
@media all and (min-width: 897px) {
	.comLink a:hover::after {
		right: -1rem;
	}
}
@media all and (max-width: 896px) {
	.comLink a {
		padding: 0.5rem 2.4rem;
		width: 22rem;
		height: 4.8rem;
		color: #fff;
		padding-right: 6rem;
		display: inline-flex;
		align-items: center;
		letter-spacing: 0.07em;
		text-decoration: none;
		font-size: 1.4rem;
		border-radius: 5.4rem;
		background: #0075C2;
	}
	.comLink a::after {
		margin-top: 1px;
		width: 2.4rem;
		height: 0.6rem;
		right: 2.3rem;
		background-image: url("../image/icon05.png");
	}
}

/* comList */
.comList li {
	border-bottom: 1px dashed #3D403E;
}
.comList li:last-child {
	margin-bottom: 0;
}
.comList a {
	padding: 2.3rem 4rem 2.1rem 0;
	width: 100%;
	display: flex;
	font-size: 1.3rem;
	position: relative;
}
.comList a::after {
	width: 3.8rem;
	height: 0.5rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url("../image/icon02.png") no-repeat left top / 100% 100%;
	content: "";
}
.comList a.nolink {
	pointer-events: none;
	padding-right: 0;
}
.comList a.nolink:after {
	display: none;
}
.comList .txt {
	flex: 1;
	line-height: 1.69;
	letter-spacing: 0.04em;
}
.comList .left {
	margin-top: 0.3rem;
	width: 25rem;
	flex-shrink: 0;
	display: flex;
	align-items: flex-start;
	line-height: 1;
}
.entry-content .comList p {
	margin-bottom: 0;
}
.comList .time {
	width: 8.8rem;
	flex-shrink: 0;
	font-size: 1.6rem;
	font-family: "Plus Jakarta Sans", sans-serif;
	letter-spacing: -0.05em;
}
.comList .lable {
	margin-top: -0.4rem;
	font-size: 1.1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	flex: 1;
}
.comList .lable span {
	padding: 0.5rem 0.5rem 0.8rem;
	display: inline-block;
	min-width: 14.6rem;
	border-radius: 4rem;
	background: #0075C2;
	color: #F3F5F5;
	text-align: center;
}
.comList .lable span.media {
	background: #BB913E;
}
.comList .lable span.recruitment {
	background: #2E6C96;
}
.comList .lable span.event {
	background: #BE3A4F;
}
@media all and (min-width: 897px) {
	.comList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comList a {
		padding: 2.7rem 0 2.1rem 0;
		display: block;
		font-size: 1.4rem;
	}
	.comList a::after {
		display: none;
	}
	.comList .txt {
		line-height: 1.69;
		letter-spacing: 0.04em;
	}
	.comList .left {
		margin: 0 0 1.7rem;
		width: auto;
	}
	.comList .time {
		width: 7.8rem;
		font-size: 1.5rem;
	}
	.comList .lable {
		margin-top: -0.2rem;
		font-size: 1.1rem;
	}
	.comList .lable span {
		padding: 0.4rem 0.5rem 0.5rem;
		min-width: 14.6rem;
	}
}


/* comBox */
.comBox {
	padding: 8.7rem 0 8.4rem;
}
.comBox .linkUl {
	display: flex;
}
.comBox .linkUl li {
	width: 50%;
	text-align: center;
}
.comBox .linkUl a {
	padding-bottom: 0.2rem;
	height: 26rem;
	color: #0075C2;
	background-color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	letter-spacing: 0.07em;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.comBox .linkUl .title {
	font-size: 3.2rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-align: center;
	margin-bottom: 2rem;
	transition: .3s;
}
.comBox .linkUl .title img {
	display: block;
	width: 10rem;
	margin: 0 auto 0.5rem;
}
.comBox .linkUl .item01 a {
	color: #fff;
	background: #0075C2;
}
.comBox .linkUl .innerBox {
	width: 100%;
}
@media all and (min-width: 897px) {
	.comBox .linkUl a:hover .title {
		letter-spacing: .15em;
	}
}
@media all and (max-width: 896px) {
	.comBox {
		padding:0;
	}
	.comBox .linkUl {
		display: block;
	}
	.comBox .linkUl li {
		width: auto;
	}
	.comBox .linkUl a {
		height: 17.4rem;
		font-size: 1.3rem;
	}
	.comBox .linkUl .title {
		font-size: 2.4rem;
		margin-bottom: 0.9rem;
	}
	.comBox .linkUl .title img {
		width: 6.6rem;
		margin-bottom: 0;
	}
	.comBox .linkUl .item02 a {
		border: 0.8rem solid #0075C2;
	}
	.comBox .linkUl .item02 .title img {
		width: 6.4rem;
		margin-bottom: 0.5rem;
	}
}

.inview.fadeup {
	opacity: 0;
	transition-duration: .5s;
	transform: translateY(10px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}
.inview.fadedown {
	opacity: 0;
	transition-duration: .5s;
	transform: translateY(-10px);
}
.inview.fadedown.active {
	opacity: 1;
	transform: translateY(0px);
}
.inview.fadeleft {
	opacity: 0;
	transition-duration: .5s;
	transform: translateX(-10px);
}
.inview.fadeleft.active {
	opacity: 1;
	transform: translateX(0px);
}
.inview.faderight {
	opacity: 0;
	transition-duration: .5s;
	transform: translateX(10px);
}
.inview.faderight.active {
	opacity: 1;
	transform: translateX(0px);
}
.delay01 {
	transition-delay: .3s;
}
.delay02 {
	transition-delay: .6s;
}
.delay03 {
	transition-delay: .9s;
}
.delay04 {
	transition-delay: 1.2s;
}
.delay05 {
	transition-delay: 1.5s;
}
.delay06 {
	transition-delay: 1.8s;
}
.delay07 {
	transition-delay: 2.1s;
}
.delay08 {
	transition-delay: 2.4s;
}
.delay09 {
	transition-delay: 2.7s;
}
.delay10 {
	transition-delay: 3s;
}
.delay11 {
	transition-delay: 3.3s;
}
.delay12 {
	transition-delay: 3.6s;
}
.delay13 {
	transition-delay: 3.9s;
}
.delay14 {
	transition-delay: 4.2s;
}
.delay15 {
	transition-delay: 4.5s;
}