@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.mincho {
	font-family: "Shippori Mincho", serif;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
#main {
	padding: 8.7rem 0 20.2rem;
}
@media all and (max-width: 896px) {
	#main {
		padding: 7.8rem 0 10rem;
	}
}
p {
	line-height: 2;
}
.content {
	max-width: 112rem;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 4rem;
		max-width: inherit !important;
	}
	.content02 {
		margin: 0 2rem;
	}
}
/* comPageTitle */
.comPageTitle {
	margin-bottom: 12.3rem;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.comPageTitle .mainImg {
	width: calc(50% + 21.3rem);
	height: 44rem;
	flex-shrink: 0;
}
.comPageTitle .mainImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comPageTitle h2 {
	margin-bottom: -1.9rem;
	width: 100%;
	max-width: 50.7rem;
	text-align: center;
	font-weight: 400;
	font-size: 4.4rem;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0.1em;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 2rem;
}
.comPageTitle h2 span {
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}
@media all and (max-width: 896px) {
	.comPageTitle {
		margin-bottom: 8.8rem;
		display: block;
		position: relative;
	}
	.comPageTitle .mainImg {
		width: 100%;
		height: auto;
		aspect-ratio: 375/177;
	}
	.comPageTitle h2 {
		margin: 0;
		padding: 2.3rem 0.5rem;
		letter-spacing: 0.02em;
		width: 5.75rem;
		max-width: inherit;
		background-color: #fff;
		position: relative;
		font-weight: 500;
		z-index: 1;
		font-size: 2.55rem;
		position: absolute;
		left: 2rem;
		top: calc(100% - 1.4rem);
		gap: 0;
	}
}
/* comCenterTxt */
.comCenterTxt {
	margin-bottom: 12.6rem;
	text-align: center;
	font-size: 1.7rem;
	line-height: 2.94;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.comCenterTxt {
		margin: 0 0 8.9rem auto;
		width: calc(100% - 6rem);
		min-height: 7rem;
		font-size: 1.3rem;
		line-height: 2.692;
		letter-spacing: 0.08em;
		font-weight: 500;
		text-align: justify;
	}
}
/* comList */
.comList {
	display: flex;
	flex-wrap: wrap;
	gap: 14rem 8rem;
}
.comList li {
	width: 52rem;
}
.comList .photo {
	margin-bottom: 2rem;
	position: relative;
	aspect-ratio: 520/375;
	overflow: hidden;
}
.comList .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comList .video {
	margin-bottom: 2.3rem;
	aspect-ratio: 345/194;
	transition: all 0.3s;
}
.comList .video iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.comList .photo .icon {
	position: absolute;
	right: 0;
	top: -1px;
	width: 6rem;
}
.comList .title {
	margin-bottom: 0.9rem;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.comList a {
	display: block;
}
.comList.columns3 {
	gap: 13.9rem 3.94999rem;
}
.comList.columns3 li {
	width: calc((100% - 7.9rem) / 3);
}
.comList.columns3 .photo {
	aspect-ratio: 347/346;
}
.comList .infoTxt {
	margin-bottom: 1.9rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.comList .infoTxt .number {
	font-size: 1.6rem;
	font-weight: 500;
	color: #3F3A39;
}
.comList .infoTxt span {
	font-size: 1.3rem;
	flex-shrink: 0;
	display: block;
}
.comList .infoTxt .info {
	min-width: 11.5rem;
	padding: 0.2rem;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
	border-radius: 2rem;
	background-color: #BD0112;
}
.comList .text {
	margin-bottom: 2.3rem;
	font-size: 1.4rem;
}
.comList .dateInfo {
	margin-bottom: 1.2rem;
	display: flex;
	align-items: center;
	gap: 0.7rem;
	flex-wrap: wrap;
}
.comList .dateInfo span {
	font-size: 1.4rem;
	flex-shrink: 0;
	letter-spacing: 0.06em;
}
.comList .dateInfo .time {
	width: 12rem;
}
.comList .dateInfo .tag {
	padding: 1px 1.8rem;
	font-size: 1.3rem;
	border-radius: 2rem;
	border: 1px solid #BD0012;
	letter-spacing: 0.1em;
}
.comList .videoInfo li {
	padding-left: 1.5rem;
	margin-right: -1rem;
	width: auto;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.8;
}
.comList .videoInfo li::before {
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 100%;
	position: absolute;
	left: 0.2rem;
	top: 1rem;
	content: "";
	background-color: #3E3A39;
}
.comList .title02 {
	margin-bottom: 1.6rem;
	padding: 0.3rem 0.2rem 0.4rem;
	width: fit-content;
	min-width: 15.6rem;
	text-align: center;
	font-size: 1.2rem;
	border: 1px solid currentColor;
	background: #fff;
	font-weight: 500;
}
.comList dl {
	margin-bottom: 2.4rem;
	font-size: 1.4rem;
}
.comList dt {
	float: left;
	clear: both;
}
.comList dt span {
	margin: 0 0.4rem;
	font-weight: 500;
}
.comList dt img {
	width: 1.8rem;
	margin-right: 0.6rem;
	vertical-align: -0.3rem;
}
.comList dd {
	margin-bottom: 0.7rem;
	padding-left: 6rem;
}
@media all and (min-width: 897px) {
	.comList a > * {
		transition: 0.3s;
	}
	.comList a:hover > *{
		opacity: 0.6;
	}
	.comList a:hover .infoTxt {
		opacity: 1;
	}
	.comList a:hover .comLink {
		opacity: 1;
	}	
	.comList .video:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 896px) {
	.comList {
		display: block;
	}
	.comList li {
		margin-bottom: 10rem;
		width: 100% !important;
	}
	.comList li:last-child {
		margin-bottom: 0 !important;
	}
	.comList .photo {
		margin-bottom: 1.1rem;
	}
	.comList .photo .icon {
		width: 7rem;
	}
	.comList .title {
		margin-bottom: 1.1rem;
		font-size: 1.4rem;
	}
	.comList .infoTxt {
		margin-bottom: 2.1rem;
		line-height: 1.5;
	}
	.comList .infoTxt .number {
		font-size: 1.5rem;
		letter-spacing: 0.1em;
	}
	.comList .infoTxt .info {
		padding: 0.4rem 0.4rem 0.5rem;
		min-width: 10.6rem;
		font-size: 1.2rem;
	}
	.comList.columns3 .photo {
		margin-bottom: 2.1rem;
	}
	.comList.columns3 .title {
		margin-bottom: 1.5rem;
		font-size: 1.5rem;
	}
	.comList.columns3 li {
		margin-bottom: 8rem;
	}
	.comList .text {
		font-size: 1.2rem;
	}
	.comList .dateInfo {
		margin-bottom: 1.4rem;
		gap: 0.7rem;
	}
	.comList .dateInfo .time {
		width: 10rem;
	}
	.comList .dateInfo span {
		font-size: 1.2rem;
	}
	.comList .dateInfo .tag {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.comList .video {
		margin-bottom: 2.6rem;
		background-color: #ccc;
	}
	.comList .title02 {
		margin-bottom: 1.7rem;
		padding: 0 0.2rem 0.2rem;
		min-width: 15rem;
	}
	.comList .videoInfo li {
		margin-bottom: 0.8rem;
		padding-left: 1.3rem;
		font-size: 1.3rem;
		text-align: justify;
		letter-spacing: 0.04em;
	}
	.comList .videoInfo li::before {
		left: 0;
		top: 0.9rem;
	}
	.comList dl {
		font-size: 1.2rem;
	}
	.comList dt img {
		width: 1.4rem;
	}
}
/* comLink */
.comLink {
	width: 17rem;
	position: relative;
	padding-bottom: 1rem;
	display: block;
	font-weight: 400;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #3E3A39;
}
.comLink span {
	position: absolute;
	right: -0.1rem;
	top: 0.15rem;
	display: block;
	width: 2.7rem;
	height: 2.7rem;
	background: url(../img/common/icon02.png) no-repeat right 0.8rem center;
	background-size: 0.7rem auto;
	border: 1px solid #3E3A39;
	border-radius: 5rem;
	transition: all 0.3s;
}
@media all and (min-width: 897px) {
	.comList a:hover .comLink span {
		background-image: url(../img/common/icon01.png);
		background-color: #3E3A39;
	}
}
@media all and (max-width: 896px) {
	.comLink {
		padding-bottom: 0.8rem;
		width: 15.6rem;
	}
	.comLink span {
		width: 2.5rem;
		height: 2.5rem;
		background-position: right 0.7rem center;
	}
}
/* wp-pagenavi */
.wp-pagenavi {
	margin-top: 13.5rem;
	font-size: 0;
	clear: both;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.8rem;
}
.wp-pagenavi .pages {
	font-size: 1.6rem;
	display: none;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 100%;
	border: 1px solid #3E3A39;
	background: url(../img/common/icon02.png) no-repeat center center / 0.7rem;
}
.wp-pagenavi .previouspostslink {
	transform: scaleX(-1);
}
.wp-pagenavi a,
.wp-pagenavi span {
	width: 4rem;
	height: 4rem;
	font-size: 1.5rem;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	box-sizing: border-box;
	border-radius: 100%;
}
.wp-pagenavi span.current {
	color: #fff;
	background: #BD0112;
	border-color: #BD0112;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
	display: none;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		color: #fff;
		background: #BD0112;
		border-color: #BD0112;
	}
	.wp-pagenavi .nextpostslink:hover,
	.wp-pagenavi .previouspostslink:hover  {
		border-color: #3E3A39;
		background: #3E3A39 url(../img/common/icon01.png) no-repeat center center / 0.7rem;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin-top: 9.4rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		width: 3.6rem;
		height: 3.6rem;
	}
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .previouspostslink {
		width: 2.4rem;
		height: 2.4rem;
		background-size: 0.6rem;
	}
}
/* comBtn */
.comBtn a {
	margin: 0 auto;
	padding: 0.5rem;
	width: fit-content;
	min-width: 23.5rem;
	height: 5.5rem;
	font-size: 1.6rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #3e3a39;
	box-sizing: border-box;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 1 !important;
		color: #fff;
		background-color: #3e3a39;
	}
}
@media all and (max-width: 896px) {
	.comBtn a {
		min-width: 21rem;
		height: 5.1rem;
	}
}
/* comDetailBox */
.comDetailBox {
	padding-top: 11.3rem;
	max-width: 79.6rem;
}
.comDetailBox .pageTtl {
	margin-bottom: 2.9rem;
	font-size: 4.4rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: "Shippori Mincho", serif;
}
.comDetailBox .time {
	margin-bottom: 2.1rem;
	font-size: 1.4rem;
}
.comDetailBox .title {
	margin-bottom: 2.4rem;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	font-weight: 500;
}
.comDetailBox .topPhoto {
	margin-bottom: 3.3rem;
}
.comDetailBox dl {
	margin-bottom: 3.5rem;
	font-size: 2.1rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
.comDetailBox dt {
	float: left;
	clear: both;
}
.comDetailBox dt span {
	margin: 0 0.4rem;
	font-weight: 500;
}
.comDetailBox dt img {
	width: 2.8rem;
	margin: 0 1.1rem 0 -0.3rem;
	vertical-align: -0.5rem;
}
.comDetailBox dd {
	padding-left: 9.3rem;
}
.comDetailBox img {
	width: 100%;
	height: auto !important;
}
.comDetailBox .innerBox {
	margin-bottom: 9.8rem;
	padding: 9.2rem 0 9.9rem;
	border-top: 1px dashed #3e3a39;
	border-bottom: 1px dashed #3e3a39;
}
.comDetailBox .innerBox > * {
	margin-bottom: 5.5rem;
}
.comDetailBox .innerBox > *:last-child {
	margin-bottom: 0 !important;
}
.comDetailBox .innerBox .wp-block-image 
{
	margin-bottom: 5.2rem;
}
.comDetailBox .innerBox .wp-block-image + .wp-block-image {
	margin-top: 6rem;
}
.comDetailBox .innerBox p {
	letter-spacing: 0.05em;
	text-align: justify;
	word-break: break-all;
}
.comDetailBox .innerBox p a {
	word-break: break-all;
	color: #0000ff;
}
.comDetailBox .innerBox p:last-child {
	margin-bottom: 0;
}
.comDetailBox .innerBox > p + p {
	margin-top: -2.5rem;
}
.comDetailBox .innerBox .has-text-align-center {
	text-align: center;
}
.comDetailBox .comBtn {
	margin-top: 9.2rem;
}
.comDetailBox .backBtn {
	margin-right: 4.4rem;
}
.comDetailBox .backBtn a {
	padding: 0.2rem 0 0.2rem 5.4rem;
	width: fit-content;
	margin: 0 auto;
	display: block;
	position: relative;
	letter-spacing: 0.1em;
	font-size: 1.6rem;
	font-weight: 500;
}
.comDetailBox .backBtn a::before {
	width: 2.7rem;
	height: 2.7rem;
	content: "";
	position: absolute;
	left: 0;
	top: 0.2rem;
	border-radius: 100%;
	transform: scaleX(-1);
	border: 1px solid #3e3a39;
	box-sizing: border-box;
	transition: 0.3s;
	background: url(../img/common/icon02.png) no-repeat center center / 0.7rem;
}
.comDetailBox .innerBox h3,
.comDetailBox .title02 {
	margin: 5rem 0 1rem;
	padding: 0.3rem 1.9rem;
	font-weight: 500;
	width: fit-content;
	font-size: 1.6rem;
	line-height: 2.187;
	background: url(../img/common/icon03.png) no-repeat center left / auto 100%,url(../img/common/icon04.png) no-repeat center right / auto 100%;
}
.comDetailBox ul {
	margin-bottom: 4.2rem !important;
}
.comDetailBox ul li {
	padding-left: 2rem;
	position: relative;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.1em;
	position: relative;
}
.comDetailBox ul li::before {
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 100%;
	position: absolute;
	left: 0.2rem;
	top: 1.3rem;
	content: "";
	background-color: #3E3A39;
}
.comDetailBox .innerBox iframe {
	margin: 0.7rem 0 5rem;
	width: 100%;
	height: 53.3rem;
	object-fit: cover;
	display: block;
	background-color: #ccc;
}
.comDetailBox .infoBox {
	padding: 4.8rem 7.8rem 5.4rem;
	margin: 9.5rem 0 0;
	background-color: #F8F8F8;
}
.comDetailBox .infoBox h3 {
	margin: 0 0 2.7rem;
	padding: 0;
	line-height: 1.5;
	font-weight: 400;
	font-size: 2.667rem;
	letter-spacing: 0.05em;
	background: none;

	font-family: "Shippori Mincho", serif;
}
.comDetailBox .infoBox ul {
	margin: 0 !important;
}
.comDetailBox .infoBox h4{
	width: fit-content;
	flex-shrink: 0;
}
.comDetailBox .infoBox li {
	padding: 0;
	display: flex;
	letter-spacing: 0;
}
.comDetailBox .infoBox li * {
	font-size: 1.6rem;
	line-height: 1.75;
}
.comDetailBox .infoBox h4 {
	font-weight: 500;
}
.comDetailBox .infoBox li::before {
	display: none;
}
.comDetailBox hr {
	border-width: 1px;
	border-style: dashed;
	border-color: #3e3a39;
	border-bottom: none;
}
.comDetailBox .innerBox hr {
	margin-bottom: 9.8rem;
}
@media all and (min-width: 897px) {
	.comDetailBox .innerBox p a:hover {
		opacity: 0.6;
	}
	.comDetailBox .backBtn a:hover::before {
		background: #3e3a39 url(../img/common/icon01.png) no-repeat center center / 0.7rem;
	}
	.comDetailBox dt .imgMb {
		vertical-align: -1.1rem;
	}
}
@media all and (max-width: 896px) {
	.comDetailBox {
		padding-top: 3.6rem;
	}
	.comDetailBox .pageTtl {
		margin-bottom: 3.5rem;
		font-size: 2.55rem;
		letter-spacing: 0.04em;
	}
	.comDetailBox .time {
		margin-bottom: 0.3rem;
		font-size: 1.2rem;
	}
	.comDetailBox .wp-block-image {
		margin: 0 -4rem;
	}
	.comDetailBox .title {
		margin-bottom: 1rem;
		font-size: 1.4rem;
	}
	.comDetailBox .topPhoto {
		margin-bottom: 1.5rem;
	}
	.comDetailBox dl {
		margin-bottom: 4.8rem;
		font-size: 1.2rem;
		line-height: 2;
		font-weight: 400;
		letter-spacing: 0;
	}
	.comDetailBox dt img {
		margin: 0 0.6rem 0 0;
		width: 1.4rem;
		vertical-align: -0.3rem;
	}
	.comDetailBox dd {
		padding-left: 5.2rem;
	}
	.comDetailBox .innerBox > * {
		margin-bottom: 4.5rem;
	}
	.comDetailBox .innerBox .wp-block-image {
		margin-bottom: 0;
		margin-left: -2rem;
		margin-right: -2rem;
	}
	.comDetailBox .innerBox {
		margin: 0 -2rem 4.7rem;
		padding: 4.2rem 0 5rem;
	}
	.comDetailBox .innerBox p {
		font-size: 1.3rem;
		font-weight: 400;
		font-feature-settings: normal;
		letter-spacing: 0.09em;
	}
	.comDetailBox .innerBox hr {
		margin-bottom: 4.2rem;
	}
	.comDetailBox .innerBox .wp-block-image + .wp-block-image {
		margin-top: 2.4rem;
	}
	.comDetailBox .innerBox .wp-block-image + * {
		margin-top: 4.3rem;
	}
	.comDetailBox .innerBox > p + p {
		margin-top: -1.7rem;
	}
	.comDetailBox .backBtn a {
		padding-left: 4rem;
		font-size: 1.4rem;
	}
	.comDetailBox .backBtn a::before {
		width: 2.4rem;
		height: 2.4rem;
		background-size: 0.6rem;
	}
	.comDetailBox .backBtn {
		margin-right: 3.4rem;
	}
	.comDetailBox .innerBox h3,
	.comDetailBox .title02 {
		margin: 4.3rem 0 1.9rem;
		font-size: 1.5rem;
	}
	.comDetailBox ul {
		margin-bottom: 4.5rem;
	}
	.comDetailBox ul li {
		padding-left: 1.4rem;
		font-size: 1.3rem;
	}
	.comDetailBox ul li::before {
		top: 1rem;
	}
	.comDetailBox ul li + li {
		margin-top: 1.4rem;
	}
	.comDetailBox .innerBox iframe {
		margin-bottom: 4.2rem;
		aspect-ratio: 335/224;
		height: auto;
	}
	.comDetailBox .infoBox {
		margin-top: 0;
		padding: 3.5rem 2rem 3.4rem;
	}
	.comDetailBox .infoBox h3 {
		margin: 0 0 1.2rem;
		font-size: 2rem;
	}
	.comDetailBox .infoBox li * {
		font-size: 1.4rem;
		line-height: 1.928;
		letter-spacing: 0.08em;
	}
	.comDetailBox .infoBox li {
		margin: 0;
	}
}
/* headLine01 */
.headLine01 {
	margin-bottom: 9.8rem;
	font-size: 4.4rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
	font-family: "Shippori Mincho", serif;
}
.headLine01 small {
	font-size: 2.7rem;
	margin-left: 2rem;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 5.9rem;
		text-align: center;
		font-size: 2.2rem;
		font-weight: 500;
	}
	.headLine01 small {
		font-size: 1.7rem;
	}
}
/* headLine04 */
.headLine04 {
	font-size: 4.4rem;
	font-weight: 400;
	font-family: "Shippori Mincho", serif;
	line-height: 2;
}
.headLine04 span {
	letter-spacing: 0.1em;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}
.headLine04.head04 {
	display: flex;
	align-items: flex-start;
	line-height: 1;
}


.headLine04 .larTxt {
	font-size: 6rem;
}
.headLine04 .smlTxt {
	font-size: 2.667rem;
	letter-spacing: 0.03em;
}
@media all and (max-width: 896px) {
	.headLine04 {
		font-size: 2rem;
		line-height: 1.75;
		font-weight: 500;
	}
	.headLine04.head04 {
		gap: 2.3rem;
	}
	.headLine04 .larTxt {
		margin-top: 5.2rem;
		font-size: 3rem;
	}
	.headLine04 .smlTxt {
		font-size: 1.9rem;
		letter-spacing: 0.03em;
	}
}
/* comCategory */
.comCategory {
	margin: 0 auto 13.9rem;
	width: 94rem;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
}
.comCategory li {
	width: fit-content;
	position: relative;
}
.comCategory li::after {
	width: 999rem;
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #E5E5E5;
}
.comCategory li a {
	padding: 1.7rem 2.6rem 2.2rem 3rem;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	position: relative;
}
.comCategory li a::after {
	width: 100%;
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(50%);
	background-color: #3E3A39;
	opacity: 0;
	transition: 0.3s;
	z-index: 1;
}
.comCategory li.current a {
	font-weight: 600;
}
.comCategory li.current a::after {
	opacity: 1;
}
.comCategory li.current-cat a,
.comCategory li.current a {
    font-weight: 600;
}
.comCategory li.current-cat a::after,
.comCategory li.current a::after {
    opacity: 1;
}
@media all and (min-width: 897px) {
	.comCategory li a:hover {
		font-weight: 600;
	}
	.comCategory li a:hover::after {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	
}
/* comSearchBox */
.comSearchBox {
	margin: 0 auto 7.9rem;
	width: 21rem;
}
.comSearchBox select {
	padding: 0.5rem 2rem;
	color: #3E3A39;
	font-size: 1.3rem;
	width: 100%;
	height: 4.5rem;
	border: 1px solid #3E3A39;
	border-radius: 0;
	appearance: none;
	box-sizing: border-box;
	background: #fff url(../img/common/icon05.png) no-repeat center right 0.8rem / 1.1rem;
}
.comSearchBox select::-ms-expand {
	display: none;
}
/* comBox */
.comBox {
	margin-bottom: 12rem;
	padding: 9.5rem 0 12rem;
	background-color: #F8F8F8;
}
@media all and (max-width: 896px) {
	.comBox{
		margin-bottom: 8rem;
		padding: 5.6rem 0 8rem;
	}
}
/* headLine02 */
.headLine02 {
	margin-bottom: 11rem;
	font-size: 4.4rem;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.1em;
	font-family: "Shippori Mincho", serif;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 5rem;
		font-size: 2.55rem;
		font-weight: 500;
		letter-spacing: 0.02em;
	}
}
/* comForm */
.comForm .must {
	color: #BD0012;
}
.comForm .tableBox {
	margin: 0 auto 12rem;
	width: 75.2rem;
}
.comForm .tableBox table {
	width: 100%;
	border-collapse: collapse;
	font-weight: 300;
}
.comForm .tableBox td,
.comForm .tableBox th {
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	font-weight: 300;
	text-align: left;
	line-height: 2.94;
	word-break: break-all;
}
.comForm .tableBox th {
	padding: 1.9rem 0 0;
	vertical-align: top;
	width: 21.3%;
}
.comForm .tableBox td {
	padding: 1.8rem 0;
	vertical-align: middle;
}
.comForm .tableBox th sup {
	vertical-align: 1.6rem;
	line-height: 1;
}
.comForm .tableBox input[type="text"],
.comForm .tableBox input[type="tel"],
.comForm .tableBox input[type="email"],
.comForm .tableBox textarea {
	padding: 0.5rem 1rem;
	width: 100%;
	height: 4.6rem;
	font-size: 1.7rem;
	line-height: 1.5;
	border-radius: 0;
	color: #3E3A39;
	background-color: #E3E3E3;
	box-sizing: border-box;
	appearance: none;
	border: none;
	font-weight: 300;
}
form.myForm input[type="text"]:focus, form.myForm input[type="password"]:focus,
form.myForm select:focus,
form.myForm textarea:focus {
	border: none;
	border-radius: 0;
}
.comForm .tableBox select {
	font-weight: 300;
}
.comForm .tableBox textarea {
	min-height: 29.3rem;
	resize: vertical;
	display: block;
}
.comForm .submit {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4rem;
	position: relative;
}
.comForm .submit input {
	width: 19.1rem;
	height: 5.6rem;
	color: #3E3A39;
	font-size: 1.6rem;
	font-weight: 300;
	background: #fff;
	border: 1px solid #3E3A39;
	box-sizing: border-box;
	appearance: none;
	transition: 0.3s;
	cursor: pointer;
}
.comForm.confirm .tableBox th {
	width: 25.3%;
}
.comForm.confirm .tableBox {
	margin-bottom: 10.4rem;
}
.comForm .wpcf7-spinner {
	margin-left: -12px;
	position: absolute;
	left: 50%;
	bottom: -3rem;
}
@media all and (min-width: 897px) {
	.comForm .submit input:hover {
		color: #fff;
		background-color: #3E3A39;
	}
}
@media all and (max-width: 896px) {
	.comForm .tableBox {
		margin-bottom: 3.5rem;
		width: auto;
		font-weight: 400;
	}
	.comForm .tableBox td,
	.comForm .tableBox th {
		padding: 0;
		width: 100% !important;
		display: block !important;
		font-size: 1.7rem;
		font-weight: 400;
		letter-spacing: 0.06em;
	}
	.comForm .tableBox th sup {
		font-size: 1.3rem;
		vertical-align: 1.1rem;
	}
	.comForm .tableBox th {
		margin-bottom: 0.7rem;
	}
	.comForm .tableBox td {
		margin-bottom: 3.3rem;
	}
	.comForm .tableBox input[type="text"],
	.comForm .tableBox input[type="tel"],
	.comForm .tableBox input[type="email"],
	.comForm .tableBox textarea {
		height: 5.9rem;
		font-size: 1.7rem;
		font-weight: 400;
	}
	.comForm .tableBox select {
		font-weight: 400;
	}
	.comForm .tableBox textarea {
		min-height: 23.6rem;
	}
	.comForm .submit {
		flex-direction: column;
		align-items: center;
		gap: 2.9rem;
		position: relative;
	}
	.comForm .submit input {
		width: 22.6rem;
		height: 5.1rem;
		font-weight: 400;
		font-size: 1.4rem;
	}
	.comForm.confirm .tableBox {
		margin-bottom: 1.4rem;
	}
	.comForm.confirm .tableBox th {
		margin-bottom: 1.9rem;
	}
	.comForm.confirm .tableBox td {
		margin-bottom: 5rem;
		line-height: 1.764;
		text-align: justify;
	}
}
/* headLine03 */
.headLine03 {
	margin-bottom: 6.3rem;
	padding-left: 2.5rem;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.437;
	font-family: "Shippori Mincho", serif;
	position: relative;
}
.headLine03::before {
	width: 1.2rem;
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	top: 2.2rem;
	background-color: #3E3A39;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 3.3rem;
		padding-left: 2rem;
		font-size: 2.2rem;
		font-weight: 500;
		line-height: 2;
		letter-spacing: 0.1em;
	}
	.headLine03::before {
		top: 2.4rem;
	}
}
/* comNavUl */
.comNavUl {
	margin-left: auto;
	display: flex;
	width: fit-content;
	gap: 4.6rem;
}
.comNavUl a {
	font-size: 1.3rem;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
	letter-spacing: 0.1em;
}
.comNavUl .ico {
	width: 2.6rem;
}
.comNavUl .icon02 {
	display: none;
}
@media all and (min-width: 897px) {
	.comNavUl a:hover {
		opacity: 0.4;
	}
}
@media all and (max-width: 896px) {

}
/* comBtn02 */
.comBtn02 a {
	padding: 1px;
	display: flex;
	border: 1px solid #3E3A39;
	gap: 0.3rem;
}
.comBtn02 a .image {
	margin: -0.5rem 0 -0.5rem -0.5rem;
	width: 10.8rem;
	border-radius: 0.9rem 0 0 0.9rem;
	overflow: hidden;
	position: relative;
}
.comBtn02 a .image::before {
	content: "";
	position: absolute;
	left: 2.5px;
	top: 2.5px;
	bottom: 3px;
	right: 0;
	border: 1px solid #fff;
	border-radius: 0.7rem 0 0 0.7rem;
}
.comBtn02 a .text {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	letter-spacing: 0.1em;
}
@media all and (min-width: 897px) {
	.comBtn02 a:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 896px) {
	.comBtn02 a {
		border-radius: 0.5rem 0 0 0.5rem;
	}
	.comBtn02 a .image {
		margin-left: -0.3rem;
		width: 15.5rem;
		aspect-ratio: 309/167;
	}
	.comBtn02 a .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.comBtn02 a .text {
		letter-spacing: 0;
	}
}
/* comTelBox */
.comTelBox {
	padding: 1px 0.5rem 0.9rem;
	background-color: #fff;
	border: 1px solid;
	border-color: rgba(63, 58, 57, 0.83);
}
.comTelBox .title {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 2;
}
.comTelBox a {
	margin: 0 auto 0.4rem;
	width: fit-content;
	display: block;
	text-align: center;
	font-size: 4.4rem;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.1em;
	font-family: "Shippori Mincho", serif;
}
.comTelBox .smlTxt {
	font-size: 1.5rem;
	line-height: 1.978;
	letter-spacing: 0.12em;
}
@media all and (max-width: 896px) {
	.comTelBox .title {
		margin: -1.5rem auto 0.1rem;
		padding: 0 1.1rem;
		width: fit-content;
		font-size: 1.3rem;
		background: linear-gradient(to bottom,#F8F8F8 1.4rem,#fff 0%);
	}
	.comTelBox a {
		font-size: 2.5rem;
	}
	.comTelBox .smlTxt {
		font-size: 1.2rem;
		line-height: 1.978;
		letter-spacing: 0.12em;
	}
	.comTelBox .smlTxt {
		font-size: 1.2rem;
		text-align: center;
	}
}
/* comSnsList */
.comSnsList {
	gap: 3.4rem;
	display: flex;
}
.comSnsList li {
	width: 3.5rem;
}
.comSnsList a {
	display: block;
}
@media all and (min-width: 897px) {
	.comSnsList a:hover {
		opacity: 0.59;
	}
}
@media all and (max-width: 896px) {
	.comSnsList {
		margin: 0 0 3.4rem;
		justify-content: center;
		gap: 2.5rem;
	}
	.comSnsList li {
		width: 2.3rem;
	}
}
/* fadeInUp */
.fadeInUp {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1s ease;
}
.fadeInUp.on {
	opacity: 1;
	transform: translateY(0);
}
/* fadeInUp */
.comArchiveList {
	max-width: 99.6rem;
  	margin: 0 auto 14rem;
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
	width: fit-content;
	position: relative;
	z-index: 2;
}
.comArchiveList > li {
	width: 23.4rem;
	position: relative;
}
.comArchiveList > li > a {
	padding: 0 3.9rem 0 3rem;
	display: flex;
	height: 5.4rem;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 0.1rem solid #3E3A39;
}
.comArchiveList a {
	font-size: 1.6rem;
}
.comArchiveList > li > a::after {
	margin-top: -0.7rem;
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	content: '';
	transition: 0.3s;
	background: url(../img/common/icon02.png) no-repeat center center / 0.7rem;
}
.comArchiveList > li > a.on {
	color: #FFF;
	background-color: #3E3A39;
}
.comArchiveList > li > a.on::after {
	filter: brightness(2000%);
	transform: rotate(90deg);
}
.comArchiveList .sub {
	display: none;
	padding: 1.8rem 1rem 2rem 3rem;
	position: absolute;
	left: 0;
	top: 5.4rem;
	width: 100%;
	background-color: #FFF;
	border: 0.1rem solid #3E3A39;
	border-top: none;
	z-index: 2;
}
.comArchiveList .sub.show {
	display: block;
}
.comArchiveList .sub li {
	margin-bottom: 1rem;
}
.comArchiveList .sub a {
	display: inline-block;
	padding-left: 1.2rem;
	position: relative;
}
.comArchiveList .sub a::before {
	position: absolute;
	left: 0;
	top: 1.2rem;
	width: 0.6rem;
	height: 0.1rem;
	background-color: #3E3A39;
	content: '';
	vertical-align: middle;
}
@media all and (min-width: 897px) {
	.comArchiveList > li > a:hover {
		color: #FFF;
		background-color: #3E3A39;
	}
	.comArchiveList > li > a:hover::after {
		filter: brightness(2000%);
	}
	.comArchiveList .sub a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	.comArchiveList {
		margin: 0 -2rem 6.8rem;
		width: auto;
		gap: 2.5rem 1.4rem;
		justify-content: space-between;
	}
	.comArchiveList > li {
		width: calc(50% - 0.7rem);
		max-width: inherit;
	}
	.comArchiveList a {
		font-size: 1.3rem;
	}
	.comArchiveList > li > a {
		padding: 0 2rem 0 1rem;
		letter-spacing: 0;
		height: 5.2rem;
		letter-spacing: -0.05rem;
		pointer-events: none;
	}
	.comArchiveList > li > a::after {
		right: 0.5rem;
		width: 0.7rem;
		background-size: 0.5rem;
	}
	.comArchiveList .sub {
		padding: 1rem 0.5rem 1rem 0.8rem;
		top: 5.2rem;
	}
	.comArchiveList .sub a {
		padding-left: 1rem;
		letter-spacing: -0.1rem;
	}
	.comArchiveList .sub a::before {
		top: 0.9rem;
	}
}

/* comTopImgBox */
.comTopImgBox {
	background-color: #F7F8F8;
}
.comTopImgBox .photoBox img {
	width: 100%;
}
.comTopImgBox p {
	margin: 0 auto;
	max-width: 46rem;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: justify;
}
.comTopImgBox .headLine02 {
	margin-bottom: 5.5rem;
}
@media all and (min-width: 897px) {
	.imgBoxArea {
		margin-bottom: 14.6rem;
	}
	.comTopImgBox {
		margin-bottom: 14.3rem;
		display: flex;
		align-items: center;
	}
	.comTopImgBox .photoBox {
		width: calc(50% - 5.2rem);
	}
	.comTopImgBox .textBox {
		padding: 2rem;
		flex: 1;
	}
}
@media all and (max-width: 896px) {
	.imgBoxArea {
		margin-bottom: 14.1rem;
	}
	.comTopImgBox {
		margin-bottom: 6.2rem;
	}
	.comTopImgBox .textBox {
		padding: 6.1rem 2rem;
	}
	.comTopImgBox .headLine02 {
		margin-bottom: 3.5rem;
		letter-spacing: 0.01em;
	}
	.comTopImgBox p {
		max-width: inherit;
		font-size: 1.3rem;
	}
}

/* comImgBox */
.comImgBox {
	margin-bottom: 7.8rem;
	padding-bottom: 7.8rem;
	border-bottom: 0.1rem solid #CECECE;
}
.comImgBox:last-child {
	margin-bottom: 0;
	padding: 0;
	border: none;
}
.comImgBox .photoBox img {
	width: 100%;
}
.comImgBox .headLine03 {
	margin-bottom: 4.5rem;
}
.comImgBox p {
	margin-bottom: 4.6rem;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: justify;
}
.comImgBox p:last-child {
	margin-bottom: 0;
}
.comImgBox .comTextLink {
	margin-top: 4.6rem;
}
@media all and (min-width: 897px) {
	.comImgBox {
		display: flex;
		gap: 10rem;
	}
	.comImgBox .photoBox {
		width: calc(50% - 5.8rem);
	}
	.comImgBox .textBox {
		flex: 1;
	}
}
@media all and (max-width: 896px) {
	.comImgBox {
		margin: 0 -2rem 5.5rem;
	}
	.comImgBox .textBox {
		margin-bottom: 5.4rem;
	}
	.comImgBox .headLine03 {
		margin-bottom: 3.5rem;
		letter-spacing: 0.1em;
	}
	.comImgBox p {
		margin-bottom: 3.9rem;
		font-size: 1.3rem;
		letter-spacing: 0.07em;
	}
	.comImgBox p:last-child {
		margin-bottom: 0;
	}
}
/* comLinkBox */
.comLinkBox {
	display: flex;
	flex-wrap: wrap;
	gap: 5rem;
}
@media all and (max-width: 896px) {
	.comLinkBox {
		margin-bottom: 5.2rem;
		display: block;
	}
	.comLinkBox .comLink02 + .comLink02 {
		margin-top: 1.4rem;
	}
}
/* comLink02 */
.comLink02 {
	min-width: 18.7rem;
}
.comLink02 a {
	width: fit-content;
	position: relative;
	padding: 0 2rem 0.6rem 0;
	display: block;
	font-size: 1.4rem;
	border-bottom: 1px solid #3E3A39;
	background: url(../img/common/icon02.png) no-repeat right 0.6rem / 0.7rem;
}
@media all and (min-width: 897px) {
	.comLink02 a:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 896px) {
	.comLink02 a {
		padding: 0 0.8rem 0.5rem 0;
		min-width: 19rem;
		background-size: 0.5rem;
	}
}
/* comTextLink */
.comTextLink a {
	width: fit-content;
	position: relative;
	padding: 0 2rem 0.6rem 0;
	display: block;
	font-size: 1.4rem;
	border-bottom: 1px solid #3E3A39;
	background: url(../img/common/icon02.png) no-repeat right 0.6rem / 0.7rem;
}
.comTextLink a:hover {
	opacity: 0.6;
}
@media all and (min-width: 897px) {
	.comList a:hover .comLink span {
		background-image: url(../img/common/icon01.png);
		background-color: #3E3A39;
	}
}
@media all and (max-width: 896px) {	
	.comTextLink a {
		padding: 0 0.8rem 0.5rem 0;
		min-width: 19rem;
		background-size: 0.5rem;
	}
}
/* comBtmLink */
.comBtmLink {
	margin-top: -6rem;
	text-align: right;
}
.comBtmLink li {
	margin-left: 6rem;
	display: inline-block;
}
.comBtmLink a {
	color: #3E3A39;
	font-size: 1.6rem;
}
.comBtmLink a:hover {
	opacity: 0.6;
}
@media all and (max-width: 896px) {
	.comBtmLink {
		margin: -7.5rem 2rem 0 auto;
		width: fit-content;
	}
	.comBtmLink li {
		margin: 0 0 3.5rem;
		display: block;
	}
	.comBtmLink li:last-child {
		margin-bottom: 0;
	}
	.comBtmLink a {
		display: block;
		text-align: left;
		padding: 0 0 1rem 0;
		font-size: 1.3rem;
		letter-spacing: -0.1rem;
		border-bottom: 1px solid #3E3A39;
	}
}
/* comMainVisual */
.comMainVisual {
	position: relative;
	z-index: 2;
}
.comMainVisual .pageTtl {
	padding: 3rem 7.9rem 2.7rem;
	width: fit-content;
	background: #fff;
	font-size: 4rem;
	letter-spacing: 0.03em;
	font-weight: 500;
	position: absolute;
	left: calc((100vw - 128rem) / 2);
	bottom: 0;
}
.comMainVisual .pageTtl .time {
	margin-bottom: 0.3rem;
	display: block;
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 0;
}
.comMainVisual .image {
	width: 100% !important;
	display: block !important;
	aspect-ratio: 9/5;
	overflow: hidden;
}
.comMainVisual .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comMainVisual  .slick-dots {
	bottom: -6.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.comMainVisual  .slick-dots li {
	margin: 0;
	width: 4rem !important;
	height: 1px !important;
	background-color: #8C8C8C;
	transition: 0.3s;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
}
.comMainVisual  .slick-dots li::after {
	width: 100%;
	height: 0.3rem;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(50%);
	background-color: #3E3A39;
	opacity: 0;
	transition: 0.3s;
}
.comMainVisual  .slick-dots .slick-active::after {
	opacity: 1;
}
.comMainVisual  .slick-dots li button {
	display: none;
}
@media all and (min-width: 897px) {
	.comMainVisual  .slick-dots li:hover::after {
		opacity: 1;
	}
	.comMainVisual .image {
		height: 80rem;
	}
}
@media (min-width: 897px) and (max-width: 1320px) {
	.comMainVisual .pageTtl {
		left: 2rem;
		transform: none;
	}
}
@media all and (max-width: 896px) {
	.comMainVisual .slideBox {
		margin-bottom: 8.3rem;
	}
	.comMainVisual .content {
		margin: 0 2rem
	}
	.comMainVisual .pageTtl {
		padding: 0;
		margin: 0 2rem;
		font-size: 2.35rem;
		width: auto;
		position: initial;
		transform: none;
	}
	.comMainVisual .pageTtl .time {
		margin-bottom: 1rem;
		font-size: 1.2rem;
	}
	.comMainVisual  .slick-dots {
		width: 21rem;
		left: 50%;
		transform: translateX(-50%);
		bottom: -3.5rem;
		gap: 1.3rem 0.5rem;
	}
	.comMainVisual  .slick-dots li {
		width: 2.9rem !important;
		display: block !important;
	}
	.comMainVisual  .slick-dots li::after {
		height: 1.5px !important;
	}
}
/* comArchiveList02 */
.comArchiveList02 {
	width: 23.4rem;
	position: relative;
	z-index: 2;
}
.comArchiveList02 .item01 {
	border: 1px solid #3E3A39;
}
.comArchiveList02 .subBox {
	width: 23.4rem;
	position: absolute;
	left: 0;
	top: calc(100% - 1px);
	border: 1px solid #3E3A39;
	display: none;
	background-color: #fff;
}
.comArchiveList02 a {
	padding: 0.3rem 3rem 0.3rem 3.5rem;
	width: 100%;
	height: 5.5rem;
	letter-spacing: 0.1em ;
	display: flex;
	align-items: center;
	justify-self: center;
	background: #fff;
	border-bottom: 1px solid #E8E8E8;
	position: relative;
}
.comArchiveList02 .item02::before,
.comArchiveList02 .item01::before {
	width: 0.8rem;
	height: 1.5rem;
	content: "";
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/icon02.png) no-repeat center center /100% 100%;
	transition: 0.3s;
}
.comArchiveList02 .subBox > li {
	position: relative;
}
.comArchiveList02 .subBox02 {
	width: 23.4rem;
	position: absolute;
	left: 100%;
	top: 0;
	border: 1px solid #3E3A39;
	display: none;
	background-color: #fff;
}
.comArchiveList02 .subBox02 a {
	padding-right: 0.5rem;
	background-image: none;
}
.comArchiveList02 .item01.click::before {
	transform: translateY(-50%) rotate(90deg);
	background-image: url(../img/common/icon01.png);
}
.comArchiveList02 .item01.click {
	color: #fff;
	background: #3E3A39;
}
.comArchiveList02 .item02.click::before {
	transform: translateY(-50%) rotate(90deg);
}
.comArchiveList02 .item02.click {
	background: #E8E8E8;
}
@media all and (min-width: 897px) {
	.comArchiveList02 .item02:hover {
		background: #E8E8E8;
	}
	.comArchiveList02 .item01:hover {
		color: #fff;
		background: #3E3A39;
	}
	.comArchiveList02 a:hover {
		background-color: #E8E8E8 ;
	}
	.comArchiveList02 .item01:hover::before {
		transform: translateY(-50%) rotate(90deg);
		background-image: url(../img/common/icon01.png);
	}
	.comArchiveList02 .item02:hover::before {
		transform: translateY(-50%) rotate(90deg);
	}
}
@media all and (max-width: 896px) {
	.comArchiveList02 {
		width: 17.8rem;
	}
	.comArchiveList02 .subBox {
		width: 17.8rem;
	}
	.comArchiveList02 .subBox02 {
		width: 15.7rem;
	}
	.comArchiveList02 a {
		padding: 0.3rem 3rem 0.3rem 1.5rem;
		height: 4.4rem;
		font-size: 1.3rem;
		letter-spacing: 0;
		background-size: 0.6rem;
		background-position: right 0.8rem center;
	}
	.comArchiveList02 .item02::before,
	.comArchiveList02 .item01::before {
		right: 1rem;
		width: 0.6rem;
		height: 1rem;
	}
	.comArchiveList02 ul.show {
		display: block;
	}
}
/* pageTop */
.pageTop {
	position: fixed;
	right: 6rem;
	bottom: 6rem;
	z-index: 80;
}
.pageTop a {
	width: 10rem;
	height: 10rem;
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 400;
	color: #BD0012;
	border: 1px solid #BD0012;
	gap: 0.4rem;
	box-sizing: border-box;
	background-color: #fff;
}
.pageTop a .arrow {
	display: block;
	width: 2.6rem;
	height: 2.6rem;
	font-size: 0;
	background: #BD0012 url(../img/common/arrow01.png) no-repeat center center / 1.4rem;
	border-radius: 5rem;
	transition: all 0.3s;
}
@media all and (min-width: 897px) {
	.pageTop a:hover {
		color: #fff;
		background-color: #BD0012;
	}
	.pageTop a:hover .arrow {
		background-image: url(../img/common/arrow02.png);
		background-color: #fff;
	}
}
@media all and (max-width: 896px) {
	.pageTop {
		right: 4rem;
		bottom: 4rem;
	}
	.pageTop a {
		width: 5rem;
		height: 5rem;
		font-size: 0.8rem;
	}
	.pageTop a .arrow {
		width: 1.3rem;
		height: 1.3rem;
		background-size: 0.7rem;
	}
}