@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;
	}
}
/* contentBlock
================================================== */
.contentBlock {
	padding: 60px 0 0;
}
@media screen and (max-width: 639px) {
	.contentBlock {
		padding-top: 20%;
	}
}
.contentBlock p {
	padding-bottom: 1em;
}
.contentBlock h3 {
	padding-bottom: 5px;
}
.contentBlock h4 {
	padding-bottom: 40px;
	font-size: 130%;
	font-weight: 700;
	line-height: 140%;
	color: #000086;
}
.mobileBr {
	display: none;
}
@media screen and (max-width: 639px) {
	.contentBlock h4 {
		font-size: 100%;
		padding-bottom: 1em;
	}
	.mobileBr {
		display: block;
	}
}
/* bannerFlex
================================================== */
.bannerFlex {
	width: 100%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* bannerArea
================================================== */
.bannerArea {
	width: 48.5%;
	background-color: #000086;
	box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
	margin-bottom: 5%;
	overflow: hidden;
}
@media screen and (max-width: 700px) {
	.bannerArea {
		width: 100%;
	}
}
.bannerBox img {
	width: 100%;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background, border, color, fill, content, opacity, -webkit-transform;
	transition-property: background, border, color, fill, content, opacity, -webkit-transform;
	transition-property: background, border, color, transform, fill, content, opacity;
	transition-property: background, border, color, transform, fill, content, opacity, -webkit-transform;
}
.bannerBox:hover img {
	width: 100%;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/* txtBold
================================================== */
.txtBold {
	font-weight: 500;
}
/* titBox
================================================== */
.titBox {
	margin-bottom: 3%;
	width: 100%;
}
@media screen and (max-width: 639px) {
	.titBox {
		margin-bottom: 10%;
	}
}
.titBox h2 {
	position: relative;
	background-color: #000086;
	color: #fff;
	font-weight: 500;
	padding: 15px 42px 15px 1em;
	font-size: 180%;
	margin-right: 0;
	line-height: 1.3;
	z-index:-1;
}
.titBox h2:after {
  position: absolute;
  content: '';
  right: -2px;
  top: -2px;
  border: none;
  border-right: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index:-2
}
@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;
}
/* bannerArea
================================================== */
.bannerArea {
	background-color: #000086;
	box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
	margin-bottom: 20px;
	overflow: hidden;
}
.bannerBox img {
	width: 100%;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background, border, color, fill, content, opacity, -webkit-transform;
	transition-property: background, border, color, fill, content, opacity, -webkit-transform;
	transition-property: background, border, color, transform, fill, content, opacity;
	transition-property: background, border, color, transform, fill, content, opacity, -webkit-transform;
}
.bannerBox:hover img {
	width: 100%;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/* messageBtnArea
================================================== */
.messageBtnArea {
	width: 90%;
	padding: 0 0 3%;
}
@media screen and (max-width: 900px) {
	.messageBtnArea {
		padding: 0 0 40px;
	}
}
.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: "\eaaa";
	-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;
}
/* lrBox
================================================== */
.lrBox {
	padding: 0 0 3%;
}
.lrBox p {
	font-weight: 500;
}
.lBox {
	float: left;
	width: 47.5%;
}
.rBox {
	float: right;
	width: 47.5%;
}
@media screen and (max-width: 639px) {
	.lrBox p {
		font-size: 80%;
	}
}
/* flex
================================================== */
.flex {
	width: 100%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flexBox {
	display: -webkit-box;
	display: flex;
	flex-direction: column; /* 子要素を縦並べ */
	width: 30%;
	margin-bottom: 40px;
}
.flex::after {
	display: block;
	content: "";
	width: 30%;
}
@media screen and (max-width: 639px) {
	.flexBox {
		width: 47.5%;
		margin-bottom: 1em;
	}
	.flex::after {
		width: 47.5%;
	}
}
.flex dt {
	margin: 0;
	padding: 10px 0 0;
	font-weight: 500;
	line-height: 130%;
}
.flex dd {
	margin: 0;
	padding: 10px 0 0;
}
@media screen and (max-width: 639px) {
	.flex dt {
		font-size: 80%;
	}
	.flex dd {
		font-size: 80%;
		line-height: 160%;
	}
}
