@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%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body{ margin:0px; padding:0px;color:#333;}
p{ margin:0px; padding:0px}
a{color:#333;text-decoration: none;}
a:hover{
	text-decoration: none;
}
*a:hover{
	text-decoration: none;
}
img{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

/* 電話番号リンク禁止
---------------------------------------------------- */
.disable-auto-tel a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }

@media (min-width: 751px),print {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
}
@media (max-width: 751px){
    a[href*="tel:"]{
        text-decoration: none;
        color: inherit;
    }
}

/* ----------------------------------------------------------------------
 clearfix
---------------------------------------------------------------------- */
.clearfix:after{
    content:""; /*疑似要素を実体化*/
    display:block; /*ブロック要素に変更する*/
    clear:both; /*floatを解除する*/
}

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

/* ----------------------------------------------------------------------
 角丸
---------------------------------------------------------------------- */
.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用 */
}
.radius20{
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
}

/* ----------------------------------------------------------------------
 flexbox
---------------------------------------------------------------------- */
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;    /*全ての要素の高さを揃える*/
}
.space-between{
	justify-content: space-between; /*均等に間隔をあける*/
}
.flex-wrap{
	flex-wrap: wrap; /*flex繰り返し*/
}
.row-reverse{
	flex-direction:row-reverse;	/*flex逆順*/
}
@media screen and (max-width:767px)  {
	.flex-block{
		display: block; /*スマホ時フレックス解除*/
	}
}

@media print, screen and (min-width:768px)  {
	.flexBox02{
		width:48%;
	}
	.flexBox03{
		width:30%;
	}
	.flexBox04{
		width:23%;
	}
}
@media screen and (max-width:767px)  {
	.flexBox02{
		width:100%;
		margin-bottom: 20px;
	}
	.flexBox03{
		width:100%;
		margin-bottom: 20px;
	}
	.flexBox02:last-child,.flexBox03:last-child{
		margin-bottom: 0;
	}
	.flexBox04{
		width:48%;
		margin-bottom: 20px;
	}
	.flexBox04:nth-child(3),.flexBox04:nth-child(4){
		margin-bottom: 0;
	}
}


/* ----------------------------------------------------------------------
 float
---------------------------------------------------------------------- */
.left,.leftPc{
	float:left;
}
.right,.rightPc{
	float:right;
}

@media screen and (max-width:750px)  {
	.leftPc,.rightPc{
		width:100%;
	}
}

/* ----------------------------------------------------------------------
 タブレット以上のみ表示
---------------------------------------------------------------------- */

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

/* ----------------------------------------------------------------------
    スマホ以下のみ表示
---------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
    .sp_only{
        display:none !important;
    }
}

/* ----------------------------------------------------------------------
 フォント
---------------------------------------------------------------------- */
.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;
}
.font130 {
	font-size: 130% !important;
}
.font150 {
	font-size: 150% !important;
}
.font180 {
	font-size: 180% !important;
}
.font200 {
	font-size: 200% !important;
}
.font230 {
	font-size: 230% !important;
}
.font250 {
	font-size: 250% !important;
}

.font12px{
	font-size: 12px !important;
}
.font14px{
	font-size: 14px !important;
}
.font16px{
	font-size: 16px !important;
}
.font18px{
	font-size: 18px !important;
}
.font20px{
	font-size: 20px !important;
}
.font25px{
	font-size: 25px !important;
}
.font30px{
	font-size: 30px !important;
}
.font35px{
	font-size: 35px !important;
}
.font40px{
	font-size: 40px !important;
}
@media screen and (min-width: 768px) {
	.font12-14px{
		font-size: 14px !important;
	}
	.font14-16px{
		font-size: 16px !important;
	}
	.font15-20px{
		font-size: 20px !important;
	}
	.font15-18px{
		font-size: 18px !important;
	}
	.font16-18px{
		font-size: 18px !important;
	}
	.font16-20px{
		font-size: 20px !important;
	}
	.font18-20px{
		font-size: 20px !important;
	}
	.font18-25px{
		font-size: 25px !important;
	}
	.font20-22px{
		font-size: 22px !important;
	}
	.font20-25px{
		font-size: 25px !important;
	}
	.font20-30px{
		font-size: 30px !important;
	}
	.font22-28px{
		font-size: 28px !important;
	}
	.font22-30px{
		font-size: 30px !important;
	}
	.font25-28px{
		font-size: 28px !important;
	}
	.font25-30px{
		font-size: 30px !important;
	}
	.font28-35px{
		font-size: 35px !important;
	}
	.font30-35px{
		font-size: 35px !important;
	}
	.font32-40px{
		font-size: 40px !important;
	}
	.font35-40px{
		font-size: 40px !important;
	}
}
@media screen and (max-width: 767px) {
	.font12-14px{
		font-size: 12px !important;
	}
	.font14-16px{
		font-size: 14px !important;
	}
	.font15-20px{
		font-size: 15px !important;
	}
	.font15-18px{
		font-size: 15px !important;
	}
	.font16-18px{
		font-size: 16px !important;
	}
	.font16-20px{
		font-size: 16px !important;
	}
	.font18-20px{
		font-size: 18px !important;
	}
	.font18-25px{
		font-size: 18px !important;
	}
	.font20-22px{
		font-size: 20px !important;
	}
	.font20-25px{
		font-size: 20px !important;
	}
	.font20-30px{
		font-size: 20px !important;
	}
	.font22-28px{
		font-size: 22px !important;
	}
	.font22-30px{
		font-size: 22px !important;
	}
	.font25-28px{
		font-size: 25px !important;
	}
	.font25-30px{
		font-size: 25px !important;
	}
	.font28-35px{
		font-size: 28px !important;
	}
	.font30-35px{
		font-size: 30px !important;
	}
	.font32-40px{
		font-size: 32px !important;
	}
	.font35-40px{
		font-size: 35px !important;
	}
}

/* =================================
フォントファミリー
================================= */

.yu_font{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.yugo_font{
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}


/* ----------------------------------------------------------------------
行間調整
---------------------------------------------------------------------- */
.lh10{
	line-height:1.0em !important;
}
.lh15{
	line-height:1.5em !important;
}
.lh18{
	line-height:1.8em !important;
}
.lh20{
	line-height:2em !important;
}

/* ----------------------------------------------------------------------
 文字揃え
---------------------------------------------------------------------- */
.txtCenter{
	text-align:center;
}
.txtLeft{
	text-align:left;
}
.txtRight{
	text-align:right;
}
.txtJustify{
	text-align:justify;
}


.txtCenterPc{
	text-align:center;
}
@media screen and (max-width: 767px) {
	.txtCenterPc{
		text-align:left;
	}
}

/* ----------------------------------------------------------------------
 文字色
---------------------------------------------------------------------- */
.white{
	color:#fff;
}
.navy{
	color: #184C78;
}
.gold{
	color:#CBBB6B;
}
.yellow{
	color: #FFFF00;
}

/* ----------------------------------------------------------------------
 文字スタイル
---------------------------------------------------------------------- */
.bold{
	font-weight: bold;
}
.normal{
	font-weight: normal;
}

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

/* ----------------------------------------------------------------------
 スマホのみ改行
---------------------------------------------------------------------- */

@media print, screen and (min-width: 821px) {
	.kaigyouTab {
		display: none;
	}
	.kaigyouSp {
		display: none;
	}
}
@media screen and (max-width: 820px) and (min-width : 641px){
	.kaigyouPc {
		display: none;
	}
	.kaigyouSp {
		display: none;
	}
}
@media screen and (max-width: 640px){
	.kaigyouPc {
		display: none;
	}
}
@media screen and (min-width: 480px),print{
	.kaigyouSpMini {
		display: none;
	}
}

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

/* ----------------------------------------------------------------------
 margin・padding
---------------------------------------------------------------------- */
/*margin top*/
.mt00 {
margin-top: 0px;
}
.mt05 {
margin-top: 5px;
}
.mt10 {
margin-top: 10px;
}
.mt15 {
margin-top: 15px;
}
.mt20 {
margin-top: 20px !important;
}
.mt25 {
margin-top: 25px !important;
}
.mt30 {
margin-top: 30px !important;
}
.mt35 {
margin-top: 35px !important;
}
.mt40 {
margin-top: 40px !important;
}
.mt45 {
margin-top: 45px !important;
}
.mt50 {
margin-top: 50px !important;
}
.mt80 {
margin-top: 80px !important;
}
.mt100 {
margin-top: 100px !important;
}
/*margin bottom*/
.mb00 {
margin-bottom: 0px !important;
}
.mb05 {
margin-bottom: 5px !important;
}
.mb10 {
margin-bottom: 10px !important;
}
.mb15 {
margin-bottom: 15px !important;
}
.mb20 {
margin-bottom: 20px !important;
}
.mb25 {
margin-bottom: 25px !important;
}
.mb30 {
margin-bottom: 30px !important;
}
.mb35 {
margin-bottom: 35px !important;
}
.mb40 {
margin-bottom: 40px !important;
}
.mb45 {
margin-bottom: 45px !important;
}
.mb50 {
margin-bottom: 50px !important;
}
.mb80 {
margin-bottom: 80px !important;
}
.mb100 {
margin-bottom: 100px !important;
}
/*margin right*/
.mr05{
	margin-right: 5px;
}

/*padding top*/
.pt05 {
padding-top: 5px !important;
}
.pt10 {
padding-top: 10px !important;
}
.pt15 {
padding-top: 15px !important;
}
.pt20 {
padding-top: 20px !important;
}
.pt25 {
padding-top: 25px !important;
}
.pt30 {
padding-top: 30px !important;
}
.pt35 {
padding-top: 35px !important;
}
.pt40 {
padding-top: 40px !important;
}
.pt45 {
padding-top: 45px !important;
}
.pt50 {
padding-top: 50px !important;
}
.pt80 {
padding-top: 80px !important;
}
.pt100 {
padding-top: 100px !important;
}
/*padding bottom*/
.pb05 {
padding-bottom: 5px !important;
}
.pb10 {
padding-bottom: 10px !important;
}
.pb15 {
padding-bottom: 15px !important;
}
.pb20 {
padding-bottom: 20px !important;
}
.pb25 {
padding-bottom: 25px !important;
}
.pb30 {
padding-bottom: 30px !important;
}
.pb35 {
padding-bottom: 35px !important;
}
.pb40 {
padding-bottom: 40px !important;
}
.pb45 {
padding-bottom: 45px !important;
}
.pb50 {
padding-bottom: 50px !important;
}
.pb80 {
padding-bottom: 80px !important;
}
.pb100 {
padding-bottom: 100px !important;
}
.pd10{
    padding: 10px;
    box-sizing: border-box;
}
.pd15{
    padding: 15px;
    box-sizing: border-box;
}
.pd20{
    padding: 20px;
    box-sizing: border-box;
}
.pd25{
    padding: 25px;
    box-sizing: border-box;
}
.pd30{
    padding: 30px;
    box-sizing: border-box;
}

/* ----------------------------------------------------------------------
画像
---------------------------------------------------------------------- */
img.img100{
    width:100%;
    display:block;
}
img.imgCenter{
    max-width: 100%;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
img.imgLeft{
    max-width: 100%;
    display:block;
    margin-right:auto;
}
img.imgRight{
    max-width: 100%;
    display:block;
    margin-left:auto;
}

/* ----------------------------------------------------------------------
 背景色
---------------------------------------------------------------------- */
.bgWhite{
	background:#fff;
}
.bgGray{
	background:#f2f2f2;
}
.bgSky{
	background:#DDEAF1;
}
.bgNavy{
	background:#184C78;
}
.bgGrad{
	background: rgb(203,187,107);
    background: -moz-linear-gradient(45deg, rgba(203,187,107,1) 0%, rgba(24,76,120,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(203,187,107,1) 0%, rgba(24,76,120,1) 100%);
    background: linear-gradient(45deg, rgba(203,187,107,1) 0%, rgba(24,76,120,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CBBB6B",endColorstr="#184C78",GradientType=1);
}

/* ----------------------------------------------------------------------
 マーカーアニメーション
---------------------------------------------------------------------- */ 

.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%);
}

/* ----------------------------------------------------------------------
 ページ内リンク
---------------------------------------------------------------------- */
@media screen and (min-width: 768px){
	a.scroll_point {
	 height: 1px;
	 margin-top: -80px;
	 padding-top: 80px;
	 display: block;
	}
}
 @media screen and (max-width: 767px){
	 a.scroll_point {
	 height: 1px;
	 display: block;
	 margin-top: -60px;
	 padding-top: 60px;
	}
}

/* ----------------------------------------------------------------------
 チャットボット
---------------------------------------------------------------------- */
.botchan_open{
	cursor: pointer;
}

/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
header{
    width:100%;
    height: 80px;
    background: rgba(255,255,255,0.8);
    position: fixed;
	z-index: 999;
}
.innerHeader{
	width:100%;
}
.logo{
    width:230px;
}
.logo h1{
    position: relative;
    top:12px;
	margin-left: 15px;
}
.logo img{
    display: block;
    width: 100%;
}


@media screen and (min-width: 768px),print{
    .topInfoPc{
        width: 430px;
        justify-content: space-between;
    }
    .topInfoSp{
        display: none;
    }
    .topInfoTel{
		padding-top: 6px;
        width:280px;
		letter-spacing: 0.05em;
    }
    .topInfoMail{
        width:150px;
    }
    p.telNo{
        color:#133c66;
        font-size:40px;
        line-height: 1;
        margin-bottom: 5px;
    }
    p.telNo::before{
		content: url(../images/ico_freedial.png);
		position:relative;
		top:3px;
		margin-right:5px;
		display: inline-block;
    }
    p.hour{
        font-size:14px;
        color:#333;
        display: table-cell;
        vertical-align: middle;
    }
    p.hour span{
        font-size:10px;
        border:1px solid #333;
        padding: 3px 5px;
        display: inline-block;
        margin-right: 0.5em;
        line-height: 1;
    }
    .topInfoMail a{
        background: #c4b159;
        box-sizing: border-box;
        width: 100%;
        height: 80px;
        display: block;
        position: relative;
		text-align: center;
		transition : all 0.5s ease 0s;
    }
	.topInfoMail a:hover{
		background: #133c66;
	}
    .topInfoMail a span{
        color:#fff;
        font-size:14px;
        line-height: 1.2em;
        display: block;
    }
    .topInfoMail a img{
        display: block;
		width: 30px;
		margin:0 auto 5px;
		padding-top: 14px;
    }
}
@media screen and (max-width: 767px){
    header{
        height: 60px;
    }
    .logo{
        width:180px;
    }
    .logo h1{
        top:8.5px;
    }
    .topInfoPc{
        display: none;
    }
    .topInfoSp{
        width: 95px;
        padding-top: 7.5px;
		margin-right: 15px;
        justify-content: space-between;
    }
    .topInfoTel,.topInfoMail{
        width:45px;
    }
    .topInfoTel a,.topInfoMail a,
    .topInfoTel img,.topInfoMail img{
        display: block;
    }
}

/* ----------------------------------------------------------------------
 メインビジュアル
---------------------------------------------------------------------- */
.mv{
	position: relative;
}
.mvVideo{
	position: relative;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}
.mvVideo::before{
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	position:absolute;
	top:0;
	left:0;
}
video.headVideo{
	display: block;
	width:100%;
	object-fit: cover;
	object-position: 32% top;
	height: calc(100svh - 155px);
}
@media screen and (max-width:1200px) and (min-width: 501px) {
	video.headVideo{
		height: calc(100svh - 55px);
	}
}
@media screen and (max-width: 500px){
	video.headVideo{
		height: calc(100svh - 40px);
	}
}
.mvContent{
	position:absolute;
	width:calc(100% - 30px);
	max-width: 600px;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.mvContent h2,.mvContent h3{
	font-size:35px;
}
.mvContent ul{
	display:inline-block;
	margin-bottom:10px;
}
.mvContent ul li{
	font-size:33px;
	background:#184c78;
	line-height:1;
	margin-bottom:10px;
	border-radius:100px;
	text-align:left;
	padding:10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.mvContent ul li span{
	display:block;
}
.mvContent ul li img{
	display:block;
	width:40px;
	margin-right:5px;
}
@media screen and (min-width:768px),print  {
	.mvContent h2{
		margin-bottom:20px;
	}
}
@media screen and (max-width:767px) and (min-width:460px)  {
	.mvContent h2, .mvContent h3 {
		font-size: 25px;
	}
	.mvContent h2{
		margin-bottom:15px;
	}
	.mvContent ul{
		margin-bottom:0px;
	}
	.mvContent ul li{
		font-size:23px;
	}
	.mvContent ul li img{
		width:30px;
	}
}
@media screen and (max-width:460px)  {
	.mvContent h2, .mvContent h3 {
		font-size: 20px;
	}
	.mvContent h2{
		margin-bottom:15px;
	}
	.mvContent ul{
		margin-bottom:0px;
	}
	.mvContent ul li{
		font-size:18px;
	}
	.mvContent ul li img{
		width:30px;
	}
}



/* ----------------------------------------------------------------------
 メインコンテンツ（共通項目）
---------------------------------------------------------------------- */
.titOs{
	font-size: 72px;
}
@media screen and (max-width: 767px){
	.titOs{
		font-size: 60px;
	}
}

span.bbRed{
	border-bottom: 2px #FF0000 solid;
	padding-bottom: 2px;
}
/* ----------------------------------------------------------------------
 メインコンテンツエリア
---------------------------------------------------------------------- */
main{
    padding-top: 80px;
}
@media screen and (max-width: 767px){
    main{
        padding-top: 60px;
    }
}

/*４つの特徴*/
.pointBox{
	width: 48%;
	padding: 10px;
	box-sizing: border-box;
	border: 3px #184C78 solid;
	border-radius: 10px;
}
.pointFlex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;    /*全ての要素の高さを揃える*/
}
.pointIco{
	width: 158px;
}
.pointTxt{
	width: calc(98% - 158px);
}
.pointTxt h3{
	border-bottom: 2px #CBBB6B solid;
	padding-bottom: 5px;
}
@media screen and (max-width: 1100px){
	.pointFlex{
		display: block;
	}
	.pointIco{
		width: 100%;
		margin-bottom: 15px;
	}
	.pointTxt{
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 640px){
	.point .flex{
		display: block;
	}
	.pointBox{	
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}
	.pointBox:nth-child(2){	
		margin-top: 20px;
	}
}

/*イントロダクション*/
.introInnerBox{
	padding: 10px 20px 0;
	box-sizing: border-box;
	background: #FFF;
	border: 5px #184C78 solid;
	border-radius: 10px;
	height: 68%;
}
.introInnerBox span{
	display: inline-block;
	background: #184C78;
	padding: 0 10px 2px;
	margin: 0 3px 8px 3px;
}
.introImg{
	position: relative;
	top: 5px;
}
@media screen and (max-width: 767px){
	.intro .flexBox02{
		max-width: 480px;
		margin: 0 auto 20px;
	}
	.introInnerBox{
		padding: 20px;
	}
}
@media screen and (max-width: 480px){
	.intro h3.font25-30px{
		font-size: 22px !important;
	}
}

/*オファー*/
.offer a{
	transition : all 0.5s ease 0s;
}
.offer a:hover{
	opacity: 0.7;
}

/*資金繰りや資金調達面で、お悩みを抱えていませんか？*/
.check h3{
	padding: 8px 0;
}
ul.checkUl li{
	list-style: none;
	padding: 7px 0 7px 43px;
	text-indent: -43px;
	border-bottom: 3px #CBBB6B solid;
    border-image: linear-gradient(to right, #CBBB6B 0%, #184C78 100%);
    border-image-slice: 1;
}
ul.checkUl li::before{
	content: url(../images/ico_check.png);
	margin-right: 8px;
	position: relative;
	top: 4px;
}
@media screen and (max-width: 767px){
	.checkImg{
		width: 100%;
		max-width: 540px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 680px),print{
	.checkBr{
		display: none;
	}
}

/*JBLのファクタリングが選ばれる4つの理由*/
.reason{
	background: url(../images/bg_reason.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	overflow: hidden;
}
@media screen and (min-width: 840px),print{
	.reasonBr{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.reason .flexBox02{
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}
	.reasonBr{
		display: none;
	}
}

/*ファクタリングとは？*/
.about{
	background: url(../images/bg_about.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
.about h4{
	display: inline-block;
	background: #000;
	padding: 1px 7px 3px;
}
.about h4.spBlock{
	display: none;
}
.about h5{
	background: #184C78;
	border-radius: 100px;
	padding: 4px 15px 5px;
}
ol.aboutOl li{
	list-style: none;
	padding: 2px 0 10px 93px;
	text-indent: -93px;
	border-bottom: 3px #CBBB6B solid;
    border-image: linear-gradient(to right, #CBBB6B 0%, #184C78 100%);
    border-image-slice: 1;
}
ol.aboutOl li::before{
	content: url(../images/ico_merit01.png);
	margin-right: 10px;
	position: relative;
	top: 10px;
}
ol.aboutOl li:nth-child(2):before{
	content: url(../images/ico_merit02.png);
}
ol.aboutOl li:nth-child(3):before{
	content: url(../images/ico_merit03.png);
}
ol.aboutOl li:nth-child(4):before{
	content: url(../images/ico_merit04.png);
}
ol.aboutOl li:nth-child(5):before{
	content: url(../images/ico_merit05.png);
}
@media screen and (max-width: 410px){
	.about h4 span.spNone{
		display: none;
	}
	.about h4.spBlock{
		display: inline-block;
	}
}

/*ご契約の流れ*/
.flowDocBox{
	background: #DDEAF1;
	border: 5px #184C78 solid;
	border-radius: 10px;
	padding: 30px 20px;
	box-sizing: border-box;
}
.caretDown::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";  
}
.flowImg{
	width: 200px;
}
.flowTxtBox{
	width: calc(98% - 200px);
}
.flowTit{
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 3px #CBBB6B solid;
    border-image: linear-gradient(to right, #CBBB6B 0%, #184C78 100%);
    border-image-slice: 1;
}
.flowTxt{
	position: relative;
	top: 15px;
	left: 10px;
}
@media screen and (max-width: 767px){
	.flowDocBox{
		max-width: 600px;
		margin: 0 auto;
	}
	.flowDocBox .flexBox03{
		margin-bottom: 30px;
	}
	.flowImg{
		width: 100%;
		margin: 0 auto 15px;
	}
	.flowIco{	
		width: 100px;
		margin: 0 auto 10px;
		position: relative;
		right: -8px;	
	}
	.flowTxtBox{
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}
	.flowTxt{
		position: static;
		text-align: center;
	}
}

/*お客様の声*/
.voiceInnerBox{
	background: #FFF;
	border: 5px #CBBB6B solid;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
}
.voice h4 span.area{
	display: inline-block;
	background: #184C78;
	border: 3px #184C78 solid;
	padding: 3px 10px 5px;
}
.voice h4 span.category{
	display: inline-block;
	background: #FFF;
	border: 3px #184C78 solid;
	padding: 3px 10px 5px;
}
table.voiceTb{
	margin: 10px auto 20px;
	width: 100%;
	max-width: 250px;
	border-collapse: collapse;
}
table.voiceTb th{
	text-align: left;
	border-bottom: 2px #000 solid;
	padding: 5px;
}
table.voiceTb td{
	text-align: right;
	border-bottom: 2px #000 solid;
	padding: 5px;
}
.voice h5{
	display: block;
	padding: 5px 7px;
}
.voice h5.spBlock{
	display: none;
}
@media screen and (max-width: 880px){
	.voice .flex{
		display: block;
		
	}
	.voice .flexBox02{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 20px;
	}
}
@media screen and (max-width: 767px){
	.voice h5{
		padding: 0 7px 1px;
	}
}
@media screen and (max-width: 400px){
	.voiceTit{
		text-align: center;
	}
	.voice h5 span.spNone{
		display: none;
	}
	.voice h5,
	.voice h5.spBlock{
		display: inline-block;
	}
}

/*よくある質問*/
dl.faqDL{
	border-bottom: 3px #CBBB6B solid;
	border-image: linear-gradient(to right, #CBBB6B 0%, #184C78 100%);
	border-image-slice: 1;
}
dl.faqDL dt {
	padding: 0 33px 15px 33px;
	text-indent: -32px;
	box-sizing: border-box;
	position: relative;
}
dl.faqDL dd {
	padding: 0 33px 15px 33px;
	text-indent: -31px;
	box-sizing: border-box;
	display: none;
}
dl.faqDL dt::before{
	content: url(../images/ico_faq_q.png);
	margin-right: 7px;
	position: relative;
	top: 12px;
}
dl.faqDL dd::before{
	content: url(../images/ico_faq_a.png);
	margin-right: 7px;
	position: relative;
	top: 12px;
}
.faqDL dt span::before,
.faqDL dt span::after {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	border-radius: 5px;
	background: #184C78;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.faqDL dt span::after {
	background: #184C78;
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}
.faqDL dt.open span::after {
	transform: rotate(0);
	transition: 0.5s;
}

/*代表あいさつ*/
@media screen and (max-width: 640px){
	.greeting h4.font30-35px{
		font-size: 25px !important;
	}
}
.greetingMain{
	max-width: 1920px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.greetingImg,.greetingTxt{
	width: 50%;
}
.greetingImg img{
	display: block;
	width: 100%;
	object-fit: cover;
	height:900px;
	object-position: left top;
}
.greetingTxtInner{
	width: calc(100% - 15px);
	max-width:575px;
	margin-left: auto;
	padding:30px 0 0;
}
@media screen and (max-width: 959px){
	.greetingMain{
		display: block;
	}
	.greetingImg,.greetingTxt{
		width: 100%;
	}
	.greetingTxtInner{
		width: calc(100% - 30px);
		max-width:768px;
		margin-right: auto;
	}
	.greetingImg img{
		height:300px;
		object-position: center top;
	}
}

/*会社概要*/
table.companyTb{
	width: 100%;
	border-collapse: collapse;
}
table.companyTb tr{
	border-bottom: 1px #FFF solid;
}
table.companyTb th,table.companyTb td{
	padding: 10px;
}
table.companyTb th{
	text-align: left;
}
@media screen and (max-width: 767px){
	table.companyTb,table.companyTb tbody,table.companyTb tr,table.companyTb th,table.companyTb td{
		display: block;
	}
	table.companyTb th{
		padding-bottom: 0;
	}
}
@media screen and (max-width: 640px){
	.company span{
		display: none;
	}
}

/*お問い合わせ*/
.contact input[type=text],
.contact textarea,
.contact select{
	border:none;
	background:#f2f2f2;
	border-radius:5px;
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	padding:10px;
}
.contact select{
	width: 200px;
}
table.contactTb{
	width: 100%;
}
table.contactTb th{
	text-align: left;
}
table.contactTb th,
table.contactTb td{
	padding:15px;
}
table.contactTb td.hissu{
	width:75px;
	height:30px;
	line-height:30px;
}
table.contactTb td.hissu div{
	text-align:center;
	border-radius:30px;
	background:#184c78;
	color:#fff;
}
table.contactTb th {
	position:relative;
}
table.contactTb textarea{
	height:200px;
}
@media screen and (min-width:768px),print {
	table.contactTb th{
		width:28%;	
		text-align:left;
		vertical-align: top;
	}
}
@media screen and (max-width:767px) {
	table.contactTb,
	table.contactTb tbody,
	table.contactTb tr,
	table.contactTb th,
	table.contactTb td{
		display:block;
	}
	table.contactTb tr{
		margin-bottom:20px;
	}
	table.contactTb th,
	table.contactTb td.hissu{
		display: inline-block;
		margin-bottom:0;
  }
	table.contactTb th,
	table.contactTb td{
		padding:10px;
  }
	table.contactTb th span{
		position:static;
	}
}
.contact input[type=submit]{
	width:100%;
	max-width:250px;
	height:50px;
	background: #184c78;
	color:#fff;
	border-radius:5px;
	font-size:18px;
	letter-spacing: 0.2em;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	border: none;
	cursor: pointer;
}
.contact input[type=submit]:hover{
	opacity:0.8;
	transition:0.5s;
}


/*プライバシーポリシー*/
.privacyBox{
	background: #DEEBF2;
	padding: 25px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	height: 300px;
	overflow-y: scroll;
    margin: 0 auto;
}
ol.privacyOl > li::marker {
    font-weight: bold;
    font-size: 18px;
}
ol.privacyOl > li{
	list-style: inside decimal;
	margin-bottom: 25px;
}
ol.privacyOl ul li{
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}
ol.privacyOl ul li::before{
	content: "・";
}
ol.antisocialOl li{
	list-style: inside decimal;
	padding-left: 1em;
	text-indent: -1.1em;
}
@media screen and (max-width: 767px){
	.privacyBox{
		height: 250px;
	}
	ol.privacyOl > li::marker {
		font-size: 16px;
	}
}

/*サンクスページボタン*/


/* ----------------------------------------------------------------------
 copyright
---------------------------------------------------------------------- */
.copyright{
	background: #133c66;
	height: 50px;
}
.copyright p{
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 50px;
}

/* ----------------------------------------------------------------------
 トップへ戻るボタン
---------------------------------------------------------------------- */
#pageTop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 9999;
}
#pageTop i {
}
#pageTop a {
	display: block;
	color: #182987;
	font-weight: normal;
	font-size:30px;
	text-decoration: none;
	text-align: center;
	background:#ffff96;
	width:45px;
	height:45px;
	line-height: 0.5;
	border:1px #182987 solid;
	box-sizing: border-box;
}
#pageTop a span{
	font-size:12px;
	font-weight:normal;
	display: block;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

