@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;
	border: .3rem solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 5rem;
	padding: .5rem 1rem;
	color: #333333;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	border: .3rem solid #dddddd;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 15rem;
	padding: 1.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;
	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;
}
.Roboto {
	font-family: "YakuHanJP", 'Roboto', sans-serif;
}
* {
	box-sizing: border-box;
}



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

@media screen and (max-width:767px){
	html {
		font-size: 10px;
	}
	body {
		font-size: 1.4rem;
	}
	input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
		height: 4.4rem;
		padding: .5rem 1rem;
		font-size: 1.4rem;
		border: .2rem solid #dddddd;
	}
	select {
		height: 4.4rem;
		padding: .5rem 1rem;
		font-size: 1.4rem;
		border: .2rem solid #dddddd;
	}
	textarea {
		height: 34.6666666vw;
		padding: .5rem 1rem;
		font-size: 1.4rem;
		border: .2rem solid #dddddd;
	}
}

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

 general

***********************************/
.imgMax {
	max-width: none;
	width: 100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.white {
	color: #fff;
}
.red {
	color: #ec4a3a;
}
.blue {
	color: #00519f;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffff00 70%);
}
.marker-blue {
	background: linear-gradient(transparent 70%, #ccdcec 70%);
}
.underline {
	text-decoration: underline;
}

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

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

 parts

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

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


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

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

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

 layout

***********************************/
body {
	height: auto !important;
}
body.is-fixed {
	position: fixed;
	width: 100%;
	/*height: 100%;*/
}
.l-wrap {
	padding-top: 11rem;
	position: relative;
	overflow: hidden;
}

.l-wrap.is-noneActive .l-main,
.l-wrap.is-noneActive .l-footer {
	pointer-events: none;
}

.l-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	background: #fff;
	/*background-color: rgba(0,0,0,.9);*/
	pointer-events: none;
	opacity: 0;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-cover.is-active {
	opacity: 1;
	pointer-events: auto;
}

.l-main {
}

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

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

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

	.l-wrap {
		padding-top: 0;
	}

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

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

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


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

 l-humberger

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

	.l-humberger {
		width: 55px;
		height: 55px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 25;
	}

	.l-humberger a {
		display: block;
		width: 55px;
		height: 55px;
		/*background-color: #fff;*/
		overflow: visible;
		transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-humberger a.is-active {
		/*background-color: #000;*/
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 22px;
		height: 28px;
	}
	.menu-trigger span {
		position: absolute;
		left: 15px;
		width: 100%;
		height: 2px;
		background-color: #000000;
	}
	.menu-trigger.is-active span {
		background-color: #000000;
	}
	.menu-trigger span:nth-of-type(1) {
		width: 25px;
		top: 17px;
	}
	.menu-trigger span:nth-of-type(2) {
		width: 14px;
		top: 27px;
	}
	.menu-trigger span:nth-of-type(3) {
		width: 20px;
		bottom: 16px;
	}

	.menu-trigger.is-active span:nth-of-type(1) {
		width: 25px;
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger.is-active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.is-active span:nth-of-type(3) {
		width: 25px;
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
}


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

 l-drawerMenu

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

	.l-drawerMenu {
		display: block;
		width: 100%;
		height: 100dvh;
		padding: 0 4.666666666666667%;
		/*background-color: rgba(0,0,0,.9);*/
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 20;
		/*transform: translateX(105%);*/
		/*-webkit-transform: translateX(105%);*/
		pointer-events: none;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-drawerMenu.is-active {
		opacity: 1;
		pointer-events: auto;
		/*transform: none;*/
		/*-webkit-transform: none;*/
	}

	.l-drawerMenu__inner {
		padding-top: 4rem;
	}

	.l-drawerMenu__inner ul {
		padding: 0 10.294117647058824%;
		margin-bottom: 4rem;
		font-size: 2.1rem;
		font-weight: bold;
	}

	.l-drawerMenu__inner ul:last-child {
		margin-bottom: 0;
	}

	.l-drawerMenu__inner ul li {
		margin-bottom: 1.5rem;
	}

	.l-drawerMenu__inner ul li:last-child {
		margin-bottom: 0;
	}

	.l-drawerMenu__inner ul li a {
	}

	.l-drawerMenu__inner .line {
		width: 94.117647058823529%;
		margin: 0 auto 3.5rem;
		font-size: 2.2rem;
		font-weight: bold;
	}

	.l-drawerMenu__inner .line a {
		display: block;
		padding: 1.6rem 2rem;
		color: #fff;
		text-align: center;
		background: #40bf1f;
		border-radius: 1rem;
		overflow: visible;
		position: relative;
		z-index: 1;
	}

	.l-drawerMenu__inner .line a:before {
		content: "プロの専門家が対応";
		display: block;
		padding: .1rem .6rem;
		margin-top: -1.2rem;
		color: #333333;
		font-size: 1.1rem;
		font-weight: bold;
		white-space: nowrap;
		background: #ffff00;
		border-radius: .4rem;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.l-drawerMenu__inner .line a span {
		padding-left: 3rem;
		position: relative;
		z-index: 1;
	}

	.l-drawerMenu__inner .line a span:before {
		content: "";
		display: block;
		width: 2.3rem;
		height: 2rem;
		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-drawerMenu__inner .mail {
		width: 94.117647058823529%;
		margin: 0 auto;
		font-size: 2.2rem;
		font-weight: bold;
	}

	.l-drawerMenu__inner .mail a {
		display: block;
		padding: 1.6rem 2rem;
		color: #fff;
		text-align: center;
		background: #ed4a3b;
		border-radius: 1rem;
		overflow: visible;
		position: relative;
		z-index: 1;
	}

	.l-drawerMenu__inner .mail a:before {
		content: "プロの専門家が対応";
		display: block;
		padding: .1rem .6rem;
		margin-top: -1.2rem;
		color: #333333;
		font-size: 1.1rem;
		font-weight: bold;
		white-space: nowrap;
		background: #ffff00;
		border-radius: .4rem;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.l-drawerMenu__inner .mail a span {
		padding-left: 3.1rem;
		position: relative;
		z-index: 1;
	}

	.l-drawerMenu__inner .mail a span:before {
		content: "";
		display: block;
		width: 2.25rem;
		height: 1.65rem;
		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-header

***********************************/
.l-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 11rem;
	padding: 0 4rem;
	background: #fff;
}

.l-header__logo {
	width: 20.6rem;
	margin-right: 2.5rem;
}

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

.l-header__right nav {

}

.l-header__right nav ul {
	display: flex;
	align-items: center;
	margin-right: 2.5rem;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}

.l-header__right nav ul li {
	margin-right: 2.5rem;
	text-align: center;
}

.l-header__right nav ul li:last-child {
	margin-right: 0;
}

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

.l-header__right .line a {
	display: block;
	padding: 1.5rem 2rem;
	color: #fff;
	background: #40bf1f;
	border-radius: 1rem;
	overflow: visible;
	position: relative;
	z-index: 1;
}

.l-header__right .line a:before {
	content: "プロの専門家が対応";
	display: block;
	padding: .3rem 1.2rem;
	margin-top: -1.6rem;
	color: #333333;
	font-size: 1.1rem;
	font-weight: bold;
	white-space: nowrap;
	background: #ffff00;
	border-radius: .6rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

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

.l-header__right .line a span: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 .mail {
	font-weight: bold;
}

.l-header__right .mail a {
	display: block;
	padding: 1.5rem 2rem;
	color: #fff;
	background: #ed4a3b;
	border-radius: 1rem;
	overflow: visible;
	position: relative;
	z-index: 1;
}

.l-header__right .mail a:before {
	content: "プロの専門家が対応";
	display: block;
	padding: .3rem 1.2rem;
	margin-top: -1.6rem;
	color: #333333;
	font-size: 1.1rem;
	font-weight: bold;
	white-space: nowrap;
	background: #ffff00;
	border-radius: .6rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.l-header__right .mail a span {
	padding-left: 3.4rem;
	position: relative;
	z-index: 1;
}

.l-header__right .mail a span:before {
	content: "";
	display: block;
	width: 2.6rem;
	height: 1.9rem;
	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 (min-width:768px){

	.l-header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

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

@media screen and (max-width:767px){
	.l-header {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 5.5rem;
		padding: 0;
	}

	.l-header__logo {
		width: 12.3rem;
		margin-right: 0;
	}

	.l-header__right {
		display: none;
	}
}



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

 l-fixed-contents-sp

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

@media screen and (min-width:768px){
	.l-fixed-contents-sp {
		display: none;
	}
}

@media screen and (max-width:767px){
	.l-fixed-contents-sp {
		display: flex;
		width: 100%;
		height: 50px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
	}

	.l-fixed-contents-sp .line {
		width: 50%;
		font-size: 1.6rem;
		font-weight: bold;
	}

	.l-fixed-contents-sp .line a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		padding-top: 10px;
		color: #fff;
		background: #40bf1f;
		overflow: visible;
		position: relative;
		z-index: 1;
	}

	.l-fixed-contents-sp .line a:before {
		content: "プロの専門家が対応";
		display: block;
		padding: .2rem .6rem;
		margin-top: -1.2rem;
		color: #333333;
		font-size: 1.1rem;
		font-weight: bold;
		white-space: nowrap;
		background: #ffff00;
		border-radius: .6rem;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

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

	.l-fixed-contents-sp .line a span:before {
		content: "";
		display: block;
		width: 1.95rem;
		height: 1.65rem;
		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-sp .mail {
		width: 50%;
		font-size: 1.6rem;
		font-weight: bold;
	}

	.l-fixed-contents-sp .mail a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		padding-top: 10px;
		color: #fff;
		background: #ed4a3b;
		overflow: visible;
		position: relative;
		z-index: 1;
	}

	.l-fixed-contents-sp .mail a:before {
		content: "プロの専門家が対応";
		display: block;
		padding: .2rem .6rem;
		margin-top: -1.2rem;
		color: #333333;
		font-size: 1.1rem;
		font-weight: bold;
		white-space: nowrap;
		background: #ffff00;
		border-radius: .6rem;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.l-fixed-contents-sp .mail a span {
		padding-left: 2.2rem;
		position: relative;
		z-index: 1;
	}

	.l-fixed-contents-sp .mail a span:before {
		content: "";
		display: block;
		width: 1.55rem;
		height: 1.25rem;
		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: 6rem 0;
}

.l-footer__inner-logo {
	width: 20.5rem;
	margin: 0 auto;
	text-align: center;
}

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

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

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

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

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

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

 c-anchor

***********************************/
.c-anchor {
	display: block;
	padding-top: 11rem;
	margin-top: -11rem;
}

@media screen and (max-width:767px){
	.c-anchor {
		padding-top: 0;
		margin-top: 0;
	}
}

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

 c-title01

***********************************/
.c-title01 {
	margin-top: -.25em;
	font-size: 4.2rem;
	font-weight: bold;
	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: #0151a0;
}

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

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

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

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

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

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

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 2rem 1.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0 .5rem 0 0 #9e180e;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee5447+0,eb3425+100 */
	background: linear-gradient(to bottom,  rgba(238,84,71,1) 0%,rgba(235,52,37,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 .3rem 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: #ed4a3b;
}

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

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

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

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

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

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

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

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

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

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

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

.c-form__privacy-content {
	padding: 2rem 0 2rem 2.9rem;
	margin-top: 2.5rem;
	margin-bottom: 4rem;
	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;
}

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

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

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

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

.c-form__submit button,
.c-form__submit input,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 2.2rem 1.5rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0 .3rem 0 0 #9e180e;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee5447+0,eb3425+100 */
	background: linear-gradient(to bottom,  rgba(238,84,71,1) 0%,rgba(235,52,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

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

.c-form__confirmBtn__btn {
	width: 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 .3rem 0 0 #333333;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,777777+100 */
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(119,119,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.c-form__submit {
		width: 24rem;
	}

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

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

	.c-form__confirmBtn__btn {
		width: 47.5%;
	}

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

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

}


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

 c-faq-list

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

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

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

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

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

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

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

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

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

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

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

	.c-faq-list {
	}

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

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

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

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

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

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

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

}


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

 c-faq-list-acc

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

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

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

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

.c-faq-list-acc dl dt .icon {
	color: #0151a0;
	font-size: 2.6rem;
	font-weight: bold;
	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.8rem 3rem 0 0;
	background-color: #0151a0;
	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: #0151a0;
	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.3;
}

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

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

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

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

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

	.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 {
		padding-right: 0;
		margin-left: .5rem;
		font-size: 1.4rem;
		line-height: 1.8;
	}

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

}


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

 c-completeSec

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

}

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

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

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


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

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

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

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



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

 c-hero

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

.c-hero__inner {
	height: 720px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-content {
	width: 1546px;
	max-width: 100%;
	padding-top: 35px;
	margin: 0 auto;
}

.c-hero__inner-content-txt01 {
	color: #00519f;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	letter-spacing: .12em;
}

.c-hero__inner-content-txt02 {
	width: 670px;
	max-width: 100%;
	padding: 3px 15px;
	margin: 12px auto 0;
	color: #fff;
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	letter-spacing: .12em;
	background: #0151a0;
	border-radius: 100px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-content-txt02:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
	border-top: 16px solid #0151a0;
	border-bottom: 0;
	margin-top: -1px;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-hero__inner-content-ttl {
	width: 670px;
	max-width: 100%;
	padding: 26px 10px 30px;
	margin: 35px auto 0;
	color: #00519f;
	font-size: 104px;
	font-weight: 900;
	text-align: center;
	letter-spacing: .12em;
	line-height: 1;
	background: #fff;
	border: 10px solid #0151a0;
	box-shadow: 0 5px 0 rgba(0,0,0,0.1);
	border-radius: 30px;
}

.c-hero__inner-content-txt03 {
	margin-top: 30px;
	color: #00519f;
	font-size: 64px;
	font-weight: 900;
	text-align: center;
	letter-spacing: .12em;
	line-height: 1;
}

.c-hero__inner-content-txt03 span {
	display: inline-block;
	padding-bottom: 25px;
	border-bottom: 10px solid #0151a0;
}

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

.c-hero__inner-content-btn a {
	display: inline-block;
	padding: 18px 35px 18px 25px;
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#42c721+0,39aa1c+100 */
	background: linear-gradient(to bottom,  rgba(66,199,33,1) 0%,rgba(57,170,28,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 200px;
	box-shadow: 0 5px 0 #2a7f14;
	overflow: visible;
	position: relative;
	z-index: 1;
}

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

.c-hero__inner-content-btn a span {
	padding-left: 42px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-content-btn a span:before {
	content: "";
	display: block;
	width: 31px;
	height: 27px;
	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__inner-content-box01 {
	width: 486px;
	height: 676px;
	margin-left: -173px;
	background: url(../images/hero_pic01_pc.png) no-repeat left bottom / contain;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.c-hero__inner-content-box01 .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 220px;
	height: 220px;
	padding-top: 30px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-hero__inner-content-box01 .inner .txt01 {
	font-size: 16px;
	font-weight: 900;
	text-align: center;
}

.c-hero__inner-content-box01 .inner .txt02 {
	color: #ed4a3b;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
}

.c-hero__inner-content-box01 .inner .txt02 .marker {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

.c-hero__inner-content-box01 .inner .txt02 .Roboto {
	display: inline-block;
	padding: 0 .05em;
	font-size: 50px;
	line-height: .9;
}

.c-hero__inner-content-box01 .inner .txt03 {
	margin-top: 5px;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
}

.c-hero__inner-content-box02 {
	width: 350px;
	height: 450px;
	padding-top: 22px;
	margin-top: 68px;
	margin-right: -90px;
	background: url(../images/hero_pic02_pc.png) no-repeat left bottom / contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-hero__inner-content-box02 .txt01 {
	color: #fff;
	font-size: 26px;
	font-weight: 900;
	text-align: center;
}

.c-hero__inner-content-box02 .txt02 {
	margin-top: 40px;
	font-size: 23px;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
}

.c-hero__inner-content-box02 .txt02 .marker {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

.c-hero__inner-content-box02 .txt02 .large01 {
	display: inline-block;
	font-size: 30px;
	line-height: 1;
}

.c-hero__inner-content-box02 .txt02 .Roboto {
	display: inline-block;
	font-size: 57px;
	line-height: 1;
}

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

	.c-hero__inner {
		width: 72.904vw;
		height: 43.742vw;
	}

	.c-hero__inner-content {
		width: 93.925vw;
		padding-top: 2.126vw;
	}

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

	.c-hero__inner-content-txt02 {
		width: 40.705vw;
		padding: 0.182vw 0.911vw;
		margin-top: 0.729vw;
		font-size: 2.187vw;
	}

	.c-hero__inner-content-txt02:before {
		border-right: .972053462940462vw solid transparent;
		border-left: .972053462940462vw solid transparent;
		border-top: .972053462940462vw solid #0151a0;
		margin-top: -0.061vw;
	}

	.c-hero__inner-content-ttl {
		width: 40.705vw;
		padding: 1.58vw 0.608vw 1.823vw;
		margin-top: 2.126vw;
		font-size: 6.318vw;
		border: .607533414337789vw solid #0151a0;
		box-shadow: 0 .303766707168894vw 0 rgba(0,0,0,0.1);
		border-radius: 1.823vw;
	}

	.c-hero__inner-content-txt03 {
		margin-top: 1.823vw;
		font-size: 3.888vw;
	}

	.c-hero__inner-content-txt03 span {
		padding-bottom: 1.519vw;
		border-bottom: .607533414337789vw solid #0151a0;
	}

	.c-hero__inner-content-btn {
		margin-top: 3.341vw;
		font-size: 1.458vw;
	}

	.c-hero__inner-content-btn a {
		padding: 1.094vw 2.126vw 1.094vw 1.519vw;
		box-shadow: 0 .303766707168894vw 0 #2a7f14;
	}

	.c-hero__inner-content-btn a:before {
		width: 5.225vw;
		height: 5.225vw;
		margin-top: -2.126vw;
		margin-right: -5.346vw;
	}

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

	.c-hero__inner-content-btn a span:before {
		width: 1.883vw;
		height: 1.64vw;
	}

	.c-hero__inner-content-box01 {
		width: 29.526vw;
		height: 41.069vw;
		margin-left: -10.51vw;
	}

	.c-hero__inner-content-box01 .inner {
		width: 13.366vw;
		height: 13.366vw;
		padding-top: 1.823vw;
	}

	.c-hero__inner-content-box01 .inner .txt01 {
		font-size: 0.972vw;
	}

	.c-hero__inner-content-box01 .inner .txt02 {
		font-size: 0.972vw;
	}

	.c-hero__inner-content-box01 .inner .txt02 .Roboto {
		font-size: 3.038vw;
	}

	.c-hero__inner-content-box01 .inner .txt03 {
		margin-top: 0.304vw;
		font-size: 0.972vw;
	}

	.c-hero__inner-content-box02 {
		width: 21.264vw;
		height: 27.339vw;
		padding-top: 1.337vw;
		margin-top: 4.131vw;
		margin-right: -5.468vw;
	}

	.c-hero__inner-content-box02 .txt01 {
		font-size: 1.58vw;
	}

	.c-hero__inner-content-box02 .txt02 {
		margin-top: 2.43vw;
		font-size: 1.397vw;
	}

	.c-hero__inner-content-box02 .txt02 .large01 {
		font-size: 1.823vw;
	}

	.c-hero__inner-content-box02 .txt02 .Roboto {
		font-size: 3.463vw;
	}
}

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

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

	.c-hero__inner {
		width: auto;
		height: auto;
	}

	.c-hero__inner-content {
		width: auto;
		padding-top: 2.133vw;
		padding-bottom: 10.667vw;
		margin: 0 auto;
	}

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

	.c-hero__inner-content-txt02 {
		width: 89.333vw;
		padding: 0.533vw 4vw;
		margin-top: 2.667vw;
		font-size: 4.8vw;
	}

	.c-hero__inner-content-txt02:before {
		border-right: 2.133333333333333vw solid transparent;
		border-left: 2.133333333333333vw solid transparent;
		border-top: 2.133333333333333vw solid #0151a0;
	}

	.c-hero__inner-content-ttl {
		width: 89.333vw;
		padding: 2.133vw 2.667vw 2.667vw;
		margin-top: 4.533vw;
		font-size: 13.867vw;
		border: 1.333333333333333vw solid #0151a0;
		box-shadow: 0 0.666666666666667vw 0 rgba(0,0,0,0.1);
		border-radius: 4vw;
	}

	.c-hero__inner-content-txt03 {
		margin-top: 2.667vw;
		font-size: 8.533vw;
	}

	.c-hero__inner-content-txt03 span {
		padding-bottom: 3.2vw;
		border-bottom: 1.333333333333333vw solid #0151a0;
	}

	.c-hero__inner-content-btn {
		margin-top: 5.867vw;
		font-size: 5.333vw;
		letter-spacing: .07em;
	}

	.c-hero__inner-content-btn a {
		padding: 3.2vw 5.333vw 3.2vw 5.333vw;
		box-shadow: 0 0.933333333333333vw 0 #2a7f14;
	}

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

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

	.c-hero__inner-content-btn a span:before {
		width: 6.133vw;
		height: 5.333vw;
		background: url(../images/icon_line01.png) no-repeat center / contain;
	}

	.c-hero__inner-content-box01 {
		width: auto;
		height: 69.067vw;
		margin: 3.2vw -5.147058823529412% 0;
		background: url(../images/hero_pic01_sp.png) no-repeat left bottom / contain;
		position: relative;
	}

	.c-hero__inner-content-box01 .inner {
		width: 58.667vw;
		height: 58.667vw;
		padding-top: 6.667vw;
	}

	.c-hero__inner-content-box01 .inner .txt01 {
		font-size: 4.267vw;
	}

	.c-hero__inner-content-box01 .inner .txt02 {
		color: #ed4a3b;
		font-size: 4.267vw;
	}

	.c-hero__inner-content-box01 .inner .txt02 .marker {
		background: linear-gradient(transparent 50%, #ffff00 50%);
	}

	.c-hero__inner-content-box01 .inner .txt02 .Roboto {
		display: inline-block;
		padding: 0 .05em;
		font-size: 13.333vw;
		line-height: .9;
	}

	.c-hero__inner-content-box01 .inner .txt03 {
		margin-top: 0.533vw;
		font-size: 4.267vw;
		font-weight: 900;
		text-align: center;
	}

	.c-hero__inner-content-box02 {
		width: auto;
		height: 102.4vw;
		padding-top: 4.533vw;
		margin: 0 -1.470588235294118%;
		background: url(../images/hero_pic02_sp.png) no-repeat left bottom / contain;
		position: static;
	}

	.c-hero__inner-content-box02 .txt01 {
		font-size: 5.2vw;
	}

	.c-hero__inner-content-box02 .txt02 {
		margin-top: 8vw;
		font-size: 4.667vw;
	}

	.c-hero__inner-content-box02 .txt02 .large01 {
		font-size: 6vw;
	}

	.c-hero__inner-content-box02 .txt02 .Roboto {
		font-size: 11.333vw;
	}
}



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

 c-feature

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

.c-feature__inner {
	display: flex;
	border-left: 1px solid #01407e;
}

.c-feature__inner-box {
	padding: 3rem 3rem;
	border-right: 1px solid #01407e;
	position: relative;
	z-index: 1;
}

.c-feature__inner-box:last-child {
	flex: 1;
}

.c-feature__inner-box:before {
	content: "";
	display: block;
	width: 100%;
	height: .7rem;
	background: #01407e;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-feature__inner-box:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 1.5rem solid transparent;
	border-left: 1.5rem solid transparent;
	border-top: 1.5rem solid #01407e;
	border-bottom: 0;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-feature__inner-box .txt01 {
	color: #fff;
	font-size: 2.3rem;
	font-weight: 900;
	text-align: center;
}

.c-feature__inner-box .txt01 .Roboto {
	display: inline-block;
	font-size: 5.7rem;
	font-weight: bold;
	line-height: .8;
}

.c-feature__inner-box .txt02 {
	margin: .35em 0;
	color: #fff;
	font-size: 2.3rem;
	font-weight: 900;
	text-align: center;
}

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

	.c-feature {
		padding: 0;
	}

	.c-feature__inner {
		display: flex;
		flex-wrap: wrap;
		border-left: none;
	}

	.c-feature__inner-box {
		width: 50%;
		padding: 2.5rem 1.5rem 1.8rem;
	}

	.c-feature__inner-box:nth-child(2),
	.c-feature__inner-box:nth-child(4),
	.c-feature__inner-box:nth-child(5) {
		border-right: none;
	}

	.c-feature__inner-box:last-child {
		width: 100%;
	}

	.c-feature__inner-box:before {
		height: .7rem;
	}

	.c-feature__inner-box:after {
		border-right: 1.5rem solid transparent;
		border-left: 1.5rem solid transparent;
		border-top: 1.5rem solid #01407e;
	}

	.c-feature__inner-box .txt01 {
		font-size: 1.6rem;
	}

	.c-feature__inner-box .txt01 .Roboto {
		font-size: 3.3rem;
		line-height: 1.2;
	}

	.c-feature__inner-box .txt02 {
		margin: .4em 0;
		font-size: 1.6rem;
	}
}



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

 c-trouble

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

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

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

.c-trouble__inner .c-title01:before {
	content: "";
	display: block;
	width: 51.2rem;
	height: 6.2rem;
	margin-top: .5rem;
	background: url(../images/trouble_ttl_bg.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-list {
	margin-top: 9rem;
	position: relative;
	z-index: 1;
}

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

.c-trouble__inner-list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

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

.c-trouble__inner-list ul li:first-child {
	width: 100%;
}

.c-trouble__inner-list ul li:nth-child(2) {
	margin-top: 7rem;
	margin-right: 2.5rem;
}

.c-trouble__inner-list ul li:nth-child(3) {
	margin-top: 5.3rem;
	margin-left: 2.5rem;
}

.c-trouble__inner-list ul li:nth-child(4) {
	margin-top: 7rem;
	margin-right: 2.5rem;
}

.c-trouble__inner-list ul li:nth-child(5) {
	margin-top: 5.3rem;
	margin-left: 2.5rem;
}

.c-trouble__inner-list ul li p {
	display: inline-block;
	padding: 2.2rem 2.5rem 1.4rem;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	background: #fff;
	border-radius: 1.5rem;
	box-shadow: 0 .3rem 0 rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
}

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

.c-trouble__inner-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90.2rem;
	height: 51.6rem;
	padding-top: 2.5rem;
	margin: 4.3rem auto 0;
	background: url(../images/trouble_bg02_pc.png) no-repeat center / contain;
}

.c-trouble__inner-box-inner {

}

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

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

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

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

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

	.c-trouble__inner-list {
		margin: 3.2rem -4% 0;
	}

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

	.c-trouble__inner-list:after {
		content: "";
		display: block;
		width: 23.3rem;
		height: 6.9rem;
		margin: 2rem auto 0;
		background: url(../images/trouble_pic01_sp.png) no-repeat center / contain;
	}

	.c-trouble__inner-list ul {
		display: flex;
		flex-direction: column;
	}

	.c-trouble__inner-list ul li {
		width: 100%;
		margin-bottom: 2.75rem;
		text-align: center;
	}

	.c-trouble__inner-list ul li:last-child {
		margin-bottom: 0;
	}

	.c-trouble__inner-list ul li:first-child {
	}

	.c-trouble__inner-list ul li:nth-child(2),
	.c-trouble__inner-list ul li:nth-child(4) {
		margin-top: 0;
		margin-right: 0;
	}

	.c-trouble__inner-list ul li:nth-child(3),
	.c-trouble__inner-list ul li:nth-child(5) {
		margin-top: 0;
		margin-left: 0;
	}

	.c-trouble__inner-list ul li p {
		padding: 1.2rem 1.2rem .8rem;
		font-size: 1.4rem;
		line-height: 1.6;
		border-radius: .8rem;
		box-shadow: 0 .2rem 0 rgba(0,0,0,0.05);
	}

	.c-trouble__inner-list ul li p:before {
		width: 2rem;
		height: 2rem;
		background-size: .75rem .55rem;
	}

	.c-trouble__inner-box {
		width: auto;
		height: auto;
		padding-top: 0;
		margin: 0 -10.441176470588235% 0;
		background: none;
	}

	.c-trouble__inner-box-inner {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 37.5rem;
		height: 25.8rem;
		padding-top: 1rem;
		margin: 0 auto;
		background: url(../images/trouble_bg02_sp.png) no-repeat center / contain;
	}

	.c-trouble__inner-box-inner .txt01 {
		font-size: 2.1rem;
		text-shadow: 0 .2rem 0 rgba(0,0,0,.2);
	}
}



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

 c-reason

***********************************/
.c-reason {
	background: #fdfdfc url(../images/reason_bg01_pc.jpg) no-repeat center top / cover;
}

.c-reason__inner {
	padding: 6rem 0 4.5rem;
}

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

.c-reason__inner-content-sec {
	display: flex;
	flex-direction: column;
	width: 46rem;
	max-width: 100%;
}

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

.c-reason__inner-content-sec .head .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 900;
	background: #014487;
	border-radius: 1.5rem 0 0 0;
}

.c-reason__inner-content-sec .head .ttl {
	flex: 1;
	padding: 1.4rem 2rem 1.4rem 2.5rem;
	color: #fff;
	font-size: 2.3rem;
	font-weight: bold;
	background: #0151a0;
	border-radius: 0 1.5rem 0 0;
}

.c-reason__inner-content-sec .body {
	flex: 1;
	padding: 3rem 3.4rem 2rem;
	background: #fff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-radius: 0 0 1.5rem 1.5rem;
}

.c-reason__inner-content-sec .body .pic {
	text-align: center;
}

.c-reason__inner-content-sec .body .txt01 {
	margin-top: 1em;
}

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

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

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

	.c-reason__inner-content-sec {
		display: block;
		width: auto;
		margin-bottom: 3rem;
	}

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

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

	.c-reason__inner-content-sec .head .num {
		width: 3rem;
		font-size: 1.9rem;
		border-radius: 1rem 0 0 0;
	}

	.c-reason__inner-content-sec .head .ttl {
		padding: .5rem 1.2rem .5rem 1.2rem;
		font-size: 1.8rem;
		border-radius: 0 1rem 0 0;
	}

	.c-reason__inner-content-sec .body {
		padding: 5.882352941176471% 4.264705882352941% 4.264705882352941%;
		border-radius: 0 0 1rem 1rem;
	}

	.c-reason__inner-content-sec .body .pic {
		width: 74.433656957928803%;
		margin: 0 auto;
		text-align: center;
	}

	.c-reason__inner-content-sec .body .txt01 {
		margin-top: 1em;
	}

}



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

 c-works

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

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

.c-works__inner-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100rem;
	max-width: 100%;
	margin: 5rem auto -6rem;
}

.c-works__inner-content-sec {
	width: 46rem;
	max-width: 100%;
	padding: 3.4rem;
	margin-bottom: 6rem;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 1.5rem;
}

.c-works__inner-content-sec .head {
	display: flex;
	justify-content: space-between;
}

.c-works__inner-content-sec .head .pic {
	width: 14rem;
	margin-right: 2.5rem;
}

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

.c-works__inner-content-sec .head .pic figcaption {
	margin-top: .5em;
	font-size: 1.4rem;
	text-align: center;
}

.c-works__inner-content-sec .head dl {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.c-works__inner-content-sec .head dl dt {
	padding: .5rem 1.5rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background: #0151a0;
	border-radius: 1rem;
}

.c-works__inner-content-sec .head dl dd {
	font-size: 2.3rem;
	font-weight: 900;
	text-align: center;
	line-height: 1;
}

.c-works__inner-content-sec .head dl dd .Roboto {
	display: inline-block;
	margin-right: .05em;
	font-size: 5.7rem;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1;
}

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

.c-works__inner-content-sec .body .copy {
	color: #00519f;
	font-weight: bold;
	text-align: center;
}

.c-works__inner-content-sec .body .info {
	padding-top: 2rem;
	margin-top: 1.2rem;
	border-top: 1px solid #dddddd;
}

.c-works__inner-content-sec .body .info dl {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1rem;
}

.c-works__inner-content-sec .body .info dl:last-child {
	margin-bottom: 0;
}

.c-works__inner-content-sec .body .info dl dt {
	width: 14rem;
	padding: .5rem 0;
	margin-right: 2.5rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	background: #999999;
	border-radius: 1rem;
}

.c-works__inner-content-sec .body .info dl dd {
	flex: 1;
	padding-top: .5rem;
	font-size: 1.4rem;
	line-height: 1.6;
}

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

	.c-works__inner {
		padding: 2rem 0 4rem;
	}

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

	.c-works__inner-content-sec {
		width: auto;
		padding: 4.264705882352941%;
		margin-bottom: 3rem;
		border-radius: 1rem;
	}

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

	.c-works__inner-content-sec .head .pic {
		width: 11.5rem;
		margin-right: 1.5rem;
	}

	.c-works__inner-content-sec .head .pic figcaption {
		margin-top: .75em;
		font-size: .9rem;
	}

	.c-works__inner-content-sec .head dl {
		justify-content: normal;
	}

	.c-works__inner-content-sec .head dl dt {
		padding: .2rem 1.5rem;
		font-size: 1.3rem;
		border-radius: .6rem;
	}

	.c-works__inner-content-sec .head dl dd {
		margin-top: 1.2rem;
		font-size: 1.65rem;
	}

	.c-works__inner-content-sec .head dl dd .Roboto {
		font-size: 3.35rem;
	}

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

	.c-works__inner-content-sec .body .info {
		padding-top: 1.5rem;
		margin-top: 1rem;
	}

	.c-works__inner-content-sec .body .info dl dt {
		width: 11.5rem;
		padding: .2rem 0;
		margin-right: 1.5rem;
		font-size: 1.1rem;
		border-radius: .5rem;
	}

	.c-works__inner-content-sec .body .info dl dd {
		padding-top: .2rem;
		font-size: 1.2rem;
	}
}



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

 c-cv

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

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

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

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

.c-cv__inner-content {
	display: flex;
	justify-content: center;
	margin-top: 5.5rem;
}

.c-cv__inner-content .line {
	width: 37rem;
	margin-right: 7rem;
	font-size: 2.2rem;
	font-weight: bold;
}

.c-cv__inner-content .line a {
	display: block;
	padding: 2.5rem 2rem;
	color: #fff;
	text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#41c521+0,39aa1c+100 */
	background: linear-gradient(to bottom,  rgba(65,197,33,1) 0%,rgba(57,170,28,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: 0 .5rem 0 #2b8215;
	border-radius: 1.5rem;
	overflow: visible;
	position: relative;
	z-index: 1;
}

.c-cv__inner-content .line a:before {
	content: "24時間受付";
	display: block;
	padding: .3rem 1.2rem;
	margin-top: -1.6rem;
	color: #333333;
	font-size: 1.3rem;
	font-weight: bold;
	white-space: nowrap;
	background: #ffff00;
	border-radius: .6rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

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

.c-cv__inner-content .line a span: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-content .mail {
	width: 37rem;
	font-size: 2.2rem;
	font-weight: bold;
}

.c-cv__inner-content .mail a {
	display: block;
	padding: 2.5rem 2rem;
	color: #fff;
	text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee5447+0,eb3425+100 */
	background: linear-gradient(to bottom,  rgba(238,84,71,1) 0%,rgba(235,52,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 1.5rem;
	box-shadow: 0 .5rem 0 #9e180e;
	overflow: visible;
	position: relative;
	z-index: 1;
}

.c-cv__inner-content .mail a:before {
	content: "24時間受付";
	display: block;
	padding: .3rem 1.2rem;
	margin-top: -1.6rem;
	color: #333333;
	font-size: 1.3rem;
	font-weight: bold;
	white-space: nowrap;
	background: #ffff00;
	border-radius: .6rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-cv__inner-content .mail a span {
	padding-left: 3.4rem;
	position: relative;
	z-index: 1;
}

.c-cv__inner-content .mail a span:before {
	content: "";
	display: block;
	width: 2.6rem;
	height: 1.9rem;
	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: 4rem 0 4rem;
	}

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

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

	.c-cv__inner-content {
		display: block;
		margin-top: 2.5rem;
	}

	.c-cv__inner-content .line {
		width: 94.117647058823529%;
		margin: 0 auto 3.5rem;
		font-size: 2.2rem;
	}

	.c-cv__inner-content .line a {
		padding: 1.6rem 1.5rem;
		box-shadow: 0 .5rem 0 #2b8215;
		border-radius: 1.5rem;
	}

	.c-cv__inner-content .line a:before {
		padding: .1rem .6rem;
		margin-top: -1.2rem;
		font-size: 1.1rem;
		border-radius: .4rem;
	}

	.c-cv__inner-content .line a span {
		padding-left: 3rem;
	}

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

	.c-cv__inner-content .mail {
		width: 94.117647058823529%;
		margin: 0 auto;
		font-size: 2.2rem;
	}

	.c-cv__inner-content .mail a {
		padding: 1.6rem 1.5rem;
		box-shadow: 0 .5rem 0 #9e180e;
		border-radius: 1.5rem;
	}

	.c-cv__inner-content .mail a:before {
		padding: .1rem .6rem;
		margin-top: -1.2rem;
		font-size: 1.1rem;
		border-radius: .4rem;
	}

	.c-cv__inner-content .mail a span {
		padding-left: 3.1rem;
	}

	.c-cv__inner-content .mail a span:before {
		width: 2.25rem;
		height: 1.65rem;
	}
}



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

 c-flow

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

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

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

.c-flow__inner-content-sec {
	display: flex;
	padding: 5rem 4.9rem 4.4rem;
	margin-bottom: 9rem;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

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

.c-flow__inner-content-sec:before {
	content: "";
	display: block;
	width: 3.4rem;
	height: 2.2rem;
	margin-bottom: -4.8rem;
	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-sec:last-child:before {
	display: none;
}

.c-flow__inner-content-sec .num {
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: normal;
	background: #0151a0;
	border-radius: 1rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

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

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

.c-flow__inner-content-sec .content .ttl {
	padding: .5rem 2rem;
	color: #0151a0;
	font-size: 2.4rem;
	font-weight: bold;
	background: #f8f8f5;
	border-radius: 1rem;
}

.c-flow__inner-content-sec .content .txt01 {
	margin-top: 1.2em;
}

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

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

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

	.c-flow__inner-content-sec {
		display: block;
		padding: 2.2rem 4.26470588235294% 5.147058823529412%;
		margin-bottom: 5.5rem;
		border-radius: 1rem;
	}

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

	.c-flow__inner-content-sec:before {
		width: 2.6rem;
		height: 1.7rem;
		margin-bottom: -3.1rem;
	}

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

	.c-flow__inner-content-sec .num {
		width: 2.5rem;
		height: 2.5rem;
		line-height: 2.5rem;
		font-size: 1.4rem;
		border-radius: .5rem;
	}

	.c-flow__inner-content-sec .pic {
		width: 58.252427184466019%;
		margin: 0 auto;
	}

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

	.c-flow__inner-content-sec .content .ttl {
		padding: .2rem 1rem;
		font-size: 1.6rem;
		text-align: center;
		border-radius: .6rem;
	}

	.c-flow__inner-content-sec .content .txt01 {
		margin-top: .8em;
	}
}



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

 c-faq

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

.c-faq__inner {
	padding: 4.5rem 0 9rem;
}

@media screen and (max-width:767px){
	.c-faq {
		background: #fff;
	}

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

}



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

 c-terms

***********************************/
.c-terms {
	background: #f9f9f7;
}

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

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

.c-terms__inner-content ul {
	font-size: 2.2rem;
	font-weight: bold;
}

.c-terms__inner-content ul li {
	padding: 2.4rem 3rem;
	margin-bottom: 3rem;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 1.5rem;
}

.c-terms__inner-content ul li:last-child {
	margin-bottom: 0;
}

.c-terms__inner-content ul li p {
	padding-left: 5.2rem;
	position: relative;
	z-index: 1;
}

.c-terms__inner-content ul li p:before {
	content: "";
	display: block;
	width: 4rem;
	height: 4rem;
	background: #0151a0 url(../images/icon_check01.png) no-repeat center;
	background-size: 1.5rem 1.1rem;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-terms__inner-content ul li .note {
	font-size: 1.6rem;
	font-weight: normal;
}

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

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

	.c-terms__inner {
		padding: 3.5rem 0 4rem;
	}

	.c-terms__inner-content {
		width: auto;
		margin-top: 2.5rem;
	}

	.c-terms__inner-content ul {
		font-size: 1.4rem;
	}

	.c-terms__inner-content ul li {
		padding: .9rem 1.4rem;
		margin-bottom: 1.5rem;
		border-radius: 1rem;
	}

	.c-terms__inner-content ul li p {
		padding-left: 2.6rem;
	}

	.c-terms__inner-content ul li p:before {
		width: 2rem;
		height: 2rem;
		margin-top: .2rem;
		background-size: .75rem .55rem;
	}

	.c-terms__inner-content ul li .note {
		display: block;
		font-size: 1.1rem;
	}

	.c-terms__inner-content-txt01 {
		margin-top: 1.2rem;
		font-size: 1.2rem;
	}
}



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

 c-contact

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

}

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

.c-contact__inner-txt01 {
	margin-top: 2.5rem;
	font-size: 1.6rem;
	text-align: center;
}

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

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

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

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

	.c-contact__inner-txt01 {
		margin-top: 1.5rem;
		font-size: 1.4rem;
	}

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

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



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

 c-company

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

}

.c-company__inner {
	padding: 4.5rem 0 3.5rem;
}

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

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

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

.c-company__inner-content dl dt {
	width: 20rem;
	padding-right: 1em;
	font-weight: bold;
	border-right: 1px solid #dddddd;
}

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

.c-company__inner-content-law {
	margin-top: 8rem;
}

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

.c-company__inner-content-law .ttl:before {
	content: "";
	display: block;
	width: 2.6rem;
	height: 2.6rem;
	background: url(../images/icon_acc02.png) no-repeat center / contain;
	margin-right: 2rem;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

.c-company__inner-content-law-box {
	display: none;
}

.c-company__inner-content-law-box .inner {
	padding-top: 5rem;
}

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

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

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

	.c-company__inner-content dl {
		display: block;
		padding: 1.2rem 0;
		font-size: 1.4rem;
	}

	.c-company__inner-content dl:first-of-type {
	}

	.c-company__inner-content dl dt {
		width: auto;
		padding-right: 0;
		margin-bottom: .2em;
		border-right: none;
	}

	.c-company__inner-content dl dd {
		padding-left: 0;
	}

	.c-company__inner-content-law {
		margin-top: 4rem;
	}

	.c-company__inner-content-law .ttl {
		padding: .8rem 3rem;
		font-size: 1.4rem;
		border-radius: .8rem;
	}

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

	.c-company__inner-content-law-box {
		display: none;
	}

	.c-company__inner-content-law-box .inner {
		padding-top: 2rem;
	}
}


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

 xxx

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

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

}

