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

@font-face {
  font-family: 'Line-Seed';
  src: url('../fonts/LINESeedJP_OTF_Th.woff2') format('woff2');
  font-weight: 100;
}
@font-face {
  font-family: 'Line-Seed';
  src: url('../fonts/LINESeedJP_OTF_Rg.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Line-Seed';
  src: url('../fonts/LINESeedJP_OTF_Bd.woff2') format('woff2');
  font-weight: 700;
}
@font-face {
  font-family: 'Line-Seed';
  src: url('../fonts/LINESeedJP_OTF_Eb.woff2') format('woff2');
  font-weight: 800;
}

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

body{
  font-family: "Line-Seed", sans-serif;
	font-weight: 400;
	background:#fff;
    line-height: 1.8;
    color:#000;
    font-size:18px;
    font-size-adjust: none;
    -webkit-font-size-adjust: none;
    position: relative;
	overflow-x: hidden;
}

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

body{
	overflow-x: hidden;
}
    
}

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

body{
    font-size:16px;
	overflow-x: hidden;
}
    
}

.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: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}

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


}

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

img.img-w{
    filter: brightness(0) invert(1);
}

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:#000; 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;}

.a-pen{
    pointer-events: none;
}

.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{
    display: inline-block;
    width:80px;
    height: 80px;
    transition: 0.5s;
    text-decoration: none !important;
    color: #000 !important;
    cursor: pointer;
	text-align: center;
}



/*@keyframes slideyy{
  from {height: 31px; bottom: 58px;}
  50% {height: 75px; bottom: 7px; }
  to {height: 20px; }
}*/

#page-top a::before{
    /*animation-name: slideyy;
    animation-duration: 1s;*/
    content: "";
    position: absolute;
    bottom: 30px;
    left: 40px;
    margin: auto;
    width: 1px;
    height: 26px;
    background: #000;
    transition: .4s;
}

@keyframes slidey{
  from {height: 26px; bottom: 30px;}
  50% {height: 26px; }
  to {height: 26px; }
}

#page-top a:hover::before{
    animation-name: slidey;
    animation-duration: 1s;
    bottom: 25px;
}


#page-top a::after{
    /*animation-name: slideyyy;
    animation-duration: 1s;*/
    content: "";
    display: block;
    position: absolute;
    bottom: 49px;
    left: 37px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(135deg);
    transition: .4s;
}

#page-top a:hover::after{
    bottom: 44px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}


@media (max-width: 767px) {
    
#page-top{right:10px; }  
#page-top a{
    width:60px;
    height: 60px;
}    
    
}



img{
border:0;
outline:none;
}


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

  .br-pc { display:block; }
  .br-sp { display:none; }

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

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

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

.btn{
    background: #fff;
    color: #000 !important;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 48px;
    padding: 10px 0;
    display: inline-block;
    min-width: 280px;
	transition: 0.5s;
    text-decoration: none !important;
    position: relative;
	font-size: 18px;
	text-align: center;
    font-weight: bold;
}

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


.btn::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
    width: 26px;
    height: 1px;
    background: #000;
    transition: .8s;
}
.btn::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #000;
    transform: rotate(-135deg);
    transition: .8s;
}

.btn:hover::before{
    background: #fff;
}

.btn:hover::after{
    border-color: #fff;
}

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


    
}



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

	
}


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

.btn-area{
	padding: 20px 0 ;
}

.btn{
    padding: 8px 0;
    min-width: 60%;
	font-size: 14px;
}
    
.btn::before{
    right: 10px;
    width: 18px;
}
.btn::after{
    right: 11px;
    width: 6px;
    height: 6px;
}

.btn:hover::before{
    background: #fff;
}

.btn:hover::after{
    border-color: #fff;
}    
    


	
}

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

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

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

.contents-wide{
    padding-left: 50px;
    padding-right: 50px;
}

.sec{
	padding-top: 150px;
}

.bg-w{
	background: #fff;
}

.sec-grey{
	background: #f4f4f4;
}


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

.page-contents{
    background-color: #fff;
    position: relative;
    z-index: 30;
    margin-bottom: 410px;
    border-bottom: 1px solid #000;
}

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

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

.contents-wide{
    padding-left: 30px;
    padding-right: 30px;
}

.sec{
	padding-top: 120px;
}
    

	
}


@media only screen and (max-width: 768px) {
    
.sec{
	padding-top: 75px;
}
    
    .page-contents{
        margin-bottom: 420px;
    }

.contents-wide{
    padding-left: 20px;
    padding-right: 20px;
}
	
}

@media (max-width: 767px) {

.sec{
	padding-top: 50px;
}
    
    .page-contents{
        margin-bottom: 430px;
    }
	


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


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

.title-en{
    display: block;
    font-size: 120px;
    text-align: center;
    font-weight: normal !important;
    margin-bottom: 50px;
    line-height: 0.8;
}

.title-en span{
    display: block;
}

.title-en small{
    display: block;
    font-weight: 600;
    font-size: 24px;
    padding-top: 70px;
}

.title-basic{
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
}

.title-line{
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.title-line::before{
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    border-top: 1px solid #8fa7c0;
    left: 0;
    bottom: 0;
    transition: 1.5s;
    content: "";
}

.title-line.expand::before{
    width: 100%;
}

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

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


    
}

@media only screen and (max-width: 768px) {
	
.title-en{
    font-size: 9vw;
    margin-bottom: 30px;
}

.title-en small{
    font-size: 21px;
    padding-top: 50px;
}

.title-basic{
    font-size: 3.4vw;
    line-height: 1.5;
}

.box-tate-scroll-line{
    height: 38px;
    margin: 7px 0;
}

.title-line{
    font-size: 16px;
    padding-bottom: 8px;
}
	
}


@media only screen and (max-width: 767px) {
	
.title-en{
    font-size: 14vw;
}

.title-en small{
    font-size: 18px;
    padding-top: 40px;
}


.title-basic{
    font-size: 6vw;
    line-height: 1.5;
}
	
}


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

.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{
	height: 80px;
	z-index: 99999;
	width: 100%;
	position: fixed;
	top: 0;
	transition: top 300ms;
    transition: background-color 0.5s ease;
}

header.bg-active{
    background-color: #fff;
}

#site-title{
    opacity: 0;
    transition: 2.5s;
}
#site-title.logo-visible{
    opacity: 1.0;
}

#site-title img{height: 40px; vertical-align: middle; margin:10px 0 0 20px; image-rendering: auto;}

#site-title img{
    filter: brightness(0) invert(1);
}


.home #site-title img{
    filter: brightness(0) invert(0);
}

.page header.bg-active #site-title img{
    filter: brightness(0) invert(0);
}


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




@media (max-width: 768px) {

header{
	height: 60px;
}

#site-title img{height: 36px; vertical-align: middle; margin:0 0 0 10px;}


.header-contents{
	top: 0;
	right: 2%;
}


}


@media (max-width: 768px) {

#site-title img{height: 38px; vertical-align: middle; margin:5px 0 0 10px;}
.header-contents{
    display: none;
}
}

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

footer{
    background-color: #fff;
	clear: both;
    font-size: 13px;
    padding: 35px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.ul-footer{
    list-style: none;
    margin-bottom: 30px;
}

.ul-footer li{
    display: inline-block;
    border-left: 1px solid #000;
}
.ul-footer li:last-child{
    border-right: 1px solid #000;
}

.ul-footer li:nth-child(2){transition-delay: 300ms;}
.ul-footer li:nth-child(3){transition-delay: 500ms;}
.ul-footer li:nth-child(4){transition-delay: 700ms;}
.ul-footer li:nth-child(5){transition-delay: 900ms;}
.ul-footer li:nth-child(6){transition-delay: 1100ms; }

.ul-footer li a{
    font-weight: bold;
    padding: 2px 5px 2px 10px;
}
.ul-footer li:last-child a{
    padding-right: 10px;
}

.logo-footer{
    display: block;
    width: 140px;
    margin: 0 auto;
}

p.copy-footer{
    margin: 20px 0 0;
    text-align: center;
    letter-spacing: 0.2em;
}

#footer-bottom{
    border-top: 1px solid #000;
    padding: 35px 50px;
    margin-top: 30px;
    position: relative;
}

p.address-footer{
    margin: 0;
}
p.address-footer strong{
    display: block;
    font-size: 18px;
}

p.copyright{
    position: absolute;
    bottom: 35px;
    right: 50px;
    text-align: right;
    margin: 0;
}

@media (max-width: 768px) {

.logo-footer{
    display: block;
    width: 18%;
    margin: 0 auto;
}

#footer-bottom{
    padding: 35px 30px;
}
	
}

@media (max-width: 767px) {

footer{
    font-size: 12px;
    padding: 25px 0;
}

.ul-footer{
    margin-bottom: 25px;
}

.ul-footer li{
    display: inline-block;
    margin-bottom: 5px;
}
    .ul-footer li:nth-child(4){
        border-right: 1px solid #000;
    }
    .ul-footer li:nth-child(4) a{
        padding-right: 10px;
    }



.logo-footer{
    width: 32%;
}

p.copy-footer{
    margin: 20px 0 0;
    letter-spacing: 0.1em;
    font-size: 3vw;
}

#footer-bottom{
    padding: 25px 20px 10px;
    margin-top: 25px;
}
p.address-footer strong{
    font-size: 16px;
}

p.copyright{
    position: relative;
    bottom: inherit;
    right: inherit;
    text-align: center;
    margin: 25px 0 0;
}	
	
}

@media (max-width: 320px) {
    #footer-top{
        width: 96% !important;
    }
    .ul-footer li{
        margin-bottom: 7px;
    }
    .ul-footer li a{
    font-weight: bold;
    padding: 1px 0 1px 5px;
}
    .ul-footer li:nth-child(4) a{
        padding-right: 5px;
    }
    
}

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

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

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

.table th{
    width: 100px;  
    padding: 30px 30px; 
	vertical-align: middle;
    text-align: left;
	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;
}

.table td div{
	margin-bottom: 20px;
}

.table td strong{
	display: block;
	font-weight: 500;
}


@media only screen and (max-width: 767px) {
    
.table{
	font-size: 14px;
}

.table th{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background: none;
}

.table td{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px 20px 35px;
}

.table td div{
	margin-bottom: 0;
}

.table td strong{
	margin-top: 10px;
}
	
.table.no-border tr:first-child{
    border-top: none;
}

}



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

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

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

.ul-4cols{
    list-style: none;
    display: flex;
}

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


.ul-check{
    list-style: none;
}

.ul-check li{
    background:url("../images/icn_check.svg") no-repeat center left;
    background-size: 28px;
    padding: 5px 0 5px 38px;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1;
}

.ol-basic, .ul-basic{
    margin-left: 20px;
}

.ol-basic li{
    margin-bottom: 12px;
}

.ul-basic{
    list-style: disc;
}


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

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

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

.ul-check li{
    background-size: 20px;
    padding: 5px 0 5px 28px;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.5;
}

.ul-4cols{
    display: block;
}

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

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

.fc-keycolor{
    color: #64beb9;
}


.fc-blue{color: #8fa7c0 !important;}
.fc-green{color: #7fbc03 !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;
}




