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

*{
margin: 0px;
padding: 0px;
}

html{overflow-x: hidden;}

body{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 400;
	background:#fff;	
line-height: 1.6;
color:#222;
font-size:15px;
font-size-adjust: none;
-webkit-font-size-adjust: none;
position: relative;
	overflow-x: hidden;
/*min-width: 1360px;  */
}

.min{
    font-family: UD Reimin Regular; 
}

.fw-b{
	font-family: 'Anton', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.en{
    font-family: 'Poppins', sans-serif !important;
	font-weight: 700;
}

@media only screen and (max-width: 1100px) {
	html{overflow-x: hidden;}
body{
    overflow: hidden;
    min-width: initial;
	font-size: 13px;
	max-width: 100%;
}

body.jp{
	font-size: 13px;
}
}

img{
	border:0;
	outline:none;
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
}

a{
    transition: all 0.3s ease;
}

a:hover img.hover-alp{
filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
    transition: .5s;
}

a:link, a:visited{color:#e21b1b; text-decoration: none;}
a:hover{color: #222; text-decoration:underline;}

a.txt-black:link, a.txt-black:visited{color: #222; text-decoration: none;}
a.txt-black:hover{color: #e21b1b; text-decoration: underline;}

.clearfix:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix{
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

p{margin:0 0 15px;}

.cb{clear:both;}

#page-top{position:fixed; bottom:20px; right:20px; z-index: 50;}
#page-top a{
    width:50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    font-size: 18px;
    }
@media only screen and (max-width: 1100px) {
#page-top{bottom:30px; right:10px; }
}


img{
border:0;
outline:none;
}


.sp-only{display: none !important ;}
@media only screen and (max-width: 1100px) {
.sp-only{display: inline !important;}
.pc-only{display: none !important ;}
}

@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 1100px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

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

.btn-area{
	margin: 35px 0;
	text-align: center;
}

.btn{
	display: inline-block;
	color: #fff !important;
	text-align: center;
	background-color: #e21b1b;
	font-size: 14px;
	text-decoration: none !important;
	position: relative;
	border: 1px solid #e21b1b;
	padding: 18px 30px;
	line-height: 1;
	letter-spacing: 0.08em;
}

.btn:hover{
	background-color: transparent;
	color: #e21b1b !important;
}

.btn.btn-trans{
	border: 1px solid #fff;
	background-color: transparent;
}

.btn.btn-trans:hover{
	background-color: #fff;
	color: #222 !important;
}

.btn.btn-black{
	border: 1px solid #222;
	background-color: #222;
}

.btn.btn-black:hover{
	background-color: #fff;
	color: #222 !important;
}





@media only screen and (max-width: 480px) {

.btn{
	font-size: 13px;
	padding: 15px 30px;
}




}

/*==================================================
全体コンテンツエリア
================================================== */

.contents-area{
    width: 1000px; 
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
}

.sec{
	padding-top: 100px;
}

.bg-w{
	background: #fff;
}

.sec-grey{
	background: #f3f6f9;
}


.contents-sec{
	width: 1060px;
	vertical-align: top;
}

.page-wrapper{
	padding-top: 100px;
}

.contents{
    padding: 65px 0;
}




@media only screen and (max-width: 480px) {
    
.contents-area{width: 86%; }

.sec{
	padding-top: 75px;
}

.contents-sec{
	width: 100%;
	vertical-align: top;
}

.page-wrapper{
	padding-top: 60px;
}
    
.contents{
    padding: 50px 0 35px;
}    
	
}

@media (max-width: 320px) {
  
}


/*==================================================
タイトル
================================================== */

.title-contents{
    display: block;
    /*font-size: 120px;*/
	font-size: 32px;
	letter-spacing: 0.12em;
	line-height: 1.2;
	position: relative;
	text-align: center;
	margin-bottom: 65px;
}

.title-contents small{
	display: block;
	padding-bottom: 15px;
	font-size: 13px;
}

.title-contents.title-contents-small{
	font-size: 66px;
}

.title-contents.title-contents-small small{
	font-size: 18px;
}

.title-contents.to-left{
	margin-left: -80px;
}

.title-basic{
    display: block;
    font-size: 32px;
    line-height: 1.6;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.dot-txt{
    position: relative;
  }
  .dot-txt::before{
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    padding-top: 10px;
    background: -webkit-radial-gradient(circle 10px,#008cd6 50%,transparent 50%);
    background: radial-gradient(circle 10px,#008cd6 50%,transparent 50%);
    background: -moz-radial-gradient(circle 10px,#008cd6 50%,transparent 50%);
  }


@media only screen and (max-width: 480px) {
	
.title-contents{
    font-size: 21px; 
	margin-bottom: 45px;
}

.title-contents small{
	font-size: 13px;
}

.title-contents.title-contents-small{
	font-size: 70px;
}

.title-contents.title-contents-small small{
	font-size: 14px;
}

.title-contents.to-left{
	margin-left: 0;
}

.title-basic{
    margin-bottom: 35px;
    font-size: 21px;
}
  .dot-txt::before{
    top: -5px;
    background: -webkit-radial-gradient(circle 6px,#008cd6 50%,transparent 50%);
    background: radial-gradient(circle 6px,#008cd6 50%,transparent 50%);
    background: -moz-radial-gradient(circle 6px,#008cd6 50%,transparent 50%);
  }
	
}


/*==================================================
パンクズリスト
================================================== */

.breadcrumbs{font-size: 12px; padding: 5px; background: #f5f5f5;}
.breadcrumbs ul{list-style: none;}
.breadcrumbs ul li{display: inline-block; padding-right: 5px;}
.breadcrumbs ul li:after{content: ">"; padding-left: 10px;}
.breadcrumbs ul li.active-page:after{content: none;}

@media only screen and (max-width: 1100px) {
.breadcrumbs{font-size: 11px; padding: 3px; }    
}

/*==================================================
fontawesome
================================================== */

i.fas{
    font-weight: 900;
}

/*==================================================
header
================================================== */

header{
	width: 100%;
	height: 100px;
	z-index: 99999;
	width: 100%;
	position: fixed;
	top: 0;
	transition: top 300ms;
	background: #fff;
	z-index: 999999;
}

#site-title{
	display: block;
	width: 80px;
	height: 100px;
	float: left;
}

img.logo{
	vertical-align: middle;
	height: 80px;
	margin-top: 10px;
}


.header-contents{
	display: flex;
	width: 680px;
	height: 100px;
	float: right;
	text-align: right;
}

.header-contents > div{
}




#header-btn{
	display: flex;
	padding-top: 20px;
	width: 360px;
}

#header-btn a{
	display: block;
	width: 160px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	background: #1b5985;
	margin-left: 10px;
	font-size: 15px;
	letter-spacing: 0.08em;
	text-decoration: none;
}

#header-btn a.header-cal{
	background: #243a99;
}

#header-btn a i{
	padding-right: 6px;
}

#header-btn a:hover{
	opacity: 0.8;
}

#header-tel{
	text-align: right;
	width: 300px;
	padding-top: 14px;
}

#header-tel a{
	display: flex;
	color: #e21b1b;
	text-decoration: none;
}

.tel-icn{
	display: flex;
	width: 48px;
	height: 48px;
	border: 1px solid #e21b1b;
	color: #e21b1b;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	border-radius: 50%;
	margin-top: 5px;
	background: #fff;
}

.tel-num{
	font-size: 32px;
	padding-left: 15px;
	text-align: left;
	line-height: 1.2;
}

.tel-num small{
	display: block;
	font-size: 40%;
	color: #222;
    text-align: center;
}


@media only screen and (max-width: 480px) {
    
    .header-contents{
        display: none;
    }
	
#header-btn{
	display: flex;
	position: fixed;
	top: 0;
	right: 60px;
	padding-top: 0;
	width: auto;
	z-index: 9999;
}

#header-btn a{
	display: block;
	width: auto;
	height: 55px;
	line-height: 1.5;
	margin-left: 0;
	font-size: 18px;
	letter-spacing: 0.03em;
	padding: 5px 10px 0;
	float: left;
}

#header-btn a i{
	padding-right: 0;
}
	
	#header-btn a small{
		display: block;
		font-size: 11px;
	}
	
}


@media only screen and (max-width: 480px) {
	
header{
	height: 60px;
}
	
	header.sticky .header-contents{
		display: none !important;
	}

#site-title{
	margin-top: 0;
	margin-left: 0;
	width: auto;
	height: auto;
	float: none;
}

#site-title img{height: 50px; vertical-align: top; margin-right: 0; margin-top: 5px; margin-left: 10px;}

#site-title small{padding-top: 30px; display: inline-block; color: #53585a; font-size: 10px; position: relative; padding-left: 15px; letter-spacing: 0.08em; }


}


@media (max-width: 320px) {
}

/*==================================================
footer
================================================== */

footer{
	clear: both;
    position: relative;
	background-color: #f7f7f7;
	color: #fff;
	padding: 60px 0;
}

#footer-contact{
	border: 3px solid #e21b1b;
	background: url("../images/contact.jpg") no-repeat center center;
	background-size: cover;
	padding: 80px 0;
}

#footer-contact article{
	width: 90%;
	margin: 0 auto;
	position: relative;
}

#footer-contact #header-tel{
	position: absolute;
	top: 0; 
	right: 0;
}

#footer-contact #header-btn{
	margin: 0;
}

#footer{
	position: relative;
	padding: 50px 0 0;
	color: #222;
}

.footer-link{
	display: inline-block;
	margin-right: 50px;
	vertical-align: top;
}

.footer-link ul{
	list-style: none;
	margin: 0 0 0 20px;
	line-height: 2.5;
}

.footer-link a{
	color: #222;
}

.footer-link a:hover{
	color: #e21b1b;
}

.footer-info{
	width: 40%;
	position: absolute;
	top: 50px;
	right: 0;
	text-align: right;
}

p.address{
	margin: 0;
}

strong.company-name{
	display: block;
	font-size: 22px;
	margin: 10px 0;
}

p.copyright{
	margin: 0;
	font-size: 12px;
}

.footer-sns{
	margin-bottom: 20px;
}

.footer-sns a{
	font-size: 18px;
	margin-left: 15px;
}


@media only screen and (max-width: 480px) {

footer{
	padding: 50px 0;
}

#footer-contact{
	padding: 50px 0;
}

#footer-contact article{
	width: 90%;
	margin: 0 auto;
	position: relative;
}

#footer-contact #header-tel{
	position: relative;
	top: inherit; 
	right: inherit;
	background: #fff;
	box-sizing: border-box;
	width: 100%;
	margin: 15px 0 0;
	text-align: center;
	padding: 15px 10px 10px;
}
	
	#footer-contact #header-tel .tel-num{
		font-size: 28px;
	}

#footer-contact #header-btn{
	margin: 0;
	position: relative;
	top: inherit;
	right: inherit;
}
	
#footer-contact #header-btn a{
    width: 50%;
    padding: 0;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
}

#footer{
	padding: 30px 0 0;
}

.footer-link{
	display: block;
	margin-right: 0;
}

.footer-link ul{
	margin: 0;
	display:block;
}
	
.footer-link ul li{
    width:100%;
    text-align: center;
    margin-bottom: 8px;
}

.footer-link a{
	color: #222;
}

.footer-info{
	width: 100%;
	position: relative;
	top: inherit;
	right: inherit;
	text-align: center;
	border-top: 1px solid #ddd;
	margin: 30px 0 0;
	padding: 30px 0 0;
}
}


/*==================================================
テーブル
================================================== */

.table{
    border-collapse:collapse;  
    box-sizing:border-box; 
    margin: 0 auto 25px; 
	width: 100%;
}

.table tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.table th{
    width: 210px;  
    padding: 7px 25px; 
	vertical-align: middle;
    text-align: left;
	background: #f7f7f7;
	letter-spacing: 0.08em;
}

.table td{
    font-weight:normal; 
    padding: 7px 30px; 
    text-align: left;
    line-height: 2.0;
    vertical-align: middle;
}

.table td.td-title{
    width: 320px;
}

@media only screen and (max-width: 480px) {

.table th{
    width: 70px;  
    text-align: center;
    padding: 10px; 
    line-height: 1.5;
}

.table td{
    padding: 10px; 
    line-height: 1.5;
}

.table td.td-title{
    width: 80px;
}
	
}


/*==================================================
list
================================================== */

ul.ul-3cols,
ul.ul-4cols{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
}

ul.ul-3cols li{
	width: calc(100%/3);
}

ul.ul-4cols li{
	width: calc(100%/4);
}


@media only screen and (max-width: 1100px) {

ul.ul-3cols,
ul.ul-4cols{
	display: block;
}

ul.ul-3cols li,
ul.ul-4cols li{
	width: 100%;
}
	
	
}



/*==================================================
lazyshow
================================================== */

.lazyshow{
  visibility: hidden;
  transform: translate(0,5rem);
  opacity: 0;
  -moz-transition: all 700ms ease-out 0s;;
  transition: all 700ms ease-out 0ms;
}


/*
.lazyshow-hidden{
  visibility: hidden;
  transform: translate(0,5rem);
  opacity: 0;
  -moz-transition: all 700ms ease-out 0s;;
  transition: all 700ms ease-out 0ms;
}
*/

.lazyshow-show{
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
}

/*==================================================
fade
================================================== */

.fadeIn{
animation-name:fadeInAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



.fadein {
    opacity: 0;
    transform: translateY(50px);
    transition: all 2s ease;
}

.fadein.scrollin {
    opacity: 1;
    transform: translateY(0);
}

.ul-3cols li:first-child{}
.ul-3cols li:nth-child(2){transition-delay: 200ms;}
.ul-3cols li:last-child{transition-delay: 400ms;}

/* jQuaryスクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-80px, 0);
}

.fade-in-right {
  transform: translate(80px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/*==================================================
accordion
================================================== */


@media only screen and (max-width: 1100px) {
	
	dl.accordion{
		border-bottom: 1px solid #dde9f4;
	}

dl.accordion dt{
    cursor:pointer;
    height: auto; 
    position: relative; 
    padding: 0;
	margin-bottom: 0 !important;
}

dl.accordion dt:hover{
    cursor:pointer;
    text-decoration: none;
}


dl.accordion dt:after{
    font-family: "Font Awesome 5 Free";
    content: '\f067';
    font-weight: 900;
	font-size: 12px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 21px;
	color: #005799;
}

dl.accordion dt.open:after{
    font-family: "Font Awesome 5 Free";
    content: '\f068';
    font-weight: 900;
	font-size: 12px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 21px;
	color: #005799;
}

 
dl.accordion dd {
    display:none; 
	margin-left: 20px;
	box-sizing: border-box;
}
	
}

/*==================================================
fc
================================================== */

.fc-blue{color: #00abc7 !important;}
.fc-green{color: #7fbc03 !important;}
.fc-red{color: #e21b1b !important;}



/*==================================================
txt-slider 追加
================================================== */

.txt-slider {
	overflow: hidden;
	position: relative;
}
.txt-slider strong {
	display: inline-block;
	position: relative;
	transition: opacity 0.5s ease-out;
}
.txt-slider strong::before {
	content: '';
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
.txt-slider strong.active::before {
	width: 0;
	left: 100%;
	transition: left 1.5s 1.5s ease-out, width 1.5s 1.5s ease-out;
}




