@charset "UTF-8";
/* CSS Document */


/* ////////////////////////////////////////////////////////////////////////////////

	Template01 about

//////////////////////////////////////////////////////////////////////////////// */
/*
.topicPath a,
.topicPath span {
	color: #fff;
}
.topicPath a + a::before,
.topicPath a + span::before {
	background-color: #fff;
}
*/
#aboutMV .aboutLead {
	position: relative;
}
#aboutMV .hdrBg {
	height: 140px;
	width: 100vw;
	background-image:url(../common/images/about_mv_bg01.jpg);
	background-repeat: repeat-x;
	background-size: 420px;
	background-position: top center;
}
#aboutMV .aboutLead {
	position: relative;
	width: 100vw;
	background-image: url(../common/images/about_mv_bg02.png), linear-gradient(130deg, #19adb2 20%, #ffdc3b 100%);
	background-repeat: repeat-x, no-repeat;
	background-size: 1200px, cover;
	background-position: center 130px, center;
	padding: min(10vw,60px) min(5vw, 60px) calc(9vw + min(10vw,60px));
}
#aboutMV .aboutLead::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 9vw;
	z-index: 0;

	background: url(../common/images/about_bg01.svg) no-repeat center top;
	background-size: 100%;
	transition: all 0.6s ease-out;
}

/* #aboutMV > div {
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
} */
#aboutMV h2 {
	color: #fff;
	text-align: center;
	font-family: Helvetica, "sans-serif";
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: .1em;
	margin-bottom: 42px;
}
#aboutMV h2 span {
	display: block;
	color: #fff;
	font-size: 0.3em;
	margin-top: 1em;
}
#aboutMV p {
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 2.6;
}

#about img {
	vertical-align: middle;
}
#about::before {
	background: url(../common/images/about_bg02.svg) no-repeat center bottom;
	background-size: 100%;
	top: inherit;
	height: 22vw;
	bottom: 0;
}
#about .catch {
	text-align: center;
	font-family: Helvetica, "sans-serif";
	font-weight: bold;
	font-size: 32px;
	letter-spacing: .1em;
	width: 100%;
}
#about .catch span {
	color: #25c2c7;
}

#about > div:nth-of-type(even) {
	background-color: #faf7eb;
}
#about .contentWrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 120px 60px;
}
#about > div:nth-of-type(even) .contentWrap {
	flex-direction: row-reverse;
}
#about > div:nth-of-type(1) .contentWrap {
	padding-top: 0;
}

#about .aboutText {
	position: relative;
	padding-top: 98px;
	width: 46%;
}
#about .aboutText .bg_caption {
	position: absolute;
	top: 0;
	left: -24px;
	font-family: Helvetica, "sans-serif";
	font-weight: bold;
	font-size: 140px;
	color: #f0f2f3;
	line-height: 1;
	z-index: -1;
}
#about > div:nth-of-type(even) .aboutText .bg_caption {
	color: #fff;
	left: auto;
	right: -24px;
	z-index: 0;
}
#about .aboutText h3 {
	font-family: Helvetica, "sans-serif";
	font-weight: bold;
	font-size: 42px;
	margin-bottom: 32px;
}
#about .aboutText h3 span {
	position: relative;
	display: inline-block;
	font-size: 72px;
	line-height: 1.1;
	margin-left: 24px;
}
#about .aboutText h3 span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 3px;
}
#about .aboutText p {
	font-size: 16px;
}
#about .aboutText .thumb + p {
	margin-top: 24px;
}
#about .aboutText .btnWrap {
	margin-top: 32px;
}
#about .aboutText .btnWrap a {
	display: inline-block;
	box-sizing: border-box;
	width: 46%;
	padding: 0.8em;
	font-size: 14px;
	font-weight: bold;
	border-radius: 8px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	margin-left: 8%;
}
#about .aboutText .btnWrap a:first-child {
	margin-left: 0;
}
#about .aboutText .thumb {
	position: relative;
	padding-top: 62.4%;
	border-radius: 20px;
	box-shadow: 0px 5px 10px 0px rgba(4, 0, 0, 0.1);
	overflow: hidden;
	margin-top: 32px;
}
#about .aboutText .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#about .aboutText .thumb:nth-of-type(3) {
	margin-top: 48px;
}

#about > div:nth-of-type(1) .aboutText h3 span { color: #1492db;}
#about > div:nth-of-type(1) .aboutText h3 span::after,
#about > div:nth-of-type(1) .aboutText .btnWrap a { background-color: #1492db;}

#about > div:nth-of-type(2) .aboutText h3 span { color: #e3c32e;}
#about > div:nth-of-type(2) .aboutText h3 span::after,
#about > div:nth-of-type(2) .aboutText .btnWrap a { background-color: #e3c32e;}

#about > div:nth-of-type(3) .aboutText h3 span { color: #891760;}
#about > div:nth-of-type(3) .aboutText h3 span::after,
#about > div:nth-of-type(3) .aboutText .btnWrap a { background-color: #891760;}

#about > div:nth-of-type(4) .aboutText h3 span { color: #b46490;}
#about > div:nth-of-type(4) .aboutText h3 span::after,
#about > div:nth-of-type(4) .aboutText .btnWrap a { background-color: #b46490;}

#about .contentWrap .aboutImg {
	position: relative;
	border-radius: 20px;
	box-shadow: 0px 5px 10px 0px rgba(4, 0, 0, 0.1);
	overflow: hidden;
	width: 46%;
	padding-top: 52.3%;
	margin-top: 100px;
}
#about .contentWrap .aboutImg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 821px) {

}
@media screen and (max-width: 820px) {
	#about {
		padding-bottom: 0;
	}

	#aboutMV .hdrBg {
		height: 95px;
		background-image: url(../common/images/about_mv_bg01.jpg);
		background-repeat: repeat;
		background-size: 240px;
		background-position: top center;
	}
	#aboutMV .aboutLead {
		background-image: url(../common/images/about_mv_bg02.png), linear-gradient(130deg, #19adb2 20%, #ffdc3b 100%);
		background-repeat: repeat-x, no-repeat;
		background-size: 800px, cover;
		background-position: center 72px, center;
	}
	#aboutMV > div {
		top: 50%;
	}
	#aboutMV h2 {
		font-size: min(6.8vw, 36px);
		margin-bottom: min(6vw, 42px);
	}
	#aboutMV h2 span {
		font-size: 0.42em;
	}
	#aboutMV p {
		font-size: min(3.4vw, 16px);
	}

	#about::before {
		height: 36vw;
	}
	#about .catch {
		font-size: min(6vw, 32px);
	}

	#about .contentWrap {
		display: block;
		padding: min(12vw, 120px) min(6vw, 60px);
	}
	#about > div:nth-of-type(4) .contentWrap {
		padding-bottom: min(18vw, 280px);
	}
	#about .aboutText {
		padding-top: min(10vw, 98px);
		width: 100%;
	}
	#about .aboutText .bg_caption {
		left: -3vw;
		font-size: min(14.6vw, 140px);
	}
	#about > div:nth-of-type(even) .aboutText .bg_caption {
		right: -3vw;
	}
	#about .aboutText h3 {
		font-size: min(7.4vw, 42px);
		margin-bottom: min(6vw, 32px);
	}
	#about .aboutText h3 span {
		font-size: min(12.6vw, 72px);
		margin-left: min(4vw, 24px);
	}
	#about .aboutText p {
		font-size: min(3.4vw, 16px);
	}
	#about .aboutText .thumb + p {
		margin-top: min(4vw, 24px);
	}
	#about .aboutText .btnWrap {
		margin-top: min(4vw, 32px);
	}
	#about .aboutText .btnWrap a {
		width: 48%;
		font-size: min(3.2vw, 14px);
		border-radius: 6px;
		margin-left: 4%;
	}
	#about .aboutText .thumb {
		border-radius: 16px;
		margin-top: min(6vw, 32px);
	}
	#about .aboutText .thumb:nth-of-type(3) {
		margin-top: min(10vw, 48px);
	}
	#about .contentWrap .aboutImg {
		border-radius: 16px;
		width: 100%;
		padding-top: 113.7%;
		margin-top: 0;
		margin-bottom: min(6vw, 32px);
	}
}
