/* ------------------------------
    p-sec01
------------------------------ */
.p-sec01 {
	margin-top: 19.2rem;
}
@media screen and (max-width: 768px) {
	.p-sec01 {
		margin-top: 30rem;
	}
}

.p-sec01__txt {
	font-size: 1.6rem;
	line-height: 1.8125;
	margin: 0;
}
@media screen and (max-width: 768px) {
	.p-sec01__txt {
		font-size: 2.8rem;
		line-height: 1.7857142857;
	}
}

.p-sec01-box01 {
	margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
	.p-sec01-box01 {
		margin-top: 2.2rem;
	}
}

.p-sec01-box01__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2.6rem;
}
@media screen and (max-width: 768px) {
	.p-sec01-box01__flex {
		display: block;
		margin-top: 5.2rem;
	}
}

.p-sec01-box01__txtarea {
	width: calc(100% - 37rem);
	padding-right: 10.5rem;
}
@media screen and (max-width: 768px) {
	.p-sec01-box01__txtarea {
		width: 100%;
		padding: 0;
	}
}

.p-sec01-box01__imgarea {
	width: 37rem;
}
@media screen and (max-width: 768px) {
	.p-sec01-box01__imgarea {
		width: 100%;
		margin-top: 5rem;
	}
}

.p-sec01-box01__img {
	width: 100%;
	height: 28.8rem;
	border-radius: 1rem;
	overflow: hidden;
}
.p-sec01-box01__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media screen and (max-width: 768px) {
	.p-sec01-box01__img {
		height: 52rem;
	}
}

.p-sec01-box01__cap {
	font-size: 1.4rem;
	font-weight: 500;
	margin: 2rem 0 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.p-sec01-box01__cap {
		font-size: 2.8rem;
		margin: 1.3rem 0 0;
	}
}

.p-sec01-box01 .c-ttl-green24 {
	margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
	.p-sec01-box01 .c-ttl-green24 {
		margin-bottom: 5.5rem;
	}
}

.p-sec01-box01 .p-sec01__txt + .p-sec01__txt {
	margin-top: 2rem;
}
@media screen and (max-width: 768px) {
	.p-sec01-box01 .p-sec01__txt + .p-sec01__txt {
		margin-top: 4.5rem;
	}
}

.p-sec01-box02 {
	margin-top: 6rem;
}
@media screen and (max-width: 768px) {
	.p-sec01-box02 {
		margin-top: 5rem;
	}
}

.p-sec01-box02 .p-sec01__txt {
	margin-top: 3rem;
}
@media screen and (max-width: 768px) {
	.p-sec01-box02 .p-sec01__txt {
		margin-top: 4rem;
	}
}

.p-sec01-box03 {
	margin-top: 5.5rem;
}

.p-sec01-box03 .c-ttl-green24 {
	margin-top: 3rem;
}
@media screen and (max-width: 768px) {
	.p-sec01-box03 .c-ttl-green24 {
		margin-top: 5.5rem;
	}
}

.p-sec01-box03 .p-sec01__txt {
	margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
	.p-sec01-box03 .p-sec01__txt {
		margin-top: 5.5rem;
	}
}

.p-sec01-box04 {
	margin-top: 8.5rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.p-sec01-box04 {
		margin-top: 7.4rem;
	}
}

.p-sec01-box04__ttl {
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0;
}
@media screen and (max-width: 768px) {
	.p-sec01-box04__ttl {
		font-size: 3rem;
	}
}

.p-sec01-box04__txt01 {
	color: #858585;
	font-size: 1.4rem;
	margin: 1.4rem 0 0;
	font-family: "Lexend";
	letter-spacing: 0.08em;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.p-sec01-box04__txt01 {
		font-size: 2.2rem;
		margin: 0;
	}
}

.p-sec01-box04__img {
	width: 60.2rem;
	margin: 2.5rem auto 0;
}
@media screen and (max-width: 768px) {
	.p-sec01-box04__img {
		width: 100%;
		margin: 4rem auto 0;
	}
}
@media screen and (min-width: 730px) and (max-width: 768px) {
	.p-sec01-box04__img {
		width: 60%;
	}
}

.p-sec01-box04__txt02 {
	color: #858585;
	font-size: 1.5rem;
	margin: 2.3rem 0 0;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 768px) {
	.p-sec01-box04__txt02 {
		font-size: 2.8rem;
		margin: 1.8rem 0 0;
	}
}

.p-sec01-box04__txt02-en {
	color: #858585;
	font-size: 1.2rem;
	padding-left: 1rem;
	font-family: "Lexend";
}
@media screen and (max-width: 768px) {
	.p-sec01-box04__txt02-en {
		font-size: 2.2rem;
	}
}

.p-sec01-box04__txt03 {
	font-size: 1.6rem;
	font-weight: 500;
	color: #ffffff;
	width: 56rem;
	height: 6.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 0.5rem;
	background: #008482;
	margin: 1.5rem auto 0;
}
@media screen and (max-width: 768px) {
	.p-sec01-box04__txt03 {
		font-size: 2.6rem;
		width: 100%;
		height: 7.7rem;
		margin: 1rem auto 0;
	}
}

/* ------------------------------
    p-sec02
------------------------------ */
.p-sec02 {
	margin-top: 9.8rem;
	background: #f6f9f9;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.p-sec02 {
		margin-top: 8rem;
	}
}
.p-sec02 .u-wrap__1100 {
	padding: 10.5rem 0 13.6rem;
}
@media screen and (max-width: 768px) {
	.p-sec02 .u-wrap__1100 {
		padding: 7.6rem 0 7.2rem;
	}
}

.p-sec02__img {
	width: 125rem;
	height: 46rem;
	border-radius: 3rem 0 0 3rem;
	margin: 5.5rem calc(50% - 50vw) 0 0;
	overflow: hidden;
}
.p-sec02__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media screen and (min-width: 1400px) {
	.p-sec02__img {
		border-radius: 2.1428571429vw 0 0 2.1428571429vw;
		width: 89.2857142857vw;
		height: 32.8571428571vw;
	}
}
@media screen and (max-width: 768px) {
	.p-sec02__img {
		width: 71.2rem;
		height: 50rem;
		margin: 4rem calc(50% - 50vw) 0 0;
	}
}

.p-sec02 .c-ttl-green24 {
	margin-top: 6.2rem;
}
@media screen and (max-width: 768px) {
	.p-sec02 .c-ttl-green24 {
		margin-top: 5rem;
	}
}

.p-sec02-box01 {
	margin-top: 6.8rem;
}
@media screen and (max-width: 768px) {
	.p-sec02-box01 {
		position: relative;
		margin-top: 5.5rem;
		padding-bottom: 13rem;
	}
}

.p-sec02-box01__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.p-sec02-box01__flex:nth-of-type(odd) {
	background: #ffffff;
}
.p-sec02-box01__flex:nth-of-type(even) {
	background: #f1f4f4;
}

.p-sec02-box01__year {
	color: #008482;
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	width: 15.5rem;
	padding: 1rem 3.8rem;
	font-family: "Lexend", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei";
	margin: 0;
}
@media screen and (max-width: 768px) {
	.p-sec02-box01__year {
		font-size: 2.6rem;
		width: 15rem;
		padding: 1.5rem 1.8rem;
	}
}

.p-sec02-box01__cnt {
	width: calc(100% - 15.5rem);
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 1.8rem 1.8rem 1.8rem 0;
	font-weight: 500;
	margin: 0;
}
@media screen and (max-width: 768px) {
	.p-sec02-box01__cnt {
		width: calc(100% - 15rem);
		font-size: 2.6rem;
		line-height: 1.3076923077;
		padding: 2.4rem 2.4rem 2.4rem 0;
	}
}

.p-sec02-accbtn {
	width: 100%;
	padding: 14rem 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(48%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(0deg, rgb(255, 255, 255) 48%, rgba(255, 255, 255, 0) 100%);
}
.p-sec02-accbtn.is-open {
	background: none;
	padding: 0;
}

.p-sec02-accbtn__inner {
	position: relative;
	width: 6rem;
	height: 6rem;
	margin: 5rem auto;
	border: 1px solid #094834;
	border-radius: 100vh;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: #ffffff;
}
.p-sec02-accbtn__inner::before, .p-sec02-accbtn__inner::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.p-sec02-accbtn__inner::before {
	width: 2.5rem;
	height: 1px;
	border-bottom: 1px solid #094834;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.p-sec02-accbtn__inner::after {
	width: 1px;
	height: 2.5rem;
	border-left: 1px solid #094834;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-sec02-accbtn.is-open .p-sec02-accbtn__inner::before {
	opacity: 0;
}
.p-sec02-accbtn.is-open .p-sec02-accbtn__inner::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	        transform: translate(-50%, -50%) rotate(90deg);
}

/* ------------------------------
    p-sec03
------------------------------ */
.p-sec03 {
	margin-top: 9rem;
	padding-bottom: 10.9rem;
}
@media screen and (max-width: 768px) {
	.p-sec03 {
		margin-top: 8.4rem;
		padding-bottom: 10.3rem;
	}
}

.p-sec03 .c-ttl-green24 {
	margin-top: 6rem;
}
@media screen and (max-width: 768px) {
	.p-sec03 .c-ttl-green24 {
		margin-top: 1.7rem;
	}
}

.p-sec03__txtarea {
	margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
	.p-sec03__txtarea {
		margin-top: 3rem;
	}
}

.p-sec03__txt {
	font-size: 1.6rem;
	line-height: 1.78125;
}
@media screen and (max-width: 768px) {
	.p-sec03__txt {
		font-size: 2.8rem;
		line-height: 1.7857142857;
	}
}
.p-sec03__txt:nth-of-type(1) {
	margin: 0;
}
.p-sec03__txt:nth-of-type(n+2) {
	margin: 3.3rem 0 0;
}
@media screen and (max-width: 768px) {
	.p-sec03__txt:nth-of-type(n+2) {
		margin: 4.5rem 0 0;
	}
}

.p-sec03-box01 {
	margin-top: 8.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 768px) {
	.p-sec03-box01 {
		margin-top: 7rem;
		display: block;
	}
}

.p-sec03-box01__img {
	width: 37rem;
	border-radius: 1rem;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.p-sec03-box01__img {
		width: 51rem;
		margin: 0 auto;
	}
}

.p-sec03-box01__txtarea {
	padding: 1rem 0 0 8rem;
	width: calc(100% - 37rem);
}
@media screen and (max-width: 768px) {
	.p-sec03-box01__txtarea {
		padding: 5.5rem 0 0;
		width: 100%;
	}
}

.p-sec03-box01__position {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.p-sec03-box01__position {
		font-size: 2.8rem;
	}
}

.p-sec03-box01__name {
	margin: 0;
	font-size: 2rem;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.p-sec03-box01__name {
		font-size: 3.7rem;
		line-height: 1;
	}
}

.p-sec03-box01__subttl {
	font-size: 1.5rem;
	font-weight: bold;
	color: #6e6664;
	width: 12rem;
	height: 3.3rem;
	background: #f5f5f5;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	margin: 3.6rem 0 0;
}
@media screen and (max-width: 768px) {
	.p-sec03-box01__subttl {
		font-size: 2.8rem;
		width: 22.5rem;
		height: 6.3rem;
		margin: 5rem 0 0;
	}
}

.p-sec03-box01__tbl {
	margin: 2.5rem 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
	.p-sec03-box01__tbl {
		margin: 3.5rem 0 0;
	}
}
.p-sec03-box01__tbl dt {
	font-size: 1.5rem;
	line-height: 1.9;
	font-weight: bold;
	width: 11rem;
	border-bottom: 1px solid #e0e0e0;
	padding: 0.8rem 0;
}
@media screen and (max-width: 768px) {
	.p-sec03-box01__tbl dt {
		font-size: 2.6rem;
		width: 16.8rem;
		padding: 1.3rem 0;
	}
}
.p-sec03-box01__tbl dd {
	width: calc(100% - 11rem);
	font-size: 1.5rem;
	line-height: 1.9;
	padding: 0.8rem 0;
	border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
	.p-sec03-box01__tbl dd {
		font-size: 2.6rem;
		width: calc(100% - 16.8rem);
		padding: 1.3rem 0;
	}
}

.p-sec03-box01__list {
	margin: 0;
	padding: 0;
}
.p-sec03-box01__list li {
	list-style: none;
	padding-left: 2.2rem;
	position: relative;
}
@media screen and (max-width: 768px) {
	.p-sec03-box01__list li {
		padding-left: 3.2rem;
		font-size: 2.4rem;
	}
}
.p-sec03-box01__list li:nth-of-type(n+2) {
	margin-top: 0.5rem;
}
.p-sec03-box01__list li::before {
	content: "";
	position: absolute;
	top: 1.3rem;
	left: 0;
	width: 1.4rem;
	height: 0.4rem;
	border-top: 0.4rem solid #bef2dc;
}
@media screen and (max-width: 768px) {
	.p-sec03-box01__list li::before {
		top: 2rem;
		width: 2.1rem;
		height: 0.6rem;
		border-top: 0.6rem solid #bef2dc;
	}
}
/*# sourceMappingURL=summary.css.map */