@charset "UTF-8";

.heading {
	height: 420px;
}
.heading img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 1100px) {
	.heading {
		height: 300px;
	}
}
@media only screen and (max-width: 767px) {
	.heading {
		height: 67vw;
	}
	.heading img {
		object-position: 65% 50%;
	}
}

.topArea {
	position: relative;
	padding: 50px 0 0 68.4%;
}
.topArea__img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 63.2%;
}
.topArea__img img {
	position: relative;
	left: -15%;
	opacity: 0;
	transition: all 0.5s;
}
.topArea__img--show img {
	left: 0;
	opacity: 1;
}
.topArea__title {
	color: #2E6DA4;
	font-size: 1.8rem;
	font-weight: bold;
}
.topArea h1 {
	margin-bottom: 15px;
	font-size: 3.8rem;
	font-weight: bold;
}
.topArea__lead {
	font-size: 2.6rem;
}
.topArea__profile {
	margin-top: 30px;
	background: rgba(131, 184, 203, 0.20);
	padding: 25px 30px;
}
.topArea__profile h2 {
	margin-bottom: 10px;
	font-size: 2.6rem;
	font-weight: bold;
}
.topArea__profile h2 span {
	margin-left: 25px;
	font-size: 1.6rem;
	font-weight: normal;
	vertical-align: 0.2em;
}
.topArea__profile h3 {
	margin-bottom: 5px;
	color: #2E6DA4;
	font-size: 1.6rem;
	font-weight: bold;
}
.topArea__note {
	margin-top: 20px;
	font-size: 1.3rem;
	text-indent: -1.4em;
	padding-left: 1.4em;
}
@media only screen and (max-width: 1100px) {
	.topArea {
		padding: 50px 0 0 53%;
	}
	.topArea__img {
		top: 30px;
		bottom: auto;
		width: 50%;
	}
	.topArea h1 {
		font-size: 3rem;
	}
	.topArea__lead {
		font-size: 2rem;
	}
	.topArea__profile {
		padding: 20px 25px;
	}
	.topArea__profile h2 {
		font-size: 2.2rem;
	}
	.topArea__profile h2 span {
		margin-left: 20px;
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 767px) {
	.topArea {
		padding: 60vw 0 0;
	}
	.topArea__img {
		top: -25vw;
		left: -2.6vw;
		width: 97.3%;
	}
	.topArea__title {
		font-size: 1.7rem;
	}
	.topArea h1 {
		margin-bottom: 20px;
		font-size: 2.4rem;
	}
	.topArea__profile {
		padding: 10px 15px;
		font-size: 1.4rem;
	}
	.topArea__profile h2 {
		margin-bottom: 5px;
		font-size: 2rem;
	}
	.topArea__profile h2 span {
		margin-left: 15px;
		vertical-align: 0.1em;
	}
	.topArea__profile h3 {
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	.topArea__note {
		margin-top: 5px;
		font-size: 1.1rem;
	}
}

.imgCol {
	margin: 80px 0;
	display: flex;
	justify-content: space-between;
}
.imgCol--reverse {
	flex-direction: row-reverse;
}
.imgCol__textarea {
	width: 48.5%;
	align-self: center;
}
.imgCol--imgS .imgCol__textarea {
	width: 65.4%;
}
.imgCol__textarea h2 {
	margin: 70px 0 25px;
	border-bottom: 1px solid #2E6DA4;
	padding-bottom: 10px;
	color: #2E6DA4;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.imgCol__textarea h2:first-child {
	margin-top: 0;
}
.imgCol__img {
	width: 48.5%;
}
.imgCol--imgS .imgCol__img {
	width: 31.6%;
}
@media only screen and (max-width: 1000px) {
	.imgCol {
		margin: 60px 0;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.imgCol--reverse {
		flex-direction: column;
	}
	.imgCol__textarea {
		width: 100%;
	}
	.imgCol--imgS .imgCol__textarea {
		width: 100%;
	}
	.imgCol__textarea h2 {
		margin: 50px 0 25px;
	}
	.imgCol__img {
		width: 100%;
		text-align: center;
	}
	.imgCol--imgS .imgCol__img {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.imgCol {
		margin: 40px 0;
	}
	.imgCol__textarea h2 {
		margin: 30px 0 10px;
		font-size: 2rem;
	}
}

.colBox {
	margin-top: 120px;
	border-radius: 5px;
	background: rgba(131,184,203,0.2);
	display: flex;
	gap: 0 4.8%;
	padding: 45px 50px;
}
.colBox__message {
	width: 55.2%;
	max-width: 600px;
}
.colBox__schedule {
	width: 40%;
}
.colBox h2 {
	padding: 1px 0 2px 40px;
	color: #2E6DA4;
	font-size: 1.8rem;
	font-weight: bold;
}
.colBox__message h2 {
	background: url(../img/icon_message.svg) no-repeat 0 0;
}
.colBox__schedule h2 {
	background: url(../img/icon_schedule.svg) no-repeat 0 0;
}
.colBox__message p {
	margin: 10px 0 30px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.6;
}
.colBox__message p.fontS {
	font-size: 2.5rem;
}
.colBox__schedule ul {
	margin-top: 20px;
}
.colBox__schedule li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.colBox__schedule li + li {
	margin-top: 25px;
}
.colBox__time {
	width: 70px;
	flex-shrink: 0;
	border-radius: 16px;
	background-color: #fff;
	padding: 3px;
	text-align: center;
	color: #2E6DA4;
	font-size: 1.6rem;
	font-weight: bold;
}
.colBox__schedule ul p {
	padding-top: 2px;
}
.colBox__note {
	margin-top: 15px;
	font-size: 1.3rem;
	text-indent: -1.4em;
	padding-left: 1.4em;
}
@media only screen and (max-width: 1100px) {
	.colBox__message p,
	.colBox__message p.fontS {
		font-size: 2.2rem;
	}
}
@media only screen and (max-width: 1000px) {
	.colBox {
		margin-top: 80px;
		flex-direction: column;
		gap: 30px;
	}
	.colBox__message {
		width: 100%;
		max-width: none;
	}
	.colBox__schedule {
		width: 100%;
	}
	.colBox__img {
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	.colBox {
		margin-top: 60px;
		padding: 20px 25px;
	}
	.colBox h2 {
		padding: 0 0 0 30px;
		font-size: 1.7rem;
		background-size: 20px auto;
		background-position: 0 4px;
	}
	.colBox__message p,
	.colBox__message p.fontS {
		margin: 5px 0 15px;
		font-size: 2rem;
	}
	.colBox__schedule ul {
		margin-top: 15px;
		font-size: 1.4rem;
	}
	.colBox__schedule li + li {
		margin-top: 15px;
	}
	.colBox__time {
		padding: 2px;
		font-size: 1.4rem;
	}
	.colBox__schedule ul p {
		padding-top: 1px;
	}
	.colBox__note {
		font-size: 1.1rem;
	}
}
