@charset "utf-8";
/*------------------------------------------------------------
    news
------------------------------------------------------------*/
#main .pageTitle {
	padding-bottom: 3.2rem;
}
#main .content {
	width: 122.4rem;
}
#main .tagList {
	margin-bottom: 3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem;
}
#main .tagList li {
	min-width: 13rem;
	min-height: 4.6rem;
}
#main .tagList li:first-child {
	min-width: 12.3rem;
}
#main .tagList li a {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 1rem 2.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	border-radius: 5rem;
	border: 0.1rem solid #231815;
}
#main .tagList li.on a,
#main .tagList li.current-cat a {
	color: #fff;
	background: url(../img/common/bg04.png) no-repeat center center / cover;
	border: none;
}
#main .listBox {
	padding-top: 1.3rem;
	border-top: 0.4rem solid #214240;
	border-bottom: 0.4rem solid #214240;
}
#main .listBox.noBor {
	padding-top: 0;
	border-top: none;
}
#main .listBox .content {
	width: 126.6rem;
}
#main .newsList .smlPost {
	width: 126.6rem;
	margin: 0 auto;
}
#main .newsList .smlPost:not(:last-child) {
	border-bottom: 0.1rem solid #C4CFCE;
}
#main .newsList .smlPost a {
	padding: 2rem 7rem 2.1rem 2rem;
	display: flex;
	gap: 3rem;
	position: relative;
}
#main .newsList .smlPost a::after {
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	right: 5.6rem;
	top: 50%;
	border-radius: 100%;
	background: #30807B;
	transform: translateY(-50%);
	content: '';
	opacity: 0;
	transition: 0.3s;
}
#main .newsList .smlPost .photo {
	width: 13.1rem;
}
#main .newsList .smlPost .photo img {
	width: 100%;
	border-radius: 1rem;
	object-fit: cover;
	aspect-ratio: 131/91;
}
#main .newsList .smlPost .textBox {
	display: flex;
	gap: 0.4rem;
	flex: 1;
}
#main .newsList .smlPost .tagBox {
	width: 10rem;
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}
#main .newsList .smlPost .tagBox .date {
	width: 100%;
	color: #595757;
	letter-spacing: 0.06em;
	line-height: 1.7;
}
#main .newsList .smlPost .tagBox .tag {
	padding: 0.1rem 0.5rem 0.3rem;
	width: fit-content;
	min-width: 7.4rem;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.06em;
	color: #fff;
	background: #CC9B28;
	border-radius: 5rem;
	text-wrap: balance;
}
#main .newsList .smlPost p {
	margin-top: 1.9rem;
	flex: 1;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.25em;
	line-height: 1.2;
}
#main .post {
	border-top: 0.4rem solid #214240;
	border-bottom: 0.4rem solid #214240;
	position: relative;
}
#main .post .lottie {
	position: absolute;
	width: 136.6rem;
	height: 35.6rem;
	left: 50%;
	bottom: -14.4rem;
	transform: translateX(-50%);
}
#main .post .lottie .jsLottie {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#main .post .lottie .jsLottie.end {
	opacity: 0;
}
#main .listBox .post + .post {
	border-top: none;
}
#main .listBox .post:last-child {
	border-bottom: none;
}
#main .post .subBox {
	max-width: 126.6rem;
	margin: 0 auto;
	padding: 5rem 0;
	width: 98%;
	display: flex;
	gap: 4.3rem;
	position: relative;
	z-index: 1;
}
#main .post .photoBox {
	width: 37rem;
	position: relative;
	border-radius: 1.5rem;
	overflow: hidden;
	align-self: flex-start;
}
#main .post .photoBox .image {
	width: 7.8rem;
	position: absolute;
	left: 1.1rem;
	top: 1rem;
}
#main .post .photo {
	mask: url(../img/common/mask.png) no-repeat left top / 12rem 6rem, linear-gradient(#000, #000) no-repeat 12rem top / calc(100% - 12rem) 100%, linear-gradient(#000, #000) no-repeat left 6rem / 100% calc(100% - 6rem);
}
#main .post .photo img {
	width: 100%;
	border-radius: 1rem;
	object-fit: cover;
	aspect-ratio: 370/258;
}
#main .post .textBox {
	padding: 1.6rem 25rem 0 0;
	position: relative;
	flex: 1;
}
#main .post .textBox .ttl {
	margin-bottom: 2rem;
	font-size: 5.4rem;
	font-weight: 700;
	line-height: 1.351;
	letter-spacing: 0.24em;
}
#main .post .textBox .text {
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	line-height: 1.714;
}
#main .post .textBox .comBtn {
	width: 22.3rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media all and (min-width: 897px) {
	#main .tagList li a:hover {
		color: #fff;
		background: url(../img/common/bg04.png) no-repeat center center / cover;
		border-color: #30807b;
	}
}
@media all and (max-width: 896px) {
	#main .pageTitle {
		padding-bottom: 5.5rem;
	}
	#main .tagList {
		margin: 0 -0.3rem 4rem 0;
		gap: 1rem 0.6rem;
	}
	#main .tagList li {
		min-width: 10.8rem;
		min-height: 3.8rem;
	}
	#main .tagList li:first-child {
		min-width: 10.8rem;
	}
	#main .tagList li a {
		padding: 0.7rem 1.5rem;
	}
	#main .listBox {
		padding-top: 1.7rem;
	}
	#main .newsList li {
		width: auto !important;
	}
	#main .newsList .smlPost {
		margin: 0 2rem;
	}
	#main .newsList .smlPost a {
		padding: 2.4rem 0 2.4rem 0.9rem;
		gap: 1.4rem;
	}
	#main .newsList .smlPost a::after {
		display: none;
	}
	#main .newsList .smlPost .photo {
		width: 11.5rem;
	}
	#main .newsList .smlPost .textBox {
		margin-top: 0.2rem;
		display: block;
	}
	#main .newsList .smlPost .tagBox {
		width: 100%;
		flex-direction: row;
		align-items: center;
		gap: 0.8rem;
	}
	#main .newsList .smlPost .tagBox .date {
		width: auto;
		letter-spacing: 0.03em;
		flex-shrink: 0;
	}
	#main .newsList .smlPost p {
		margin-top: 0.2rem;
		font-size: 1.8rem;
		letter-spacing: 0.16em;
		line-height: 1.33;
	}
	#main .post .lottie {
		width: 37.5rem;
		bottom: -15.8rem;
	}
	#main .post .subBox {
		padding: 4rem 2.1rem 4rem 2rem;
		width: auto;
		max-width: initial;
		display: block;
	}
	#main .post .photoBox {
		width: auto;
		border-radius: 1rem;
	}
	#main .post .photoBox .image {
		width: 7rem;
		left: 1rem;
		top: 0.9rem;
	}
	#main .post .photo {
		mask: url(../img/common/mask_sp.png) no-repeat left top / 10.5rem 5rem, linear-gradient(#000, #000) no-repeat 10.5rem top / calc(100% - 10.5rem) 100%, linear-gradient(#000, #000) no-repeat left 5rem / 100% calc(100% - 5rem);
	}
	#main .post .photo img {
		border-radius: 1rem;
	}
	#main .post .textBox {
		padding: 1.8rem 0.9rem 0;
	}
	#main .post .textBox .ttl {
		margin-bottom: 1.4rem;
		font-size: 3.6rem;
		line-height: 1.421;
		letter-spacing: 0.18em;
	}
	#main .post .textBox .comBtn {
		margin: 2.4rem auto 0;
		width: 31.5rem;
		position: relative;
		right: auto;
		top: auto;
		transform: none;
	}
}
/*------------------------------------------------------------
    detail01
------------------------------------------------------------*/
#main .detail01 .pageTitle {
	padding-bottom: 1.4rem;
}
#main .detail01 .content {
	width: 120.6rem;
}
#main .detail01 .leadBox {
	margin-bottom: 3.8rem;
}
#main .detail01 .leadBox h3 {
	margin-bottom: 3.5rem;
	text-align: center;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.24em;
}
#main .detail01 .leadBox .image {
	margin: 0 auto;
	width: 22.7rem;
}
#main .detail01 .conts p {
	margin-bottom: 4rem;
	font-weight: 400;
	font-size: 2rem;
	line-height: 2;
	letter-spacing: 0.06em;
}
#main .detail01 .conts p:first-child {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
#main .detail01 .conts p:last-child {
	margin-bottom: 0 !important;
}
#main .detail01 .conts .photo {
	margin: 7.1rem auto 8.9rem;
	width: 65rem;
	position: relative;
}
#main .detail01 .conts .photo img {
	width: 100%;
	border-radius: 2.8rem;
}
#main .detail01 .conts .photo .mark {
	width: 14.8rem;
	position: absolute;
	right: -7.9rem;
	bottom: -5rem;
	z-index: 1;
}
#main .detail01 .conts .photo .mark .icon {
	display: none;
}
#main .detail01 .conts .photo .mark .icon.active {
	display: block;
}
#main .detail01 .conts .photo .mark .icon img {
	border-radius: 0;
}
#main .detail01 .conts h4 {
	margin: 8.3rem 0 2.8rem;
	padding: 0 0 1rem 5rem;
	position: relative;
	color: #30807B;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	border-bottom: 0.4rem solid #214240;
}
#main .detail01 .conts h4 .icon {
	width: 4.3rem;
	position: absolute;
	left: 0;
	top: 0.4rem;
	aspect-ratio: 86/88;
	overflow: hidden;
}
#main .detail01 .conts h4 .icon .jsLottie {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
#main .detail01 .conts ul {
	margin-bottom: 1.7rem;
}
#main .detail01 .conts ul li {
	padding-left: 0.9em;
	position: relative;
	color: #214240;
	font-weight: 700;
	font-size: 2.6rem;
	letter-spacing: 0.06em;
	line-height: 1.769;
}
#main .detail01 .conts ul li::before {
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	left: 0;
	top: 2.2rem;
	border-radius: 50%;
	background: currentColor;
	content: '';
}
#main .detail01 .conts p + ul {
	margin-top: -3.5rem;
}
#main .detail01 .conts a {
	color: #30807b;
	text-decoration: underline;
}
#main .detail01 .conts {
	margin-bottom: 12.4rem;
}
#main .detail01 .viewMore {
	margin-bottom: 7.4rem;
	border-top: 0.4rem solid #214240;
	border-bottom: 0.4rem solid #214240;
	background: #fff;
}
#main .detail01 .viewMore a {
	display: block;
	position: relative;
}
#main .detail01 .viewMore .inner {
	margin: 0 auto;
	padding: 2.5rem 22rem 0 8rem;
	max-width: 136.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
#main .detail01 .viewMore .inner p {
	margin-bottom: 2.2rem;
	flex: 1;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.769;
	letter-spacing: 0.06em;
	color: #214240;
}
#main .detail01 .viewMore .inner .imgtext {
	margin-bottom: -1.2rem;
	width: 33.6rem;
}
#main .detail01 .viewMore .inner .imgtext img {
	width: 100%;
}
#main .detail01 .viewMore .inner .more {
	padding: 0 5rem 0 10rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	font-size: 2.1rem;
	color: #30807b;
	letter-spacing: 0.01em;
	overflow-y: clip;
}
#main .detail01 .viewMore .inner .more .line {
	width: 12rem;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
#main .detail01 .viewMore .inner .more .line .jsLottie {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#main .backBtn {
	margin: 0 auto;
	width: 21.3rem;
}
#main .backBtn a {
	padding: 1.1rem 2rem 1.2rem 3rem;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	border: 0.1rem solid currentColor;
	border-radius: 5rem;
	background: url(../img/common/icon09.png) no-repeat left 1.5rem center / 1rem;
}
#gFooter {
	margin-top: 20.8rem;
}
@media all and (min-width: 897px) {
	#main .detail01 .conts a:hover {
		opacity: 0.7;
	}
	#main .backBtn a:hover {
		opacity: 0.7;
	}
	#main .newsList .smlPost a:hover:after {
		opacity: 1;
	}
	#main .detail01 .viewMore .txt {
		position: relative;
		display: block;
	}
	#main .detail01 .viewMore .txt::after {
		margin-top: 0.2rem;
		width: 1rem;
		height: 1rem;
		position: absolute;
		right: -1.8rem;
		top: 50%;
		background: #30807B;
		transform: translateY(-50%);
		content: '';
		transition: 0.3s;
		border-radius: 100%;
		opacity: 0;
	}
	#main .detail01 .viewMore a:hover .txt::after {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#main .detail01 .pageTitle {
		padding-bottom: 4.8rem;
	}
	#main .detail01 .leadBox {
		margin-bottom: 3rem;
	}
	#main .detail01 .leadBox h3 {
		margin-bottom: 3.2rem;
		font-size: 3.4rem;
		line-height: 1.449;
	}
	#main .detail01 .leadBox .image {
		width: 21.4rem;
	}
	#main .detail01 .conts p {
		margin-bottom: 3rem;
		font-size: 1.6rem;
		line-height: 1.875;
	}
	#main .detail01 .conts p:first-child {
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}
	#main .detail01 .conts .photo {
		margin: 4.3rem 1rem 7.7rem;
		width: auto;
	}
	#main .detail01 .conts .photo img {
		border-radius: 2.8rem 1.5rem 2.8rem 2.8rem;
	}
	#main .detail01 .conts .photo .mark {
		width: 8rem;
		right: -3.4rem;
		bottom: -2.5rem;
	}
	#main .detail01 .conts h4 {
		margin: 6rem 0 3rem;
		padding: 0 0 0.8rem 2.8rem;
		font-size: 2.4rem;
		letter-spacing: 0;
		border-width: 0.2rem;
	}
	#main .detail01 .conts h4 .icon {
		width: 2.7rem;
		top: 0.3rem;
		left: -0.2rem;
	}
	#main .detail01 .conts ul li {
		font-size: 1.8rem;
	}
	#main .detail01 .conts ul li::before {
		top: 1.3rem;
	}
	#main .detail01 .conts p + ul {
		margin-top: -2.5rem;
	}
	#main .detail01 .conts {
		margin-bottom: 10rem;
	}
	#main .detail01 .viewMore {
		margin-bottom: 5rem;
	}
	#main .detail01 .viewMore .inner {
		padding: 2rem 2rem 8rem 2rem;
		display: block;
	}
	#main .detail01 .viewMore .inner p {
		margin: 0 auto 0.2rem;
		width: fit-content;
		font-size: 1.8rem;
	}
	#main .detail01 .viewMore .inner .imgtext {
		margin: 0 auto;
		width: 28rem;
		max-width: 100%;
	}
	#main .detail01 .viewMore .inner .more {
		padding: 2.2rem 3.2rem 2.3rem;
		width: 100%;
		height: auto;
		top: auto;
		bottom: 0;
		font-size: 2.4rem;
		justify-content: flex-end;
		border-top: 0.4rem solid #214240;
	}
	#main .detail01 .viewMore .inner .more .line {
		left: auto;
		right: 12.8rem;
	}
	#main .detail01 .viewMore .inner .more .line .jsLottie {
		width: 320%;
		height: 320%;
	}
	#main .backBtn {
		max-width: 100%;
	}
	#gFooter {
		margin-top: 15rem;
	}
}
/*------------------------------------------------------------
    detail02
------------------------------------------------------------*/
#main .detail02 .pageTitle {
	padding-bottom: 2.7rem;
}
#main .detail02 .content {
	width: 65rem;
}
#main .detail02 .leadBox {
	margin-bottom: 4.4rem;
}
#main .detail02 .leadBox .date {
	margin-bottom: 1rem;
	display: block;
	letter-spacing: 0.06em;
	color: #595757;
}
#main .detail02 .leadBox h3 {
	margin-bottom: 1.2rem;
	font-weight: 700;
	font-size: 4rem;
	letter-spacing: 0.14em;
}
#main .detail02 .leadBox .tag {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
#main .detail02 .leadBox .tag span {
	padding: 0.1rem 0.6rem 0.2rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 0.05em;
	background: #CC9B28;
	border-radius: 5rem;
}
#main .detail02 .conts .photo {
	margin-bottom: 5.2rem;
	position: relative;
}
#main .detail02 .conts .photo img {
	width: 100%;
	border-radius: 2.8rem;
}
#main .detail02 .conts .photo .mark {
	width: 14rem;
	position: absolute;
	right: -7.1rem;
	bottom: -2.5rem;
	z-index: 1;
}
#main .detail02 .conts .photo .mark .icon {
	display: none;
}
#main .detail02 .conts .photo .mark .icon.active {
	display: block;
}
#main .detail02 .conts .photo .mark .icon img {
	border-radius: 0;
}
#main .detail02 .conts p {
	margin-bottom: 3rem;
	line-height: 1.875;
	letter-spacing: 0.06em;
}
#main .detail02 .conts p:last-child {
	margin-bottom: 0;
}
#main .detail02 .conts h4 {
	margin: 6.4rem 0 2.4rem;
	color: #214240;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
#main .detail02 .conts .post {
	margin-bottom: 3.1rem;
	padding: 2.9rem 0 2.8rem;
	display: flex;
	gap: 3rem;
}
#main .detail02 .conts .post .photoBox {
	width: 33%;
	border-radius: 0.9rem;
}
#main .detail02 .conts .post .photoBox .image {
	width: 4.7rem;
	left: 0.6rem;
	top: 0.5rem;
}
#main .detail02 .conts .post .photo {
	margin: 0;
	mask: url(../img/common/mask.png) no-repeat left top / 7rem 3.3rem,
		linear-gradient(#000, #000) no-repeat 7rem top / calc(100% - 7rem) 100%,
		linear-gradient(#000, #000) no-repeat left 3.3rem / 100% calc(100% - 3.3rem);
}
#main .detail02 .conts .post .photo img {
	border-radius: 0.9rem;
}
#main .detail02 .conts .post .textBox {
	padding: 0.3rem 0 0;
}
#main .detail02 .conts .post .textBox .ttl {
	font-size: 3.8rem;
	line-height: 1.37;
	margin-bottom: 1.5rem;
}
#main .detail02 .conts .post .textBox .text {
	margin-bottom: 1.8rem;
}
#main .detail02 .conts .post .textBox .comBtn {
	position: static;
	transform: none;
}
#main .detail02 .conts {
	margin-bottom: 6.6rem;
}
#main .detail02 .backBtn {
	width: 14.3rem;
}
@media all and (max-width: 896px) {
	#main .detail02 .pageTitle {
		padding-bottom: 5.1rem;
	}
	#main .detail02 .leadBox {
		margin: 0 1rem 4.6rem;
	}
	#main .detail02 .leadBox .date {
		margin-bottom: 0.9rem;
		font-size: 1.4rem;
	}
	#main .detail02 .leadBox h3 {
		margin-bottom: 2rem;
		font-size: 3rem;
		letter-spacing: 0.18em;
		line-height: 1.35;
	}
	#main .detail02 .conts .photo {
		margin-bottom: 4.2rem;
	}
	#main .detail02 .conts .photo .mark {
		width: 6.8rem;
		right: -3.4rem;
		bottom: -1.1rem;
	}
	#main .detail02 .conts p {
		margin-bottom: 2.8rem;
		line-height: 1.75;
	}
	#main .detail02 .conts p:last-child {
		margin-bottom: 0;
	}
	#main .detail02 .conts h4 {
		margin: 6rem -1rem 2.9rem;
		padding: 0 1rem;
		line-height: 1.6;
	}
	#main .detail02 .conts .post {
		margin: 0 -0.9rem 4.4rem -1rem;
		padding: 4rem 0;
		display: block;
	}
	#main .detail02 .conts .post .photoBox {
		margin-bottom: 1.9rem;
		width: auto;
	}
	#main .detail02 .conts .post .photoBox .image {
		width: 7rem;
		left: 1rem;
		top: 0.9rem;
	}
	#main .detail02 .conts .post .photo {
		mask: url(../img/common/mask.png) no-repeat left top / 10.8rem 5.4rem,
			linear-gradient(#000, #000) no-repeat 10.8rem top / calc(100% - 10.8rem) 100%,
			linear-gradient(#000, #000) no-repeat left 5.4rem / 100% calc(100% - 5.4rem);
	}
	#main .detail02 .conts .post .photo img {
		border-radius: 1.2rem;
	}
	#main .detail02 .conts .post .textBox {
		padding: 0 1rem;
	}
	#main .detail02 .conts .post .textBox .ttl {
		line-height: 1.4;
	}
	#main .detail02 .conts {
		margin: 0 1rem 6.8rem;
	}
	#main .detail02 .backBtn {
		width: 16.4rem;
	}
	#main .detail02 .backBtn a {
		padding: 1.2rem 2rem 1.3rem 3rem;
		font-size: 1.5rem;
		background-position: left 1.7rem center;
	}
}
#main .post .lottie {
	display: none;
}