@charset "utf-8";


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

	body {
		zoom: 1.8;
		width: 1200px;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
main {
	display: block;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	letter-spacing: .07em;
}
p {
	letter-spacing: .07em;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input[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: #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;
}
.Oswald {
	font-family: "YakuHanJP", 'Oswald', sans-serif;
}
.Roboto {
	font-family: "YakuHanJP", 'Roboto', 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;
}
.green {
	color: #008b9f;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 75%, #ffbf00 75%);
}
@media screen\0 {
	.marker {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.marker-white {
	background: linear-gradient(transparent 75%, #fff 75%);
}
@media screen\0 {
	.marker-white {
		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: 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-wrap.top {
		padding-bottom: 50px;
	}

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

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

 l-header

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

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

.l-header__inner-logo {

}

.l-header__inner-btn {
	font-size: 15px;
	font-weight: bold;
}

.l-header__inner-btn a {
	display: block;
	padding: 12px 25px;
	color: #fff;
	background-color: #f8a51c;
	border-radius: 100px;
}

.l-header__inner-btn a span {
	padding: 0 32px 0 28px;
	position: relative;
	z-index: 1;
}

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

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

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

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

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

	.l-header__inner-logo a,
	.l-header__inner-logo a img {
		display: block;
	}

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

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

 l-fixed-content

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


@media screen and (max-width:767px){
	.l-fixed-content {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
	}

	.l-fixed-content a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		overflow: visible;
		background-color: #f8a51c;
		position: relative;
		z-index: 1;
	}

	.l-fixed-content a span {
		padding-left: 24px;
		position: relative;
		z-index: 1;
	}

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

	.l-fixed-content a span:after {
		content: "";
		display: block;
		width: 49px;
		height: 49px;
		margin: -25px -55px 0 0;
		background: url(../images/fixed_balloon.png) no-repeat center;
		background-size: contain;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}
}

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

 l-footer

***********************************/
.l-footer {
	background-color: #f6f6f6;
}

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

.l-footer__inner ul {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}

.l-footer__inner ul li {
	padding-right: .8em;
	margin-right: .4em;
	position: relative;
	z-index: 1;
}

.l-footer__inner ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.l-footer__inner ul li:after {
	content: "|";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.l-footer__inner ul li:last-child:after {
	display: none;
}

.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 ul {
		margin-bottom: 10px;
		font-size: 12px;
	}

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

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

 c-title01

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

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

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

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

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

 c-subHero

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

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

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

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

	.c-subHero__inner {
		height: 150px;
	}

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

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

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 20px 15px;
	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 #593800;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffb539+0,f29600+100 */
	background: rgb(255,181,57); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,181,57,1) 0%, rgba(242,150,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,181,57,1) 0%,rgba(242,150,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,181,57,1) 0%,rgba(242,150,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb539', endColorstr='#f29600',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


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

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

 c-form

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

.c-form:before {
}

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

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

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

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

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

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

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

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

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

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

.c-form__content dl dd .zip {
	width: 140px;
}

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

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

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

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

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

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

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

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

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

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

.c-form__privacy-txt01 a {
	color: #008b9f;
	text-decoration: underline;
}

.c-form__privacy-txt01 a:hover {
	text-decoration: none;
}

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

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

.c-form__submit button,
.c-form__submit input,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 22px 15px;
	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 #593800;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffb539+0,f29600+100 */
	background: rgb(255,181,57); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,181,57,1) 0%, rgba(242,150,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,181,57,1) 0%,rgba(242,150,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,181,57,1) 0%,rgba(242,150,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb539', endColorstr='#f29600',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

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

.c-form__confirmBtn__btn {
	width: 360px;
}

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

.c-form__confirmBtn__btn .back {
	display: block;
	width: 100%;
	padding: 20px 15px;
	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 #333333;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,777777+100 */
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(119,119,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.c-form__submit {
		width: 240px;
	}

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

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

	.c-form__confirmBtn__btn {
		width: 47.5%;
	}

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

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

}


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

 c-faq__inner-list

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

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

.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: 23px;
}

.c-faq__inner-list dl dt .icon {
	width: 80px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background-color: #008b9f;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	border-radius: 10px;
}

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

.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;
	color: #008b9f;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background-color: #fff;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	border-radius: 10px;
}

.c-faq__inner-list dl dd .cont {
	flex: 1;
	min-height: 80px;
	padding: 23px 30px;
	margin-left: 20px;
	line-height: 1.8;
	background-color: #fff;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	border-radius: 10px;
}

.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: 32px;
	}

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

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

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

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

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

	.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: url(../images/bg_dot01.png) repeat;
	position: relative;
	z-index: 1;
}

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

.c-hero__inner {
	padding: 60px 0 90px;
}

.c-hero__inner-txt01 {
	margin-bottom: 45px;
	font-size: 30px;
	font-weight: bold;
	line-height: 2.6;
	letter-spacing: .12em;
}

.c-hero__inner-txt01 .block {
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.c-hero__inner-ttl {
	margin-bottom: 65px;
	color: #fff;
	font-size: 49px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .12em;
}

.c-hero__inner-ttl .block {
	padding: 9px 20px;
	background-color: #008ba0;
	border-radius: 10px;
}

.c-hero__inner-list {
	display: flex;
	margin-bottom: 67px;
}

.c-hero__inner-list li {
	padding: 25px 15px;
	margin-right: 25px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-list li:nth-child(1) {
	background-color: #f9caec;
}

.c-hero__inner-list li:nth-child(2) {
	background-color: #dff1fd;
}

.c-hero__inner-list li:nth-child(3) {
	margin-right: 0;
	background-color: #94d4d4;
}

.c-hero__inner-list li .num {
	width: 32px;
	height: 32px;
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-hero__inner-list li:nth-child(1) .num {
	border: 2px solid #f9caec;
}

.c-hero__inner-list li:nth-child(2) .num {
	border: 2px solid #dff1fd;
}

.c-hero__inner-list li:nth-child(3) .num {
	border: 2px solid #94d4d4;
}

.c-hero__inner-list li .pic {
	width: 60px;
	margin: 0 auto 10px;
	text-align: center;
}

.c-hero__inner-list li p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-hero__inner-btn {
	width: 350px;
	font-size: 22px;
	font-weight: bold;
}

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

.c-hero__inner-btn a:before {
	content: "";
	display: block;
	width: 86px;
	height: 86px;
	margin: -35px -92px 0 0;
	background: url(../images/hero_btn_balloon_pc.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-hero__inner-btn a span {
	padding-left: 38px;
	position: relative;
	z-index: 1;
}

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

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

	.c-hero:before {
		width: 100vw;
		height: 60.395vw;
	}

	.c-hero__inner {
		width: 73.206442166910688vw;
		padding: 4.392vw 0 6.589vw;
	}

	.c-hero__inner-txt01 {
		margin-bottom: 3.294vw;
		font-size: 2.196vw;
	}

	.c-hero__inner-txt01 .block {
		padding: 0.732vw 1.464vw;
		border-radius: 0.732vw;
		box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	}

	.c-hero__inner-ttl {
		margin-bottom: 4.758vw;
		font-size: 3.587vw;
	}

	.c-hero__inner-ttl .block {
		padding: 0.659vw 1.464vw;
		border-radius: 0.732vw;
	}

	.c-hero__inner-list {
		margin-bottom: 4.905vw;
	}

	.c-hero__inner-list li {
		padding: 1.83vw 1.098vw;
		margin-right: 1.83vw;
		border-radius: 0.732vw;
	}

	.c-hero__inner-list li .num {
		width: 2.343vw;
		height: 2.343vw;
		line-height: 2.05vw;
		font-size: 0.878vw;
	}

	.c-hero__inner-list li:nth-child(1) .num {
		border: 2px solid #f9caec;
	}

	.c-hero__inner-list li:nth-child(2) .num {
		border: 2px solid #dff1fd;
	}

	.c-hero__inner-list li:nth-child(3) .num {
		border: 2px solid #94d4d4;
	}

	.c-hero__inner-list li .pic {
		width: 4.392vw;
		margin-bottom: 0.732064421669107vw;
	}

	.c-hero__inner-list li p {
		font-size: 1.318vw;
	}

	.c-hero__inner-btn {
		width: 25.622vw;
		font-size: 1.611vw;
	}

	.c-hero__inner-btn a {
		padding: 1.318vw 0;
		box-shadow: 0 5px 0 #593800;
	}

	.c-hero__inner-btn a:before {
		width: 6.296vw;
		height: 6.296vw;
		margin: -2.562vw -6.735vw 0 0;
	}

	.c-hero__inner-btn a span {
		padding-left: 2.782vw;
	}

	.c-hero__inner-btn a span:before {
		width: 1.903vw;
		height: 1.903vw;
	}
}

@media screen and (max-width:767px){
	.c-hero {
		background-size: 2.666666666666667vw 2.666666666666667vw;
	}

	.c-hero:before {
		width: 100%;
		height: 100%;
		background: url(../images/hero_bg01_sp.png) no-repeat center top;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		transform: none;
		-webkit-transform: none;
	}

	.c-hero__inner {
		width: auto;
		padding: 5.333vw 0 11.467vw;
	}

	.c-hero__inner-txt01 {
		margin-bottom: 4.8vw;
		font-size: 4vw;
		white-space: nowrap;
	}

	.c-hero__inner-txt01 .block {
		padding: 1.6vw 2.667vw;
		border-radius: 1.6vw;
		box-shadow: 0 0.4vw 0 rgba(0,0,0,0.1);
	}

	.c-hero__inner-ttl {
		margin-bottom: 8.533vw;
		font-size: 6.267vw;
		line-height: 2.3;
		white-space: nowrap;
	}

	.c-hero__inner-ttl .block {
		padding: 1.067vw 2.667vw;
		border-radius: 1.6vw;
		-webkit-box-decoration-break: clone;
		box-decoration-break: clone;
	}

	.c-hero__inner-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 8.8vw;
	}

	.c-hero__inner-list li {
		width: 47.058823529411765%;
		padding: 6.133vw 1.333vw 4vw;
		margin-right: 0;
		border-radius: 2.667vw;
		position: relative;
		z-index: 1;
	}

	.c-hero__inner-list li:nth-child(3) {
		margin-top: 8.088235294117647%;
		margin-left: 26.470588235294118%;
	}

	.c-hero__inner-list li .num {
		width: 6.667vw;
		height: 6.667vw;
		line-height: 5.6vw;
		font-size: 2.667vw;
	}

	.c-hero__inner-list li .pic {
		width: 9.867vw;
		margin-bottom: 2.133vw;
	}

	.c-hero__inner-list li p {
		font-size: 3.733vw;
	}

	.c-hero__inner-btn {
		width: 66.667vw;
		margin: 0 auto;
		font-size: 4.267vw;
	}

	.c-hero__inner-btn a {
		padding: 2.4vw 0;
		box-shadow: 0 0.666666666666667vw 0 #593800;
	}

	.c-hero__inner-btn a:before {
		width: 14.667vw;
		height: 14.667vw;
		margin: -8.8vw -7.733vw 0 0;
		background: url(../images/hero_btn_balloon_sp.png) no-repeat center;
		background-size: contain;
	}

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

	.c-hero__inner-btn a span:before {
		width: 4.267vw;
		height: 4.267vw;
	}

}



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

 c-about

***********************************/
.c-about {
	background: url(../images/about_bg01_pc.png) no-repeat center bottom;
}

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

.c-about__inner-content {
	position: relative;
	z-index: 1;
}

.c-about__inner-content-box {
	width: 58%;
	padding: 1.5% 2%;
	background-color: #fff;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	border-radius: 10px;
}

.c-about__inner-content-box .txt01 {
	margin-bottom: 1em;
}

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

.c-about__inner-content-box .note {
	font-size: 12px;
}

.c-about__inner-content-pic {
	width: 69%;
	margin-right: -29%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

@media screen and (max-width:767px){
	.c-about {
		background: url(../images/about_bg01_sp.png) no-repeat center bottom;
		background-size: contain;
	}

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

	.c-about__inner-content-box {
		width: auto;
		padding: 2.941176470588235% 4.411764705882353% 4.411764705882353%;
		margin-bottom: 33px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.1);
		border-radius: 6px;
	}

	.c-about__inner-content-box .txt01 {
		margin-bottom: 1em;
	}

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

	.c-about__inner-content-box .note {
		font-size: 12px;
	}

	.c-about__inner-content-pic {
		width: auto;
		margin-right: 0;
		position: static;
	}

}



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

 c-works

***********************************/
.c-works {
	background-color: #e5f3f5;
}

.c-works__inner {
	width: 1160px;
	padding: 80px 0 93px;
	position: relative;
	z-index: 1;
}

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

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

.c-works__inner-slider .js-works-slider {
	overflow: hidden;
}

.c-works__inner-slider .slider-prev {
	width: 40px;
	height: 40px;
	background: url(../images/works_arr01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
}

.c-works__inner-slider .slider-next {
	width: 40px;
	height: 40px;
	background: url(../images/works_arr01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 2;
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	cursor: pointer;
}

.c-works__inner-slider .slick-list {
	padding-bottom: 3px;
	margin-right: -40px;  /* ガター分ネガティブマージン */
}

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

.c-works__inner-slider-item {
	height: auto !important;
	min-height: auto !important;
	float: none !important;
	margin-right: 40px;  /* ガター */
}

.c-works__inner-slider-item .inner {
	height: 100%;
	padding: 20px 20px 15px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
}

.c-works__inner-slider-item .pic {
	margin-bottom: 12px;
}

.c-works__inner-slider-item .pic img {
	width: 100%;
	max-width: none;
}

.c-works__inner-slider-item .id {
	margin-bottom: 4px;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8;
}

.c-works__inner-slider-item .txt01 {
	font-size: 16px;
	line-height: 1.8;
}

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

	.c-works__inner:before {
		width: 93.273vw;
		height: 19.091vw;
	}
}

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

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

	.c-works__inner:before {
		width: 410px;
		height: 100px;
		background: url(../images/works_illust01_sp.png) no-repeat center top;
		background-size: contain;
	}

	.c-works__inner-slider {
		padding: 0 40px;
		position: relative;
		z-index: 1;
	}

	.c-works__inner-slider .slider-prev {
		width: 25px;
		height: 25px;
	}

	.c-works__inner-slider .slider-next {
		width: 25px;
		height: 25px;
	}

	.c-works__inner-slider .slick-list {
		padding-bottom: 2px;
		margin-right: -15px;  /* ガター分ネガティブマージン */
	}

	.c-works__inner-slider-item {
		margin-right: 15px;  /* ガター */
	}

	.c-works__inner-slider-item .inner {
		padding: 15px 15px 12px;
		background-color: #fff;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.1);
	}

	.c-works__inner-slider-item .pic {
		margin-bottom: 12px;
	}

	.c-works__inner-slider-item .id {
		margin-bottom: 4px;
		font-size: 9px;
	}

	.c-works__inner-slider-item .txt01 {
		font-size: 14px;
	}
}



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

 c-feature

***********************************/
.c-feature {
	background-color: #008ba0;
}

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

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

.c-feature__inner-list {
	display: flex;
	justify-content: space-between;
	padding-top: 18px;
}

.c-feature__inner-list-sec {
	width: 29%;
	padding: 35px 3% 3%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	position: relative;
	z-index: 1;
}

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

.c-feature__inner-list-sec .pic {
	padding: 20px;
	margin-bottom: 15px;
	background-color: #fafafa;
	border-radius: 10px;
}

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

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

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

	.c-feature__inner:before {
		width: 90.909vw;
		height: 24.182vw;
	}
}

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

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

	.c-feature__inner:before {
		width: 403px;
		height: 133px;
		background: url(../images/feature_illust01_sp.png) no-repeat center top;
		background-size: contain;
	}

	.c-feature__inner-list {
		display: block;
		padding: 12px 5.882352941176471% 0;
	}

	.c-feature__inner-list-sec {
		width: auto;
		padding: 20px 5% 4%;
		margin-bottom: 44px;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.1);
	}

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

	.c-feature__inner-list-sec .num {
		width: 23px;
		height: 23px;
		line-height: 23px;
		font-size: 10px;
		border-radius: 6px;
	}

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

	.c-feature__inner-list-sec .pic img {
		width: 40px;
	}

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

}



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

 c-flow

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

}

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

.c-flow__inner-tab {

}

.c-flow__inner-tab-head {

}

.c-flow__inner-tab-head ul {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.c-flow__inner-tab-head ul li {
	display: flex;
	align-items: flex-end;
	width: 38.5%;
	height: 70px;
	margin-right: 1%;
	font-size: 18px;
	font-weight: bold;
}

.c-flow__inner-tab-head ul li:last-child {
	margin-right: 0;
}

.c-flow__inner-tab-head ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	color: #008ba0;
	text-align: center;
	background-color: #fff;
	border-top: 3px solid #e5f3f5;
	border-left: 3px solid #e5f3f5;
	border-right: 3px solid #e5f3f5;
	border-radius: 10px 10px 0 0;
}

.c-flow__inner-tab-head ul li a.is-active {
	height: 70px;
	background-color: #e5f3f5;
}

.c-flow__inner-tab-body {
	padding: 6.5% 11% 4.3%;
	background-color: #e5f3f5;
	border-radius: 10px;
}

.c-flow__inner-tab-body-box {
	display: none;
}

.c-flow__inner-tab-body-box:first-child {
	display: block;
}

.c-step {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -8.333333333333333%;
}

.c-step__sec {
	width: 28.205128205128205%;
	padding: 45px 3.846153846153846% 2.5%;
	margin-bottom: 8.333333333333333%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	position: relative;
	z-index: 1;
}

.c-step__sec .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 138px;
	height: 48px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/flow_step_bg01_pc.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-step__sec .num.service {
	background: url(../images/flow_step_bg02_pc.png) no-repeat center;
	background-size: contain;
}

.c-step__sec .pic {
	margin-bottom: 15px;
}

.c-step__sec .pic img {
	display: block;
	width: 100%;
	max-width: none;
}

.c-step__sec .ttl {
	margin-bottom: .5em;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}

.c-step__sec .txt01 {
	margin-bottom: 1em;
	font-size: 16px;
	line-height: 1.8;
}

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

.c-step__sec .note {
	font-size: 12px;
	line-height: 1.8;
}

.c-step__sec .sns {
	width: 75%;
	margin: 10px auto 0;
	text-align: center;
}

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

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

	.c-flow__inner-tab {
	}

	.c-flow__inner-tab-head {

	}

	.c-flow__inner-tab-head ul {
		justify-content: space-between;
	}

	.c-flow__inner-tab-head ul li {
		width: 48.529411764705882%;
		height: 40px;
		margin-right: 0;
		font-size: 14px;
	}

	.c-flow__inner-tab-head ul li a {
		height: 35px;
		border-top: 2px solid #e5f3f5;
		border-left: 2px solid #e5f3f5;
		border-right: 2px solid #e5f3f5;
		border-radius: 6px 6px 0 0;
	}

	.c-flow__inner-tab-head ul li a.is-active {
		height: 40px;
	}

	.c-flow__inner-tab-body {
		padding: 8.666666666666667% 4.666666666666667% 11.066666666666667%;
		margin: 0 -5.147058823529412%;
		border-radius: 0;
	}

	.c-flow__inner-tab-body-box {
		display: none;
	}

	.c-flow__inner-tab-body-box:first-child {
		display: block;
	}

	.c-step {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: -13.235294117647059%;
	}

	.c-step__sec {
		width: 47.058823529411765%;
		padding: 24px 4.411764705882353% 2.941176470588235%;
		margin-bottom: 13.235294117647059%;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.1);
	}

	.c-step__sec .num {
		width: 80px;
		height: 28px;
		font-size: 11px;
		background: url(../images/flow_step_bg01_sp.png) no-repeat center;
		background-size: contain;
	}

	.c-step__sec .num.service {
		background: url(../images/flow_step_bg02_sp.png) no-repeat center;
		background-size: contain;
	}

	.c-step__sec .pic {
		margin-bottom: 10px;
	}

	.c-step__sec .pic img {
		display: block;
		width: 100%;
		max-width: none;
	}

	.c-step__sec .ttl {
		margin-bottom: .4em;
		font-size: 16px;
		line-height: 1.6;
	}

	.c-step__sec .txt01 {
		margin-bottom: .6em;
		font-size: 14px;
		line-height: 1.6;
	}

	.c-step__sec .note {
		font-size: 11px;
		line-height: 1.6;
	}

	.c-step__sec .sns {
		width: auto;
		margin: 10px auto 0;
	}

}



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

 c-cv

***********************************/
.c-cv {
	background: #008ba0 url(../images/cv_bg01_pc.png) no-repeat center bottom;
	background-size: contain;
}

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

.c-cv__inner-ttl {
	margin-bottom: 30px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	letter-spacing: .12em;
}

.c-cv__inner-btn {
	width: 350px;
	margin: 0 auto;
	font-size: 22px;
	font-weight: bold;
}

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

.c-cv__inner-btn a:before {
	content: "";
	display: block;
	width: 86px;
	height: 86px;
	margin: -35px -96px 0 0;
	background: url(../images/cv_balloon_pc.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-cv__inner-btn a span {
	padding-left: 40px;
	position: relative;
	z-index: 1;
}

.c-cv__inner-btn a span:before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/icon_account02.png) no-repeat center;
	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){
	.c-cv {
		background: #008ba0 url(../images/cv_bg01_sp.png) no-repeat center bottom;
		background-size: 390px auto;
	}

	.c-cv__inner {
		padding: 30px 0 80px;
	}

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

	.c-cv__inner-btn {
		width: 250px;
		font-size: 16px;
	}

	.c-cv__inner-btn a {
		padding: 9px 0;
		box-shadow: 0 3px 0 #001f00;
	}

	.c-cv__inner-btn a:before {
		width: 55px;
		height: 55px;
		margin: -33px -28px 0 0;
		background: url(../images/cv_balloon_sp.png) no-repeat center;
		background-size: contain;
	}

	.c-cv__inner-btn a span {
		padding-left: 23px;
	}

	.c-cv__inner-btn a span:before {
		width: 16px;
		height: 16px;
		background: url(../images/icon_account03.png) no-repeat center;
		background-size: contain;
	}

}



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

 c-faq

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

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

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

}



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

 c-contact

***********************************/
.c-contact {

}

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

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

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

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

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

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

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


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

 xxx

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

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

}

