@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: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	overflow: hidden;
	position: relative;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
main {
	padding-top: 80px;
}
@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;
	}
	main {
	padding-top: 40px;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* 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;}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.outfit {
	font-family: "Outfit", sans-serif;
}
.roboto {
	font-family: "Roboto", sans-serif;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 1.7rem 5.5rem 1.7rem 5.4rem;
	width: 100%;
	position: fixed;
	background-color: #fff;
	z-index: 6;
}
#gHeader .hBox h1,
#gHeader .hBox .logo {
	margin-top: 0.4rem;
	width: 19.3rem;
}
#gHeader .hBox .menuBox {
	align-items: center;
	justify-content: flex-end;
	width: calc(100% - 21rem);
  gap:10px;
}
#gHeader .hBox .menuBox .link {
  display:flex;
  gap:10px;
}
#gHeader .hBox .menuBox .link li {
	width: 17.9rem;
}
#gHeader .hBox .menuBox .link a {
	padding: 1rem 6rem 1rem 1.8rem;
	color: #FFF;
	font-size: 1.6rem;
	display: block;
	border:1px solid #19265B;
	background: #19265B url(../img/common/icon01.png) no-repeat right 1.8rem center / 3.7rem;
}
#gHeader .hBox .menuBox .link a.loginLink {
	padding: 1.1rem 0;
  background:#19265B;
  text-align:center;
}
#gHeader .hBox .menuBox .link a.loginLink span {
  padding-left:3rem;
	background: transparent url(../img/common/icon_login.png) no-repeat left center / 1.4rem;
}
#gHeader .hBox .menuBox .link a.mypageLink span {
  padding-left:3rem;
	background: transparent url(../img/common/icon_mypage.png) no-repeat left center / 1.4rem;
}
#gHeader .hBox .menuBox .link a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#gHeader .hBox .menuBox {
		display: flex !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0.8rem 6.7rem 1.7rem 1.7rem;
		/*position: relative;*/
	}
	#gHeader .hBox{
    gap:7px;
    justify-content:initial;
	}
	#gHeader .hBox h1,
	#gHeader .hBox .logo {
		margin-top: 0.3rem;
		width: 13.5rem;
	}
	#gHeader .hBox .link01 {
		width: 12.5rem;
    margin-left:auto;
	}
	#gHeader .hBox .link01 a,
  #gHeader .hBox .link02 a {
		padding: 0.8rem;
		display: block;
		color: #FFF;
		font-size: 1.1rem;
		text-align: center;
		background-color: #19265B;
	}
	#gHeader .hBox .link01 a span {
		padding-right: 3.4rem;
		display: inline-block;
		background: url(../img/common/icon01.png) no-repeat right center / 2.6rem;
	}
  #gHeader .hBox .link02 img {
    width:14px;
	}
	#gHeader .menu {
		position: absolute;
		top: 1.6rem;
		right: 2.1rem;
		height: 2.1rem;
		width: 2.6rem;
		cursor: pointer;
		z-index: 400;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}	
	#gHeader .menu span {
		background: #000;
		border: none;
		height: 1px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	#gHeader .menu.on {
		top: 2.3rem;
		right: 2.4rem;
	}
	#gHeader .menu span:nth-of-type(2) {
		top: 0.7rem;
	}	
	#gHeader .menu span:nth-of-type(3) {
		top: 1.4rem;
	}
	#gHeader .menu.on .top {
		transform: translateY(0.7rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
	}
	#gHeader .hBox .menuBox {
		padding-bottom: 12rem;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100dvh;
		background: url(../img/common/menu_bg.jpg) no-repeat center top / cover;
		z-index: 300;
		overflow: auto;
		display: none;
		box-sizing: border-box;
	}
	#gHeader .hBox .menuBox .link {
		flex-direction:column;
    align-items:center;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-right: 5.1rem;
	padding-bottom: 0.3rem;
}
#gNavi li {
	margin-left: 3.7rem;
	display: inline-block;
}
#gNavi li:first-child {
	margin-left: 0;
}
#gNavi li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gNavi {
		margin: 0 0 5.1rem;
		padding: 12.4rem 2rem 0;
	}
	#gNavi li {
		margin: 0 0 2.5rem;
		display: block;
		text-align: center;
	}
	#gNavi li:last-child {
		margin-bottom: 0;
	}
	#gNavi li:first-child {
		margin-left: 0;
	}
	#gNavi li a {
		padding: 1rem;
		display: block;
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background-color: #242424;
}
#gFooter .fBox {
	padding: 5.9rem 0 6rem;
}
#gFooter .fLogo {
	margin: 0 auto 3.1rem;
	width: 20rem;
}
#gFooter .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#gFooter .inner .fNavi {
	margin-right: 3rem;
	padding-bottom: 0.1rem;
}
#gFooter .inner .fNavi li {
	margin-left: 1.7rem;
	display: inline-block;
}
#gFooter .inner .fNavi li:first-child {
	margin-left: 0;
}
#gFooter .inner .fNavi li a {
	color: #FFF;
	font-family: "Roboto", sans-serif;
}
#gFooter .inner .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter .inner .link {
	width: 18.1rem;
}
#gFooter .inner .link a {
	padding: 1.1rem;
	display: block;
	color: #FFF;
	font-size: 1.6rem;
	text-align: center;
	border: 1px solid #FFF;
	background-color: #19265B;
}
#gFooter .inner .link a:hover {
	opacity: 0.7;
}
#gFooter .inner .link a span {
	padding-right: 4.7rem;
	display: inline-block;
	background: url(../img/common/icon01.png) no-repeat right center / 3.7rem;
}
@media all and (max-width: 896px) {
	#gFooter .fLogo {
		margin: 0 auto 3rem;
	}
	#gFooter .inner {
		display: block;
	}
	#gFooter .inner .fNavi {
		display: none;
	}
	#gFooter .inner .link {
		margin: 0 auto;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 0.5rem;
	aspect-ratio: 1440 / 174;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: url(../img/common/page_title_bg.jpg) no-repeat center top / 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pageTitle .pagename {
	color: #19265B;
	font-size: 4.8rem;
	font-weight: 700;
	text-align: center;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 0.6rem;
		padding-top: 0.2rem;
		aspect-ratio: 375 / 140;
		background-image: url(../img/common/page_title_bg_sp.jpg);
	}
	.pageTitle .pagename {
		font-size: 3.2rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 0.4rem;
	max-width: 110rem;
}
#pagePath li,
#pagePath li a {
	font-weight: 500;
	font-family: "Roboto", sans-serif;
}
#pagePath li {
	margin-right: 0.4rem;
}
#pagePath li a {
	margin-right: 0.3rem;
	text-decoration: underline;
}
@media all and (min-width: 897px) {
	#pagePath li a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#pagePath {
		margin: 0 2.2rem 0.5rem;
		max-width: inherit;
	}
	#pagePath li,
	#pagePath li a {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 110rem;
	position: relative;
	z-index: 5;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2.2rem;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
	padding: 10rem 0;
	background: url(../img/common/com_bg01.png) center top / cover;
}
@media all and (max-width: 896px) {
	.comBgBox {
		padding: 5.2rem 0 4.9rem;
		background-image: url(../img/common/com_bg01_sp.png);
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList {
	margin-bottom: 7rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 1rem;
}
.comNewsList li {
	width: 26.7rem;
	background-color: #FFF;
}
.comNewsList li a,
.comNewsList li a span {
	display: block;
}
.comNewsList li a {
	padding: 2rem 2rem 6.4rem;
	height: 100%;
	box-sizing: border-box;
	background: url(../img/common/icon02.png) no-repeat right 2rem bottom 2rem / 3.6rem;
}
.comNewsList li a:hover {
	opacity: 0.7;
}
.comNewsList li .pho {
	margin-bottom: 1.1rem;
	aspect-ratio: 227 / 160;
}
.comNewsList li .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comNewsList li .date {
	margin-bottom: 1.2rem;
	padding: 0 0.2rem;
	color: #19265B;
	font-size: 1.2rem;
}
.comNewsList li .txt {
	color: #111;
	line-height: 1.8;
	text-decoration: underline;
}
@media all and (max-width: 896px) {
	.comNewsList {
		margin-bottom: 10.1rem;
		gap: 0.8rem 0.8rem;
	}
	.comNewsList li {
		width: calc((100% - 0.8rem) / 2);
	}
	.comNewsList li a {
		padding: 0.9rem 2rem 5rem;
		background: url(../img/common/icon02_sp.png) no-repeat right 2rem bottom 1rem / 3.1rem;
	}
	.comNewsList li .pho {
		margin-bottom: 0.7rem;
		aspect-ratio: 121 / 80;
	}
	.comNewsList li .date {
		margin-bottom: 0.7rem;
		padding: 0 0.2rem;
		font-size: 1.4rem;
	}
	.comNewsList li .txt {
		color: #000;
		line-height: 2;
		font-size: 1.2rem;
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	color: #111;
	font-size: 1.6rem;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border: 1px solid #19265B;
	background-color: #FFF;
	padding: 0.5rem;
	width: 5rem;
	height: 5rem;
	margin: 0 1.5rem;
	transition: 0.3s;
}
.wp-pagenavi span.current {
	background-color: #19265B;
	color: #FFF;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	margin: 0;
	border: none;
	background-color: transparent;
}
.wp-pagenavi .nextpostslink img,
.wp-pagenavi .previouspostslink img {
	width: 2.4rem;
}
.wp-pagenavi span.nextpostslink,
.wp-pagenavi span.previouspostslink {
  opacity:.2;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .extend {
	margin: -2.3rem 0.3rem 0;
	border: none;
	font-size: 3rem;
	background: transparent;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		background-color: #19265B;
		color: #FFF;
	}
	.wp-pagenavi a.nextpostslink:hover,
	.wp-pagenavi a.previouspostslink:hover {
		opacity: 0.7;
		background-color: transparent;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin: 0 -2rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: 1.1rem;
		width: 3.5rem;
		height: 3.5rem;
		margin: 0 1rem;
	}
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .previouspostslink {
		margin: 0 0.2rem;
		border: none;
		background-color: transparent;
	}
	.wp-pagenavi .nextpostslink img,
	.wp-pagenavi .previouspostslink img {
		width: 1.7rem;
	}
	.wp-pagenavi .extend {
		margin: -1.8rem 0.3rem 0;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	comContactBox
------------------------------------------------------------*/
.comContactBox {
	padding: 10rem 0 8.3rem;
	background: url(../img/common/com_contact_bg.jpg) no-repeat center bottom / cover;
}
.comContactBox .content {
	width: 107.6rem;
}
.comContactBox .enImg {
	margin-bottom: 0.3rem;
	width: 31rem;
}
.comContactBox .text {
	margin-bottom: 4.1rem;
	color: #19265B;
	font-size: 3.2rem;
	font-weight: 500;
}
.comContactBox .link {
	width: 43rem;
}
.comContactBox .link a {
	min-height: 9.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 3.2rem;
	font-weight: 500;
	background-color: #19265B;
}
.comContactBox .link a:hover {
	opacity: 0.7;
}
.comContactBox .link a span {
	padding-right: 9.5rem;
	background: url(../img/common/icon05.png) no-repeat right center / 7.5rem;
}
@media all and (max-width: 896px) {
	.comContactBox {
		padding: 6.6rem 0 6.5rem;
		background-image: url(../img/common/com_contact_bg_sp.jpg);
	}
	.comContactBox .content {
		width: auto;
	}
	.comContactBox .enImg {
		margin-bottom: 4.2rem;
		width: 22.2rem;
	}
	.comContactBox .text {
		margin-bottom: 4.1rem;
		font-size: 1.8rem;
	}
	.comContactBox .link {
		margin-left: 0.2rem;
		width: 30rem;
	}
	.comContactBox .link a {
		min-height: 6.5rem;
		font-size: 2rem;
	}
	.comContactBox .link a span {
		padding-right: 6.5rem;
		background: url(../img/common/icon05.png) no-repeat right top calc(50% - 0.1rem) / 5.2rem;
	}
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
	margin-bottom: 6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comImgBox .photo {
	margin-top: 3.2rem;
	width: 48.5rem;
}
.comImgBox .textBox {
	width: calc(100% - 54.5rem);
}
.comImgBox.style01 .textBox {
	order: 2;
}
.comImgBox .textBox .text {
	margin-bottom: 2.7rem;
	font-weight: 500;
	line-height: 1.93;
}
.comImgBox .textBox .text:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	.comImgBox {
		margin-bottom: 6rem;
		display: block;
	}
	.comImgBox .photo {
		margin-top: 5.9rem;
		width: auto !important;
	}
	.comImgBox .photo img {
		width: 100%;
	}
	.comImgBox .textBox {
		width: auto;
	}
	.comImgBox .textBox .text {
		margin-bottom: 2.5rem;
		line-height: 1.8;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 5.8rem;
	color: #19265B;
	font-size: 3.4rem;
	font-weight: 700;
}
.headLine01 .enImg {
	margin-bottom: -3.3rem;
	padding: 0 0.6rem;
	display: block;
	width: 35.2rem;
	box-sizing: content-box;
}
.headLine01 .sml {
	margin-top: -0.2rem;
	display: block;
	font-size: 2rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 3.6rem;
		padding: 0 0.6rem;
		font-size: 2.8rem;
	}
	.headLine01 .enImg {
		margin: 0 -0.1rem -1.1rem;
		padding: 0;
		width: 27.3rem;
	}
	.headLine01 .sml {
		margin-top: 0;
	}
}
/*------------------------------------------------------------
	e-learning
------------------------------------------------------------*/
.e-learning .linkList {
	padding: 2rem 0;
	gap: 2.4rem;
	background-color: #19265B;
}
.e-learning .linkList li {
	width: 23rem;
}
.e-learning .linkList li a {
	padding: 1.7rem 1rem 1.7rem;
	display: block;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 500;
	border: 1px solid #FFF;
	text-align: center;
}
.e-learning .linkList li a:hover {
	opacity: 0.7;
}
.e-learning .linkList li a span {
	padding-right: 4.7rem;
	display: inline-block;
	background: url(../img/common/icon01.png) no-repeat right center / 3.7rem;
}
.e-learning .sec01 {
	padding: 10rem 0;
	background: url(../img/e-learning/bg01.png) no-repeat center top / cover;
}
.e-learning .sec01 h2 {
	margin-bottom: 4rem;
	color: #19265B;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.8;
}
.e-learning .sec01 .text {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.81;
	text-align: center;
}
.e-learning .sec02 {
	padding: 12.2rem 0 10rem;
	background-color: #C3C7D6;
}
.e-learning .sec02 .textArea .subBox {
	padding: 4.7rem 3rem 4.9rem;
	width: calc((100% - 3rem) / 2);
	background-color: #ECECEC;
	box-sizing: border-box;
}
.e-learning .sec02 .textArea .subBox h3 {
	margin-bottom: 3.7rem;
	color: #19265B;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}
.e-learning .sec02 .textArea .subBox .title {
	margin-bottom: 4.1rem;
	color: #19265B;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.33;
	text-align: center;
}
.e-learning .sec02 .textArea .subBox .text {
	font-weight: 500;
	line-height: 1.93;
}
.e-learning .sec03 {
	padding: 6.8rem 0 8rem;
	background: url(../img/e-learning/bg02.png) no-repeat center top / cover;
}
.e-learning .sec03 .comImgBox {
	margin-bottom: 4rem;
}
.e-learning .sec03 .comImgBox .photo {
	width: 37rem;
}
.e-learning .sec03 .comImgBox .textBox {
	margin-top: 9rem;
}
.e-learning .sec03 .comImgBox .textBox .headLine01 {
	margin-bottom: 5.9rem;
}
.e-learning .sec03 .comImgBox .textBox .headLine01 .enImg {
	margin-bottom: -3.7rem;
	width: 36.4rem;
}
.e-learning .sec03 .inner .subInner {
	margin-bottom: 3rem;
	padding: 3.7rem 4rem 4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #FFF;
	box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.26);
}
.e-learning .sec03 .inner .subInner:last-child {
	margin-bottom: 0;
}
.e-learning .sec03 .inner .subInner .lBox h3 {
	margin-bottom: 6.1rem;
	color: #19265B;
	font-size: 2.4rem;
	font-weight: 700;
}
.e-learning .sec03 .inner .subInner .lBox .photo {
	width: 26rem;
}
.e-learning .sec03 .inner .subInner .rBox {
	margin-top: 0.4rem;
	width: calc(100% - 32.8rem);
}
.e-learning .sec03 .inner .subInner .rBox .text {
	margin-bottom: 3.9rem;
	min-height: 5.4rem;
	font-weight: 500;
	line-height: 1.93;
}
.e-learning .sec03 .inner .subInner .rBox .subArea {
	padding: 0 4rem 0 1.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.e-learning .sec03 .inner .subInner .rBox .textUl {
	width: 32rem;
}
.e-learning .sec03 .inner .subInner .rBox .textUl li {
	margin-bottom: 1rem;
	padding: 0.8rem 0 0.9rem 1.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #D7DBE8;
	border: 1px solid #DBDBDB;
	box-sizing: border-box;
}
.e-learning .sec03 .inner .subInner .rBox .textUl li:last-child {
	margin-bottom: 0;
}
.e-learning .sec03 .inner .subInner .rBox .textUl li .ttl {
	width: 16.5rem;
	color: #19265B;
	font-size: 1.4rem;
	font-weight: 500;
}
.e-learning .sec03 .inner .subInner .rBox .textUl li .ttl .sml {
	font-size: 1rem;
}
.e-learning .sec03 .inner .subInner .rBox .textUl li .txt {
	width: calc(100% - 17.1rem);
	font-weight: 500;
}
.e-learning .sec03 .inner .subInner .rBox .textUl li .txt .sml {
	font-size: 1rem;
}
.e-learning .sec03 .inner .subInner .rBox .rArea {
	width: 28rem;
}
.e-learning .sec03 .inner .subInner .rBox .rArea .title {
	margin-bottom: 2.1rem;
	padding: 0.6rem 1rem 0.7rem;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	background-color: #19265B;
}
.e-learning .sec03 .inner .subInner .rBox .rArea .textList li {
	font-weight: 500;
	line-height: 1.93;
}
.e-learning .sec03 .inner .subInner .rBox .rArea .textList li.spec {
	padding-left: 1em;
	text-indent: -1em;
}
.e-learning .sec04 {
	padding: 12.1rem 0 10rem;
	background: #C3C7D6;
}
.e-learning .sec04 .comImgBox .photo {
	margin-top: 0.8rem;
}
.e-learning .sec04 .comImgBox .textBox .headLine01 {
	margin-bottom: 2.1rem;
}
.e-learning .sec04 .comImgBox .textBox .headLine01 .enImg {
	margin-bottom: -1.8rem;
	padding: 0 0.3rem;
	width: 36.4rem;
}
.e-learning .sec04 .comImgBox .textBox .headLine01 .sml {
	margin-top: 0.8rem;
}
.e-learning .sec04 .textList {
	gap: 2rem;
}
.e-learning .sec04 .textList li {
	padding: 2.7rem 0 3rem;
	width: calc((100% - 4rem) / 3);
	background-color: #ECECEC;
	box-sizing: border-box;
}
.e-learning .sec04 .textList li .ttl {
	margin-bottom: 0.8rem;
	color: #19265B;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
}
.e-learning .sec04 .textList li .txt {
	margin-bottom: 3.9rem;
	color: #19265B;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.62;
	text-align: center;
}
.e-learning .sec04 .textList li .txtBox {
	margin: 0 auto;
	padding: 0.9rem 1rem;
	width: 23.3rem;
	background-color: #D7DBE8;
	border-bottom: 1px solid #DBDBDB;
	box-sizing: border-box;
}
.e-learning .sec04 .textList li .txtBox .innTtl {
	margin-bottom: 0.6rem;
	color: #19265B;
	font-weight: 500;
	text-align: center;
}
.e-learning .sec04 .textList li .txtBox .innTxt {
	font-weight: 500;
	text-align: center;
}
@media all and (max-width: 896px) {
	.e-learning .linkList {
		padding: 2rem 3.4rem;
		gap: 1rem 2rem;
		justify-content: center;
	}
	.e-learning .linkList li {
		width: calc((100% - 2rem) / 2);
	}
	.e-learning .linkList li.spec {
		min-width: 17.1rem;
	}
	.e-learning .linkList li a {
		padding: 0.3rem 0.9rem;
		min-height: 4rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		color: #FFF;
		font-size: 1.4rem;
		line-height: 1.25;
		border: 1px solid #FFF;
		text-align: left;
		min-height: 50px;
	}
	.e-learning .sec01 {
		padding: 4.7rem 0 4.5rem;
		background-image: url(../img/e-learning/bg01_sp.png);
	}
	.e-learning .sec01 h2 {
		margin-bottom: 4rem;
		font-size: 2.6rem;
	}
	.e-learning .sec01 .text {
		text-align: left;
	}
	.e-learning .sec02 {
		padding: 6.7rem 0 6rem;
	}
	.e-learning .sec02 .textArea {
		display: block;
	}
	.e-learning .sec02 .textArea .subBox {
		margin-bottom: 3rem;
		padding: 2.7rem 2rem;
		min-height: 50.4rem;
		width: auto;
		box-sizing: border-box;
	}
	.e-learning .sec02 .textArea .subBox:last-child {
		margin-bottom: 0;
	}
	.e-learning .sec03 {
		padding: 6.6rem 0 5rem;
		background-image: url(../img/e-learning/bg02_sp.png);
		background-color: #C3C7D6;
	}
	.e-learning .sec03 .comImgBox {
		margin-bottom: 3rem;
	}
	.e-learning .sec03 .comImgBox .textBox {
		margin-top: 0;
	}
	.e-learning .sec03 .comImgBox .textBox .headLine01 {
		margin-bottom: 3.9rem;
		padding: 0 0.1rem;
	}
	.e-learning .sec03 .comImgBox .textBox .headLine01 .enImg {
		margin-bottom: -1.1rem;
		padding: 0 0.5rem;
		width: 28.2rem;
	}
	.e-learning .sec03 .comImgBox .photo {
		margin: 2.8rem 2.6rem 0 2.5rem;
	}
	.e-learning .sec03 .inner .subInner {
		margin-bottom: 3rem;
		padding: 4.2rem 2.5rem 3.9rem;
		display: block;
	}
	.e-learning .sec03 .inner .subInner .lBox {
		margin-bottom: 2rem;
	}
	.e-learning .sec03 .inner .subInner .lBox h3 {
		margin-bottom: 2.2rem;
		font-size: 1.8rem;
	}
	.e-learning .sec03 .inner .subInner .lBox .text {
		margin-bottom: 2.9rem;
		font-weight: 500;
		line-height: 1.93;
	}
	.e-learning .sec03 .inner .subInner .lBox .photo {
		margin: 0 auto;
		width: 13rem;
	}
	.e-learning .sec03 .inner .subInner .rBox {
		margin-top: 0;
		width: auto;
	}
	.e-learning .sec03 .inner .subInner .rBox .subArea {
		padding: 0;
		display: block;
	}
	.e-learning .sec03 .inner .subInner .rBox .textUl {
		margin-bottom: 2rem;
		width: auto;
	}
	.e-learning .sec03 .inner .subInner .rBox .textUl li {
		padding: 0.8rem 0 0.9rem 0.9rem;
	}
	.e-learning .sec03 .inner .subInner .rBox .textUl li .ttl {
		width: 15.5rem;
	}
	.e-learning .sec03 .inner .subInner .rBox .textUl li .txt {
		width: calc(100% - 16.1rem);
	}
	.e-learning .sec03 .inner .subInner .rBox .rArea {
		width: auto;
	}
	.e-learning .sec04 {
		padding: 7.6rem 0 5rem;
	}
	.e-learning .sec04 .comImgBox {
		margin-bottom: 2.9rem;
	}
	.e-learning .sec04 .comImgBox .textBox .headLine01 {
		margin-bottom: 4rem;
	}
	.e-learning .sec04 .comImgBox .textBox .headLine01 .enImg {
		margin-bottom: -1.2rem;
		padding: 0;
		width: 28.2rem;
	}
	.e-learning .sec04 .comImgBox .textBox .headLine01 .sml {
		margin-top: -0.6rem;
	}
	.e-learning .sec04 .comImgBox .photo {
		margin-top: 3.8rem;
	}
	.e-learning .sec04 .textList {
		display: block;
	}
	.e-learning .sec04 .textList li {
		margin-bottom: 2rem;
		padding: 3.2rem 0 3rem;
		width: auto;
	}
	.e-learning .sec04 .textList li:last-child {
		margin-bottom: 0;
	}
	.e-learning .sec04 .textList li .ttl {
		margin-bottom: 1.2rem;
		font-size: 1.8rem;
	}
	.e-learning .sec04 .textList li .txt {
		margin-bottom: 1.9rem;
		font-size: 1.4rem;
		line-height: 1.85;
	}
	.e-learning .sec04 .textList li .txtBox {
		margin: 0 auto;
		padding: 0.9rem 1rem 0.9rem 1.7rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 4rem;
	}
	.e-learning .sec04 .textList li .txtBox .innTtl {
		margin-bottom: 0;
		text-align: left;
	}
	.e-learning .sec04 .textList li .txtBox .innTxt {
		text-align: left;
	}
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
.news.detail .comBgBox {
	background-image: url(../img/common/com_bg02.png);
}
.news.detail .inner {
	padding: 3.6rem 4rem 4rem;
	background-color: #FFF;
}
.news.detail .inner .date {
	margin-bottom: 3.4rem;
	padding: 0 0.5rem;
	color: #414F88;
	font-size: 2rem;
	font-weight: 700;
}
.news.detail .inner .subInner {
	margin-bottom: 10rem;
}
.news.detail .inner .subInner h1 {
	margin-bottom: 5rem;
	padding: 0 0 1.4rem 3rem;
	position: relative;
	color: #111;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
}
.news.detail .inner .subInner h1::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1.3rem;
	background-color: #19265B;
	content: '';
}
.news.detail .inner .subInner h2 {
	margin-bottom: 2.5rem;
	padding: 1.8rem 0 1.7rem;
	color: #111;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	border-top: 0.2rem solid #19265B;
	border-bottom: 0.2rem solid #19265B;
}
.news.detail .inner .subInner h3 {
	margin-bottom: 5.1rem;
	padding-bottom: 1.3rem;
	color: #111;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.6;
	border-bottom: 0.2rem solid #19265B;
}
.news.detail .inner .subInner p + h3,
.news.detail .inner .subInner p + h2 {
	margin-top: 5rem;
}
.news.detail .inner .subInner h4 {
	margin-bottom: 5.8rem;
	padding: 0 0 0 3rem;
	position: relative;
	color: #111;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.6;
}
.news.detail .inner .subInner h4::before {
	position: absolute;
	top: 0.6rem;
	left: 0;
	width: 2rem;
	height: 2rem;
	background-color: #19265B;
	content: '';
}
.news.detail .inner .subInner p + h4 {
	margin-top: 4.2rem;
}
.news.detail .inner .subInner p,
.news.detail .inner .subInner ul,
.news.detail .inner .subInner ol {
	margin-bottom: 2.5rem;
	line-height: 1.8;
	word-break: break-all;
}
.news.detail .inner .subInner p a {
	text-decoration: underline;
}
.news.detail .inner .subInner p a:hover {
	opacity: 0.7;
}
.news.detail .inner .subInner ul,
.news.detail .inner .subInner ol {
  margin-left:1em;
}
.news.detail .inner .subInner ul {
  list-style-type: disc;
}
.news.detail .inner .subInner ol {
  list-style-type: decimal;
}
.news.detail .inner .subInner figure {
	text-align: center;
}
.news.detail .inner .linkList {
	gap: 10rem;
}
.news.detail .inner .linkList li {
	width: 30rem;
}
.news.detail .inner .linkList li a {
	padding: 1.5rem 1rem 1.3rem 2rem;
	display: block;
	border: 1px solid #19265B;
	color: #19265B;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}
.news.detail .inner .linkList li a:hover {
	opacity: 0.7;
}
.news.detail .inner .linkList li a .sub {
	padding-left: 2.9rem;
	background: url(../img/common/icon06.png) no-repeat left center / 0.8rem;
}
.news.detail .inner .linkList li:nth-child(2) a {
	padding: 1.5rem 2.2rem 1.3rem 1rem;
}
.news.detail .inner .linkList li:nth-child(2) a .sub {
	padding: 0 2.9rem 0 0;
	background: url(../img/common/icon07.png) no-repeat right center / 0.8rem;
}
@media all and (max-width: 896px) {
	.news.detail .comBgBox {
		background-image: url(../img/common/com_bg02_sp.png);
	}
	.news.detail .inner {
		margin: 0 -2.2rem;
		padding: 2.8rem 2.2rem 3rem;
	}
	.news.detail .inner .date {
		margin-bottom: 1.8rem;
		padding: 0 0.4rem;
		font-size: 1.6rem;
	}
	.news.detail .inner .subInner {
		margin-bottom: 6rem;
	}
	.news.detail .inner .subInner h1 {
		margin-bottom: 5rem;
		padding: 0 0 1.5rem 2rem;
		font-size: 2.2rem;
	}
	.news.detail .inner .subInner h1::before {
		width: 0.7rem;
	}
	.news.detail .inner .subInner h2 {
		margin-bottom: 5rem;
		padding: 1.9rem 0 1.7rem;
		font-size: 2rem;
	}
	.news.detail .inner .subInner h3 {
		margin-bottom: 5.1rem;
		padding-bottom: 1.3rem;
		font-size: 1.8rem;
	}
	.news.detail .inner .subInner h4 {
		margin-bottom: 5.8rem;
		padding: 0 0 0 2.5rem;
		font-size: 1.8rem;
	}
	.news.detail .inner .subInner h4::before {
		top: 0.5rem;
		width: 1.5rem;
		height: 1.5rem;
	}
	.news.detail .inner .subInner p + h4 {
		margin-top: 4.5rem;
	}
	.news.detail .inner .subInner p {
		margin-bottom: 3.2rem;
		font-size: 1.6rem;
		line-height: 2;
	}
	.news.detail .inner .linkList {
		display: block;
	}
	.news.detail .inner .linkList li {
		margin: 0 auto 2rem;
		width: 30rem;
	}
	.news.detail .inner .linkList li:last-child {
		margin-bottom: 0;
	}
	.news.detail .inner .linkList li a {
		padding: 1.2rem 1rem 1.2rem 2rem;
		font-size: 1.4rem;
	}
	.news.detail .inner .linkList li:nth-child(2) a {
		padding: 1.2rem 2.2rem 1.2rem 1rem;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contact .comBgBox {
	background-image: url(../img/common/com_bg03.png);
}
.contact .inner {
	padding: 4rem 0;
	background-color: #FFF;
}
.contact .inner .tableBox {
	margin: 0 auto;
	width: 90rem;
}
.contact .inner .tableBox table {
	margin-bottom: 2.5rem;
	width: 100%;
	border-collapse: collapse;
}
.contact .inner .tableBox th,
.contact .inner .tableBox td {
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	word-break: break-all;
}
.contact .inner .tableBox th {
	width: 29.3%;
	position: relative;
  vertical-align:middle;

  &.top{
    vertical-align:top;
    padding-top:1.5rem;
  }
}
.contact.login .inner .tableBox th {
	width: 20%;
}
.contact .inner .tableBox .must {
	padding: 0.3rem 0.5rem 0.4rem;
	display: inline-block;
	width: 4.8rem;
	color: #FFF;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	border-radius: 10rem;
	background-color: #D83D48;
	box-sizing: border-box;
}
.contact .inner .tableBox th .must {
	position: absolute;
	top: 50%;
	right: 0;
  transform:translateY(-50%);
}
.contact .inner .tableBox th.top .must {
	top: 3rem;
}
.contact .inner .tableBox .must.any {
	background-color: #5F6368;
}
.contact .inner .tableBox td {
	padding: 1.5rem 0 1.5rem 1.6rem;
}
.contact .inner .tableBox .is-expand {
	display:none;

  &.is-open{
    display:table-row;
  }
}
.contact .inner .tableBox textarea,
.contact .inner .tableBox input[type="tel"],
.contact .inner .tableBox input[type="text"],
.contact .inner .tableBox input[type="email"],
.contact .inner .tableBox input[type="password"] {
	appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  border-radius: 0.8rem;
  height: 4.4rem;
  border: 1.5px solid rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
	color: #000;
  font-size: 1.5rem;
  padding: 0 1.1rem;
  width: 100%;
  background-color: #FFF;

  &.small{
    width:12%;
    margin-right:.5em;
  }
}
.contact .inner .tableBox textarea {
	height: 16rem;
	padding: 0.7rem 1.1rem;
	resize: vertical;
}
.contact .inner .tableBox input::-webkit-input-placeholder,
.contact .inner .tableBox textarea::-webkit-input-placeholder { /* WebKit browsers */
	color: rgba(0, 0, 0, 0.36);
	opacity:1;
}
.contact .inner .tableBox input:-moz-placeholder,
.contact .inner .tableBox textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: rgba(0, 0, 0, 0.36);
	opacity:1;
}
.contact .inner .tableBox input::-moz-placeholder,
.contact .inner .tableBox textarea::-moz-placeholder {
	color: rgba(0, 0, 0, 0.36);
	opacity:1;
}
.contact .inner .tableBox input:-ms-input-placeholder,
.contact .inner .tableBox textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: rgba(0, 0, 0, 0.36);
	opacity:1;
}
.contact .inner .tableBox .privacyBox {
	margin-bottom: 6rem;
}
.contact .inner .tableBox .privacyBox h3 {
	margin-bottom: 2rem;
	color: #19265B;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
.contact .inner .tableBox .privacyBox .scrollBox {
	padding: 5.5rem 6.7rem;
	height: 20rem;
	overflow-y: scroll;
	border: 1px solid #ECECEC;
	box-sizing: border-box;
}
.contact .inner .tableBox .privacyBox .scrollBox .text {
	margin-bottom: 2rem;
	line-height: 1.6;
}
.contact .inner .tableBox .privacyBox .scrollBox .text:last-child {
	margin-bottom: 0;
}
.contact .inner .tableBox .privacyBox .scrollBox .textUl {
	margin-bottom: 2rem;
}
.contact .inner .tableBox .privacyBox .scrollBox .textUl li {
	padding-left: 2.1rem;
	position: relative;
	line-height: 1.6;
}
.contact .inner .tableBox .privacyBox .scrollBox .textUl li::before {
	position: absolute;
	top: 1.2rem;
	left: 0.9rem;
	width: 0.3rem;
	height: 0.3rem;
	background-color: #000;
	border-radius: 50%;
	content: '';
}
.contact .inner .tableBox .btmText {
	margin-bottom: 3rem;
	text-align: center;
	line-height: 1.71;
}
.contact .inner .tableBox .acceptance {
	margin: 3rem 0;
	text-align: center;
	line-height: 1.71;
}
.contact .inner .tableBox .submit li {
	width: 30rem;
	position: relative;
	cursor: pointer;
}
.contact .inner .tableBox .submit li input {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	width: 100%;
	height: 6rem;
	border-radius: 0;
	text-align: center;
	cursor: pointer;
	font-size: 0;
	color: #19265B;
	border: 1px solid #19265B;
	background: #FFF;
	box-sizing: border-box;
}
.contact .inner .tableBox .submit li span {
	margin-left: -0.6rem;
	padding: 0.2rem 2.8rem 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: inline-block;
	color: #19265B;
	font-size: 2rem;
	font-weight: 500;
	background: url(../img/common/icon07.png) no-repeat right center / 0.8rem;
	pointer-events: none;
  white-space:nowrap;
}
.contact .inner .tableBox .submit li.nolink {
	pointer-events: none;
}
.contact .inner .tableBox .submit input[disabled] {
	color: #C2C2C2;
	border-color: #C2C2C2;
	pointer-events: none;
}
.contact .inner .tableBox .submit input[disabled] + .wpcf7-spinner + span {
	color: #C2C2C2;
	background-image: url(../img/common/icon08.png);
}
@media all and (min-width: 897px) {
	.contact .inner .tableBox .submit li:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.contact .comBgBox {
		background-image: url(../img/common/com_bg03_sp.png);
	}
	.contact .inner {
		margin: 0 -2.2rem;
		padding: 6rem 6rem 3rem;
	}
	.contact .inner .tableBox {
		margin: 0;
		width: auto;
	}
	.contact .inner .tableBox table {
		margin-bottom: 5.5rem;
	}
	.contact .inner .tableBox th,
	.contact .inner .tableBox td {
		padding: 0 !important;
		display: block !important;
		width: 100% !important;
	}
	.contact .inner .tableBox th {
		margin-bottom: 1.1rem;
		padding: 0;
	}
	.contact .inner .tableBox .must {
		margin: 0 0 0 1rem;
		padding: 0.3rem 0.5rem 0.4rem;
		display: inline-block;
		position: static;
		width: 4.8rem;
		font-size: 1rem;
		vertical-align: 0.2rem;
	}
	.contact .inner .tableBox td {
		margin-bottom: 3rem;
	}
	.contact .inner .tableBox tr:last-child td {
		margin-bottom: 0;
	}
	.contact .inner .tableBox textarea,
	.contact .inner .tableBox input[type="tel"],
	.contact .inner .tableBox input[type="text"],
	.contact .inner .tableBox input[type="email"] {
		border-radius: 0.5rem;
		height: 3.2rem;
		font-size: 1.2rem;
		padding: 0 0.6rem 0.2rem;
	}
	.contact .inner .tableBox textarea {
		height: 12.9rem;
		padding: 0.9rem 0.6rem;
	}
	.contact .inner .tableBox .privacyBox {
		margin: 0 -4.3rem 3rem;
	}
	.contact .inner .tableBox .privacyBox h3 {
		margin-bottom: 1.9rem;
		font-size: 1.8rem;
		line-height: 1.65;
	}
	.contact .inner .tableBox .privacyBox .scrollBox {
		padding: 2.9rem 2rem;
		border: 1px solid #C3C7D6;
	}
	.contact .inner .tableBox .btmText {
		margin: 0 -3.4rem 1.5rem;
		text-align: left;
		line-height: 1.64;
	}
	.contact .inner .tableBox .btmText {
		margin: 1.5rem -3.4rem;
		text-align: left;
		line-height: 1.64;
	}
	.contact .inner .tableBox .submit {
		margin: 0 -3rem;
		display: block;
	}
	.contact .inner .tableBox .submit li {
		margin: 0 auto;
	}
	.contact .inner .tableBox .submit li input {
		height: 4.7rem;
	}
	.contact .inner .tableBox .submit li span {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	login
------------------------------------------------------------*/
.utility{
  margin:3rem auto;
  display:flex;
  flex-direction:column;
  gap:.5em;
  width:fit-content;
}
.utility a{
  padding:0 0 0 1em;
	background: url(../img/common/icon07.png) no-repeat left center / 0.8rem;
  text-decoration:underline;
  transition:all .3s;

  &.registLink{
    font-weight:bold;
  }
}
.error{
  color:#c00;
}
@media all and (min-width: 897px) {
  .utility a:hover{
		opacity: 0.7;
    text-decoration:none;
  }
}
