@charset "utf-8";
/* CSS Document */

section {
	padding: 120px 5.8%;
}
@media (max-width: 749px) {
	section {
		padding: 80px 5.8%;
	}
}
section.bg_gray {
  background: #f7f7f7;
	position: relative;
}
section.bg_gray +  section.bg_gray {
	padding-top: 3rem;
}
section.bg_gray.end::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 0;
	height:0;
	border-style:solid;
	border-width: 100px 50vw 0 50vw;
	border-color: #f7f7f7 transparent transparent transparent;
}
@media (max-width: 749px) {
	section.bg_gray.end::after {
		bottom: -50px;
		border-width: 50px 50vw 0 50vw;
	}
}
section.bg_green {
	position: relative;
	z-index: -1;
	background: linear-gradient(45deg, #dcff64 0, #c2f342 9.31%, #ace925 19.33%, #9ce211 29.31%, #92dd04 39.13%, #8fdc00 48.6%, #8bdb04 56.94%, #7ed610 65.58%, #6acf25 74.36%, #4dc541 83.24%, #28b865 92.1%, #00aa8c 100%);
	padding: 200px 5.8% 150px 5.8%;
}
@media (max-width: 749px) {
	section.bg_green {
		padding: 80px 5.8%;
	}
	section.bg_green + section {
		padding-top: 50px;
	}
}
section p {
  font-size: 1.3rem;
  margin: 2em 0 0;
  font-weight: 700;
  text-align: center;
	line-height: 1.8em;
}
section p strong {
	display: block;
	margin: 3rem 0 0.5rem 0;
	font-size: 1.76rem;
	line-height: 2em;
}
section p strong img {
	display: inline-block;
	margin: 0 0 0 0.3em;
}
section p .marker {
	display: inline-block;
	margin-right: 0.1em;
	padding: 0.15em 0.3em 0.3em 0.3em;
	background: #8fdc00;
	line-height: 1;
}
section.bg_green p strong {
	font-size: 2.1rem;
}
section.bg_green p strong .marker {
	display: inline-block;
	margin-right: 0.2em;
	padding: 0.15em 0.3em 0.3em 0.3em;
	background: #fff;
	line-height: 1;
	color: #64c81e;
	font-weight: 600;
}
@media (max-width: 749px) {
	section p {
		font-size: 0.95rem;
		text-align: justify;
		word-break: break-all;
		letter-spacing: 0.1em;
		font-feature-settings: "palt";
	}
	section p br {
		display: none;
	}
	section p strong {
		font-size: 1.25rem;
	}
	section p strong img {
		height: 30px;
	}
	section.bg_green p strong {
		font-size: 1.3rem;
		text-align: center;
	}
	section.bg_green p br {
		display: block;
	}
}
.d-top {
	position: absolute;
	top: 0;
	left: 0;
}
.d-btm {
	position: absolute;
	bottom: 0;
	right: 0;
}
@media (max-width: 749px) {
	.d-top img, .d-btm img {
		height: 45px;
	}
}
.guide {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.guide ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1rem 1.5rem;
}
.guide ul li span {
	display: block;
	font-size: 0.75em;
	letter-spacing: 0;
}
.guide .map {
	margin: 30px auto 0 auto;
	width: 80%;
}
@media (max-width: 749px) {
	.guide img.date {
		width: 80%;
	}
	.guide .map {
		margin-top: 30px;
		width: 100%;
	}
}

/* MC */
.page_about .mc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
}
.page_about .mc h3 {
  margin: 0 auto;
}
.page_about .profile {
  width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 60px 0 0 0;
  margin: 0 auto;
}
.page_about .profile .cont .logo {
  width: 30%;
  float: right;
  margin: 0 0 20px 20px;
}
.page_about .profile .cont .logo img {
  max-height: 80px;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
	.page_about .profile {
		flex-direction: column;
		padding: 30px 0;
    width: 100%;
	}
	.page_about .profile figure {
		width: 50%!important;
	}
  .page_about .profile figure.wide {
    width: 80%!important;
  }
	.page_about .profile .cont {
		width: 100%!important;
	}
}
.page_about .profile figure {
	width: 23%;
}
.page_about .profile figure.wide {
	width: 33%;
}
.page_about .profile figure.wide + .cont {
  width: 60%;
}
.page_about .profile .cont {
	width: 70%;
}
.page_about .profile .cont .job {
	padding-bottom: 0.3em;
	font-size: clamp(18px, 13.707px + 0.419vw, 22px);
	font-weight: 600;
}
.page_about .profile .cont .name {
	padding-bottom: 1em;
	font-size: clamp(26px, 21.707px + 0.419vw, 30px);
	font-weight: 600;
}
.page_about .profile .cont .name span::after {
	content: "氏";
	margin-left: 0.2em;
	font-size: 1.2rem;
}
.page_about .profile .cont p {
  margin: 0;
	font-size: clamp(14px, 10.780px + 0.314vw, 17px);
	line-height: 2em;
	text-align: justify;
	word-break: break-all;
  clear: both;
}
.page_about .profile .cont p a {
	display: inline-block;
}
.page_about .profile .cont p a:hover {
	opacity: 0.5;
}
@media (max-width: 1024px) {
	.page_about .profile .cont {
		margin-top: 60px;
	}
}
@media (max-width: 749px) {
	.page_about .profile .cont {
		margin-top: 40px;
	}
	.page_about .profile .cont .job {
		font-size: 0.8rem;
	}
	.page_about .profile .cont .name {
		font-size: 1.3rem;
	}
	.page_about .profile .cont p {
		line-height: 1.8em;
	}
  .page_about .profile .cont .logo img {
    max-height: 60px;
  }
}