@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 16px;
	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;
	/*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", 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: 0px;
	padding: 0px;
	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: 50px;
	padding: 5px 20px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 50px;
	padding: 5px 10px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 150px;
	padding: 15px 20px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px 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;
}
.linkBox {
	cursor: pointer;
}
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;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.ovImg:hover img {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
@media screen\0 {
	.mincho {
		font-family: "YakuHanMP", 'ヒラギノ明朝 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;
}
@media screen\0 {
	.gothic {
		font-family: "YakuHanJP", 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
.Lato {
	font-family: "YakuHanJP", 'Lato', sans-serif;
}
.Oswald {
	font-family: "YakuHanJP", 'Oswald', sans-serif;
}
* {
	box-sizing: border-box;
}


@media screen and (max-width:767px){
	body {
		font-size: 14px;
	}
	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: 44px;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
	select {
		height: 44px;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
	textarea {
		height: 30.666666666666667vw;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px 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;
}
.red {
	color: #ff3f00;
}
.orange {
	color: #ff7f00;
}
.blue {
	color: #1184df;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffcc99 70%);
}
@media screen\0 {
	.marker {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.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 50px;
}

.define_inner {
	max-width: 100%;
	width: 1000px;
	margin: 0 auto;
}


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

	.define_wrap {
		padding: 0 4.545454545454545%;
	}
}


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

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

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

 layout

***********************************/
.l-wrap {
	padding-top: 100px;
	overflow: hidden;
}

.l-main {
}

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

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

	.l-pageTop {
		width: 60px;
		bottom: 24px;
		right: 24px;
	}
}

@media screen and (max-width:767px){
	.l-wrap {
		padding-top: 55px;
	}

	.l-wrap.top {
		padding-bottom: 51px;
	}

	.l-pageTop {
		width: 32px;
		bottom: 15px;
		right: 4%;
	}

	.l-wrap.top .l-pageTop {
		bottom: 90px;
	}
}

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

 l-header

***********************************/
.l-header {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

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

.l-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.l-header__inner-logo {
	margin-left: 55px;
}

.l-header__inner-btn-area {
	display: flex;
	align-items: center;
	margin-right: 50px;
}

.l-header__inner-btn-area-btn01 {
	margin-right: 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
}

.l-header__inner-btn-area-btn01 a {
	display: block;
	padding: 10px 30px;
	color: #ff8000;
	background-color: #fff;
	border: 3px solid #ff8000;
	border-radius: 100px;
	box-sizing: border-box;
}

.l-header__inner-btn-area-btn01 a span {
	padding-right: 28px;
	position: relative;
	z-index: 1;
}

.l-header__inner-btn-area-btn01 a span:before {
	content: "";
	display: block;
	width: 13px;
	height: 10px;
	background: url(../images/icon_arr01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-header__inner-btn-area-btn02 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
}

.l-header__inner-btn-area-btn02 a {
	display: block;
	padding: 10px 30px;
	color: #fff;
	border: 3px solid #ff8000;
	background-color: #ff8000;
	border-radius: 100px;
}

.l-header__inner-btn-area-btn02 a span {
	padding-left: 32px;
	position: relative;
	z-index: 1;
}

.l-header__inner-btn-area-btn02 a span:before {
	content: "";
	display: block;
	width: 24px;
	height: 16px;
	background: url(../images/icon_mail01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.l-header__inner-logo {
		margin-left: 4.231vw;
	}

	.l-header__inner-btn-area {
		margin-right: 3.846vw;
	}

}

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

	.l-header__inner-logo {
		margin-right: 20px;
	}


	.l-header__inner-btn-area-btn01 {
		margin-right: 15px;
		font-size: 16px;
	}

	.l-header__inner-btn-area-btn01 a {
		padding: 10px 15px;
	}

	.l-header__inner-btn-area-btn02 {
		font-size: 16px;
	}

	.l-header__inner-btn-area-btn02 a {
		padding: 10px 15px;
	}
}

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

	.l-header {
		padding: 0 3.333333333333333%;
	}

	.l-header__inner {
		height: 55px;
	}

	.l-header__inner-logo {
		width: 172px;
		margin-left: 0;
	}

	.l-header__inner-logo a {
		display: block;
	}

	.l-header__inner-logo img {
		display: block;
	}

	.l-header__inner-btn-area {
		display: block;
		margin-right: 0;
	}

	.l-header__inner-btn-area-btn01 {
		margin-right: 0;
		font-size: 10px;
	}

	.l-header__inner-btn-area-btn01 a {
		padding: 8px 15px;
		border: 2px solid #ff8000;
	}

	.l-header__inner-btn-area-btn01 a span {
		padding-right: 16px;
	}

	.l-header__inner-btn-area-btn01 a span:before {
		width: 9px;
		height: 7px;
	}

	.l-header__inner-btn-area-btn02 {
		display: none;
	}
}

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

 l-fixed-content

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

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

	.l-fixed-content a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 51px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		position: relative;
		z-index: 1;
		overflow: visible;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fea226+0,f57d03+100 */
		background: rgb(254,162,38); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(254,162,38,1) 0%, rgba(245,125,3,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(254,162,38,1) 0%,rgba(245,125,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(254,162,38,1) 0%,rgba(245,125,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea226', endColorstr='#f57d03',GradientType=0 ); /* IE6-9 */
	}

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

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

	.l-fixed-content a span:after {
		content: "";
		display: block;
		width: 55px;
		height: 55px;
		margin: -38px -58px 0 0;
		background: url(../images/fixed_balloon01.png) no-repeat center / contain;
		position: absolute;
		top: 0;
		right: 0;
	}
}

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

 l-footer

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

}

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

.l-footer__inner-logo {
	margin-bottom: 25px;
	text-align: center;
}

.l-footer__inner-copy {
	color: #b8b8b8;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

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

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

	.l-footer__inner-logo {
		width: 170px;
		margin: 0 auto 12px;
	}

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

	.l-footer__inner-copy {
		font-size: 9px;
	}
}

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

 c-anchor

***********************************/
.c-anchor {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}

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

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

 bg01

***********************************/
.bg01 {
	background: url(../images/bg01.jpg) repeat;
}

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

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

 bg-stripe01

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

@media screen and (max-width:767px){
	.bg-stripe01 {
		background-size: 15px 15px;
	}
}

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

 c-title01

***********************************/
.c-title01 {
	margin-top: -.3em;
	margin-bottom: 50px;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

@media screen and (max-width:1099px){
	.c-title01 {
		font-size: 3.818vw;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
}

@media screen and (max-width:767px){
	.c-title01 {
		margin-bottom: 25px;
		font-size: 21px;
	}
}

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

 c-title02

***********************************/
.c-title02 {
	padding: 13px 15px;
	margin-bottom: 43px;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .12em;
	line-height: 1.6;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	overflow: hidden;
	position: relative;
	z-index: 1;
}

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

@media screen and (max-width:1099px){
	.c-title02 {
		padding: 1.182vw 1.364vw;
		font-size: 3.091vw;
		border-radius: 0.909vw;
	}
}

@media screen and (max-width:767px){
	.c-title02 {
		padding: 7px 15px;
		margin-bottom: 22px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-title02:before {
		height: 2px;
	}
}

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

 c-sec

***********************************/
.c-sec {

}

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

.c-sec__head-inner {
	padding: 36px 0 54px;
}

.c-sec__head-inner-ttl {
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

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

	.c-sec__head-inner {
		padding: 3.273vw 0 4.909vw;
	}

	.c-sec__head-inner-ttl {
		font-size: 3.818vw;
	}
}

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

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

	.c-sec__head-inner {
		padding: 18px 0 27px;
	}

	.c-sec__head-inner-ttl {
		margin: 0 -2.5%;
		font-size: 21px;
	}

}


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

 c-subHero

***********************************/
.c-subHero {
	background-color: #ff8000;
}

.c-subHero__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
}

.c-subHero__inner__ttl {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
	text-align: center;
}

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

	.c-subHero__inner {
		height: 150px;
	}

	.c-subHero__inner__ttl {
		font-size: 18px;
	}
}

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

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 20px 15px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0px 5px 0px 0px #733900;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa428+0,f47a00+100 */
	background: rgb(255,164,40); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,164,40,1) 0%, rgba(244,122,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,164,40,1) 0%,rgba(244,122,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,164,40,1) 0%,rgba(244,122,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa428', endColorstr='#f47a00',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


@media screen and (max-width:767px){
	a.c-btn01 {
		padding: 12px 15px;
		font-size: 16px;
		box-shadow:0px 3px 0px 0px #733900;
	}
}

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

 c-form

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

.c-form:before {
}

.c-form__content {
	margin-bottom: 50px;
}

.c-form__content dl {
	display: table;
	width: 100%;
	padding: 33px 0;
	border-bottom: 1px solid #dddddd;
}

.c-form__content dl dt {
	display: table-cell;
	width: 260px;
	padding-right: 25px;
	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: 18px;
	font-weight: bold;
	letter-spacing: .07em;
}

.c-form__content dl dt .inner .require {
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .07em;
	background-color: #ff3f00;
	border-radius: 5px;
}

.c-form__content dl dt .inner .any {
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .07em;
	background-color: #007fff;
	border-radius: 5px;
}

.c-form__content dl dd {
	display: table-cell;
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .07em;
	vertical-align: middle;
	position: relative;
}

.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: 30px;
}

.c-form__privacy-content {
	padding: 20px 0 20px 29px;
	margin-bottom: 35px;
	border: 1px solid #dddddd;
}

.c-form__privacy-content-scroll {
	height: 150px;
	padding-right: 29px;
	overflow-y: scroll;
}

.c-form__privacy-content-scroll section {
	margin-bottom: 30px;
}

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

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

.c-form__privacy-content-scroll p {
	font-size: 16px;
}

.c-form__privacy-txt01 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .07em;
}

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

.c-form__submit {
	width: 340px;
	max-width: 100%;
	margin: 0 auto;
}

.c-form__submit button,
.c-form__submit input,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 22px 15px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0px 5px 0px 0px #733900;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa428+0,f47a00+100 */
	background: rgb(255,164,40); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,164,40,1) 0%, rgba(244,122,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,164,40,1) 0%,rgba(244,122,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,164,40,1) 0%,rgba(244,122,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa428', endColorstr='#f47a00',GradientType=0 ); /* IE6-9 */
	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: 360px;
}

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

.c-form__confirmBtn__btn .back {
	display: block;
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0px 5px 0px 0px #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: 25px;
	}

	.c-form__content dl {
		display: block;
		width: auto;
		padding: 20px 0;
	}

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

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

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

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

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

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

	.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: 18px;
	}

	.c-form__privacy-content {
		padding: 12px 0 12px 15px;
		margin-bottom: 18px;
		border: 1px solid #dddddd;
	}

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

	.c-form__privacy-content-scroll section {
		margin-bottom: 25px;
	}

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

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

	.c-form__privacy-content-scroll p {
		font-size: 12px;
	}

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

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

	.c-form__submit {
		width: 240px;
	}

	.c-form__submit button,
	.c-form__submit input,
	.c-form__confirmBtn__btn .submit {
		padding: 14px 10px;
		font-size: 16px;
		box-shadow:0px 3px 0px 0px #733900;
	}

	.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: 14px 10px;
		margin-bottom: 3px;
		font-size: 16px;
		box-shadow:0px 3px 0px 0px #333333;
	}

}


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

 c-faq-list-list

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

.c-faq-list dl {
	margin-bottom: 60px;
}

.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: 30px;
}

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

.c-faq-list dl dt .ttl {
	flex: 1;
	min-height: 68px;
	padding: 14px 29px;
	margin-left: 12px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: 5px;
}

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

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

.c-faq-list dl dd .cont {
	flex: 1;
	min-height: 68px;
	padding: 19px 29px;
	margin-left: 12px;
	line-height: 1.5;
	border: 1px solid #e7e7eb;
	background-color: #fff;
	border-radius: 5px;
}

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

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

	.c-faq-list {
	}

	.c-faq-list dl {
		margin-bottom: 30px;
	}

	.c-faq-list dl dt {
		margin-bottom: 20px;
	}

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

	.c-faq-list dl dt .ttl {
		flex: 1;
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		font-size: 16px;
		border-radius: 4px;
	}

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

	.c-faq-list dl dd .cont {
		min-height: 40px;
		padding: 7px 12px;
		margin-left: 10px;
		border-radius: 4px;
	}

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

}



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

 c-completeSec

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

}

.c-completeSec__inner {
	padding: 120px 0;
}

.c-completeSec__inner .intro {
	margin-bottom: 60px;
	font-size: 18px;
	font-weight: bold;
}

.c-completeSec__inner .back {
	max-width: 340px;
	margin: 0 auto;
}


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

	.c-completeSec__inner {
		padding: 60px 0;
	}

	.c-completeSec__inner .intro {
		margin-bottom: 30px;
		font-size: 14px;
	}

	.c-completeSec__inner .back {
		max-width: 215px;
	}
}



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

 c-hero

***********************************/
.c-hero {
	margin-bottom: 80px;
	background: url(../images/hero_bg01_pc.png) no-repeat right top;
}

.c-hero__inner {
	width: 1200px;
	height: 774px;
	padding-top: 90px;
}

.c-hero__inner-list {
	display: flex;
	margin-left: 20px;
	margin-bottom: -30px;
	font-size: 26px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.c-hero__inner-list li {
	padding: 0 12px;
	margin-right: 15px;
	color: #fff;
	background-color: #ff8000;
	border-radius: 6px;
}

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

.c-hero__inner-ttl {
	margin-bottom: 45px;
	color: #fff;
	font-size: 47px;
	font-weight: bold;
	line-height: 2.5;
	/*line-height: 1.5;*/
	letter-spacing: .12em;
}

.c-hero__inner-ttl .block {
	display: inline;
	/*display: inline-block;*/
	padding: 15px 20px;
	background-color: #000000;
	border-radius: 10px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.c-hero__inner-ttl .block01 {
	padding: 25px 20px 15px;
}

.c-hero__inner-ttl .large {
	font-size: 57px;
}

.c-hero__inner-btn {
	width: 374px;
}

.c-hero__inner-btn a {
	display: block;
	padding: 20px 0;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-radius: 100px;
	box-shadow: 0px 5px 0px 0px #733800;
	overflow: visible;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa428+0,f47a00+100 */
	background: rgb(255,164,40); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,164,40,1) 0%, rgba(244,122,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,164,40,1) 0%,rgba(244,122,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,164,40,1) 0%,rgba(244,122,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa428', endColorstr='#f47a00',GradientType=0 ); /* IE6-9 */
	position: relative;
	z-index: 1;
}

.c-hero__inner-btn a:before {
	content: "";
	display: block;
	width: 92px;
	height: 92px;
	margin: -36px -98px 0 0;
	background: url(../images/hero_balloon01_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

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

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

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

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

}

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

	.c-hero {
		padding: 0 3.846153846153846vw;
		background-size: cover;
	}

	.c-hero__inner {
		width: 92.308vw;
		height: 59.538461538461538vw;
		padding-top: 6.923vw;
	}

	.c-hero__inner-list {
		margin-left: 1.538vw;
		margin-bottom: -2.308vw;
		font-size: 2vw;
	}

	.c-hero__inner-list li {
		padding: 0 0.923vw;
		margin-right: 1.154vw;
		border-radius: 0.462vw;
	}

	.c-hero__inner-ttl {
		margin-bottom: 3.462vw;
		font-size: 3.615vw;
	}

	.c-hero__inner-ttl .block {
		padding: 1.154vw 1.538vw;
		border-radius: 0.769vw;
	}

	.c-hero__inner-ttl .block01 {
		padding: 1.923vw 1.538vw 1.154vw;
	}

	.c-hero__inner-ttl .large {
		font-size: 4.385vw;
	}

	.c-hero__inner-btn {
		width: 28.769vw;
	}

	.c-hero__inner-btn a {
		padding: 1.538vw 0;
		font-size: 1.692vw;
		box-shadow: 0px 0.384615384615385vw 0px 0px #733800;
	}

	.c-hero__inner-btn a:before {
		width: 7.077vw;
		height: 7.077vw;
		margin: -2.769vw -7.538vw 0 0;
	}

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

	.c-hero__inner-btn a span:before {
		width: 2vw;
		height: 1.385vw;
	}
}

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

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

	.c-hero__inner {
		width: auto;
		height: 124vw;
		padding-top: 12vw;
	}

	.c-hero__inner-list {
		display: flex;
		justify-content: center;
		margin-left: 0;
		margin-bottom: -3.2vw;
		font-size: 3.467vw;
	}

	.c-hero__inner-list li {
		padding: 0 1.6vw;
		margin: 0 1.067vw 0 0.8vw;
		border-radius: 1.067vw;
	}

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

	.c-hero__inner-ttl {
		margin-bottom: 6.667vw;
		font-size: 6.267vw;
		text-align: center;
	}

	.c-hero__inner-ttl .block {
		padding: 2.133vw 2.667vw;
		border-radius: 1.6vw;
	}

	.c-hero__inner-ttl .block01 {
		padding: 4vw 2.667vw 2.133vw;
	}

	.c-hero__inner-ttl .large {
		font-size: 7.6vw;
	}

	.c-hero__inner-btn {
		width: 69.333vw;
		margin: 0 auto;
	}

	.c-hero__inner-btn a {
		padding: 2.933vw 0;
		font-size: 4.267vw;
		box-shadow: 0px 0.933333333333333vw 0px 0px #733800;
	}

	.c-hero__inner-btn a:before {
		width: 14.667vw;
		height: 14.667vw;
		margin: -8.8vw -8.533vw 0 0;
		background: url(../images/hero_balloon01_sp.png) no-repeat left top;
		background-size: contain;
	}

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

	.c-hero__inner-btn a span:before {
		width: 5.067vw;
		height: 3.733vw;
	}
}


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

 c-trouble01

***********************************/
.c-trouble01 {
	background: url(../images/trouble01_bg01_pc.png) no-repeat center 80px;
	background-size: cover;
}

.c-trouble01.c-trouble01--02 {
	background: url(../images/trouble01_bg03_pc.png) no-repeat center 80px;
	background-size: cover;
}

.c-trouble01__inner {
	padding: 70px 0 40px;
}

.c-trouble01__inner--02 {
	padding-top: 55px;
}

.c-trouble01__inner-list {
	width: 590px;
	max-width: 100%;
	margin: 0 auto;
}

.c-trouble01__inner-list ul {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
}

.c-trouble01__inner-list ul li {
	min-height: 66px;
	padding: 15px 20px;
	margin-left: 80px;
	margin-bottom: 33px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
}

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

.c-trouble01__inner-list ul li:before {
	content: "";
	display: block;
	width: 66px;
	height: 66px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8000+0,ffa428+100 */
	background: rgb(255,128,0); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,128,0,1) 0%, rgba(255,164,40,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,128,0,1) 0%,rgba(255,164,40,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,128,0,1) 0%,rgba(255,164,40,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8000', endColorstr='#ffa428',GradientType=1 ); /* IE6-9 */
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: -80px;
	z-index: 1;
}

.c-trouble01__inner-list ul li:after {
	content: "";
	display: block;
	width: 66px;
	height: 66px;
	background: url(../images/icon_check01_pc.png) no-repeat center;
	position: absolute;
	top: 0;
	left: -80px;
	z-index: 1;
}

.c-trouble01__inner-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 640px;
	max-width: 100%;
	height: 331px;
	margin: 56px auto 0;
	background: url(../images/trouble01_bg02_pc.png) no-repeat center / contain;
}

.c-trouble01__inner-box p {
	margin-top: .75em;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.c-trouble01__inner-box p .large {
	display: inline-block;
	margin-top: .1em;
	font-size: 38px;
}

@media screen and (max-width:1920px){
	.c-trouble01 {
		background: url(../images/trouble01_bg01_pc.png) no-repeat center 80px;
	}

	.c-trouble01.c-trouble01--02 {
		background: url(../images/trouble01_bg03_pc.png) no-repeat center 80px;
	}

}

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

	.c-trouble01 {
		background: none;
	}

	.c-trouble01.c-trouble01--02 {
		background: none;
	}

	.c-trouble01__inner {
		padding: 35px 0 40px;
	}

	.c-trouble01__inner--02 {
		padding-top: 25px;
	}

	.c-trouble01__inner-list {
		width: auto;
	}

	.c-trouble01__inner-list ul {
		font-size: 14px;
	}

	.c-trouble01__inner-list ul li {
		min-height: 40px;
		padding: 8px 10px;
		margin-left: 50px;
		margin-bottom: 22px;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-trouble01__inner-list ul li:before {
		width: 40px;
		height: 40px;
		border-radius: 6px;
		left: -50px;
	}

	.c-trouble01__inner-list ul li:after {
		width: 40px;
		height: 40px;
		background: url(../images/icon_check01_sp.png) no-repeat center;
		background-size: 12px 9px;
		left: -50px;
	}

	.c-trouble01__inner-box {
		width: 85.333vw;
		height: 44.267vw;
		margin: 28px auto 0;
		background: url(../images/trouble01_bg02_sp.png) no-repeat center / contain;
	}

	.c-trouble01__inner-box p {
		margin-top: .75em;
		font-size: 4vw;
	}

	.c-trouble01__inner-box p .large {
		font-size: 5.067vw;
	}
}


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

 c-about

***********************************/
.c-about {

}

.c-about__inner {
	padding: 40px 0 93px;
}

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

.c-about__inner .c-title01:before {
	content: "";
	display: block;
	width: 900px;
	height: 168px;
	background: url(../images/about_pic01_pc.png) no-repeat center bottom / contain;
	position: absolute;
	bottom: -10px;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-about__inner-txt01 {
	margin-bottom: 55px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.c-about__inner-works {

}

.c-about__inner-works-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 20px;
	margin-bottom: -6.5%;
}

.c-about__inner-works-list-sec {
	width: 30%;
	padding: 35px 3% 1.5%;
	margin-bottom: 6.5%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
}

.c-about__inner-works-list-sec:nth-child(4) {
	margin-left: 17.5%;
}

.c-about__inner-works-list-sec:nth-child(5) {
	margin-right: 17.5%;
}

.c-about__inner-works-list-sec .num {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #ff8000;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-about__inner-works-list-sec .pic {
	padding: 20px 15px;
	margin-bottom: 15px;
	background-color: #fffcee;
	border-radius: 10px;
}

.c-about__inner-works-list-sec .pic img {
	display: block;
	width: 70px;
	margin: 0 auto;
}

.c-about__inner-works-list-sec .ttl {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

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

	.c-about__inner .c-title01:before {
		width: 81.818vw;
		height: 15.273vw;
		bottom: -0.909vw;
	}

	/*.c-about__inner-works-list-sec .ttl {*/
		/*font-size: 1.636vw;*/
	/*}*/

}

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

	.c-about__inner {
		padding: 40px 0 42px;
	}

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

	.c-about__inner .c-title01:before {
		width: 410px;
		height: 84px;
		background: url(../images/about_pic01_sp.png) no-repeat center bottom / contain;
		bottom: -5px;
	}

	.c-about__inner-txt01 {
		margin-bottom: 20px;
		font-size: 14px;
	}

	.c-about__inner-works {
		padding: 0 5.882352941176471%;
	}

	.c-about__inner-works-list {
		display: block;
		padding-top: 12px;
		margin-bottom: 0;
	}

	.c-about__inner-works-list-sec {
		width: auto;
		padding: 22px 5% 15px;
		margin-bottom: 44px;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

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

	.c-about__inner-works-list-sec:nth-child(4) {
		margin-left: 0;
	}

	.c-about__inner-works-list-sec:nth-child(5) {
		margin-right: 0;
	}

	.c-about__inner-works-list-sec .num {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 14px;
		border-radius: 6px;
	}

	.c-about__inner-works-list-sec .pic {
		padding: 10px 15px;
		margin-bottom: 12px;
		border-radius: 6px;
		background-color: #fbf9f0;
	}

	.c-about__inner-works-list-sec .pic img {
		width: 68px;
	}

	.c-about__inner-works-list-sec .ttl {
		font-size: 16px;
	}
}


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

 c-problem

***********************************/
.c-problem {

}

.c-problem__inner {
	padding: 80px 0 33px;
}

.c-problem__inner-txt01 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .12em;
	text-align: center;
}

.c-problem__inner-txt01 span {
	display: inline-block;
	padding: 13px 20px;
	color: #fff;
	text-align: center;
	background-color: #ff8000;
	border-radius: 10px 10px 0 0;
}

.c-problem__inner-list {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}

.c-problem__inner-list-sec {
	width: 30%;
	padding: 35px 2% 2.5%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
}

.c-problem__inner-list-sec .num {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #ff8000;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-problem__inner-list-sec .pic {
	margin-bottom: 12px;
	text-align: center;
}

.c-problem__inner-list-sec .txt-area {
}

.c-problem__inner-list-sec .txt-area .ttl {
	margin-bottom: 6px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.c-problem__inner-list-sec .txt-area p {
}

.c-problem__inner-list-sec .sec {
	padding-top: 44px;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}

.c-problem__inner-list-sec .sec:before {
	content: "";
	display: block;
	width: 34px;
	height: 22px;
	background: url(../images/problem_arr01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-problem__inner-list-sec .sec .ttl {
	padding: 10px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	background-color: #ff8000;
	border-radius: 10px 10px 0 0;
}

.c-problem__inner-list-sec .sec p {
	padding: 4% 7.692307692307692%;
	font-weight: bold;
	background-color: #fffcee;
	border-radius: 0 0 10px 10px;
}

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

	.c-problem {
		padding: 0 10%;
	}

	.c-problem__inner {
		padding: 40px 0 22px;
	}

	.c-problem__inner-txt01 {
		font-size: 14px;
	}

	.c-problem__inner-txt01 span {
		padding: 7px 10px;
		border-radius: 6px 6px 0 0;
	}

	.c-problem__inner-list {
		display: block;
		padding-top: 12px;
	}

	.c-problem__inner-list-sec {
		width: auto;
		padding: 22px 5% 15px;
		margin-bottom: 44px;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

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

	.c-problem__inner-list-sec .num {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 14px;
		border-radius: 6px;
	}

	.c-problem__inner-list-sec .pic {
		margin-bottom: 8px;
	}

	.c-problem__inner-list-sec .txt-area {
	}

	.c-problem__inner-list-sec .txt-area .ttl {
		margin-bottom: 6px;
		font-size: 16px;
	}

	.c-problem__inner-list-sec .txt-area p {
	}

	.c-problem__inner-list-sec .sec {
		padding-top: 37px;
		margin-top: 12px;
	}

	.c-problem__inner-list-sec .sec .ttl {
		padding: 5px 10px;
		font-size: 15px;
		border-radius: 6px 6px 0 0;
	}

	.c-problem__inner-list-sec .sec p {
		padding: 3.5% 5.555555555555556%;
		border-radius: 0 0 6px 6px;
	}
}


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

 c-feature

***********************************/
.c-feature {

}

.c-feature__inner {
	padding: 30px 0 95px;
}

.c-feature__inner-list {
	padding-top: 20px;
}

.c-feature__inner-list-sec {
	display: flex;
	justify-content: space-between;
	padding: 35px 2% 2.5%;
	margin-bottom: 63px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
}

.c-feature__inner-list-sec:nth-child(even) {
	flex-direction: row-reverse;
}

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

.c-feature__inner-list-sec .num {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #ff8000;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-feature__inner-list-sec .pic {
	width: 27.083333333333333%;
}

.c-feature__inner-list-sec .content {
	width: 70.833333333333333%;
}

.c-feature__inner-list-sec .content .ttl {
	margin-top: -.3em;
	margin-bottom: .5em;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
}

.c-feature__inner-list-sec .content p {
}

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

	.c-feature {
		padding: 0 10%;
	}

	.c-feature__inner {
		padding: 20px 0 42px;
	}

	.c-feature__inner-list {
		padding-top: 12px;
	}

	.c-feature__inner-list-sec {
		display: block;
		padding: 22px 5% 15px;
		margin-bottom: 44px;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

	.c-feature__inner-list-sec .num {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 14px;
		border-radius: 6px;
	}

	.c-feature__inner-list-sec .pic {
		width: auto;
		margin-bottom: 8px;
		text-align: center;
	}

	.c-feature__inner-list-sec .content {
		width: auto;
	}

	.c-feature__inner-list-sec .content .ttl {
		margin-top: 0;
		margin-bottom: 6px;
		font-size: 16px;
		text-align: center;
	}

	.c-feature__inner-list-sec .content p {
	}

}


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

 c-cv

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

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

.c-cv__inner {
	padding: 45px 0 65px;
}

.c-cv__inner-ttl {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.c-cv__inner-btn {
	width: 373px;
	max-width: 100%;
	margin: 0 auto;
	font-size: 22px;
	font-weight: bold;
}

.c-cv__inner-btn a {
	display: block;
	padding: 20px 15px;
	color: #fff;
	text-align: center;
	border-radius: 100px;
	box-shadow: 0px 5px 0px 0px #733800;
	overflow: visible;
	position: relative;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa428+0,f47a00+100 */
	background: rgb(255,164,40); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,164,40,1) 0%, rgba(244,122,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,164,40,1) 0%,rgba(244,122,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,164,40,1) 0%,rgba(244,122,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa428', endColorstr='#f47a00',GradientType=0 ); /* IE6-9 */
}

.c-cv__inner-btn a:before {
	content: "";
	display: block;
	width: 92px;
	height: 92px;
	margin: -36px -98px 0 0;
	background: url(../images/cv_balloon01_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-cv__inner-btn a span {
	padding-left: 38px;
	position: relative;
	z-index: 1;
}

.c-cv__inner-btn a span:before {
	content: "";
	display: block;
	width: 26px;
	height: 18px;
	background: url(../images/icon_mail02.png) no-repeat left top;
	background-size: 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;
		position: relative;
		z-index: 1;
	}

	.c-cv:before {
		width: 260px;
		height: 94px;
		background: url(../images/cv_bg02_sp.png) no-repeat center bottom / contain;
	}

	.c-cv__inner {
		padding: 30px 0 110px;
	}

	.c-cv__inner-ttl {
		margin-bottom: 35px;
		font-size: 16px;
	}

	.c-cv__inner-btn {
		width: 260px;
		font-size: 16px;
	}

	.c-cv__inner-btn a {
		padding: 12px 10px;
		box-shadow: 0px 3.5px 0px 0px #733800;
	}

	.c-cv__inner-btn a:before {
		width: 55px;
		height: 55px;
		margin: -33px -33px 0 0;
		background: url(../images/cv_balloon01_sp.png) no-repeat left top;
		background-size: contain;
	}

	.c-cv__inner-btn a span {
		padding-left: 25px;
	}

	.c-cv__inner-btn a span:before {
		width: 19px;
		height: 14px;
	}
}



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

 c-contact

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

.c-contact__inner {
	padding: 80px 0 90px;
}

.c-contact__inner-intro {
	margin-top: -.5em;
	margin-bottom: 30px;
	text-align: center;
}

.c-contact__inner-content {
	padding: 10px 3.9% 5.5%;
	background-color: #fff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-radius: 15px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

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

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

	.c-contact {
		padding: 0 10%;
	}

	.c-contact__inner {
		padding: 35px 0 40px;
	}

	.c-contact__inner-ttl {
		margin-bottom: 25px;
		text-align: center;
	}

	.c-contact__inner-intro {
		margin-bottom: 20px;
		text-align: left;
	}

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

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


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

 c-stock

***********************************/
.c-stock {

}

.c-stock__inner {
	padding: 55px 0 90px;
}

.c-stock__inner-txt01 {
	margin-top: -.5em;
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.c-stock__inner-suggestion {

}

.c-stock__inner-suggestion-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 20px;
	margin-bottom: -8.5%;
}

.c-stock__inner-suggestion-list-sec {
	width: 47%;
	padding: 35px 3% 2%;
	margin-bottom: 8.5%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
}

.c-stock__inner-suggestion-list-sec .num {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #ff8000;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-stock__inner-suggestion-list-sec .pic {
	margin-bottom: 15px;
	text-align: center;
}

.c-stock__inner-suggestion-list-sec .ttl {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-stock__inner-suggestion-list-sec p {
}

.c-stock__inner-more {
	margin-top: 65px;
}

.c-stock__inner-more-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 640px;
	max-width: 100%;
	height: 325px;
	margin: 0 auto 0;
	background: url(../images/stock_more_bg01_pc.png) no-repeat center / contain;
}

.c-stock__inner-more-box p {
	margin-top: .25em;
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

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

	.c-stock__inner-suggestion-list-sec .ttl {
		font-size: 20px;
	}

}

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

	.c-stock__inner {
		padding: 30px 0 40px;
	}

	.c-stock__inner-txt01 {
		margin-top: -.25em;
		margin-bottom: 25px;
		font-size: 14px;
	}

	.c-stock__inner-suggestion {
		padding: 0 5.882352941176471%;
	}

	.c-stock__inner-suggestion-list {
		display: block;
		padding-top: 12px;
		margin-bottom: 0;
	}

	.c-stock__inner-suggestion-list-sec {
		width: auto;
		padding: 22px 5% 15px;
		margin-bottom: 44px;
		border-radius: 6px;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}

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

	.c-stock__inner-suggestion-list-sec .num {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 14px;
		border-radius: 6px;
	}

	.c-stock__inner-suggestion-list-sec .pic {
		margin-bottom: 12px;
		text-align: center;
	}

	.c-stock__inner-suggestion-list-sec .ttl {
		margin-bottom: 8px;
		font-size: 16px;
	}

	.c-stock__inner-suggestion-list-sec p {
	}

	.c-stock__inner-more {
		margin-top: 33px;
	}

	.c-stock__inner-more-box {
		width: 85.333vw;
		height: 43.467vw;
		background: url(../images/stock_more_bg01_sp.png) no-repeat center / contain;
	}

	.c-stock__inner-more-box p {
		margin-top: .25em;
		font-size: 5.067vw;
	}

}


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

 c-company

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

}

.c-company__inner {
	padding: 80px 0 90px;
}

.c-company__inner-content {

}

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

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

.c-company__inner-content dl dt {
	width: 165px;
	padding-right: 1em;
	font-weight: bold;
}

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

@media screen and (max-width:767px){
	.c-company {
		padding: 0 10%;
	}

	.c-company__inner {
		padding: 30px 0 40px;
	}

	.c-company__inner-content {

	}

	.c-company__inner-content dl {
		display: block;
		padding: 12px 0;
	}

	.c-company__inner-content dl dt {
		width: auto;
		padding-right: 0;
		margin-bottom: .5em;
		text-align: center;
	}

	.c-company__inner-content dl dd {
	}

}


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

 xxx

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

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

}

