@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.about .imgBox {
	margin-bottom: 97px;
	padding-top: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about .imgBox .photoBox {
	width: 60%;
	margin: 0 -150px 0 40px;
}
.about .imgBox .photoBox img {
	width: 100%;
	border-radius: 20px;
}
.about .imgBox .textBox {
	margin-top: -2px;
	flex: 1;
}
.about .imgBox p {
	line-height: 3;
}
.about .h3Ttl {
	margin-bottom: 45px;
	padding-bottom: 35px;
	font-size: 1.3rem;
	color: #BBBBBB;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
}
.about .h3Ttl span {
	display: block;
	font-size: 2rem;
	color: #222222;
	letter-spacing: 0.2em;
	margin-bottom: 8px;
}
.about .h3Ttl:after {
	width: 50px;  
	height: 5px;
	background-color: #013B86;
	position: absolute;  
	bottom: 0;
	left: 0;  
	content: ""; 
}
.about .imgBox h4 {
	margin-bottom: 33px;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #EF5142;
	line-height: 1.8;
}
.f {
	margin-top: 50px;
	margin-bottom: 22px!important;
    font-size: 2rem!important;
    color: #013B86!important;
    letter-spacing: 0.2em!important;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.about .comTtl {
	line-height: 2!important;
	font-size: 2.4rem;
    font-weight: 500;
    color: #013B86;
    margin-bottom: 19px;
    letter-spacing: 0.1em;
}
.about .red {
	color: #EF5142;
}
.overview .inner {
	margin: -19px 0 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.overview .inner .sub {
	width: 48%;
}
.overview .inner dl {
	color: #222222;
	line-height: 1.8;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.overview .inner dt {
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 130px;
	padding: 22px 10px 22px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #707070;
}
.overview .inner dd {
	box-sizing: border-box;
	width: calc(100% - 130px);
	padding: 22px 10px 22px 20px;
	border-bottom: 1px solid #707070;
}
.overview .inner .style {
	border-bottom: none;
	padding-top: 0;
	padding-bottom: 0;
}
.overview .inner .style02 {
	padding-top: 0;
}
.overview .inner .style03 {
	padding-bottom: 0;
	border: none;
}
.overview .inner dd .textImg {
	margin-top: 12px;
	padding-bottom: 7px;
}
.overview .inner dd .textImg a:hover {
	opacity: 0.7;
}
.overview .map {
	border-radius: 10px;
	height: 350px;
}
.overview .map iframe {
	width: 100%;
	height: 100%;
}
.overview {
	margin-bottom: 100px;
}
.history .inner {
	max-width: 715px;
	margin: 0 auto;
	padding: 40px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.history .inner:after {
	width: 5px;  
	height: 100%;
	background-color: #EEEEEE;
	position: absolute;  
	top: 0;
	left: 50%;
	transform: translateX(-50%);  
	content: ""; 
}
.history .inner .lBox {
	width: 300px;
}
.history .inner .rBox {
	margin-top: 127px;
	width: 300px;
}
.history .inner .ttl {
	font-size: 4rem;
	color: #013B86;
	margin: 0 10px 5px;
	letter-spacing: 0.05em;
}
.history .inner .sub {
	background-color: #013B86;
	border-radius: 10px;
	padding: 16px 20px 7px;
	color: white;
	position: relative;
}
.history .inner .sub:after {
	width: 60px;  
	height: 1px;
	background-color: #013B86;
	position: absolute;  
	top: 50%;
	right: -60px;
	transform: translateY(-50%);  
	content: ""; 
}
.history .inner .sub::before {
	width: 15px;  
	height: 15px;
	border-radius: 100%;
	background-color: #013B86;
	position: absolute;  
	top: 50%;
	right: -65px;
	transform: translateY(-50%);  
	content: ""; 
	z-index: 1;
}
.history .inner .sub p {
	font-size: 1.4rem;
	line-height: 1.8;
}
.history .inner .sub .date {
	font-size: 2.2rem;
	margin-bottom: 5px;
	font-weight: bold;
}
.history .inner .sub .txt {
	padding-bottom: 16px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}
.history .inner .sub .txt:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.history .inner .lBox .ttl {
	text-align: right;
}
.history .inner .rBox .sub:after {
	left: -60px;
	right: auto;
}
.history .inner .rBox .sub::before {
	left: -65px;
	right: auto;
}
.history .inner .box01 {
	margin-top: -65px;
}
.history .inner .photo {
	margin-bottom: 10px;
	padding-top: 5px;
}
.history .inner .photo img {
	width: 100%;
	border-radius: 10px;
}
.history .inner .box02 {
	margin-top: 218px;
}
.figureUl {
	padding-top: 5px;
	display: flex;
	flex-wrap: wrap;
}
.figureUl li {
	margin: 0 2% 20px 0;
	display: flex;
	align-items: center;
	background-color: #F5F5F5;
	border-radius: 10px;
	box-sizing: border-box;
}
.figureUl .li01 {
	padding: 13px 41px 20px 43px;
	width: 65%;
}
.figureUl li .sub {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.figureUl .li01 .textImg {
	width: 290px;
	margin: 4px 0 0 30px;
}
.figureUl .li01 .lBox {
	flex: 1;
}
.figureUl .li02 {
	margin-right: 0;
	width: 33%;
}
.figureUl .li01 .lBox .ttl {
	margin: 0 5px 20px;
}
.figureUl .li01 .lBox p {
	font-size: 1.4rem;
	color: #013B86;
	letter-spacing: 0;
	line-height: 2;
}
.figureUl .li03 {
	width: 41.3%;
}
.figureUl .li04 {
	margin-right: 0;
	width: 56.7%;
}
.figureUl .li05 {
	margin-right: 0;
	padding: 45px 40px;
	background-color: #F5F5F5;
	border-radius: 10px;
}
.figureUl .li05 .sub {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.figureUl .li05 .textImg {
	margin-right: 48px;
	width: 276px;
}
.figureUl .li05 .rBox {
	margin-top: -7px;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.figureUl .li05 .rBox .img {
	width: 131px;
	margin: 53px 26px 0 70px;
}
.figureUl .li05 .rBox p {
	flex: 1;
	font-size: 1.4rem;
	font-weight: 500;
	color: #013B86;
	letter-spacing: 0;
	line-height: 2;
}
.figure {
	padding-bottom: 75px;
} 


@media all and (max-width: 896px) {
	.about .imgBox {
		margin-bottom: 48px;
		padding-top: 5px;
		display: block;
	}
	.about .imgBox .textBox {
		margin: 0 0 17px;
	}
	.about .imgBox .photoBox {
		width: auto;
		margin: 0;
	}
	.about .h3Ttl {
		margin-bottom: 27px;
		padding-bottom: 25px;
	}
	.about .imgBox p {
		line-height: 1.86;
	}
	.about .imgBox h4 {
		font-size: 1.8rem;
		margin: 0 -10px 24px 0;
		letter-spacing: 0.05em;
		line-height: 1.78;
	}
	.about .imgBox .photoBox img {
		border-radius: 10px;
	}
	.overview .inner{
		margin: 0 0 50px;
		display: block;
	}
	.overview .inner .sub {
		width: auto;
	}
	.overview .inner dl {
		display: block;
	}
	.overview .inner dt {
		width: auto;
		padding: 0 0 5px;
		border-bottom: none;
	}
	.overview .inner dd {
		width: auto;
		margin-bottom: 18px;
		padding: 0 0 17px;
	}
	.overview .inner .style03 {
		padding-bottom: 4px;
	}
	.overview .inner dd.style03 {
		margin-bottom: 3px;
	}
	.overview .inner .style {
		margin-bottom: 4px;
	}
	.overview .inner dd .textImg {
		text-align: center;
	}
	.overview .map {
		height: 55.4vw;
	}
	.overview .map img {
		height: 100%;
	}
	.overview {
		margin-bottom: 48px;
	}
	.history .inner {
		max-width: inherit;
		display: block;
		padding: 20px 0 0;
	}
	.history .inner .lBox {
		width: auto;
		margin: 0 0 28px;
	}
	.history .inner .rBox {
		width: auto;
	}
	.history .inner::after{
		display: none;
	}
	.history .inner .ttl {
		margin: 0 0 5px;
		font-size: 3rem;
	}
	.history .inner .lBox .ttl {
		text-align: left;
	}
	.history .inner .sub .date {
		font-size: 2rem;
	}
	.history .inner .sub::after{
		left: -20px;
		right: auto;
	}
	.history .inner .rBox {
		margin: 0 0 28px;
	}
	.history .inner .sub .txt {
		padding-bottom: 18px;
	}
	.history .inner .photo {
		margin-bottom: 15px;
	}
	.history .inner .rBox .sub {
		position: relative;
		z-index: 1;
	}
	.history .inner .rBox .sub::after {
		left: -20px;
		z-index: -1;
	}
	.about .comWhiteBox {
		padding-bottom: 120px;
		border-radius: 10px 10px 0 0;
	}
	#main {
		margin-bottom: 0;
	}
	.figureUl {
		padding-top: 22px;
		display: block;
	}
	.figureUl li {
		display: block;
		width: auto !important;
		margin: 0 0 20px !important;
	}
	.figureUl .li01 {
		padding: 30px 20px 28px;
	}
	.figureUl li .sub {
		display: block;
	}
	.figureUl .li01 .textImg {
		padding-left: 25px;
		max-width: 223px;
		width: auto;
		margin: 6px auto 0;
	}
	.figureUl .li01 .lBox .ttl {
		margin-bottom: 10px;
		width: 155px;
	}
	.figureUl .li01 .lBox p {
		line-height: 1.7;
	}
	.figureUl .li05 {
		padding: 50px 20px 20px;
	}
	.figureUl .li05 .sub {
		display: block;
	}
	.figureUl .li05 .textImg {
		margin: 0 auto 22px;
		max-width: 235px;
		width: auto;
	}
	.figureUl .li05 .rBox {
		display: block;
	}
	.figureUl .li05 .rBox .img {
		text-align: right;
		width: auto;
		margin: 10px 4px 0 0;
	}
	.figureUl .li05 .rBox .img img {
		width: 131px;
	}
	.figure {
		padding-bottom: 27px;
	}
	.figureUl li > img {
		width: 100%;
	}
	.f {
		margin-top: 50px!important;
	}


}

@media all and (min-width: 897px) and (max-width: 1200px) {
	.about .imgBox .photoBox {
		width: 57%;
		margin-right: -100px;
		margin-left: 20px;
	}
	.about .imgBox h4 {
		font-size: 2.1rem;
	}
	.about .imgBox p {
		font-size: 1.4rem;
	}
	.figureUl .li01 .textImg {
		width: 200px;
	}
	.figureUl .li05 .textImg {
		width: 200px;
	}
}




@media all and (max-width: 374px) {
	.overview .map {
		height: 68vw;
	}
}