@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: .04em;
	/*font-feature-settings : "palt";*/
	text-align: left;
	background-color: #fff;
	font-family: 'M PLUS Rounded 1c', 游ゴシック体, '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: 'M PLUS Rounded 1c', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
@media print {
	body {
		zoom: 0.68;
		-webkit-print-color-adjust: exact;
	}
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
	/* @pageの指定いらないかも */
	@page {
		size: A4;
		margin: 12.7mm 9.7mm;
	}

	body {
		zoom: 1.8;
		width: 1200px;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
main {
	display: block;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	letter-spacing: .07em;
}
p {
	letter-spacing: .07em;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input,
button {
	font-family: 'M PLUS Rounded 1c', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
input[type="radio"],input[type="checkbox"],label,button,input[type="submit"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
	height: 50px;
	padding: 5px 20px;
	font-family: 'M PLUS Rounded 1c', 游ゴシック体, '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: 'M PLUS Rounded 1c', 游ゴシック体, '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: 'M PLUS Rounded 1c', 游ゴシック体, '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: #333333;
}
a:visited {
	color: #333333;
}
a.normal:link {
	color: #333333;
}
a.normal:visited {
	color: #333333;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
.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: YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
@media screen\0 {
	.mincho {
		font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
	}
}
.gothic {
	font-family: 'M PLUS Rounded 1c', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen\0 {
	.gothic {
		font-family: 'M PLUS Rounded 1c', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
.Oswald {
	font-family: 'Oswald', sans-serif;
}
* {
	box-sizing: border-box;
}


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

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

 general

***********************************/
.imgMax {
	max-width: none;
	width: 100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.white {
	color: #fff;
}
.red {
	color: #ff3f00;
}
.pink {
	color: #ff73b6;
}
.blue {
	color: #00a5e3;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffff00 70%);
}
.marker-blue {
	background: linear-gradient(transparent 70%, #bbe8f9 70%);
}

.underline {
	text-decoration: underline;
}

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

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

 parts

***********************************/
.define_wrap {
	padding: 0 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 {
		padding-bottom: 50px;
	}

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

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

 l-header

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

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

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

 l-fixed-content

***********************************/
.l-fixed-content {

}

@media screen and (max-width:767px){
	.l-fixed-content {
		width: 100%;
		height: 50px;
		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: 18px;
		font-weight: 900;
		letter-spacing: .04em;
		background: #00a5e3;
	}
}

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

 l-footer

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

}

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

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

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

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

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

	.l-footer__inner-logo {
		width: 123px;
		margin: 0 auto 20px;
	}

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

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

 c-title01

***********************************/
.c-title01 {
	margin-top: -.3em;
	margin-bottom: 50px;
	font-size: 42px;
	font-weight: 800;
	text-align: center;
	letter-spacing: .04em;
	line-height: 1.6;
}

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

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

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

 c-subHero

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

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

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

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

	.c-subHero__inner {
		height: 150px;
	}

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

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

 c-btn01

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


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

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

 c-form

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

.c-form:before {
}

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

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

.c-form__content dl dt {
	display: table-cell;
	width: 260px;
	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: #0a4399;
	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 .name-box {
	display: flex;
	justify-content: space-between;
}

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

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

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

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

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

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

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

.c-form__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 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 #4d2600;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8d1c+0,f47a00+100 */
	background: rgb(255,141,28); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,141,28,1) 0%, rgba(244,122,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,141,28,1) 0%,rgba(244,122,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d1c', endColorstr='#f47a00',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

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

.c-form__confirmBtn__btn {
	width: 360px;
}

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

.c-form__confirmBtn__btn .back {
	display: block;
	width: 100%;
	padding: 20px 15px;
	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: 15px 0 20px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.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-list

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

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

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

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

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

.c-faq-list dl dt .ttl {
	flex: 1;
	min-height: 68px;
	padding: 14px 29px;
	margin-left: 12px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: 5px;
}

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

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

.c-faq-list dl dd .cont {
	flex: 1;
	min-height: 68px;
	padding: 19px 29px;
	margin-left: 12px;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: 5px;
}

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

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

	.c-faq-list {
	}

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

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

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

	.c-faq-list dl dt .ttl {
		flex: 1;
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		font-size: 16px;
		border-radius: 4px;
	}

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

	.c-faq-list dl dd .cont {
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		border-radius: 4px;
	}

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

}


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

 c-faq-list-acc

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

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

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

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

.c-faq-list-acc dl dt .icon {
	width: 80px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background-color: #00a6e3;
	border-radius: 20px;
}

.c-faq-list-acc dl dt .ttl {
	flex: 1;
	min-height: 76px;
	padding: 22px 75px 22px 30px;
	margin-left: 20px;
	color: #00a6e3;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	background-color: #fff;
	border: 2px solid #00a6e3;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dt .ttl:before {
	content: "";
	display: block;
	width: 21px;
	height: 3px;
	margin: 37px 28px 0 0;
	background-color: #00a6e3;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

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

.c-faq-list-acc dl dt .ttl:after {
	content: "";
	display: block;
	width: 3px;
	height: 21px;
	margin: 29px 37px 0 0;
	background-color: #00a6e3;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

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

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

.c-faq-list-acc dl dd .icon {
	width: 80px;
	color: #00a6e3;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 76px;
	background-color: #fff;
	border-radius: 20px;
	border: 2px solid #dddddd;
}

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

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

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

	.c-faq-list-acc {
	}

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

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

	.c-faq-list-acc dl dt .icon {
		width: 40px;
		font-size: 11px;
		line-height: 40px;
		border-radius: 10px;
	}

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

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

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

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

	.c-faq-list-acc dl dd .icon {
		width: 40px;
		font-size: 11px;
		line-height: 38px;
		border-radius: 10px;
	}

	.c-faq-list-acc dl dd .cont {
		min-height: 38px;
		padding: 7px 12px;
		margin-left: 10px;
		font-size: 14px;
		border-radius: 10px;
	}

	.c-faq-list-acc 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-contact

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

}

.c-contact__inner {

}

.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: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

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

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

	.c-contact__inner-content {
		padding: 2px 4.833333333333333% 8.088235294117647%;
		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;
	}
}



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

 c-hero

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

.c-hero__inner {
	width: 1200px;
	height: 700px;
	padding-top: 35px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-logo {
	width: 206px;
	margin-left: 10px;
	margin-bottom: 65px;
}

.c-hero__inner-copy {
	width: 380px;
	margin-bottom: 50px;
}

.c-hero__inner-box {
	width: 339px;
	height: 352px;
	margin-top: 18px;
	margin-left: 430px;
	background: url(../images/hero_bg02_pc.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-hero__inner-box p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	margin-left: 28px;
	font-size: 22px;
	font-weight: 800;
	text-align: center;
	line-height: 1.4;
	letter-spacing: .05em;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

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

.c-hero__inner-txt01 .large {
	display: inline-block;
	font-size: 76px;
	line-height: 1.1;
}

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

}

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

	.c-hero__inner {
		width: 92.308vw;
		height: 53.846vw;
		padding-top: 2.692vw;
	}

	.c-hero__inner-logo {
		width: 15.846vw;
		margin-left: 0.769vw;
		margin-bottom: 5vw;
	}

	.c-hero__inner-copy {
		width: 29.231vw;
		margin-bottom: 3.846vw;
	}

	.c-hero__inner-box {
		width: 26.077vw;
		height: 27.077vw;
		margin-top: 1.385vw;
		margin-left: 33.077vw;
	}

	.c-hero__inner-box p {
		width: 9.231vw;
		height: 9.231vw;
		margin-left: 2.154vw;
		font-size: 1.692vw;
	}

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

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

}

@media screen and (max-width:767px){
	.c-hero {
		background: url(../images/hero_bg01_sp.jpg) no-repeat center / cover;
	}

	.c-hero__inner {
		width: auto;
		height: 156.8vw;
		padding-top: 4vw;
	}

	.c-hero__inner-logo {
		width: 32.8vw;
		margin: 0 auto 22.666666666666667vw;
		text-align: center;
	}

	.c-hero__inner-copy {
		width: 50.667vw;
		margin-left: 4.533vw;
		margin-bottom: 6.667vw;
	}

	.c-hero__inner-box {
		width: 40vw;
		height: 46.4vw;
		margin-top: 17.333vw;
		margin-left: 0;
		margin-right: -3.2vw;
		background: url(../images/hero_bg02_sp.png) no-repeat center / contain;
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
	}

	.c-hero__inner-box p {
		width: 16.8vw;
		height: 16.8vw;
		margin-left: 6.4vw;
		font-size: 3.733vw;
	}

	.c-hero__inner-txt01 {
		margin-left: 4.533vw;
		font-size: 8.8vw;
	}

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

}



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

 c-product

***********************************/
.c-product {
	background: url(../images/bg01.png) repeat;
	position: relative;
	z-index: 1;
}

.c-product:before {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	opacity: .1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.c-product:after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	opacity: .1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+99 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}

.c-product__inner {
	display: flex;
	width: 1200px;
}

.c-product__inner-content {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 380px;
}

.c-product__inner-content-inner {

}

.c-product__inner-content-inner p {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	text-align: center;
	letter-spacing: .04em;
	line-height: 2;
}

.c-product__inner-content-inner p .Oswald {
	display: inline-block;
	font-size: 72px;
	font-weight: normal;
	line-height: 1;
}

.c-product__inner-content-inner p .large {
	display: inline-block;
	font-size: 40px;
	line-height: 1;
}

.c-product__inner-movie {
	width: 500px;
	overflow: hidden;
	position: relative;
}

.c-product__inner-movie:before {
	content: "";
	display: block;
	width: 20px;
	height: 48px;
	background: url(../images/product_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: -.5px;
	z-index: 2;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-product__inner-movie:after {
	content: "";
	display: block;
	width: 49px;
	height: 100%;
	background: url(../images/product_bg01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 2;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-product__inner-movie video {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

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

	.c-product:before {
		height: 0.769vw;
	}

	.c-product:after {
		height: 0.769vw;
	}

	.c-product__inner {
		width: 92.308vw;
	}

	.c-product__inner-content {
		height: 29.231vw;
		position: relative;
	}

	.c-product__inner-content-inner p {
		font-size: 2.769vw;
	}

	.c-product__inner-content-inner p .Oswald {
		font-size: 5.538vw;
	}

	.c-product__inner-content-inner p .large {
		font-size: 3.077vw;
	}

	.c-product__inner-movie {
		width: 38.462vw;
	}

	.c-product__inner-movie:before {
		width: 1.538vw;
		height: 3.692vw;
	}

	.c-product__inner-movie:after {
		width: 3.769vw;
	}

}

@media screen and (max-width:767px){
	.c-product {
		padding: 0;
		background-size: 530px 190px;
	}

	.c-product:before {
		height: 5px;
	}

	.c-product:after {
		display: none;
	}

	.c-product__inner {
		display: block;
		width: auto;
	}

	.c-product__inner-content {
		display: block;
		height: auto;
	}

	.c-product__inner-content:before {
		content: "";
		display: block;
		width: 34px;
		height: 15px;
		margin-top: -5px;
		background: url(../images/product_arr02.png) no-repeat center / contain;
		position: absolute;
		top: 100%;
		left: 50%;
		z-index: 2;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-product__inner-content:after {
		content: "";
		display: block;
		width: 100%;
		height: 5px;
		opacity: .1;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+99 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
	}

	.c-product__inner-content-inner {
		padding: 25px 0;
	}

	.c-product__inner-content-inner p {
		font-size: 23px;
		line-height: 2;
	}

	.c-product__inner-content-inner p .Oswald {
		font-size: 43px;
	}

	.c-product__inner-content-inner p .large {
		font-size: 25px;
	}

	.c-product__inner-movie {
		width: 100%;
		height: 281px;
	}

	.c-product__inner-movie:before {
		display: none;
	}

	.c-product__inner-movie:after {
		display: none;
	}

}



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

 c-cv

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

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

.c-cv__inner-ttl {
	margin-bottom: 50px;
	color: #00a5e3;
	font-size: 67px;
	font-weight: 900;
	text-align: center;
	letter-spacing: .04em;
	line-height: 1.6;
}

.c-cv__inner-btn01 {
	margin-bottom: 40px;
	color: #00a6e3;
	letter-spacing: .04em;
}

.c-cv__inner-btn01 a {
	display: flex;
	align-items: flex-end;
	padding: 38px 100px 38px 90px;
	color: #00a6e3;
	position: relative;
	z-index: 1;
}

.c-cv__inner-btn01 a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 5px solid #00a6e3;
	border-radius: 200px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

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

.c-cv__inner-btn01 .num {
	width: 70px;
	margin-right: 35px;
	font-size: 72px;
	line-height: 1;
	border-right: 2px solid #00a6e3;
}

.c-cv__inner-btn01 .box {
	display: flex;
	align-items: flex-end;
}

.c-cv__inner-btn01 .txt01 {
	margin-right: 30px;
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
}

.c-cv__inner-btn01 .price {
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
}

.c-cv__inner-btn01 .price .large {
	display: inline-block;
	font-size: 72px;
	font-weight: normal;
	line-height: 1;
}

.c-cv__inner-btn01 .price .tax {
	font-size: 18px;
}

.c-cv__inner-txt01 {
	margin-bottom: 25px;
	color: #ff8c19;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	letter-spacing: .04em;
	position: relative;
	z-index: 1;
}

.c-cv__inner-txt01:before {
	content: "";
	display: block;
	width: 522px;
	height: 80px;
	background: url(../images/cv_line01.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-cv__inner-txt01-inner {
	display: inline-block;
}

.c-cv__inner-btn02 {
	margin-bottom: 60px;
	color: #ff8c1a;
	letter-spacing: .04em;
}

.c-cv__inner-btn02 a {
	display: flex;
	align-items: flex-end;
	padding: 38px 100px 38px 90px;
	color: #ff8c1a;
	position: relative;
	z-index: 1;
}

.c-cv__inner-btn02 a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #ffffdd;
	border: 12px solid #ff8c1a;
	border-radius: 200px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

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

.c-cv__inner-btn02 .num {
	width: 70px;
	margin-right: 35px;
	font-size: 72px;
	line-height: 1;
	border-right: 2px solid #ff8c1a;
}

.c-cv__inner-btn02 .box {
	display: flex;
	align-items: flex-end;
}

.c-cv__inner-btn02 .txt01 {
	margin-right: 57px;
	margin-bottom: -.1em;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.4;
}

.c-cv__inner-btn02 .price {
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
}

.c-cv__inner-btn02 .price .large {
	display: inline-block;
	font-size: 72px;
	font-weight: normal;
	line-height: 1;
}

.c-cv__inner-btn02 .price .tax {
	font-size: 18px;
}

.c-cv__inner-btn03 {
	color: #3fae58;
	letter-spacing: .04em;
}

.c-cv__inner-btn03 a {
	display: flex;
	align-items: flex-end;
	padding: 38px 100px 38px 90px;
	color: #3fae58;
	position: relative;
	z-index: 1;
}

.c-cv__inner-btn03 a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 5px solid #3fae58;
	border-radius: 200px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

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

.c-cv__inner-btn03 .num {
	width: 70px;
	margin-right: 35px;
	font-size: 72px;
	line-height: 1;
	border-right: 2px solid #3fae58;
}

.c-cv__inner-btn03 .box {
	display: flex;
	align-items: flex-end;
}

.c-cv__inner-btn03 .txt01 {
	margin-right: 57px;
	margin-bottom: -.1em;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.4;
}

.c-cv__inner-btn03 .price {
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
}

.c-cv__inner-btn03 .price .large {
	display: inline-block;
	font-size: 72px;
	font-weight: normal;
	line-height: 1;
}

.c-cv__inner-btn03 .price .tax {
	font-size: 18px;
}

.c-cv__inner-note {
	margin-top: 25px;
	letter-spacing: .04em;
}

.c-cv__inner-note li {
	text-align: center;
}

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

	.c-cv__inner-ttl {
		margin-bottom: 4.545vw;
		font-size: 6.091vw;
	}

	.c-cv__inner-btn01 {
		margin-bottom: 3.636vw;
	}

	.c-cv__inner-btn01 a {
		padding: 3.455vw 9.091vw 3.455vw 8.182vw;
	}

	.c-cv__inner-btn01 a:before {
		border: 0.454545454545455vw solid #00a6e3;
	}

	.c-cv__inner-btn01 a:after {
		width: 1.818vw;
		height: 2.727vw;
		right: 5.455vw;
	}

	.c-cv__inner-btn01 .num {
		width: 6.364vw;
		margin-right: 3.182vw;
		font-size: 6.545vw;
		border-right: 0.181818181818182vw solid #00a6e3;
	}

	.c-cv__inner-btn01 .txt01 {
		margin-right: 2.727vw;
		font-size: 3.273vw;
	}

	.c-cv__inner-btn01 .price {
		font-size: 3.273vw;
	}

	.c-cv__inner-btn01 .price .large {
		font-size: 6.545vw;
	}

	.c-cv__inner-btn01 .price .tax {
		font-size: 1.636vw;
	}

	.c-cv__inner-txt01 {
		margin-bottom: 2.273vw;
		font-size: 2.545vw;
	}

	.c-cv__inner-txt01:before {
		width: 47.455vw;
		height: 7.273vw;
	}

	.c-cv__inner-btn02 {
		margin-bottom: 5.455vw;
	}

	.c-cv__inner-btn02 a {
		padding: 3.455vw 9.091vw 3.455vw 8.182vw;
	}

	.c-cv__inner-btn02 a:before {
		border: 1.090909090909091vw solid #ff8c1a;
	}

	.c-cv__inner-btn02 a:after {
		width: 1.818vw;
		height: 2.727vw;
		right: 5.455vw;
	}

	.c-cv__inner-btn02 .num {
		width: 6.364vw;
		margin-right: 3.182vw;
		font-size: 6.545vw;
		border-right: 0.181818181818182vw solid #ff8c1a;
	}

	.c-cv__inner-btn02 .txt01 {
		margin-right: 5.182vw;
		font-size: 2.545vw;
	}

	.c-cv__inner-btn02 .price {
		font-size: 3.273vw;
	}

	.c-cv__inner-btn02 .price .large {
		font-size: 6.545vw;
	}

	.c-cv__inner-btn02 .price .tax {
		font-size: 1.636vw;
	}

	.c-cv__inner-btn03 a {
		padding: 3.455vw 9.091vw 3.455vw 8.182vw;
	}

	.c-cv__inner-btn03 a:before {
		border: 0.454545454545455vw solid #3fae58;
	}

	.c-cv__inner-btn03 a:after {
		width: 1.818vw;
		height: 2.727vw;
		right: 5.455vw;
	}

	.c-cv__inner-btn03 .num {
		width: 6.364vw;
		margin-right: 3.182vw;
		font-size: 6.545vw;
		border-right: 0.181818181818182vw solid #3fae58;
	}

	.c-cv__inner-btn03 .txt01 {
		margin-right: 5.182vw;
		font-size: 2.545vw;
	}

	.c-cv__inner-btn03 .price {
		font-size: 3.273vw;
	}

	.c-cv__inner-btn03 .price .large {
		font-size: 6.545vw;
	}

	.c-cv__inner-btn03 .price .tax {
		font-size: 1.636vw;
	}

	.c-cv__inner-note {
		margin-top: 2.273vw;
	}

}

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

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

	.c-cv__inner-ttl {
		margin-bottom: 25px;
		font-size: 29px;
	}

	.c-cv__inner-btn01 {
		margin-bottom: 20px;
	}

	.c-cv__inner-btn01 a {
		align-items: normal;
		padding: 24px 40px 24px 40px;
	}

	.c-cv__inner-btn01 a:before {
		border: 3px solid #00a6e3;
		border-radius: 500px;
	}

	.c-cv__inner-btn01 a:after {
		width: 10px;
		height: 15px;
		right: 25px;
	}

	.c-cv__inner-btn01 .num {
		display: flex;
		align-items: center;
		width: 35px;
		margin-right: 15px;
		font-size: 36px;
		border-right: 1px solid #00a6e3;
	}

	.c-cv__inner-btn01 .box {
		display: block;
	}

	.c-cv__inner-btn01 .txt01 {
		margin-right: 0;
		margin-bottom: 5px;
		font-size: 14px;
	}

	.c-cv__inner-btn01 .price {
		font-size: 18px;
	}

	.c-cv__inner-btn01 .price .large {
		font-size: 36px;
	}

	.c-cv__inner-btn01 .price .tax {
		font-size: 9px;
	}

	.c-cv__inner-txt01 {
		margin-bottom: 10px;
		font-size: 14px;
	}

	.c-cv__inner-txt01:before {
		width: 261px;
		height: 40px;
	}

	.c-cv__inner-txt01-inner {
		display: inline-block;
	}

	.c-cv__inner-btn02 {
		margin-bottom: 25px;
		color: #ff8c1a;
		letter-spacing: .04em;
	}

	.c-cv__inner-btn02 a {
		align-items: normal;
		padding: 24px 40px 24px 40px;
	}

	.c-cv__inner-btn02 a:before {
		border: 6px solid #ff8c1a;
		border-radius: 500px;
	}

	.c-cv__inner-btn02 a:after {
		width: 10px;
		height: 15px;
		right: 25px;
	}

	.c-cv__inner-btn02 .num {
		display: flex;
		align-items: center;
		width: 35px;
		margin-right: 15px;
		font-size: 36px;
		border-right: 1px solid #ff8c1a;
	}

	.c-cv__inner-btn02 .box {
		display: block;
	}

	.c-cv__inner-btn02 .txt01 {
		margin-right: 0;
		margin-bottom: 5px;
		font-size: 14px;
	}

	.c-cv__inner-btn02 .price {
		font-size: 18px;
	}

	.c-cv__inner-btn02 .price .large {
		font-size: 36px;
	}

	.c-cv__inner-btn02 .price .tax {
		font-size: 9px;
	}

	.c-cv__inner-btn03 {
		color: #3fae58;
		letter-spacing: .04em;
	}

	.c-cv__inner-btn03 a {
		align-items: normal;
		padding: 24px 40px 24px 40px;
	}

	.c-cv__inner-btn03 a:before {
		border: 3px solid #3fae58;
		border-radius: 500px;
	}

	.c-cv__inner-btn03 a:after {
		width: 10px;
		height: 15px;
		right: 25px;
	}

	.c-cv__inner-btn03 .num {
		display: flex;
		align-items: center;
		width: 35px;
		margin-right: 15px;
		font-size: 36px;
		border-right: 1px solid #3fae58;
	}

	.c-cv__inner-btn03 .box {
		display: block;
	}

	.c-cv__inner-btn03 .txt01 {
		margin-right: 0;
		margin-bottom: 5px;
		font-size: 14px;
	}

	.c-cv__inner-btn03 .price {
		font-size: 18px;
	}

	.c-cv__inner-btn03 .price .large {
		font-size: 36px;
	}

	.c-cv__inner-btn03 .price .tax {
		font-size: 9px;
	}

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

	.c-cv__inner-note li {
		text-indent: -1em;
		margin-left: 1em;
		text-align: left;
	}

}



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

 c-trouble

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

.c-trouble__inner {
	padding: 70px 0 103px;
}

.c-trouble__inner .c-title01 {
	position: relative;
	z-index: 1;
}

.c-trouble__inner .c-title01:before {
	content: "";
	display: block;
	width: 512px;
	height: 62px;
	margin-top: 5px;
	background: url(../images/trouble_ttl_bg01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-trouble__inner-content {
	padding-top: 40px;
	position: relative;
	z-index: 1;
}

.c-trouble__inner-content:before {
	content: "";
	display: block;
	width: 1022px;
	height: 172px;
	margin-top: -50px;
	background: url(../images/trouble_pic01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-trouble__inner-content ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: .04em;
}

.c-trouble__inner-content ul li {
	padding: 22px 20px 15px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
}

.c-trouble__inner-content ul li:nth-child(1) {
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: 53px;
}

.c-trouble__inner-content ul li:nth-child(2) {
	margin-top: 20px;
	margin-right: 50px;
}

.c-trouble__inner-content ul li:nth-child(3) {
}

.c-trouble__inner-content ul li:nth-child(4) {
	margin-top: 43px;
}

.c-trouble__inner-content ul li:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: #18afe6 url(../images/trouble_check01.png) no-repeat center;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

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

	.c-trouble__inner .c-title01:before {
		width: 46.545vw;
		height: 5.636vw;
		margin-top: 0.455vw;
	}

	.c-trouble__inner-content {
		padding-top: 3.636vw;
	}

	.c-trouble__inner-content:before {
		width: 92.909vw;
		height: 15.636vw;
		margin-top: -4.545vw;
	}

	.c-trouble__inner-content ul {
		font-size: 2vw;
	}

	.c-trouble__inner-content ul li {
		padding: 2vw 1.818vw 1.364vw;
		border-radius: 1.364vw;
		box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	}

	.c-trouble__inner-content ul li:nth-child(1) {
		margin-bottom: 4.818vw;
	}

	.c-trouble__inner-content ul li:nth-child(2) {
		margin-top: 1.818vw;
		margin-right: 4.545vw;
	}

	.c-trouble__inner-content ul li:nth-child(4) {
		margin-top: 3.909vw;
	}

	.c-trouble__inner-content ul li:before {
		width: 3.636vw;
		height: 3.636vw;
	}

}

@media screen and (max-width:767px){
	.c-trouble {
		background: url(../images/trouble_bg01.jpg) no-repeat center / cover;
	}

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

	.c-trouble__inner .c-title01:before {
		width: 256px;
		height: 31px;
		margin-top: 3px;
	}

	.c-trouble__inner-content {
		padding-top: 10px;
	}

	.c-trouble__inner-content:before {
		display: none;
	}

	.c-trouble__inner-content:after {
		content: "";
		display: block;
		width: 233px;
		height: 69px;
		margin: 22px auto 0;
		background: url(../images/trouble_pic01_sp.png) no-repeat center / contain;
	}

	.c-trouble__inner-content ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 14px;
	}

	.c-trouble__inner-content ul li {
		padding: 0;
		margin-bottom: 27px;
		text-align: center;
		background: none;
		border-radius: 0;
		box-shadow: none;
	}

	.c-trouble__inner-content ul li:nth-child(1) {
		order: 1;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 27px;
	}

	.c-trouble__inner-content ul li:nth-child(2) {
		order: 3;
		margin-top: 0;
		margin-right: 0;
	}

	.c-trouble__inner-content ul li:nth-child(3) {
		order: 2;
	}

	.c-trouble__inner-content ul li:nth-child(4) {
		order: 4;
		margin-top: 0;
	}

	.c-trouble__inner-content ul li:last-child {
		margin-bottom: 0;
	}

	.c-trouble__inner-content ul li:before {
		width: 20px;
		height: 20px;
		background-size: 7.5px 5.5px;
	}

	.c-trouble__inner-content ul li p {
		display: inline-block;
		padding: 12px 12px 8px;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

}



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

 c-stress

***********************************/
.c-stress {
	background: url(../images/stress_bg01_pc.jpg) no-repeat center bottom / cover;
}

.c-stress__inner {
	padding: 70px 0 15px;
	position: relative;
	z-index: 1;
}

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

.c-stress__inner .c-title01 {
	position: relative;
	z-index: 1;
}

.c-stress__inner .c-title01:before {
	content: "";
	display: block;
	width: 512px;
	height: 62px;
	margin-top: 5px;
	background: url(../images/stress_ttl_bg01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-stress__inner-pic {
	margin-top: -45px;
	text-align: center;
}

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

	.c-stress__inner .c-title01:before {
		width: 46.545vw;
		height: 5.636vw;
		margin-top: 0.455vw;
	}
}

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

	.c-stress {
		background: url(../images/stress_bg01_sp.jpg) no-repeat center bottom / cover;
	}

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

	.c-stress__inner:before {
		width: 48px;
		height: 20px;
	}

	.c-stress__inner .c-title01:before {
		width: 256px;
		height: 31px;
		margin-top: 3px;
	}

	.c-stress__inner-pic {
		margin-top: -20px;
	}
}



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

 c-movie

***********************************/
.c-movie {
	background: url(../images/bg01.png) repeat;
	position: relative;
	z-index: 1;
}

.c-movie:before {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	opacity: .1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.c-movie:after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	opacity: .1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+99 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}

.c-movie__inner {
	display: flex;
	width: 1200px;
}

.c-movie__inner-content {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 380px;
}

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

.c-movie__inner-content-inner p {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	text-align: center;
	letter-spacing: .04em;
	line-height: 2;
}

.c-movie__inner-content-inner p .logo {
	display: inline-block;
	font-size: 54px;
	line-height: 1;
}

.c-movie__inner-content-inner p .large {
	display: inline-block;
	font-size: 40px;
	line-height: 1;
}

.c-movie__inner-content-inner .balloon {
	width: 113px;
	height: 113px;
	padding-top: 1em;
	padding-left: .2em;
	margin-top: -40px;
	margin-right: -95px;
	font-size: 17px;
	font-weight: 900;
	text-align: center;
	line-height: 1.3;
	letter-spacing: .04em;
	background: url(../images/movie_balloon01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-movie__inner-content-inner .balloon .pink {
	font-size: 24px;
}

.c-movie__inner-content-inner .balloon .Oswald {
	display: inline-block;
	font-size: 42px;
	font-weight: normal;
	line-height: 1;
}

.c-movie__inner-movie {
	width: 500px;
	overflow: hidden;
	position: relative;
}

.c-movie__inner-movie:before {
	content: "";
	display: block;
	width: 20px;
	height: 48px;
	background: url(../images/movie_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: -.5px;
	z-index: 2;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-movie__inner-movie .inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.c-movie__inner-movie .inner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

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

	.c-movie:before {
		height: 0.769vw;
	}

	.c-movie:after {
		height: 0.769vw;
	}

	.c-movie__inner {
		width: 92.308vw;
	}

	.c-movie__inner-content {
		height: 29.231vw;
	}

	.c-movie__inner-content-inner p {
		font-size: 2.769vw;
	}

	.c-movie__inner-content-inner p .logo {
		font-size: 4.154vw;
	}

	.c-movie__inner-content-inner p .large {
		font-size: 3.077vw;
	}

	.c-movie__inner-content-inner .balloon {
		width: 8.692vw;
		height: 8.692vw;
		margin-top: -3.077vw;
		margin-right: -7.308vw;
		font-size: 1.308vw;
	}

	.c-movie__inner-content-inner .balloon .pink {
		font-size: 1.846vw;
	}

	.c-movie__inner-content-inner .balloon .Oswald {
		font-size: 3.231vw;
	}

	.c-movie__inner-movie {
		width: 38.462vw;
	}

	.c-movie__inner-movie:before {
		width: 1.538vw;
		height: 3.692vw;
	}

}

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

	.c-movie {
		padding: 0;
		background-size: 530px 190px;
	}

	.c-movie:before {
		height: 5px;
	}

	.c-movie:after {
		display: none;
	}

	.c-movie__inner {
		display: block;
		width: auto;
	}

	.c-movie__inner-content {
		display: block;
		height: auto;
		padding: 30px 0;
		text-align: center;
		position: relative;
		z-index: 1;
	}

	.c-movie__inner-content:after {
		content: "";
		display: block;
		width: 100%;
		height: 5px;
		opacity: .1;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%);
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
	}

	.c-movie__inner-content-inner {
		display: inline-block;
		position: relative;
		z-index: 1;
	}

	.c-movie__inner-content-inner p {
		font-size: 23px;
	}

	.c-movie__inner-content-inner p .logo {
		font-size: 32px;
	}

	.c-movie__inner-content-inner p .large {
		font-size: 25px;
	}

	.c-movie__inner-content-inner .balloon {
		width: 68px;
		height: 68px;
		padding-top: 1em;
		padding-left: .2em;
		margin-top: -20px;
		margin-right: -40px;
		font-size: 10.5px;
	}

	.c-movie__inner-content-inner .balloon .pink {
		font-size: 14.5px;
	}

	.c-movie__inner-content-inner .balloon .Oswald {
		font-size: 25px;
	}

	.c-movie__inner-content-pic {
		width: 101px;
		position: absolute;
		bottom: 0;
		right: 5px;
		z-index: -1;
	}

	.c-movie__inner-movie {
		width: auto;
		overflow: hidden;
		position: relative;
	}

	.c-movie__inner-movie:before {
		display: none;
	}

	.c-movie__inner-movie .inner {
		width: 100%;
		height: auto;
		padding-top: 56.25%;
	}
}



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

 c-mold

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

.c-mold__inner {
	padding: 70px 0 200px;
	position: relative;
	z-index: 1;
}

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

.c-mold__inner .c-title01 {
	position: relative;
	z-index: 1;
}

.c-mold__inner .c-title01:before {
	content: "";
	display: block;
	width: 512px;
	height: 62px;
	margin-top: 5px;
	background: url(../images/mold_ttl_bg01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-mold__inner-content {

}

.c-mold__inner-content ul {
	letter-spacing: .04em;
}

.c-mold__inner-content ul li {
	margin-bottom: 35px;
	text-align: center;
}

.c-mold__inner-content ul li:last-child {
	margin-bottom: 0;
}

.c-mold__inner-content ul li p {
	display: inline-block;
	padding: 13px 25px;
	font-size: 22px;
	font-weight: bold;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}

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

	.c-mold__inner .c-title01:before {
		width: 46.545vw;
		height: 5.636vw;
		margin-top: 0.455vw;
	}

}

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

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

	.c-mold__inner {
		padding: 35px 0 42px;
		position: relative;
		z-index: 1;
	}

	.c-mold__inner:before {
		content: "";
		display: block;
		width: 100vw;
		height: 100%;
		background: url(../images/mold_bg02_sp.png) no-repeat center top / contain;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: -1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-mold__inner .c-title01:before {
		width: 256px;
		height: 31px;
		margin-top: 3px;
	}

	.c-mold__inner-content ul li {
		margin-bottom: 22px;
	}

	.c-mold__inner-content ul li p {
		padding: 7px 12px;
		font-size: 14px;
		text-align: center;
		line-height: 1.6;
		border-radius: 10px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}
}



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

 c-feature

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

.c-feature__inner {
	padding: 70px 0 100px;
}

.c-feature__inner-list {

}

.c-feature__inner-list-sec {
	display: flex;
	justify-content: space-between;
	padding: 3%;
	margin-bottom: 70px;
	background: #fff;
	border-radius: 30px;
	position: relative;
	z-index: 1;
}

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

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

.c-feature__inner-list-sec .num {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #00a5e3;
	text-align: center;
	background: #ffff00;
	border-radius: 50%;
	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 {
	width: 40.425531914893617%;
}

.c-feature__inner-list-sec .content {
	width: 56.382978723404255%;
	padding-top: 20px;
}

.c-feature__inner-list-sec .content .ttl {
	margin-bottom: .6em;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
}

.c-feature__inner-list-sec .content .txt01 {
	font-size: 18px;
}

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

	.c-feature {
		background-size: 530px 190px;
	}

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

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

	.c-feature__inner-list-sec {
		display: block;
		padding: 18px 4.411764705882353% 4.411764705882353%;
		margin-bottom: 42px;
		border-radius: 15px;
	}

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

	.c-feature__inner-list-sec .num {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}

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

	.c-feature__inner-list-sec .content {
		width: auto;
		padding-top: 0;
	}

	.c-feature__inner-list-sec .content .ttl {
		margin-bottom: .6em;
		font-size: 16px;
		text-align: center;
	}

	.c-feature__inner-list-sec .content .txt01 {
		font-size: 14px;
	}
}



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

 c-exam

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

.c-exam__inner {
	padding: 70px 0 100px;
}

.c-exam__inner-content {
	width: 700px;
	max-width: 100%;
	padding: 3%;
	margin: -10px auto 0;
	background: #fff;
	border: 4px solid #00a5e3;
	border-radius: 30px;
}

.c-exam__inner-content .txt01 {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-exam__inner-content .txt01 .large {
	font-size: 32px;
}

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

.c-exam__inner-content .box .item {
	margin: 0 7px;
}

.c-exam__inner-content .box .item .pic {
}

.c-exam__inner-content .box .item .pic figcaption {
	width: 84.259259259259259%;
	padding: 5px 5px;
	margin: 20px auto 0;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .04em;
	border-radius: 100px;
}

.c-exam__inner-content .box .item:nth-child(1) .pic figcaption {
	background: #00a5e3;
}

.c-exam__inner-content .box .item:nth-child(2) .pic figcaption {
	background: #666666;
}

.c-exam__inner-content .note {
	margin-top: 35px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

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

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

	.c-exam__inner-content {
		width: auto;
		padding: 4.41176470588235%;
		margin-top: -5px;
		border: 2px solid #00a5e3;
		border-radius: 15px;
	}

	.c-exam__inner-content .txt01 {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.6;
	}

	.c-exam__inner-content .txt01 .large {
		font-size: 18px;
	}

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

	.c-exam__inner-content .box .item {
		width: 108px;
		margin: 0 4px;
	}

	.c-exam__inner-content .box .item .pic {
	}

	.c-exam__inner-content .box .item .pic figcaption {
		width: 84.259259259259259%;
		padding: 4px 5px;
		margin: 10px auto 0;
		font-size: 10px;
		line-height: 1.6;
		border-radius: 8px;
	}

	.c-exam__inner-content .note {
		margin-top: 15px;
		font-size: 9px;
	}

}



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

 c-photocatalyst

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

.c-photocatalyst__inner {
	padding: 70px 0 100px;
}

.c-photocatalyst__inner-txt01 {
	margin-top: -1em;
	font-size: 23px;
	line-height: 2;
}

.c-photocatalyst__inner-pic {
	margin-top: 10px;
	text-align: center;
}

@media screen and (max-width:767px){
	.c-photocatalyst {
		background-size: 530px 190px;
	}

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

	.c-photocatalyst__inner-txt01 {
		margin-top: -1em;
		font-size: 14px;
		line-height: 1.8;
	}

	.c-photocatalyst__inner-pic {
		margin-top: 5px;
	}

}



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

 c-comparison

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

.c-comparison__inner {
	padding: 70px 0 100px;
}

.c-comparison__inner-table {

}
.c-comparison__inner-table {
	padding-top: 20px;
	margin: 0 auto;
}

.c-comparison__inner-table table {
	width: 100%;
	border-spacing: 0;
	line-height: 1.6;
}

.c-comparison__inner-table table thead tr th {
	width: 25%;
	padding: 10px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	background: #00a5e3;
}

.c-comparison__inner-table table thead tr th:nth-child(1) {
	border-right: 1px solid #007baa;
	border-radius: 30px 0 0 0;
}

.c-comparison__inner-table table thead tr th:nth-child(3) {
	padding: 0;
	background: #ffffee;
	vertical-align: top;
	border-left: 6px solid #00a5e3;
	border-right: 6px solid #00a5e3;
	border-bottom: 1px solid #dddddd;
}

.c-comparison__inner-table table thead tr th:last-child {
	border-radius: 0 30px 0 0;
}

.c-comparison__inner-table table thead tr th:nth-child(3) .inner {
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 1;
}

.c-comparison__inner-table table thead tr th:nth-child(3) .inner:before {
	content: "";
	display: block;
	width: calc(100% + 12px);
	height: 31px;
	margin-top: -30px;
	background: #ffffee;
	border-top: 6px solid #00a5e3;
	border-left: 6px solid #00a5e3;
	border-right: 6px solid #00a5e3;
	box-sizing: border-box;
	border-radius: 15px 15px 0 0;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-comparison__inner-table table thead tr th:nth-child(3) .inner p {
	width: 177px;
	margin: -5px auto 0;
	text-align: center;
}

.c-comparison__inner-table table tbody tr th {
	padding: 25px 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #e5f6fc;
	border-left: 4px solid #00a5e3;
	border-bottom: 1px solid #dddddd;
}

.c-comparison__inner-table table tbody tr:last-child th {
	border-bottom: 4px solid #00a5e3;
	border-radius: 0 0 0 30px;
}

.c-comparison__inner-table table tbody tr td {
	padding: 25px 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #dddddd;
}

.c-comparison__inner-table table tbody tr td:nth-child(3) {
	padding: 14px 0;
	color: #00a5e3;
	font-size: 22px;
	font-weight: bold;
	background: #ffffee;
	border-left: 6px solid #00a5e3;
	border-right: 6px solid #00a5e3;
}

.c-comparison__inner-table table tbody tr td:last-child {
	border-right: 4px solid #00a5e3;
}

.c-comparison__inner-table table tbody tr:last-child td {
	border-bottom: 4px solid #00a5e3;
}

.c-comparison__inner-table table tbody tr:last-child td:last-child {
	border-radius: 0 0 30px 0;
}

.c-comparison__inner-table table tbody tr:last-child td:nth-child(3) {
	border-bottom: none;
}

.c-comparison__inner-table table tbody tr td:nth-child(3) .inner {
	position: relative;
	z-index: 1;
}

.c-comparison__inner-table table tbody tr td:nth-child(3) .inner:before {
	content: "";
	display: block;
	width: calc(100% + 12px);
	height: 31px;
	margin-bottom: -54px;
	background: #ffffee;
	border-bottom: 6px solid #00a5e3;
	border-left: 6px solid #00a5e3;
	border-right: 6px solid #00a5e3;
	box-sizing: border-box;
	border-radius: 0 0 15px 15px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-comparison__inner-table table tbody tr td:nth-child(3) .inner p {
	text-align: center;
}

.c-comparison__inner-box {
	padding: 3% 3.6% 3.6%;
	margin-top: 85px;
	background: #fff;
	border: 4px solid #00a5e3;
	border-radius: 30px;
}

.c-comparison__inner-box .txt01 {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-comparison__inner-box .txt01 .large {
	font-size: 32px;
}

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

.c-comparison__inner-box .box .item {
	margin: 0 7px;
}

.c-comparison__inner-box .box .item .pic {
}

.c-comparison__inner-box .box .item .pic figcaption {
	width: 84.259259259259259%;
	padding: 5px 5px;
	margin: 20px auto 0;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .04em;
	border-radius: 100px;
}

.c-comparison__inner-box .box .item:nth-child(1) .pic figcaption {
	background: #00a5e3;
}

.c-comparison__inner-box .box .item:nth-child(2) .pic figcaption {
	background: #666666;
}

.c-comparison__inner-box .txt-box {
	padding: 3.260869565217391%;
	margin-top: 30px;
	background: #ffffee;
	border-radius: 30px;
}

.c-comparison__inner-box .txt-box p {
	font-size: 18px;
}

.c-comparison__inner-box .note {
	margin-top: 35px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

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

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

	.c-comparison__inner-table {
		width: auto;
		max-width: none;
		padding-top: 10px;
		padding-bottom: 15px;
		margin: 0 -2.941176470588235%;
	}

	.c-comparison__inner-table table {
		letter-spacing: .03em;
	}

	.c-comparison__inner-table table thead tr th {
		padding: 5px 5px;
		font-size: 11px;
	}

	.c-comparison__inner-table table thead tr th:nth-child(1) {
		border-radius: 15px 0 0 0;
	}

	.c-comparison__inner-table table thead tr th:nth-child(3) {
		border-left: 3px solid #00a5e3;
		border-right: 3px solid #00a5e3;
	}

	.c-comparison__inner-table table thead tr th:last-child {
		border-radius: 0 15px 0 0;
	}

	.c-comparison__inner-table table thead tr th:nth-child(3) .inner {
		padding-top: 4px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.c-comparison__inner-table table thead tr th:nth-child(3) .inner:before {
		width: calc(100% + 6px);
		height: 16px;
		margin-top: -15px;
		border-top: 3px solid #00a5e3;
		border-left: 3px solid #00a5e3;
		border-right: 3px solid #00a5e3;
		border-radius: 10px 10px 0 0;
	}

	.c-comparison__inner-table table thead tr th:nth-child(3) .inner p {
		width: 71px;
		margin-top: 0;
	}

	.c-comparison__inner-table table tbody tr th {
		padding: 8px 5px;
		font-size: 11px;
		border-left: 2px solid #00a5e3;
	}

	.c-comparison__inner-table table tbody tr:last-child th {
		border-radius: 0 0 0 15px;
		border-bottom: 2px solid #00a5e3;
	}

	.c-comparison__inner-table table tbody tr td {
		padding: 8px 5px;
		font-size: 11px;
	}

	.c-comparison__inner-table table tbody tr td:nth-child(3) {
		padding: 9px 0;
		font-size: 14px;
		border-left: 3px solid #00a5e3;
		border-right: 3px solid #00a5e3;
	}

	.c-comparison__inner-table table tbody tr:last-child td:last-child {
		border-radius: 0 0 15px 0;
	}

	.c-comparison__inner-table table tbody tr:last-child td {
		border-bottom: 2px solid #00a5e3;
	}

	.c-comparison__inner-table table tbody tr td:last-child {
		border-right: 2px solid #00a5e3;
	}

	.c-comparison__inner-table table tbody tr td:nth-child(3) .inner:before {
		width: calc(100% + 6px);
		height: 16px;
		margin-bottom: -24px;
		border-bottom: 3px solid #00a5e3;
		border-left: 3px solid #00a5e3;
		border-right: 3px solid #00a5e3;
		border-radius: 0 0 10px 10px;
	}

	.c-comparison__inner-box {
		padding: 4% 2.222222222222222% 2.222222222222222%;
		margin: 30px -2.941176470588235% 0;
		border: 2px solid #00a5e3;
		border-radius: 15px;
	}

	.c-comparison__inner-box .txt01 {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.6;
	}

	.c-comparison__inner-box .txt01 .large {
		font-size: 18px;
	}

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

	.c-comparison__inner-box .box .item {
		width: 108px;
		margin: 0 4px;
	}

	.c-comparison__inner-box .box .item .pic {
	}

	.c-comparison__inner-box .box .item .pic figcaption {
		width: 84.259259259259259%;
		padding: 4px 5px;
		margin: 10px auto 0;
		font-size: 10px;
		line-height: 1.6;
		border-radius: 8px;
	}

	.c-comparison__inner-box .txt-box {
		padding: 4.411764705882353%;
		margin-top: 15px;
		border-radius: 15px;
	}

	.c-comparison__inner-box .txt-box p {
		font-size: 14px;
	}

	.c-comparison__inner-box .note {
		margin-top: 15px;
		font-size: 9px;
	}


}



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

 c-safety

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

.c-safety__inner {
	padding: 70px 0 100px;
}

.c-safety__inner-pic {
	margin: -45px -8.1% 0;
	text-align: center;
}

.c-safety__inner-sec {
	margin-top: 5px;
}

.c-safety__inner-sec .youtube {
	margin-top: -20px;
}

.c-safety__inner-sec .youtube .inner {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	border-radius: 30px;
	overflow: hidden;
}

.c-safety__inner-sec .youtube .inner img,
.c-safety__inner-sec .youtube .inner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

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

	.c-safety__inner-pic {
		margin: -45px 0 0;
	}
}

@media screen and (max-width:767px){
	.c-safety {
		background-size: 530px 190px;
	}

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

	.c-safety__inner-pic {
		margin: -25px -3.676470588235294% 0;
	}

	.c-safety__inner-sec {
		margin-top: 15px;
	}

	.c-safety__inner-sec .youtube {
		margin-top: -10px;
	}

	.c-safety__inner-sec .youtube .inner {
		border-radius: 15px;
	}
}



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

 c-voice

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

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

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

.c-voice__inner-content-box {
	width: 30%;
	padding: 2.6%;
	background: #fff;
	border: 4px solid #00a5e3;
	border-radius: 30px;
	position: relative;
	z-index: 1;
}

.c-voice__inner-content-box:before {
	content: "";
	display: block;
	width: 24px;
	height: 19px;
	margin: -20px -20px 0 0;
	background: url(../images/voice_bg01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-voice__inner-content-box .pic {
	margin-bottom: 12px;
	text-align: center;
}

.c-voice__inner-content-box .txt01 {

}

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

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

	.c-voice__inner-content {
		display: block;
	}

	.c-voice__inner-content-box {
		width: auto;
		padding: 3.823529411764706%;
		margin-bottom: 30px;
		border: 2px solid #00a5e3;
		border-radius: 15px;
	}

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

	.c-voice__inner-content-box:before {
		width: 12px;
		height: 9.5px;
		margin: -10px -10px 0 0;
	}

	.c-voice__inner-content-box .pic {
		width: 58.064516129032258%;
		margin: 0 auto 10px;
	}

	.c-voice__inner-content-box .txt01 {
		font-size: 14px;
	}

}



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

 c-place

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

.c-place__inner {
	padding: 70px 0 100px;
}

.c-place__inner-content {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}

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

.c-place__inner-content-sec:before {
	content: "";
	display: block;
	width: 24px;
	height: 19px;
	margin: -20px -20px 0 0;
	background: url(../images/place_bg01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-place__inner-content-sec .ttl {
	width: 200px;
	max-width: 100%;
	padding: 2px 10px;
	color: #00a5e3;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	background: #e5f6fc;
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-place__inner-content-sec .pic {
	margin-bottom: 10px;
	text-align: center;
}

.c-place__inner-content-sec .txt01 {
	margin-bottom: -.5em;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
}

@media screen and (max-width:767px){
	.c-place {
		background-size: 530px 190px;
	}

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

	.c-place__inner-content {
		display: block;
		padding-top: 12px;
	}

	.c-place__inner-content-sec {
		width: 70.588235294117647%;
		padding: 3.676470588235294%;
		margin: 0 auto 43px;
		border-radius: 15px;
	}

	.c-place__inner-content-sec:last-child {
		margin-bottom: 0;
	}

	.c-place__inner-content-sec:before {
		width: 12px;
		height: 9.5px;
		margin: -10px -10px 0 0;
	}

	.c-place__inner-content-sec .ttl {
		width: 150px;
		padding: 1px 10px;
		font-size: 14px;
	}

	.c-place__inner-content-sec .pic {
		margin-bottom: 5px;
	}

	.c-place__inner-content-sec .txt01 {
		margin-bottom: -.25em;
		font-size: 14px;
	}

}



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

 c-faq

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

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

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

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

}


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

 xxx

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

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

}

