@charset "utf-8";

html {
	font-size: 10px;
}

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 1.6rem;
	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;
	-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: 0;
	padding: 0;
	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: 5rem;
	padding: .5rem 1rem;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	border: .3rem solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 5rem;
	padding: .5rem 1rem;
	color: #333333;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	border: .3rem solid #dddddd;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 15rem;
	padding: 1.5rem 1rem;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	border: .3rem solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	vertical-align: top;
}
/* 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: #333333;
}
a:visited {
	color: #333333;
}
a.normal:link {
	color: #333333;
}
a.normal:visited {
	color: #333333;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
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;
}
.ovImg:hover img {	
	opacity:0.7;
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 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;
}
.Lato {
	font-family: "YakuHanJP", 'Lato', sans-serif;
}
.Oswald {
	font-family: "YakuHanJP", 'Oswald', sans-serif;
}
* {
	box-sizing: border-box;
}



@media screen and (max-width:1299px){
	html {
		font-size: 0.769vw;
	}
}

@media screen and (max-width:767px){
	html {
		font-size: 10px;
	}
	body {
		font-size: 1.4rem;
	}
	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: 4.4rem;
		padding: .5rem 1rem;
		font-size: 1.4rem;
		border: .2rem solid #dddddd;
	}
	select {
		height: 4.4rem;
		padding: .5rem 1rem;
		font-size: 1.4rem;
		border: .2rem solid #dddddd;
	}
	textarea {
		height: 34.6666666vw;
		padding: .5rem 1rem;
		font-size: 1.4rem;
		border: .2rem 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: #1184df;
}
.green {
	color: #007d4e;
}
.orange {
	color: #ff7f00;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffff00 70%);
}
.marker-white {
	background: linear-gradient(transparent 70%, #ffffff 70%);
}
.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 5rem;
}

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


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

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

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

 layout

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

.l-main {
}

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

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

	.l-pageTop {
		width: 3.2rem;
		bottom: 1.5rem;
		right: 4%;
	}
}

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

 l-header

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

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

.l-header__inner-logo {

}

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

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

 l-fixed-content

***********************************/
.l-fixed-content {
	display: none;
}

.l-fixed-content .inner {
	display: flex;
	align-items: flex-start;
	margin-right: 2rem;
	position: fixed;
	bottom: 4rem;
	right: 0;
	z-index: 4;
}

.l-fixed-content__balloon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10rem;
	height: 9.6rem;
	padding-right: 1rem;
	margin-right: .5rem;
	font-size: 2.4rem;
	font-weight: bold;
	background: url(../images/fixed_balloon01.png) no-repeat center / contain;
}

.l-fixed-content__link {
	width: 18rem;
	height: 18rem;
}

.l-fixed-content__link a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18rem;
	height: 18rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background: #ff8d1b;
	border-radius: 50%;
}

.l-fixed-content__link a span {
	display: block;
	padding-top: 3.5rem;
	position: relative;
	z-index: 1;
}

.l-fixed-content__link a span:before {
	content: "";
	display: block;
	width: 3.7rem;
	height: 2.7rem;
	background: url(../images/icon_mail02.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.l-fixed-content__pic {
	width: 12.6rem;
	margin-top: -3rem;
	margin-left: -.5rem;
}

@media screen and (max-width:767px){
	.l-fixed-content {
		display: none !important;
	}
}

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

 l-footer

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

}

.l-footer__inner {
	padding: 3rem 0;
}

.l-footer__inner-logo {
	text-align: center;
}

.l-footer__inner-link {
	margin-top: 1.5rem;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.l-footer__inner-link a {
	text-decoration: underline;
}

.l-footer__inner-link a:hover {
	text-decoration: none;
}

.l-footer__inner-txt01 {
	margin-top: 1.5rem;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.l-footer__inner-copy {
	margin-top: 1.5rem;
	color: #b8b8b8;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .12em;
}

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

	.l-footer__inner {
		padding: 2rem 0;
	}

	.l-footer__inner-logo {
		width: 10.2rem;
		margin: 0 auto;
	}

	.l-footer__inner-link {
		margin-top: 1.2rem;
		font-size: 1.05rem;
	}

	.l-footer__inner-txt01 {
		margin-top: 1.2rem;
		font-size: 1rem;
	}

	.l-footer__inner-copy {
		margin-top: 1.2rem;
		font-size: .9rem;
	}
}

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

 c-title01

***********************************/
.c-title01 {
	margin-top: -.25em;
	font-size: 4.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

@media screen and (max-width:767px){
	.c-title01 {
		font-size: 2.1rem;
	}
}

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

 c-sub-hero

***********************************/
.c-sub-hero {
	background-color: #007d4f;
}

.c-sub-hero__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30rem;
}

.c-sub-hero__inner__ttl {
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
	text-align: center;
}

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

	.c-sub-hero__inner {
		height: 15rem;
	}

	.c-sub-hero__inner__ttl {
		font-size: 1.8rem;
	}
}

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

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 2rem 1.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0 .5rem 0 0 #761710;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e75549+0,e23324+100 */
	background: linear-gradient(to bottom,  rgba(231,85,73,1) 0%,rgba(226,51,36,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


@media screen and (max-width:767px){
	a.c-btn01 {
		padding: 1.2rem 1.5rem;
		font-size: 1.6rem;
		box-shadow: 0 .3rem 0 0 #761710;
	}
}

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

 c-form

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

.c-form:before {
}

.c-form__content {
	margin-bottom: 5rem;
}

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

.c-form__content dl dt {
	display: table-cell;
	width: 27rem;
	padding-right: 2.5rem;
	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: 1.8rem;
	font-weight: bold;
	line-height: 1.8;
}

.c-form__content dl dt .inner .require,
.c-form__content dl dt .inner .any {
	padding: .2rem .5rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: .4rem;
}

.c-form__content dl dt .inner .require {
	background-color: #ff3f00;
}

.c-form__content dl dt .inner .any {
	background-color: #267eea;
}

.c-form__content dl dd {
	display: table-cell;
	padding-left: 2.5rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	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% - 1rem);
}

.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 .note {
	margin-top: 1rem;
	font-size: 1.2rem;
	font-weight: bold;
}

.c-form__content dl dd .note li {
	text-indent: -1.1em;
	margin-left: 1.1em;
}

.c-form__privacy {
	margin-bottom: 3rem;
}

.c-form__privacy-content {
	padding: 2rem 0 2rem 2.9rem;
	margin-bottom: 3.5rem;
	border: 1px solid #dddddd;
}

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

.c-form__privacy-content-scroll section {
	margin-bottom: 3rem;
}

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

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

.c-form__privacy-content-scroll p {
	font-size: 1.6rem;
}

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

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

.c-form__submit {
	width: 32rem;
	max-width: 100%;
	margin: 0 auto;
}

.c-form__submit button,
.c-form__submit input,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 2.2rem 1.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: .07em;
	border-radius: 100px;
	box-shadow:0 .5rem 0 0 #761710;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e75549+0,e23324+100 */
	background: linear-gradient(to bottom,  rgba(231,85,73,1) 0%,rgba(226,51,36,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	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: 36rem;
}

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

.c-form__confirmBtn__btn .back {
	display: block;
	width: 100%;
	padding: 2.2rem 1.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0 .5rem 0 0 #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: 2rem;
	}

	.c-form__content dl {
		display: block;
		width: auto;
		padding: 1.5rem 0 2rem;
	}

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

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

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

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

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

	.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: 1.5rem;
	}

	.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 .file {
		text-align: center;
	}

	.c-form__content dl dd .note {
		margin-top: 1rem;
		font-size: .9rem;
	}

	.c-form__privacy {
		margin-bottom: 1.8rem;
	}

	.c-form__privacy-content {
		padding: 1.2rem 0 1.2rem 1.5rem;
		margin-bottom: 1.8rem;
		border: 1px solid #dddddd;
	}

	.c-form__privacy-content-scroll {
		height: 7.5rem;
		padding-right: 1.5rem;
		overflow-y: scroll;
	}

	.c-form__privacy-content-scroll section {
		margin-bottom: 2rem;
	}

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

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

	.c-form__privacy-content-scroll p {
		font-size: 1.2rem;
	}

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

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

	.c-form__submit {
		width: 24rem;
	}

	.c-form__submit button,
	.c-form__submit input,
	.c-form__confirmBtn__btn .submit {
		padding: 1.4rem 1rem;
		font-size: 1.6rem;
		box-shadow:0 .3rem 0 0 #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: 1.4rem 1rem;
		font-size: 1.6rem;
		box-shadow:0 .3rem 0 0 #333333;
	}

}


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

 c-faq-list

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

.c-faq-list dl {
	margin-bottom: 6rem;
}

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

.c-faq-list dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 3rem;
}

.c-faq-list dl dt .icon {
	width: 6.8rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 6.8rem;
	background-color: #2b536a;
	border-radius: .5rem;
}

.c-faq-list dl dt .ttl {
	flex: 1;
	min-height: 6.8rem;
	padding: 1.4rem 2.9rem;
	margin-left: 1.2rem;
	font-size: 2.5rem;
	font-weight: bold;
}

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

.c-faq-list dl dd .icon {
	width: 6.8rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 6.8rem;
	background-color: #4481a5;
	border-radius: .5rem;
}

.c-faq-list dl dd .cont {
	flex: 1;
	min-height: 6.8rem;
	padding: 1.9rem 2.9rem;
	margin-left: 1.2rem;
	font-size: 1.6rem;
}

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

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

	.c-faq-list {
	}

	.c-faq-list dl {
		margin-bottom: 3rem;
	}

	.c-faq-list dl dt {
		margin-bottom: 2rem;
	}

	.c-faq-list dl dt .icon {
		width: 4rem;
		font-size: 1.6rem;
		line-height: 4rem;
		border-radius: .4rem;
	}

	.c-faq-list dl dt .ttl {
		flex: 1;
		min-height: 4rem;
		padding: .7rem 1.2rem;
		margin-left: 1rem;
		font-size: 1.6rem;
		border-radius: .4rem;
	}

	.c-faq-list dl dd .icon {
		width: 4rem;
		font-size: 1.6rem;
		line-height: 4rem;
		border-radius: .4rem;
	}

	.c-faq-list dl dd .cont {
		min-height: 4rem;
		padding: .7rem 1.2rem;
		margin-left: 1rem;
		border-radius: .4rem;
	}

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

}


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

 c-faq-list-acc

***********************************/
.c-faq-list-acc {
	padding: 1rem 5rem;
	margin-top: 5rem;
	background: #fff;
	border-radius: 1.5rem;
}

.c-faq-list-acc dl {
	padding: 3rem 0;
	border-bottom: .2rem dotted #bbbbbb;
}

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

.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 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4.4rem;
	height: 4.4rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 4.4rem;
	background-color: #007d4f;
	border: 1px solid #007d4f;
	border-radius: 50%;
}

.c-faq-list-acc dl dt .ttl {
	flex: 1;
	padding-top: .7rem;
	padding-right: 6rem;
	margin-left: 1.5rem;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dt .ttl:before {
	content: "";
	display: block;
	width: 2.2rem;
	height: .2rem;
	margin: 1.9rem 0 0 0;
	background-color: #007d4f;
	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: .2rem;
	height: 2.2rem;
	margin: 1rem 1rem 0 0;
	background-color: #007d4f;
	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: 2rem;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dd .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4.4rem;
	height: 4.4rem;
	color: #007d4f;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 4.4rem;
	background-color: #fff;
	border: 1px solid #007d4f;
	border-radius: 50%;
}

.c-faq-list-acc dl dd .cont {
	flex: 1;
	padding-top: .7rem;
	margin-left: 1.5rem;
	font-size: 1.8rem;
}

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

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

	.c-faq-list-acc {
		padding: .1rem 4.411764705882353%;
		margin-top: 2.5rem;
		border-radius: .8rem;
	}

	.c-faq-list-acc dl {
		padding: 2rem 0;
		border-bottom: .1rem dotted #bbbbbb;
	}

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

	.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: 2.5rem;
		height: 2.5rem;
		font-size: 1.2rem;
		line-height: 2.3rem;
	}

	.c-faq-list-acc dl dt .ttl {
		padding-top: .2rem;
		padding-right: 3.5rem;
		margin-left: .75rem;
		font-size: 1.4rem;
	}

	.c-faq-list-acc dl dt .ttl:before {
		width: 1.2rem;
		height: .2rem;
		margin: 1.4rem 0 0 0;
	}

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

	.c-faq-list-acc dl dt .ttl:after {
		width: .2rem;
		height: 1.2rem;
		margin: .9rem .5rem 0 0;
	}

	.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 {
		margin-top: 1rem;
	}

	.c-faq-list-acc dl dd .icon {
		width: 2.5rem;
		height: 2.5rem;
		font-size: 1.2rem;
		line-height: 2.3rem;
	}

	.c-faq-list-acc dl dd .cont {
		padding-top: .1rem;
		padding-right: 3.5rem;
		margin-left: .75rem;
		font-size: 1.4rem;
	}

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

}


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

 c-completeSec

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

.c-completeSec__inner {
	padding: 12rem 0;
}

.c-completeSec__inner .intro {
	margin-bottom: 6rem;
	font-size: 1.8rem;
	font-weight: bold;
}

.c-completeSec__inner .back {
	max-width: 37rem;
	margin: 0 auto;
}


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

	.c-completeSec__inner {
		padding: 6rem 0;
	}

	.c-completeSec__inner .intro {
		margin-bottom: 3rem;
		font-size: 1.4rem;
	}

	.c-completeSec__inner .back {
		max-width: 21.5rem;
	}
}



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

 c-hero

***********************************/
.c-hero {
	background: url(../images/hero_bg01_pc.jpg) no-repeat left top / cover;
}

.c-hero__inner {
	padding: 65px 0 110px 0;
}

.c-hero__inner-content {
	width: 1560px;
	padding-left: 360px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-content-txt01 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}

.c-hero__inner-content-txt01 span {
	display: inline-block;
	padding: 5px 20px;
	background: #007d4f;
	border-radius: 8px;
}

.c-hero__inner-content-ttl {
	margin-top: 30px;
	font-size: 47px;
	font-weight: bold;
}

.c-hero__inner-content-ttl .block {
	display: inline-block;
	padding: 6px 20px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 5px 0 rgba(0,0,0,0.05);
}

.c-hero__inner-content-ttl .block.pc {
	margin-bottom: 35px;
}

.c-hero__inner-content-ttl .block.pc:last-of-type {
	margin-bottom: 0;
}

.c-hero__inner-content-ttl .block .large {
	display: inline-block;
	font-size: 58px;
	line-height: 1;
}

.c-hero__inner-content-box {
	width: 463px;
	height: 265px;
	margin-right: 25px;
	margin-bottom: -35px;
	background: url(../images/hero_bg02_pc.png) no-repeat center / contain;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.c-hero__inner-content-box-txt01 {
	width: 260px;
	padding-top: 32px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

.c-hero__inner-content-box-txt01 .large {
	font-size: 20px;
}

.c-hero__inner-content-box-txt01 .kome {
	font-size: 12px;
}

.c-hero__inner-content-box-txt02 {
	width: 260px;
	padding-top: 35px;
	font-size: 12px;
	text-align: center;
}

.c-hero__inner-content-btn {
	margin-top: 70px;
}

.c-hero__inner-content-btn a {
	display: inline-block;
	padding: 18px 35px;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9b37+0,ff7f00+100 */
	background: linear-gradient(to bottom,  rgba(255,155,55,1) 0%,rgba(255,127,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 100px;
	box-shadow: 0 5px 0 rgba(99,50,0,0.75);
	position: relative;
	z-index: 1;
}

.c-hero__inner-content-btn a .txt01 {
	padding-left: 40px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-content-btn a .txt01:before {
	content: "";
	display: block;
	width: 28px;
	height: 20px;
	background: url(../images/icon_mail01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-hero__inner-content-btn a .balloon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 86px;
	height: 79px;
	padding-left: 6px;
	margin-top: -35px;
	margin-right: -90px;
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	background: url(../images/hero_balloon01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

@media screen and (min-width:1921px){

	.c-hero__inner {
		padding: 3.385vw 0 5.729vw 0;
	}

	.c-hero__inner-content {
		width: 81.25vw;
		padding-left: 18.75vw;
	}

	.c-hero__inner-content-txt01 {
		font-size: 1.146vw;
	}

	.c-hero__inner-content-txt01 span {
		padding: 0.26vw 1.042vw;
		border-radius: 0.417vw;
	}

	.c-hero__inner-content-ttl {
		margin-top: 1.563vw;
		font-size: 2.448vw;
	}

	.c-hero__inner-content-ttl .block {
		padding: 0.313vw 1.042vw;
		border-radius: 0.781vw;
		box-shadow: 0 0.260416666666667vw 0 rgba(0,0,0,0.05);
	}

	.c-hero__inner-content-ttl .block.pc {
		margin-bottom: 1.823vw;
	}

	.c-hero__inner-content-ttl .block .large {
		font-size: 3.021vw;
	}

	.c-hero__inner-content-box {
		width: 24.115vw;
		height: 13.802vw;
		margin-right: 1.302vw;
		margin-bottom: -1.823vw;
	}

	.c-hero__inner-content-box-txt01 {
		width: 13.542vw;
		padding-top: 1.667vw;
		font-size: 0.833vw;
	}

	.c-hero__inner-content-box-txt01 .large {
		font-size: 1.042vw;
	}

	.c-hero__inner-content-box-txt01 .kome {
		font-size: 0.625vw;
	}

	.c-hero__inner-content-box-txt02 {
		width: 13.542vw;
		padding-top: 1.823vw;
		font-size: 0.625vw;
	}

	.c-hero__inner-content-btn {
		margin-top: 3.646vw;
	}

	.c-hero__inner-content-btn a {
		padding: 0.938vw 1.823vw;
		font-size: 1.25vw;
		border-radius: 5.208vw;
		box-shadow: 0 0.260416666666667vw 0 rgba(99,50,0,0.75);
	}

	.c-hero__inner-content-btn a .txt01 {
		padding-left: 2.083vw;
	}

	.c-hero__inner-content-btn a .txt01:before {
		width: 1.458vw;
		height: 1.042vw;
	}

	.c-hero__inner-content-btn a .balloon {
		width: 4.479vw;
		height: 4.115vw;
		padding-left: 0.313vw;
		margin-top: -1.823vw;
		margin-right: -4.687vw;
		font-size: 1.146vw;
	}
}

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


	.c-hero__inner {
		padding: 4.167vw 0 7.051vw 0;
	}

	.c-hero__inner-content {
		width: 100vw;
		padding-left: 23.077vw;
	}

	.c-hero__inner-content-txt01 {
		font-size: 1.41vw;
	}

	.c-hero__inner-content-txt01 span {
		padding: 0.321vw 1.282vw;
		border-radius: 0.513vw;
	}

	.c-hero__inner-content-ttl {
		margin-top: 1.923vw;
		font-size: 3.013vw;
	}

	.c-hero__inner-content-ttl .block {
		padding: 0.385vw 1.282vw;
		border-radius: 0.962vw;
		box-shadow: 0 0.320512820512821vw 0 rgba(0,0,0,0.05);
	}

	.c-hero__inner-content-ttl .block.pc {
		margin-bottom: 2.244vw;
	}

	.c-hero__inner-content-ttl .block .large {
		font-size: 3.718vw;
	}

	.c-hero__inner-content-box {
		width: 29.679vw;
		height: 16.987vw;
		margin-right: 1.603vw;
		margin-bottom: -2.244vw;
	}

	.c-hero__inner-content-box-txt01 {
		width: 16.667vw;
		padding-top: 2.051vw;
		font-size: 1.026vw;
	}

	.c-hero__inner-content-box-txt01 .large {
		font-size: 1.282vw;
	}

	.c-hero__inner-content-box-txt01 .kome {
		font-size: 0.769vw;
	}

	.c-hero__inner-content-box-txt02 {
		width: 16.667vw;
		padding-top: 2.244vw;
		font-size: 0.769vw;
	}

	.c-hero__inner-content-btn {
		margin-top: 4.487vw;
	}

	.c-hero__inner-content-btn a {
		padding: 1.154vw 2.244vw;
		font-size: 1.538vw;
		border-radius: 6.41vw;
		box-shadow: 0 0.320512820512821vw 0 rgba(99,50,0,0.75);
	}

	.c-hero__inner-content-btn a .txt01 {
		padding-left: 2.564vw;
	}

	.c-hero__inner-content-btn a .txt01:before {
		width: 1.795vw;
		height: 1.282vw;
	}

	.c-hero__inner-content-btn a .balloon {
		width: 5.513vw;
		height: 5.064vw;
		padding-left: 0.385vw;
		margin-top: -2.244vw;
		margin-right: -5.769vw;
		font-size: 1.41vw;
	}
}

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

	.c-hero {
		padding: 0 4.666666666666667%;
		background: url(../images/hero_bg01_sp.jpg) no-repeat center bottom / cover;
	}

	.c-hero__inner {
		padding: 7.333vw 0 12vw 0;
	}

	.c-hero__inner-content {
		width: auto;
		padding-left: 0;
	}

	.c-hero__inner-content-txt01 {
		font-size: 3.733vw;
	}

	.c-hero__inner-content-txt01 span {
		padding: 0.8vw 2.667vw;
		border-radius: 1.6vw;
	}

	.c-hero__inner-content-ttl {
		margin-top: 4vw;
		font-size: 6.267vw;
	}

	.c-hero__inner-content-ttl .block {
		padding: 0.8vw 2.667vw;
		border-radius: 2vw;
		box-shadow: 0 0.666666666666667vw 0 rgba(0,0,0,0.05);
	}

	.c-hero__inner-content-ttl .block.sp {
		margin-bottom: 4.667vw;
	}

	.c-hero__inner-content-ttl .block.sp:last-of-type {
		margin-bottom: 0;
	}

	.c-hero__inner-content-ttl .block .large {
		font-size: 7.733vw;
	}

	.c-hero__inner-content-box {
		width: auto;
		height: 54.133vw;
		margin: 6vw -1.764705882352941% 0;
		background: url(../images/hero_bg02_sp.png) no-repeat center / contain;
		position: relative;
	}

	.c-hero__inner-content-box-txt01 {
		width: 52vw;
		padding-top: 8.533vw;
		margin: 0 auto;
		font-size: 3.2vw;
	}

	.c-hero__inner-content-box-txt01 .large {
		font-size: 4vw;
	}

	.c-hero__inner-content-box-txt01 .kome {
		font-size: 2.4vw;
	}

	.c-hero__inner-content-box-txt02 {
		width: 52vw;
		padding-top: 6.133vw;
		margin: 0 auto;
		font-size: 2.4vw;
	}

	.c-hero__inner-content-btn {
		margin-top: 7.333vw;
		text-align: center;
	}

	.c-hero__inner-content-btn a {
		padding: 3.2vw 8vw;
		font-size: 4.267vw;
		text-align: center;
		border-radius: 26.667vw;
		box-shadow: 0 0.933333333333333vw 0 rgba(99,50,0,0.75);
	}

	.c-hero__inner-content-btn a .txt01 {
		padding-left: 6.4vw;
	}

	.c-hero__inner-content-btn a .txt01:before {
		width: 4.933vw;
		height: 3.6vw;
	}

	.c-hero__inner-content-btn a .balloon {
		width: 14.667vw;
		height: 14.667vw;
		padding-left: 0.8vw;
		margin-top: -8.8vw;
		margin-right: -5.067vw;
		font-size: 3.733vw;
		background: url(../images/hero_balloon01_sp.png) no-repeat center / contain;
	}
}



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

 c-example

***********************************/
.c-example {
	background: #fffdf8;
}

.c-example__head {
	background: #007d4f;
}

.c-example__head-inner {
	padding: .8rem 0;
}

.c-example__head-inner-ttl {
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-example__body {

}

.c-example__body-slider {
	/*width: 320px;*/
}

.c-example__body-slider .slick-list {
	/*overflow: visible !important;*/
}

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

.c-example__body-slider-item {
	width: 320px;
	float: none;
	height: auto !important;
	border-right: 1px solid #dddddd;
}

.c-example__body-slider-item-inner {
	padding: 20px 40px 30px;
}

.c-example__body-slider-item-inner .icon {
	width: 76px;
	margin: 0 auto;
}

.c-example__body-slider-item-inner .ttl {
	margin-top: 2px;
	color: #007d4d;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.c-example__body-slider-item-inner .txt01 {
	margin-top: 2px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.c-example__body-slider-item-inner .content {
	margin-top: 25px;
}

.c-example__body-slider-item-inner .content .before {
	margin-bottom: 45px;
	position: relative;
	z-index: 1;
}

.c-example__body-slider-item-inner .content .before:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-bottom: -34px;
	border-style: solid;
	border-right: 23px solid transparent;
	border-left: 23px solid transparent;
	border-top: 18px solid #007d4f;
	border-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-example__body-slider-item-inner .content .after {
}

.c-example__body-slider-item-inner .content dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.c-example__body-slider-item-inner .content dl:last-of-type {
	margin-bottom: 0;
}

.c-example__body-slider-item-inner .content dl dt {
	width: 60px;
	padding: 4px 5px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
}

.c-example__body-slider-item-inner .content dl.bg-black dt {
	background: #333333;
}

.c-example__body-slider-item-inner .content dl.bg-green dt {
	background: #007d4f;
}

.c-example__body-slider-item-inner .content dl.bg-orange dt {
	background: #ff7f00;
}

.c-example__body-slider-item-inner .content dl dd {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

.c-example__body-slider-item-inner .content dl dd span {
	margin-right: .1em;
	display: inline-block;
	font-size: 33px;
	letter-spacing: .03em;
}

.c-example__body-slider-item-inner .cost {
	padding: 2px 15px;
	margin-top: 30px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background: #ff7f00;
	border-radius: 8px;
}

.c-example__body-slider-item-inner .cost span {
	display: inline-block;
	font-size: 33px;
	line-height: 1.5;
}

.c-example__body-slider-item-inner .note {
	margin-top: 12px;
	font-size: 10px;
}

.c-example__body-slider-item-inner .note li {
	text-indent: -1em;
	margin-left: 1em;
}

.c-example__note {

}

.c-example__note-inner {
	padding: 2rem 0;
}

.c-example__note-inner ul {
	font-size: 1.2rem;
}

.c-example__note-inner ul li {
	text-indent: -1.1em;
	margin-left: 1.1em;
}

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

	.c-example__head-inner {
		padding: .7rem 0;
	}

	.c-example__head-inner-ttl {
		font-size: 1.8rem;
	}

	.c-example__body-slider-item {
		width: 240px;
	}

	.c-example__body-slider-item-inner {
		padding: 15px 30px 22.5px;
	}

	.c-example__body-slider-item-inner .icon {
		width: 67px;
		margin: 0 auto;
	}

	.c-example__body-slider-item-inner .ttl {
		margin-top: 2px;
		font-size: 15px;
	}

	.c-example__body-slider-item-inner .txt01 {
		margin-top: 2px;
		font-size: 10.5px;
	}

	.c-example__body-slider-item-inner .content {
		margin-top: 20px;
	}

	.c-example__body-slider-item-inner .content .before {
		margin-bottom: 35px;
	}

	.c-example__body-slider-item-inner .content .before:before {
		margin-bottom: -26px;
		border-right: 17px solid transparent;
		border-left: 17px solid transparent;
		border-top: 13px solid #007d4f;
	}

	.c-example__body-slider-item-inner .content .after {
	}

	.c-example__body-slider-item-inner .content dl {
		margin-bottom: 15px;
	}

	.c-example__body-slider-item-inner .content dl:last-of-type {
		margin-bottom: 0;
	}

	.c-example__body-slider-item-inner .content dl dt {
		width: 45px;
		padding: 3px 3px;
		font-size: 10.5px;
		border-radius: 5px;
	}

	.c-example__body-slider-item-inner .content dl.bg-black dt {
		background: #333333;
	}

	.c-example__body-slider-item-inner .content dl.bg-green dt {
		background: #007d4f;
	}

	.c-example__body-slider-item-inner .content dl.bg-orange dt {
		background: #ff7f00;
	}

	.c-example__body-slider-item-inner .content dl dd {
		font-size: 13px;
	}

	.c-example__body-slider-item-inner .content dl dd span {
		font-size: 24.5px;
	}

	.c-example__body-slider-item-inner .cost {
		padding: 2px 15px;
		margin-top: 20px;
		font-size: 16.5px;
		border-radius: 6px;
	}

	.c-example__body-slider-item-inner .cost span {
		font-size: 24.5px;
		line-height: 1.5;
	}

	.c-example__body-slider-item-inner .note {
		margin-top: 10px;
		font-size: 9px;
	}

	.c-example__note {

	}

	.c-example__note-inner {
		padding: 2rem 0;
	}

	.c-example__note-inner ul {
		font-size: .9rem;
	}
}


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

 c-cv

***********************************/
.c-cv {
	background: url(../images/cv_bg01_pc.jpg) no-repeat center / cover;
}

.c-cv__inner {
	padding: 4rem 0 5.5rem;
	position: relative;
	z-index: 1;
}

.c-cv__inner:before {
	content: "";
	display: block;
	width: 103.4rem;
	height: 19.8rem;
	margin-top: 4rem;
	background: url(../images/cv_pic01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-cv__inner-ttl {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}

.c-cv__inner-btn {
	margin-top: 3rem;
	text-align: center;
}

.c-cv__inner-btn a {
	display: inline-block;
	padding: 1.8rem 3.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9b37+0,ff7f00+100 */
	background: linear-gradient(to bottom,  rgba(255,155,55,1) 0%,rgba(255,127,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 100px;
	box-shadow: 0 .5rem 0 #9f4a00;
	position: relative;
	z-index: 1;
}

.c-cv__inner-btn a .txt01 {
	padding-left: 4rem;
	position: relative;
	z-index: 1;
}

.c-cv__inner-btn a .txt01:before {
	content: "";
	display: block;
	width: 2.8rem;
	height: 2rem;
	background: url(../images/icon_mail01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-cv__inner-btn a .balloon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8.6rem;
	height: 7.9rem;
	padding-left: .6rem;
	margin-top: -3.5rem;
	margin-right: -9rem;
	color: #333333;
	font-size: 2.2rem;
	font-weight: bold;
	background: url(../images/hero_balloon01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

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

	.c-cv {
		background: url(../images/cv_bg01_sp.jpg) no-repeat center / cover;
	}

	.c-cv__inner {
		padding: 2rem 0 2rem;
	}

	.c-cv__inner:before {
		display: none;
	}

	.c-cv__inner:after {
		content: "";
		display: block;
		width: 16.5rem;
		height: 6rem;
		margin: 1.5rem auto 0;
		background: url(../images/cv_pic01_sp.png) no-repeat center / contain;
	}

	.c-cv__inner-ttl {
		font-size: 1.2rem;
	}

	.c-cv__inner-btn {
		margin-top: 1.5rem;
	}

	.c-cv__inner-btn a {
		padding: 1.1rem 3rem;
		font-size: 1.6rem;
		box-shadow: 0 .35rem 0 #9f4a00;
	}

	.c-cv__inner-btn a .txt01 {
		padding-left: 2.5rem;
	}

	.c-cv__inner-btn a .txt01:before {
		width: 1.85rem;
		height: 13.5rem;
	}

	.c-cv__inner-btn a .balloon {
		width: 5.5rem;
		height: 5.5rem;
		padding-left: .2rem;
		margin-top: -3.5rem;
		margin-right: -2rem;
		font-size: 1.4rem;
		background: url(../images/hero_balloon01_sp.png) no-repeat center / contain;
	}
}


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

 c-about

***********************************/
.c-about {
	background: #fffdf8;
}

.c-about__inner {
	padding: 7rem 0 14rem;
}

.c-about__inner-content {
	padding: 1px 6.7rem 1px;
	margin-top: 7.5rem;
	border: .3rem solid #333333;
	background: #fff;
	border-radius: 1.5rem;
}

.c-about__inner-content-ttl {
	margin-top: -3.5rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}

.c-about__inner-content-ttl .block {
	display: inline-block;
	padding: 1rem 3rem;
	border: .3rem solid #333333;
	background: #fff;
	border-radius: 1.5rem;
}

.c-about__inner-content .pic {
	margin-top: 3rem;
}

.c-about__inner-content .txt01 {
	margin-top: 3.5rem;
}

.c-about__inner-content .txt01 .kome {
	font-size: 1.2rem;
}

.c-about__inner-content .note {
	margin-top: 1.5rem;
	font-size: 1.2rem;
}

.c-about__inner-content .note li {
	text-indent: -1em;
	margin-left: 1em;
}

.c-about__inner-content .result {
	padding-top: 4.5rem;
	margin-top: 2rem;
	margin-bottom: -6.5rem;
	position: relative;
	z-index: 1;
}

.c-about__inner-content .result:before {
	content: "";
	display: block;
	width: 18rem;
	height: 1.8rem;
	background: url(../images/about_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-about__inner-content .result p {
	padding: 2rem 3rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	border: .3rem solid #333333;
	background: #fff;
	border-radius: 1.5rem;
}

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

	.c-about__inner {
		padding: 3.5rem 0 9rem;
	}

	.c-about__inner-content {
		padding: 1px 3.857142857142857% 1px;
		margin: 6rem -1.470588235294118% 0;
		border: .2rem solid #333333;
		border-radius: .8rem;
	}

	.c-about__inner-content-ttl {
		margin-top: -3.5rem;
		font-size: 1.5rem;
	}

	.c-about__inner-content-ttl .block {
		display: inline-block;
		padding: .6rem 1.5rem;
		border: .2rem solid #333333;
		border-radius: .8rem;
	}

	.c-about__inner-content .pic {
		margin-top: 1.5rem;
		text-align: center;
	}

	.c-about__inner-content .txt01 {
		margin-top: 1.5rem;
	}

	.c-about__inner-content .txt01 .kome {
		font-size: .9rem;
	}

	.c-about__inner-content .note {
		margin-top: 1.5rem;
		font-size: .9rem;
	}

	.c-about__inner-content .result {
		padding-top: 3.5rem;
		margin-top: 2rem;
		margin-left: -1.5625%;
		margin-right: -1.5625%;
		margin-bottom: -5.5rem;
	}

	.c-about__inner-content .result:before {
		width: 13.6rem;
		height: 1.35rem;
	}

	.c-about__inner-content .result p {
		padding: 1rem 1rem;
		font-size: 1.5rem;
		border: .2rem solid #333333;
		border-radius: .8rem;
	}

}


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

 c-trouble

***********************************/
.c-trouble {
	background: #007d4f;
}

.c-trouble__inner {
	padding: 7rem 0 8rem;
}

.c-trouble__inner-content {
	margin-top: 5.5rem;
	position: relative;
	z-index: 1;
}

.c-trouble__inner-content:before {
	content: "";
	display: block;
	width: 18.7rem;
	height: 19.8rem;
	margin-top: -15rem;
	margin-left: -15rem;
	background: url(../images/trouble_pic01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-trouble__inner-content-box {
	padding: 4.7rem;
	margin-top: 6rem;
	background: #fff;
	border: .3rem solid #333333;
	border-radius: 1.5rem;
}

.c-trouble__inner-content-box:first-child {
	margin-top: 0;
}

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

.c-trouble__inner-content-box .list .box {
	width: 28rem;
	padding: 2.5rem 3rem;
	background: #f5f5f5;
	border: .3rem solid #333333;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

.c-trouble__inner-content-box .list .box:before {
	content: "";
	display: block;
	width: 4.1rem;
	height: 3.95rem;
	margin-top: -2.8rem;
	background: url(../images/trouble_icon01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-trouble__inner-content-box .list .box .txt01 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.c-trouble__inner-content-box .result {
	padding: 2rem 3rem;
	margin-top: 7rem;
	background: #fff7e6;
	border: .3rem solid #333333;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

.c-trouble__inner-content-box .result:before {
	content: "";
	display: block;
	width: 18rem;
	height: 1.8rem;
	margin-top: -4.7rem;
	background: url(../images/about_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-trouble__inner-content-box .result .txt01 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.c-trouble__inner-content-box .result .txt01 .large {
	font-size: 2.4rem;
}

.c-trouble__inner-content-box .result .txt02 {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}

.c-trouble__inner-content-box .column2 {
	display: flex;
	justify-content: space-between;
}

.c-trouble__inner-content-box .column2__box {
	width: 43.5rem;
}

.c-trouble__inner-content-box .column2__box {
}

.c-trouble__inner-content-box .column2__box .list {
	display: block;
}

.c-trouble__inner-content-box .column2__box .list .box {
	width: auto;
}

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

	.c-trouble__inner {
		padding: 3.5rem 0 4rem;
	}

	.c-trouble__inner-content {
		margin-top: 2.5rem;
	}

	.c-trouble__inner-content:before {
		width: 5rem;
		height: 8rem;
		margin-top: -9.3rem;
		margin-left: 0;
	}

	.c-trouble__inner-content-box {
		padding: 6.911764705882353% 3.970588235294118%;
		margin-top: 3rem;
		border: .2rem solid #333333;
		border-radius: .8rem;
	}

	.c-trouble__inner-content-box:first-child {
		margin-top: 0;
	}

	.c-trouble__inner-content-box .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.c-trouble__inner-content-box .list .box {
		width: 47.580645161290323%;
		padding: 1.5rem 1rem;
		border: .2rem solid #333333;
		border-radius: .8rem;
	}

	.c-trouble__inner-content-box .list .box:nth-child(3) {
		margin-top: 2.5rem;
		margin-left: 26.129032258064516%;
	}

	.c-trouble__inner-content-box .list .box:before {
		width: 2.05rem;
		height: 1.95rem;
		margin-top: -1.4rem;
	}

	.c-trouble__inner-content-box .list .box .txt01 {
		font-size: 1.2rem;
	}

	.c-trouble__inner-content-box .result {
		padding: 1rem 1.5rem;
		margin-top: 4.5rem;
		border: .2rem solid #333333;
		border-radius: .8rem;
	}

	.c-trouble__inner-content-box .result:before {
		width: 13.6rem;
		height: 1.35rem;
		margin-top: -3rem;
	}

	.c-trouble__inner-content-box .result .txt01 {
		font-size: 1.2rem;
		font-weight: bold;
		text-align: left;
	}

	.c-trouble__inner-content-box .result .txt01 .large {
		display: block;
		margin-bottom: 1rem;
		font-size: 1.6rem;
		text-align: center;
	}

	.c-trouble__inner-content-box .result .txt02 {
		font-size: 1.2rem;
	}

	.c-trouble__inner-content-box .result .txt02 .large {
		font-size: 1.6rem;
	}

	.c-trouble__inner-content-box .column2 {
		display: block;
	}

	.c-trouble__inner-content-box .column2__box {
		width: auto;
		margin-top: 3rem;
	}

	.c-trouble__inner-content-box .column2__box:first-child {
		margin-top: 0;
	}

	.c-trouble__inner-content-box .column2__box {
	}

	.c-trouble__inner-content-box .column2__box .list {
		display: block;
	}

	.c-trouble__inner-content-box .column2__box .list .box {
		width: auto;
	}
}


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

 c-flow

***********************************/
.c-flow {
	background: #fffdf8;
}

.c-flow__inner {
	padding: 7rem 0 8rem;
}

.c-flow__inner-list {
	margin-top: 7rem;
	position: relative;
	z-index: 1;
}

.c-flow__inner-list:before {
	content: "";
	display: block;
	width: 13rem;
	height: 16rem;
	margin-top: -7.6rem;
	margin-right: -15.6rem;
	background: url(../images/flow_illust01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-flow__inner-list-sec {
	padding: 3.5rem 2.7rem 2.7rem;
	margin-top: 10.5rem;
	background: #fff;
	border: .3rem solid #333333;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

.c-flow__inner-list-sec:first-child {
	margin-top: 0;
}

.c-flow__inner-list-sec:before {
	content: "";
	display: block;
	width: 3.35rem;
	height: 2.35rem;
	margin-bottom: -6rem;
	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: .4rem 2rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
	background: #007d4f;
	border-radius: 10px;
	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 {
	color: #007d4c;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}

.c-flow__inner-list-sec .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2rem;
}

.c-flow__inner-list-sec .box .pic {
	width: 24rem;
	margin-right: 2.5rem;
}

.c-flow__inner-list-sec .box .content {
	flex: 1;
}

.c-flow__inner-list-sec .box .content .txt01 {
	margin-bottom: 1em;
}

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

.c-flow__inner-list-sec .box .content .note {
	font-size: 1.4rem;
}

.c-flow__inner-list-sec .box .content .note li {
	text-indent: -1.1em;
	margin-left: 1.1em;
}

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

	.c-flow__inner {
		padding: 3.5rem 0 4rem;
	}

	.c-flow__inner-list {
		margin-top: 3.5rem;
	}

	.c-flow__inner-list:before {
		width: 5.25rem;
		height: 6.45rem;
		margin-top: -8.5rem;
		margin-right: 1rem;
	}

	.c-flow__inner-list-sec {
		padding: 2.8rem 4.117647058823529% 4.117647058823529%;
		margin-top: 7rem;
		border: .2rem solid #333333;
		border-radius: .8rem;
	}

	.c-flow__inner-list-sec:first-child {
		margin-top: 0;
	}

	.c-flow__inner-list-sec:before {
		width: 3.8rem;
		height: 2.6rem;
		margin-bottom: -4.4rem;
	}

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

	.c-flow__inner-list-sec .num {
		padding: .1rem 1rem;
		font-size: 1.4rem;
		border-radius: 6px;
	}

	.c-flow__inner-list-sec .pic {
		width: 58.064516129032258%;
		margin: 0 auto;
		text-align: center;
	}

	.c-flow__inner-list-sec .ttl {
		margin-top: 1.2rem;
		font-size: 1.6rem;
	}

	.c-flow__inner-list-sec .box {
		display: block;
		margin-top: .8rem;
	}

	.c-flow__inner-list-sec .box .content {
		flex: 1;
	}

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

	.c-flow__inner-list-sec .box .content .note {
		font-size: 1.2rem;
	}
}


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

 c-faq

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

.c-faq__inner {
	padding: 7rem 0 8rem;
}

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

	.c-faq__inner {
		padding: 3.5rem 0 4rem;
	}

}



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

 c-contact

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

.c-contact__inner {
	padding: 7rem 0 8rem;
}

.c-contact__inner-txt01 {
	margin-top: 4rem;
	margin-bottom: 4rem;
	text-align: center;
	line-height: 2;
}

.c-contact__inner-content {
	padding: .1rem 3.7rem 6.5rem;
	background-color: #fff;
	border: .3rem solid #333333;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

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

	.c-contact__inner {
		padding: 3.5rem 0 4rem;
	}

	.c-contact__inner-txt01 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
		text-align: left;
	}

	.c-contact__inner-content {
		padding: .1rem 4.117647058823529% 9.558823529411765%;
		border: .2rem solid #333333;
		border-radius: .8rem;
	}
}


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

 xxx

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

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

}

