@charset "utf-8";
/*
Theme Name: Cruager
Theme URI: null
Description: Description
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a, a:link {
	color: #222;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #222;
}
a:hover {
	color: #222;
}
a:active {
	color: #222;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
		font-family: 'Noto Sans JP', sans-serif;
	color: #222;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	position: relative;
	text-align: left;
}
#main {}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1200px) {
	.sp {
		display: none !important;
	}
}
@media all and (min-width: 1200px) and (max-width: 1919px) {
	html {
		font-size: 0.54vw;
	}
}
@media all and (max-width: 1199px) {
	body {
		min-width: inherit;
		font-size: 1.6rem;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 1.3% 2.6% 2.5%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
	transition: opacity 1s cubic-bezier(.48, 0, .12, 1), -webkit-transform 1s cubic-bezier(.48, 0, .12, 1);
	transition: transform 1s cubic-bezier(.48, 0, .12, 1), opacity 1s cubic-bezier(.48, 0, .12, 1);
	transition: transform 1s cubic-bezier(.48, 0, .12, 1), opacity 1s cubic-bezier(.48, 0, .12, 1), -webkit-transform 1s cubic-bezier(.48, 0, .12, 1);
	z-index: 11;
}
#gHeader h1 {
	display: none;
}
#gHeader.flexd {
	position: fixed;
	background-color: #fff;
}
#gHeader.show {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
#gHeader .logo {
	width: 14.1%;
}
@media all and (min-width: 1200px) {
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 1199px) {
	#gHeader {
		padding: 10px 10px 15px;
	}
	#gHeader .logo,
	#gHeader h1 {
		margin: 0 auto;
		width: 150px;
	}
	.menu {
		right: 20px;
		top: 24px;
		display: block;
		position: absolute;
		width: 30px;
		height: 30px;
		cursor: pointer;
		z-index: 101;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		box-sizing: border-box;
	}
	.menu > div {
		margin: 0 auto;
		width: 30px;
		height: 30px;
		position: relative;
	}
	.menu span {
		background-color: #fff;
		border: none;
		height: 1px;
		width: 30px;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	#gHeader.flexd .menu span {
		background-color: #707070;
	}
	.menu span:nth-of-type(2) {
		opacity: 0;
	}
	.menu span:nth-of-type(3) {
		top: 10px;
	}
	.menu.active span {
		background-color: #fff;
	}
	.menu.active .top {
		-webkit-transform: translateY(5px) translateX(0) rotate(45deg);
		-ms-transform: translateY(5px) translateX(0) rotate(45deg);
		transform: translateY(5px) translateX(0) rotate(45deg);
	}
	.menu.active .bottom {
		-webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-5px) translateX(0) rotate(-45deg);
		transform: translateY(-5px) translateX(0) rotate(-45deg);
	}
	.menuBox {
		visibility: hidden;
		overflow: hidden;
		padding: 0 20px;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		overflow-y: scroll;
		z-index: 10;
		box-sizing: border-box;
	}
	.menuBox.show {
		visibility: visible;
	}
	.menuBox .menuBgWrap {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.menuBox .menuBg {
		position: absolute;
		height: 0;
		width: 0;
		top: 30px;
		right: 35px;
		background-color: #015EC9;
		border-radius: 50%;
		-webkit-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
		-webkit-transition: .8s cubic-bezier(.6, -.01, .1, 1) .1s;
		-moz-transition: .8s cubic-bezier(.6, -.01, .1, 1) .1s;
		-ms-transition: .8s cubic-bezier(.6, -.01, .1, 1) .1s;
		-o-transition: .8s cubic-bezier(.6, -.01, .1, 1) .1s;
		transition: .8s cubic-bezier(.6, -.01, .1, 1) .1s;
	}
	.menuBox.show .menuBg {
		width: 3000px;
		height: 3000px;
		-webkit-transition: .8s cubic-bezier(.4, .1, .3, 1);
		-moz-transition: .8s cubic-bezier(.4, .1, .3, 1);
		-ms-transition: .8s cubic-bezier(.4, .1, .3, 1);
		-o-transition: .8s cubic-bezier(.4, .1, .3, 1);
		transition: .8s cubic-bezier(.4, .1, .3, 1);
	}
	.menuBox > ul {
		margin: 80px 0;
		position: relative;
		z-index: 11;
	}
	.menuBox > ul > li {
		transition: transform .4s cubic-bezier(.4, .1, .3, 1) .5s, opacity .5s cubic-bezier(.4, .1, .3, 1);
		transform: translateY(6.5rem);
		opacity: 0;
	}
	.menuBox.show > ul > li:first-child {
		transition-delay: .15s, .25s;
	}
	.menuBox.show > ul > li:nth-child(2) {
		transition-delay: .2s, .35s;
	}
	.menuBox.show > ul > li:nth-child(3) {
		transition-delay: .25s, .45s;
	}
	.menuBox.show > ul > li:nth-child(4) {
		transition-delay: .3s, .55s;
	}
	.menuBox.show > ul > li:nth-child(5) {
		transition-delay: .35s, .65s;
	}
	.menuBox.show > ul > li:nth-child(6) {
		transition-delay: .4s, .75s;
	}
	.menuBox.show > ul > li:nth-child(7) {
		transition-delay: .45s, .85s;
	}
	.menuBox.show > ul > li:nth-child(8) {
		transition-delay: .2s, .35s;
	}
	.menuBox.show > ul > li {
		transform: translateY(0);
		opacity: 1;
		transition: transform .8s cubic-bezier(.4, .1, .3, 1), opacity .8s cubic-bezier(.1, .2, .3, 1) .8s;
	}
	.menuBox li a {
		padding: 15px 0;
		display: block;
		color: #fff;
	}
	.menuBox .liStyle .clickBtn {
		position: absolute;
		padding: 10px;
		right: 0;
		top: 18px;
		width: 14px;
		height: 14px;
		cursor: pointer;
		box-sizing: border-box;
	}
	.menuBox .liStyle .clickBtn:before, .menuBox .liStyle .clickBtn:after {
		position: absolute;
		left: 0;
		top: 50%;
		width: 14px;
		height: 2px;
		transform: translateY(-50%);
		background-color: #fff;
		content: "";
	}
	.menuBox .liStyle .clickBtn:after {
		left: 6px;
		width: 2px;
		height: 14px;
	}
	.menuBox .liStyle .clickBtn.on:after {
		opacity: 0;
	}
	.menuBox li ul {
		margin: 10px 15px;
		display: none;
	}
	.menuBox li li a {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-top: 0.7%;
	width: calc(100% - 270px);
}
#gNavi > ul {
	margin-right: 1%;
	display: flex;
	justify-content: flex-end;
}
#gNavi > ul > li {
	margin-left: 3.5%;
	position: relative;
}
#gNavi > ul > li a {
	padding: 1em 0;
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}
#gNavi > ul > li > .on {
	opacity: 0.7;
}
#gNavi > ul > .liStyle > a:after {
	margin-top: -4px;
	position: absolute;
	right: -23px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
	content: "";
}
#gNavi > ul > li ul {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 200%;
	transform: translateX(-50%);
	background-color: #015EC9;
}
#gNavi > ul > li:nth-child(2) ul {
	width: 200%;
}
#gNavi > ul > li:nth-child(4) ul {
	width: 250%;
}
#gNavi > ul > li:nth-child(5) ul {
	width: 390%;
}
#gNavi > ul > li li a {
	padding: 6% 8%;
	position: relative;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	background-color: #015EC9;
	border-bottom: 0.05em solid #fff;
}
#gNavi > ul > li li:last-child a {
	border-bottom: none;
}
#gNavi > ul > li li a:after {
	margin-top: -0.25em;
	position: absolute;
	right: 7%;
	top: 50%;
	width: 0.5em;
	height: 0.5em;
	border-top: 0.1em solid #fff;
	border-right: 0.1em solid #fff;
	transform: rotate(45deg);
	content: "";
}
#gHeader.flexd #gNavi > ul > li > a {
	color: #222;
}
#gHeader.flexd #gNavi > ul > li > a:after {
	border-color: #222;
}
@media all and (min-width: 1200px) {
	#gNavi > ul > li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 1199px) {
	#gNavi {
		display: none;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 5.2%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
}
#pagePath li {
	margin-right: 2.5%;
}
#pagePath li:last-child {
	margin-right: 0;
}
#pagePath li a {
	display: inline-block;
	font-size: 1.8rem;
	position: relative;
}
#pagePath li a:after {
	margin-top: -3px;
	position: absolute;
	right: -19%;
	top: 50%;
	width: 7px;
	height: 12px;
	background: url("img/common/icon01.png") no-repeat left top;
	background-size: 7px auto;
	content: "";
}
@media all and (min-width: 1200px) {
	#pagePath li a:hover {
		color: #015EC9;
	}
}
@media all and (max-width: 1199px) {
	#pagePath {
		margin-bottom: 35px;
		font-size: 1.3rem;
	}
	#pagePath li {
		margin-right: 40px;
	}
	#pagePath li a {
		font-size: 1.4rem;
	}
	#pagePath li a:after {
		margin-top: -3px;
		right: -22px;
		width: 5px;
		height: 10px;
		background-size: 5px auto;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 4% 2% 100px;
}
#gFooter .fInner {
	margin: 0 auto 1%;
	max-width: 1700px;
	padding-right: 180px;
	position: relative;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
#gFooter .fLogo {
	margin-top: 1.6%;
	width: 17%;
}
#gFooter .fNavi {
	display: flex;
	width: 77%;
}
#gFooter .fNavi > li {
	margin-right: 4%;
}
#gFooter .fNavi > li:nth-child(3) {
	min-width: 10.7%;
}
#gFooter .fNavi > li li {
	margin-bottom: 10px;
}
#gFooter .fNavi > li a {
	color: #CCC;
	font-size: 1.7rem;
	font-weight: bold;
}
#gFooter .fNavi > li .subLink {
	margin-bottom: 4px;
}
#gFooter .fNavi > li .subLink a {
	font-size: 1.5rem;
	font-weight: 500;
}
#gFooter .link {
	position: absolute;
	right: 8rem;
	bottom: 2rem;
	width: 7.5rem;
}
#gFooter .link a {
	display: block;
}
#gFooter .copyright {
	color: #CCC;
	font-size: 1.4rem;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}
@media all and (min-width: 1200px) {
	#gFooter .fNavi > li a:hover {
		color: #222;
	}
	#gFooter .link a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 1199px) {
	#gFooter {
		padding: 63px 48px 120px;
		overflow: hidden;
	}
	#gFooter .fInner {
		margin-bottom: 62px;
		padding-right: 0;
		flex-wrap: wrap;
	}
	#gFooter .fLogo {
		margin: 30px auto 0;
		width: 256px;
		order: 2;
	}
	#gFooter .fNavi {
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		order: 0;
	}
	#gFooter .fNavi > li {
		margin-right: 0;
		width: 42%;
	}
	#gFooter .fNavi > li:nth-child(2n) {
		margin-right: -7%;
		width: 65%;
	}
	#gFooter .fNavi > li:nth-child(3) {
		margin-bottom: 10px;
		min-width: inherit;
	}
	#gFooter .fNavi > li li {
		margin-bottom: 7px;
	}
	#gFooter .fNavi > li a {
		font-size: 1.4rem;
	}
	#gFooter .fNavi > li .subLink {
		margin-bottom: 4px;
	}
	#gFooter .fNavi > li .subLink a {
		font-size: 1.3rem;
	}
	#gFooter .link {
		margin: 20px 0 0;
		position: static;
		right: auto;
		bottom: auto;
		width: 100%;
		text-align: right;
	}
	#gFooter .link img {
		width: 60px;
	}
	#gFooter .copyright {
		text-align: center;
	}
}
@media all and (max-width: 374px) {
	#gFooter {
		padding: 63px 40px 11px;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/*fadeInUp*/
.fadeInUp {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 300ms;
}
.fadeInUp.on {
	opacity: 1;
	transform: translate(0, 0);
}
.fadeInUp.delay01 {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}
/*------------------------------------------------------------
	fadein
------------------------------------------------------------*/
.fadein_x {
	opacity: 0;
	transform: translate(400px, 0);
	-webkit-transform: translate(400px, 0);
	transition: all 2s;
	-webkit-transition: all 2s;
}
.fadein_x.scrollin {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
}
.fadein_x_we {
	opacity: 0;
	transform: translate(800px, 0);
	-webkit-transform: translate(800px, 0);
	transition: all 3s;
	-webkit-transition: all 3s;
}
.fadein_x_we.scrollin {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
}
.fadein_x_l {
	opacity: 0;
	transform: translate(-100%, 0);
	-webkit-transform: translate(-100%, 0);
	transition: all 3s;
	-webkit-transition: all 3s;
}
.fadein_x_l.scrollin {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
}
.fadein_x_l_b {
	opacity: 1;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transform-origin: left center;
}
.fadein_x_l_b.scrollin {
	opacity: 1;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}
.fadein_x_l_b.hide {
	left: 100% !important;
}
.fadein_text {
	opacity: 0;
	display: block;
	transition: all 1s;
	-webkit-transition: all 1s;
	transform: matrix(1, 0, 0, 1, -25, 0);
}
.fadein_text.scrollin {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0)
}
.adein1 {
	transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
}
.adein2 {
	transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
}
.adein3 {
	transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
}
.adein4 {
	transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	-webkit-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	-ms-transition-delay: 0.8s;
}
.adein5 {
	transition-delay: 1s;
	-moz-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	-ms-transition-delay: 1s;
}
.adein6 {
	transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	-ms-transition-delay: 1.2s;
}
.adein7 {
	transition-delay: 1.4s;
	-moz-transition-delay: 1.4s;
	-webkit-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	-ms-transition-delay: 1.4s;
}
.comBg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #015EC9;
	z-index: 5;
}
.en {
	font-family: 'Poppins', sans-serif;
}
/* mainVisual */
.mainVisual {
	margin-bottom: 7.7%;
	position: relative;
	text-align: center;
}
.mainVisual > img {
	width: 100%;
}
.mainVisual .pageTtl {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 5rem;
	font-weight: 500;
}
.mainVisual .pageTtl .en {
	margin-top: 0.3%;
	display: block;
	font-size: 4rem;
}
@media all and (max-width: 1199px) {
	.mainVisual {
		margin-bottom: 32px;
	}
	.mainVisual .pageTtl {
		font-size: 1.5rem;
	}
	.mainVisual .pageTtl .en {
		margin-top: 0;
		font-size: 3.1rem;
	}
}
/* mainBox */
.mainBox {
	margin: 0 auto;
	max-width: 1132px;
	width: 59%;
}
.mainBox02 {
	max-width: 1315px;
	width: 68.2%;
}
@media all and (max-width: 1199px) {
	.mainBox {
		padding: 0 20px;
		width: 100% !important;
		box-sizing: border-box;
	}
	.mainBox02 {
		padding: 0 30px;
	}
}
/* comNews */
.comNews {
	margin-bottom: 6.5%;
}
.comNews li a {
	padding: 4.5% 5% 4.5% 3.2%;
	position: relative;
	display: flex;
	border-bottom: 1px solid #CCC;
}
.comNews li:last-child a {
	border-bottom: none;
}
.comNews li a:after {
	margin-top: -5px;
	position: absolute;
	right: 4%;
	top: 50%;
	width: 10px;
	height: 10px;
	border-top: 3px solid #2B2B2B;
	border-right: 3px solid #2B2B2B;
	transform: rotate(45deg);
	transition: .3s;
	content: "";
}
.comNews span {
	display: block;
}
.comNews .date {
	width: 17.2%;
	font-family: 'Poppins', sans-serif;
}
@media all and (min-width: 1200px) {
	.comNews li a:hover {
		color: #ccc;
	}
	.comNews li a:hover:after {
		right: 2%;
	}
}
@media all and (max-width: 1199px) {
	.comNews {
		margin-bottom: 50px;
	}
	.comNews li a {
		padding: 30px 25px 30px 15px;
		flex-wrap: wrap;
		border-bottom-width: 2px;
	}
	.comNews li a:after {
		margin-top: -3px;
		right: 15px;
		width: 7px;
		height: 7px;
		border-top: 2px solid #ccc;
		border-right: 2px solid #ccc;
	}
	.comNews .date {
		margin-bottom: 1px;
		width: 100%;
	}
}
/* wp-pagenavi */
.wp-pagenavi,
.pageList {
	display: flex;
	justify-content: center;
}
.wp-pagenavi .page, .wp-pagenavi .pages, .wp-pagenavi .first, .wp-pagenavi .extend, .wp-pagenavi .last, .wp-pagenavi .current {
	display: none;
}
.wp-pagenavi a,
.pageList a {
	margin: 0 2%;
	color: #015EC9;
	font-size: 3rem;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
@media all and (min-width: 1200px) {
	.wp-pagenavi a:hover,
	.pageList a:hover {
		color: #ccc;
	}
}
@media all and (max-width: 1199px) {
	.wp-pagenavi a,
	.pageList a {
		margin: 0 13px;
		font-size: 2.4rem;
	}
}
/* comBtmBox */
.comBtmBox {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.comBtmBox img {
	transition: .3s;
	width: 100%;
}
.comBtmBox .txtBox {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.comBtmBox h2 {
	margin-bottom: 4.5%;
	color: #fff;
	font-size: 10rem;
	font-weight: 500;
	line-height: 1.4;
}
@media all and (min-width: 1200px) {
	.comBtmBox a:hover img {
		transform: scale(1.1);
	}
}
@media all and (max-width: 1199px) {
	.comBtmBox h2 {
		margin-bottom: 37px;
		font-size: 5rem;
		line-height: 1.6;
	}
}
/* comBtn */
.comBtn a, .comBtn .bgLink {
	margin: 0 auto;
	padding: 1.4%;
	display: block;
	width: 16%;
	max-width: 309px;
	color: #002986;
	font-size: 2.2rem;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	background-color: #fff;
	border-radius: 43px;
	transition: .3s;
	box-sizing: border-box;
}
.comBtn a > span, .comBtn .bgLink > span {
	padding: 0 15%;
	display: inline-block;
	position: relative;
	transition: .3s;
}
.comBtn a > span:after, .comBtn .bgLink > span:after {
	margin-top: -5px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	border-top: 3px solid #ccc;
	border-right: 3px solid #ccc;
	transform: rotate(45deg);
	content: "";
}
@media all and (min-width: 1200px) {
	.comBtn a:hover, a:hover .comBtn .bgLink {
		color: #fff;
		background-color: #015EC9;
	}
	.comBtn a:hover > span,
	a:hover .comBtn .bgLink > span {
		padding: 0 20%;
	}
	.comBtn a:hover > span:after, a:hover .comBtn .bgLink > span:after {
		border-color: #fff;
	}
}
@media all and (max-width: 1199px) {
	.comBtn a, .comBtn .bgLink {
		padding: 22px;
		width: 67.5%;
		max-width: 253px;
		font-size: 1.8rem;
	}
	.comBtn a > span, .comBtn .bgLink > span {
		padding: 0 15%;
	}
	.comBtn a > span:after, .comBtn .bgLink > span:after {
		width: 8px;
		height: 8px;
		border-width: 2px;
	}
}
/* headLine01 */
.headLine01 {
	margin: 8% 0;
	color: #707070;
	font-weight: 500;
	text-align: center;
}
.headLine01 .en {
	font-size: 5rem;
	font-weight: 700;
	color: #222;
	display: block;
}
@media all and (max-width: 1199px) {
	.headLine01 {
		margin: 60px 0 70px;
		font-size: 1.8rem;
	}
	.headLine01 .en {
		margin-bottom: 8px;
		font-size: 3.55rem;
	}
}
/* comTable */
.comTable {
	margin-bottom: 4.3%;
	width: 100%;
	color: #2B2B2B;
	border-collapse: collapse;
}
.comTable th, .comTable td {
	padding: 5% 3% 6% 2%;
	text-align: left;
	vertical-align: middle;
	line-height: 2;
	letter-spacing: -0.15px;
	border-bottom: 1px solid #CCC;
}
.comTable tr:last-child th, .comTable tr:last-child td {
	border: none;
}
.comTable th {
	padding-right: 4%;
	width: 17.4%;
	text-align: center;
	color: #015EC9;
}
.comTable td a {
	text-decoration: underline;
}
@media all and (min-width: 1200px) {
	.comTable td a:hover {
		color: #ccc;
	}
}
@media all and (max-width: 1199px) {
	.comTable {
		margin-bottom: 43px;
	}
	.comTable th, .comTable td {
		padding: 5px 15px 18px;
		width: 100% !important;
		float: left;
		font-size: 1.4rem;
		line-height: 2.36;
		box-sizing: border-box;
	}
	.comTable th {
		border: none;
		font-size: 1.6rem;
		padding: 22px 15px 0;
	}
}
.mainBox03 {
	max-width: 1465px;
	width: 76.3%;
}
@media all and (max-width: 1199px) {
	.mainBox03 {
		padding: 0 33px;
	}
}
/* headLine02 */
.headLine02 {
	margin-bottom: 3%;
	font-size: 3rem;
	font-weight: 500;
}
.headLine02 .en {
	font-size: 5rem;
}
@media all and (max-width: 1199px) {
	.headLine02 {
		margin-bottom: 15px;
		font-size: 2.4rem;
		text-align: center;
	}
	.headLine02 .en {
		font-size: 3rem;
	}
}
/* mainPho */
.mainPho {
	margin-bottom: 8.2%;
}
.mainPho img {
	width: 100%;
}
@media all and (max-width: 1199px) {
	.mainPho {
		margin-bottom: 60px;
	}
}
/* comInner */
.comInner {
	margin: 0 4% 8%;
	display: flex;
	justify-content: space-between;
}
.comInner .headLine01 {
	margin-top: 0;
	width: 30%;
	color: #222;
	text-align: left;
}
.comInner .headLine01 .en {
	margin-bottom: 4%;
	font-size: 5.9rem;
}
.comInner .rBox {
	margin-top: 1%;
	width: 58.5%;
}
.comInner .rBox p {
	margin-bottom: 8.9%;
	font-size: 1.8rem;
	line-height: 2.3;
}
.comInner .rBox p a {
	text-decoration: underline;
}
.comInner .rBox .h3Ttl {
	margin-bottom: 5.2%;
}
@media all and (min-width: 1200px) {
	.comInner .rBox p a:hover {
		color: #ccc;
	}
}
@media all and (max-width: 1199px) {
	.comInner {
		margin: 0 0 65px;
		flex-wrap: wrap;
	}
	.comInner .headLine01 {
		width: 100%;
		text-align: center;
	}
	.comInner .headLine01 .en {
		margin-bottom: 10px;
		font-size: 3.5rem;
	}
	.comInner .rBox {
		margin-top: 0;
		width: 100%;
	}
	.comInner .rBox p {
		margin-bottom: 30px;
		font-size: 1.4rem;
		line-height: 2.57;
	}
	.comInner .rBox .h3Ttl {
		margin-bottom: 10px;
	}
}
/* comBtn02 */
.comBtn02 {
	margin: 0 3.8% 7.5% 0;
}
.comBtn02 li {
	margin-bottom: 2.5%;
}
.comBtn02 li a {
	display: block;
	position: relative;
	padding: 3.2% 4.5%;
	color: #767676;
	font-size: 2.2rem;
	font-weight: 500;
	border: 1px solid #CCC;
}
.comBtn02 li a:after {
	margin-top: -5px;
	position: absolute;
	right: 33px;
	top: 50%;
	width: 12px;
	height: 12px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	transform: rotate(45deg);
	transition: .3s;
	content: "";
}
@media all and (min-width: 1200px) {
	.comBtn02 li a:hover {
		background-color: #015EC9;
		color: #fff;
		border-color: #fff;
	}
	.comBtn02 li a:hover:after {
		border-color: #fff;
		right: 20px;
	}
}
@media all and (max-width: 1199px) {
	.comBtn02 {
		margin: 0 0 58px;
	}
	.comBtn02 li {
		margin-bottom: 14px;
	}
	.comBtn02 li a {
		padding: 15px 25px;
		font-size: 1.6rem;
	}
	.comBtn02 li a:after {
		margin-top: -5px;
		right: 21px;
		width: 7px;
		height: 7px;
		border-width: 2px;
	}
}
/* comLinkList */
.comLinkList li {
	margin-bottom: 4.4%;
}
.comLinkList li a {
	padding-right: 5%;
	position: relative;
	display: inline-block;
	color: #888;
	font-size: 2rem;
	font-weight: 500;
}
.comLinkList li a:after {
	margin-top: -4px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #888;
	border-right: 2px solid #888;
	transform: rotate(45deg);
	content: "";
}
@media all and (min-width: 1200px) {
	.comLinkList li a:hover {
		padding-right: 6%;
		color: #222;
	}
	.comLinkList li a:hover:after {
		border-color: #222;
	}
}
@media all and (max-width: 1199px) {
	.comLinkList li {
		margin-bottom: 18px;
	}
	.comLinkList li a {
		padding-right: 28px;
		font-size: 1.4rem;
	}
	.comLinkList li a:after {
		margin-top: -2px;
		width: 6px;
		height: 6px;
		border-width: 2px;
	}
}
/* comListBox04 */
.comListBox04 {
	margin-bottom: 10.3%;
}
.comListBox04 > ul {
	display: flex;
	justify-content: space-between;
}
.comListBox04 > ul > li {
	width: 48.2%;
}
.comListBox04 .bgBox {
	margin-bottom: 5%;
	padding: 8.5% 10.4%;
	background-color: #F7F7F7;
}
.comListBox04 .bgBox h3 {
	margin-bottom: 6.2%;
	font-size: 2.4rem;
	text-align: center;
}
.comListBox04 .bgBox p {
	margin-bottom: 7.4%;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.33;
}
.comListBox04 .bgBox .comList li {
	margin-bottom: 0.9%;
	font-size: 1.8rem;
}
.comListBox04 .notes {
	margin-left: 1.5%;
	color: #909090;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.05;
}
@media all and (max-width: 1199px) {
	.comListBox04 {
		margin-bottom: 90px;
	}
	.comListBox04 > ul {
		flex-wrap: wrap;
	}
	.comListBox04 > ul > li {
		width: 100%;
	}
	.comListBox04 .bgBox {
		margin-bottom: 30px;
		padding: 45px 30px;
	}
	.comListBox04 .bgBox h3 {
		margin-bottom: 22px;
		font-size: 1.8rem;
	}
	.comListBox04 .bgBox p {
		margin-bottom: 32px;
		font-size: 1.4rem;
		line-height: 2.4;
	}
	.comListBox04 .bgBox .comList li {
		margin-bottom: 1px;
		padding-left: 20px;
		font-size: 1.4rem;
		background-position: left 10px;
	}
	.comListBox04 .notes {
		margin-left: 0;
		font-size: 1.4rem;
		line-height: 2.4;
	}
}
/* comTxtBox */
.comTxtBox {
	margin: 0 auto 13.7%;
	max-width: 792px;
	width: 80%;
}
.comTxtBox h3 {
	margin-bottom: 9%;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.77;
	text-align: center;
}
.comTxtBox p {
	margin-bottom: 7.4%;
	font-size: 2rem;
	line-height: 3;
}
@media all and (max-width: 1199px) {
	.comTxtBox {
		margin-bottom: 123px;
		max-width: inherit;
		width: 100%;
	}
	.comTxtBox h3 {
		margin-bottom: 32px;
		font-size: 2rem;
		line-height: 2.05;
	}
	.comTxtBox p {
		margin-bottom: 35px;
		font-size: 1.4rem;
		line-height: 2.57;
	}
}
/* pageVisual */
.pageVisual {
	position: relative;
}
.pageVisual > img {
	width: 100%;
}
.pageVisual .txtBox {
	max-width: 1446px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 75%;
	color: #fff;
	text-align: center;
	z-index: 1;
}
.pageVisual .txtBox h1 {
	margin-bottom: 0.7%;
	font-size: 2rem;
	font-weight: 500;
}
.pageVisual .txtBox h2 {
	margin-bottom: 4.8%;
	font-size: 4rem;
	font-weight: 500;
}
.pageVisual .txtBox .title {
	margin-bottom: 2.5%;
	font-size: 6rem;
	font-weight: 500;
}
.pageVisual .txtBox .txt {
	margin: 0 auto;
	max-width: 892px;
	width: 62%;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 2.7;
	text-align: left;
}
@media all and (max-width: 1199px) {
	.pageVisual {
		height: 100vh;
		min-height: 450px;
		max-height: 660px;
		overflow: hidden;
	}
	.pageVisual .txtBox {
		width: 80%;
	}
	.pageVisual .txtBox h1 {
		margin-bottom: 12px;
		font-size: 1.5rem;
	}
	.pageVisual .txtBox h2 {
		margin-bottom: 67px;
		font-size: 3.1rem;
	}
	.pageVisual .txtBox .title {
		margin-bottom: 10px;
		font-size: 2.2rem;
		line-height: 1.8;
	}
	.pageVisual .txtBox .txt {
		width: 99%;
		font-size: 1.4rem;
	}
}
.comLink a {
	padding: 0 5% 0 2%;
	color: #015EC9;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
}
.comLink a:after {
	position: absolute;
	right: 0;
	top: 9px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #015EC9;
	border-right: 3px solid #015EC9;
	transform: rotate(45deg);
	transition: .3s;
	content: "";
}
@media all and (min-width: 1200px) {
	.comLink a:hover {
		padding-right: 6%;
	}
}
@media all and (max-width: 1199px) {
	.comLink {
		text-align: center;
	}
	.comLink a {
		padding: 0 20px 0 0;
		font-size: 1.4rem;
		text-align: center;
	}
	.comLink a:after {
		top: 7px;
		width: 6px;
		height: 6px;
		border-width: 2px;
	}
}
.comBgSec {
	margin-bottom: 7%;
}
.comBgSec .bgBox {
	position: relative;
}
.comBgSec .bgBox .photo img {
	width: 100%;
}
.comBgSec .bgBox .mainBox {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 1390px;
	width: 72.4%;
}
.comBgSec .bgBox .txtBox {
	width: 37%;
}
.comBgSec .bgBox .txtBox h2 {
	margin-bottom: 8.8%;
	font-size: 4rem;
	font-weight: 500;
}
.comBgSec .bgBox .txtBox p {
	margin-bottom: 11.3%;
	font-size: 2rem;
	line-height: 2.95;
}
.comBgSec .bgBox .txtBox p:last-child {
	margin-bottom: 0;
}
.comBgSec .bgBox02 {
	position: relative;
	background-image: url("img/page/bg02.jpg");
}
.comBgSec .bgBox02 .prev {
	position: absolute;
	left: 7.3%;
	top: 50%;
	width: 3.2%;
	cursor: pointer;
	transition: .3s;
	transform: translateY(-50%);
}
.comBgSec .bgBox02 .mainBox {
	display: flex;
	justify-content: flex-end;
}
@media all and (min-width: 1200px) {
	.comBgSec .bgBox02 .prev:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 1199px) {
	.comBgSec {
		margin-bottom: 113px;
	}
	.comBgSec .bgBox {
		margin-bottom: 70px;
		height: auto;
		max-height: inherit;
		flex-wrap: wrap;
		background: none;
	}
	.comBgSec .bgBox .photo {
		width: 100%;
	}
	.comBgSec .bgBox .mainBox {
		margin-top: 0;
		position: static;
		left: auto;
		top: auto;
		transform: none;
		padding: 0 33px;
		max-width: inherit;
		width: 100%;
	}
	.comBgSec .bgBox .txtBox {
		margin-top: 40px;
		width: 100%;
	}
	.comBgSec .bgBox .txtBox h2 {
		margin-bottom: 28px;
		font-size: 2.4rem;
		text-align: center;
	}
	.comBgSec .bgBox .txtBox p {
		margin-bottom: 30px;
		font-size: 1.4rem;
		line-height: 2.57;
	}
	.comBgSec .bgBox02 .prev {
		display: none;
	}
	.comBgSec .bgBox02 .mainBox {
		justify-content: flex-start;
	}
}
.comImgBox {
	margin-bottom: 8%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comImgBox .photoBox {
	width: 45.8%;
	overflow: hidden;
	box-sizing: border-box;
}
.comImgBox .photoBox img {
	transition: .3s;
}
.comImgBox .txtBox {
	width: 46.2%;
}
.comImgBox .txtBox h3 {
	margin-bottom: 5.5%;
	font-size: 3.5rem;
	font-weight: 500;
}
.comImgBox .txtBox p {
	font-size: 2rem;
	line-height: 2.45;
}
.comImgBox .txtBox p a {
	text-decoration: underline;
}
.comImgBox01 {
	margin-bottom: 11.8%;
}
.comImgBox01 .photoBox {
	margin-left: -0.3%;
}
.comImgBox01 .txtBox {
	margin-right: -10%;
	width: 58%;
}
.comImgBox01 .txtBox p {
	margin-bottom: 7.3%;
	line-height: 2.75;
}
.comImgBox .txtBox p:last-child {
	margin-bottom: 0;
}
.comImgBox03 {
	margin-bottom: 11.5%;
}
.comImgBox03 .photoBox {
	order: 2;
}
.comImgBox03 .txtBox {
	order: 0;
}
.comImgBox04 {
	margin-bottom: 12.2%;
}
.comImgBox04 .photoBox {
	border: 1px solid #CCC;
}
.comImgBox04 .photoBox img {
	width: 100%;
}
.comImgBox04 .txtBox p {
	margin-bottom: 5.5%;
	font-size: 1.8rem;
	font-weight: 500;
}
.comImgBox04 .txtBox .ttl {
	margin-bottom: 2%;
	color: #015EC9;
	font-size: 3rem;
	font-weight: 600;
}
.comImgBox04 .txtBox h3 {
	margin-bottom: 2%;
}
.comImgBox04 .txtBox .comLink a {
	padding: 0 4% 0 0;
	color: #888;
}
.comImgBox04 .txtBox .comLink a:after {
	width: 9px;
	height: 9px;
	border-color: #888;
}
@media all and (min-width: 1200px) {
	.comImgBox .photoBox a:hover img {
		transform: scale(1.1);
	}
	.comImgBox04 .txtBox .comLink a:hover {
		padding-right: 5%;
	}
}
@media all and (max-width: 1199px) {
	.comImgBox {
		margin-bottom: 62px;
		flex-wrap: wrap;
	}
	.comImgBox .photoBox {
		margin-bottom: 30px;
		width: 100% !important;
	}
	.comImgBox .txtBox {
		width: 100% !important;
	}
	.comImgBox .txtBox h3 {
		margin-bottom: 17px;
		font-size: 2.4rem;
		text-align: center;
	}
	.comImgBox .txtBox p {
		font-size: 1.4rem;
		line-height: 2.57;
	}
	.comImgBox01 {
		margin-bottom: 70px;
	}
	.comImgBox01 .photoBox {
		margin-left: 0;
	}
	.comImgBox01 .txtBox {
		margin-right: 0;
	}
	.comImgBox01 .txtBox p {
		margin-bottom: 37px;
		line-height: 2.57;
	}
	.comImgBox03 {
		margin-bottom: 60px;
	}
	.comImgBox03 .photoBox {
		order: 0;
	}
	.comImgBox03 .txtBox {
		order: 2;
	}
	.comImgBox04 {
		margin-bottom: 75px;
	}
	.comImgBox04 .txtBox p {
		margin-bottom: 20px;
		font-size: 1.4rem;
		text-align: center;
		line-height: 2.28;
	}
	.comImgBox04 .txtBox .ttl {
		margin-bottom: 4px;
		font-size: 2rem;
	}
	.comImgBox04 .txtBox h3 {
		margin-bottom: 13px;
	}
	.comImgBox04 .txtBox .comLink a {
		padding: 0 20px;
		font-size: 1.6rem;
	}
	.comImgBox04 .txtBox .comLink a:after {
		top: 5px;
		width: 8px;
		height: 8px;
	}
}
.comList li {
	padding-left: 28px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.1;
	background: url("img/common/icon03.png") no-repeat left 12px;
	background-size: 18px auto;
}
@media all and (max-width: 1199px) {
	.comList li {
		font-size: 1.4rem;
		line-height: 2.375;
		background-size: 14px auto;
	}
}
.comListBox01 {
	margin-bottom: 10%;
}
.comListBox01 ul {
	display: flex;
	flex-wrap: wrap;
}
.comListBox01 li {
	margin: 0 5.16%;
	width: 23%;
}
.comListBox01 li a {
	display: block;
	text-align: center;
}
.comListBox01 li .photo {
	margin-bottom: 15.5%;
	overflow: hidden;
	border-radius: 50%;
}
.comListBox01 .liStyle .photo {
	border-radius: 0;
}
.comListBox01 li .photo img {
	transition: .3s;
}
.comListBox01 li h2 {
	font-size: 3rem;
	transition: .3s;
}
.comListBox01 li h2 .en {
	margin-top: 6.5%;
	display: block;
	color: #015EC9;
	font-size: 2rem;
	font-weight: 500;
}
.comListBox02 {
	margin: 0 -2.7% 12%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.comListBox02 > div {
	width: 48.5%;
	display: flex;
	justify-content: space-between;
}
.comListBox02 .photo {
	margin-top: 5.2%;
	width: 35.9%;
}
.comListBox02 .listBox {
	width: 58.7%;
}
.comListBox02 .listBox h2 {
	margin-bottom: 8.7%;
	font-size: 2.9rem;
}
.comListBox03 {
	margin: 7% -2% 14.5%;
}
.comListBox03 > ul {
	display: flex;
	flex-wrap: wrap;
}
.comListBox03 > ul > li {
	margin-right: 9.33%;
	width: 18%;
}
.comListBox03 > ul > li:nth-child(4n) {
	margin-right: 0;
}
.comListBox03 li .listImg {
	width: 65%;
	margin: 0 auto 12%;
}
.comListBox03 li h3 {
	margin-bottom: 10%;
	font-size: 2.8rem;
	text-align: center;
}
.comListBox03 li .comList li {
	margin-right: -7%;
	font-size: 1.7rem;
	padding-left: 20px;
	background-size: 14px auto;
}
@media all and (min-width: 1200px) {
	.comImgBox .txtBox p a:hover {
		color: #ccc;
	}
	.comListBox01 li a:hover .photo img {
		transform: scale(1.1);
	}
	.comListBox01 li a:hover h2 {
		opacity: 0.7;
	}
}
@media all and (max-width: 1199px) {
	.comListBox01 {
		margin-bottom: 35px;
	}
	.comListBox01 ul {
		flex-wrap: wrap;
	}
	.comListBox01 li {
		margin: 0 0 47px;
		width: 100%;
	}
	.comListBox01 li .photo {
		margin: 0 auto 27px;
		width: 70%;
	}
	.comListBox01 li h2 {
		font-size: 2.2rem;
	}
	.comListBox01 li h2 .en {
		margin-top: 8px;
		font-size: 1.8rem;
	}
	.comListBox02 {
		margin: 0 8px 10px;
	}
	.comListBox02 > div {
		margin-bottom: 60px;
		width: 100%;
		flex-wrap: wrap;
	}
	.comListBox02 .photo {
		margin: 0 auto 30px;
		width: 74%;
		text-align: center;
	}
	.comListBox02 .listBox {
		width: 100%;
	}
	.comListBox02 .listBox h2 {
		margin-bottom: 15px;
		font-size: 2.4rem;
		text-align: center;
	}
	.comListBox02 .listBox .comList {
		margin-right: -10px;
	}
	.comListBox03 {
		margin: 60px 0 0; 
	}
	.comListBox03 > ul {
		margin: 0 5px;
		flex-wrap: wrap;
	}
	.comListBox03 > ul > li {
		margin: 0 0 57px;
		width: 100%;
	}
	.comListBox03 li .listImg {
		width: 72%;
		margin: 0 auto 28px;
		text-align: center;
	}
	.comListBox03 li h3 {
		margin-bottom: 20px;
		font-size: 2.4rem;
	}
	.comListBox03 li .comList li {
		margin-right: 0;
		padding-left: 23px;
		line-height: 2;
	}
}
.whiteBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #015EC9;
	z-index: 10;
	transition: -webkit-transform .5s cubic-bezier(.48, 0, .12, 1);
	transition: transform .5s cubic-bezier(.48, 0, .12, 1);
	transition: transform .5s cubic-bezier(.48, 0, .12, 1), -webkit-transform .5s cubic-bezier(.48, 0, .12, 1);
	will-change: transform;
}
.show .whiteBox {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	transition: -webkit-transform .5s cubic-bezier(.48, 0, .12, 1);
	transition: transform .5s cubic-bezier(.48, 0, .12, 1);
	transition: transform .5s cubic-bezier(.48, 0, .12, 1), -webkit-transform .5s cubic-bezier(.48, 0, .12, 1);
}
.fadeBox {
	background-color: #FFF;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: opacity .5s cubic-bezier(.48, 0, .12, 1);
	will-change: opacity;
	z-index: 6;
}
.out .fadeBox {
	transition-delay: .3s;
}
.out .fadeBox {
	background-color: #000;
}
.out .fadeBox {
	opacity: 1;
}
.firstScreen {
	opacity: 0;
	-webkit-transform: rotateY(-60deg) skewY(-7deg);
	transform: rotateY(-60deg) skewY(-7deg);
	transition: all 1.4s cubic-bezier(.48, 0, .12, 1) 0ms;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}
.show .firstScreen {
	opacity: 1;
	-webkit-transform: rotateY(0deg) skewY(0deg);
	transform: rotateY(0deg) skewY(0deg);
}
/* staffInfo */
.staffInfo {
	position: relative;
}
.staffInfo > img {
	width: 100%;
}
.staffInfo .imgBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0 auto;
	max-width: 1330px;
	width: 72.4%;
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.staffInfo .imgBox .txtBox {
	padding: 1.5% 0;
	width: 36%;
	color: #FFF;
	box-sizing: border-box;
}
.staffInfo .imgBox .txtBox p {
	font-size: 1.8rem;
}
.staffInfo .imgBox .txtBox .en {
	margin-bottom: 9%;
	font-size: 3rem;
	font-weight: bold;
}
.staffInfo .imgBox .txtBox .ttl {
	margin-bottom: 13%;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.775;
}
.staffInfo .imgBox .photo {
	width: 59.2%;
	box-sizing: border-box;
	overflow: hidden;
}
.staffInfo .imgBox .photo img {
	transition: .3s;
}
.staffInfo .link {
	position: absolute;
	right: 2.3%;
	bottom: 6.5%;
	width: 20.3%;
	display: none;
}
.staffInfo .link a {
	display: flex;
	align-items: center;
}
.staffInfo .link .txt {
	margin-right: -50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7% 5px;
	width: calc(65% + 50px);
	color: #002986;
	font-size: 2.2rem;
	box-sizing: border-box;
	text-align: center;
	background-color: #FFF;
	border-radius: 50px;
}
.staffInfo .link .txt span {
	padding-right: 16%;
	position: relative;
	display: inline-block;
}
.staffInfo .link .txt span::after {
    position: absolute;
    right: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #CCC;
    border-right: 3px solid #CCC;
    transform: rotate(45deg);
    transition: .3s;
    content: "";
}
.staffInfo .link .img {
	width: 35%;
	position: relative;
	overflow: hidden;
	display: block;
	box-sizing: border-box;
	border: 3px solid #FFF;
	border-radius: 50%;
	background-color: #FFF;
}
.staffInfo .link .img img {
	width: 100%;
}

@media all and (min-width: 1200px) and (max-width: 1919px) {
	.staffInfo .link .txt span::after {
	    top: 0.4em;
	    width: 0.45em;
	    height: 0.45em;
	    border-width: 0.15em;
	}
}
@media all and (min-width: 1200px) {
	.staffInfo .imgBox .photo a:hover img {
		transform: scale(1.1);
	}
	.staffInfo .imgBox .txtBox a:hover {
		opacity: 0.7;
	}
	.staffInfo .link a:hover .txt span:after {
		right: -5px;
	}
}
@media all and (max-width: 1199px) {
	.staffInfo {
		margin-bottom: 110px;
	}
	.staffInfo > img {
		width: 100%;
	}
	.staffInfo .imgBox {
		width: 100%;
		top: 64%;
		flex-wrap: wrap;
		padding: 0 29px;
		box-sizing: border-box;
	}
	.staffInfo .imgBox .txtBox {
		padding: 0 20px 36px;
		width: 100%;
		text-align: center;
	}
	.staffInfo .imgBox .txtBox p {
		font-size: 1.1rem;
	}
	.staffInfo .imgBox .txtBox .en {
		margin-bottom: 15px;
		font-size: 1.9rem;
	}
	.staffInfo .imgBox .txtBox .ttl {
		margin-bottom: 20px;
		font-size: 2.2rem;
		line-height: 1.9;
	}
	.staffInfo .imgBox .txtBox .ttl span {
		display: inline-block;
		text-align: left;
	}
	.staffInfo .imgBox .photo {
		width: 100%;
	}
	.staffInfo .imgBox .photo img {
		width: 100%;
	}
	.staffInfo .link {
		display: none;
	}
}

/* index */
#index #container {
	overflow: hidden;
}
#index #gHeader .logo {
	display: none;
}
#index #gHeader.flexd {
	background-color: #fff;
}
#index #gHeader h1 {
	display: block;
}
#index #gNavi > ul > li > a {
	display: inline-block;
	color: #434343;
	position: relative;
}
#index #gNavi .liStyle > a:after {
	border-color: #434343;
}
.topVisual {
	margin-bottom: 8.8%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.topVisual p {
	margin: 0 -28.2% 5% 0;
	position: relative;
	color: #434343;
	font-size: 6rem;
	font-weight: 500;
	z-index: 1;
}
.topVisual p span {
	margin-bottom: 5%;
	display: block;
	font-size: 10rem;
	line-height: 1.6;
	white-space: nowrap;
}
.topVisual .mainImg {
	position: relative;
	width: 73.75%;
	max-width: 1416px;
}
.topVisual .mainImg img {
	opacity: 0;
}
.topVisual .mainImg .movieBox {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.topVisual .mainImg .movieBox:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.25);
	content: "";
}
.topVisual .mainImg .movieBox img {
	position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index .mainBox {
	max-width: 1634px;
	width: 85.1%;
}
.index .infoBox {
	margin-bottom: 9.7%;
	padding: 6.2% 6.5% 2.4% 0;
	position: relative;
	display: flex;
	align-items: flex-start;
}
.index .infoBox .infoBg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: scaleX(0) rotate(0.001deg);
	transform: scaleX(0) rotate(0.001deg);
	-webkit-transform-origin: left;
	transform-origin: left;
}
.index .infoBox .infoBg:after {
	margin: 0 auto;
	max-width: 1630px;
	display: block;
	content: "";
	width: 85%;
	height: 100%;
	background-color: #015EC9;
}
.index .infoBox .infoBg.is-shown {
	-webkit-transform: scale(1, 1) rotate(0.001deg);
	transform: scale(1, 1) rotate(0.001deg);
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.index .infoBox .photo {
	margin: -25.5% 135px 0 0;
	width: calc(50% - 150px);
	position: relative;
	overflow: hidden;
}
.index .infoBox .rList {
	width: 44%;
	color: #fff;
	max-width: 779px;
}
.index .infoBox .rList li {
	margin-bottom: 4.6%;
	display: flex;
	justify-content: space-between;
}
.index .infoBox .rList h2 {
	width: 20%;
	font-size: 3rem;
	font-family: 'Poppins', sans-serif;
}
.index .infoBox .rList .rBox {
	margin-top: -1%;
	width: 71.7%;
}
.index .infoBox .rList .rBox p {
	margin-bottom: 2.4%;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.86;
}
.index .infoBox .rList .rBox .link a {
	padding-right: 5.1%;
	color: #fff;
	display: inline-block;
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
}
.index .infoBox .rList .rBox .link a:after {
	position: absolute;
	right: 0;
	top: 21px;
	width: 15px;
	height: 12px;
	background: url("img/common/icon02.png") no-repeat left top;
	background-size: 15px auto;
	content: "";
}
.index .slideBox {
	margin-bottom: 11%;
	padding: 0 8.8%;
	position: relative;
}
.index .slideBox .prev, .index .slideBox .next {
	position: absolute;
	left: 0;
	top: 50%;
	cursor: pointer;
	width: 3.5%;
	transform: translateY(-50%);
}
.index .slideBox .next {
	left: auto;
	right: 0;
}
.index .slideBox .foo li {
	align-items: center;
	display: flex !important;
	justify-content: space-between;
}
.index .slideBox .foo li .txtBox {
	padding: 1.5%;
	width: 36%;
	box-sizing: border-box;
}
.index .slideBox .foo li .txtBox p {
	font-size: 1.8rem;
}
.index .slideBox .foo li .txtBox .en {
	margin-bottom: 9%;
	color: #015EC9;
	font-size: 3rem;
	font-weight: bold;
}
.index .slideBox .foo li .txtBox .ttl {
	margin-bottom: 13%;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.775;
}
.index .slideBox .foo li .photo {
	width: 58.5%;
	box-sizing: border-box;
	border: 1px solid #CCC;
	overflow: hidden;
}
.index .slideBox .foo li .photo img {
	transition: .3s;
}
.index .recBox {
	margin-bottom: 7.4%;
	padding: 5.7% 0 14%;
	background-color: #015EC9;
}
.index .recBox > h2 {
	margin: 0 7.45% 7%;
	color: #fff;
	font-size: 5rem;
}
.index .recBox .linkList {
	margin: 0 -2.9% 0 -2.2%;
	display: flex;
	justify-content: space-between;
}
.index .recBox .linkList li {
	width: 26.65%;
}
.index .recBox .linkList li a {
	display: block;
	position: relative;
}
.index .recBox .linkList li .photo {
	overflow: hidden;
	position: relative;
}
.index .recBox .linkList li .photo img {
	transition: .3s;
}
.index .recBox .linkList li a h2 {
	position: absolute;
	right: -9.7%;
	bottom: -9%;
	width: 80%;
	padding: 12% 11%;
	color: #fff;
	font-size: 2rem;
	line-height: 2;
	background-color: #015EC9;
	box-sizing: border-box;
}
.index .recBox .linkList li a h2 .en {
	margin-bottom: 3%;
	display: block;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.5;
}
.index .recBox .linkList li:nth-child(2) {
	margin-top: 5.7%;
}
.index .recBox .linkList li:nth-child(2) a h2 {
	bottom: auto;
	top: -30%;
	padding-bottom: 14.5%;
}
.index .recBox .linkList li:nth-child(3) {
	margin-top: -0.9%;
}
.index .recBox .linkList li:nth-child(3) h2 {
	right: auto;
	left: -9.7%;
	bottom: -26%;
	padding: 12% 4% 11% 9.5%;
}
.index .newsBox {
	margin-bottom: 9%;
}
.index .newsBox > h2 {
	margin-bottom: 1.6%;
	font-size: 4rem;
	text-align: center;
	font-weight: 500;
}
.index .newsBox .comNews {
	margin: 0 auto 2%;
	width: 75%;
	max-width: 1132px;
}
.index .newsBox .link {
	text-align: center;
}
.index .newsBox .link a {
	display: inline-block;
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.2px;
}
.index .newsBox .link a:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	transform: translateX(-50%);
	background-color: #2B2B2B;
	transition: .3s;
	content: "";
}
@media all and (min-width: 1200px) {
	.index .newsBox .link a:hover:after {
		width: 100%;
	}
	.index .infoBox .rList .rBox .link a:hover {
		padding-right: 6.5%;
	}
	.index .slideBox .foo li .photo a:hover img, .index .recBox .linkList li a:hover .photo img {
		transform: scale(1.1);
	}
	.index .slideBox .next:hover, .index .slideBox .prev:hover, .index .slideBox .foo li .txtBox a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 1199px) {
	.topVisual {
		margin: 65px 0 82px;
	}
	.topVisual p {
		margin: 0 -65% 25% 0;
		font-size: 3rem;
		width: 73%;
	}
	.topVisual p span {
		margin: 0 0 6% 2%;
		font-size: 4.9rem;
	}
	.topVisual .mainImg {
		width: 86.7%;
	}
	.topVisual .mainImg img {
		width: 100%;
	}
	.index .mainBox {
		padding: 0 22px;
		width: 100%;
	}
	.index .infoBox {
		margin-bottom: 97px;
		padding: 7.5% 22px 1.8%;
		flex-wrap: wrap;
	}
	.index .infoBox .infoBg:after {
		width: 88%;
	}
	.index .infoBox .photo {
		margin: -62% 0 58px -22px;
		width: 83.4%;
	}
	.index .infoBox .rList {
		width: 100%;
		max-width: inherit;
		padding: 0 10%;
		box-sizing: border-box;
	}
	.index .infoBox .rList li {
		margin-bottom: 30px;
		flex-wrap: wrap;
	}
	.index .infoBox .rList h2 {
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
	}
	.index .infoBox .rList .rBox {
		margin-top: 0;
		width: 100%;
	}
	.index .infoBox .rList .rBox p {
		margin-bottom: 25px;
		line-height: 2.14;
	}
	.index .infoBox .rList .rBox .link {
		text-align: center;
	}
	.index .infoBox .rList .rBox .link a {
		padding: 0 0 0 25px;
		font-size: 1.8rem;
	}
	.index .infoBox .rList .rBox .link a:after {
		right: auto;
		left: 0;
		top: 14px;
	}
	.index .slideBox {
		margin-bottom: 110px;
		padding: 0 10%;
	}
	.index .slideBox .arrow {
		display: flex;
		justify-content: center;
	}
	.index .slideBox .prev, .index .slideBox .next {
		margin: 0 17px;
		position: static;
		width: 22px;
		left: auto;
		top: auto;
		transform: none;
	}
	.index .slideBox .next {
		right: auto;
	}
	.index .slideBox .foo li {
		flex-wrap: wrap;
	}
	.index .slideBox .foo li .txtBox {
		padding: 0 0 44px;
		width: 100%;
	}
	.index .slideBox .foo li .txtBox p {
		font-size: 1.3rem;
	}
	.index .slideBox .foo li .txtBox .en {
		margin-bottom: 20px;
		text-align: center;
	}
	.index .slideBox .foo li .txtBox .ttl {
		margin-bottom: 20px;
		font-size: 2rem;
		line-height: 1.9;
	}
	.index .slideBox .foo li .photo {
		margin-bottom: 20px;
		width: 100%;
	}
	.index .slideBox .foo li .photo img {
		width: 100%;
	}
	.index .recBox {
		margin-bottom: 89px;
		padding: 50px 47px;
	}
	.index .recBox > h2 {
		margin: 0 0 60px;
		font-size: 3rem;
		text-align: center;
	}
	.index .recBox .linkList {
		margin: 0;
		flex-wrap: wrap;
	}
	.index .recBox .linkList li {
		margin-bottom: 72px;
		width: 100%;
	}
	.index .recBox .linkList li img {
		width: 100%;
	}
	.index .recBox .linkList li a h2 {
		right: -17px;
		bottom: -25px;
		width: 185px;
		padding: 30px 20px 30px 28px;
		font-size: 1rem;
	}
	.index .recBox .linkList li a h2 .en {
		margin-bottom: 5px;
		font-size: 2rem;
	}
	.index .recBox .linkList li:nth-child(2) {
		margin: 0 0 102px;
	}
	.index .recBox .linkList li:nth-child(2) a h2 {
		bottom: -73px;
		top: auto;
		left: -17px;
		right: auto;
		width: 202px;
		padding-bottom: 14.5%;
	}
	.index .recBox .linkList li:nth-child(3) {
		margin-top: 0;
	}
	.index .recBox .linkList li:nth-child(3) h2 {
		right: -17px;
		left: auto;
		bottom: -20px;
		padding: 30px 20px;
	}
	.index .newsBox {
		margin-bottom: 110px;
	}
	.index .newsBox > h2 {
		margin-bottom: 10px;
		font-size: 3rem;
	}
	.index .newsBox .comNews {
		margin-bottom: 57px;
		width: 100%;
	}
}
@media all and (max-width: 374px) {
	.topVisual p {
		font-size: 2.9rem;
	}
}
@media all and (max-width: 359px) {
	.topVisual p {
		font-size: 2.5rem;
	}
}
/* news */
.news {
	margin-bottom: 10.2%;
}
@media all and (max-width: 1199px) {
	.news {
		margin-bottom: 75px;
	}
}
/* newsDetail */
.newsDetail {
	margin: -2.2% auto 5.4%;
	max-width: 781px;
}
.newsDetail h1 {
	margin-bottom: 5%;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.75;
}
.newsDetail .date {
	margin-bottom: 9.5%;
	color: #015EC9;
	font-size: 2.4rem;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
.newsDetail .txtBox {
	margin-bottom: 13%;
}
.newsDetail .txtBox p {
	margin-bottom: 6.5%;
	line-height: 2.5;
	font-weight: 500;
	text-align: justify;
	text-justify: inter-ideograph;
}
.newsDetail .txtBox p img {
	margin-bottom: 8.5%;
}
@media all and (max-width: 1199px) {
	.newsDetail {
		margin: 60px auto 73px;
		padding: 0 30px;
	}
	.newsDetail h1 {
		margin-bottom: 16px;
		font-size: 2rem;
		line-height: 2;
	}
	.newsDetail .date {
		margin-bottom: 34px;
		font-size: 1.8rem;
	}
	.newsDetail .txtBox {
		margin-bottom: 65px;
	}
	.newsDetail .txtBox p {
		margin-bottom: 35px;
		font-size: 1.4rem;
		line-height: 2.57;
	}
	.newsDetail .txtBox p img {
		margin-bottom: 35px;
	}
}
/* group */
.mainVisual.group {
	margin-bottom: 5.85%;
}
.mainVisual.group .pageTtl h1 {
	font-weight: 500;
}
.group h3 {
	margin: 0 0 1.1% 0.7%;
	font-size: 3rem;
}
.group .txt {
	margin: 0 0 4.7% 0.7%;
	line-height: 3;
}
.group .comTable {
	margin-bottom: 8%;
}
.group .comTable th, .group .comTable td {
	padding: 3.3% 3% 4.2% 2%;
}
.group .contactBox {
	margin: 0 4.8% 10.3% -4.8%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.group .contactBox .photoBox {
	width: 45%;
}
.group .contactBox .photoBox img {
	width: 100%;
}
@media all and (min-width: 1200px) {
	.group .contactBox .photoBox a:hover {
		opacity: 0.7;
	}
}
.group .contactBox .textBox {
	width: 44.5%;
}
.group .contactBox .textBox h3 {
	margin: 0 0 3.2% -0.1%;
	font-weight: 500;
}
.group .contactBox .textBox .text {
	font-weight: 500;
	line-height: 2;
}
.group .mailForm {
	width: 79.5%;
	margin: 0 0 20% 9.3%;
}
.group .mailForm .form {
	margin-bottom: 7%;
	width: 100%;
}
.group .mailForm .form li {
	margin-bottom: 4.5%;
	display: flex;
}
.group .mailForm .form li:last-child {
	margin-bottom: 0;
}
.group .mailForm .form li .rBox {
	min-height: 75px;
	width: 100%;
	box-sizing: border-box;
	padding: 1% 0 1% 4.3%;
	margin-left: 4%;
	display: flex;
	align-items: center;
	border-left: 1px solid #ccc;
}
.group .mailForm .form li .rBox > span {
	width: 100%;
}
.group .mailForm .form li .rBox input, .group .mailForm .form li .rBox textarea {
	padding: 4% 4.5%;
	width: 100%;
	font-size: 1.7rem;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 10px;
	appearance: none;
	-webkit-appearance: none;
}
.group .mailForm .form li .rBox textarea {
	padding-top: 4%;
	resize: none;
	height: 10em;
	font-size: 1.7rem;
	font-family: 'Noto Sans JP', sans-serif;
    color: #222;
    line-height: 1.5;
}
.group .mailForm .form li .ttl {
	width: 24%;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.group .mailForm .form li .ttl .must {
	padding: 1.5% 0 2.5%;
	margin-left: 14%;
	font-size: 1.7rem;
	color: #fff;
	width: 3.4em;
	line-height: 1;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #015EC9;
	border-radius: 50px 50px;
	font-weight: 500;
}
.group .mailForm input::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1;
}
.group .mailForm input::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
.group .mailForm input:-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}
.group .mailForm textarea::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1;
}
.group .mailForm textarea::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
.group .mailForm textarea:-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}
.group .mailForm .submit {
	display: flex;
	justify-content: center;
}
.group .mailForm .submit li {
	margin: 0 15px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.group .mailForm .submit input {
	padding: 1% 13%;
	width: 48%;
	height: 3.8em;
	font-size: 2.2rem;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.5px;
	color: #fff;
	cursor: pointer;
	border: none;
	transition: .3s;
	border-radius: 50px;
	appearance: none;
	-webkit-appearance: none;
	background: #015EC9 url("img/group/arrow.png") no-repeat center right 25%;
	background-size: 2.8%;
}
@media all and (min-width: 1200px) {
	.group .mailForm .submit input:hover {
		background-color: #222;
	}
}
.group .mailForm .form input[type="checkbox"] {
	display: none;
	padding: 0;
	height: 32px;
	width: 30px;
	vertical-align: middle;
}
.group .mailForm label {
	padding-left: 15px;
}
.group .mailForm label a {
	text-decoration: underline;
}
.group .mailForm label span {
	font-size: 1.7rem;
	font-weight: 500;
}
.group .mailForm input[type="checkbox"] + span {
	background: url("img/group/check.png") no-repeat top left 2px;
	background-size: 31px auto;
	border-radius: 0;
	border: none;
	display: inline-block;
	line-height: 20px;
	padding: 5px 0 5px 46px;
}
.group .mailForm input[type="checkbox"]:checked + span {
	background-image: url("img/group/check_on.png");
}
@media all and (max-width: 1199px) {
	.group.mainBox {
		padding: 0 35px 75px 35px;
	}
	.mainVisual.group {
		margin-bottom: 52px;
	}
	.group h3 {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
	.group .txt {
		margin-bottom: 35px;
		font-size: 1.4rem;
		line-height: 2.65;
	}
	.group .contactBox {
		display: block;
		margin: 0 0 26%;
	}
	.group .comTable {
		margin-bottom: 60px;
	}
	.group .comTable th, .group .comTable td {
		padding: 5px 15px 18px;
	}
	.group .comTable th {
		padding: 22px 15px 0;
	}
	.group .contactBox .photoBox, .group .contactBox .textBox {
		width: 100%;
	}
	.group .contactBox .photoBox {
		margin-bottom: 5%;
	}
	.group .contactBox .textBox {
		box-sizing: border-box;
		padding: 0 5px;
	}
	.group .contactBox .textBox h3 {
		text-align: center;
	}
	.group .contactBox .textBox .text {
		font-size: 1.4rem;
	}
	.group .mailForm {
		width: auto;
		margin: 0 -5px;
	}
	.group .mailForm .form {
		margin-bottom: 20%;
	}
	.group .mailForm .form li {
		display: block;
		margin-bottom: 7%;
	}
	.group .mailForm .form li .ttl {
		width: 100%;
		margin-bottom: 3.5%;
		text-align: center;
		display: block;
		font-size: 1.8rem;
	}
	.group .mailForm .form li .ttl .must {
		font-size: 1.3rem;
		margin: -3% 0 0 3%;
		padding: 3px 0 4px;
		width: 42px;
		display: inline-flex;
		vertical-align: 2px;
	}
	.group .mailForm .form li .rBox {
		min-height: auto;
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		margin: 0 0 5% 0;
		border-left: none;
	}
	.group .mailForm .form li .rBox:last-child {
		margin-bottom: 0;
	}
	.group .mailForm .form li .rBox input, .group .mailForm .form li .rBox textarea {
		padding: 10px 18px;
		height: 65px;
		font-size: 1.4rem;
		border-radius: 5px;
	}
	.group .mailForm label {
		padding: 0;
		margin: 0 auto;
	}
	.group .mailForm input[type="checkbox"] + span {
		background-size: 22px auto;
		background-position: bottom 3px left 10px;
		padding-left: 45px;
		font-size: 1.6rem;
	}
	.group .mailForm .form li .rBox textarea {
		height: 146px;
	}
	.group .mailForm .submit li {
		margin: 0 2% 5% 0;
	}
	.group .mailForm .submit input {
		max-width: 316px;
		padding: 4px;
		width: 100%;
		font-size: 2.2rem;
		background-position: center right 15%;
		background-size: 12px auto;
		font-weight: 500;
	}
}
@media all and (max-width: 359px) {
	.group h3 {
		font-size: 1.7rem;
	}
}
@media all and (min-width: 1200px) and (max-width: 1919px) {
	.comNews li a:after {
		margin-top: -0.4em;
		position: absolute;
		right: 4%;
		top: 50%;
		width: 0.5em;
		height: 0.5em;
		border-top: 0.16em solid #2B2B2B;
		border-right: 0.16em solid #2B2B2B;
		transform: rotate(45deg);
		content: "";
	}
	#gNavi > ul > .liStyle > a::after {
		margin-top: -3px;
		right: -1.4em;
		width: 0.45em;
		height: 0.45em;
		border-width: 0.15em;
	}
	#pagePath li a::after {
		margin-top: -0.2em;
		top: 50%;
		width: 0.4em;
		height: 1em;
		background-size: 0.4em auto;
	}
	.comBtn a > span:after, .comBtn .bgLink > span:after {
		margin-top: -0.3em;
		width: 0.4em;
		height: 0.4em;
		border-width: 0.15em;
	}
	.comLink a::after {
		top: 0.4em;
		width: 0.45em;
		height: 0.45em;
		border-width: 0.15em;
	}
	.comImgBox04 .txtBox .comLink a::after {
		width: 0.4em;
		height: 0.4em;
		border-color: 
		#888;
	}
	.comList li {
		padding-left: 1.5em;
		background-position: left 0.6em;
		background-size: 0.87em 0.9em;
	}
	.comListBox03 li .comList li {
		padding-left: 1.2em;
		background-position: left 0.7em;
		background-size: 0.8em auto;
	}
	.comBtn02 li a::after {
		width: 0.45em;
		height: 0.45em;
		border-width: 0.1em;
	}
	.comLinkList li a::after {
		margin-top: -0.25em;
		width: 0.45em;
		height: 0.45em;
		border-width: 0.15em;
	}
	.group .contactBox .textBox .text {
		font-size: 1.9rem;
	}
	.group .mailForm .form li .ttl .must {
		margin-left: 10%;
	}
	.index .infoBox .rList .rBox .link a::after {
		width: 0.8em;
		height: 0.7em;
		top: 1.2em;
		background-size: 0.8em 0.7em;
	}
}
.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
#engage-contributions-widget-wrapper {
	width: 100% !important;
}
