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

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

@media only screen and (min-width: 1420px) {
	html{overflow-x: hidden;}
}

body{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-family: 'Noto Sans JP', sans-serif !important;
	font-weight: 400;
background:#fff;	
line-height: 1.6;
color:#222;
font-size:17px;
font-size-adjust: none;
-webkit-font-size-adjust: none;
position: relative;
min-width: 1460px;  
}

.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: 'Roboto', sans-serif  !important;
}

@media only screen and (max-width: 480px) {
	html{overflow-x: hidden;}
body{
    overflow-x: 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;
}

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:#222; text-decoration: none;}
a:hover{color:#999; text-decoration:underline;}

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

a.txt-blue01:link, a.txt-blue01:visited{color: #008cd6; text-decoration: none;}
a.txt-blue01:hover{color: #005799; text-decoration: underline;}

a.txt-blue02:link, a.txt-blue02:visited{color: #005799; text-decoration: none;}
a.txt-blue02:hover{color: #008cd6; 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: 480px) {
#page-top{bottom:30px; right:10px; }
}


img{
border:0;
outline:none;
}


.sp-only{display: none !important ;}
@media only screen and (max-width: 480px) {
.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: 480px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

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

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

.btn{
	display: inline-block;
	width: 420px;
	color: #fff !important;
	border-radius: 30px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #EFA51A;
	font-size: 17px;
	text-decoration: none !important;
	position: relative;
	font-weight: 600;
}

.btn:hover{
	background: #008cd6;
	box-shadow: 0px 3px 15px -5px #555;
}

.btn i,
.btn .svg-inline--fa{
	position: absolute !important;
	right: 25px !important;
	top: 50% !important;
	margin-top: -7px !important;
	font-size: 14px !important;
}

.btn i.i-left{
	right: inherit !important;
	left: 25px !important;
}

.btn .svg-inline--fa.fa-long-arrow-alt-left{
	right: inherit !important;
	left: 25px !important;
}



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

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

.btn{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
}

}

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

.contents-area{
    width: 1160px; 
    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: 120px 0;
	width: 920px;
	margin: 0 auto;
}


@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: 120px 0 35px;
	width: 88%;
}

.bg-blue-grad{
	background: url("../images/bg_bluegrad_sp.jpg") repeat-y top center;
	background-size: 100%;
}
	
}

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


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

.title-contents{
    display: block;
    font-size: 36px;
    font-weight: 600;
	margin-bottom: 50px;
}

.title-basic{
    display: block;
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 1.6;
	letter-spacing: 0.1em;
	font-weight: 600;
}

.title-basic span.bb-blue{
	border-bottom: 4px solid #008cd6;
}

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

.title-line{
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	color: #008cd6;
	letter-spacing: 0.08em;
	margin-bottom: 70px;
	position: relative;
	margin-left: -195px;
}

.title-line:before{
	border-top: 2px solid #008cd6;
	content: "";
	width:180px; /* 線の長さ */
	margin-right: 15px;
}


@media only screen and (max-width: 480px) {
	
.title-contents{
	text-align: center;
    margin: 0 auto 50px ; 
    font-size: 25px; 
}

.title-contents small{
    padding-left: 25px;
    font-size: 45%;
    vertical-align: middle;
}

.title-basic{
    margin-bottom: 35px;
    font-size: 21px;
}

.title-line{
	font-size: 15px;
	margin-bottom: 35px;
	position: relative;
	margin-left: -20%;
}

.title-line:before{
	width:25%; /* 線の長さ */
	margin-right: 15px;
}
  .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%);
  }
	
}

@media (max-width: 320px) {

}


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

.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: 480px) {
.breadcrumbs{font-size: 11px; padding: 3px; }    
}

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

i.fas{
    font-weight: 900;
}

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

header{
  position: fixed;
  top: 0;                /* ← これが無いと状況でズレます */
  left: 0;
  right: 0;
  height: 80px;          /* 既存値を尊重 */
  z-index: 99999;
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 14px 0 rgba(0,20,41,.1);
  box-sizing: border-box;
}

#site-title{
	display: inline-block;
	margin-top: 20px;
	margin-left: 40px;
	padding: 0;
	line-height: 1;
	font-size: 13px;
}

#site-title img{height: 40px; vertical-align: top; margin-right: 20px;}
#site-title span{padding-top: 10px; display: inline-block;}

.header-contents{
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
}

.header-contents ul{
	list-style: none;
	display: flex;
}

.header-contents ul li{
	
}

.header-contents ul li a{
	display: block;
	height: 78px;
	line-height: 78px;
	text-align: center;
	font-weight: 600;
	padding: 0 12px;
	border-bottom: 2px solid #fff;
}

.header-contents ul li a:hover{
	text-decoration: none;
	border-color: #008cd6;
}

.header-btn{
	display: flex;
}

.header-btn a{
	display: block;
	width: 160px;
	height: 80px;
	line-height: 80px;
	color: #fff;
	text-align: center;
	background: #005799;
}

.header-btn a.header-btn-01{
	background: #008cd6;
}

.header-tel{
	display: flex;
	height: 80px;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	line-height: 1.3;
}

.header-tel > div{
}

.header-tel span{
	display: block;
	font-size: 12px;
	font-weight: 700;
}

.header-tel a{
	font-weight: 600;
	font-size: 26px;
}

@media only screen and (max-width: 1160px) {
	
#site-title{
	margin-top: 22px;
	margin-left: 10px;
}

#site-title img{height: 34px; }	
	
}

@media only screen and (max-width: 1100px) {
	
.header-contents{
    display: none;
}	
	
.header-btn-sp{
	display: flex;
	margin: 15px auto 35px;
	padding: 0 10px;
}

.header-btn-sp a{
	display: block;
	width: calc(100%/2);
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	background: #005799;
}

.header-btn-sp a.header-btn-01{
	background: #008cd6;
}

.header-tel-sp{
	text-align: center;
	line-height: 1.3;
}

.header-tel-sp span{
	display: block;
	font-size: 15px;
}

.header-tel-sp a{
	font-weight: 600;
	font-size: 32px;
}	
	
}


@media only screen and (max-width: 480px) {
	
header{
	height: 60px;
}

#site-title{
	margin-top: 13px;
	margin-left: 10px;
}

#site-title img{height: 34px; vertical-align: top; margin-right: 0;}
#site-title span{padding-top: 6px; display: inline-block;}



.header-btn, .header-tel{
    display: none;
}


	

}


@media (max-width: 320px) {

    
}

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

footer{
	clear: both;
	padding-top: 100px;
    position: relative;
}

#footer{
	background: #f3f6f9;
	padding: 100px 0 270px;
	text-align: center;
}

#footer h2{
	display: block;
	font-size: 36px;
	letter-spacing: 0.08em;
}

#footer img.footer-logo{
	width: 700px;
	margin: 35px 0;
	vertical-align: bottom;
}

#footer p{
	line-height: 2.0;
	font-size: 17px;
}

#footer-btn{
	display: flex;
	width: 90%;
	gap:15px;
	margin: -200px auto 0;
	position: relative;
}

#footer-btn > div{
	width: calc(100%/2);
}

#footer-btn > div > a{
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #008cd6;
	font-size: 32px;
	height: 250px;
	border-radius: 20px;
	width: 100%;
	text-decoration: none;
}

#footer-btn > div > a.footer-btn02{
	background: #005799;
}

#footer-btn > div > a i{
	display: block;
	margin-top: 20px;
}

#footer-btn > div > a i img{
	width: 60px;
	vertical-align: bottom;
}

#footer-bottom{
	padding: 120px 0;
}

.footer-info{
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
}

.footer-bottom-logo{
	width: 400px;
	vertical-align: bottom;
	margin-bottom: 50px;
}

a img.icn-01{
	width: 11px;
	vertical-align: middle;
	margin-left: 5px;
}

.footer-info a{
	font-size: 17px;
	font-weight: 600;
}

.footer-info p{
	margin: 25px 0 0;
	font-size: 15px;
	line-height: 2.0;
}

#footer-link-area{
	margin-left: 500px;
}

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

.footer-link a{
	display: block;
	color: #005799;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 35px;
}

.footer-link dd a,
a.a-pc{
	font-size: 14px;
	color: #222;
	margin-bottom: 15px;
}

.footer-link a i.fas, .footer-link a .svg-inline--fa{display: none !important;}

.footer-copyright{
	background: #005799;
	color: #fff;
	padding: 25px 0;
}

.footer-copyright a{
	color: #fff;
	line-height: 1;
	margin-right: 30px;
}

.footer-copyright p{
	position: absolute;
	right: 0;
	font-weight: 600;
	font-size: 14px;
	top: 50%;
	margin-top: -10px;
}

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

footer{
	padding-top: 70px;
}

#footer{
	padding: 60px 0 120px;
	text-align: center;
}

#footer h2{
	font-size: 22px;
}

#footer img.footer-logo{
	width: 100%;
	margin: 10px 0 25px;
	vertical-align: bottom;
}

#footer p{
	text-align: left;
	line-height: 2.0;
	font-size: 13px;
}

#footer-btn{
	display: flex;
	width: 90%;
	margin: -100px auto 0;
	position: relative;
}

#footer-btn > div{
	width: calc(100%/2);
}

#footer-btn > div > a{
	font-size: 14px;
	height: 42vw;
	border-radius: 20px;
	width: 96%;
}


#footer-btn > div > a i{
	margin-top: 10px;
}

#footer-btn > div > a i img{
	width: 40px;
}

#footer-bottom{
	padding: 40px 0;
}
	
#footer-bottom .contents-area{
    width: 100%;
}

.footer-info{
	position: relative;
	top: inherit;
	left: inherit;
	width: 100%;
	text-align: center;
	padding: 50px 0 10px;
}

.footer-bottom-logo{
	width: 70%;
	display: block;
	margin: 0 auto 25px;
}

a img.icn-01{
	width: 11px;
	vertical-align: middle;
	margin-left: 5px;
}

.footer-info a{
	font-size: 13px;
}

.footer-info p{
	margin: 25px 0 0;
	font-size: 12px;
}

#footer-link-area{
	margin-left: 0;
}

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

.footer-link a{
	font-size: 13px;
	margin-bottom: 0;
	padding: 15px 25px;
	border-top: 1px solid #dde9f4;
	position: relative;
}

.footer-link dd a{
	font-size: 12px;
	margin-bottom: 0;
	padding-left: 5px;
}
	
.footer-link dt a{
    pointer-events: none;
}

.footer-link a i.fas, .footer-link a .svg-inline--fa{display: inline !important; position: absolute !important; right: 20px !important; top: 50% !important; margin-top: -7px !important;}

.footer-copyright{
	padding: 25px 0;
	text-align: center;
}

.footer-copyright a{
	margin: 0 15px;
}

.footer-copyright p{
	position: relative;
	right: inherit;
	font-size: 12px;
	top: inherit;
	margin-top: 30px;
	text-align: center;
	font-weight: 600;
}
}


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

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

.table tr{
}

.table th{
    width: 180px;  
    text-align:center; 
    padding:25px 25px; 
	vertical-align: top;
    text-align: left;
}

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

.table-dotted-border{
	border-collapse: collapse;
	width: 100%;
	box-sizing: border-box;
}

.table-dotted-border th{
	font-weight: normal;
	padding: 25px 15px;
	border-bottom: 1px dotted #ccc;
	vertical-align: middle;
	text-align: left;
}

.table-dotted-border td{
	font-weight: normal;
	padding: 25px 15px;
	border-bottom: 1px dotted #ccc;
	vertical-align: middle;
	text-align: left;
}

@media only screen and (max-width: 480px) {
    
.table{
    border:none; 
}

.table th{
    display: block;
    width: 100%;
    box-sizing: border-box;
    border:none; 
	text-align: left;
    padding:15px 0 0; 
    font-size: 14px;
}

.table td{
    display: block;
    width: 100%;
    box-sizing: border-box;
    border:none;  
    padding:10px 0 25px; 
	text-align: left;
    font-size: 13px;
}


}



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

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

#footer-bottom dl.accordion{display:none;}

@media only screen and (max-width: 480px) {
	
	#footer-bottom dl.accordion{display:block;}
	
	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: #008cd6;}



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




