@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;
}
.Montserrat {
	font-family: "YakuHanJP", "Montserrat", sans-serif;
}
* {
	box-sizing: border-box;
}



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

@media screen and (max-width:767px){
	html {
		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: #eb3b2c;
}
.blue {
	color: #0159b2;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffbf00 70%);
}
.marker-yellow {
	background: linear-gradient(transparent 70%, #ffff00 70%);
}
.marker-blue {
	background: linear-gradient(transparent 70%, #abd5fe 70%);
}
.marker-dark-blue {
	background: linear-gradient(transparent 70%, #01376d 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: 120rem;
	margin: 0 auto;
}


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

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

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

 layout

***********************************/
.l-wrap {
	overflow: hidden;
}

.l-main {
}

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

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

	.l-wrap.top {
		padding-bottom: 5.5rem;
	}

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

	.l-wrap.top .l-pageTop {
		bottom: 9rem;
	}
}

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

 l-header

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

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

.l-header__inner-logo {
	width: 15.6rem;
}

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

	.l-header__inner {
		height: 6rem;
	}

	.l-header__inner-logo {
		width: 7.8rem;
	}
}

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

 l-fixed-content

***********************************/
.l-fixed-content {
	width: 100%;
	height: 5.5rem;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.l-fixed-content a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 5.5rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 900;
	text-align: center;
	background: #eb3a2c;
	position: relative;
	z-index: 1;
}

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

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

.l-fixed-content a span:after {
	content: "";
	display: block;
	width: 5.5rem;
	height: 5.5rem;
	margin-top: -3.8rem;
	margin-right: -5.2rem;
	background: url(../images/fixed_balloon01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

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

 l-footer

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

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

.l-footer__inner-logo {
	width: 15.6rem;
	margin: 0 auto;
}

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

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

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

	.l-footer__inner-logo {
		width: 7.8rem;
	}

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

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

 c-title01

***********************************/
.c-title01 {
}

.c-title01__sub {
	font-size: 1.4rem;
	font-weight: 800;
	text-align: center;
}

.c-title01__sub .block {
	display: inline-block;
	padding: .2rem 0;
	margin-left: 7.5rem;
	border-top: .2rem solid;
	border-bottom: .2rem solid;
	position: relative;
	z-index: 1;
}

.c-title01__sub .block:before {
	content: "";
	display: block;
	width: 6rem;
	height: 5rem;
	margin-left: -7.5rem;
	background: url(../images/icon_flag01.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.c-title01__sub.white .block:before {
	background: url(../images/icon_flag02.png) no-repeat center / contain;
}

.c-title01__main {
	margin-top: 2rem;
	font-size: 4.2rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
}

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

	.c-title01__sub {
		font-size: .7rem;
	}

	.c-title01__sub .block {
		padding: .2rem 0;
		margin-left: 3.75rem;
		border-top: .1rem solid;
		border-bottom: .1rem solid;
	}

	.c-title01__sub .block:before {
		width: 3rem;
		height: 2.5rem;
		margin-left: -3.75rem;
	}

	.c-title01__main {
		margin-top: 1rem;
		font-size: 2.1rem;
	}
}

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

 c-bg-dot01

***********************************/
.c-bg-dot01 {
	background: url(../images/bg_dot01.png) repeat center;
	background-size: 2rem 2rem;
}

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

	.c-bg-dot01 {
		background-size: 1rem 1rem;
	}

}

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

 c-sub-hero

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

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

.c-sub-hero__inner__ttl {
	color: #fff;
	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 #8e160d;
	background: linear-gradient(to bottom, rgba(239, 94, 82, 1) 0%, rgba(236, 60, 45, 1) 100%);
	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 #8e160d;
	}
}

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

 c-form

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

.c-form:before {
}

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

.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: 26.5rem;
	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: #ff4000;
}

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

.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-txt01 a {
	color: #0159b2;
	text-decoration: underline;
}

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

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

.c-form__submit {
	width: 32rem;
	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 #8e160d;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef5e52+0,ec3c2d+100 */
	background: linear-gradient(to bottom,  rgba(239,94,82,1) 0%,rgba(236,60,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	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: 32rem;
}

.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: 1.5rem;
	}

	.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 #8e160d;
	}

	.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: 110rem;
	max-width: 100%;
	margin: 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.3rem;
	padding-bottom: 2.3rem;
	cursor: pointer;
}

.c-faq-list-acc dl dt .icon {
	color: #025ab3;
	font-size: 2.6rem;
	font-weight: 800;
	line-height: 1.1;
}

.c-faq-list-acc dl dt .ttl {
	flex: 1;
	padding-right: 8rem;
	margin-left: 2rem;
	font-size: 1.8rem;
	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.6rem 3rem 0 0;
	background-color: #025ab3;
	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: .8rem 3.8rem 0 0;
	background-color: #025ab3;
	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.3rem;
	position: relative;
	z-index: 1;
}

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

.c-faq-list-acc dl dd .cont {
	flex: 1;
	padding-right: 9rem;
	margin-left: 2rem;
	font-size: 1.6rem;
}

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

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

	.c-faq-list-acc {
		width: auto;
		padding: 0;
		margin-top: 2.5rem;
	}

	.c-faq-list-acc dl {
		padding-left: 0;
	}

	.c-faq-list-acc dl dt {
		padding-top: 1.2rem;
		padding-left: 3.67647059%;
		padding-bottom: 1.2rem;
	}

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

	.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.4rem;
		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.4rem;
		margin: .6rem 1.6rem 0 0;
	}

	.c-faq-list-acc dl dd {
		padding-left: 3.67647059%;
	}

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

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

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

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

}


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

 c-completeSec

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

}

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

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

.c-completeSec__inner .back {
	max-width: 36rem;
	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-hero

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

.c-hero:before {
	content: "";
	display: block;
	width: 1300px;
	height: 780px;
	background: url(../images/hero_pic01_pc.png) no-repeat center bottom / contain;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-hero__inner {
	width: 1300px;
	min-height: 780px;
	padding-top: 25px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-logo {
	width: 156px;
}

.c-hero__inner-txt01 {
	margin-top: 25px;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
}

.c-hero__inner-txt01 .block {
	display: inline-block;
	padding: 6px 20px;
	background: #025ab3;
	border-radius: 15px;
}

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

.c-hero__inner-ttl .marker-yellow {
	display: inline-block;
	line-height: 1.3;
	background: linear-gradient(transparent 75%, #ffff00 75%);
}

.c-hero__inner-list {
	display: flex;
	margin-top: 25px;
	margin-left: 260px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-hero__inner-list li {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 102px;
	padding: 0 50px;
	margin-right: 30px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-list li:last-child {
	margin-right: 0;
}

.c-hero__inner-list li:before {
	content: "";
	display: block;
	width: 41px;
	height: 102px;
	background: url(../images/hero_award01.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.c-hero__inner-list li:after {
	content: "";
	display: block;
	width: 41px;
	height: 102px;
	background: url(../images/hero_award02.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.c-hero__inner-list li .box {

}

.c-hero__inner-list li .box .txt01 {
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
}

.c-hero__inner-list li .box .txt02 {
	margin-top: 10px;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
}

.c-hero__inner-list li .box .txt02 .Oswald {
	display: inline-block;
	margin-right: .05em;
	font-size: 44px;
	font-weight: bold;
	line-height: 1;
}

.c-hero__inner-txt02 {
	margin-top: 40px;
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
}

.c-hero__inner-txt02 .block {
	display: inline-block;
	padding: 0 32px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-txt02 .block:before {
	content: "";
	display: block;
	width: 20px;
	height: 32px;
	background: url(../images/hero_line01.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.c-hero__inner-txt02 .block:after {
	content: "";
	display: block;
	width: 20px;
	height: 32px;
	background: url(../images/hero_line02.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.c-hero__inner-txt02 .block .Oswald {
	margin: 0 .1em;
	font-size: 66px;
	font-weight: bold;
}

.c-hero__inner-btn {
	margin-top: 55px;
	font-size: 24px;
	font-weight: 900;
}

.c-hero__inner-btn a {
	display: inline-block;
	padding: 16px 40px;
	color: #fff;
	border-radius: 200px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef5e52+0,ec3c2d+100 */
	background: linear-gradient(to bottom,  rgba(239,94,82,1) 0%,rgba(236,60,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: 0 5px 0 #7b140b;
	position: relative;
	z-index: 1;
}

.c-hero__inner-btn a:before {
	content: "";
	display: block;
	width: 86px;
	height: 86px;
	margin-top: -34px;
	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 a span {
	padding-left: 38px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-btn a span:before {
	content: "";
	display: block;
	width: 27px;
	height: 20px;
	background: url(../images/icon_mail01.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:1399px){

	.c-hero {
		padding: 0 3.571vw;
	}

	.c-hero:before {
		width: 92.857vw;
		height: 55.714vw;
	}

	.c-hero__inner {
		width: 92.857vw;
		min-height: 55.714vw;
		padding-top: 1.786vw;
	}

	.c-hero__inner-logo {
		width: 11.143vw;
	}

	.c-hero__inner-txt01 {
		margin-top: 1.786vw;
		font-size: 1.714vw;
	}

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

	.c-hero__inner-ttl {
		margin-top: 1.071vw;
		font-size: 5.714vw;
	}

	.c-hero__inner-list {
		margin-top: 1.786vw;
		margin-left: 18.571vw;
	}

	.c-hero__inner-list li {
		height: 7.286vw;
		padding: 0 3.571vw;
		margin-right: 2.143vw;
	}

	.c-hero__inner-list li:before {
		width: 2.929vw;
		height: 7.286vw;
	}

	.c-hero__inner-list li:after {
		width: 2.929vw;
		height: 7.286vw;
	}

	.c-hero__inner-list li .box .txt01 {
		font-size: 1.429vw;
	}

	.c-hero__inner-list li .box .txt02 {
		margin-top: 0.714vw;
		font-size: 1.429vw;
	}

	.c-hero__inner-list li .box .txt02 .Oswald {
		font-size: 3.143vw;
	}

	.c-hero__inner-txt02 {
		margin-top: 2.857vw;
		font-size: 2vw;
	}

	.c-hero__inner-txt02 .block {
		padding: 0 2.286vw;
	}

	.c-hero__inner-txt02 .block:before {
		width: 1.429vw;
		height: 2.286vw;
	}

	.c-hero__inner-txt02 .block:after {
		width: 1.429vw;
		height: 2.286vw;
	}

	.c-hero__inner-txt02 .block .Oswald {
		font-size: 4.714vw;
	}

	.c-hero__inner-btn {
		margin-top: 3.929vw;
		font-size: 1.714vw;
	}

	.c-hero__inner-btn a {
		padding: 1.143vw 2.857vw;
		box-shadow: 0 .35714286vw 0 #7b140b;
	}

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

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

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

}

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

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

	.c-hero:before {
		width: 100vw;
		height: 100vw;
		background: url(../images/hero_pic01_sp.png) no-repeat center bottom / contain;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-hero__inner {
		width: auto;
		min-height: auto;
		padding-top: 3.2vw;
		padding-bottom: 82.667vw;
	}

	.c-hero__inner-logo {
		width: 20.8vw;
		margin: 0 auto;
	}

	.c-hero__inner-txt01 {
		margin-top: 5.333vw;
		font-size: 5.6vw;
		line-height: 1.5;
		text-align: center;
	}

	.c-hero__inner-txt01 .block {
		padding: 1.867vw 2.667vw;
		border-radius: 2.667vw;
	}

	.c-hero__inner-ttl {
		margin-top: 4vw;
		font-size: 9.333vw;
		text-align: center;
	}

	.c-hero__inner-ttl .marker-yellow {
		line-height: 1.3;
	}

	.c-hero__inner-list {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		margin-top: 5.333vw;
		margin-left: auto;
		margin-right: auto;
		position: static;
	}

	.c-hero__inner-list li {
		height: 27.2vw;
		padding: 0 10.667vw;
		margin-right: 5.333vw;
	}

	.c-hero__inner-list li:last-child {
		margin-right: 0;
	}

	.c-hero__inner-list li:before {
		width: 10.933vw;
		height: 27.2vw;
		background: url(../images/hero_award01.png) no-repeat center / contain;
	}

	.c-hero__inner-list li:after {
		width: 10.933vw;
		height: 27.2vw;
		background: url(../images/hero_award02.png) no-repeat center / contain;
	}

	.c-hero__inner-list li .box .txt01 {
		font-size: 4.267vw;
	}

	.c-hero__inner-list li .box .txt02 {
		margin-top: 2.667vw;
		font-size: 4.267vw;
	}

	.c-hero__inner-list li .box .txt02 .Oswald {
		margin-right: .05em;
		font-size: 11.467vw;
	}

	.c-hero__inner-txt02 {
		margin-top: 6.667vw;
		font-size: 4.8vw;
		text-align: center;
	}

	.c-hero__inner-txt02 .block {
		padding: 0 4.267vw;
	}

	.c-hero__inner-txt02 .block:before {
		width: 2.667vw;
		height: 4.267vw;
	}

	.c-hero__inner-txt02 .block:after {
		width: 2.667vw;
		height: 4.267vw;
	}

	.c-hero__inner-txt02 .block .Oswald {
		font-size: 9.867vw;
	}

	.c-hero__inner-btn {
		margin-top: 9.333vw;
		font-size: 5.333vw;
		text-align: center;
	}

	.c-hero__inner-btn a {
		padding: 2.667vw 7.2vw;
		box-shadow: 0 .93333333vw 0 rgba(109,8,0, .8);
	}

	.c-hero__inner-btn a:before {
		width: 14.667vw;
		height: 14.667vw;
		margin-top: -7.467vw;
		margin-right: -5.867vw;
		background: url(../images/hero_balloon01_sp.png) no-repeat center / contain;
	}

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

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


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

 c-sample

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

.c-sample__inner {
	width: 1300px;
	padding: 6rem 0 10rem;
}

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

.c-sample__inner-content-pic {
	width: 478px;
	margin-top: -158px;
}

.c-sample__inner-content-list {
	width: 780px;
}

.c-sample__inner-content-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -60px;
}

.c-sample__inner-content-list ul li {
	width: 360px;
	margin-bottom: 60px;
}

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

	.c-sample__inner {
		width: 92.857vw;
	}

	.c-sample__inner-content-pic {
		width: 34.143vw;
		margin-top: -11.286vw;
	}

	.c-sample__inner-content-list {
		width: 55.714vw;
	}

	.c-sample__inner-content-list ul {
		margin-bottom: -4.286vw;
	}

	.c-sample__inner-content-list ul li {
		width: 25.714vw;
		margin-bottom: 4.286vw;
	}

}

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

	.c-sample__inner .c-title01__main {
		text-align: right;
	}

	.c-sample__inner .c-title01__sub {
		text-align: right;
	}

	.c-sample__inner .c-title01__sub .block {
		margin-left: 0;
		margin-right: 7.5rem;
	}

	.c-sample__inner .c-title01__sub .block:before {
		margin-left: 0;
		margin-right: -7.5rem;
		left: auto;
		right: 0;
	}

}

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

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

	.c-sample__inner {
		width: auto;
		padding: 3rem 0 2.5rem;
	}

	.c-sample__inner-content {
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
		align-items: flex-end;
		margin-top: 2.5rem;
	}

	.c-sample__inner-content-pic {
		width: 23.9rem;
		margin: 2rem auto 0;
	}

	.c-sample__inner-content-list {
		width: auto;
	}

	.c-sample__inner-content-list ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: -2rem;
		margin-left: -3.67647059%;
		margin-right: -3.67647059%;
	}

	.c-sample__inner-content-list ul li {
		width: 49.31506849%;
		margin-bottom: 2rem;
	}

	.c-sample__inner-content-list ul li img {
		max-width: none;
		width: 100%;
	}

}


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

 c-trouble-bg

***********************************/
.c-trouble-bg {
	background: #025ab3;
}

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

}


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

 c-trouble

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

.c-trouble__inner {
	width: 111rem;
	padding: 6rem 0 22.5rem;
}

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

.c-trouble__inner-content-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 65rem;
}

.c-trouble__inner-content-list .sec {
	padding: 3.7rem 3rem 3.5rem;
	background: #fff;
	border-radius: 2rem;
	position: relative;
	z-index: 1;
}

.c-trouble__inner-content-list .sec:nth-child(3) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 6.5rem;
}

.c-trouble__inner-content-list .sec .num {
	width: 8rem;
	/*padding: .3rem 0;*/
	color: #fff;
	font-size: 1.4rem;
	font-weight: 900;
	text-align: center;
	background: #025ab3;
	border-radius: 1rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-trouble__inner-content-list .sec .num span {
	display: inline-block;
	padding: .3rem 0;
	margin-left: .2em;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
}

.c-trouble__inner-content-list .sec .pic {
	width: 24rem;
}

.c-trouble__inner-content-list .sec:nth-child(3) .pic {
	width: 29.5rem;
	margin-right: 2.5rem;
}

.c-trouble__inner-content-list .sec .ttl {
	margin-top: 1.5rem;
	margin-bottom: -.4em;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}

.c-trouble__inner-content-list .sec:nth-child(3) .ttl {
	flex: 1;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

.c-trouble__inner-content-pic {
	width: 39rem;
	margin-top: -2.5rem;
}

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

	.c-trouble__inner .c-title01__main {
		text-align: left;
	}

	.c-trouble__inner .c-title01__sub {
		text-align: left;
	}
}

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

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

	.c-trouble__inner {
		width: auto;
		padding: 3rem 0 5rem;
	}

	.c-trouble__inner-content {
		display: block;
		margin-top: 3.5rem;
	}

	.c-trouble__inner-content-list {
		width: auto;
		padding: 0 2.20588235%;
	}

	.c-trouble__inner-content-list .sec {
		width: 46.15384615%;
		padding: 2rem 4.61538462% 1rem;
		border-radius: 1rem;
	}

	.c-trouble__inner-content-list .sec:nth-child(3) {
		padding-bottom: 1.8rem;
		margin-top: 3.5rem;
	}

	.c-trouble__inner-content-list .sec .num {
		width: 5.7rem;
		font-size: 1.1rem;
		line-height: 1.6;
		border-radius: .6rem;
	}

	.c-trouble__inner-content-list .sec .num span {
		padding: .3rem 0;
		font-size: 1.2rem;
		line-height: 1.4;
	}

	.c-trouble__inner-content-list .sec .pic {
		width: auto;
		text-align: center;
	}

	.c-trouble__inner-content-list .sec:nth-child(3) .pic {
		width: 39.33333333vw;
		margin-right: 1.25rem;
		text-align: left;
	}

	.c-trouble__inner-content-list .sec .ttl {
		margin-top: .8rem;
		margin-bottom: 0;
		font-size: 1.4rem;
	}

	.c-trouble__inner-content-list .sec:nth-child(3) .ttl {
		flex: 1;
		margin-top: 0;
		margin-bottom: 0;
		text-align: left;
	}

	.c-trouble__inner-content-pic {
		width: 19.5rem;
		margin: 2rem auto 0;
	}

}


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

 c-resolution

***********************************/
.c-resolution {
}

.c-resolution__inner {
	padding: 5.5rem 0 8rem;
	position: relative;
	z-index: 1;
}

.c-resolution__inner:before {
	content: "";
	display: block;
	width: 132rem;
	height: 103.4rem;
	margin-top: -9rem;
	background: url(../images/resolution_pic01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-resolution__inner-logo {
	width: 49.6rem;
	margin: 0 auto;
}

.c-resolution__inner-txt01 {
	margin-top: 3rem;
	color: #fff;
	font-size: 7.3rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
}

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

	.c-resolution__inner {
		padding: 3rem 0 1px;
	}

	.c-resolution__inner:before {
		display: none;
	}

	.c-resolution__inner:after {
		content: "";
		display: block;
		width: 34rem;
		height: 41.4rem;
		margin: 1.5rem auto -8.5rem;
		background: url(../images/resolution_pic01_sp.png) no-repeat center / contain;
	}

	.c-resolution__inner-logo {
		width: 24.8rem;
	}

	.c-resolution__inner-txt01 {
		margin-top: 1.5rem;
		font-size: 3.65rem;
	}
}


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

 c-reason

***********************************/
.c-reason {

}

.c-reason__inner {
	width: 100rem;
	padding: 6rem 0 10rem;
}

.c-reason__inner-content {
	margin-top: 6.5rem;
}

.c-reason__inner-content-sec {
	padding: 3.7rem 2.9rem 2.9rem;
	margin-bottom: 6.5rem;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 3rem;
	position: relative;
	z-index: 1;
}

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

.c-reason__inner-content-sec .num {
	width: 6.5rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 900;
	text-align: center;
	background: #025ab3;
	border-radius: 1rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-reason__inner-content-sec .num span {
	display: inline-block;
	padding: .3rem 0;
	margin-left: .2em;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
}

.c-reason__inner-content-sec .main {
	display: flex;
	justify-content: space-between;
}

.c-reason__inner-content-sec .main .pic {
	width: 32rem;
	margin-right: 2.5rem;
}

.c-reason__inner-content-sec .main .cont {
	flex: 1;
}

.c-reason__inner-content-sec .main .cont .ttl {
	margin-top: -.3em;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.8;
}

.c-reason__inner-content-sec .main .cont .txt01 {
	margin-top: .5em;
}

.c-reason__inner-content-sec .media {
	margin-top: 3rem;
}

.c-reason__inner-content-sec .media .ttl {
	padding: .6rem 1.5rem;
	margin-bottom: 2.5rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	background: #025ab3;
	border-radius: 1.5rem;
}

.c-reason__inner-content-sec .media dl {
	margin-bottom: 2.5rem;
}

.c-reason__inner-content-sec .media dl:last-child {
	margin-bottom: 0;
}

.c-reason__inner-content-sec .media dl dt {
	padding: .7rem 1.5rem;
	font-weight: bold;
	text-align: center;
	border: 1px solid #dddddd;
	border-radius: 1.5rem;
}

.c-reason__inner-content-sec .media dl dd {
	margin-top: 1rem;
}

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

	.c-reason__inner {
		padding: 12rem 0 4rem;
	}

	.c-reason__inner-content {
		margin-top: 3.5rem;
	}

	.c-reason__inner-content-sec {
		padding: 2.5rem 4.26470588% 2rem;
		margin-bottom: 4rem;
		border-radius: 1.5rem;
	}

	.c-reason__inner-content-sec .num {
		width: 4.6rem;
		font-size: 1.1rem;
		line-height: 1.6;
		border-radius: .6rem;
	}

	.c-reason__inner-content-sec .num span {
		padding: .3rem 0;
		font-size: 1.2rem;
		line-height: 1.4;
	}

	.c-reason__inner-content-sec .main {
		display: block;
	}

	.c-reason__inner-content-sec .main .pic {
		width: 64vw;
		margin: 0 auto;
	}

	.c-reason__inner-content-sec .main .cont {
		flex: 1;
		margin-top: 1.5rem;
	}

	.c-reason__inner-content-sec .main .cont .ttl {
		margin-top: -.3em;
		font-size: 1.8rem;
		text-align: center;
	}

	.c-reason__inner-content-sec .main .cont .txt01 {
		margin-top: .5em;
	}

	.c-reason__inner-content-sec .media {
		margin-top: 2rem;
	}

	.c-reason__inner-content-sec .media .ttl {
		padding: .4rem 1.5rem;
		margin-bottom: 1.8rem;
		font-size: 1.5rem;
		border-radius: .8rem;
	}

	.c-reason__inner-content-sec .media dl {
		margin-bottom: 1.5rem;
	}

	.c-reason__inner-content-sec .media dl:last-child {
		margin-bottom: 0;
	}

	.c-reason__inner-content-sec .media dl dt {
		padding: 0 1.5rem;
		border-radius: .8rem;
	}

	.c-reason__inner-content-sec .media dl dd {
		margin-top: 1rem;
	}
}


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

 c-gallery

***********************************/
.c-gallery {
	height: 240px;
	background: url(../images/gallery_pic.jpg) repeat-x left center;
	animation: bg-slider 60s linear infinite;
}

@keyframes bg-slider {
	from { background-position: 0 center; }
	to { background-position: -1920px center; }
}

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

	.c-gallery {
		height: 120px;
		background-size: 960px auto;
		animation: bg-slider 60s linear infinite;
	}

	@keyframes bg-slider {
		from { background-position: 0 center; }
		to { background-position: -960px center; }
	}
}


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

 c-plans

***********************************/
.c-plans {
	background: #025ab3;
	position: relative;
	z-index: 1;
}

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

.c-plans__inner {
	padding: 6rem 0 10rem;
}

.c-plans__inner-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 1rem;
	margin-top: 5rem;
	margin-bottom: -6rem;
}

.c-plans__inner-content-sec {
	width: 56rem;
	padding: 3.5rem 4rem;
	margin-bottom: 6rem;
	background: #fff;
	border-radius: 2.5rem;
}

.c-plans__inner-content-sec:nth-child(1) {
	margin-left: 31rem;
}

.c-plans__inner-content-sec-ttl {
	padding: .3rem 1.5rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 900;
	text-align: center;
	background: #025ab3;
	border-radius: 1.5rem;
}

.c-plans__inner-content-sec .price {
	margin: 2.5rem auto 0;
}

.c-plans__inner-content-sec .price dl {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 3rem;
}

.c-plans__inner-content-sec .price dl:last-child {
	margin-bottom: 0;
}

.c-plans__inner-content-sec .price dl dt {
	width: 14rem;
	padding: .5rem 0;
	margin-right: 2rem;
	color: #0159b2;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
	border: .2rem solid;
	border-radius: 1.5rem;
}

.c-plans__inner-content-sec .price dl dd {
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1;
}

.c-plans__inner-content-sec .price dl dd:nth-child(3) {
	width: 17rem;
	text-align: right;
}

.c-plans__inner-content-sec .price dl dd .Oswald {
	display: inline-block;
	font-size: 5.4rem;
	line-height: .8;
}

.c-plans__inner-content-sec .price dl dd .unit {
	display: inline-block;
	font-size: 2.8rem;
}

.c-plans__inner-content-sec .price .txt01 {
	padding-top: 2.5rem;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 1;
}

.c-plans__inner-content-sec .price .txt01:before {
	content: "";
	display: block;
	width: 2.3rem;
	height: .5rem;
	background: #025ab3;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-plans__inner-content-sec .price .txt01:after {
	content: "";
	display: block;
	width: .5rem;
	height: 2.3rem;
	margin-top: -.9rem;
	background: #025ab3;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-plans__inner-content-sec .price .txt01 .large {
	margin-left: .5em;
	font-size: 2.8rem;
}

.c-plans__inner-content-sec .detail {
	padding: .8rem 1.5rem;
	margin-top: 3rem;
	border: 1px solid #dddddd;
	background: #f8f8f8;
	border-radius: 1.5rem;
}

.c-plans__inner-content-sec .detail p {
	font-size: 1.2rem;
	line-height: 1.8;
}

.c-plans__inner-note {
	padding: 0 1rem;
	margin-top: 2.5rem;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.8;
}

.c-plans__inner-note li {
	text-indent: -1.1em;
	margin-left: 1.1em;
}

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

	.c-plans:before {
		display: none;
	}

	.c-plans__inner {
		padding: 3rem 0 2rem;
	}

	.c-plans__inner:after {
		content: "";
		display: block;
		width: 34rem;
		height: 28.6rem;
		margin: 1rem auto 0;
		background: url(../images/plans_pic01_sp.png) no-repeat center / contain;
	}

	.c-plans__inner-content {
		display: block;
		width: 88.23529412%;
		padding: 0;
		margin: 2.5rem auto 0;
	}

	.c-plans__inner-content-sec {
		width: auto;
		padding: 1.75rem 6.66666667%;
		margin-bottom: 3rem;
		border-radius: 1.5rem;
	}

	.c-plans__inner-content-sec:nth-child(1) {
		margin-left: 0;
	}

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

	.c-plans__inner-content-sec-ttl {
		padding: .2rem 1.5rem;
		font-size: 1.6rem;
		border-radius: 1rem;
	}

	.c-plans__inner-content-sec .price {
		margin: 1.25rem auto 0;
	}

	.c-plans__inner-content-sec .price dl {
		margin-bottom: 1.5rem;
	}

	.c-plans__inner-content-sec .price dl dt {
		width: 8.75rem;
		padding: 0;
		margin-right: 1rem;
		font-size: 1.2rem;
		border: .2rem solid;
		border-radius: .8rem;
	}

	.c-plans__inner-content-sec .price dl dd {
		font-size: 1.2rem;
	}

	.c-plans__inner-content-sec .price dl dd:nth-child(3) {
		width: 9rem;
		text-align: right;
	}

	.c-plans__inner-content-sec .price dl dd .Oswald {
		font-size: 3rem;
	}

	.c-plans__inner-content-sec .price dl dd .unit {
		font-size: 1.4rem;
	}

	.c-plans__inner-content-sec .price .txt01 {
		padding-top: 2rem;
		margin-top: 2rem;
		font-size: 1.2rem;
	}

	.c-plans__inner-content-sec .price .txt01:before {
		width: 1.9rem;
		height: .5rem;
	}

	.c-plans__inner-content-sec .price .txt01:after {
		width: .5rem;
		height: 1.9rem;
		margin-top: -.7rem;
	}

	.c-plans__inner-content-sec .price .txt01 .large {
		margin-left: .5em;
		font-size: 1.7rem;
	}

	.c-plans__inner-content-sec .detail {
		padding: .5rem .8rem;
		margin-top: 1.5rem;
		border-radius: .8rem;
	}

	.c-plans__inner-content-sec .detail p {
		font-size: .9rem;
	}

	.c-plans__inner-note {
		padding: 0 5.88235294%;
		margin-top: 1.25rem;
		font-size: .9rem;
	}
}


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

 c-cv

***********************************/
.c-cv {
	background: url(../images/cv_bg01_pc.jpg) no-repeat center / cover;
	position: relative;
	z-index: 1;
}

.c-cv:before {
	content: "";
	display: block;
	width: 120rem;
	height: 33rem;
	background: url(../images/cv_pic01_pc.png) no-repeat center bottom / contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-cv__inner {
	padding: 4.5rem 0 8rem;
}

.c-cv__inner-ttl {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}

.c-cv__inner-btn {
	margin-top: 3.5rem;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
}

.c-cv__inner-btn a {
	display: inline-block;
	padding: 1.6rem 4rem;
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef5e52+0,ec3c2d+100 */
	background: linear-gradient(to bottom,  rgba(239,94,82,1) 0%,rgba(236,60,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 200px;
	box-shadow: 0 .5rem 0 #010809;
	position: relative;
	z-index: 1;
	overflow: visible;
}

.c-cv__inner-btn a:before {
	content: "";
	display: block;
	width: 8.6rem;
	height: 8.6rem;
	margin-top: -3.6rem;
	margin-right: -5rem;
	background: url(../images/cv_balloon01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-cv__inner-btn a .icon {
	padding-left: 3.8rem;
	position: relative;
	z-index: 1;
}

.c-cv__inner-btn a .icon:before {
	content: "";
	display: block;
	width: 2.7rem;
	height: 2rem;
	background: url(../images/icon_mail01.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){

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

	.c-cv:before {
		display: none;
	}

	.c-cv__inner {
		padding: 2.5rem 0 4.5rem;
	}

	.c-cv__inner-ttl {
		font-size: 1.6rem;
	}

	.c-cv__inner-btn {
		margin-top: 2.2rem;
		font-size: 2rem;
	}

	.c-cv__inner-btn a {
		padding: 1rem 2.8rem;
		box-shadow: 0 .35rem 0 #010809;
	}

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

	.c-cv__inner-btn a .icon {
		padding-left: 2.8rem;
	}

	.c-cv__inner-btn a .icon:before {
		width: 2.1rem;
		height: 1.5rem;
	}
}


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

 c-comparison

***********************************/
.c-comparison {

}

.c-comparison__inner {
	width: 100rem;
	padding: 6rem 0 12rem;
}

.c-comparison__inner-content {
	margin-top: 7rem;
}

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

.c-comparison__inner-content table thead tr th {
	padding: 1.7rem .5rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background: #025ab3;
	border-right: 1px solid #01478d;
}

.c-comparison__inner-content table thead tr th:nth-child(1) {
	width: 14rem;
	border-radius: 2rem 0 0 0;
	border-right: none;
}

.c-comparison__inner-content table thead tr th:nth-child(2) {
	width: 22rem;
}

.c-comparison__inner-content table thead tr th:last-child {
	border-radius: 0 2rem 0 0;
	border-right: none;
}

.c-comparison__inner-content table thead tr th:nth-child(3),
.c-comparison__inner-content table thead tr th:nth-child(4),
.c-comparison__inner-content table thead tr th:nth-child(5),
.c-comparison__inner-content table thead tr th:nth-child(6) {
	width: 16rem;
}

.c-comparison__inner-content table thead tr th.our {
	padding: 0;
	background: #fff;
	border-bottom: 1px solid #dddddd;
	border-left: .4rem solid #025ab3;
	border-right: .4rem solid #025ab3;
}

.c-comparison__inner-content table thead tr th.our .inner {
	height: 100%;
	position: relative;
	z-index: 1;
}

.c-comparison__inner-content table thead tr th.our .inner:before {
	content: "";
	display: block;
	width: 100%;
	height: 1.6rem;
	background: #fff;
	border-top: .4rem solid #025ab3;
	border-left: .4rem solid #025ab3;
	border-right: .4rem solid #025ab3;
	border-radius: 2rem 2rem 0 0;
	position: absolute;
	bottom: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-comparison__inner-content table thead tr th.our .inner .logo {
	width: 10rem;
	margin: 0 auto 0;
	position: relative;
	z-index: 1;
	transform: translateY(-.7rem);
}

.c-comparison__inner-content table tbody tr th {
	padding: 1.5rem .5rem;
	background: #f1f8fe;
	vertical-align: middle;
	border-bottom: 1px solid #dddddd;
	border-left: .3rem solid #dddddd;
}

.c-comparison__inner-content table tbody tr:last-child th {
	border-bottom: .3rem solid #dddddd;
	border-radius: 0 0 0 2rem;
}

.c-comparison__inner-content table tbody tr th .txt01 {
	font-weight: bold;
	text-align: center;
}

.c-comparison__inner-content table tbody tr th .txt02 {
	margin-top: .5rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 900;
	text-align: center;
}

.c-comparison__inner-content table tbody tr th .txt02 .block {
	display: inline-block;
	padding: .2rem .8rem;
	background: #025ab3;
	border-radius: .6rem;
}

.c-comparison__inner-content table tbody,
.c-comparison__inner-content table tbody tr {
	height: 100%;
}

.c-comparison__inner-content table tbody tr td {
	padding: 1.5rem .5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background: #fff;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.c-comparison__inner-content table tbody tr td:last-child {
	border-right: .3rem solid #dddddd;
}

.c-comparison__inner-content table tbody tr:last-child td {
	border-bottom: .3rem solid #dddddd;
}

.c-comparison__inner-content table tbody tr:last-child td:last-child {
	border-radius: 0 0 2rem 0;
}

.c-comparison__inner-content table tbody tr td .icon {
	display: inline-block;
	margin-bottom: .1em;
	font-size: 2.4rem;
	line-height: 1.2;
}

.c-comparison__inner-content table tbody tr td .tax {
	font-size: 1.2rem;
}

.c-comparison__inner-content table tbody tr td.our {
	font-size: 1.8rem;
	font-weight: 900;
	border-left: .4rem solid #025ab3;
	border-right: .4rem solid #025ab3;
}

.c-comparison__inner-content table tbody tr:last-child td.our {
	height: 100%;
	padding: 0;
	border-bottom: none;
}

.c-comparison__inner-content table tbody tr:last-child td.our .inner {
	height: 100%;
	padding: 1.5rem .5rem;
	text-align: center;
	position: relative;
	z-index: 1;
}

.c-comparison__inner-content table tbody tr:last-child td.our .inner:before {
	content: "";
	display: block;
	width: 100%;
	height: 1.6rem;
	background: #fff;
	border-bottom: .4rem solid #025ab3;
	border-left: .4rem solid #025ab3;
	border-right: .4rem solid #025ab3;
	border-radius: 0 0 2rem 2rem;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-comparison__inner-content table tbody tr td.our .icon {
	display: inline-block;
	margin-bottom: .2em;
	font-size: 3rem;
	line-height: 1.2;
}

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

	.c-comparison__inner {
		width: auto;
		padding: 3rem 0 4rem;
	}

	.c-comparison__inner-content {
		padding: 2rem 0;
		margin: 2.5rem -5.14705882% 0;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.c-comparison__inner-content table {
		min-width: 65rem;
		margin: 0 auto;
	}

	.c-comparison__inner-content table thead tr th {
		padding: 1.2rem .5rem;
		font-size: 1.3rem;
	}

	.c-comparison__inner-content table thead tr th:nth-child(1) {
		width: 13.07692308%;
		border-radius: 0;
	}

	.c-comparison__inner-content table thead tr th:nth-child(2) {
		width: 25.38461538%;
	}

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

	.c-comparison__inner-content table thead tr th:nth-child(3),
	.c-comparison__inner-content table thead tr th:nth-child(4),
	.c-comparison__inner-content table thead tr th:nth-child(5),
	.c-comparison__inner-content table thead tr th:nth-child(6) {
		width: 15.38461538%;
	}

	.c-comparison__inner-content table thead tr th.our {
		border-left: .2rem solid #025ab3;
		border-right: .2rem solid #025ab3;
	}

	.c-comparison__inner-content table thead tr th.our .inner {
		height: 100%;
		position: relative;
		z-index: 1;
	}

	.c-comparison__inner-content table thead tr th.our .inner:before {
		height: 1.5rem;
		border-top: .2rem solid #025ab3;
		border-left: .2rem solid #025ab3;
		border-right: .2rem solid #025ab3;
		border-radius: 2rem 2rem 0 0;
	}

	.c-comparison__inner-content table thead tr th.our .inner .logo {
		width: 7.5rem;
		transform: translateY(-.7rem);
	}

	.c-comparison__inner-content table tbody tr th {
		padding: 1.2rem .3rem;
		font-size: 1.2rem;
		border-left: .2rem solid #dddddd;
	}

	.c-comparison__inner-content table tbody tr:last-child th {
		border-bottom: .2rem solid #dddddd;
		border-radius: 0;
	}

	.c-comparison__inner-content table tbody tr th .txt02 {
		margin-top: .4rem;
		font-size: .9rem;
	}

	.c-comparison__inner-content table tbody tr th .txt02 .block {
		padding: .1rem .6rem;
		border-radius: .6rem;
	}

	.c-comparison__inner-content table tbody,
	.c-comparison__inner-content table tbody tr {
		height: 100%;
	}

	.c-comparison__inner-content table tbody tr td {
		padding: 1.2rem .3rem;
		font-size: 1.2rem;
	}

	.c-comparison__inner-content table tbody tr td:last-child {
		border-right: .2rem solid #dddddd;
	}

	.c-comparison__inner-content table tbody tr:last-child td {
		border-bottom: .2rem solid #dddddd;
	}

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

	.c-comparison__inner-content table tbody tr td .icon {
		margin-bottom: .1em;
		font-size: 1.8rem;
	}

	.c-comparison__inner-content table tbody tr td .tax {
		font-size: 1.2rem;
	}

	.c-comparison__inner-content table tbody tr td.our {
		font-size: 1.35rem;
		border-left: .2rem solid #025ab3;
		border-right: .2rem solid #025ab3;
	}

	.c-comparison__inner-content table tbody tr:last-child td.our .inner {
		padding: 1.2rem .3rem;
	}

	.c-comparison__inner-content table tbody tr:last-child td.our .inner:before {
		height: 1.5rem;
		border-bottom: .2rem solid #025ab3;
		border-left: .2rem solid #025ab3;
		border-right: .2rem solid #025ab3;
		border-radius: 0 0 2rem 2rem;
	}

	.c-comparison__inner-content table tbody tr td.our .icon {
		margin-bottom: .2em;
		font-size: 2.25rem;
	}
}


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

 c-media

***********************************/
.c-media {
	background: #f7fafd;
}

.c-media__inner {
	width: 100rem;
	padding: 6rem 0 10rem;
	position: relative;
	z-index: 1;
}

.c-media__inner:before {
	content: "";
	display: block;
	width: 62.2rem;
	height: 78.9rem;
	margin-bottom: 2.3rem;
	background: url(../images/media_pic01_pc.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.c-media__inner .c-title01 {
	width: 34.5rem;
}

.c-media__inner-content {
	padding: 3.7rem 5rem;
	margin-top: 5rem;
	background: #fff;
	border: .3rem solid #dddddd;
	border-radius: 2rem;
}

.c-media__inner-content ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: -1rem -1.5rem;
}

.c-media__inner-content ul li {
	margin: 1rem 1.5rem;
}

.c-media__inner-content ul li img {
	height: 7.4rem;
}

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

	.c-media__inner {
		padding: 3rem 0 4rem;
	}

	.c-media__inner:before {
		display: none;
	}

	.c-media__inner:after {
		content: "";
		display: block;
		width: 23.6rem;
		height: 31.6rem;
		margin: 2rem auto 0;
		background: url(../images/media_pic01_sp.png) no-repeat center / contain;
	}

	.c-media__inner .c-title01 {
		width: auto;
	}

	.c-media__inner-content {
		padding: 2.667vw 2.667vw;
		margin-top: 2.5rem;
		border: 0.4vw solid #dddddd;
		border-radius: 1.5rem;
	}

	.c-media__inner-content ul {
		margin: -1.333vw -2vw;
	}

	.c-media__inner-content ul li {
		margin: 1.333vw 2vw;
	}

	.c-media__inner-content ul li img {
		height: 9.867vw;
	}
}


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

 c-flow

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

}

.c-flow__inner {
	padding: 6rem 0 10rem;
}

.c-flow__inner-list {
	display: flex;
	justify-content: space-between;
	padding-bottom: 8rem;
	margin-top: 7rem;
}

.c-flow__inner-list-sec {
	width: 24rem;
	padding: 4rem 1.5rem 2rem;
	background: #f3f8fc;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

.c-flow__inner-list-sec:before {
	content: "";
	display: block;
	width: 1.8rem;
	height: 2.8rem;
	margin-right: -5rem;
	background: url(../images/flow_arr01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

.c-flow__inner-list-sec .num {
	padding: .4rem 2rem;
	color: #fff;
	font-weight: 800;
	text-align: center;
	background: #025ab3;
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-flow__inner-list-sec .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16rem;
	height: 9rem;
	margin: 0 auto;
	background: #fff;
	border-radius: 1.5rem;
}

.c-flow__inner-list-sec .icon img {
	display: block;
	width: 5rem;
}

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

.c-flow__inner-list-sec .note {
	margin-top: 1.25em;
	font-size: 1.2rem;
	line-height: 1.8;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
}

.c-flow__inner-list-sec .note li {
	text-indent: -1.1em;
	margin-left: 1.1em;
}

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

	.c-flow__inner {
		padding: 3rem 0 4rem;
	}

	.c-flow__inner-list {
		display: block;
		width: 88.23529412%;
		padding-bottom: 0;
		margin-top: 3.5rem;
		margin-left: auto;
		margin-right: auto;
	}

	.c-flow__inner-list-sec {
		width: auto;
		padding: 2.5rem 6.66666667% 1rem;
		margin-bottom: 6rem;
		border-radius: 1.5rem;
		position: relative;
		z-index: 1;
	}

	.c-flow__inner-list-sec:nth-child(1) {
		margin-bottom: 10rem;
	}

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

	.c-flow__inner-list-sec:before {
		width: 2.1rem;
		height: 1.4rem;
		margin-right: 0;
		margin-bottom: -3.2rem;
		background: url(../images/flow_arr01_sp.png) no-repeat center / contain;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-flow__inner-list-sec:nth-child(1):before {
		margin-bottom: -7.2rem;
	}

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

	.c-flow__inner-list-sec .num {
		padding: .1rem 1.2rem;
		font-size: 1.2rem;
	}

	.c-flow__inner-list-sec .icon {
		width: auto;
		height: 5.7rem;
		border-radius: 1rem;
	}

	.c-flow__inner-list-sec .icon img {
		width: 3.7rem;
	}

	.c-flow__inner-list-sec .ttl {
		margin-top: 1rem;
		font-size: 1.4rem;
	}

	.c-flow__inner-list-sec .note {
		margin-top: 1.25em;
		font-size: .9rem;
	}
}


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

 c-faq

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

.c-faq__inner {
	padding: 6rem 0 10rem;
}

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

	.c-faq__inner {
		padding: 3rem 0 4rem;
	}
}



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

 c-contact

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

}

.c-contact__inner {
	padding: 6rem 0 10rem;
}

.c-contact__inner-intro {
	margin-top: 4rem;
	text-align: center;
}

.c-contact__inner-content {
	width: 110rem;
	max-width: 100%;
	padding: 1rem 4.9rem 6.5rem;
	margin: 5rem auto 0;
	background-color: #fff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-radius: 3rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

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

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

	.c-contact__inner {
		padding: 3rem 0 4rem;
	}

	.c-contact__inner-intro {
		margin-top: 2rem;
		text-align: left;
	}

	.c-contact__inner-content {
		padding: .2rem 5.73529412% 3.3rem;
		margin-top: 2rem;
		background-color: #fff;
		border-radius: .8rem;
		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-company

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

.c-company__inner {
	padding: 6rem 0 10rem;
}

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

.c-company__inner-content dl {
	display: flex;
	padding: 3.5rem 0;
	border-bottom: 1px solid #dddddd;
}

.c-company__inner-content dl:first-child {
	border-top: 1px solid #dddddd;
}

.c-company__inner-content dl dt {
	display: flex;
	align-items: center;
	width: 27rem;
	padding-left: 7rem;
	font-weight: bold;
	border-right: 1px solid #dddddd;
}

.c-company__inner-content dl dd {
	flex: 1;
	padding-left: 4rem;
}

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

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

	.c-company__inner-content {
		margin: 2.5rem auto 0;
	}

	.c-company__inner-content dl {
		display: block;
		padding: 1.8rem 0;
	}

	.c-company__inner-content dl dt {
		display: block;
		width: auto;
		padding-left: 0;
		border-right: none;
	}

	.c-company__inner-content dl dd {
		padding-left: 0;
		margin-top: .25em;
	}

}



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

 xxx

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

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

}

