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

:root {
    --color-blue01: #3b4e65;
    --color-blue02: #008ee8;
    --color-yellow: #fed516;
    --color-black: #000;
    --color-grey: #f4f4f4;
    --color-orange: #f38c13;
    
  --active-bg: #0F1423;
  --active-accent: #FFD700;
  --inactive-bg: #F9FAFC;
  --inactive-accent: #8E99AF;
  --text-active: #FFFFFF;
  --text-inactive: #5E6C84;
  --dot-color: #413F30;    
}

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

html{
    font-size: 16px;
}

body{
  font-family: "Line-Seed", sans-serif;
  font-weight: 400;
  font-style: normal;
	background:#fff;
    line-height: 1.6;
    color:var(--color-black);
    font-size:16px;
    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) {



html{
    font-size: 15px;
}
    
}

.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:#000; text-decoration: none;}
a:hover{color:#3b4e65; 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: 35px 0;
}


.btn{
    background-color: var(--color-blue02);
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
	transition: 0.5s;
    text-decoration: none !important;
    position: relative;
	text-align: center;
    border-radius: 6px;
    min-width: 320px;
    padding: 20px 0;
}

.btn:hover{
   box-shadow:0px 10px 10px rgba(0,0,0,0.2);
   transform : translateY(-3px);
    color:  #fff !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: 13px;
    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;
}

.btn.btn-yellow{
    background-color: var(--color-yellow);
    color: var(--color-black) !important;
}

.btn.btn-orange{
    background-color: var(--color-orange);
    color: #fff !important;
}

@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{
    padding: 100px 0;
    border-bottom: 1px solid #ddd;
}

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

.contents-area{
    width: 90%; 
}

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

.page-contents{
    padding: 80px 0;
}


	
}


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

	
}

@media (max-width: 767px) {

.sec{
    margin: 50px auto;
}

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

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


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

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

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

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

.title-contents small{
	display: block;
	font-size: 50%;
    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) {
	

    
}


@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: 2.25rem;
	margin-bottom: 30px;
    line-height: 1.4;
}
    
    .title-contents span{
        width: 25px;
    }

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

.lucide{
    width: 18px;
}

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

header{
	width: 100%;
	z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-color: #fff;
}

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


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

.header-btn{
    position: fixed;
    right: 0;
    top: 0;
    width: 180px;
    display: flex;
    align-items: center;
    height: 80px;
    text-align: center;
    background-color: var(--color-blue02);
    color: #fff !important;
    justify-content: center;
    font-weight: 700;
}

.header-btn p{
    margin: 0;
    display: flex;
}


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

header{
	height: 60px;
}
    
.header-contents{
    display: none;
} 

.header-btn{
    right: 70px;
    width: 160px;
    height: 60px;
}



    
#site-title img{height: 46px; margin:5px 0 0 15px;}       
    
}


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

.header-btn{
    right: 60px;
    width: 80px;
} 

.header-btn p{
    display: block;
    text-align: center;
    width: 100%;
}
    
    .header-btn span{
        display: block;
        font-size: 10px;
    }
    
    .header-btn .lucide{
        display: block;
        margin:  0 auto;
    }
 

}

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

#cta{
    background-color: var(--color-blue01);
    color: #fff;
    text-align: center;
    padding: 35px 0;
    font-weight: 700;
    font-size: 1.5rem;
}

#cta a{
    width: 460px;
    margin: 25px 0 0;
    font-size: 1.2rem;
}


@media (max-width: 767px) {

#cta{
    padding: 25px 0;
    font-size: 1.3rem;
}

#cta a{
    width: 90%;
    margin: 15px 0 0;
    font-size: 1.2rem;
}
    
   
    
}




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

footer{
	clear: both;
    background-color: #fff;
}

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

#footer-info{
}

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

#footer-logo img{
    width: 30%;
    display: inline;
}

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

#footer-copyright{
    background-color: var(--color-grey);
    padding: 25px 0 20px;
    margin-top: 50px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-align: center;
}


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

@media (max-width: 767px) {

#footer-menu{
    padding: 25px 0;
}

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

#footer-menu a{
    margin: 0 10px;
}

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

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

.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: 30%;  
    padding: 20px; 
	vertical-align: middle;
    text-align: left;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.table td{
    font-weight:normal; 
    padding: 20px ; 
    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: 599px) {
    
.table{
	
}

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

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

.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-basic{
    margin-left: 18px;
}


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

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



.check-list {
  list-style: none;
  padding: 0;
}

.check-list li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 3px;
    width: 100% !important;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2ecc71;
  font-weight: bold;
}


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


    
}



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

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

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

.ul-delay li:nth-child(2){transition-delay: 0ms;}
.ul-delay li:nth-child(3){transition-delay: 0ms;}
.ul-delay li:nth-child(4){transition-delay: 0ms;}
.ul-delay li:nth-child(5){transition-delay: 0ms;}
.ul-delay li:nth-child(6){transition-delay: 0ms;}


	
	
}

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


.fc-navy{color: #3b4e65 !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;
}




