@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;
	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 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;
	letter-spacing: .07em;
	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;
	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;
}

* {
	box-sizing: border-box;
}



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

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

	body {
		font-size: 1.4rem;
	}

	input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
		height: 4.4rem;
		padding: .5rem 1rem;
		font-size: 1.4rem;
		border: .2rem solid #dddddd;
	}

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

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


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

 general

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

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.alignC {
	text-align: center;
}

.alignR {
	text-align: right;
}

.alignL {
	text-align: left;
}

.veralignT {
	vertical-align: top;
}

.veralignM {
	vertical-align: middle;
}

.veralignB {
	vertical-align: bottom;
}

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

.bold {
	font-weight: bold;
}

.white {
	color: #fff;
}

.red {
	color: #df2415;
}

.blue {
	color: #013489;
}

.yellow {
	color: #ffdf00;
}

.bgYellow {
	background-color: #fff100;
}

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

.marker-blue {
	background: linear-gradient(transparent 70%, #013489 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: 6rem;
	}

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

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

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

 l-header

***********************************/
.l-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 7rem;
	background: #fff;
	position: relative;
	z-index: 3;
}

.l-header__logo {
	width: 32.4rem;
}

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

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

.l-header__right .tel {
	margin-right: 3rem;
}

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

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

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

.l-header__right .tel .time {
	padding: .1rem .5rem;
	margin-top: .6rem;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background: #f9f9f4;
	border: .2rem solid #eeeeee;
	border-radius: 200px;
}

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

.l-header__right .line a {
	display: block;
	padding: 1.1rem 2rem;
	color: #fff;
	background: #19bc03;
	border-radius: 1.2rem;
	position: relative;
	z-index: 1;
}

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

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

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

.l-header__right .contact a {
	display: block;
	padding: 1.1rem 2rem;
	color: #fff;
	background: #ff4000;
	border-radius: 1.2rem;
	position: relative;
	z-index: 1;
}

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

.l-header__right .contact a .icon:before {
	content: "";
	display: block;
	width: 2.5rem;
	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) {

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

	.l-header__logo {
		width: 13.2rem;
	}

	.l-header__right {
		display: none;
	}
}

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

 l-fixed-contents

***********************************/
.l-fixed-contents {
	display: flex;
	width: 100%;
	height: 6rem;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.l-fixed-contents .tel {
	width: 33.3333334%;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
}

.l-fixed-contents .tel a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 6rem;
	color: #1d2084;
	background: #fff;
	position: relative;
	z-index: 1;
}

.l-fixed-contents .tel a .balloon {
	padding: .3rem .75rem;
	margin-top: -1.7rem;
	margin-bottom: 1.5rem;
	color: #1d1f84;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	background: #ffdf00;
	border-radius: 20rem;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

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

.l-fixed-contents .tel a .icon {
	padding-left: 2.7rem;
	position: relative;
	z-index: 1;
}

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

.l-fixed-contents .line {
	width: 33.3333334%;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
}

.l-fixed-contents .line a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 6rem;
	color: #fff;
	background: #19bc03;
}

.l-fixed-contents .line a span {
	padding-left: 2.9rem;
	position: relative;
	z-index: 1;
}

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

.l-fixed-contents .contact {
	width: 33.3333334%;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
}

.l-fixed-contents .contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 6rem;
	color: #fff;
	background: #ff4000;
}

.l-fixed-contents .contact a span {
	padding-left: 2.4rem;
	position: relative;
	z-index: 1;
}

.l-fixed-contents .contact a span:before {
	content: "";
	display: block;
	width: 1.8rem;
	height: 1.4rem;
	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-footer

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

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

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

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

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

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

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

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

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

 c-title01

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

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

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

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

 c-sub-hero

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

.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: 10rem;
	box-shadow: 0 .5rem 0 0 #9e180e;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee574a+0,eb3122+100 */
	background: linear-gradient(to bottom, rgba(238, 87, 74, 1) 0%, rgba(235, 49, 34, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	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 .35rem 0 0 #9e180e;
	}
}

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

 c-form

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

.c-form:before {}

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

.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: #e83d2f;
}

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

.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.6rem;
	font-weight: bold;
	line-height: 1.8;
}

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

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

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

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

.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: 900;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: .07em;
	border-radius: 100px;
	box-shadow: 0 .5rem 0 0 #9e180e;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee574a+0,eb3122+100 */
	background: linear-gradient(to bottom, rgba(238, 87, 74, 1) 0%, rgba(235, 49, 34, 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;
	margin-top: 4rem;
}

.c-form__confirmBtn__btn {
	width: 36rem;
}

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

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

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

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

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

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

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

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

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

	.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 1em 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.2rem;
	}

	.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 {
		margin-bottom: 1.5rem;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
	}

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

	.c-form__submit {
		width: 24rem;
		margin-top: 2.5rem;
	}

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

	.c-form__confirmBtn {
		margin-top: 2.5rem;
		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 .35rem 0 0 #333333;
	}

}


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

 c-faq-list

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

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

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

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

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

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

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

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

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

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

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

	.c-faq-list {}

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

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

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

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

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

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

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

}


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

 c-faq-list-acc

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

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

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

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

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

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

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

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

.c-faq-list-acc dl dt .ttl:after {
	content: "";
	display: block;
	width: .2rem;
	height: 1.8rem;
	margin: 1.1rem 3.8rem 0 0;
	background-color: #013489;
	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;
	line-height: 1.2;
}

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

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

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

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

	.c-faq-list-acc dl {
		padding-left: .25rem;
		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: #f5faff;
}

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

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

.c-completeSec__inner .back {
	max-width: 35rem;
	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: #fdfdfa url(../images/hero_bg01_pc.jpg) no-repeat center bottom;
}

.c-hero__inner {
	height: 660px;
	padding-top: 50px;
}

.c-hero__inner-top {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.c-hero__inner-top-price {
	margin-right: 40px;
}

.c-hero__inner-top-price .block {
	padding: 10px 15px;
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	background: #013489;
	border-radius: 10px;
}

.c-hero__inner-top-price .block .Oswald {
	display: inline-block;
	padding: 0 .05em;
	font-size: 86px;
	font-weight: bold;
	line-height: 1;
}

.c-hero__inner-top-feature {
	display: flex;
	align-items: flex-end;
}

.c-hero__inner-top-feature .sec {
	padding: 0 50px;
	margin-right: 30px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-top-feature .sec:last-child {
	margin-right: 0;
}

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

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

.c-hero__inner-top-feature .sec__ttl {
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	line-height: 1.4;
}

.c-hero__inner-top-feature .sec__txt01 {
	margin-top: 5px;
	font-size: 32px;
	font-weight: 900;
	text-align: center;
	line-height: 1;
}

.c-hero__inner-top-feature .sec__txt01 .large {
	display: inline-block;
	font-size: 46px;
	line-height: 1;
}

.c-hero__inner-top-feature .sec__txt01 .small {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
}

.c-hero__inner-top-feature .sec__note01 {
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
	letter-spacing: .03em;
}

.c-hero__inner-ttl {
	margin-top: 30px;
	font-size: 60px;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
}

.c-hero__inner-ttl .large01 {
	font-size: 78px;
}

.c-hero__inner-ttl .large02 {
	font-size: 70px;
}

.c-hero__inner-btn {
	margin-top: 60px;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
}

.c-hero__inner-btn a {
	display: inline-block;
	padding: 20px 30px;
	border-radius: 200px;
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1dcf03+0,169e03+100 */
	background: linear-gradient(to bottom, rgba(29, 207, 3, 1) 0%, rgba(22, 158, 3, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: 0 5px 0 #106d02;
	position: relative;
	z-index: 2;
	overflow: visible;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-hero__inner-btn a:hover {
	box-shadow: 0 0 0 #106d02;
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
}

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

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

.c-hero__sec__topttl {
	margin-top: 30px;
	font-size: clamp(14px, 2.2vw, 24px);
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	background: #013489;
	padding: 0.2em 0;
	white-space: nowrap;

}

.c-hero__sec__topttl .sp-br {
	display: none;
}

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

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

	.c-hero__inner {
		height: 47.143vw;
		padding-top: 3.571vw;
	}

	.c-hero__inner-top-price {
		margin-right: 2.857vw;
	}

	.c-hero__inner-top-price .block {
		padding: 0.714vw 1.071vw;
		font-size: 2vw;
		border-radius: 0.714vw;
	}

	.c-hero__inner-top-price .block .Oswald {
		font-size: 6.143vw;
	}

	.c-hero__inner-top-feature .sec {
		padding: 0 3.571vw;
		margin-right: 2.143vw;
	}

	.c-hero__inner-top-feature .sec:before {
		width: 3vw;
		height: 7.286vw;
	}

	.c-hero__inner-top-feature .sec:after {
		width: 3vw;
		height: 7.286vw;
	}

	.c-hero__inner-top-feature .sec__ttl {
		font-size: 1.429vw;
	}

	.c-hero__inner-top-feature .sec__txt01 {
		margin-top: 0.357vw;
		font-size: 2.286vw;
	}

	.c-hero__inner-top-feature .sec__txt01 .large {
		font-size: 3.286vw;
	}

	.c-hero__inner-top-feature .sec__txt01 .small {
		font-size: 1.429vw;
	}

	.c-hero__inner-top-feature .sec__note01 {
		margin-top: 0.714vw;
		font-size: 0.857vw;
	}

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

	.c-hero__inner-ttl .large01 {
		font-size: 5.571vw;
	}

	.c-hero__inner-ttl .large02 {
		font-size: 5vw;
	}

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

	.c-hero__inner-btn a {
		padding: 1.429vw 2.143vw;
		box-shadow: 0 0.35714286vw 0 #106d02;
	}

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

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

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

	.c-hero__inner-btn a .icon:before {
		width: 2.429vw;
		height: 2.143vw;
	}

	.c-hero__sec__topttl {
		margin-top: 2.143vw;
		font-size: 1.8vw;
	}

	.c-hero__sec__topttl .sp-br {
		display: block;
	}

}

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

	.c-hero {
		background: #fff url(../images/hero_bg01_sp.png) no-repeat center bottom / contain;
	}

	.c-hero__inner {
		height: auto;
		padding-top: 0;
		padding-bottom: 3.8rem;
	}

	.c-hero__inner-top {
		display: block;
		position: relative;
		z-index: 1;
	}

	.c-hero__inner-top-price {
		margin-right: 0;
		text-align: center;
	}

	.c-hero__inner-top-price .block {
		padding: .6rem 1rem;
		font-size: 1.8rem;
		border-radius: .8rem;
	}

	.c-hero__inner-top-price .block .Oswald {
		padding: 0 .05em;
		font-size: 4.7rem;
	}

	.c-hero__inner-top-feature {
		display: flex;
		align-items: flex-end;
		position: absolute;
		top: 17.5rem;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-hero__inner-top-feature .sec {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding: 0 2.5rem;
		margin-right: .75rem;
	}

	.c-hero__inner-top-feature .sec:before {
		width: 2.1rem;
		height: 5.1rem;
	}

	.c-hero__inner-top-feature .sec:after {
		width: 2.1rem;
		height: 5.1rem;
	}

	.c-hero__inner-top-feature .sec__ttl {
		margin-left: -.2em;
		margin-right: -.2em;
		font-size: 1rem;
	}

	.c-hero__inner-top-feature .sec__txt01 {
		margin-top: .25rem;
		font-size: 1.6rem;
		white-space: nowrap;
	}

	.c-hero__inner-top-feature .sec__txt01 .large {
		font-size: 2.3rem;
	}

	.c-hero__inner-top-feature .sec__txt01 .small {
		font-size: 1rem;
	}

	.c-hero__inner-top-feature .sec__note01 {
		margin-top: .7rem;
		margin-left: -.2em;
		margin-right: -.2em;
		font-size: .9rem;
		line-height: 1;
		white-space: nowrap;
	}

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

	.c-hero__inner-ttl .large01 {
		font-size: 3.1rem;
	}

	.c-hero__inner-ttl .large02 {
		font-size: 2.7rem;
	}

	.c-hero__inner-btn {
		margin-top: 26rem;
		font-size: 1.7rem;
	}

	.c-hero__inner-btn a {
		display: inline-block;
		padding: 1.3rem 2rem;
		border-radius: 20rem;
		color: #fff;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1dcf03+0,169e03+100 */
		background: linear-gradient(to bottom, rgba(29, 207, 3, 1) 0%, rgba(22, 158, 3, 1) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		box-shadow: 0 .35rem 0 rgba(6, 48, 0);
		position: relative;
		z-index: 2;
		overflow: visible;
		transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.c-hero__inner-btn a:hover {
		box-shadow: 0 .35rem 0 rgba(6, 48, 0);
		transform: none;
		-webkit-transform: none;
	}

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

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

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


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

 c-media

***********************************/
.c-media {
	background: url(../images/media_bg01_pc.jpg) no-repeat center / cover;
}

.c-media__inner {
	padding: 6rem 0 7rem;
}

.c-media__inner-txt01 {
	margin-top: 2rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}

.c-media__inner-box {
	width: 96rem;
	max-width: 100%;
	margin: 3.5rem auto 0;
	background: #fff;
	border: .5rem solid #013489;
	border-radius: 2rem;
}

.c-media__inner-box ul {
	display: flex;
}

.c-media__inner-box ul li {
	width: 33.3334%;
	padding: 2.5rem 0;
	border-left: .5rem solid #013489;
}

.c-media__inner-box ul li:first-child {
	border-left: none;
}

.c-media__inner-box ul li img {
	display: block;
	width: 26.2rem;
	margin: 0 auto;
}

.c-media__inner-box ul li:first-child img {
	width: 15.7rem;
}


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

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

	.c-media__inner-txt01 {
		margin-top: 1.5rem;
		font-size: 1.4rem;
		line-height: 1.8;
		text-align: center;
	}

	.c-media__inner-content {
		margin-top: 2.5rem;
		position: relative;
		z-index: 1;
	}

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

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

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

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

	.c-media__inner-content-slider {
		width: 30rem;
		margin: 0 auto;
		overflow: hidden;
	}

	.c-media__inner-content-slider .slick-list {
		margin-right: -1rem;
	}

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

	.c-media__inner-content-slider-item {
		display: flex !important;
		justify-content: center;
		align-items: center;
		height: auto !important;
		float: none !important;
		padding: 2rem 2rem;
		margin-right: 1rem;
		background: #fff;
		border: .25rem solid #013489;
		border-radius: 1.5rem;
	}

	.c-media__inner-content-slider-item .img1 {
		display: block;
		width: 14.1rem;
		margin: 0 auto;
	}

	.c-media__inner-content-slider-item .img2 {
		width: 100%;
		max-width: none;
	}

}


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

 c-situation

***********************************/
.c-situation {
	background: #f5faff;
}

.c-situation__inner {
	padding: 7.5rem 0 9.3rem;
}

.c-situation__inner-content {
	margin-top: 4.5rem;
	position: relative;
	z-index: 1;
}

.c-situation__inner-content:before {
	content: "";
	display: block;
	width: 133.6rem;
	height: 47.8rem;
	background: url(../images/situation_pic01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-situation__inner-content ul {
	width: 80rem;
	max-width: 100%;
	margin: 0 auto;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
}

.c-situation__inner-content ul li {
	padding: 1.5rem 2rem;
	margin-top: 3.5rem;
	margin-left: 8rem;
	background: #fff;
	border-radius: 1rem;
	box-shadow: 0 .3rem 0 rgba(0, 0, 0, .05);
	position: relative;
	z-index: 1;
}

.c-situation__inner-content ul li:first-child {
	margin-top: 0;
}

.c-situation__inner-content ul li:before {
	content: "";
	display: block;
	width: 6.6rem;
	height: 100%;
	background: #013489 url(../images/icon_check01_pc.png) no-repeat center;
	background-size: 1.8rem 1.4rem;
	border-radius: 1.5rem;
	box-shadow: 0 .3rem 0 rgba(0, 0, 0, .05);
	position: absolute;
	top: 0;
	left: -8rem;
	z-index: 1;
}

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

	.c-situation__inner {
		padding: 3rem 0 3.5rem;
	}

	.c-situation__inner-content {
		margin-top: 2.5rem;
	}

	.c-situation__inner-content:before {
		display: none;
	}

	.c-situation__inner-content:after {
		content: "";
		display: block;
		width: 33rem;
		height: 7rem;
		margin: 2.65rem auto 0;
		background: url(../images/situation_pic01_sp.png) no-repeat center / contain;
	}

	.c-situation__inner-content ul {
		width: auto;
		font-size: 1.4rem;
	}

	.c-situation__inner-content ul li {
		padding: .9rem 1.2rem;
		margin-top: 1.65rem;
		margin-left: 5rem;
		border-radius: .75rem;
		box-shadow: 0 .15rem 0 rgba(0, 0, 0, .05);
	}

	.c-situation__inner-content ul li:before {
		width: 4rem;
		background: #013489 url(../images/icon_check01_sp.png) no-repeat center;
		background-size: 1.4rem 1.1rem;
		border-radius: .75rem;
		box-shadow: 0 .15rem 0 rgba(0, 0, 0, .05);
		left: -5rem;
	}
}


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

 c-trouble

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

.c-trouble__inner {
	padding: 6rem 0 8rem;
}

.c-trouble__inner-ttl {
	color: #fff;
	font-size: 3.6rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.7;
	position: relative;
	z-index: 1;
}

.c-trouble__inner-ttl:before {
	content: "";
	display: block;
	width: 92rem;
	height: 16.8rem;
	background: url(../images/trouble_pic01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

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

.c-trouble__inner-content .txt01 {
	margin-top: 1em;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	line-height: 2.4;
}

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

.c-trouble__inner-content .txt01 .large {
	display: inline-block;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.8;
}

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

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

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

	.c-trouble__inner-ttl {
		font-size: 1.8rem;
		text-align: left;
		line-height: 1.7;
	}

	.c-trouble__inner-ttl:before {
		width: 15.6rem;
		height: 12.4rem;
		margin-bottom: .5rem;
		background: url(../images/trouble_pic01_sp.png) no-repeat center / contain;
		position: absolute;
		top: auto;
		bottom: 0;
		left: auto;
		right: -1.75rem;
		z-index: -1;
		transform: none;
		-webkit-transform: none;
	}

	.c-trouble__inner-content {
		margin-top: 1.5rem;
	}

	.c-trouble__inner-content .txt01 {
		margin-top: .8em;
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.8;
	}

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

	.c-trouble__inner-content .txt01 .large {
		font-size: 1.7rem;
		line-height: 1.8;
	}
}


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

 c-cv

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

.c-cv__inner {
	padding-top: 4.5rem;
	padding-bottom: 5.5rem;
	position: relative;
	z-index: 1;
}

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

.c-cv__inner-head {
	display: flex;
	width: 102rem;
	max-width: 100%;
	padding-top: .1rem;
	margin: 0 auto;
}

.c-cv__inner-head-ttl {
	margin-right: 3rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.8;
}

.c-cv__inner-head-list {
	display: flex;
}

.c-cv__inner-head-list li {
	width: 16.2rem;
	margin-right: 2rem;
	position: relative;
	z-index: 1;
}

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

.c-cv__inner-head-list li:before {
	content: "";
	display: block;
	width: 3.2rem;
	height: 7.7rem;
	background: url(../images/cv_award_bg01_pc.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.c-cv__inner-head-list li:after {
	content: "";
	display: block;
	width: 3.2rem;
	height: 7.7rem;
	background: url(../images/cv_award_bg02_pc.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.c-cv__inner-head-list li .txt01 {
	padding-top: 4rem;
	margin-top: -.5rem;
	color: #ffdf00;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
	position: relative;
	z-index: 1;
}

.c-cv__inner-head-list li .txt01:before {
	content: "";
	display: block;
	width: 3.6rem;
	height: 3.6rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-cv__inner-head-list li:nth-child(1) .txt01:before {
	background: url(../images/cv_icon01.png) no-repeat center / contain;
}

.c-cv__inner-head-list li:nth-child(2) .txt01:before {
	background: url(../images/cv_icon02.png) no-repeat center / contain;
}

.c-cv__inner-head-list li:nth-child(3) .txt01:before {
	background: url(../images/cv_icon03.png) no-repeat center / contain;
}

.c-cv__inner-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 102rem;
	max-width: 100%;
	margin: 2rem auto 0;
	position: relative;
	z-index: 1;
}

.c-cv__inner-list-tel {
	width: 32rem;
	margin-right: 4.5rem;
	position: relative;
	z-index: 1;
}

.c-cv__inner-list-tel .balloon {
	margin-bottom: 1.5rem;
	color: #1d1f84;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 1;
}

.c-cv__inner-list-tel .balloon:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 1rem solid transparent;
	border-left: 1rem solid transparent;
	border-top: 1rem solid #ffdf00;
	border-bottom: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-cv__inner-list-tel .balloon span {
	display: inline-block;
	padding: .3rem 1.2rem;
	background: #ffdf00;
	border-radius: 20rem;
}

.c-cv__inner-list-tel a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 10.6rem;
	padding: 0 1rem 0 1rem;
	text-align: center;
	background: #fff;
	box-shadow: 0 .5rem 0 rgba(0, 0, 0, .1);
	border-radius: 2rem;
	position: relative;
	z-index: 1;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-cv__inner-list-tel a .txt02 {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.c-cv__inner-list-tel a .num {
	padding-left: 2.6rem;
	margin-top: 1.2rem;
	color: #013489;
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}

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

.c-cv__inner-list-line {
	width: 32rem;
	margin-right: 4.5rem;
	font-size: 2.4rem;
	font-weight: bold;
}

.c-cv__inner-list-line a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 10.6rem;
	padding: 0 1rem 0 1rem;
	color: #fff;
	background: #19bc03;
	box-shadow: 0 .5rem 0 rgba(0, 0, 0, .1);
	border-radius: 2rem;
	position: relative;
	z-index: 1;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-cv__inner-list-line a .icon {
	padding-left: 4rem;
	position: relative;
	z-index: 1;
}

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

.c-cv__inner-list-contact {
	width: 32rem;
	font-size: 2.4rem;
	font-weight: bold;
}

.c-cv__inner-list-contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 10.6rem;
	padding: 0 1rem 0 1rem;
	color: #fff;
	background: #ff4000;
	box-shadow: 0 .5rem 0 rgba(0, 0, 0, .1);
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-cv__inner-list-contact a .icon {
	padding-left: 3.4rem;
	position: relative;
	z-index: 1;
}

.c-cv__inner-list-contact a .icon:before {
	content: "";
	display: block;
	width: 2.5rem;
	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__inner {
		padding-top: 2rem;
		padding-bottom: 3.4rem;
	}

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

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

	.c-cv__inner-head-ttl {
		margin-right: 0;
		font-size: 1.8rem;
		text-align: center;
	}

	.c-cv__inner-head-list {
		display: flex;
		justify-content: space-between;
		margin-top: 1.5rem;
	}

	.c-cv__inner-head-list li {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 10.1rem;
		height: 7.7rem;
		margin-right: 0;
	}

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

	.c-cv__inner-head-list li:before {
		width: 3.2rem;
		height: 7.7rem;
		background: url(../images/cv_award_bg01_sp.png) no-repeat center / contain;
	}

	.c-cv__inner-head-list li:after {
		width: 3.2rem;
		height: 7.7rem;
		background: url(../images/cv_award_bg02_sp.png) no-repeat center / contain;
	}

	.c-cv__inner-head-list li .txt01 {
		padding-top: 0;
		margin-top: 0;
		font-size: 1.6rem;
		line-height: 1.3;
	}

	.c-cv__inner-head-list li .txt01:before {
		display: none;
	}

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

	.c-cv__inner-list-tel {
		width: auto;
		margin-right: 0;
	}

	.c-cv__inner-list-tel .balloon {
		margin-bottom: -.75rem;
		font-size: 1.3rem;
		line-height: 1.6;
		position: relative;
		z-index: 2;
	}

	.c-cv__inner-list-tel .balloon:before {
		border-right: .5rem solid transparent;
		border-left: .5rem solid transparent;
		border-top: .5rem solid #ffdf00;
	}

	.c-cv__inner-list-tel .balloon span {
		padding: .2rem 1rem;
	}

	.c-cv__inner-list-tel a {
		height: 5.9rem;
		padding: 0 1rem 0 1rem;
		box-shadow: 0 .4rem 0 rgba(0, 0, 0, .1);
		border-radius: 1.2rem;
	}

	.c-cv__inner-list-tel a .txt03 {
		display: inline-block;
		padding-left: 2.9rem;
		color: #003387;
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
		line-height: 1;
		position: relative;
		z-index: 1;
	}

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

	.c-cv__inner-list-line {
		width: auto;
		margin-top: 2.6rem;
		margin-right: 0;
		font-size: 2rem;
	}

	.c-cv__inner-list-line a {
		height: 5.9rem;
		padding: 0 1rem 0 1rem;
		box-shadow: 0 .4rem 0 rgba(0, 0, 0, .1);
		border-radius: 1.2rem;
	}

	.c-cv__inner-list-line a .icon {
		padding-left: 3rem;
	}

	.c-cv__inner-list-line a .icon:before {
		width: 2.3rem;
		height: 2rem;
	}

	.c-cv__inner-list-contact {
		width: auto;
		margin-top: 2.6rem;
		font-size: 2rem;
	}

	.c-cv__inner-list-contact a {
		height: 5.9rem;
		padding: 0 1rem 0 1rem;
		box-shadow: 0 .4rem 0 rgba(0, 0, 0, .1);
		border-radius: 1.2rem;
	}

	.c-cv__inner-list-contact a .icon {
		padding-left: 2.5rem;
	}

	.c-cv__inner-list-contact a .icon:before {
		width: 1.8rem;
		height: 1.4rem;
	}

	.c-hero__sec__topttl {
		margin-top: 2.143vw;
		font-size: 3.4vw;
	}


}


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

 c-works

***********************************/
.c-works {
	background: #f5faff;
}

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

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

.c-works__inner-content-sec {
	margin-top: 10rem;
}

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

.c-works__inner-content-sec .head {
	padding: 2.1rem 29rem 2.1rem 10rem;
	background: #013489;
	border-radius: 2rem 2rem 0 0;
	position: relative;
	z-index: 1;
}

.c-works__inner-content-sec .head:before {
	content: "";
	display: block;
	width: 11rem;
	height: 11rem;
	margin-top: -4rem;
	margin-left: -3rem;
	background: url(../images/works_resolution.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-works__inner-content-sec .head__ttl {
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.6;
}

.c-works__inner-content-sec .head__pic {
	width: 21rem;
	margin-top: -8rem;
	margin-right: 5rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-works__inner-content-sec .body {
	padding: 3rem 4.7rem 3.7rem;
	border-left: .3rem solid #dddddd;
	border-right: .3rem solid #dddddd;
	border-bottom: .3rem solid #dddddd;
	background: #fff;
	border-radius: 0 0 2rem 2rem;
}

.c-works__inner-content-sec .body__detail {}

.c-works__inner-content-sec .body__detail-ttl {
	color: #013489;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	background: #f5faff;
	border-radius: 1.5rem;
}

.c-works__inner-content-sec .body__detail-txt01 {
	margin-top: 1.5rem;
}

.c-works__inner-content-sec .body__result {
	margin-top: 3rem;
}

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

.c-works__inner-content-sec .body__result-ttl {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	background: #013489;
	border-radius: 1.5rem;
}

.c-works__inner-content-sec .body__result-box01 {
	padding: 3rem 3rem 3rem 22rem;
	margin-top: 2rem;
	background: #f7fafd;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

.c-works__inner-content-sec .body__result-box01:before {
	content: "";
	display: block;
	width: 20.4rem;
	height: 23rem;
	background: url(../images/works_result01.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.c-works__inner-content-sec .body__result-box01 ul {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
}

.c-works__inner-content-sec .body__result-box01 ul li {
	margin-top: 2rem;
}

.c-works__inner-content-sec .body__result-box01 ul li:first-child {
	margin-top: 0;
}

.c-works__inner-content-sec .body__result-box01 ul li .block {
	display: inline-block;
	padding: .9rem 2rem;
	border: .2rem solid #013489;
	background: #fff;
	border-radius: 1.5rem;
}

.c-works__inner-content-sec .body__more {
	margin-top: 3rem;
	font-size: 2rem;
	font-weight: bold;
}

.c-works__inner-content-sec .body__more a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24rem;
	height: 5.6rem;
	margin: 0 auto;
	color: #013489;
	text-align: center;
	border: .2rem solid #013489;
	background: #fff;
	border-radius: 20rem;
	position: relative;
	z-index: 1;
}

.c-works__inner-content-sec .body__more a:before {
	content: "";
	display: block;
	width: 1.2rem;
	height: .8rem;
	background: url(../images/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 2.4rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-works__inner-content-sec .body__more.is-active a:before {
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
}

.c-works__inner-content-sec .body__more a .open {
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-works__inner-content-sec .body__more.is-active a .open {
	opacity: 0;
}

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

.c-works__inner-content-sec .body__more.is-active a .close {
	opacity: 1;
}

.c-works__inner-content-sec .body__acc {
	display: none;
}

.c-works__inner-content-sec .body__acc-inner {
	padding-top: 3rem;
}

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

	.c-works__inner {
		padding: 3rem 0 3.5rem;
	}

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

	.c-works__inner-content-sec {
		margin-top: 4rem;
	}

	.c-works__inner-content-sec .head {
		padding: 1.1rem 12rem 1.1rem 4rem;
		border-radius: 1.2rem 1.2rem 0 0;
	}

	.c-works__inner-content-sec .head:before {
		width: 5.3rem;
		height: 5.5rem;
		margin-top: -1.5rem;
		margin-left: -1.5rem;
	}

	.c-works__inner-content-sec .head__ttl {
		font-size: 1.3rem;
	}

	.c-works__inner-content-sec .head__pic {
		width: 10.5rem;
		margin-top: -1.5rem;
		margin-right: 1rem;
	}

	.c-works__inner-content-sec .body {
		padding: 1.5rem 1.35rem 1.85rem;
		border-left: .15rem solid #dddddd;
		border-right: .15rem solid #dddddd;
		border-bottom: .15rem solid #dddddd;
		border-radius: 0 0 1.2rem 1.2rem;
	}

	.c-works__inner-content-sec .body__detail {}

	.c-works__inner-content-sec .body__detail-ttl {
		font-size: 1.6rem;
		border-radius: 1rem;
	}

	.c-works__inner-content-sec .body__detail-txt01 {
		margin-top: .75rem;
	}

	.c-works__inner-content-sec .body__result {
		margin-top: 2rem;
	}

	.c-works__inner-content-sec .body__result-ttl {
		font-size: 1.6rem;
		border-radius: 1rem;
	}

	.c-works__inner-content-sec .body__result-box01 {
		padding: 1.5rem 1.5rem 1.5rem 11.5rem;
		margin-top: 1.5rem;
		border-radius: 1rem;
	}

	.c-works__inner-content-sec .body__result-box01.sp-pic02 {
		margin-bottom: -.5rem;
	}

	.c-works__inner-content-sec .body__result-box01:before {
		width: 10.2rem;
		height: 11.5rem;
		background: url(../images/works_result01.png) no-repeat center / contain;
	}

	.c-works__inner-content-sec .body__result-box01.sp-pic02:before {
		width: 10.9rem;
		height: 17.5rem;
		background: url(../images/works_result02.png) no-repeat center / contain;
	}

	.c-works__inner-content-sec .body__result-box01 ul {
		font-size: 1.5rem;
		letter-spacing: normal;
	}

	.c-works__inner-content-sec .body__result-box01 ul li {
		margin-top: 1.5rem;
	}

	.c-works__inner-content-sec .body__result-box01 ul li .block {
		padding: .5rem 1rem;
		border: .15rem solid #013489;
		border-radius: 1rem;
	}

	.c-works__inner-content-sec .body__more {
		margin-top: 1.5rem;
		font-size: 1.4rem;
	}

	.c-works__inner-content-sec .body__more a {
		width: 15rem;
		height: 3.5rem;
		border: .15rem solid #013489;
	}

	.c-works__inner-content-sec .body__more a:before {
		width: .9rem;
		height: .6rem;
		right: 1.2rem;
	}

	.c-works__inner-content-sec .body__acc-inner {
		padding-top: 1.5rem;
	}
}


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

 c-price

***********************************/
.c-price {
	background: url(../images/bg_stripe01.png) repeat;
	background-size: 3rem 3rem;
}

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

.c-price__inner-content {
	width: 100rem;
	max-width: 100%;
	padding: 4rem 3rem;
	margin: 4rem auto 0;
	text-align: center;
	background: #fff;
	border: .3rem solid #dddddd;
	border-radius: 2rem;
}

.c-price__inner-content-inner {
	display: inline-block;
}

.c-price__inner-content-inner .txt01 {
	padding: 0 1rem;
	font-size: 5.7rem;
	font-weight: bold;
	letter-spacing: .12em;
	line-height: 1;
}

.c-price__inner-content-inner .txt01 .Oswald {
	display: inline-block;
	font-size: 11rem;
	font-weight: 900;
	letter-spacing: .03em;
	line-height: 1;
}

.c-price__inner-content-inner .txt02 {
	padding-top: 4.5rem;
	margin-top: 5rem;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
	border-top: 1px solid #dddddd;
}

.c-price__inner-content-inner .txt02 .Oswald {
	display: inline-block;
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .05em;
}

.c-price__inner-content-inner .txt02 .small {
	font-size: 1.8rem;
}

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

	.c-price {
		background-size: 1.5rem 1.5rem;
	}

	.c-price__inner {
		padding: 3rem 0 3.5rem;
	}

	.c-price__inner-content {
		width: auto;
		padding: 1.75rem 3rem 2rem;
		margin: 2rem auto 0;
		border: .1rem solid #dddddd;
		border-radius: 1rem;
	}

	.c-price__inner-content-inner {
		display: block;
	}

	.c-price__inner-content-inner .txt01 {
		padding: 0;
		font-size: 2.1rem;
	}

	.c-price__inner-content-inner .txt01 .Oswald {
		font-size: 4.5rem;
	}

	.c-price__inner-content-inner .txt02 {
		padding-top: 2rem;
		margin-top: 2rem;
		font-size: 1.6rem;
		border-top: .1rem solid #dddddd;
	}

	.c-price__inner-content-inner .txt02 .Oswald {
		font-size: 2.5rem;
	}

	.c-price__inner-content-inner .txt02 .small {
		font-size: 1.6rem;
	}

	.c-price__inner-content-inner .txt02 .sp-txt01 {
		display: block;
		margin-top: 1rem;
		text-align: center;
	}

}


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

 c-voice

***********************************/
.c-voice {
	background: #f5faff;
}

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

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

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

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

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

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

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

.c-voice__inner-content-slider {
	width: 89rem;
	margin: 0 auto;
	overflow: hidden;
}

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

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

.c-voice__inner-content-slider-item {
	height: auto !important;
	padding: 1.8rem 2rem 1.8rem;
	margin-bottom: .3rem;
	margin-right: 4rem;
	background: #fff;
	border-radius: 1rem;
	box-shadow: 0 .3rem 0 rgba(0, 0, 0, .05);
}

.c-voice__inner-content-slider-item .ttl {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.8;
}

.c-voice__inner-content-slider-item .stars {
	display: flex;
	margin-top: .5rem;
}

.c-voice__inner-content-slider-item .stars li {
	width: 1.6rem;
	margin-right: .4rem;
}

.c-voice__inner-content-slider-item .stars li:last-child {
	margin-right: 0;
}

.c-voice__inner-content-slider-item .stars li img {
	display: block;
}

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

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

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

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

	.c-voice__inner-content .slider-prev {
		width: 3.5rem;
		height: 3.5rem;
		left: -.5rem;
	}

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

	.c-voice__inner-content .slider-next {
		width: 3.5rem;
		height: 3.5rem;
		right: -.5rem;
	}

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

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

	.c-voice__inner-content-slider {
		width: 25rem;
	}

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

	.c-voice__inner-content-slider-item {
		height: auto !important;
		padding: 1.5rem 1.5rem 1.5rem;
		margin-bottom: .15rem;
		margin-right: 1rem;
		border-radius: .5rem;
		box-shadow: 0 .15rem 0 rgba(0, 0, 0, .05);
	}

	.c-voice__inner-content-slider-item .ttl {
		font-size: 1.2rem;
	}

	.c-voice__inner-content-slider-item .stars {
		margin-top: .5rem;
	}

	.c-voice__inner-content-slider-item .stars li {
		width: 1.6rem;
		margin-right: .4rem;
	}

	.c-voice__inner-content-slider-item .txt01 {
		margin-top: .6rem;
	}
}


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

 c-flow

***********************************/
.c-flow {
	background: url(../images/bg_stripe01.png) repeat;
	background-size: 3rem 3rem;
}

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

.c-flow__inner-content {
	width: 100rem;
	max-width: 100%;
	padding: 5rem 4.7rem;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border: .3rem solid #dddddd;
	border-radius: 1.75rem;
}

.c-flow__inner-content-list {
	margin-top: 4rem;
}

.c-flow__inner-content-list-sec {
	display: flex;
	margin-top: 7rem;
	position: relative;
	z-index: 1;
}

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

.c-flow__inner-content-list-sec:before {
	content: "";
	display: block;
	width: 6rem;
	height: 3rem;
	margin-bottom: -5.2rem;
	background: url(../images/flow_arr01.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

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

.c-flow__inner-content-list-sec .pic {
	width: 24rem;
	margin-right: 3rem;
}

.c-flow__inner-content-list-sec .content {
	flex: 1;
	padding: 3rem;
	background: #f5faff;
	border-radius: 1.5rem;
}

.c-flow__inner-content-list-sec .content .head {
	display: flex;
}

.c-flow__inner-content-list-sec .content .head .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 900;
	background: #013489;
	border-radius: 1.2rem 0 0 1.2rem;
}

.c-flow__inner-content-list-sec .content .head .ttl {
	flex: 1;
	padding: .7rem 2rem;
	color: #013489;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.8;
	background: #fff;
	border-radius: 0 1.2rem 1.2rem 0;
}

.c-flow__inner-content-list-sec .content .body {
	margin-top: 1.5rem;
}

.c-flow__inner-content-list-sec .content .body .txt01 {
	font-size: 1.6rem;
	line-height: 1.8;
}

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

	.c-flow {
		background-size: 1.5rem 1.5rem;
	}

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

	.c-flow__inner-content {
		width: auto;
		padding: 2rem 1.35rem 1.85rem;
		border: .15rem solid #dddddd;
		border-radius: 1.2rem;
	}

	.c-flow__inner-content-list {
		margin-top: 4rem;
	}

	.c-flow__inner-content-list-sec {
		display: flex;
		padding: 1.5rem;
		margin-top: 4.5rem;
		background: #f5faff;
		border-radius: 1.2rem;
	}

	.c-flow__inner-content-list-sec:before {
		width: 3rem;
		height: 1.5rem;
		margin-bottom: -3rem;
	}

	.c-flow__inner-content-list-sec .content {
		padding: 0;
		background: none;
		border-radius: 0;
	}

	.c-flow__inner-content-list-sec .content .head {
		display: flex;
	}

	.c-flow__inner-content-list-sec .content .head .num {
		width: 3.5rem;
		font-size: 1.6rem;
		border-radius: .6rem 0 0 .6rem;
	}

	.c-flow__inner-content-list-sec .content .head .ttl {
		padding: .2rem 1.2rem;
		font-size: 1.6rem;
		border-top: .1rem solid #dddddd;
		border-right: .1rem solid #dddddd;
		border-bottom: .1rem solid #dddddd;
		border-radius: 0 .6rem .6rem 0;
	}

	.c-flow__inner-content-list-sec .content .body {
		margin-top: 1.5rem;
	}

	.c-flow__inner-content-list-sec .content .body .pic {
		width: 16rem;
		margin: 0 auto;
		text-align: center;
	}

	.c-flow__inner-content-list-sec .content .body .txt01 {
		margin-top: 1rem;
		font-size: 1.4rem;
		line-height: 1.8;
	}

}


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

 c-faq

***********************************/
.c-faq {
	background: url(../images/bg_stripe01.png) repeat;
	background-size: 3rem 3rem;
}

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

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

	.c-faq {
		background-size: 1.5rem 1.5rem;
	}

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

}



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

 c-contact

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

.c-contact__inner {
	padding-top: 7rem;
	padding-bottom: 9rem;
	text-align: center;
}

.c-contact__inner-txt01 {
	margin-top: 3.5rem;
	text-align: center;
}

.c-contact__inner-cv {
	display: flex;
	justify-content: space-between;
	width: 110rem;
	max-width: 100%;
	margin: 4rem auto 5rem;
}

.c-contact__inner-cv-tel {
	width: 52.5rem;
	/*width: 52.5rem;*/
	max-width: 100%;
	padding: 2rem 3rem 3rem;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 3rem;
	text-align: center;
}

.c-contact__inner-cv-tel .inner {
	display: inline-block;
}

.c-contact__inner-cv-tel .inner .ttl {
	padding: 0 1.5rem 1.5rem;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	border-bottom: .1rem solid #dddddd;
}

.c-contact__inner-cv-tel .inner .ttl .red {
	color: #eb4a39;
}

.c-contact__inner-cv-tel .inner .box {}

.c-contact__inner-cv-tel .inner .box .num {
	margin-top: 1.5rem;
	font-size: 3.4rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .08em;
	line-height: 1;
}

.c-contact__inner-cv-tel .inner .box .num a {
	padding-left: 3rem;
	color: #003388;
	position: relative;
	z-index: 1;
	overflow: visible;
}

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

.c-contact__inner-cv-tel .inner .box .time {
	margin-top: 1.8rem;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-contact__inner-cv-tel .inner .box .time span {
	display: inline-block;
	padding: .1rem 6.5rem;
	background: #f9f9f4;
	border: .2rem solid #eeeeee;
	border-radius: 10rem;
}

.c-contact__inner-cv-line {
	width: 52.5rem;
	max-width: 100%;
	padding: 2rem 3rem 3rem;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 3rem;
	text-align: center;
}

.c-contact__inner-cv-line .inner {
	display: inline-block;
	text-align: center;
}

.c-contact__inner-cv-line .inner .ttl {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-contact__inner-cv-line .inner .btn {
	margin-top: 2rem;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
}

.c-contact__inner-cv-line .inner .btn a {
	display: inline-block;
	padding: 1.3rem 3rem;
	color: #fff;
	text-align: center;
	background: #40bf1f;
	border-radius: 100px;
}

.c-contact__inner-cv-line .inner .btn a span {
	padding-left: 4.2rem;
	position: relative;
	z-index: 1;
}

.c-contact__inner-cv-line .inner .btn a span:before {
	content: "";
	display: block;
	width: 3.2rem;
	height: 2.7rem;
	background: url(../images/icon_line01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-contact__inner-content {
	width: 110rem;
	max-width: 100%;
	padding: 1rem 4.9rem 6.5rem;
	margin-left: auto;
	margin-right: auto;
	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: #013489;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

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

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

	.c-contact__inner-cv {
		display: block;
		width: auto;
		padding: 0 2rem;
		margin-top: 2rem;
		margin-bottom: 3rem;
	}

	.c-contact__inner-cv-tel {
		width: auto;
		padding: 1.2rem 2.35rem 1.5rem;
		margin-bottom: 2.5rem;
		border-radius: 1.5rem;
		border: .15rem solid #dddddd;
	}

	.c-contact__inner-cv-tel .inner {
		display: block;
	}

	.c-contact__inner-cv-tel .inner .ttl {
		padding: 0 0 1rem;
		font-size: 1.4rem;
	}

	.c-contact__inner-cv-tel .inner .box .num {
		margin-top: 1.2rem;
		font-size: 2rem;
	}

	.c-contact__inner-cv-tel .inner .box .num a {
		padding-left: 2.8rem;
	}

	.c-contact__inner-cv-tel .inner .box .num a:before {
		width: 2.2rem;
		height: 2.2rem;
	}

	.c-contact__inner-cv-tel .inner .box .num a:after {
		content: "";
		display: block;
		width: 2.5rem;
		height: 3.5rem;
		background: url(../images/icon_touch01.png) no-repeat center / contain;
		position: absolute;
		top: 50%;
		right: -3.75rem;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-contact__inner-cv-tel .inner .box .time {
		margin-top: 1.5rem;
		font-size: .9rem;
	}

	.c-contact__inner-cv-tel .inner .box .time span {
		padding: .2rem 5rem;
		border: .1rem solid #eeeeee;
	}

	.c-contact__inner-cv-line {
		width: auto;
		padding: 1.2rem 1.5rem 2.5rem;
		border-radius: 1.5rem;
		border: .15rem solid #dddddd;
	}

	.c-contact__inner-cv-line .inner {
		display: inline-block;
	}

	.c-contact__inner-cv-line .inner .ttl {
		font-size: 1.4rem;
	}

	.c-contact__inner-cv-line .inner .btn {
		margin-top: 1.2rem;
		font-size: 2rem;
		font-weight: 900;
	}

	.c-contact__inner-cv-line .inner .btn a {
		padding: 1rem 2.5rem;
	}

	.c-contact__inner-cv-line .inner .btn a span {
		padding-left: 3.2rem;
	}

	.c-contact__inner-cv-line .inner .btn a span:before {
		width: 2.3rem;
		height: 2rem;
	}

	.c-contact__inner-txt01 {
		padding: 0 2rem;
		margin-top: 1.5rem;
		margin-bottom: 2rem;
		text-align: left;
	}

	.c-contact__inner-content {
		padding: .2rem 4.833333333333333% 9.26470588%;
		background-color: #fff;
		border-radius: 1.5rem;
		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-office

***********************************/
.c-office {
	background: url(../images/bg_stripe01.png) repeat;
	background-size: 3rem 3rem;
}

.c-office__inner {
	padding: 9rem 0;
}

.c-office__inner-content {
	width: 100rem;
	max-width: 100%;
	padding: 5.5rem 4.9rem 4.9rem;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 2rem;
}

.c-office__inner-content-list {
	margin-top: 4rem;
	border-top: 1px solid #dddddd;
}

.c-office__inner-content-list dl {
	display: flex;
	padding: 2.5rem 0;
	line-height: 1.8;
	border-bottom: 1px solid #dddddd;
}

.c-office__inner-content-list dl dt {
	width: 25rem;
	padding-left: 3rem;
	padding-right: 1em;
}

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

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

	.c-office {
		background-size: 1.5rem 1.5rem;
	}

	.c-office__inner {
		padding: 3rem 0 3.5rem;
	}

	.c-office__inner-content {
		padding: 2.25rem 1.4rem 2.4rem;
		border: .1rem solid #dddddd;
		border-radius: 1rem;
	}

	.c-office__inner-content-list {
		margin-top: 2rem;
		border-top: .1rem solid #dddddd;
	}

	.c-office__inner-content-list dl {
		display: block;
		padding: 1.2rem 0;
		font-size: 1.4rem;
		border-bottom: .1rem solid #dddddd;
	}

	.c-office__inner-content-list dl dt {
		width: auto;
		padding-left: 0;
		padding-right: 0;
		font-weight: bold;
		text-align: center;
	}

	.c-office__inner-content-list dl dd {
		margin-top: .2em;
		text-align: center;
	}

}


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

 c-greeting

***********************************/
.c-greeting {
	background: #f5faff;
}

.c-greeting__inner {
	padding: 9rem 0 9.3rem;
}

.c-greeting__inner-content {
	width: 100rem;
	max-width: 100%;
	padding: 5.5rem 5rem 5rem;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	box-shadow: 0 .3rem 0 rgba(0, 0, 0, .1);
	border-radius: 2rem;
}

.c-greeting__inner-content .txt01 {
	margin-top: -.3em;
	line-height: 1.8;
}

.c-greeting__inner-content .box01 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 4.5rem;
}

.c-greeting__inner-content .box01 .pic {
	width: 43.5rem;
	margin-left: 3rem;
	text-align: center;
}

.c-greeting__inner-content .box01 .left {
	flex: 1;
}

.c-greeting__inner-content .box01 .left ul {
	margin-top: 3rem;
	font-size: 1.6rem;
	font-weight: bold;
	border-top: 1px solid #dddddd;
}

.c-greeting__inner-content .box01 .left ul li {
	padding: 1.3rem 0;
	border-bottom: 1px solid #dddddd;
}

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

.c-greeting__inner-content .box02 .sign {
	width: 17.2rem;
	margin-top: 3rem;
	margin-left: auto;
}

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

	.c-greeting__inner {
		padding: 3rem 0 3.15rem;
	}

	.c-greeting__inner-content {
		width: auto;
		padding: 2.75rem 1.5rem 2.5rem;
		box-shadow: 0 .15rem 0 rgba(0, 0, 0, .1);
		border-radius: 1rem;
	}

	.c-greeting__inner-content .txt01 {
		margin-top: -.3em;
		font-size: 1.4rem;
	}

	.c-greeting__inner-content .box01 {
		display: block;
		margin-top: 2rem;
	}

	.c-greeting__inner-content .box01 .pic {
		width: 21.75rem;
		margin: 0 auto;
	}

	.c-greeting__inner-content .box01 .left {
		margin-top: 2rem;
	}

	.c-greeting__inner-content .box01 .left ul {
		margin-top: 2rem;
		font-size: 1.4rem;
		line-height: 1.8;
		border-top: .1rem solid #dddddd;
	}

	.c-greeting__inner-content .box01 .left ul li {
		padding: .7rem 0;
		border-bottom: .1rem solid #dddddd;
	}

	.c-greeting__inner-content .box02 {
		margin-top: 2rem;
	}

	.c-greeting__inner-content .box02 .sign {
		width: 8.6rem;
		margin-top: 1.25rem;
	}
}


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

 xxx

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

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

/* 離脱時モーダルポップアップ */
#modal_exit_popup_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
	/* 初期は非表示 */
	align-items: center;
	justify-content: center;
}

.modal__exit-popup {
	position: relative;
	background-color: #000;
	padding: 3px;
	border-radius: 5px;
	width: 80%;
	max-width: 500px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.modal__exit-popup img {
	width: 100%;
	border-radius: 5px;
	display: block;
}

.modal__exit-popup__close {
	position: absolute;
	top: -1rem;
	right: -1rem;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #333333;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffffff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease-in-out;

	/* ▼▼追加：画像をより手前に表示させる設定▼▼ */
	z-index: 10;
}

.modal__exit-popup__close:hover {
	background-color: #ffffff;
	color: #133f87;
}

/* ▼▼追加：PC（画面幅768px以上）の時だけボタンを大きくする設定▼▼ */
@media screen and (min-width: 768px) {
	.modal__exit-popup__close {
		width: 5rem;
		height: 5rem;
		top: -1.5rem;
		right: -1.5rem;
	}
}

/* 離脱時モーダルポップアップ */