@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	color: #2b526a;
	font-size: 18px;
	line-height: 2;
	letter-spacing: .03em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fff;
	font-family: 游ゴシック体, '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 {*/
		/*font-family: メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	/*}*/
/*}*/
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;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
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: 游ゴシック体, '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: 游ゴシック体, '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: 110px;
	padding: 15px 20px;
	font-family: 游ゴシック体, '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:100%;
}

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a:link {
	color: #0B8BD2;
}
a:visited {
	color: #0B8BD2;
}
a.normal:link {
	color: #231815;
}
a.normal:visited {
	color: #231815;
}
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: "Times New Roman", Georgia, YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
.gothic {
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
}
.lato {
	font-family: 'Lato', sans-serif;
}
* {
	box-sizing: border-box;
}


@media screen and (max-width:767px){
	body {
		font-size: 16px;
	}

	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: 15px;
		border: 2px solid #dddddd;
	}
	select {
		height: 44px;
		padding: 5px 10px;
		font-size: 15px;
		border: 2px solid #dddddd;
	}
	textarea {
		height: 24vw;
		padding: 5px 10px;
		font-size: 15px;
		border: 2px solid #dddddd;
	}
}

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

 general

***********************************/
/* margin-bottom */
.mb5  {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}
.mb85 {margin-bottom: 85px;}
.mb90 {margin-bottom: 90px;}
.mb95 {margin-bottom: 95px;}
.mb100 {margin-bottom: 100px;}
.mb110 {margin-bottom: 110px;}
.mb120 {margin-bottom: 120px;}
/* margin-top */
.mt5  {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
/* margin-left */
.ml5  {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
/* margin-right */
.mr5  {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
/* padding-top */
.pt5  {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 70px;}
/* padding-bottom */
.pb5  {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb55 {padding-bottom: 55px;}
.pb60 {padding-bottom: 60px;}
.pb70 {padding-bottom: 70px;}
/* width */
.w10   {width: 10px;}
.w20   {width: 20px;}
.w30   {width: 30px;}
.w40   {width: 40px;}
.w50   {width: 50px;}
.w60   {width: 60px;}
.w70   {width: 70px;}
.w80   {width: 80px;}
.w90   {width: 90px;}
.w100  {width: 100px;}
.w110  {width: 110px;}
.w120  {width: 120px;}
.w130  {width: 130px;}
.w140  {width: 140px;}
.w150  {width: 150px;}
.w200  {width: 200px;}
.w240  {width: 240px;}
.w250  {width: 250px;}
.w300  {width: 300px;}
.w350  {width: 350px;}
.w400  {width: 400px;}
.w450  {width: 450px;}
.w500  {width: 500px;}
.wfull {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;
}
.blue {
	color: #1184df;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 60%, #de2417 60%);
}
@media screen\0 {
	.marker {
		font-family: Lato, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		/*font-family: Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	}
}
.underline {
	text-decoration: underline;
}
.large {
	font-size: 24px;
}
.large-x {
	font-size: 36px;
}
.small {
	font-size: 86%;
}
@media screen and (min-width:768px){
	.sp {
		display: none;
	}
}
@media screen and (max-width:767px){
	.pc {
		display: none;
	}
	.large {
		font-size: 15px;
	}
	.large-x {
		font-size: 18px;
	}
}

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

 parts

***********************************/
.define_wrap {
	padding: 0 24px;
}

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


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

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

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

 layout

***********************************/
.l-wrap {
	overflow: hidden;
}

.l-main {
}

.l-main.thanks {
	background: url(../images/bg04.png);
}

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

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

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

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

	.l-wrap {
		padding-top: 100px;
	}
}

@media screen and (max-width:767px){
	.l-wrap {
		margin-bottom: 45px;
	}

	.l-main.thanks {
		background-size: 5px 5px;
	}

	.l-pageTop {
		width: 31px;
		bottom: 60px;
		right: 4.66666667%;
	}
}

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

 l-header

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

.l-header__logo {
	margin-left: 40px;
}

.l-header__cv {
	display: flex;
}

.l-header__cv__download {
}

.l-header__cv__download a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px;
	height: 100px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #049d5a;
}

.l-header__cv__download a span {
	padding-left: 36px;
	position: relative;
}

.l-header__cv__download a span:before {
	content: "";
	display: block;
	width: 23px;
	height: 32px;
	background: url(../images/icon_download01.png) no-repeat left top;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-header__cv__contact {
}

.l-header__cv__contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px;
	height: 100px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #de2415;
}

.l-header__cv__contact a span {
	padding-left: 45px;
	position: relative;
}

.l-header__cv__contact a span:before {
	content: "";
	display: block;
	width: 32px;
	height: 24px;
	background: url(../images/icon_contact01.png) no-repeat left top;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

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

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

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

	.l-header__logo {
		width: 100px;
		margin: 0 auto;
	}

	.l-header__cv {
		display: none;
	}
}

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

 l-footer

***********************************/
.l-footer {
	background-color: #2c516b;
}

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

.l-footer__inner p {
	color: #5393b9;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

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

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

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

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

 l-floatingBnr

***********************************/
.l-floatingBnr {
	display: none;
}

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

	.l-floatingBnr {
		display: flex;
		width: 100%;
		height: 45px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
	}

	.l-floatingBnr__download {
		width: 50%;
	}

	.l-floatingBnr__download a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 45px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		background-color: #049d5a;
	}

	.l-floatingBnr__download a span {
		padding-left: 22px;
		position: relative;
	}

	.l-floatingBnr__download a span:before {
		content: "";
		display: block;
		width: 15px;
		height: 21px;
		background: url(../images/icon_download01.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.l-floatingBnr__contact {
		width: 50%;
	}

	.l-floatingBnr__contact a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 45px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		background-color: #de2415;
	}

	.l-floatingBnr__contact a span {
		padding-left: 29px;
		position: relative;
	}

	.l-floatingBnr__contact a span:before {
		content: "";
		display: block;
		width: 21px;
		height: 16px;
		background: url(../images/icon_contact01.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}

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

 c-sec

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

.c-sec__head {
}

.c-sec__head__inner {
}

.c-sec__head__inner__ttl {
}

.c-sec__body {

}

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

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

 c-form

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

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

.c-form__content dl {
	display: table;
	width: 100%;
	margin-bottom: 34px;
}

.c-form__content dl dt {
	display: table-cell;
	width: 260px;
	padding: 15px 20px 15px 20px;
	vertical-align: middle;
	background-color: #3d9fcf;
}

.c-form__content dl dt .inner {
	width: 100%;
	line-height: 1.5;
	position: relative;
}

.c-form__content dl dt .inner .name {
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.c-form__content dl dt .inner .require {
	padding: 3px 5px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background-color: #ff0000;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-form__content dl dt .inner .any {
	padding: 3px 5px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background-color: #00bfff;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-form__content dl dd {
	display: table-cell;
	padding: 19px;
	line-height: 1.5;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #e8e8e8;
}

.c-form__content dl dd .tel {
	width: 300px;
	max-width: 100%;
}

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

.c-form__submit button {
	display: block;
	width: 100%;
	padding: 16px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 9px;
	box-shadow:0px 5px 0px 0px #420b06;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee574a+0,de2414+100 */
	background: rgb(238,87,74); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,87,74,1) 0%, rgba(222,36,20,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(238,87,74,1) 0%,rgba(222,36,20,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(238,87,74,1) 0%,rgba(222,36,20,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee574a', endColorstr='#de2414',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

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

	.c-form__content dl {
		display: block;
		width: auto;
		margin-bottom: 25px;
	}

	.c-form__content dl dt {
		display: block;
		width: auto;
		padding: 11px 15px;
		box-shadow: none;
	}

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

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

	.c-form__content dl dt .inner .require {
		padding: 3px 5px;
		font-size: 9px;
		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;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dd {
		display: block;
		padding: 14px;
		border: 1px solid #dddddd;
		box-shadow: none;
	}

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

	.c-form__submit {
		width: 160px;
	}

	.c-form__submit button {
		padding: 11px 15px;
		margin-bottom: 3px;
		font-size: 16px;
		border-radius: 6px;
		box-shadow:0px 3px 0px 0px #420b06;
	}

}



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

 sec

***********************************/
.sec {

}

.sec:nth-child(even) {
	background-color: #ddd;
}

.sec__inner {
	padding: 80px 0;
}

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

	.sec__inner {
		padding: 30px 0;
	}

}



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

 c-title01

***********************************/
.c-title01 {
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}


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

	.c-title01 {
		margin-bottom: 20px;
		font-size: 20px;
	}

}


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

 heroSec

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

.heroSec__inner {
	width: 1050px;
	padding: 75px 0 100px;
}

.heroSec__inner__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
}

.heroSec__inner__top__content {
}

.heroSec__inner__top__content .ttl {
	margin-bottom: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
}

.heroSec__inner__top__content p {
	margin-bottom: 30px;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.5;
}

.heroSec__inner__top__content .pic {
	width: 60.1904761%;
	margin-right: -3%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.heroSec__inner__top__content .btn {
}

.heroSec__inner__top__content .btn a {
	display: inline-block;
	padding: 15px 35px;
	margin-bottom: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 6px;
	box-shadow:0px 5px 0px 0px #024627;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#06d276+0,059d5a+100 */
	background: rgb(6,210,118); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(6,210,118,1) 0%, rgba(5,157,90,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(6,210,118,1) 0%,rgba(5,157,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(6,210,118,1) 0%,rgba(5,157,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d276', endColorstr='#059d5a',GradientType=0 ); /* IE6-9 */
}

.heroSec__inner__top__content .btn a span {
	padding-left: 36px;
	position: relative;
}

.heroSec__inner__top__content .btn a span:before {
	content: "";
	display: block;
	width: 23px;
	height: 32px;
	background: url(../images/icon_download01.png) no-repeat left top;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.heroSec__inner__top__pic {
	width: 60.1904761%;
	margin-right: -3%;
}

.heroSec__inner__bottom {
}

.heroSec__inner__bottom .ttl {
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.heroSec__inner__bottom .pic {
	width: 66.3809523%;
	margin: 0 auto;
	text-align: center;
}

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

	.heroSec__inner__top__content .ttl {
		font-size: 1.7578125vw;
	}

	.heroSec__inner__top__content p {
		font-size: 5.859375vw;
	}

	.heroSec__inner__bottom .ttl {
		font-size: 3.90625vw;
	}

}

@media screen and (max-width:767px){
	.heroSec {
		padding: 0;
		margin-bottom: 30px;
		background: none;
	}

	.heroSec__inner {
		padding: 0;
	}

	.heroSec__inner__top {
		display: block;
		padding: 25px 0 30px;
		background: url(../images/hero_bg01_sp.png) no-repeat center;
		background-size: cover;
		margin-bottom: 30px;
	}

	.heroSec__inner__top__content {
		margin-bottom: 15px;
	}

	.heroSec__inner__top__content .ttl {
		margin-bottom: 10px;
		font-size: 14px;
		text-align: center;
	}

	.heroSec__inner__top__content p {
		margin-bottom: 0;
		font-size: 37px;
		text-align: center;
	}

	.heroSec__inner__top__pic {
		width: 84%;
		margin: 0 auto 15px;
	}

	.heroSec__inner__top__btn {
		text-align: center;
	}

	.heroSec__inner__top__btn a {
		display: inline-block;
		padding: 8px 20px;
		margin-bottom: 5px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		border-radius: 5px;
		box-shadow:0px 3px 0px 0px #024627;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#06d276+0,059d5a+100 */
		background: rgb(6,210,118); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(6,210,118,1) 0%, rgba(5,157,90,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(6,210,118,1) 0%,rgba(5,157,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(6,210,118,1) 0%,rgba(5,157,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d276', endColorstr='#059d5a',GradientType=0 ); /* IE6-9 */
	}

	.heroSec__inner__top__btn a span {
		padding-left: 28px;
		position: relative;
	}

	.heroSec__inner__top__btn a span:before {
		content: "";
		display: block;
		width: 17px;
		height: 24px;
		background: url(../images/icon_download01.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.heroSec__inner__bottom {
		padding: 0 4.66666667%;
	}

	.heroSec__inner__bottom .ttl {
		margin-bottom: 15px;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
	}

	.heroSec__inner__bottom .pic {
		width: auto;
	}

}

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

	.heroSec__inner__bottom .ttl {
		font-size: 5.333333333333334vw;
	}

}


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

 aboutSec

***********************************/
.aboutSec {
}

.aboutSec__inner {
	padding: 0 0 100px;
}

.aboutSec__inner__content {

}

.aboutSec__inner__content p {
	margin-bottom: 50px;
}

.aboutSec__inner__content .pic {
	text-align: center;
}

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

	.aboutSec__inner {
		padding: 0 0 30px;
	}

	.aboutSec__inner__content p {
		margin-bottom: 0;
	}

}


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

 troubleSec

***********************************/
.troubleSec {
	background: url(../images/bg01.png);
}

.troubleSec__inner {
	width: 1110px;
	padding: 80px 0 100px;
}

.troubleSec__inner__content {
	margin-top: 50px;
}

.troubleSec__inner__content__sec {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 60px;
}

.troubleSec__inner__content__sec:nth-child(even) {
	flex-direction: row;
}

.troubleSec__inner__content__sec:last-child {
	margin-bottom: 0;
}

.troubleSec__inner__content__sec__pic {
	width: 16.2162162%;
}

.troubleSec__inner__content__sec__cont {
	width: 79.2792792%;
	padding: 50px;
	background-color: #cff4fa;
	border-radius: 15px;
}

.troubleSec__inner__content__sec__cont .task {
	display: table;
	padding: 20px;
	margin-bottom: 30px;
	background-color: #ffffff;
	border-radius: 15px;
}

.troubleSec__inner__content__sec__cont .task .txt01 {
	display: table-cell;
	white-space: nowrap;
}

.troubleSec__inner__content__sec__cont .task .txt01 span {
	display: block;
	padding: 4px 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background-color: #2c516b;
	border-radius: 10px;
}

.troubleSec__inner__content__sec__cont .task .ttl {
	display: table-cell;
	padding-left: 20px;
	color: #2c516b;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}

.troubleSec__inner__content__sec__cont .solution {
	display: table;
	padding: 20px;
	margin-left: 80px;
	background-color: #2c516b;
	border-radius: 15px;
	position: relative;
}

.troubleSec__inner__content__sec__cont .solution:before {
	content: "";
	display: block;
	width: 40px;
	height: 54px;
	background: url(../images/trouble_arr01.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: -56px;
	z-index: 1;
}

.troubleSec__inner__content__sec__cont .solution .txt01 {
	display: table-cell;
	white-space: nowrap;
}

.troubleSec__inner__content__sec__cont .solution .txt01 span {
	display: block;
	padding: 4px 20px;
	color: #2c516b;
	font-size: 20px;
	font-weight: bold;
	background-color: #ffff01;
	border-radius: 10px;
}

.troubleSec__inner__content__sec__cont .solution .txt02 {
	display: table-cell;
	padding-left: 20px;
	color: #ffff01;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
}

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

	.troubleSec__inner {
		padding: 30px 0;
	}

	.troubleSec__inner__content {
		margin-top: 0;
	}

	.troubleSec__inner__content__sec {
		display: block;
		margin-bottom: 30px;
	}

	.troubleSec__inner__content__sec__pic {
		width: 31.765%;
		margin: 0 auto 20px;
		text-align: center;
	}

	.troubleSec__inner__content__sec__cont {
		width: auto;
		padding: 15px;
		border-radius: 10px;
	}

	.troubleSec__inner__content__sec__cont .task {
		padding: 10px;
		margin-bottom: 13px;
		border-radius: 10px;
	}

	.troubleSec__inner__content__sec__cont .task .txt01 span {
		padding: 1px 10px;
		font-size: 13px;
		border-radius: 6px;
	}

	.troubleSec__inner__content__sec__cont .task .ttl {
		padding-left: 8px;
		font-size: 13px;
	}

	.troubleSec__inner__content__sec__cont .solution {
		padding: 10px;
		margin-left: 40px;
		border-radius: 10px;
	}

	.troubleSec__inner__content__sec__cont .solution:before {
		width: 20px;
		height: 27px;
		background-size: contain;
		left: -28px;
	}

	.troubleSec__inner__content__sec__cont .solution .txt01 span {
		padding: 1px 10px;
		font-size: 13px;
		border-radius: 6px;
	}

	.troubleSec__inner__content__sec__cont .solution .txt02 {
		padding-left: 8px;
		font-size: 16px;
	}
}


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

 reasonSec

***********************************/
.reasonSec {
	background: url(../images/reason_bg01.png) no-repeat center center;
	background-size: cover;
}

.reasonSec__inner {
	padding: 80px 0 100px;
}

.reasonSec__inner__content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -60px;
}

.reasonSec__inner__content__sec {
	width: 28.5714285%;
	margin-bottom: 60px;
}

.reasonSec__inner__content__sec .pic {
	width: 64.2857142%;
	margin: 0 auto 20px;
	text-align: center;
}

.reasonSec__inner__content__sec .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.reasonSec__inner__content__sec p {
	font-size: 16px;
}

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

	.reasonSec {
		background: none;
	}

	.reasonSec__inner {
		padding: 30px 0;
	}

	.reasonSec__inner__content {
		display: block;
		margin-bottom: 0;
	}

	.reasonSec__inner__content__sec {
		width: auto;
		margin-bottom: 30px;
	}

	.reasonSec__inner__content__sec .pic {
		width: 34.71%;
		margin: 0 auto 15px;
	}

	.reasonSec__inner__content__sec .ttl {
		display: block;
		margin-bottom: 10px;
		font-size: 16px;
		text-align: center;
	}

}


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

 worksSec

***********************************/
.worksSec {
	background: url(../images/bg02.png);
}

.worksSec__inner {
	padding: 80px 0 100px;
}

.worksSec__inner__content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: -70px;
}

.worksSec__inner__content__sec {
	width: 28.5714285%;
	margin-right: 7.14285714%;
	margin-bottom: 70px;
}

.worksSec__inner__content__sec:nth-child(3),
.worksSec__inner__content__sec:last-child {
	margin-right: 0;
}

.worksSec__inner__content__sec .pic {
	margin-bottom: 25px;
}

.worksSec__inner__content__sec .cont {
}

.worksSec__inner__content__sec .cont .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 15px;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	background-color: #fff;
	border: 1px solid #eeeeee;
	border-radius: 15px 15px 0 0;
}

.worksSec__inner__content__sec .cont .txtArea {
	padding: 15px 15px;
	background-color: #cff4fa;
	border-radius: 0 0 15px 15px;
}

.worksSec__inner__content__sec .cont .txtArea p {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}

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

	.worksSec {
		background-size: 15px 15px;
	}

	.worksSec__inner {
		padding: 30px 0;
	}

	.worksSec__inner__content {
		display: block;
		margin-bottom: 0;
	}

	.worksSec__inner__content__sec {
		width: auto;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.worksSec__inner__content__sec:last-child {
		margin-bottom: 0;
	}

	.worksSec__inner__content__sec .pic {
		width: 61.766%;
		margin: 0 auto 20px;
		text-align: center;
	}

	.worksSec__inner__content__sec .cont {
	}

	.worksSec__inner__content__sec .cont .ttl {
		padding: 10px 15px;
		font-size: 13px;
		border-radius: 10px 10px 0 0;
	}

	.worksSec__inner__content__sec .cont .txtArea {
		padding: 10px 15px;
		border-radius: 0 0 10px 10px;
	}

	.worksSec__inner__content__sec .cont .txtArea p {
		font-size: 16px;
	}

}


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

 voiceSec

***********************************/
.voiceSec {
	background: url(../images/bg01.png);
}

.voiceSec__inner {
	width: 1180px;
	padding: 80px 0 100px;
}

.voiceSec__inner__content {
	position: relative;
}

.voiceSec__inner__content__main {
	width: 66.1016949%;
	max-width: 780px;
	padding: 45px 7.11864407% 50px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #eeeeee;
	border-radius: 20px;
}

.voiceSec__inner__content__main .ttl {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}

.voiceSec__inner__content__main p {
	margin-bottom: 1.5em;
	font-size: 16px;
	line-height: 1.8;
}

.voiceSec__inner__content__main p:last-child {
	margin-bottom: 0;
}

.voiceSec__inner__content__box {
}

.voiceSec__inner__content__box__member {
	width: 20.338983%;
	position: absolute;
	top: 50px;
}

.voiceSec__inner__content__box__member:nth-child(1) {
	left: 0;
}

.voiceSec__inner__content__box__member:nth-child(2) {
	right: 0;
}

.voiceSec__inner__content__box__member .pic {
}

.voiceSec__inner__content__box__member .cont {
	padding: 15px;
	background-color: #ffffff;
	border-left: 3px solid #eeeeee;
	border-bottom: 3px solid #eeeeee;
	border-right: 3px solid #eeeeee;
	border-radius: 0 0 15px 15px;
}

.voiceSec__inner__content__box__member .cont .name {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
}

.voiceSec__inner__content__box__member .cont p {
	font-size: 16px;
	line-height: 1.8;
}


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

	.voiceSec__inner__content__main {
		width: auto;
		max-width: none;
		padding: 45px 49px 50px;
		margin-bottom: 30px;
	}

	.voiceSec__inner__content__box {
		display: flex;
		justify-content: center;
	}

	.voiceSec__inner__content__box__member {
		width: 240px;
		margin: 0 30px;
		position: static;
		top: 0;
	}

}

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

	.voiceSec__inner {
		padding: 30px 0;
	}

	.voiceSec__inner__content__main {
		padding: 13px 13px 13px;
		margin-bottom: 20px;
		border: 2px solid #eeeeee;
		border-radius: 10px;
	}

	.voiceSec__inner__content__main .ttl {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 1.8;
	}

	.voiceSec__inner__content__main p {
		margin-bottom: 2em;
		font-size: 16px;
	}

	.voiceSec__inner__content__main p:last-child {
		margin-bottom: 0;
	}

	.voiceSec__inner__content__box {
		display: flex;
		justify-content: space-between;
	}

	.voiceSec__inner__content__box__member {
		width: 47.06%;
		margin: 0;
	}

	.voiceSec__inner__content__box__member .pic img {
		width: 100%;
		max-width: none;
	}

	.voiceSec__inner__content__box__member .cont {
		padding: 13px;
		border-left: 2px solid #eeeeee;
		border-bottom: 2px solid #eeeeee;
		border-right: 2px solid #eeeeee;
		border-radius: 0 0 10px 10px;
	}

}


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

 funcSec

***********************************/
.funcSec {
	background: url(../images/bg03.png);
}

.funcSec__inner {
	padding: 80px 0 100px;
}

.funcSec__inner__content {

}

.funcSec__inner__content__sec {
	margin-bottom: 60px;
}

.funcSec__inner__content__sec:last-child {
	margin-bottom: 0;
}

.funcSec__inner__content__sec .head {
	display: table;
	width: 100%;
	margin-bottom: 25px;
}

.funcSec__inner__content__sec .head .num {
	display: table-cell;
	vertical-align: middle;
	width: 90px;
	padding: 12px 10px;
	color: #ffff00;
	font-weight: bold;
	text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#40789b+0,2b546a+100 */
	background: rgb(64,120,155); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(64,120,155,1) 0%, rgba(43,84,106,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(64,120,155,1) 0%,rgba(43,84,106,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(64,120,155,1) 0%,rgba(43,84,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40789b', endColorstr='#2b546a',GradientType=0 ); /* IE6-9 */
	border-radius: 15px 0 0 15px;
}

.funcSec__inner__content__sec .head .ttl {
	display: table-cell;
	padding: 12px 25px;
	vertical-align: middle;
	font-size: 22px;
	font-weight: bold;
	background-color: #fff;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-radius: 0 15px 15px 0;
}

.funcSec__inner__content__sec .body {
	display: flex;
	justify-content: space-between;
}

.funcSec__inner__content__sec .body .cont {
	width: 51.0204081%;
}

.funcSec__inner__content__sec .body .cont p {
	font-size: 16px;
}

.funcSec__inner__content__sec .body .pic {
	width: 44.2857142%;
}

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

	.funcSec__inner {
		padding: 30px 0;
	}

	.funcSec__inner__content {

	}

	.funcSec__inner__content__sec {
		margin-bottom: 30px;
	}

	.funcSec__inner__content__sec .head {
		display: table;
		width: 100%;
		margin-bottom: 15px;
	}

	.funcSec__inner__content__sec .head .num {
		width: 60px;
		padding: 6px 0;
		font-size: 13px;
		line-height: 1.5;
		border-radius: 9px 0 0 9px;
	}

	.funcSec__inner__content__sec .head .ttl {
		padding: 6px 12px;
		font-size: 16px;
		line-height: 1.5;
		border-top: 2px solid #eeeeee;
		border-right: 2px solid #eeeeee;
		border-bottom: 2px solid #eeeeee;
		border-radius: 0 9px 9px 0;
	}

	.funcSec__inner__content__sec .body {
		display: block;
	}

	.funcSec__inner__content__sec .body .cont {
		width: auto;
		margin-bottom: 15px;
	}

	.funcSec__inner__content__sec .body .cont p {
		font-size: 16px;
	}

	.funcSec__inner__content__sec .body .pic {
		width: auto;
		text-align: center;
	}

}


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

 systemSec

***********************************/
.systemSec {
	background: url(../images/bg01.png);
}

.systemSec__inner {
	padding: 80px 0 100px;
}

.systemSec__inner__content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: -60px;
}

.systemSec__inner__content__sec {
	width: 47.9591836%;
	padding: 29px;
	margin-bottom: 60px;
	background-color: #fff;
	border: 1px solid #edefee;
	border-radius: 15px;
}

.systemSec__inner__content__sec .head {
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.systemSec__inner__content__sec .head .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 100%;
	color: #2c516b;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #cff4fa;
	position: absolute;
	top: 0;
	left: 0;
}

.systemSec__inner__content__sec .head .ttl {
	padding: 9px 60px 9px 10px;
	margin-left: 50px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #2c516b;
}

.systemSec__inner__content__sec dl {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.5;
}

.systemSec__inner__content__sec dl dt {
	width: 71px;
	float: left;
	padding-right: 5px;
	color: #2c516b;
	font-weight: bold;
}

.systemSec__inner__content__sec dl dd {
	overflow: hidden;
	padding: 0 12px;
	color: #2c516b;
	font-weight: bold;
	border-left: 1px solid #eeeeee;
}

.systemSec__inner__content__sec .txt01 {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.8;
}

.systemSec__inner__content__sec .pic {

}

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

	.systemSec__inner {
		padding: 30px 0;
	}

	.systemSec__inner__content {
		display: block;
		margin-top: 0;
		margin-bottom: 0;
	}

	.systemSec__inner__content__sec {
		width: auto;
		padding: 13px;
		margin-bottom: 30px;
		border: 2px solid #edefee;
		border-radius: 10px;
	}

	.systemSec__inner__content__sec:last-child {
		margin-bottom: 0;
	}

	.systemSec__inner__content__sec .head {
		margin-bottom: 10px;
		border-radius: 6px;
		overflow: hidden;
		position: relative;
	}

	.systemSec__inner__content__sec .head .num {
		width: 32px;
		font-size: 13px;
	}

	.systemSec__inner__content__sec .head .ttl {
		padding: 4px 42px 4px 10px;
		margin-left: 32px;
		font-size: 16px;
	}

	.systemSec__inner__content__sec dl {
		margin-bottom: 12px;
		font-size: 13px;
	}

	.systemSec__inner__content__sec dl dt {
		width: 65px;
		float: left;
		padding-right: 5px;
		color: #2c516b;
		font-weight: bold;
		border-right: 1px solid #eeeeee;
	}

	.systemSec__inner__content__sec dl dd {
		overflow: hidden;
		padding: 0 12px;
		color: #2c516b;
		font-weight: bold;
	}

	.systemSec__inner__content__sec .txt01 {
		margin-bottom: 15px;
	}

	.systemSec__inner__content__sec .pic {

	}

	.systemSec__inner__content__sec .pic img {
		width: 100%;
		max-width: none;
	}

}


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

 companySec

***********************************/
.companySec {
	background: url(../images/bg04.png);
}

.companySec__inner {
	padding: 80px 0 100px;
}

.companySec__inner__content {
	padding: 50px 50px;
	margin-bottom: 5px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow:0px 5px 0px 0px rgba(0,0,0,0.12);
}

.companySec__inner__content__sec {
	margin-bottom: 50px;
}

.companySec__inner__content__sec:last-child {
	margin-bottom: 0;
}

.companySec__inner__content__sec__ttl {
	padding: 23px 20px 23px 20px;
	font-size: 20px;
	font-weight: bold;
	border-top: 3px solid #2c516b;
	border-bottom: 1px solid #e6e6e6;
}

.companySec__inner__content__sec dl {
	display: flex;
	padding: 28px 0;
	line-height: 1.8;
	border-bottom: 1px solid #e6e6e6;
}

.companySec__inner__content__sec dl dt {
	width: 180px;
	padding: 0 10px 0 20px;
	font-weight: bold;
	border-right: 1px solid #e6e6e6;
}

.companySec__inner__content__sec dl dd {
	flex: 1;
	padding: 0 30px;
}

@media screen and (max-width:767px){
	.companySec {
		background-size: 5px 5px;
	}

	.companySec__inner {
		padding: 30px 0;
	}

	.companySec__inner__content {
		padding: 0;
		margin-bottom: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.companySec__inner__content__sec {
		padding: 20px 15px;
		margin-bottom: 35px;
		border-radius: 8px;
		background-color: #fff;
		box-shadow:0px 3px 0px 0px rgba(0,0,0,0.12);
	}

	.companySec__inner__content__sec:last-child {
		margin-bottom: 0;
	}

	.companySec__inner__content__sec__ttl {
		padding: 7px 15px;
		font-size: 16px;
		text-align: center;
		border-top: 2px solid #2c516b;
		border-bottom: 1px solid #e6e6e6;
	}

	.companySec__inner__content__sec dl {
		display: block;
		padding: 0;
		line-height: 1.8;
		border-bottom: 1px solid #e6e6e6;
	}

	.companySec__inner__content__sec dl dt {
		width: auto;
		padding: 8px 15px;
		text-align: center;
		border-right: none;
		border-bottom: 1px solid #e6e6e6;
	}

	.companySec__inner__content__sec dl dd {
		padding: 8px 15px;
		text-align: center;
	}

}



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

 c-subHero

***********************************/
.c-subHero {
	background: url(../images/subhero_bg01_pc.jpg) no-repeat center;
	background-size: cover;
}

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

.c-subHero__inner__ttl {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: .04em;
}

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

	.c-subHero__inner {
		height: 78px;
	}

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

}



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

 formSec

***********************************/
/* .formSec {
	background: url(../images/bg04.png);
} */

.formSec__inner {
	padding: 80px 0 100px;
}

.formSec__inner__intro {
	margin-bottom: 40px;
	color: #2b526a;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

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

	.formSec {
		background-size: 5px 5px;
	}

	.formSec__inner {
		padding: 30px 0;
	}

	.formSec__inner__intro {
		margin-bottom: 20px;
		font-size: 16px;
	}

}


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

 completeSec

***********************************/
.completeSec {
}

.completeSec__inner {
	padding: 80px 0 100px;
}

.completeSec__inner .intro {
	margin-bottom: 50px;
}

.completeSec__inner .back {
	width: 320px;
	max-width: 100%;
	margin: 0 auto;
}

.completeSec__inner .back a {
	display: block;
	width: 100%;
	padding: 16px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 9px;
	box-shadow:0px 5px 0px 0px #420b06;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee574a+0,de2414+100 */
	background: rgb(238,87,74); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,87,74,1) 0%, rgba(222,36,20,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(238,87,74,1) 0%,rgba(222,36,20,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(238,87,74,1) 0%,rgba(222,36,20,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee574a', endColorstr='#de2414',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


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

	.completeSec {
	}

	.completeSec__inner {
		padding: 30px 0;
	}

	.completeSec__inner .intro {
		margin-bottom: 30px;
	}

	.completeSec__inner .back {
		width: 240px;
	}

	.completeSec__inner .back a {
		padding: 11px 15px;
		margin-bottom: 3px;
		font-size: 16px;
		border-radius: 6px;
		box-shadow:0px 3px 0px 0px #420b06;
	}

}
  /* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

.col-left {
	float: left; 
	width: 60%; 
	padding: 105px 0 100px;
}

.col-left img {
	max-width: 85%;
}

.col-left ul {
	list-style: disc;
	padding-left: 20px;
	columns: 2; 
	-webkit-columns: 2; 
	-moz-columns: 2;
}

.col-right {
	float: left; 
	width: 40%;
	padding: 40px 0 100px;
}

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

	.col-left img {
		max-width: 100%;
	}

	.col-left ul {
		columns: 1; 
		-webkit-columns: 1; 
		-moz-columns: 1;
	}

	.col-right {
		width: 100%;
		padding-top: 20px;
	}
}