@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;
	filter: drop-shadow(0 2px 5px #1d1817);
}
.mainTitBox {
	width: 26%;
}
@media screen and (max-width: 639px) {
	.mainTitBox {
		width: 50%;
	}
}
/* 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;
}
.topTxt p br {
	display: none;
}
@media screen and (max-width: 1000px) {
	.topTxt p {
		font-size: 2.5vw;
	}
}
@media screen and (max-width: 639px) {
	.topTxt p {
		font-size: 140%;
	}
	.topTxt p br {
		display: block;
	}
}
@media screen and (max-width: 400px) {
	.topTxt p {
		font-size: 6vw;
	}
}
/* topFlex
================================================== */
.topFlex {
	width: 100%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topFlexBox01 {
	display: -webkit-box;
	display: flex;
	flex-direction: column; /* 子要素を縦並べ */
	width: 48%;
	background-color: #F6F4F5;
	padding: 5%;
}
@media screen and (max-width: 639px) {
	.topFlexBox01 {
		padding: 5% 5% 0;
	}
}
.topFlexBox01 h2 {
	font-size: 180%;
	padding-bottom: 1em;
	line-height: 140%;
}
@media screen and (max-width: 1200px) {
	.topFlexBox01 h2 {
		font-size: 2.5vw;
	}
}
@media screen and (max-width: 639px) {
	.topFlexBox01 h2 {
		font-size: 100%;
		font-weight: 500;
		padding-top: 1em;
	}
	.topFlexBox01 h2 br {
		display: none;
	}
}
.topFlexBox02 {
	display: -webkit-box;
	display: flex;
	flex-direction: column; /* 子要素を縦並べ */
	width: 40%;
}
.phBox01 figure {
	float: left;
	width: 50%;
}
.phBox01 p {
	float: right;
	width: 45%;
	line-height: 145%!important;
}
@media screen and (max-width: 639px) {
	.phBox01 figure {
		float: none;
        width: 100%;
        background-color: #F6F4F5;
	}
	.phBox01 figure img {
		width: 50%;
		margin: 0 auto;
		padding: 0 0 5%;
	}
	.phBox01 p {
		float: none;
		width: 100%;
		line-height: 145%!important;
	}
}
.phBox01 p span {
	font-weight: 500;
}
.phBox02 {
	margin-top: 4%;
}
.contentBlock .phBox02 p {
	padding: 0;
	margin: 0;
	font-weight: 500;
	line-height: 145%!important;
}
.topimgBox {
	margin-top: 4%;
}
.topimgBox p {
	font-weight: 500;
}
@media screen and (max-width: 639px) {
	.topFlexBox01 {
		width: 90%;
	}
	.topFlexBox02 {
		width: 100%;
	}
}
/* locationTxt
================================================== */
.locationTxt {
	background-color: #bcd8ed;
	padding: 1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.locationTxt h3 {
	font-weight: 500;
}
.locationTxt p {
	padding: 0;
}
/* contentBlock
================================================== */
.contentBlock {
	padding: 0 0 60px;
}
@media screen and (max-width: 639px) {
	.contentBlock {
		padding-bottom: 10%;
	}
}
.contentBlock p {
	padding-bottom: 1em;
}
@media screen and (max-width: 639px) {
	.contentBlock p.icon05 {
		padding-top: 5px;
	}
}
/* txtBold
================================================== */
.txtBold {
	font-weight: 500;
}
/* locationArea
================================================== */
.locationArea {
	padding: 0 0 8%;
	position: relative;
}
.locationL {
	position: relative;
	z-index: 0;
	width: 70%;
	padding: 2% 0 0;
}
.locationR {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 24%;
	padding: 2% 3% 8%;
	color: #fff;
	background-color: #000086;
	border: solid 10px #fff;
	box-shadow: 2px 2px 4px #999;
}
@media screen and (max-width: 639px) {
	.locationL {
		width: 100%;
		padding: 0;
	}
	.locationR {
		position: relative;
		width: 100%;
		padding: 0;
		background: none;
		border: none;
		box-shadow: 0 0 0 #fff;
		color: #222;
	}
}
.locationArea dl{
	padding-top: 0.5em;
	line-height: 140%;
}
.locationArea dt{
	font-size: 140%;
	padding-bottom: 15px;
	border-bottom: dotted 1px #fff;
}
.locationArea dd{
	padding: 10px 0 0 1.6em;
}
@media screen and (max-width: 639px) {
	.locationArea dt{
		font-size: 100%;
		font-weight: 500;
		padding-bottom: 5px;
		border-bottom: none;
	}
	.locationArea dd{
		padding: 0;
	}
}
/* titBox
================================================== */
.titBox {
	margin-bottom: 1em;
	width: 100%;
}
.titBox h2 {
	border-bottom: solid 2px #000086;
	color: #000086;
	padding: 1em 0;
	font-size: 180%;
	font-weight: 500;
}
@media screen and (max-width: 639px) {
	.titBox h2 {
		font-size: 6vw;
		font-weight: 500;
	}
}
.titBox h3 {
	font-size: 180%;
	line-height: 140%;
}
@media screen and (max-width: 1200px) {
	.titBox h3 {
		font-size: 2.5vw;
	}
}
@media screen and (max-width: 639px) {
	.titBox h3 {
		font-size: 100%;
		font-weight: 500;
		line-height: 160%;
	}
	.titBox h3.blue {
		border-top: solid 2px;
		padding-top: 1em;
		font-weight: 400;
	}
	.titBox h3 br {
		display: none;
	}
}
.titBox h4 {
	background-color: #000086;
	color: #fff;
	padding: 1em;
	font-size: 120%;
	font-weight: 500;
}
@media screen and (max-width: 639px) {
	.titBox h4 {
		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;
}
/* flex
================================================== */
.flex {
	width: 100%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 40px;
}
@media screen and (max-width: 639px) {
	.flex {
		padding-bottom: 0;
	}
}
.flexBox {
	display: -webkit-box;
	display: flex;
	flex-direction: column; /* 子要素を縦並べ */
	width: 30%;
	margin-top: 2%;
}
.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%;
	}
}
.contentBlock .flex p {
	margin: 0;
	padding: 0;
	font-weight: 500;
	line-height: 160%;
	font-size: 80%;
}
