@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;
}
.pb60 {
	padding-bottom: 60px;
	}
.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;
}
.font180 {
	font-size: 180% !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-25px{
		font-size: 25px;
	}
	.font22-30px{
		font-size: 30px;
	}
	.font25-28px{
		font-size: 28px;
	}
	.font25-30px{
		font-size: 30px;
	}
	.font28-35px{
		font-size: 35px;
	}
	.font30-35px{
		font-size: 35px;
	}
	.font30-40px{
		font-size: 40px;
	}
}
@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-25px{
		font-size: 22px;
	}
	.font22-30px{
		font-size: 22px;
	}
	.font25-28px{
		font-size: 25px;
	}
	.font25-30px{
		font-size: 25px;
	}
	.font28-35px{
		font-size: 28px;
	}
	.font30-35px{
		font-size: 30px;
	}
	.font30-40px{
		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
================================= */

/*源ノ角ゴシック*/
.genM_font{
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.genB_font{
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.genH_font{
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 900;
	font-style: normal;
}

/*しっぽり明朝*/
.shippo_font{
	font-family: "shippori-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/*Century*/
.centR_font{
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.centB_font{
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
}


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

.white{
	color:#fff;
}
.blk{
	color:#333;
}
.red{
	color:#FF0000;
}
.yellow{
	color:#ffff00;
}

/* =================================
テキスト揃え
================================= */
.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;
    }
}

/* =================================
文字詰め
================================= */
.palt{
	font-feature-settings: "palt";
}

/* =================================
マーカーアニメーション
================================= */
 
.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;
}
.bgGray{
	background: #f2f2f2;
}
.bgAsh{
	background: #666;
}
.bgRed{
	background: #ff0000;
}

/* =================================
角丸
================================= */
.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;
}

/* =================================
 スクロールフェード
================================= */
.fade {
	opacity: 0;
	transform: translateY(50px);
}
.fade01 {
	transition: opacity 1.5s, transform 1s;	
}
.fade02 {
	transition: opacity 1.5s, transform 1s;
	transition-delay: 0.1s;
}
.fade03 {
	transition: opacity 1.5s, transform 1s;	
	transition-delay: 0.2s;
}
.fade04 {
	transition: opacity 1.5s, transform 1s;		
	transition-delay: 0.3s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}

/* =================================
 共通
================================= */
/*見出し*/
.tit{
	position:relative;
	padding-top:30px;
}
.tit h2,
.tit h3{
	position:relative;
	font-size:50px;
	z-index:2;
}
.tit p{
	position:absolute;
	top:0;
	left:0;
	font-size:70px;
	color:#fff;
	line-height:1;
}
.titLeft h2,
.titLeft h3{
	padding-left:0.5em;
}
.titCenter{
	text-align:center;
}
.titCenter p{
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
@media only screen and (max-width: 960px) {
	.tit{
		padding-top:20px;
	}
	.tit h2,
	.tit h3{
		font-size:40px;
	}
	.tit p{
		font-size:50px;
	}
}
@media only screen and (max-width: 640px) {
	.tit{
		padding-top:15px;
	}
	.tit h2,
	.tit h3{
		font-size:35px;
	}
	.tit p{
		font-size:45px;
	}
}
@media only screen and (max-width: 640px) {
	.tit h2,
	.tit h3{
		font-size:30px;
	}
}

/*見出しアイコン*/
.titIco{
	position:relative;
	padding-bottom:20px;
}
.titIco::after{
	position:absolute;
	content:url(../images/ico_tit.png);
	bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/* =================================
 ボタン
================================= */

/* =================================
 マーカーアニメーション
================================= */
.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%);
}


/* =================================
 header
================================= */
body{
	position: relative;
}
.header{
	position: fixed;
	background: rgba(255,255,255,0.8);
	z-index: 999;
}
.headerInner{
	width:100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
@media(min-width:961px),print {
	.header{
		width:100%;
		height:100px;
	}
}
@media(max-width:960px) {
	.header{
		width:100%;
		height:60px;
	}
}
.logo{
	position: relative;
	left:15px;
}
.logo a{
	text-decoration: none;
}
.logo img{
	display:block;
	width: 100%;
}
.logo span{
	display: block;
	font-size:10px;
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight:bold;
	color:#333;
	margin-bottom: 5px;
}
@media(min-width:961px),print {
	.logo{
		width:300px;
		padding-top: 20px;
	}
}
@media(max-width:960px) and (min-width:641px){
	.logo{
		padding-top: 17px;
		width:200px;
	}
	.logo span{
		display: none;
	}
}
@media(max-width:640px) {
	.logo{
		padding-top: 17px;
		width:200px;
	}
	.logo span{
		display: none;
	}
}

@media(min-width:641px),print {
	.headerInfo{
		width:460px;
	}
	.headerInfoPc{
		display: flex;
        align-items: center;
        justify-content: space-between;
	}
	.headerInfoTel{
		width:300px;
	}
	p.tel{
		font-weight:bold;
		font-size:40px;
		line-height: 1.0;
		margin-bottom: 5px;
	}
	p.tel::before{
		content: url("../images/ico_head_tel.png");
		margin-right: 0.1em;
		position: relative;
		top: 3px;
		width: 32px;
		display: inline-block;
	}
	p.time{
		font-size: 12px;
		line-height: 1.0;
	}
	.headerInfoContact{
		width:150px;
		display: flex;
        align-items: center;
        height: 100px;
	}
	.headerInfoContact a{
		background: #ff0000;
		width:100%;
		display: flex;
		align-items: center;
		text-decoration: none;
		height: 80px;
		transition : all 0.5s ease 0s;
		border-radius: 10px 0 0 10px;
	}
	.headerInfoContact a div{
		width: 100%;
	}
	.headerInfoContact a:hover{
		background: #666;
	}
	.headerInfoContact a img{
		width:35px;
	}
	.headerInfoContact a p{
		font-size:12px;
		font-weight:bold;
		text-align: center;
		line-height: 1em;
		color: #fff;
		margin-bottom: 10px;
	}
	.headerInfoSp{
		display: none;
	}
}
@media(min-width:1921px){
	.headerInfoContact a{
		border-radius: 10px;
	}
}
@media(max-width:960px) and (min-width:641px){
	.headerInfoSp{
		display: none;
	}
	.headerInfo{
		width:400px;
	}
	.headerInfoTel{
		width:230px;
	}
	p.tel{
		font-weight:bold;
		font-size:30px;
		line-height: 1.0;
		margin-bottom: 5px;
	}
	p.time{
		font-size: 10px;
	}
	.headerInfoContact{
		width: 160px;
		height: 60px;
	}
	.headerInfoContact a{
		height: 50px;
	}
	.headerInfoContact a img{
		display: none;
	}
	.headerInfoContact a p{
		margin-bottom: 0;
	}
	.headerInfoContact a p::before{
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f0e0";
		font-size:130%;
		margin-right: 0.3em;
		position: relative;
		top:2px;
	}
}
@media(max-width:640px) {
	.headerInfoPc{
		display: none;
	}
	.headerInfo{
		width:70px;
		padding-top: 15px;
		position: relative;
		right:15px;
	}
	.headerInfoTel{
		width:30px;
		float:left;
	}
	.headerInfoContact{
		width:30px;
		float:right;
	}
}

/* =================================
 メインビジュアル
================================= */
.mv{
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}
.mvTxt{
	width:calc(100% - 80px);
	margin:40px auto;
}
.mvTxt h2{
	font-size:75px;
}
.mvTxt h2 strong,
.mvTxt h2 span{
	font-size:95px;
	display:inline-block;
	padding:0 0 5px;
	box-sizing:border-box;
}
@media screen and (max-width: 1200px){
	.mvTxt{
		width:calc(100% - 60px);
		margin:1.5em auto;
	}
	.mvTxt h2{
		font-size:6.8vw;
		line-height: 1.3em;
	}
	.mvTxt h2 strong,
	.mvTxt h2 span{
		font-size:7.5vw;
	}
}
@media screen and (max-width: 767px){
	.mvTxt{
		width:calc(100% - 30px);
		margin:1.5em auto;
	}
	.mvTxt h2 strong,
	.mvTxt h2 span{
		padding:0 0 2px;
	}
}

/*========= 親要素と子要素の共通CSS ===============*/

.bgextend {
	animation-name: bgextendAnimeBase;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	position: relative;
	overflow: hidden; /*　はみ出た色要素を隠す　*/
	opacity: 0;
	background:#ff0000;
	margin-right:5px;
}

@keyframes bgextendAnimeBase {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/*中の要素*/
.bgappear {
	animation-name: bgextendAnimeSecond;
	animation-duration: 0.7s;
	animation-delay: 0.6s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* 左から右に伸びて出現 */
.bgLRextend::before {
	animation-name: bgLRextendAnime;
	animation-duration: 0.7s;
	animation-fill-mode: forwards;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff; /*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime {
	0% {
		transform-origin: left;
		transform: scaleX(0);
	}
	50% {
		transform-origin: left;
		transform: scaleX(1);
	}
	50.001% {
		transform-origin: right;
	}
	100% {
		transform-origin: right;
		transform: scaleX(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
	opacity: 0;
}

/*mvコンテンツ*/
.mvContent{
	display: flex;
	flex-wrap: wrap;
}
.mvMovie{
	position:relative;
	border-radius:30px 0 0 30px;
	overflow:hidden;
	height:600px;
}
.headVideo{
	display:block;
	width:100%;
	object-fit:cover;
	height:100%;
}
.mvMovieTxt{
	position:absolute;
	right:0;
	bottom:0;
}
.mvMovieTxt p{
	opacity:0.8 !important;
	font-size:8.5vw;
	line-height:1;
	text-align: right;
}
@media(min-width:1201px){
	.mvMovieTxt p{
		font-size:100px;
	}
}

.mvListInner{
	max-width: 600px;
	width: calc(100% - 20px);
	margin-left: auto;
	padding: 0 40px 0 0;
	box-sizing: border-box;
}
.mvListInner ul{
	border-top: 1px #333 solid;
	list-style: none;
}
.mvListInner ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size:35px;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px #333 solid;
}
.mvListInner ul li img{
	display: block;
	width:60px;
}
.mvListInner ul li span{
	display: block;
	width: calc(100% - 65px);
}
@media(max-width:1200px){
	.mvListInner ul li img{
		width:45px;
	}
	.mvListInner ul li span{
		width: calc(100% - 50px);
	}
	.mvListInner ul li{
		font-size: 2.6vw;
	}
}

@media(min-width:769px),print {
	.mvList,.mvMovie{
		width: 50%;
	}
	.mvBnr{
		margin-top: 30px;
		width: 100%;
	}
}
@media(max-width:767px) {
	.mvList{
		order: 2;
		width: 100%;
	}
	.mvMovie{
		width: calc(100% - 6vw);
		height: 250px;
		margin-left: auto;
		border-radius: 20px 0 0 20px;
	}
	.mvMovieTxt p{
		font-size:12vw;
	}
	.mvBnr{
		order: 1;
		margin: 1em 0 1.5em;
		width: 100%;
	}
	.mvListInner{
		width: calc(100% - 30px);
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	.mvListInner ul li{
		font-size: 4vw;
		line-height: 60px;
		height: 60px;
	}
}
@media(max-width:420px) {
	.mvListInner ul li{
		font-size: 5vw;
		line-height: 55px;
		height: 55px;
	}
	.mvMovie{
		height: 180px;
		border-radius: 15px 0 0 15px;
	}
	.mvListInner img{
		max-width:65%;
	}
}


/* =================================
 main
================================= */
@media(min-width:961px),print {
	main.main{
		padding-top:100px;
	}
}
@media(max-width:960px) {
	main.main{
		padding-top:60px;
	}
}

/* =================================
 資金繰りの課題が目前に迫っていませんか？
================================= */
.missionWrap{
	position: relative;
}
.missionWrap::after {
	position: absolute;
	content: '';
	top: 21%;
	left: 0;
	display: block;
	width: 100%;
	height: 50%;
	background-color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	transform: skewY(10deg);
    z-index: 0;
}
.mission .inner768{
	position: relative;
	z-index: 1;
}
ul.missionUl li{
	border-bottom:2px #333 solid;
	padding:15px 0;
	text-indent:-39px;
	padding-left:40px;	
}
ul.missionUl li::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f14a";
	color: #ff0000;
	margin-right: 0.5em;
}
p.missionP,
.mission h3{
	font-size: 50px;
}

@media only screen and (max-width: 960px) {
	p.missionP,
	.mission h3{
		font-size:40px;
	}
}
@media only screen and (max-width: 768px) {
	.missionImg{
		width: 300px;
		margin: 30px auto 0;
	}
	ul.missionUl li{
		border-bottom: 2px #333 solid;
		padding: 15px 0;
		text-indent: -31px;
		padding-left: 35px;	
	}
}
@media only screen and (max-width: 640px) {
	p.missionP,
	.mission h3{
		font-size: 30px;
	}
}

.bgGenkinka{
	background: url(../images/bg_genkinka.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

/* =================================
 シュクランのファクタリングの仕組み
================================= */

@media screen and (min-width: 600px),print {
	.spOnly {
		display: none;
	}
}
@media screen and (max-width: 599px) {
	.spOnly {
		display: inline-block;
	}
	.spNone {
		display: none;
	}
}

/* =================================
 ファクタリングの主なメリット
================================= */

.meritTit h2{
	background:#ff0000;
	padding: 15px;

	border-radius: 1000px;
	box-sizing: border-box;
}
ol.meritOl {
	counter-reset:num;
	list-style-type: none !important;
	padding:0;
	margin:0;
}
ol.meritOl li{
	background:#f2f2f2;
	border-radius:1000px;
	border:3px #ff0000 solid;
	position: relative;
	padding: 15px 15px 15px 70px;
}
ol.meritOl li:not(last-child){
	margin-bottom: 20px;
}
ol.meritOl li::before {
	position: absolute;
	counter-increment: num;
	content: counter(num);
	display:inline-block;
	background: #ff0000;
	color: #FFF;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	left: 10px;
}
.merit{
	position:relative;
	padding-bottom:80px;
}
.merit::after {
	content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 20vw solid #ff0000;
    border-left: 100vw solid transparent;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
	.merit{
		padding-bottom:60px;
	}
	ol.meritOl li::before {
		font-size: 22px;
		width: 45px;
		height: 45px;
		line-height: 43px;
	}
	ol.meritOl li{
		padding: 15px 15px 15px 65px;
	}
}

/* =================================
 シュクランが選ばれる5つの理由
================================= */
.reason{
	background:#ff0000;
}
h2.reasonTit{
	font-size:40px;
}

@media only screen and (max-width: 960px) {
	h2.reasonTit{
		font-size:30px;
	}
}
@media only screen and (max-width: 640px) {
	h2.reasonTit{
		font-size:25px;
	}
}

.reasonBox{
	margin-bottom:40px;
}
.reasonBox:last-child{
	margin-bottom:0;
}
.reasonBox:nth-child(even){
	flex-direction:row-reverse;
}
.reasonImg{
	width:200px;
}
.reasonTxt{
	width:calc(100% - 240px);
}
.reasonTxtBox{
	background:#fff;
	border-radius:15px;
	padding:10px 20px;
	box-sizing:border-box;
}
@media only screen and (max-width: 767px){
	.reasonBox{
		display:block;
	}
	.reasonImg{
		margin:0 auto 20px;
	}
	.reasonTxt{
		width:100%;
		max-width:500px;
		margin:0 auto;
	}
	.reasonTxt p.centB_font,
	.reasonTxt h3{
		text-align:center;
	}
}

/* =================================
 シュクランと他社のサービスの違い
================================= */

.differenceFigure.js-scrollable {
	padding-top: 40px;
}  
.differenceFigure table{
	min-width: 880px;
}
.differenceFigure table th,
.differenceFigure table td{
	vertical-align: middle;
	padding: 30px 0;
}
.differenceFigure table th.relative{
	position: relative;
	z-index: 0;
}
.icoCrown{
	position: absolute;
	top: -20px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 1;
}
.w150{
	width: 150px;
}
.w270{
	width: 270px;
}
.radius-topLeft{
	border-radius: 15px 0 0 0;
}
.radius-topRight{
	border-radius: 0 15px 0 0;
}
.bdWhite{
	border-left: 3px #fff solid;
}
.bdGray{
	border-left: 3px #f2f2f2 solid;
}
.bbGray{
	border-bottom: 3px #f2f2f2 solid;
}
.differenceFigure{
	position: relative;
}
img.icoCrown{
	position: absolute;
	top: -50px;
	z-index: 1;
}

/* =================================
 ご利用の流れ
================================= */

.flowDocBox{
	width:calc((100% - 60px) / 3);
}
@media only screen and (max-width: 640px) {
	.flowDoc{
		display:block;
	}
	.flowDocBox{
		width:100%;
		max-width:300px;
		margin:0 auto 30px;
	}
}
.flowDocBox img{
	image-rendering: -webkit-optimize-contrast;
}
p.flowDocH{
	background:#ff0000;
	border-radius:1000px;
	box-sizing:border-box;
}
.flowEx h3{
	padding-left:10px;
	border-left:5px solid #ff0000;
}
.flowEx ul li{
	border-bottom:1px dashed #333;
	padding-bottom:5px;
	margin-bottom:5px;
	padding-left:0.8em;
	text-indent:-0.8em;
}
.flowEx ul li::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	margin-right:0.3em;
	color:#ff0000;
}

.flowBox{
	background:#f2f2f2;
	padding:30px 30px 30px 10px;
	box-sizing:border-box;
	border:3px #333 solid;
	border-radius:30px;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	background: #fff;
}
.flowNo{
	width:80px;
}
.flowNo p{
	font-size:60px;
	-ms-writing-mode: tb-lr;
	writing-mode: sideways-lr;
	line-height:1;
}
.flowImg{
	width:200px;
}
.flowTxt{
	width:calc(100% - 320px);
}
.flowTxt h3{
	border-bottom: solid 3px #333;
	position: relative;
	padding-bottom:10px;
}
.flowTxt h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #ff0000;
	bottom: -3px;
	width: 30%;
}
.flowInfoBox{
	padding: 15px 0;
	border-top: 1px #333 dashed;
	border-bottom: 1px #333 dashed;
}

@media only screen and (max-width: 767px) {
	.flowBox{
		justify-content:center;
		padding:25px;
	}
	.flowNo{
		width:60px;
		display:flex;
		align-items:center;
	}
	.flowNo p{
		font-size:50px;
		display:inline-block;
	}
	.flowImg{
		width:170px;
	}
	.flowTxt{
		margin-top:30px;
		width:100%;
	}
}
@media only screen and (max-width: 480px) {
	.flowBox{
		padding:25px 20px;
	}
	.flowMail span{
		font-size:14px;
	}
}


/* =================================
 ご利用いただいたお客様から寄せられた声
================================= */

.voiceBox{
	margin-bottom:50px;
}
.voiceBox:last-child{
	margin-bottom:20px;
}
.voiceBox img{
	position:relative;
	object-fit:cover;
	width:100%;
	height:350px;
	border-radius:30px;
}
.voiceTxtBox{
	position:relative;
	width:calc(100% - 100px);
	background:#fff;
	padding:30px;
	box-sizing:border-box;
	border-radius:30px;
	margin:-80px auto 0;
	z-index:2;
	box-shadow: 2px 2px 4px;
}
.voiceTxtBox h3{
	position:relative;
	padding-bottom:30px;
	margin-bottom:20px;
	text-align:center;
	z-index:2;
}
.voiceTxtBox h3::after{
	position:absolute;
	content:url(../images/ico_tit.png);
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.voiceTxtBox p.centB_font{
	position:absolute;
	font-size:150px;
	top:15px;
	left:15px;
	line-height:1;
	color:#f2f2f2;
}
@media only screen and (min-width: 961px) {
	.voiceTxtBox h3 br{
		display:none;
	}
}
@media only screen and (max-width: 767px) {
	.voiceBox{
		margin-bottom:40px;
	}
	.voiceBox img{
		height:300px;
		border-radius:20px;
	}
	.voiceTxtBox{
		width:calc(100% - 60px);
		border-radius:20px;
		padding:20px;
		margin:-60px auto 0;
	}
}
@media only screen and (max-width: 480px) {
	.voiceBox img{
		height:250px;
	}
	.voiceTxtBox{
		width:calc(100% - 30px);
		margin:-35px auto 0;
	}
	.voiceTxtBox h3.font22-25px{
		font-size:20px;
	}
}
.voiceTxt{
	position:relative;
	z-index:2;
}
.voiceTxtData{
	width:240px;
}
.voiceTxtComment{
	width:calc(100% - 270px);
}
p.dataTit{
	background:#ff0000;
	padding:0 5px;
	box-sizing:border-box;
	margin-bottom:10px;
}
.voiceTxtData table{
	width:100%;
}
.voiceTxtData table th,
.voiceTxtData table td{
	border-bottom:1px dashed #333;
	text-align:left;
	padding:5px 0;
}
.voiceTxtData table th{
	width:5em;
}
@media only screen and (max-width: 680px) {
	.voiceTxt{
		display:block;
	}
	.voiceTxtData,.voiceTxtComment{
		width:100%;
	}
	.voiceTxtData{
		margin-bottom:20px;
	}
	.voiceTxtBox p.centB_font{
		font-size:120px;
	}
}

/* =================================
 よくある質問
================================= */

dl.faqDL {
	width: 100%;
	background:#f2f2f2;
	padding:15px;
	box-sizing: border-box;
	border-radius:10px;
	margin-bottom:20px;
}
dl.faqDL dt {
	padding: 10px 10px 15px 0;
	position: relative;
	font-size:20px;
	font-weight:bold;
	line-height:1.5em;
}
dl.faqDL dd {
	margin-bottom:10px;
	display: none;
	font-size:18px;
	color:#333;
}
dl.faqDL dt, 
dl.faqDL dd {
	padding-left: 45px;
	text-indent: -44px;
	box-sizing: border-box;
	padding-right: 40px;
}
dl.faqDL dt::before, 
dl.faqDL dd::before {
	margin-right: 15px;
	position: relative;
	top: 6px;
}
dl.faqDL dt::before {
	content: url(../images/ico_faq_q.png);
}
dl.faqDL dd::before {
	content: url(../images/ico_faq_a.png);
}
dl.faqDL dt span::before, 
dl.faqDL dt span::after {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	border-radius: 5px;
	background: #ff0000;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
dl.faqDL dt.open span::after {
	transform: rotate(0);
	transition: 0.5s;
}
dl.faqDL dt span::after {
	background: #ff0000;
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}

@media screen and (max-width: 767px){
	dl.faqDL dt{
		font-size:18px;
	}
	dl.faqDL dd {
		font-size:16px;
	}
}


/* =================================
 ごあいさつ
================================= */
.greetingWrap {
	position: relative;
}
.greetingWrap::after {
	position: absolute;
	content: '';
	top: 100px;
	right: 100px;
	display: block;
	width: 50%;
	height: 800px;
	background-color: #f2f2f2;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}
.greetingTxt{
	width: 50%;
	margin-top: 80px;
}
.greetingTitInner{
	max-width: 600px;
	width: calc(100% - 20px);
	margin-left: auto;
	padding: 0 40px 0 0;
	box-sizing: border-box;
}
.greetingTxtInner{
	max-width: 600px;
	width: calc(100% - 20px);
	margin-left: auto;
	padding: 0 70px 0 0;
	box-sizing: border-box;
}
.greetingImg{
	width: 50%;
	overflow:hidden;
	height:800px;
}
.greetingImg img{
	display:block;
	width:100%;
	object-fit:cover;
	height:100%;
}

@media screen and (max-width: 880px){
	.greeting .flex{
		display: block;
	}
	.greetingWrap::after {
		top: auto;
		bottom: 60px;
		left: 15px;
		width: calc(100% - 30px);
		height: 350px;
		z-index: -1;
	}
	.greetingTxt{
		width: calc(100% - 30px);
		margin: 0 auto 30px;
	}
	.greetingTitInner,
	.greetingTxtInner{
		width: auto;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.greetingImg{
		width: calc(100% - 6vw);
		height: 350px;
		margin-left: auto;
	}
}

@media(max-width: 767px) {
	.greetingImg{
		height: 300px;
	}
	.greetingWrap::after {
		bottom: 40px;
		height: 300px;
	}
}
@media(max-width: 480px) {
	.greetingImg{
		height: 250px;
	}
	.greetingWrap::after {
		display: none;
	}
}



/* =================================
 お問い合わせ
================================= */

.contact{
	padding: 80px 0;
}
@media(max-width:767px) {
	.contact{
		padding: 60px 0;
	}
}

table.contactTb,
table.contactTb tbody,
table.contactTb tr,
table.contactTb th,
table.contactTb td{
	display:block;
	text-align:left;
}
table.contactTb tr{
	margin-bottom:3em;
}
table.contactTb th{
	font-size:20px;
	margin-bottom:1em;
}
table.contactTb th::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	color:#ff0000;
	margin-right:0.3em;
}
table.contactTb th.hissu::after{
	content:"必須";
	font-size:70%;
	background:#ff0000;
	padding:5px;
	position:relative;
	top:-2px;
	border-radius:5px;
	color:#fff;
	margin-left:0.5em;
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight:bold;
}
table.contactTb td{
	font-size:18px;
}
.contact input[type=text],
.contact textarea{
	width: 100%;
}
.contact select{
	width: 250px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contact input[type=text],
.contact input[type=email],
.contact input[type=tel],
.contact select,
.contact textarea{
	font-size:18px;
	padding:20px;
	box-sizing:border-box;
	border:none;
	background:#f2f2f2;
	border-radius:10px;
	line-height:1.8em;
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	color:#333;
}
.contact input[type=submit]{
	background:#ff0000;
	display: block;
	height:60px;
	border-radius:10px;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:18px;
	transition : all 0.5s ease 0s;
	border:none;
	color:#fff;
	width: 225px;
	cursor: pointer;
}
.contact input[type=submit]:hover{
	background: #333;
}

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

/*プライバシーポリシー*/
.privacyWrap{
	background: #F2F2F2;
    padding: 30px 20px;
    box-sizing: border-box;
    height: 200px;
    overflow-y: scroll;
    border-radius: 10px;
}
.privacyBox{
	margin-bottom: 30px;
}
.privacyBox h4{
	background: #fff;
	padding: 10px 5px;
	border-top:1px #333 solid;
	border-bottom:1px #333 solid;
	margin-bottom: 15px;
}
.privacyBox h4 span {
    display: inline-block;
    border-left: 5px #ff0000 solid;
    padding-left: 0.5em;
}
.privacyBox ul{
	list-style: circle;
	padding-left: 1.3em;
}

/* =================================
 会社概要
================================= */
table.companyTb{
	width: 100%;
}
table.companyTb tr:nth-child(odd){
	background: #fff;
}
table.companyTb th{
	text-align: left;
}
table.companyTb th,
table.companyTb td{
	padding: 20px;
}

@media(max-width: 767px) {
	table.companyTb,
	table.companyTb tbody,
	table.companyTb tr,
	table.companyTb th,
	table.companyTb td{
		display: block;
	}
	table.companyTb tr:nth-child(odd){
		background: none;
	}
	table.companyTb th{
		background: #fff;
	}
	table.companyTb th,
	table.companyTb td{
		padding: 15px 20px;
	}
}
/* =================================
 Footer
================================= */

.copyright{
	background: #ff0000;
}
.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;
	right: 20px;
	z-index: 9999;
}
#pageTop i {
}
#pageTop a {
	display: block;
	color: #fff;
	font-size:20px;
	text-decoration: none;
	text-align: center;
	background:#ff0000;
	width:40px;
	height:40px;
	line-height: 36px;
	border-radius: 50%;
	border:2px #fff solid;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* =================================
 サンクスページ
================================= */
.thanksBtn .btn{
	margin:40px auto 0;
}

a.btn{
	max-width:300px;
	width:100%;
	height:60px;
	position:relative;
	text-decoration:none;
	outline:none;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:1000px;
	border:2px #333 solid;
	color:#333;
	background:#fff;
	box-shadow:5px 5px 0 #333;
	transition:all 0.5s ease;
	box-sizing:border-box;
}
a.btn:hover{
	color:#fff;
	background:#333;
	box-shadow:0 0 0 #333;
	transform:translate(5px,5px);
}
a.btn::after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 0.5s ease 0s;
}