@charset "utf-8";
@media all and (min-width: 769px) {
	.sp-box,
	.sp {
		display: none !important;
	}
	.post-type-people .wp-block-post-content .sp,
	.post-type-faq .wp-block-post-content .sp {
		display: block !important;
	}
}
@media all and (max-width: 768px) {
	.pc-box,
	.pc {
		display: none !important;
	}
	.post-type-people .wp-block-post-content .pc,
	.post-type-faq .wp-block-post-content .pc {
		display: block !important;
	}
}
/*------------------------------------------------------------
	c-page-title
------------------------------------------------------------*/
.c-page-title {
	margin-bottom: 100px;
	position: relative;
}
.c-page-title .pt-img img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.c-page-title h2 {
	width: 1050px;
	max-width: 100%;
	display: flex;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	font-weight: 400;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
}
.c-page-title h2 .inner-txt {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.3em;
}
.c-page-title h2 .en-txt {
	margin-left: -4px;
	display: block;
	font-size: 4.2rem;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.01em;
	line-height: 1.3;
}
.c-page-title.right h2 {
	justify-content: flex-end;
}
.c-page-title.fcBlack h2 {
	color: #000;
}
.c-page-title.shadowB h2 {
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.85);
}
.c-page-title.noImg {
	min-height: 200px;
	background: #a43232;
}
.c-page-title.noImg h2 {
	margin-top: 6px;
	justify-content: center;
	text-align: center;
}
.c-page-title.noImg:not(.bgGray) h2 {
	color: #fff;
}
.c-page-title.noImg:not(.bgGray) h2 .en-txt {
	color: #fff;
}
.c-page-title.bgGray {
	color: #000;
	background: #F2F2F2;
}
.c-page-title.bgGray h2 {
	color: #000;
}
.c-page-title.entry h2 {
	margin-top: -12px;
	color: #000;
}
.c-page-title.entry h2 .red {
	margin-top: 11px;
	display: block;
	font-size: 2.4rem;
	font-weight: 500;
	color: #cc0000;
}
@media all and (max-width: 768px) {
	.c-page-title {
		margin-bottom: 60px;
	}
	.c-page-title .pt-img img {
		height: 180px;
	}
	.c-page-title h2 {
		padding: 0 26px 6px;
		width: 100%;
		font-size: 1.3rem;
	}
	.c-page-title h2 .en-txt {
		margin: 0 0 4px;
		font-size: 2.4rem;
		line-height: 1.24;
	}
	.c-page-title.noImg {
		min-height: 150px;
	}
	.c-page-title.noImg h2 {
		margin-top: -2px;
	}
	.c-page-title.noImg h2 .en-txt {
		margin-bottom: 1px;
		font-size: 2.8rem;
	}
	.c-page-title.entry h2 {
		margin-top: -2px;
	}
	.c-page-title.entry h2 .red {
		margin-top: 4px;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	c-heading01
------------------------------------------------------------*/
.c-heading01 {
	margin: 0 auto 64px;
	width: 960px;
	max-width: 100%;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}
@media all and (max-width: 768px) {
	.c-heading01 {
		margin: 0 27px 38px;
		width: auto;
		max-width: initial;
		font-size: 1.8rem;
		line-height: 1.778;
	}
}
@media all and (max-width: 359px) {
	.c-heading01 {
		letter-spacing: 0.05em;
	}
}
/*------------------------------------------------------------
	c-heading02
------------------------------------------------------------*/
.c-heading02 {
	margin: 120px auto 59px;
	padding: 13px 10px 10px;
	width: 960px;
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	box-sizing: border-box;
}
.c-page-title + .c-heading02 {
	margin-top: 0;
}
@media all and (max-width: 768px) {
	.c-heading02 {
		margin: 80px 27px 40px;
		padding: 9px 0 6px;
		width: auto;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	c-heading03
------------------------------------------------------------*/
.c-heading03 {
	margin: 0 auto 28px;
	padding-left: 15px;
	max-width: 960px;
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
	box-sizing: border-box;
}
.c-heading03::before {
	width: 5px;
	height: 95%;
	position: absolute;
	left: 0;
	top: 0;
	background: #CC0000;
	content: '';
}
@media all and (max-width: 768px) {
	.c-heading03 {
		margin: 0 27px 19px;
		padding-left: 13px;
		max-width: initial;
		font-size: 1.6rem;
		line-height: 1.4;
		word-wrap: break-word;
	}
	.c-heading03::before {
		width: 4px;
		height: 92%;
		left: 1px;
	}
}
/*------------------------------------------------------------
	c-heading04
------------------------------------------------------------*/
.c-heading04 {
	margin-bottom: 49px;
	position: relative;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.c-heading04::after {
	width: 25px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translateX(-50%);
	background: #CC0000;
	content: '';
}
.c-heading04 .en {
	margin-bottom: 2px;
	display: block;
	font-size: 4rem;
	font-style: italic;
	letter-spacing: 0.01em;
}
@media all and (max-width: 768px) {
	.c-heading04 {
		margin-bottom: 43px;
		font-size: 1.4rem;
	}
	.c-heading04::after {
		width: 20px;
		bottom: -18px;
	}
	.c-heading04 .en {
		margin-bottom: 0;
		font-size: 2.8rem;
		line-height: 1.26;
	}
}
/*------------------------------------------------------------
	c-heading05
------------------------------------------------------------*/
.c-heading05 {
	margin-top: 78px;
	margin-bottom: 26px;
	text-align: center;
	color: #CC0000;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
.c-heading05:first-child {
	margin-top: 0;
}
@media all and (max-width: 768px) {
	.c-heading05 {
		margin-bottom: 35px;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	c-heading06
------------------------------------------------------------*/
.c-heading06 {
	margin-bottom: 25px;
	text-align: center;
	color: #cc0000;
	font-weight: 700;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
}
@media all and (max-width: 768px) {
	.c-heading06 {
		margin-bottom: 23px;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	c-image01
------------------------------------------------------------*/
.c-image01 {
	margin: 0 auto 75px;
	width: 960px;
	text-align: center;
	box-sizing: border-box;
}
.c-image01.wid650 {
	width: 650px;
}
.c-image01.wid250 {
	width: 250px;
}
@media all and (max-width: 768px) {
	.c-image01 {
		margin-bottom: 42px;
		padding: 0 28px 0 27px;
		width: auto;
	}
	.c-image01.wid650 {
		width: auto;
	}
	.c-image01.wid250 {
		width: auto;
	}
	.c-image01 img {
		width: 100%;
	}
}
/*------------------------------------------------------------
	c-image02
------------------------------------------------------------*/
.c-image02 {
	margin: 0 auto 18px;
	width: 960px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px 20px;
}
.c-image02 .col {
	width: 470px;
}
.c-image02 img {
	width: 100%;
}
@media all and (max-width: 768px) {
	.c-image02 {
		margin: 0 27px 18px;
		width: auto;
		display: block;
	}
	.c-image02 .col {
		margin-bottom: 10px;
		width: auto;
	}
	.c-image02 .col:last-child {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	c-image03
------------------------------------------------------------*/
.c-image03 {
	margin: 0 auto;
	width: 960px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.c-image03 .col {
	width: 310px;
}
.c-image03 .col img {
	width: 100%;
}
@media all and (max-width: 768px) {
	.c-image03 {
		margin: 0 27px;
		width: auto;
		display: block;
	}
	.c-image03 .col {
		margin-bottom: 10px;
		width: auto;
	}
	.c-image03 .col:last-child {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	c-line01
------------------------------------------------------------*/
.c-line01 {
	margin: 81px auto 60px;
	width: 960px;
	height: 1px;
	background: #B1B1B1;
}
@media all and (max-width: 768px) {
	.c-line01 {
		margin: 39px 27px 39px;
		width: auto;
	}
}
/*------------------------------------------------------------
	c-link-blank
------------------------------------------------------------*/
.c-link-blank {
	margin: 0 auto;
	width: 960px;
	max-width: 100%;
}
.c-link-blank a {
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-decoration: underline;
}
.c-link-blank a::after {
	margin-left: 6px;
	width: 17px;
	height: 17px;
	display: inline-block;
	vertical-align: -1px;
	background: url(../img/common/icon_09.png) no-repeat center center / 100%;
	content: '';
}
@media all and (min-width: 769px) {
	.c-link-blank a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 768px) {
	.c-link-blank {
		margin: 0 27px;
		width: auto;
		max-width: initial;
	}
	.c-link-blank a::after {
		width: 15px;
		height: 15px;
	}
}
/*------------------------------------------------------------
	c-btn01
------------------------------------------------------------*/
.c-btn01 {
	margin-top: 44px;
}
.c-btn01 a {
	padding: 13px 30px 11px;
	width: 280px;
	max-width: 100%;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.05em;
	color: #CC0000;
	border-radius: 30px;
	border: 1px solid #CC0000;
	background: url(../img/common/icon_02.png) no-repeat right 18px center / 7px;
}
@media all and (min-width: 769px) {
	.c-btn01 a:hover {
		color: #fff;
		background-image: url(../img/common/icon_01.png);
		background-color: #CC0000;
	}
}
@media all and (max-width: 768px) {
	.c-btn01 {
		margin-top: 20px;
		text-align: center;
	}
	.c-btn01 a {
		padding: 10px 30px 8px;
	}
}
/*------------------------------------------------------------
	c-btn02
------------------------------------------------------------*/
.c-btn02 a {
	width: 200px;
	max-width: 100%;
	padding: 8px 20px 6px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #CC0000;
	letter-spacing: 0.05em;
	border-radius: 40px;
	border: 1px solid #CC0000;
	background: url(../img/common/icon_02.png) no-repeat right 16px center / 7px;
}
@media all and (min-width: 769px) {
	.c-btn02 a:hover {
		color: #fff;
		background-image: url(../img/common/icon_01.png);
		background-color: #CC0000;
	}
}
@media all and (max-width: 768px) {
	.c-btn02 {
		text-align: center;
	}
	.c-btn02 a {
		padding: 10px 20px 7px;
		width: 250px;
	}
}
/*------------------------------------------------------------
	c-btn03
------------------------------------------------------------*/
.c-btn03 {
	margin: 28px auto 104px;
	max-width: 960px;
}
.c-btn03 a {
	padding: 18px 30px 15px;
	width: 320px;
	max-width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #fff;
	border-radius: 40px;
	background: #CC0000 url(../img/common/icon_01.png) no-repeat right 29px center / 7px;
}
@media all and (min-width: 769px) {
	.c-btn03 a:hover {
		background-color: #000;
	}
}
@media all and (max-width: 768px) {
	.c-btn03 {
		margin-top: 60px;
		margin-bottom: 80px;
		text-align: center;
	}
	.c-btn03 a {
		padding: 11px 30px 8px;
		width: 280px;
		font-size: 1.4rem;
		font-weight: 400;
		background-position: right 19px center;
	}
}
/*------------------------------------------------------------
	c-btn04
------------------------------------------------------------*/
.c-btn04 {
	margin: 44px auto;
	max-width: 960px;
}
.c-btn04 a {
	padding: 13px 30px 11px;
	width: 280px;
	max-width: 100%;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.05em;
	color: #CC0000;
	border-radius: 30px;
	border: 1px solid #CC0000;
	background: url(../img/common/icon_15.png) no-repeat left 18px center / 7px;
}
@media all and (min-width: 769px) {
	.c-btn04 a:hover {
		color: #fff;
		background-image: url(../img/common/icon_16.png);
		background-color: #CC0000;
	}
}
@media all and (max-width: 768px) {
	.c-btn04 {
		margin: 20px auto;
		text-align: center;
	}
	.c-btn04 a {
		padding: 10px 30px 8px;
	}
}
/*------------------------------------------------------------
	c-btn05
------------------------------------------------------------*/
.c-btn05 {
	margin: 44px auto;
	max-width: 960px;
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
.c-btn05 a {
	padding: 13px 30px 11px;
	width: 300px;
	max-width: 100%;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.05em;
	color: #CC0000;
	border-radius: 30px;
	border: 1px solid #CC0000;
	background: url(../img/common/icon_17.png) no-repeat right 18px center / 12px;
}
.c-btn05 a:nth-child(3n-2) {
	width: 310px;
}
@media all and (min-width: 769px) {
	.c-btn05 a:hover {
		color: #fff;
		background-image: url(../img/common/icon_18.png);
		background-color: #CC0000;
	}
}
@media all and (max-width: 768px) {
	.c-btn05 {
		margin: 20px auto;
		width: 280px;
		max-width: calc(100% - 54px);
		display: block;
	}
	.c-btn05 a {
		margin-bottom: 19px;
		padding: 10px 30px 7px;
		width: auto !important;
		display: block;
	}
	.c-btn05 a:last-child {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	c-btn-list01
------------------------------------------------------------*/
.c-btn-list01 {
	margin: 83px auto;
	max-width: 960px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 60px;
}
.c-btn-list01 li {
	width: 280px;
}
.c-btn-list01 li a {
	padding: 13px 30px 11px;
	display: block;
	text-align: center;
	letter-spacing: 0.05em;
	color: #CC0000;
	border-radius: 30px;
	border: 1px solid #CC0000;
	background: url(../img/common/icon_02.png) no-repeat right 18px center / 7px;
}
@media all and (min-width: 769px) {
	.c-btn-list01 li a:hover {
		color: #fff;
		background-image: url(../img/common/icon_01.png);
		background-color: #CC0000;
	}
}
@media all and (max-width: 768px) {
	.c-btn-list01 {
		margin: 60px auto;
		max-width: 280px;
		display: block;
	}
	.c-btn-list01 li {
		margin-bottom: 19px;
		width: auto;
	}
	.c-btn-list01 li:last-child {
		margin-bottom: 0;
	}
	.c-btn-list01 li a {
		padding: 10px 30px 7px;
	}
}
/*------------------------------------------------------------
	c-text-box01
------------------------------------------------------------*/
.c-text-box01 {
	margin: 0 auto 78px;
	width: 650px;
	max-width: 100%;
}
.c-text-box01 p {
	margin-bottom: 32px;
	text-align: justify;
	line-height: 2;
	letter-spacing: 0.05em;
}
.c-text-box01 p:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 768px) {
	.c-text-box01 {
		margin: 0 27px 36px;
		width: auto;
		max-width: initial;
	}
	.c-text-box01 p {
		margin-bottom: 26px;
		line-height: 1.86;
	}
	.c-text-box01 p:last-child {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	c-text-box02
------------------------------------------------------------*/
.c-text-box02 {
	margin: 0 auto 43px;
	width: 960px;
	max-width: 100%;
}
.c-text-box02 p {
	margin-bottom: 32px;
	text-align: justify;
	line-height: 2;
	letter-spacing: 0.05em;
	word-wrap: break-word;
}
.c-text-box02 p:last-child {
	margin-bottom: 0;
}
.c-text-box02 p strong {
	font-weight: 500;
}
.c-text-box02 p sup {
	font-size: 0.9rem;
}
.c-text-box02 ul li {
	padding-left: 1em;
	position: relative;
	text-align: justify;
	letter-spacing: 0.05em;
	line-height: 2;
	word-wrap: break-word;
	list-style: none !important;
}
.c-text-box02 ul li::before {
	position: absolute;
	left: 0;
	top: 0;
	color: #cc0000;
	content: '●';
}
.c-text-box02 .dot-black li::before {
	color: #000;
	content: '・';
}
.c-text-box02 ol {
	margin: 0 0 32px 1em;
}
.c-text-box02 ol > li {
	text-align: justify;
	letter-spacing: 0.05em;
	line-height: 2;
	word-wrap: break-word;
	list-style-type: decimal;
}
.c-text-box02 ol > li:not(:last-child) {
	margin-bottom: 32px;
}
.c-text-box02 + .c-heading03 {
	margin-top: 70px;
}
.c-text-box02 + .c-link-blank {
	margin-top: -35px;
}
@media all and (min-width: 769px) {
	.c-text-box02 .fcRD br {
		display: none;
	}
	.c-text-box02 p a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 768px) {
	.c-text-box02 {
		margin: 0 27px 24px;
		width: auto;
		max-width: initial;
	}
	.c-text-box02 p {
		margin-bottom: 26px;
		line-height: 1.86;
	}
	.c-text-box02 p:last-child {
		margin-bottom: 0;
	}
	.c-text-box02 ul li {
		line-height: 1.857;
	}
	.c-text-box02 ol {
		margin: 0 0 32px 1em;
	}
	.c-text-box02 ol > li {
		line-height: 1.857;
	}
	.c-text-box02 ol > li:not(:last-child) {
		margin-bottom: 26px;
	}
	.c-text-box02 + .c-heading03 {
		margin-top: 52px;
	}
	.c-text-box02 + .c-link-blank {
		margin-top: -14px;
	}
}
/*------------------------------------------------------------
	c-text-box03
------------------------------------------------------------*/
.c-text-box03 {
	margin: 0 auto;
	padding: 35px 42px 30px;
	width: 960px;
	max-width: 100%;
	background: #F2F2F2;
}
.c-text-box03 p {
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: justify;
}
.c-text-box03 .ttl {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.6;
}
.c-text-box03 p a:hover {
	opacity: 0.7;
}
@media all and (min-width: 769px) {
	.c-text-box03 .ttl br {
		display: none;
	}
}
@media all and (max-width: 768px) {
	.c-text-box03 {
		margin: 0 27px;
		padding: 27px 20px;
		width: auto;
	}
	.c-text-box03 p {
		margin-bottom: 26px;
		line-height: 1.86;
	}
	.c-text-box03 p:last-child {
		margin-bottom: 0;
	}
	.c-text-box03 .ttl {
		margin-bottom: 10px;
		text-align: center;
		font-size: 1.8rem;
		line-height: 1.44;
		letter-spacing: 0.1em;
	}
}
/*------------------------------------------------------------
	c-text-box04
------------------------------------------------------------*/
.c-text-box04 {
	margin: 0 auto;
	width: 960px;
	max-width: 100%;
	text-align: justify;
	font-size: 1.3rem;
	line-height: 1.846;
	letter-spacing: 0.05em;
	word-break: break-all;
}
.c-text-box04 p {
	margin-bottom: 24px;
}
@media all and (max-width: 768px) {
	.c-text-box04 {
		margin: 0 27px;
		width: auto;
		max-width: initial;
	}
}
/*------------------------------------------------------------
	c-text-box05
------------------------------------------------------------*/
.c-text-box05 {
	margin: 86px auto 154px;
	max-width: 960px;
	text-align: center;
}
.c-text-box05 p {
	margin: 0 auto;
	padding: 32px 0 38px;
	max-width: 700px;
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 2.33;
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
}
@media all and (max-width: 768px) {
	.c-text-box05 {
		margin: 86px 27px 81px;
		max-width: initial;
	}
	.c-text-box05 p {
		padding: 25px 0 22px;
		max-width: initial;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1.857;
	}
}
/*------------------------------------------------------------
	c-text-box06
------------------------------------------------------------*/
.c-text-box06 {
	margin: 0 auto 50px;
	padding: 19px 20px 20px;
	width: 960px;
	border-radius: 15px;
	background: #EB9999;
}
.c-text-box06 .ttl {
	margin-bottom: 16px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
}
.c-text-box06 .ttl span {
	font-size: 2rem;
}
.c-text-box06 .inner-box {
	padding: 29px 60px 25px;
	border-radius: 9px;
	background: #fff;
}
.c-text-box06 .sub-ttl {
	margin-bottom: 20px;
	text-align: center;
	color: #EB9999;
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.1em;
}
.c-text-box06 ul li {
	margin-bottom: 6px;
	padding-left: 1.1em;
	position: relative;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.75;
}
.c-text-box06 ul li:last-child {
	margin-bottom: 0;
}
.c-text-box06 ul li::before {
	position: absolute;
	left: 0;
	top: 0;
	color: #EB9999;
	font-size: 1.2rem;
	line-height: 2.2;
	content: '●';
}
.c-text-box06.bg-color01 {
	background: #DB4C4C;
}
.c-text-box06.bg-color01 .sub-ttl,
.c-text-box06.bg-color01 ul li::before {
	color: #DB4C4C;
}
.c-text-box06.bg-color02 {
	background: #CC0000;
}
.c-text-box06.bg-color02 .sub-ttl,
.c-text-box06.bg-color02 ul li::before {
	color: #CC0000;
}
@media all and (max-width: 768px) {
	.c-text-box06 {
		margin: 0 27px 9px;
		padding: 19px 10px 10px;
		width: auto;
	}
	.c-text-box06 .ttl {
		margin-bottom: 16px;
		font-size: 1.8rem;
	}
	.c-text-box06 .ttl span {
		font-size: 1.4rem;
	}
	.c-text-box06 .inner-box {
		padding: 16px 15px 17px;
	}
	.c-text-box06 .sub-ttl {
		margin-bottom: 11px;
		font-size: 1.6rem;
		line-height: 1.625;
	}
	.c-text-box06 ul li {
		margin-bottom: 3px;
		line-height: 1.71;
	}
	.c-text-box06 ul li:last-child {
		margin-bottom: 0;
	}
	.c-text-box06 ul li::before {
		line-height: 1.9;
	}
}
/*------------------------------------------------------------
	c-text-box07
------------------------------------------------------------*/
.c-text-box07 {
	margin: 10px auto 10px;
	width: 960px;
	padding: 33px 50px 35px;
	background: #F2F2F2;
}
.c-text-box07 p {
	margin-bottom: 30px;
	text-align: justify;
	letter-spacing: 0.05em;
	line-height: 1.875;
}
.c-text-box07 p:last-child {
	margin-bottom: 0;
}
.c-text-box07 .ttl {
	margin-bottom: 11px;
	color: #CC0000;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.c-text-box07 ul li {
	padding-left: 0.5em;
	text-indent: -0.5em;
	line-height: 1.875;
	letter-spacing: 0.05em;
	text-align: justify;
}
.c-text-box07 p a:hover {
	opacity: 0.7;
}
@media all and (max-width: 768px) {
	.c-text-box07 {
		margin: 10px 27px 10px;
		width: auto;
		padding: 24px 20px 23px;
	}
	.c-text-box07 p {
		margin-bottom: 26px;
		line-height: 1.85;
	}
	.c-text-box07 p:last-child {
		margin-bottom: 0;
	}
	.c-text-box07 .ttl {
		margin-bottom: 16px;
		font-size: 1.8rem;
	}
	.c-text-box07 ul li {
		line-height: 1.85;
	}
}
/*------------------------------------------------------------
	c-text-box08
------------------------------------------------------------*/
.c-text-box08 {
	margin: 0 auto;
	padding: 37px 51px 32px;
	width: 960px;
	background: #F2F2F2;
}
.c-text-box08 p {
	color: #cc0000;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.035em;
}
@media all and (max-width: 768px) {
	.c-text-box08 {
		margin: 0 27px;
		padding: 28px 20px 20px;
		width: auto;
	}
	.c-text-box08 p {
		font-size: 1.8rem;
		line-height: 1.44;
	}
}
/*------------------------------------------------------------
	c-text-center
------------------------------------------------------------*/
.c-text-center {
	margin: 0 auto 115px;
	width: 960px;
	word-wrap: break-word;
}
.c-text-center p {
	text-align: center;
	line-height: 2;
	letter-spacing: 0.05em;
}
.c-text-center p:not(:last-child) {
	margin-bottom: 32px;
}
.c-text-center + .c-heading02 {
	margin-top: -8px;
}
.c-heading01 + .c-text-center {
	margin-top: -31px;
}
.c-text-center + .c-link-box01 {
	margin-top: -41px;
}
@media all and (max-width: 768px) {
	.c-text-center {
		margin: 0 27px 54px;
		width: auto;
	}
	.c-text-center p {
		line-height: 1.86;
	}
	.c-text-center p:not(:last-child) {
		margin-bottom: 25px;
	}
	.c-text-center + .c-heading02 {
		margin-top: 0;
	}
	.c-heading01 + .c-text-center {
		margin-top: -2px;
	}
	.c-text-center + .c-link-box01 {
		margin-top: 0;
	}
}
/*------------------------------------------------------------
	c-text-list01
------------------------------------------------------------*/
.c-text-list01 {
	margin: 0 auto;
	width: 960px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 0;
}
.c-text-list01 li {
	padding: 32px 40px 26px;
	width: 470px;
	background: #F2F2F2;
}
.c-text-list01 li .list-inner {
	margin-bottom: 26px;
}
.c-text-list01 li .list-inner:last-child {
	margin-bottom: 0;
}
.c-text-list01 li .ttl {
	margin-bottom: 18px;
	padding-left: 10px;
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.c-text-list01 li .ttl::before {
	margin-top: -1px;
	width: 3px;
	height: 95%;
	position: absolute;
	left: 0;
	top: 50%;
	background: #cc0000;
	transform: translateY(-50%);
	content: '';
}
.c-text-list01 li p {
	margin-bottom: 26px;
	text-align: justify;
	letter-spacing: 0.05em;
	line-height: 1.875;
}
.c-text-list01 li p:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 768px) {
	.c-text-list01 {
		margin: 0 27px;
		width: auto;
		display: block;
	}
	.c-text-list01 li {
		margin-bottom: 10px;
		padding: 32px 20px 31px;
		width: auto;
	}
	.c-text-list01 li:last-child {
		margin-bottom: 0;
	}
	.c-text-list01 li .list-inner {
		margin-bottom: 12px;
	}
	.c-text-list01 li .list-inner:last-child {
		margin-bottom: 0;
	}
	.c-text-list01 li .ttl {
		margin-bottom: 14px;
		padding-left: 12px;
		font-size: 1.6rem;
	}
	.c-text-list01 li .ttl::before {
		width: 5px;
		height: 100%;
	}
	.c-text-list01 li p {
		margin-bottom: 12px;
	}
	.c-text-list01 li p:last-child {
		margin-bottom: 0;
	}
	.c-text-list01 li .c-btn02 a {
		width: 280px;
	}
}
/*------------------------------------------------------------
	c-text-dl01
------------------------------------------------------------*/
.c-text-dl01 {
	margin: 0 auto 5px;
	padding: 30px 40px 32px;
	width: 960px;
	max-width: 100%;
	display: flex;
	background: #FCF2F2;
}
.c-text-dl01 dt {
	padding: 3px 29px 0 0;
	width: 115px;
	min-height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #CC0000;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	border-right: 1px solid #F0B2B2;
}
.c-text-dl01 dt span {
	font-size: 2.4rem;
	margin-left: 8px;
}
.c-text-dl01 dd {
	width: calc(100% - 115px);
	padding: 5px 0 0 35px;
	display: flex;
	align-items: center;
}
.c-text-dl01 dd p {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.78;
}
@media all and (max-width: 768px) {
	.c-text-dl01 {
		margin: 0 27px 11px;
		padding: 20px 20px 30px;
		width: auto;
		max-width: initial;
		display: block;
	}
	.c-text-dl01 dt {
		margin-bottom: 15px;
		padding: 0 0 13px;
		width: auto;
		min-height: initial;
		display: block;
		font-size: 1.8rem;
		border-right: none;
		border-bottom: 1px solid #F0B2B2;
	}
	.c-text-dl01 dt span {
		font-size: 2.2rem;
	}
	.c-text-dl01 dd {
		width: auto;
		padding: 0;
		display: block;
	}
	.c-text-dl01 dd p {
		text-align: justify;
		font-size: 1.4rem;
		line-height: 1.857;
	}
}
/*------------------------------------------------------------
	c-text-dl02
------------------------------------------------------------*/
.c-text-dl02 {
	margin: 0 auto 46px;
	padding: 30px 40px 35px;
	width: 960px;
	max-width: 100%;
	display: flex;
	background: #F2F2F2;
}
.c-text-dl02 dt {
	padding: 3px 50px 0 0;
	width: 115px;
	min-height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	border-right: 1px solid #B2B2B2;
}
.c-text-dl02 dd {
	width: calc(100% - 115px);
	padding: 4px 0 0 35px;
	display: flex;
	align-items: center;
}
.c-text-dl02 dd ul li {
	position: relative;
	line-height: 2;
	letter-spacing: 0.05em;
}
.c-text-dl02 dd ul li::before {
	display: inline-block;
	left: 0;
	top: 0;
	content: '●';
	opacity: 0.45;
}
@media all and (max-width: 768px) {
	.c-text-dl02 {
		margin: 0 27px 30px;
		padding: 25px 20px 30px;
		width: auto;
		max-width: initial;
		display: block;
	}
	.c-text-dl02 dt {
		margin-bottom: 15px;
		padding: 0 0 13px;
		width: auto;
		min-height: initial;
		display: block;
		font-size: 1.8rem;
		border-right: none;
		border-bottom: 1px solid #B2B2B2;
	}
	.c-text-dl02 dd {
		width: auto;
		padding: 0;
		display: block;
	}
	.c-text-dl02 dd ul li {
		padding-left: 1em;
		text-align: justify;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.857;
	}
	.c-text-dl02 dd ul li::before {
		position: absolute;
		left: 0;
		top: 0;
	}
}
/*------------------------------------------------------------
	c-intro01
------------------------------------------------------------*/
.c-intro01 {
	margin: 0 auto 80px;
	max-width: 960px;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.75;
}
.c-intro01 .name {
	margin-top: 3px;
	display: block;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.2em;
}
@media all and (max-width: 768px) {
	.c-intro01 {
		margin: 0 27px 53px;
		max-width: initial;
		line-height: 1.714;
	}
	.c-intro01 .name {
		margin-top: 7px;
		font-size: 2.4rem;
	}
}
/*------------------------------------------------------------
	c-intro02
------------------------------------------------------------*/
.c-intro02 {
	margin: 0 auto 45px;
	width: 960px;
	max-width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	text-align: center;
}
.c-intro02 .item {
	width: 250px;
}
.c-intro02 .photo {
	width: 250px;
	margin: 0 auto 14px;
}
.c-intro02 .photo img {
	width: 100%;
}
.c-intro02 p {
	letter-spacing: 0.05em;
}
.c-intro02 p .name {
	display: block;
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
@media all and (max-width: 768px) {
	.c-intro02 {
		margin: 0 27px 25px;
		width: auto;
		max-width: initial;
	}
	.c-intro02 .item {
		width: 170px;
	}
	.c-intro02 .photo {
		width: 120px;
		margin-bottom: 17px;
	}
}
/*------------------------------------------------------------
	c-table01
------------------------------------------------------------*/
.c-table01 {
	margin: 0 auto 150px;
	width: 960px;
	border-collapse: collapse;
	border-top: 1px solid #B2B2B2;
}
.c-table01 th,
.c-table01 td {
	padding: 34px 20px 30px;
	vertical-align: middle;
	text-align: left;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.625;
	box-sizing: border-box;
	border-bottom: 1px solid #B2B2B2;
	word-break: break-all;
}
.c-table01 th {
	width: 20.8%;
	background: #F2F2F2;
}
.c-table01 td {
	padding-left: 40px;
}
.c-table01 td p {
	margin-bottom: 26px;
}
.c-table01 td p:last-child {
	margin-bottom: 0;
}
.c-table01 td p + ul {
	margin-top: -26px;
}
.c-table01 td ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.c-table01 td ol li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.c-table01 td .dot-black li {
	padding-left: 0;
	text-indent: 0;
	position: relative;
}
.c-table01 td .dot-black li::before {
	display: inline-block;
	content: '・';
}
.c-table01 td .inner-box {
	padding: 24px 0;
}
@media all and (max-width: 768px) {
	.c-table01 {
		margin: 0 27px 80px;
		width: calc(100% - 54px);
	}
	.c-table01 th,
	.c-table01 td {
		padding: 6px 10px 2px;
		width: 100% !important;
		display: block;
		line-height: 1.571;
	}
	.c-table01 td {
		padding: 15px 10px 10px;
		text-align: justify;
	}
	.c-table01 td p {
		margin-bottom: 22px;
	}
	.c-table01 td p:last-child {
		margin-bottom: 0;
	}
	.c-table01 td p + ul {
		margin-top: -22px;
	}
	.c-table01 td .dot-black li {
		padding-left: 0.7em;
	}
	.c-table01 td .dot-black li::before {
		position: absolute;
		left: 0;
		top: 0;
	}
	.c-table01 td .inner-box {
		padding: 0;
	}
}
/*------------------------------------------------------------
	c-table02
------------------------------------------------------------*/
.c-table02 {
	margin: 0 auto 78px;
	width: 960px;
	border-collapse: collapse;
	border-top: 1px solid #B2B2B2;
}
.c-table02 th,
.c-table02 td {
	padding: 19px 18px 15px;
	vertical-align: middle;
	text-align: left;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.625;
	word-wrap: break-word;
	box-sizing: border-box;
	border-bottom: 1px solid #B2B2B2;
}
.c-table02 thead th {
	width: 13.5%;
	background: #999;
}
.c-table02 thead td {
	padding: 17px 29px 13px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	border-right: 2px dotted #B2B2B2;
	background: #808080;
}
.c-table02 thead td:last-child {
	border-right: none;
}
.c-table02 tbody th {
	text-align: center;
	background: #F2F2F2;
}
.c-table02 tbody td {
	border-right: 2px dotted #B2B2B2;
}
.c-table02 tbody td:last-child {
	border-right: none;
}
.c-table02 tbody td dt {
	width: 2.8em;
	float: left;
	text-align: right;
}
.c-table02 tbody td dd {
	padding-left: 3.3em;
}
.c-table02 .wid01 {
	width: 43.25%;
}
@media all and (max-width: 768px) {
	.c-table02 {
		margin: 0 27px 60px;
		width: calc(100% - 54px);
	}
	.c-table02 th,
	.c-table02 td {
		padding: 18px 10px 14px;
		font-size: 1.3rem;
		line-height: 1.46;
	}
	.c-table02 thead th {
		width: 17%;
	}
	.c-table02 thead td {
		padding: 13px 19px 8px;
		text-align: center;
		font-size: 1.3rem;
	}
	.c-table02 tbody td dt {
		width: auto;
		float: none;
		text-align: left;
	}
	.c-table02 tbody td dd {
		padding-left: 0;
	}
	.c-table02 .wid01 {
		width: 41.5%;
	}
}
@media all and (max-width: 374px) {
	.c-table02 thead td {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media all and (max-width: 359px) {
	.c-table02 thead td {
		padding-left: 3px;
		padding-right: 3px;
	}
}
/*------------------------------------------------------------
	c-contents
------------------------------------------------------------*/
.c-contents {
	margin-top: 151px;
	padding: 86px 0 122px;
	background: #FAFAFA;
}
.c-contents .title {
	margin-bottom: 53px;
	position: relative;
	text-align: center;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 2.2;
	letter-spacing: 0.05em;
}
.c-contents .title::after {
	width: 20px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: -5px;
	background: #CC0000;
	transform: translateX(-50%);
	content: '';
}
.c-contents .title.overpass {
	margin-bottom: 57px;
	font-style: italic;
	font-weight: 400;
	font-size: 3rem;
	letter-spacing: 0.007em;
	line-height: 1.5;
}
.c-contents .title.overpass::after {
	bottom: -9px;
}
.c-contents .title01 {
	margin-bottom: 37px;
	font-size: 2.2rem;
	font-weight: 500;
	color: #CC0000;
}
.c-contents .title01::after {
	display: none;
}
.c-contents .page-list {
	margin: 0 auto;
	padding-top: 1px;
	width: 1040px;
	column-count: 3;
	column-gap: 56px;
	column-width: 280px;
	box-sizing: border-box;
}
.c-contents .page-list li {
	margin-top: -1px;
	box-sizing: border-box;
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
}
.c-contents .page-list li:first-child {
	margin-top: 0;
}
.c-contents .page-list li a {
	padding: 19px 30px 16px 15px;
	height: 100%;
	display: block;
	letter-spacing: 0.05em;
	background: url(../img/common/icon_03.png) no-repeat right 13px center / 8px;
	box-sizing: border-box;
}
.c-contents .c-btn01 {
	margin: 60px 0 -22px;
}
@media all and (min-width: 769px) {
	.c-contents .page-list li a br {
		display: none;
	}
	.c-contents .page-list li a:hover {
		color: #fff;
		background-color: #CC0000;
		background-image: url(../img/common/icon_04.png);
	}
}
@media all and (max-width: 768px) {
	.c-contents {
		margin-top: 80px;
		padding: 75px 27px 83px;
	}
	.c-contents .title {
		margin-bottom: 35px;
		font-size: 1.8rem;
		line-height: 1.8;
	}
	.c-contents .title01 {
		margin-bottom: 24px;
		font-size: 1.6rem;
	}
	.c-contents .title.overpass {
		margin-bottom: 35px;
		font-size: 2.2rem;
		line-height: 1.5;
	}
	.c-contents .title::after {
		width: 16px;
		bottom: -5px;
	}
	.c-contents .title.overpass::after {
		bottom: -5px;
	}
	.c-contents .page-list {
		width: auto;
		column-count: 2;
		column-gap: 20px;
		column-width: auto;
	}
	.c-contents .page-list.sp-col1 {
		padding: 0;
		column-count: initial;
		column-gap: initial;
	}
	.c-contents .page-list li a {
		padding: 6px 15px 2px 8px;
		min-height: 49px;
		display: flex;
		align-items: center;
		font-size: 1.4rem;
		line-height: 1.3;
		background-size: 6px;
		background-position: right 8px center;
	}
	.c-contents .page-list li .fs13 {
		font-size: 1.3rem;
	}
	.c-contents .c-btn01 {
		margin: 30px 0 0;
	}
}
@media all and (max-width: 359px) {
	.c-contents .page-list li a {
		padding-left: 5px;
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	c-link-item
------------------------------------------------------------*/
.c-link-item a {
	display: block;
	position: relative;
	color: #fff;
	text-align: center;
}
.c-link-item a:hover {
	opacity: 0.7;
}
.c-link-item .photo {
	display: block;
	position: relative;
}
.c-link-item .photo::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.5;
	content: '';
	z-index: 1;
}
.c-link-item .photo img {
	width: 100%;
	min-height: 300px;
	object-fit: cover;
}
.c-link-item .txt {
	margin-top: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	letter-spacing: 0.4em;
	transform: translateY(-50%);
	box-sizing: border-box;
	z-index: 2;
}
.c-link-item .txt .en {
	display: block;
	font-size: 3.6rem;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 0;
}
@media all and (max-width: 768px) {
	.c-link-item .photo img {
		min-height: 166px;
	}
	.c-link-item .txt {
		margin-top: 3px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.c-link-item .txt .en {
		font-size: 2.2rem;
	}
}
/*------------------------------------------------------------
	c-link-box01
------------------------------------------------------------*/
.c-link-box01 {
	margin: 0 auto 30px;
	width: 960px;
	max-width: 100%;
}
.c-link-box01 .item {
	margin-bottom: 30px;
	padding: 46px 0 48px;
	display: flex;
	flex-wrap: wrap;
	background: #FCF2F2;
	border-radius: 15px;
	box-sizing: border-box;
}
.c-link-box01 .item:last-child {
	margin-bottom: 0 !important;
}
.c-link-box01 .item .ttl-box,
.c-link-box01 .item .text-box {
	padding: 0 49px;
	width: 50%;
	position: relative;
	box-sizing: border-box;
}
.c-link-box01 .item .ttl-box {
	padding-bottom: 84px;
}
.c-link-box01 .item .ttl-box::after {
	width: 1px;
	height: calc(100% - 6px);
	position: absolute;
	right: 0;
	top: 4px;
	background: #B2B2B2;
	content: '';
}
.c-link-box01 .item .ttl-box .ttl {
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.c-link-box01 .item .ttl-box .ttl .en {
	display: block;
	font-style: italic;
	font-size: 3.2rem;
	font-weight: 400;
	letter-spacing: 0.01em;
}
.c-link-box01 .item .text-box {
	padding-top: 6px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.c-link-box01 .item .text-box p {
	width: 100%;
	letter-spacing: 0.07em;
	line-height: 1.875;
	text-align: justify;
}
.c-link-box01 .item .c-btn01 {
	margin-top: -51px;
	padding: 0 48px;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
}
.c-link-box01 .item .c-btn01 a {
	position: relative;
	z-index: 1;
}
@media all and (max-width: 768px) {
	.c-link-box01 {
		margin: 0 27px 29px;
		width: auto;
		max-width: initial;
	}
	.c-link-box01 .item {
		padding: 27px 20px 35px;
		display: block;
		border-radius: 10px;
	}
	.c-link-box01 .item .ttl-box,
	.c-link-box01 .item .text-box {
		padding: 0;
		width: auto;
	}
	.c-link-box01 .item .ttl-box {
		padding: 0 0 16px;
		margin-bottom: 15px;
	}
	.c-link-box01 .item .ttl-box::after {
		width: 100%;
		height: 1px;
		top: auto;
		bottom: 0;
	}
	.c-link-box01 .item .ttl-box .ttl .en {
		font-size: 2.6rem;
	}
	.c-link-box01 .item .text-box {
		margin-bottom: 10px;
		padding-top: 0;
	}
	.c-link-box01 .item .c-btn01 {
		margin-top: 0;
		padding: 0;
		width: auto;
	}
}
/*------------------------------------------------------------
	c-map-box01
------------------------------------------------------------*/
.c-map-box01 {
	margin: 0 auto 60px;
	width: 960px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.c-map-box01 .text-box {
	width: 385px;
}
.c-map-box01 .text-box .c-heading03 {
	margin-bottom: 25px;
}
.c-map-box01 .text-box p {
	margin-bottom: 12px;
	letter-spacing: 0.05em;
	word-wrap: break-word;
}
.c-map-box01 .text-box .tel {
	margin-bottom: 17px;
}
.c-map-box01 .text-box .tel span {
	font-weight: 500;
	color: #CC0000;
}
.c-map-box01 .text-box p:last-child {
	margin-bottom: 0 !important;
}
.c-map-box01 .map {
	width: 544px;
	height: 200px;
	position: relative;
}
.c-map-box01 .map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
@media all and (max-width: 768px) {
	.c-map-box01 {
		margin: 0 27px 39px;
		width: auto;
		display: block;
	}
	.c-map-box01 .text-box {
		margin-bottom: 17px;
		width: auto;
	}
	.c-map-box01 .text-box .c-heading03 {
		margin: 0 0 15px;
	}
	.c-map-box01 .text-box p {
		margin-bottom: 11px;
		line-height: 1.58;
	}
	.c-map-box01 .text-box .tel {
		margin-bottom: 18px;
		font-size: 1.6rem;
	}
	.c-map-box01 .text-box .c-link-blank {
		margin: 0;
	}
	.c-map-box01 .map {
		box-sizing: border-box;
		padding-bottom: 62.5%;
		width: auto;
		height: auto;
		min-height: 200px;
	}
}
/*------------------------------------------------------------
	c-map-box02
------------------------------------------------------------*/
.c-map-box02 {
	margin: 0 auto 60px;
	width: 960px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 0;
}
.c-map-box02 .item {
	padding: 30px 42px;
	width: 470px;
	box-sizing: border-box;
	background: #F2F2F2;
}
.c-map-box02 .item .c-heading03 {
	margin-bottom: 14px;
	padding-left: 10px;
	font-size: 2rem;
}
.c-map-box02 .item .c-heading03::before {
	width: 3px;
	height: 88%;
}
.c-map-box02 .item p {
	margin-bottom: 12px;
	letter-spacing: 0.05em;
	word-wrap: break-word;
}
.c-map-box02 .item .tel {
	margin-bottom: 17px;
}
.c-map-box02 .item .tel span {
	font-weight: 500;
	color: #CC0000;
}
.c-map-box02 .item p:last-child {
	margin-bottom: 0 !important;
}
.c-map-box02 .item .text-box {
	margin-bottom: 18px;
}
.c-map-box02 .item .text-box:last-child {
	margin-bottom: 0;
}
.c-map-box02 .item .map {
	width: 100%;
	height: 144px;
	position: relative;
	background: #ccc;
}
.c-map-box02 .item .map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
@media all and (max-width: 768px) {
	.c-map-box01 + .c-map-box02 {
		margin-top: -19px;
	}
	.c-map-box02 {
		margin: 0 27px 39px;
		width: auto;
		display: block;
	}
	.c-map-box02 .item {
		margin-bottom: 20px;
		padding: 20px 20px;
		width: auto;
	}
	.c-map-box02 .item:last-child {
		margin-bottom: 0 !important;
	}
	.c-map-box02 .item .c-heading03 {
		margin: 0 0 15px;
		padding-left: 12px;
		font-size: 1.6rem;
	}
	.c-map-box02 .item .c-heading03::before {
		width: 4px;
		height: 91%;
		left: 0;
	}
	.c-map-box02 .item p {
		margin-bottom: 11px;
		line-height: 1.58;
	}
	.c-map-box02 .item .tel {
		margin-bottom: 18px;
		font-size: 1.6rem;
	}
	.c-map-box02 .item .text-box {
		margin-bottom: 17px;
	}
	.c-map-box02 .item .map {
		box-sizing: border-box;
		padding-bottom: 62.5%;
		width: auto;
		height: auto;
		min-height: 175px;
	}
}
/*------------------------------------------------------------
	c-img-box01
------------------------------------------------------------*/
.c-img-box01 {
	margin: 0 auto 79px;
	width: 960px;
	display: flex;
	justify-content: space-between;
}
.c-img-box01 .photo-box {
	width: 450px;
}
.c-img-box01 .photo-box img {
	width: 100%;
}
.c-img-box01 .text-box {
	margin-top: -7px;
	width: 450px;
}
.c-img-box01 .text-box p {
	margin-bottom: 32px;
	text-align: justify;
	line-height: 2;
	letter-spacing: 0.05em;
	word-break: break-all;
}
.c-img-box01 .text-box01 p {
	margin-bottom: 19px;
	letter-spacing: 0.04em;
}
.c-img-box01 .text-box p:last-child {
	margin-bottom: 0 !important;
}
.c-img-box01 .text-box .note-list li {
	text-align: justify;
	letter-spacing: 0.05em;
	word-break: break-all;
	font-size: 1.3rem;
	line-height: 1.846;
}
.c-img-box01 + .c-heading02 {
	margin-top: 149px;
}
.c-img-box01 p a:hover {
	opacity: 0.7;
}
@media all and (max-width: 768px) {
	.c-img-box01 {
		margin: 0 27px 31px;
		width: auto;
		display: block;
	}
	.c-img-box01 .photo-box {
		margin-bottom: 15px;
		width: auto;
	}
	.c-img-box01 .photo-box:last-child {
		margin-bottom: 0;
	}
	.c-img-box01 .text-box {
		margin: 0 0 21px;
		width: auto;
	}
	.c-img-box01 .text-box:last-child {
		margin-bottom: 0;
	}
	.c-img-box01 .text-box p {
		margin-bottom: 26px;
		line-height: 1.857;
	}
	.c-img-box01 .text-box01 p {
		margin-bottom: 10px;
	}
	.c-img-box01 .text-box .note-list li {
		padding-left: 2em;
		text-indent: -2em;
		font-size: 1.2rem;
		line-height: 1.83;
	}
	.c-img-box01 .text-box p + .c-btn01 {
		margin-top: -12px;
	}
	.c-img-box01 + .c-heading02 {
		margin-top: 75px;
	}
}
/*------------------------------------------------------------
	c-img-box02
------------------------------------------------------------*/
.c-img-box02 {
	margin: 0 auto 75px;
	padding: 32px 20px 32px 52px;
	width: 960px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F2F2F2;
}
.c-img-box01 + .c-img-box02 {
	margin-top: -50px;
}
.c-img-box02 .text-box {
	width: 574px;
}
.c-img-box02 .text-box p {
	line-height: 2;
	letter-spacing: 0.05em;
}
.c-img-box02 .text-box .ttl {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.6;
}
.c-img-box02 .photo-box {
	width: 150px;
	text-align: center;
}
@media all and (min-width: 769px) {
	.c-img-box02 .text-box .ttl br {
		display: none;
	}
}
@media all and (max-width: 768px) {
	.c-img-box02 {
		margin: 0 27px 40px;
		padding: 28px 20px 35px;
		width: auto;
		display: block;
	}
	.c-img-box01 + .c-img-box02 {
		margin-top: -10px;
	}
	.c-img-box02 .text-box {
		margin-bottom: 16px;
		width: auto;
	}
	.c-img-box02 .text-box p {
		text-align: justify;
		line-height: 1.857;
	}
	.c-img-box02 .text-box .ttl {
		margin-bottom: 10px;
		text-align: center;
		font-size: 1.8rem;
		line-height: 1.44;
	}
	.c-img-box02 .photo-box {
		max-width: 100%;
		margin: 0 auto;
	}
}
/*------------------------------------------------------------
	c-img-box03
------------------------------------------------------------*/
.c-img-box03 {
	margin: 0 auto 40px;
	width: 960px;
	display: flex;
	justify-content: space-between;
}
.c-img-box03 .photo-box {
	width: 300px;
	order: 1;
}
.c-img-box03 .photo-box img {
	width: 100%;
}
.c-img-box03 .text-box {
	margin-top: -7px;
	width: 610px;
}
.c-img-box03 .text-box p {
	margin-bottom: 32px;
	text-align: justify;
	line-height: 2;
	letter-spacing: 0.05em;
	word-break: break-all;
}
.c-img-box03 .text-box p:last-child {
	margin-bottom: 0 !important;
}
@media all and (max-width: 768px) {
	.c-img-box03 {
		margin: 0 27px 31px;
		width: auto;
		display: block;
	}
	.c-img-box03 .photo-box {
		margin-bottom: 15px;
		width: auto;
	}
	.c-img-box03 .photo-box:last-child {
		margin-bottom: 0;
	}
	.c-img-box03 .text-box {
		margin: 0 0 21px;
		width: auto;
	}
	.c-img-box03 .text-box:last-child {
		margin-bottom: 0;
	}
	.c-img-box03 .text-box p {
		margin-bottom: 26px;
		line-height: 1.857;
	}
}
/*------------------------------------------------------------
	c-img-box04
------------------------------------------------------------*/
.c-img-box04 {
	margin: 0 auto 29px;
	width: 960px;
	display: flex;
	justify-content: space-between;
}
.c-img-box04 .text-box {
	width: 700px;
	letter-spacing: 0.05em;
	line-height: 2;
}
.c-img-box04 .text-box p {
	margin-bottom: 32px;
	text-align: justify;
}
.c-img-box04 .text-box p:last-child {
	margin-bottom: 0;
}
.c-img-box04 .photo-box {
	margin-top: 7px;
	width: 220px;
}
.c-img-box04 .photo-box img {
	width: 100%;
}
@media all and (max-width: 768px) {
	.c-img-box04 {
		margin: 0 27px 35px;
		width: auto;
		display: block;
	}
	.c-img-box04 .text-box {
		margin-bottom: 13px;
		width: auto;
		line-height: 1.857;
	}
	.c-img-box04 .text-box p {
		margin-bottom: 26px;
	}
	.c-img-box04 .text-box p:last-child {
		margin-bottom: 0;
	}
	.c-img-box04 .photo-box {
		margin: 0 auto;
		width: 160px;
	}
}
/*------------------------------------------------------------
	c-img-box05
------------------------------------------------------------*/
.c-img-box05 {
	margin: 11px auto;
	padding: 33px 50px 35px;
	width: 960px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F2F2F2;
}
.c-img-box05 .text-box {
	width: 450px;
}
.c-img-box05 .text-box p {
	margin-bottom: 30px;
	text-align: justify;
	line-height: 1.875;
	letter-spacing: 0.05em;
}
.c-img-box05 .text-box p:last-child {
	margin-bottom: 0;
}
.c-img-box05 .text-box .ttl {
	color: #CC0000;
	font-weight: 700;
	font-size: 2.2rem;
	margin-bottom: 11px;
}
.c-img-box05 .photo-box {
	width: 360px;
}
.c-img-box05 .photo-box img {
	width: 100%;
}
.c-img-box05 p a:hover {
	opacity: 0.7;
}
@media all and (max-width: 768px) {
	.c-img-box05 {
		margin: 11px 27px;
		padding: 24px 20px;
		width: auto;
		display: block;
	}
	.c-img-box05 .text-box {
		margin-bottom: 24px;
		width: auto;
	}
	.c-img-box05 .text-box p {
		margin-bottom: 26px;
		line-height: 1.85;
	}
	.c-img-box05 .text-box p:last-child {
		margin-bottom: 0;
	}
	.c-img-box05 .text-box .ttl {
		font-size: 1.8rem;
		margin-bottom: 16px;
	}
	.c-img-box05 .photo-box {
		width: auto;
	}
}
/*------------------------------------------------------------
	c-staff-box01
------------------------------------------------------------*/
.c-staff-box01 {
	margin: 0 auto 76px;
	width: 960px;
	display: flex;
	justify-content: space-between;
}
.c-staff-box01 .profile {
	width: 251px;
	padding: 1px 20px 0 0;
	text-align: center;
	border-right: 1px solid #B2B2B2;
}
.c-staff-box01 .profile .photo {
	margin: 0 auto 11px;
	width: 144px;
}
.c-staff-box01 .profile .photo img {
	width: 100%;
}
.c-staff-box01 .profile p {
	letter-spacing: 0.05em;
	line-height: 1.75;
}
.c-staff-box01 .profile p .name {
	display: block;
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	line-height: 1.2;
}
.c-staff-box01 .career {
	margin: -4px 0 0 41px;
	flex: 1;
}
.c-staff-box01 .career-list dt,
.c-staff-box01 .career-list dd {
	line-height: 1.75;
	letter-spacing: 0.05em;
}
.c-staff-box01 .career-list dt {
	width: 6.5em;
	float: left;
}
.c-staff-box01 .career-list dd {
	padding: 0 0 2px 6.55em;
	text-align: justify;
}
.c-staff-box01 .career-list dd:last-child {
	padding-bottom: 0;
}
@media all and (max-width: 768px) {
	.c-staff-box01 {
		margin: 0 27px 55px;
		width: auto;
		display: block;
	}
	.c-staff-box01 .profile {
		margin-bottom: 17px;
		width: auto;
		padding: 0;
		border-right: none;
	}
	.c-staff-box01 .profile .photo {
		margin-bottom: 16px;
		width: 120px;
	}
	.c-staff-box01 .profile p .name {
		font-size: 2rem;
	}
	.c-staff-box01 .career {
		margin: 0;
	}
	.c-staff-box01 .career-list dt,
	.c-staff-box01 .career-list dd {
		line-height: 1.57;
	}
	.c-staff-box01 .career-list dt {
		width: 6.45em;
	}
	.c-staff-box01 .career-list dd {
		padding: 0 0 4px 6.45em;
	}
	.c-staff-box01 .career-list dd:last-child {
		padding-bottom: 0;
	}
	.c-staff-box01 .career-list dd br {
		display: none;
	}
}
/*------------------------------------------------------------
	c-staff-list01
------------------------------------------------------------*/
.c-staff-list01 {
	margin: 0 auto;
	width: 960px;
	display: flex;
	flex-wrap: wrap;
	gap: 73px 60px;
}
.c-staff-list01 li {
	width: 280px;
	text-align: center;
}
.c-staff-list01 li .photo {
	margin: 0 auto 22px;
	width: 144px;
}
.c-staff-list01 li .photo img {
	width: 100%;
}
.c-staff-list01 p {
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.75;
}
.c-staff-list01 .name {
	margin-bottom: 10px;
	padding-bottom: 11px;
	border-bottom: 1px solid #B2B2B2;
}
.c-staff-list01 .name span {
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.12;
}
@media all and (max-width: 768px) {
	.c-staff-list01 {
		margin: 0 27px;
		width: auto;
		display: block;
	}
	.c-staff-list01 li {
		margin: 0 auto 55px;
		width: auto;
		max-width: 88%;
	}
	.c-staff-list01 li:last-child {
		margin-bottom: 0;
	}
	.c-staff-list01 li .photo {
		margin-bottom: 17px;
		width: 120px;
	}
	.c-staff-list01 p {
		line-height: 1.57;
	}
	.c-staff-list01 .name {
		margin-bottom: 7px;
		padding-bottom: 6px;
	}
	.c-staff-list01 .name span {
		font-size: 2rem;
		line-height: 1.38;
	}
}
/*------------------------------------------------------------
	c-staff-list02
------------------------------------------------------------*/
.c-staff-list02 {
	margin: 0 auto;
	width: 1040px;
	display: flex;
	flex-wrap: wrap;
	gap: 78px 89px;
}
.c-staff-list02 li {
	width: 287px;
	text-align: center;
}
.c-staff-list02 li a {
	display: block;
}
.c-staff-list02 li .photo {
	margin-bottom: 29px;
	overflow: hidden;
}
.c-staff-list02 li .photo img {
	width: 100%;
	aspect-ratio: 287/324;
	object-fit: cover;
	transition: 0.3s;
}
.c-staff-list02 li p {
	letter-spacing: 0.05em;
}
.c-staff-list02 li .text01 {
	margin-bottom: 28px;
	position: relative;
	font-size: 2rem;
	font-weight: 700;
}
.c-staff-list02 li .text01::after {
	width: 20px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: -15px;
	background: #B2B2B2;
	transform: translateX(-50%);
	content: '';
}
.c-staff-list02 li .text02 {
	margin-bottom: 5px;
	font-size: 1.3rem;
	line-height: 1.47;
}
.c-staff-list02 li .text02 span {
	display: block;
}
.c-staff-list02 li .text03 {
	margin-bottom: 8px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.3;
}
.c-staff-list02 li .text03 .en {
	margin-top: 1px;
	display: block;
	font-style: italic;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
.c-staff-list02 li .text04 {
	padding-top: 5px;
	color: #B2B2B2;
	font-size: 1.3rem;
	line-height: 1.461;
	border-top: 1px solid #B2B2B2;
}
@media all and (min-width: 769px) {
	.c-staff-list02 li a:hover .photo img {
		transform: scale(1.1);
	}
	.c-staff-list02 li a:hover .text01::after {
		background-color: #CC0000;
	}
	.c-staff-list02 li a:hover .text04 {
		color: #CC0000;
		border-top-color: #CC0000;
	}
}
@media all and (max-width: 768px) {
	.c-staff-list02 {
		margin: 0 27px;
		width: auto;
		display: block;
	}
	.c-staff-list02 li {
		width: 87.3%;
		margin: 0 auto 56px;
	}
	.c-staff-list02 li:last-child {
		margin-bottom: 0;
	}
	.c-staff-list02 li .photo {
		margin-bottom: 17px;
	}
	.c-staff-list02 li .text01 {
		margin-bottom: 22px;
		font-size: 1.6rem;
		line-height: 1.625;
	}
	.c-staff-list02 li .text01::after {
		bottom: -9px;
	}
	.c-staff-list02 li .text02 {
		font-size: 1.2rem;
	}
	.c-staff-list02 li .text03 {
		margin-bottom: 7px;
	}
	.c-staff-list02 li .text04 {
		padding-top: 4px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
}
/*------------------------------------------------------------
	c-entry
------------------------------------------------------------*/
.c-entry {
	margin-top: 4px;
	padding: 86px 0 96px;
	position: relative;
}
.c-entry .bg img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}
.c-entry .inner-wrap {
	margin: 0 auto;
	width: 1060px;
	position: relative;
	z-index: 1;
}
.c-entry .sub-box {
	width: 416px;
}
.c-entry p {
	margin-bottom: 43px;
	text-align: center;
	line-height: 1.875;
	letter-spacing: 0.05em;
}
.c-entry .btn-list {
	margin: 0 auto;
	width: 320px;
	max-width: 100%;
}
.c-entry .btn-list li {
	margin-bottom: 28px;
}
.c-entry .btn-list li:last-child {
	margin-bottom: 0;
}
.c-entry .btn-list li a {
	padding: 18px 30px 16px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	border-radius: 40px;
	background: #CC0000 url(../img/common/icon_01.png) no-repeat right 29px center / 7px;
}
@media all and (min-width: 769px) {
	.c-entry .btn-list li a:hover {
		background-color: #000;
	}
}
@media all and (max-width: 768px) {
	.c-entry {
		padding: 80px 27px 59.8vw;
	}
	.c-entry .bg img {
		object-position: center bottom;
	}
	.c-entry .inner-wrap {
		width: auto;
	}
	.c-entry .sub-box {
		width: auto;
	}
	.c-entry p {
		margin-bottom: 17px;
	}
	.c-entry .btn-list {
		width: 280px;
	}
	.c-entry .btn-list li {
		margin-bottom: 19px;
	}
	.c-entry .btn-list li:last-child {
		margin-bottom: 0;
	}
	.c-entry .btn-list li a {
		padding: 11px 30px 8px;
		font-size: 1.4rem;
		font-weight: 400;
		background-position: right 19px center;
	}
}
@media all and (max-width: 359px) {
	.c-entry {
		padding-left: 10px;
		padding-right: 10px;
	}
}
/*------------------------------------------------------------
	c-other-box01
------------------------------------------------------------*/
.c-other-box01 {
	margin: 117px 0 0;
	padding: 97px 0 101px;
	background: #FCF2F2;
}
.c-other-box01 .c-link-box01 .item {
	background: #fff;
}
.c-other-box01 .c-link-box01 + .c-btn01 {
	margin-top: 54px;
}
.c-other-box01 + .c-contents {
	margin-top: 0;
}
@media all and (max-width: 768px) {
	.c-other-box01 {
		margin: 60px 0 0;
		padding: 77px 0 75px;
	}
	.c-other-box01 .c-btn01.sp-fs16 a {
		padding: 8px 30px 6px;
		font-size: 1.6rem;
	}
	.c-other-box01 .c-link-box01 + .c-btn01 {
		margin-top: 29px;
	}
}
/*------------------------------------------------------------
	c-sdgs-box
------------------------------------------------------------*/
.c-sdgs-box {
	margin: 0 auto 52px;
	padding: 24px 45px;
	width: 960px;
	display: flex;
	justify-content: center;
	background: #F1F1F1;
}
.c-sdgs-box .ttl {
	margin-right: 29px;
	padding-right: 30px;
	width: 171px;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #B2B2B2;
}
.c-sdgs-box .sdgs-list {
	padding: 4px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.c-sdgs-box .sdgs-list li {
	width: 65px;
}
.c-sdgs-box .sdgs-list li img {
	width: 100%;
}
@media all and (min-width: 769px) {
	.c-sdgs-box {
		height: 150px;
		padding: 27.5px 38px;
	}
	.c-sdgs-box .ttl {
		width: auto;
		padding-right: 40px;
		margin-right: 40px;
	}
	.c-sdgs-box .ttl img {
		height: 100%;
	}
	.c-sdgs-box .sdgs-list {
		max-width: calc(95px * 6 + 50px);
		padding: 0;
	}
	.c-sdgs-box .sdgs-list li {
		width: 95px;
	}
}
@media all and (max-width: 768px) {
	.c-sdgs-box {
		margin: 0 27px 30px;
		padding: 23px 20px 22px;
		width: auto;
		display: block;
	}
	.c-sdgs-box .ttl {
		margin: 0 0 15px;
		padding: 0 0 19px;
		width: auto;
		display: block;
		text-align: center;
		border-right: none;
		border-bottom: 1px solid #B2B2B2;
	}
	.c-sdgs-box .ttl img {
		width: 131px;
	}
	.c-sdgs-box .sdgs-list {
		margin: 0 -1px;
	}
	.c-sdgs-box .sdgs-list li {
		width: calc((100% - 30px) / 4);
		max-width: 63px;
	}
}
/*------------------------------------------------------------
	c-news-list
------------------------------------------------------------*/
.c-news-list {
	margin: 0 auto 123px;
	width: 960px;
	border-top: 1px solid #B2B2B2;
}
.c-news-list li {
	border-bottom: 1px solid #B2B2B2;
}
.c-news-list li a {
	padding: 27px 50px 26px 20px;
	display: flex;
	align-items: flex-start;
	background: url(../img/common/icon_10.png) no-repeat right 20px center / 24px;
}
.c-news-list li .date {
	margin-top: 3px;
	width: 86px;
	font-size: 1.4rem;
}
.c-news-list li .cat {
	margin-top: 4px;
	width: 80px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.c-news-list li .cat span {
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #fff;
	border-radius: 3px;
	background: #000;
}
.c-news-list li .txt {
	margin-left: 22px;
	letter-spacing: 0.03em;
	line-height: 1.625;
	flex: 1;
}
@media all and (min-width: 769px) {
	.c-news-list li a:hover {
		background-image: url(../img/common/icon_11.png);
	}
	.c-news-list li a:hover .cat span {
		background-color: #cc0000;
	}
}
@media all and (max-width: 768px) {
	.c-news-list {
		margin: 0 27px 60px;
		width: auto;
	}
	.c-news-list li a {
		padding: 19px 45px 16px 1px;
		flex-wrap: wrap;
		align-content: flex-start;
		background: url(../img/common/icon_10.png) no-repeat right 20px center / 24px;
		background-position: right top 42px;
	}
	.c-news-list li .date {
		margin-top: 0;
	}
	.c-news-list li .cat {
		margin-top: 1px;
		width: calc(100% - 86px);
	}
	.c-news-list li .cat span {
		width: 80px;
		background: #CC0000;
	}
	.c-news-list li .txt {
		margin: 10px 0 0;
		width: 100%;
		text-align: justify;
		letter-spacing: 0.05em;
		line-height: 1.57;
		flex: initial;
	}
}
/*------------------------------------------------------------
	c-detail-title
------------------------------------------------------------*/
.c-detail-title {
	margin: 0 auto 56px;
	width: 960px;
}
.c-detail-title .cat {
	margin-bottom: 11px;
	text-align: center;
}
.c-detail-title .cat span {
	padding: 3px 5px 1px;
	min-width: 120px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.05em;
	background: #cc0000;
	border-radius: 5px;
}
.c-detail-title .date {
	margin-bottom: 22px;
	text-align: center;
	font-size: 1.8rem;
}
.c-detail-title .title {
	padding: 23px 0 14px;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2;
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
}
@media all and (max-width: 768px) {
	.c-detail-title {
		margin: 0 27px 15px;
		width: auto;
	}
	.c-detail-title .cat {
		margin-bottom: 7px;
	}
	.c-detail-title .cat span {
		font-size: 1.6rem;
	}
	.c-detail-title .date {
		margin-bottom: 15px;
		font-size: 1.4rem;
	}
	.c-detail-title .title {
		padding: 9px 0 7px;
		font-size: 1.6rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
}
/*------------------------------------------------------------
	c-accordion01
------------------------------------------------------------*/
.c-accordion01 {
	margin: 20px auto 0;
	padding: 28px 85px 26px 50px;
	max-width: 960px;
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	background: #FCF2F2;
	cursor: pointer;
}
.c-accordion01::after {
	width: 31px;
	height: 31px;
	position: absolute;
	right: 50px;
	top: 50%;
	background: url(../img/common/icon_12.png) no-repeat center center / 100%;
	transform: translateY(-50%);
	content: '';
	z-index: 1;
}
.c-accordion01.JS_open::after {
	background-image: url(../img/common/icon_13.png);
}
.c-accordion01 + .c-table01 {
	margin-top: 0;
	margin-bottom: 0;
}
.c-accordion01 p {
	padding-left: 15px;
	position: relative;
	letter-spacing: 0.05em;
}
.c-accordion01 p::before {
	margin-top: -1px;
	width: 5px;
	height: 78%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #CC0000;
	content: '';
}
.c-accordion01-close {
	margin: 20px auto 0;
	padding-top: 2px;
	max-width: 962px;
	min-height: 31px;
	padding-right: 41px;
	margin-left: auto;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	background: url(../img/common/icon_14.png) no-repeat right 1px center / 31px;
	cursor: pointer;
}
.c-accordion01-box {
	display: none;
}
.c-accordion01-box .c-table01 {
	margin-top: 29px;
	margin-bottom: 0;
}
@media all and (min-width: 769px) {
	.c-accordion01:hover,
	.c-accordion01-close:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 768px) {
	.c-accordion01 {
		margin: 20px 27px 0;
		padding: 27px 65px 25px 21px;
		max-width: initial;
		font-size: 1.6rem;
	}
	.c-accordion01-box .c-table01 {
		margin-top: 20px;
	}
	.c-accordion01::after {
		right: 20px;
	}
	.c-accordion01 p {
		padding-left: 12px;
		min-height: 48px;
		display: flex;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
	}
	.c-accordion01 p::before {
		width: 4px;
		height: 84%;
	}
	.c-accordion01-close {
		margin: 20px 26px 0;
		max-width: initial;
		padding-right: 42px;
	}
}
/*------------------------------------------------------------
	c-limited01
------------------------------------------------------------*/
.c-limited01 {
	padding: 145px 0 35.8vw;
	position: relative;
	z-index: 1;
}
.c-limited01 .bg img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: left 50% bottom 10%;
	z-index: -1;
}
.c-limited01 .c-heading06 {
	margin-bottom: 47px;
}
.c-limited01 .text-list {
	margin: 0 auto;
	max-width: 750px;
	border-top: 1px solid #B2B2B2;
}
.c-limited01 .text-list li {
	padding: 35px 0 33px;
	text-align: center;
	border-bottom: 1px solid #B2B2B2;
}
.c-limited01 .text-list li p {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.777;
}
.c-limited01 .text-list li .ttl {
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.2;
}
.c-limited01.padding01 {
	padding: 145px 0 45.9vw;
}
.c-limited01.padding01 .bg img {
	object-position: left 50% top 50%;
}
@media all and (min-width: 769px) {
	.c-limited01 .text-list li p br {
		display: none;
	}
}
@media all and (max-width: 768px) {
	.c-limited01 {
		padding: 77px 27px 55vw;
	}
	.c-limited01 .bg img {
		object-position: left 50% bottom 5%;
	}
	.c-limited01 .c-heading06 {
		margin-bottom: 33px;
		letter-spacing: 0.1em;
	}
	.c-limited01 .text-list {
		max-width: initial;
	}
	.c-limited01 .text-list li {
		padding: 28px 0 22px;
	}
	.c-limited01 .text-list li p {
		font-size: 1.4rem;
		line-height: 1.857;
	}
	.c-limited01 .text-list li .ttl {
		margin-bottom: 14px;
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: 0.1em;
	}
	.c-limited01.padding01 {
		padding: 75px 27px 60vw;
	}
}
/*------------------------------------------------------------
	c-related
------------------------------------------------------------*/
.c-related {
	margin: 20px auto;
	padding: 40px;
	width: 960px;
	display: flex;
	background: #FCF2F2;
}
.c-related .photo-box {
	width: 212px;
}
.c-related .photo-box img {
	width: 100%;
}
.c-related .text-box {
	margin: 14px 0 0 48px;
	flex: 1;
}
.c-related .text-box .ttl {
	margin-bottom: 32px;
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.c-related .text-box .ttl.fs22 {
	font-size: 2.2rem;
}
.c-related .text-box .ttl::after {
	width: 20px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -16px;
	background: #cc0000;
	content: '';
}
.c-related .text-box .ttl .red {
	margin-bottom: 7px;
	display: block;
	color: #cc0000;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.c-related .text-box .name {
	max-width: 400px;
	font-weight: 500;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
.c-related .text-box .name span {
	margin-bottom: 4px;
	display: block;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.57;
	letter-spacing: 0.05em;
}
.c-related .text-box .c-btn02 {
	margin: -22px 0 0;
}
@media all and (max-width: 768px) {
	.c-related {
		margin: 15px 27px;
		padding: 30px 20px 38px;
		width: auto;
		display: block;
	}
	.c-related .photo-box {
		width: 150px;
		margin: 0 auto 18px;
	}
	.c-related .text-box {
		margin: 0;
	}
	.c-related .text-box .ttl {
		margin: 0 -5px 36px;
		font-size: 1.8rem;
		text-align: center;
		letter-spacing: 0.1em;
		line-height: 1.45;
	}
	.c-related .text-box .ttl.fs22 {
		font-size: 1.8rem;
	}
	.c-related .text-box .ttl::after {
		margin-left: -10px;
		left: 50%;
		bottom: -16px;
	}
	.c-related .text-box .ttl .red {
		margin-bottom: 11px;
	}
	.c-related .text-box .name {
		margin-bottom: 15px;
		max-width: initial;
		text-align: center;
	}
	.c-related .text-box .name span {
		margin-bottom: 3px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.c-related .text-box .c-btn02 {
		margin: 0 auto;
	}
	.c-related .text-box .c-btn02 a {
		width: 280px;
		background-position: right 18px center;
	}
}
/*------------------------------------------------------------
	c-limited02
------------------------------------------------------------*/
.c-limited02 {
	margin: 0 auto;
	width: 960px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.c-limited02 .text-box {
	margin: 13px 30px 0;
	width: 550px;
}
.c-limited02 .text-box p {
	margin-bottom: 32px;
	text-align: justify;
	letter-spacing: 0.05em;
	line-height: 2;
}
.c-limited02 .text-box p:last-child {
	margin-bottom: 0;
}
.c-limited02 .text-box .ttl {
	margin-bottom: 11px;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.25;
	letter-spacing: 0.1em;
}
.c-limited02 .photo-box {
	width: 310px;
}
.c-limited02 .photo-box img {
	width: 100%;
}
.c-limited02.img-left {
	flex-direction: row-reverse;
}
@media all and (max-width: 768px) {
	.c-limited02 {
		margin: 0 27px;
		width: auto;
		display: block;
	}
	.c-limited02 .text-box {
		margin: 0 0 13px;
		padding-top: 7px;
		width: auto;
	}
	.c-limited02 .text-box p {
		margin-bottom: 32px;
		line-height: 1.85;
	}
	.c-limited02 .text-box p:last-child {
		margin-bottom: 0;
	}
	.c-limited02 .text-box .ttl {
		margin-bottom: 20px;
		text-align: center;
		font-size: 1.6rem;
	}
	.c-limited02 .photo-box {
		width: auto;
	}
}
/*------------------------------------------------------------
	c-limited03
------------------------------------------------------------*/
.c-limited03 {
	padding: 140px 0 151px;
	background: #F2F2F2;
}
.c-limited03 .c-heading04 {
	margin-bottom: 62px;
}
.c-limited03 .slide-box {
	margin: 43px auto 0;
	width: 960px;
}
.c-limited03 .slide-box li {
	vertical-align: top;
}
.c-limited03 .slide-box li img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 960/580;
}
.c-limited03 .slide-box .slider {
	margin-bottom: 29px;
}
.c-limited03 .slide-box .slider li span {
	margin-top: 17px;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	text-align: center;
}
.c-limited03 .slide-box .foo {
	margin: 0 -7px 23px;
}
.c-limited03 .slide-box .foo .slick-slide {
	margin: 0 8px 0 7px;
}
.c-limited03 .slide-box .foo li {
	position: relative;
	cursor: pointer;
}
.c-limited03 .slide-box .foo li::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	opacity: 0.7;
	content: "";
	display: none;
}
.c-limited03 .slide-box .foo .slick-current li::before {
	display: block;
}
.c-limited03 .slide-box .foo li img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 180/108;
}
.c-limited03 .slide-box .foo .slick-arrow {
	width: 42px;
	height: 43px;
	top: 50%;
	position: absolute;
	font-size: 0;
	border: none;
	background: no-repeat center center / 100%;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	transform: translateY(-50%);
	z-index: 10;
}
.c-limited03 .slide-box .foo .slick-prev {
	left: -64px;
	background-image: url(../img/common/btn_prev_01.png);
}
.c-limited03 .slide-box .foo .slick-next {
	right: -64px;
	background-image: url(../img/common/btn_next_01.png);
}
.c-limited03 .slide-box .num-box {
	position: relative;
}
.c-limited03 .slide-box .num-box p {
	position: absolute;
	left: 0;
	top: -4px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.c-limited03 .slide-box .num-box li {
	padding: 1px 12px 0;
	flex: 1;
	font-size: 1.3rem;
	line-height: 1.1;
	text-align: left;
}
.c-limited03 .slide-box .num-box li:not(:last-child) {
	text-align: right;
	border-right: 1px solid rgba(0, 0, 0, 0.3);
}
@media all and (min-width: 769px) {
	.c-limited03 .slide-box .foo .slick-prev:hover {
		background-image: url(../img/common/btn_prev_02.png);
	}
	.c-limited03 .slide-box .foo .slick-next:hover {
		background-image: url(../img/common/btn_next_02.png);
	}
	.c-limited03 .slide-box .foo li:hover::before {
		display: block;
	}
}
@media all and (max-width: 768px) {
	.c-limited03 {
		padding: 60px 0 68px;
	}
	.c-limited03 .c-heading04 {
		margin-bottom: 42px;
	}
	.c-limited03 .slide-box {
		margin: 22px 27px 0;
		width: auto;
	}
	.c-limited03 .slide-box .slider {
		margin-bottom: 25px;
	}
	.c-limited03 .slide-box .slider li span {
		margin-top: 13px;
	}
	.c-limited03 .slide-box .foo {
		margin: 0 -4px 8px;
	}
	.c-limited03 .slide-box .foo .slick-slide {
		margin: 0 4px;
	}
	.c-limited03 .slide-box .foo .slick-arrow {
		width: 30px;
		height: 31px;
		left: 50% !important;
		top: auto !important;
		bottom: -91px;
	}
	.c-limited03 .slide-box .foo .slick-prev {
		margin-left: -76px;
	}
	.c-limited03 .slide-box .foo .slick-next {
		margin-left: 51px;
		right: auto;
	}
	.c-limited03 .slide-box .num-box {
		padding-left: 0;
		text-align: center;
	}
	.c-limited03 .slide-box .num-box p {
		margin-bottom: 23px;
		position: static;
		left: auto;
		top: auto;
	}
}
@media all and (max-width: 359px) {
	.c-limited03 .slide-box .foo .slick-arrow {
		bottom: -87px;
	}
	.c-limited03 .slide-box .num-box p {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	c-img-list01
------------------------------------------------------------*/
.c-img-list01 {
	margin: 0 auto 150px;
	width: 960px;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}
.c-img-list01 li {
	padding: 40px 40px 34px;
	width: 308px;
	background: #F2F2F2;
	box-sizing: border-box;
}
.c-img-list01 .pho {
	margin-bottom: 31px;
}
.c-img-list01 .pho img {
	width: 100%;
}
.c-img-list01 li p {
	text-align: justify;
	letter-spacing: 0.05em;
	line-height: 1.875;
}
.c-img-list01 .ttl {
	margin-bottom: 16px;
	padding-left: 10px;
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.c-img-list01 .ttl::before {
	margin-top: -1px;
	width: 3px;
	height: 95%;
	position: absolute;
	left: 0;
	top: 50%;
	background: #cc0000;
	transform: translateY(-50%);
	content: '';
}
@media all and (max-width: 768px) {
	.c-img-list01 {
		margin: 0 27px 80px;
		width: auto;
		display: block;
		gap: 0;
	}
	.c-img-list01 li {
		padding: 28px 20px 34px;
		width: auto;
	}
	.c-img-list01 li:not(:last-child) {
		margin-bottom: 11px;
	}
	.c-img-list01 .pho {
		margin: 0 10px 31px;
		text-align: center;
	}
	.c-img-list01 li p {
		letter-spacing: 0.05em;
		line-height: 1.875;
	}
	.c-img-list01 .ttl {
		margin-bottom: 14px;
		padding-left: 12px;
		font-size: 1.6rem;
	}
	.c-img-list01 .ttl::before {
		width: 5px;
		height: 100%;
	}
}
/*------------------------------------------------------------
	c-img-list02
------------------------------------------------------------*/
.c-img-list02 {
	margin: 0 auto 80px;
	width: 960px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 18px;
}
.c-img-list02 li {
	width: 308px;
	padding: 40px 40px 33px;
	background: #F2F2F2;
}
.c-img-list02 li .photo {
	margin-bottom: 28px;
}
.c-img-list02 li .photo img {
	width: 100%;
}
.c-img-list02 li p {
	text-align: justify;
	letter-spacing: 0.05em;
	line-height: 1.875;
}
.c-img-list02 li .ttl {
	margin-bottom: 11px;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.5;
	color: #cc0000;
}
@media all and (max-width: 768px) {
	.c-img-list02 {
		margin: 0 27px 60px;
		width: auto;
		display: block;
	}
	.c-img-list02 li {
		margin-bottom: 20px;
		width: auto;
		padding: 30px 30px 22px;
	}
	.c-img-list02 li:last-child {
		margin-bottom: 0;
	}
	.c-img-list02 li .photo {
		margin-bottom: 27px;
	}
	.c-img-list02 li .ttl {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	c-photo-list01
------------------------------------------------------------*/
.c-photo-list01 {
	margin: 65px auto;
	padding: 0;
	list-style: none;
	width: 960px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.c-photo-list01 li {
	width: 310px;
}
.c-photo-list01 li img {
	width: 100%;
}
@media all and (max-width: 768px) {
	.c-photo-list01 {
		margin: 25px 27px;
		width: auto;
		display: block;
	}
	.c-photo-list01 li {
		margin-bottom: 30px;
		width: auto;
	}
	.c-photo-list01 li:last-child {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	c-entry02
------------------------------------------------------------*/
.c-entry02 {
	margin: 0 auto 30px;
	padding: 35px 40px 37px;
	width: 960px;
	background: #FCF2F2;
}
.c-entry02 .text01 {
	margin-bottom: 10px;
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
	color: #cc0000;
	letter-spacing: 0.05em;
}
.c-entry02 .text02 {
	margin-bottom: 24px;
	text-align: center;
	line-height: 1.875;
	letter-spacing: 0.05em;
}
.c-entry02 .text02:last-child {
	margin-bottom: 0;
}
.c-entry02 .banner-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 19px;
}
/* .c-entry02 .banner-list li {
	width: 250px;
} */
.c-entry02 .banner-list li a {
	display: block;
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}
.c-entry02 .banner-list li a:hover {
	opacity: 0.7;
}
.c-entry02 .banner-list li a .photo {
	margin-bottom: 13px;
	/* padding: 21px 24px; */
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background: #fff;
	border: 1px solid #FAE5E5; */
}
@media all and (max-width: 768px) {
	.c-entry02 {
		margin: 0 27px 20px;
		padding: 27px 20px 25px;
		width: auto;
	}
	.c-entry02 .text01 {
		margin-bottom: 19px;
		font-size: 1.8rem;
	}
	.c-entry02 .text02 {
		margin-bottom: 20px;
		text-align: justify;
	}
	.c-entry02 .text02:last-child {
		margin-bottom: 0;
	}
	.c-entry02 .banner-list {
		display: block;
	}
	.c-entry02 .banner-list li {
		margin-bottom: 25px;
		width: auto;
	}
	.c-entry02 .banner-list li:last-child {
		margin-bottom: 0;
	}
	.c-entry02 .banner-list li a {
		font-size: 1.2rem;
	}
	.c-entry02 .banner-list li a .photo {
		margin-bottom: 8px;
		/* padding: 24px 28px; */
		padding: 0;
	}
}
/*------------------------------------------------------------
	c-entry03
------------------------------------------------------------*/
.c-entry03 {
	margin: 0 auto;
	padding: 35px 40px;
	width: 960px;
	background: #F2F2F2;
}
.c-entry03 .text01 {
	margin-bottom: 10px;
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
.c-entry03 .text02 {
	text-align: center;
	line-height: 1.875;
	letter-spacing: 0.05em;
}
.c-entry03 .text02:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 768px) {
	.c-entry03 {
		margin: 0 27px 30px;
		padding: 27px 20px 23px;
		width: auto;
	}
	.c-entry03 .text01 {
		margin-bottom: 19px;
		font-size: 1.8rem;
	}
	.c-entry03 .text02 {
		text-align: justify;
	}
}
/*------------------------------------------------------------
	c-entry04
------------------------------------------------------------*/
.c-entry04 {
	margin-top: 141px;
	padding: 110px 20px 124px;
	background: #FCF2F2;
}
.c-entry04 .center-text {
	margin-bottom: 25px;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.875;
}
.c-entry04 .banner-list {
	margin: 0 auto;
	max-width: 960px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 29px;
}
/* .c-entry04 .banner-list li {
	width: 310px;
} */
.c-entry04 .banner-list li a {
	display: block;
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}
.c-entry04 .banner-list li a:hover {
	opacity: 0.7;
}
.c-entry04 .banner-list li .photo {
	margin-bottom: 15px;
	/* padding: 28px 29px 29px 28px; */
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background: #fff;
	border: 1px solid #FAE5E5; */
}
.c-entry04 .red-text {
	margin: 51px 0 15px;
	text-align: center;
	font-weight: 500;
	color: #CC0000;
	line-height: 1.875;
	letter-spacing: 0.05em;
}
.c-entry04 .c-btn03 {
	margin: 0 auto 35px;
}
.c-entry04 + .c-contents {
	margin-top: 0;
}
@media all and (max-width: 768px) {
	.c-entry04 {
		margin-top: 74px;
		padding: 80px 27px 77px;
	}
	.c-entry04 .center-text {
		margin-bottom: 19px;
		line-height: 1.85;
	}
	.c-entry04 .banner-list {
		max-width: 87%;
		display: block;
	}
	.c-entry04 .banner-list li {
		margin-bottom: 26px;
		width: auto;
	}
	.c-entry04 .banner-list li:last-child {
		margin-bottom: 0;
	}
	.c-entry04 .banner-list li a {
		font-size: 1.2rem;
	}
	.c-entry04 .banner-list li .photo {
		margin-bottom: 8px;
		/* padding: 23px 26px 23px 26px; */
		padding: 0;
	}
	.c-entry04 .red-text {
		margin: 22px 0 12px;
	}
	.c-entry04 .c-btn03 {
		margin: 0 auto;
	}
}
/*------------------------------------------------------------
	c-gray-box01
------------------------------------------------------------*/
.c-gray-box01 {
	margin: 0 auto 152px;
	padding: 50px;
	width: 960px;
	word-wrap: break-word;
	background: #F2F2F2;
}
.c-gray-box01 p {
	margin-bottom: 34px;
	text-align: justify;
	line-height: 2;
	letter-spacing: 0.05em;
}
.c-gray-box01 .ttl {
	margin-bottom: 16px;
	color: #CC0000;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
}
.c-gray-box01 .c-image02 {
	width: 100%;
	gap: 19px 20px;
}
.c-gray-box01 .c-image02:last-child {
	margin-bottom: 0;
}
.c-gray-box01 .c-image02 .col {
	width: calc(50% - 10px);
}
@media all and (max-width: 768px) {
	.c-gray-box01 {
		margin: 0 27px 50px;
		padding: 42px 30px 40px;
		width: auto;
	}
	.c-gray-box01 p {
		margin-bottom: 22px;
		line-height: 1.857;
	}
	.c-gray-box01 .ttl {
		margin-bottom: 13px;
		font-size: 1.8rem;
	}
	.c-gray-box01 .c-image02 {
		margin: 0;
		width: auto;
	}
	.c-gray-box01 .c-image02 .col {
		width: auto;
	}
}
/*------------------------------------------------------------
	c-movie-list01
------------------------------------------------------------*/
.c-movie-list01 {
	margin: 0 auto;
	max-width: 960px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px 0;
}
.c-movie-list01 li {
	width: calc(50% - 20px);
}
.c-movie-list01 li .movie {
	margin-bottom: 20px;
	position: relative;
	background: #B3B3B3;
	aspect-ratio: 16/9;
}
.c-movie-list01 li .movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.c-movie-list01 li .text-box {
	line-height: 1.75;
	letter-spacing: 0.05em;
}
.c-movie-list01 li .text-box p {
	margin-bottom: 8px;
}
.c-movie-list01 li .text-box p:last-child {
	margin-bottom: 0;
}
.c-movie-list01 li .text-box .ttl {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.83;
}
@media all and (max-width: 768px) {
	.c-movie-list01 {
		margin: 0 28px 42px 27px;
		max-width: initial;
		display: block;
	}
	.c-movie-list01 li {
		margin-bottom: 42px;
		width: auto;
	}
	.c-movie-list01 li:last-child {
		margin-bottom: 0;
	}
	.c-movie-list01 li .movie {
		margin-bottom: 15px;
	}
	.c-movie-list01 li .text-box {
		text-align: justify;
		line-height: 1.857;
		word-wrap: break-word;
	}
	.c-movie-list01 li .text-box p {
		margin-bottom: 6px;
	}
	.c-movie-list01 li .text-box p:last-child {
		margin-bottom: 0;
	}
	.c-movie-list01 li .text-box .ttl {
		font-size: 1.6rem;
		line-height: 1.5;
	}
}
/*------------------------------------------------------------
	c-marginbox
------------------------------------------------------------*/
.wp-admin .c-marginbox--pc,
.wp-admin .c-marginbox--sp{
	background-color: #ccc;
}
.c-marginbox--pc{
	display: block!important;
	background-color: transparent;
}
.c-marginbox--sp{
	display: none!important;
	background-color: transparent;
}
@media all and (max-width: 768px) {
	.c-marginbox--pc{
		display: none!important;
	}
	.c-marginbox--sp{
		display: block!important;
	}
}

