@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap');

body {
	background-color: #F8F8F4;
}

.news-content .inner .left .headline h3 {
	font-size: 38px;
	display: inline-block;
	color: #133739;
	margin-bottom: 15px;
	line-height: 1;
}

.news-content .inner .left .headline .subtitle {
	height: 15px;
	width: auto;
	display: block;
	margin-bottom: 25px;
}

.news-content .inner .left .headline .border {
	width: 70px;
	height: auto;
}

.fix-btn {
	height: 90px;
	right: 0;
	bottom: 10px;
	z-index: 10;
}

@media (max-width: 600px) {
	.fix-btn {
		height: 60px;
		bottom: 10px;
		right: 0 !important;
	}
	
	.fix-btn img{
		width:auto;
	}
}

.fix-btn a {
	height: 100%;
}

.top-image {
	width: 95%;
	margin: 0 0 100px auto;
	height:600px;
}

.top-image img{
	object-fit:cover;
	border-radius:0 0 0 130px;
}

.top-image .anim-text {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	top:15%;
	left:25%;
}

.top-image .anim-text .back {
	display: inline-block;
	padding: 15px 10px;
	box-sizing: border-box;
	margin-left: 20px;
	position:relative;
}

.top-image .anim-text .back .inn{
	box-sizing: border-box;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	position:relative;
	z-index:1;
	clip-path: inset(0 0 100% 0);
	transition: 0.6s cubic-bezier(0.37, 0, 0.63, 1);
	transition-property: clip-path;
}

.top-image .anim-text .back:last-child {
	margin-left: 0px;
	margin-top: 160px;
}

@media (max-width: 600px) {
	.top-image .anim-text {
		top:5%;
		left:5%;
	}
	.top-image .anim-text .back .inn{
		font-size: 24px;
	}
	.top-image .anim-text .back:last-child {
		margin-top: 70px;
	}
}

.top-image .anim-text.animated .back .inn{
	clip-path: inset(0);
	font-family: 'Zen Maru Gothic', serif !important;
}

.top-image .anim-text.animated .back::before {
	animation: bg 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	background-color: #fff;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translate(0, 100%);
}

@keyframes bg {
	0% {
		opacity: 0;
		transform: translate(0, -100%);
	}

	100% {
		opacity: 1;
		transform: translate(0, 0%);
	}
}


.news-content {
	margin-bottom: 140px;
}

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

.news-content .inner .left {
	width: 30%;
}

@media (max-width: 600px) {
	.news-content .inner .left {
		width: 100%;
	}
}

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

.news-content .inner .left .headline img {
	width: auto;
}

@media (max-width: 600px) {
	.news-content .inner .left .tab-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 30px;
	}
}

.news-content .inner .left .tab-list li {
	width: 120px;
	padding: 5px 10px;
	box-sizing: border-box;
	background-color: #D7D4C3;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: bold;
	cursor: pointer;
}

.news-content .inner .left .tab-list li.active {
	color: #726623;
}

.news-content .inner .left .tab-list li:hover {
	color: #726623;
}

@media (max-width: 600px) {
	.news-content .inner .left .tab-list li {
		width: 100px;
		text-align: center;
		font-size: 12px;
		padding: 5px 0;
		margin-right: 10px;
		margin-bottom: 0;
	}
}

.news-content .inner .right {
	width: 70%;
}

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

.news-content .inner .right .ajax_list .box {
	width: 100%;
}

.news-content .inner .right .ajax_list .box a {
	padding: 25px 20px;
	box-sizing: border-box;
	border-top: 1px solid #BAB597;
}

.news-content .inner .right .ajax_list .box a .info .date {
	font-size: 14px;
	margin-right: 20px;
	color: #777777;
}

.news-content .inner .right .ajax_list .box a .info .cat {
	font-size: 14px;
	font-weight: bold;
	color: #003D20;
}

.news-content .inner .right .ajax_list .box a .title {
	font-size: 18px;
	font-weight: bold;
}

.news-content .inner .right .ajax_list .box:last-child a {
	border-bottom: 1px solid #BAB597;
}

.news-content .inner .right .ajax_list .page-numbers {
	display: none;
}

.news-content .inner .more-btn {
	bottom: 0;
	left: 0;
}

@media (max-width: 1150px) {
	.news-content .inner .more-btn {
		width: 200px;
	}
}

@media (max-width: 800px) {
	.news-content .inner .more-btn {
		width: 180px;
	}
}

@media (max-width: 600px) {
	.news-content .inner .more-btn {
		position: static;
		margin: 0 auto;
		margin-top: 30px;
	}
}

.about-content {
	margin-bottom: 130px;
}

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

.about-content .headline {
	margin-bottom: 60px;
	text-align: center;
}

.about-content .headline img {
	width: auto;
}

.about-content .box {
	margin-bottom: 150px;
}

.about-content .box .left {
	width: 160px;
	height: 350px;
	bottom: -120px;
}

.about-content .box .left img {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0 10px 10px 0;
}

.about-content .box .inner-l-back {
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	z-index: -1;
}

.about-content .box .inner-l {
	max-width: 1150px;
	margin: 0 0 0 auto;
}

@media (max-width: 1400px) {
	.about-content .box .inner-l {
		max-width: 900px;
	}
}

.about-content .box .inner-l .mid {
	width: calc(40% - 100px);
	margin-right: 100px;
}

.about-content .box .inner-l .mid h2 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 50px;
	color: #003D20;
	line-height: 1.5;
}

@media (max-width: 1400px) {
	.about-content .box .inner-l .mid h2 {
		font-size: 30px;
	}
}

.about-content .box .inner-l .right {
	width: 60%;
}

.about-content .box .inner-l .right .top img {
	border-radius: 10px 0 0 10px;
}

.about-content .box .inner-l .right .bottom {
	width: 350px;
	height: 260px;
	bottom: -170px;
	right: 70px;
}

@media (max-width: 1400px) {
	.about-content .box .inner-l .right .bottom {
		bottom: -100px;
	}
}

.about-content .box .inner-l .right .bottom img {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}

.about-content .more-btn {
	margin: 0 auto;
}

.about-content.pad h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
	color: #003D20;
	line-height: 1.4705882353;
}

.about-content.pad .text {
	font-weight: bold;
	line-height: 1.875;
	margin-bottom: 40px;
}

.about-content.pad .images {
	margin-bottom: 30px;
}

.about-content.pad .images .left {
	width: 20%;
	height: 20vh;
}

.about-content.pad .images .left img {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0 10px 10px 0;
}

.about-content.pad .images .top {
	width: 90%;
	margin: 0 0 30px auto;
}

.about-content.pad .images .top img {
	border-radius: 10px 0 0 10px;
}

.about-content.pad .images .bottom {
	width: 60vw;
	height: 30vw;
	bottom: 10vh;
	right: 20px;
}

@media (max-width: 600px) {
	.about-content.pad .images .bottom {
		width: 230px;
		height: 170px;
		bottom: 10vh;
	}
}

.about-content.pad .images .bottom img {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}

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

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

.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 .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;
	height:245px;
}

.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;
}

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

.event-content .headline {
	height: 35px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #7F7437;
}

.event-content .headline img {
	width: auto;
}

.event-content .list .box {
	width: calc(50% - 25px);
	margin-right: 50px;
}

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

.event-content .list .box:nth-child(2) {
	margin-right: 0;
}

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

.event-content .list .box a{
	height:100%;
}

.event-content .list .box .image{
	height:300px;
}

.event-content .list .box .image img{
	object-fit:cover;
}

.event-content .list .box .content {
	height:calc(100% - 300px);
	padding: 20px 30px;
	box-sizing: border-box;
	background-color: #fff;
}

.event-content .list .box .content .info {
	align-items: flex-start;
	margin-bottom: 10px;
}

.event-content .list .box .content .info .left{
	width: 70px;
    margin-right: 20px;
}

.event-content .list .box .content .info .right{
	width: calc(100% - 90px);
}

.event-content .list .box .content .info .right .time-area{
	margin-bottom:20px;
}

.event-content .list .box .content .info .date {
	color: #7F7437;
	font-size: 14px;
	margin-right: 20px;
	padding: 0px 14px 0 0;
	box-sizing: border-box;
	border-right: 1px solid #7F7437;
}

.event-content .list .box .content .info .date span {
	display: block;
	font-size: 24px;
}

.event-content .list .box .content .info .time-area .time {
	font-weight: bold;
	color: #222222;
}

.event-content .list .box .content .info .time-area .area {
	font-size: 14px;
	font-weight: bold;
	color: #777777;
}

.event-content .list .box .content .title {
	color: #003D20;
	font-size: 20px;
	font-weight: bold;
}

.event-content .more-btn {
	margin: 0 auto;
	margin-top: 50px;
}

@media (max-width: 600px) {
	.event-content .more-btn {
		margin-top: 20px;
	}
}

.contact-content {
	padding: 100px 0;
	box-sizing: border-box;
	background-color: #fff;
	overflow: hidden;
}

.contact-content .back01 {
	width: 20%;
	bottom: 120px;
	left: -10%;
}

.contact-content .back02 {
	width: 20%;
	right: -10%;
	top: 100px;
}

.contact-content .headline {
	margin-bottom: 40px;
}

.contact-content .wpcf7 {
	width: 90%;
}

@media (max-width: 600px) {
	.contact-content .wpcf7 {
		width: 100%;
	}
}

.contact-content .wpcf7 .row {
	margin-bottom: 20px;
}

.contact-content .wpcf7 .row .left {
	width: calc(40% - 20px);
	margin-right: 20px;
	justify-content: space-between;
	font-weight: bold;
	color: #0E3E30;
	align-items:center;
}

@media (max-width: 600px) {
	.contact-content .wpcf7 .row .left {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
}

.contact-content .wpcf7 .row .left span {
	background-color: #D1B09B;
    padding: 10px 15px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
	line-height:1;
}

.contact-content .wpcf7 .row .right {
	width: 60%;
}

@media (max-width: 600px) {
	.contact-content .wpcf7 .row .right {
		width: 100%;
	}
}

.contact-content .wpcf7 .row .right select,
.contact-content .wpcf7 .row .right input,
.contact-content .wpcf7 .row .right textarea {
	width: 100%;
	background-color: #EFEDE8;
	color: #CCC4B1;
	padding: 10px 20px;
	box-sizing: border-box;
	border: none;
	font-size:16px;
}

::-webkit-input-placeholder {
	color: #CCC4B1;
}

::-moz-placeholder {
	color: #CCC4B1;
}

:-moz-placeholder {
	color: #CCC4B1;
}

:-ms-input-placeholder {
	color: #CCC4B1;
}

.contact-content .wpcf7 .row:nth-child(6) .left {
	justify-content: right;
}

.contact-content .wpcf7 .privacy {
	margin: 0 auto;
	margin-bottom: 30px;
	justify-content: center;
}

.contact-content .wpcf7 .privacy a {
	font-weight: bold;
	color: #003D20;
}

.contact-content .wpcf7 .submit {
	width: 490px;
	margin: 0 auto;
}

.contact-content .wpcf7 .submit input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 20px 50px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	color: #003D20;
	background-color: transparent;
	border: none;
	text-align: center;
	width: 100%;
	display: block;
}

.contact-content .wpcf7 .submit::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;
}

.contact-content .wpcf7 .submit:hover::after {
	background-image: url(/wp-content/uploads/2023/06/arrow-r.png);
}

.contact-content .wpcf7 .submit span {
	display: none;
}

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


/* 追記 */
.about-content .headline {
	text-align: center;
}

.about-content .headline .subtitle {
	margin: 0 auto 25px auto;
}

.about-content .headline .border {
	width: 70px;
	height: auto;
}

.project-content .headline h3 {
	color: #fff;
}

.project-content .headline .subtitle {
	margin: 0 auto 25px auto;
}

.contact-content .headline {
	text-align: center;
}

.contact-content .headline .subtitle {
	margin: 0 auto 25px auto;
}

.news-content .ajax_list .content {
	position: relative;
}

.news-content .ajax_list .content:after {
	content: '';
	background-image: url(/wp-content/uploads/2023/07/satoyakuba-arrowimage@2x.png);
	background-size: contain;
	position: absolute;
	top: 41%;
	right: 0;
	display: inline-block;
	width: 7px;
	height: 14px;
}

.contact-content .wpcf7 .submit input {
	cursor: pointer;
	transition: .3s;
	border: 1px solid #003D20;
	border-radius: 40px;
}

.contact-content .wpcf7 .submit input:hover {
	background-color: #003D20;
	color: #fff;
}


@media (max-width:600px) {
	.news-content .inner .left .headline {
		text-align: center;
	}

	.headline h3 {
		font-size: 23px !important;
		margin-bottom: 10px !important;
	}

	.news-content .inner .left .headline .subtitle {
		margin: 0 auto 15px auto;
	}

	.top-image {
		margin: 0 0 40px auto;
	}

	.news-content .inner .left .headline {
		margin-bottom: 25px;
	}

	.news-content .inner .right .ajax_list .box a {
		padding: 25px 35px 25px 25px;
	}

	.about-content.pad h2 {
		font-size: 34px;
		margin-bottom: 20px;
	}

	.about-content.pad .inner-l-back {
		height: 360px;
	}

	.about-content.pad .inner-l-back img {
		object-fit: cover;
		object-position: left;
	}

	.project-content:before {
		background-image: url(/wp-content/uploads/2023/07/project_sp-wave.png);
		height: 150px;
		top: -40px;
		z-index: -1;
	}

	.event-content .headline img {
		height: 22px;
	}

	.event-content .headline {
		padding-bottom: 5px;
		margin-bottom: 20px;
	}

	.project-content .back:nth-child(3) {
		top: -30px;
	}

	.news-content .inner .more-btn {
		width: 280px;
	}

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

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

	.project-content .headline .subtitle {
		margin: 0 auto 15px auto;
	}

	.contact-content .headline .subtitle {
		margin: 0 auto 15px auto;
	}

	.contact-content .wpcf7 .row .left span {
		font-size: 12px;
		padding: 5px 15px;
	}

	.contact-content .wpcf7 .submit input {
		font-size: 17px;
	}

	.contact-content .wpcf7 .submit {
		width: 280px;
	}

	.slick-prev, .slick-next {
		width: 40px;
		height: 40px;
		z-index: 10;
	}

	.slick-next {
		z-index: 10;
	}

	.slick-prev:before, .slick-next:before {
		font-size: 40px !important;
		opacity: 1;
	}

	.project-content .inner .list .box a .content {
		padding: 30px;
	}

	.project-content .inner .menber .text {
		width: 85%;
	}

	.project-content .inner .list .box a .content .title {
		margin-bottom: 0px;
	}
}

@media (max-width:400px) {
	.project-content:before {
		background-image: url(/wp-content/uploads/2023/07/project_sp-wave.png);
		height: 130px;
		top: -60px;
		z-index: -1;
	}
}