@charset "UTF-8";
/* CSS Document */
/* mainArea
================================================== */
#mainArea {
	position: relative;
}
.mainBg {
	position: relative;
	z-index: 0;
}
.mainTitBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	z-index: 1;
	background-color: #fff;
	box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.3);
	padding: 25px 2em;
}
@media screen and (max-width: 1200px) {
	.mainTitBox {
		padding: 2% 2em;
	}
}
@media screen and (max-width: 639px) {
	.mainTitBox {
	}
}
.mainTit {
	margin: 0;
	padding: 0 0 0 1em;
	color: #000086;
	font-weight: 500;
	letter-spacing: 1em;
	font-size: 200%;
}
@media screen and (max-width: 1200px) {
	.mainTit {
		font-size: 2.6vw;
	}
}
@media screen and (max-width: 639px) {
	.mainTit {
		font-size: 5vw;
		white-space: nowrap;
	}
}
/* contentArea
================================================== */
.contentArea {
	max-width: 1080px;
	margin: 0 auto;
	padding: 3% 5% 7%;
}
@media screen and (max-width: 639px) {
	.contentArea {
		padding: 10% 5%;
	}
}
/* topTxt
================================================== */
.topTxt {
	padding-bottom: 3%;
	color: #000086;
}
@media screen and (max-width: 639px) {
	.topTxt {
		padding-bottom: 10%;
	}
}
.topTxt p {
	font-size: 160%;
	text-align: center;
	line-height: 160%;
	font-weight: 500;
}
@media screen and (max-width: 1000px) {
	.topTxt p {
		font-size: 2.5vw;
	}
}
@media screen and (max-width: 639px) {
	.topTxt p {
		font-size: 100%;
		text-align: left;
	}
}
.topTxt p.txtL {
	font-size: 260%;
	font-weight: 700;
	padding-bottom: 5px;
}
@media screen and (max-width: 1000px) {
	.topTxt p.txtL {
		font-size: 4vw;
	}
}
@media screen and (max-width: 639px) {
	.topTxt p.txtL {
		font-size: 180%;
		text-align: left;
	}
}
.topTxt p.txtImg {
	width: 40%;
	margin: 0 auto;
	padding-bottom: 10px;
}
@media screen and (max-width: 639px) {
	.topTxt p.txtImg {
		width: 80%;
		margin: 0;
	}
}
/* contentBlock
================================================== */
.contentBlock {
	padding: 0 0 60px;
}
@media screen and (max-width: 639px) {
	.contentBlock {
		padding-bottom: 20%;
	}
}
/* titBox
================================================== */
.titBox {
	background-color: #000086;
	margin-bottom: 3%;
	width: 100%;
}
@media screen and (max-width: 639px) {
	.titBox {
		margin-bottom: 10%;
	}
}
.titBox h2 {
	color: #fff;
	font-weight: 500;
	padding: 10px 1em;
	font-size: 120%;
}
@media screen and (max-width: 639px) {
	.titBox h2 {
		font-size: 100%;
	}
}
/* imgBox
================================================== */
.imgBox {
	padding-bottom: 3%;
}
@media screen and (max-width: 639px) {
	.imgBox {
		padding-bottom: 1em;
	}
}
.imgBox img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
/* txtBold
================================================== */
.txtBold {
	font-weight: 500;
	padding-bottom: 1em;
}
/* shadowBlock
================================================== */
.shadowBlock {
	border: solid #009fe6 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15);
	padding: 5%;
}
@media screen and (max-width: 639px) {
	.shadowBlock {
		padding: 10% 5%;
	}
}
.shadowBlock h3 {
	font-size: 200%;
	padding-bottom: 0.5em;
	color: #000086;
}
@media screen and (max-width: 639px) {
	.shadowBlock h3 {
		font-size: 100%;
		font-weight: 700;
	}
}
.shadowBlock h4 {
	font-size: 100%;
    font-weight: 500;
}
.shadowBlock .txt {
	padding-bottom: 1em;
}
.shadowBlock .sTxt {
	padding: 1em 0 0;
}
.shadowBlock .sTxt.leftLine {
	font-weight: 500;
}
.shadowBlock .sTxt span {
	font-weight: 500;
}
.shadowBlock p .webfontL {
	font-size: 200%;
	padding-left: 0.5em;
}
@media screen and (max-width: 639px) {
	.shadowBlock p .webfontL {
		font-size: 140%;
		padding-left: 0.3em;
	}
}
/* shadowBox
================================================== */
.shadowBox {
	padding-bottom: 40px;
}
@media screen and (max-width: 639px) {
	.shadowBox {
		padding-bottom: 5%;
	}
}
.shadowBox:last-of-type {
	padding-bottom: 0;
}
/* btnArea
================================================== */
.btnArea {
	padding-bottom: 30px;
}
.btnArea:last-of-type {
	padding-bottom: 0;
}
/* centerBtnMore
================================================== */
.centerBtnMore {
}
.centerBtnMore p {
	position: relative;
	border: solid 1px #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	background-color: #009fe6;
    min-width: 40%;
	box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
}
.centerBtnMore p:hover {
	border: solid 1px #fff;
	background-color: #00cfff;
	transition: .3S;
	-webkit-transition: .3s;
}
.centerBtnMore p a {
	color: #fff;
	display: block;
	font-weight: 500;
    padding: 15px 25px;
    font-size: 100%;
}
@media screen and (max-width: 639px) {
	.centerBtnMore p a {
		padding: 15px 1em;
		font-size: 80%;
	}
}
.centerBtnMore p:hover a {
	transition: .3S;
	-webkit-transition: .3s;
	color: #fff;
}
.centerBtnMore p .centerBtn-border:before {
	font-family: 'Material Symbols Outlined';
	content: "\e02e";
	padding-right: 0.5em;
}
@media screen and (max-width: 639px) {
	.centerBtnMore p .centerBtn-border:before {
		padding-right: 0.3em;
	}
}
/* banArea
================================================== */
.banArea {
	padding: 1em 0 2em;
}
@media screen and (max-width: 700px) {
	.banArea {
		padding: 1em 0 0;
	}
}
.banBlock {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.banBox {
	max-width: 48.2%;
	display: -webkit-box;
	display: flex;
	text-align: left;
	background-color: #fff;
	box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 700px) {
	.banBox {
		max-width: 100%;
		margin: 0 0 2em;
	}
}
.banBox a {
	display: block;
	color: #222;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}
.banBox a:hover {
	color: #fff;
	background: #000086;
}
.banBox a:hover .__ico {
	color: #fff;
}
.banBox a:hover .banImg img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.banImg {
	overflow: hidden;
}
.banImg img {
	-webkit-transition: all 500ms;
	transition: all 500ms;
	width: 100%;
}
.banTit {
	line-height: 140%;
	font-weight: 500;
}
.banTxt {
	padding: 5%;
	letter-spacing: 0;
}
@media screen and (max-width: 639px) {
	.banTxt {
		padding: 5% 3%;
	}
}
/* kakomi
================================================== */
.kakomi {
	background-color: #efefef;
	padding: 1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 1em;
}
/* messageBtnArea
================================================== */
.messageBtnArea {
	padding: 0.5em 0 1em 0;
}
@media screen and (max-width: 900px) {
	.messageBtnArea {
	}
}
.messageBtn {
	position: relative;
	display: inline-block;
	border: solid 1px #222;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 2px%;
	background-color: #fff;
}
.messageBtn:hover {
	border: solid 1px #000086;
	transition: .3S;
	-webkit-transition: .3s;
}
.messageBtn a {
	padding: 5px 25px 5px 35px;
	color: #222;
	display: block;
	font-size: 80%;
	font-weight: 500;
}
.messageBtn:hover a {
	transition: .3S;
	-webkit-transition: .3s;
	color: #fff;
	background-color: #000086;
}
.messageBtn .btn-border:before {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
	font-family: 'Material Symbols Outlined';
	content: "\e02e";
	-webkit-transform: translateX(10px) translateY(5px);
	transform: translateX(10px) translateY(5px);
}
.messageBtn:hover .btn-border:before {
	-webkit-transform: translateX(16px) translateY(5px);
	transform: translateX(16px) translateY(5px);
	color: #fff;
}











