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

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

body{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 400;
  font-style: normal;
	background:#fff;
    line-height: 1.8;
    color:#333;
    font-size:14px;
    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: 767px) {

body{
    font-size:13px;
}
    
}

.en-min{
    font-family: "Times New Roman", Times, "serif";
}

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

.en-thin {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.en {
  font-family: baskerville-display-pt,Times New Roman,Georgia,serif;
  font-weight: 400;
  font-style: normal;
    letter-spacing: -.01em;
}

.en.fwb{
    font-weight: 700;
}

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



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


}

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

.img-hover-big{
	display: block;
    overflow: hidden;
}

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

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

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

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



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

a.a-underline{
    text-decoration: underline !important;
}



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


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 ;}
}
.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: 480px){	
  .br-tab { display:none; }
  .br-sp { display:block; }
}

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

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


.btn{
    background-color: transparent;
    color: #fff !important;
    cursor: pointer;
    border: 1px solid #fff;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    min-width: 320px;
	transition: 0.5s;
    text-decoration: none !important;
    position: relative;
	text-align: center;
    border-radius: 60px;
    font-size: 16px;
}

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

.btn-area1btn{
    text-align: center;
    padding: 75px 0 ;
}

.btn-area1btn .btn{
    width: 80%;
}

.btn-area2btn{
    text-align: center;
    display: flex;
    padding: 35px 0;
}

.btn-area2btn .btn{
    width: 50%;
    min-width: auto;
}
.btn-area2btn .btn:first-child{
    margin-right: 3%;
}

.a-arrow-right{
    position: relative;
    padding-right: 25px;
    letter-spacing: 0.08em;
}
.btn.a-arrow-right{
    padding-right: 0;
}
.a-arrow-right::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    width: 15px;
    height: 1px;
    background: #fff;
    transition: .8s;
}
.a-arrow-right::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #fff;
    transform: rotate(-135deg);
    transition: .8s;
}

.btn.a-arrow-right::before{
    right: 17px;
}

.btn.a-arrow-right::after{
    right: 18px;
}


.fc-navy.a-arrow-right::before{
    background: #14456b;
}
.fc-navy.a-arrow-right::after{
    border-color: #14456b;
}

.btn.btn-small{
    background-color: #dbd9d9;
    font-size: 0.8rem;
    border: none;
    height: 34px;
    line-height: 34px;
    min-width: auto;
    padding: 0 35px;
    color: #333 !important;
}
.btn.btn-small:hover{
    background-color: #c2c0c0;
}

.btn-small.a-arrow-right::before{
    background: #333;
}
.btn-small.a-arrow-right::after{
    border-color: #333;
}



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


    
}



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

.btn{

	font-size: 15px;
}   

.btn-y{
    font-size: 15px;
}


	
}


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

.btn-area{
	padding: 35px 0 25px;
}

.btn{
	font-size: 14px;
}
    
.btn::before,
.btn::after{
    display: none;
}

.btn-area1btn .btn{
    width: 94%;
}

.btn-area2btn{
    display: block;
    padding: 25px 0;
}

.btn-area2btn .btn{
    width: 100%;
    margin: 8px 0;
}
.btn-area2btn .btn:first-child{
    margin-right: 0;
}

	
}

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

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

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

.sec{
    margin: 80px auto;
}

.bg-w{
	background: #fff;
}

.sec-grey{
	background: #e8e8e8;
    padding: 65px 0;
}


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

.page-contents{
	margin-top: 85px;
}

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

.contents-area{
    width: 90%; 
}

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


	
}


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


.page-contents{
	margin-top: 70px;
}


	
}

@media (max-width: 767px) {

.sec{
    margin: 60px auto;
}

.sec-grey{
    padding: 35px 0;
}

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


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

.title-contents{
    display: block;
	font-size: 126px;
	line-height: 1.5;
	position: relative;
	margin-bottom: 30px;
    text-align: center;
    font-weight: 400;
}

.title-contents strong{
    display: block;
    font-weight: 400;
    line-height: 1.2;
}

.title-contents span{
    display: block;
    width: 80px;
    height: 1px;
    border-top: 1px solid #14456b;
    margin: 10px auto 0;
}

.title-contents small{
	display: block;
	font-size: 20%;
	font-weight: normal;
    padding-top: 20px;
}

p.title-en{
    margin: 15px 0 0;
    position: relative;
    font-size: 15px;
    padding-left: 5px;
    letter-spacing: 0.08em;
}

p.title-en span{
    position: absolute;
    left: 5px;
    top: -8px;
    width: 40px;
    height: 1px;
    border-top: 1px solid #cd63a8;
}

.box-tate-scroll-line{
    height: 48px;
    position: relative;
    margin: 10px 0;
}

.title-basic{
    display: block;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 1.5;
}


.title-underline{
    display: block;
    color: #cd63a8;
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cd63a8;
    line-height: 2.0;
    font-weight: normal;
    padding: 0 0 5px 2px;
}

.title-border-right{
    display: flex;
    margin: 45px 0 20px;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}

.title-border-right strong{
    font-weight: normal;
     white-space: nowrap;
    margin-right: 0.6em;
}
.title-border-right.fs-big{
    font-size: 32px;
}

.title-border-right span{
    flex-grow: 1;
    position: relative;
    content: "";
    height: 1px;
    border-top: 1px solid;
    top: 18px;
}
.title-border-right.fs-big span{
    top: 28px;
}
.title-border-right.fs-big strong small{
    font-size: 18px;
}

@media only screen and (max-width: 1024px) {
	
.title-contents{
	font-size: 10vw;
	margin-bottom: 35px;
}
    
}


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

.title-basic{
    font-size: 24px;
    margin-bottom: 15px;
}

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

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


.title-underline{
    font-size: 16px;
}

.title-underline.expand span::before{
    width: 200px;
}

.title-border-right{
    margin: 30px 0 20px;
}
    

.title-border-right.fs-big{
    font-size: 24px;
} 
.title-border-right.fs-big span{
    top: 21px;
} 
.title-border-right.fs-big strong small{
    font-size: 15px;
}  


	
}


@media only screen and (max-width: 599px) {
	
.title-contents{
	font-size: 15vw;
	margin-bottom: 30px;
    line-height: 1.4;
}

p.title-en{
    font-size: 13px;
}

.box-tate-scroll-line{
    height: 32px;
    margin: 5px 0;
}

.title-basic{
    font-size: 5.0vw;
    margin-bottom: 5px;
}


.title-underline{
    font-size: 16px;
}


.title-line{
    font-size: 14px;
}

.title-border-right{
    margin: 30px 0 10px;
}
    

.title-border-right.fs-big{
    font-size: 5vw;
} 
.title-border-right.fs-big span{
    top: 18px;
} 
.title-border-right.fs-big strong small{
    font-size: 13px;
}  
	
}

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

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

/*==================================================
icn
================================================== */

.icn{
    vertical-align: middle;
    width: 20px;
}

.icn-l{
    margin-right: 6px;
}

.icn-r{
    margin-left: 6px;
}

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

a:hover .c-w{
    filter: none;
}

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

header{
	width: 100%;
	height: 80px;
	z-index: 99999;
	position: fixed;
	top: 0;
	transition: top 300ms;
    background: #000;
background: hsla(150,5%,20%,.7);
}

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


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

@media only screen and (max-width: 1200px) {
    
    .header-contents{display: none;}
    
}


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

header{
	height: 60px;
}



    
#site-title img{height: 46px; margin:5px 0 0 15px;}    
    
.header-contents{
    display: none;
}    
    
}


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

#site-title img{height: 40px; margin:5px 0 0 12px;}  

}


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

#site-title img{height: 40px; margin:10px 0 0 10px;}  
 

}

/*==================================================
cta
================================================== */

#cta{
    background-color: #14456b;
    padding: 25px 0;
    color: #fff;
}

#cta p{
    width: 100%;
    margin: 0;
    margin-right: 50px;
}

#cta p small{
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.17em;
}

@media (max-width: 1024px) {
    
    #cta .box-flex{
        display: block;
    }
    
#cta{
    padding: 20px 0 30px;
    text-align: center;
}

#cta p{
    margin-right: 0;
    margin-bottom: 20px;
}

#cta p small{
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
}    
    
}




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

footer{
	clear: both;
    background-color: #eee;
    font-size: 14px;
    color: #fff !important;
}

#footer-menu{
    text-align: center;
    padding: 50px 0;
}

#footer-info{
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 25px 0;
    color: #333;
}

#footer-logo{
    width: 30%;
    margin-right: 50px;
    padding-right: 50px;
    border-right: 1px solid #333;
}

#footer-logo img{
    width: 100%;
}

.footer-en{
    padding-left: 60px;
    position: relative;
    letter-spacing: 0.1em;
}

.footer-en span{
    display: block;
    width: 40px;
    border-top: 1px solid #333;
    height: 1px;
    position: absolute;
    top: 14px;
    left: 0;
}


#footer-menu a{
    display: inline-block;
    margin: 0 15px;
}

#footer-menu .a-arrow-right::before{
    background: #333;
}
#footer-menu .a-arrow-right::after{
    border-color: #333;
}

#footer-address{
    position: relative;
    width: 70%;
}

#footer-address a.btn-small{
    position: absolute;
    top: 0;
    right: 0;
}



#footer-copyright{
    background-color: #14456b;
    padding: 25px 0;
    margin-top: 50px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-align: center;
}


@media (max-width: 1024px) {
    
    footer .contents-area{
        width: 95%;
    }

#footer-menu{
    text-align: center;
    padding: 35px 0;
}

#footer-info{
    padding: 20px 0;
}
    
    #footer-info .box-flex{
        display: block;
        padding: 0 15px;
    }

#footer-logo{
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    border: none;
}

#footer-logo img{
    width: 30%;
}
    
#footer-menu a{
    margin: 0 12px;
}

#footer-address{
    width: 100%;
    margin-top: 25px;
}

#footer-address a.btn-small{
    position: absolute;
    top: 0;
    right: 0;
}



#footer-copyright{
    padding: 20px 0;
    margin-top: 30px;
}
	
}

@media (max-width: 767px) {
    
    #footer-menu{
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0 10px;
    }
    
    #footer-menu > a{
        width: calc(100%/2 - 10px);
        margin: 0;
        padding: 0;
        text-align: left;
        margin-right: 10px;
        font-size: 0.8rem;
        margin-bottom: 10px;
    }

#footer-logo img{
    width: 70%;
}

#footer-address a.btn-small{
    position: relative;
    top: inherit;
    right: inherit;
    margin-top: 15px;
    display: inline-block;
    width: auto;
}
    
    #footer-address{
        font-size: 0.8rem;
        text-align: center;
    }



#footer-copyright{
    padding: 10px 0;
    margin-top: 20px;
}
    
    #footer-logo{
        text-align: center;
    }

.footer-en{
    display: inline-block;
}
	
}

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

.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: 480px) {
    
.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-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;
}

.ul-basic{
    margin-left: 18px;
}


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


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

.ul-check li{
    background-size: 24px;
    padding: 5px 0 5px 38px;
    margin-bottom: 10px;
    font-size: 18px;
}
    
}



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

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

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


.fc-navy{color: #14456b !important;}
.fc-black{color: #333 !important;}
.fc-white{color: #fff !important;}


/*==================================================
fs
================================================== */

.fs-large{
    font-size: 120%;
}

.fs-italic{
    font-style: italic;
}

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

.fs-large{
    font-size: 3.8vw;
}
    
}

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


/*==================================================
material-icons-outlined
================================================== */

.material-icons-outlined{
    vertical-align: text-bottom;
}

.icn-14{
    font-size: 14px !important;
}

.icn-16{
    font-size: 16px !important;
}

.icn-18{
    font-size: 18px !important;
}

.icn-20{
    font-size: 20px !important;
}




