@charset "utf-8";

html {
	font-size: 10px;
}

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

	body {
		zoom: 1.8;
		width: 1200px;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 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 2rem;
	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;
	letter-spacing: .07em;
	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 2rem;
	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;
	letter-spacing: .07em;
	border: .3rem solid #dddddd;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 15rem;
	padding: 1rem 2rem;
	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;
	letter-spacing: .07em;
	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;
}
.Ubuntu {
	font-family: "YakuHanJP", 'Ubuntu', 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: 30.93333333vw;
		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;
}
.black {
	font-weight: 900;
}
.white {
	color: #fff;
}
.red {
	color: #eb3b2c;
}
.blue {
	color: #0059b2;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffff00 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%;
	}
}

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

 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 {
	overflow: hidden;
}

.l-main {
}

.l-pageTop {
	display: none;
	width: 6.2rem;
	position: fixed;
	bottom: 4rem;
	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.top {
		padding-bottom: 5.5rem;
	}

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

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

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

 l-header

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

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

.l-header__logo {
	width: 23rem;
}

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

	.l-header__inner {
		height: 5.5rem;
	}

	.l-header__logo {
		width: 17.25rem;
	}
}



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

 l-fixed-content

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

.l-fixed-content__inner {

}

.l-fixed-content__btn {
	width: 100%;
}

.l-fixed-content__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5.5rem;
	padding-top: 1rem;
	background: #40bf1f;
	position: relative;
	z-index: 1;
}

.l-fixed-content__btn a:hover {
}

.l-fixed-content__btn a .balloon {
	display: block;
	padding: .3rem .5rem;
	color: #333333;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
	background: #fff34b;
	border-radius: .75rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.l-fixed-content__btn a .icon {
	padding-left: 2.3rem;
	padding-right: 2.7rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 900;
	position: relative;
	z-index: 1;
}

.l-fixed-content__btn a .icon:before {
	content: "";
	display: block;
	width: 1.65rem;
	height: 1.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%);
}

.l-fixed-content__btn a .icon:after {
	content: "";
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	background: url(../images/icon_arr01_sp.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

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

 l-footer

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

}

.l-footer__inner {
	padding: 6rem 0;
}

.l-footer__logo {
	width: 23rem;
	margin: 0 auto;
}

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

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

	.l-footer__inner {
		padding: 2.75rem 0;
	}

	.l-footer__logo {
		width: 17.25rem;
	}

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

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

 c-title01

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

.c-title01 .small {
	font-size: 4.2rem;
}

.c-title01 .large {
	display: inline-block;
	font-size: 5rem;
	line-height: 1.25;
}

.c-title01 .marker {
	background: linear-gradient(transparent 75%, #ffff00 75%);
}

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

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

	.c-title01 .small {
		font-size: 2.1rem;
	}

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

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

 c-sub-hero

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

.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: 1.9rem 1.5rem;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	/* 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+ */
	border-radius: 20rem;
	box-shadow: 0 .5rem 0 rgba(0,0,0,.7);
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

	a.c-btn01:hover {
		transform: translateY(.5rem);
		box-shadow: 0 0 0 rgba(0,0,0,.7);
		filter: brightness(1.1);
	}

}

@media screen and (max-width:767px){
	a.c-btn01 {
		padding: 1.2rem 1.5rem;
		font-size: 1.6rem;
		box-shadow: 0 .35rem 0 rgba(0,0,0,.7);
	}
}

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

 c-form

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

.c-form:before {
}

.c-form__content {
}

.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: .3rem .7rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: .6rem;
}

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

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

.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-top: 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 {
	max-width: 100%;
	margin: 2.5rem auto 0;
	text-align: center;
}

.c-form__submit button,
.c-form__submit input,
.c-form__confirmBtn__btn .submit {
	display: inline-block;
	padding: 1.9rem 3.5rem;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: .03em;
	border-radius: 100px;
	box-shadow: 0 .5rem 0 #21630f;
	/* 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+ */
	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 .icon,
.c-form__submit input .icon,
.c-form__confirmBtn__btn .submit .icon {
	padding-right: 3.8rem;
	position: relative;
	z-index: 1;
}

.c-form__submit button .icon:before,
.c-form__submit input .icon:before,
.c-form__confirmBtn__btn .submit .icon:before {
	content: "";
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	background: url(../images/icon_arr01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/*.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 (min-width:768px){

	.c-form__submit button:hover,
	.c-form__submit input:hover,
	.c-form__confirmBtn__btn .submit:hover {
		transform: translateY(.5rem);
		box-shadow: 0 0 0 #21630f;
		filter: brightness(1.1);
	}

}

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

	.c-form__content {
	}

	.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: .2rem .4rem;
		font-size: .9rem;
		border-radius: .4rem;
		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-top: 1.5rem;
	}

	.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 {
		max-width: none;
		margin: 1.5rem -1.5rem 0;
	}

	.c-form__submit button,
	.c-form__submit input,
	.c-form__confirmBtn__btn .submit {
		padding: 1.25rem 1.2rem;
		font-size: 1.8rem;
		box-shadow:0 .35rem 0 0 #216510;
	}

	.c-form__submit button .icon,
	.c-form__submit input .icon,
	.c-form__confirmBtn__btn .submit .icon {
		padding-right: 2.5rem;
	}

	.c-form__submit button .icon:before,
	.c-form__submit input .icon:before,
	.c-form__confirmBtn__btn .submit .icon:before {
		width: 1.8rem;
		height: 1.8rem;
		background: url(../images/icon_arr01_sp.png) no-repeat center / contain;
	}

	.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 {
}

.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: #0059b2;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.3;
}

.c-faq-list-acc dl dt .ttl {
	flex: 1;
	padding-right: 9rem;
	margin-left: 1.5rem;
	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.8rem 3rem 0 0;
	background-color: #0059b2;
	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: 1rem 3.8rem 0 0;
	background-color: #0059b2;
	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: 1.5rem;
	font-size: 1.8rem;
	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 {
	}

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

}

.c-table-style01 dl {
	display: flex;
	padding: 4rem 0;
	font-size: 1.8rem;
	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: 29rem;
	padding-right: 4rem;
	font-weight: bold;
	border-right: .1rem solid #dddddd;
}

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

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

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

	.c-table-style01 dl dt {
		width: auto;
		padding-right: 0;
		margin-bottom: .5em;
		border-right: none;
	}

	.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 {
	background: #fffbee;
}

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

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

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


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

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

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

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



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

 c-hero

***********************************/
.c-hero {
	background: #fffbee url(../images/hero_bg02_pc.png) no-repeat top center / 350rem auto;
	position: relative;
	z-index: 1;
}

.c-hero__logo {
	width: 23rem;
	position: absolute;
	top: 3.5rem;
	left: 6rem;
	z-index: 1;
}

.c-hero__inner {
	width: 130rem;
	max-width: 100%;
	padding-top: 10rem;
	margin: 0 auto;
	min-height: 83.7rem;
	position: relative;
	z-index: 1;
}

.c-hero__txt01 {
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
}

.c-hero__txt01 .block {
	display: inline-block;
	padding: .4rem 2.4rem;
	background: #0159b2;
	border-radius: 1rem;
}

.c-hero__ttl {
	margin-top: .5rem;
	font-size: 6.2rem;
	font-weight: 900;
	line-height: 1.7;
}

.c-hero__ttl .marker {
	background: linear-gradient(transparent 75%, #ffff00 75%);
}

.c-hero__ttl .small {
	font-size: 6rem;
}

.c-hero__ttl .large {
	display: inline-block;
	font-size: 7.6rem;
	line-height: 1;
}

.c-hero__ttl .num {
	display: inline-block;
	font-size: 8.6rem;
	font-weight: bold;
	line-height: 1;
}

.c-hero__ec {
	display: flex;
	align-items: center;
	width: 70rem;
	height: 8rem;
	padding: 0 0 0 2.3rem;
	margin-top: 2rem;
	background: #fff;
	border: .3rem solid #dddddd;
	border-radius: 2rem;
	position: relative;
	z-index: 1;
}

.c-hero__ec:before {
	content: "";
	display: block;
	width: 12.2rem;
	height: 16.2rem;
	background: url(../images/hero_pic01_pc.png) no-repeat center / contain;
	position: absolute;
	bottom: -.3rem;
	right: -3.3rem;
	z-index: 1;
}

.c-hero__ec-logo {
	width: 58.4rem;
}

.c-hero__btn {
	width: 57rem;
	margin-top: 2.4rem;
}

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

.c-hero__btn-contact {
	margin-top: 1.2rem;
}

.c-hero__btn-contact a {
	display: block;
	padding: 1.5rem 0;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 900;
	text-align: center;
	/* 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+ */
	border-radius: 20rem;
	box-shadow: 0 .5rem 0 #21630f;
	position: relative;
	z-index: 1;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-hero__btn-contact a .icon {
	padding-left: 4.4rem;
	padding-right: 4rem;
	position: relative;
	z-index: 1;
}

.c-hero__btn-contact a .icon:before {
	content: "";
	display: block;
	width: 3.1rem;
	height: 2.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%);
}

.c-hero__btn-contact a .icon:after {
	content: "";
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	background: url(../images/icon_arr01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-hero__btn-txt02 {
	margin-top: 2rem;
	font-size: 1.2rem;
	text-align: center;
}

.c-hero__pic01 {
	width: 51rem;
	height: 72.5rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-hero__pic01-inner {
	height: 100%;
	margin-right: calc(65rem - 50vw);
	background: url(../images/hero_bg01_pc.jpg) no-repeat center / cover;
	border-radius: 0 0 0 15rem;
}

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

	.c-hero__btn-contact a:hover {
		transform: translateY(.5rem);
		box-shadow: 0 0 0 #21630f;
		filter: brightness(1.1);
	}

}

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

	.c-hero {
		background: #fffbee url(../images/hero_bg02_sp.png) no-repeat top center / cover;
	}

	.c-hero__logo {
		width: 17.25rem;
		top: 2.25rem;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-hero__inner {
		padding-top: 7.5rem;
		padding-bottom: 3.5rem;
		min-height: auto;
	}

	.c-hero__txt01 {
		font-size: 1.5rem;
		text-align: center;
	}

	.c-hero__txt01 .block {
		padding: .2rem 1.2rem;
		border-radius: .5rem;
	}

	.c-hero__ttl {
		margin-top: .5rem;
		font-size: 3.1rem;
		line-height: 1.7;
		text-align: center;
	}

	.c-hero__ttl .small {
		font-size: 3rem;
	}

	.c-hero__ttl .large {
		font-size: 3.8rem;
	}

	.c-hero__ttl .num {
		font-size: 4.3rem;
	}

	.c-hero__ec {
		width: 28.5rem;
		height: 7.35rem;
		padding: 0 0 0 1.6rem;
		margin: 1.5rem auto 0;
		border: .15rem solid #dddddd;
		border-radius: 1rem;
	}

	.c-hero__ec:before {
		width: 9.1rem;
		height: 12.25rem;
		background: url(../images/hero_pic01_sp.png) no-repeat center / contain;
		bottom: -.15rem;
		right: -2.5rem;
	}

	.c-hero__ec-logo {
		width: 19.5rem;
	}

	.c-hero__btn {
		width: 35.6rem;
		margin: 2.4rem auto 0;
	}

	.c-hero__btn-txt01 {
		font-size: 1.4rem;
	}

	.c-hero__btn-contact {
		margin-top: .8rem;
	}

	.c-hero__btn-contact a {
		padding: 1.5rem 0;
		font-size: 1.8rem;
		box-shadow: 0 .35rem 0 #21630f;
	}

	.c-hero__btn-contact a .icon {
		padding-left: 2.2rem;
		padding-right: 2.5rem;
	}

	.c-hero__btn-contact a .icon:before {
		width: 1.65rem;
		height: 1.2rem;
	}

	.c-hero__btn-contact a .icon:after {
		width: 1.8rem;
		height: 1.8rem;
		background: url(../images/icon_arr01_sp.png) no-repeat center / contain;
	}

	.c-hero__btn-txt02 {
		margin-top: 1.5rem;
		font-size: 1rem;
	}

	.c-hero__pic01 {
		display: none;
	}
}


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

 c-gallery

***********************************/
.c-gallery {
	padding: 4.1rem 0;
	background: #fff;
}

.c-gallery__slider {

}

.c-gallery__slider .slick-list {
	margin-right: -4rem;
}

.c-gallery__slider-item {
	margin-right: 4rem;
}

.c-gallery__slider-item img {
	height: 5.8rem;
}

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

	.c-gallery {
		padding: 2rem 0;
	}

	.c-gallery__slider .slick-list {
		margin-right: -2rem;
	}

	.c-gallery__slider-item {
		margin-right: 2rem;
	}

	.c-gallery__slider-item img {
		height: 2.9rem;
	}
}


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

 c-trouble

***********************************/
.c-trouble {
	background: url(../images/trouble_bg01_pc.png) no-repeat center bottom / 192rem auto;
}

.c-trouble__head {
	background: url(../images/trouble_head_bg01_pc.png) no-repeat center bottom / 192rem auto;
}

.c-trouble__head-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 16.5rem;
	padding-bottom: 3rem;
}

.c-trouble__body {

}

.c-trouble__body-inner {
	padding-top: 6rem;
	padding-bottom: .1rem;
}

.c-trouble__body-cost {
	display: flex;
	align-items: center;
	width: 90rem;
	height: 20rem;
	padding-left: 26rem;
	margin: 0 auto;
	background: url(../images/trouble_body_bg01.png) repeat center / 90rem auto;
	border-radius: 2rem;
	position: relative;
	z-index: 1;
}

.c-trouble__body-cost:before {
	content: "";
	display: block;
	width: 20rem;
	height: 26rem;
	background: url(../images/trouble_body_pic01_pc.png) no-repeat center bottom / contain;
	position: absolute;
	bottom: 0;
	right: -6rem;
	z-index: 1;
}

.c-trouble__body-cost:after {
	content: "";
	display: block;
	width: 80rem;
	height: 14.5rem;
	background: url(../images/trouble_body_arr01_pc.png) no-repeat center bottom / contain;
	position: absolute;
	bottom: -14.5rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-trouble__body-cost-graph {
	width: 32rem;
	position: absolute;
	top: 50%;
	left: -10rem;
	z-index: 2;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-trouble__body-cost-txt01 {
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.6;
}

.c-trouble__body-cost-txt01 .large {
	font-size: 3.6rem;
}

.c-trouble__body-copy {
	margin-top: 16.5rem;
	font-size: 4rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
}

.c-trouble__body-copy .large {
	font-size: 4.6rem;
}

.c-trouble__body-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 85.5rem;
	height: 38.6rem;
	margin: 1rem auto -1.2rem;
	background: url(../images/trouble_body_bg02_pc.png) no-repeat center bottom / contain;
}

.c-trouble__body-box-inner {

}

.c-trouble__body-box-inner p {
	color: #fff;
	font-size: 4.6rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
	text-shadow: 0 .4rem 0 rgba(0,0,0,.2);
}

.c-trouble__body-box-inner p .num {
	display: inline-block;
	font-size: 6rem;
	font-weight: bold;
	line-height: 1;
}

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

	.c-trouble {
		background-size: cover;
	}

	.c-trouble {
		background-size: cover;
	}
}

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

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

	.c-trouble__head {
		background: url(../images/trouble_head_bg01_sp.png) no-repeat center bottom / 100% auto;
	}

	.c-trouble__head-inner {
		height: 8.25rem;
		padding-bottom: 1.5rem;
	}

	.c-trouble__head .c-title01 {
		margin-left: -.5em;
		margin-right: -.5em;
	}

	.c-trouble__body {

	}

	.c-trouble__body-inner {
		padding-top: 3.5rem;
		padding-bottom: .1rem;
	}

	.c-trouble__body-cost {
		display: block;
		width: 100%;
		height: auto;
		padding: 24rem 1.5rem 1.5rem;
		background: url(../images/trouble_body_bg01.png) repeat center / 45rem auto;
		border-radius: 1.5rem;
	}

	.c-trouble__body-cost:before {
		width: 10rem;
		height: 10.3rem;
		background: url(../images/trouble_body_pic01_sp.png) no-repeat center bottom / contain;
		position: absolute;
		top: 12.4rem;
		bottom: auto;
		right: -1.5rem;
		z-index: 3;
	}

	.c-trouble__body-cost:after {
		width: 34rem;
		height: 7.25rem;
		background: url(../images/trouble_body_arr01_sp.png) no-repeat center bottom / contain;
		bottom: -7.25rem;
	}

	.c-trouble__body-cost-graph {
		width: 24rem;
		text-align: center;
		position: absolute;
		top: -1.5rem;
		left: 50%;
		z-index: 2;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-trouble__body-cost-txt01 {
		font-size: 1.5rem;
		line-height: 1.8;
		text-align: center;
	}

	.c-trouble__body-cost-txt01 .large {
		font-size: 2.1rem;
	}

	.c-trouble__body-copy {
		margin-top: 8.5rem;
		font-size: 2rem;
	}

	.c-trouble__body-copy .large {
		font-size: 2.3rem;
	}

	.c-trouble__body-box {
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
		height: 22.75rem;
		padding-top: 1rem;
		margin: .5rem -1.75rem -.6rem;
		background: url(../images/trouble_body_bg02_sp.png) no-repeat center bottom / contain;
	}

	.c-trouble__body-box-inner {

	}

	.c-trouble__body-box-inner p {
		font-size: 2.5rem;
		line-height: 1.5;
		text-shadow: 0 .4rem 0 rgba(0,0,0,.2);
	}

	.c-trouble__body-box-inner p .num {
		font-size: 3.2rem;
	}
}


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

 c-service

***********************************/
.c-service {

}

.c-service__inner {
	padding: 4.5rem 0 3.75rem;
}

.c-service__content {
	margin-top: 4rem;
}

.c-service__content-ttl {
	padding: 1rem 1.5rem;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background: #0159b2;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

.c-service__content-ttl:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 5rem solid transparent;
	border-left: 5rem solid transparent;
	border-top: 1.4rem solid #0159b2;
	border-bottom: 0;
	position: absolute;
	bottom: -1.3rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-service__content-list {
	display: flex;
	justify-content: space-between;
	padding-bottom: 8rem;
	margin-top: 6.3rem;
	position: relative;
	z-index: 1;
}

.c-service__content-list:before {
	content: "";
	display: block;
	width: 136rem;
	height: 32rem;
	background: #0159b2;
	border-radius: 3rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-service__content-list-sec {
	width: 36rem;
	padding: 3.3rem 2.7rem 2.5rem;
	background: #fff;
	border: .3rem solid #dddddd;
	border-radius: 2rem;
	position: relative;
	z-index: 1;
}

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

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

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

.c-service__content-list-sec .ttl {
	margin-top: 1.5rem;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

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

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

	.c-service__inner {
		padding: 2.25rem 0 1.75rem;
	}

	.c-service__content {
		margin-top: 2rem;
	}

	.c-service__content-ttl {
		padding: .8rem 1rem;
		font-size: 1.8rem;
		border-radius: 1.5rem;
	}

	.c-service__content-ttl:before {
		border-right: 2.5rem solid transparent;
		border-left: 2.5rem solid transparent;
		border-top: .7rem solid #0159b2;
		bottom: -.6rem;
	}

	.c-service__content-list {
		display: block;
		padding-bottom: 4rem;
		margin-top: 3.7rem;
	}

	.c-service__content-list:before {
		width: calc(100vw + .2rem);
		height: 16rem;
		border-radius: 0;
	}

	.c-service__content-list-sec {
		width: auto;
		padding: 2.1rem 1.85rem 1.5rem;
		margin-top: 4.5rem;
		border: .15rem solid #dddddd;
		border-radius: 1.5rem;
	}

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

	.c-service__content-list-sec .num {
		width: 3rem;
		height: 3rem;
		line-height: 3rem;
		margin-top: -.075rem;
		font-size: 1.5rem;
	}

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

	.c-service__content-list-sec .txt01 {
		margin-top: .75rem;
	}
}


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

 c-language

***********************************/
.c-language {

}

.c-language__inner {
	padding: 3.75rem 0 8rem;
}

.c-language__txt01 {
	margin-top: 1rem;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
}

.c-language__content {
	padding: 5.7rem 2.7rem 7rem;
	margin-top: 6.5rem;
	background: #fff;
	border: .3rem solid #dddddd;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

.c-language__content-ttl {
	width: 100rem;
	max-width: none;
	padding: 1rem 1.5rem;
	margin-top: -.15rem;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background: #0159b2;
	border-radius: 1.5rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-language__content-ttl:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 5rem solid transparent;
	border-left: 5rem solid transparent;
	border-top: 1.4rem solid #0159b2;
	border-bottom: 0;
	position: absolute;
	bottom: -1.3rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-language__content-list {

}

.c-language__content-list-box01 {
	width: 100rem;
	height: 27.1rem;
	margin: 0 auto;
	background: url(../images/language_pic01_pc.png) no-repeat center / contain;
	position: relative;
	z-index: 1;
}

.c-language__content-list-box01 .balloon {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	top: 4rem;
	left: 21.9rem;
	z-index: 1;
}

.c-language__content-list-box01 .txt01 {
	color: #0159b2;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	top: 20rem;
	left: 15.1rem;
	z-index: 1;
}

.c-language__content-list-box01 .txt02 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	top: 9.2rem;
	left: 29rem;
	z-index: 1;
}

.c-language__content-list-box01 .txt03 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	top: 20rem;
	left: 45.8rem;
	z-index: 1;
}

.c-language__content-list-box01 .txt04 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	top: 9.2rem;
	left: 59.5rem;
	z-index: 1;
}

.c-language__content-list-box01 ul {
	display: flex;
	gap: 0 2.55rem;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	white-space: nowrap;
	position: absolute;
	top: 20.6rem;
	left: 59.75rem;
	z-index: 1;
}

.c-language__content-list-box01 ul li {
}

.c-language__content-list-box02 {
	width: 68rem;
	height: 33.8rem;
	margin: 10rem auto 0;
	background: url(../images/language_pic02_pc.png) no-repeat center / contain;
	position: relative;
	z-index: 1;
}

.c-language__content-list-box02:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 5rem solid transparent;
	border-left: 5rem solid transparent;
	border-top: 1.6rem solid #0159b2;
	border-bottom: 0;
	position: absolute;
	top: -5rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-language__content-list-box02 .txt01 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	top: 8.5rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-language__content-list-box02 .txt02 {
	color: #ffff00;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	top: 14.25rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-language__content-list-box02 ul {
	display: flex;
	gap: 0 2.65rem;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	white-space: nowrap;
	position: absolute;
	bottom: 4.25rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-language__content-list-box02 ul li {
}

.c-language__content-list-box03 {
	width: 68rem;
	height: 30.8rem;
	margin: 10rem auto 0;
	background: url(../images/language_pic03_pc.png) no-repeat center / contain;
	position: relative;
	z-index: 1;
}

.c-language__content-list-box03:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 5rem solid transparent;
	border-left: 5rem solid transparent;
	border-top: 1.6rem solid #0159b2;
	border-bottom: 0;
	position: absolute;
	top: -5rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-language__content-list-box03 .txt01 {
	width: 50%;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	top: 8.5rem;
	left: 0;
	z-index: 1;
}

.c-language__content-list-box03 .txt02 {
	color: #ffff00;
	font-size: 1.4rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
	position: absolute;
	bottom: 11.5rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-language__content-list-box03 .txt03 {
	width: 50%;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	bottom: 4.75rem;
	left: 0;
	z-index: 1;
}

.c-language__content-list-box03 .txt04 {
	width: 50%;
	color: #0159b2;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	bottom: 4.75rem;
	right: 0;
	z-index: 1;
}

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

	.c-language__inner {
		padding: 1.625rem 0 4rem;
	}

	.c-language__txt01 {
		margin: 1rem -.5em 0;
		font-size: 1.6rem;
	}

	.c-language__content {
		padding: 5rem 1.2rem 1.85rem;
		margin-top: 3.75rem;
		border: .15rem solid #dddddd;
		border-radius: 1.5rem;
		position: relative;
		z-index: 1;
	}

	.c-language__content-ttl {
		width: calc(100% + .3rem);
		padding: .8rem 1rem;
		font-size: 1.8rem;
		border-radius: 1.5rem;
	}

	.c-language__content-ttl:before {
		border-style: solid;
		border-right: 2.5rem solid transparent;
		border-left: 2.5rem solid transparent;
		border-top: .7rem solid #0159b2;
		bottom: -.6rem;
	}

	.c-language__content-list {

	}

	.c-language__content-list-box01 {
		width: 30rem;
		height: 53.8rem;
		background: url(../images/language_pic01_sp.png) no-repeat center / contain;
	}

	.c-language__content-list-box01 .balloon {
		font-size: 1.2rem;
		top: 1.5rem;
		left: 19.1rem;
	}

	.c-language__content-list-box01 .txt01 {
		width: 100%;
		font-size: 1.6rem;
		top: 12rem;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-language__content-list-box01 .txt02 {
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
		white-space: nowrap;
		position: absolute;
		top: 15.4rem;
		left: 17rem;
		z-index: 1;
	}

	.c-language__content-list-box01 .txt03 {
		width: 100%;
		font-size: 1.6rem;
		top: 35rem;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-language__content-list-box01 .txt04 {
		width: 100%;
		font-size: 1.6rem;
		top: auto;
		bottom: 12.2rem;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-language__content-list-box01 ul {
		display: flex;
		gap: 0 2.4rem;
		font-size: 1.1rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
		white-space: nowrap;
		position: absolute;
		top: auto;
		bottom: 2.6rem;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-language__content-list-box01 ul li {
		text-align: center;
	}

	.c-language__content-list-box02 {
		width: 30rem;
		height: 25rem;
		margin: 4.2rem auto 0;
		background: url(../images/language_pic02_sp.png) no-repeat center / contain;
	}

	.c-language__content-list-box02:before {
		border-right: 3.75rem solid transparent;
		border-left: 3.75rem solid transparent;
		border-top: 1.2rem solid #0159b2;
		top: -2.5rem;
	}

	.c-language__content-list-box02 .txt01 {
		width: 100%;
		font-size: 1.8rem;
		top: 4rem;
	}

	.c-language__content-list-box02 .txt02 {
		width: 100%;
		font-size: 1.6rem;
		top: 8.9rem;
	}

	.c-language__content-list-box02 ul {
		display: flex;
		gap: 0 2.4rem;
		font-size: 1.1rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
		white-space: nowrap;
		position: absolute;
		top: auto;
		bottom: 2.2rem;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-language__content-list-box02 ul li {
		text-align: center;
	}

	.c-language__content-list-box03 {
		width: 30rem;
		height: 52rem;
		margin: 4.2rem auto 0;
		background: url(../images/language_pic03_sp.png) no-repeat center / contain;
		position: relative;
		z-index: 1;
	}

	.c-language__content-list-box03:before {
		border-right: 3.75rem solid transparent;
		border-left: 3.75rem solid transparent;
		border-top: 1.2rem solid #0159b2;
		top: -2.5rem;
	}

	.c-language__content-list-box03 .txt01 {
		width: 100%;
		font-size: 1.6rem;
		position: absolute;
		top: 4rem;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-language__content-list-box03 .txt02 {
		font-size: 1.6rem;
		bottom: 17.6rem;
	}

	.c-language__content-list-box03 .txt03 {
		width: 100%;
		font-size: 1.6rem;
		position: absolute;
		top: 15.2rem;
		bottom: auto;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-language__content-list-box03 .txt04 {
		width: 100%;
		font-size: 1.6rem;
		position: absolute;
		bottom: 2.5rem;
		left: 50%;
		right: auto;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
}


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

 c-comparison

***********************************/
.c-comparison {
	background: #fffbee;
}

.c-comparison__inner {
	padding: 7rem 0 11rem;
}

.c-comparison__content {
	width: 100rem;
	margin: 3.5rem auto 0;
}

.c-comparison__content-table {

}

.c-comparison__content-table .head {
}

.c-comparison__content-table .head__tr {
	display: flex;
	align-items: flex-end;
}

.c-comparison__content-table .head__tr-th {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 6rem;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background: #333333;
}

.c-comparison__content-table .head__tr-th:first-child {
	flex: none;
	width: 16rem;
	border-radius: 2rem 0 0 0;
	border-left: .4rem solid #333333;
}

.c-comparison__content-table .head__tr-th:nth-child(3) {
	border-right: .1rem solid #666666;
}

.c-comparison__content-table .head__tr-th:last-child {
	border-radius: 0 2rem 0 0;
	border-right: .4rem solid #333333;
}

.c-comparison__content-table .head__tr-th--our {
	height: 8rem;
	color: #fff800;
	font-size: 2.6rem;
	font-weight: 900;
	border-radius: 2rem 2rem 0 0;
	background: #0059b2;
	border-left: .4rem solid #0059b2;
	border-right: .4rem solid #0059b2;
}

.c-comparison__content-table .body {

}

.c-comparison__content-table .body__tr {
	display: flex;
}

.c-comparison__content-table .body__tr-th {
	flex: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16rem;
	padding: 1.2rem .5rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	background: #ffffff;
	border-left: .4rem solid #999999;
	border-bottom: .1rem solid #cccccc;
}

.c-comparison__content-table .body__tr:last-child .body__tr-th {
	border-bottom: .4rem solid #999999;
	border-radius: 0 0 0 2rem;
}

.c-comparison__content-table .body__tr-td {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.2rem .5rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	background: #f6f6f6;
	border-bottom: .1rem solid #cccccc;
}

.c-comparison__content-table .body__tr-td:nth-child(3) {
	border-right: .1rem solid #cccccc;
}

.c-comparison__content-table .body__tr-td:last-child {
	background: #ededed;
	border-right: .4rem solid #999999;
}

.c-comparison__content-table .body__tr:last-child .body__tr-td {
	border-bottom: .4rem solid #999999;
}

.c-comparison__content-table .body__tr:last-child .body__tr-td:last-child {
	border-radius: 0 0 2rem 0;
}

.c-comparison__content-table .body__tr-td--our {
	padding: .5rem .5rem;
	color: #0059b2;
	font-size: 2.2rem;
	font-weight: 900;
	background: #ffffff;
	border-left: .4rem solid #0059b2;
	border-right: .4rem solid #0059b2;
	border-bottom: .1rem solid #dddddd;
}

.c-comparison__content-table .body__tr:last-child .body__tr-td--our {
	border-bottom: .4rem solid #0059b2;
	position: relative;
	z-index: 1;
}

.c-comparison__content-table .body__tr:last-child .body__tr-td--our:before {
	content: "";
	display: block;
	width: 100%;
	height: 2.4rem;
	position: absolute;
	bottom: -2.4rem;
	left: -.4rem;
	background: #ffffff;
	border-left: .4rem solid #0059b2;
	border-right: .4rem solid #0059b2;
	border-bottom: .4rem solid #0059b2;
	border-radius: 0 0 2rem 2rem;
	z-index: 1;
}

.c-comparison__content-table .body__tr-td .inner {
	text-align: center;
}

.c-comparison__content-table .body__tr-td .icon01 {
	display: inline-block;
	width: 2.4rem;
	margin-right: .5rem;
	vertical-align: text-bottom;
}

.c-comparison__content-table .body__tr-td .icon02 {
	display: inline-block;
	width: 2.4rem;
	margin-right: .75rem;
	vertical-align: text-bottom;
}

.c-comparison__content-table .body__tr-td .icon03 {
	display: inline-block;
	width: 2.4rem;
	margin-right: .75rem;
	vertical-align: text-bottom;
}

.c-comparison__content-table .body__tr-td .icon04 {
	display: inline-block;
	width: 2.4rem;
	margin-right: .75rem;
	vertical-align: text-bottom;
}

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

	.c-comparison__inner {
		padding: 3.5rem 0 3.8rem;
	}

	.c-comparison__content {
		width: auto;
		margin: 2.25rem -1.75rem 0;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.c-comparison__content-table {
		width: 60rem;
		padding-bottom: 1.2rem;
	}

	.c-comparison__content-table .head {
	}

	.c-comparison__content-table .head__tr-th {
		height: 3rem;
		font-size: 1.3rem;
	}

	.c-comparison__content-table .head__tr-th:first-child {
		width: 10rem;
		border-radius: 1rem 0 0 0;
		border-left: .2rem solid #333333;
		position: sticky;
		left: 0;
		z-index: 2;
	}

	.is-scrolled .c-comparison__content-table .head__tr-th:first-child {
		box-shadow: .2rem 0 .4rem rgba(0, 0, 0, .1);
	}

	.c-comparison__content-table .head__tr-th:nth-child(3) {
		border-right: .1rem solid #666666;
	}

	.c-comparison__content-table .head__tr-th:last-child {
		border-radius: 0 1rem 0 0;
		border-right: .2rem solid #333333;
	}

	.c-comparison__content-table .head__tr-th--our {
		height: 4rem;
		font-size: 1.6rem;
		border-radius: 1rem 1rem 0 0;
		border-left: .2rem solid #0059b2;
		border-right: .2rem solid #0059b2;
	}

	.c-comparison__content-table .body__tr-th {
		width: 10rem;
		padding: .8rem .5rem;
		font-size: 1.4rem;
		border-left: .2rem solid #999999;
		position: sticky;
		left: 0;
		z-index: 2;
	}

	.is-scrolled .c-comparison__content-table .body__tr-th:first-child {
		box-shadow: .2rem 0 .4rem rgba(0, 0, 0, .1);
	}

	.c-comparison__content-table .body__tr:last-child .body__tr-th {
		border-bottom: .2rem solid #999999;
		border-radius: 0 0 0 1rem;
	}

	.c-comparison__content-table .body__tr-td {
		padding: .8rem .5rem;
		font-size: 1.4rem;
	}

	.c-comparison__content-table .body__tr-td:last-child {
		border-right: .2rem solid #999999;
	}

	.c-comparison__content-table .body__tr:last-child .body__tr-td {
		border-bottom: .2rem solid #999999;
	}

	.c-comparison__content-table .body__tr:last-child .body__tr-td:last-child {
		border-radius: 0 0 1rem 0;
	}

	.c-comparison__content-table .body__tr-td--our {
		padding: .4rem .5rem;
		font-size: 1.6rem;
		border-left: .2rem solid #0059b2;
		border-right: .2rem solid #0059b2;
	}

	.c-comparison__content-table .body__tr:last-child .body__tr-td--our {
		border-bottom: .2rem solid #0059b2;
	}

	.c-comparison__content-table .body__tr:last-child .body__tr-td--our:before {
		height: 1.1rem;
		bottom: -1.1rem;
		left: -.2rem;
		border-left: .2rem solid #0059b2;
		border-right: .2rem solid #0059b2;
		border-bottom: .2rem solid #0059b2;
		border-radius: 0 0 1rem 1rem;
	}

	.c-comparison__content-table .body__tr-td .icon01 {
		width: 1.8rem;
		margin-right: .5rem;
	}

	.c-comparison__content-table .body__tr-td .icon02 {
		width: 1.8rem;
		margin-right: .5rem;
	}

	.c-comparison__content-table .body__tr-td .icon03 {
		width: 1.8rem;
		margin-right: .5rem;
	}

	.c-comparison__content-table .body__tr-td .icon04 {
		width: 1.8rem;
		margin-right: .5rem;
	}
}


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

 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: 27rem;
	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: 5.5rem 0;
}

.c-cv__inner .c-title01 .large {
	line-height: 1.6;
}

.c-cv__btn {
	width: 57rem;
	margin: 3rem auto 0;
}

.c-cv__btn-txt01 {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.c-cv__btn-contact {
	margin-top: 1.2rem;
}

.c-cv__btn-contact a {
	display: block;
	padding: 1.5rem 0;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 900;
	text-align: center;
	/* 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+ */
	border-radius: 20rem;
	box-shadow: 0 .5rem 0 rgba(0,0,0,.7);
	position: relative;
	z-index: 1;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-cv__btn-contact a .icon {
	padding-left: 4.4rem;
	padding-right: 4rem;
	position: relative;
	z-index: 1;
}

.c-cv__btn-contact a .icon:before {
	content: "";
	display: block;
	width: 3.1rem;
	height: 2.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%);
}

.c-cv__btn-contact a .icon:after {
	content: "";
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	background: url(../images/icon_arr01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-cv__btn-txt02 {
	margin-top: 2rem;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}

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

	.c-cv__btn-contact a:hover {
		transform: translateY(.5rem);
		box-shadow: 0 0 0 rgba(0,0,0,.7);
		filter: brightness(1.1);
	}

}

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

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

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

	.c-cv__inner {
		padding: 3.25rem 0 0;
	}

	.c-cv__inner:after {
		content: "";
		display: block;
		width: 34rem;
		height: 10.3rem;
		margin: .75rem auto 0;
		background: url(../images/cv_pic01_sp.png) no-repeat center bottom / contain;
	}

	.c-cv__inner .c-title01 .large {
		line-height: 1.6;
	}

	.c-cv__btn {
		width: 35.6rem;
		margin: 2.4rem auto 0;
	}

	.c-cv__btn-txt01 {
		font-size: 1.4rem;
	}

	.c-cv__btn-contact {
		margin-top: .8rem;
	}

	.c-cv__btn-contact a {
		padding: 1.5rem 0;
		font-size: 1.8rem;
		box-shadow: 0 .35rem 0 rgba(0,0,0,.7);
	}

	.c-cv__btn-contact a .icon {
		padding-left: 2.2rem;
		padding-right: 2.5rem;
	}

	.c-cv__btn-contact a .icon:before {
		width: 1.65rem;
		height: 1.2rem;
	}

	.c-cv__btn-contact a .icon:after {
		width: 1.8rem;
		height: 1.8rem;
		background: url(../images/icon_arr01_sp.png) no-repeat center / contain;
	}

	.c-cv__btn-txt02 {
		margin-top: 1.5rem;
		font-size: 1rem;
	}
}


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

 c-case

***********************************/
.c-case {
	background: #fffbee;
}

.c-case__inner {
	padding: 7rem 0 9rem;
}

.c-case__content {
	display: flex;
	justify-content: space-between;
	width: 100rem;
	max-width: 100%;
	margin: 7rem auto 0;
}

.c-case__content-sec {
	width: 47rem;
	padding: 4.5rem 2.8rem 1.8rem;
	background: #fff;
	border: .2rem solid #dddddd;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

.c-case__content-sec .ttl {
	width: 41rem;
	padding: .7rem 1.5rem;
	margin-top: -.1rem;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	background: #0059b2;
	box-shadow: 0 .3rem 0 rgba(0,0,0,.05);
	border-radius: 1.5rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-case__content-sec .pic {
}

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

.c-case__content-sec .txt01 {
	margin-top: 1.5rem;
}

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

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

	.c-case__content {
		display: block;
		width: auto;
		margin: 3.5rem auto 0;
	}

	.c-case__content-sec {
		width: auto;
		padding: 2.7rem 1.9rem 1.2rem;
		margin-top: 4.5rem;
		border: .1rem solid #dddddd;
		border-radius: 1.5rem;
	}

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

	.c-case__content-sec .ttl {
		width: 30rem;
		padding: .25rem 1.5rem;
		margin-top: -.05rem;
		font-size: 1.4rem;
		box-shadow: none;
		border-radius: 1rem;
	}

	.c-case__content-sec .txt01 {
		margin-top: 1.2rem;
		font-size: 1.2rem;
	}
}


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

 c-greeting

***********************************/
.c-greeting {

}

.c-greeting__inner {
	width: 124rem;
	padding: 7.5rem 0 8rem;
}

.c-greeting__content {
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
}

.c-greeting__content-pic {
	width: 37rem;
}

.c-greeting__content-box {
	width: 79rem;
}

.c-greeting__content-box p {
	margin-top: 1.6em;
	font-size: 2rem;
	line-height: 2.2;
}

.c-greeting__content-box p:first-child {
	margin-top: -.5em;
}

.c-greeting__content-box p:last-child {
	margin-bottom: -.5em;
}

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

	.c-greeting__inner {
		padding: 3.25rem 0 4rem;
	}

	.c-greeting__content {
		display: block;
		margin-top: 2.25rem;
	}

	.c-greeting__content-pic {
		width: 18.5rem;
		margin: 0 auto;
		text-align: center;
	}

	.c-greeting__content-box {
		width: auto;
		margin-top: 2rem;
	}

	.c-greeting__content-box p {
		margin-top: .8em;
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.c-greeting__content-box p:first-child {
		margin-top: 0;
	}

	.c-greeting__content-box p:last-child {
		margin-bottom: 0;
	}
}


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

 c-flow

***********************************/
.c-flow {
	background: #fffbee;
}

.c-flow__inner {
	padding: 8rem 0;
}

.c-flow__list {
	display: flex;
	justify-content: space-between;
	width: 102.8rem;
	max-width: 100%;
	margin: 5.5rem auto 0;
}

.c-flow__list-sec {
	width: 21.2rem;
	padding: 3.3rem 1.8rem 2.8rem;
	background: #fff;
	border: .2rem solid #0059b2;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

.c-flow__list-sec:before {
	content: "";
	display: block;
	width: 2.2rem;
	height: 2rem;
	background: url(../images/flow_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: -4.3rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

.c-flow__list-sec .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10.4rem;
	height: 4rem;
	margin-top: -.1rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background: #0059b2;
	border-radius: 20rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-flow__list-sec .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 8rem;
	background: #fffbee;
	border-radius: 1.5rem;
}

.c-flow__list-sec .icon img {
	display: block;
	width: 5.4rem;
}

.c-flow__list-sec .ttl {
	margin-top: 1.2rem;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-flow__list-sec .txt01 {
	margin-top: 1.5rem;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-flow__list-sec .txt01 .block {
	display: inline-block;
	padding: .75rem 1.5rem;
	background: #ffff00;
	border-radius: 20rem;
}

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

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

	.c-flow__list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 4rem 0;
		margin: 3.75rem auto 0;
	}

	.c-flow__list-sec {
		width: 15rem;
		padding: 2.45rem 1.35rem 1.35rem;
		border: .15rem solid #0059b2;
		border-radius: 1.5rem;
	}

	.c-flow__list-sec:before {
		right: -3.25rem;
	}

	.c-flow__list-sec:nth-child(3):after {
		content: "";
		display: block;
		width: 2.3rem;
		height: 2.3rem;
		background: url(../images/flow_arr02.png) no-repeat center / contain;
		position: absolute;
		top: -3.3rem;
		right: -3.3rem;
		z-index: 1;
	}

	.c-flow__list-sec:nth-child(2):before,
	.c-flow__list-sec:last-child:before {
		display: none;
	}

	.c-flow__list-sec .num {
		width: 7.8rem;
		height: 3rem;
		margin-top: -.075rem;
		font-size: 1.4rem;
	}

	.c-flow__list-sec .icon {
		height: 6rem;
		border-radius: 1rem;
	}

	.c-flow__list-sec .icon img {
		width: 4.1rem;
	}

	.c-flow__list-sec .ttl {
		margin-top: 1.2rem;
		font-size: 1.5rem;
	}

	.c-flow__list-sec .txt01 {
		margin-top: 1rem;
		font-size: 1.2rem;
	}

	.c-flow__list-sec .txt01 .block {
		display: inline-block;
		padding: .55rem 1.5rem;
		background: #ffff00;
		border-radius: 20rem;
	}
}


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

 c-faq

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

}

.c-faq__inner {
	padding: 8rem 0 3.75rem;
}

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

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

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

	.c-faq__content {
		width: 30rem;
		margin: 2.5rem auto 0;
	}

}


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

 c-company

***********************************/
.c-company {

}

.c-company__inner {
	padding: 3.75rem 0 9rem;
}

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

.c-company__content dl {
	display: flex;
	padding: 3.7rem 0;
	font-size: 1.8rem;
	line-height: 1.8;
	border-bottom: .1rem solid #dddddd;
}

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

.c-company__content dl dt {
	width: 20rem;
	padding-right: 4rem;
	font-weight: bold;
	border-right: .1rem solid #dddddd;
}

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

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

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

	.c-company__content {
		width: 30rem;
		margin: 2.25rem auto 0;
	}

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

	.c-company__content dl dt {
		width: auto;
		padding-right: 0;
		text-align: center;
		border-right: none;
	}

	.c-company__content dl dd {
		margin-top: .3em;
		padding-left: 0;
		text-align: center;
	}
}


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

 c-contact

***********************************/
.c-contact {
	background: #fffbee;
}

.c-contact__inner {
	padding: 7.5rem 0 9rem;
}

.c-contact__txt01 {
	margin-top: 3rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}

.c-contact__txt01 .large {
	font-size: 2.4rem;
}

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

.c-contact__content-ttl {
	padding: .95rem 1.5rem;
	margin-bottom: 4rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	background: #0059b2;
	border-radius: 1.5rem;
}

.c-contact__content-box {
	padding: 1rem 3.8rem 6.3rem;
	background-color: #fff;
	border-left: .2rem solid #dddddd;
	border-right: .2rem solid #dddddd;
	border-bottom: .2rem solid #dddddd;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.c-contact__content-box:before {
	content: "";
	display: block;
	width: 100%;
	height: .2rem;
	background-color: #0059b2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

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

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

	.c-contact__txt01 {
		margin-top: 1.5rem;
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.8;
	}

	.c-contact__txt01 .large {
		font-size: 1.6rem;
	}

	.c-contact__content {
		margin: 1.75rem auto 0;
	}

	.c-contact__content-ttl {
		padding: .6rem .5rem;
		margin-bottom: 2rem;
		font-size: 1.6rem;
		border-radius: 1rem;
	}

	.c-contact__content-box {
		padding: .2rem 4.833333333333333% 8.088235294117647%;
		border-radius: 1.25rem;
		box-shadow: none;
		border: .1rem solid #dddddd;
	}

	.c-contact__content-box:before {
		display: none;
	}
}


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

 xxx

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

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

}

