@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: .03em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fff;
	font-family: "YakuHanJP", 游ゴシック体, '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", メイリオ, 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;
}
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: "YakuHanJP", 游ゴシック体, '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", 游ゴシック体, '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", 游ゴシック体, '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 {
	text-decoration: none;
}
a:link {
	color: #323232;
}
a:visited {
	color: #323232;
}
a.normal:link {
	color: #323232;
}
a.normal:visited {
	color: #323232;
}
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: "YakuHanJP", "Times New Roman", Georgia, YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
.gothic {
	font-family: "YakuHanJP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen\0 {
	.gothic {
		font-family: "YakuHanJP", メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
.Roboto {
	font-family: 'Roboto', 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: 34.6666666vw;
		padding: 5px 10px;
		font-size: 16px;
		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%;}
.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;
}
.blue {
	color: #459fd2;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 60%, #ffbf00 60%);
}
@media screen\0 {
	.marker {
		font-family: "YakuHanJP", 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

***********************************/
body {
	height: auto !important;
}
body.is-fixed {
	position: fixed;
	width: 100%;
	/*height: 100%;*/
}
.l-wrap {
	position: relative;
	overflow: hidden;
}

.l-wrap.is-noneActive .l-main,
.l-wrap.is-noneActive .l-footer {
	pointer-events: none;
}

.l-cover {
	width: 100%;
	height: 480px;
	position: absolute;
	/* top: 0; */
	left: 0;
	z-index: 15;
	/* background-color: rgba(0,0,0,.9); */
	/* background-color: #459fd1; */
	
	pointer-events: none;
	opacity: 0;
	/* transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1); */
}

.l-cover.is-active {
	opacity: 0.9;
	pointer-events: auto;
}


.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 (min-width:768px){

	.l-cover {
		display: none;
	}
}

@media screen and (max-width:767px){
	body {
		padding-top: 0 !important;
	}

	.l-wrap {
		padding-top: 55px;
	}

	.l-pageTop {
		width: 32px;
		bottom: 15px;
		right: 4%;
	}
}

/**********************************

 l-header

***********************************/
.l-header {
	background: #fff;
}

.l-header__top {

}

.l-header__top__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.l-header__top__inner__logo {

}

.l-header__top__inner__btn {

}

.l-header__bottom {
	width: 100%;
	background: #fff;
	border-top: 1px solid #eeeeee;
	position: relative;
	z-index: 10;
	transition: box-shadow 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-header__bottom.is-fixed {
	box-shadow: 0 2px 8px 0 rgb(0,0,0, .05);
	position: fixed;
	top: 0;
	left: 0;
}

.l-header__bottom__inner {
	padding: 0 10px;
}

.l-header__bottom__inner ul {
	display: flex;
}

.l-header__bottom__inner ul li {
	width: 20%;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

.l-header__bottom__inner ul li:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-left: 1px solid #eeeeee;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
}

.l-header__bottom__inner ul li:last-child:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-right: 1px solid #eeeeee;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
}

.l-header__bottom__inner ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	color: #111111;
	text-align: center;
	text-decoration: none;
	/*border-bottom: 1px solid #e5e5e5;*/
	background-color: #fff;
}


@media screen and (max-width:767px){
	.l-header {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5;
	}

	.l-header__top__inner {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 55px;
	}

	.l-header__top__inner__logo {
		width: 160px;
	}

	.l-header__bottom {
		display: none;
	}
}

li span {
  font-family: メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#459fd1;
  font-weight: bold;
}
@media screen and (max-width:767px){
	li span {
	  color:#f0f0f0;
	}
}
/**********************************

 l-humberger

***********************************/
@media screen and (max-width:767px){

	.l-humberger {
		width: 55px;
		height: 55px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 25;
	}

	.l-humberger a {
		display: block;
		width: 55px;
		height: 55px;
		background-color: #fff;
		overflow: visible;
		transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-humberger a.is-active {
		background-color: #459fd1;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 25px;
		height: 20px;
	}
	.menu-trigger span {
		position: absolute;
		left: 15px;
		width: 100%;
		height: 2px;
		background-color: #2D8ABD;
	}
	.menu-trigger.is-active span {
		background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
		width: 25px;
		top: 17px;
	}
	.menu-trigger span:nth-of-type(2) {
		width: 25px;
		top: 27px;
	}
	.menu-trigger span:nth-of-type(3) {
		width: 25px;
		bottom: 16px;
	}

	.menu-trigger.is-active span:nth-of-type(1) {
		width: 25px;
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger.is-active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.is-active span:nth-of-type(3) {
		width: 25px;
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
}


/**********************************

 l-drawerMenu

***********************************/
@media screen and (max-width:767px){

	.l-drawerMenu {
		display: block;
		width: 100%;
		/* height: 100vh; */
		height: 420px;
		padding: 0 4.666666666666667%;
		background-color: #459fd1;
		opacity: 0;
		position: fixed;
		top: 54px;
		left: 0;
		z-index: 20;
		/*transform: translateX(105%);*/
		/*-webkit-transform: translateX(105%);*/
		pointer-events: none;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.l-drawerMenu.is-active {
		opacity: 0.9;
		pointer-events: auto;
		/*transform: none;*/
		/*-webkit-transform: none;*/
	}

	.l-drawerMenu__inner {
	/*	padding-top: 95px; */
	}

	.l-drawerMenu__inner ul {
		border-top: 1px solid #ccc;
	}

	.l-drawerMenu__inner ul li {
		/* font-weight: bold; */
		border-bottom: 1px solid #ccc;
	}

	.l-drawerMenu__inner ul li:last-child {
	}

	.l-drawerMenu__inner ul li a {
		display: block;
		padding: 14px 0;
		color: #fff;
		text-decoration: none;
	}
}

/**********************************

 l-footer

***********************************/
.l-footer {

}

.l-footer__top {

}

.l-footer__top__inner {
	padding: 25px 0;
}

.l-footer__top__inner__logo {
	text-align: center;
}

.l-footer__bottom {
	background-color: #f8f8f8;
}

.l-footer__bottom__inner {
	padding: 35px 0;
}

.l-footer__bottom__inner ul {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}

.l-footer__bottom__inner ul li {
	margin: 0 7px;
}

.l-footer__bottom__inner ul li a {
	color: #000000;
}

.l-footer__bottom__inner__copy {
	color: #b8b8b8;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width:767px){

	.l-footer__top__inner {
		padding: 12px 0;
	}

	.l-footer__top__inner__logo {
		width: 76px;
		margin: 0 auto;
	}

	.l-footer__bottom__inner {
		padding: 17px 0;
	}

	.l-footer__bottom__inner ul {
		margin-bottom: 8px;
		font-size: 9px;
	}

	.l-footer__bottom__inner ul li {
		margin: 0 6px;
	}

	.l-footer__bottom__inner__copy {
		font-size: 9px;
	}
}

/**********************************

 c-sec

***********************************/
.c-sec {
}

.c-sec__head {
	background-color: #45a0d2;
}

.c-sec__head__inner {
	position: relative;
	z-index: 1;
}

.c-sec__head__inner:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 28px 27px 0 27px;
	border-color: #45a1d2 transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-sec__head__inner__ttl {
}

.c-sec__body {

}

@media screen and (max-width:767px){

	.c-sec__head__inner:before {
		border-width: 14px 13.5px 0 13.5px;
	}
}

/**********************************

 c-subHero

***********************************/
.c-subHero {
	background-color: #d1ff03;
}

.c-subHero__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 350px;
}

.c-subHero__inner__ttl {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
}

@media screen and (max-width:767px){

	.c-subHero__inner {
		height: 175px;
	}

	.c-subHero__inner__ttl {
		font-size: 18px;
	}
}

/**********************************

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 14px 24px 18px;
	color: #111111;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow: -3px -3px 3px 0px rgba(0,0,0,0.15) inset;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe052+0,ffd200+100 */
	background: rgb(255,224,82); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,224,82,1) 0%, rgba(255,210,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,224,82,1) 0%,rgba(255,210,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,224,82,1) 0%,rgba(255,210,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe052', endColorstr='#ffd200',GradientType=1 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

a.c-btn01 span {
	padding-left: 36px;
	position: relative;
	z-index: 1;
}

a.c-btn01 span:before {
	content: "";
	display: block;
	width: 28px;
	height: 30px;
	background: url(../images/icon_entry01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


@media screen and (max-width:767px){
	a.c-btn01 {
		padding: 12px 15px;
	}
}

/**********************************

 c-form

***********************************/
.c-form {
}

.c-form__content {
	margin-bottom: 55px;
}

.c-form__content dl {
	display: table;
	width: 100%;
	margin-bottom: 34px;
}

.c-form__content dl dt {
	display: table-cell;
	width: 330px;
	padding: 15px 20px 15px 25px;
	vertical-align: middle;
	background-color: #0054b0;
	box-shadow:0px 4px 0px 0px #a9c1db;
}

.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 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.c-form__content dl dt .inner .require {
	padding: 3px 5px;
	color: #ffff00;
	font-size: 12px;
	font-weight: bold;
	background-color: #ff3f00;
}

.c-form__content dl dt .inner .any {
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #00bfff;
}

.c-form__content dl dd {
	display: table-cell;
	padding: 19px;
	line-height: 1.5;
	vertical-align: middle;
	background-color: #fff;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	box-shadow:0px 4px 0px 0px #d9d9d9;
}

.c-form__content dl dd .radio {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.c-form__content dl dd .radio input {
	margin-right: .5em;
}

.c-form__submit {
	width: 340px;
	max-width: 100%;
	margin: 0 auto;
}

.c-form__submit button,
.c-form__confirmBtn__btn .submit {
	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: 9px;
	box-shadow:0px 5px 0px 0px #802000;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff531a+0,f23d00+100 */
	background: rgb(255,83,26); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,83,26,1) 0%, rgba(242,61,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff531a', endColorstr='#f23d00',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.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: 9px;
	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__content {
		margin-bottom: 32px;
	}

	.c-form__content dl {
		display: block;
		width: auto;
		margin-bottom: 30px;
	}

	.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: 10px;
		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: 10px;
		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 .radio {
		margin-bottom: 10px;
		font-size: 15px;
	}

	.c-form__content dl dd .radio input {
		margin-right: .5em;
	}

	.c-form__submit {
		width: 240px;
	}

	.c-form__submit button,
	.c-form__confirmBtn__btn .submit {
		padding: 12px 15px;
		margin-bottom: 4px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 4px 0px 0px #802000;
	}

	.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: 12px 15px;
		margin-bottom: 4px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 4px 0px 0px #333333;
	}

}


/**********************************

 c-faq

***********************************/
.c-faq {
}

.c-faq dl {
	margin-bottom: 65px;
}

.c-faq dl:last-child {
	margin-bottom: 0;
}

.c-faq dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 25px;
}

.c-faq dl dt .icon {
	width: 80px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background-color: #45a0d2;
	border-radius: 12px;
}

.c-faq dl dt .ttl {
	flex: 1;
	min-height: 80px;
	padding: 25px 30px;
	margin-left: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.05);
}

.c-faq dl dd {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.c-faq dl dd .icon {
	width: 80px;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background-color: #fadb4d;
	border-radius: 12px;
}

.c-faq dl dd .cont {
	flex: 1;
	min-height: 80px;
	padding: 26px 30px;
	margin-left: 20px;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.05);
}

.c-faq dl dd .cont p {
}

@media screen and (max-width:767px){

	.c-faq {
	}

	.c-faq dl {
		margin-bottom: 32px;
	}

	.c-faq dl dt {
		margin-bottom: 17px;
	}

	.c-faq dl dt .icon {
		width: 40px;
		font-size: 14px;
		line-height: 40px;
		border-radius: 6px;
	}

	.c-faq dl dt .ttl {
		flex: 1;
		min-height: 40px;
		padding: 9px 15px;
		margin-left: 10px;
		font-size: 14px;
		border-radius: 6px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	}

	.c-faq dl dd .icon {
		width: 40px;
		font-size: 14px;
		line-height: 40px;
		border-radius: 6px;
	}

	.c-faq dl dd .cont {
		min-height: 40px;
		padding: 7px 15px;
		margin-left: 10px;
		font-size: 14px;
		border-radius: 6px;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	}

	.c-faq 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: 430px;
	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-title01

***********************************/
.c-title01 {
	padding-bottom: 15px;
	margin-bottom: 50px;
	color: #45a0d2;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	position: relative;
	z-index: 1;
}

.c-title01:before {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background-color: #45a0d2;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

@media screen and (max-width:767px){
	.c-title01 {
		padding-bottom: 10px;
		margin-bottom: 25px;
		font-size: 18px;
	}

	.c-title01:before {
		width: 15px;
		height: 2px;
	}

}



/**********************************

 heroSec

***********************************/
.heroSec {
	background: url(../images/hero_bg01_pc.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.heroSec__main {

}

.heroSec__main img {
	width: 100%;
	max-width: none;
}

.heroSec__btn {
	margin: 0 0 6.770833333333333% 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.heroSec__btn a.c-btn01 {
	font-size: 1.25vw;
}

.heroSec__btn__txt {
	width: 28.26%;
	margin: 0 -31% 13% 0;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

@media screen and (max-width:1023px){

	.heroSec__btn a.c-btn01 {
		padding: 8px 12px;
		font-size: 1.25vw;
	}

	.heroSec__btn a.c-btn01 span {
		padding-left: 18px;
	}

	.heroSec__btn a.c-btn01 span:before {
		width: 14px;
		height: 15px;
	}

}

@media screen and (max-width:767px){
	.heroSec {
		background: url(../images/hero_bg01_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.heroSec__btn {
		margin: 0 0 12% 0;
	}

	.heroSec__btn a.c-btn01 {
		padding: 4.4vw 6.4vw;
		font-size: 4.8vw;
		white-space: nowrap;
	}

	.heroSec__btn a.c-btn01:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		margin: 3px 0 0 0;
		background-color: rgba(0,0,0,.2);
		border-radius: 100px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.heroSec__btn a.c-btn01 span {
		padding-left: 6.133333333333333vw;
	}

	.heroSec__btn a.c-btn01 span:before {
		width: 4.533333333333333vw;
		height: 4.8vw;
	}

	.heroSec__btn__txt {
		width: 26.177%;
		margin: 0 -22% 21% 0;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 1;
	}

}


/**********************************

 serviceSec

***********************************/
.serviceSec {
	background-color: #f6fafd;
}

.serviceSec__inner {
	padding: 85px 0;
}

.serviceSec__inner__content {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.serviceSec__inner__content:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/service_arr_pc.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.serviceSec__inner__content__list {
	flex: 1;
	padding-right: 30px;
}

.serviceSec__inner__content__list ul {

}

.serviceSec__inner__content__list ul li {
	margin-bottom: 35px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

.serviceSec__inner__content__list ul li:last-child {
	margin-bottom: 0;
}

.serviceSec__inner__content__list ul li p {
	display: inline-block;
	padding: 24px 30px 24px 70px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 5px 0px 0px rgba(68,160,210,0.1);
	position: relative;
	z-index: 1;
}

.serviceSec__inner__content__list ul li p:before {
	content: "";
	display: block;
	width: 24px;
	height: 18px;
	background: url(../images/icon_check01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 34px;
	left: 30px;
}

.serviceSec__inner__content__pic {
	width: 25.510204081632653%;
}

@media screen and (max-width:767px){

	.serviceSec__inner {
		padding: 43px 0 40px;
	}

	.serviceSec__inner__content {
		display: block;
	}

	.serviceSec__inner__content:before {
		width: 340px;
		height: 100%;
		background: url(../images/service_arr_sp.png) no-repeat center top;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.serviceSec__inner__content__list {
		padding-right: 0;
		margin-bottom: 30px;
	}

	.serviceSec__inner__content__list ul {

	}

	.serviceSec__inner__content__list ul li {
		margin-bottom: 22px;
		font-size: 16px;
	}

	.serviceSec__inner__content__list ul li p {
		padding: 12px 15px 12px 35px;
		border-radius: 10px;
		box-shadow: 0px 3px 0px 0px rgba(68,160,210,0.1);
	}

	.serviceSec__inner__content__list ul li p:before {
		width: 12px;
		height: 9px;
		top: 17px;
		left: 15px;
	}

	.serviceSec__inner__content__pic {
		width: 36.764705882352941%;
		margin: 0 auto;
		text-align: center;
	}

}


/**********************************

 troubleSec

***********************************/
.troubleSec {
	background: url(../images/trouble_bg01_pc.png) no-repeat center top;
}

.troubleSec__inner {
	padding: 60px 0 100px;
}

.troubleSec__inner__ttl {
	margin: 0 auto 55px;
	text-align: center;
}

.troubleSec__inner__list {

}

.troubleSec__inner__list__sec {
	margin-bottom: 60px;
	background-color: #f6fafd;
	border-radius: 0 0 15px 15px;
}

.troubleSec__inner__list__sec:last-child {
	margin-bottom: 0;
}

.troubleSec__inner__list__sec .head {
	display: flex;
	border: 3px solid #45a0d2;
	border-radius: 15px;
	overflow: hidden;
}

.troubleSec__inner__list__sec .head .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 84px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	background-color: #45a0d2;
}

.troubleSec__inner__list__sec .head .ttl {
	flex: 1;
	padding: 20px 25px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #fff;
}

.troubleSec__inner__list__sec .body {
	padding: 28px 30px;
}

.troubleSec__inner__list__sec .body p {

}

@media screen and (min-width:768px){

	.troubleSec__inner__list__sec:nth-child(2),
	.troubleSec__inner__list__sec:nth-child(3),
	.troubleSec__inner__list__sec:nth-child(4) {
		background-color: #fff;
	}
}

@media screen and (max-width:767px){
	.troubleSec {
		background: none;
	}

	.troubleSec__inner {
		padding: 40px 0 40px;
	}

	.troubleSec__inner__ttl {
		margin: 0 auto 27px;
	}

	.troubleSec__inner__list {

	}

	.troubleSec__inner__list__sec {
		margin-bottom: 30px;
		border-radius: 0 0 8px 8px;
	}

	.troubleSec__inner__list__sec .head {
		border: 2px solid #45a0d2;
		border-radius: 8px;
	}

	.troubleSec__inner__list__sec .head .num {
		width: 42px;
		font-size: 16px;
	}

	.troubleSec__inner__list__sec .head .ttl {
		padding: 10px 15px;
		font-size: 16px;
	}

	.troubleSec__inner__list__sec .body {
		padding: 14px 15px;
	}

	.troubleSec__inner__list__sec .body p {

	}

}


/**********************************

 functionSec

***********************************/
.functionSec {

}

.functionSec__inner {
	padding: 88px 0 100px;
}

.functionSec__inner__logo {
	margin-bottom: 60px;
	text-align: center;
}

.functionSec__inner__about {
	padding: 25px 30px;
	margin-bottom: 110px;
	background-color: #f6fafd;
	border-radius: 15px;
}

.functionSec__inner__about .ttl {
	margin-bottom: 10px;
	color: #459fd2;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.functionSec__inner__about p {

}

.functionSec__inner__list {

}

.functionSec__inner__list__sec {
	padding: 60px 40px 40px;
	margin-bottom: 115px;
	background-color: #f6fafd;
	border-radius: 15px;
	box-shadow: 0px 5px 0px 0px rgba(68,160,210,0.3);
	position: relative;
	z-index: 1;
}

.functionSec__inner__list__sec:last-child {
	margin-bottom: 0;
}

.functionSec__inner__list__sec .num {
	width: 84px;
	line-height: 84px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	background-color: #45a0d2;
	border-radius: 15px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.functionSec__inner__list__sec .txtArea {
	padding: 15px 30px;
	margin-bottom: 50px;
	border: 1px solid #eeeeee;
	background-color: #fff;
	border-radius: 9px;
}

.functionSec__inner__list__sec .txtArea:last-child {
	margin-bottom: 0;
}

.functionSec__inner__list__sec .txtArea p {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

.functionSec__inner__list__sec .txtArea p .small {
	font-size: 18px;
}

.functionSec__inner__list__sec .column01 {
	display: flex;
	justify-content: space-between;
}

.functionSec__inner__list__sec .column01 .box:nth-child(1),
.functionSec__inner__list__sec .column01 .box:nth-child(3) {
	width: 34.446%;
}

.functionSec__inner__list__sec .column01 .box:nth-child(2) {
	width: 20%;
}

.functionSec__inner__list__sec .column01 .box .ttl {
	width: 160px;
}

.functionSec__inner__list__sec .box {
	padding: 40px 30px 20px;
	border: 1px solid #eeeeee;
	background-color: #fff;
	border-radius: 9px;
	position: relative;
	z-index: 1;
}

.functionSec__inner__list__sec .box .ttl {
	width: 260px;
	max-width: none;
	padding: 3px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #45a0d2;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.functionSec__inner__list__sec .box .pic {
	text-align: center;
}

@media screen and (max-width:767px){

	.functionSec__inner {
		padding: 45px 0 40px;
	}

	.functionSec__inner__logo {
		margin-bottom: 30px;
	}

	.functionSec__inner__about {
		padding: 15px 15px;
		margin-bottom: 55px;
		border-radius: 8px;
	}

	.functionSec__inner__about .ttl {
		margin-bottom: 5px;
		font-size: 18px;
	}

	.functionSec__inner__about p {
		font-size: 16px;
	}

	.functionSec__inner__list {

	}

	.functionSec__inner__list__sec {
		padding: 32px 15px 20px;
		margin-bottom: 58px;
		border-radius: 8px;
		box-shadow: 0px 3px 0px 0px rgba(68,160,210,0.3);
	}

	.functionSec__inner__list__sec .num {
		width: 42px;
		line-height: 42px;
		font-size: 16px;
		border-radius: 8px;
	}

	.functionSec__inner__list__sec .txtArea {
		padding: 12px 15px;
		margin-bottom: 35px;
		border-radius: 5px;
	}

	.functionSec__inner__list__sec .txtArea p {
		font-size: 16px;
	}

	.functionSec__inner__list__sec .txtArea p .small {
		font-size: 12px;
	}

	.functionSec__inner__list__sec .column01 {
		display: block;
	}

	.functionSec__inner__list__sec .column01 .box {
		margin-bottom: 35px;
	}

	.functionSec__inner__list__sec .column01 .box:last-child {
		margin-bottom: 0;
	}

	.functionSec__inner__list__sec .column01 .box:nth-child(1),
	.functionSec__inner__list__sec .column01 .box:nth-child(3) {
		width: auto;
	}

	.functionSec__inner__list__sec .column01 .box:nth-child(2) {
		width: auto;
	}

	.functionSec__inner__list__sec .column01 .box .ttl {
		width: calc(100% - 30px);
	}

	.functionSec__inner__list__sec .box {
		padding: 30px 15px 15px;
		border: 1px solid #eeeeee;
		background-color: #fff;
		border-radius: 9px;
		position: relative;
		z-index: 1;
	}

	.functionSec__inner__list__sec .box .ttl {
		width: calc(100% - 30px);
		padding: 3px 10px;
		font-size: 14px;
		border-radius: 6px;
	}

	.functionSec__inner__list__sec .box .pic {
		text-align: center;
	}

}


/**********************************

 flowSec

***********************************/
.flowSec {

}

.flowSec__inner {
	padding: 90px 0 80px;
}

.flowSec__inner__list {

}

.flowSec__inner__list__sec {
	margin-bottom: 86px;
	position: relative;
	z-index: 1;
}

.flowSec__inner__list__sec:last-child {
	margin-bottom: 0;
}

.flowSec__inner__list__sec:before {
	content: "";
	display: block;
	width: 56px;
	height: 28px;
	background: url(../images/flow_arr01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	bottom: -57px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.flowSec__inner__list__sec:last-child:before {
	display: none;
}

.flowSec__inner__list__sec .head {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.flowSec__inner__list__sec .head:last-child {
	margin-bottom: 0;
}

.flowSec__inner__list__sec .head .num {
	width: 84px;
	line-height: 84px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-right: 16px;
	background-color: #45a0d2;
	border-radius: 20px;
}

.flowSec__inner__list__sec .head .ttl {
	flex: 1;
	padding: 21px 30px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	border: 3px solid #45a0d2;
	border-radius: 20px;
}

.flowSec__inner__list__sec .body {
	padding: 50px;
	background-color: #f6fafd;
	border-radius: 20px;
}

.flowSec__inner__list__sec .body .pic {
	text-align: center;
}

@media screen and (max-width:767px){

	.flowSec__inner {
		padding: 44px 0 40px;
	}

	.flowSec__inner__list {

	}

	.flowSec__inner__list__sec {
		margin-bottom: 46px;
	}

	.flowSec__inner__list__sec:before {
		width: 33px;
		height: 17px;
		bottom: -32px;
	}

	.flowSec__inner__list__sec:last-child:before {
		display: none;
	}

	.flowSec__inner__list__sec .head {
		margin-bottom: 15px;
	}

	.flowSec__inner__list__sec .head .num {
		width: 42px;
		line-height: 42px;
		font-size: 16px;
		margin-right: 8px;
		border-radius: 10px;
	}

	.flowSec__inner__list__sec .head .ttl {
		padding: 7px 15px;
		font-size: 16px;
		border: 2px solid #45a0d2;
		border-radius: 10px;
	}

	.flowSec__inner__list__sec .body {
		padding: 15px;
		border-radius: 10px;
	}

}


/**********************************

 newsSec

***********************************/
.newsSec {
	background: url(../images/bg_stripe01.png) repeat;
}

.newsSec__inner {
	padding: 80px 0;
}

.newsSec__inner ul {
	border-top: 1px solid #e8e8e8;
}

.newsSec__inner ul li {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #e8e8e8;
}

.newsSec__inner ul li a {
	display: block;
	padding: 33px 100px 33px 30px;
	text-decoration: underline;
	position: relative;
	z-index: 1;
}

.newsSec__inner ul li a:hover {
	text-decoration: none;
}

.newsSec__inner ul li a:before {
	content: "";
	display: block;
	width: 32px;
	height: 14px;
	background: url(../images/icon_arr01_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


@media screen and (max-width:767px){
	.newsSec {
		background-size: 15px 15px;
	}

	.newsSec__inner {
		padding: 40px 0;
	}

	.newsSec__inner ul li {
		font-size: 14px;
	}

	.newsSec__inner ul li a {
		padding: 15px 55px 15px 15px;
	}

	.newsSec__inner ul li a:before {
		width: 16px;
		height: 7px;
		background: url(../images/icon_arr01_sp.png) no-repeat left top;
		background-size: contain;
		right: 15px;
	}

}


/**********************************

 cvSec

***********************************/
.cvSec {
	background: url(../images/cv_bg01_pc.jpg) no-repeat center;
	background-size: cover;
}

.cvSec__inner {
	padding: 80px 0;
	text-align: center;
}

.cvSec__inner__ttl {
	margin-bottom: 80px;
	text-align: center;
}

.cvSec__inner__btn {
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 1;
}

.cvSec__inner__btn a.c-btn01 {
	display: inline-block;
	width: auto;
	font-size: 24px;
}

.cvSec__inner__btn__txt {
	width: 28.26%;
	margin: 0 -31% 13% 0;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

@media screen and (max-width:767px){
	.cvSec {
		background: none;
	}

	.cvSec__inner {
		padding: 40px 0;
	}

	.cvSec__inner__ttl {
		margin-bottom: 60px;
	}

	.cvSec__inner__btn {
	}

	.cvSec__inner__btn a.c-btn01 {
		display: block;
		padding: 16px 24px;
		font-size: 18px;
		white-space: nowrap;
		z-index: 1;
	}

	.cvSec__inner__btn a.c-btn01:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		margin: 3px 0 0 0;
		background-color: rgba(0,0,0,.2);
		border-radius: 100px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.cvSec__inner__btn a.c-btn01 span {
		padding-left: 23px;
	}

	.cvSec__inner__btn a.c-btn01 span:before {
		width: 17px;
		height: 18px;
	}

	.cvSec__inner__btn__txt {
		width: 66px;
		margin: 0 -22% 21% 0;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 1;
	}

}

@media screen and (max-width:374px){

	.cvSec__inner__btn a.c-btn01 {
		padding: 16px 15px;
		font-size: 16px;
	}

	.cvSec__inner__btn__txt {
		width: 56px;
	}

}


/**********************************

 faqSec

***********************************/
.faqSec {
	background: url(../images/faq_bg01_pc.png) repeat left top;
	background-size: cover;
}

.faqSec__inner {
	padding: 88px 0 85px;
}

@media screen and (max-width:767px){
	.faqSec {
		background: url(../images/faq_bg01_sp.png) repeat left top;
		background-size: cover;
	}

	.faqSec__inner {
		padding: 44px 0 40px;
	}

}


/**********************************

 companySec

***********************************/
.companySec {
	background: url(../images/bg_stripe01.png) repeat;
}

.companySec__inner {
	padding: 80px 0;
}

.companySec__inner__list {
	border-top: 1px solid #e8e8e8;
}

.companySec__inner__list dl {
	display: flex;
	padding: 33px 0;
	font-size: 18px;
	border-bottom: 1px solid #e8e8e8;
}

.companySec__inner__list dl dt {
	width: 200px;
	padding: 0 30px;
	font-weight: bold;
}

.companySec__inner__list dl dd {
	flex: 1;
}


@media screen and (max-width:767px){
	.companySec {
		background-size: 15px 15px;
	}

	.companySec__inner {
		padding: 40px 0;
	}

	.companySec__inner__list {
		border-top: 1px solid #e8e8e8;
	}

	.companySec__inner__list dl {
		display: block;
		padding: 16px 0;
		font-size: 14px;
	}

	.companySec__inner__list dl dt {
		width: auto;
		padding: 0;
		text-align: center;
	}

	.companySec__inner__list dl dd {
		text-align: center;
	}

}


/**********************************

 googleMap

***********************************/
.googleMap {

}

.googleMap iframe {
	display: block;
	width: 100%;
	height: 480px;
}

@media screen and (max-width:767px){

	.googleMap iframe {
		height: 48vw;
	}

}


/**********************************

 xxx

***********************************/

@media screen and (max-width:767px){

}

