@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}
body{
	color:#000;
}
p{ margin:0px; padding:0px}
a{color:#333;}

img{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
*a:hover{
	text-decoration: none;
}
a img:hover{
	opacity: 0.6;
}
@media print{
	body {
		-webkit-print-color-adjust: exact;
		width: 1190px; 
		zoom: 0.8; 
	  }
	  /* 改ページをいれる場合 */
	  section {
		page-break-before: always; 
	  }
	  section + section.new-none:not(:root) {
		page-break-before: avoid; 
	  }
	  .new-page {
		page-break-before: always; 
	  }
}

/* 電話番号リンク禁止
---------------------------------------------------- */
@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;
	}
}

/* ----------------------------------------------------------------------
 inner
---------------------------------------------------------------------- */
.innerOrigin{
	width:calc(100% - 30px);
	max-width:1200px;
	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;
}

/* ----------------------------------------------------------------------
 角丸
---------------------------------------------------------------------- */
.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
---------------------------------------------------------------------- */
.flexOrigin{
	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),print  {
	.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:46%;
		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),print {
	.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;
}

/*サイズ（px）*/
.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;
}
.font45px{
	font-size: 45px !important;
}
@media screen and (min-width: 768px),print {
	.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-22px{
		font-size: 22px !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-30px{
		font-size: 30px !important;
	}
	.font25-30px{
		font-size: 30px !important;
	}
	.font30-35px{
		font-size: 35px !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-22px{
		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-30px{
		font-size: 22px !important;
	}
	.font25-30px{
		font-size: 25px !important;
	}
	.font30-35px{
		font-size: 30px !important;
	}
}

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

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

/* =================================
Adobeフォント
================================= */
.shippoR_font{
	font-family: "shippori-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.shippoM_font{
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.shippoSb_font{
	font-family: "shippori-mincho", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.shippoB_font{
	font-family: "shippori-mincho", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* ローディング中のスタイル */
.wf-loading .shippoM_font{
	opacity: 0;
}

/* フォント読み込み完了後のスタイル */
.wf-active .shippoM_font{
	opacity: 1;
	transition: opacity 0.3s ease;
}

/* フォント読み込み失敗時のスタイル */
.wf-inactive .shippoM_font{
	opacity: 1;
}
/* ----------------------------------------------------------------------
行間調整
---------------------------------------------------------------------- */
.lh10{
	line-height:1.0em !important;
}
.lh12{
	line-height:1.2em !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;
}
.blk{
	color:#000;
}
.red{
	color:#c50012;
}
.gold{
	color:#9a8424;
}

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

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

/* ----------------------------------------------------------------------
 PC・スマホ・タブレットのみ改行
---------------------------------------------------------------------- */

@media print, screen and (min-width: 768px) {
	.kaigyouTab {
		display: none;
	}
	.kaigyouSp {
		display: none;
	}
}
@media screen and (max-width: 767px) 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;
	}
}

/* ----------------------------------------------------------------------
 margin・padding
---------------------------------------------------------------------- */
/*margin top*/
.mt00 {
  margin-top: 0px;
}
.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;
}
.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 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;
}
.pd10{
	padding: 10px;
}
.pd15{
	padding: 15px;
}
.pd20{
	padding: 20px;
}
.pd25{
	padding: 25px;
}
.pd30{
	padding: 30px;
}

/* ----------------------------------------------------------------------
 画像
---------------------------------------------------------------------- */
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;
}
.contentCenter{
	display:inline-block;
}

/* ----------------------------------------------------------------------
 背景色
---------------------------------------------------------------------- */
.bgWhite{
	background:#fff;
}
.bgGray{
	background:#f2f2f2;
}

/* ----------------------------------------------------------------------
 見出し
---------------------------------------------------------------------- */
.midashiIco{
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}
.midashiIco::after{
	position: absolute;
	content: url(../images/ico_tit.png);
	bottom:0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/* ----------------------------------------------------------------------
 ページ内リンク（Jquery必須）
---------------------------------------------------------------------- */
@media screen and (min-width: 768px),print{
	a.scroll_point {
	 height: 1px;
	 margin-top: -100px;
	 padding-top: 100px;
	 display: block;
	}
}
@media screen and (max-width: 767px){
	 a.scroll_point {
	 height: 1px;
	 display: block;
	 margin-top: -75px;
	 padding-top: 75px;
	}
}

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

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

/* ----------------------------------------------------------------------
 スクロールフェード
---------------------------------------------------------------------- */
.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);
}


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


/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
header{
	height:100px;
	width:100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index:9999;
}
.fixed_header{
	position: fixed;
	background:rgba(181,0,41,0.9);
	top: 0;
	left: 0;
	z-index:9999;
}
.headerInner{
	width:100%;
	max-width:1920px;
	margin-left: auto;
	margin-right: auto;
}
header h1 img{
	position: relative;
	top:25px;
	margin-left: 15px;
}
header h1{
	float: left;
}
.headInfo{
	float: right;
}
@media screen and (max-width: 960px) and (min-width: 768px){
	header{
		height:80px;
	}
	header h1 img{
		display: block;
		width: 240px;
		top:20px;
	}
}
@media screen and (max-width: 767px) {
	header h1 img{
		display: block;
		width: 180px;
		top:10px;
	}
}
/*ヘッダー（インフォメーション）部分*/
@media screen and (min-width: 768px) ,print{
	.head_info{
		float:right;
		width:625px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: stretch; 
		justify-content:space-between;
	}
	.head_info_pc{
		height:100px;
	}
	.head_info_sp{
		display:none;
	}
	.head_info01{
		width:365px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	p.head_infoNo{
		font-size:40px;
	}
	p.head_infoNo::before{
		content:url(../images/ico_fd.png);
		position:relative;
		top:2px;
		margin-right: 5px;
	}
	.head_info02{
		width:240px;
	}
	.head_info02 a{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height:100px;
		background: #fff;
		text-decoration: none;
	}
	.head_info02Inner{
		border:3px #c50012 solid;
		width: calc(100% - 10px);
		height:90px;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;
		transition : all 0.5s ease 0s;
	}
	.head_info02Inner img{
		display: block;
		width: 50px;
		margin-right: 10px;
	}
	.head_info02Inner p{
		color:#c50012;
		font-size:16px;
		line-height: 1.5em;
	}
	.head_info02 a:hover .head_info02Inner{
		background: #ccc;
	}

}
@media screen and (max-width: 960px) and (min-width: 768px){
	.head_info{
		width:500px;
	}
	.head_info_pc{
		height:80px;
	}
	p.head_infoTime{
		display: none;
	}
	.head_info01{
		width:280px;
	}
	.head_info02{
		width:200px;
	}
	.head_info02 a{
		height: 80px;
	}
	.head_info02Inner{
		width: calc(100% - 10px);
		height:70px;
	}
	.head_info02Inner img{
		width: 40px;
	}
	.head_info02Inner p{
		font-size:12px;
	}
}
@media screen and (max-width: 767px) {
	header{
		height: 55px;
	}
	.head_info_pc{
		display:none;
	}
	.head_info_sp{
		width:85px;
		position:absolute;
		top:5px;
		right:15px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: stretch; 
		justify-content:space-between;
	}
	.head_info01,.head_info02{
		width:40px;
	}
}


/* ----------------------------------------------------------------------
 メインビジュアル
---------------------------------------------------------------------- */
.mv{
	background:url(../images/bg_mv.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 140px;
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 960px) and (min-width: 768px){
	.mv{
		padding-top: 120px;
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.mv{
		padding-top: 75px;
		padding-bottom: 30px;
	}
}
.mvInner{
	max-width: 1666px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.mv .innerOrigin{
	position: relative;
	z-index: 2;
}
img.txtMv{
	display: block;
	margin-bottom: 30px;
	width: 55.8%;
	max-width: 100%;
}
.mvCheck ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mvCheck ul li{
	width: 49%;
	background: #B3B3B3;
	background: linear-gradient(0deg,rgba(179, 179, 179, 1) 0%, rgba(255, 255, 255, 1) 100%);
	font-size:22px;
	padding: 15px ;
	box-sizing: border-box;
	border:3px #c50012 solid;
	border-radius: 100px;
	margin-bottom: 15px;
}
.mvCheck ul li span{
	display: inline-block;
	padding-left:1.3em;
	text-indent:-1.3em;
	line-height: 1.5em;
}
.mvCheck ul li span::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
	color:#c50012;
	margin-right: 0.3em;
}

@media screen and (max-width: 960px) {
	.mvCheck ul li{
		font-size:20px;
	}
}
@media screen and (max-width: 860px) {
	.mvCheck ul li{
		font-size:18px;
		padding: 10px;
	}
}


.picMv{
	display: block;
	position: absolute;
	z-index: 1;
	bottom:0;
	left:50%;
}
.picMv img{
	display: block;
}
@media screen and (max-width: 960px) {
	.picMv{
		width: 80%;
		left:45%;
	}
	.picMv img{
		width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.picMvSp{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	img.txtMv{
		width: 100%;
		max-width:450px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	.picMvSp{
		display: block;
		width: 100%;
		max-width:500px;
		margin-left: auto;
		margin-right: auto;
		object-fit: cover;
		height: 350px;
		object-position: top center;
	}
	.picMv{
		display: none;
	}
	.mvCheck ul li{
		width: 100%;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 420px) {
	img.txtMv{
		margin-bottom: 5px;
	}
	.picMvSp{
		height: 300px;
	}
	.mvCheck ul li{
		font-size:16px;
		padding: 5px 10px;
	}
}

/* ----------------------------------------------------------------------
 メインコンテンツ
---------------------------------------------------------------------- */

/*共通タイトル*/

.titBase{
	margin-bottom: 50px;
}
.titBase h3{
	font-size:45px;
	font-weight:normal;
}
@media screen and (max-width: 767px) {
	.titBase{
		margin-bottom: 40px;
	}
	.titBase h3{
		font-size:35px;
	}
}

/*共通ボタン*/
.btn{
	position: relative;
	background: #fff;
	display: inline-block;
	width:100%;
	max-width: 300px;
	line-height: 61px;
	height: 65px;
	border:2px #c50012 solid;
	border-radius: 100px;
	color:#c50012;
	text-decoration: none;
	box-sizing: border-box;
	transition : all 0.5s ease 0s;
}
.btn::after{
	position: absolute;
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f178";
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	right:10px;
	color:#9a8424;
	transition : all 0.5s ease 0s;
}
.btn:hover{
	background: #eed0c8;
}
.btn:hover::after{
	right:15px;
}


/*困りごと*/
.komarigoto{
	background: url(../images/bg_komarigoto.jpg) no-repeat center center;
	background-size: cover;
}
.komarigoto .inner960{
	padding: 80px 0;
}
.komarigoto img{
	margin-bottom: 30px;
}
ul.komarigotoUl{
	list-style: none;
	text-align: center;
}
ul.komarigotoUl li{
	position: relative;
	margin-bottom: 10px;
}
ul.komarigotoUl li span{
	position: relative;
	width: 100%;
	display: inline-block;
	background: #fff;
	font-size: 25px;
	padding: 15px 10px;
	border:3px solid #4d4d4d;
	box-sizing: border-box;
	text-align: center;
	z-index: 2;
}
ul.komarigotoUl li span strong{
	display: inline-block;
	position: relative;
	font-weight: normal;
	line-height: 1.8em;
}
ul.komarigotoUl li span strong::after{
	position: absolute;
	content: url(../images/ico_komarigoto_ng.png);
	right:-30px;
	top:5px;
}
ul.komarigotoUl li::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #c50012;
	top:4px;
	left:4px;
	z-index: 1;
}
@media screen and (min-width: 768px) {
	ul.komarigotoUl br{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	ul.komarigotoUl{
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	ul.komarigotoUl li span{
		padding: 10px;
		font-size:20px;
		text-align: left;
	}
	ul.komarigotoUl li span strong{
		padding-left: 50px;
	}
	ul.komarigotoUl li span strong::after{
		left:0;
		top:50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
}
@media screen and (max-width: 420px) {
	.komarigoto .inner960{
		padding: 60px 0;
	}
	.komarigoto img.imgCenter{
		max-width: 280px;
	}
	ul.komarigotoUl li span{
		font-size:18px;
	}
}

/*解決*/
.kaiketsu{
	padding: 80px 0;
}
.kaiketsuTit h3{
	font-size:35px;
}
.kaiketsu ul{
	list-style: none;
}
.kaiketsu ul li{
	text-align: center;
	padding: 15px 0;
	font-size:25px;
	border-bottom: 1px #c50012 solid;
}
@media screen and (max-width: 767px) {
	.kaiketsu{
		padding: 60px 0;
	}
	.kaiketsuTit h3{
		font-size:28px;
	}
	.kaiketsu ul li{
		font-size:20px;
	}
}

/*About*/
.about{
	padding: 80px 0;
	background: #f2f2f2;
}
@media screen and (max-width: 767px) {
	.about{
		padding: 60px 0;
	}
	
}
@media screen and (min-width: 641px) {
	.picAboutSp{
		display: none !important;
	}
}
@media screen and (max-width: 640px){
	.picAboutPc{
		display: none !important;
	}
	.picAboutSp{
		max-width: 400px !important;
		width: 100%;
	}
}
.txtAbout{
	background: #fff;
	border-radius: 15px;
	padding: 25px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.txtAbout{
		padding: 20px 15px;
	}
}

/*reason*/
.reason{
	padding: 80px 0;
	background: url(../images/bg_reason.jpg) no-repeat center center;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.reason{
		padding: 60px 0;
	}
}
@media screen and (max-width: 480px) {
	.reason .titBase h3{
		font-size:27px;
	}
}

.reasonBox{
	margin-bottom: 50px;
}
.reasonImg{
	width: 200px;
}
.reasonTxt{
	width: calc(100% - 240px);
}
.reasonTxt h5{
	font-size:30px;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.reasonBox{
		display: block;
		margin-bottom: 40px;
	}
	.reasonImg,.reasonTxt{
		width: 100%;
	}
	.reasonImg{
		margin-bottom: 20px;
	}
	.reasonTxt img.imgLeft{
		margin-left: auto;
		width:180px;
	}
	.reasonTxt h5{
		font-size:25px;
		text-align: center;
	}
}

/*flow*/
.flow{
	padding: 80px 0;
}
@media screen and (max-width: 767px) {
	.flow{
		padding: 60px 0;
	}
}
.flowBox{
	display: flex;
}
.flowNo{
	width:120px;
}
.flowTxt{
	width: calc(100% - 120px);
	padding: 20px;
	box-sizing: border-box;
}
.flowBox:nth-child(odd){
	background: #f2f2f2;
}
.flowNo p span{
	font-size:35px;
}
.flowBox:nth-child(odd) .flowNo{
	background: #c50012;
}
.flowBox:nth-child(even) .flowNo{
	background: #eed0c8;
}
.flowBox .flowNo p{
	padding: 15px;
	box-sizing: border-box;
}
.flowBox:nth-child(odd) .flowNo p{
	color:#d8d2a6;
}
.flowBox:nth-child(even) .flowNo p{
	color:#9a8424;
}
.flowTxt h5{
	font-size:35px;
}
.flowTxt ul{
	padding-left: 1.3em;
}
@media screen and (max-width: 767px) {
	.flowBox .flowNo p{
		writing-mode: vertical-rl;
		padding: 25px 15px;
	}
	.flowBox .flowNo p br{
		display:none;
	}
	.flowNo p span{
		font-size:25px;
		display: inline-block;
		margin-top: 0.2em;
	}
	.flowTxt h5{
		font-size:25px;
	}
	.flowNo{
		width:55px;
	}
	.flowTxt{
		width: calc(100% - 55px);
	}
}

/*voice*/
.voice{
	padding: 80px 0;
	background: #f2f2f2;
}
.voice .titBase{
	margin-bottom: 25px;
}
.voiceBox{
	background: #fff;
	border-radius: 10px;
	padding: 25px;
	margin-bottom: 30px;
}
.voiceBox h5{
	margin-bottom: 15px;
}
.voiceBox h5 span{
	color:#ffb300;
}
@media screen and (max-width: 767px) {
	.voice{
		padding: 60px 0;
	}
	.voice .titBase{
		margin-bottom: 20px;
	}
	.voiceBox{
		padding: 20px;
	}
}

/*FAQ*/
.faq{
	padding: 80px 0;
}
@media screen and (max-width: 767px) {
	.faq{
		padding: 60px 0;
	}
}
dl.faqDL,
dl.faqDL dt,
dl.faqDL dd {
  margin: 0;
  padding: 0;
}
dl.faqDL {
	width: 100%;
	padding: 10px 0 15px;
	border-bottom:2px #c50012 dashed;
}
dl.faqDL dt {
	padding-right: 40px;
	background: #fff;
	position: relative;
	vertical-align:middle;
}
dl.faqDL dd {
	padding: 5px 40px 5px 0;
	background: #fff;
	display: none;
}
dl.faqDL dt{
	padding-left:40px;
	text-indent:-40px;
	line-height:1.8em;
	box-sizing: border-box;
}
dl.faqDL dd{
	padding-left:40px;
	text-indent:-40px;
	line-height:1.8em;
	box-sizing: border-box;
}

dl.faqDL dt::before{
	content: url(../images/ico_faq_q.png);
	margin-right: 10px;
	position: relative;
	top: 10px;
}
dl.faqDL dd::before{
	content: url(../images/ico_faq_a.png);
	margin-right: 10px;
	position: relative;
	top: 10px;
}
.faqDL dt span::before,
.faqDL dt span::after {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	border-radius: 5px;
	background: #c50012;
	position: absolute;
	right: 10px;
	top: 70%;
	transform: translateY(-50%);
}
.faqDL dt span::after {
	background: #c50012;
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}
.faqDL dt.open span::after {
	transform: rotate(0);
	transition: 0.5s;
}

/*message*/
.message{
	background: #c50012;
	padding-bottom: 80px;
}
.message img{
	position: relative;
	object-fit: cover;
	height: 450px;
	z-index: 1;
}
.messageBox{
	position: relative;
	background: #fff;
	width: calc(100% - 30px);
	max-width: 1200px;
	margin-top: -80px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	box-sizing: border-box;
	z-index: 2;
	border-radius: 20px;
}
.titMessage{
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.titMessage::after{
	position: absolute;
	content: "";
	width: 80px;
	height: 5px;
	border-radius: 2.5px;
	bottom:0;
	left: 0;
	background: #C50012;
	background: linear-gradient(90deg,rgba(197, 0, 18, 1) 0%, rgba(154, 132, 36, 1) 100%);
}
.titMessage h3{
	font-size:40px;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.message{
		padding-bottom: 60px;
	}
	.message img{
		height: 250px;
	}
	.messageBox{
		margin-top: -50px;
		padding: 30px;
	}
	.titMessage h3{
		font-size:30px;
	}
}
@media screen and (max-width: 540px) {
	.messageBox{
		padding: 25px;
	}
	.titMessage h3{
		font-size:23px;
	}
}

/*company*/
.company{
	padding: 80px 0;
}
@media screen and (max-width: 767px) {
	.company{
		padding: 60px 0;
	}
}
table.companyTb{
	width: 100%;
	border-collapse:collapse;
}
table.companyTb th{
	font-weight: normal;
	text-align: center;
	width: 10em;
}
table.companyTb th,table.companyTb td{
	border-bottom:2px #d8d2a6 solid;
	padding: 10px 0;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	table.companyTb,table.companyTb tbody,table.companyTb tr,
	table.companyTb th,table.companyTb td{
		display: block;
	}
	table.companyTb{
		border-top:2px #d8d2a6 solid;
	}
	table.companyTb th,table.companyTb td{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	table.companyTb th{
		text-align: left;
		background: #f2f2f2;
	}
	table.companyTb td{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	table.companyTb tr:last-child td{
		border-bottom: none;
	}
}

/*プライバシーポリシー*/
.privacy{
	padding: 30px 0 80px;
}
@media screen and (max-width: 767px) {
	.privacy{
		padding: 20px 0 60px;
	}
}
.privacyWrap{
	padding: 35px;
    height: 250px;
    overflow-y: scroll;
	box-sizing: border-box;
	border:1px #ccc solid;
	border-radius: 10px;
}
.privacyBox{
	margin-bottom: 40px;
}
.privacyBox:last-child{
	margin-bottom: 0;
}
.privacyBox h4{
	background:#f2f2f2;
	padding: 5px 15px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 20px;
}
.privacyBox ul{
	padding-left: 1.3em;
}
@media screen and (max-width: 767px) {
	.privacyWrap{
		padding: 25px;
    	height: 150px;
	}
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
.footer{
	width: 100%;
}
.copyright{
	background: #c50012;
	height: 50px;
}
.copyright p{
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 50px;
}

/* =================================
 トップへ戻るボタン
================================= */
#pageTop {
	position: fixed;
	bottom: 90px;
	right: 20px;
	z-index: 9999;
}
#pageTop i {
}
#pageTop a {
	display: block;
	color: #fff;
	font-weight: normal;
	font-size:30px;
	text-decoration: none;
	text-align: center;
	background:#c50012;
	width:45px;
	height:45px;
	line-height: 45px;
	border:1px #fff 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;
}