@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	color: #000;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html.burger_menu {
	overflow: hidden;
}
body {
	line-height: 1.7777;
	font-family: "Noto Sans JP", sans-serif;
	width: 100%;
	font-size: 18px;
}
p {
	color: #000;
	text-align: justify;
}
a {
	text-decoration: none;
	transition: .2s;
	color: #000;
}
a:hover {
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	width: 100%;
	height: auto;
	font-size: 0;
	object-fit: cover;
	-webkit-backface-visibility: hidden;
}
figure {
	font-size: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body {
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
	}
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

/*ETC*/
.clear {	clear: both;}
.fl-right { float: right; }
.fl-left { float: left; }


.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.bold {	font-weight: bold; }

/*margin*/
.mt-10	{ margin-top: 10px; }
.mt-15	{ margin-top: 15px; }
.mt-20	{ margin-top: 20px; }
.mt-25	{ margin-top: 25px; }
.mt-30	{ margin-top: 30px; }
.mt-35	{ margin-top: 35px; }
.mt-40	{ margin-top: 40px; }
.mt-45	{ margin-top: 45px; }
.mt-50	{ margin-top: 50px; }
.mt-80	{ margin-top: 80px; }
.mt-100	{ margin-top: 100px; }

.mr-10	{ margin-right: 10px; }
.mr-15	{ margin-right: 15px; }
.mr-20	{ margin-right: 20px; }
.mr-25	{ margin-right: 25px; }
.mr-30	{ margin-right: 30px; }
.mr-35	{ margin-right: 35px; }
.mr-40	{ margin-right: 40px; }
.mr-45	{ margin-right: 45px; }
.mr-50	{ margin-right: 50px; }

.ml-5	{ margin-left: 5px; }
.ml-10	{ margin-left: 10px; }
.ml-15	{ margin-left: 15px; }
.ml-20	{ margin-left: 20px; }
.ml-25	{ margin-left: 25px; }
.ml-30	{ margin-left: 30px; }
.ml-35	{ margin-left: 35px; }
.ml-40	{ margin-left: 40px; }
.ml-45	{ margin-left: 45px; }
.ml-50	{ margin-left: 50px; }
.ml-60	{ margin-left: 60px; }
.ml-70	{ margin-left: 70px; }
.ml-80	{ margin-left: 80px; }

.mb-10	{ margin-bottom: 10px; }
.mb-15	{ margin-bottom: 15px; }
.mb-20	{ margin-bottom: 20px; }
.mb-25	{ margin-bottom: 25px; }
.mb-30	{ margin-bottom: 30px; }
.mb-35	{ margin-bottom: 35px; }
.mb-40	{ margin-bottom: 40px; }
.mb-45	{ margin-bottom: 45px; }
.mb-50	{ margin-bottom: 50px; }
.mb-55	{ margin-bottom: 55px; }
.mb-60	{ margin-bottom: 60px; }
.mb-80	{ margin-bottom: 80px; }
.mb-100	{ margin-bottom: 100px; }

/*padding*/
.pt-10	{ padding-top: 10px; }
.pt-15	{ padding-top: 15px; }
.pt-20	{ padding-top: 20px; }
.pt-25	{ padding-top: 25px; }
.pt-30	{ padding-top: 30px; }
.pt-35	{ padding-top: 35px; }
.pt-40	{ padding-top: 40px; }
.pt-45	{ padding-top: 45px; }
.pt-50	{ padding-top: 50px; }
.pt-100	{ padding-top: 100px; }

.pr-10	{ padding-right: 10px; }
.pr-15	{ padding-right: 15px; }
.pr-20	{ padding-right: 20px; }
.pr-25	{ padding-right: 25px; }
.pr-30	{ padding-right: 30px; }
.pr-35	{ padding-right: 35px; }
.pr-40	{ padding-right: 40px; }
.pr-45	{ padding-right: 45px; }
.pr-50	{ padding-right: 50px; }

.pl-10	{ padding-left: 10px; }
.pl-15	{ padding-left: 15px; }
.pl-20	{ padding-left: 20px; }
.pl-25	{ padding-left: 25px; }
.pl-30	{ padding-left: 30px; }
.pl-35	{ padding-left: 35px; }
.pl-40	{ padding-left: 40px; }
.pl-45	{ padding-left: 45px; }
.pl-50	{ padding-left: 50px; }

.pb-10	{ padding-bottom: 10px; }
.pb-15	{ padding-bottom: 15px; }
.pb-20	{ padding-bottom: 20px; }
.pb-25	{ padding-bottom: 25px; }
.pb-30	{ padding-bottom: 30px; }
.pb-35	{ padding-bottom: 35px; }
.pb-40	{ padding-bottom: 40px; }
.pb-45	{ padding-bottom: 45px; }
.pb-50	{ padding-bottom: 50px; }

.bold   { font-weight: bold;}
.black  { color: #000;}
.pc_only,
.pc_tb,
.pc_sp {
	display: block;
}
.sp_only,
.tb_only,
.sp_tb {
	display: none!important;
}
.flex_box {
	display: flex;
}
.reverse {
	flex-direction: row-reverse;
}
.cf {
   content: "";
   display: block;
   clear: both;
}
#main {
	padding-top: 130px;
}
.kv {
	padding-top: 50px;
}
.kv .inner {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}
.main_kv .kv_ttl {
	font-size: 55px;
	font-weight: 800;
}
.main .kv_ttl {
	font-size: 55px;
	font-weight: 800;
	border-bottom: 1px solid #040000;
}
.kv figure {
	position: relative;
	z-index: 1;
}
.ttl_tips h2,
.ttl_tips h3 {
	font-size: 50px;
	font-weight: 800;
	padding-left: 10px;
	border-left: 12px solid #169a5a;
	line-height: 1.3;
	letter-spacing: -1.5px;
}
.ttl_tips p {
	font-size: 28px;
	line-height: 2.1429;
	margin-top: 30px;
	margin-left: 25px;
}
.btn_tips a {
	display: inline-block;
	text-align: center;
	max-width: 270px;
	width: 100%;
	height: 70px;
	line-height: 68px;
	border: 1px solid #000;
	border-radius: 50px;
	transition: .2s;
}
.btn_tips a:hover {
	background-color: #000;
	color: #fff;
	transition: .2s;
}
.bk_f7 {
	background-color: #f7f7f7;
}

@media screen and (max-width:1600px) { 
	#main {
		padding-top: 80px;
	}
	.kv {
		padding-top: 50px;
	}
	.kv .inner {
		max-width: 1200px;
	}
	.main .kv_ttl,
	.main_kv .kv_ttl {
		font-size: 48px;
	}
	.ttl_tips h2,
	.ttl_tips h3 {
		font-size: 48px;
	}
	.ttl_tips p {
		font-size: 24px;
		line-height: 2;
	}
	.btn_tips a {
		max-width: 250px;
		width: 100%;
		height: 60px;
		line-height: 59px;
	}
}

@media screen and (max-width:1300px) {
	.kv .inner {
		max-width: 1100px;
	}
	.main .kv_ttl,
	.main_kv .kv_ttl {
		font-size: 42px;
	}
	.ttl_tips h2,
	.ttl_tips h3 {
		font-size: 36px;
	}
	.ttl_tips p {
		font-size: 21px;
	}
}

@media screen and (max-width:1200px) { 
	.tb_only,
	.sp_tb {
		display: block!important;
	}
	.pc_only,
	.pc_sp {
		display: none!important;
	}
	.ttl_tips p {
		margin-top: 20px;
	}
	.kv {
		padding-top: 30px;
	}
	.kv .inner {
		padding-left: 5%;
		padding-right: 5%;
		box-sizing: border-box;
	}
	.ttl_tips h2, .ttl_tips h3 {
		font-size: 28px;
	}
}

@media screen and (max-width:890px) { 
	.pc_only {
		display: none!important;
	}
	.pc_tb {
		display: block!important;
	}
	.sp_only {
		display: none!important;
	}
	.sp_tb {
		display: block!important;
	}
	.sp_none {
		display: none;
	}
}

@media screen and (max-width:599px) { 
	.pc_only,
	.tb_only,
	.pc_tb {
		display: none!important;
	}
	.sp_only,
	.sp_tb,
	.pc_sp {
		display: block!important;
	}
	.ttl_tips h2,
	.ttl_tips h3 {
		font-size: 28px;
		border-left: 8px solid #169a5a
	}
	.btn_tips a {
		max-width: 220px;
		height: 55px;
		line-height: 52px;
	}
	.ttl_tips p {
		margin-top: 5px;
		margin-left: 0;
		font-size: 18px;
	}
	.main .kv_ttl,
	.main_kv .kv_ttl {
		font-size: 32px;
	}
	#main {
		padding-top: 60px;
	}
}

/*===================
  header
====================*/
.header {
	position: fixed;
	width: 100%;
	height: 130px;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 50px;
	box-sizing: border-box;
	align-items: center;
	border-bottom: 1px solid #d8d2c7;
	background-color: #fff;
	z-index: 99;
	transition: .2s;
}
.h_ttl {
	max-width: 920px;
}
.h_ttl span {
	display: block;
	font-size: 16px;
	padding-bottom: 10px;
	transition: .2s;
}
.h_ttl img {
	max-width: 400px;
	width: 100%;
	transition: .2s;
}
.global_nav {
	max-width: 1000px;
	display: flex;
	justify-content: end;
	z-index: 99;
}
.global_nav .menu_list {
	align-items: center;
}
.global_nav .menu_list li {
}
.global_nav .menu_list > li + li {
	margin-left: 50px;
}
.global_nav .menu_list li a {
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
}
.global_nav .menu_list li a:hover {
	text-decoration: underline;
}

/* プルダウンのベース */
.global_nav .menu_list li.has_dropdown {
	position: relative;
}

.global_nav .menu_list li .sub_list {
	position: absolute;
	top: 100%;
	left: 0;
	overflow: hidden;
	max-height: 0;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	z-index: 100;
	min-width: 220px;
	padding: 0;
	opacity: 0;
	transition: max-height 0.4s ease, opacity 0.3s ease;
}

/* 中のリンク */
.global_nav .menu_list li .sub_list li a {
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	color: #333;
	white-space: nowrap;
	transition: background-color 0.2s;
}
.global_nav .menu_list li .sub_list li a:hover {
	background-color: #f5f5f5;
}

/* ホバー時にアニメ表示 */
.global_nav .menu_list li.has_dropdown:hover .sub_list {
	max-height: 500px; /* 内容に応じて大きめ */
	opacity: 1;
}


.global_nav .menu_list li.otoiawase a {
	width: 200px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 49px;
	border-radius: 50px;
	background-color: #f09700;
	color: #fff;
	transition: .2s;
}
.global_nav .menu_list li.otoiawase a:hover {
	background-color: #000;
	transition: .2s;
}
.header.change {
	height: 80px;
	padding: 0 30px;
	z-index: 99;
	transition: .2s;
}
.header.change .h_ttl span {
	font-size: 14px;
	padding-bottom: 3px;
	transition: .2s;
}
.header.change .h_ttl img {
	max-width: 350px;
	transition: .2s;
}

@media screen and (max-width:1600px) { 
	.header {
		padding: 0 30px;
		height: 80px;
	}
	.h_ttl span {
		font-size: 14px;
		padding-bottom: 3px;
	}
	.h_ttl img {
		max-width: 350px;
	}
	.header.change {
		height: 60px;
	}
	.header.change .h_ttl span {
		font-size: 12px;
	}
	.header.change .h_ttl img {
		max-width: 300px;
	}
	.global_nav .menu_list li a {
		font-size: 16px;
	}
	.global_nav .menu_list li.otoiawase a {
		width: 180px;
		height: 45px;
		line-height: 43px;
	}
}

@media screen and (max-width:1440px) { 
	.header {
		padding: 0 20px;
	}
	.header.change {
		padding: 0 20px;
	}
}

@media screen and (max-width:1300px) {
	.h_ttl img {
		max-width: 320px;
	}

	.global_nav .menu_list > li + li {
		margin-left: 30px;
	}
	.global_nav .menu_list li a {
		font-size: 16px;
	}
	.global_nav .menu_list li.otoiawase a {
		width: 160px;
		height: 45px;
		line-height: 44px;
	}
}

@media screen and (max-width:1200px) { 
}

@media screen and (max-width:599px) {
	.header {
		height: 60px;
		padding: 0 10px;
	}
	.header.change {
		padding: 0 10px;
	}
	.h_ttl {
		padding-top: 7px;
	}
	.h_ttl img {
		max-width: 220px;
	}
	.header.change .h_ttl img {
		max-width: 220px;
	}
	.h_ttl span {
		font-size: 10px;
		padding-bottom: 0;
	}
	.header.change .h_ttl span {
		font-size: 10px;
		padding-bottom: 0;
	}
}

/*== ハンバーガーボタン ==*/
.burger-btn {
	display: block;
	width: 45px;
	height: 45px;
	position: fixed;
	z-index: 9999999;
	top: 10px;
	right: 20px;
	cursor: pointer;
	transition: .2s;
}
.change .burger-btn {
	top: 2px;
}
.burger-btn:hover {
	transition: .2s;
}
.bar {
	width: 40px;
	height: 1px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #000;
	transition: .2s;
}
.bar_top {
	top: 10px;
}
.bar_mid {
	top: 49%;
	transform: translate(-50%,-50%);
}
.bar_bottom {
	bottom: 10px;
}
.bar_txt {
	color: #000;
	font-size: 14px;
	bottom: 10px;
	left: 53%;
	background: none;
}
.bar_txt::before {
	content: "menu";
}
.burger-btn.close .bar_top {
	transform: translate(-50%,11px) rotate(45deg);
	transition: transform .2s;
}
.burger-btn.close .bar_mid {
	opacity: 0;
	transition: opacity .2s;
}
.burger-btn.close .bar_bottom {
	transform: translate(-50%,-13px) rotate(-45deg);
	transition: transform .2s;
}
.burger-btn.close .bar_txt::before {
	content: "close";
	letter-spacing: 1.5px;
}
#sp_nav {
	transform: translateX(100%);
	transition: .5s;
	width: 100vw;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999999;
	background-color: #fff;
	transition: .2s;
}

#sp_nav.slide-in{
  transform: translateX(0);
  transition: .5s;
}
#sp_nav .inner {
	width: 100%;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 150px;
	text-align: center;
}
#sp_nav .menu_list {
}
#sp_nav .menu_list li {
	line-height: 1;
	text-align
}
#sp_nav .menu_list li+li {
	margin-top: 70px;
}
#sp_nav .menu_list li a {
	color: #000;
	position: relative;
	font-size: 28px;
}
#sp_nav .menu_list li .sub_list {
	padding-left: 28px;
}
#sp_nav .menu_list li .sub_list li {
	margin-top: 40px;
}
#sp_nav .menu_list li .sub_list li a {
	font-size: 24px;
}
#sp_nav .menu_list li .sub_list li a:before {
	content: "";
	position: absolute;
	top: 15px;
	left: -20px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #169a5a;
}
#sp_nav .sns_box {
	position: initial;
	margin-top: 60px;
	margin-left: 80px;
}

@media screen and (max-width:1200px) { 
	#sp_nav {
		overflow-y: scroll;
	}
}

@media screen and (max-width:599px) {
	.burger-btn {
		top: 2px;
		right: 20px;
		width: 40px;
		height: 40px;
	}
	.change .burger-btn {
		top: 2px;
	}
	.bar {
		width: 40px;
	}
	.burger-btn.close .bar_top {
		transform: translate(-50%, 7px) rotate(45deg);
	}
	.burger-btn.close .bar_bottom {
		transform: translate(-50%,-12px) rotate(-45deg);
	}

	#sp_nav .inner {
		margin-top: 100px;
	}
	#sp_nav .menu_list li+li {
		margin-top: 50px;
	}
	#sp_nav .menu_list li a {
		font-size: 21px;
	}
	#sp_nav .menu_list li .sub_list li {
		margin-top: 30px;
	}
	#sp_nav .menu_list li .sub_list li a {
		font-size: 18px;
	}
	#sp_nav .menu_list li .sub_list li a:before {
		top: 9px;
	}
	/*最新のsafari用*/
	_::-webkit-full-page-media, _:future, :root #sp_nav .menu_list li .sub_list li a:before {
		top: 5px;
	}
	/*古いsafari用*/
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		::i-block-chrome, #sp_nav .menu_list li .sub_list li a:before {
			top: 5px;
		}
	}
}





/*===================
  footer
====================*/
/*== CTA ==*/
.cta {
	padding-top: 130px;
	padding-bottom: 130px;
	position: relative;
	clip-path: inset(0);
}
/*.cta:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	z-index: -9;
}*/
.cta img {
	object-fit: cover;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -99;
}

.cta h2 {
	font-size: 60px;
	font-weight: 800;
	text-align: center;
	color: #fff;
	line-height: 1;
}
.cta .cta_txt {
	text-align: center;
	margin-top: 50px;
	color: #fff;
	font-size: 24px;
}
.cta .cta_box {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
	align-items: center;
	justify-content: space-between;
}
.cta .cta_box > div {
	max-width: 500px;
	width: 48%;
	text-align: center;
}
.cta .cta_box .tel {
	margin-top: 20px;
}
.cta .cta_box .tel a {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	padding-left: 45px;
	box-sizing: border-box;
	position: relative;
}
.cta .cta_box .tel a:before {
	content: "";
	position: absolute;
	top: 21px;
	left: -17px;
	background-image: url(../images/common/pc/tel.svg);
	background-repeat: no-repeat;
	background-size: 46px;
	width: 46px;
	height: 60px;
}
/*最新のsafari用*/
_::-webkit-full-page-media, _:future, :root .cta .cta_box .tel a:before {
	top: 14px;
}
/*古いsafari用*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .cta .cta_box .tel a:before {
		top: 14px;
	}
}
.cta .cta_box .otoiawase {
	margin-top: 20px;
	text-align: center;
}
.cta .cta_box .otoiawase a {
	display: inline-block;
	max-width: 460px;
	width: 100%;
	height: 100px;
	line-height: 96px;
	border-radius: 100px;
	font-size: 28px;
	padding-left: 45px;
	box-sizing: border-box;
	border: 1px solid #fff;
	transition: .2s;
}
.cta .cta_box .otoiawase a:hover {
	background-color: #fff;
	transition: .2s;
}
.cta .cta_box .otoiawase a span {
	color: #fff;
	font-weight: bold;
	position: relative;
	transition: .2s;
}
.cta .cta_box .otoiawase a:hover span {
	color: #000;
	transition: .2s;
}
.cta .cta_box .otoiawase a span:before {
	content: "";
	position: absolute;
	top: 10px;
	left: -44px;
	background-image: url(../images/common/pc/mail.svg);
	background-repeat: no-repeat;
	background-size: 34px;
	width: 34px;
	height: 25px;
	transition: .2s;
}
.cta .cta_box .otoiawase a:hover span:before {
	background-image: url(../images/common/pc/mail_black.svg);
	transition: .2s;
}
/*最新のsafari用*/
_::-webkit-full-page-media, _:future, :root .cta .cta_box .otoiawase a span:before {
	top: 6px;
}
/*古いsafari用*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .cta .cta_box .otoiawase a span:before {
		top: 6px;
	}
}

/*== CTA-お問い合わせページ用 ==*/
.cta_contact .cta_box {
	text-align: center;
}
.cta_contact .cta_box .tel {
	max-width: initial;
	width: 100%;
	text-align: center;
}
.cta_contact .cta_box span.notes {
	color: #fff;
	font-size: 24px;
	margin-top: 30px;
	display: inline-block;
}
.cta_contact .cta_box .fax {
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-top: 5px;
}


@media screen and (max-width:1600px) {
	.cta {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.cta h2 {
		font-size: 48px;
	}
	.cta .cta_box {
		max-width: 900px;
		margin-top: 30px;
	}
	.cta .cta_box .tel a {
		font-size: 50px;
		font-weight: bold;
		color: #fff;
		line-height: 1;
		padding-left: 45px;
	}
	.cta .cta_box .tel a:before {
		top: 21px;
		left: 0;
		background-size: 30px;
		width: 30px;
		height: 42px;
	}
	.cta .cta_box .otoiawase a {
		max-width: 400px;
		width: 100%;
		height: 80px;
		line-height: 78px;
		border-radius: 100px;
		font-size: 24px;
		padding-left: 46px;
	}
	.cta .cta_box .otoiawase a span:before {
		top: 9px;
		left: -38px;
		background-size: 30px;
		width: 30px;
		height: 22px;
	}
}

@media screen and (max-width:1440px) {
	
}

@media screen and (max-width:1300px) {
	.cta h2 {
		font-size: 42px;
	}
}

@media screen and (max-width:1200px) {
	.cta {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.cta .inner {
		padding-left: 5%;
		padding-right: 5%;
	}
	.cta h2 {
		font-size: 36px;
	}
	.cta .cta_txt {
		font-size: 21px;
		margin-top: 30px;
	}
	.cta .cta_box {
		margin-top: 30px;
	}
	.cta .cta_box .tel {
		margin-top: 0;
		width: 45%;
	}
	.cta .cta_box .tel a {
		font-size: 36px;
		padding-left: 40px;
	}
	.cta .cta_box .tel a:before {
		top: 10px;
		left: 0;
	}
	.cta .cta_box .otoiawase {
		margin-top: 0;
		width: 55%;
	}

/*== CTA-お問い合わせページ用 ==*/
	.cta_contact .cta_box .tel {
		width: 100%;
	}
}

@media screen and (max-width:599px) {
	.cta h2 {
		font-size: 28px;
	}
	.cta .cta_txt {
		font-size: 18px;
	}
	.cta .cta_box {
		display: block;
		margin-top: 20px;
	}
	.cta .cta_box .tel {
		width: 100%;
		transform: translateX(0);
	}
	.cta .cta_box .tel a {
		padding-left: 30px;
	}
	.cta .cta_box .tel a:before {
		top: 14px;
		left: 0;
		background-size: 25px;
		width: 25px;
		height: 34px;
	}
	/*最新のsafari用*/
	_::-webkit-full-page-media, _:future, :root .cta .cta_box .tel a:before {
		top: 4px;
	}
	/*古いsafari用*/
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		::i-block-chrome, .cta .cta_box .tel a:before {
			top: 4px;
		}
	}
	.cta .cta_box .otoiawase {
		width: 100%;
		margin-top: 30px;
	}
	.cta .cta_box .otoiawase a {
		max-width: 300px;
		height: 55px;
		line-height: 52px;
		font-size: 18px;
		padding-left: 30px;
	}
	.cta .cta_box .otoiawase a span:before {
		top: 7px;
		left: -30px;
		background-size: 20px;
		width: 20px;
		height: 16px;
	}
	/*最新のsafari用*/
	_::-webkit-full-page-media, _:future, :root .cta .cta_box .otoiawase a span:before {
		top: 3px;
	}
	/*古いsafari用*/
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		::i-block-chrome, .cta .cta_box .otoiawase a span:before {
			top: 3px;
		}
	}
}


/*== フッター ==*/
.f_box {
	background-color: #e7e0d4;
	padding: 60px 130px;
	box-sizing: border-box;
}
.f_box .inner {
	justify-content: space-between;
}
.f_box .f_info {}
.f_box .f_info .f_logo {
	max-width: 410px;
	width: 100%;
}
.f_box .f_info  .f_txt {}
.f_box .f_info .f_txt p.address {
	line-height: 1;
	margin-top: 15px;
}
.f_box .f_info .f_txt p.address a {
	text-decoration: underline;
}
.f_box .f_info .f_txt p.address a:hover {
	color: #f09700;
}
.f_box .f_info .f_txt p.tell {
	line-height: 1;
	margin-top: 13px;
}

.f_box .f_info .f_sns {
    margin-top: 13px;
}
.f_box .f_info .f_sns li + li {
	margin-left: 10px;
}
.f_box .f_info .f_sns li.youtube a {
	align-items: center;
}
.f_box .f_info .f_sns li.youtube a .img {
	max-width: 25px;
	font-size: 0;
	margin-top: 1px;
}
.f_box .f_info .f_sns li.youtube a span {
	margin-left: 5px;
	line-height: 1;
}
.f_box .f_info .f_sns li.youtube a:hover span {
	text-decoration: underline;
}

.f_box .menu_list {}
.f_box .menu_list + .menu_list {
	margin-left: 100px;
}
.f_box .menu_list > li + li {
	margin-top: 30px;
}
.f_box .menu_list li a:hover {
	text-decoration: underline;
}
.f_box .menu_list li ul.sub_list {
	margin-left: 20px;
}
.f_box .menu_list li ul.sub_list li {
	margin-top: 10px;
}
.f_box .menu_list li ul.sub_list li + li {
	margin-top: 20px;
}
.f_box .menu_list li ul.sub_list li a {
	position: relative;	
}
.f_box .menu_list li ul.sub_list li a:before {
	content: "";
	position: absolute;
	top: 4px;
	left: -20px;
	height: 10px;
	width: 10px;
	border-top: 3px solid #169a5a;
	border-right: 3px solid #169a5a;
	transform: translateY(20%) rotate(45deg);
}


.copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	background-color: #000;
	color: #fff;
}

@media screen and (max-width:1600px) {
	.f_box {
		padding: 60px 50px;
	}
	.f_box .f_info .f_logo {
		max-width: 360px;
	}
	.f_box .menu_list + .menu_list {
		margin-left: 80px;
	}

}

@media screen and (max-width:1440px) {
	.f_box .menu_list + .menu_list {
		margin-left: 50px;
	}
	.f_box .menu_list > li + li {
		margin-top: 25px;
	}
	.f_box .menu_list li ul.sub_list li + li {
		margin-top: 15px;
	}
}

@media screen and (max-width:1300px) {
	.f_box .f_info .f_logo {
		max-width: 320px;
	}
	.f_box .f_info .f_txt p.address {
		font-size: 16px;
	}
	.f_box .menu_list li a {
		font-size: 16px;
	}
	.f_box .menu_list li ul.sub_list li + li {
		margin-top: 10px;
	}
	.f_box .menu_list li ul.sub_list li a:before {
		top: 5px;
		left: -18px;
		height: 8px;
		width: 8px;
		border-top: 2px solid #169a5a;
		border-right: 2px solid #169a5a;
	}
}

@media screen and (max-width:1200px) {
	.f_box {
		padding: 50px 0;
	}
	.f_box .inner {
		display: block;
		padding-left: 5%;
		padding-right: 5%;
	}
	.f_box .f_info .f_logo {
		margin: 0 auto;
		transform: translateX(-5px);
	}
	.f_box .f_info .f_txt {
		font-size: 16px;
	}
	.f_box .f_info .f_txt p.address {
		text-align: center;
	}
	.f_box .f_info .f_txt p.tell {
		text-align: center;
	}
	.f_box .f_info .f_sns li.youtube a {
	    justify-content: center;
	}
	.f_menu {
		margin-top: 30px;
		display: none;
	}
}

@media screen and (max-width:599px) {
	
}


/*===================
  その他・アクション系
====================*/
/*== PAGE TOP ==*/
.page_top {
	z-index: 98;
}
.page_top a {
	height: 50px;
	width: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	transition: .2s;
}
.page_top a .arrow_up {
	height: 10px;
	width: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: translateY(20%) rotate(-45deg);
}

.page_top a:hover {
	background: #f09700;
	transition: .2s;
}

@media screen and (max-width:1024px) {
	.page_top a {
		bottom: 70px;
		right: 15px;
	}
}


/*== fade-in ==*/
.fi {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(0, 100px);
}
.fi_02 {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(0, 250px);
}
.fi_03 {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(0, 400px);
}
.fi_left {
	opacity: 0;
	transition-duration: 2000ms;
	transition-property: opacity, transform;
	transform: translate(-50%, 0);
}
.fi_right {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(100px, 0);
}
.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

@media screen and (max-width:1024px) { 
	.fi {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
	.fi_02 {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
	.fi_03 {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
	.fi_left {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
	.fi_right {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
	.scroll-in {
		transform: translate(0, 0);
	}
}

@media screen and (max-width:599px) { 
	.fi {
		transition-duration: 1000ms;
		transform: translate(0, 30px);
	}
	.fi_left {
		transition-duration: 1000ms;
		transform: translate(0, 30px);
	}
	.fi_right {
		transition-duration: 1000ms;
		transform: translate(0, 30px);
	}
	.scroll-in {
		transform: translate(0, 0);
	}
}

/* 電話番号リンクをスマホのみ有効にする方法 */
@media (min-width: 1024px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

/*== ページネーション ==*/
/*一覧*/
.pagination {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
}
.pagination .page-numbers {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	display: inline-block;
	background-color: #eeeeee;
	text-align: center;
	text-decoration: none;
	transition: .2s;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	position: relative;
}
.pagination .page-numbers + .page-numbers {
	margin-left: 15px;
}
.pagination .page-numbers:hover {
	background-color: #169a5a;
	color: #fff;
	transition: .2s;
}
.pagination .page-numbers.current {
	background-color: #169a5a;
	color: #fff;
}
.pagination .page-numbers.prev {
}
.pagination .page-numbers.next {
}
.pagination .page-numbers.prev:before,
.pagination .page-numbers.next:before {
	content: "";
	position: absolute;
	top: 20px;
	height: 7px;
	width: 7px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(45deg);
}
.pagination .page-numbers.prev:before {
	transform: rotate(230deg);
	left: 21px;
}
.pagination .page-numbers.next:before {
	right: 21px;
}
.pagination .page-numbers.prev:hover:before {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
.pagination .page-numbers.next:hover:before {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

@media screen and (max-width : 1200px){
	.pagination {
		margin-top: 30px;
	}
	.pagination .page-numbers {
		width: 35px;
		height: 35px;
		line-height: 34px;
		font-size: 18px;
	}
	.pagination .page-numbers.prev:before,
	.pagination .page-numbers.next:before {
		top: 13px;
	}
	.pagination .page-numbers.next:before {
		right: 14px;
	}
	.pagination .page-numbers.prev:before {
		left: 14px;
	}
}

@media screen and (max-width : 640px){
	.pagination {
		margin-left: 0;
		margin-top: 30px;
	}
	.prev_next_list {
		display: block;
		text-align: center;
	}
	.prev_next_list {
		margin-top: 30px;
		justify-content: center;
	}
	.prev_next_list li a {
		width: 250px;
	}
	.prev_next_list li+li {
		margin-top: 20px;
	}
}


/*== 404 ==*/
.kv_error .inner {
	max-width: 1200px;
}
.not_found {
	padding-top: 80px;
	padding-bottom: 130px;
}
.not_found .inner {
	max-width: 1000px;
	margin: 0 auto;
}
.not_found h3 {
	font-size: 48px;
	font-weight: 800;
}
.not_found p {
	font-size: 21px;
	margin-top: 50px;
	line-height: 2;
}
.not_found .back_btn {
	margin-top: 50px;
}


@media screen and (max-width:1600px) { 

}

@media screen and (max-width:1440px) { 

}

@media screen and (max-width:1300px) { 
	.kv_error .inner {
		max-width: 1100px;
	}
	.not_found {
		padding-bottom: 100px;
	}
	.not_found h3 {
		font-size: 36px;
	}
	.not_found p {
		margin-top: 50px;
	}
}

@media screen and (max-width:1200px) {
	.not_found {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.not_found .inner {
		padding-left: 5%;
		padding-right: 5%;
	}
	.not_found h3 {
		font-size: 28px;
	}
	.not_found p {
		margin-top: 30px;
		font-size: 18px;
	}
	.not_found .back_btn {
		margin-top: 30px;
	}
}

@media screen and (max-width:599px) {
	.not_found {
		padding-top: 30px;
	}
	.not_found p {
		margin-top: 10px;
	}
}