@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-YH */
/* 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;
}
/* font */
.roboto {
	font-family: "Roboto", sans-serif;
}
/*------------------------------------------------------------
	scroll effect
------------------------------------------------------------*/
/* A */
.clipText {
	--clip-start: #ff0000;
	--clip-end: #000;
	clip-path: inset(0 100% 0 0);
	color: var(--clip-start);
	fill: var(--clip-start);
}
.clipText.is-show {
	animation: clipTextReveal 1.5s ease forwards;
}
@keyframes clipTextReveal {
	0% {
		clip-path: inset(0 100% 0 0);
		color: var(--clip-start);
		fill: var(--clip-start);
	}
	40% {
		color: var(--clip-start);
		fill: var(--clip-start);
	}
	100% {
		clip-path: inset(0 0 0 0);
		color: var(--clip-end);
		fill: var(--clip-end);
	}
}
/* B */
.fadeLeft {
	transform: translateX(100%);
	opacity: 0;
	transition: all 0.8s;
}
.fadeLeft.is-show {
	transform: translateX(0);
	opacity: 1;
}
/* C */
.zoomFade {
	overflow: hidden;
}
.zoomFade img {
	opacity: 0;
	transform: scale(1.1);
	transition: opacity ease-out 1s, transform ease-out 1s;
	will-change: transform, opacity;
}
.zoomFade.is-show img {
	opacity: 1;
	transform: scale(1);
}
/* D */
.fadeInUp {
	opacity: 0;
	transition: opacity 1.5s ease, transform 1.5s ease;
	transform: translate(0, 4rem);
}
.fadeInUp.is-show {
	opacity: 1;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate(0, 0);
}
@media all and (min-width: 829px) {
	.fadeInUp.delay01 {
		transition-delay: 0.4s, 0.4s;
	}
	.fadeInUp.delay02 {
		transition-delay: 0.8s, 0.8s;
	}
	.zoomFade.delay01 img {
		transition-delay: 0.4s, 0.4s;
	}
	.zoomFade.delay02 img {
		transition-delay: 0.8s, 0.8s;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 110rem;
}
@media all and (max-width: 828px) {
	.content {
		margin: 0 4rem;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 10rem;
	padding: 18.7rem 0 3.3rem;
	position: relative;
}
.headLine01 .jp,
.headLine01 .en,
.headLine01 .sm {
	width: fit-content;
	max-width: 100%;
	display: block;
}
.headLine01 .jp {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.14em;
	line-height: 1.25;
}
.headLine01 .en {
	margin-top: -0.3rem;
	font-size: 7rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.15;
}
.headLine01 .sm {
	position: absolute;
	right: -0.2rem;
	bottom: 3rem;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.headLine01 .line {
	width: calc(50vw + 55rem);
	height: 0.45rem;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background: #000;
}
.headLine01 .line::before {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #ff0000;
	content: '';
}
@media all and (max-width: 828px) {
	.headLine01 {
		margin: 0 0 5rem -1.2rem;
		padding: 0 0 2rem;
	}
	.headLine01 .en {
		margin-top: -0.5rem;
		font-size: 5rem;
	}
	.headLine01 .sm {
		display: none;
	}
	.headLine01 .line {
		width: calc(100vw - 2.8rem);
		height: 0.4rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 3.6rem;
	line-height: 1.35;
}
.headLine02 .en {
	font-size: 4.8rem;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.042em;
}
.headLine02 small {
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	margin-left: 0.3rem;
}
.headLine02 .clipText {
	display: inline-block;
	vertical-align: top;
}
@media all and (max-width: 828px) {
	.headLine02 {
		margin-bottom: 3.2rem;
	}
	.headLine02 .en {
		font-size: 2.6rem;
		letter-spacing: 0.042em;
	}
	.headLine02 small {
		margin-left: 0.7rem;
		font-size: 1.2rem;
		letter-spacing: 0.12em;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1.72;
	position: relative;
	letter-spacing: 0.05em;
	margin-bottom: 1.1rem;
}
.headLine03 .num {
	position: absolute;
	top: 1.4rem;
	right: 100%;
	font-size: 1.4rem;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	white-space: nowrap;
	margin-right: 0.3rem;
	letter-spacing: 0;
}
@media all and (max-width: 828px) {
	.headLine03 {
		font-size: 2.4rem;
		line-height: 1.33;
		margin-bottom: 1.7rem;
	}
	.headLine03 .num {
		top: -0.2rem;
		font-size: 1.4rem;
		margin-right: 0;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 1.2rem;
	padding-left: 1.8rem;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.1;
	position: relative;
	letter-spacing: 0.12em;
}
.headLine04 .en {
	margin-bottom: -0.2rem;
	display: block;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.09em;
}
.headLine04::before,
.headLine04::after {
	width: 0.4rem;
	height: 104%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #ff0000;
	content: "";
}
.headLine04::after {
	height: 52%;
	background-color: #000;
	z-index: 2;
}
@media all and (max-width: 828px) {
	.headLine04 {
		margin-bottom: 1.5rem;
		padding-left: 1.8rem;
		font-size: 2.8rem;
		letter-spacing: 0.12em;
	}
	.headLine04 .en {
		font-size: 1.4rem;
		letter-spacing: 0.09em;
		margin-bottom: -0.2rem;
	}
	.headLine04::before,
	.headLine04::after {
		width: 0.4rem;
		height: 102%;
	}
	.headLine04::after {
		height: 2.3rem;
		height: 51%;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	padding-left: 4.2rem;
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.headLine05::before {
	width: 3.2rem;
	height: 3.2rem;
	position: absolute;
	left: -0.1rem;
	top: -0.1rem;
	background: url(../img/common/icon04.svg) no-repeat left top / 100%;
	content: '';
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	margin: 0 0.5rem 2.7rem;
	font-size: 3.4rem;
	font-weight: 700;
}
.headLine06 .txt {
	padding-left: 1.9rem;
	display: block;
	position: relative;
	letter-spacing: 0.14em;
	margin-bottom: 0.3rem;
}
.headLine06 .txt::before,
.headLine06 .txt::after {
	width: 0.4rem;
	height: 3.5rem;
	position: absolute;
	bottom: 0.6rem;
	left: 0;
	background-color: #ff0000;
	content: "";
}
.headLine06 .txt::after {
	height: 1.1rem;
	background-color: #000;
	z-index: 2;
}
.headLine06 .en {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
}
@media all and (max-width: 828px) {
	.headLine06 {
		margin: 0 0 2.4rem;
		font-size: 2.6rem;
	}
	.headLine06 .txt {
		padding-left: 2rem;
		letter-spacing: 0.08em;
		margin-bottom: 0.9rem;
	}
	.headLine06 .txt::before,
	.headLine06 .txt::after {
		bottom: 0.1rem;
		left: 0.2rem;
	}
}
/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	margin: 0 0 10.9rem auto;
	width: calc(50% + 55rem);
}
.mainVisual .headLine01 {
	margin-bottom: 0;
	max-width: 110rem;
}
.mainVisual .photoBox {
	position: relative;
	transform: none;
}
.mainVisual .image {
	position: relative;
	aspect-ratio: 2700/1010;
}
.mainVisual .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVisual .txt {
	position: absolute;
	top: 0;
	right: 100%;
	font-size: 1.2rem;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	margin-right: 1rem;
	letter-spacing: 0.05em;
}
.mainVisual .txt span {
	display: block;
	width: 1rem;
	height: 1rem;
	white-space: nowrap;
	transform: rotate(90deg);
}
.mainVisual .line {
	height: 27.5rem;
	width: 0.4rem;
	background-color: #000;
	position: absolute;
	bottom: 0;
	right: 100%;
}
.mainVisual .line::before {
	width: 100%;
	height: 50%;
	background-color: #ff0000;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
@media all and (max-width: 828px) {
	.mainVisual .headLine01 {
		padding: 0;
		max-width: inherit;
		margin: 0 0 1rem -2.6rem;
	}
	.mainVisual .headLine01 .jp {
		font-size: 1.6rem;
	}
	.mainVisual .headLine01 .en {
		font-size: 5rem;
		margin-top: -0.6rem;
	}
	.mainVisual {
		margin: 0 0 2.6rem 5.1rem;
		width: auto;
	}
	.mainVisual .image {
		aspect-ratio: 375/438;
	}
}
/*------------------------------------------------------------
	comMailForm
------------------------------------------------------------*/
.comMailForm {
	margin: 0 0 0 5rem;
}
.comMailForm .notes {
	margin: 0 0.9rem 0.9rem;
	text-align: right;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
}
.comMailForm table {
	margin: 0 -2.2rem 3.3rem;
	width: calc(100% + 4.4rem);
	border-spacing: 2.2rem 0;
}
.comMailForm th,
.comMailForm td {
	padding: 2.4rem 0 2.5rem 4.5rem;
	vertical-align: top;
	text-align: justify;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	word-break: break-all;
	box-sizing: border-box;
	border-top: 1px solid #000;
}
.comMailForm th {
	padding: 4rem 1.7rem;
	width: 20.3%;
	font-weight: 700;
	border-top-width: 2px;
}
.comMailForm input[type="text"],
.comMailForm input[type="email"],
.comMailForm input[type="tel"],
.comMailForm textarea {
	margin: 0;
	padding: 1.7rem 2.7rem;
	width: 100%;
	height: 5.9rem;
	vertical-align: top;
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0;
	border-radius: 0;
	border: none;
	background: #fff;
	box-sizing: border-box;
	font-feature-settings: "palt";
	-webkit-appearance: none;
	appearance: none;
}
.comMailForm textarea {
	height: 30.8rem;
	resize: vertical;
}
.comMailForm ::placeholder {
	color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}
.comMailForm .zipBox {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	position: relative;
}
.comMailForm .zipBox .mark {
	position: absolute;
	left: -3.7rem;
	top: 1.2rem;
	font-size: 2rem;
}
.comMailForm .zipBox .zip {
	max-width: 29.4rem;
}
.comMailForm .sexBox {
	margin: 1.5rem 0.5rem 1.3rem;
	display: flex;
	gap: 1.7rem;
}
.comMailForm .sexBox .wpcf7-form-control-wrap,
.comMailForm .sexBox .wpcf7-form-control {
	display: inline-block;
	vertical-align: top;
}
.comMailForm .sexBox label {
	display: inline-block;
	vertical-align: top;
}
.comMailForm .sexBox input[type="radio"] {
	display: none;
}
.comMailForm .sexBox input[type="radio"] ~ span {
	min-height: 3rem;
	padding-bottom: 0.2rem;
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	padding-left: 3.2rem;
	background: url(../img/common/radio_icon01.png) no-repeat left center / 2.5rem;
	cursor: pointer;
}
.comMailForm .sexBox input[type="radio"]:checked ~ span {
	background-image: url(../img/common/radio_icon02.png);
}
.comMailForm .submit {
	margin-right: 4.2%;
	display: flex;
	justify-content: center;
	gap: 2.6rem;
	position: relative;
}
.comMailForm .submit li {
	width: 45.5rem;
}
.comMailForm .submit .wpcf7-spinner {
	margin: 1rem 0 0;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}
.comMailForm .submit input {
	margin: 0;
	box-sizing: border-box;
	padding: 1rem;
	width: 100%;
	height: 7rem;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	border: none;
	border-radius: 0;
	background: #ff0000;
	vertical-align: top;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	transition: transform 0.3s;
	position: relative;
	z-index: 2;
}
.comMailForm .submit .retry input {
	background-color: #000;
}
.comMailForm .leadTxt {
	margin: 0 1.8rem 5.2rem;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	line-height: 2.29;
}
.confirm .comMailForm table {
	margin-bottom: 11.8rem;
}
.confirm .comMailForm th {
	padding: 4rem 1.7rem 4.2rem;
}
.confirm .comMailForm td {
	padding: 4.1rem 0 4.3rem 5.6rem;
}
.confirm .comMailForm .zipBox .mark {
	top: -0.4rem;
	left: -4.8rem;
}
.confirm .comMailForm .fLine01 {
	padding-top: 3.2rem;
	padding-bottom: 3.4rem;
	line-height: 2.5;
}
.confirm .comMailForm tr:last-child th {
	border-bottom: 2px solid #000;
}
.confirm .comMailForm tr:last-child td {
	border-bottom: 1px solid #000;
}
.wpcf7-response-output,
.form_step2 {
	display: none;
}
.formBox .wpcf7-list-item {
	margin: 0;
}
.comMailForm .sexBox .item:not(:first-child) .wpcf7-not-valid-tip {
	display: none;
}
.wpcf7-form {
	margin-top: -9rem;
	padding-top: 9rem;
}
@media (hover: hover) {
	.comMailForm .submit input:hover {
		transform: scale(1.1);
	}
}
@media all and (max-width: 828px) {
	.comMailForm {
		margin: 0;
	}
	.wpcf7-form {
		margin-top: -7rem;
		padding-top: 7rem;
	}
	.comMailForm .notes {
		margin: 0 0 2.5rem;
		text-align: justify;
	}
	.comMailForm table {
		margin: 0 0 6.6rem;
		width: 100%;
		border-spacing: 0;
		border-collapse: collapse;
	}
	.comMailForm th,
	.comMailForm td {
		padding: 1.1rem 0 1.1rem 1rem;
		border-bottom: 1px solid #000;
	}
	.comMailForm th {
		padding: 2.1rem 0;
		width: 22%;
		line-height: 1.4;
		border-bottom-width: 2px;
	}
	.comMailForm input[type="text"],
	.comMailForm input[type="email"],
	.comMailForm input[type="tel"],
	.comMailForm textarea {
		padding: 1.2rem 1.3rem;
		height: 4rem;
		font-size: 1.2rem;
	}
	.comMailForm textarea {
		height: 16rem;
	}
	.comMailForm .zipBox {
		gap: 1rem;
	}
	.comMailForm .zipBox .mark {
		left: 0.3rem;
		top: 0.9rem;
		font-weight: 700;
		font-size: 1.6rem;
	}
	.comMailForm .zipBox .zip {
		max-width: initial;
		padding-left: 2.5rem;
	}
	.comMailForm .sexBox {
		margin: 0;
		padding: 1rem 2rem;
		gap: 1.9rem;
		align-items: flex-start;
		flex-wrap: wrap;
		background: #fff;
	}
	.comMailForm .sexBox input[type="radio"] ~ span {
		min-height: initial;
		padding: 0;
		padding-left: 1.9rem;
		background-size: 1.6rem;
	}
	.comMailForm .submit {
		margin: 0 auto;
		max-width: 33.5rem;
		gap: 1rem;
		flex-direction: column;
	}
	.comMailForm .submit li {
		width: 100%;
	}
	.comMailForm .leadTxt {
		margin: 0 0 3.7rem;
		line-height: 2.15;
	}
	.confirm .comMailForm table {
		margin-bottom: 6.7rem;
	}
	.confirm .comMailForm th {
		padding: 2rem 0 2.1rem;
	}
	.confirm .comMailForm td {
		padding: 2.3rem 0 2.1rem 1.2rem;
		font-size: 1.2rem;
	}
	.confirm .comMailForm .zipBox .mark {
		top: -0.1rem;
		left: 0.1rem;
	}
	.confirm .comMailForm .zipBox p {
		text-indent: 2em;
		line-height: 1.8;
	}
	.confirm .comMailForm .fLine01 {
		padding-top: 2rem;
		padding-bottom: 3.2rem;
		line-height: 2.4;
	}
}
/*------------------------------------------------------------
	comThanks
------------------------------------------------------------*/
.comThanks .headLine05 {
	margin-bottom: 5rem;
}
.comThanks .textBox {
	margin: 0 6.8rem;
}
.comThanks .textBox p {
	margin-bottom: 3.2rem;
	font-size: 1.4rem;
	line-height: 2.285;
	letter-spacing: 0.04em;
}
.comThanks .textBox .subTtl {
	margin-bottom: 1.2rem;
	font-size: 2.4rem;
	letter-spacing: 0.06em;
}
@media all and (max-width: 828px) {
	.comThanks .headLine05 {
		margin-bottom: 2rem;
	}
	.comThanks .textBox {
		margin: 0;
	}
	.comThanks .textBox p {
		margin-bottom: 3rem;
		line-height: 2.14;
	}
	.comThanks .textBox .subTtl {
		margin-bottom: 1.3rem;
		font-size: 2.6rem;
		letter-spacing: 0.04em;
		line-height: 1.54;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin-top: 7.9rem;
	text-align: center;
}
.comBtn a {
	padding: 2rem 1.5rem;
	width: 45.5rem;
	max-width: 100%;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.04em;
	background: #f00;
}
@media (hover: hover) {
	.comBtn a:hover {
		transform: scale(1.1);
		opacity: 1;
	}
}
@media all and (max-width: 828px) {
	.comBtn {
		margin-top: 3rem;
	}
	.comBtn a {
		width: 33.3rem;
	}
}
/*------------------------------------------------------------
	comTopicsList
------------------------------------------------------------*/
.comTopicsList {
	border-top: 0.1rem solid #000;
}
.comTopicsList li a {
	padding: 3.1rem 0 3.2rem;
	display: flex;
	gap: 2rem;
	position: relative;
	line-height: 1.55;
	background: url(../img/common/icon08.svg) no-repeat right 0.2rem center / 1.6rem;
	opacity: 1;
}
.comTopicsList li a::before {
	width: 9.2rem;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	content: '';
}
.comTopicsList li a::after {
	width: calc(100% - 11.9rem);
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #000;
	content: '';
}
.comTopicsList li .date {
	padding: 0.2rem 0.6rem 0;
	width: 9.9rem;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	box-sizing: border-box;
}
.comTopicsList li .tag {
	margin-top: 0.1rem;
	width: 9.4rem;
	display: flex;
	gap: 1rem;
	flex-direction: column;
	justify-content: flex-start;
}
.comTopicsList li .tag span {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	border: 1px solid #000;
	border-radius: 5rem;
	transition: border 0.3s;
}
.comTopicsList li .ttl {
	padding-right: 3rem;
	display: block;
	flex: 1;
	letter-spacing: 0.04em;
}
@media (hover: hover) {
	.comTopicsList li a:hover {
		color: #ff0000;
		background-image: url(../img/common/icon09.svg);
	}
	.comTopicsList li a:hover .tag span {
		border-color: #ff0000;
	}
}
@media all and (max-width: 828px) {
	.comTopicsList {
		position: relative;
	}
	.comTopicsList::before {
		width: 8.2rem;
		height: 0.3rem;
		position: absolute;
		left: 0;
		top: -0.2rem;
		background: #000;
		content: '';
	}
	.comTopicsList li {
		border-bottom: 0.1rem solid #000;
	}
	.comTopicsList li a {
		padding: 3.3rem 0 3.5rem;
		flex-wrap: wrap;
		gap: 1rem;
		background: none !important;
	}
	.comTopicsList li a::before {
		width: 8.2rem;
		height: 0.3rem;
		bottom: -0.2rem;
		background: #000;
		content: '';
	}
	.comTopicsList li a::after {
		display: none;
	}
	.comTopicsList li .date {
		padding: 0.2rem 0.2rem 0;
		width: auto;
		flex-shrink: 0;
	}
	.comTopicsList li .tag {
		margin-top: 0;
		width: 9.5rem;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.comTopicsList li .ttl {
		padding-right: 0;
		width: 100%;
		flex: initial;
		font-size: 1.6rem;
		line-height: 1.5;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: 9rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0;
	padding: 0.3rem;
	width: 4.6rem;
	height: 4.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(0, 0, 0, 0.7);
	font-size: 1.6rem;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-decoration: none;
	border-radius: 0;
	border: 0.1rem solid #000;
	background: rgba(0, 0, 0, 0.18);
	opacity: 1;
}
.wp-pagenavi span.current {
	color: #fff;
	background: #ff0000;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .previouspostslink {
	font-size: 0;
	background: url(../img/common/icon11.svg) no-repeat center center / 1rem;
}
.wp-pagenavi .nextpostslink {
	font-size: 0;
	background: url(../img/common/icon10.svg) no-repeat center center / 1rem;
}
.wp-pagenavi .extend {
	border: none;
	background: transparent;
}
@media (hover: hover) {
	.wp-pagenavi a:hover {
		transform: scale(1.1);
	}
}
@media all and (max-width: 828px) {
	.wp-pagenavi {
		margin-top: 5.3rem;
	}
}
/*------------------------------------------------------------
    comPageBox
------------------------------------------------------------*/
.comPageBox {
	margin: 0 auto;
	max-width: 120rem;
}
.comPageBox .linkUl {
	display: flex;
	flex-wrap: wrap;
	gap: 5rem 0;
}
.comPageBox .linkUl li {
	width: 50%;
	position: relative;
}
.comPageBox .linkUl li::before,
.comPageBox .linkUl li::after {
	width: 89%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #000;
	content: "";
}
.comPageBox .linkUl li::after {
	top: auto;
	bottom: 0;
}
.comPageBox .linkUl .borBox {
	position: relative;
	height: 100%;
}
.comPageBox .linkUl .borBox::before,
.comPageBox .linkUl .borBox::after {
	width: 0.4rem;
	height: 71%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #000;
	content: "";
}
.comPageBox .linkUl .borBox::after {
	left: auto;
	right: 0;
}
.comPageBox .linkUl a {
	height: 15.4rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0.3rem;
}
.comPageBox .linkUl .ttl {
	padding-right: 12.1rem;
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
	letter-spacing: 0.15em;
}
.comPageBox .linkUl .ttl img {
	width: 6rem;
	position: absolute;
	top: -0.7rem;
	right: 0.2rem;
	transition: 0.3s;
}
.comPageBox .linkUl .ttl .en {
	margin-top: 0.3rem;
	display: block;
	font-size: 1rem;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}
@media (hover: hover) {
	.comPageBox .linkUl a:hover {
		color: #ff0000;
		opacity: 1;
	}
	.comPageBox .linkUl a:hover .ttl img {
		transform: scale(1.1);
	}
}
@media all and (min-width: 829px) {
	.comPageBox .linkUl li:nth-child(2n) .borBox::before {
		display: none;
	}
	.comPageBox .linkUl li:nth-child(2n - 1) .borBox::after {
		width: 1px;
	}
}
@media all and (max-width: 828px) {
	.comPageBox .linkUl {
		display: block;
	}
	.comPageBox .linkUl li {
		width: auto;
	}
	.comPageBox .linkUl li + li {
		margin-top: -0.1rem;
	}
	.comPageBox .linkUl .innerBox {
		width: 100%;
	}
	.comPageBox .linkUl a {
		padding: 2rem 3.8rem;
		height: 12.1rem;
	}
	.comPageBox .linkUl .borBox::before,
	.comPageBox .linkUl .borBox::after {
		width: 0.3rem;
		height: 86%;
	}
	.comPageBox .linkUl li::before,
	.comPageBox .linkUl li::after {
		width: 95%;
	}
	.comPageBox .linkUl .ttl {
		font-size: 1.45rem;
	}
	.comPageBox .linkUl .ttl .en {
		margin-top: 0;
		letter-spacing: 0.05em;
	}
	.comPageBox .linkUl .ttl img {
		width: 4.8rem;
		top: -0.7rem;
		right: 0;
	}
}
/*------------------------------------------------------------
    body scroll
------------------------------------------------------------*/
#main [id] {
	scroll-margin-top: 8rem;
}
@media all and (max-width: 828px) {
	#main [id] {
		scroll-margin-top: 6rem;
	}
}