@charset "utf-8";


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

	body {
		zoom: 1.8;
		width: 1200px;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
main {
	display: block;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input[type="radio"],input[type="checkbox"],label,button,input[type="submit"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
	height: 50px;
	padding: 5px 20px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 50px;
	padding: 5px 10px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 150px;
	padding: 15px 20px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	vertical-align: top;
}
/* Webkit */
::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #b8b8b8;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #b8b8b8;

	/* Firefox 19 以降のデフォルトでは */
	/* color ではなく opacity で色合いを調整しているため */
	/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: #b8b8b8 !important;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: #b8b8b8;
}
/* Android chrome対策 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	max-height:100%;
}

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


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

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

 general

***********************************/
.imgMax {
	max-width: none;
	width: 100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.red {
	color: #ff0000;
}
.blue {
	color: #0000ff;
}
.green {
	color: #00aea7;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 60%, #ffff00 60%);
}
@media screen\0 {
	.marker {
		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

***********************************/
body {
	height: auto !important;
}
body.is-fixed {
	position: fixed;
	width: 100%;
	/*height: 100%;*/
}
.l-wrap {
	padding-bottom: 90px;
	position: relative;
	overflow: hidden;
}

.l-wrap.is-noneActive .l-main,
.l-wrap.is-noneActive .l-footer {
	pointer-events: none;
}

.l-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	background-color: rgba(0,175,168,.95);
	pointer-events: none;
	opacity: 0;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-cover.is-active {
	opacity: 1;
	pointer-events: auto;
}

.l-main {
}

.l-pageTop {
	display: none;
	position: fixed;
	bottom: 130px;
	right: 40px;
	z-index: 5;
}

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

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

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

	.l-cover {
		display: none !important;
	}

}

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

	.l-pageTop {
		width: 32px;
		bottom: 110px;
		/*bottom: 75px;*/
		right: 4%;
	}
}




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

 l-humberger

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

	.l-humberger {
		width: 55px;
		height: 55px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 25;
	}

	.l-humberger a {
		display: block;
		width: 55px;
		height: 55px;
		/*background-color: #fff;*/
		overflow: visible;
		transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-humberger a.is-active {
		/*background-color: #000;*/
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 22px;
		height: 28px;
	}
	.menu-trigger span {
		position: absolute;
		left: 15px;
		width: 100%;
		height: 2px;
		background-color: #00afa8;
	}
	.menu-trigger.is-active span {
		background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
		width: 25px;
		top: 17px;
	}
	.menu-trigger span:nth-of-type(2) {
		width: 14px;
		top: 27px;
	}
	.menu-trigger span:nth-of-type(3) {
		width: 20px;
		bottom: 16px;
	}

	.menu-trigger.is-active span:nth-of-type(1) {
		width: 25px;
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger.is-active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.is-active span:nth-of-type(3) {
		width: 25px;
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
}


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

 l-drawerMenu

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

	.l-drawerMenu {
		display: block;
		width: 100%;
		height: 100vh;
		padding: 0 4.666666666666667%;
		/*background-color: rgba(0,0,0,.9);*/
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 20;
		/*transform: translateX(105%);*/
		/*-webkit-transform: translateX(105%);*/
		pointer-events: none;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-drawerMenu * {
		max-height: none;
	}

	.l-drawerMenu.is-active {
		opacity: 1;
		pointer-events: auto;
		/*transform: none;*/
		/*-webkit-transform: none;*/
	}

	.l-drawerMenu__inner {
		padding-top: 55px;
		padding-bottom: 15px;
	}

	.l-drawerMenu__inner ul {
		border-top: 1px solid #ffffff;
	}

	.l-drawerMenu__inner ul li {
		font-weight: bold;
		border-bottom: 1px solid #ffffff;
	}

	.l-drawerMenu__inner ul li:last-child {
	}

	.l-drawerMenu__inner ul li a {
		display: block;
		padding: 17px 0;
		color: #fff;
		text-decoration: none;
	}
}



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

 l-header

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

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

.l-header.top .l-header__inner {
	width: 1130px;
}

.l-header__inner-left {
	display: flex;
	align-items: center;
}

.l-header__inner-left-logo {
	margin-right: 25px;
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .03em;
}

.l-header__inner-left-logo a {
	color: #00aea7;
}

.l-header__inner-left-area {
	padding: 5px 10px;
	color: #00aea7;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	border: 2px solid #00afa8;
	border-radius: 10px;
}

.l-header__inner nav {
}

.l-header__inner nav ul {
	display: flex;
	font-weight: bold;
}

.l-header__inner nav ul li {
	margin-right: 35px;
}

.l-header__inner nav ul li:last-child {
	margin-right: 0;
}

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

	.l-header__inner {
		height: 9.091vw;
	}

	.l-header__inner-left-logo {
		margin-right: 2.273vw;
		font-size: 3.091vw;
	}

	.l-header__inner-left-area {
		padding: 0.455vw 0.909vw;
		font-size: 1.455vw;
		border: 0.181818181818182vw solid #00afa8;
		border-radius: 0.909vw;
	}

	.l-header__inner nav ul {
		font-size: 1.454545454545455vw;
	}

	.l-header__inner nav ul li {
		margin-right: 3.182vw;
	}
}

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

	/*.l-header__inner-logo {*/
		/*font-size: 28px;*/
	/*}*/

	/*.l-header__inner nav ul {*/
		/*font-size: 14px;*/
	/*}*/

	/*.l-header__inner nav ul li {*/
		/*margin-right: 20px;*/
	/*}*/
}

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

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

	.l-header__inner-left {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.l-header__inner-left-logo {
		margin-right: 17px;
		font-size: 20px;
	}

	.l-header__inner-left-area {
		padding: 2px 5px;
		font-size: 13px;
		border: 1px solid #00afa8;
		border-radius: 6px;
	}

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

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

 l-fixedContent

***********************************/
.l-fixedContent {
	width: 100%;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.l-fixedContent a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .15em;
	background-color: #00b733;
	overflow: visible;
}

.l-fixedContent a span {
	padding-left: 54px;
	position: relative;
	z-index: 1;
}

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

.l-fixedContent a span:after {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	margin: -50px -105px 0 0;
	background: url(../images/fixed_balloon_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

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

	.l-fixedContent a {
		height: 80px;
		font-size: 20px;
	}

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

	.l-fixedContent a span:before {
		width: 25px;
		height: 24px;
	}

	.l-fixedContent a span:after {
		width: 50px;
		height: 50px;
		margin: -47px -25px 0 0;
		background: url(../images/fixed_balloon_sp.png) no-repeat left top;
		background-size: contain;
	}

}

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

 l-footer

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

}

.l-footer__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px 0 25px;
}

.l-footer__inner-logo {
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .03em;
}

.l-footer__inner-logo a {
	color: #00aea7;
}

.l-footer__inner nav {
}

.l-footer__inner nav ul {
	display: flex;
	font-weight: bold;
}

.l-footer__inner nav ul li {
	margin-right: 35px;
}

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

.l-footer__inner-copy {
	width: 100%;
	margin-top: 20px;
	color: #bababa;
	font-size: 12px;
	font-weight: 500;
	text-align: right;
	letter-spacing: .03em;
	line-height: 1;
}

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

	.l-footer__inner-logo {
		font-size: 3.091vw;
	}

	.l-footer__inner nav ul {
		font-size: 1.455vw;
	}

	.l-footer__inner nav ul li {
		margin-right: 3.182vw;
	}

}

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

	/*.l-footer__inner-logo {*/
		/*font-size: 28px;*/
	/*}*/

	/*.l-footer__inner nav ul {*/
		/*font-size: 14px;*/
	/*}*/

	/*.l-footer__inner nav ul li {*/
		/*margin-right: 20px;*/
	/*}*/

	.l-footer__inner nav ul li {
		margin-right: 2.25vw;
	}
}

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

	.l-footer__inner nav ul {
		font-size: 12px;
	}
}

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

	.l-footer__inner {
		display: block;
		height: auto;
		padding: 16px 0;
	}

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

	.l-footer__inner nav {
		max-width: 310px;
		margin: 0 auto;
	}

	.l-footer__inner nav ul {
		justify-content: center;
		flex-wrap: wrap;
		font-size: 9px;
	}

	.l-footer__inner nav ul li {
		margin: 0 9px 12px;
	}

	.l-footer__inner nav ul li:last-child {
		margin-right: 9px;
	}

	.l-footer__inner-copy {
		margin-top: 5px;
		font-size: 9px;
		text-align: center;
	}
}

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

 c-title01

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

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

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

	.c-title01 {
		font-size: 3.636363636363636vw;
	}
}

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

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

 c-anchor

***********************************/
.c-anchor {
	display: block;
}

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

 c-subHero

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

.c-subHero__inner {
	display: flex;
	align-items: center;
	height: 215px;
}

.c-subHero__inner-box {
}

.c-subHero__inner-box-ttl {
	margin-top: -.2em;
	margin-bottom: .5em;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .07em;
}

.c-subHero__inner-box-txt01 {
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: .03em;
}

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

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

	.c-subHero__inner-box {
	}

	.c-subHero__inner-box-ttl {
		margin-top: -.2em;
		margin-bottom: .7em;
		font-size: 18px;
		text-align: center;
	}

	.c-subHero__inner-box-txt01 {
		font-size: 10px;
		text-align: center;
	}
}

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

 c-btn01

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


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

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

 c-form

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

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

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

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

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

.c-form__content dl dt .inner .name {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

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

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

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

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

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

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

.c-form__confirmBtn__btn {
	width: 360px;
}

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

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

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

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

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

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

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

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

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

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

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

	.c-form__submit {
		width: 240px;
	}

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

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

	.c-form__confirmBtn__btn {
		width: 47.5%;
	}

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

	.c-form__confirmBtn__btn .back {
		padding: 12px 15px;
		margin-bottom: 4px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 4px 0px 0px #333333;
	}

}



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

 c-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/hero_bg01_pc.jpg) no-repeat center;
	background-size: cover;
}

.c-hero__inner {
	width: 1130px;
	padding: 90px 0 80px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-ttl {
	margin-bottom: 85px;
	font-size: 44px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .07em;
}

.c-hero__inner-ttl .txt01 {
	display: inline-block;
	padding: 10px 30px;
	margin-bottom: 40px;
	background-color: #fff;
	border-radius: 20px;
}

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

.c-hero__inner-box {

}

.c-hero__inner-box-price {
	width: 167px;
	height: 243px;
	margin: 0 26.8% 5.7% 0;
	background: url(../images/hero_bg02_pc.png) no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.c-hero__inner-box-price .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	color: #ffff00;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
}

.c-hero__inner-box-price .price {
	padding-top: .4em;
	font-size: 36px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
}

.c-hero__inner-box-price .price span {
	margin-right: .05em;
	color: #00aea7;
	font-size: 92px;
	font-weight: bold;
}

.c-hero__inner-box-point {
	width: 258px;
	height: 313px;
	margin: 0 0 11.061946902654867% 0;
	text-align: center;
	background: url(../images/hero_bg03_pc.png) no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.c-hero__inner-box-point .txt01 {
	margin-bottom: .9em;
	padding-top: 115px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.c-hero__inner-box-point .txt02 {
	display: inline-block;
	padding: .3em 0.625em;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border-radius: 100px;
}

.c-hero__inner-btn {
	width: 384px;
	max-width: 100%;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}

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

.c-hero__inner-btn a:before {
	content: "";
	display: block;
	width: 82px;
	height: 82px;
	margin: -23px -58px 0 0;
	background: url(../images/hero_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: 44px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-btn a span:before {
	content: "";
	display: block;
	width: 32px;
	height: 30px;
	background: url(../images/icon_line01.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:1229px){

	.c-hero__inner {
		width: 91.87vw;
		padding: 7.317vw 0 6.504vw;
	}

	.c-hero__inner-ttl {
		margin-bottom: 6.911vw;
		font-size: 3.577vw;
	}

	.c-hero__inner-ttl .txt01 {
		padding: 0.813vw 2.439vw;
		margin-bottom: 3.252vw;
		border-radius: 1.626vw;
	}

	.c-hero__inner-box-price {
		width: 13.577vw;
		height: 19.756vw;
	}

	.c-hero__inner-box-price .ttl {
		height: 8.13vw;
		font-size: 1.301vw;
	}

	.c-hero__inner-box-price .price {
		font-size: 2.927vw;
	}

	.c-hero__inner-box-price .price span {
		font-size: 7.48vw;
	}

	.c-hero__inner-box-point {
		width: 20.976vw;
		height: 25.447vw;
	}

	.c-hero__inner-box-point .txt01 {
		padding-top: 9.35vw;
		font-size: 1.463vw;
	}

	.c-hero__inner-box-point .txt02 {
		font-size: 1.301vw;
	}

	.c-hero__inner-btn {
		width: 31.22vw;
		font-size: 1.789vw;
	}

	.c-hero__inner-btn a {
		padding: 2.033vw 0;
		box-shadow: 0px 0.40650406504065vw 0px 0px #442200;
	}

	.c-hero__inner-btn a:before {
		width: 6.667vw;
		height: 6.667vw;
		margin: -1.87vw -4.715vw 0 0;
	}

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

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

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

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

	.c-hero__inner {
		padding: 10.667vw 0 11.467vw;
		text-align: center;
	}

	.c-hero__inner-ttl {
		display: inline-block;
		margin: 0 -5% 6.667vw;
		font-size: 4.8vw;
		text-align: left;
		white-space: nowrap;
	}

	.c-hero__inner-ttl .txt01 {
		padding: 2.133vw 2.667vw;
		margin-bottom: 4vw;
		border-radius: 2.667vw;
	}

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

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

	.c-hero__inner-box-price {
		width: 31.733vw;
		height: 45.067vw;
		margin: 0 0 0 8vw;
		background: url(../images/hero_bg02_sp.png) no-repeat center;
		background-size: contain;
		position: static;
	}

	.c-hero__inner-box-price .ttl {
		height: 17.333vw;
		font-size: 2.8vw;
	}

	.c-hero__inner-box-price .price {
		padding-top: .5em;
		font-size: 6.267vw;
	}

	.c-hero__inner-box-price .price span {
		margin-right: .05em;
		font-size: 16vw;
	}

	.c-hero__inner-box-point {
		width: 41.333vw;
		height: 47.733vw;
		margin: 0 3.2vw 0 0;
		text-align: center;
		background: url(../images/hero_bg03_sp.png) no-repeat center;
		background-size: contain;
		position: static;
	}

	.c-hero__inner-box-point .txt01 {
		margin-bottom: .2em;
		padding-top: 16vw;
		font-size: 2.933vw;
		letter-spacing: .03em;
	}

	.c-hero__inner-box-point .txt02 {
		padding: .25em 0.625em;
		font-size: 2.933vw;
		letter-spacing: .03em;
	}

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

	.c-hero__inner-btn a {
		padding: 3.733vw 0;
		box-shadow: 0px 0.933333333333333vw 0px 0px #442200;
	}

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

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

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



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

 c-achievement

***********************************/
.c-achievement {
	background-color: #00afa8;
}

.c-achievement__inner {
	display: flex;
	padding: 50px 0;
}

.c-achievement__inner-member {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 50%;
	padding: 0 3%;
	border-right: 1px solid #00c6bc;
}

.c-achievement__inner-member-box {
	margin-bottom: 20px;
}

.c-achievement__inner-member-box-inner {
	width: 370px;
	padding: 1px 0;
	background: url(../images/achievement_bg01.png) no-repeat center / contain;
}

.c-achievement__inner-member-box-inner .ttl {
	margin-top: -.1em;
	margin-bottom: 1em;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

.c-achievement__inner-member-box-inner .ttl .Oswald {
	font-size: 32px;
}

.c-achievement__inner-member-box-inner p {
	color: #ffff00;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .1em;
	text-align: center;
}

.c-achievement__inner-member-box-inner p .Oswald {
	display: inline-block;
	margin-right: .1em;
	font-size: 64px;
	line-height: 1;
}

.c-achievement__inner-member-box-inner p .large {
	font-size: 38px;
}

.c-achievement__inner-member-box-inner p .note {
	font-size: 10px;
}

.c-achievement__inner-member-note {
	text-indent: -2.4em;
	margin-left: 2.4em;
	color: #fff;
	font-size: 12px;
	line-height: 1.6;
}

.c-achievement__inner-score {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 50%;
	padding: 0 3%;
}

.c-achievement__inner-score-box {
	margin-bottom: 20px;
}

.c-achievement__inner-score-box-inner {
	padding: 1px 0;
}

.c-achievement__inner-score-box-inner .ttl {
	margin-top: -.1em;
	margin-bottom: .5em;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

.c-achievement__inner-score-box-inner .star {
	display: flex;
	justify-content: center;
}

.c-achievement__inner-score-box-inner .star img {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 5px;
}

.c-achievement__inner-score-box-inner .score {
	margin-top: 30px;
	color: #ffff00;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .1em;
	text-align: center;
}

.c-achievement__inner-score-box-inner .score .Oswald {
	display: inline-block;
	margin-right: .1em;
	font-size: 64px;
	font-weight: bold;
	line-height: 1;
}

.c-achievement__inner-score-box-inner .txt01 {
	margin-top: 1em;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.c-achievement__inner-score-box-inner .txt01 .note {
	font-size: 10px;
}

.c-achievement__inner-score-note {
	text-indent: -2.4em;
	margin-left: 2.4em;
	color: #fff;
	font-size: 12px;
	line-height: 1.6;
}

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

	.c-achievement__inner-member-box {
		margin-bottom: 1.818vw;
	}

	.c-achievement__inner-member-box-inner {
		width: 33.636vw;
	}

	.c-achievement__inner-member-box-inner .ttl {
		font-size: 2.727vw;
	}

	.c-achievement__inner-member-box-inner .ttl .Oswald {
		font-size: 2.909vw;
	}

	.c-achievement__inner-member-box-inner p {
		font-size: 2.727vw;
	}

	.c-achievement__inner-member-box-inner p .Oswald {
		font-size: 5.818vw;
	}

	.c-achievement__inner-member-box-inner p .large {
		font-size: 3.455vw;
	}

	.c-achievement__inner-member-box-inner p .note {
		font-size: 0.909vw;
	}

	.c-achievement__inner-member-note {
		font-size: 1.091vw;
	}

	.c-achievement__inner-score-box {
		margin-bottom: 1.818vw;
	}

	.c-achievement__inner-score-box-inner .ttl {
		font-size: 2.727vw;
	}

	.c-achievement__inner-score-box-inner .star img {
		width: 2.909vw;
		height: 2.909vw;
		margin: 0 0.455vw;
	}

	.c-achievement__inner-score-box-inner .score {
		margin-top: 2.727vw;
		font-size: 2.727vw;
	}

	.c-achievement__inner-score-box-inner .score .Oswald {
		font-size: 5.818vw;
	}

	.c-achievement__inner-score-box-inner .txt01 {
		font-size: 1.818vw;
	}

	.c-achievement__inner-score-box-inner .txt01 .note {
		font-size: 0.909vw;
	}

	.c-achievement__inner-score-note {
		font-size: 1.091vw;
	}

}

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

	.c-achievement__inner {
		display: block;
		padding: 30px 0;
	}

	.c-achievement__inner-member {
		width: auto;
		padding: 0 0 25px;
		margin-bottom: 25px;
		border-right: none;
		border-bottom: 1px solid #00c6bc;
	}

	.c-achievement__inner-member-box {
		margin-bottom: 20px;
	}

	.c-achievement__inner-member-box-inner {
		width: 278px;
		padding: 1px 0;
		background: url(../images/achievement_bg01.png) no-repeat center / contain;
	}

	.c-achievement__inner-member-box-inner .ttl {
		font-size: 22px;
	}

	.c-achievement__inner-member-box-inner .ttl .Oswald {
		font-size: 24px;
	}

	.c-achievement__inner-member-box-inner p {
		font-size: 22px;
	}

	.c-achievement__inner-member-box-inner p .Oswald {
		font-size: 49px;
	}

	.c-achievement__inner-member-box-inner p .large {
		font-size: 28px;
	}

	.c-achievement__inner-member-box-inner p .note {
		font-size: 9px;
	}

	.c-achievement__inner-member-note {
		font-size: 9px;
	}

	.c-achievement__inner-score {
		width: auto;
		padding: 0;
	}

	.c-achievement__inner-score-box {
		margin-bottom: 20px;
	}

	.c-achievement__inner-score-box-inner {
		padding: 1px 0;
	}

	.c-achievement__inner-score-box-inner .ttl {
		font-size: 22px;
	}

	.c-achievement__inner-score-box-inner .star img {
		display: block;
		width: 25px;
		height: 25px;
		margin: 0 4px;
	}

	.c-achievement__inner-score-box-inner .score {
		margin-top: 20px;
		font-size: 22px;
	}

	.c-achievement__inner-score-box-inner .score .Oswald {
		font-size: 49px;
	}

	.c-achievement__inner-score-box-inner .txt01 {
		font-size: 15px;
	}

	.c-achievement__inner-score-box-inner .txt01 .note {
		font-size: 9px;
	}

	.c-achievement__inner-score-note {
		font-size: 9px;
	}

}


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

 c-kuchikomi

***********************************/
.c-kuchikomi {
	background: #f2fbfb;
}

.c-kuchikomi__inner {
	width: 1050px;
	padding: 50px 0;
}

.c-kuchikomi__inner-container {
	position: relative;
	z-index: 1;
}

.c-kuchikomi__inner-container .slick-prev {
	width: 46px;
	height: 46px;
	background: url(../images/kuchikomi_prev.png) no-repeat center;
	background-size: contain;
	left: 0;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-kuchikomi__inner-container .slick-prev:hover,
.c-kuchikomi__inner-container .slick-next:hover {
	opacity: .7;
}

.c-kuchikomi__inner-container .slick-prev:before {
	display: none;
}

.c-kuchikomi__inner-container .slick-next {
	width: 46px;
	height: 46px;
	background: url(../images/kuchikomi_next.png) no-repeat center;
	background-size: contain;
	right: 0;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-kuchikomi__inner-container .slick-next:before {
	display: none;
}

.c-kuchikomi__inner-slider {
	margin: 0 80px;
	overflow: hidden;
}

.c-kuchikomi__inner-slider .slick-list {
	margin-right: -40px;
}

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

.c-kuchikomi__inner-slider-item {
	height: auto !important;
	float: none !important;
	padding: 20px;
	margin-right: 40px;
	margin-bottom: 3px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 #e6eeee;
}

.c-kuchikomi__inner-slider-item .name {
	margin-bottom: .5em;
	font-size: 12px;
	font-weight: bold;
}

.c-kuchikomi__inner-slider-item .star {
	display: flex;
	margin: 0 -2px;
}

.c-kuchikomi__inner-slider-item .star img {
	display: block;
	width: 17px;
	height: 17px;
	margin: 0 2px;
}

.c-kuchikomi__inner-slider-item .message {
	margin-top: .7em;
	font-size: 12px;
}

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

	.c-kuchikomi__inner {
		padding: 30px 0;
	}

	.c-kuchikomi__inner-container .slick-prev {
		width: 35px;
		height: 35px;
	}

	.c-kuchikomi__inner-container .slick-next {
		width: 35px;
		height: 35px;
	}

	.c-kuchikomi__inner-slider {
		margin: 0 45px;
	}

	.c-kuchikomi__inner-slider .slick-list {
		margin-right: -15px;
	}

	.c-kuchikomi__inner-slider-item {
		padding: 15px;
		margin-right: 15px;
		margin-bottom: 2px;
		border-radius: 6px;
		box-shadow: 0 2px 0 #e6eeee;
	}

	.c-kuchikomi__inner-slider-item .star {
		margin: 0 -3px;
	}

	.c-kuchikomi__inner-slider-item .star img {
		display: block;
		width: 16px;
		height: 16px;
		margin: 0 3px;
	}
}

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

	/*.c-kuchikomi__inner-slider .slick-track {*/
		/*align-items: flex-start;*/
	/*}*/
}


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

 c-freedom

***********************************/
.c-freedom {

}

.c-freedom__inner {
	padding: 90px 0 100px;
}

.c-freedom__inner-area {
	padding: 2% 4%;
	margin-bottom: 40px;
	background-color: #f2fbfb;
	border-radius: 10px;
}

.c-freedom__inner-area .txt01 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.c-freedom__inner-area .txt02 {
	font-size: 14px;
	text-align: center;
}

.c-freedom__inner-area-sec {
	padding: 4% 4%;
	background-color: #f2fbfb;
	border-radius: 10px;
}

.c-freedom__inner-area-sec-delivery {
	padding: 40px 30px;
	background-color: #fff;
	border-radius: 10px;
}

.c-freedom__inner-area-sec-delivery .ttl {
	margin-bottom: .75em;
}

.c-freedom__inner-area-sec-delivery .pic {
	text-align: center;
}

.c-freedom__inner-area-sec-place {
	padding-top: 60px;
	margin-top: 35px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

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

.c-freedom__inner-area-sec-place .c-title01 {
	margin-bottom: 30px;
}

.c-freedom__inner-area-sec-place-list {
	display: flex;
	justify-content: space-between;
}

.c-freedom__inner-area-sec-place-list .sec {
	width: 30.434782608695652%;
	padding: 20px 15px 30px;
	background-color: #fff;
	border-radius: 10px;
}

.c-freedom__inner-area-sec-place-list .sec .ttl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-freedom__inner-area-sec-place-list .sec .ttl > span {
	display: block;
}

.c-freedom__inner-area-sec-place-list .sec .ttl .green {
	font-size: 26px;
}

.c-freedom__inner-area-sec-place-list .sec .pic {
	text-align: center;
}

.c-freedom__inner-area-sec-place-list .or {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 1.08695652173913%;
	color: #00aea7;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

.c-freedom__inner-area-sec-withdrawal {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3% 3%;
	background-color: #00afa8;
	border-radius: 10px;
}

.c-freedom__inner-area-sec-withdrawal .pic {
	width: 15.106382978723404%;
	margin-right: 4.25531914893617%;
}

.c-freedom__inner-area-sec-withdrawal p {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5;
}

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

	.c-freedom__inner {
		padding: 30px 0 30px;
	}

	.c-freedom__inner-area {
		padding: 3% 4.411764705882353%;
		margin-bottom: 30px;
		border-radius: 6px;
	}

	.c-freedom__inner-area .txt01 {
		font-size: 14px;
		text-align: left;
	}

	.c-freedom__inner-area .txt02 {
		font-size: 14px;
		text-align: left;
	}

	.c-freedom__inner-area-sec {
		padding: 5.882352941176471% 4.411764705882353%;
		border-radius: 6px;
	}

	.c-freedom__inner-area-sec-delivery {
		padding: 15px 15px;
		border-radius: 6px;
	}

	.c-freedom__inner-area-sec-delivery .ttl {
		margin-bottom: .8em;
		font-size: 18px;
	}

	.c-freedom__inner-area-sec-delivery .ttl .green {
		font-size: 21px;
	}

	.c-freedom__inner-area-sec-delivery .pic {
		width: 141px;
		margin: 0 auto;
	}

	.c-freedom__inner-area-sec-place {
		padding-top: 30px;
		margin-top: 18px;
		margin-bottom: 20px;
	}

	.c-freedom__inner-area-sec-place:before {
		width: 60px;
		height: 20px;
	}

	.c-freedom__inner-area-sec-place .c-title01 {
		margin-bottom: 15px;
		font-size: 18px;
	}

	.c-freedom__inner-area-sec-place .c-title01 .green {
		font-size: 21px;
	}

	.c-freedom__inner-area-sec-place-list {
		display: block;
	}

	.c-freedom__inner-area-sec-place-list .sec {
		width: auto;
		padding: 15px 15px 15px;
		border-radius: 6px;
	}

	.c-freedom__inner-area-sec-place-list .sec .ttl {
		display: block;
		margin-bottom: 15px;
		font-size: 18px;
	}

	.c-freedom__inner-area-sec-place-list .sec .ttl .green {
		font-size: 21px;
	}

	.c-freedom__inner-area-sec-place-list .sec .pic {
		width: 206px;
		margin: 0 auto;
	}

	.c-freedom__inner-area-sec-place-list .or {
		display: block;
		margin: 3px 0;
		font-size: 21px;
	}

	.c-freedom__inner-area-sec-withdrawal {
		display: block;
		padding: 15px 15px;
		border-radius: 6px;
	}

	.c-freedom__inner-area-sec-withdrawal .pic {
		width: 71px;
		margin: 0 auto 8px;
	}

	.c-freedom__inner-area-sec-withdrawal p {
		font-size: 18px;
		text-align: center;
	}

	.c-freedom__inner-area-sec-withdrawal p .yellow {
		font-size: 21px;
	}

}


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

 c-movie

***********************************/
.c-movie {
	background-color: #00afa8;
}

.c-movie__inner {
	padding: 80px 0 100px;
}

.c-movie__inner .c-title01 {
}

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

.c-movie__inner .c-title01 span:before {
	content: "";
	display: block;
	width: 2.05em;
	height: 2.05em;
	margin: -0.8em -2.25em 0 0;
	background: url(../images/movie_balloon_pc.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-movie__inner-youtube {

}

.c-movie__inner-youtube .inner {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

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

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

	.c-movie__inner {
		padding: 30px 0 30px;
	}

	.c-movie__inner .c-title01 span:before {
		width: 55px;
		height: 55px;
		margin: -30px -60px 0 0;
		background: url(../images/movie_balloon_sp.png) no-repeat center / contain;
	}

}


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

 c-service-area

***********************************/
.c-service-area {
	background-color: #f2fbfb;
}

.c-service-area__inner {
	padding: 80px 0 100px;
}

.c-service-area__inner-content {
	padding: 3% 4%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}

.c-service-area__inner-content-sec {
	margin-top: 30px;
}

.c-service-area__inner-content-sec:first-child {
	margin-top: 0;
}

.c-service-area__inner-content-sec .ttl {
	margin-bottom: 25px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.c-service-area__inner-content-sec .list {
	max-width: 800px;
	margin: 0 auto;
}

.c-service-area__inner-content-sec .list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -15px -10px;
}

.c-service-area__inner-content-sec .list ul li {
	padding: 5px 12px;
	margin: 15px 10px;
	color: #00afa8;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	background-color: #f2fbfb;
	border-radius: 10px;
}

.c-service-area__inner-content--note {
	text-indent: -1.1em;
	margin-left: 1.1em;
	margin-top: 30px;
	font-size: 14px;
	text-align: center;
}

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

	.c-service-area__inner {
		padding: 30px 0 32px;
	}

	.c-service-area__inner-content {
		padding: 4.411764705882353% 4.411764705882353%;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-service-area__inner-content-sec {
		margin-top: 15px;
	}

	.c-service-area__inner-content-sec .ttl {
		margin-bottom: 15px;
		font-size: 16px;
	}

	.c-service-area__inner-content-sec .list {
		max-width: 800px;
		margin: 0 auto;
	}

	.c-service-area__inner-content-sec .list ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: -5px -5px;
	}

	.c-service-area__inner-content-sec .list ul li {
		padding: 2px 5px;
		margin: 5px 5px;
		font-size: 14px;
		border-radius: 6px;
	}

	.c-service-area__inner-content--note {
		margin-top: 15px;
		font-size: 12px;
		text-align: left;
	}

}


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

 xxx

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


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

}


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

 c-trouble

***********************************/
.c-trouble {
	background: #fafafa url(../images/trouble_bg02_pc.png) no-repeat center bottom;
	background-size: 100% 157px;
}

.c-trouble__inner {
	padding: 80px 0 0;
}

.c-trouble__inner-list {
	margin-bottom: 113px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.c-trouble__inner-list:before {
	content: "";
	display: block;
	width: 1920px;
	height: 720px;
	background: url(../images/trouble_bg01_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: -60px;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-trouble__inner-list ul {
	display: inline-block;
}

.c-trouble__inner-list ul li {
	margin-bottom: 43px;
}

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

.c-trouble__inner-list ul li .inner {
	display: inline-block;
	padding: 20px 30px 20px 55px;
	margin-left: 35px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
}

.c-trouble__inner-list ul li .inner .num {
	width: 70px;
	height: 70px;
	padding-top: 15px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	border-radius: 50%;
	background-color: #00afa8;
	position: absolute;
	top: 50%;
	left: -35px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-trouble__inner-list ul li .inner .num span {
	display: block;
	text-align: center;
}

.c-trouble__inner-list ul li .inner .txt01 {
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: .07em;
}

.c-trouble__inner-recommend {
	padding: 25px 3%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
}

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

.c-trouble__inner-recommend p {
	color: #00ada6;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .07em;
}

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

	.c-trouble {
		background: #fafafa url(../images/trouble_bg02_pc.png) no-repeat center bottom;
		background-size: 1920px 157px;
	}

}

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

	.c-trouble__inner-recommend p {
		font-size: 3.636363636363636vw;
	}
}

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

	.c-trouble__inner {
		padding: 30px 0 0;
	}

	.c-trouble__inner-list {
		margin-bottom: 65px;
		text-align: center;
		position: relative;
		z-index: 1;
	}

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

	.c-trouble__inner-list:after {
		content: "";
		display: block;
		width: 100%;
		height: 20.666666666666667vw;
		margin: 22px auto 0;
		background: url(../images/trouble_bg01_sp.png) no-repeat left top;
		background-size: contain;
	}

	.c-trouble__inner-list ul {
		display: inline-block;
	}

	.c-trouble__inner-list ul li {
		margin-bottom: 17px;
	}

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

	.c-trouble__inner-list ul li .inner {
		display: block;
		padding: 12px 15px 12px 27px;
		margin-left: 20px;
		border-radius: 8px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.05);
	}

	.c-trouble__inner-list ul li .inner .num {
		width: 40px;
		height: 40px;
		padding-top: 8px;
		font-size: 9px;
		line-height: 1.4;
		left: -20px;
	}

	.c-trouble__inner-list ul li .inner .num span {
		font-size: 10px;
	}

	.c-trouble__inner-list ul li .inner .txt01 {
		font-size: 14px;
		line-height: 1.6;
		letter-spacing: .07em;
	}

	.c-trouble__inner-recommend {
		padding: 3vw 0;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.05);
		position: relative;
		z-index: 1;
	}

	.c-trouble__inner-recommend:before {
		width: 43px;
		height: 48px;
		margin-top: -40px;
	}

	.c-trouble__inner-recommend p {
		font-size: 4.8vw;
	}

}



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

 c-point

***********************************/
.c-point {
	background-color: #00afa8;
}

.c-point__inner {
	padding: 65px 0 103px;
}

.c-point__inner-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -6.3%;
}

.c-point__inner-list-sec {
	width: 30%;
	padding: 3%;
	margin-bottom: 6.3%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
}

.c-point__inner-list-sec .icon {
	padding: 20px 0;
	margin-bottom: 15px;
	background-color: #fafafa;
	border-radius: 8px;
}

.c-point__inner-list-sec .icon img {
	display: block;
	width: 67.5%;
	margin: 0 auto;
}

.c-point__inner-list-sec .ttl {
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-bottom: 1px solid #e9e9e9;
}

.c-point__inner-list-sec .txt01 {

}

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

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

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

}

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

	.c-point__inner-list-sec .txt01 {
		display: block !important;
	}
}

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

	.c-point__inner {
		padding: 35px 0 32px;
	}

	.c-point__inner-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: -3.235294117647059%;
	}

	.c-point__inner-list-sec {
		width: 47.058823529411765%;
		padding: 4.411764705882353% 5.147058823529412%;
		margin-bottom: 3.235294117647059%;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.05);
	}

	.c-point__inner-list-sec .icon {
		padding: 12px 0;
		margin-bottom: 12px;
		border-radius: 8px;
	}

	.c-point__inner-list-sec .icon img {
		width: 98px;
	}

	.c-point__inner-list-sec .ttl {
		padding-bottom: 0;
		margin-bottom: 12px;
		font-size: 16px;
		border-bottom: none;
	}

	.c-point__inner-list-sec .txt01 {
		display: none;
	}

	.c-point__inner-list-sec .acc {
		margin-top: 12px;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: .05em;
	}

	.c-point__inner-list-sec .acc.is-active {
	}

	.c-point__inner-list-sec .acc a {
		display: block;
		padding: 7px 0;
		color: #fff;
		text-align: center;
		background-color: #00afa8;
		border-radius: 100px;
		position: relative;
		z-index: 1;
	}

	.c-point__inner-list-sec .acc a:before {
		content: "";
		display: block;
		width: 9px;
		height: 5px;
		background: url(../images/icon_arr01.png) no-repeat center;
		background-size: contain;
		position: absolute;
		top: 50%;
		right: 15px;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.c-point__inner-list-sec .acc.is-active a:before {
		transform: translateY(-50%) rotate(-180deg);
		-webkit-transform: translateY(-50%) rotate(-180deg);
	}

	.c-point__inner-list-sec .acc a .more {
		transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.c-point__inner-list-sec .acc.is-active a .more {
		opacity: 0;
	}

	.c-point__inner-list-sec .acc a .close {
		opacity: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.c-point__inner-list-sec .acc.is-active a .close {
		opacity: 1;
	}
}



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

 c-schedule

***********************************/
.c-schedule {
	background: url(../images/schedule_bg01_pc.png) no-repeat center top;
}

.c-schedule__inner {
	padding: 80px 0 100px;
}

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

.c-schedule__inner__wrap:before {
	content: "";
	display: block;
	width: 100%;
	height: 130px;
	background: url(../images/schedule_pic01_pc.png) no-repeat center bottom;
	background-size: contain;
	position: absolute;
	bottom: 100%;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-schedule__inner__table {
	background-color: #fff;
	border: 3px solid #00afa8;
	border-radius: 10px;
	overflow: hidden;
}

.c-schedule__inner__table table {
	width: 100%;
	border-collapse: collapse;
}

.c-schedule__inner__table table thead tr th {
	padding: 15px 5px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	vertical-align: middle;
	background-color: #f0fffe;
}

.c-schedule__inner__table table tbody tr th {
	width: 10%;
	padding: 10px 5px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
	background-color: #f0fffe;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.c-schedule__inner__table table tbody tr th span {
	font-size: 12px;
}

.c-schedule__inner__table table tbody tr th:last-child {
	border-right: none;
}

.c-schedule__inner__table table tbody tr td {
	padding: 10px 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.c-schedule__inner__table table tbody tr td span {
	color: #000;
	font-size: 12px;
}

.c-schedule__inner__table table tbody tr td:last-child {
	border-right: none;
}

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

	.c-schedule {
		padding: 0;
		background: none;
	}

	.c-schedule__inner {
		padding: 30px 0 35px;
	}

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

	.c-schedule__inner__wrap:before {
		width: 395px;
		height: 65px;
		background: url(../images/schedule_pic01_sp.png) no-repeat center bottom;
		background-size: contain;
	}

	.c-schedule__inner__table {
		border-top: 2px solid #00afa8;
		border-left: none;
		border-right: none;
		border-bottom: 2px solid #00afa8;
		border-radius: 0;
	}

	.c-schedule__inner__table table thead tr th {
		padding: 7px 5px;
		font-size: 14px;
		letter-spacing: normal;
	}

	.c-schedule__inner__table table tbody tr th {
		width: 10%;
		padding: 7px 2px;
		font-size: 14px;
		line-height: 1;
	}

	.c-schedule__inner__table table tbody tr th span {
		font-size: 9px;
	}

	.c-schedule__inner__table table tbody tr td {
		padding: 7px 2px;
		font-size: 14px;
		letter-spacing: normal;
	}

	.c-schedule__inner__table table tbody tr td span {
		font-size: 9px;
	}
}



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

 c-htu

***********************************/
.c-htu {
	background: #fafafa url(../images/htu_bg01_pc.png) no-repeat center bottom;
}

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

.c-htu__inner:after {
	content: "";
	display: block;
	width: 532px;
	height: 168px;
	margin: 63px auto 0;
	background: url(../images/htu_pic01_pc.png) no-repeat center bottom;
	background-size: contain;
}

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

.c-htu__inner-list-sec {
	width: 20.5%;
	padding: 45px 2% 2.5%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
}

.c-htu__inner-list-sec:before {
	content: "";
	display: block;
	width: 14px;
	height: 25px;
	margin-top: 50px;
	background: url(../images/icon_arr02_pc.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	right: -38px;
	z-index: 1;
}

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

.c-htu__inner-list-sec .num {
	width: 70px;
	height: 70px;
	padding-top: 16px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	background-color: #00afa8;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-htu__inner-list-sec .num span {
	font-size: 16px;
}

.c-htu__inner-list-sec .ttl {
	margin: 0 -10% 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

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

.c-htu__inner-list-sec .txt01 {
	margin-top: -.4em;
	font-size: 14px;
}

.c-htu__inner-list-sec .btn {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

.c-htu__inner-list-sec .btn a {
	display: block;
	padding: 12px 5px;
	color: #fff;
	text-align: center;
	border-radius: 100px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa428+0,f07800+100 */
	background: rgb(255,164,40); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,164,40,1) 0%, rgba(240,120,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,164,40,1) 0%,rgba(240,120,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,164,40,1) 0%,rgba(240,120,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa428', endColorstr='#f07800',GradientType=0 ); /* IE6-9 */
}

.c-htu__inner-list-sec .btn a span {
	padding-left: 32px;
	position: relative;
	z-index: 1;
}

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

.c-htu__inner-delivery {
	margin-top: 43px;
}

.c-htu__inner-delivery-ttl {
	padding: 11px 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #00afa8;
	border-radius: 10px 10px 0 0;
}

.c-htu__inner-delivery-body {
	padding: 2% 3% 2.5%;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
}

.c-htu__inner-delivery-body p {
	margin-bottom: .5em;
	text-align: center;
}

.c-htu__inner-delivery-body p:last-child {
	margin-bottom: 0;
}

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

	.c-htu__inner-list-sec:before {
		width: 1.273vw;
		height: 2.273vw;
		right: -3.455vw;
	}

}

@media screen and (max-width:767px){
	.c-htu {
		background: #fafafa;
	}

	.c-htu__inner {
		padding: 30px 0 0;
	}

	.c-htu__inner:after {
		content: "";
		display: block;
		width: 340px;
		height: 84px;
		margin: 19px auto 0;
		background: url(../images/htu_pic01_sp.png) no-repeat center bottom;
		background-size: contain;
	}

	.c-htu__inner-list {
		display: block;
		padding-top: 0;
	}

	.c-htu__inner-list-sec {
		width: auto;
		padding: 5.882352941176471% 22px;
		margin: 0 22px 35px;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.05);
	}

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

	.c-htu__inner-list-sec:before {
		width: 24px;
		height: 14px;
		margin-top: 0;
		background: url(../images/icon_arr02_sp.png) no-repeat center;
		background-size: contain;
		position: absolute;
		top: auto;
		bottom: -25px;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

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

	.c-htu__inner-list-sec .num {
		width: 45px;
		height: 45px;
		padding-top: 13px;
		margin-left: -22px;
		font-size: 9px;
		line-height: 1.2;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-htu__inner-list-sec .num span {
		font-size: 10px;
	}

	.c-htu__inner-list-sec .ttl {
		margin: 0 0 12px;
		font-size: 16px;
	}

	.c-htu__inner-list-sec .txt01 {
		margin-top: -.2em;
		font-size: 12px;
		text-align: center;
	}

	.c-htu__inner-list-sec .btn {
		width: 165px;
		margin: 0 auto;
		font-size: 16px;
	}

	.c-htu__inner-list-sec .btn a {
		padding: 9px 5px;
	}

	.c-htu__inner-list-sec .btn a span {
		padding-left: 27px;
	}

	.c-htu__inner-list-sec .btn a span:before {
		width: 19px;
		height: 18px;
		background: url(../images/icon_line01.png) no-repeat center;
		background-size: contain;
	}

	.c-htu__inner-delivery {
		padding: 0 22px;
		margin-top: 22px;
	}

	.c-htu__inner-delivery-ttl {
		padding: 8px 0;
		font-size: 16px;
		border-radius: 10px 10px 0 0;
	}

	.c-htu__inner-delivery-body {
		padding: 4% 4.411764705882353% 4.5%;
		background-color: #fff;
		border-radius: 0 0 10px 10px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.05);
	}

	.c-htu__inner-delivery-body p {
		margin-bottom: .5em;
		font-size: 14px;
		text-align: center;
	}

	.c-htu__inner-delivery-body p:last-child {
		margin-bottom: 0;
	}

	.c-htu__inner-delivery-body p span {
		display: inline-block;
		font-size: 11px;
		letter-spacing: .03em;
	}

}



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

 c-car

***********************************/
.c-car {
	background-color: #00afa8;
}

.c-car__inner {
	padding: 80px 0 103px;
}

.c-car__inner-list {

}

.c-car__inner-list-sec {
	padding: 4%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
}

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

.c-car__inner-list-sec-ttl {
	padding: 12px 15px;
	margin-bottom: 35px;
	color: #00aea7;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	border: 3px solid #00aea7;
	border-radius: 10px;
}

.c-car__inner-list-sec-intro {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.c-car__inner-list-sec-intro .tag {
	display: inline-block;
	padding: 2px 12px;
	margin-right: 15px;
	margin-bottom: 12px;
	color: #fff;
	font-size: 18px;
	background-color: #fea126;
	border-radius: 6px;
}

.c-car__inner-list-sec-detail {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 35px;
}

.c-car__inner-list-sec-detail-pic {
	width: 46.739130434782609%;
}

.c-car__inner-list-sec-detail-pic .pic {
	margin-right: -3.72093023255814%;
}

.c-car__inner-list-sec-detail-pic .note {
	font-size: 14px;
}

.c-car__inner-list-sec-detail-pic .note li {
	text-indent: -1em;
	margin-left: 1em;
}

.c-car__inner-list-sec-detail-detail {
	width: 46.739130434782609%;
	padding: 2.5% 3.260869565217391%;
	background-color: #fafafa;
	border-radius: 10px;
}

.c-car__inner-list-sec-detail-detail .txt01 {
	padding-bottom: 15px;
	margin-bottom: 12px;
	border-bottom: 1px solid #dddddd;
}

.c-car__inner-list-sec-detail-detail ul {
	font-size: 14px;
}

.c-car__inner-list-sec-detail-detail ul li {
	text-indent: -1em;
	margin-left: 1em;
}

.c-car__inner-list-sec-info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.c-car__inner-list-sec-info-box01 {
	width: 46.739130434782609%;
	margin-bottom: 35px;
}

.c-car__inner-list-sec-info-box02 {
	width: 46.739130434782609%;
	margin-bottom: 35px;
}

.c-car__inner-list-sec-info-box03 {
	width: 100%;
}

.c-car__inner-list-sec-info-box .ttl {
	padding: 14px 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #00afa8;
	border-radius: 10px;
}

.c-car__inner-list-sec-info-box .box01 {
	margin-top: 12px;
}

.c-car__inner-list-sec-info-box .box01 p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.c-car__inner-list-sec-info-box .box02 {
}

.c-car__inner-list-sec-info-box .box02 .head {
	border-bottom: 1px solid #d6d6d6;
}

.c-car__inner-list-sec-info-box .box02 .head ul {
	display: flex;
	font-size: 18px;
	font-weight: bold;
}

.c-car__inner-list-sec-info-box .box02 .head ul li {
	width: 50%;
	padding: 14px 10px;
	color: #00afa8;
	text-align: center;
	line-height: 1.5;
}

.c-car__inner-list-sec-info-box .box02 .body {
}

.c-car__inner-list-sec-info-box .box02 .body dl {
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #d6d6d6;
}

.c-car__inner-list-sec-info-box .box02 .body dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-right: 1px solid #d6d6d6;
}

.c-car__inner-list-sec-info-box .box02 .body dl dd {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-car__inner-list-sec-info-box .box02 .note {
	margin-top: 15px;
	font-size: 14px;
}

.c-car__inner-list-sec-info-box .box02 .note li {
	text-indent: -1em;
	margin-left: 1em;
}

.c-car__inner-list-sec-info-box .box02 .note li a {
	color: #00aca5;
	font-weight: bold;
}

.c-car__inner-list-sec-info-box .box02 .note li a.blank {
	/*display: inline-block;*/
	/*padding-right: 22px;*/
	position: relative;
	z-index: 1;
}

.c-car__inner-list-sec-info-box .box02 .note li a.blank:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 14px;
	margin-left: 2px;
	background: url(../images/icon_blank01.png) no-repeat center;
	background-size: contain;
}

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

	.c-car__inner {
		padding: 30px 0 32px;
	}

	.c-car__inner-list {

	}

	.c-car__inner-list-sec {
		padding: 4.411764705882353%;
		border-radius: 10px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.05);
	}

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

	.c-car__inner-list-sec-ttl {
		padding: 6px 10px;
		margin-bottom: 15px;
		font-size: 16px;
		border: 2px solid #00aea7;
		border-radius: 8px;
	}

	.c-car__inner-list-sec-intro {
		margin-bottom: 20px;
		font-size: 14px;
	}

	.c-car__inner-list-sec-intro .tag {
		padding: 2px 5px;
		margin-right: 10px;
		margin-bottom: 10px;
		font-size: 14px;
		border-radius: 6px;
	}

	.c-car__inner-list-sec-detail {
		display: block;
		margin-bottom: 15px;
	}

	.c-car__inner-list-sec-detail-pic {
		width: auto;
		margin-bottom: 15px;
	}

	.c-car__inner-list-sec-detail-pic .pic {
		width: 71.935483870967742%;
		margin: 0 auto 10px;
	}

	.c-car__inner-list-sec-detail-pic .note {
		font-size: 12px;
	}

	.c-car__inner-list-sec-detail-detail {
		width: auto;
		padding: 3% 4.838709677419355%;
		background-color: #fafafa;
		border-radius: 10px;
	}

	.c-car__inner-list-sec-detail-detail .txt01 {
		padding-bottom: 10px;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.c-car__inner-list-sec-detail-detail ul {
		font-size: 12px;
	}

	.c-car__inner-list-sec-info {
		display: block;
	}

	.c-car__inner-list-sec-info-box01 {
		width: auto;
		margin-bottom: 15px;
	}

	.c-car__inner-list-sec-info-box02 {
		width: auto;
		margin-bottom: 15px;
	}

	.c-car__inner-list-sec-info-box03 {
		width: auto;
	}

	.c-car__inner-list-sec-info-box .ttl {
		padding: 8px 15px;
		font-size: 14px;
		border-radius: 8px;
	}

	.c-car__inner-list-sec-info-box .box01 {
		margin-top: 8px;
	}

	.c-car__inner-list-sec-info-box .box01 p {
		font-size: 14px;
	}

	.c-car__inner-list-sec-info-box .box02 {
	}

	.c-car__inner-list-sec-info-box .box02 .head {
		border-bottom: 1px solid #d6d6d6;
	}

	.c-car__inner-list-sec-info-box .box02 .head ul {
		font-size: 14px;
	}

	.c-car__inner-list-sec-info-box .box02 .head ul li {
		padding: 9px 5px;
	}

	.c-car__inner-list-sec-info-box .box02 .body {
	}

	.c-car__inner-list-sec-info-box .box02 .body dl {
		padding: 10px 0;
		font-size: 14px;
	}

	.c-car__inner-list-sec-info-box .box02 .body dl dt {
	}

	.c-car__inner-list-sec-info-box .box02 .body dl dd {
	}

	.c-car__inner-list-sec-info-box .box02 .note {
		margin-top: 12px;
		font-size: 12px;
	}

	.c-car__inner-list-sec-info-box .box02 .note li a.blank {
	}

	.c-car__inner-list-sec-info-box .box02 .note li a.blank:after {
		width: 14px;
		height: 12px;
		margin-left: 2px;
	}
}



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

 c-area

***********************************/
.c-area {
	background-color: #fafafa;
}

.c-area__inner {
	padding: 80px 0;
}

.c-area__inner-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.c-area__inner-content-sec {
	width: 48%;
	padding: 3%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
}

.c-area__inner-content-sec .ttl {
	margin-bottom: .3em;
	color: #00aea7;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-area__inner-content-sec .txt01 {
	margin-bottom: .6em;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.c-area__inner-content-sec .note {
	font-size: 14px;
	text-align: center;
}

.c-area__inner-content-pic {
	width: 45%;
}

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

	.c-area__inner-content-sec .ttl {
		font-size: 24px;
	}

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

}

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

	.c-area__inner {
		padding: 30px 0 0;
	}

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

	.c-area__inner-content-sec {
		width: auto;
		padding: 3% 4.411764705882353%;
		border-radius: 10px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.05);
	}

	.c-area__inner-content-sec .ttl {
		margin-bottom: .4em;
		font-size: 16px;
	}

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

	.c-area__inner-content-sec .note {
		font-size: 12px;
	}

	.c-area__inner-content-pic {
		width: auto;
		text-align: center;
	}

}



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

 c-campaign

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

.c-campaign__inner {
	padding: 80px 0 100px;
}

.c-campaign__inner-sec {
	padding: 20px 15px 20px;
	background: #fff url(../images/campaign_bg01_pc.png) no-repeat center;
	background-size: cover;
	border: 3px solid #00afa8;
	border-radius: 8px;
	position: relative;
	z-index: 1;
}

.c-campaign__inner-sec:before {
	content: "";
	display: block;
	width: 1000px;
	height: 121px;
	margin-bottom: 3px;
	background: url(../images/campaign_pic01_pc.png) no-repeat center bottom;
	background-size: contain;
	position: absolute;
	bottom: 100%;
	left: 0;
	z-index: -1;
}

.c-campaign__inner-sec .ttl {
	margin-bottom: .2em;
	color: #ff4c4c;
	font-size: 42px;
	font-weight: 900;
	text-align: center;
	line-height: 1;
}

.c-campaign__inner-sec .ttl img {
	width: 182px;
	margin-left: 15px;
	vertical-align: bottom;
}

.c-campaign__inner-sec .box {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.c-campaign__inner-sec .box .price {
	margin-right: .3em;
	color: #ff4c4c;
	font-size: 42px;
	font-weight: 900;
	line-height: 1;
}

.c-campaign__inner-sec .box .price span {
	font-size: 96px;
	font-weight: 800;
}

.c-campaign__inner-sec .box .txt01 {
	padding-bottom: .3em;
	font-size: 42px;
	font-weight: 900;
	line-height: 1;
}

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

	.c-campaign__inner-sec {
		padding: 1.818vw 1.364vw 1.818vw;
		border-radius: 0.727vw;
	}

	.c-campaign__inner-sec:before {
		width: 90.909vw;
		height: 11vw;
	}

	.c-campaign__inner-sec .ttl {
		font-size: 3.818vw;
	}

	.c-campaign__inner-sec .ttl img {
		width: 16.545vw;
		margin-left: 1.364vw;
	}

	.c-campaign__inner-sec .box .price {
		font-size: 3.818vw;
	}

	.c-campaign__inner-sec .box .price span {
		font-size: 8.727vw;
	}

	.c-campaign__inner-sec .box .txt01 {
		font-size: 3.818vw;
	}
}

@media screen and (max-width:767px){
	.c-campaign {
		background-size: 4px 1px;
	}

	.c-campaign__inner {
		padding: 30px 0;
	}

	.c-campaign__inner-sec {
		padding: 15px 15px 20px;
		background: #fff url(../images/campaign_bg01_sp.png) no-repeat center;
		background-size: cover;
		border: 2px solid #00afa8;
		border-radius: 8px;
	}

	.c-campaign__inner-sec:before {
		width: 383px;
		height: 61px;
		margin-bottom: 2px;
		background: url(../images/campaign_pic01_sp.png) no-repeat center bottom;
		background-size: contain;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-campaign__inner-sec .ttl {
		margin-bottom: .4em;
		font-size: 21px;
	}

	.c-campaign__inner-sec .ttl img {
		display: block;
		width: 220px;
		margin: 10px auto 0;
	}

	.c-campaign__inner-sec .box {
		display: block;
	}

	.c-campaign__inner-sec .box .price {
		margin-right: 0;
		margin-bottom: .3em;
		font-size: 21px;
		text-align: center;
	}

	.c-campaign__inner-sec .box .price span {
		font-size: 48px;
	}

	.c-campaign__inner-sec .box .txt01 {
		padding-bottom: 0;
		font-size: 21px;
		text-align: center;
	}

}



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

 c-voice

***********************************/
.c-voice {
	background: #00afa8 url(../images/voice_bg02_pc.png) no-repeat center;
	background-size: cover;
}

.c-voice__inner {
	width: 1120px;
	padding: 80px 0 103px;
}

.c-voice__inner .slider-container {
	position: relative;
	z-index: 1
}


.c-voice__inner .slider-container .slider-prev {
	width: 40px;
	height: 40px;
	background: url(../images/voice_prev.png) no-repeat center;
	background-size: contain;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-voice__inner .slider-container .slider-prev:hover,
.c-voice__inner .slider-container .slider-next:hover {
	opacity: .7;
}

.c-voice__inner .slider-container .slider-next {
	width: 40px;
	height: 40px;
	background: url(../images/voice_next.png) no-repeat center;
	background-size: contain;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-voice__inner-increase {
	width: 300px;
	height: 166px;
	margin: -154px 60px 0 0;
	background: url(../images/voice_bg01_pc.png) no-repeat left bottom;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.c-voice__inner-increase p {
	padding-top: 1.9em;
	color: #ff4c4c;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
}

.c-voice__inner-slider {
	padding: 0 0 3px;
	margin: 0 60px;
	overflow: hidden;
}

.c-voice__inner-slider .slick-list {
	margin-right: -50px;  /* ガター分ネガティブマージン */
}

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

.c-voice__inner-slider .slick-prev {
	width: 40px;
	height: 40px;
	background: url(../images/voice_prev.png) no-repeat center;
	background-size: contain;
	left: -60px;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-voice__inner-slider .slick-prev:hover,
.c-voice__inner-slider .slick-next:hover {
	opacity: .7;
}

.c-voice__inner-slider .slick-prev:before {
	display: none;
}

.c-voice__inner-slider .slick-next {
	width: 40px;
	height: 40px;
	background: url(../images/voice_next.png) no-repeat center;
	background-size: contain;
	right: -60px;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-voice__inner-slider .slick-next:before {
	display: none;
}

.c-voice__inner-slider-item {
	display: flex !important;
	justify-content: space-between;
	flex-direction: column;
	height: auto !important;
	float: none !important;
	padding: 20px;
	margin-right: 50px;  /* ガター */
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	outline: none;
}

.c-voice__inner-slider-item .box {
	margin-bottom: 15px;
}

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

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

.c-voice__inner-slider-item .txt01 {
}

.c-voice__inner-slider-item .meta {
	padding: 12px 5px;
	color: #00ada6;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #e5f7f6;
	border-radius: 8px;
}

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

	.c-voice__inner-increase {
		width: 27.273vw;
		height: 15.091vw;
		margin: -14vw 60px 0 0;
	}

	.c-voice__inner-increase p {
		font-size: 1.636vw;
	}

	.c-voice__inner-slider .slick-list {
		margin-right: -4.545vw;  /* ガター分ネガティブマージン */
	}

	.c-voice__inner-slider-item {
		margin-right: 4.545vw;  /* ガター */
	}

}

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

}

@media screen and (max-width:767px){
	.c-voice {
		background: #00afa8;
	}

	.c-voice__inner {
		padding: 30px 0 32px;
	}

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

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

	.c-voice__inner-increase {
		width: 290px;
		height: 87px;
		margin: -76px 0 0 0;
		background: url(../images/voice_bg01_sp.png) no-repeat left bottom;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-voice__inner-increase p {
		width: 75px;
		padding-top: 1.7em;
		font-size: 12px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}

	.c-voice__inner-slider {
		margin: 0 40px;
		padding: 0 0 2px;
	}

	.c-voice__inner-slider .slick-list {
		margin-right: -25px;  /* ガター分ネガティブマージン */
	}

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

	.c-voice__inner-slider .slick-prev {
		width: 40px;
		height: 40px;
		background: url(../images/voice_prev.png) no-repeat center;
		background-size: contain;
		left: -60px;
		transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.c-voice__inner-slider .slick-prev:hover,
	.c-voice__inner-slider .slick-next:hover {
		opacity: .7;
	}

	.c-voice__inner-slider .slick-prev:before {
		display: none;
	}

	.c-voice__inner-slider .slick-next {
		width: 40px;
		height: 40px;
		background: url(../images/voice_next.png) no-repeat center;
		background-size: contain;
		right: -60px;
		transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.c-voice__inner-slider .slick-next:before {
		display: none;
	}

	.c-voice__inner-slider-item {
		display: flex !important;
		justify-content: space-between;
		flex-direction: column;
		height: auto !important;
		float: none !important;
		padding: 15px;
		margin-right: 25px;  /* ガター */
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
		outline: none;
	}

	.c-voice__inner-slider-item .box {
		margin-bottom: 12px;
	}

	.c-voice__inner-slider-item .pic {
		margin-bottom: 10px;
	}

	.c-voice__inner-slider-item .txt01 {
	}

	.c-voice__inner-slider-item .meta {
		padding: 8px 5px;
		font-size: 14px;
		border-radius: 8px;
	}

}



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

 c-company

***********************************/
.c-company {
	background-color: #fafafa;
}

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

.c-company__inner-btn {
	margin-top: -15px;
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.c-company__inner-btn a {
	display: inline-block;
	padding: 10px 30px;
	color: #00aea7;
	border: 2px solid #00aea7;
	border-radius: 100px;
	vertical-align: top;
}

.c-company__inner-btn a span {
	padding-right: 26px;
	position: relative;
	z-index: 1;
}

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

.c-company__inner-list {
	border-top: 1px solid #dddddd;
}

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

.c-company__inner-list dl dt {
	width: 200px;
	padding-right: 1em;
	font-weight: bold;
}

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

.c-company__inner-list dl dd a {
	color: #00aea7;
}

.c-company__inner-list dl dd .note {
	margin-top: 1.2em;
	font-size: 14px;
}

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

	.c-company__inner {
		padding: 45px 0 30px;
	}

	.c-company__inner-btn {
		margin-top: -5px;
		margin-bottom: 30px;
		font-size: 14px;
	}

	.c-company__inner-btn a {
		padding: 11px 15px;
		border: 1px solid #00aea7;
	}

	.c-company__inner-btn a span {
		padding-right: 20px;
	}

	.c-company__inner-btn a span:before {
		width: 12px;
		height: 10px;
	}

	.c-company__inner-list {
	}

	.c-company__inner-list dl {
		display: block;
		padding: 10px 0;
		font-size: 14px;
	}

	.c-company__inner-list dl dt {
		width: auto;
		padding-right: 0;
		margin-bottom: .3em;
	}

	.c-company__inner-list dl dd {
	}

	.c-company__inner-list dl dd a {
	}

	.c-company__inner-list dl dd .note {
		margin-top: 1em;
		font-size: 12px;
	}
}


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

 c-faq

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

}

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

.c-faq__inner-txt01 {
	margin-bottom: 40px;
}

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

.c-faq__inner-list-sec {
	width: 47%;
	margin-bottom: 8%;
}

.c-faq__inner-list-sec-ttl {
	padding: 18px 55px 18px 0;
	color: #00afa8;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	border-top: 2px solid #00afa8;
	border-bottom: 1px solid #dddddd;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.c-faq__inner-list-sec-ttl:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/faq/faq_icon01_pc.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-faq__inner-list-sec-ttl.is-active:before {
	background: url(../images/faq/faq_icon02_pc.png) no-repeat center;
	background-size: contain;
}

.c-faq__inner-list-sec-body {
	display: none;
}

.c-faq__inner-list-sec-body-inner {
	padding-top: 30px;
}

.c-faq__inner-list-sec-body-inner dl {
	margin-bottom: 40px;
}

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

.c-faq__inner-list-sec-body-inner dl dt {
	padding: 18px 25px 18px 50px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #f2fbfb;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.c-faq__inner-list-sec-body-inner dl dt:before {
	content: "Q";
	display: block;
	margin-top: 18px;
	color: #00ada6;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 1;
}

.c-faq__inner-list-sec-body-inner dl dd {
	display: none;
}

.c-faq__inner-list-sec-body-inner dl dd a {
	color: #00afa8;
}

.c-faq__inner-list-sec-body-inner dl dd .inner {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 50px;
	position: relative;
	z-index: 1;
}

.c-faq__inner-list-sec-body-inner dl dd .inner:before {
	content: "A";
	display: block;
	margin-top: 18px;
	color: #fea126;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 1;
}

.c-faq__inner-list-sec-body-inner dl dd .inner p {
	margin-top: -.35em;
}

.c-faq__inner-end {
	margin-top: 45px;
}

.c-faq__inner-end a {
	color: #00aca5;
	font-weight: bold;
}

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

	.c-faq__inner-list-sec-ttl {
		font-size: 18px;
	}

}

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

	.c-faq__inner-list-sec-ttl.is-active-pc:before {
		background: url(../images/faq/faq_icon02_pc.png) no-repeat center;
		background-size: contain;
	}

	.c-faq__inner-list-sec:nth-child(1) .c-faq__inner-list-sec-body,
	.c-faq__inner-list-sec:nth-child(2) .c-faq__inner-list-sec-body {
		display: block;
	}

}

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

	.c-faq__inner {
		padding: 30px 0 20px;
	}

	.c-faq__inner-txt01 {
		margin-bottom: 20px;
	}

	.c-faq__inner-list {
		display: block;
		margin-bottom: 0;
	}

	.c-faq__inner-list-sec {
		width: auto;
		margin-bottom: 30px;
	}

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

	.c-faq__inner-list-sec-ttl {
		padding: 10px 40px;
		font-size: 18px;
		text-align: center;
	}

	.c-faq__inner-list-sec-ttl:before {
		width: 18px;
		height: 18px;
		right: 15px;
		background: url(../images/faq/faq_icon01_sp.png) no-repeat center;
		background-size: contain;
	}

	.c-faq__inner-list-sec-ttl.is-active:before {
		background: url(../images/faq/faq_icon02_sp.png) no-repeat center;
		background-size: contain;
	}

	.c-faq__inner-list-sec-body {
		/*display: block;*/
	}

	.c-faq__inner-list-sec:nth-child(1) .c-faq__inner-list-sec-body {
		display: block;
	}

	.c-faq__inner-list-sec-body-inner {
		padding-top: 20px;
	}

	.c-faq__inner-list-sec-body-inner dl {
		margin-bottom: 20px;
	}

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

	.c-faq__inner-list-sec-body-inner dl dt {
		padding: 11px 15px 11px 30px;
		font-size: 14px;
		border-radius: 8px;
	}

	.c-faq__inner-list-sec-body-inner dl dt:before {
		margin-top: 14px;
		font-size: 14px;
		left: 10px;
	}

	.c-faq__inner-list-sec-body-inner dl dd {
		display: none;
	}

	.c-faq__inner-list-sec-body-inner dl dd .inner {
		padding-top: 12px;
		padding-right: 15px;
		padding-left: 30px;
		position: relative;
		z-index: 1;
	}

	.c-faq__inner-list-sec-body-inner dl dd .inner:before {
		margin-top: 12px;
		font-size: 14px;
		left: 10px;
	}

	.c-faq__inner-list-sec-body-inner dl dd .inner p {
		margin-top: -.35em;
	}

	.c-faq__inner-end {
		margin-top: 25px;
	}
}


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


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


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

}



.c-area__inner-content {
    justify-content: center;
}

.youtube_area {padding: 80px 0 0 0;}
.youtube_out {
width: 98%;
max-width: 1000px;
margin: 0 auto;
}
.o_youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.o_youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

