@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #191919;
	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;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
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;
	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;
}
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;
}
/* 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: #191919;
}
a:visited {
	color: #191919;
}
a.normal:link {
	color: #191919;
}
a.normal:visited {
	color: #191919;
}
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;
	}
}
.Oswald {
	font-family: "YakuHanJP", 'Oswald', sans-serif;
}
* {
	box-sizing: border-box;
}


@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;
}
.red {
	color: #ff3f00;
}
.blue {
	color: #1184df;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 60%, #ffd17f 60%);
}
@media screen\0 {
	.marker {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.marker_green {
	background: linear-gradient(transparent 70%, #44ae7b 70%);
}
@media screen\0 {
	.marker_green {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.marker_orange {
	background: linear-gradient(transparent 70%, #ffa300 70%);
}
@media screen\0 {
	.marker_orange {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.marker_red {
	background: linear-gradient(transparent 70%, #ff6467 70%);
}
@media screen\0 {
	.marker_red {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.marker_blue {
	background: linear-gradient(transparent 70%, #00bde6 70%);
}
@media screen\0 {
	.marker_blue {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.marker_purple {
	background: linear-gradient(transparent 70%, #5b67cc 70%);
}
@media screen\0 {
	.marker_purple {
		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.66666667%;
	}
}

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

 layout

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

.l-main {
}

.l-pageTop {
	display: none;
	position: fixed;
	bottom: 40px;
	right: calc(420px + 40px);
	/*right: 460px;*/
	z-index: 5;
}

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

	.l-pageTop {
		width: 60px;
		bottom: 24px;
		right: calc(38.182vw + 24px);
		/*right: 24px;*/
	}
}

@media screen and (max-width:767px){
	.l-wrap {
		padding-bottom: 55px;
	}

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

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

 l-header

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

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

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

 l-fixed-content

***********************************/
.l-fixed-content {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
}

.l-fixed-content a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 420px;
	height: 104px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	border-radius: 20px 0 0 20px;
	background-color: #00ba00;
	border-top: 3px solid #1a1a1a;
	border-left: 3px solid #1a1a1a;
	border-bottom: 3px solid #1a1a1a;
	position: relative;
	z-index: 1;
	overflow: visible;
}

.l-fixed-content a:before {
	content: "";
	display: block;
	width: 333px;
	height: 143px;
	margin-bottom: 3px;
	/*background: url(../images/fixed_pic01.png) no-repeat left bottom;*/
	background-size: contain;
	position: absolute;
	bottom: 100%;
	right: 23px;
	z-index: 1;
}

.l-fixed-content a span {
	padding: 0 40px 0 48px;
	position: relative;
	z-index: 1;
}

.l-fixed-content a span:before {
	content: "";
	display: block;
	width: 36px;
	height: 32px;
	margin-top: 3px;
	background: url(../images/icon_line01.png) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-fixed-content a span:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/icon_arr01.png) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.l-fixed-content a {
		width: 38.182vw;
		height: 9.455vw;
		font-size: 2.364vw;
		border-radius: 1.818vw 0 0 1.818vw;
		border-top: 3px solid #1a1a1a;
		border-left: 3px solid #1a1a1a;
		border-bottom: 3px solid #1a1a1a;
	}

	.l-fixed-content a:before {
		width: 30.273vw;
		height: 13vw;
		margin-bottom: 0.273vw;
		right: 2.091vw;
	}

	.l-fixed-content a span {
		padding: 0 3.636vw 0 4.364vw;
	}

	.l-fixed-content a span:before {
		width: 3.273vw;
		height: 2.909vw;
		margin-top: 0.273vw;
	}

	.l-fixed-content a span:after {
		width: 2.182vw;
		height: 2.182vw;
	}
}

@media screen and (max-width:767px){
	.l-fixed-content {
		width: 100%;
	}

	.l-fixed-content a {
		width: 100%;
		height: 55px;
		font-size: 21px;
		border-radius: 0;
		border: 2px solid #1a1a1a;
	}

	.l-fixed-content a:before {
		display: none;
	}

	.l-fixed-content a span {
		padding: 0 28px 0 30px;
	}

	.l-fixed-content a span:before {
		width: 22px;
		height: 20px;
		margin-top: 3px;
		background: url(../images/icon_line01.png) no-repeat top left;
		background-size: contain;
	}

	.l-fixed-content a span:after {
		width: 18px;
		height: 18px;
		background: url(../images/icon_arr01.png) no-repeat top left;
		background-size: contain;
	}
}

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

 l-footer

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

}

.l-footer__inner {
	padding: 20px 0 35px;
}

.l-footer__inner-logo {
	margin-bottom: 20px;
	text-align: center;
}

.l-footer__inner-copy {
	color: #bababa;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
}

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

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

	.l-footer__inner-logo {
		width: 53px;
		margin: 0 auto 15px;
	}

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

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

 c-bgDot01

***********************************/
.c-bgDot01 {
	background: url(../images/bg_dot01.png) repeat;
}

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

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

 c-bgStripe01

***********************************/
.c-bgStripe01 {
	background: url(../images/bg_stripe01.png) repeat;
}

@media screen and (max-width:767px){
	.c-bgStripe01 {
		background-size: 15px 15px;
	}
}

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

 c-title01

***********************************/
.c-title01 {
	margin-top: -.3em;
	margin-bottom: 50px;
	font-size: 58px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .12em;
}

.c-title01.white {
	color: #fff;
}

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

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

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

 c-subHero

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

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

.c-subHero__inner__ttl {
	color: #000;
	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-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 9px;
	box-shadow:0px 5px 0px 0px #802000;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff531a+0,f23d00+100 */
	background: rgb(255,83,26); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,83,26,1) 0%, rgba(242,61,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff531a', endColorstr='#f23d00',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;
		margin-bottom: 4px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 4px 0px 0px #802000;
	}
}

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

 c-form

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

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

.c-form__content dl {
	display: table;
	width: 100%;
	margin-bottom: 34px;
}

.c-form__content dl dt {
	display: table-cell;
	width: 330px;
	padding: 15px 20px 15px 25px;
	vertical-align: middle;
	background-color: #0054b0;
	box-shadow:0px 4px 0px 0px #a9c1db;
}

.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 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.c-form__content dl dt .inner .require {
	padding: 3px 5px;
	color: #ffff00;
	font-size: 12px;
	font-weight: bold;
	background-color: #ff3f00;
}

.c-form__content dl dt .inner .any {
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #00bfff;
}

.c-form__content dl dd {
	display: table-cell;
	padding: 19px;
	line-height: 1.5;
	vertical-align: middle;
	background-color: #fff;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	box-shadow:0px 4px 0px 0px #d9d9d9;
}

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

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

.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;
	margin-bottom: 5px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 9px;
	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__content {
		margin-bottom: 32px;
	}

	.c-form__content dl {
		display: block;
		width: auto;
		margin-bottom: 30px;
	}

	.c-form__content dl dt {
		display: block;
		width: auto;
		padding: 11px 15px;
		box-shadow: none;
	}

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

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

	.c-form__content dl dt .inner .require {
		padding: 3px 5px;
		font-size: 10px;
		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: 10px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dd {
		display: block;
		padding: 14px;
		border: 1px solid #dddddd;
		box-shadow: none;
	}

	.c-form__submit {
		width: 240px;
	}

	.c-form__submit button,
	.c-form__confirmBtn__btn .submit {
		padding: 12px 15px;
		margin-bottom: 4px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 4px 0px 0px #802000;
	}

	.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: 12px 15px;
		margin-bottom: 4px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 4px 0px 0px #333333;
	}

}


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

 c-faq__inner-list

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

.c-faq__inner-list dl {
	margin-bottom: 60px;
}

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

.c-faq__inner-list dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}

.c-faq__inner-list dl dt .icon {
	width: 80px;
	font-size: 24px;
	text-align: center;
	line-height: 74px;
	background-color: #ffa300;
	border: 3px solid #1a1a1a;
	border-radius: 20px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.05);
}

.c-faq__inner-list dl dt .ttl {
	flex: 1;
	min-height: 80px;
	padding: 22px 30px;
	margin-left: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	border: 3px solid #1a1a1a;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.05);
}

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

.c-faq__inner-list dl dd .icon {
	width: 80px;
	font-size: 24px;
	text-align: center;
	line-height: 74px;
	background-color: #44ae7b;
	border: 3px solid #1a1a1a;
	border-radius: 20px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.05);
}

.c-faq__inner-list dl dd .cont {
	flex: 1;
	min-height: 80px;
	padding: 22px 30px;
	margin-left: 20px;
	word-break: break-all;
	border: 3px solid #1a1a1a;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.05);
}

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

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

	.c-faq__inner-list {
	}

	.c-faq__inner-list dl {
		margin-bottom: 33px;
	}

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

	.c-faq__inner-list dl dt .icon {
		width: 40px;
		font-size: 12px;
		line-height: 36px;
		border: 2px solid #1a1a1a;
		border-radius: 10px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	}

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

	.c-faq__inner-list dl dd .icon {
		width: 40px;
		font-size: 12px;
		line-height: 36px;
		border: 2px solid #1a1a1a;
		border-radius: 10px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	}

	.c-faq__inner-list dl dd .cont {
		min-height: 40px;
		padding: 7px 15px;
		margin-left: 10px;
		border-radius: 10px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	}

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

}



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

 c-completeSec

***********************************/
.c-completeSec {

}

.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 {
	background: #1a1a1a url(../images/hero_bg01_pc.png) no-repeat center top;
}

.c-hero__inner {
	width: 1200px;
	height: 755px;
	position: relative;
	z-index: 2;
}

.c-hero__inner:before {
	content: "";
	display: block;
	width: 824px;
	height: 586px;
	margin-right: -125px;
	background: url(../images/hero_pic01_pc.png) no-repeat right bottom;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.c-hero__inner:after {
	content: "";
	display: block;
	width: 66px;
	height: 28px;
	background: url(../images/hero_arr01_pc.png) no-repeat right bottom;
	background-size: contain;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-hero__inner-logo {
	margin-bottom: 50px;
}

.c-hero__inner-logo a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 110px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}

.c-hero__inner-logo a img {
	display: block;
}

.c-hero__inner-ttl {
	margin-bottom: 45px;
	font-size: 58px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .12em;
}

.c-hero__inner-ttl span {
	display: inline-block;
	padding: 5px 25px;
	margin-bottom: 40px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-ttl span:last-child {
	margin-bottom: 0;
}

.c-hero__inner-ttl span:first-child:before {
	content: "";
	display: block;
	width: 72px;
	height: 135px;
	margin: -75px -85px 0 0;
	background: url(../images/hero_bg02.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

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

.c-hero__inner-txt02 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 266px;
	height: 236px;
	padding-bottom: 10px;
	margin: 30px 200px 0 0;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .12em;
	text-align: center;
	background: url(../images/hero_bg03.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

@media screen and (max-width:1299px){
	.c-hero {
		background: #1a1a1a url(../images/hero_bg01_pc.png) no-repeat center top;
		background-size: cover;
	}

	.c-hero__inner {
		height: 58.077vw;
	}

	.c-hero__inner:before {
		width: 63.385vw;
		height: 45.077vw;
		margin-right: -9.615vw;
	}

	.c-hero__inner:after {
		width: 5.077vw;
		height: 2.154vw;
	}

	.c-hero__inner-logo {
		margin-bottom: 3.846vw;
	}

	.c-hero__inner-logo a {
		width: 11.538vw;
		height: 8.462vw;
		border-radius: 0 0 1.538vw 1.538vw;
	}

	.c-hero__inner-logo img {
		width: 8.153846153846154vw;
	}

	.c-hero__inner-ttl {
		margin-bottom: 3.462vw;
		font-size: 4.462vw;
	}

	.c-hero__inner-ttl span {
		padding: 0.385vw 1.923vw;
		margin-bottom: 3.077vw;
		border-radius: 0.769vw;
	}

	.c-hero__inner-ttl span:first-child:before {
		width: 5.538vw;
		height: 10.385vw;
		margin: -5.769vw -6.538vw 0 0;
	}

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

	.c-hero__inner-txt02 {
		width: 20.462vw;
		height: 18.154vw;
		padding-bottom: 0.769vw;
		margin: 2.308vw 15.385vw 0 0;
		font-size: 2.154vw;
	}

}

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

	.c-hero {
		padding: 0;
		background: #1a1a1a url(../images/hero_bg01_sp.png) no-repeat center top;
		background-size: cover;
	}

	.c-hero__inner {
		height: 148vw;
	}

	.c-hero__inner:before {
		width: 100vw;
		height: 58.133vw;
		margin-right: 0;
		background: url(../images/hero_pic01_sp.png) no-repeat right bottom;
		background-size: contain;
	}

	.c-hero__inner:after {
		width: 8.8vw;
		height: 3.733vw;
		background: url(../images/hero_arr01_sp.png) no-repeat right bottom;
		background-size: contain;
	}

	.c-hero__inner-logo {
		margin-bottom: 6.667vw;
	}

	.c-hero__inner-logo a {
		width: 20vw;
		height: 14.667vw;
		border-radius: 0 0 2.667vw 2.667vw;
	}

	.c-hero__inner-logo a img {
		display: block;
		width: 14.133vw;
	}

	.c-hero__inner-ttl {
		margin: 0 4.666666666666667% 6.666666666666667vw;
		font-size: 6.267vw;
	}

	.c-hero__inner-ttl span {
		padding: 0.8vw 3.2vw;
		margin-bottom: 4.8vw;
		border-radius: 1.333vw;
	}

	.c-hero__inner-ttl span:first-child:before {
		width: 9.6vw;
		height: 18.133vw;
		margin: -9.6vw -11.2vw 0 0;
	}

	.c-hero__inner-txt01 {
		margin: 0 4.666666666666667%;
		font-size: 3.2vw;
		letter-spacing: .07em;
	}

	.c-hero__inner-txt02 {
		width: 35.467vw;
		height: 31.467vw;
		padding-bottom: 1.333vw;
		margin: 36.8vw 6.667vw 0 0;
		font-size: 3.733vw;
	}
}



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

 c-feature

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

.c-feature:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/feature_bg01_pc.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.c-feature__inner {
	padding: 85px 0 105px;
}

.c-feature__inner-list {
	padding-top: 30px;
}

.c-feature__inner-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -5%;
}

.c-feature__inner-list ul li {
	display: flex;
	align-items: center;
	width: 47%;
	padding: 2.5% 2.7%;
	margin-bottom: 5%;
	background-color: #fff;
	border: 3px solid #1a1a1a;
	border-radius: 20px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.05);
}

.c-feature__inner-list ul li .pic {
	width: 24.393%;
	margin-right: 20px;
}

.c-feature__inner-list ul li p {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

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

	.c-feature__inner-list ul li p {
		font-size: 2.181818181818182vw;
	}
}

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

	.c-feature:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: url(../images/feature_bg01_sp.png) no-repeat center top;
		background-size: 100% auto;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.c-feature__inner {
		padding: 35px 0 38px;
	}

	.c-feature__inner-list {
		padding-top: 0;
	}

	.c-feature__inner-list ul {
		margin-bottom: -6.617647058823529%;
	}

	.c-feature__inner-list ul li {
		display: block;
		width: 47.058823529411765%;
		padding: 3.970588235294118%;
		margin-bottom: 6.617647058823529%;
		border: 2px solid #1a1a1a;
		border-radius: 10px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	}

	.c-feature__inner-list ul li .pic {
		width: 50px;
		margin: 0 auto 10px;
	}

	.c-feature__inner-list ul li p {
		font-size: 14px;
		text-align: center;
	}

}



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

 c-case

***********************************/
.c-case {
	padding: 80px 0 35px;
}

.c-case__inner {
}

.c-case__gallery {
	height: 40px;
	background: url(../images/case_logo.png) repeat-x left center;
	animation: bg-slider01 30s linear infinite;
}

@keyframes bg-slider01 {
	from { background-position: -964px center; }
	to { background-position: 0 center; }
}

@media screen and (max-width:767px){
	.c-case {
		padding: 35px 0 20px;
	}

	.c-case__gallery {
		height: 20px;
		background-size: 482px auto;
		animation: bg-slider01 30s linear infinite;
	}

	@keyframes bg-slider01 {
		from { background-position: -482px center; }
		to { background-position: 0 center; }
	}
}



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

 c-partnership

***********************************/
.c-partnership {
	padding: 35px 0 85px;
}

.c-partnership__gallery {
	height: 40px;
	margin: 40px 0 40px;
	background: url(../images/partnership_logo.png) repeat-x left center;
	animation: bg-slider02 30s linear infinite;
}

@keyframes bg-slider02 {
	from { background-position: 0 center; }
	to { background-position: -834px center; }
}

.c-partnership__body {

}

.c-partnership__body-inner {

}

.c-partnership__body-inner .txt01 {
	margin-bottom: .25em;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .12em;
	text-align: center;
}

.c-partnership__body-inner .txt01 .Oswald {
	font-size: 30px;
	font-weight: normal;
}

.c-partnership__body-inner .txt01 .small {
	font-size: 14px;
}

.c-partnership__body-inner .txt02 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .12em;
	text-align: center;
}

.c-partnership__body-inner .txt02 .Oswald {
	font-size: 30px;
	font-weight: normal;
}

.c-partnership__body-inner .txt03 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .12em;
	text-align: center;
}

@media screen and (max-width:767px){
	.c-partnership {
		padding: 20px 0 35px;
	}

	.c-partnership__gallery {
		height: 20px;
		margin: 20px 0;
		background-size: 417px auto;
		animation: bg-slider02 30s linear infinite;
	}

	@keyframes bg-slider02 {
		from { background-position: 0 center; }
		to { background-position: -417px center; }
	}

	.c-partnership__body {

	}

	.c-partnership__body-inner {

	}

	.c-partnership__body-inner .txt01 {
		margin-bottom: .5em;
		font-size: 14px;
	}

	.c-partnership__body-inner .txt01 .Oswald {
		font-size: 21px;
	}

	.c-partnership__body-inner .txt01 .small {
		font-size: 9px;
	}

	.c-partnership__body-inner .txt02 {
		font-size: 14px;
	}

	.c-partnership__body-inner .txt02 .Oswald {
		font-size: 21px;
	}

	.c-partnership__body-inner .txt03 {
		font-size: 14px;
	}
}



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

 c-reason

***********************************/
.c-reason {
	background-color: #1a1a1a;
}

.c-reason__inner {
	padding: 80px 0 105px;
	position: relative;
	z-index: 1;
}

.c-reason__inner:before {
	content: "";
	display: block;
	width: 1360px;
	height: 239px;
	background: url(../images/reason_bg01_pc.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-reason__inner:after {
	content: "";
	display: block;
	width: 1360px;
	height: 236px;
	background: url(../images/reason_bg02_pc.png) no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-reason__inner-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 22px;
	margin-bottom: -9%;
}

.c-reason__inner-list-sec {
	width: 47%;
	padding: 42px 3% 3%;
	margin-bottom: 9%;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
}

.c-reason__inner-list-sec:nth-child(3):before {
	content: "";
	display: block;
	width: 365px;
	height: 42px;
	margin: -68px 0 0 -210px;
	background: url(../images/reason_bg03.png) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.c-reason__inner-list-sec .num {
	width: 44px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	letter-spacing: normal;
	background-color: #ffa300;
	border-radius: 10px;
	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:nth-child(1) .num {
	background-color: #44ae7b;
}

.c-reason__inner-list-sec:nth-child(2) .num {
	background-color: #ffa300;
}

.c-reason__inner-list-sec:nth-child(3) .num {
	background-color: #ff6467;
}

.c-reason__inner-list-sec:nth-child(4) .num {
	background-color: #5b67cc;
}

.c-reason__inner-list-sec .pic {
	padding: 25px 15px;
	margin-bottom: 18px;
	border-radius: 20px;
}

.c-reason__inner-list-sec:nth-child(1) .pic {
	background-color: #ecf7f2;
}

.c-reason__inner-list-sec:nth-child(2) .pic {
	background-color: #fff6e5;
}

.c-reason__inner-list-sec:nth-child(3) .pic {
	background-color: #ffeff0;
}

.c-reason__inner-list-sec:nth-child(4) .pic {
	background-color: #eef0fa;
}

.c-reason__inner-list-sec .pic img {
	display: block;
	margin: 0 auto;
}

.c-reason__inner-list-sec .ttl {
	margin-bottom: .5em;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .12em;
}

.c-reason__inner-list-sec .txt01 {
}

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

	.c-reason__inner:before {
		width: 123.636vw;
		height: 21.727vw;
	}

	.c-reason__inner:after {
		width: 123.636vw;
		height: 21.455vw;
	}

	.c-reason__inner-list-sec:nth-child(3):before {
		width: 33.182vw;
		height: 3.818vw;
		margin: -6.182vw 0 0 -19.091vw;
	}

}

@media screen and (max-width:767px){
	.c-reason {
		background-color: #1a1a1a;
	}

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

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

	.c-reason__inner:after {
		width: 100%;
		height: 100%;
		background: url(../images/reason_bg02_sp.png) no-repeat center bottom;
		background-size: contain;
	}

	.c-reason__inner-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-top: 11px;
		margin-bottom: -13.235294117647059%;
	}

	.c-reason__inner-list-sec {
		width: 47.058823529411765%;
		padding: 21px 4.411764705882353% 4.411764705882353%;
		margin-bottom: 13.235294117647059%;
		border-radius: 10px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	}

	.c-reason__inner-list-sec:nth-child(3):before {
		width: 48.667vw;
		height: 5.6vw;
		margin: -4.8vw 0 0 -4vw;
		z-index: -2;
	}

	.c-reason__inner-list-sec:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background-color: #fff;
		border-radius: 10px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

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

	.c-reason__inner-list-sec .pic {
		padding: 12px 15px;
		margin-bottom: 12px;
		border-radius: 10px;
	}

	.c-reason__inner-list-sec .pic img {
		width: 39px;
	}

	.c-reason__inner-list-sec .ttl {
		margin-bottom: .5em;
		font-size: 16px;
	}

	.c-reason__inner-list-sec .txt01 {
	}

}



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

 c-voice

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

}

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

.c-voice__inner-list {
	padding-top: 125px;
}

.c-voice__inner-list-sec {
	padding: 4.5% 2.7% 2.7%;
	margin-bottom: 145px;
	background-color: #fff;
	border: 3px solid #1a1a1a;
	border-radius: 20px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.05);
}

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

.c-voice__inner-list-sec .head {
	display: flex;
	margin-bottom: 15px;
}

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

.c-voice__inner-list-sec .head .pic {
	width: 21.276595744680851%;
	margin-top: -15.638297872340426%;
	/*margin-top: -147px;*/
	margin-right: 3.191489361702128%;
}

.c-voice__inner-list-sec:nth-child(even) .head .pic {
	margin-left: 3.191489361702128%;
	margin-right: 0;
}

.c-voice__inner-list-sec .head .ttl {
	flex: 1;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

.c-voice__inner-list-sec:nth-child(even) .head .ttl {
	text-align: right;
}

.c-voice__inner-list-sec .head .ttl .txt01 {
	display: inline-block;
}

.c-voice__inner-list-sec .head .ttl .txt01 {
	margin-right: 1.5em;
}

.c-voice__inner-list-sec .head .ttl .txt01 .Oswald {
	font-size: 24px;
	font-weight: normal;
}

.c-voice__inner-list-sec .body {
}

.c-voice__inner-list-sec .body p {
	margin-bottom: 20px;
}

.c-voice__inner-list-sec .body p:last-child {
	margin-bottom: 0;
}

.c-voice__inner-list-sec .body ul {
	margin-bottom: 20px;
}

.c-voice__inner-list-sec .body ul:last-child {
	margin-bottom: 0;
}

.c-voice__inner-list-sec .body ul li {
	padding: 11px 10px;
	margin-bottom: 20px;
	font-weight: bold;
	background-color: #ecf7f2;
	border-radius: 10px;
}

.c-voice__inner-list-sec .body ul li:last-child {
	margin-bottom: 0;
}

.c-voice__inner-list-sec .body ul li p {
	text-indent: -1.3em;
	margin-left: 1.3em;
}

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

	.c-voice__inner-list {
		padding-top: 11.363636363636364vw;
	}
}

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

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

	.c-voice__inner-list {
		padding-top: 52px;
	}

	.c-voice__inner-list-sec {
		padding: 0 4.375% 4.375%;
		margin-bottom: 80px;
		border: 2px solid #1a1a1a;
		border-radius: 10px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	}

	.c-voice__inner-list-sec .head {
		display: block;
		margin-bottom: 18px;
	}

	.c-voice__inner-list-sec .head .pic {
		width: 100px;
		margin: -51px auto 12px;
	}

	.c-voice__inner-list-sec:nth-child(even) .head .pic {
		margin: -51px auto 12px;
	}

	.c-voice__inner-list-sec .head .ttl {
		font-size: 14px;
		text-align: center;
	}

	.c-voice__inner-list-sec:nth-child(even) .head .ttl {
		text-align: center;
	}

	.c-voice__inner-list-sec .head .ttl .txt01 {
		display: inline-block;
		margin: 0 0 .75em;
	}

	.c-voice__inner-list-sec .head .ttl .txt01:last-child {
		margin-bottom: 0;
	}

	.c-voice__inner-list-sec .head .ttl .txt01 .Oswald {
		font-size: 18px;
	}

	.c-voice__inner-list-sec .body {
	}

	.c-voice__inner-list-sec .body p {
		margin-bottom: 15px;
	}

	.c-voice__inner-list-sec .body ul {
		margin-bottom: 15px;
	}

	.c-voice__inner-list-sec .body ul li {
		padding: 7px 10px;
		margin-bottom: 15px;
		border-radius: 5px;
		line-height: 1.5;
	}

	.c-voice__inner-list-sec .body ul li:last-child {
		margin-bottom: 0;
	}

	.c-voice__inner-list-sec .body ul li p {
		text-indent: -1.3em;
		margin-left: 1.3em;
	}
}



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

 c-flow

***********************************/
.c-flow {
	background: #1a1a1a url(../images/flow_bg01_pc.png) no-repeat center top;
	background-size: auto 100%;
}

.c-flow__inner {
	padding: 80px 0 105px 0;
}

.c-flow__inner-list {
	display: flex;
	justify-content: space-between;
	padding-top: 22px;
	margin-bottom: 88px;
}

.c-flow__inner-list-sec {
	width: 30%;
	padding: 40px 3% 3%;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
}

.c-flow__inner-list-sec:before {
	content: "";
	display: block;
	width: 16px;
	height: 28px;
	background: url(../images/flow_arr01_pc.png) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -33px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

.c-flow__inner-list-sec .num {
	width: 44px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	letter-spacing: normal;
	background-color: #ffa300;
	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 .icon {
	padding: 20px 15px;
	margin-bottom: 18px;
	background-color: #fff6e5;
	border-radius: 20px;
}

.c-flow__inner-list-sec .icon img {
	display: block;
	width: 70px;
	margin: 0 auto;
}

.c-flow__inner-list-sec .ttl {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	letter-spacing: .12em;
}

.c-flow__inner-point {
	padding: 40px 3% 3%;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
}

.c-flow__inner-point .ttl {
	width: 105px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #ffa300;
	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-point .txt01 {
	padding: 17px 20px;
	letter-spacing: .12em;
	text-align: center;
	background-color: #fff6e5;
	border-radius: 20px;
}

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

	.c-flow__inner-list-sec:before {
		width: 1.455vw;
		height: 2.545vw;
		right: -3vw;
	}

}

@media screen and (max-width:767px){
	.c-flow {
		background: #1a1a1a url(../images/flow_bg01_sp.png) no-repeat center top;
		background-size: cover;
	}

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

	.c-flow__inner-list {
		display: block;
		padding-top: 11px;
		margin-bottom: 50px;
	}

	.c-flow__inner-list-sec {
		width: auto;
		padding: 22px 4.411764705882353% 4.411764705882353%;
		margin-bottom: 53px;
		border-radius: 10px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	}

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

	.c-flow__inner-list-sec:before {
		width: 17px;
		height: 10px;
		background: url(../images/flow_arr01_sp.png) no-repeat top left;
		background-size: contain;
		position: absolute;
		top: auto;
		bottom: -28px;
		left: 50%;
		right: auto;
		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 {
		width: 22px;
		height: 22px;
		line-height: 22px;
		font-size: 9px;
		border-radius: 5px;
	}

	.c-flow__inner-list-sec .icon {
		padding: 12px 15px;
		margin-bottom: 15px;
		border-radius: 10px;
	}

	.c-flow__inner-list-sec .icon img {
		width: 47px;
	}

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

	.c-flow__inner-point {
		padding: 22px 4.411764705882353% 4.411764705882353%;
		border-radius: 10px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	}

	.c-flow__inner-point .ttl {
		width: 73px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
		border-radius: 5px;
	}

	.c-flow__inner-point .txt01 {
		padding: 10px 5.451612903225806%;
		font-size: 14px;
		border-radius: 10px;
	}

}



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

 c-faq

***********************************/
.c-faq {

}

.c-faq__inner {
	padding: 80px 0 105px 0;
}

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

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

}



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

 c-company

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

}

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

.c-company__inner-content {
	padding: 15px 3.7%;
	border: 3px solid #1a1a1a;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.05);
}

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

.c-company__inner-content dl:last-child {
	border-bottom: none;
}

.c-company__inner-content dl dt {
	width: 120px;
	font-weight: bold;
}

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

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

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

	.c-company__inner-content {
		padding: 5px 4.117647058823529%;
		border: 2px solid #1a1a1a;
		border-radius: 10px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	}

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

	.c-company__inner-content dl dt {
		width: auto;
		margin-bottom: .2em;
		text-align: center;
	}

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

}


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

 xxx

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

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

}

