@charset "UTF-8";
/* CSS Document */


@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}

/* =================================
 reset
================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	color:#333;
	position: relative;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display: block;
}
p{
	line-height: 1.8em;
}
iframe {
	vertical-align: bottom;
	border: 0;
}
table th,
table td {
	vertical-align: top;
}
input,
/*select,*/
textarea,
button {
	/*-webkit-appearance: none;*/
	-moz-appearance: none;
}
/*select::-ms-expand {
	display: none;
}*/
*, :after, :before {
	box-sizing: border-box;
}

@media screen and (min-width: 621px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
/* =================================
clearfix
================================= */

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-table;
	min-height:1%;
}
/* \*/
html .clearfix{
	* height:1%;
}
.clearfix{
	display:block;
}
/* */
.clear {
	clear: both;
}

/* =================================
 画像サイズ（レスポンシブ仕様）
================================= */
img.img100{
	width:100%;
	max-width: 100%;
	line-height: 0;
	vertical-align: bottom;
	display: block;
}
img.imgCenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
}
img.imgLeft{
	display: block;
	margin-right: auto;
	max-width:100%;
}
img.imgRight{
	display: block;
	margin-left: auto;
	max-width:100%;
}

/* =================================
 margin・padding
================================= */

/*margin right*/
.mr05 {
    margin-right: 5px;
  }
  .mr10 {
    margin-right: 10px;
  }
  .mr15 {
    margin-right: 15px;
  }
  .mr20 {
    margin-right: 20px;
  }
  .mr25 {
    margin-right: 25px;
  }
  .mr30 {
    margin-right: 30px;
  }
  .mr35 {
    margin-right: 35px;
  }
  .mr40 {
    margin-right: 40px;
  }
  .mr45 {
    margin-right: 45px;
  }
  .mr50 {
    margin-right: 50px;
  }
  /*margin left*/
  .ml05 {
    margin-left: 5px;
  }
  .ml10 {
    margin-left: 10px;
  }
  .ml15 {
    margin-left: 15px;
  }
  .ml20 {
    margin-left: 20px;
  }
  .ml25 {
    margin-left: 25px;
  }
  .ml30 {
    margin-left: 30px;
  }
  .ml35 {
    margin-left: 35px;
  }
  .ml40 {
    margin-left: 40px;
  }
  .ml45 {
    margin-left: 45px;
  }
  .ml50 {
    margin-left: 50px;
  }
  /*margin top*/
  .mt00 {
    margin-top: 0px !important;
  }
  .mt05 {
    margin-top: 5px;
  }
  .mt10 {
    margin-top: 10px;
  }
  .mt15 {
    margin-top: 15px;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mt25 {
    margin-top: 25px;
  }
  .mt30 {
    margin-top: 30px;
  }
  .mt35 {
    margin-top: 35px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .mt45 {
    margin-top: 45px;
  }
  .mt50 {
    margin-top: 50px;
  }
  .mt80 {
    margin-top: 80px;
  }
  .mt100 {
    margin-top: 100px;
  }
  /*margin bottom*/
  .mb00 {
    margin-bottom: 0px !important;
  }
  .mb05 {
    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;
  }
  .mb80 {
    margin-bottom: 80px;
  }
  .mb100 {
    margin-bottom: 100px;
  }
  /*padding right*/
  .pr05 {
    padding-right: 5px;
  }
  .pr10 {
    padding-right: 10px;
  }
  .pr15 {
    padding-right: 15px;
  }
  .pr20 {
    padding-right: 20px;
  }
  .pr25 {
    padding-right: 25px;
  }
  .pr30 {
    padding-right: 30px;
  }
  .pr35 {
    padding-right: 35px;
  }
  .pr40 {
    padding-right: 40px;
  }
  .pr45 {
    padding-right: 45px;
  }
  .pr50 {
    padding-right: 50px;
  }
  /*padding left*/
  .pl05 {
    padding-left: 5px;
  }
  .pl10 {
    padding-left: 10px;
  }
  .pl15 {
    padding-left: 15px;
  }
  .pl20 {
    padding-left: 20px;
  }
  .pl25 {
    padding-left: 25px;
  }
  .pl30 {
    padding-left: 30px;
  }
  .pl35 {
    padding-left: 35px;
  }
  .pl40 {
    padding-left: 40px;
  }
  .pl45 {
    padding-left: 45px;
  }
  .pl50 {
    padding-left: 50px;
  }
  /*padding top*/
  .pt05 {
    padding-top: 5px;
  }
  .pt10 {
    padding-top: 10px;
  }
  .pt15 {
    padding-top: 15px;
  }
  .pt20 {
    padding-top: 20px;
  }
  .pt25 {
    padding-top: 25px;
  }
  .pt30 {
    padding-top: 30px;
  }
  .pt35 {
    padding-top: 35px;
  }
  .pt40 {
    padding-top: 40px;
  }
  .pt45 {
    padding-top: 45px;
  }
  .pt50 {
    padding-top: 50px;
  }
  .pt80 {
    padding-top: 80px;
  }
  .pt100 {
    padding-top: 100px;
  }
  /*padding bottom*/
  .pb05 {
    padding-bottom: 5px;
  }
  .pb10 {
    padding-bottom: 10px;
  }
  .pb15 {
    padding-bottom: 15px;
  }
  .pb20 {
    padding-bottom: 20px;
  }
  .pb25 {
    padding-bottom: 25px;
  }
  .pb30 {
    padding-bottom: 30px;
  }
  .pb35 {
    padding-bottom: 35px;
  }
  .pb40 {
    padding-bottom: 40px;
  }
  .pb45 {
    padding-bottom: 45px;
  }
  .pb50 {
    padding-bottom: 50px;
  }
  .pb80 {
    padding-bottom: 80px;
  }
  .pb100 {
    padding-bottom: 100px;
  }
  
  /*All padding*/
  .pd10{
      padding:10px;
  }
  .pd20{
      padding:20px;
  }
  .pd30{
      padding:30px;
  }
  .pd50{
      padding:50px;
  }
  
/* =================================
font（weight）
================================= */
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal !important;
}

/* =================================
font（size %）
================================= */
.font50 {
	font-size: 50% !important;
}
.font60 {
	font-size: 60% !important;
}
.font70 {
	font-size: 70% !important;
}
.font80 {
	font-size: 80% !important;
}
.font90 {
	font-size: 90% !important;
}
.font100 {
	font-size: 100% !important;
}
.font110 {
	font-size: 110% !important;
}
.font120 {
	font-size: 120% !important;
}
.font150 {
	font-size: 150% !important;
}

/* =================================
font（size px）
================================= */
.font12px{
	font-size: 12px;
}
.font14px{
	font-size: 14px;
}
.font16px{
	font-size: 16px;
}
.font18px{
	font-size: 18px;
}
.font20px{
	font-size: 20px;
}
.font25px{
	font-size: 25px;
}
.font30px{
	font-size: 30px;
}
@media screen and (min-width: 768px),print {
	.font12-14px{
		font-size: 14px;
	}
	.font14-16px{
		font-size: 16px;
	}
	.font16-18px{
		font-size: 18px;
	}
	.font16-20px{
		font-size: 20px;
	}
	.font18-20px{
		font-size: 20px;
	}
	.font18-25px{
		font-size: 25px;
	}
	.font20-25px{
		font-size: 25px;
	}
	.font20-30px{
		font-size: 30px;
	}
	.font22-30px{
		font-size: 30px;
	}
	.font25-30px{
		font-size: 30px;
	}
	.font25-35px{
		font-size: 35px;
	}
	.font28-35px{
		font-size: 35px;
	}
	.font30-35px{
		font-size: 35px;
	}
}
@media screen and (max-width: 768px) {
    .font12-14px{
		font-size: 12px;
	}
	.font14-16px{
		font-size: 14px;
	}
	.font16-18px{
		font-size: 16px;
	}
	.font16-20px{
		font-size: 16px;
	}
	.font18-20px{
		font-size: 18px;
	}
	.font18-25px{
		font-size: 18px;
	}
	.font20-25px{
		font-size: 20px;
	}
	.font20-30px{
		font-size: 20px;
	}
	.font22-30px{
		font-size: 22px;
	}
	.font25-35px{
		font-size: 25px;
	}
	.font28-35px{
		font-size: 28px;
	}
	.font30-35px{
		font-size: 30px;
	}
}

/* =================================
font（family）
================================= */
.yu_font{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.yugo_font{
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}
.heisei_font{
	font-family: "heisei-kaku-gothic-std","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

/* =================================
adobe font
================================= */

.cent_font{
	font-family: century-gothic,sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* =================================
font（color）
================================= */

.white{
	color:#fff;
}
.blue{
	color:#1766ae;
}
.lBlue{
	color:#3399cc;
}
.orange{
	color:#f7931e;
}

/* =================================
テキスト揃え
================================= */
.txtJustify{
	text-align:justify;
}
.txtCenter{
	text-align:center;
}
.txtLeft{
	text-align:left;
}
.txtRight{
	text-align:right;
}

/* =================================
テキスト行間
================================= */
.lh10{
	line-height:1em;
}
.lh15{
	line-height:1.5em;
}
.lh18{
	line-height:1.8em;
}
.lh20{
	line-height:2.0em;
}

/* =================================
文字間
================================= */
.ls01{
	letter-spacing: 0.1em;
}
.ls02{
	letter-spacing: 0.2em;
}

/* =================================
改行
================================= */

/*スマホのみ改行*/
@media screen and (min-width: 768px),print {
    .kaigyouSp {
     display: none;
    }
}
@media screen and (min-width:600px),print {
	.kaigyouSpMini {
		display: none;
	}
}
/*PCのみ改行*/
@media screen and (max-width: 767px) {
    .kaigyouPc {
        display: none;
    }
}


/* =================================
マーカーアニメーション
================================= */
 
.marker-animation.active{
    background-position: -100% .5em;
}
.marker-animation {
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}
.marker-animation01{/*黄色*/
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
}

/* =================================
背景色
================================= */
.bgWhite{
	background: #fff;
}
.bgSky{
	background: #ebf0f5;
}

/* =================================
角丸
================================= */
.radius05{
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
.radius10{
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.radius15{
	border-radius: 15px;		/* CSS3草案 */
	-webkit-border-radius: 15px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 15px;	/* Firefox用 */
}
.radius30{
	border-radius: 30px;		/* CSS3草案 */
	-webkit-border-radius: 30px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 30px;	/* Firefox用 */
}
@media screen and (max-width: 767px) {
	.radius30{
		border-radius: 20px;		/* CSS3草案 */
		-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
		-moz-border-radius: 20px;	/* Firefox用 */
	}
}

/* =================================
 スマホ・PC それぞれの表示・非表示
================================= */

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

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

/* =================================
 inner
================================= */
.inner{
	width: 1150px;
	max-width: calc(100% - 30px);
	margin-left:auto;
	margin-right:auto;
}
.inner960{
	width: 960px;
	max-width: calc(100% - 30px);
	margin-left:auto;
	margin-right:auto;
}
.inner768{
	width: 768px;
	max-width: calc(100% - 30px);
	margin-left:auto;
	margin-right:auto;
}

/* =================================
 flexbox
================================= */

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;    /*全ての要素の高さを揃える*/
}
.flex-wrap{
	flex-wrap:wrap; 	/*要素を折り返して繰り返す*/
}
.space-between{
	justify-content: space-between; /*均等に間隔をあける*/
}
.row-reverse{
	flex-flow: row-reverse; /*並び順を逆にする*/
}
.border-box{
	box-sizing:border-box;
}
@media(max-width:767px)  {
	.flex_block{
		display: block;
	}
}

@media(min-width:768px),print {
	.flexBox2{
		width:48%;
    }
    .flexBox3{
        width:31%;
    }
    .flexBox4{
		width:24%;
    }
}
@media(max-width:768px) {
	.flexBox2{
      width:100%;
      margin-bottom: 30px;
    }
    .flexBox3{
      width:100%;
      margin-bottom: 30px;
    }
    .flexBox4{
      width:49%;
      margin-bottom: 30px;
    }
}

/* =================================
 float
================================= */
.left{
	float: left;
}
.right{
	float: right;
}

/* =================================
 header
================================= */
body{
	position: relative;
}
.header{
	position: fixed;
	background: rgba(255,255,255,0.8);
	z-index: 999;
}
@media(min-width:768px),print {
	.header{
		width:100%;
		height:80px;
	}
}
@media(max-width:767px) {
	.header{
		width:100%;
		height:60px;
	}
}
.logo img{
	display:block;
	width: 100%;
	padding: 12px 0;
	float: left;
}
@media(min-width:768px),print {
	.logo{
		width:300px;
	}
}
@media(max-width:767px) {
	.logo{
		width:180px;
	}
}

.headerInfo{
	float: right;
}
@media(min-width:768px),print {
	.headerInfo{
		width:400px;
	}
	.headerInfoTel{
		width:290px;
		float:left;
	}
	p.tel{
		color:#1766ae;
		font-weight:bold;
		font-size:38px;
		padding-top: 10px;
		line-height: 1.0;
		margin-bottom: 5px;
	}
	p.tel::before{
		content: url("../images/ico_freedial.svg");
		margin-right: 0.1em;
		position: relative;
		top: 3px;
		width: 33px;
		display: inline-block;
	}
	p.time{
		font-size: 11px;
		line-height: 1.0;
	}
	p.time span{
		font-size:12px;
		display: inline-block;
		padding: 3px 5px;
		box-sizing: border-box;
		border: 1px #333 solid;
		margin-right: 0.3em;
	}
	p.time em{
		font-style: normal;
		font-size:12px;
	}
	.headerInfoContact{
		width:100px;
		float: right;
	}
	.headerInfoContact a{
		background: #ff9400;
		width:100%;
		display: block;
		text-decoration: none;
		height: 80px;
		transition : all 0.5s ease 0s;
	}
	.headerInfoContact a:hover{
		background: #666;
	}
	.headerInfoContact a img{
		padding-top: 8px;
		width:45px;
	}
	.headerInfoContact a p{
		font-size:10px;
		font-weight:bold;
		text-align: center;
		line-height: 1em;
		margin-top: 5px;
		color: #fff;
		padding-bottom: 5px;
	}
	.headerInfoSp{
		display: none;
	}
}
@media(max-width:768px) {
	.headerInfoPc{
		display: none;
	}
	.headerInfo{
		width:90px;
		padding-top: 11.25px;
	}
	.headerInfoTel{
		width:40px;
		float:left;
	}
	.headerInfoContact{
		width:40px;
		float:right;
	}
}

/* =================================
 main
================================= */
@media(min-width:768px),print {
	main.main{
		padding-top:80px;
	}
}
@media(max-width:767px) {
	main.main{
		padding-top:60px;
	}
}

/* =================================
スクロールフェード
================================= */
/*アニメーション要素のスタイル*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(50px);
  }
  /*アニメーション要素までスクロールした時のスタイル*/
  .active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
  }

/* =================================
 共通
================================= */

/*タイトル*/
.titH3{
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}
.titH3::after{
	position: absolute;
	content: url(../images/bar_tit.svg);
	display: block;
	width: 100px;
	bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
/*タイトル*/
.titH3Wh{
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}
.titH3Wh::after{
	position: absolute;
	content: url(../images/bar_tit_wh.svg);
	display: block;
	width: 100px;
	bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*チェックボックス*/
ul.checkUl{
	list-style: none;
}
ul.checkUl li{
	border-bottom: 1px dashed;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-indent: -30px;
	padding-left: 30px;
}
ul.checkUl li:last-child{
	margin-bottom: 0;
}
ul.checkUl li::before{
	position: relative;
	top:3px;
	margin-right: 7px;
}
ul.checkUlBlue li{
	border-bottom-color: #1766ae;
}
ul.checkUlBlue li::before{
	content: url(../images/ico_check.png);
}
ul.checkUlOrange li{
	border-bottom-color:#f7931e;
}
ul.checkUlOrange li::before{
	content: url(../images/ico_check_merit.png);
}
@media(max-width:767px) {
	ul.checkUl li::before{
		top:4px;
	}
}

/* =================================
 ボタン
================================= */
/*btn01*/
.btn01{
	position: relative;
	background: #f7931e;
	border: 3px #1766ae solid;
	display: block;
	max-width: 350px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 15px 0;
	border-radius: 10px;
	transition : all 0.5s ease 0s;
}
.btn01:hover{
	background: #1766ae;
}
.btn01::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f178";
	top: 50%;
    right:10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	color: #fff;
	font-size: 80%;
	transition : all 0.5s ease 0s;
}
.btn01:hover::after{
	right:15px;
}
/*btn02*/
.btn02{
	position: relative;
	background: #f7931e;
	display: block;
	max-width: 350px;
	width: 100%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 10px 0;
	transition : all 0.5s ease 0s;
}
.btn02:hover{
	background: #1766ae;
}
.btn02::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f178";
	top: 50%;
    right:10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	color: #fff;
	font-size: 80%;
	transition : all 0.5s ease 0s;
}
.btn02:hover::after{
	right:15px;
}

/* =================================
 マーカーアニメーション
================================= */
.marker-animation.active{
    background-position: -100% .5em;
}
.marker-animation {
	background-repeat: repeat-x;
	background-size: 200% .8em;
	background-position: 0 .5em;
	transition: all 2s ease;
	font-weight:bold;
}
.marker-animation01{/*黄色*/
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
}


/* =================================
 メインビジュアル
================================= */
.mv .inner{
	position:relative;
}
video.headVideo{
	display: block;
	max-width: 1150px;
	width:100%;
   object-fit: cover;
	height: 550px; 
}
@media screen and (max-width: 1200px)  {
	video.headVideo{		   
		height: 500px;
    }
}
@media screen and (max-width: 960px)  {
	video.headVideo{	  
		height: 450px;
    }
}
@media screen and (max-width: 640px)  {
	video.headVideo{
		height: calc(100svh -60px);
        height: calc((var(--svh, 1svh)* 100) - 60px);
	}
}

.mvTxt{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width:100%;
}
.mvTxtTop{
	background: #fff;
	border-radius: 15px 15px 0 0;
	padding: 15px 15px 10px;
	box-sizing: border-box;
}
.mvTxtTop h2{
	font-size:26px;
}
.mvTxtTop h2 span{
	display: inline-block;
	background: #f7931e;
	color:#fff;
	font-size: 80%;
	padding: 5px 15px 8px;
	border-radius: 100px;
	margin-right: 5px;
	position: relative;
	top:-2px;
	box-sizing: border-box;
}
.mvTxtTop h2 strong{
	color:#f7931e;
	font-size: 120%;
}
.mvTxtBottom{
	background: #1766ae;
	border-radius: 0 0 15px 15px ;
	padding: 15px 15px 10px;
	box-sizing: border-box;
}
.mvTxtBottom h3{
	font-size:35px;
	padding-bottom: 10px;
	border-bottom: 1px #fff solid;
}
.mvTxtBottom p{
	font-size:15px;
}
@media screen and (max-width: 767px)  {
	.mvTxt .inner768{
		width: calc(100% - 100px);
		min-width:300px;
	}
	.mvTxtBottom h3{
		font-size:23px;
	}
}
@media screen and (max-width: 600px){
	.mvTxtTop h2{
		font-size:20px;
		line-height: 1.5em;
	}
}
@media screen and (max-width: 480px){
	.mvTxtBottom h3{
		font-size:18px;
	}
	.mvTxtBottom p{
		font-size:12px;
	}
}


/* =================================
 キャンペーン
================================= */
.campaign .flex{
	align-items: flex-end;
}
.campaignTxt{
	width: 64%;
}
.campaignImg{
	width: 32%;
}
.campaignTxt p{
	display: inline-block;
	background:#f7931e;
	padding: 0 10px;
	box-sizing: border-box;
	font-size:20px;
}
.campaignTxt h3{
	font-size:35px;
	line-height: 1.4em;
}
@media screen and (max-width: 767px){
	.campaign .flex{
		display: block;
	}
	.campaignImg,.campaignTxt{
		width: 100%;
		text-align: center;
	}
	.campaignImg img{
		max-width:200px;
	}
	.campaignTxt{
		margin-bottom: 10px;
	}
	.campaignTxt h3{
		font-size:30px;
	}
	.campaignTxt p{
		font-size:18px;
	}
}
@media screen and (max-width: 480px){
	.campaignTxt h3{
		font-size:23px;
	}
	.campaignTxt p{
		font-size:16px;
	}
}
.campaignBottom{
	background: #f2f2f2;
	border-top: 1px #1766ae solid;
	border-bottom: 1px #1766ae solid;
	padding: 15px ;
	box-sizing: border-box;
}

/* =================================
 トップ・マネジメントのファクタリングの特徴
================================= */
.pointFlex{
	justify-content: center;
}
p.pointNo:first-letter{
	color: #1766ae;
}

.pointBox{
	background: #fff;
	border: 2px #1766ae solid;
	border-radius: 15px;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}
@media screen and (min-width: 768px),print{
	.pointBox{
		width: calc((100% - 60px) / 3);
		margin-right:30px;
		margin-bottom: 30px;
	}
	.pointBox:nth-child(3),.pointBox:nth-child(5){
		margin-right:0;
	}
}
@media screen and (max-width: 767px) and (min-width: 560px){
	.pointBox{
		width: calc((100% - 20px) / 2);
		margin-right:20px;
		margin-bottom: 30px;
	}
	.pointBox:nth-child(2n),.pointBox:nth-child(5){
		margin-right:0;
	}
}
@media screen and (max-width: 559px){
	.pointFlex{
		display: block;
	}
	.pointBox{
		width: 100%;
		max-width: 400px;
		margin:0 auto 30px;
	}
}

/* =================================
 お悩み
================================= */
@media screen and (max-width: 767px){
	.onayami img{
		max-width:230px;
	}
}
.onayamiCheck{
	background: url(../images/bg_check.jpg) center center;
	background-size: cover;
}
.onayamiCheckInner {
	position: relative;
	display: inline-block;
	margin: 15px 0 0;
	padding: 20px;
	width: 100%;
	background: #FFF;
	border: solid 3px #3399cc;
	box-sizing: border-box;
	border-radius: 15px;
}
.onayamiCheckInner:before {
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
	z-index: 2;
}
.onayamiCheckInner:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #3399cc;
	z-index: 1;
}

/* =================================
 課題解決
================================= */
.kaiketsuImg{
	width: 30%;
}
.kaiketsuTxt{
	width: 67%;
}
h3.kaiketsuTit{
	border-bottom: solid 3px #1766ae;
  	position: relative;
	font-size:35px;
}
h3.kaiketsuTit::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #f7931e;
	bottom: -3px;
	width: 30%;
}
.kaiketsuTxt h4{
	font-size:25px;
}
.kaiketsuTxt p{
	color: #fff;
	font-size:20px;
}
.kaiketsuTxt p span{
	background: #1766ae;
	display: inline-block;
	padding: 0 10px;
	box-sizing: border-box;
}
.kaiketsuTxt p span:first-child{
	margin-bottom: 10px;
}
@media(max-width:960px) {
	h3.kaiketsuTit{
		font-size:28px;
	}
	.kaiketsuTxt h4{
		font-size:22px;
	}
	.kaiketsuTxt p{
		font-size:15px;
	}
	.kaiketsuTxt p span:first-child{
		margin-bottom: 5px;
	}
}
@media(max-width:767px) {
	.kaiketsu .flex{
		display: block;
	}
	.kaiketsuImg{
		width: 250px;
		margin: 15px auto 0;
	}
	.kaiketsuTxt{
		width: 100%;
		text-align: center;
	}
	h3.kaiketsuTit{
		padding-bottom: 10px;
	}
	h3.kaiketsuTit::after{
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
}
@media(max-width:599px) {
	h3.kaiketsuTit{
		font-size:28px;
		line-height: 1.2em !important;
	}
	.kaiketsuTxt h4{
		font-size:22px;
		line-height: 1.5em !important;
	}
	.kaiketsuTxt p{
		font-size:15px;
	}
	.kaiketsuTxt p span:first-child{
		background: none;
	}
	.kaiketsuTxt p span i{
		background: #1766ae;
		display: inline-block;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.kaiketsuTxt p span i:first-child{
		margin-bottom: 5px;
	}
}

/* =================================
 ファクタリングの仕組み
================================= */
.factoringOutline{
	border:3px #1766AE solid;
	background: #fff;
	padding:0 20px 30px;
	margin-top: 80px;
}
.factoringOutline .midashi03{
	position:relative;
	top:-35px;
}
.midashiGrad{
	max-width: 630px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    background: -moz-linear-gradient(left, #E38B2B, #185C99);
    background: -webkit-linear-gradient(left, #E38B2B, #185C99);
    background: linear-gradient(to right, #E38B2B, #185C99);
}
.factoringOutline .midashiGrad {
    position: relative;
    top: -35px;
}
@media(max-width:599px) {
	.factoringOutline{
		margin-top: 50px;
		padding:0 10px 30px;
	}
}

/* =================================
 トップ・マネジメントのファクタリングご利用条件
================================= */
table.termTb{
	width: 100%;
}
table.termTb th,table.termTb td{
	padding: 20px;
	vertical-align: middle;
	border-bottom:2px #fff solid;
}
table.termTb th{
	background:#1766ae;
	color:#fff;
}
table.termTb td{
	background: #ebf0f5;
}
@media(min-width:768px) {
	table.termTb th{
		width: 15em;
	}
}
@media(max-width:767px) {
	table.termTb,table.termTb tbody,table.termTb tr,
	table.termTb th,table.termTb td{
		display: block;
	}
	table.termTb th{
		border-bottom:none;
		text-align: left;
	}
	table.termTb th,table.termTb td{
		padding: 15px;
	}
}

/* =================================
 ファクタリングのメリット
================================= */
.meritCheckInner{
	padding: 20px;
	width: 100%;
	background: #fffaeb;
	border: solid 3px #f7931e;
	box-sizing: border-box;
	border-radius: 15px;
}

/* =================================
 選ばれる理由
================================= */
.reasonImg{
	width: 200px;
}
.reasonTxt{
	width: calc(100% - 250px);
}
.reasonTxt h4{
	position: relative;
	font-size:30px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.reasonTxt h4::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: rgb(23,102,174);
	background: linear-gradient(90deg, rgba(23,102,174,1) 0%, rgba(247,147,30,1) 100%);
}
@media(max-width:767px) {
	.reasonImg{
		width: 150px;
		margin: 0 auto 15px;
	}
	.reasonTxt{
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.reasonTxt h4{
		text-align: center;
		font-size: 25px;
	}
}

/* =================================
 セキュリティマネジメントシステム
================================= */
.securityBox{
	background: #f2f2f2;
	border: 2px #1766AE solid;
	border-radius: 15px;
	padding: 25px;
	box-sizing: border-box;
}
.securityTxt{
	width: 68%;
}
.securityImg{
	width: 28%;
}
.securityTxt h3{
	font-size: 23px;
}
p.securityEn{
	background: #f7931e;
	letter-spacing: 0.1em;
	padding: 0 5px;
	box-sizing: border-box;
	display: inline-block;
}
@media(max-width:767px) {
	.securityBox{
		display: block;
	}
	.securityTxt{
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	.securityImg{
		width: 100%;
	}
	.securityImg img{
		max-width: 200px;
	}
	.securityTxt .bgWhite p{
		text-align: left;
	}
}

/* =================================
 ご契約の流れ
================================= */
.stepBox{
	position: relative;
	padding-top: 18.5px;
	margin-bottom: 20px;
}
.stepBoxInner{
	padding: 35px 25px 25px;
	background:#ebf0f5;
	box-sizing: border-box;
	border-radius: 15px;
}
.stepBox::before{
	position: absolute;
	left:0;
	top:0;
}
.stepBox:nth-child(1)::before{
	content: url(../images/ico_flow01.png);
}
.stepBox:nth-child(2)::before{
	content: url(../images/ico_flow02.png);
}
.stepBox:nth-child(3)::before{
	content: url(../images/ico_flow03.png);
}
.stepBox:nth-child(4)::before{
	content: url(../images/ico_flow04.png);
}
.stepBox:nth-child(5)::before{
	content: url(../images/ico_flow05.png);
}

.stepImg{
	width: 120px;
}
.stepTxt{
	width: calc(100% - 160px);
}
.stepTxt h5 span{
	background: #1766AE;
	padding: 0 5px 4px;
}
@media(max-width:767px) {
	.stepBox::before{
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.stepBoxInner{
		display: block;
	}
	.stepImg{
		width: 100%;
		margin-bottom: 10px;
	}
	.stepTxt{
		width: 100%;
		text-align: center;
	}
	.stepTxt p span{
		font-size:14px;
	}
	.stepTxt a{
		margin-left: auto;
		margin-right: auto;
	}
}

/* =================================
 お客様の声
================================= */
.voice{
	background: #ebf0f5;
}
img.voiceImg{
	object-fit: cover;
	width: 100%;
	height:450px;
}
@media(max-width:767px) {
	img.voiceImg{
		height:300px;
	}
}
.voiceWrap{
	position: relative;
	background: #fff;
	padding: 25px;
	border-radius: 20px;
	top:-40px;
}
.voiceBox{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 3px #1766AE solid;
}
.voiceTxt h4 span{
	background: #1766AE;
	padding: 3px 5px 5px;
}
.voiceTxt ul{
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 2px #1766AE dotted;
}
@media(min-width:768px) {
	.voiceImg{
		width: 150px;
	}
	.voiceTxt{
		width: calc(100% - 190px);
	}
}
@media(max-width:767px) {
	.voiceBox{
		display: block;
	}
	.voiceImg{
		margin-bottom: 10px;
	}
	.voiceTxt{
		text-align: center;
	}
	p.voiceDetail{
		text-align: left;
	}
}

/* =================================
 よくある質問
================================= */
.faq .waku{/* 質問ボックスの角丸 */
	background:#ebf0f5;
	padding:10px 10px 5px 10px;
	border-radius: 10px;
}
.waku:not(:first-child) {/* 質問ボックスの間隔 */
  margin-top: 15px;
}
dl.faqDL dd {/* 破線「 青 」 */
	width: 100%;
	margin-top:10px;
	border-top:1px #1766ae dashed;
}
dl.faqDL dt {
  background:#ebf0f5;
  padding-bottom:10px;
  position: relative;
}
dl.faqDL dd {
   background: #ebf0f5;
	padding-top:10px;
	padding-bottom:13px;
	display: none;
}
dl.faqDL dt,
dl.faqDL dd{
	padding-left:2.8em;
	text-indent:-2.8em;
	line-height:1.8em;
	box-sizing:border-box;
	padding-right: 30px;
}
dl.faqDL dt::before,
dl.faqDL dd::before{
	margin-right: 15px;
	position: relative;
	top: 8px;
	left:10px;
}
dl.faqDL dt::before{
	content: url(../images/ico_faq_q.png);
	padding-right:5px;
}
dl.faqDL dd::before{
	content: url(../images/ico_faq_a.png);
	padding-right:5px;
}
.faqDL dt span::before,
.faqDL dt span::after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 5px;
  background: #1766ae;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.faqDL dt span::after {
  background: #1766ae;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.faqDL dt.open span::after {
  transform: rotate(0);
  transition: 0.5s;
}

@media screen and (max-width:767px)  {
	dl.faqDL dt::before,
	dl.faqDL dd::before{
		left:5px;
	}
	dl.faqDL dt::before{
	content: url(../images/ico_faq_q.png);
	margin-right:10px;
	}
	dl.faqDL dd::before{
	content: url(../images/ico_faq_a.png);
	margin-right:10px;
	}
}

/* =================================
 会社概要
================================= */
.company{
	background: url(../images/bg_company.jpg) center center;
	background-size: cover;
}
table.companyTb{
	width: 100%;
}
table.companyTb tr{
	display: block;
	margin-bottom: 10px;
	background: #fff;
	padding:15px 20px;
	box-sizing: border-box;
}
table.companyTb tr th{
	text-align: left;
	color: #1766AE;
}
@media screen and (min-width:768px),print  {
	table.companyTb tr th{
		width: 120px;
	}
}
@media screen and (max-width:767px)  {
	table.companyTb,table.companyTb tbody,table.companyTb tr,
	table.companyTb th,table.companyTb td{
		display: block;
		width: 100%;
	}
	table.companyTb tr th{
		border-bottom: 1px #1766AE dashed;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	table.companyTb tr td span{
		display: block;
		margin-top: 10px;
		border-top: 1px #ccc solid;
		padding-top: 10px;
	}
}


/* =================================
 チャットボット
================================= */
a.botchan_open{
	cursor: pointer;
}
a.botchan_open img{
	transition: all 0.3s ease-in;
}
a.botchan_open:hover img{
	filter: grayscale(100%);
}

/* =================================
 Footer
================================= */

.copyright{
	background: rgb(24,102,174);
	background: linear-gradient(0deg, rgba(24,102,174,1) 26%, rgba(35,175,220,1) 99%);
}
.copyright p{
	text-align: center;
	color: #fff;
	font-size:12px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
	line-height: 1.5em;
	width:90%;
	margin-left: auto;
	margin-right: auto;
}
.copyright a{
	text-decoration: none;
	color:#fff;
}

/* =================================
 トップへ戻るボタン
================================= */
#pageTop {
	position: fixed;
	bottom: 15px;
	left: 20px;
	z-index: 9999;
}
#pageTop i {
}
#pageTop a {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size:35px;
	text-decoration: none;
	text-align: center;
	background:#1766ae;
	width:40px;
	height:40px;
	line-height: 1.1em;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
