@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 16px;
	line-height: 2;
	letter-spacing: .14em;
	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: 60px;
	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: 20px;
	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: 60px;
	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: 20px;
	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: 20px;
	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:100%;
}

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

***********************************/
/* margin-bottom */
.mb5  {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}
.mb85 {margin-bottom: 85px;}
.mb90 {margin-bottom: 90px;}
.mb95 {margin-bottom: 95px;}
.mb100 {margin-bottom: 100px;}
.mb110 {margin-bottom: 110px;}
.mb120 {margin-bottom: 120px;}
/* margin-top */
.mt5  {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
/* margin-left */
.ml5  {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
/* margin-right */
.mr5  {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
/* padding-top */
.pt5  {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 70px;}
/* padding-bottom */
.pb5  {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb55 {padding-bottom: 55px;}
.pb60 {padding-bottom: 60px;}
.pb70 {padding-bottom: 70px;}
/* width */
.w10   {width: 10px;}
.w20   {width: 20px;}
.w30   {width: 30px;}
.w40   {width: 40px;}
.w50   {width: 50px;}
.w60   {width: 60px;}
.w70   {width: 70px;}
.w80   {width: 80px;}
.w90   {width: 90px;}
.w100  {width: 100px;}
.w110  {width: 110px;}
.w120  {width: 120px;}
.w130  {width: 130px;}
.w140  {width: 140px;}
.w150  {width: 150px;}
.w200  {width: 200px;}
.w240  {width: 240px;}
.w250  {width: 250px;}
.w300  {width: 300px;}
.w350  {width: 350px;}
.w400  {width: 400px;}
.w450  {width: 450px;}
.w500  {width: 500px;}
.wfull {width: 100%;}
.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: #ff4c00;
}
.blue {
	color: #1184df;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 60%, #ffbf00 60%);
}
@media screen\0 {
	.marker {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.underline {
	text-decoration: underline;
}
.large {
	font-size: 24px;
}
.large-x {
	font-size: 36px;
}
.small {
	font-size: 86%;
}
@media screen and (min-width:768px){
	.sp {
		display: none;
	}
}
@media screen and (max-width:767px){
	.pc {
		display: none;
	}
	.large {
		font-size: 15px;
	}
	.large-x {
		font-size: 18px;
	}
}

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

 parts

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

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


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

	.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: 40px;
	z-index: 5;
}

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

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

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

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

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

 l-header

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

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

.l-header__inner__logo {
	width: 120px;
}

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

	.l-header__inner {
		height: 55px;
	}

	.l-header__inner__logo {
		width: 70px;
	}
}

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

 l-footer

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

}

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

.l-footer__inner__copy {
	color: #b8b8b8;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

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

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

	.l-footer__inner__copy {
		font-size: 9px;
	}
}

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

 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-bottom: 60px;
}

.c-title01__txt01 {
	display: block;
	margin-bottom: .35em;
	font-size: 96px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .03em;
	line-height: .8;
}

.c-title01__txt02 {
	display: block;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

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

	.c-title01__txt01 {
		font-size: 9.375vw;
	}

	.c-title01__txt02 {
		font-size: 2.5390625vw;
	}
}

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

	.c-title01__txt01 {
		margin-bottom: .4em;
		font-size: 32px;
	}

	.c-title01__txt02 {
		font-size: 16px;
	}
}

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

	.c-title01__txt01 {
		font-size: 8.533333333333333vw;
	}

	.c-title01__txt02 {
		font-size: 4.266666666666667vw;
	}
}

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

 c-subHero

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

.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;
}

@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: 100px;
	box-shadow: 0px 5px 0px 0px rgba(255,77,0,.2);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7337+0,ff4d00+100 */
	background: rgb(255,115,55); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,115,55,1) 0%, rgba(255,77,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,115,55,1) 0%,rgba(255,77,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,115,55,1) 0%,rgba(255,77,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7337', endColorstr='#ff4d00',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;
		box-shadow: 0px 4px 0px 0px rgba(255,77,0,.2);
	}
}

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

 c-form

***********************************/
.c-form {
	padding: 6% 9% 7% 6.5%;
	background-color: #fffeee;
	border-radius: 20px;
}

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

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

.c-form__content dl dt {
	display: table-cell;
	width: 195px;
	vertical-align: middle;
}

.c-form__content dl dt .inner {
	width: 100%;
	line-height: 1.5;
}

.c-form__content dl dt .inner .name {
	font-size: 22px;
	font-weight: bold;
	text-align: right;
}

.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-left: 30px;
	line-height: 1.5;
	vertical-align: middle;
}

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

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

.c-form__submit button span,
.c-form__confirmBtn__btn .submit span {
	padding-left: 50px;
	position: relative;
	z-index: 1;
}

.c-form__submit button span:before,
.c-form__confirmBtn__btn .submit span:before {
	content: "";
	display: block;
	width: 38px;
	height: 30px;
	background: url(../images/icon_laptop01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.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 {
		padding: 5.882352941176471% 4.411764705882353% 8.823529411764706%;
	}

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

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

	.c-form__content dl dt {
		display: block;
		width: auto;
		margin-bottom: 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: 0;
		box-shadow: none;
	}

	.c-form__submit {
		width: 280px;
		max-width: 100%;
	}

	.c-form__submit button,
	.c-form__confirmBtn__btn .submit {
		padding: 13px 15px;
		margin-bottom: 4px;
		font-size: 16px;
		box-shadow:0px 4px 0px 0px #ffdbbe;
	}

	.c-form__submit button span,
	.c-form__confirmBtn__btn .submit span {
		padding-left: 34px;
	}

	.c-form__submit button span:before,
	.c-form__confirmBtn__btn .submit span:before {
		width: 23px;
		height: 17px;
	}

	.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

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

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

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

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

.c-faq dl dt .icon {
	width: 80px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background-color: #ff4d00;
	border-radius: 10px;
}

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

.c-faq dl dt .ttl i {
	display: block;
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 1;
}

.c-faq dl dt .ttl i a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/icon_open01.png) no-repeat left top;
	background-size: contain;
}

.c-faq dl dt .ttl i a.is-active {
	background: url(../images/icon_close01.png) no-repeat left top;
	background-size: contain;
}

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

.c-faq dl dd .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 20px;
}

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

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

.c-faq dl dd .cont p {
}

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

	.c-faq {
	}

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

	.c-faq dl dt {
	}

	.c-faq dl dt .icon {
		width: 40px;
		font-size: 14px;
		line-height: 40px;
		border-radius: 5px;
	}

	.c-faq dl dt .ttl {
		flex: 1;
		min-height: 40px;
		padding: 7px 45px 7px 10px;
		margin-left: 10px;
		font-size: 14px;
		border-radius: 5px;
	}

	.c-faq dl dt .ttl i {
		top: 11px;
		right: 12px;
	}

	.c-faq dl dt .ttl i a {
		width: 20px;
		height: 20px;
	}

	.c-faq dl dd .inner {
		padding-top: 15px;
	}

	.c-faq dl dd .icon {
		width: 40px;
		font-size: 14px;
		line-height: 40px;
		border-radius: 5px;
	}

	.c-faq dl dd .cont {
		min-height: 40px;
		padding: 7px 10px;
		margin-left: 10px;
		font-size: 14px;
		line-height: 1.8;
		border-radius: 5px;
	}

	.c-faq 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-table01

***********************************/
.c-table01 {
	width: 100%;
	border-spacing: 0;
}

.c-table01 thead tr th {
	width: 25%;
	padding: 19px 5px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-radius: 20px 20px 0 0;
}

.c-table01 thead tr th:nth-child(1) {
	font-size: 18px;
	background-color: #000000;
}

.c-table01 thead tr th:nth-child(2) {
	background-color: #ffea28;
}

.c-table01 thead tr th:nth-child(3) {
	background-color: #4dd9c0;
}

.c-table01 thead tr th:nth-child(4) {
	background-color: #ff4d00;
}

.c-table01 tbody tr th {
	padding: 25px 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #f4f4f4;
	border-left: 3px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.c-table01 tbody tr:last-child th {
	border-bottom: 3px solid #dddddd;
	border-radius: 0 0 0 20px;
}

.c-table01 tbody tr td {
	padding: 25px 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #fff;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.c-table01 tbody tr td.large {
	font-size: 24px;
	line-height: 1.1;
}

.c-table01 tbody tr td:last-child {
	border-right: 3px solid #dddddd;
}

.c-table01 tbody tr:last-child td {
	border-bottom: 3px solid #dddddd;
}

.c-table01 tbody tr:last-child td:last-child {
	border-radius: 0 0 20px 0;
}

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

	.c-table01 {
		letter-spacing: .05em;
	}

	.c-table01 thead tr th {
		width: 25%;
		padding: 10px 3px;
		font-size: 14px;
		border-radius: 10px 10px 0 0;
	}

	.c-table01 thead tr th:nth-child(1) {
		font-size: 10px;
	}

	.c-table01 tbody tr th {
		padding: 12px 3px;
		font-size: 10px;
		border-left: 2px solid #dddddd;
		border-bottom: 1px solid #dddddd;
	}

	.c-table01 tbody tr:last-child th {
		border-bottom: 2px solid #dddddd;
		border-radius: 0 0 0 10px;
	}

	.c-table01 tbody tr td {
		padding: 12px 3px;
		font-size: 10px;
	}

	.c-table01 tbody tr td.large {
		font-size: 14px;
	}

	.c-table01 tbody tr td:last-child {
		border-right: 2px solid #dddddd;
	}

	.c-table01 tbody tr:last-child td {
		border-bottom: 2px solid #dddddd;
	}

	.c-table01 tbody tr:last-child td:last-child {
		border-radius: 0 0 10px 0;
	}
}

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

	.c-table01 thead tr th {
		font-size: 3.733333333333334vw;
	}

	.c-table01 thead tr th:nth-child(1) {
		font-size: 2.666666666666667vw;
	}

	.c-table01 tbody tr th {
		font-size: 2.666666666666667vw;
	}

	.c-table01 tbody tr td {
		font-size: 2.666666666666667vw;
	}

	.c-table01 tbody tr td.large {
		font-size: 3.733333333333334vw;
	}
}


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

 heroSec

***********************************/
.heroSec {
	background: url(../images/hero_bg01_pc.png) no-repeat center;
	background-size: cover;
}

.heroSec__inner {
	padding: 150px 0 120px;
}

.heroSec__inner__box {

}

.heroSec__inner__box__ttl {
	margin-bottom: 90px;
}

.heroSec__inner__box__ttl .logo {
	display: block;
	width: 355px;
	margin: 0 auto 58px;
	text-align: center;
}

.heroSec__inner__box__ttl .txt {
	display: block;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

.heroSec__inner__box__ttl .txt span {
	font-weight: 900;
}

.heroSec__inner__box__btn {
	max-width: 400px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

.heroSec__inner__box__btn a {
	display: block;
	padding: 22px 15px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
	border-radius: 100px;
	box-shadow: 0px 5px 0px 0px #ffce52;
	overflow: visible;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7337+0,ff4d00+100 */
	background: rgb(255,115,55); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,115,55,1) 0%, rgba(255,77,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,115,55,1) 0%,rgba(255,77,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,115,55,1) 0%,rgba(255,77,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7337', endColorstr='#ff4d00',GradientType=0 ); /* IE6-9 */
}

.heroSec__inner__box__btn a:before {
	content: "";
	display: block;
	width: 88px;
	height: 90px;
	margin: -12% -24% 0 0;
	background: url(../images/cv_balloon01_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.heroSec__inner__box__btn a span {
	padding-left: 50px;
	position: relative;
	z-index: 1;
}

.heroSec__inner__box__btn a span:before {
	content: "";
	display: block;
	width: 38px;
	height: 30px;
	background: url(../images/icon_laptop01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.heroSec {
		background: url(../images/hero_bg01_sp.png) no-repeat center;
		background-size: cover;
	}

	.heroSec__inner {
		padding: 20vw 0 12.533333333333333vw;
	}

	.heroSec__inner__box {

	}

	.heroSec__inner__box__ttl {
		margin-bottom: 9.333333333333334vw;
	}

	.heroSec__inner__box__ttl .logo {
		width: 47.46666666666667vw;
		margin: 0 auto 6.666666666666667vw;
	}

	.heroSec__inner__box__ttl .txt {
		font-size: 4.8vw;
	}

	.heroSec__inner__box__btn {
		max-width: 74.66666666666667vw;
		font-size: 4.266666666666667vw;
	}

	.heroSec__inner__box__btn a {
		padding: 3.733333333333334vw 2.666666666666667vw;
		box-shadow: 0px 0.9333333333333335vw 0px 0px #ffce52;
	}

	.heroSec__inner__box__btn a:before {
		width: 16vw;
		height: 16vw;
		margin: -9% -15% 0 0;
		background: url(../images/cv_balloon01_sp.png) no-repeat left top;
		background-size: contain;
	}

	.heroSec__inner__box__btn a span {
		padding-left: 9.333333333333334vw;
	}

	.heroSec__inner__box__btn a span:before {
		width: 6.133333333333333vw;
		height: 4.8vw;
	}

}



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

 aboutSec

***********************************/
.aboutSec {
	background: #fffeee url(../images/about_bg01_pc.png) no-repeat center top;
}

.aboutSec__inner {
	padding: 90px 0 100px;
}

.aboutSec__inner__content {

}

.aboutSec__inner__content__txt01 {
	margin-bottom: 60px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 2.4;
}

.aboutSec__inner__content__txt01 span {
	font-size: 24px;
	font-weight: 900;
	line-height: 2;
}

.aboutSec__inner__content__pic {
	text-align: center;
}

@media screen and (max-width:767px){
	.aboutSec {
		background: #fffeee url(../images/about_bg01_sp.png) no-repeat center top;
		background-size: 100% auto;
	}

	.aboutSec__inner {
		padding: 35px 0 40px;
	}

	.aboutSec__inner__content {

	}

	.aboutSec__inner__content__txt01 {
		margin-bottom: 20px;
		font-size: 14px;
		text-align: left;
		line-height: 2;
	}

	.aboutSec__inner__content__txt01 span {
		font-size: 16px;
		line-height: 1.8;
	}

	.aboutSec__inner__content__pic {
		text-align: center;
	}

}



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

 priceSec

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

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

.priceSec__inner {
	padding: 90px 0 80px;
}

.priceSec__inner__content {

}

.priceSec__inner__content__note {
	margin-top: 15px;
	margin-bottom: 110px;
}

.priceSec__inner__content__note li {
	text-indent: -1.25em;
	margin-left: 1.25em;
}

.priceSec__inner__content__initial {
	position: relative;
	z-index: 1;
}

.priceSec__inner__content__initial:before {
	content: "";
	display: block;
	width: 40px;
	height: 6px;
	background-color: #000;
	position: absolute;
	top: -54px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.priceSec__inner__content__initial:after {
	content: "";
	display: block;
	width: 6px;
	height: 40px;
	background-color: #000;
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.priceSec__inner__content__initial .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25%;
	height: 80px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
	border-radius: 20px 0 0 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.priceSec__inner__content__initial .price {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	font-size: 24px;
	font-weight: bold;
	background-color: #fff;
	border-top: 3px solid #dddddd;
	border-right: 3px solid #dddddd;
	border-bottom: 3px solid #dddddd;
	border-radius: 20px;
}

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

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

	.priceSec__inner {
		padding: 35px 0 40px;
	}

	.priceSec__inner__content {

	}

	.priceSec__inner__content__note {
		margin-top: 12px;
		margin-bottom: 50px;
		font-size: 10px;
	}

	.priceSec__inner__content__initial {
		display: flex;
		position: relative;
		z-index: 1;
	}

	.priceSec__inner__content__initial:before {
		width: 25px;
		height: 4px;
		top: -35px;
	}

	.priceSec__inner__content__initial:after {
		width: 4px;
		height: 25px;
		top: -45px;
	}

	.priceSec__inner__content__initial .ttl {
		width: 50%;
		height: 40px;
		font-size: 12px;
		border-radius: 10px 0 0 10px;
		position: static;
	}

	.priceSec__inner__content__initial .price {
		width: 50%;
		height: 40px;
		font-size: 14px;
		border-top: 2px solid #dddddd;
		border-right: 2px solid #dddddd;
		border-bottom: 2px solid #dddddd;
		border-radius: 0 10px 10px 0;
	}
}



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

 valueSec

***********************************/
.valueSec {
	background: #fff067 url(../images/value_bg01_pc.png) no-repeat center top;
}

.valueSec__inner {
	padding: 90px 0 100px;
}

.valueSec__inner__content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -8%;
}

.valueSec__inner__content__sec {
	width: 28%;
	padding: 3% 2%;
	margin-bottom: 8%;
	background-color: #fff;
	border-radius: 20px;
}

.valueSec__inner__content__sec .pic {
	width: 50%;
	margin: 0 auto 15px;
	text-align: center;
}

.valueSec__inner__content__sec .ttl {
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.valueSec__inner__content__sec .txt01 {

}

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

	.valueSec__inner__content__sec {
		width: 31%;
	}

}

@media screen and (max-width:767px){
	.valueSec {
		background: #fff067 url(../images/value_bg01_sp.png) no-repeat center top;
		background-size: 514px auto;
	}

	.valueSec__inner {
		padding: 35px 0 40px;
	}

	.valueSec__inner__content {
		display: block;
		margin-bottom: 0;
	}

	.valueSec__inner__content__sec {
		width: auto;
		padding: 5.882352941176471% 4.411764705882353% 3.5%;
		margin-bottom: 30px;
		border-radius: 10px;
	}

	.valueSec__inner__content__sec:last-child {
		margin-bottom: 0;
	}

	.valueSec__inner__content__sec .pic {
		width: 72px;
		margin: 0 auto 8px;
	}

	.valueSec__inner__content__sec .ttl {
		margin-bottom: 4px;
		font-size: 16px;
	}

	.valueSec__inner__content__sec .txt01 {

	}
}



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

 optionSec

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

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

.optionSec__inner {
	padding: 80px 0;
}

.optionSec__inner__content {

}

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

	.optionSec:before {
		display: none;
	}

	.optionSec__inner {
		padding: 35px 0 40px;
	}
}



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

 demoSec

***********************************/
.demoSec {
	background: #fff067 url(../images/demo_bg01_pc.png) center bottom;
}

.demoSec__inner {
	padding: 90px 0 80px;
}

.demoSec__inner__content {

}

.demoSec__inner__content__pic {
	margin-bottom: 55px;
	text-align: center;
}

.demoSec__inner__content__btn {
	max-width: 324px;
	margin: 0 auto 35px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

.demoSec__inner__content__btn a {
	display: block;
	padding: 22px 15px;
	color: #fff;
	text-align: center;
	border-radius: 100px;
	box-shadow: 0px 5px 0px 0px #ccd467;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3789ff+0,0068ff+100 */
	background: rgb(55,137,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(55,137,255,1) 0%, rgba(0,104,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(55,137,255,1) 0%,rgba(0,104,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(55,137,255,1) 0%,rgba(0,104,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3789ff', endColorstr='#0068ff',GradientType=0 ); /* IE6-9 */
}

.demoSec__inner__content__btn a span {
	padding-left: 50px;
	position: relative;
	z-index: 1;
}

.demoSec__inner__content__btn a span:before {
	content: "";
	display: block;
	width: 40px;
	height: 30px;
	background: url(../images/icon_demo01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.demoSec__inner__content__note {
	text-align: center;
}

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

	.demoSec {
		background: #fff067 url(../images/demo_bg01_sp.png) center bottom;
		background-size: 100% auto;
	}

	.demoSec__inner {
		padding: 35px 0 40px;
	}

	.demoSec__inner__content {

	}

	.demoSec__inner__content__pic {
		margin-bottom: 25px;
	}

	.demoSec__inner__content__btn {
		max-width: 280px;
		margin: 0 auto 15px;
		font-size: 16px;
	}

	.demoSec__inner__content__btn a {
		padding: 13px 15px;
		box-shadow: 0px 4px 0px 0px #ccd467;
	}

	.demoSec__inner__content__btn a span {
		padding-left: 35px;
	}

	.demoSec__inner__content__btn a span:before {
		width: 24px;
		height: 17px;
	}

	.demoSec__inner__content__note {
		font-size: 10px;
	}

}

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

	.demoSec__inner__content__btn {
		max-width: 74.66666666666667vw;
		font-size: 4.266666666666667vw;
	}

	.demoSec__inner__content__btn a {
		padding: 3.4666666666666663vw;
		box-shadow: 0px 1.2vw 0px 0px #ccd467;
	}

	.demoSec__inner__content__btn a span {
		padding-left: 9.333333333333334vw;
	}

	.demoSec__inner__content__btn a span:before {
		width: 6.4vw;
		height: 4.533333333333333vw;
	}
}



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

 cvSec

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

.cvSec:before {
	content: "";
	display: block;
	width: 1792px;
	height: 366px;
	background: url(../images/cv_pic01_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.cvSec__inner {
	padding: 90px 0 95px;
}

.cvSec__inner__btn {
	max-width: 760px;
	margin: 0 auto;
	font-size: 42px;
	font-weight: bold;
}

.cvSec__inner__btn a {
	display: block;
	padding: 28px 15px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
	border-radius: 100px;
	box-shadow: 0px 5px 0px 0px rgba(255,77,0,.2);
	overflow: visible;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7337+0,ff4d00+100 */
	background: rgb(255,115,55); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,115,55,1) 0%, rgba(255,77,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,115,55,1) 0%,rgba(255,77,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,115,55,1) 0%,rgba(255,77,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7337', endColorstr='#ff4d00',GradientType=0 ); /* IE6-9 */
}

.cvSec__inner__btn a:before {
	content: "";
	display: block;
	width: 134px;
	height: 134px;
	margin: -10% -18% 0 0;
	background: url(../images/cv_balloon02_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.cvSec__inner__btn a span {
	padding-left: 104px;
	position: relative;
	z-index: 1;
}

.cvSec__inner__btn a span:before {
	content: "";
	display: block;
	width: 80px;
	height: 60px;
	background: url(../images/icon_laptop02.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.cvSec__inner__btn {
		max-width: 74.21875vw;
		font-size: 4.1015625vw;
	}

	.cvSec__inner__btn a {
		padding: 2.734375vw 1.46484375vw;
	}

	.cvSec__inner__btn a:before {
		width: 13.0859375vw;
		height: 13.0859375vw;
		margin: -10% -18% 0 0;
	}

	.cvSec__inner__btn a span {
		padding-left: 10.15625vw;
	}

	.cvSec__inner__btn a span:before {
		width: 7.8125vw;
		height: 5.859375vw;
	}
}

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

	.cvSec:before {
		width: 522px;
		height: 215px;
		background: url(../images/cv_pic01_sp.png) no-repeat left top;
		background-size: contain;
	}

	.cvSec__inner {
		padding: 45px 0 49px;
	}

	.cvSec__inner__btn {
		max-width: 280px;
		font-size: 16px;
	}

	.cvSec__inner__btn a {
		padding: 9px 10px;
		box-shadow: 0px 4px 0px 0px rgba(255,77,0,.2);
	}

	.cvSec__inner__btn a:before {
		width: 60px;
		height: 60px;
		margin: -9% -15% 0 0;
		background: url(../images/cv_balloon02_sp.png) no-repeat left top;
		background-size: contain;
	}

	.cvSec__inner__btn a span {
		padding-left: 35px;
	}

	.cvSec__inner__btn a span:before {
		width: 23px;
		height: 17px;
	}
}

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

	.cvSec__inner {
		padding: 12vw 0 13.066666666666665vw;
	}

	.cvSec__inner__btn {
		max-width: 74.66666666666667vw;
		font-size: 4.266666666666667vw;
	}

	.cvSec__inner__btn a {
		padding: 2.4vw;
		box-shadow: 0px 1.2vw 0px 0px rgba(255,77,0,.2);
	}

	.cvSec__inner__btn a:before {
		width: 16vw;
		height: 16vw;
	}

	.cvSec__inner__btn a span {
		padding-left: 9.333333333333334vw;
	}

	.cvSec__inner__btn a span:before {
		width: 6.133333333333333vw;
		height: 4.533333333333333vw;
	}
}



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

 faqSec

***********************************/
.faqSec {
	background-color: #fff067;
}

.faqSec__inner {
	padding: 90px 0 80px;
}

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

	.faqSec__inner {
		padding: 35px 0 40px;
	}
}



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

 flowSec

***********************************/
.flowSec {
	background: #fffeee url(../images/flow_bg01_pc.png) no-repeat center top;
}

.flowSec__inner {
	padding: 90px 0 100px;
}

.flowSec__inner__content {
	padding-top: 32px;
}

.flowSec__inner__content__sec {
	padding: 50px 2.7% 3%;
	margin-bottom: 120px;
	background-color: #fff;
	border: 3px solid #dddddd;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}

.flowSec__inner__content__sec:last-child {
	margin-bottom: 0;
}

.flowSec__inner__content__sec:before {
	content: "";
	display: block;
	width: 50px;
	height: 30px;
	background: url(../images/flow_arr01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	bottom: -65px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.flowSec__inner__content__sec:last-child:before {
	display: none;
}

.flowSec__inner__content__sec .num {
	padding: 13px 20px;
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
	background-color: #000;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.flowSec__inner__content__sec .pic {
	width: 130px;
	margin: 0 auto 10px;
	text-align: center;
}

.flowSec__inner__content__sec .ttl {
	margin-bottom: .4em;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.flowSec__inner__content__sec .txt01 {
	text-align: center;
}

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

	.flowSec {
		background: #fffeee;
	}

	.flowSec__inner {
		padding: 35px 0 40px;
	}

	.flowSec__inner__content {
		padding-top: 16px;
	}

	.flowSec__inner__content__sec {
		padding: 30px 4.117647058823529% 3.5%;
		margin-bottom: 73px;
		border: 2px solid #dddddd;
		border-radius: 10px;
	}

	.flowSec__inner__content__sec:before {
		width: 29px;
		height: 17px;
		bottom: -41px;
	}

	.flowSec__inner__content__sec:last-child:before {
		display: none;
	}

	.flowSec__inner__content__sec .num {
		padding: 6px 10px;
		font-size: 14px;
		border-radius: 5px;
	}

	.flowSec__inner__content__sec .pic {
		width: 78px;
		margin: 0 auto 8px;
	}

	.flowSec__inner__content__sec .ttl {
		margin-bottom: .4em;
		font-size: 16px;
	}

	.flowSec__inner__content__sec .txt01 {
		text-align: left;
	}

}



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

 formSec

***********************************/
.formSec {

}

.formSec__inner {
	padding: 90px 0 100px;
}

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

	.formSec__inner {
		padding: 35px 0 40px;

	}

}


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

 companySec

***********************************/
.companySec {
	background-color: #fff067;
}

.companySec__inner {
	padding: 90px 0 100px;
}

.companySec__inner__content {

}

.companySec__inner__content dl {
	display: flex;
	border-bottom: 1px solid #000000;
}

.companySec__inner__content dl:first-child {
	border-top: 1px solid #000000;
}

.companySec__inner__content dl dt {
	display: block;
	width: 200px;
	padding: 29px 1em 29px 0;
	font-weight: bold;
}

.companySec__inner__content dl dd {
	flex: 1;
	padding: 29px 0;
}

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

	.companySec__inner {
		padding: 35px 0 40px;
	}

	.companySec__inner__content dl {
		display: block;
		padding: 12px 0;
	}

	.companySec__inner__content dl dt {
		width: auto;
		padding: 0;
		margin-bottom: .2em;
		text-align: center;
	}

	.companySec__inner__content dl dd {
		padding: 0;
		text-align: center;
	}

}


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

 xxx

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

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

}

