@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	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;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media screen\0 {
	body {
		letter-spacing: normal;
		font-family: "YakuHanJP", 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
@media print {
	body {
		zoom: 0.68;
		-webkit-print-color-adjust: exact;
	}
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
	/* @pageの指定いらないかも */
	@page {
		size: A4;
		margin: 12.7mm 9.7mm;
	}

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


/* Webkit */
::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #b8b8b8;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #b8b8b8;

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

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

@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

***********************************/
.l-wrap {
	padding-top: 100px;
	overflow: hidden;
}

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

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



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

	l-header

***********************************/
.l-header {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	transition: box-shadow 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-header.is-active {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

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

.l-header__inner-logo {
}
.l-header__inner-logo img {
	width: 200px;
	height: auto;
}

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

.l-header__inner-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 60px;
	color: #fff;
	background: linear-gradient(135deg, #203968 0%, #5f2c82 100%);
	border-radius: 40px;
	position: relative;
	z-index: 1;
}

.fa-angle-right {
	font-size: 1.5rem;
	padding-left: 8px;
}

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

	.l-header__inner {
		height: 55px;
	}

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

	.l-header__inner-btn {
		font-size: 12px;
	}

	.l-header__inner-btn a {
		width: 172px;
		height: 37px;
	}
	.l-header__inner-btn a > .fa-angle-right {
		font-size: .75rem;
		padding-left: 5px;
	}

	.l-header__inner-btn a:before {
		width: 5px;
		height: 8px;
		background: url(../images/icon_arr01_sp.png) no-repeat center;
		background-size: contain;
		right: 12px;
	}
}



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

	l-footer

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

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

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

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

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

	.l-footer__inner-logo {
		width: 135px;
		margin: 0 auto 12px;
	}

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

	.l-footer__inner-logo img {
		width: 100%;
	}

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



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

	c-title01

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

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

@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;
		font-size: 21px;
	}
}



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

	c-bg01

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



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

	c-bg02

***********************************/
.c-bg02 {
	background: #eef1f7;
}



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

	c-bgStripe01

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

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



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

	c-btn01

***********************************/
a.c-btn01 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 10px;
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	border-radius: 100px;
	box-shadow: 0px 5px 0px 0px rgba(2,35,39,.9);
	background: linear-gradient(135deg, #203968 0%, #5f2c82 100%);
	position: relative;
	z-index: 1;
}
a.c-btn01 > .fa-angle-right {
	font-size: 1.5rem;
	padding-top: 4px;
}


@media screen and (max-width:767px){
	a.c-btn01 {
		padding: 12px 10px;
		font-size: 16px;
		box-shadow: 0px 4px 0px 0px rgba(2,35,39,.9);
	}
}



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

	c-form

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

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

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

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

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

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

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

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

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

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

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

.c-form__confirmBtn__btn {
	width: 360px;
}

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

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

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

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

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

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

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

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

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

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

	.c-form__submit {
		width: 240px;
	}

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

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

	.c-form__confirmBtn__btn {
		width: 47.5%;
	}

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

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



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

	c-faq__inner-list

***********************************/
.c-faq__inner-list dl {
	margin-bottom: 53px;
}
.c-faq__inner-list dl:last-child {
	margin-bottom: 0;
}
.c-faq__inner-list dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	cursor: pointer;
}
.c-faq__inner-list dl dt .icon {
	width: 80px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background-color: #203968;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}
.c-faq__inner-list dl dt .ttl {
	flex: 1;
	min-height: 80px;
	padding: 22px 75px 22px 30px;
	margin-left: 20px;
	font-size: 20px;
	font-weight: bold;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
}
.c-faq__inner-list dl dt .ttl:before {
	content: "";
	display: block;
	width: 18px;
	height: 2px;
	margin: 39px 30px 0 0;
	background-color: #203968;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.c-faq__inner-list dl dt .ttl:after {
	content: "";
	display: block;
	width: 2px;
	height: 18px;
	margin: 31px 38px 0 0;
	background-color: #203968;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-faq__inner-list dl dt.is-active .ttl:after {
	opacity: 0;
}
.c-faq__inner-list dl dd {
	display: none;
}
.c-faq__inner-list dl dd .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 23px;
	position: relative;
	z-index: 1;
}
.c-faq__inner-list dl dd .icon {
	width: 80px;
	color: #203968;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}
.c-faq__inner-list dl dd .cont {
	flex: 1;
	min-height: 80px;
	padding: 25px 30px;
	margin-left: 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}


@media screen and (max-width:767px) {
	.c-faq__inner-list dl {
		margin-bottom: 32px;
	}

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

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

	.c-faq__inner-list dl dt .ttl:before {
		width: 14px;
		height: 2px;
		margin: 19px 15px 0 0;
	}

	.c-faq__inner-list dl dt .ttl:after {
		width: 2px;
		height: 14px;
		margin: 13px 21px 0 0;
	}

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

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

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



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

	c-hero

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

.c-hero__inner {
	width: 715px;
	padding: 40px 0 40px;
	position: relative;
	z-index: 2;
}

.c-hero__inner-ttl {
	margin-bottom: 30px;
}
.c-hero__inner-ttl .block {
	display: inline-block;
	padding: 10px 0;
	margin-bottom: 35px;
}

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

.c-hero__inner-ttl .large {
	padding: 10px 20px;
}

.c-hero__inner-txt01 {
	margin-top: 35px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 900;
	line-height: normal;
	letter-spacing: .2em;
}

.c-hero__inner-txt01 .block {
	display: block;
	text-align: center;
	padding: 25px 0;
	font-size: 30px;
	line-height: normal;
	background: #fff;
	border-radius: .3vw;
	width: 100%;
   color: #000;
}
.c-hero__inner-txt01 .block img {
	margin-top: 10px;
}

.c-hero__inner-award {
	width: 660px;
}


.c-hero__inner-note {
	margin-top: 15px;
	margin-left: 1em;
	color: #fff;
	font-size: 12px;
}

.c-hero__inner-btn {
	width: 360px;
	margin: 35px auto 0 auto;
}

.c-hero__inner-btn a {
	display: block;
	padding: 20px 0;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-radius: 100px;
	box-shadow: 0px 5px 0px 0px rgba(2,35,39,.9);
	overflow: visible;
	background: linear-gradient(135deg, #203968 0%, #5f2c82 100%);
	position: relative;
	z-index: 1;
}

.c-hero__inner-btn a:before {
	content: "";
	display: block;
	width: 98px;
	height: 98px;
	margin: -40px -102px 0 0;
	background: url(../images/hero_balloon01_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-hero__inner-balloon {
	color: #fff;
	font-weight: 600;
	font-size: 42px;
	line-height: normal;
	position: relative;
}
.c-hero__inner-balloon::after {
	position: absolute;
	content: "";
	bottom: -13px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/balloon.png) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 15px;
}
.c-hero__inner-logo {
	margin-top: 25px;
}
.c-hero__inner-logo > img {
	width: 620px;
	max-width: 700px;
}
.c-hero__bg-deco {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(../images/bg-deco.png) no-repeat center;
	background-size: cover;
	width: 90%;
	height: 100%;
}
.c-hero__inner-btn-text {
	color: #fff;
	font-size: .9rem;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
}
.c-hero__inner-btn-text::before,
.c-hero__inner-btn-text::after {
	position: absolute;
	content: "";
	bottom: 0;
	width: 12px;
	height: 40px;
}
.c-hero__inner-btn-text::before {
	background: url(../images/bubble-tip.png) no-repeat center;
	background-size: contain;
	left: 20px;

}
.c-hero__inner-btn-text::after {
	background: url(../images/bubble-tip.png) no-repeat center;
	background-size: contain;
	transform: scale(-1, 1);
	right: 20px;
}


@media screen and (max-width:1099px) {
	.c-hero__inner {
		padding: 6.364vw 0 8.182vw;
	}
	.c-hero__inner-ttl {
		margin-bottom: 2.727vw;
		font-size: 4.273vw;
	}
	.c-hero__inner-ttl .block {
		padding: 0.818vw 1.818vw;
		margin-bottom: 3.182vw;
	}
	.c-hero__inner-ttl .large {
		padding: 0.636vw 1.818vw;
		font-size: 5.182vw;
	}
	.c-hero__inner-txt01 {
		margin-bottom: 3.182vw;
	}
	.c-hero__inner-txt01 .block {
		padding: 0.909vw 1.818vw;
		border-radius: 0.909vw;
		font-size: 3.818vw;
	}
	.c-hero__inner-award {
		width: 60vw;
	}
	.c-hero__inner-note {
		margin-top: 1.5vw;
		font-size: 1.3vw;
	}
	.c-hero__inner-btn {
		width: 32.727vw;
		margin-top: 3.182vw;
	}
	.c-hero__inner-btn a {
		padding: 1.818vw 0;
		font-size: 2vw;
		box-shadow: 0px 0.454545454545455vw 0px 0px rgba(2,35,39,.9);
	}
	.c-hero__inner-btn a:before {
		width: 8.909vw;
		height: 8.909vw;
		margin: -3.636vw -9.273vw 0 0;
	}
	.c-hero__inner-btn a:after {
		width: 0.636vw;
		height: 1vw;
		right: 2.727vw;
	}

	.c-hero {
		background: url(../images/hero_bg01.jpg) no-repeat 80% / cover;
	}
	.c-hero__bg-deco {
		background: none;
	}

	.c-hero__inner-balloon {
		font-size: 3.818vw;
	}
	.c-hero__inner-balloon::after {
		width: 80%;
	}

	.c-hero__inner-btn-text {
		font-size: 1.4vw;
	}
	.c-hero__inner-btn-text::before,
	.c-hero__inner-btn-text::after {
		height: 24px;
	}
	.c-hero__inner-btn-text::before {
		left: 6px;
	}
	.c-hero__inner-btn-text::after {
		right: 6px;
	}
}

@media screen and (max-width:767px) {
	.c-hero {
		background: url(../images/hero_bg01.jpg) no-repeat 85% / cover;
	}
	.c-hero__inner {
		padding: 8vw 0 11.467vw;
	}
	.c-hero__inner-ttl {
		margin-bottom: 8vw;
		font-size: 6.267vw;
		white-space: nowrap;
	}
	.c-hero__inner-ttl .block {
		padding: 3.6vw;
		margin-bottom: 4.8vw;
	}
	.c-hero__inner-ttl .large {
		padding: 0.8vw 2.667vw;
		font-size: 7.6vw;
	}
	.c-hero__inner-txt01 {
		margin-bottom: 2.5vw;
		letter-spacing: 0.01em;
		margin-top: 7vw;
	}
	.c-hero__inner-txt01 .block {
		padding: 2.5vw;
		border-radius: 1.6vw;
		text-align: center;
		font-size: 4.5vw;
		width: 100%;
	}
	.c-hero__inner-award {
		width: auto;
		text-align: center;
	}
	.c-hero__inner-note {
		margin-top: 2.667vw;
		font-size: 2.4vw;
	}
	.c-hero__inner-btn {
		width: 70.667vw;
		margin: 25px auto 0;
	}
	.c-hero__inner-btn a {
		padding: 2.933vw 0;
		font-size: 4.267vw;
		box-shadow: 0px 0.933333333333333vw 0px 0px rgba(2,35,39,.9);
	}
	.c-hero__inner-btn a:before {
		width: 14.667vw;
		height: 14.667vw;
		margin: -7.5vw -8vw 0 0;
		background: url(../images/hero_balloon01_sp.png) no-repeat left top;
		background-size: contain;
	}
	.c-hero__inner-btn a:after {
		width: 1.333vw;
		height: 2.133vw;
		background: url(../images/icon_arr01_sp.png) no-repeat left top;
		background-size: contain;
		right: 6.667vw;
	}
	.c-hero__inner-btn a > .fa-angle-right {
		font-size: 4.567vw;
	}
	.c-hero__bg-deco {
		background: none;
	}
	.c-hero__inner-balloon {
		font-size: 5.6vw;
		line-height: 1.6;
	}
	.c-hero__inner-balloon::after {
		width: 100%;
	}
	.c-hero__inner-logo > img {
		width: 100%;
		max-width: 350px;
	}
	.c-hero__inner-btn-text {
		font-size: 2.7vw;
	}
	.c-hero__inner-btn-text::before,
	.c-hero__inner-btn-text::after {
		height: 20px;
	}
	.c-hero__inner-btn-text::before {
		left: 18px;
	}
	.c-hero__inner-btn-text::after {
		right: 22px;
	}
}



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

	c-trouble

***********************************/
.c-trouble {
	background: url(../images/trouble_bg01_pc.png) no-repeat center bottom;
	background-size: cover;
	height: 70vh;
}

.c-trouble__inner {
	padding: 75px 0 1px;
}

.c-trouble__inner.define_inner {
    max-width: 100%;
    width: 1100px;
    margin: 0 auto;
}

.c-trouble__inner-list ul {
	display: flex;
	align-items: center;
}
.c-trouble__inner-list ul li {
	margin-right: 20px;
	width: calc(100%/4 - 10px);
	position: relative;
}
.c-trouble__inner-list ul li:last-child {
	margin-bottom: 0;
	margin-right: 0;
}
.c-trouble__inner-list ul li:before {
	position: absolute;
	bottom: -18px;
	left: 20px;
	transform: translateY(-7px);
	content: "";
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	width: 18px;
	height: 12px;
	background-color: #efefef;
}
.c-trouble__inner-list ul li .text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	background-color: #efefef;
	border-radius: 5px;
	padding: 2% 6%;
	height: 135px;
	max-height: 80%;
}
.c-trouble__inner-list ul li img {
	position: absolute;
	top: 110%;
	left: 65%;
	transform: translate(-100%, 0);
	width: 40%;
	height: 100%;
	object-fit: contain;
}


@media screen and (max-width:1099px) {
	.c-trouble__inner-list ul li .text {
		padding: 6%;
		height: 150px;
	}
}


@media screen and (max-width:767px) {
	.c-trouble {
		background: url(../images/trouble_bg01_sp.png) no-repeat center bottom;
		background-size: cover;
		height: 660px;
		max-height: 100vh;
	}

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

	.c-trouble__inner-list {
		max-width: 340px;
		max-height: 520px;
		margin: 0 auto;
	}

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

	.c-trouble__inner-list ul {
		flex-wrap: wrap;
	}
	.c-trouble__inner-list ul li {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.c-trouble__inner-list ul li:nth-child(even) {
		flex-direction: row-reverse;
	}
	.c-trouble__inner-list ul li:last-child {
		margin-bottom: 0;
	}
	.c-trouble__inner-list ul li:before {
		position: absolute;
		bottom: 0px;
		top: 10px;
		left: 72%;
		transform: translateY(5px);
		content: "";
		clip-path: polygon(0 0, 0 100%, 100% 50%);
	}
	.c-trouble__inner-list ul li .text {
		padding: 4% 6%;
		width: calc(100% - 28%);
		height: 100px;
		max-height: 80%;
	}
	.c-trouble__inner-list ul li img {
		position: static;
		transform: translate(0, 0);
		width: 22%;
	}
}



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

	c-feature

***********************************/
.c-feature__inner {
	padding: calc(125px + 70px) 0 83px;
}

.c-feature__inner-resolution {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4% 0 0 0;
}

.c-feature__inner-resolution p {
	font-size: 42px;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
}

.c-feature__inner-resolution p .large {
    font-size: 48px;
}

.c-feature__inner-txt01 {
	margin-top: -1em;
	margin-bottom: 60px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.c-feature__inner-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

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

.c-feature__inner-list-sec:last-child {
	margin-top: 8.3%;
}

.c-feature__inner-list-sec .ttl {
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6;
	padding-bottom: 6px;
	border-bottom: 1px solid #eee;
}

.c-feature__inner-list-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.c-feature__inner-list-sec:nth-child(even) .c-feature__inner-list-block {
	flex-direction: row-reverse;
}
.c-feature__inner-list2 {
	display: flex;
	flex-direction: column;
}
.c-feature__inner-list2 li {
	padding-left: 2.4rem;
	padding-bottom: 1rem;
	display: flex;
    align-items: center;
}
.c-feature__inner-list-sec:nth-child(even) .c-feature__inner-list2 li {
	padding-left: 0;
	padding-right: 2.4rem;
}
.c-feature__inner-list2 .fa-square-check {
	font-size: 2.2rem;
	padding-right: 10px;
	color: #395a97;
}
.c-feature__inner-list-img {
	width: 32%;
	height: auto;
	margin-right: 2.4rem;
}
.c-feature__inner-list-sec:nth-child(even) .c-feature__inner-list-img {
	margin-left: 2.4rem;
    margin-right: 0;
}

@media screen and (max-width:1099px) {
	.c-feature__inner {
		padding: 50px 0 83px;
	}

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

	.c-feature__inner-list2 {
		max-width: 360px;
	}
	.c-feature__inner-list2 li {
		padding-left: 1rem;
	}
	.c-feature__inner-list-sec:nth-child(even) .c-feature__inner-list2 li {
		padding-left: 0;
		padding-right: 1rem;
	}
	.c-feature__inner-list-img {
		width: 40%;
		margin-right: 1rem;
	}
	.c-feature__inner-list-sec:nth-child(even) .c-feature__inner-list-img {
		margin-left: 1rem;
		margin-right: 0;
	}
}

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

	.c-feature__inner-resolution p {
		font-size: 10vw;
	}
	.c-feature__inner-resolution p .large {
		font-size: 10.7vw;
	}

	.c-feature__inner-txt01 {
		margin-top: -.5em;
		margin-bottom: 30px;
		font-size: 14px;
	}
	.c-feature__inner-list {
		display: block;
	}
	.c-feature__inner-list-sec {
		width: auto;
		padding: 25px 4.411764705882353% 7.352941176470588%;
		margin-bottom: 44px;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}
	.c-feature__inner-list-sec:last-child {
		width: auto;
		margin-top: 0;
		margin-bottom: 0;
	}
	.c-feature__inner-list-sec .num {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 11px;
		border-radius: 6px;
	}
	.c-feature__inner-list-sec .ttl {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.c-feature__inner-list-block {
		display: block;
	}
	.c-feature__inner-list2 li {
		padding-left: 0rem;
	}
	.c-feature__inner-list-sec:nth-child(even) .c-feature__inner-list2 li {
		padding-left: 0;
		padding-right: 0;
	}
	.c-feature__inner-list-img {
		width: 80%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
	}
	.c-feature__inner-list-sec:nth-child(even) .c-feature__inner-list-img {
		margin: 0 auto;
	}
}



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

	c-case

***********************************/
.c-case__head-inner {
	padding: 70px 0 1px;
}

.c-case__list {
	margin-bottom: 60px;
}

.c-case__list-slider-item {
	width: 320px;
	padding: 30px;
}

.c-case__list-slider-item .pic-area {
	position: relative;
	z-index: 1;
}

.c-case__list-slider-item .pic-area p {
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-case__list-slider-item .txt01 {
	margin-top: 15px;
	font-size: 16px;
}

.c-case__body-inner {
	padding: 0 0 85px;
}

.c-case__body-inner-txt01 {
	margin-bottom: 12px;
	font-weight: bold;
	text-align: center;
}

.c-case__body-inner-btn {
	width: 310px;
	margin: 0 auto;
}

@media screen and (max-width:767px) {
	.c-case__head-inner {
		padding: 30px 0 0 0;
	}

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

	.c-case__list-slider-item {
		width: 160px;
		padding: 15px;
	}

	.c-case__list-slider-item .pic-area {
		position: relative;
		z-index: 1;
	}

	.c-case__list-slider-item .pic-area p {
		font-size: 10px;
	}

	.c-case__list-slider-item .txt01 {
		margin-top: 8px;
		font-size: 14px;
	}

	.c-case__body-inner {
		padding: 0 0 38px;
	}

	.c-case__body-inner-ttl {
		margin-bottom: 30px;
		font-size: 16px;
	}

	.c-case__body-inner-txt01 {
		margin-bottom: 10px;
		font-size: 13px;
	}

	.c-case__body-inner-btn {
		width: 230px;
	}
}



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

	c-anxiety

***********************************/
.c-anxiety {
	background: url(../images/anxiety_bg01_pc.png) no-repeat center;
	background-size: cover;
}

.c-anxiety__inner {
	padding: 70px 0 0;
	margin-bottom: 80px;
}


.c-anxiety__inner-content .content {
	width: auto;
	margin-left: 0;
	text-align: center;
}

.c-anxiety__inner-content .content .ttl {
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
}

.c-anxiety__inner-content .content .txt01 {
	font-size: 22px;
	font-weight: bold;
	line-height: 2.2;
	text-align: center;
}

.c-anxiety__inner-content .pic {
	width: 80%;
	margin: 50px auto 0 auto;
}

.border-bottom {
	border-bottom: 2px solid #e9332a;
}

.solar {
	position: relative;
}
.solar::before {
	position: absolute;
	top: -22px;
	left: -32px;
	content: "";
	width: 45px;
	height: 38px;
	background: url(./../images/solar-symbol.png) no-repeat top center;
	background-size: contain;
}

@media screen and (max-width:1099px) {
	.c-anxiety__inner-content .content .ttl {
		margin-bottom: 2.727vw;
		font-size: 2.909vw;
	}

	.c-anxiety__inner-content .content .txt01 {
		font-size: 2vw;
	}
}

@media screen and (max-width:767px) {
	.c-anxiety {
		background: url(../images/anxiety_bg01_sp.png) no-repeat center;
		background-size: cover;
	}

	.c-anxiety__inner {
		padding: 30px 0 0;
		margin-bottom: 40px;
	}

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

	.c-anxiety__inner-content .content {
		width: auto;
		margin-left: 0;
		margin-bottom: 15px;
		text-align: left;
	}

	.c-anxiety__inner-content .content .ttl {
		margin-bottom: 10px;
		font-size: 16px;
	}

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

	.c-anxiety__inner-content .pic {
		width: 100%;
		margin: 25px auto 0 auto;
	}

	.solar::before {
		top: -18px;
		left: -26px;
		width: 34px;
		height: 28px;
	}
}



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

	c-sell-buy

***********************************/
.c-sell-buy_wrap {
	padding-bottom: 80px;
}
.c-sell-buy__content:last-child {
	margin-top: 40px;
}
.c-sell-buy__content .inner-ttl {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.c-sell-buy__content .inner-ttl .long-round {
	display: inline-block;
	color: #fff;
	padding: 5px 20px;
	border-radius: 35px;
	font-size: 1.5rem;
	margin-bottom: 15px;
}
.c-sell-buy__list {
	width: 100%;
	margin-top: 40px;
	display: flex;
}
.c-sell-buy__list li {
	width: 32%;
    display: flex;
    flex-direction: column;
	background: #fff;
	border-radius: 10px;
	padding: 2%;
	position: relative;
}
.dark-blue-border li {
	border: 1px solid #203968;
}
.dark-red-border li {
	border: 1px solid #870000;
}
.c-sell-buy__list li:not(:last-child) {
    margin-right: 30px;
}
.c-sell-buy__list li > .ttl {
	padding-top: 10px;
	padding-bottom: 15px;
}
.c-sell-buy__list li > img {
	width: 100%;
	max-height: 250px;
	object-fit: cover;
}
.round-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -7%;
	left: 50%;
	transform: translate(-50%, 7%);
	padding: 3px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #fff;
	font-size: 1.6rem;
}
.dark-blue {
	background: #203968;
}
.dark-red {
	background: #870000;
}


@media screen and (max-width:1099px) {
	.c-sell-buy_wrap {
		padding-bottom: 75px;
	}

	.round-num {
		top: -10%;
		left: 50%;
		transform: translate(-50%, 10%);
	}
}


@media screen and (max-width:767px) {
	.c-sell-buy_wrap {
		padding-bottom: 30px;
	}

	.c-sell-buy__text {
		text-align: center;
	}
	.c-sell-buy__list {
		max-width: 700px;
		overflow-x: auto;
		padding-top: 10%;
		padding-bottom: 8px;
		margin: auto;
	}
	.c-sell-buy__list li {
		flex-shrink: 0;
		width: 60%;
		padding: 3%;
	}
	.c-sell-buy__list li:not(:last-child) {
		margin-right: 20px;
	}
	.round-num {
		top: -12%;
		left: 50%;
		transform: translate(-50%, 12%);
	}
}



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

	c-voice

***********************************/
.c-voice__head-inner {
	padding: 75px 0 1px;
}
.c-voice__body {
	padding-bottom: 80px;
}
.c-voice__body .define_inner {
	width: 920px;
	position: relative;
	z-index: 1;
}
.c-voice__body .define_inner .slider-prev {
	width: 46px;
	height: 46px;
	margin: 0;
	background: url(../images/voice_prev.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: -66px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
}
.c-voice__body .define_inner .slider-prev:before {
	display: none;
}
.c-voice__body .define_inner .slider-next {
	width: 46px;
	height: 46px;
	margin: 0;
	background: url(../images/voice_next.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: -66px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
}
.c-voice__body .define_inner .slider-next:before {
	display: none;
}
.c-voice__body-slider {
	overflow: hidden;
}
.c-voice__body-slider .slick-list {
	margin-right: -40px;
}
.c-voice__body-slider .slick-track {
	display: flex;
}
.c-voice__body-slider-item {
	height: auto !important;
	float: none;
	margin-right: 40px;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 3px;
}
.c-voice__body-slider-item .inner {
	display: flex;
	height: 100%;
	padding: 0 0 1px;
}
.c-voice__body-slider-item .inner .pic {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 160px;
	height: 165px;
	margin-right: 20px;
	background-color: #fff;
	border-radius: 10px;
}
.c-voice__body-slider-item .inner .pic img {
	height: 142px;
}
.c-voice__body-slider-item .inner .content {
	width: 260px;
	padding: 10px;
	background: #fff;
}
.c-voice__body-slider-item .inner .content .txt01 {
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
}
.c-voice__body-slider-item .inner .content .name {
	margin-top: .2em;
	color: #e9332a;
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
}


@media screen and (max-width:1099px) {
	.c-voice__body .define_inner {
		width: 83.636vw;
	}

	.c-voice__body .define_inner .slider-prev {
		width: 4.182vw;
		height: 4.182vw;
		left: -6vw;
	}

	.c-voice__body .define_inner .slider-next {
		width: 4.182vw;
		height: 4.182vw;
		right: -6vw;
	}

	.c-voice__body-slider .slick-list {
		margin-right: -3.636vw;
	}

	.c-voice__body-slider-item {
		margin-right: 3.636vw;
	}

	.c-voice__body-slider-item .inner .pic {
		width: 14.545vw;
		height: 15vw;
		margin-right: 1.818vw;
		border-radius: 0.909vw;
	}

	.c-voice__body-slider-item .inner .pic img {
		height: 12.909vw;
	}

	.c-voice__body-slider-item .inner .content {
		width: 23.636vw;
		padding: 1.091vw 0;
	}
}

@media screen and (max-width:767px) {
	.c-voice__head-inner {
		padding: 30px 0 1px;
	}

	.c-voice__body {
		padding-bottom: 35px;
	}

	.c-voice__body .define_inner {
		width: auto;
		padding: 0 12vw;
	}

	.c-voice__body .define_inner .slider-prev {
		width: 35px;
		height: 35px;
		left: 0;
	}

	.c-voice__body .define_inner .slider-next {
		width: 35px;
		height: 35px;
		right: 0;
	}

	.c-voice__body-slider .slick-list {
		margin-right: -20px;
	}

	.c-voice__body-slider-item {
		height: auto !important;
		float: none;
		margin-right: 20px;
		width: auto;
	}

	.c-voice__body-slider-item .inner {
		padding: 0 1px 1px;
	}

	.c-voice__body-slider-item .inner .pic {
		width: 22.133vw;
		height: 22.133vw;
		margin-right: 2.4vw;
	}

	.c-voice__body-slider-item .inner .pic img {
		height: 18.933vw;
	}

	.c-voice__body-slider-item .inner .content {
		width: 40.033vw;
		padding: 2.2vw;
	}

	.c-voice__body-slider-item .inner .content p {
		letter-spacing: .05em;
	}
}



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

	c-media

***********************************/
.c-media__head-inner {
	padding: 70px 0 1px;
}
.c-media__body {
	padding-bottom: 70px;
}


@media screen and (max-width:767px) {
	.c-media__head-inner {
		padding: 30px 0 1px;
	}

	.c-media__body {
		margin-top: -5px;
		padding-bottom: 35px;
	}

	.c-media__body-slider-item img {
		width: 110px;
	}
}



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

	c-support

***********************************/
.c-support {
	background: url(../images/support_bg01_pc.jpg) no-repeat center;
	background-size: cover;
}
.c-support__inner {
	padding: 70px 0 75px;
}
.c-support__inner-ttl {
	text-align: center;
}
.c-support__inner-txt01 {
	margin-top: -1em;
	margin-bottom: 20px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.c-support__inner-txt02 {
	margin-bottom: 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
}
.c-support__inner-btn {
	width: 270px;
	margin: 0 auto;
}


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

	.c-support__inner {
		padding: 30px 0 38px;
	}

	.c-support__inner-txt01 {
		margin-top: -.5em;
		margin-bottom: 20px;
		font-size: 14px;
	}

	.c-support__inner-txt02 {
		margin-bottom: 12px;
		font-size: 13px;
	}

	.c-support__inner-btn {
		width: 200px;
	}
}



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

	c-faq

***********************************/
.c-faq {
}
.c-faq__inner {
	padding: 70px 0 83px;
}


@media screen and (max-width:767px){
	.c-faq__inner {
		padding: 30px 0 37px;
	}
}



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

	c-cv

***********************************/
.c-cv {
	background: url(../images/cv_bg01_pc.jpg) no-repeat center;
	background-size: cover;
}

.c-cv__inner {
	padding: 70px 0 65px;
}

.c-cv__inner-txt01 {
	margin-top: -1em;
	margin-bottom: 35px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.c-cv__inner-btn {
	width: 270px;
	margin: 0 auto;
}

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

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

	.c-cv__inner-txt01 {
		margin-top: -.5em;
		margin-bottom: 20px;
		font-size: 14px;
	}

	.c-cv__inner-btn {
		width: 215px;
	}
}


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

	c-app

***********************************/
.c-app {
}

.c-app__inner {
	padding: 70px 0 80px;
}

.c-app__inner-txt01 {
	margin-top: -1em;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.c-app__inner-bnr {
	width: 56.4%;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width:1099px) {
	.c-app__inner-txt01 {
		margin-bottom: 1.363636363636364vw;
		font-size: 2.182vw;
	}
}

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

	.c-app__inner-txt01 {
		margin-top: -.5em;
		margin-bottom: 10px;
		font-size: 15.5px;
	}

	.c-app__inner-bnr {
		width: 66.470588235294118%;
	}
}




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

	xxx

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

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