@charset "UTF-8";

.noto-sans {
	font-family: "Noto Sans JP", sans-serif !important;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.poppins {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.oswald {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*
Theme Name: template1.01
Description: template1.01　全ページカスタマイズテーマです。
*/
/******************************/
/* 見出し　 */
/******************************/
.wide_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
}

.wide_ttl .en_ttl {
	font-family: "Oswald", sans-serif;
}

.wide_ttl .jp_ttl {
	border-left: solid 1px #fff;
	margin-left: 15px;
	padding-left: 15px;
}

.cnt_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cnt_ttl.type_gold {
	color: #684C04;
}

.cnt_ttl.type_gold .num {
	border-right: solid 2px #684C04;
}

.cnt_ttl .num {
	font-family: "Cardo", serif;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2px 0;
	border-right: solid 2px #070707;
	padding-right: 20px;
	margin-right: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cnt_ttl .num .txt01 {
	font-size: 14px;
}

@media (max-width: 767px) {
	.cnt_ttl .num .txt01 {
		font-size: 10px;
	}
}

.cnt_ttl .num .txt02 {
	font-size: 36px;
	line-height: 1;
}

@media (max-width: 767px) {
	.cnt_ttl .num .txt02 {
		font-size: 30px;
	}
}

.cnt_ttl .ttl_txt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-family: "Zen Old Mincho", serif;
}

.sb_ttl {
	border-left: 4px solid #1f9681;
	color: #1f9681;
	padding-left: 10px;
	font-size: 18px;
}

.ttl00 {
	font-size: 70px;
}

.ttl00.eng {
	font-family: "Poppins", sans-serif;
}

@media (max-width: 767px) {
	.ttl00 {
		font-size: 50px;
		text-align: center;
	}
}

.ttl01 {
	position: relative;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.ttl01 {
		text-align: center;
	}
}

.ttl01.non_line:after {
	display: none;
}

.ttl01.type01 .jp_txt {
	font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
	margin-bottom: 5px;
}

.ttl01.type01 .eng_txt {
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	font-size: clamp(1.875rem, 1.534rem + 1.45vw, 2.625rem);
	display: inline-block;
	line-height: 1;
}

.ttl01.type02 .jp_txt {
	font-size: 40px;
	line-height: 1;
}

.ttl01.type02 .eng_txt {
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.ttl01.type02 .eng_txt {
		font-size: 16px;
	}
}

.ttl01.type02:after {
	bottom: -15px;
}

.ttl01:after {
	content: "";
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 100%;
	max-width: 40px;
	height: 3px;
	left: 0;
	border-bottom: solid 3px #FF8800;
}

@media (max-width: 767px) {
	.ttl01:after {
		content: "";
		position: absolute;
		bottom: -15px;
		display: inline-block;
		width: 100%;
		max-width: 40px;
		height: 1px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		border-bottom: solid 2px #F89246;
	}
}

.ttl02 {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}

@media (max-width: 767px) {
	.ttl02 {
		margin-bottom: 40px;
	}
}

.ttl02.non_line:after {
	display: none;
}

.ttl02.type01 .jp_txt {
	font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
	margin-bottom: 5px;
}

.ttl02.type01 .eng_txt {
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	font-size: clamp(1.875rem, 1.534rem + 1.45vw, 2.625rem);
	line-height: 1;
	display: inline-block;
}

.ttl02.type02 .jp_txt {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}

.ttl02.type02 .eng_txt {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 34px;
	display: inline-block;
	margin-bottom: 5px;
	color: #F89246;
}

@media (max-width: 767px) {
	.ttl02.type02 .eng_txt {
		font-size: 24px;
	}
}

.ttl02.type02:after {
	bottom: -15px;
}

.ttl02:after {
	content: "";
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 100%;
	max-width: 40px;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: solid 3px #FF8800;
}

.ttl03 {
	font-weight: bold;
	position: relative;
	border-left: solid 4px #DC5E00;
	margin-bottom: 20px;
	padding: 0 10px 0;
}

@media (max-width: 767px) {
	.ttl03 {
		margin-bottom: 15px;
	}
}

.ttl03::before {
	content: "";
	position: absolute;
	width: 100%;
	left: -4px;
	bottom: -10px;
	height: 2px;
	border-bottom: solid 1px #DC5E00;
}

.ttl03.non_border:before {
	display: none;
}

.ttl04 {
	position: relative;
}

@media (max-width: 767px) {
	.ttl04 {
		line-height: 40px;
	}
}

.ttl04 .sub_txt {
	border-left: solid 4px #F89246;
	padding-left: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #F89246;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.ttl04 .sub_txt {
		font-size: 14px;
	}
}

.ttl04 .main_ttl {
	font-size: 28px;
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.ttl04 .main_ttl {
		font-size: 20px;
	}
}

.ttl05 {
	border-bottom: solid 2px #747A92;
	padding-bottom: 15px;
	margin-bottom: 18px;
}

.ttl06 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px 0;
}

@media (max-width: 1024px) {
	.ttl06 {
		gap: 10px 0;
	}
}

.ttl06:before {
	content: "";
	display: inline-block;
	background-image: url(../images/logo_thum02.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 93.29px;
	height: 90px;
}

.ttl06 .jp_ttl {
	background-color: #0C0C0C;
	color: #fff;
	font-size: clamp(20px, 0.909rem + 1.45vw, 32px);
	line-height: 1;
	padding: 10px 20px;
}

.ttl07 {
	border-radius: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: solid 4px #F89246;
	background-color: #fff;
	width: 80%;
	padding: 5px 0;
}

.ttl07 .eng_ttl {
	font-family: "Oswald", sans-serif;
	-webkit-text-stroke: 2px #F89246;
	font-size: 40px;
	line-height: 1;
}

@media (max-width: 767px) {
	.ttl07 .eng_ttl {
		font-size: 24px;
	}
}

.ttl07 .jp_ttl {
	font-size: 20px;
	margin-left: 28px;
	font-weight: bold;
}

@media (max-width: 767px) {
	.ttl07 .jp_ttl {
		font-size: 14px;
		margin-left: 15px;
	}
}

.ttl08 {
	position: relative;
	margin-bottom: 40px;
	font-weight: bold;
}

.ttl08:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 2px;
	width: 100px;
	background-color: #F89246;
}

.ttl09 {
	position: relative;
	border-left: solid 2px #F89246;
	margin: 20px;
	padding-left: 15px;
}

@media (max-width: 767px) {
	.ttl09 {
		margin: 8px;
		padding-left: 5px;
	}
}

.ttl09.wht {
	border-left: solid 2px #fff;
}

.ttl09.wht .jp_ttl,
.ttl09.wht .eng_ttl {
	color: #fff;
}

.ttl09 .jp_ttl {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

@media (max-width: 767px) {
	.ttl09 .jp_ttl {
		font-size: 14px;
	}
}

.ttl09 .eng_ttl {
	font-family: "Oswald", sans-serif;
	color: #F89246;
	font-size: 48px;
	display: block;
}

@media (max-width: 767px) {
	.ttl09 .eng_ttl {
		font-size: 24px;
	}
}

.ttl10 {
	border-left: 5px solid #F89246;
	padding-left: 15px;
}

.ttl11 .jp_ttl {
	font-size: 22px;
	font-weight: bold;
}

@media (max-width: 767px) {
	.ttl11 .jp_ttl {
		font-size: 16px;
	}
}

.ttl11 .eng_ttl {
	font-family: "Oswald", sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
}

@media (max-width: 767px) {
	.ttl11 .eng_ttl {
		font-size: 10px;
	}
}

/******************************/
/* ボタン */
/******************************/
@media (max-width: 1024px) {
	.btn01 {
		text-align: center;
	}
}

.btn01 a {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 280px;
	background-color: #FFFFFF;
	border: solid 1px #0C0C0C;
	color: #0C0C0C;
	border-radius: 100px;
	font-weight: 500;
	font-size: 15px;
	padding: 14px 35px;
	text-align: center;
	z-index: 1;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.btn01 a:hover {
	opacity: 1;
	color: #0C0C0C;
}

.btn01 a:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.btn01 a:before {
	background: #F6C31F;
	color: #0C0C0C;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
	transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}

.btn02 a {
	display: inline-block;
	width: 200px;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0em;
	line-height: 20px;
	border-bottom: 1px solid #1a1515;
	text-align: left;
	padding-bottom: 7px;
	margin: 26px 0;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.btn02 a:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #1a1515;
	height: 1px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn02 a i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border: 1px solid #1a1515;
	/* font-family: 'Zen Old Mincho', serif; */
	font-weight: 700;
	font-size: 21px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: -15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn02 a i.txt2 {
	font-family: "Oswald", sans-serif;
	font-size: 16px;
}

.btn02 a:hover {
	opacity: 0.7;
}

.btn02 a:hover:before {
	right: 0;
}

.btn02 a:hover i {
	background-color: #1a1515;
	color: #fff;
}

.btn03 a {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 280px;
	background-color: #ea6882;
	overflow: hidden;
	color: #fff;
	border-radius: 100px;
	font-weight: 500;
	font-size: 15px;
	padding: 14px 35px;
	text-align: left;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.btn03 a:before {
	background: #be546a;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
	transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}

.btn03 a:after {
	content: "\f061";
	font-style: normal;
	line-height: 1;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 18px;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #333;
}

.btn03 a:hover {
	color: #fff;
}

.btn03 a:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.btn03 a:hover:after {
	right: 8px;
	color: #fff;
}

.btn04 a {
	display: inline-block;
	width: 100%;
	max-width: 280px;
	background-color: #ffa500;
	color: #333;
	border-radius: 6px;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0em;
	line-height: 24px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 14px 0;
	-webkit-box-shadow: 0 6px 0 #5f3f25;
	box-shadow: 0 6px 0 #5f3f25;
	position: relative;
	z-index: 1;
	text-decoration: none;
	margin: 0 auto;
	box-sizing: border-box;
}

.btn04 a:after {
	content: "\f0a9";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 18px;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #333;
	background-color: #ffa500;
	border-radius: 50%;
}

.btn04:hover {
	opacity: 1;
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.btn05 {
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 1024px) {
	.btn05 {
		text-align: center;
	}
}

.btn05 a {
	border-radius: 100px;
	width: 100%;
	max-width: 280px;
	background-color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	position: relative;
	overflow: hidden;
	border: solid 1px #cccccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.btn05 a:hover {
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 1;
}

.btn05 a:hover:after {
	-webkit-transform: translate(-50%, -50%) scale(100, 100);
	transform: translate(-50%, -50%) scale(100, 100);
	z-index: -1;
}

.btn05 a:after {
	content: "●";
	font-weight: 900;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	color: #cccccc;
	font-size: 12px;
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
	-webkit-transition: -webkit-transform ease-in 0.3s;
	transition: -webkit-transform ease-in 0.3s;
	transition: transform ease-in 0.3s;
	transition: transform ease-in 0.3s, -webkit-transform ease-in 0.3s;
}

.btn06 a {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	/*max-width: 280px;*/
	background-color: #00173a;
	color: #fff;
	font-weight: 600;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 30px;
}

.btn06 a:before {
	content: "";
	background-color: #fff;
	width: 4px;
	height: 60%;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn06 a:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../images/icon/arrow_right01.svg);
	width: 28px;
	height: 9px;
	background-size: contain;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn06 a:hover:after {
	right: 15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn07 a {
	position: relative;
	display: block;
	aspect-ratio: 1/1;
	background: none;
	width: 5em;
	height: 5em;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 1em;
	padding: 1em 2em;
	-webkit-box-shadow: inset 0 0 0 2px #666;
	box-shadow: inset 0 0 0 2px #666;
	color: #ff0000;
	font-size: inherit;
	font-weight: 700;
}

.btn07 a::before,
.btn07 a::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}

.btn07 a span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn07 a.circle {
	border-radius: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn07 a.circle::before,
.btn07 a.circle::after {
	border-radius: 100%;
}

.btn07 a.spin {
	width: 5em;
	height: 5em;
	padding: 0;
}

.btn07 a.spin:hover {
	color: #000;
}

.btn07 a.spin::before,
.btn07 a.spin::after {
	top: 0;
	left: 0;
}

.btn07 a.spin::before {
	border: 2px solid #fff;
}

.btn07 a.spin:hover::before {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: transparent;
	-webkit-transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
	transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}

.btn07 a.spin::after {
	border: 0 solid transparent;
}

.btn07 a.spin:hover::after {
	border-top: 2px solid #000;
	border-left-width: 2px;
	border-right-width: 2px;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
	transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
	transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
	transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}

.btn08 a {
	display: block;
	border: solid 3px #fff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	width: 330px;
}

.btn08 a .wide_ttl {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn08 a:hover {
	background-color: #fff;
	color: #333;
}

.btn08 a:hover .wide_ttl .jp_ttl {
	border-left: solid 1px #333;
}

/******************************/
/* テキストリンク */
/******************************/
a.tel_link {
	line-height: normal;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	font-family: "Oswald", sans-serif;
}

a.tel_link::before {
	content: "\f095";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #333;
	font-size: 25px;
	position: relative;
}

a.mail_link {
	line-height: normal;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	font-family: "Oswald", sans-serif;
}

a.mail_link::before {
	content: "\f0e0";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #333;
	font-size: 25px;
	position: relative;
}

.text_link01 a {
	position: relative;
	width: 100%;
	/*max-width: 220px;*/
	padding-bottom: 10px;
	display: inline-block;
	border-bottom: solid 1px #ccc;
}

.text_link01 a:hover:after {
	right: 10px;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.text_link01 a:after {
	content: "";
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	background-image: url(../images/icon/feather-arrow-right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 26px;
	height: 18px;
}

@media (max-width: 767px) {
	.text_link01 a:after {
		width: 15.6px;
		height: 10.8px;
	}
}

.text_link01 a span {
	font-family: "Oswald", sans-serif;
}

.text_link01 a span:before {
	content: "";
	position: absolute;
	left: 0;
	border-bottom: solid 2px #666;
	width: 30px;
	height: 1px;
	bottom: -1px;
}

.text_link02 a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	padding-bottom: 10px;
}

.text_link02 a:hover:after {
	right: 10px;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.text_link02 a:after {
	content: "";
	background-image: url(../images/icon/feather-arrow-right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 26px;
	height: 18px;
}

@media (max-width: 767px) {
	.text_link02 a:after {
		width: 15.6px;
		height: 10.8px;
	}
}

.text_link02 a span {
	font-family: "Oswald", sans-serif;
}

/******************************/
/* レイアウト　 */
/******************************/
.basic_dl01 {
	margin-bottom: 40px;
}

.basic_dl01:last-child {
	margin-bottom: 0;
}

.basic_dl01 dt {
	font-weight: bold;
	position: relative;
	border-left: solid 4px #DC5E00;
	margin-bottom: 30px;
	padding: 0 10px 0;
	font-weight: bold;
}

@media (max-width: 767px) {
	.basic_dl01 dt {
		margin-bottom: 20px;
	}
}

.basic_dl01 dt::before {
	content: "";
	position: absolute;
	width: 100%;
	left: -4px;
	bottom: -10px;
	height: 2px;
	border-bottom: solid 1px #DC5E00;
}

.basic_dl01 dd {
	font-weight: 500;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 1em;
}

.basic_dl02 dt {
	font-size: clamp(18px, 1.205rem + 0.73vw, 28px);
	line-height: 1;
	color: #fff;
	font-weight: bold;
	background-color: #0C0C0C;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}

.basic_dl02 dd {
	font-weight: 500;
}

.plan_dl01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.plan_dl01:last-child {
	margin-bottom: 0;
}

.plan_dl01 dt {
	width: 150px;
	position: relative;
	background-color: #F6C31F;
	color: #0C0C0C;
	border-radius: 6px;
	font-weight: bold;
	font-size: clamp(16px, 0.886rem + 0.48vw, 20px);
	line-height: 1;
	padding: 8px;
	text-align: center;
	margin: 0;
}

.plan_dl01 dt span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
}

.plan_dl01 dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 10px;
}

.plan_dl01 dd.price_txt {
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	font-size: clamp(20px, 0.909rem + 1.45vw, 32px);
}

.plan_dl01 dd.price_txt span {
	font-family: inherit;
	font-weight: bold;
	font-size: 15px;
	margin-left: 5px;
}

.h_language_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 5px;
}

.h_language_list a {
	font-weight: 600;
}

.h_language_list a:hover {
	color: #fff;
}

.text_link_list01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0 15px;
}

.in_line {
	border-radius: 46px;
	outline: 5px solid #fff;
	outline-offset: -15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 3;
}

@media (max-width: 1024px) {
	.in_line {
		outline: 2px solid #fff;
		outline-offset: -6px;
	}
}

.teleco_ul .li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.teleco_ul .li .imgbox {
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 30px #fff;
}

.teleco_ul .li .imgbox figure img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: auto;
	aspect-ratio: 96/70;
}

.teleco_ul .li .txtbox {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	background-image: url(../images/home/sec03/sec03_bg01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.teleco_ul .li .txtbox .inbox {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-wrap: anywhere;
	padding: 0 10%;
}

.teleco_ul .li:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.layout_a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media (max-width: 1024px) {
	.layout_a {
		display: block;
	}
}

.layout_a .imgbox {
	width: 55%;
	position: relative;
}

@media (max-width: 1024px) {
	.layout_a .imgbox {
		width: 100%;
	}
}

.layout_a .txtbox {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 40px;
	padding: 2% 0;
}

@media (max-width: 1024px) {
	.layout_a .txtbox {
		margin-right: 0;
		margin-top: 20px;
	}
}

.layout_b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 1024px) {
	.layout_b {
		display: block;
	}
}

.layout_b .imgbox {
	width: 55%;
	position: relative;
}

@media (max-width: 1024px) {
	.layout_b .imgbox {
		width: 100%;
	}
}

.layout_b .txtbox {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 40px;
	padding: 2% 0;
}

@media (max-width: 1024px) {
	.layout_b .txtbox {
		margin-left: 0;
		margin-top: 20px;
	}
}

/* layout_c 横並び */
.layout_c {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 25px;
}

.layout_c.type01 {
	gap: 0;
}

.layout_c.type01 li a {
	font-weight: bold;
}

.layout_c.type01 li:nth-child(2) {
	margin-left: 20px;
	padding-left: 20px;
	border-left: solid 1px #fff;
}

.layout_c li .phone_txt {
	font-size: 16px;
	color: #1f9681;
}

.layout_c li .phone_txt a {
	color: #1f9681;
}

.layout_c li .phone_txt span {
	font-size: 28px;
	font-family: "Oswald", sans-serif;
	margin-left: 5px;
	font-weight: bold;
}

/* layout_d 画像（枠外）+テキスト */
.layout_d {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 90%;
	margin-right: auto;
}

@media (max-width: 1024px) {
	.layout_d {
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 5%;
	}
}

.layout_d .imgbox {
	width: 47%;
}

@media (max-width: 1024px) {
	.layout_d .imgbox {
		width: 100%;
	}
}

.layout_d .imgbox img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: auto;
}

.layout_d .txtbox {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 50px;
}

@media (max-width: 1024px) {
	.layout_d .txtbox {
		margin-left: 0;
		margin-top: 25px;
	}
}

.layout_d .txtbox .box {
	width: 85%;
	margin-right: auto;
}

@media (max-width: 1024px) {
	.layout_d .txtbox .box {
		width: 100%;
		margin: 0;
	}
}

/* layout_e 画像（枠外）+テキスト */
.layout_e {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	width: 90%;
	margin-left: auto;
}

@media (max-width: 1024px) {
	.layout_e {
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 5%;
	}
}

.layout_e .imgbox {
	width: 47%;
}

@media (max-width: 1024px) {
	.layout_e .imgbox {
		width: 100%;
	}
}

.layout_e .imgbox img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: auto;
}

.layout_e .txtbox {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 50px;
}

@media (max-width: 1024px) {
	.layout_e .txtbox {
		margin-right: 0;
		margin-top: 25px;
	}
}

.layout_e .txtbox .box {
	margin-left: auto;
	width: 85%;
}

@media (max-width: 1024px) {
	.layout_e .txtbox .box {
		width: 100%;
		margin: 0;
	}
}

.layout_f {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 40px;
}

.layout_f.cul2 .li {
	width: calc(50% - 20px);
}

.layout_f.cul2:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sub_images_ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 35px 20px;
}

@media (max-width: 767px) {
	.sub_images_ul {
		display: block;
	}

	.sub_images_ul .li {
		margin-bottom: 20px;
	}

	.sub_images_ul .li:last-child {
		margin-bottom: 0;
	}
}

.sub_images_ul.cul2 {
	gap: 35px 40px;
}

.sub_images_ul.cul2 .li {
	width: calc(50% - 20px);
	line-height: 1.6;
}

@media (max-width: 767px) {
	.sub_images_ul.cul2 .li {
		width: 100%;
		margin-bottom: 20px;
	}

	.sub_images_ul.cul2 .li:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.sub_images_ul.cul4 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.sub_images_ul.cul4 .li {
	width: calc(25% - 15px);
	line-height: 1.6;
}

@media (max-width: 767px) {
	.sub_images_ul.cul4 .li {
		width: calc(50% - 20px);
		line-height: 1.6;
	}
}

.sub_images_ul .li {
	width: calc(33.3333333333% - 15px);
}

@media (max-width: 767px) {
	.sub_images_ul .li {
		width: 100%;
	}

	.sub_images_ul .li:last-child {
		margin-bottom: 0;
	}
}

.sub_images_ul .li img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: auto;
}

/******************************/
/* #タブ切り替え */
/******************************/
.tab-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0 15px;
	margin: 20px 0;
}

.tab-label {
	color: White;
	background: #fff;
	border: solid 2px #1f9681;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	padding: 20px 0.5em;
	width: 26.6666666667%;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 10px;
	margin-bottom: 10px;
}

@media (max-width: 1024px) {
	.tab-label {
		font-size: 12px;
		padding: 15px 0.5em 15px;
		width: 100%;
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
		margin-top: 10px;
	}
}

.tab-label span {
	display: block;
	font-size: 14px;
}

.tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

.tab-switch:checked+.tab-label {
	background: #1f9681 !important;
	color: #fff !important;
}

.tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	padding: 30px 15px 15px;
	opacity: 1;
	-webkit-transition: 0.5s opacity;
	transition: 0.5s opacity;
	border-top: dotted 3px #1f9681;
}

.tab-switch {
	display: none !important;
}

.tab-switch:checked+.tab-label {
	background: #fff;
	position: relative;
}

/*******************/
/*　FAQ　開閉なし*/
/*******************/
.faq_box {
	margin-top: 30px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.faq_box:first-child {
	margin-top: 0;
}

.faq_box dt {
	position: relative;
	border-radius: 15px 15px 0 0;
	background-color: #ea6882;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	padding: 20px 50px 20px 4.3em;
	line-height: 1.6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1024px) {
	.faq_box dt {
		padding: 10px 10px 10px 3.5em;
		font-size: 16px;
	}
}

.faq_box dt:before {
	content: "";
	margin-right: 2em;
	display: inline-block;
	background-image: url(../images/icon/faq/faq_q_icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 40px;
}

@media (max-width: 1024px) {
	.faq_box dt:before {
		left: 15px;
	}
}

.faq_box dd {
	position: relative;
	border-radius: 0 0 15px 15px;
	padding: 20px 50px 20px 5.5em;
	border: solid 2px #ea6882;
	background-color: #fff;
	line-height: 1.6;
}

@media (max-width: 1024px) {
	.faq_box dd {
		padding: 10px 20px 10px 4em;
	}
}

.faq_box dd:before {
	content: "";
	margin-right: 2em;
	display: inline-block;
	background-image: url(../images/icon/faq/faq_a_icon.svg);
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 40px;
}

@media (max-width: 1024px) {
	.faq_box dd:before {
		left: 15px;
	}
}

/*******************/
/*　FAQ　アコーディオン*/
/*******************/
.faq_contents h2 {
	font-size: 22px;
	margin-bottom: 25px;
}

.faq_contents .accordion_one {
	margin: 0 auto 20px;
}

.faq_contents .accordion_one .accordion_header {
	background-color: #fff;
	color: #333;
	font-weight: 600;
	border: solid 1px #13674d;
	border-radius: 6px;
	/*font-size: 26px;*/
	padding: 20px 5% 20px 50px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.faq_contents .accordion_one .accordion_header:hover {
	opacity: 0.8;
}

.faq_contents .accordion_one .accordion_header:before {
	display: inline-block;
	content: "";
	margin-right: 10px;
	position: absolute;
	top: 31%;
	left: 20px;
	background-image: url(../images/icon/faq/faq_q_icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
}

.faq_contents .accordion_one .accordion_header .i_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 1.5%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.faq_contents .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	position: relative;
}

.faq_contents .accordion_one .accordion_header .i_box .one_i:before,
.faq_contents .accordion_one .accordion_header .i_box .one_i:after {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	content: "";
	background-color: #e88356;
	border-radius: 10px;
	width: 18px;
	height: 2px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.faq_contents .accordion_one .accordion_header .i_box .one_i:before {
	width: 2px;
	height: 18px;
	top: 0;
	left: 7px;
}

.faq_contents .accordion_one .accordion_header.stay .i_box {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.faq_contents .accordion_one .accordion_header.stay .i_box .one_i {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.faq_contents .accordion_one .accordion_header.stay .i_box .one_i:before {
	content: none;
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i:before {
	content: "";
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.faq_contents .accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.faq_contents .accordion_one .accordion_header.open .i_box .one_i:before {
	content: "";
}

.faq_contents .accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/**/
.faq_contents .accordion_one .accordion_inner {
	display: none;
	padding: 0px 30px 30px 50px;
	margin-top: 30px;
	/*border-left: 2px solid #b4b4b4;
     border-right: 2px solid #b4b4b4;
     border-bottom: 2px solid #b4b4b4;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.8;
	position: relative;
}

.faq_contents .accordion_one .accordion_inner:before {
	display: inline-block;
	content: "";
	margin-right: 10px;
	position: absolute;
	background-image: url(../images/icon/faq/faq_a_icon.svg);
	top: 0;
	left: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
}

.faq_contents .accordion_one .accordion_inner.stay {
	display: block;
}

/* .s_03 .accordion_one .accordion_inner .box_one {
    height: 300px;
  } */
.faq_contents .accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.faq_contents .accordion_one .accordion_header {
		font-size: 18px;
	}

	.faq_contents .accordion_one .accordion_header .i_box {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
}

@media screen and (max-width: 767px) {
	.faq_contents .accordion_one .accordion_header {
		font-size: 14px;
		text-align: left;
		padding: 15px 30px 15px 35px;
		line-height: 1.5;
	}

	.faq_contents .accordion_one .accordion_header:before {
		left: 7px;
	}

	.faq_contents .accordion_one .accordion_inner {
		padding: 0px 30px 15px 50px;
	}
}

/*******************/
/*　FAQ　アコーディオン02*/
/*******************/
.accordion-area {
	list-style: none;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.accordion-area.type01 {
	width: 100%;
}

.accordion-area.type01 .full_li .open {
	border: solid 1px #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
}

.accordion-area.type01 .faq_title {
	border: none;
	padding: 0;
	font-size: 15px;
	border-radius: 0;
	position: relative;
}

.accordion-area.type01 .faq_title.close:after {
	-webkit-transform: none;
	transform: none;
}

.accordion-area.type01 .faq_title span:after {
	content: "\f063";
	line-height: 1;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	background: none;
	width: auto;
	height: auto;
}

.accordion-area.type01 .faq_title:before,
.accordion-area.type01 .faq_title:after {
	display: none;
}

.accordion-area.type01 .faq_title span:before {
	display: none;
}

.accordion-area.type01 .inbox {
	padding: 10px 0 18px;
	font-size: 13px;
}

.accordion-area.type01 .inbox:before {
	display: none;
}

.accordion-area li {
	margin: 10px 0;
}

.accordion-area {
	/*アコーディオンタイトル*/
}

.accordion-area .faq_title {
	position: relative;
	/*+マークの位置基準とするためrelative指定*/
	cursor: pointer;
	font-size: 1rem;
	font-weight: normal;
	padding: 15px 3% 15px 40px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: solid 1px #0A787D;
	border-radius: 6px;
	font-family: "Noto Serif", serif;
	font-size: clamp(14px, 0.761rem + 0.48vw, 1.125rem);
	font-weight: 600;
}

.accordion-area .faq_title:before,
.accordion-area .faq_title:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 2px;
	background-color: #8AA8AB;
}

.accordion-area .faq_title:before {
	top: 48%;
	right: 15px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion-area .faq_title:after {
	top: 48%;
	right: 15px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion-area .faq_title span:before {
	display: inline-block;
	content: "";
	margin-right: 10px;
	position: absolute;
	top: 26%;
	left: 12px;
	background-image: url(../images/icon/faq/faq_q_icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
}

.accordion-area .faq_title {
	/*　closeというクラスがついたら形状変化　*/
}

.accordion-area .faq_title.close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.accordion-area .faq_title.close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.accordion-area .inbox {
	position: relative;
	display: none;
	/*はじめは非表示*/
	padding: 18px 3% 18px 40px;
}

.accordion-area .inbox:before {
	display: inline-block;
	content: "";
	margin-right: 10px;
	position: absolute;
	background-image: url(../images/icon/faq/faq_a_icon.svg);
	top: 20px;
	left: 13px;
	background-size: contain;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
}

/* ---------- */
/* カテゴリーページャー */
/* ---------- */
.pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	margin-top: 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 20px;
}

@media (max-width: 767px) {
	.pager {
		padding-bottom: 30px;
	}
}

.pager .page-numbers {
	border-radius: 50%;
	border: solid 1px #333333;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.pager .page-numbers.current {
	border: solid 1px #333333;
	background-color: #333333;
	color: #fff;
}

/*******************/
/*　ページャー　　　　*/
/*******************/
.post-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	list-style-type: none;
}

.post-btn .prev a,
.post-btn .next a {
	/*border: solid 1px #333;*/
	color: #fff;
	background-color: #333;
	/*border-radius: 50%;*/
	aspect-ratio: 1/1;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 13px;
	    list-style-type: none;
}

.post-btn .link_btn {
	/*border: solid 1px #333;*/
	background-color: #333;
	/*border-radius: 50px;*/
	padding: 3px 25px;
	line-height: 30px;
}

.post-btn .link_btn a {
	color: #fff;
}

/******************************/
/* レイアウト　リスト （UL）*/
/******************************/
/******************************/
/* GLID 出力　レイアウト*/
/******************************/
/*nノーマルグリッド*/
.gallery_ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px;
}

.gallery_ul li {
	width: calc(25% - 4.5px);
}

@media (max-width: 1024px) {
	.gallery_ul li {
		width: calc(50% - 4.5px);
	}
}

.gallery_ul li a img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: auto;
	aspect-ratio: 334/224;
}

/*カレッジ*/
.gallery_college {
	-webkit-columns: 4;
	-moz-columns: 4;
	columns: 4;
	/*段組みの数*/
	padding: 0 15px;
	/*ギャラリー左右に余白をつける*/
	margin: 0;
}

@media only screen and (max-width: 900px) {
	.gallery_college {
		-webkit-columns: 3;
		-moz-columns: 3;
		columns: 3;
	}
}

@media (max-width: 767px) {
	.gallery_college {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
	}
}

.gallery_college li {
	margin-bottom: 20px;
	/*各画像下に余白をつける*/
	list-style: none;
}

.gallery_college li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	/*画像の下にできる余白を削除*/
}

.num_flex01 li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 60px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 30px;
}

@media (max-width: 767px) {
	.num_flex01 li {
		-webkit-box-align: inherit;
		-ms-flex-align: inherit;
		align-items: inherit;
	}
}

.num_flex01 li .numarea {
	width: 30%;
	height: auto;
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 0 auto;
	aspect-ratio: 1/1;
	clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
	background-color: #1D1D1D;
}

.num_flex01 li .numarea span {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	font-family: "Poppins", sans-serif;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
	.num_flex01 li .numarea span {
		font-size: 30px;
	}
}

.num_flex01 li .txtarea {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 70px;
}

@media (max-width: 767px) {
	.num_flex01 li .txtarea {
		margin-left: 20px;
	}

	.num_flex01 li .txtarea h2.ma_b_2em {
		margin-bottom: 15px !important;
	}
}

.num_flex01 li:last-child {
	margin-bottom: 0;
}

.num_flex01 li:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.num_flex01 li:nth-child(even) .numarea {
	width: 35%;
	clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
	background-color: #EDEDE8;
	color: #1D1D1D;
}

.num_flex01 li:nth-child(even) .numarea span {
	color: #1D1D1D;
	font-size: 40px;
	font-weight: bold;
	font-family: "Poppins", sans-serif;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
	.num_flex01 li:nth-child(even) .numarea span {
		font-size: 30px;
	}
}

.num_flex01 li:nth-child(even) .txtarea {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 0;
	margin-right: 70px;
}

@media (max-width: 767px) {
	.num_flex01 li:nth-child(even) .txtarea {
		margin-right: 20px;
	}

	.num_flex01 li:nth-child(even) .txtarea h2.ma_b_2em {
		margin-bottom: 15px !important;
	}
}

.num_flex01 li:nth-child(3n) .numarea {
	background-color: #979797;
}

.num_flex01 li:nth-child(3n) .numarea span {
	color: #fff;
}

/*Check　リスト*/
.chk_list {
	list-style-type: none;
}

.chk_list.cul02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 24px 20px;
}

.chk_list.cul02 li {
	width: calc(50% - 20px);
	margin: 0;
}

.chk_list li {
	position: relative;
	line-height: 1.8;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 15px;
}

.chk_list li:first-child {
	margin-top: 0;
}

.chk_list li::before {
	content: "";
	display: inline-block;
	background-image: url(../images/icon/chk_icon01.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.chk_list02 {
	list-style-type: none;
}

.chk_list02.cul02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 24px 20px;
}

.chk_list02.cul02 li {
	width: calc(50% - 20px);
	margin: 0;
}

.chk_list02 li {
	position: relative;
	line-height: 1.8;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: solid 1px #185e57;
	padding-bottom: 10px;
	margin-bottom: 13px;
}

.chk_list02 li:first-child {
	margin-top: 0;
}

.chk_list02 li::before {
	content: "\f4fc";
	display: inline-block;
	color: #419498;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 10px;
}

.chk_list03 {
	list-style-type: none;
	content: "✓";
}

.chk_list03.cul02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 24px 20px;
}

.chk_list03.cul02 li {
	width: calc(50% - 20px);
	margin: 0;
}

.chk_list03 li {
	position: relative;
	line-height: 1.8;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: solid 1px #185e57;
	padding-bottom: 10px;
	margin-bottom: 13px;
}

.chk_list03 li:first-child {
	margin-top: 0;
}

.chk_list03 li::before {
	content: "✓";
	display: inline-block;
	color: #419498;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	font-weight: 900;
	margin-right: 10px;
}

.doted li {
	margin-top: 10px;
	list-style: disc;
	margin-left: 1.5em;
	line-height: 1.8;
}

.doted li:first-child {
	margin-top: 0;
}

.tbl_list01 li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
	font-weight: 500;
}

.tbl_list01 li:last-child {
	margin-bottom: 0;
}

.tbl_list01 li .tbl_ttl {
	width: 30%;
	border-radius: 6px 0px 0px 6px;
	background-color: #D8D8D8;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 767px) {
	.tbl_list01 li .tbl_ttl {
		padding: 15px 10px;
	}
}

.tbl_list01 li .tbl_body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 20px;
	background-color: #F8F8F8;
	border-radius: 0px 6px 6px 0px;
}

@media (max-width: 767px) {
	.tbl_list01 li .tbl_body {
		padding: 15px 10px;
	}
}

.tbl_list02 li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;
}

.tbl_list02 li:last-child {
	margin-bottom: 0;
}

.tbl_list02 li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1.5px;
	height: 3px;
	width: 140px;
	background-color: #ccc;
}

.tbl_list02 li .list_ttl {
	width: 140px;
	line-height: 1.8;
	font-weight: bold;
	padding: 10px 0;
}

.tbl_list02 li .list_body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 1.8;
	padding: 10px 0;
}

.price_list01 li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	border: solid 1px #ccc;
}

@media (max-width: 767px) {
	.price_list01 li {
		display: block;
	}
}

.price_list01 li:last-child {
	margin-bottom: 0;
}

.price_list01 li .list_ttl {
	width: 65%;
	font-weight: bold;
	line-height: 1.4;
	background-color: #efd9d9;
	border-right: solid 1px #ccc;
	padding: 20px;
	font-size: 16px;
	font-weight: 500;
}

@media (max-width: 767px) {
	.price_list01 li .list_ttl {
		width: 100%;
		padding: 10px;
		text-align: center;
	}
}

.price_list01 li .list_body {
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 1.4;
	font-weight: bold;
	padding: 20px;
	background-color: #fff;
}

.price_list01 li .list_body .b_text {
	font-size: 20px;
}

.price_list01 li .list_body .s_text {
	font-size: 13px;
	margin-left: 0.5em;
}

/*フローリスト*/
.flow_list {
	max-width: 1000px;
	margin: 0 auto;
}

.flow_list li {
	padding: 30px 50px;
	position: relative;
	border-radius: 10px;
	background-color: #e9ebe0;
	margin-bottom: 70px;
}

@media (max-width: 767px) {
	.flow_list li {
		padding: 30px 25px;
		margin-bottom: 30px;
	}
}

.flow_list li:last-child {
	margin-bottom: 0;
}

.flow_list li:last-child:before {
	display: none;
}

.flow_list li:before {
	border-top: 40px solid #b1b991;
	border-left: 130px solid transparent;
	border-right: 130px solid transparent;
	content: "";
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -130px;
}

@media (max-width: 767px) {
	.flow_list li:before {
		border-top: 30px solid #b1b991;
		bottom: -30px;
		border-left: 70px solid transparent;
		border-right: 70px solid transparent;
		margin-left: -70px;
	}
}

.flow_list li p {
	line-height: 1.5;
}

.flow_list li.flow_in_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1024px) {
	.flow_list li.flow_in_flex {
		display: block;
	}
}

.flow_list li.flow_in_flex .imgbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1024px) {
	.flow_list li.flow_in_flex .imgbox {
		margin: 0 auto;
		text-align: center;
		aspect-ratio: inherit;
	}
}

.flow_list li.flow_in_flex .imgbox .num {
	text-align: center;
	font-family: "Oswald", sans-serif;
	font-weight: bold;
}

.flow_list li.flow_in_flex .imgbox .num .s_txt {
	font-size: 24px;
	line-height: 1;
}

.flow_list li.flow_in_flex .imgbox .num .b_txt {
	font-size: 80px;
	line-height: 1;
}

.flow_list li.flow_in_flex .txtbox {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 40px;
}

@media (max-width: 1024px) {
	.flow_list li.flow_in_flex .txtbox {
		margin-left: 0;
		margin-top: 20px;
	}
}

.flow_box {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	border: solid 1px #9DB6C9;
	padding: 40px 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flow_box .num_ttl {
	width: 200px;
}

.flow_box .num_ttl .num {
	font-family: "Josefin Slab", serif;
	font-weight: 600;
	font-size: 25px;
	line-height: 1;
	margin-bottom: 5px;
	color: #75C1D1;
}

.flow_box .num_ttl .b_ttl {
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
}

.flow_box .num_ttl .s_ttl {
	font-family: "Josefin Slab", serif;
	font-weight: 600;
	font-size: 20px;
}

.flow_box .box_body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/******************************/
/* レイアウト　リスト （DL）*/
/******************************/
.dl_tbl01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dl_tbl01 dt {
	width: 200px;
	border-bottom: solid 2px #ccc;
	color: #17489c;
	font-weight: 500;
}

@media (max-width: 767px) {
	.dl_tbl01 dt {
		width: 140px;
	}
}

.dl_tbl01 dd {
	width: calc(100% - 200px);
	border-bottom: solid 1px #ccc;
}

@media (max-width: 767px) {
	.dl_tbl01 dd {
		width: calc(100% - 140px);
	}
}

.dl_tbl01 dt .box,
.dl_tbl01 dd .box {
	padding: 15px 20px;
}

.tbl_list01_dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 500;
}

.tbl_list01_dl dt {
	width: 30%;
	padding: 5px 0;
	color: #747A92;
}

.tbl_list01_dl dd {
	width: 70%;
	padding: 5px 0;
}

/******************************/
/* レイアウト　テーブル （TABLE）*/
/******************************/
.scrool_tbl {
	overflow-x: auto;
	margin-bottom: 30px;
}

.tbl_price {
	width: 100%;
	border-spacing: 0;
	white-space: nowrap;
	border-collapse: collapse;
}

@media (max-width: 767px) {
	.tbl_price {
		width: 700px;
	}
}

.tbl_price .wd40p {
	width: 40%;
}

.tbl_price .wd10p {
	width: 10%;
}

.tbl_price thead th {
	color: #aa6908;
	background-color: transparent;
	border: none;
	text-align: left;
}

.tbl_price th,
.tbl_price td {
	border: solid 1px #c8c8c8;
	text-align: left;
	padding: 8px 20px;
}

.tbl_price th {
	color: #ffffff;
	background-color: #000;
}

/******************************/
/* ギャラリー　スライダー*/
/******************************/
.gallery-photo .swiper-container {
	overflow: inherit;
	/*position: relative;*/
}

.gallery-photo {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

.gallery-photo .gallery-slider .swiper-slide p {
	width: 100%;
	aspect-ratio: 16/9;
	position: relative;
	background-color: #fff;
}

.gallery-photo .gallery-slider .swiper-slide p span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.gallery-photo .gallery-slider .swiper-slide p span.img_short {
	background-size: cover !important;
}

.gallery-photo .gallery-slider .swiper-slide p span.img_long {
	background-size: auto 100% !important;
}

.gallery-photo .gallery-slider .swiper-slide p img {
	display: block;
	width: auto;
	height: auto;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

body .gallery-photo .gallery-thumbs {
	margin: 30px 0px 30px;
	padding: 0;
	position: relative;
	-webkit-transform: none !important;
	transform: none !important;
}

body .gallery-photo .gallery-thumbs .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px 0;
}

.gallery-photo .gallery-thumbs .swiper-slide {
	width: 20%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	cursor: pointer;
}

.gallery-photo .gallery-thumbs .swiper-slide p {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.gallery-photo .gallery-thumbs .swiper-slide p:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(51, 51, 51, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.gallery-photo .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p:after {
	content: "";
	opacity: 0;
}

.gallery-photo .gallery-thumbs .swiper-slide p span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button {
	background-color: #333;
	width: 30px;
	height: 100%;
	border: 0;
	overflow: hidden;
	font-size: 0;
	cursor: pointer;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.gallery-photo .gallery-thumbs .swiper-button:hover {
	opacity: 0.7;
}

.gallery-photo .gallery-thumbs .swiper-button:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-prev {
	left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-prev:before {
	background: url("../images/common/sl-prev.svg") no-repeat center/12px auto;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-next {
	right: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-next:before {
	background: url("../images/common/sl-next.svg") no-repeat center/12px auto;
}

@media screen and (max-width: 767px) {
	.gallery-photo .gallery-thumbs {
		margin: 20px 0 20px;
		padding: 0 35px;
	}

	.gallery-photo .gallery-thumbs .swiper-slide {
		width: 50%;
	}
}

/******************************/
/* 投稿一覧出力　レイアウト*/
/******************************/
/*サムネイル　縦*/
.thum_list {
	/* max-width: 900px;*/
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

@media (max-width: 767px) {
	.thum_list {
		display: block;
	}
}

.thum_list.type01 {
	display: block;
}

.thum_list.type01 li {
	width: 100% !important;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
	list-style-type: none;
}

.thum_list.type01 li figure {
	display: none;
}

@media (max-width: 767px) {
	.thum_list.cul4 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.thum_list.cul4 li {
	width: calc(25% - 15px);
		list-style-type: none;
}

@media (max-width: 767px) {
	.thum_list.cul4 li {
		width: calc(50% - 10px);
	}
}

.thum_list li {
	width: calc(33.3333333333% - 15px);
		list-style-type: none;
}

@media (max-width: 767px) {
	.thum_list li {
		width: 100%;
		margin-bottom: 20px;
	}

	.thum_list li:last-child {
		margin-bottom: 0;
	}
}

.thum_list li .date {
	margin-bottom: 5px;
	font-size: 13px;
}

.thum_list li .price {
	margin-top: 10px;
}

.thum_list li .category_c {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	/*-ms-flex-direction: column;
	flex-direction: column;*/
	margin-top: 15px;
}

.thum_list li .category_c a {
	position: relative;
	width: fit-content;
	display: inline-block;
	margin-bottom: 5px;
	color: #333;
	font-size: 12px;
	background: linear-gradient(transparent 80%, #EDEDE8 20%);
}

.thum_list li figure {
	overflow: hidden;
	border: solid 1px #0C0C0C;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	aspect-ratio: 285/190;
}

.thum_list li figure img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	aspect-ratio: 285/190;
}

.thum_list li:hover figure img {
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.thum_list li .limit_text_2 {
	font-size: 17px;
}

/*サムネイル　横*/
.thum_list02 li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #F89246;
}

.thum_list02 li .imgbox {
	width: 25%;
}

@media (max-width: 1024px) {
	.thum_list02 li .imgbox {
		width: 40%;
	}
}

.thum_list02 li .txtbox {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 25px;
	padding-right: 0px;
}

@media (max-width: 767px) {
	.thum_list02 li .txtbox {
		margin-left: 10px;
		padding-right: 0;
	}
}

.thum_list02 li .txtbox .date_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 20px;
}

.thum_list02 li .txtbox .single_link {
	position: relative;
	display: block;
}

.thum_list02 li .txtbox .single_link:hover {
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.thum_list02 li .txtbox a {
	display: block;
}

.thum_list02 li .txtbox .category_c a {
	background-color: #08A0A5;
	color: #fff;
	font-size: 12px;
	border-radius: 2px;
	display: inline-block;
	font-weight: bold;
	/* max-width: 140px; */
	padding: 3px 10px;
	text-align: center;
}

@media (max-width: 1024px) {
	.thum_list02 li .txtbox .category_c a p {
		font-size: 12px;
	}
}

/*サムネイルなし*/
.non_thum_list li {
	position: relative;
	border-bottom: dotted 1px #ccc;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1024px) {
	.non_thum_list li {
		display: block;
	}
}

.non_thum_list li:hover {
	background-color: #F8F6F2;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.non_thum_list li:after {
	content: "\f061";
	font-style: normal;
	line-height: 1;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #333;
}

.non_thum_list li .non_thum_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.non_thum_list li a {
	display: block;
}

.non_thum_list li .category_c {
	margin: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.non_thum_list li .category_c a {
	border: solid 1px #333;
	background-color: #fff;
	color: #333;
	font-size: 12px;
	border-radius: 20px;
	display: block;
	font-weight: bold;
	/*max-width: 140px;*/
	width: 105px;
	padding: 3px 10px;
	text-align: center;
}

@media (max-width: 767px) {
	.non_thum_list li .category_c a {
		width: auto;
	}
}

/*# sourceMappingURL=css_map/template.css.map */