@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #393939;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: .07em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fff;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;*/
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
@media screen\0 {
	body {
		letter-spacing: normal;
		font-family: "YakuHanJP", 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
@media print {
	body {
		zoom: 0.68;
		-webkit-print-color-adjust: exact;
	}
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
	/* @pageの指定いらないかも */
	@page {
		size: A4;
		margin: 12.7mm 9.7mm;
	}

	body {
		zoom: 1.8;
		width: 1200px;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
main {
	display: block;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	letter-spacing: .07em;
}
p {
	letter-spacing: .07em;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input,
button {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
input[type="radio"],input[type="checkbox"],label,button,input[type="submit"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
	height: 50px;
	padding: 5px 20px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 50px;
	padding: 5px 10px;
	color: #393939;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 150px;
	padding: 15px 20px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	vertical-align: top;
}
input[type="text"][disabled],
select[disabled] {
	background: #dddddd;
	opacity: 1;
}
/* Webkit */
::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #b8b8b8;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #b8b8b8;

	/* Firefox 19 以降のデフォルトでは */
	/* color ではなく opacity で色合いを調整しているため */
	/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: #b8b8b8 !important;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: #b8b8b8;
}
/* Android chrome対策 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	max-height:999999px;
}

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a {
	text-decoration: none;
}
a:link {
	color: #393939;
}
a:visited {
	color: #393939;
}
a.normal:link {
	color: #393939;
}
a.normal:visited {
	color: #393939;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
.linkBox {
	cursor: pointer;
}
body {
	text-align: center;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}
a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}
.ov {
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ov:hover {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.ovImg:hover img {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
@media screen\0 {
	.mincho {
		font-family: "YakuHanMP", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
	}
}
.gothic {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen\0 {
	.gothic {
		font-family: "YakuHanJP", 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
.Lato {
	font-family: "YakuHanJP", 'Lato', sans-serif;
}
.Oswald {
	font-family: "YakuHanJP", 'Oswald', sans-serif;
}
* {
	box-sizing: border-box;
}
.line_cta {
    margin: 0 auto;
    width: 700px;
	padding-bottom: 30px
}

@media screen and (max-width:767px){
	body {
		font-size: 14px;
	}
	input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
		height: 44px;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
	select {
		height: 44px;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
	textarea {
		height: 34.6666666vw;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
}

/**********************************

 general

***********************************/
.imgMax {
	max-width: none;
	width: 100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.white {
	color: #fff;
}
.red {
	color: #ff3f00;
}
.blue {
	color: #00449f;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffe600 70%);
}
input.wfull.address_content {
    width: 49% !important;
}
@media screen\0 {
	.marker {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.marker-blue {
	background: linear-gradient(transparent 70%, #ccdaec 70%);
}
@media screen\0 {
	.marker-blue {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.underline {
	text-decoration: underline;
}

@media screen and (min-width:768px){
	.sp {
		display: none !important;
	}
}
@media screen and (max-width:767px){
	.pc {
		display: none !important;
	}
}

/**********************************

 parts

***********************************/
.define_wrap {
	padding: 0 50px;
}

.define_inner {
	max-width: 100%;
	width: 1000px;
	margin: 0 auto;
}


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

	.define_wrap {
		padding: 0 4.545454545454545%;
	}
}


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

	.define_wrap {
		padding: 0 4%;
	}
}

/**********************************

 layout

***********************************/
.l-wrap {
	overflow: hidden;
}

.l-wrap.top {
	padding-bottom: 100px;
}

.l-main {
}

.l-pageTop {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 5;
}

.l-wrap.top .l-pageTop {
	bottom: 140px;
}

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

	.l-wrap.top {
		padding-bottom: 9.091vw;
	}

	.l-wrap.top .l-pageTop {
		bottom: calc(9.091vw + 40px);
	}
}

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

	.l-pageTop {
		width: 60px;
		bottom: 24px;
		right: 24px;
	}

	.l-wrap.top .l-pageTop {
		bottom: calc(9.091vw + 24px);
	}
}

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

	.l-wrap.top {
		padding-bottom: 50px;
	}

	.l-pageTop {
		width: 32px;
		bottom: 15px;
		right: 4%;
	}

	.l-wrap.top .l-pageTop {
		bottom: calc(50px + 15px);
	}
}

/**********************************

 l-header

***********************************/
.l-header {
	background: #fff;
}

.l-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.l-header__inner-logo {
	width: 203px;
}

.l-header__inner-contact {

}

.l-header__inner-contact a {
	display: block;
	padding: 11px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 100px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fe923a+0,ee6f09+100 */
	background: linear-gradient(to bottom,  rgba(254,146,58,1) 0%,rgba(238,111,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.l-header__inner-contact a span {
	padding-left: 32px;
	padding-right: 32px;
	position: relative;
	z-index: 1;
}

.l-header__inner-contact a span:before {
	content: "";
	display: block;
	width: 19px;
	height: 19px;
	background: url(../images/icon_form01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-header__inner-contact a span:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.l-header__inner {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 70px;
	}

	.l-header__inner-logo {
		width: 147px;
	}

	.l-header__inner-contact {
		display: none;
	}
}

/**********************************

 l-fixed-contents-pc

***********************************/
.l-fixed-contents-pc {
	width: 100%;
	background: #fff;
	border-top: 3px solid #beaf87;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.l-fixed-contents-pc__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 97px;
	padding-bottom: 3px;
}

.l-fixed-contents-pc__inner-logo {
	width: 163px;
}

.l-fixed-contents-pc__inner-right {
	display: flex;
	align-items: center;
}

.l-fixed-contents-pc__inner-right .contact {
	margin-right: 30px;
}

.l-fixed-contents-pc__inner-right .contact a {
	display: block;
	padding: 12px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 100px;
	background: #ff7f00;
}

.l-fixed-contents-pc__inner-right .contact a span {
	padding-left: 32px;
	position: relative;
	z-index: 1;
}

.l-fixed-contents-pc__inner-right .contact a span:before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/icon_form02.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-fixed-contents-pc__inner-right .tel {

}

.l-fixed-contents-pc__inner-right .tel a {
	display: block;
}

.l-fixed-contents-pc__inner-right .tel a .box {
	display: flex;
	align-items: center;
}

.l-fixed-contents-pc__inner-right .tel a .box .txt01 {
	margin-right: 5px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2;
	text-align: right;
}

.l-fixed-contents-pc__inner-right .tel a .box .num {
	color: #00449f;
	font-size: 27px;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
}

.l-fixed-contents-pc__inner-right .tel a .box .num span {
	padding-left: 26px;
	position: relative;
	z-index: 1;
}

.l-fixed-contents-pc__inner-right .tel a .box .num span:before {
	content: "";
	display: block;
	width: 23px;
	height: 15px;
	background: url(../images/icon_free01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-fixed-contents-pc__inner-right .tel a .time {
	margin-top: 8px;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

@media screen and (max-width:1099px){
	.l-fixed-contents-pc {
		border-top: 0.273vw solid #beaf87;
	}

	.l-fixed-contents-pc__inner {
		height: 8.818vw;
		padding-bottom: 0.273vw;
	}

	.l-fixed-contents-pc__inner-logo {
		width: 14.818vw;
	}

	.l-fixed-contents-pc__inner-right .contact {
		margin-right: 2.727vw;
	}

	.l-fixed-contents-pc__inner-right .contact a {
		padding: 1.091vw 1.818vw;
		font-size: 1.636vw;
	}

	.l-fixed-contents-pc__inner-right .contact a span {
		padding-left: 2.909vw;
	}

	.l-fixed-contents-pc__inner-right .contact a span:before {
		width: 2.273vw;
		height: 2.273vw;
	}

	.l-fixed-contents-pc__inner-right .tel a .box .txt01 {
		margin-right: 0.455vw;
		font-size: 1vw;
	}

	.l-fixed-contents-pc__inner-right .tel a .box .num {
		font-size: 2.455vw;
	}

	.l-fixed-contents-pc__inner-right .tel a .box .num span {
		padding-left: 2.364vw;
	}

	.l-fixed-contents-pc__inner-right .tel a .box .num span:before {
		width: 2.091vw;
		height: 1.364vw;
	}

	.l-fixed-contents-pc__inner-right .tel a .time {
		margin-top: 0.727vw;
		font-size: 1.091vw;
	}

}

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

}

/**********************************

 l-fixed-contents-sp

***********************************/

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

	.l-fixed-contents-sp {
		display: flex;
		width: 100%;
		height: 50px;
		background: #fff;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
	}

	.l-fixed-contents-sp .contact {
		width: 50%;
	}

	.l-fixed-contents-sp .contact a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		background: #ff7f00;
	}

	.l-fixed-contents-sp .contact a span {
		padding-left: 19px;
		position: relative;
		z-index: 1;
	}

	.l-fixed-contents-sp .contact a span:before {
		content: "";
		display: block;
		width: 15.5px;
		height: 15.5px;
		background: url(../images/icon_form02.png) no-repeat center / contain;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.l-fixed-contents-sp .tel {
		width: 50%;
	}

	.l-fixed-contents-sp .tel a {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		height: 50px;
	}

	.l-fixed-contents-sp .tel a .num {
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #00449f;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		white-space: nowrap;
	}

	.l-fixed-contents-sp .tel a .num span {
		padding-left: 18px;
		position: relative;
		z-index: 1;
	}

	.l-fixed-contents-sp .tel a .num span:before {
		content: "";
		display: block;
		width: 13.5px;
		height: 9.5px;
		background: url(../images/icon_free01.png) no-repeat center / contain;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.l-fixed-contents-sp .tel a .time {
		width: 100%;
		padding: 2px 0;
		font-size: 9px;
		text-align: center;
		background: #f5f5f5;
	}
}

/**********************************

 l-footer

***********************************/
.l-footer {

}

.l-footer__inner {
	padding: 40px 0;
}

.l-footer__inner-logo {
	width: 203px;
	margin: 0 auto 25px;
	text-align: center;
}

.l-footer__inner-copy {
	color: #b8b8b8;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

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

	.l-footer__inner {
		padding: 15px 0;
	}

	.l-footer__inner-logo {
		width: 147px;
		margin: 0 auto 12px;
	}

	.l-footer__inner-copy {
		font-size: 9px;
	}
}

/**********************************

 c-title01

***********************************/
.c-title01 {
	margin-top: -.2em;
	margin-bottom: 50px;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

@media screen and (max-width:1099px){
	.c-title01 {
		margin-bottom: 4.545vw;
		font-size: 3.818vw;
	}
}

@media screen and (max-width:767px){
	.c-title01 {
		margin-bottom: 25px;
		font-size: 21px;
	}
}

/**********************************

 c-subHero

***********************************/
.c-subHero {
	background-color: #beaf87;
}

.c-subHero__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
}

.c-subHero__inner__ttl {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
	text-align: center;
}

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

	.c-subHero__inner {
		height: 150px;
	}

	.c-subHero__inner__ttl {
		font-size: 18px;
	}
}

/**********************************

 c-dot-bg01

***********************************/
.c-dot-bg01 {
	background: url(../images/dot_bg01.png) repeat;
}

@media screen and (max-width:767px){
	.c-dot-bg01 {
		background-size: 10px 10px;
	}

}

/**********************************

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 20px 15px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0px 5px 0px 0px #4d2600;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8d1c+0,f47a00+100 */
	background: rgb(255,141,28); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,141,28,1) 0%, rgba(244,122,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d1c', endColorstr='#f47a00',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


@media screen and (max-width:767px){
	a.c-btn01 {
		padding: 12px 15px;
		font-size: 16px;
		box-shadow:0px 3px 0px 0px #4d2600;
	}
}

/**********************************

 c-form

***********************************/
.c-form {
}

.c-form:before {
}

.c-form__content {
	margin-bottom: 50px;
}

.c-form__content dl {
	display: table;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #dddddd;
}

.c-form__content dl dt {
	display: table-cell;
	width: 265px;
	padding-right: 25px;
	vertical-align: middle;
	border-right: 1px solid #dddddd;
}

.c-form__content dl dt .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	line-height: 1.5;
}

.c-form__content dl dt .inner .name {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .07em;
}

.c-form__content dl dt .inner .require {
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .07em;
	background-color: #ff3f00;
	border-radius: 4px;
}

.c-form__content dl dt .inner .any {
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .07em;
	background-color: #0a4399;
	border-radius: 4px;
}

.c-form__content dl dd {
	display: table-cell;
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .07em;
	vertical-align: middle;
	position: relative;
}

.c-form__content dl dd .name-box {
	display: flex;
	justify-content: space-between;
}

.c-form__content dl dd .name-box__block {
	display: flex;
	align-items: center;
	width: calc(50% - 10px);
}

.c-form__content dl dd .name-box__block p {
	margin-right: .5em;
}

.c-form__content dl dd .name-box__block .entry {
	flex: 1;
}

.c-form__content dl dd .company {
	background: transparent;
}

.c-form__content dl dd .wfull {
	width: 100%;
}

.c-form__content dl dd .list {
	margin: .25em -.5em;
}

.c-form__content dl dd .list li {
	display: inline-block;
	margin: .25em .5em;
}

.c-form__content dl dd .schedule {
	padding-top: 20px;
	counter-reset: number 0;
}

.c-form__content dl dd .schedule__list {
}

.c-form__content dl dd .schedule__sec {
	margin-top: 20px;
}

.c-form__content dl dd .schedule__sec:first-child {
	margin-top: 0;
}

.c-form__content dl dd .schedule__sec-ttl {
	margin-bottom: 10px;
	font-weight: bold;
}

.c-form__content dl dd .schedule__sec-ttl:before {
	counter-increment: number 1;
	content: "第" counter(number) "希望";
	display: inline-block;
}

.c-form__content dl dd .schedule__sec-box {
	margin-bottom: 20px;
}

.c-form__content dl dd .schedule__sec-box:last-child {
	margin-bottom: 0;
}

.c-form__content dl dd .schedule__sec-box .ttl {
	margin-bottom: 10px;
	font-weight: bold;
}

.c-form__content dl dd .schedule__sec-box .entry {
}

.c-form__content dl dd .schedule__sec-box .time {
	display: flex;
	align-items: center;
}

.c-form__content dl dd .schedule__sec-box .time .box {
	width: 150px;
	max-width: 100%;
}

.c-form__content dl dd .schedule__sec-box .time p {
	margin: 0 .5em;
	font-weight: bold;
}

.c-form__content dl dd .schedule__add {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.c-form__content dl dd .schedule__add.is-disable {
	pointer-events: none;
}

.c-form__content dl dd .schedule__add a {
	padding-left: 28px;
	overflow: visible;
	color: #00449f;
	text-decoration: underline;
	overflow: visible;
	position: relative;
	z-index: 1;
}

.c-form__content dl dd .schedule__add a:hover {
	text-decoration: none;
}

.c-form__content dl dd .schedule__add a:before {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/icon_plus01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-form__content dl dd .schedule__note {
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	font-weight: bold;
}

.c-form__privacy {
	margin-bottom: 30px;
}

.c-form__privacy-content {
	padding: 20px 0 20px 29px;
	margin-bottom: 35px;
	border: 1px solid #dddddd;
}

.c-form__privacy-content-scroll {
	height: 150px;
	padding-right: 29px;
	overflow-y: scroll;
}

.c-form__privacy-content-scroll section {
	margin-bottom: 20px;
}

.c-form__privacy-content-scroll section:last-child {
	margin-bottom: 0;
}

.c-form__privacy-content-scroll .ttl {
	margin-bottom: 0;
	font-size: 16px;
}

.c-form__privacy-content-scroll p {
	font-size: 16px;
}

.c-form__privacy-txt01 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .07em;
}

.c-form__privacy input {
	margin-right: .5em;
}

.c-form__submit {
	width: 340px;
	max-width: 100%;
	margin: 0 auto;
}

.c-form__submit button,
.c-form__submit input,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 22px 15px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0px 5px 0px 0px #4d2600;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8d1c+0,f47a00+100 */
	background: rgb(255,141,28); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,141,28,1) 0%, rgba(244,122,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d1c', endColorstr='#f47a00',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*.c-form__submit button:disabled,*/
/*.c-form__submit input:disabled,*/
/*.c-form__confirmBtn__btn .submit:disabled {*/
/*opacity: 1;*/
/*!* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,777777+100 *!*/
/*background: rgb(102,102,102); !* Old browsers *!*/
/*background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(119,119,119,1) 100%); !* FF3.6-15 *!*/
/*background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); !* Chrome10-25,Safari5.1-6 *!*/
/*background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#777777',GradientType=0 ); !* IE6-9 *!*/
/*}*/

.c-form__confirmBtn {
	display: flex;
	justify-content: center;
}

.c-form__confirmBtn__btn {
	width: 360px;
}

.c-form__confirmBtn__btn:first-child {
	margin-right: 30px;
}

.c-form__confirmBtn__btn .back {
	display: block;
	width: 100%;
	padding: 20px 15px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0px 5px 0px 0px #333333;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,777777+100 */
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(119,119,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media screen and (max-width:767px){
	.c-form {
	}

	.c-form__content {
		margin-bottom: 20px;
	}

	.c-form__content dl {
		display: block;
		width: auto;
		padding: 15px 0 20px;
	}

	.c-form__content dl dt {
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 15px;
		border-right: none;
	}

	.c-form__content dl dt .inner {
		display: block;
		width: auto;
		position: relative;
	}

	.c-form__content dl dt .inner .name {
		font-size: 14px;
		text-align: center;
	}

	.c-form__content dl dt .inner .require {
		padding: 3px 5px;
		font-size: 9px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dt .inner .any {
		padding: 3px 5px;
		font-size: 9px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dd {
		display: block;
		padding: 0;
		font-size: 14px;
	}

	.c-form__content dl dd .name-box {
		display: block;
	}

	.c-form__content dl dd .name-box__block {
		display: flex;
		align-items: center;
		width: auto;
		margin-bottom: 15px;
	}

	.c-form__content dl dd .name-box__block:last-child {
		margin-bottom: 0;
	}

	.c-form__content dl dd .name-box__block p {
		margin-right: .5em;
	}

	.c-form__content dl dd .name-box__block .entry {
		flex: 1;
	}

	.c-form__content dl dd .list {
		margin: 0;
	}

	.c-form__content dl dd .list li {
		display: block;
		margin: 0 0 .5em 0;
	}

	.c-form__content dl dd .list li:last-child {
		margin-bottom: 0;
	}

	.c-form__content dl dd .schedule {
		padding-top: 20px;
	}

	.c-form__content dl dd .schedule__sec {
		margin-top: 15px;
	}

	.c-form__content dl dd .schedule__sec-ttl {
		margin-bottom: 10px;
		font-weight: bold;
	}

	.c-form__content dl dd .schedule__sec-ttl:before {
		counter-increment: number 1;
		content: "第" counter(number) "希望";
		display: inline-block;
	}

	.c-form__content dl dd .schedule__sec-box {
		margin-bottom: 15px;
	}

	.c-form__content dl dd .schedule__sec-box:last-child {
		margin-bottom: 0;
	}

	.c-form__content dl dd .schedule__sec-box .ttl {
		margin-bottom: 10px;
		font-weight: bold;
	}

	.c-form__content dl dd .schedule__sec-box .entry {
	}

	.c-form__content dl dd .schedule__sec-box .time {
		display: flex;
		align-items: center;
	}

	.c-form__content dl dd .schedule__sec-box .time .box {
		flex: 1;
		width: auto;
		max-width: 100%;
	}

	.c-form__content dl dd .schedule__sec-box .time p {
		margin: 0 .5em;
		font-weight: bold;
	}

	.c-form__content dl dd .schedule__add {
		margin-top: 15px;
		font-size: 14px;
	}

	.c-form__content dl dd .schedule__add.is-disable {
		pointer-events: none;
	}

	.c-form__content dl dd .schedule__add a {
		padding-left: 17px;
	}

	.c-form__content dl dd .schedule__add a:hover {
		text-decoration: none;
	}

	.c-form__content dl dd .schedule__add a:before {
		width: 10px;
		height: 10px;
	}

	.c-form__content dl dd .schedule__note {
		margin-top: 15px;
		font-size: 10.5px;
	}

	.c-form__privacy {
		margin-bottom: 18px;
	}

	.c-form__privacy-content {
		padding: 12px 0 12px 15px;
		margin-bottom: 18px;
		border: 1px solid #dddddd;
	}

	.c-form__privacy-content-scroll {
		height: 75px;
		padding-right: 15px;
		overflow-y: scroll;
	}

	.c-form__privacy-content-scroll section {
		margin-bottom: 15px;
	}

	.c-form__privacy-content-scroll section:last-child {
		margin-bottom: 0;
	}

	.c-form__privacy-content-scroll .ttl {
		margin-bottom: 0;
		font-size: 12px;
	}

	.c-form__privacy-content-scroll p {
		font-size: 12px;
	}

	.c-form__privacy-txt01 {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	.c-form__privacy input {
		margin-right: .5em;
	}

	.c-form__submit {
		width: 240px;
	}

	.c-form__submit button,
	.c-form__submit input,
	.c-form__confirmBtn__btn .submit {
		padding: 14px 10px;
		font-size: 16px;
		box-shadow:0px 3px 0px 0px #4d2600;
	}

	.c-form__confirmBtn {
		justify-content: space-between;
	}

	.c-form__confirmBtn__btn {
		width: 47.5%;
	}

	.c-form__confirmBtn__btn:first-child {
		margin-right: 0;
	}

	.c-form__confirmBtn__btn .back {
		padding: 14px 10px;
		font-size: 16px;
		box-shadow:0px 3px 0px 0px #333333;
	}

}


/**********************************

 c-faq-list

***********************************/
.c-faq-list {
}

.c-faq-list dl {
	margin-bottom: 63px;
}

.c-faq-list dl:last-child {
	margin-bottom: 0;
}

.c-faq-list dl dt {
	display: flex;
	justify-content: space-between;
	margin-bottom: 28px;
}

.c-faq-list dl dt .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	background-color: #beaf87;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}

.c-faq-list dl dt .ttl {
	flex: 1;
	min-height: 80px;
	padding: 20px 20px;
	font-size: 22px;
	font-weight: bold;
	background-color: #fff;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}

.c-faq-list dl dd {
	display: flex;
	justify-content: space-between;
}

.c-faq-list dl dd .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	background-color: #39393b;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}

.c-faq-list dl dd .cont {
	flex: 1;
	min-height: 80px;
	padding: 24px 20px;
	font-size: 18px;
	background-color: #fff;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}

.c-faq-list dl dd .cont p {
}

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

	.c-faq-list dl {
		margin-bottom: 32px;
	}

	.c-faq-list dl dt {
		margin-bottom: 15px;
	}

	.c-faq-list dl dt .icon {
		width: 40px;
		font-size: 16px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-faq-list dl dt .ttl {
		min-height: 40px;
		padding: 7px 10px;
		font-size: 14px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-faq-list dl dd .icon {
		width: 40px;
		font-size: 16px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-faq-list dl dd .cont {
		min-height: 40px;
		padding: 7px 10px;
		font-size: 14px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-faq-list dl dd .cont p {
	}

}


/**********************************

 c-faq-list-acc

***********************************/
.c-faq-list-acc {
}

.c-faq-list-acc dl {
	margin-bottom: 53px;
}

.c-faq-list-acc dl:last-child {
	margin-bottom: 0;
}

.c-faq-list-acc dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	cursor: pointer;
}

.c-faq-list-acc dl dt .icon {
	width: 80px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background-color: #1861ae;
	border-radius: 20px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}

.c-faq-list-acc dl dt .ttl {
	flex: 1;
	min-height: 80px;
	padding: 22px 75px 22px 30px;
	margin-left: 20px;
	color: #1860ad;
	font-size: 20px;
	font-weight: bold;
	background-color: #fff;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dt .ttl:before {
	content: "";
	display: block;
	width: 18px;
	height: 2px;
	margin: 39px 30px 0 0;
	background-color: #1860ad;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-faq-list-acc dl dt.is-active .ttl:before {
}

.c-faq-list-acc dl dt .ttl:after {
	content: "";
	display: block;
	width: 2px;
	height: 18px;
	margin: 31px 38px 0 0;
	background-color: #1860ad;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-faq-list-acc dl dt.is-active .ttl:after {
	opacity: 0;
}

.c-faq-list-acc dl dd {
	display: none;
}

.c-faq-list-acc dl dd .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 23px;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dd .icon {
	width: 80px;
	color: #1860ad;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background-color: #fff;
	border-radius: 20px;
}

.c-faq-list-acc dl dd .cont {
	flex: 1;
	min-height: 80px;
	padding: 25px 30px;
	margin-left: 20px;
	background-color: #fff;
	border-radius: 20px;
}

.c-faq-list-acc dl dd .cont p {
}

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

	.c-faq-list-acc {
	}

	.c-faq-list-acc dl {
		margin-bottom: 32px;
	}

	.c-faq-list-acc dl dt {
	}

	.c-faq-list-acc dl dt .icon {
		width: 40px;
		font-size: 12px;
		line-height: 40px;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-faq-list-acc dl dt .ttl {
		flex: 1;
		min-height: 40px;
		padding: 7px 40px 7px 12px;
		margin-left: 10px;
		font-size: 14px;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-faq-list-acc dl dt .ttl:before {
		width: 14px;
		height: 2px;
		margin: 19px 15px 0 0;
	}

	.c-faq-list-acc dl dt .ttl:after {
		width: 2px;
		height: 14px;
		margin: 13px 21px 0 0;
	}

	.c-faq-list-acc dl dd .inner {
		margin-top: 12px;
	}

	.c-faq-list-acc dl dd .icon {
		width: 40px;
		font-size: 12px;
		line-height: 40px;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-faq-list-acc dl dd .cont {
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-faq-list-acc dl dd .cont p {
	}

}


/**********************************

 c-completeSec

***********************************/
.c-completeSec {
	background: #f2efe7;
}

.c-completeSec__inner {
	padding: 120px 0;
}

.c-completeSec__inner .intro {
	margin-bottom: 60px;
	font-size: 18px;
	font-weight: bold;
}

.c-completeSec__inner .back {
	max-width: 430px;
	margin: 0 auto;
}


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

	.c-completeSec__inner {
		padding: 60px 0;
	}

	.c-completeSec__inner .intro {
		margin-bottom: 30px;
		font-size: 14px;
	}

	.c-completeSec__inner .back {
		max-width: 215px;
	}
}



/**********************************

 c-hero

***********************************/
.c-hero {
	position: relative;
	z-index: 1;
}

.c-hero:before {
	content: "";
	display: block;
	width: 1162px;
	height: 737px;
	background: url(../images/hero_bg01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	pointer-events: none;
}

.c-hero__inner {
	height: 737px;
	padding-top: 50px;
}

.c-hero__inner-txt01 {
	margin-bottom: 13px;
	color: #fff;
	font-size: 36px;
	font-weight: 900;
	line-height: 1.5;
}

.c-hero__inner-txt01 .block {
	display: inline-block;
	padding: 15px 20px;
	vertical-align: top;
	background: #39393b;
}

.c-hero__inner-ttl {
	font-size: 60px;
	font-weight: bold;
	line-height: 1.5;
}

.c-hero__inner-ttl .block {
	display: inline-block;
	padding: 3px 20px;
	vertical-align: top;
	background: #fff;
}

.c-hero__inner-ttl .blue {
	font-size: 66px;
	font-weight: 900;
}

.c-hero__inner-box {
	margin-top: 98px;
	margin-right: -24px;
	text-align: right;
}

.c-hero__inner-box-inner {
	display: inline-block;
}

.c-hero__inner-box-inner-txt01 {
	font-size: 36px;
	font-weight: 900;
	text-align: right;
}

.c-hero__inner-box-inner-txt01 .block {
	display: inline-block;
	padding: 20px 20px 10px;
	vertical-align: top;
	background: #fff;
}

.c-hero__inner-box-inner-txt01 .Oswald {
	display: inline-block;
	font-size: 76px;
	font-weight: bold;
	line-height: 1;
}

.c-hero__inner-box-inner-txt01 .small {
	font-size: 10px;
}

.c-hero__inner-box-inner-txt02 {
	padding: 5px 20px;
	font-size: 23px;
	font-weight: 900;
	background: #fff;
}

.c-hero__inner-box-inner-note {
	margin-top: 8px;
	font-size: 10px;
	font-weight: bold;
}

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

	.c-hero:before {
		width: 105.636vw;
		height: 67vw;
	}

	.c-hero__inner {
		height: 67vw;
		padding-top: 4.545vw;
	}

	.c-hero__inner-txt01 {
		margin-bottom: 0.636vw;
		font-size: 3.273vw;
	}

	.c-hero__inner-txt01 .block {
		padding: 1.364vw 1.818vw;
	}

	.c-hero__inner-ttl {
		font-size: 5.455vw;
	}

	.c-hero__inner-ttl .block {
		padding: 0.273vw 1.818vw;
	}

	.c-hero__inner-ttl .blue {
		font-size: 6vw;
	}

	.c-hero__inner-box {
		margin-top: 7.909vw;
		margin-right: -2.182vw;
	}

	.c-hero__inner-box-inner-txt01 {
		font-size: 3.273vw;
		font-weight: 900;
	}

	.c-hero__inner-box-inner-txt01 .block {
		padding: 1.818vw 1.818vw 0.909vw;
	}

	.c-hero__inner-box-inner-txt01 .Oswald {
		font-size: 6.909vw;
	}

	.c-hero__inner-box-inner-txt01 .small {
		font-size: 0.909vw;
	}

	.c-hero__inner-box-inner-txt02 {
		padding: 0.455vw 1.818vw;
		font-size: 2.091vw;
	}

	.c-hero__inner-box-inner-note {
		margin-top: 0.727vw;
		font-size: 0.909vw;
	}

}

@media screen and (max-width:767px){
	.c-hero {
		z-index: auto;
	}

	.c-hero:before {
		width: 100%;
		height: 100%;
		background: url(../images/hero_bg01_sp.png) no-repeat center / contain;
		z-index: 2;
	}

	.c-hero__inner {
		height: 155.533vw;
		padding-top: 6.667vw;
	}

	.c-hero__inner-txt01 {
		margin-bottom: 4.533vw;
		margin-left: 0.667vw;
		font-size: 4.8vw;
		position: relative;
		z-index: 3;
	}

	.c-hero__inner-txt01 .block {
		display: inline-block;
		padding: 1.867vw 3.2vw;
		margin-bottom: 2.667vw;
	}

	.c-hero__inner-txt01 .block:last-child {
		margin-bottom: 0;
	}

	.c-hero__inner-ttl {
		margin-left: 0.667vw;
		font-size: 8vw;
		position: relative;
		z-index: 3;
		margin-top: 98px;
	}

	.c-hero__inner-ttl .block {
		padding: 0.267vw 3.2vw;
	}

	.c-hero__inner-ttl .blue {
		font-size: 8.8vw;
	}

	.c-hero__inner-box {
		margin-top: 0;
		margin-right: 0;
		text-align: right;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 1;
	}

	.c-hero__inner-box-inner {
		display: inline-block;
	}

	.c-hero__inner-box-inner-txt01 {
		margin-right: 6.667vw;
		font-size: 4.8vw;
		text-align: right;
	}

	.c-hero__inner-box-inner-txt01 .block {
		padding: 4vw 3.2vw 1.333vw;
		text-align: center;
		background: #fff;
	}

	.c-hero__inner-box-inner-txt01 .Oswald {
		font-size: 10.133vw;
	}

	.c-hero__inner-box-inner-txt01 .small {
		font-size: 2.4vw;
	}

	.c-hero__inner-box-inner-txt02 {
		padding: 0.8vw 2.667vw;
		font-size: 4.267vw;
		text-align: center;
		letter-spacing: .05em;
	}

	.c-hero__inner-box-inner-note {
		padding: 1.333vw 0 6.667vw;
		margin-top: 0;
		font-size: 2.4vw;
		text-align: center;
		background-color: #fff;
	}

}



/**********************************

 c-point

***********************************/
.c-point {
	background: #39393b;
}

.c-point__inner {
	padding: 50px 0;
}

.c-point__inner-list {
	display: flex;
	justify-content: space-between;
}

.c-point__inner-list-sec {
	width: 30%;
	padding: 30px 3% 2%;
	background: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.c-point__inner-list-sec .num {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	background: #beaf87;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-point__inner-list-sec .pic {
	text-align: center;
}

.c-point__inner-list-sec .ttl {
	margin-top: 15px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

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

	.c-point__inner-list-sec .ttl {
		margin-top: 1.364vw;
		font-size: 1.818vw;
	}
}

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

	.c-point__inner {
		padding: 25px 2.173913043478261% 20px;
	}

	.c-point__inner-list-sec {
		width: 30.303030303030303%;
		padding: 15px 3.333333333333333% 3.03030303030303%;
		background: #fff;
		border-radius: 6px;
		position: relative;
		z-index: 1;
	}

	.c-point__inner-list-sec .num {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 9px;
		border-radius: 5px;
	}

	.c-point__inner-list-sec .ttl {
		margin: 8px -.5em 0;
		font-size: 12px;
		line-height: 1.8;
	}
}



/**********************************

 c-cv

***********************************/
.c-cv {
	background: #f2efe7;
}

.c-cv__inner {
	padding: 40px 0 55px;
}

.c-cv__inner-ttl {
	margin-top: -.2em;
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.c-cv__inner-content {
	display: flex;
	justify-content: space-between;
}

.c-cv__inner-content .contact {
	width: 47%;
}

.c-cv__inner-content .contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 104px;
	padding: 0 15px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 5px 0 #733300;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fe923a+0,ee6f09+100 */
	background: linear-gradient(to bottom,  rgba(254,146,58,1) 0%,rgba(238,111,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.c-cv__inner-content .contact a span {
	padding-left: 48px;
	padding-right: 36px;
	position: relative;
	z-index: 1;
}

.c-cv__inner-content .contact a span:before {
	content: "";
	display: block;
	width: 31px;
	height: 31px;
	background: url(../images/icon_form02.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-cv__inner-content .contact a span:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-cv__inner-content .tel {
	width: 47%;
}

.c-cv__inner-content .tel a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 104px;
	background: #fff;
	box-shadow: 0 5px 0 #d9d7cf;
}

.c-cv__inner-content .tel a .txt01 {
	margin-top: -.2em;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.c-cv__inner-content .tel a .box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-cv__inner-content .tel a .box .num {
	color: #00449f;
	font-size: 36px;
	font-weight: bold;
	white-space: nowrap;
	line-height: 1;
}

.c-cv__inner-content .tel a .box .num span {
	padding-left: 34px;
	position: relative;
	z-index: 1;
}

.c-cv__inner-content .tel a .box .num span:before {
	content: "";
	display: block;
	width: 27px;
	height: 19px;
	background: url(../images/icon_free01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-cv__inner-content .tel a .box .time {
	padding: 2px 10px;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.3;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

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

	.c-cv__inner-content .contact a {
		height: 9.455vw;
		padding: 0 1.364vw;
		font-size: 2.545vw;
		box-shadow: 0 0.454545454545455vw 0 #733300;
	}

	.c-cv__inner-content .contact a span {
		padding-left: 4.364vw;
		padding-right: 3.273vw;
	}

	.c-cv__inner-content .contact a span:before {
		width: 2.818vw;
		height: 2.818vw;
	}

	.c-cv__inner-content .contact a span:after {
		width: 1.636vw;
		height: 1.636vw;
	}

	.c-cv__inner-content .tel a {
		height: 9.455vw;
		box-shadow: 0 0.454545454545455vw 0 #d9d7cf;
	}

	.c-cv__inner-content .tel a .txt01 {
		margin-bottom: 0.727vw;
		font-size: 1.455vw;
	}

	.c-cv__inner-content .tel a .box .num {
		font-size: 3.273vw;
	}

	.c-cv__inner-content .tel a .box .num span {
		padding-left: 3.091vw;
	}

	.c-cv__inner-content .tel a .box .num span:before {
		width: 2.455vw;
		height: 1.727vw;
	}

	.c-cv__inner-content .tel a .box .time {
		padding: 0.182vw 0.909vw;
		font-size: 0.909vw;
	}

}

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

	.c-cv__inner {
		padding: 20px 0 28px;
	}

	.c-cv__inner-ttl {
		margin-bottom: 15px;
		font-size: 14px;
	}

	.c-cv__inner-content {
		display: block;
		width: 82.608695652173913%;
		margin: 0 auto;
	}

	.c-cv__inner-content .contact {
		width: auto;
		margin-bottom: 28px;
	}

	.c-cv__inner-content .contact a {
		height: 52px;
		padding: 0 10px;
		font-size: 18px;
		box-shadow: 0 3px 0 #733300;
	}

	.c-cv__inner-content .contact a span {
		padding-left: 26px;
		padding-right: 23px;
	}

	.c-cv__inner-content .contact a span:before {
		width: 19px;
		height: 19px;
	}

	.c-cv__inner-content .contact a span:after {
		width: 12px;
		height: 12px;
	}

	.c-cv__inner-content .tel {
		width: auto;
	}

	.c-cv__inner-content .tel a {
		display: block;
		height: auto;
		padding: 15px 0 20px;
		box-shadow: 0 3px 0 #d9d7cf;
	}

	.c-cv__inner-content .tel a .txt01 {
		margin-top: -.1em;
		margin-bottom: 12px;
		font-size: 14px;
	}

	.c-cv__inner-content .tel a .box {
		display: block;
		text-align: center;
		font-size: 10px;
	}

	.c-cv__inner-content .tel a .box .num {
		margin-bottom: 12px;
		font-size: 29px;
		text-align: center;
	}

	.c-cv__inner-content .tel a .box .num span {
		padding-left: 34px;
	}

	.c-cv__inner-content .tel a .box .num span:before {
		width: 27px;
		height: 19px;
	}

	.c-cv__inner-content .tel a .box .time {
		display: inline-block;
		padding: 2px 15px;
		font-size: 10px;
		font-weight: bold;
		line-height: 1.3;
		vertical-align: top;
		border: 1px solid #dddddd;
		border-radius: 100px;
	}
}



/**********************************

 c-trouble

***********************************/
.c-trouble {

}

.c-trouble-list {

}

.c-trouble-list ul {

}

.c-trouble-list ul li {
	min-height: 80px;
	padding: 17px 20px;
	margin-left: 100px;
	margin-bottom: 43px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.6;
	background: #fff;
	box-shadow: 0 3px 0 rgba(0,0,0,.03);
	position: relative;
	z-index: 1;
}

.c-trouble-list ul li:last-child {
	margin-bottom: 0;
}

.c-trouble-list ul li:before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background: #39393b url(../images/icon_check01_pc.png) no-repeat center;
	box-shadow: 0 3px 0 rgba(0,0,0,.03);
	position: absolute;
	top: 0;
	left: -100px;
	z-index: 1;
}

.c-trouble-list ul li.brawn:before {
	background-color: #beaf87;
}

.c-trouble-top {
	background: #fff url(../images/trouble_bg01.jpg) no-repeat center bottom / cover;
}

.c-trouble-top__inner {
	padding: 65px 0 40px;
}

.c-trouble-top__inner-box {
	width: 570px;
	height: 490px;
	margin: 25px auto 0;
	background: url(../images/trouble_bg02.png) no-repeat center / contain;
}

.c-trouble-top__inner-box .inner {
	padding-top: 270px;
}

.c-trouble-top__inner-box .inner p {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-trouble-bottom {
	background: #f2efe7;
}

.c-trouble-bottom__inner {
	padding-bottom: 83px;
}

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


	.c-trouble-list ul li {
		min-height: 40px;
		padding: 8px 10px;
		margin-left: 50px;
		margin-bottom: 22px;
		font-size: 14px;
		box-shadow: 0 2px 0 rgba(0,0,0,.03);
	}

	.c-trouble-list ul li:last-child {
		margin-bottom: 0;
	}

	.c-trouble-list ul li:before {
		width: 40px;
		height: 40px;
		background: #39393b url(../images/icon_check01_sp.png) no-repeat center;
		background-size: 12.5px 9.5px;
		box-shadow: 0 2px 0 rgba(0,0,0,.03);
		left: -50px;
	}

	.c-trouble-list ul li.brawn:before {
		background-color: #beaf87;
	}

	.c-trouble-top__inner {
		padding: 30px 0 20px;
	}

	.c-trouble-top__inner-box {
		width: 285px;
		height: 245px;
		margin: 12px auto 0;
	}

	.c-trouble-top__inner-box .inner {
		padding-top: 135px;
	}

	.c-trouble-top__inner-box .inner p {
		font-size: 24px;
	}

	.c-trouble-bottom__inner {
		padding-bottom: 42px;
	}
}


/**********************************

 c-case

***********************************/
.c-case {

}

.c-case__inner {
	padding: 60px 0 65px;
}

.c-case__inner-slider {
	width: 690px;
	max-width: 100%;
	margin: 0 auto;
}

.c-case__inner-slider .slick-prev {
	width: 46px;
	height: 46px;
	background: url(../images/icon_arr_prev01.png) no-repeat center / contain;
	left: -85px;
	z-index: 3;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-case__inner-slider .slick-prev:hover {
	opacity: .7;
}

.c-case__inner-slider .slick-prev:before {
	display: none;
}

.c-case__inner-slider .slick-next {
	width: 46px;
	height: 46px;
	background: url(../images/icon_arr_next01.png) no-repeat center / contain;
	right: -85px;
	z-index: 3;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-case__inner-slider .slick-next:hover {
	opacity: .7;
}

.c-case__inner-slider .slick-next:before {
	display: none;
}

.c-case__inner-slider-item {

}

.c-case__inner-slider-item-inner {
	padding-top: 30px;
	border-top: 2px solid #beaf87;
}

.c-case__inner-slider-item-inner .overview {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.c-case__inner-slider-item-inner .overview .pic {
	width: 47.101449275362319%;
}

.c-case__inner-slider-item-inner .overview .content {
	width: 47.101449275362319%;
	padding-bottom: 14px;
	border-bottom: 1px solid #dddddd;
}

.c-case__inner-slider-item-inner .overview .content .ttl {
	padding: 11px 10px;
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #f2efe7;
}

.c-case__inner-slider-item-inner .overview .content p {
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}

.c-case__inner-slider-item-inner .work {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.c-case__inner-slider-item-inner .work .sec {
	width: 47.101449275362319%;
	padding-bottom: 12px;
	border-bottom: 1px solid #dddddd;
}

.c-case__inner-slider-item-inner .work .sec .ttl {
	padding: 11px 10px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.c-case__inner-slider-item-inner .work .sec:nth-child(1) .ttl {
	background: #39393b;
}

.c-case__inner-slider-item-inner .work .sec:nth-child(2) .ttl {
	background: #beaf87;
}

.c-case__inner-slider-item-inner .work .sec p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.c-case__inner-slider-item-inner .work .sec:nth-child(1) p {
	color: #39393b;
}

.c-case__inner-slider-item-inner .work .sec:nth-child(2) p {
	color: #beaf87;
}

.c-case__inner-slider-item-inner .work .sec p .Oswald {
	display: inline-block;
	font-size: 36px;
	line-height: 1;
}

.c-case__inner-slider-item-inner .result {
	color: #00449f;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-case__inner-slider-item-inner .result .Oswald {
	display: inline-block;
	font-size: 54px;
	line-height: 1;
}

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

	.c-case__inner-slider {
		width: 74.595vw;
	}

	.c-case__inner-slider .slick-prev {
		width: 4.973vw;
		height: 4.973vw;
		left: -9.189vw;
	}

	.c-case__inner-slider .slick-next {
		width: 4.973vw;
		height: 4.973vw;
		right: -9.189vw;
	}

	.c-case__inner-slider-item-inner {
		padding-top: 3.243vw;
	}

	.c-case__inner-slider-item-inner .overview {
		margin-bottom: 3.243vw;
	}

	.c-case__inner-slider-item-inner .overview .content {
		padding-bottom: 1.514vw;
	}

	.c-case__inner-slider-item-inner .overview .content .ttl {
		padding: 1.189vw 1.081vw;
		margin-bottom: 1.514vw;
		font-size: 1.946vw;
	}

	.c-case__inner-slider-item-inner .overview .content p {
		font-size: 1.73vw;
	}

	.c-case__inner-slider-item-inner .work {
		margin-bottom: 2.162vw;
	}

	.c-case__inner-slider-item-inner .work .sec {
		padding-bottom: 1.297vw;
	}

	.c-case__inner-slider-item-inner .work .sec .ttl {
		padding: 1.189vw 1.081vw;
		margin-bottom: 1.622vw;
		font-size: 1.946vw;
	}

	.c-case__inner-slider-item-inner .work .sec p {
		font-size: 2.162vw;
	}

	.c-case__inner-slider-item-inner .work .sec p .Oswald {
		font-size: 3.892vw;
	}

	.c-case__inner-slider-item-inner .result {
		font-size: 3.243vw;
	}

	.c-case__inner-slider-item-inner .result .Oswald {
		font-size: 5.838vw;
	}

}

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

	.c-case__inner {
		padding: 25px 0 35px;
	}

	.c-case__inner .c-title01 {
		margin-bottom: 15px;
	}

	.c-case__inner-slider {
		width: auto;
		max-width: none;
		margin: 0 -4.347826086956522%;
	}

	.c-case__inner-slider .slick-prev {
		width: 35px;
		height: 35px;
		left: 12px;
	}

	.c-case__inner-slider .slick-next {
		width: 35px;
		height: 35px;
		right: 12px;
	}

	.c-case__inner-slider-item {

	}

	.c-case__inner-slider-item-inner {
		padding: 15px 4% 0;
	}

	.c-case__inner-slider-item-inner .overview {
		display: flex;
		justify-content: space-between;
		margin-bottom: 15px;
	}

	.c-case__inner-slider-item-inner .overview .content {
		padding-bottom: 7px;
		border-bottom: 1px solid #dddddd;
	}

	.c-case__inner-slider-item-inner .overview .content .ttl {
		padding: 1px 5px;
		margin-bottom: 7px;
		font-size: 16px;
	}

	.c-case__inner-slider-item-inner .overview .content p {
		font-size: 12px;
	}

	.c-case__inner-slider-item-inner .work {
		margin-bottom: 12px;
	}

	.c-case__inner-slider-item-inner .work .sec {
		padding-bottom: 6px;
		border-bottom: 1px solid #dddddd;
	}

	.c-case__inner-slider-item-inner .work .sec .ttl {
		padding: 1px 5px;
		margin-bottom: 8px;
		font-size: 16px;
	}

	.c-case__inner-slider-item-inner .work .sec p {
		font-size: 16px;
	}

	.c-case__inner-slider-item-inner .work .sec p .Oswald {
		font-size: 33.5px;
	}

	.c-case__inner-slider-item-inner .result {
		font-size: 21px;
	}

	.c-case__inner-slider-item-inner .result .Oswald {
		font-size: 42.5px;
	}

}


/**********************************

 c-reason

***********************************/
.c-reason {
	background: #f2efe7;
}

.c-reason__inner {
	padding: 70px 0 80px;
}

.c-reason__inner-list {
	padding-top: 20px;
}

.c-reason__inner-list-sec {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 40px 3% 2.5%;
	margin-bottom: 70px;
	border-radius: 10px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.c-reason__inner-list-sec:nth-child(even) {
	flex-direction: row-reverse;
}

.c-reason__inner-list-sec:last-child {
	margin-bottom: 0;
}

.c-reason__inner-list-sec .num {
	padding: 6px 20px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #beaf87;
	border-radius: 10px;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-reason__inner-list-sec .pic {
	width: 29.787234042553191%;
}

.c-reason__inner-list-sec .content {
	width: 68.085106382978723%;
}

.c-reason__inner-list-sec .content .ttl {
	margin-top: -.2em;
	margin-bottom: .4em;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
}

.c-reason__inner-list-sec .content .txt01 {
	margin-bottom: .8em;
}

.c-reason__inner-list-sec .content .txt01:last-child {
	margin-bottom: 0;
}

.c-reason__inner-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 750px;
	height: 386px;
	padding-top: 50px;
	margin: 50px auto 0;
	background: url(../images/reason_bg01.png) no-repeat center / contain;
}

.c-reason__inner-box-inner {

}

.c-reason__inner-box-inner p {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

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

	.c-reason__inner-box {
		width: 88.235vw;
		height: 45.412vw;
		padding-top: 5.882vw;
	}

	.c-reason__inner-box-inner p {
		font-size: 5.647vw;
	}

}

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

	.c-reason__inner {
		padding: 35px 0 40px;
	}

	.c-reason__inner-list {
		padding-top: 12px;
	}

	.c-reason__inner-list-sec {
		display: block;
		padding: 22px 4.347826086956522% 4.347826086956522%;
		margin-bottom: 46px;
		border-radius: 6px;
	}

	.c-reason__inner-list-sec:last-child {
		margin-bottom: 0;
	}

	.c-reason__inner-list-sec .num {
		padding: 2px 6px;
		font-size: 11px;
		border-radius: 6px;
	}

	.c-reason__inner-list-sec .pic {
		width: auto;
		margin-bottom: 15px;
		text-align: center;
	}

	.c-reason__inner-list-sec .content {
		width: auto;
	}

	.c-reason__inner-list-sec .content .ttl {
		margin-top: -.2em;
		margin-bottom: .6em;
		font-size: 18px;
		text-align: center;
	}

	.c-reason__inner-list-sec .content .txt01 {
		margin-bottom: .8em;
	}

	.c-reason__inner-list-sec .content .txt01:last-child {
		margin-bottom: 0;
	}

	.c-reason__inner-box {
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
		height: 193px;
		padding-top: 25px;
		margin: 25px -4.347826086956522% 0;
		background: url(../images/reason_bg01.png) no-repeat center / contain;
	}

	.c-reason__inner-box-inner {

	}

	.c-reason__inner-box-inner p {
		font-size: 24px;
	}
}


/**********************************

 c-voice

***********************************/
.c-voice {

}

.c-voice__inner {
	padding: 70px 0 80px;
}

.c-voice__inner-slider {
	width: 690px;
	max-width: 100%;
	margin: 0 auto;
}

.c-voice__inner-slider .slick-list {
}

.c-voice__inner-slider .slick-track {
	display: flex;
}

.c-voice__inner-slider .slick-prev {
	width: 46px;
	height: 46px;
	background: url(../images/icon_arr_prev01.png) no-repeat center / contain;
	left: -85px;
	z-index: 3;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-voice__inner-slider .slick-prev:hover {
	opacity: .7;
}

.c-voice__inner-slider .slick-prev:before {
	display: none;
}

.c-voice__inner-slider .slick-next {
	width: 46px;
	height: 46px;
	background: url(../images/icon_arr_next01.png) no-repeat center / contain;
	right: -85px;
	z-index: 3;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-voice__inner-slider .slick-next:hover {
	opacity: .7;
}

.c-voice__inner-slider .slick-next:before {
	display: none;
}

.c-voice__inner-slider-item {
	height: auto !important;
	background: #fff;
}

.c-voice__inner-slider-item-inner {
	padding: 30px;
}

.c-voice__inner-slider-item-inner .detail {
	margin-bottom: 15px;
}

.c-voice__inner-slider-item-inner .detail p {
	font-size: 26px;
	font-weight: bold;
}

.c-voice__inner-slider-item-inner .work {
	margin-bottom: 15px;
}

.c-voice__inner-slider-item-inner .work .ttl {
	padding: 11px 10px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #beaf87;
}

.c-voice__inner-slider-item-inner .work p {
	margin-bottom: .6em;
	font-size: 18px;
}

.c-voice__inner-slider-item-inner .work p:last-child {
	margin-bottom: 0;
}

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

	.c-voice__inner-slider {
		width: 74.595vw;
	}

	.c-voice__inner-slider .slick-prev {
		width: 4.973vw;
		height: 4.973vw;
		left: -9.189vw;
	}

	.c-voice__inner-slider .slick-next {
		width: 4.973vw;
		height: 4.973vw;
		right: -9.189vw;
	}

	.c-voice__inner-slider-item-inner {
		padding: 3.243vw;
	}

	.c-voice__inner-slider-item-inner .detail {
		margin-bottom: 1.622vw;
	}

	.c-voice__inner-slider-item-inner .detail p {
		font-size: 2.811vw;
	}

	.c-voice__inner-slider-item-inner .work {
		margin-bottom: 1.622vw;
	}

	.c-voice__inner-slider-item-inner .work .ttl {
		padding: 1.189vw 1.081vw;
		margin-bottom: 1.622vw;
		font-size: 1.946vw;
	}

	.c-voice__inner-slider-item-inner .work p {
		font-size: 1.946vw;
	}
}

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


	.c-voice__inner {
		padding: 35px 0 40px;
	}

	.c-voice__inner-slider {
		width: auto;
		max-width: none;
		margin: 0;
	}

	.c-voice__inner-slider .slick-prev {
		width: 35px;
		height: 35px;
		left: -3px;
	}

	.c-voice__inner-slider .slick-next {
		width: 35px;
		height: 35px;
		right: -3px;
	}

	.c-voice__inner-slider-item {
		height: auto !important;
		background: #fff;
	}

	.c-voice__inner-slider-item-inner {
		padding: 4.347826086956522%;
	}

	.c-voice__inner-slider-item-inner .detail {
		margin-bottom: 10px;
	}

	.c-voice__inner-slider-item-inner .detail p {
		font-size: 14px;
	}

	.c-voice__inner-slider-item-inner .work {
		margin-bottom: 10px;
	}

	.c-voice__inner-slider-item-inner .work .ttl {
		padding: 1px 10px;
		margin-bottom: 8px;
		font-size: 16px;
	}

	.c-voice__inner-slider-item-inner .work p {
		margin-bottom: .6em;
		font-size: 14px;
	}

}


/**********************************

 c-flow

***********************************/
.c-flow {

}

.c-flow__inner {
	padding: 70px 0 75px;
}

.c-flow__inner-list {
	padding-top: 20px;
}

.c-flow__inner-list-sec {
	padding: 35px 3% 2%;
	margin-bottom: 110px;
	background: #fff;
	box-shadow: 0 5px 0 rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
}

.c-flow__inner-list-sec:last-child {
	margin-bottom: 0;
}

.c-flow__inner-list-sec:before {
	content: "";
	display: block;
	width: 35px;
	height: 23px;
	margin-bottom: -60px;
	background: url(../images/flow_arr01.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-flow__inner-list-sec:last-child:before {
	display: none;
}

.c-flow__inner-list-sec .num {
	padding: 6px 20px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #beaf87;
	border-radius: 10px;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-flow__inner-list-sec .ttl {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.c-flow__inner-txt01 {
	margin-top: 25px;
	font-size: 18px;
	text-align: center;
}

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

	.c-flow__inner {
		padding: 35px 0 40px;
	}

	.c-flow__inner-list {
		padding-top: 12px;
	}

	.c-flow__inner-list-sec {
		padding: 20px 4.347826086956522% 3%;
		margin-bottom: 60px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-flow__inner-list-sec:last-child {
		margin-bottom: 0;
	}

	.c-flow__inner-list-sec:before {
		width: 26px;
		height: 17px;
		margin-bottom: -35px;
	}

	.c-flow__inner-list-sec .num {
		padding: 2px 6px;
		font-size: 11px;
		border-radius: 6px;
	}

	.c-flow__inner-list-sec .ttl {
		font-size: 16px;
	}

	.c-flow__inner-txt01 {
		margin-top: 12px;
		font-size: 14px;
	}
}


/**********************************

 c-area

***********************************/
.c-area {

}

.c-area__inner {
	padding: 70px 0 75px;
}

.c-area__inner-pic {
	width: 60.2%;
	margin: 0 auto 40px;
}

.c-area__inner-txt01 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.c-area__inner-txt01 span {
	display: inline-block;
	padding: 10px 55px;
	vertical-align: top;
	border: 5px solid #beaf87;
}

.c-area__inner-note {
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

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

	.c-area__inner {
		padding: 35px 0 40px;
	}

	.c-area__inner-pic {
		width: 87.246376811594203%;
		margin: 0 auto 20px;
	}

	.c-area__inner-txt01 {
		font-size: 13px;
	}

	.c-area__inner-txt01 span {
		padding: 3px 15px;
		border: 3px solid #beaf87;
	}

	.c-area__inner-note {
		margin-top: 12px;
		font-size: 12px;
	}
}


/**********************************

 c-staff

***********************************/
.c-staff {

}

.c-staff__inner {
	padding: 70px 0 80px;
}

.c-staff__inner-slider {
	width: 690px;
	max-width: 100%;
	margin: 0 auto;
}

.c-staff__inner-slider .slick-list {
}

.c-staff__inner-slider .slick-track {
	display: flex;
	padding-bottom: 5px;
}

.c-staff__inner-slider .slick-prev {
	width: 46px;
	height: 46px;
	background: url(../images/icon_arr_prev01.png) no-repeat center / contain;
	left: -85px;
	z-index: 3;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-staff__inner-slider .slick-prev:hover {
	opacity: .7;
}

.c-staff__inner-slider .slick-prev:before {
	display: none;
}

.c-staff__inner-slider .slick-next {
	width: 46px;
	height: 46px;
	background: url(../images/icon_arr_next01.png) no-repeat center / contain;
	right: -85px;
	z-index: 3;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-staff__inner-slider .slick-next:hover {
	opacity: .7;
}

.c-staff__inner-slider .slick-next:before {
	display: none;
}

.c-staff__inner-slider-item {
	height: auto !important;
	box-shadow: 0 5px 0 rgba(0,0,0,0.05);
}

.c-staff__inner-slider-item-inner {
	display: flex;
	justify-content: space-between;
	height: 100%;
	padding: 30px;
	background: #fff;
}

.c-staff__inner-slider-item-inner .pic {
	width: 47.619047619047619%;
}

.c-staff__inner-slider-item-inner .content {
	width: 47.619047619047619%;
}

.c-staff__inner-slider-item-inner .content .ttl {
	margin-top: -.3em;
	margin-bottom: .2em;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6;
}

.c-staff__inner-slider-item-inner .content .position {
	margin-bottom: .3em;
	color: #bead85;
	font-size: 18px;
	font-weight: bold;
}

.c-staff__inner-slider-item-inner .content .txt01 {
	font-size: 18px;
}

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

	.c-staff__inner-slider {
		width: 74.595vw;
	}

	.c-staff__inner-slider .slick-track {
		padding-bottom: 0.541vw;
	}

	.c-staff__inner-slider .slick-prev {
		width: 4.973vw;
		height: 4.973vw;
		left: -9.189vw;
	}

	.c-staff__inner-slider .slick-next {
		width: 4.973vw;
		height: 4.973vw;
		right: -9.189vw;
	}

	.c-staff__inner-slider-item {
		box-shadow: 0 0.540540540540541vw 0 rgba(0,0,0,0.05);
	}

	.c-staff__inner-slider-item-inner {
		padding: 3.243vw;
	}

	.c-staff__inner-slider-item-inner .content .ttl {
		font-size: 2.811vw;
	}

	.c-staff__inner-slider-item-inner .content .position {
		font-size: 1.946vw;
	}

	.c-staff__inner-slider-item-inner .content .txt01 {
		font-size: 1.946vw;
	}

}

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


	.c-staff__inner {
		padding: 35px 0 40px;
	}

	.c-staff__inner-slider {
		width: auto;
		max-width: none;
		margin: 0;
	}

	.c-staff__inner-slider .slick-track {
		padding-bottom: 3px;
	}

	.c-staff__inner-slider .slick-prev {
		width: 35px;
		height: 35px;
		left: -3px;
	}

	.c-staff__inner-slider .slick-next {
		width: 35px;
		height: 35px;
		right: -3px;
	}

	.c-staff__inner-slider-item {
		height: auto !important;
		box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	}

	.c-staff__inner-slider-item-inner {
		padding: 4.347826086956522%;
	}

	.c-staff__inner-slider-item-inner .pic {
		width: 47.619047619047619%;
	}

	.c-staff__inner-slider-item-inner .content {
		width: 47.619047619047619%;
	}

	.c-staff__inner-slider-item-inner .content .ttl {
		margin-bottom: .2em;
		font-size: 14px;
	}

	.c-staff__inner-slider-item-inner .content .position {
		margin-bottom: .3em;
		font-size: 12px;
	}

	.c-staff__inner-slider-item-inner .content .txt01 {
		font-size: 12px;
	}
}


/**********************************

 c-faq

***********************************/
.c-faq {
	background: #f2efe7;
}

.c-faq__inner {
	padding: 70px 0 83px;
}

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

	.c-faq__inner {
		padding: 35px 0 42px;
	}

}


/**********************************

 c-mind

***********************************/
.c-mind {

}

.c-mind__inner {
	padding: 70px 0 85px;
}

.c-mind__inner-content {
	padding: 3% 4% 4%;
	background: #fff;
	box-shadow: 0 5px 0 rgba(0,0,0,0.05);
}

.c-mind__inner-content .txt01 {
	margin-bottom: .8em;
	font-size: 18px;
}

.c-mind__inner-content .txt01:last-child {
	margin-bottom: 0;
}

.c-mind__inner-content .sign {
	width: 440px;
	max-width: 100%;
	margin-top: 25px;
	margin-left: auto;
}

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

	.c-mind__inner {
		padding: 35px 0 43px;
	}

	.c-mind__inner-content {
		padding: 3.5% 4.347826086956522% 4.347826086956522%;
		background: #fff;
		box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	}

	.c-mind__inner-content .txt01 {
		margin-bottom: .8em;
		font-size: 14px;
	}

	.c-mind__inner-content .sign {
		width: 275px;
		margin-top: 15px;
	}

	.c-mind__inner-content .sign img {
		display: block;
	}
}



/**********************************

 c-contact

***********************************/
.c-contact {
	background: #f2efe7;
}

.c-contact__inner {
	padding: 70px 0 90px;
}

.c-contact__inner-txt01 {
	margin-top: -1em;
	margin-bottom: 40px;
	font-size: 18px;
	text-align: center;
}

.c-contact__inner-promise {
	margin-bottom: 40px;
}

.c-contact__inner-promise .ttl {
	padding: 6px 10px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background: #beaf87;
}

.c-contact__inner-promise ul {
	font-size: 18px;
}

.c-contact__inner-promise ul li {
	text-align: center;
}

.c-contact__inner-content {
	padding: 10px 3.9% 5.5%;
	background-color: #fff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.c-contact__inner-content:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #beaf87;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

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

	.c-contact__inner {
		padding: 35px 0 40px;
	}

	.c-contact__inner-txt01 {
		margin-top: -.5em;
		margin-bottom: 20px;
		font-size: 14px;
		text-align: left;
	}

	.c-contact__inner-promise {
		margin-bottom: 20px;
	}

	.c-contact__inner-promise .ttl {
		padding: 3px 10px;
		margin-bottom: 10px;
		font-size: 16px;
	}

	.c-contact__inner-promise ul {
		font-size: 14px;
	}

	.c-contact__inner-content {
		padding: 2px 4.833333333333333% 8.088235294117647%;
		background-color: #fff;
		box-shadow: none;
		border-radius: 5px;
		border-left: 1px solid #dddddd;
		border-right: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
	}

	.c-contact__inner-content:before {
		height: 2px;
	}
}


/**********************************

 c-company

***********************************/
.c-company {

}

.c-company__inner {
	padding: 70px 0 80px;
}

.c-company__inner-content {

}

.c-company__inner-content dl {
	display: flex;
	padding: 30px 0;
	border-bottom: 1px solid #dddddd;
}

.c-company__inner-content dl:first-child {
	border-top: 1px solid #dddddd;
}

.c-company__inner-content dl dt {
	display: flex;
	align-items: center;
	width: 280px;
	padding-left: 60px;
	padding-right: 1em;
	font-weight: bold;
}

.c-company__inner-content dl dd {
	flex: 1;
}

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

	.c-company__inner {
		padding: 35px 0 40px;
	}

	.c-company__inner-content {
	}

	.c-company__inner-content dl {
		display: block;
		padding: 12px 0;
	}

	.c-company__inner-content dl dt {
		display: block;
		width: auto;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: .2em;
		text-align: center;
	}

	.c-company__inner-content dl dd {
		text-align: center;
	}

}


/**********************************

 c-map

***********************************/
.c-map {

}

.c-map iframe {
	display: block;
	width: 100%;
	height: 360px;
}

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

	.c-map iframe {
		height: 48vw;
	}

}


/**********************************

 xxx

***********************************/

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

}

@media screen and (max-width:460px){
.line_cta {
    width: 100%;
}
input.wfull.address_content {
    width: 100% !important;
}
@media screen and (max-width:460px){
.line_cta {
    width: 100%;
}
}