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

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

html{overflow-x: hidden;}

body{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	background:#fff;	
line-height: 1.6;
color:#000;
font-size:17px;
font-size-adjust: none;
-webkit-font-size-adjust: none;
position: relative;
	overflow-x: hidden;
/*min-width: 1360px;  */
}



.min{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

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

@media only screen and (max-width: 1100px) {
	html{overflow-x: hidden;}
body{
    overflow: hidden;
    min-width: initial;
	font-size: 16px;
	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:#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: 1100px) {
#page-top{bottom:30px; right:10px; }
}


img{
border:0;
outline:none;
}


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

@media screen and (min-width: 481px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 599px){	
  .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: #81ba03;
	text-decoration: none !important;
	position: relative;
	border: 2px solid #81ba03;
	padding: 14px 30px;
    border-radius: 6px;
	line-height: 1.3;
	min-width: 320px;
}

.btn:hover{
	background-color: #fff;
	color: #81ba03 !important;
}

.btn small{
    display: block;
    padding-top: 12px;
    font-size: 84%;
}

.btn.btn-black{
	background: #000;
	color: #fff !important;
	border-color: #000;
}

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

.btn.btn-pen{
    pointer-events: none !important;
}

.btn.btn-pink{
	background: #cb3557;
	color: #fff !important;
	border-color: #cb3557;
}

.btn.btn-pink:hover{
	background-color: #fff;
	color: #cb3557 !important;
}




@media only screen and (max-width: 768px) {
    
.btn{
	padding: 14px 15px;
	min-width: 38%;
}
    
}



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

.btn{
    display: block;
    width: 90%;
    margin: 0 auto 10px;
    box-sizing: border-box;
	padding: 15px 5px;
	min-width: 90%;
    }

.btn small{
    font-size: 75%;
}

}



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

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

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

.sec{
	padding-top: 100px;
}

.bg-w{
	background: #fff;
}

.sec-grey{
	background: #f4f4f4;
}

.sec-green{
	background: #e9f3cf;
}

.sec-pink{
	background: #f08e9e;
    color: #fff;
}


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

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

#contents{
    padding-top: 100vh;
}

#contents-page{
    padding-top: 170px;
}



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

.page-wrapper{
	/*overflow: hidden;*/
}
	
}

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

.contents-area,
.contents-area-small{
    width: 90%; 
}
	
}

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

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


@media only screen and (max-width: 599px) {
    
.contents-area,
.contents-area-small{width: 90%; }

.sec{
	padding-top: 75px;
}

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

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



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

#contents{
    padding-top: 141vw;
}

#contents-page{
    padding-top: 80px;
}
	
}

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


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

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

.title-contents span{
	width: 80px;
	margin: 0 auto;
	display: block;
	height: 25px;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
}

.title-contents small{
	display: block;
	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: 26px;
    line-height: 1.6;
	letter-spacing: 0.1em;
    margin-bottom: 35px;
    text-align: center;
}

.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-en{
    display: block;
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 25px;
    text-align: center;
}

.title-en small{
    display: block;
    font-size: 40%;
}

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

.title-en{
    font-size: 38px;
}

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


@media only screen and (max-width: 599px) {
	
.title-contents{
    font-size: 22px; 
	margin-bottom: 25px;
}

.title-contents span{
	width: 60px;
	height: 15px;
	margin-bottom: 10px;
}

.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{
    font-size: 19px;
}
  .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%);
  }

.title-en{
    font-size: 32px;
    line-height: 1.2;
}

.title-en small{
    margin-bottom: 10px;
    font-size: 50%;
}
	
}




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

i.fas{
    font-weight: 900;
}

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

.select-lang{
    position: fixed;
    top: 8px;
    right: 15px;
    color: #000;
    z-index: 9999999;
}

.select-lang a{
    color: #000;
    font-size: 13px;
}

.select-lang a:hover{
    text-decoration: underline;
}

header{
	width: 100%;
	position: fixed;
	z-index: 10;
	background:#e9eced;
    text-align: center;
}


.day{
    font-size: 16px;
    font-weight: 600;
    color: #fff100;
}

#site-title{
    display: block;
    height: 80px;
    line-height: 78px;
    font-size: 32px;
    font-weight: bold;
}

img.logo{width: 260px; image-rendering:auto; vertical-align: middle;}
#site-title small{padding-top: 50px; display: inline-block; color: #333; font-size: 15px;}

.header-contents{
    background-color: #000;
}
.header-contents ul{
	list-style: none;
    text-align: center;
}

.header-contents ul li{
	display: inline-block;
}

.header-contents ul li a{
	display: flex;
	height: 44px;
	line-height: 1.5;
	text-align: center;
	padding: 0 15px;
	color: #fff;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 15px;
}

.header-contents ul li a:hover,
.header-contents ul li.active-page a{
	background-color: #8ece00;
	color: #000;
}

.header-btn{
	display: flex;
}

.header-btn a{
	display: block;
	width: 160px;
	height: 100px;
	line-height: 100px;
	color: #fff;
	text-align: center;
	background: #00abc7;
	margin-left: 35px;
	font-size: 24px;
	letter-spacing: 0.08em;
}

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

@media only screen and (max-width: 768px) {
    
header{
   
}

#site-title{
    height: 60px;
    line-height: 59px;
    font-size: 25px;
}	

.day{
    font-size: 13px;
}
	
.header-contents ul li a{
	height: 38px;
	padding: 0 12px;
	font-size: 13px;
}	
    
}




@media only screen and (max-width: 599px) {
    
    header{
        background-color: #000;
        color: #fff;
        text-align: left;
        padding-left: 10px;
        box-sizing: border-box;
    }
    
    header a{
        color: #fff !important;
    }
    
.select-lang{
    display: none;
} 
	.header-contents{
		display: none;
	}

#head-header{

}

#site-title{
    font-size: 4.6vw;
}
   
img.logo{width: 60%; }	

.day{
    font-size: 11px;
    padding-top: 10px;
}	
	
}




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

footer{
	clear: both;
    position: relative;
	text-align: center;
	padding: 50px 0;
	font-size: 14px;
}

.footer-copyright{
	margin-top: 35px;
	letter-spacing: 0.09em;
    font-size: 12px;
}

.shusai img{
    width: 120px;
    display: block;
    margin: 0 auto 25px;
    vertical-align: bottom;
}

.shusai small{
	display: block;
	font-size: 13px;
	padding-top: 6px;
}

.footer-contact{
    margin: 35px 0;
    letter-spacing: 0.08em;
}

.footer-contact a{
    color: #000;
    text-decoration: underline;
}

.footer-contact h3{
    display: block;
    width: 140px;
    font-size: 14px;
    border: 1px solid #000;
    margin: 0 auto 10px;
    padding: 5px 0;
}

.footer-attension{
    width: 620px;
    margin: 35px auto 50px;
    text-align: justify;
    font-size: 13px;
    line-height: 1.8;
}

.sns-link a{
    font-size: 18px;
    text-decoration: underline;
}


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

footer{
	padding: 30px 0;
	font-size: 13px;
}

.footer-copyright{
    padding: 0 15px;
    font-size: 11px;
}

.shusai img{
    width: 24%;
    margin: 0 auto 15px;
}

.footer-attension{
    width: 90%;
    margin: 25px auto 30px;
    font-size: 12px;
    line-height: 1.6;
}

.sns-link a{
    font-size: 16px;
}
	
}


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

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

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

.table th{
    width: 450px;  
    padding: 30px 30px; 
	vertical-align: middle;
    text-align: left;
	background: #f4f4f4;
	font-weight: 500;
	letter-spacing: 0.08em;
}

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

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

.table th{
    width: 35%; 
}
    
}


@media only screen and (max-width: 599px) {
    
.table{
    margin-bottom: 35px;
}

.table th{
	display: block;
	width: 100%;
	box-sizing: border-box;
    padding: 12px 10px;
}

.table td{
	display: block;
	width: 100%;
	box-sizing: border-box;
    padding: 10px 10px 15px;
}

.table tr:last-child{
	border-bottom: none;
}



}


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

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

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

ul.ul-basic{
    margin: 0 0 0 18px;
    line-height: 2.0;
}


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

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

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

ul.ul-basic{
    margin: 0 0 0 15px;
    line-height: 1.8;
}
	
	
}



/*==================================================
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-yellow{color: #fff100 !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;
}




