@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;
}

html{overflow-x: hidden;}

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

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

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

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

body{
    overflow: hidden;
    min-width: initial;
	font-size: 15px;
	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;
}

.img-hover{
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.img-hover img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: 0.5s;
}

.img-hover img:hover{
    transform: scale(1.2);
}

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

a.txt-red{
    color: #b7183f;
    text-decoration: none;
}

a.txt-red:hover{
    color: #000;
    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: 768px) {
#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: 481px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 480px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}



/*==================================================
btn
================================================== */

.bt, .bt-form{
	display: inline-block;
	min-width: 320px;
	border-radius: 60px;
	text-align: center;
	height: 60px;
	line-height: 58px;
	padding: 0;
    text-decoration: none;
}

.bt.btn-w{
	background: #fff;
	color: #0073cc;
	border: 1px solid #0073cc;
}

.bt.btn-w:hover{
	background: #0073cc;
	color: #fff;
}

.bt.btn-blue, .bt-form{
	background: #0073cc !important;
	color: #fff !important;
	border: 1px solid #0073cc !important;
}

.bt-form{
    line-height: 1 !important;
}

.bt.btn-blue:hover, .bt-form:hover{
	background: #fff !important;
	color: #0073cc !important;
}

.btn_back{
    border: none !important;
    border-radius: 40px !important;
    margin: 20px auto 0 !important;
    padding: 10px 30px !important;
}


@media (max-width: 599px) {

.bt, .bt-form{
	display: block;
	min-width: 90%;
	width: 90%;
	margin:  0 auto;
	height: 60px;
	line-height: 58px;
	padding: 0;
}
	
}




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

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

.btn{
    background: #222;
    color: #fff !important;
    cursor: pointer;
    border: 1px solid #222;
    border-radius: 6px;
    padding: 16px 0;
    font-size: 15px;
    display: inline-block;
    min-width: 280px;
	transition: 0.5s;
    text-decoration: none !important;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.2;
}

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

.btn-small{
    min-width: 180px !important;
    padding: 10px 0 !important;
}

.btn.btn-keycolor{
    background: #f45963;
    border-color: #f45963;
}

.btn.btn-keycolor:hover{
    color: #f45963 !important;
    background: #fff;
}

.btn.btn-w{
    background: #fff;
    color: #222 !important;
    border-color: #fff;
}

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


.wp-block-buttons{
    margin: 35px 0 0;
}


.wp-block-button a{
    min-width: 320px;
    text-decoration: none !important;
}

.btn.btn-line{
    background: #06c755;
    border-color: #06c755;
}

.btn.btn-line:hover{
    color: #06c755 !important;
    background: #fff;
}

.btn.btn-hpb{
    background: #9f1547;
    border-color: #9f1547;
}

.btn.btn-hpb:hover{
    color: #9f1547 !important;
    background: #fff;
}




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

.btn{
	font-size: 15px;
    padding: 16px 35px;
}
	
}


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

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

.btn{
	font-size: 15px;
    padding: 16px 35px;
    min-width: 160px;
}


.wp-block-button a{
    min-width: 280px;
}

.btn-small{
    min-width: 120px !important;
    padding: 8px 15px !important;
}
	
}




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

.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-top: 100px;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{
	opacity: 0.75 !important;
}

#page-contents{
    padding: 130px 0 80px;
}


@media (max-width: 1160px) {
	
.contents-area{
    width: 90%; 
}	
  
}

@media (max-width: 768px) {

.sec{
	padding-top: 50px;
}

#page-contents{
    padding: 80px 0 50px;
}
    
}


@media (max-width: 599px) {
	

  
}


/*==================================================
title
================================================== */

.title-contents{
    display: block;
    border: none !important;
    font-size: 42px;
    padding: 0;
    margin: 0;
    text-align: center;
}

.title-contents small{
    display: block;
    font-size: 21px;
    margin: 0;
    padding: 0;
    position: relative;
}

.title-contents small span{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 28px;
    width: 50px;
    border-top: 1px solid #fff;
    height: 1px;
}

.title-big-en{
    border: none !important;
    font-size: 80px;
    color: #f7f7f7;
    position: relative;
    text-align: left;
    letter-spacing: -0.05em;
    padding: 0;
    margin: 0 0 15px;
    font-weight: 900;
}

.title-big-en small{
    position: absolute;
    bottom: 10px;
    left: 54px;
    font-size: 21px;
    color: #333;
    letter-spacing: 0.09em;
    display: block;
    line-height: 1;
}

.title-big-en small span{
	position: absolute;
    display: inline-block;
    width: 40px;
    border-top: 1px solid #333;
    height: 1px;
    left: -46px;
    bottom: 8px;
}

.page-title{
    border: none;
    display: block;
    text-align: center;
    font-size: 42px;
    margin: 30px 0;
    line-height: 1.5;
}
.page-title small{
    display: block;
    font-size: 55%;
}

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

.title-big-en{
    line-height: 0.7;
    font-size: 120px;
    margin-bottom: 35px;
}

.title-big-en small{
    bottom: -10px;
}

.title-big-en small span{
    bottom: 5px;
}
    
}

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

.title-contents{
    font-size: 4vw;
}

.title-big-en{
    font-size: 80px;
}
    
.page-title{
    font-size: 32px;
    margin: 10px 0 0;
}    
    
}

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

.title-contents{
    font-size: 7.6vw;
}

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

.title-contents small span{
    top: 25px;
    width: 35px;
}

.title-big-en{
    font-size: 12vw;
	line-height: 0.8;
	margin-bottom: 35px;
}

.title-big-en small{
   font-size: 15px;
    bottom: -11px;
    left: 40px;
}

.title-big-en small span{
   width: 28px;
    left: -35px;
    bottom: 6px;
}

.page-title{
    font-size: 7vw;
    margin: 10px 0 0;
}
	
}



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

.breadcrumbs{
    padding: 20px 0;
    }
.breadcrumbs ul{list-style: none; text-align: right; font-size: 13px;}
.breadcrumbs ul li{display: inline-block; margin: 0 6px;}
.breadcrumbs ul li:after{content: ">"; padding-left: 18px;}
.breadcrumbs ul li.active-page:after{content: none;}
.breadcrumbs ul li a{
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    
.breadcrumbs{
    padding: 20px 0 0;
    }    
   
}

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

i.fas{
    font-weight: 900;
}

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

header{
    width: 100%;
    z-index: 99999;
	position: fixed;
	top: 0;
	transition: top 300ms;
}

#header-top{
    background-color: #fff;
}

#header-top-inner{
    width: 1160px;
    height: 70px;
    margin: 0 auto;
    position: relative;
}

#header-top-link{
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
    color: #333;
    display: flex;
}

#header-top-link ul{
    list-style: none;
    display: flex;
}

#header-top-link ul li{
    line-height: 70px;
    text-align: center;
}

#header-top-link ul li a{
    color: #333;
    font-size: 13px;
    border-left: 1px solid #333;
    padding: 2px 8px;
}

#header-top-link ul li:last-child a{
    border-right: 1px solid #333;
}

#header-top-info{
    padding-left: 25px;
    display: flex;
}

#header-top-info > div{
    padding-top: 19px;
}

#header-top-info a{
    display: block;
    border-radius: 6px;
    background: #333;
    border:1px solid #333;
    color: #fff;
    padding: 4px 10px;
    font-size: 13px;
    margin: 0 6px;
    text-decoration: none;
}

#header-top-info a:hover{
    background: #fff;
    color: #333;
}


#site-title{
    display: block;
	line-height: 1;
}
img.logo{
    height: 30px;
    margin-top: 20px;
    vertical-align: middle; 
    image-rendering:auto;
}
@media only screen and (max-width: 1200px) {

#header-top-inner{
    width: 98%;
}
    
}


@media only screen and (max-width: 860px) {
    
#header-top-link{
    display: none;
}
    
#header-top-inner{
    height: 60px;
} 
    
img.logo{
    margin-top: 15px;
}   

    
}


@media only screen and (max-width: 599px) {	
    
    .gt_switcher_wrapper{
        right: 18% !important;
    }
    
    .gt_switcher{
        width: 110px !important;
    }
    
    .gt_selected a{
        width: 100% !important;
        font-size: 10px !important;
        box-sizing: border-box !important;
    }
    
    .gt_selected a:after{
        right: 3px !important;
        background-size: 8px !important;
    }
    
}


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

#header-top-inner{
    width: 94%;
}
    
img.logo{
    height: 20px;
    margin-top: 20px;
} 
	
}



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

footer{
	clear: both;
    text-align: center;
    border-top: 1px solid #ddd;
	background: #fff;
	padding: 50px 0 ;
	margin: 0;
}

#footer{
    width: 1200px;
    margin: 0 auto;
}

#footer-menu{
}

#footer-info{
}

#footer-menu ul{
	list-style: none;
}

#footer-menu li{
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
}

a.a-footer-contact{
    display: inline-block;
    border-radius: 6px;
    background: #222;
    color: #fff;
    padding: 6px 20px;
    font-size: 13px;
    margin: 20px 0;
    text-decoration: none;
}

a.a-footer-contact:hover{
    background: #fff;
    color: #222;
}

#footer-sns a{
	margin-left: 15px;
	font-size: 16px;
}

#footer-sns a:hover{
	opacity: 0.85;
}

#footer-copyright{
	clear: both;
	font-size: 12px;
	letter-spacing: 0.08em;
}

p.footer-tel{
	margin: 0;
}

p.footer-tel a{
	font-size: 15px;
}

p.footer-address a{
	display: inline-block;
	border-radius: 4px;
	background: #222;
	color: #fff;
	font-size: 12px;
	padding: 2px 8px;
	margin-top: 7px;
}

p.footer-logo img{
	margin: 0 auto;
	display: block;
    width: 20%;
}

@media only screen and (max-width: 1200px) {
    
    #footer{
        width: 94%;
    }
    
}

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

footer{
	padding: 30px 0 20px;
}
	
#footer{
    width: 94%;
}
	
}


@media only screen and (max-width: 768px) {
	
#footer-menu li a{
    font-size: 13px;
}
	
}


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

#footer-menu{
	float: none;
	width: 100%;
	text-align:center;
}

#footer-info{
	float: none;
	width: 90%;
    margin: 0 auto 10px;
}

#footer-menu ul{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

#footer-menu li{
	margin: 0;
	font-size: 13px;
	width: calc(100%/3);
}
	
#footer-menu li a{
    display: block;
    margin: 15px 0;
}

a.a-footer-contact{
    display: block;
	width: 60%;
    padding: 12px 0;
    margin: 10px auto 30px;
}

#footer-sns a{
	margin: 0 10px;
	font-size: 18px;
}

#footer-copyright{
	text-align: center;
}

p.footer-tel{
	margin: 0 0 25px;
		padding: 0 10px;
}

p.footer-tel a{
	font-size: 16px;
}
	
p.footer-address{
    margin: 25px 0 15px;
    padding: 0 10px;
}

p.footer-address a{
	display: inline-block;
	border-radius: 40px;
	background: #333;
	color: #fff;
	font-size: 12px;
	padding: 2px 8px;
	margin-top: 7px;
}

p.footer-logo img{
	margin: 0 auto;
	width: 80%;
}
	
}


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

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

.body-menu table{
    margin: 35px 0 10px;
}

.body-menu table,
.body-menu table th,
.body-menu table td{
    border: none !important;
}

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

.table th,
.body-menu table th{
    width: 300px;  
	box-sizing: border-box;
    padding: 30px 30px; 
	vertical-align: middle;
    text-align: left;
	background: #f3f6f9;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.table td,
.body-menu table td{
    font-weight:normal; 
    padding: 30px; 
    line-height: 2.0;
	vertical-align: top;
}

.body-menu table td{
    padding: 18px 15px;
}

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

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

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

.table-line th{
    background: none;
    padding: 18px 15px;
    width: 140px;
}

.table-line td{
    padding: 18px 15px;
}


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

.table-line th{
    padding: 15px 15px;
    width: 120px;
}

.table-line td{
    padding: 15px 15px;
}
    
}


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

.body-menu table{
    margin: 25px 0 10px;
}

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

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

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

.table td strong{
	margin-top: 10px;
}
	
.table.no-border tr:first-child{
    border-top: none;
}
	
.table tr:last-child{
    border-bottom: none;
}
	
.table.table-line tr:last-child{
    border-bottom: 1px solid #ddd;
}
    
.table-line th{
    display: table-cell;
    width: 110px;
    padding: 10px 0 10px 10px;
}

.table-line td{
    display: table-cell;
    width: auto;
    padding: 10px;
}    

}


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

.table td{
    padding: 20px 10px 30px;
}

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

.table td strong{
	margin-top: 10px;
}
	
.table.no-border tr:first-child{
    border-top: none;
}
    
.table-line th{
    display: block;
    width: 100%;
    padding: 12px 10px 0 10px;
}

.table-line td{
    display: block;
    width: 100%;
    padding: 12px 20px;
} 

}


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

.ul-2cols,
.ul-3cols,
.ul-4cols,
.ul-5cols{
    display: flex;
    list-style: none;
    padding: 0;
}

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

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

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

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

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

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

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


@media only screen and (max-width: 599px) {
.ul-2cols,
.ul-3cols,
.ul-4cols,
.ul-5cols{
    display: block;
}
.ul-2cols li,
.ul-3cols li,
.ul-4cols li,
.ul-5cols li{
    width: 100%;
}

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

.ul-4cols li:first-child{}
.ul-4cols li:nth-child(2){transition-delay: 0;}
.ul-4cols li:nth-child(3){transition-delay: 0;}
.ul-4cols li:last-child{transition-delay: 0;}

.ul-5cols li:first-child{}
.ul-5cols li:nth-child(2){transition-delay: 0;}
.ul-5cols li:nth-child(3){transition-delay: 0;}
.ul-5cols li:nth-child(4){transition-delay: 0;}
.ul-5cols li:last-child{transition-delay: 0;}
	
	
}



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


dl.accordion{
	border-bottom: 1px solid #ddd;
}

dl.accordion dt{
    cursor:pointer;
    height: auto; 
    position: relative; 
	padding: 20px 10px;
	transition: 1s;
	line-height: 2.2;
}

dl.accordion dt.open{
	background: #222;
	color: #fff;
}

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: 13px;
	position: absolute;
	top: 36%;
	right: 20px;
}

dl.accordion dt.open:after{
    font-family: "Font Awesome 5 Free";
    content: '\f068';
    font-weight: 900;
	font-size: 13px;
	position: absolute;
	top: 36%;
	right: 20px;
}

 
dl.accordion dd {
    display:none; 
	padding: 30px 0 15px 40px;
	box-sizing: border-box;
	background: #fff;
}

dl.accordion dt span{
	display: inline-flex;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #222;
	color: #fff;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

dl.accordion dt p{
	width: 95%;
	margin: 0;
	text-align: justify;
}


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


dl.accordion dt:after{
	font-size: 12px;
	top: inherit;
	bottom: 10px;
	right: 10px;
}

dl.accordion dt.open:after{
	font-size: 12px;
	top: inherit;
	bottom: 10px;
	right: 10px;
}

dl.accordion dt p{
	width: 92%;
	margin: 0;
}
	
	
}



@media only screen and (max-width: 480px) {
 
dl.accordion dd {
	padding: 20px 0 15px 5px;
}
	

}


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

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


/*==================================================
text-align
================================================== */

.ta-c{text-align: center !important;}
.ta-l{text-align: left !important;}
.ta-r{text-align: right !important;}
.ta-j{text-align: justify !important;}







