
/* CSS Document */

/*==================================================

contents
=================================================*/

.works-page {
	position: relative;
	z-index: 5;
}
.works-page img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.works-head {
	width: 100%;
	position: relative;
	background-color: #ff8a00;
	padding: min(8%, 80px) 0;
}
.works-head .inner {
	width: 90%;
	max-width: 1280px;
	position: relative;
	margin: 0 auto;
}
.works-head .inner > p {
	width: 50%;
	max-width: 600px;
	position: relative;
	background-color: #fff;
	text-align: center;
	border-radius: 20px;
	margin: 0 auto;
	padding: 2.4em 1em;
	z-index: 2;
}
.works-head .inner > h2 {
	width: 90%;
	position: relative;
	font-size: clamp(1.6rem, 2.4vw, 2.4rem);
	line-height: 160%;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	padding: 0 1em;
	z-index: 2;
}
.works-head .inner > p::before {
	content: " ";
	display: block;
	position: absolute;
	width: 6%;
	height: auto;
	aspect-ratio: 1 / 1;
	background-color: #fff;
	clip-path: polygon(0 0, 100% 35%, 100% 100%);
	top: 50%;
	left: 0;
	transform: translate(-98%, -180%);
	z-index: 2;
}
.works-head .inner > p::after {
	content: " ";
	display: block;
	position: absolute;
	width: 6%;
	height: auto;
	aspect-ratio: 1 / 1;
	background-color: #fff;
	clip-path: polygon(100% 0, 0 35%, 0 100%);
	top: 50%;
	right: 0;
	transform: translate(98%, -180%);
	z-index: 2;
}
.works-head .photo-inner {
	width: 90%;
	max-width: 1380px;
	position: absolute;
	display: flex;
	justify-content: space-between;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	z-index: 1;
}
.works-head .photo-inner .photo {
	width: 29%;
	max-width: 371px;
	position: relative;
	z-index: 1;
}

.works-item {
	position: relative;
	margin-top: min(18%, 180px);
}
.works-item.gr {
	background-color: #e5e5e5;
	margin-top: 0;
	padding: min(14%, 140px) 0 min(8%, 100px);
}
.works-item .inner {
	width: 90%;
	max-width: 1380px;
	position: relative;
	background-color: #e5e5e5;
	margin: 0 auto;
	padding-bottom: min(8%, 100px);
}
.works-item.gr .inner {
	background-color: #FFF;
}
.works-item .inner .item-head {
	width: 90%;
	max-width: 1200px;
	display: flex;
	flex-flow: row wrap;
	align-items: center; 
	background-image: url("../../style/images/head_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translate(0, -50%);
	margin: 0 auto;
}
.works-item .inner .item-head h2 {
	width: 50%;
	color: #FFF;
	text-align: center;
	padding: 1em;
}
.works-item .inner .item-title {
	width: 90%;
	max-width: 1200px;
	transform: translate(0, -50%);
	margin: 0 auto;
}
.works-item .inner .item-title h2 {
	width: 100%;
	max-width: 500px;
	color: #FFF;
	text-align: center;
	background-color: #6d218e;
	margin: 0 auto;
	padding: 1em;
}
.works-item .inner .item-title h2.or {
	background-color: #ff8a00;
}
.works-item .inner .item-head p {
	width: 50%;
	color: #FFF;
	padding: 2em 2.5em;
}
.works-item .inner .item-cont {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.works-item .inner .item-cont ul {
	width: 90%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: min(-6%, -60px) auto 0;
}
.works-item .inner .item-cont ul li {
	width: 47%;
	max-width: 460px;
	margin-bottom: min(6%, 60px);
}
.works-item .add-info {
	width: 90%;
	text-align: center;
	color: #ff8a00;
	margin: 0 auto;
	padding: 1em 0;
}
.works-item .item-photo {
	width: 95%;
	max-width: 1600px;
	position: absolute;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	z-index: 1;
}
.works-item .item-photo .photo {
	width: 17.8%;
	max-width: 285px;
}
.works-item .inner .schedule {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}
.works-item .inner .schedule dl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: min(8%, 80px);
}
.works-item .inner .schedule dl:nth-of-type(even) {
	margin-bottom: 0;
}
.works-item .inner .schedule dl dt {
	width: 43.8%;
	max-width: 430px;
}
.works-item .inner .schedule dl dd {
	width: 50%;
}
.works-item .inner .schedule dl dd h3 {
	display: inline-block;
	color: #FFF;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	line-height: 100%;
	background-color: #6d218e;
	border-radius: 4px;
	padding: .4em 2em;
}
.works-item .inner .schedule dl:nth-of-type(even) dd h3 {
	background-color: #ff8a00;
}
.works-item .inner .schedule dl dd h4 {
	color: #6d218e;
}
.works-item .inner .schedule dl:nth-of-type(even) dd h4 {
	color: #ff8a00;
}
.works-item .inner .schedule dl dd li {
	border-bottom: 1px solid #CCC;
	padding: .8em 0;
}

.works-item-half {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}
.works-item-half .inner {
	width: 50%;
	display: flex;
	flex-direction: column;
	
	background-color: #6d218e;
	padding: min(6%, 60px) 0 0;
}
.works-item-half div:nth-of-type(even) {
	background-color: #ff8a00;
}
.works-item-half .inner h2 {
	width: 90%;
	max-width: 500px;
	color: #FFF;
	text-align: center;
	border: 2px solid #FFF;
	margin: 0 auto;
	padding: .3em 1em;
}
.works-item-half .inner p {
	width: 90%;
	max-width: 500px;
	color: #FFF;
	margin: 1.5em auto;
}
.works-item-half .inner .photo {
	width: 45%;
	max-width: 285px;
	margin: auto auto 0 auto;
}

.works-item .inner .step {
	width: 90%;
	max-width: 1280px;
	text-align: center;
	margin: 0 auto;
}
.works-item .inner .step p {
	margin-bottom: -3%;
}

.message-page {
	position: relative;
	z-index: 5;
}
.message-page .swiper-loop {
	overflow: hidden;
	margin-top: clamp(10%, 10vw, 100px);
}
.message-page .swiper-loop .swiper-wrapper {
    transition-timing-function: linear !important;
}

.message-page .marquee-wrapper {
	width: 100%;
	overflow: hidden;
	margin-top: clamp(10%, 10vw, 100px);
}
.message-page .marquee-track {
	display: flex;
	width: max-content;
	animation: marquee 20s linear infinite;
}
.message-page .marquee-track div {
	width: 20vw;
	flex-shrink: 0;
}

@keyframes marquee {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

.message-page img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.message-page section {
	width: 100%;
	background-color: #f0f0f0;
	padding: min(10%, 100px) 0;
}
.message-page section .inner {
	width: 90%;
	max-width: 1280px;
	position: relative;
	background-color: #fff;
	border-radius: clamp(20px, 3vw, 60px);
	overflow: hidden;
	margin: 0 auto;
	padding: min(10%, 120px);
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.message-page section .inner::after {
	content: " ";
	display: block;
	position: absolute;
	width: 12%;
	height: auto;
	aspect-ratio: 1 / 1;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	background-color: #ff8a00;
	top: 0;
	left: 0;
	z-index: 1;
}
.message-page section .inner::before {
	content: " ";
	display: block;
	position: absolute;
	width: 12%;
	height: auto;
	aspect-ratio: 1 / 1;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background-color: #6d218e;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.message-page section h1 {
	font-size: clamp(2.8rem, 5vw, 6.5rem);
	line-height: 150%;
}
.message-page section h1 span {
	display: inline-block;
}
.message-page section h1 strong {
	font-weight: 600;
	color: #ff9400;
}
.message-page section h2 {
	text-align: right;
	font-size: clamp(1.4rem, 2.4vw, 2.4rem);
	line-height: 160%;
	font-weight: 500;
	margin-top: 2em;
}
.message-page section h2 strong {
	font-size: clamp(2rem, 2.8vw, 3.2rem);
	font-weight: 500;
}
.message-page section p {
	font-size: clamp(1.4rem, 2vw, 2rem);
	line-height: 200%;
	margin-top: 2em;
}

.about-page {
	position: relative;
	z-index: 5;
}
.about-page img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.about-page section {
	width: 90%;
	max-width: 1200px;
	margin: min(10%, 100px) auto 0;
}
.about-page section h1 strong {
	font-weight: 500;
	color: #ff9400;
}
.about-page section p {
	margin-top: 2.4em;
}
.about-page section .photo {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	overflow: hidden;
	border-radius: 40px;
	margin-top: min(6%, 60px);
}
.about-page section .photo div {
	width: 50%;
}
.person-page {
	position: relative;
	z-index: 5;
}
.person-page .head {
	position: relative;
	overflow: hidden;
	background-color: #f1f1f1;
}
.person-page .head .inner {
	width: 90%;
	max-width: 1280px;
	position: relative;
	margin: 0 auto;
	padding: 4em 0;
}
.person-page .head .inner .txt {
	position: relative;
	z-index: 2;
}
.person-page .head .inner h1 {
	position: relative;
	font-size: clamp(2.4rem, 5vw, 6rem);
	line-height: 140%;
	text-align: center;
	color: #6a208a;
	z-index: 2;
}
.person-page .head .inner p {
	font-size: clamp(1.6rem, 3vw, 3rem);
	text-align: center;
	margin-top: 1em;
}
.person-page .head .inner .photo {
	width: 28.12%;
	max-width: 360px;
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translate(15%, 0);
	z-index: 1;
}
.person-page .interview {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.person-page .interview section {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: min(10%, 100px);
}
.person-page .interview section:nth-of-type(even) {
	flex-direction: row-reverse;
}
.person-page .interview section .txt {
	width: 45.8%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.person-page .interview section .txt h2 {
	color: #40005c;
	background-image: url("../../images/border.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 8px 100%;
	padding-left: 1em;
}
.person-page .interview section .txt p {
	margin-top: 1em;
}
.person-page .interview section .photo {
	width: 45.8%;
}
.person-page img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.person-page .interview section .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.person-page .comment {
	width: 100%;
	background-color: #e5e5e5;
	margin: min(10%, 80px) auto 0;
	padding: min(10%, 80px) 0;
}
.person-page .comment dl {
	width: 90%;
	max-width: 1200px;
	display: flex;
	flex-flow: row wrap;
	overflow: hidden;
	background-color: #ff8400;
	border-radius: 40px;
	margin: 0 auto;
}
.person-page .comment dl dt {
	width: 50%;
}
.person-page .comment dl dd {
	width: 50%;
	color: #FFF;
	padding: min(6%, 60px);
}
.person-page .comment dl dd p {
	margin-top: 1em;
}
.person-page .comment dl dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.works-head {
		width: 100%;
		position: relative;
		background-color: #ff8a00;
		padding: min(8%, 80px) 0 0;
	}
	.works-head .inner > p {
		width: 100%;
		max-width: 100%;
		position: relative;
		background-color: #fff;
		text-align: center;
		border-radius: 10px;
		margin: 0 auto;
		padding: 2.4em 1em;
		z-index: 2;
	}
	.works-head .inner > p::before,.works-head .inner > p::after {
		display: none;
	}
	.works-head .photo-inner {
		width: 80%;
		position: relative;
	}
	.works-head .photo-inner .photo {
		width: 43%;
	}
	
	.works-item {
		position: relative;
		margin-top: min(10%, 80px);
	}
	.works-item .inner {
		width: 90%;
		max-width: 1380px;
		position: relative;
		background-color: #e5e5e5;
		margin: 0 auto;
		padding-bottom: min(8%, 80px);
	}
	.works-item .inner .item-head {
		width: 100%;
		display: block;
		background-image: none;
		transform: translate(0, 0);
		margin: 0 auto;
	}
	.works-item .inner .item-head h2 {
		width: 100%;
		background-color: #6d218e;
	}
	.works-item .inner .item-head p {
		width: 100%;
		background-color: #ff8a00;
	}
	.works-item .inner .item-cont ul {
		width: 80%;
		max-width: 400px;
		flex-direction: column;
		margin: 0 auto;
	}
	.works-item .inner .item-cont ul li {
		width: 100%;
		max-width: 100%;
		margin: min(10%, 60px) 0 0;
	}
	.works-item .add-info {
		width: 80%;
		text-align: center;
		color: #ff8a00;
		margin: 0 auto;
		padding: 1em 0;
	}
	.works-item .item-photo {
		width: 100%;
	}
	.works-item .item-photo .photo {
		width: 20%;
		max-width: 285px;
	}
	
	.works-item.gr {
		padding: min(10%, 100px) 0;
	}
	.works-item .inner .item-title {
		width: 100%;
		max-width: 1200px;
		transform: translate(0, 0);
		margin: 0 auto;
	}
	.works-item .inner .item-title h2 {
		width: 100%;
		max-width: 100%;
	}
	.works-item .inner .schedule {
		margin-top: min(8%, 80px);
	}
	.works-item .inner .schedule dl {
		width: 100%;
		max-width: 460px;
		flex-direction: column-reverse;
		margin: 0 auto min(8%, 80px);
	}
	.works-item .inner .schedule dl dt {
		width: 100%;
		max-width: 100%;
	}
	.works-item .inner .schedule dl dd {
		width: 100%;
	}
	.works-item .inner .schedule dl dd h3 {
		display: inline-block;
		color: #FFF;
		font-size: clamp(1.4rem, 1.6vw, 1.8rem);
		line-height: 100%;
		background-color: #6d218e;
		border-radius: 4px;
		padding: .4em 2em;
	}

	.works-item-half {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
	}
	.works-item-half .inner {
		width: 100%;
		display: flex;
		flex-direction: column;

		background-color: #6d218e;
		padding: min(6%, 60px) 0 0;
	}
	.works-item-half .inner .photo {
		width: 35%;
	}
	.works-item .inner .step {
		margin-top: min(6%, 80px);
	}
	.works-item .inner .step p {
		margin-bottom: 0;
	}
	
	.message-page section p {
		margin-top: 1.5em;
	}
	.message-page section .inner {
		width: 100%;
		border-radius: 0;
		padding: min(10%, 100px) min(5%, 80px);
	}
	.message-page .marquee-track div {
		width: 33vw;
		flex-shrink: 0;
	}
	
	.about-page section .photo {
		flex-direction: column;
		border-radius: 10px;
	}
	.about-page section .photo div {
		width: 100%;
	}
	.about-page section p {
		margin-top: 1.5em;
	}
	
	.person-page .head .inner {
		padding: 2em 0 0;
	}
	.person-page .head .inner .photo {
		width: 33%;
		max-width: 320px;
		position: relative;
		transform: translate(0, 0);
		margin: 1em auto 0;
	}
	.person-page .interview {
		width: 90%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.person-page .interview section {
		width: 100%;
		flex-direction: column;
		margin-top: min(10%, 100px);
	}
	.person-page .interview section:nth-of-type(even) {
		flex-direction: column;
	}
	.person-page .interview section .txt {
		width: 100%;
		display: block;
	}
	.person-page .interview section .txt h2 {
		background-size: 4px 100%;
		padding-left: 1em;
	}
	.person-page .interview section .txt p {
		margin-top: 1em;
	}
	.person-page .interview section .photo {
		width: 100%;
		margin-top: 2em;
	}
	.person-page .interview section .photo img {
		border-radius: 10px;
	}

	.person-page .comment dl {
		flex-direction: column;
		border-radius: 20px;
		margin: 0 auto;
	}
	.person-page .comment dl dt {
		width: 100%;
	}
	.person-page .comment dl dd {
		width: 100%;
		color: #FFF;
		padding: min(6%, 60px);
	}
	.person-page .comment dl dd p {
		margin-top: 1em;
	}
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

