@charset "utf-8";

html {
	font-size: 10px;
}

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .07em;
	font-feature-settings: "palt";
	text-align: left;
	background-color: #fff;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-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: 0;
	padding: 0;
	text-align: left;
}

main {
	display: block;
}

table {
	font-size: inherit;
	/* モダンブラウザ向け */
	font: 100%;
	/* Win IE 5-5.5､6(後方互換モード)向け */
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	letter-spacing: .07em;
}

p {
	letter-spacing: .07em;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

input,
button {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

input[type="radio"], input[type="checkbox"], label, button, input[type="submit"] {
	cursor: pointer;
}

input[type="submit"] {
	cursor: pointer;
}

input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
	height: 5rem;
	padding: .5rem 1rem;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	border: .3rem solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

select {
	height: 5rem;
	padding: .5rem 1rem;
	color: #333333;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	border: .3rem solid #dddddd;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0;
}

textarea {
	height: 15rem;
	padding: 1rem 1rem;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	border: .3rem solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	vertical-align: top;
}

/* Webkit */
::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}

/* Firefox 18 以前 */
:-moz-placeholder {
	color: #b8b8b8;
}

/* Firefox 19 以降 */
::-moz-placeholder {
	color: #b8b8b8;

	/* Firefox 19 以降のデフォルトでは */
	/* color ではなく opacity で色合いを調整しているため */
	/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}

/* IE 10 以降 */
:-ms-input-placeholder {
	color: #b8b8b8 !important;
}

/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: #b8b8b8;
}

/* Android chrome対策 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	max-height: 999999px;
}

.clear {
	clear: both;
}

.clearfix {
	zoom: 100%;
}

.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

a {
	text-decoration: none;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a.normal:link {
	color: #333333;
}

a.normal:visited {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

a:active {}

a.noline {
	text-decoration: none;
}

a.reverse {
	text-decoration: none;
}

a.reverse:hover {
	text-decoration: underline;
}

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

.ovImg:hover img {
	opacity: 0.7;
}

.nowrap {
	white-space: nowrap;
}

.mincho {
	font-family: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 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;
}

.Lato {
	font-family: "YakuHanJP", 'Lato', sans-serif;
}

.Oswald {
	font-family: "YakuHanJP", 'Oswald', sans-serif;
}

* {
	box-sizing: border-box;
}



@media screen and (max-width:1399px) {
	html {
		font-size: .71428571vw;
	}
}

@media screen and (max-width:767px) {
	html {
		font-size: 2.66666667vw;
		/*font-size: 10px;*/
	}

	body {
		font-size: 1.4rem;
	}

	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: 4.4rem;
		padding: .5rem 1rem;
		font-size: 1.4rem;
		border: .2rem solid #dddddd;
	}

	select {
		height: 4.4rem;
		padding: .5rem 1rem;
		font-size: 1.4rem;
		border: .2rem solid #dddddd;
	}

	textarea {
		height: 34.6666666vw;
		padding: .5rem 1rem;
		font-size: 1.4rem;
		border: .2rem solid #dddddd;
	}
}


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

 general

***********************************/
.imgMax {
	max-width: none;
	width: 100%;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.alignC {
	text-align: center;
}

.alignR {
	text-align: right;
}

.alignL {
	text-align: left;
}

.veralignT {
	vertical-align: top;
}

.veralignM {
	vertical-align: middle;
}

.veralignB {
	vertical-align: bottom;
}

.indent {
	text-indent: -1em;
	padding-left: 1em;
}

.bold {
	font-weight: bold;
}

.white {
	color: #fff;
}

.red {
	color: #c52c26;
}

.blue {
	color: #003387;
}

.yellow {
	color: #ffff00;
}

.yellow-deep {
	color: #ffdf00;
}

.bgYellow {
	background-color: #fff100;
}

.marker {
	background: linear-gradient(transparent 70%, #ffdf00 70%);
}

.underline {
	text-decoration: underline;
}

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

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

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

 parts

***********************************/
.define_wrap {
	padding: 0 5rem;
}

.define_inner {
	max-width: 100%;
	width: 130rem;
	margin: 0 auto;
}


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

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

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

 anime-text-link

***********************************/
.anime-text-link {}

.anime-text-link .wrap {
	display: inline-block;
	line-height: 1.6;
	position: relative;
	overflow: hidden;
}

.anime-text-link .main,
.anime-text-link .sub {
	display: inline-block;
	vertical-align: top;
	transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.anime-text-link .sub {
	inset: 0;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
}

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

	.anime-text-link:not(.is-active):hover .main {
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
	}

	.anime-text-link:not(.is-active):hover .sub {
		transform: none;
		-webkit-transform: none;
	}
}

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

	.anime-text-link .sub {
		display: none;
	}
}

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

 layout

***********************************/
.l-wrap {
	padding-bottom: 10rem;
	overflow: hidden;
}

.l-main {}

.l-pageTop {
	display: none;
	width: 6.2rem;
	position: fixed;
	bottom: 14rem;
	right: 4rem;
	z-index: 5;
}

.l-pageTop a {
	display: block;
}

.l-pageTop a:hover {
	opacity: 1;
}


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

	.l-pageTop a {
		transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-pageTop a:hover {
		transform: scale(1.2, 1.2);
		-webkit-transform: scale(1.2, 1.2);
	}
}

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

	.l-wrap {
		padding-bottom: 11.5rem;
	}

	.l-pageTop {
		width: 3.2rem;
		bottom: 13rem;
		right: 4%;
	}
}

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

 l-header

***********************************/
.l-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 10rem;
	background: #fffdf8;
}

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

.l-header__logo .logo {
	width: 25.2rem;
	margin-right: 1.5rem;
}

.l-header__logo .txt01 {
	padding: 1rem 0;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

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

.l-header__right .tel {
	display: flex;
	align-items: center;
	margin-right: 3rem;
}

.l-header__right .tel .txt01 {
	padding: .5rem 1rem;
	margin-right: 1rem;
	color: #c52c26;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	border: .2rem solid #c52c26;
	border-radius: 1rem;
}

.l-header__right .tel .txt01:nth-child(2) {
	margin-right: 1.5rem;
}

.l-header__right .tel .box {}

.l-header__right .tel .box .num {
	font-size: 2.7rem;
	font-weight: 900;
	text-align: center;
	white-space: nowrap;
	letter-spacing: .08em;
	line-height: 1;
}

.l-header__right .tel .box .num a {
	padding-left: 2.5rem;
	color: #c52c26;
	position: relative;
	z-index: 1;
	overflow: visible;
}

.l-header__right .tel .box .num a:before {
	content: "";
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	background: url(../images/icon_tel01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-header__right .tel .box .txt02 {
	padding: .1rem .5rem;
	margin-top: .5rem;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background: #fafbfc;
	border: .2rem solid #eeeeee;
	border-radius: 20rem;
}

.l-header__right .line {
	font-size: 1.8rem;
	font-weight: bold;
}

.l-header__right .line a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5.4rem;
	padding: 0 2rem;
	color: #fff;
	background: #40bf1f;
	border-radius: 1rem;
	position: relative;
	z-index: 1;
}

.l-header__right .line a .icon {
	padding-left: 3.8rem;
	position: relative;
	z-index: 1;
}

.l-header__right .line a .icon:before {
	content: "";
	display: block;
	width: 3.1rem;
	height: 2.7rem;
	background: url(../images/icon_line01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.l-header {
		justify-content: center;
		height: 5.5rem;
	}

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

	.l-header__logo .logo {
		width: 15.1rem;
		margin-right: 1rem;
	}

	.l-header__logo .txt01 {
		padding: .5rem 0;
		font-size: .7rem;
		border-top: .1rem solid #000000;
		border-bottom: .1rem solid #000000;
	}

	.l-header__right {
		display: none;
	}
}

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

 l-fixed-content-pc

***********************************/
.l-fixed-content-pc {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 10rem;
	background: #fffdf8;
	border-top: .3rem solid #013489;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.l-fixed-content-pc__logo {
	display: flex;
	align-items: center;
	margin-right: 6rem;
}

.l-fixed-content-pc__logo .logo {
	width: 25.2rem;
	margin-right: 1.5rem;
}

.l-fixed-content-pc__logo .logo img {
	image-rendering: auto;
	/* デフォルトのスムージング */
	-webkit-backface-visibility: hidden;
	/* 裏面の可視性を防ぐ */
	transform: translateZ(0);
	/* モダンブラウザ向けパフォーマンス調整 */
}

.l-fixed-content-pc__logo .txt01 {
	padding: 1rem 0;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.l-fixed-content-pc__right {
	display: flex;
	align-items: center;
}

.l-fixed-content-pc__right .tel {
	display: flex;
	align-items: center;
	margin-right: 3rem;
}

.l-fixed-content-pc__right .tel .txt01 {
	padding: .5rem 1rem;
	margin-right: 1rem;
	color: #c52c26;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	border: .2rem solid #c52c26;
	border-radius: 1rem;
}

.l-fixed-content-pc__right .tel .txt01:nth-child(2) {
	margin-right: 1.5rem;
}

.l-fixed-content-pc__right .tel .box {}

.l-fixed-content-pc__right .tel .box .num {
	font-size: 2.7rem;
	font-weight: 900;
	text-align: center;
	white-space: nowrap;
	letter-spacing: .08em;
	line-height: 1;
}

.l-fixed-content-pc__right .tel .box .num a {
	padding-left: 2.5rem;
	color: #c52c26;
	position: relative;
	z-index: 1;
	overflow: visible;
}

.l-fixed-content-pc__right .tel .box .num a:before {
	content: "";
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	background: url(../images/icon_tel01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-fixed-content-pc__right .tel .box .txt02 {
	padding: .1rem .5rem;
	margin-top: .5rem;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background: #fafbfc;
	border: .2rem solid #eeeeee;
	border-radius: 20rem;
}

.l-fixed-content-pc__right .line {
	font-size: 1.8rem;
	font-weight: bold;
}

.l-fixed-content-pc__right .line a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5.4rem;
	padding: 0 2rem;
	color: #fff;
	background: #40bf1f;
	border-radius: 1rem;
	position: relative;
	z-index: 1;
}

.l-fixed-content-pc__right .line a .icon {
	padding-left: 3.8rem;
	position: relative;
	z-index: 1;
}

.l-fixed-content-pc__right .line a .icon:before {
	content: "";
	display: block;
	width: 3.1rem;
	height: 2.7rem;
	background: url(../images/icon_line01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

 l-fixed-content-sp

***********************************/
.l-fixed-content-sp {
	width: 100%;
	height: 11.5rem;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.l-fixed-content-sp__list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 9rem;
	padding: 0 .5rem;
	background: #ffff99;
}

.l-fixed-content-sp__list-tel {
	width: 18rem;
	height: 8rem;
}

.l-fixed-content-sp__list-tel a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding: .6rem 0;
	background: #fff;
	border: .2rem solid #f9d2d2;
	border-radius: 1rem;
}

.l-fixed-content-sp__list-tel .ttl {
	font-size: 1.4rem;
	font-weight: 900;
	text-align: center;
	line-height: 1;
}

.l-fixed-content-sp__list-tel .num {
	color: #c52c26;
	font-size: 1.9rem;
	font-weight: 900;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
}

.l-fixed-content-sp__list-tel .num span {
	padding-left: 1.9rem;
	position: relative;
	z-index: 1;
}

.l-fixed-content-sp__list-tel .num span:before {
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	background: url(../images/icon_tel01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-fixed-content-sp__list-tel .txt01 {
	width: 16rem;
	padding: .1rem .5rem;
	margin: 0 auto 0;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	background: #fafbfc;
	border: .1rem solid #eeeeee;
	border-radius: 20rem;
}

.l-fixed-content-sp__list-line {
	width: 18rem;
	height: 8rem;
}

.l-fixed-content-sp__list-line a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background: #19bc03;
	border-radius: 1rem;
	position: relative;
	z-index: 1;
}

.l-fixed-content-sp__list-line a .txt01 {
	padding: 0 1rem;
	font-size: 1rem;
	font-weight: bold;
	white-space: nowrap;
	border-radius: 20rem;
	background: #ffff00;
	position: absolute;
	top: -1.5rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.l-fixed-content-sp__list-line a .txt01:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: .5rem solid transparent;
	border-left: .5rem solid transparent;
	border-top: .5rem solid #ffff00;
	border-bottom: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.l-fixed-content-sp__list-line a .txt02 {
	color: #fff;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.4;
}

.l-fixed-content-sp__list-line a .txt02 span {
	display: inline-block;
	padding-left: 3.8rem;
	position: relative;
	z-index: 1;
}

.l-fixed-content-sp__list-line a .txt02 span:before {
	content: "";
	display: block;
	width: 2.75rem;
	height: 2.4rem;
	background: url(../images/icon_line01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-fixed-content-sp__txt01 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.5rem;
	font-size: 1.2rem;
	font-weight: 900;
	background: #fff;
	line-height: 1.5;
}

.l-fixed-content-sp__txt01 .large {
	font-size: 1.4rem;
}

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

 l-footer

***********************************/
.l-footer {
	background: url(../images/ft_bg01_pc.jpg) no-repeat center top / cover;
}

.l-footer__inner {
	padding: 8rem 0 5rem;
}

.l-footer__inner-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.l-footer__inner-logo .logo {
	width: 25.2rem;
	margin-right: 1.5rem;
}

.l-footer__inner-logo .txt01 {
	padding: 1rem 0;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.l-footer__inner-link {
	margin-top: 3.5rem;
	font-size: 1.4rem;
	font-weight: 900;
	text-align: center;
}

.l-footer__inner-copy {
	margin-top: 4rem;
	color: #999999;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

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

	.l-footer {
		background: url(../images/ft_bg01_sp.jpg) no-repeat center top / cover;
	}

	.l-footer__inner {
		padding: 4rem 0 3rem;
	}

	.l-footer__inner-logo {}

	.l-footer__inner-logo .logo {
		width: 15.1rem;
		margin-right: 1rem;
	}

	.l-footer__inner-logo .txt01 {
		padding: .5rem 0;
		font-size: .7rem;
		border-top: .1rem solid #000000;
		border-bottom: .1rem solid #000000;
	}

	.l-footer__inner-link {
		margin-top: 1.5rem;
		font-size: 1.2rem;
	}

	.l-footer__inner-copy {
		margin-top: 2rem;
		font-size: .9rem;
	}
}

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

 c-title01

***********************************/
.c-title01 {
	margin-top: -.3em;
	font-size: 4.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-title01 .large {
	font-size: 3.9rem;
}

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

.c-title01 .dot:before {
	content: "";
	display: block;
	width: .8rem;
	height: .8rem;
	margin-top: -.5rem;
	margin-left: -.2rem;
	background: #146cfe;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

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

	.c-title01 {
		font-size: 2.3rem;
	}

	.c-title01 .large {
		font-size: 2rem;
	}

	.c-title01 .dot:before {
		width: .4rem;
		height: .4rem;
		margin-top: -.25rem;
		margin-left: -.1rem;
	}
}

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

 c-sub-hero

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

.c-sub-hero__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30rem;
}

.c-sub-hero__inner__ttl {
	color: #000;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
	text-align: center;
}

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

	.c-sub-hero__inner {
		height: 15rem;
	}

	.c-sub-hero__inner__ttl {
		font-size: 1.8rem;
	}
}

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

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 2rem 1.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow: 0 .5rem 0 0 #4d2600;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8d1c+0,f47a00+100 */
	background: rgb(255, 141, 28);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 141, 28, 1) 0%, rgba(244, 122, 0, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 141, 28, 1) 0%, rgba(244, 122, 0, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 141, 28, 1) 0%, rgba(244, 122, 0, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8d1c', endColorstr='#f47a00', GradientType=0);
	/* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


@media screen and (max-width:767px) {
	a.c-btn01 {
		padding: 1.2rem 1.5rem;
		font-size: 1.6rem;
		box-shadow: 0 .3rem 0 0 #4d2600;
	}
}

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

 c-form

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

.c-form:before {}

.c-form__content {
	margin-bottom: 5rem;
}

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

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

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

.c-form__content dl dt .inner .name {
	font-size: 1.8rem;
	font-weight: bold;
}

.c-form__content dl dt .inner .require,
.c-form__content dl dt .inner .any {
	padding: .2rem .5rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: .4rem;
}

.c-form__content dl dt .inner .require {
	background-color: #ff3f00;
}

.c-form__content dl dt .inner .any {
	background-color: #0a4399;
}

.c-form__content dl dd {
	display: table-cell;
	padding-left: 2.5rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	vertical-align: middle;
	position: relative;
}

.c-form__content dl dd .name-box {
	display: flex;
	justify-content: space-between;
}

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

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

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

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

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

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

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

.c-form__privacy {
	margin-bottom: 3rem;
}

.c-form__privacy-content {
	padding: 2rem 0 2rem 2.9rem;
	margin-bottom: 3.5rem;
	border: 1px solid #dddddd;
}

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

.c-form__privacy-content-scroll section {
	margin-bottom: 3rem;
}

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

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

.c-form__privacy-content-scroll p {
	font-size: 1.6rem;
}

.c-form__privacy-txt01 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

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

.c-form__submit {
	width: 37rem;
	max-width: 100%;
	margin: 0 auto;
}

.c-form__submit button,
.c-form__submit input,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 2.2rem 1.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow: 0 .5rem 0 0 #4d2600;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8d1c+0,f47a00+100 */
	background: rgb(255, 141, 28);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 141, 28, 1) 0%, rgba(244, 122, 0, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 141, 28, 1) 0%, rgba(244, 122, 0, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 141, 28, 1) 0%, rgba(244, 122, 0, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8d1c', endColorstr='#f47a00', GradientType=0);
	/* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

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

.c-form__confirmBtn__btn {
	width: 36rem;
}

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

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

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

	.c-form__content {
		margin-bottom: 2rem;
	}

	.c-form__content dl {
		display: block;
		width: auto;
		padding: 1.5rem 0 2rem;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.c-form__privacy {
		margin-bottom: 1.8rem;
	}

	.c-form__privacy-content {
		padding: 1.2rem 0 1.2rem 1.5rem;
		margin-bottom: 1.8rem;
		border: 1px solid #dddddd;
	}

	.c-form__privacy-content-scroll {
		height: 7.5rem;
		padding-right: 1.5rem;
		overflow-y: scroll;
	}

	.c-form__privacy-content-scroll section {
		margin-bottom: 2.5rem;
	}

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

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

	.c-form__privacy-content-scroll p {
		font-size: 1.2rem;
	}

	.c-form__privacy-txt01 {
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
	}

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

	.c-form__submit {
		width: 24rem;
	}

	.c-form__submit button,
	.c-form__submit input,
	.c-form__confirmBtn__btn .submit {
		padding: 1.4rem 1rem;
		font-size: 1.6rem;
		box-shadow: 0 .3rem 0 0 #4d2600;
	}

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

	.c-form__confirmBtn__btn {
		width: 47.5%;
	}

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

	.c-form__confirmBtn__btn .back {
		padding: 1.4rem 1rem;
		font-size: 1.6rem;
		box-shadow: 0 .3rem 0 0 #333333;
	}

}


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

 c-faq-list

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

.c-faq-list dl {
	margin-bottom: 6rem;
}

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

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

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

.c-faq-list dl dt .ttl {
	flex: 1;
	min-height: 6.8rem;
	padding: 1.4rem 2.9rem;
	margin-left: 1.2rem;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: .5rem;
}

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

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

.c-faq-list dl dd .cont {
	flex: 1;
	min-height: 6.8rem;
	padding: 1.9rem 2.9rem;
	margin-left: 1.2rem;
	font-size: 1.6rem;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: .5rem;
}

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

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

	.c-faq-list {}

	.c-faq-list dl {
		margin-bottom: 3rem;
	}

	.c-faq-list dl dt {
		margin-bottom: 2rem;
	}

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

	.c-faq-list dl dt .ttl {
		flex: 1;
		min-height: 4rem;
		padding: .7rem 1.2rem;
		margin-left: 1rem;
		font-size: 1.6rem;
		border-radius: .4rem;
	}

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

	.c-faq-list dl dd .cont {
		min-height: 4rem;
		padding: .7rem 1.2rem;
		margin-left: 1rem;
		border-radius: .4rem;
	}

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

}


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

 c-faq-list-acc

***********************************/
.c-faq-list-acc {
	width: 100rem;
	max-width: 100%;
	margin: 4.5rem auto 0;
}

.c-faq-list-acc dl {
	padding-left: 3rem;
	border-bottom: 1px solid #dddddd;
}

.c-faq-list-acc dl:first-child {
	border-top: 1px solid #dddddd;
}

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

.c-faq-list-acc dl dt .icon {
	color: #0057ae;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.3;
}

.c-faq-list-acc dl dt .ttl {
	flex: 1;
	padding-right: 10rem;
	margin-left: 2rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.8;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dt .ttl:before {
	content: "";
	display: block;
	width: 1.8rem;
	height: .2rem;
	margin: 1.9rem 3rem 0 0;
	background-color: #0057ae;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

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

.c-faq-list-acc dl dt .ttl:after {
	content: "";
	display: block;
	width: .2rem;
	height: 1.8rem;
	margin: 1.1rem 3.8rem 0 0;
	background-color: #0057ae;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

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

.c-faq-list-acc dl dd .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 2.5rem;
	position: relative;
	z-index: 1;
}

.c-faq-list-acc dl dd .icon {
	color: #999999;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.2;
}

.c-faq-list-acc dl dd .cont {
	flex: 1;
	margin-left: 2rem;
	font-size: 1.6rem;
	line-height: 1.8;
}

.c-faq-list-acc dl dd .cont p {
	padding-right: 8rem;
}

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

	.c-faq-list-acc {
		width: 88.23529412%;
		max-width: 100%;
		margin: 2.5rem auto 0;
	}

	.c-faq-list-acc dl {
		padding-left: 0;
		border-bottom: 1px solid #dddddd;
	}

	.c-faq-list-acc dl dt {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.c-faq-list-acc dl dt .icon {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.c-faq-list-acc dl dt .ttl {
		flex: 1;
		padding-right: 3.5rem;
		margin-left: .5rem;
		font-size: 1.4rem;
	}

	.c-faq-list-acc dl dt .ttl:before {
		width: 1.2rem;
		height: .2rem;
		margin: 1.2rem 1rem 0 0;
	}

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

	.c-faq-list-acc dl dt .ttl:after {
		width: .2rem;
		height: 1.2rem;
		margin: .7rem 1.5rem 0 0;
	}

	.c-faq-list-acc dl dd .inner {
		padding-bottom: 1rem;
	}

	.c-faq-list-acc dl dd .icon {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.c-faq-list-acc dl dd .cont {
		margin-left: .5rem;
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.c-faq-list-acc dl dd .cont p {
		padding-right: 0;
	}

}


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

 c-table-style01

***********************************/
.c-table-style01 {
	width: 90rem;
	max-width: 100%;
	margin-top: 5rem;
	margin-left: auto;
	margin-right: auto;
}

.c-table-style01 dl {
	display: flex;
	padding: 3.75rem 0;
	font-size: 1.6rem;
	border-bottom: .1rem solid #dddddd;
}

.c-table-style01 dl:first-child {
	border-top: .1rem solid #dddddd;
}

.c-table-style01 dl.is-top-line-none {
	border-top: none;
}

.c-table-style01 dl dt {
	display: flex;
	align-items: center;
	width: 20rem;
	padding-right: 4rem;
	font-weight: bold;
	line-height: 1.8;
	border-right: .1rem solid #dddddd;
}

.c-table-style01 dl dd {
	flex: 1;
	padding-left: 4rem;
	line-height: 1.8;
}

.c-table-style01 dl dd ul {}

.c-table-style01 dl dd ul li {
	margin-top: 1em;
}

.c-table-style01 dl dd ul li:first-child {
	margin-top: 0;
}

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

	.c-table-style01 {
		width: 30rem;
		margin-top: 2.5rem;
	}

	.c-table-style01 dl {
		display: block;
		padding: 1.5rem 0;
		font-size: 1.4rem;
	}

	.c-table-style01 dl dt {
		display: block;
		width: auto;
		padding-right: 0;
		margin-bottom: .4em;
		border-right: none;
		text-align: center;
	}

	.c-table-style01 dl dd {
		padding-left: 0;
	}
}

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

 c-2column-list

***********************************/
.c-2column-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 7rem;
}

.c-2column-list-sec {
	width: 47rem;
	padding: 3rem 3rem 2.5rem;
	margin-top: 6.3rem;
	background: #fff;
	box-shadow: 0 .3rem 0 rgba(0, 0, 0, 0.1);
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

.c-2column-list-sec:nth-child(1),
.c-2column-list-sec:nth-child(2) {
	margin-top: 0;
}

.c-2column-list-sec .num {
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background: #1f6d50;
	border-radius: .8rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-2column-list-sec .pic {
	text-align: center;
}

.c-2column-list-sec .ttl {
	margin-top: 1.5rem;
	color: #1f6c50;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-2column-list-sec .txt01 {
	margin-top: 1rem;
}

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

	.c-2column-list {
		display: block;
		padding: 0 5.88235294%;
		margin-top: 4rem;
	}

	.c-2column-list-sec {
		width: auto;
		padding: 2.5rem 1.5rem 1.5rem;
		margin-top: 3.9rem;
		box-shadow: 0 .15rem 0 rgba(0, 0, 0, 0.1);
		border-radius: 1rem;
	}

	.c-2column-list-sec:nth-child(2) {
		margin-top: 3.9rem;
	}

	.c-2column-list-sec .num {
		width: 2.5rem;
		height: 2.5rem;
		line-height: 2.5rem;
		font-size: 1.2rem;
		border-radius: .6rem;
	}

	.c-2column-list-sec .pic {
		text-align: center;
	}

	.c-2column-list-sec .pic img {
		width: 100%;
		max-width: none;
	}

	.c-2column-list-sec .ttl {
		margin-top: .8rem;
		font-size: 1.6rem;
	}

	.c-2column-list-sec .txt01 {
		margin-top: .6rem;
	}
}




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

 c-3column-list

***********************************/
.c-3column-list {
	display: flex;
	justify-content: space-between;
	margin-top: 7rem;
}

.c-3column-list-sec {
	width: 30rem;
	padding: 3.7rem 3rem 2.5rem;
	background: #fff;
	box-shadow: 0 .3rem 0 rgba(0, 0, 0, 0.05);
	border-radius: 1rem;
	position: relative;
	z-index: 1;
}

.c-3column-list-sec .num {
	width: 3.6rem;
	height: 3.6rem;
	line-height: 3.6rem;
	font-size: 1.5rem;
	font-weight: 900;
	text-align: center;
	background: #ffdf00;
	border-radius: .8rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-3column-list-sec .pic {
	text-align: center;
}

.c-3column-list-sec .ttl {
	margin-top: 1.5rem;
	color: #0e6eb8;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-3column-list-sec .txt01 {
	padding-top: 1.5rem;
	margin-top: 1.5rem;
	border-top: 1px solid #dddddd;
}

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

	.c-3column-list {
		display: block;
		margin-top: 4rem;
	}

	.c-3column-list-sec {
		width: auto;
		padding: 2.5rem 1.5rem 2rem;
		margin-bottom: 4.6rem;
		box-shadow: 0 .15rem 0 rgba(0, 0, 0, 0.05);
		border-radius: 1rem;
	}

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

	.c-3column-list-sec .num {
		width: 2.8rem;
		height: 2.8rem;
		line-height: 2.8rem;
		font-size: 1.4rem;
		border-radius: .6rem;
	}

	.c-3column-list-sec .pic {
		text-align: center;
	}

	.c-3column-list-sec .ttl {
		margin-top: 1rem;
		font-size: 1.6rem;
	}

	.c-3column-list-sec .txt01 {
		padding-top: 1rem;
		margin-top: 1rem;
	}
}



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

 c-completeSec

***********************************/
.c-completeSec {}

.c-completeSec__inner {
	padding: 12rem 0;
}

.c-completeSec__inner .intro {
	margin-bottom: 6rem;
	font-size: 1.8rem;
	font-weight: bold;
}

.c-completeSec__inner .back {
	max-width: 43rem;
	margin: 0 auto;
}


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

	.c-completeSec__inner {
		padding: 6rem 0;
	}

	.c-completeSec__inner .intro {
		margin-bottom: 3rem;
		font-size: 1.4rem;
	}

	.c-completeSec__inner .back {
		max-width: 21.5rem;
	}
}



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

 c-contact

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

.c-contact__inner {}

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

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

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

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

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



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

 c-hero

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

.c-hero__inner {
	height: 770px;
	padding-top: 45px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-txt01 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

.c-hero__inner-txt01 .block {
	display: inline-block;
	padding: 2px 20px;
	background: #013489;
	border-radius: 15px;
	font-weight: normal;
	font-size: 2.5rem;
	line-height: 1.6;
}

.highlight-yellow {
	color: #ffdf00;
	font-weight: bold;
}

.c-hero__inner-ttl {
	margin-top: 25px;
	font-size: 60px;
	font-weight: 900;
	line-height: 1.4;
}

.c-hero__inner-ttl .large {
	font-size: 72px;
}

.c-hero__inner-txt02 {
	margin-top: 25px;
	font-size: 20px;
	font-weight: bold;
}

.c-hero__inner-award {
	display: flex;
	align-items: flex-end;
	margin-left: 535px;
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 1;
}

.c-hero__inner-award li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 193px;
	height: 161px;
	background: url(../images/hero_award_bg01.png) no-repeat center center / contain;
}

.c-hero__inner-award li .txt01 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-hero__inner-award li .txt02 {
	font-size: 26px;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
}

.c-hero__inner-award li .txt03 {
	font-size: 32px;
	font-weight: 900;
	text-align: center;
}

.c-hero__inner-award li .txt03 .large {
	display: inline-block;
	font-size: 46px;
	line-height: 1;
}

.c-hero__inner-btn-area {
	display: inline-block;
	margin-top: 35px;
}

.c-hero__inner-btn-area-txt01 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.c-hero__inner-btn-area-btn {
	display: inline-block;
	margin-top: 12px;
	font-size: 28px;
	font-weight: 900;
}

.c-hero__inner-btn-area-btn a {
	display: inline-block;
	padding: 14px 55px;
	border-radius: 200px;
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#42c721+0,39aa1c+100 */
	background: linear-gradient(to bottom, rgba(66, 199, 33, 1) 0%, rgba(57, 170, 28, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: 0 6px 0 #267312;
	position: relative;
	z-index: 2;
	overflow: visible;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-hero__inner-btn-area-btn a:hover {
	box-shadow: 0 0 0 #267312;
	transform: translateY(6px);
	-webkit-transform: translateY(6px);
}

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

.c-hero__inner-btn-area-btn a .icon {
	padding-left: 50px;
	position: relative;
	z-index: 1;
}

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

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

	.c-hero__inner {
		width: 67.708vw;
		height: 40.104vw;
		padding-top: 2.344vw;
	}

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

	.c-hero__inner-txt01 .block {
		padding: 0.104vw 1.042vw;
		border-radius: 0.781vw;
	}

	.c-hero__inner-ttl {
		margin-top: 1vw;
		font-size: 3.125vw;
	}

	.c-hero__inner-ttl .large {
		font-size: 3.75vw;
	}

	.c-hero__inner-txt02 {
		margin-top: 1.302vw;
		font-size: 1.042vw;
	}

	.c-hero__inner-award {
		margin-left: 27.865vw;
		bottom: 2.083vw;
	}

	.c-hero__inner-award li {
		width: 10.052vw;
		height: 8.385vw;
	}

	.c-hero__inner-award li .txt01 {
		font-size: 0.833vw;
	}

	.c-hero__inner-award li .txt02 {
		font-size: 1.354vw;
	}

	.c-hero__inner-award li .txt03 {
		font-size: 1.667vw;
	}

	.c-hero__inner-award li .txt03 .large {
		font-size: 2.396vw;
	}

	.c-hero__inner-btn-area {
		margin-top: 1.823vw;
	}

	.c-hero__inner-btn-area-txt01 {

		font-size: 0.833vw;
	}

	.c-hero__inner-btn-area-btn {
		margin-top: 0.625vw;
		font-size: 1.458vw;
	}

	.c-hero__inner-btn-area-btn a {
		padding: 0.729vw 2.865vw;
		border-radius: 10.417vw;
		box-shadow: 0 0.3125vw 0 #267312;
	}

	.c-hero__inner-btn-area-btn a:hover {
		transform: translateY(0.3125vw);
		-webkit-transform: translateY(0.3125vw);
	}

	.c-hero__inner-btn-area-btn a:before {
		width: 4.479vw;
		height: 4.479vw;
		margin-top: -1.667vw;
		margin-right: -2.708vw;
	}

	.c-hero__inner-btn-area-btn a .icon {
		padding-left: 2.604vw;
	}

	.c-hero__inner-btn-area-btn a .icon:before {
		width: 2.031vw;
		height: 1.719vw;
	}
}

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

	.c-hero__inner {
		height: 55vw;
		padding-top: 3.214vw;
	}

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

	.c-hero__inner-txt01 .block {
		padding: 0.143vw 1.429vw;
		border-radius: 1.071vw;
	}

	.c-hero__inner-ttl {
		margin-top: 1.2vw;
		font-size: 4.286vw;
	}

	.c-hero__inner-ttl .large {
		font-size: 5.143vw;
	}

	.c-hero__inner-txt02 {
		margin-top: 1.786vw;
		font-size: 1.429vw;
	}

	.c-hero__inner-award {
		margin-left: 38.214vw;
		bottom: 2.857vw;
	}

	.c-hero__inner-award li {
		width: 13.786vw;
		height: 11.5vw;
	}

	.c-hero__inner-award li .txt01 {
		font-size: 1.143vw;
	}

	.c-hero__inner-award li .txt02 {
		font-size: 1.857vw;
	}

	.c-hero__inner-award li .txt03 {
		font-size: 2.286vw;
	}

	.c-hero__inner-award li .txt03 .large {
		font-size: 3.286vw;
	}

	.c-hero__inner-btn-area {
		margin-top: 2.5vw;
	}

	.c-hero__inner-btn-area-txt01 {

		font-size: 1.143vw;
	}

	.c-hero__inner-btn-area-btn {
		margin-top: 0.857vw;
		font-size: 2vw;
	}

	.c-hero__inner-btn-area-btn a {
		padding: 1vw 3.929vw;
		border-radius: 14.286vw;
		box-shadow: 0 .42857143vw 0 #267312;
	}

	.c-hero__inner-btn-area-btn a:hover {
		transform: translateY(.42857143vw);
		-webkit-transform: translateY(.42857143vw);
	}

	.c-hero__inner-btn-area-btn a:before {
		width: 6.143vw;
		height: 6.143vw;
		margin-top: -2.286vw;
		margin-right: -3.714vw;
	}

	.c-hero__inner-btn-area-btn a .icon {
		padding-left: 3.571vw;
	}

	.c-hero__inner-btn-area-btn a .icon:before {
		width: 2.786vw;
		height: 2.357vw;
	}

}

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

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

	.c-hero__inner {
		height: auto;
		padding-top: 1.75rem;
		padding-bottom: 3.8rem;
		text-align: center;
	}

	.c-hero__inner-txt01 {
		font-size: 1.4rem;
		text-align: center;
	}

	.c-hero__inner-txt01 .block {
		display: inline-block;
		padding: .1rem .9rem;
		border-radius: .75rem;
		font-size: 1.2rem;
		line-height: 1.6;
		margin-left: 0.5rem;
		margin-right: 0.5rem;

	}

	.c-hero__inner-ttl {
		margin-top: 0.2rem;
		font-size: 2.4rem;
		text-align: center;
	}

	.c-hero__inner-ttl .large {
		font-size: 3rem;
	}

	.c-hero__inner-txt02 {
		display: inline-block;
		margin-top: 1.2rem;
		font-size: 1.3rem;
		padding-left: 1rem;
		padding-right: 1rem;
		line-height: 1.6;
	}

	.c-hero__inner-award {
		display: block;
		margin-top: 1rem;
		margin-left: 0;
		position: static;
	}

	.c-hero__inner-award li {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 14.5rem;
		height: 12rem;
		background: url(../images/hero_award_bg02.png) no-repeat center center / contain;
	}

	.c-hero__inner-award li:last-child {
		margin-top: -1rem;
	}

	.c-hero__inner-award li .txt01 {
		font-size: 1.2rem;
	}

	.c-hero__inner-award li .txt02 {
		font-size: 1.95rem;
	}

	.c-hero__inner-award li .txt03 {
		font-size: 2.4rem;
	}

	.c-hero__inner-award li .txt03 .large {
		font-size: 3.45rem;
	}

	.c-hero__inner-btn-area {
		display: block;
		margin-top: 1rem;
		text-align: center;
	}

	.c-hero__inner-btn-area-txt01 {
		margin-top: 36px;
		/* 上に10pxの隙間 */
		font-size: 1.1rem;
	}

	.c-hero__inner-btn-area-btn {
		margin-top: 1rem;
		font-size: 2.2rem;
	}

	.c-hero__inner-btn-area-btn a {
		padding: .8rem 2.75rem;
		border-radius: 20rem;
		box-shadow: 0 .35rem 0 #267312;
	}

	.c-hero__inner-btn-area-btn a:hover {
		box-shadow: 0 .35rem 0 #267312;
		transform: none;
		-webkit-transform: none;
	}

	.c-hero__inner-btn-area-btn a:before {
		width: 5.5rem;
		height: 5.5rem;
		margin-top: -2.8rem;
		margin-right: -2.5rem;
		background: url(../images/hero_balloon01_sp.png) no-repeat center / contain;
	}

	.c-hero__inner-btn-area-btn a .icon {
		padding-left: 3rem;
	}

	.c-hero__inner-btn-area-btn a .icon:before {
		width: 2.35rem;
		height: 2rem;
	}
}



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

 c-trouble

***********************************/
.c-trouble {
	background: url(../images/trouble_bg01_pc.png) no-repeat center bottom / cover;
	position: relative;
	z-index: 2;
}

.c-trouble__inner {
	padding-top: 2rem;
	padding-bottom: 10rem;
}

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

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

.c-trouble__inner-content {
	width: 106rem;
	padding: 4.5rem 7rem 7rem;
	margin: 4rem auto 0;
	background: url(../images/trouble_bg02.png) repeat;
	border-radius: 3rem;
}

.c-trouble__inner-content-ttl {
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-trouble__inner-content-list {
	margin: 4rem 0 0 2rem;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	z-index: 1;
}

.c-trouble__inner-content-list:before {
	content: "";
	display: block;
	width: 92rem;
	height: 17.8rem;
	background: url(../images/trouble_illust01_pc.png) no-repeat center / contain;
	position: absolute;
	bottom: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-trouble__inner-content-list li {
	padding: 1.2rem 1.5rem 1.2rem 3rem;
	margin-top: 3.5rem;
	color: #fff;
	background: #202f51;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

.c-trouble__inner-content-list li:first-child {
	margin-top: 0;
}

.c-trouble__inner-content-list li:before {
	content: "";
	display: block;
	width: 4rem;
	height: 4rem;
	background: #013489 url(../images/icon_check01.png) no-repeat center;
	background-size: 1.5rem 1.1rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -2rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-trouble__inner-content-scam {
	display: none;
	/* display: flex; */
	justify-content: space-between;
	margin-top: 4rem;
}

.c-trouble__inner-content-scam .pic {
	width: 29rem;
}

.c-trouble__inner-content-scam .pic img {
	width: 100%;
	max-width: none;
}

.c-trouble__inner-content-scam .pic figcaption {
	padding: .4rem 1rem;
	margin-top: 2rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background: #202f51;
	border-radius: 1.5rem;
}

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

	.c-trouble {
		background: url(../images/trouble_bg01_sp.png) no-repeat center bottom / cover;
	}

	.c-trouble__inner {
		padding-top: 3rem;
		padding-bottom: 3.5rem;
	}

	.c-trouble__inner .c-title01:before {
		width: 25.6rem;
		height: 3.1rem;
		margin-top: .75rem;
	}

	.c-trouble__inner-content {
		width: auto;
		padding: 2.5rem 2rem 2rem;
		margin: 2.25rem -.5rem 0;
		background: url(../images/trouble_bg02.png) repeat;
		background-size: 53rem auto;
		border-radius: 1.5rem;
	}

	.c-trouble__inner-content-ttl {
		font-size: 1.8rem;
	}

	.c-trouble__inner-content-list {
		margin: 2rem 0 0 1rem;
		font-size: 1.4rem;
	}

	.c-trouble__inner-content-list:before {
		width: 30.7rem;
		height: 10rem;
		margin-bottom: 1.5rem;
		background: url(../images/trouble_illust01_sp.png) no-repeat center / contain;
	}

	.c-trouble__inner-content-list li {
		padding: .7rem 1.5rem .7rem 2rem;
		margin-top: 1.5rem;
		border-radius: .75rem;
	}

	.c-trouble__inner-content-list li:first-child {
		margin-top: 0;
	}

	.c-trouble__inner-content-list li:before {
		width: 2rem;
		height: 2rem;
		background-size: .75rem .55rem;
		left: -1rem;
	}

	.c-trouble__inner-content-scam {
		display: none;
		/* display: flex; */
		justify-content: center;
		flex-wrap: wrap;
		gap: 1.5rem;
		margin-top: 2rem;
	}

	.c-trouble__inner-content-scam .pic {
		width: 14.5rem;
	}

	.c-trouble__inner-content-scam .pic img {
		width: 100%;
		max-width: none;
	}

	.c-trouble__inner-content-scam .pic figcaption {
		padding: .2rem .5rem;
		margin-top: 1rem;
		font-size: 1.1rem;
		border-radius: .75rem;
	}
}



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

 c-regain

***********************************/
.c-regain {
	margin-top: -24rem;
	background: url(../images/regain_bg01_pc.jpg) no-repeat center top / cover;
}

.c-regain__inner {
	padding-top: 30.5rem;
	padding-bottom: 5.5rem;
}

.c-regain__inner-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 7rem 6rem;
	margin-top: 5rem;
}

.c-regain__inner-list-sec {
	width: 36rem;
	padding: 3rem 3rem 1.5rem;
	background: #fff;
	box-shadow: 0 .3rem 0 rgba(0, 0, 0, 0.05);
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

.c-regain__inner-list-sec:before {
	content: "";
	display: block;
	margin-top: -.7rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 1.5rem solid transparent;
	border-left: 1.5rem solid transparent;
	border-top: 1.5rem solid #146cfe;
	border-bottom: 0;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-regain__inner-list-sec .pic {}

.c-regain__inner-list-sec .pic img {
	width: 100%;
	max-width: none;
}

.c-regain__inner-list-sec .ttl {
	margin-top: 1.5rem;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}

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

	.c-regain {
		margin-top: -3.9rem;
		background: url(../images/regain_bg01_sp.jpg) no-repeat center top / cover;
	}

	.c-regain__inner {
		padding-top: 7rem;
		padding-bottom: 3.65rem;
	}

	.c-regain__inner-list {
		display: block;
		margin-top: 3rem;
	}

	.c-regain__inner-list-sec {
		width: 30rem;
		padding: 2rem 2rem 1.5rem;
		margin: 4rem auto 0;
		box-shadow: 0 .15rem 0 rgba(0, 0, 0, 0.05);
		border-radius: 1rem;
	}

	.c-regain__inner-list-sec:first-child {
		margin-top: 0;
	}

	.c-regain__inner-list-sec .ttl {
		margin-top: 1.2rem;
		font-size: 1.8rem;
	}
}



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

 c-cv

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

.c-cv__inner {
	padding-top: 3rem;
	padding-bottom: 8.5rem;
}

.c-cv__inner-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.c-cv__inner-head .c-title01 {
	margin-left: 2.5rem;
	text-align: left;
}

.c-cv__inner-head-award {
	display: flex;
	align-items: flex-end;
	margin-right: 1.5rem;
}

.c-cv__inner-head-award li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 19.3rem;
	height: 16.1rem;
	margin-right: -.5rem;
	background: url(../images/cv_award_bg01_pc.png) no-repeat center center / contain;
}

.c-cv__inner-head-award li .txt01 {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-cv__inner-head-award li .txt02 {
	font-size: 2.6rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
}

.c-cv__inner-head-award li .txt03 {
	font-size: 3.2rem;
	font-weight: 900;
	text-align: center;
}

.c-cv__inner-head-award li .txt03 .large {
	display: inline-block;
	font-size: 4.6rem;
	line-height: 1;
}

.c-cv__inner-body {
	display: flex;
	justify-content: space-between;
	width: 125rem;
	margin: 3rem auto 0;
}

.c-cv__inner-body-line {
	width: 59rem;
	padding: 3rem 4rem 0 4rem;
	background: #19bc03;
	border-radius: 3rem;
}

.c-cv__inner-body-line .ttl {
	color: #fff;
	font-size: 3.6rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
}

.c-cv__inner-body-line .ttl span {
	padding-left: 5rem;
	position: relative;
	z-index: 1;
}

.c-cv__inner-body-line .ttl span:before {
	content: "";
	display: block;
	width: 3.8rem;
	height: 3.3rem;
	background: url(../images/icon_line01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-cv__inner-body-line .content {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}

.c-cv__inner-body-line .content .pic {
	width: 25.4rem;
	margin-left: -4rem;
}

.c-cv__inner-body-line .content .right {
	flex: 1;
	margin-top: 1rem;
	margin-left: -1.5rem;
}

.c-cv__inner-body-line .content .right .balloon {
	padding: 1.2rem 2rem;
	margin-left: 3rem;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.6;
	background: #fff;
	border-radius: 2.5rem;
	position: relative;
	z-index: 1;
}

.c-cv__inner-body-line .content .right .balloon:before {
	content: "";
	display: block;
	width: 1.9rem;
	height: 1.45rem;
	background: url(../images/cv_line_arr01.png) no-repeat top right / contain;
	position: absolute;
	bottom: 2rem;
	right: 100%;
	z-index: 1;
}

.c-cv__inner-body-line .content .right .btn {
	margin-top: 3rem;
}

.c-cv__inner-body-line .content .right .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 7.4rem;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffdd+100 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 221, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 20rem;
	box-shadow: 0 .6rem 0 #056600;
	position: relative;
	z-index: 1;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-cv__inner-body-line .content .right .btn a:hover {
	box-shadow: 0 0 0 #056600;
	transform: translateY(.6rem);
	-webkit-transform: translateY(.6rem);
}

.c-cv__inner-body-line .content .right .btn a:before {
	content: "";
	display: block;
	width: 4rem;
	height: 5.7rem;
	margin-bottom: -3.8rem;
	background: url(../images/cv_line_pointer.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.c-cv__inner-body-line .content .right .btn a .txt01 {
	padding: .2rem .5rem;
	margin-right: .8rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 1.6;
	background: #c52c26;
	border-radius: .8rem;
}

.c-cv__inner-body-line .content .right .btn a .txt02 {
	font-size: 2.2rem;
	font-weight: 900;
}

.c-cv__inner-body-tel {
	width: 59rem;
	padding: 2.3rem 3rem 3.5rem;
	background: #fff;
	border: .7rem solid #f9d2d2;
	border-radius: 2.5rem;
}

.c-cv__inner-body-tel .ttl {
	font-size: 3.6rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
}

.c-cv__inner-body-tel .content {}

.c-cv__inner-body-tel .content .num {
	margin-top: 1.5rem;
	font-size: 5.5rem;
	font-weight: 900;
	text-align: center;
	white-space: wrap;
	line-height: 1;
	letter-spacing: .08em;
}

.c-cv__inner-body-tel .content .num a {
	padding-left: 5rem;
	color: #c52c26;
	position: relative;
	z-index: 1;
	overflow: visible;
}

.c-cv__inner-body-tel .content .num a:before {
	content: "";
	display: block;
	width: 4rem;
	height: 4rem;
	background: url(../images/icon_tel01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-cv__inner-body-tel .content .txt01 {
	width: 45.6rem;
	margin: 2.5rem auto 0;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	background: #fafbfc;
	border: .2rem solid #eeeeee;
	border-radius: 20rem;
	line-height: 1.7;
	/* ← 行間を狭く */

}

.c-cv__inner-body-tel .content .list {
	display: flex;
	justify-content: center;
	gap: 0 2rem;
	margin-top: 3rem;
}

.c-cv__inner-body-tel .content .list li {
	padding: .2rem 1rem;
	color: #c52c26;
	font-size: 1.8rem;
	font-weight: bold;
	border: .2rem solid #c52c26;
	border-radius: 1rem;
}

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

	.c-cv__inner {
		padding-top: 2.5rem;
		padding-bottom: 3.5rem;
	}

	.c-cv__inner-head {
		display: block;
	}

	.c-cv__inner-head .c-title01 {
		margin-left: -1em;
		margin-right: -1em;
		text-align: center;
	}

	.c-cv__inner-head-award {
		display: flex;
		justify-content: space-between;
		align-items: normal;
		margin-top: 1.5rem;
		margin-left: -1rem;
		margin-right: -1rem;
	}

	.c-cv__inner-head-award li {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		width: 11.5rem;
		height: auto;
		margin-right: 0;
		background: url(../images/cv_award_bg02_sp.png) no-repeat center 1rem / contain;
	}

	.c-cv__inner-head-award li:first-child {
		width: 12.5rem;
		background: url(../images/cv_award_bg01_sp.png) no-repeat center 1rem / contain;
	}

	.c-cv__inner-head-award li .txt01 {
		font-size: 1.2rem;
	}

	.c-cv__inner-head-award li .txt02 {
		font-size: 2rem;
		line-height: 1.30769231;
	}

	.c-cv__inner-head-award li .txt03 {
		font-size: 2.4rem;
	}

	.c-cv__inner-head-award li .txt03 .large {
		font-size: 3.5rem;
	}

	.c-cv__inner-body {
		display: block;
		width: 32rem;
		margin: 2rem auto 0;
	}

	.c-cv__inner-body-line {
		width: auto;
		padding: 1.5rem 1.75rem 2.5rem 1.75rem;
		background: #19bc03;
		border-radius: 1.5rem;
	}

	.c-cv__inner-body-line .ttl {
		font-size: 1.8rem;
	}

	.c-cv__inner-body-line .ttl span {
		padding-left: 2.5rem;
	}

	.c-cv__inner-body-line .ttl span:before {
		width: 1.9rem;
		height: 1.65rem;
	}

	.c-cv__inner-body-line .content {
		display: flex;
		justify-content: space-between;
		margin-top: 1.5rem;
		position: relative;
		z-index: 1;
	}

	.c-cv__inner-body-line .content .pic {
		width: 12.7rem;
		margin-top: -.5rem;
		margin-left: -1.75rem;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.c-cv__inner-body-line .content .right {
		flex: 1;
		margin-top: 0;
		margin-left: 0;
	}

	.c-cv__inner-body-line .content .right .balloon {
		width: 17rem;
		padding: .6rem 1rem;
		margin-left: auto;
		font-size: 1.5rem;
		text-align: center;
		border-radius: 1.25rem;
	}

	.c-cv__inner-body-line .content .right .balloon:before {
		top: 2.5rem;
		bottom: auto;
	}

	.c-cv__inner-body-line .content .right .btn {
		margin-top: 3rem;
	}

	.c-cv__inner-body-line .content .right .btn a {
		width: 26.5rem;
		height: 6rem;
		margin: 0 auto;
		box-shadow: 0 .3rem 0 #056600;
	}

	.c-cv__inner-body-line .content .right .btn a:hover {
		box-shadow: 0 .3rem 0 #056600;
		transform: none;
		-webkit-transform: none;
	}

	.c-cv__inner-body-line .content .right .btn a:before {
		width: 3rem;
		height: 4.25rem;
		margin-right: -.5rem;
		margin-bottom: -1.75rem;
	}

	.c-cv__inner-body-line .content .right .btn a .txt01 {
		padding: .2rem .5rem;
		margin-right: .8rem;
		color: #fff;
		font-size: 1.2rem;
		font-weight: 900;
		line-height: 1.6;
		background: #c52c26;
		border-radius: .8rem;
	}

	.c-cv__inner-body-line .content .right .btn a .txt02 {
		font-size: 1.8rem;
	}

	.c-cv__inner-body-tel {
		width: auto;
		padding: 1.15rem 1.5rem 1.75rem;
		margin-top: 3rem;
		background: #fff;
		border: .35rem solid #f9d2d2;
		border-radius: 1.5rem;
	}

	.c-cv__inner-body-tel .ttl {
		font-size: 1.8rem;
	}

	.c-cv__inner-body-tel .content .num {
		margin-top: .75rem;
		font-size: 2.75rem;
	}

	.c-cv__inner-body-tel .content .num a {
		padding-left: 2.5rem;
	}

	.c-cv__inner-body-tel .content .num a:before {
		width: 2rem;
		height: 2rem;
	}

	.c-cv__inner-body-tel .content .txt01 {
		width: 25.8rem;
		font-size: 1.4rem;
		border: .1rem solid #eeeeee;

	}

	.c-cv__inner-body-tel .content .list {
		gap: 0 1rem;
		margin-top: 1.5rem;
	}

	.c-cv__inner-body-tel .content .list li {
		padding: 0 .5rem;
		font-size: 1.2rem;
		border: .1rem solid #c52c26;
		border-radius: .5rem;
	}
}



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

 c-feature

***********************************/
.c-feature {
	background: #fffdf8;
}

.c-feature__inner {
	padding-top: 6.5rem;
	padding-bottom: 9.3rem;
}

.c-feature__inner-txt01 {
	margin-bottom: 1.5rem;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.c-feature__inner-content {
	width: 120rem;
	max-width: 100%;
	margin: 5rem auto 0;
}

.c-feature__inner-content-sec {
	display: flex;
	justify-content: space-between;
	padding: 4.5rem 5rem;
	margin-top: 6.3rem;
	background: #fff;
	box-shadow: 0 .3rem 0 rgba(0, 0, 0, 0.05);
	border-radius: 2rem;
	position: relative;
	z-index: 1;
}

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

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

.c-feature__inner-content-sec .num {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 1;
}

.c-feature__inner-content-sec:nth-child(odd) .num {
	padding-top: 3rem;
	padding-left: 3.4rem;
	top: 0;
	left: 0;
}

.c-feature__inner-content-sec:nth-child(odd) .num:before {
	content: "";
	display: block;
	width: 4rem;
	height: 4rem;
	background: url(../images/feature_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-feature__inner-content-sec:nth-child(even) .num {
	padding-top: 3rem;
	padding-right: 3.4rem;
	top: 0;
	right: 0;
}

.c-feature__inner-content-sec:nth-child(even) .num:before {
	content: "";
	display: block;
	width: 4rem;
	height: 4rem;
	background: url(../images/feature_arr02.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-feature__inner-content-sec .num__txt01 {
	padding-bottom: 2.2rem;
	color: #c52c26;
	font-size: 4.2rem;
	font-weight: 400;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.c-feature__inner-content-sec:nth-child(odd) .num__txt01:before {
	content: "";
	display: block;
	width: 3.4rem;
	height: .3rem;
	background: #c52c26;
	position: absolute;
	bottom: .8rem;
	left: .4rem;
	z-index: 1;
}

.c-feature__inner-content-sec:nth-child(odd) .num__txt01:after {
	content: "";
	display: block;
	width: 1.6rem;
	height: .3rem;
	background: #c52c26;
	position: absolute;
	bottom: 0;
	left: .4rem;
	z-index: 1;
}

.c-feature__inner-content-sec:nth-child(even) .num__txt01:before {
	content: "";
	display: block;
	width: 3.4rem;
	height: .3rem;
	background: #c52c26;
	position: absolute;
	bottom: .8rem;
	right: .4rem;
	z-index: 1;
}

.c-feature__inner-content-sec:nth-child(even) .num__txt01:after {
	content: "";
	display: block;
	width: 1.6rem;
	height: .3rem;
	background: #c52c26;
	position: absolute;
	bottom: 0;
	right: .4rem;
	z-index: 1;
}

.c-feature__inner-content-sec .pic {
	width: 36rem;
}

.c-feature__inner-content-sec:nth-child(odd) .pic {
	margin-right: 3rem;
}

.c-feature__inner-content-sec:nth-child(even) .pic {
	margin-left: 3rem;
}

.c-feature__inner-content-sec .content {
	flex: 1;
}

.c-feature__inner-content-sec .content .ttl {
	margin-top: -.3em;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.8;
}

.c-feature__inner-content-sec .content .txt01 {
	margin-top: 1rem;
	font-size: 1.8rem;
	line-height: 1.8;
}

.c-feature__inner-content-sec .content .check-list {
	margin-top: 2rem;
	color: #013489;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}

.c-feature__inner-content-sec .content .check-list li {
	padding: 1.1rem 1.5rem 1.1rem 4.5rem;
	margin-top: 2rem;
	border: .2rem solid #dddddd;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

.c-feature__inner-content-sec .content .check-list li:before {
	content: "";
	display: block;
	width: 2.2rem;
	height: 2.2rem;
	background: #013489 url(../images/icon_check02.png) no-repeat center;
	background-size: .9rem .7rem;
	border-radius: 50%;
	position: absolute;
	top: 1.4rem;
	left: 1.3rem;
	z-index: 1;
}

.c-feature__inner-content-sec .content .check-list li:first-child {
	margin-top: 0;
}

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

	.c-feature__inner {
		padding-top: 3rem;
		padding-bottom: 3.5rem;
	}

	.c-feature__inner-txt01 {
		margin-bottom: 1rem;
		font-size: 1.7rem;
		line-height: 1.6;
	}

	.c-feature__inner-content {
		width: 30rem;
		margin: 3rem auto 0;
	}

	.c-feature__inner-content-sec {
		display: block;
		padding: 2.15rem 2rem;
		margin-top: 3.15rem;
		box-shadow: 0 .15rem 0 rgba(0, 0, 0, 0.05);
		border-radius: 1rem;
	}

	.c-feature__inner-content-sec .num {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		z-index: 1;
	}

	.c-feature__inner-content-sec:nth-child(odd) .num {
		padding-top: 1.5rem;
		padding-left: 1.5rem;
	}

	.c-feature__inner-content-sec:nth-child(odd) .num:before {
		width: 2rem;
		height: 2rem;
	}

	.c-feature__inner-content-sec:nth-child(even) .num {
		padding-top: 1.5rem;
		padding-left: 1.5rem;
		padding-right: 0;
		right: auto;
		left: 0;
	}

	.c-feature__inner-content-sec:nth-child(even) .num:before {
		width: 2rem;
		height: 2rem;
		background: url(../images/feature_arr01.png) no-repeat center / contain;
		right: auto;
		left: 0;
	}

	.c-feature__inner-content-sec .num__txt01 {
		padding-bottom: 1.1rem;
		font-size: 2.1rem;
	}

	.c-feature__inner-content-sec:nth-child(odd) .num__txt01:before {
		width: 1.7rem;
		height: .15rem;
		bottom: .4rem;
		left: .2rem;
	}

	.c-feature__inner-content-sec:nth-child(odd) .num__txt01:after {
		width: .8rem;
		height: .15rem;
		left: .2rem;
	}

	.c-feature__inner-content-sec:nth-child(even) .num__txt01:before {
		width: 1.7rem;
		height: .15rem;
		bottom: .4rem;
		left: .2rem;
		right: auto;
	}

	.c-feature__inner-content-sec:nth-child(even) .num__txt01:after {
		width: .8rem;
		height: .15rem;
		left: .2rem;
		right: auto;
	}

	.c-feature__inner-content-sec .pic {
		width: auto;
	}

	.c-feature__inner-content-sec:nth-child(odd) .pic {
		margin-right: 0;
	}

	.c-feature__inner-content-sec:nth-child(even) .pic {
		margin-left: 0;
	}

	.c-feature__inner-content-sec .pic img {
		width: 100%;
		max-width: none;
	}

	.c-feature__inner-content-sec .content {
		flex: 1;
	}

	.c-feature__inner-content-sec .content .ttl {
		margin-top: 1.2rem;
		font-size: 1.8rem;
		text-align: center;
		line-height: 1.6;
	}

	.c-feature__inner-content-sec .content .txt01 {
		margin-top: 1rem;
		font-size: 1.4rem;
	}

	.c-feature__inner-content-sec .content .check-list {
		margin-top: 1.5rem;
		font-size: 1.4rem;
	}

	.c-feature__inner-content-sec .content .check-list li {
		padding: .5rem 1rem .5rem 3rem;
		margin-top: 1.5rem;
		border: .1rem solid #dddddd;
		border-radius: .75rem;
	}

	.c-feature__inner-content-sec .content .check-list li:before {
		width: 1.6rem;
		height: 1.6rem;
		background-size: .65rem .5rem;
		top: .8rem;
		left: .9rem;
	}

	.c-feature__inner-content-sec .content .check-list li:first-child {
		margin-top: 0;
	}
}



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

 c-voice

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

.c-voice__inner {
	padding-top: 7rem;
	padding-bottom: 9rem;
}

.c-voice__inner-content {
	width: 120rem;
	margin: 5rem auto 0;
	position: relative;
	z-index: 1;
}

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

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

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

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

.c-voice__inner-content .slider-prev:hover,
.c-voice__inner-content .slider-next:hover {
	transform: translateY(-50%) scale(1.2, 1.2);
	-webkit-transform: translateY(-50%) scale(1.2, 1.2);
}

.c-voice__inner-content-slider {
	overflow: hidden;
}

.c-voice__inner-content-slider .slick-list {
	margin-right: -6rem;
}

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

.c-voice__inner-content-slider-item {
	height: auto !important;
	padding-bottom: .3rem;
	margin-right: 6rem;
}

.c-voice__inner-content-slider-item .num {
	width: 15rem;
	padding: .3rem .5rem;
	margin: 0 auto -2rem;
	color: #c52c26;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background: #fff;
	border: .3rem solid #c52c26;
	border-radius: 20rem;
	position: relative;
	z-index: 2;
}

.c-voice__inner-content-slider-item .num span {
	font-weight: 400;
}

.c-voice__inner-content-slider-item .content {
	height: calc(100% - 2rem);
	padding: 4rem 3.5rem 3rem;
	background: #fff;
	border-radius: 1.5rem;
	box-shadow: 0 .3rem 0 rgba(0, 0, 0, 0.05);
}

.c-voice__inner-content-slider-item .content .head {
	display: flex;
	align-items: flex-start;
}

.c-voice__inner-content-slider-item .content .head .pic {
	width: 16rem;
	margin-right: 2rem;
}

.c-voice__inner-content-slider-item .content .head .box {
	flex: 1;
}

.c-voice__inner-content-slider-item .content .head .box .ttl {
	margin-top: -.3em;
	color: #003386;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}

.c-voice__inner-content-slider-item .content .head .box .meta {
	margin-top: 1.2rem;
	font-size: 1.2rem;
	font-weight: bold;
}

.c-voice__inner-content-slider-item .content .head .box .meta span {
	display: inline-block;
	padding: .2rem 1rem;
	background: #eeeeee;
	border-radius: 20rem;
}

.c-voice__inner-content-slider-item .content .success {
	margin-top: 2.5rem;
}

.c-voice__inner-content-slider-item .content .success .ttl {
	padding: .25rem 1rem;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background: #fdf0f0;
	border-radius: 1rem;
}

.c-voice__inner-content-slider-item .content .success .ttl .large01 {
	display: inline-block;
	font-size: 2.4rem;
	line-height: 1;
}

.c-voice__inner-content-slider-item .content .success .ttl .large02 {
	font-size: 2.2rem;
	line-height: 1.6;
}

.c-voice__inner-content-slider-item .content .success .box {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: 2.5rem;
}

.c-voice__inner-content-slider-item .content .success .box .txt01 {
	padding: .1rem 1rem;
	margin-right: 2rem;
	color: #c52c26;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.8;
	border: .3rem solid #c52c26;
}

.c-voice__inner-content-slider-item .content .success .box .price01 {
	padding-right: 4rem;
	margin-right: 2rem;
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.2;
	position: relative;
	z-index: 1;
}

.c-voice__inner-content-slider-item .content .success .box .price01:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 1.7rem solid transparent;
	border-bottom: 1.7rem solid transparent;
	border-left: 1.7rem solid #c52c26;
	border-right: 0;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-voice__inner-content-slider-item .content .success .box .price01 .large {
	display: inline-block;
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1;
}

.c-voice__inner-content-slider-item .content .success .box .price02 {
	color: #c52c26;
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.c-voice__inner-content-slider-item .content .success .box .price02 .large {
	display: inline-block;
	font-size: 6rem;
	font-weight: bold;
	line-height: 1;
}

.c-voice__inner-content-slider-item .content .chance {
	margin-top: 4rem;
}

.c-voice__inner-content-slider-item .content .chance .ttl {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background: #fff;
	border: .2rem solid #dddddd;
	border-radius: 1rem;
}

.c-voice__inner-content-slider-item .content .chance .txt01 {
	margin-top: 1rem;
	font-size: 1.6rem;
	line-height: 1.8;
}

.c-voice__inner-content-slider-item .content .result {
	margin-top: 2rem;
}

.c-voice__inner-content-slider-item .content .result .ttl {
	color: #c52c26;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background: #fdf0f0;
	border: .2rem solid #facfcf;
	border-radius: 1rem;
}

.c-voice__inner-content-slider-item .content .result .txt01 {
	margin-top: 1rem;
	font-size: 1.6rem;
	line-height: 1.8;
}

.c-voice__inner-content-slider-item .content .result .txt01 .large {
	font-size: 1.8rem;
}

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

	.c-voice {}

	.c-voice__inner {
		padding: 3rem 0 3.75rem;
	}

	.c-voice__inner-content {
		width: 31rem;
		margin: 2.5rem auto 0;
	}

	.c-voice__inner-content .slider-prev {
		width: 3.75rem;
		height: 3.75rem;
		left: -2.3rem;
	}

	.c-voice__inner-content .slider-next {
		width: 3.75rem;
		height: 3.75rem;
		right: -2.3rem;
	}

	.c-voice__inner-content .slider-next:hover {
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-voice__inner-content-slider .slick-list {
		margin-right: -3rem;
	}

	.c-voice__inner-content-slider-item {
		padding-bottom: .15rem;
		margin-right: 3rem;
	}

	.c-voice__inner-content-slider-item .num {
		width: 11.5rem;
		padding: .3rem .5rem;
		margin: 0 auto -1.5rem;
		font-size: 1.3rem;
		border: .2rem solid #c52c26;
	}

	.c-voice__inner-content-slider-item .content {
		height: calc(100% - 1.5rem);
		padding: 3rem 1.5rem 1.5rem;
		border-radius: 1.5rem;
		box-shadow: 0 .15rem 0 rgba(0, 0, 0, 0.05);
	}

	.c-voice__inner-content-slider-item .content .head .pic {
		width: 8rem;
		margin-right: 1rem;
	}

	.c-voice__inner-content-slider-item .content .head .box .ttl {
		margin-top: -.3em;
		font-size: 1.4rem;
	}

	.c-voice__inner-content-slider-item .content .head .box .meta {
		margin-top: 1.2rem;
		font-size: .9rem;
	}

	.c-voice__inner-content-slider-item .content .head .box .meta span {
		padding: .2rem 1rem;
	}

	.c-voice__inner-content-slider-item .content .success {
		margin-top: 1.5rem;
	}

	.c-voice__inner-content-slider-item .content .success .ttl {
		padding: .4rem 1rem;
		font-size: 1.6rem;
		border-radius: 1rem;
	}

	.c-voice__inner-content-slider-item .content .success .ttl .large01 {
		font-size: 2.2rem;
	}

	.c-voice__inner-content-slider-item .content .success .ttl .large02 {
		font-size: 2rem;
	}

	.c-voice__inner-content-slider-item .content .success .box {
		margin-top: 1rem;
	}

	.c-voice__inner-content-slider-item .content .success .box .txt01 {
		padding: .1rem .5rem;
		margin-right: 1rem;
		font-size: 1.1rem;
		line-height: 1.5;
		border: .2rem solid #c52c26;
	}

	.c-voice__inner-content-slider-item .content .success .box .price01 {
		padding-right: 2rem;
		margin-right: 1rem;
		font-size: 1.1rem;
	}

	.c-voice__inner-content-slider-item .content .success .box .price01:before {
		border-top: .85rem solid transparent;
		border-bottom: .85rem solid transparent;
		border-left: .85rem solid #c52c26;
	}

	.c-voice__inner-content-slider-item .content .success .box .price01 .large {
		font-size: 1.9rem;
	}

	.c-voice__inner-content-slider-item .content .success .box .price02 {
		font-size: 1.6rem;
	}

	.c-voice__inner-content-slider-item .content .success .box .price02 .large {
		font-size: 3rem;
	}

	.c-voice__inner-content-slider-item .content .chance {
		margin-top: 2rem;
	}

	.c-voice__inner-content-slider-item .content .chance .ttl {
		font-size: 1.3rem;
		border: .1rem solid #dddddd;
		border-radius: .8rem;
	}

	.c-voice__inner-content-slider-item .content .chance .txt01 {
		margin-top: 1rem;
		font-size: 1.2rem;
	}

	.c-voice__inner-content-slider-item .content .result {
		margin-top: 1.2rem;
	}

	.c-voice__inner-content-slider-item .content .result .ttl {
		font-size: 1.3rem;
		border: .1rem solid #facfcf;
		border-radius: .8rem;
	}

	.c-voice__inner-content-slider-item .content .result .txt01 {
		margin-top: 1rem;
		font-size: 1.2rem;
	}

	.c-voice__inner-content-slider-item .content .result .txt01 .large {
		font-size: 1.4rem;
	}
}



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

 c-profile

***********************************/
.c-profile {
	background: #fffdf8;
}

.c-profile__inner {
	padding-top: 7rem;
	padding-bottom: 9rem;
}

.c-profile__inner-content {
	display: flex;
	width: 120rem;
	margin: 5rem auto 0;
}

.c-profile__inner-content .pic {
	width: 57rem;
	margin-right: 6rem;
}

.c-profile__inner-content .content {
	flex: 1;
}

.c-profile__inner-content .content .txt01 {
	margin-top: 1.2em;
	line-height: 1.8;
}

.c-profile__inner-content .content .txt01:first-child {
	margin-top: -.3em;
}

.c-profile__inner-content .content .name {
	width: 14.6rem;
	margin-top: 3.5rem;
}

.c-profile__inner-content .content .profile {
	margin-top: 1.5rem;
	font-weight: bold;
	line-height: 1.8;
}

@media screen and (max-width:767px) {
	.c-title01 {
		font-size: 1.5rem;
	}

	.c-profile__inner {
		padding-top: 3rem;
		padding-bottom: 3.5rem;
	}

	.c-profile__inner .c-title01 {
		margin-left: -1em;
		margin-right: -1em;
	}

	.c-profile__inner-content {
		display: block;
		width: auto;
		padding: 0 2rem;
		margin: 2.5rem auto 0;
	}

	.c-profile__inner-content .pic {
		width: 24rem;
		margin: 0 auto;
		text-align: center;
	}

	.c-profile__inner-content .content {
		flex: 1;
		margin-top: 1.75rem;
	}

	.c-profile__inner-content .content .txt01 {
		margin-top: 1em;
		line-height: 1.8;
	}

	.c-profile__inner-content .content .txt01:first-child {
		margin-top: 0;
	}

	.c-profile__inner-content .content .name {
		width: 10rem;
		margin-top: 2rem;
	}

	.c-profile__inner-content .content .profile {
		margin-top: 1.2rem;
	}

}



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

 c-company

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

.c-company__inner {
	padding-top: 7rem;
	padding-bottom: 8rem;
}

.c-company__inner-privacy {
	width: 90rem;
	max-width: 100%;
	margin: 6rem auto 0;
}

.c-company__inner-privacy-ttl {
	padding: .9rem 3rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	background: #333333;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.c-company__inner-privacy-ttl:before {
	content: "";
	display: block;
	width: 2.6rem;
	height: 2.6rem;
	background: url(../images/icon_plus01.png) no-repeat center center / contain;
	position: absolute;
	top: 50%;
	right: 2rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-company__inner-privacy-ttl.is-active:before {
	background: url(../images/icon_minus01.png) no-repeat center center / contain;
}

.c-company__inner-privacy-content {
	display: none;
}

.c-company__inner-privacy-content-inner {
	padding-top: 2.5rem;
}

.c-company__inner-privacy-content-inner .txt01 {
	line-height: 1.8;
}

.c-company__inner-privacy-content-inner .sec {
	margin-top: 3rem;
}

.c-company__inner-privacy-content-inner .sec .ttl {
	padding: 1.3rem 3rem;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-radius: 1.5rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.c-company__inner-privacy-content-inner .sec .ttl:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #333333;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-company__inner-privacy-content-inner .sec .txt01 {
	margin-top: 1.5rem;
	line-height: 1.8;
}

.c-company__inner-privacy-content-inner .sec .list {
	margin-top: 1.5rem;
	line-height: 1.8;
}

.c-company__inner-privacy-content-inner .sec .list li {
	text-indent: -.72em;
	margin-left: .72em;
}

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

	.c-company__inner {
		padding-top: 3rem;
		padding-bottom: 0;
	}

	.c-company__inner-privacy {
		width: 30rem;
		margin: 3.5rem auto 0;
	}

	.c-company__inner-privacy-ttl {
		padding: .6rem 3rem;
		font-size: 1.4rem;
		border-radius: .75rem;
	}

	.c-company__inner-privacy-ttl:before {
		width: 2rem;
		height: 2rem;
		right: 1rem;
	}

	.c-company__inner-privacy-ttl.is-active:before {
		background: url(../images/icon_minus01.png) no-repeat center center / contain;
	}

	.c-company__inner-privacy-content-inner {
		padding-top: 1.25rem;
	}

	.c-company__inner-privacy-content-inner .txt01 {
		font-size: 1.2rem;
	}

	.c-company__inner-privacy-content-inner .sec {
		margin-top: 1.5rem;
	}

	.c-company__inner-privacy-content-inner .sec .ttl {
		padding: .8rem 1.5rem;
		font-size: 1.3rem;
		border-left: .1rem solid #dddddd;
		border-right: .1rem solid #dddddd;
		border-bottom: .1rem solid #dddddd;
		border-radius: .75rem;
	}

	.c-company__inner-privacy-content-inner .sec .ttl:before {
		height: .2rem;
	}

	.c-company__inner-privacy-content-inner .sec .txt01 {
		margin-top: 1rem;
	}

	.c-company__inner-privacy-content-inner .sec .list {
		margin-top: 1rem;
		font-size: 1.2rem;
	}
}


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

 xxx

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

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

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

 aleart FV下

***********************************/
.aleart {
	background-color: #2E3E60;
	text-align: center;
	padding: 1rem 1rem;
}

.aleart picture img {
	width: 100%;
	max-width: 1200px;
	height: auto;
	display: inline-block;
}

/* スマホ用（画面幅768px以下） */
@media screen and (max-width: 768px) {
	.aleart {
		background-color: transparent;
		padding: 0;
	}
}

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

 sns FV下

***********************************/
.sns {
	background-color: #f6f6f6;
	text-align: center;
	padding: 1rem 1rem;
}

.sns picture img {
	width: 100%;
	max-width: 1200px;
	height: auto;
	display: inline-block;
}

/* スマホ用（画面幅768px以下） */
@media screen and (max-width: 768px) {
	.sns {
		background-color: transparent;
		padding: 0;
	}
}

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

 c-case FV下

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


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

 c-case FV下

***********************************/
.c-case {
	background-color: #F4F4F6;
	text-align: center;
	padding: 3rem 1rem;
}

.c-case picture img {
	width: 100%;
	max-width: 1200px;
	height: auto;
	display: inline-block;
}

/* スマホ用（画面幅768px以下） */
@media screen and (max-width: 768px) {
	.c-case {
		background-color: transparent;
		padding: 0;
	}
}

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

 c-case FV下

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