@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900');

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: normal;
	src: local("Noto Sans CJK JP Regular"),
		url('../font/NotoSans_Regular.woff2') format('woff2'),
		url('../font/NotoSans_regular.woff') format('woff'),
		url('../font/NotoSans_regular.otf') format('opentype');
}


@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 800;
	src: local("Noto Sans CJK JP Bold"),
		url('../font/NotoSans_Bold.woff2') format('woff2'),
		url('../font/NotoSans_bold.woff') format('woff'),
		url('../font/NotoSans_bold.otf') format('opentype');
}




@font-face {
	font-family: "YakuHanJP";
	font-style: normal;
	font-weight: normal;
	src: url("../font/YakuHanJP-Regular.woff2") format("woff2"),
		url("../font/YakuHanJP-Regular.woff") format("woff");
}


@font-face {
	font-family: "YakuHanJP";
	font-style: normal;
	font-weight: 800;
	src: url("../font/YakuHanJP-Bold.woff2") format("woff2"),
		url("../font/YakuHanJP-Bold.woff") format("woff");
}


.button_head {
	position: relative;
	margin: auto 0;
	border-radius: 3px;
	padding: 5px 10px;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 14px;
	display: block;
	background: #e96e4e;
	position: relative;
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-align: center;
}

.fa-chevron-right {
	position: absolute;
	top: 27px;
	right: 27px;
	font-size: 10px;
	color: #fff;
}


.button_catch {
	width: 360px;
	margin: auto 0;
	border-radius: 6px;
	padding: 15px 0px;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 24px;
	display: inline-block;
	background: #e96e4e;
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-align: center;
	font-weight: normal;
}

.button_common {
	margin: auto 0;
	padding: 20px 20px 20px 20px;
	font-size: 16px;
	display: inline-block;
	background: #7AC943;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-align: center;
	font-weight: 500;
	position: relative;
	border-radius: 60px;
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.03);
}

.button_small {
	margin: auto 0;
	padding: 2px 30px 2px 10px;
	font-size: 14px;
	display: inline-block;
	background: #ffffff;
	color: #000;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-align: left;
	font-weight: normal;
	border: 1px #000 solid;
	position: relative;
}

.button_small:hover:after,
.button_small:hover,
.button_common:hover:after,
.button_common:hover,
.button_catch:hover,
.button_head:hover {
	background: #7AC943;

}

.button_small:hover:after,
.button_common:hover:after {
	color: #fff;
	background-color: transparent;
}

h1 {
	position: relative;
	/* 位置調整 */
	text-align: left;
}




h1.prapoli::before {
	left: 10% !important;
}

h1.prapoli::after {
	right: 10% !important;
}

h1 span {
	margin: 0;
	/* デフォルトCSS打ち消し */
	font-size: 14px;
	/* 文字サイズ指定 */
	font-weight: 400;
	position: relative;
	/* 位置調整 */
	font-weight: normal;
	/* 文字の太さ調整 */
	display: inline-block;
	/* インラインブロックにする */
	background-color: #fff;
	/* 背景色指定 */
	padding: 0 10px;
	/* 余白指定 */
	margin: 0px 0 15px 0;
}

h1 span {
	position: relative;
	padding: 0;
	background: #fff;
}

h2 {
	font-size: 14px;
	position: relative;
	display: inline-block;
	padding: 0 0 0 0;
	margin: 0;
	font-weight: bold;
}

h3 {
	background: #eaeaea;
	padding: 10px 10px 10px 20px;
	border-radius: 4px;
}

.toppage h3 {
	background: none;
	padding: 0 0 0 0;
	border-radius: none;
}

.btn {
	margin: 0 auto;
	text-align: center;
}

.btn a {
	margin: 0 auto;
	font-size: 1rem;
	font-weight: 700;
	line-height: 0;
	line-height: 1em;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 21.375rem;
	height: 3.75rem;
	padding: 0 2.3rem;
	line-height: 1.2;
	-webkit-transition: opacity .3s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: opacity .3s cubic-bezier(.215, .61, .355, 1) 0s;
	letter-spacing: 0;
	color: #fff;
	background: #000;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.btn a::after {
	position: absolute;
	top: calc(50% - 0.3125rem);
	right: 1.25rem;
	width: 0.5625rem;
	height: 0.625rem;
	content: '';
	background: url(../img/icon_btn_arrow.svg) no-repeat center transparent;
	background-size: contain;
}

table {
	width: 100%;
	border: 1px #d9d9d9 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table tr th {
	text-align: left;
	width: 33%;
	border-bottom: 1px #d9d9d9 solid;
	padding: 10px;
	font-weight: normal;
	border-right: 1px #d9d9d9 solid;
	background: #f6f6f6;
}

table tr td {
	border-bottom: 1px #d9d9d9 solid;
	padding: 5px 10px 5px 10px;
	line-height: 1.5;
}

span.phai {
	font-family: 'Noto Sans JP', sans-serif;
}

.btn_wrap {
	margin: 0 auto;
	text-align: center;
}

#service:before,
#merit:before,
#chose:before {
	content: "";
	display: inline-block;
	height: 120px;
	margin-top: -120px;
	padding-top: 120px;
}

.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}

.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}

body {
	overflow-x: hidden;
	margin: 0 auto;
}

.f-w-bold {
	font-weight: bold;
}

/*::selection
{
    background: #B5B5B5;
}

 for Firefox 
::-moz-selection
{
    background: #B5B5B5;
}
*/

a,
img,
input,
svg,
*:before,
*:after {
	transition: all 0.5s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

a:hover img,
a:hover input,
a.hover:hover,
.btn a:hover,
.btn input:hover {
	text-decoration: none;
	opacity: 0.8;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.for_sp {
	display: none;
}

/*---------------------------------------------------------------*\
$1500px
\*---------------------------------------------------------------*/

@media screen and (max-width: 1500px) {}

/*---------------------------------------------------------------*\
$1020px
\*---------------------------------------------------------------*/

@media screen and (max-width: 1020px) {}

/*---------------------------------------------------------------*\
$768px
\*---------------------------------------------------------------*/

@media screen and (max-width: 768px) {

	body {
		overflow-x: auto;
	}

	.button_catch {
		font-size: 16px;
		width: 240px;
	}

	.for_pc {
		display: none;
	}

	.for_sp {
		display: block;
	}
}




/*---------------------------------------------------------------*\
$480px
\*---------------------------------------------------------------*/

@media screen and (max-width: 480px) {}

/*---------------------------------------------------------------*\
$320px
\*---------------------------------------------------------------*/

@media screen and (max-width: 320px) {
	.button_catch {
		font-size: 16px;
		width: 240px;
	}

}