@charset "utf-8";

html {
	font-size: 10px;
}

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

	body {
		zoom: 1.8;
		width: 1200px;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0;
	padding: 0;
	text-align: left;
}
main {
	display: block;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	letter-spacing: .07em;
}
p {
	letter-spacing: .07em;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input,
button {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
input[type="radio"],input[type="checkbox"],label,button,input[type="submit"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
	height: 5rem;
	padding: .5rem 2rem;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .07em;
	border: .3rem solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 5rem;
	padding: .5rem 2rem;
	color: #333333;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .07em;
	border: .3rem solid #dddddd;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 15rem;
	padding: 1rem 2rem;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .07em;
	border: .3rem solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	vertical-align: top;
}
/* Webkit */
::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #b8b8b8;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #b8b8b8;

	/* Firefox 19 以降のデフォルトでは */
	/* color ではなく opacity で色合いを調整しているため */
	/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: #b8b8b8 !important;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: #b8b8b8;
}
/* Android chrome対策 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	max-height:999999px;
}

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a {
	text-decoration: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a.normal:link {
	color: #333333;
}
a.normal:visited {
	color: #333333;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
body {
	text-align: center;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}
a { /* FireFox リンク選択時の点線を消す　*/
    /*overflow: hidden;*/
    outline: none;
}
.ov {
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ov:hover {	
	opacity:0.7;
}
.ovImg:hover img {	
	opacity:0.7;
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
.gothic {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.Lato {
	font-family: "YakuHanJP", 'Lato', sans-serif;
}
.Oswald {
	font-family: "YakuHanJP", 'Oswald', sans-serif;
}
.Roboto {
	font-family: "YakuHanJP", 'Roboto', 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: #f12a01;
}
.blue {
	color: #0059b3;
}
.yellow {
	color: #ffd204;
}
.bgYellow {
	background-color: #fff100;
}
.marker-blue {
	background: linear-gradient(transparent 70%, #01417e 70%);
}
.marker-light-blue {
	background: linear-gradient(transparent 70%, #d0e0f0 70%);
}
.marker-yellow {
	background: linear-gradient(transparent 70%, #ffde00 70%);
}
.marker-white {
	background: linear-gradient(transparent 70%, #ffffff 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: 116rem;
	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: 5rem;
	}

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

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

 l-header

***********************************/
.l-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 13.5rem;
	padding: 0 5rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.l-header__logo {
	width: 13rem;
}

.l-header__right {
	display: flex;
	align-items: center;
	gap: 0 2rem;
}

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

.l-header__contact a {
	display: block;
	padding: .7rem 1.7rem;
	color: #fff;
	background: #ff4a1d;
	border: .3rem solid #ff4a1d;
	border-radius: 20rem;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-header__contact a:hover {
	color: #ff4a1d;
	background: #fff;
}

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

.l-header__contact a span:before {
	content: "";
	display: block;
	width: 2.4rem;
	height: 1.8rem;
	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%);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-header__contact a:hover span:before {
	background: url(../images/icon_mail02.png) no-repeat center / contain;
}

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

.l-header__case a {
	display: block;
	padding: .7rem 1.7rem;
	color: #fff;
	background: #0159b2;
	border: .3rem solid #0159b2;
	border-radius: 20rem;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-header__case a:hover {
	color: #0159b2;
	background: #fff;
}

.l-header__case a span {
	padding-left: 3.2rem;
	position: relative;
	z-index: 1;
}

.l-header__case a span:before {
	content: "";
	display: block;
	width: 2.3rem;
	height: 2.3rem;
	background: url(../images/icon_case01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-header__case a:hover span:before {
	background: url(../images/icon_case02.png) no-repeat center / contain;
}

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

	.l-header__logo {
		width: 7.8rem;
	}

	.l-header__right {
		display: none;
	}
}

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

 l-fixed-contents

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

.l-fixed-contents__contact {
	width: 50%;
}

.l-fixed-contents__contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	background: #ff4a1e;
}

.l-fixed-contents__contact a span {
	padding-left: 2.5rem;
	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-fixed-contents__case {
	width: 50%;
}

.l-fixed-contents__case a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	background: #0159b2;
}

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

.l-fixed-contents__case a span:before {
	content: "";
	display: block;
	width: 1.75rem;
	height: 1.75rem;
	background: url(../images/icon_case01.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: 13rem;
	margin: 0 auto 0;
}

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

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

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

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

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

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

 c-title01

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

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

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

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

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

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

 c-sub-hero

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

.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;
		padding-top: 5.5rem;
	}

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

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

 c-btn01

***********************************/
a.c-btn01 {
	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;
	letter-spacing: .07em;
	border-radius: 100px;
	box-shadow: 0 .5rem 0 0 #951e00;
	background: linear-gradient(to bottom, rgba(255, 82, 39, 1) 0%, rgba(249, 51, 3, 1) 100%);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

a.c-btn01:hover {
	transform: translateY(.5rem);
	box-shadow:0 0 0 0 #951e00;
	filter: brightness(1.2);
}


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

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

 c-form

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

.c-form:before {
}

.c-form__content {
	margin-bottom: 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.8;
}

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

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

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

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

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

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

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

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

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

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

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

.c-form__content dl dd .list li {
	margin: .5em 0 .5em 1em;
	text-indent: -1em;
}

.c-form__content dl dd .address {
}

.c-form__content dl dd .address__box01 {
	display: flex;
	align-items: center;
}

.c-form__content dl dd .address__box01-txt01 {
	margin-right: .8em;
}

.c-form__content dl dd .address__box01-entry {
	width: 17rem;
}

.c-form__content dl dd .address__box02 {
	margin-top: 2rem;
}

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

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

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

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

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

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

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

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

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

.c-form__submit {
	width: 36rem;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-form__submit:hover,
.c-form__submit:hover,
.c-form__confirmBtn__btn:hover {
	transform: translateY(.5rem);
}

.c-form__submit:before,
.c-form__confirmBtn__btn.submit:before {
	content: "";
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	background: url(../images/icon_arr01.png) no-repeat center center / contain;
	position: absolute;
	top: 50%;
	right: 3rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	pointer-events: none;
}

.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;
	letter-spacing: .07em;
	border-radius: 100px;
	box-shadow:0 .5rem 0 0 #951e00;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff5227+0,f93303+100 */
	background: linear-gradient(to bottom,  rgba(255,82,39,1) 0%,rgba(249,51,3,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:hover,
.c-form__submit input:hover,
.c-form__confirmBtn__btn .submit:hover {
	box-shadow:0 0 0 0 #951e00;
	filter: brightness(1.2);
}

/*.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;
	position: relative;
	z-index: 1;
}

.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(119,119,119,1) 0%, rgba(102,102,102,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(119,119,119,1) 0%,rgba(102,102,102,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(119,119,119,1) 0%,rgba(102,102,102,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__confirmBtn__btn .back:hover {
	transform: translateY(.5rem);
	box-shadow:0 0 0 0 #333333;
	filter: brightness(1.2);
}

@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;
		line-height: 1.5;
		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 {
		margin: 1em 0 0 1.4em;
		text-indent: -1.4em;
	}

	.c-form__content dl dd .list li :first-child {
		margin-top: 0;
	}

	.c-form__content dl dd .address__box01 {
		display: flex;
		align-items: center;
	}

	.c-form__content dl dd .address__box01-txt01 {
		margin-right: .8em;
	}

	.c-form__content dl dd .address__box01-entry {
		width: 12rem;
	}

	.c-form__content dl dd .address__box02 {
		margin-top: 1.5rem;
	}

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

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

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

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

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

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

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

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

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

	.c-form__submit {
		width: 24rem;
	}

	.c-form__submit:hover,
	.c-form__submit:hover,
	.c-form__confirmBtn__btn:hover {
		transform: translateY(.35rem);
	}

	.c-form__submit:before,
	.c-form__confirmBtn__btn.submit:before {
		width: 1.35rem;
		height: 1.35rem;
		background: url(../images/icon_arr01.png) no-repeat center center / contain;
		right: 2rem;
	}

	.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 #931e00;
	}

	.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 .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: 4.5rem auto 0;
}

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

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

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

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

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

.c-faq-list-acc dl dt .ttl:before {
	content: "";
	display: block;
	width: 1.8rem;
	height: .2rem;
	margin: 1.9rem 3rem 0 0;
	background-color: #0159b2;
	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: #0159b2;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}


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

 c-table-style01

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

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

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

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

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

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

.c-table-style01 dl dd ul {
}

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

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

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

	.c-table-style01 {
		width: auto;
		margin-top: 2.5rem;
		margin-left: 5.88235294%;
		margin-right: 5.88235294%;
	}

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

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

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


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

 c-2column-list

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




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

 c-3column-list

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

 c-completeSec

***********************************/
.c-completeSec {
	background: #fbfbf9;
}

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

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

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


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

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

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

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



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

 c-bg-stripe01

***********************************/
.c-bg-stripe01 {
	background: url(../images/bg_stripe01.png) repeat center / 3rem 3rem;
}

@media screen and (max-width:767px){
	.c-bg-stripe01 {
		background: url(../images/bg_stripe01.png) repeat center / 1.5rem 1.5rem;
	}

}


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

 c-bg01

***********************************/
.c-bg01 {
	background: #1564b4 url(../images/resolution_bg01_pc.jpg) no-repeat center bottom / 100% auto;
}

@media screen and (max-width:767px){
	.c-bg01 {
		background: #1564b4 url(../images/resolution_bg01_sp.jpg) no-repeat center bottom / 100% auto;
	}

}


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

 c-bg02

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

@media screen and (min-width:1921px){
	.c-bg02 {
		background-size: 100% auto;
	}
}

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

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

}


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

 c-bg03

***********************************/
.c-bg03 {
	background: #fffbef;
}

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

}


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

 c-hero

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

.c-hero__inner {
	width: 124rem;
	max-width: 100%;
	height: 86rem;
	padding-top: 12rem;
	margin: 0 auto;
}

.c-hero__ttl {

}

.c-hero__ttl-inner {
	display: inline-block;
	padding: 0 .1rem;
	position: relative;
	z-index: 1;
}

.c-hero__ttl-inner:before {
	content: "";
	display: block;
	width: 100.8rem;
	height: 23.8rem;
	margin-left: .8rem;
	background: url(../images/hero_line01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 5rem;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-hero__ttl-inner-txt01 {
	display: block;
	margin-top: -.3em;
	margin-left: 2rem;
	color: #fff;
	font-size: 5.7rem;
	font-weight: 900;
	letter-spacing: .02em;
	line-height: 1.5;
	text-align: center;
}

.c-hero__ttl-inner-txt02 {
	display: block;
	margin-top: .15em;
	margin-left: 2.5rem;
	margin-right: -2.5rem;
	color: #fff;
	font-size: 7.8rem;
	font-weight: 900;
	text-align: center;
	letter-spacing: .02em;
	line-height: 1.5;
}

.c-hero__ttl-inner-txt02 .num {
	display: inline-block;
	margin: 0 .05em;
	font-size: 13rem;
	font-weight: bold;
	line-height: 1;
}

.c-hero__txt01 {
	margin-top: 5.5rem;
	margin-left: 2rem;
	color: #fff;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: .02em;
}

.c-hero__txt01 .block {
	display: inline-block;
	padding: .7rem 1rem;
	background: #000000;
}

.c-hero__txt01 .block:first-child {
	padding-bottom: 0;
}

.c-hero__award {
	display: flex;
	gap: 0 2rem;
	margin-top: 3rem;
	margin-left: 2rem;
}

.c-hero__award li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: .1rem 4.5rem;
	position: relative;
	z-index: 1;
}

.c-hero__award li:before {
	content: "";
	display: block;
	width: 3.5rem;
	height: 8.5rem;
	background: url(../images/hero_award01.png) no-repeat center bottom / contain;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.c-hero__award li:after {
	content: "";
	display: block;
	width: 3.5rem;
	height: 8.5rem;
	background: url(../images/hero_award02.png) no-repeat center bottom / contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.c-hero__award li .txt01 {
	color: #ffd200;
	font-size: 2rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.3;
}

.c-hero__award li .txt01 .block {
	display: inline-block;
	padding: .6rem 1rem;
	background: #000000;
}

.c-hero__award li .txt01 .block:first-child {
	/*padding-bottom: 0;*/
	margin-bottom: -.6rem;
}

.c-hero__award li .txt02 {
	color: #ffd200;
	font-size: 2rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
}

.c-hero__award li .txt02 .block {
	display: inline-block;
	padding: .7rem 1rem;
	background: #000000;
}

.c-hero__award li .txt02 .block .num {
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 1;
}

.c-hero__btn {
	display: flex;
	gap: 0 3rem;
	margin-top: 3rem;
}

.c-hero__btn-contact {
	font-size: 2.4rem;
	font-weight: 900;
}

.c-hero__btn-contact a {
	display: inline-block;
	padding: 1.6rem 3rem;
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fe6e4b+0,ff4619+100 */
	background: linear-gradient(to bottom,  rgba(254,110,75,1) 0%,rgba(255,70,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 20rem;
	box-shadow: 0 .5rem 0 0 #9d2000;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-hero__btn-contact a:hover {
	transform: translateY(.5rem);
	box-shadow: 0 0 0 0 #9d2000;
	filter: brightness(1.2);
}

.c-hero__btn-contact a:hover {

}

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

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

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

.c-hero__btn-case {
	font-size: 2.4rem;
	font-weight: 900;
}

.c-hero__btn-case a {
	display: inline-block;
	padding: 1.6rem 3rem;
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#036dda+0,0059b3+100 */
	background: linear-gradient(to bottom,  rgba(3,109,218,1) 0%,rgba(0,89,179,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 20rem;
	box-shadow: 0 .5rem 0 0 #02376b;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-hero__btn-case a:hover {
	transform: translateY(.5rem);
	box-shadow: 0 0 0 0 #02376b;
	filter: brightness(1.2);
}

.c-hero__btn-case a:hover {

}

.c-hero__btn-case a span {
	padding-left: 4rem;
	padding-right: 3.4rem;
	position: relative;
	z-index: 1;
}

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

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

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

}

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

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

	.c-hero__inner {
		width: auto;
		height: auto;
		padding-top: 9rem;
		padding-bottom: 3.5rem;
		margin: 0 auto;
	}

	.c-hero__ttl {
		text-align: center;
	}

	.c-hero__ttl-inner {
		display: inline-block;
		padding: 0 .1rem;
		position: relative;
		z-index: 1;
	}

	.c-hero__ttl-inner:before {
		width: 34.6rem;
		height: 17.2rem;
		margin-left: 0;
		background: url(../images/hero_line01_sp.png) no-repeat center / contain;
		position: absolute;
		top: 6.8rem;
	}

	.c-hero__ttl-inner-txt01 {
		margin-top: -.3em;
		margin-left: 0;
		font-size: 2.85rem;
	}

	.c-hero__ttl-inner-txt02 {
		margin-top: .15em;
		margin-left: 0;
		margin-right: 0;
		font-size: 3.9rem;
		letter-spacing: .02em;
		line-height: 1.35;
	}

	.c-hero__ttl-inner-txt02 .num {
		margin: 0 .05em;
		font-size: 6.5rem;
	}

	.c-hero__txt01 {
		margin-top: 3rem;
		margin-left: 2rem;
		font-size: 1.6rem;
		text-align: center;
		line-height: 1.1;
	}

	.c-hero__txt01 .block {
		display: inline-block;
		padding: .7rem .75rem;
		background: #000000;
	}

	.c-hero__txt01 .block:first-child {
		padding-bottom: .3rem;
	}

	.c-hero__txt01 .block:last-child {
		padding-top: .3rem;
	}

	.c-hero__award {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 2rem 1.5rem;
		margin-top: 2rem;
		margin-left: 0;
	}

	.c-hero__award li {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding: .1rem 3.5rem;
		position: relative;
		z-index: 1;
	}

	.c-hero__award li:before {
		width: 2.6rem;
		height: 6.4rem;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-hero__award li:after {
		width: 2.6rem;
		height: 6.4rem;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-hero__award li .txt01 {
		font-size: 1.8rem;
		line-height: 1.3;
	}

	.c-hero__award li .txt01 .block {
		display: inline-block;
		padding: .4rem 1rem;
		background: #000000;
	}

	.c-hero__award li .txt01 .block:first-child {
		/*padding-bottom: 0;*/
		margin-bottom: -.6rem;
	}

	.c-hero__award li .txt02 {
		font-size: 1.8rem;
		line-height: 1.5;
	}

	.c-hero__award li .txt02 .block {
		display: inline-block;
		padding: .2rem 1rem .4rem;
		background: #000000;
	}

	.c-hero__award li .txt02 .block .num {
		font-size: 3.5rem;
	}

	.c-hero__btn {
		display: none;
	}
}


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

 c-trouble

***********************************/
.c-trouble {
}

.c-trouble__inner {
	padding: 4.5rem 0 14rem;
}

.c-trouble__txt01 {
	margin-bottom: 1.5rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

.c-trouble__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 7rem 6rem;
	margin-top: 6rem;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	z-index: 1;
}

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

.c-trouble__list li {
	padding: 3rem 1.7rem 2.5rem;
	text-align: center;
	background: #fff;
	border: .3rem solid #0159b2;
	border-radius: 2rem;
	position: relative;
	z-index: 1;
}

.c-trouble__list li:before {
	content: "";
	display: block;
	width: 4.4rem;
	height: 4.4rem;
	margin-top: -2.3rem;
	background: #0159b2 url(../images/icon_check01.png) no-repeat center / 1.8rem 1.8rem;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

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

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

	.c-trouble__txt01 {
		margin-bottom: 1rem;
		font-size: 1.3rem;
	}

	.c-trouble__txt01 .block {
		display: inline-block;
		padding: 0 2.2rem;
		position: relative;
		z-index: 1;
	}

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

	.c-trouble__txt01 .block:after {
		content: "";
		display: block;
		width: 1.7rem;
		height: 3.3rem;
		background: url(../images/trouble_line02.png) no-repeat center / contain;
		position: absolute;
		top: 50%;
		right: 0;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-trouble__list {
		display: block;
		margin-top: 4.5rem;
		font-size: 1.5rem;
		letter-spacing: .03em;
	}

	.c-trouble__list:before {
		width: 34rem;
		height: 9.5rem;
		margin-bottom: -1rem;
		background: url(../images/trouble_pic01_sp.png) no-repeat center / contain;
		position: absolute;
		bottom: 100%;
		left: 50%;
		z-index: -1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-trouble__list li {
		padding: 1.5rem .5rem 1.25rem;
		margin-top: 3.5rem;
		border: .15rem solid #0159b2;
		border-radius: 1rem;
	}

	.c-trouble__list li:first-child {
		margin-top: 0;
	}

	.c-trouble__list li:before {
		width: 2.2rem;
		height: 2.2rem;
		margin-top: -1.15rem;
		background: #0159b2 url(../images/icon_check01.png) no-repeat center / .9rem .9rem;
	}
}


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

 c-resolution

***********************************/
.c-resolution {
	position: relative;
	z-index: 1;
}

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

.c-resolution__inner {
	width: 100rem;
	padding: 5.5rem 0 9rem;
}

.c-resolution__difference {
	margin-top: 4rem;
	position: relative;
	z-index: 1;
}

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

.c-resolution__difference-ttl {
	padding: .7rem 1.5rem;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	background: #0159b2;
	border: .3rem solid #fff;
	border-radius: 1.5rem;
}

.c-resolution__difference-list {
	display: flex;
	justify-content: space-between;
	margin-top: 4rem;
}

.c-resolution__difference-list-sec {
	display: flex;
	flex-direction: column;
	width: 48rem;
	background: #fff;
	border-radius: 1.5rem;
}

.c-resolution__difference-list-sec .ttl {
	padding: .8rem 1.5rem;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	border-radius: 1.5rem;
}

.c-resolution__difference-list-sec .ttl.bg-yellow {
	background: #ffde00;
}

.c-resolution__difference-list-sec .ttl.bg-gray {
	color: #fff;
	background: #888888;
}

.c-resolution__difference-list-sec .body {
	flex: 1;
	padding: 3rem;
}

.c-resolution__difference-list-sec .body .list01 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 2.5rem;
	background: #f5f5f9;
	border-radius: 1.5rem;
}

.c-resolution__difference-list-sec .body .list01__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 7.5rem;
}

.c-resolution__difference-list-sec .body .list01__pic {
	width: 12rem;
	position: relative;
	z-index: 1;
}

.c-resolution__difference-list-sec .body .list01__pic:before {
	content: "";
	display: block;
	width: 5.3rem;
	height: 3.4rem;
	background: url(../images/resolution_difference_arr01_pc.png) no-repeat center / contain;
	position: absolute;
	top: 4.4rem;
	right: -6.4rem;
	z-index: 1;
}

.c-resolution__difference-list-sec .body .list01__pic:last-child:before {
	display: none;
}

.c-resolution__difference-list-sec .body .list01__pic img {
	display: block;
}

.c-resolution__difference-list-sec .body .list01__pic figcaption {
	margin: .8rem -3em 0;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-resolution__difference-list-sec .body .list02 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 1.5rem;
	background: #f5f5f9;
	border-radius: 1.5rem;
}

.c-resolution__difference-list-sec .body .list02__inner {
	display: flex;
	justify-content: center;
	gap: 0 5rem;
}

.c-resolution__difference-list-sec .body .list02__pic {
	width: 6rem;
	margin-top: 2rem;
	position: relative;
	z-index: 1;
}

.c-resolution__difference-list-sec .body .list02__pic:before {
	content: "";
	display: block;
	width: 2.9rem;
	height: 2rem;
	background: url(../images/resolution_difference_arr02_pc.png) no-repeat center / contain;
	position: absolute;
	top: 2rem;
	right: -4rem;
	z-index: 1;
}

.c-resolution__difference-list-sec .body .list02__pic:last-child:before {
	display: none;
}

.c-resolution__difference-list-sec .body .list02__pic img {
	display: block;
}

.c-resolution__difference-list-sec .body .list02__pic figcaption {
	margin: .5rem -2.5em 0;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-resolution__reason {
	margin-top: 6rem;
}

.c-resolution__reason-ttl {
	padding: .4rem 1.5rem;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	background: #ffde00;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

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

.c-resolution__reason-list {
	display: flex;
	justify-content: space-between;
	margin-top: 5.5rem;
}

.c-resolution__reason-list-sec {
	width: 31rem;
	padding: 3.2rem 3rem 3rem;
	background: #fff;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

.c-resolution__reason-list-sec .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.6rem;
	height: 3.6rem;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background: #ffde00;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-resolution__reason-list-sec .pic {

}

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

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

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

	.c-resolution:before {
		width: 25rem;
		height: 2.5rem;
	}

	.c-resolution__inner {
		width: 100rem;
		padding: 2.5rem 0 3.5rem;
	}

	.c-resolution__difference {
		margin-top: 5rem;
	}

	.c-resolution__difference:before {
		width: 37.5rem;
		height: 12.3rem;
		margin-bottom: -3.8rem;
		background: url(../images/resolution_pic01_sp.png) no-repeat center / contain;
		z-index: -1;
	}

	.c-resolution__difference-ttl {
		padding: .4rem 1.5rem;
		font-size: 1.6rem;
		border: .15rem solid #fff;
		border-radius: .75rem;
	}

	.c-resolution__difference-list {
		display: block;
		margin-top: 2rem;
	}

	.c-resolution__difference-list-sec {
		display: block;
		width: auto;
		margin-top: 2rem;
		border-radius: .75rem;
	}

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

	.c-resolution__difference-list-sec .ttl {
		padding: .2rem 1.5rem;
		font-size: 1.5rem;
		border-radius: .75rem;
	}

	.c-resolution__difference-list-sec .body {
		padding: 1.5rem;
	}

	.c-resolution__difference-list-sec .body .list01 {
		padding: 1.25rem;
		border-radius: .75rem;
	}

	.c-resolution__difference-list-sec .body .list01__inner {
		gap: 0 7.75rem;
	}

	.c-resolution__difference-list-sec .body .list01__pic {
		width: 6rem;
	}

	.c-resolution__difference-list-sec .body .list01__pic:before {
		width: 6.1rem;
		height: 2.6rem;
		background: url(../images/resolution_difference_arr01_sp.png) no-repeat center / contain;
		position: absolute;
		top: 1.8rem;
		right: -6.9rem;
		z-index: 1;
	}

	.c-resolution__difference-list-sec .body .list01__pic figcaption {
		margin: .6rem -4em 0;
		font-size: 1.4rem;
		letter-spacing: .03em;
	}

	.c-resolution__difference-list-sec .body .list02 {
		display: block;
		height: auto;
		padding: 1.25rem;
		border-radius: .75rem;
	}

	.c-resolution__difference-list-sec .body .list02__inner {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 6.5rem 7.75rem;
		width: 19.75rem;
		margin: 0 auto;
	}

	.c-resolution__difference-list-sec .body .list02__pic {
		width: 6rem;
		margin-top: 0;
	}

	.c-resolution__difference-list-sec .body .list02__pic:before {
		width: 6.1rem;
		height: 2.6rem;
		background: url(../images/resolution_difference_arr02_sp.png) no-repeat center / contain;
		position: absolute;
		top: 1.8rem;
		right: -6.9rem;
		z-index: 1;
	}

	.c-resolution__difference-list-sec .body .list02__pic:nth-child(2):before,
	.c-resolution__difference-list-sec .body .list02__pic:last-child:before {
		display: none;
	}

	.c-resolution__difference-list-sec .body .list02__pic:nth-child(3):after {
		content: "";
		display: block;
		width: 5.3rem;
		height: 5.3rem;
		background: url(../images/resolution_difference_arr03_sp.png) no-repeat center / contain;
		position: absolute;
		top: -5.9rem;
		right: -5.5rem;
		z-index: 1;
	}

	.c-resolution__difference-list-sec .body .list02__pic img {
		display: block;
	}

	.c-resolution__difference-list-sec .body .list02__pic figcaption {
		margin: .5rem -2.5em 0;
		font-size: 1.4rem;
	}

	.c-resolution__reason {
		margin-top: 3rem;
	}

	.c-resolution__reason-ttl {
		padding: .4rem 1.5rem;
		font-size: 1.8rem;
		border-radius: .75rem;
	}

	.c-resolution__reason-list {
		display: block;
		margin-top: 3.25rem;
	}

	.c-resolution__reason-list-sec {
		width: auto;
		padding: 2.5rem 1.5rem 1.5rem;
		margin-top: 3rem;
		border-radius: .75rem;
	}

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

	.c-resolution__reason-list-sec .num {
		width: 2.7rem;
		height: 2.7rem;
		font-size: 1.2rem;
	}

	.c-resolution__reason-list-sec .pic {

	}

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

	.c-resolution__reason-list-sec .txt01 {
		margin-top: .8rem;
	}
}


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

 c-common

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

.c-common__inner {
	width: 100rem;
	padding: 8rem 0 10rem;
}

.c-common__list {
	display: flex;
	justify-content: space-between;
	margin-top: 5.5rem;
	position: relative;
	z-index: 1;
}

.c-common__list:before {
	content: "";
	display: block;
	width: 108.8rem;
	height: 24rem;
	background: url(../images/common_pic01_pc.png) no-repeat center / contain;
	position: absolute;
	top: -18rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-common__list-sec {
	width: 31rem;
	padding: 3rem;
	background: #fff;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}

.c-common__list-sec:before {
	content: "";
	display: block;
	width: 4rem;
	height: 4.2rem;
	background: url(../images/common_bg02.png) no-repeat center / contain;
	position: absolute;
	top: -2rem;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-common__list-sec .pic {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 8rem;
	background: #f4f4f4;
	border-radius: 1.5rem;
}

.c-common__list-sec .pic img {
	display: block;
	width: 5.2rem;
}

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

.c-common__list-sec .txt01 {
	margin-top: 1.2rem;
}

.c-common__txt01 {
	margin-top: 3rem;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-common__txt01 .large {
	font-size: 3.6rem;
	font-weight: 900;
}

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

	.c-common {
		background-size: 100% auto;
	}
}

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

	.c-common {
		background:url(../images/common_bg02_sp.png) no-repeat center top / 100% auto,
			url(../images/common_bg01_sp.png) no-repeat center bottom / 100% auto;
		position: relative;
	}

	.c-common__inner {
		width: auto;
		padding: 4.5rem 0 4rem;
	}

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

	.c-common__list:before {
		width: 37.5rem;
		height: 13.5rem;
		background: url(../images/common_pic01_sp.png) no-repeat center / contain;
		top: -9rem;
	}

	.c-common__list-sec {
		width: auto;
		padding: 1.5rem;
		margin-top: 2.5rem;
		border-radius: .75rem;
	}

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

	.c-common__list-sec:before {
		width: 2rem;
		height: 2.1rem;
		top: -1rem;
	}

	.c-common__list-sec .pic {
		height: 5.2rem;
		border-radius: .75rem;
	}

	.c-common__list-sec .pic img {
		width: 3.9rem;
	}

	.c-common__list-sec .ttl {
		margin-top: 1.2rem;
		font-size: 1.6rem;
	}

	.c-common__list-sec .txt01 {
		margin-top: .8rem;
	}

	.c-common__txt01 {
		margin-top: 2rem;
		font-size: 1.6rem;
		line-height: 1.6;
	}

	.c-common__txt01 .large {
		font-size: 1.8rem;
	}
}


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

 c-case

***********************************/
.c-case {
}

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

.c-case__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10rem 0;
	margin-top: 4.5rem;
	overflow: hidden;
}

.c-case__list-sec {
	width: 55rem;
	position: relative;
	z-index: 1;
}

.c-case__list-sec:nth-child(2n + 3):before {
	content: "";
	display: block;
	width: 116rem;
	height: 1px;
	background: #dddddd;
	position: absolute;
	top: -5.5rem;
	left: 0;
	z-index: 1;
}

.c-case__list-sec .ttl {
	padding: 1rem 1rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background: #0159b2;
	border-radius: 1.5rem;
}

.c-case__list-sec .after {
	margin-top: 3rem;
	position: relative;
	z-index: 1;
}

.c-case__list-sec .after img {
	display: block;
	width: 100%;
	max-width: none;
}

.c-case__list-sec .after figcaption {
	width: 11.9rem;
	height: 3.4rem;
	line-height: 3.4rem;
	color: #1766b7;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background: #ffffff;
	border-radius: 1rem;
	position: absolute;
	top: 2rem;
	left: 2rem;
	z-index: 1;
}

.c-case__list-sec .content {
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
}

.c-case__list-sec .content .before {
	width: 24rem;
	margin-right: 3rem;
	position: relative;
	z-index: 1;
}

.c-case__list-sec .content .before img {
	display: block;
	width: 100%;
	max-width: none;
}

.c-case__list-sec .content .before figcaption {
	width: 10.3rem;
	height: 2.8rem;
	line-height: 2.8rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	background: #1867b8;
	border-radius: 1rem;
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	z-index: 1;
}

.c-case__list-sec .content .box {
	flex: 1;
}

.c-case__list-sec .content .box dl {

}

.c-case__list-sec .content .box dl dt {
	margin-top: -.3em;
	color: #1866b7;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
}

.c-case__list-sec .content .box dl dd {
	margin-top: .75rem;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
}

.c-case__list-sec .content .box dl dd .num {
	display: inline-block;
	margin-right: .1em;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1;
}

.c-case__list-sec .content .box .txt01 {
	margin-top: .5rem;
	margin-bottom: -.3em;
}

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

	.c-case__inner {
		padding: 2.5rem 0 3.5rem;
	}

	.c-case__list {
		display: block;
		margin-top: 2rem;
	}

	.c-case__list-sec {
		width: auto;
		margin-top: 2.5rem;
	}

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

	.c-case__list-sec:nth-child(2n + 3):before {
		display: none;
	}

	.c-case__list-sec .ttl {
		padding: .6rem .5rem;
		font-size: 1.6rem;
		border-radius: .75rem;
	}

	.c-case__list-sec .after {
		margin-top: 1.5rem;
	}

	.c-case__list-sec .after figcaption {
		width: 7.4rem;
		height: 2.05rem;
		line-height: 2.05rem;
		font-size: 1.2rem;
		border-radius: .5rem;
		top: 1.25rem;
		left: 1.25rem;
	}

	.c-case__list-sec .content {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 1.75rem;
	}

	.c-case__list-sec .content .before {
		width: 14rem;
		margin-right: 1.5rem;
	}

	.c-case__list-sec .content .before figcaption {
		width: 6.1rem;
		height: 1.7rem;
		line-height: 1.7rem;
		font-size: .9rem;
		border-radius: .5rem;
		top: .75rem;
		left: .75rem;
	}

	.c-case__list-sec .content .box {
		flex: 1;
	}

	.c-case__list-sec .content .box dl {

	}

	.c-case__list-sec .content .box dl dt {
		color: #1866b7;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.6;
	}

	.c-case__list-sec .content .box dl dd {
		margin-top: 1rem;
		font-size: 1.8rem;
	}

	.c-case__list-sec .content .box dl dd .num {
		margin-right: .1em;
		font-size: 2.3rem;
	}

	.c-case__list-sec .content .box .txt01 {
		margin-top: .5rem;
		margin-bottom: -.3em;
	}

	.c-case__list-sec .content .txt01-sp {
		width: 100%;
		margin-top: 1rem;
	}
}


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

 c-menu

***********************************/
.c-menu {
}

.c-menu__inner {
	padding: 7rem 0 1rem;
}

.c-menu__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10rem 0;
	margin-top: 4.5rem;
	overflow: hidden;
}

.c-menu__list-sec {
	width: 55rem;
	position: relative;
	z-index: 1;
}

.c-menu__list-sec:nth-child(2n + 3):before {
	content: "";
	display: block;
	width: 116rem;
	height: 1px;
	background: #dddddd;
	position: absolute;
	top: -5.5rem;
	left: 0;
	z-index: 1;
}

.c-menu__list-sec .ttl {
	padding: 1rem 1rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background: #0159b2;
	border-radius: 1.5rem;
}

.c-menu__list-sec .pic {
	margin-top: 3rem;
}

.c-menu__list-sec .pic img {
	display: block;
	width: 100%;
	max-width: none;
}

.c-menu__list-sec dl {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-top: 2.5rem;
}

.c-menu__list-sec dl dt {
	margin-right: 1.5rem;
	color: #1866b7;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
}

.c-menu__list-sec dl dd {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
}

.c-menu__list-sec dl dd .num {
	display: inline-block;
	margin-right: .1em;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .07em;
}

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

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

	.c-menu__inner {
		padding: 3.5rem 0 2.25rem;
	}

	.c-menu__list {
		display: block;
		margin-top: 2rem;
	}

	.c-menu__list-sec {
		width: auto;
		margin-top: 2.5rem;
	}

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

	.c-menu__list-sec:nth-child(2n + 3):before {
		display: none;
	}

	.c-menu__list-sec .ttl {
		padding: .6rem .5rem;
		font-size: 1.6rem;
		border-radius: .75rem;
	}

	.c-menu__list-sec .pic {
		margin-top: 1.5rem;
	}

	.c-menu__list-sec dl {
		display: block;
		margin-top: 1.5rem;
	}

	.c-menu__list-sec dl dt {
		margin-right: 0;
		font-size: 1.4rem;
	}

	.c-menu__list-sec dl dd {
		margin-top: 1rem;
		font-size: 1.8rem;
	}

	.c-menu__list-sec dl dd .num {
		font-size: 2.3rem;
	}

	.c-menu__list-sec .txt01 {
		margin-top: .5rem;
	}
}


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

 c-greeting

***********************************/
.c-greeting {
	margin-bottom: -17.5rem;
	position: relative;
	z-index: 1;
}

.c-greeting:before {
	content: "";
	display: block;
	width: 256rem;
	height: 110.4rem;
	background: url(../images/greeting_bg01_pc.png) no-repeat center bottom / 256rem auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-greeting__inner {
	padding: 7rem 0 8.5rem;
}

.c-greeting__pic {
	margin-top: 5rem;
	text-align: center;
}

.c-greeting__pic img {
	width: 100%;
	max-width: none;
}

.c-greeting__content {
	margin-top: 5rem;
}

.c-greeting__content p {
	margin-top: 3.5rem;
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
}

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

.c-greeting__content p .block {
	display: inline-block;
	padding: .1rem 1rem;
	margin-top: 1rem;
	background: #fff;
}

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

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

	.c-greeting:before {
		background-size: 100% auto;
	}

}

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

	.c-greeting {
		margin-bottom: -9rem;
		position: relative;
		z-index: 1;
	}

	.c-greeting:before {
		width: calc(100% + 2px);
		height: 53.6rem;
		background: url(../images/greeting_bg01_sp.png) no-repeat center bottom / 100% 100%;
	}

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

	.c-greeting__pic {
		margin: 2.5rem -1.75rem 0;
	}

	.c-greeting__content {
		margin-top: 2.5rem;
	}

	.c-greeting__content p {
		margin: 2.5rem -1em 0;
		font-size: 1.2rem;
		line-height: 1.6;
	}

	.c-greeting__content p .block {
		padding: .125rem .5rem;
		margin-top: .75rem;
	}
}


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

 c-cv

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

.c-cv__inner {
	padding: 24rem 0 9rem;
}

.c-cv__txt01 {
	margin-top: 2rem;
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
}

.c-cv__btn {
	margin-top: 1.5rem;
	font-size: 2.8rem;
	font-weight: 900;
	text-align: center;
}

.c-cv__btn a {
	display: inline-block;
	padding: 1.7rem 3rem;
	color: #fff;
	background: linear-gradient(to bottom, rgba(254, 110, 75, 1) 0%, rgba(255, 70, 25, 1) 100%);
	border-radius: 20rem;
	box-shadow: 0 .5rem 0 0 #9d2000;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-cv__btn a:hover {
	transform: translateY(.5rem);
	box-shadow: 0 0 0 0 #9d2000;
	filter: brightness(1.2);
}

.c-cv__btn a span {
	padding-left: 4rem;
	padding-right: 3.4rem;
	position: relative;
	z-index: 1;
}

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

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

.c-cv__list {
	margin-top: 3rem;
	text-align: center;
}

.c-cv__list ul {
	display: inline-block;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.6;
}

.c-cv__list ul li {
	padding: 1.5rem 0 1.5rem 4.5rem;
	border-bottom: .2rem solid #0159b2;
	position: relative;
	z-index: 1;
}

.c-cv__list ul li:before {
	content: "";
	display: block;
	width: 3.3rem;
	height: 3.3rem;
	background: url(../images/icon_check02.png) no-repeat center / contain;
	position: absolute;
	top: 1.5rem;
	left: 0;
	z-index: 1;
}

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

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

	.c-cv__inner {
		padding: 12rem 0 4.25rem;
	}

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

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

	.c-cv__btn a {
		padding: 1.2rem 2rem;
		box-shadow: 0 .25rem 0 0 #9d2000;
	}

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

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

	.c-cv__btn a span:after {
		width: 1.35rem;
		height: 1.35rem;
	}

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

	.c-cv__list ul {
		display: block;
		font-size: 1.4rem;
	}

	.c-cv__list ul li {
		padding: .9rem 0 .9rem 2.2rem;
		border-bottom: .1rem solid #0159b2;
		position: relative;
		z-index: 1;
	}

	.c-cv__list ul li:before {
		width: 1.65rem;
		height: 1.65rem;
		top: 1.2rem;
	}
}


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

 c-flow

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

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

.c-flow__txt01 {
	margin-bottom: 1.5rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

.c-flow__inner-list {
	width: 100rem;
	max-width: 100%;
	margin-top: 6rem;
	margin-left: auto;
	margin-right: auto;
}

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

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

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

.c-flow__inner-list-sec .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 9.6rem;
	height: 4rem;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .03em;
	background: #0159b2;
	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-list-sec .pic {
	width: 24rem;
	margin-right: 4rem;
}

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

.c-flow__inner-list-sec .content .ttl {
	padding: .7rem 2rem;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-radius: 1rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.c-flow__inner-list-sec .content .ttl:before {
	content: "";
	display: block;
	width: .4rem;
	height: 100%;
	background: #0159b2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-flow__inner-list-sec .content .txt01 {
	margin-top: 1.5rem;
	margin-bottom: -.3em;
	margin-right: -.25em;
	font-size: 1.6rem;
	line-height: 2;
}

.c-flow__inner-list-free {
	padding: .9rem 1.5rem;
	margin-top: 6.3rem;
	background: #0159b2;
	border-radius: 20rem;
	position: relative;
	z-index: 1;
}

.c-flow__inner-list-free:before {
	content: "";
	display: block;
	width: 3.4rem;
	height: 2.2rem;
	margin-bottom: -4.5rem;
	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-list-free p {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

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

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

	.c-flow__txt01 {
		margin-bottom: 1rem;
		font-size: 1.2rem;
	}

	.c-flow__inner-list {
		width: 30rem;
		margin-top: 3.5rem;
	}

	.c-flow__inner-list-sec {
		display: block;
		padding: 3rem 2rem 1.5rem;
		margin-top: 6rem;
		border-radius: 1rem;
		box-shadow: 0 .15rem 0 rgba(0, 0, 0, 0.05);
	}

	.c-flow__inner-list-sec:before {
		width: 2.4rem;
		height: 1.7rem;
		margin-bottom: -3.5rem;
	}

	.c-flow__inner-list-sec .num {
		width: 5.8rem;
		height: 2.4rem;
		color: #fff;
		font-size: 1.2rem;
		border-radius: .8rem;
	}

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

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

	.c-flow__inner-list-sec .content .ttl {
		padding: .6rem 1.5rem;
		font-size: 1.6rem;
		text-align: center;
		border-radius: .5rem;
		border-top: none;
		border-left: 1px solid #dddddd;
	}

	.c-flow__inner-list-sec .content .ttl:before {
		width: 100%;
		height: .2rem;
		top: 0;
		left: 0;
	}

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

	.c-flow__inner-list-free {
		padding: .5rem 1.5rem;
		margin-top: 2.15rem;
	}

	.c-flow__inner-list-free:before {
		width: 2.4rem;
		height: 1.7rem;
		margin-bottom: -3.5rem;
	}

	.c-flow__inner-list-free p {
		font-size: 1.5rem;
	}
}


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

 c-faq

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

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

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

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

}


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

 c-area

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

.c-area__inner {
	width: 100rem;
	padding: 7rem 0 9rem;
}

.c-area__content {
	padding: 2rem 2.8rem;
	margin-top: 5rem;
	background: #fff;
	border: .2rem solid #dddddd;
	border-radius: 2rem;
}

.c-area__content p {
	font-size: 1.8rem;
	letter-spacing: .06em;
}

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

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

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

	.c-area__content {
		padding: 1.2rem 1.4rem;
		margin-top: 2.5rem;
		border: .1rem solid #dddddd;
		border-radius: 1rem;
	}

	.c-area__content p {
		font-size: 1.2rem;
	}

}



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

 c-contact

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

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

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

.c-contact__txt01 {
	margin-top: 3rem;
	font-size: 1.6rem;
	text-align: center;
}

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

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

.c-contact__content-ttl {
	padding: 1.2rem 1rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background: #0159b2;
	border-radius: 1.5rem;
}

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

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

.c-contact__content-form ul li span {
	font-size: 1.5rem;
}

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

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

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

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

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

	.c-contact__content-ttl {
		padding: .7rem .5rem;
		font-size: 1.6rem;
		border-radius: .75rem;
	}

	.c-contact__content-form {
		padding: .2rem 1.4rem 2.5rem;
		margin-top: 2rem;
		border-radius: 1.5rem;
		border-left: .1rem solid #dddddd;
		border-right: .1rem solid #dddddd;
		border-bottom: .1rem solid #dddddd;
	}

	.c-contact__content-form:before {
		height: .15rem;
	}
	
	.c-contact__content-form ul li span {
		font-size: 1.15rem;
}


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

 c-company

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

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

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

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

}


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

 xxx

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

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

}

