#content {
	padding-top: 0px;
}

#content:before {
	display: none;
}

#content::after {
	display: none;
}

.purpose-content {
	margin-bottom: 100px;
}

@media (max-width: 600px) {
	.purpose-content {
		margin-bottom: 30px;
	}
}

.purpose-content .inner .headline {
	margin-bottom: 60px;
}

.purpose-content .inner .box {
	margin-bottom: 150px;
	align-items: center;
}

@media (max-width: 600px) {
	.purpose-content .inner .box {
		margin-bottom: 50px;
	}
}

.purpose-content .inner .box .left {
	width: calc(45% - 100px);
	margin-right: 100px;
	color: #003D20;
	font-size: 40px;
	letter-spacing: 0.2;
	line-height: 1.875;
	font-weight: bold;
}

@media (max-width: 600px) {
	.purpose-content .inner .box .left {
		width: 100%;
		margin-right: 0px;
		font-size: 22px;
		line-height: 2.5;
	}
}

.purpose-content .inner .box .left img {
	height: 60px;
	width: auto;
	margin: 30px 0 0 auto;
	display: block;
}

@media (max-width: 600px) {
	.purpose-content .inner .box .left img.pc {
		display: none;
	}
}

.purpose-content .inner .box .right {
	width: 55%;
}

@media (max-width: 600px) {
	.purpose-content .inner .box .right {
		width: 100%;
	}
}

.purpose-content .inner .bottom-img {
	height: 50px;
	margin: 60px 0;
	text-align: right;
}

.purpose-content .inner .bottom-img img {
	width: auto;
}

.purpose-content .box-l {
	max-width: 90%;
	margin: 0 0 70px auto;
	align-items: center;
}

@media (max-width: 1150px) {
	.purpose-content .box-l {
		margin: 0 auto 50px auto;
	}
}

@media (max-width: 600px) {
	.purpose-content .box-l {
		margin: 0;
		max-width: 100%;
		flex-direction: column-reverse;
	}
}

.purpose-content .box-l .left {
	width: calc(35% - 100px);
	margin-right: 100px;
}

.purpose-content .box-l .left:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 12px;
	background-image: url(/wp-content/uploads/2023/06/back04.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -70px;
}

.purpose-content .box-l .left .headline {
	font-size: 32px;
	font-weight: bold;
	color: #003D20;
	margin-bottom: 70px;
}

@media (max-width: 1150px) {
	.purpose-content .box-l .left {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 50px;
	}

	.purpose-content .box-l .left .headline {
		font-size: 22px;
		margin-bottom: 20px;
	}
}

@media (max-width: 600px) {
	.purpose-content .box-l .left {
		padding: 0 3%;
		box-sizing: border-box;
	}

	.purpose-content .box-l .left:before {
		display: none;
	}
}

.purpose-content .box-l .right {
	width: 65%;
	height: 600px;
}

@media (max-width: 1150px) {
	.purpose-content .box-l .right {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.purpose-content .box-l .right {
		width: 90%;
		height: 260px;
		margin: 0 0 30px auto;
	}
}

.purpose-content .box-l .right img {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px 0 0 10px;
}

.purpose-content .btn-list {
	justify-content: center;
}

.purpose-content .btn-list .btn {
	width: 250px;
	margin-right: 50px;
}

@media (max-width: 600px) {
	.purpose-content .btn-list .btn {
		margin-right: 0px;
		margin-bottom: 20px;
	}
}

.purpose-content .btn-list .btn:last-child {
	margin-right: 0;
}

@media (max-width: 600px) {
	.purpose-content .btn-list .btn:last-child {
		margin-bottom: 20px;
	}
}

.purpose-content .btn-list .btn a {
	padding: 20px 50px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	width: 250px;
	border: 1px solid #003D20;
	border-radius: 40px;
	display: inline-block;
	color: #003D20;
	transition: .3s;
}

.purpose-content .btn-list .btn a:hover {
	color: #fff;
	background-color: #003D20;
	border-radius: 40px;
}

.purpose-content .btn-list .btn a:hover::after {
	background-image: url(/wp-content/uploads/2023/06/arrow-r.png);
}

.purpose-content .btn-list .btn a::after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-image: url(/wp-content/uploads/2023/06/arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.attraction-content {
	padding: 80px 0 100px 0;
	box-sizing: border-box;
	margin-bottom: 150px;
	background-color: #F8F8F4;
}

@media (max-width: 600px) {
	.attraction-content {
		margin-bottom: 50px;
	}
}

.attraction-content .inner {
	max-width: 1100px;
}

.attraction-content .headline {
	height: 70px;
	margin-bottom: 50px;
}

.attraction-content .list .box {
	width: calc(33.3% - 16px);
	margin-right: 20px;
}

@media (max-width: 600px) {
	.attraction-content .list .box {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
}

.attraction-content .list .box a {
	border: 1px solid #708E80;
	border-radius: 20px;
}

.attraction-content .list .box a .image img {
	border-radius: 20px 20px 0 0;
}

.attraction-content .list .box a .content {
	background-color: #fff;
	padding: 30px 50px;
	box-sizing: border-box;
	border-radius: 0 0 20px 20px;
}

.attraction-content .list .box a .content .num {
	font-size: 40px;
	top: -40px;
	left: -50px;
	color: #FFFFFF;
	position: relative;
	text-align: center;
	width: 100px;
}

.attraction-content .list .box a .content .num:before {
	content: "";
	width: 100px;
	height: 20px;
	background-color: #BE8E70;
	position: absolute;
	left: 0;
	bottom: 0;
}

.attraction-content .list .box a .content .num span {
	font-weight: bold;
}

.attraction-content .list .box:nth-child(2) {
	margin-top: 30px;
}

.attraction-content .list .box:last-child {
	margin-right: 0;
}

@media (max-width: 600px) {
	.attraction-content .list .box:last-child {
		margin-bottom: 0px;
	}
}

.member-content {
	margin-bottom: 100px;
}

.member-content .inner .list {
	width: 90%;
	margin: 0 auto;
}

.member-content .inner .list .box {
	width: calc(50% - 35px);
	margin-right: 70px;
}

@media (max-width: 600px) {
	.member-content .inner .list .box {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
}

.member-content .inner .list .box:last-child {
	margin-right: 0;
}

@media (max-width: 600px) {
	.member-content .inner .list .box:last-child {
		margin-bottom: 0px;
	}
}

.member-content .inner .list .box .image {
	margin-bottom: 40px;
}

.member-content .inner .list .box .image img {
	border-radius: 20px;
}

.member-content .inner .list .box .content .name {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #7F7437;
	font-size: 25px;
	font-weight: bold;
	color: #133739;
	margin-right: 30px;
	align-items: flex-end;
}

.member-content .inner .list .box .content .name span {
	font-size: 14px;
	font-weight: normal;
	color: #7F7437;
}

.member-content .more-btn {
	margin: 0 auto;
	margin-top: 60px;
}

.outline-content {
	text-align: center;
	margin-bottom: 100px;
}

@media (max-width: 600px) {
	.outline-content {
		margin-bottom: 50px;
		padding: 0 3%;
		box-sizing: border-box;
	}
}

.outline-content .headline {
	margin-bottom: 50px;
}

.outline-content .row {
	border-bottom: 1px solid #BAB597;
	max-width: 700px;
	margin: 0 auto;
	padding: 20px 30px;
	box-sizing: border-box;
}

.outline-content .row .left {
	width: 40%;
	color: #0E3E30;
	font-weight: bold;
	text-align: left;
}

.outline-content .row .right {
	width: 60%;
	color: #222222;
	text-align: left;
}

.outline-content iframe {
	max-width: 700px;
}

/*# sourceMappingURL=about.css.map */


/* 追記 */
.purpose-content .headline-top {
	background-color: #f8f8f4;
	padding: 126px 0 0 0;
	text-align: center;
	margin-bottom: 140px;
}

.purpose-content .headline h3 {
	font-size: 38px;
	color: #133739;
	line-height: 1;
	margin-bottom: 20px;
}

.purpose-content .headline img {
	height: 15px;
	width: auto;
}

.purpose-content .headline div {
	top: 55px;
	position: relative;
}

.purpose-content .headline .border {
	height: 88px;
	width: auto;
	position: relative;
	top: -35px;
}

.attraction-content .inner .content {
	width: calc(33.33% - 15px);
	margin-right: 22.5px;
	border-radius: 40px;
	border: 1px solid #708e80;
	box-sizing: border-box;
}

.attraction-content .inner .content .text img {
	width:auto;
	height: 40px;
}

.attraction-content .inner .content:nth-child(2) {
	position: relative;
	top: 30px;
}

.attraction-content .inner .content:last-child {
	margin-right: 0px;
}

.attraction-content .inner .content .text {
	background-color: #fff;
	border-radius: 0 0 40px 40px;
	box-sizing: border-box;
	padding: 30px 40px;
}

.attraction-content .inner .content .text h3 {
	font-size: 19px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #133739;
}

.attraction-content .inner .content .text .absolute {
	left: 0;
	top: -25px;
}

.attraction-content .nami {
	bottom: -100px;
}

.outline-content .row-last {
	border-bottom: none;
}

@media (max-width:1150px) {
	.attraction-content .inner {
		max-width: 90%;
	}
}

@media (max-width:900px) {
	.attraction-content .nami {
		bottom: -104px;
	}
}

@media (max-width:700px) {
	.purpose-content .headline-top {
		padding: 0px 0 0 0;
	}

	.purpose-content .headline .border {
		height: 50px;
		top: -25px;
	}

	.purpose-content .headline-top {
		margin-bottom: 100px;
	}

	.purpose-content .inner .box .left {
		margin-bottom: 20px;
		line-height: 1.5;
	}

	.purpose-content .inner .box {
		margin-bottom: 30px;
	}

	.purpose-content .inner .bottom-img {
		margin: 0 0 30px 0;
	}

	.purpose-content .box-l .left .headline {
		line-height: 1.5;
	}

	.purpose-content .btn-list .btn a {
		width: 250px;
		padding: 20px 0 20px 30px;
		font-size: 17px;
	}

	.attraction-content {
		padding: 50px 0;
	}

	.attraction-content .inner {
		max-width: 100%;
	}

	.attraction-content .headline {
		margin-bottom: 30px;
	}

	.attraction-content .inner .content {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.attraction-content .inner .content:nth-child(2) {
		top: 0px;
	}

	.attraction-content .nami {
		bottom: -65px;
	}

	.member-content .inner .list .box .image {
		margin-bottom: 20px;
	}

	.member-content .inner .list .box {
		margin-bottom: 30px;
	}

	.member-content .inner .list {
		width: 100%;
	}

	.member-content {
		margin-bottom: 50px;
	}

}


.project-content {
	background-color: #133739;
	padding: 100px 0;
	box-sizing: border-box;
	margin-bottom: 50px;
}

@media (max-width: 600px) {
	.project-content {
		padding: 60px 0 0 0;
		margin-bottom: 0px;
	}
}

.project-content:before {
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	background-image: url(/wp-content/uploads/2023/06/back03.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	top: -59px;
	left: 0;
	z-index: -1;
}

@media (max-width: 600px) {
	
	.project-content:before {
		background-image: url(/wp-content/uploads/2023/07/project_sp-wave.png);
		height: 150px;
		top: -40px;
		z-index: -1;
	}
	.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    z-index: 10;
}
	.slick-prev:before, .slick-next:before {
		font-size: 40px !important;
		opacity: 1;
	}
}

.project-content .back {
	width: auto;
	height: 320px;
	z-index: 0;
}



.project-content .back:first-child {
	bottom: 220px;
	left: -30px;
}

.project-content .back:nth-child(2) {
	top: 0px;
	right: -50px;
}

.project-content .back:nth-child(3) {
	width: auto;
	height: 320px;
	top: 100px;
	right: -50px;
}

.project-content .back:nth-child(4) {
	left: 0;
	top: 55%;
	transform: translateY(-50%);
	width: 50%;
}

@media (max-width: 600px) {
	.project-content .inner {
		padding: 0;
		overflow: hidden;
	}
}

.project-content .inner .headline {
	margin-bottom: 40px;
	text-align: center;
}

@media (max-width: 600px) {
	.project-content .inner .list {
		max-width: 80%;
		margin: 0 auto;
		margin-bottom: 100px;
		position: relative;
		z-index: 9;
	}
}

.project-content .inner .list .box {
	width: calc(33.3% - 14px);
	margin-right: 20px;
	z-index: 1;
}

@media (max-width: 600px) {
	.project-content .inner .list .box {
		width: 100%;
		margin-right: 0px;
	}
}

.project-content .inner .list .box:nth-child(2) {
	margin-top: 30px;
}

@media (max-width: 600px) {
	.project-content .inner .list .box:nth-child(2) {
		margin-top: 0px;
	}
}

.project-content .inner .list .box a {
	border: 1px solid #708e80;
	border-radius: 20px;
}

.project-content .inner .list .box a .image img {
	border-radius: 20px 20px 0 0;
	-o-object-fit: cover;
	object-fit: cover;
	height: 300px;
}

.project-content .inner .list .box a .content {
	background-color: #fff;
	padding: 30px 50px;
	box-sizing: border-box;
	border-radius: 0 0 20px 20px;
}

.project-content .inner .list .box a .content .date {
	padding: 8px 25px;
	box-sizing: border-box;
	top: -20px;
	left: 0;
	background-color: #649D8A;
	border-radius: 0 5px 5px 0;
	color: #FFFFFF;
	font-size: 13px;
}

.project-content .inner .list .box a .content .title {
	font-size: 20px;
	font-weight: bold;
	color: #133739;
	margin-bottom: 10px;
}

.project-content .inner .list .box a .content .text {
	color: #222222;
	font-weight: 500;
}

.project-content .inner .list .box a .content .text h1 {
	color: #222222;
	font-weight: 500;
}

.project-content .inner .list .box a .content .text h2 {
	text-decoration: underline;
	color: #222222;
	font-weight: 500;
}

.project-content .inner .list .box:nth-child(2) a .content .date {
	background-color: #EAB582;
}

.project-content .inner .list .box:last-child {
	margin-right: 0;
}

.project-content .inner .list .box:last-child a .content .date {
	background-color: #DACD59;
}

.project-content .inner .menber {
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 0;
	box-sizing: border-box;
	background-color: #fff;
	transform: translateY(120px);
}

@media (max-width: 600px) {
	.project-content .inner .menber {
		transform: none;
	}
}

.project-content .inner .menber:before, .project-content .inner .menber:after {
	content: "";
	display: block;
	width: 20%;
	height: 20px;
	background-image: url(/wp-content/uploads/2023/06/back04.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

@media (max-width: 600px) {
	.project-content .inner .menber:before, .project-content .inner .menber:after {
		width: 50%;
	}
}

.project-content .inner .menber:before {
	top: 0px;
}

.project-content .inner .menber:after {
	bottom: 0px;
	background-position: bottom;
}

.project-content .inner .menber .text {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}

.project-content .inner .menber .more-btn {
	margin: 0 auto;
}
.project-content .relative .headline h3{
	color:#fff;
}
.project-content .headline .subtitle{
	margin:0 auto 25px auto;
}