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

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

body{
font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-family: "Noto Sans Japanese";
background:#040508;	
line-height: 1.7em;
color:#fff;
font-size:14px;
font-size-adjust: none;
-webkit-font-size-adjust: none;
position: relative;
min-width: 1024px;    
overflow-x: hidden;
}

.min{
    font-family: UD Reimin Regular; 
}

.en1{
    font-family: 'Anton', sans-serif !important;
    font-weight: 400;
}

@media (max-width: 480px) {
body{
    overflow-x: hidden;
    min-width: initial;
	font-size: 13px;
}
}

img{
border:0;
outline:none;
}

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:#cb0800; text-decoration: none;}
a:hover{color:#999; 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 (max-width: 480px) {
#page-top{bottom:30px; right:10px; }
}


img{
border:0;
outline:none;
}


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

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

footer{
	text-align: center;
	padding: 25px 0;
	font-size: 13px;
	letter-spacing: 0.06em;
}

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

.btn{
    display: block; 
    height: 68px;
    line-height: 68px;
    text-align: center; 
    text-decoration: none; 
    color: #fff !important; 
    background:#fc0959; 
    margin: 0 auto;
	width: 500px;
	font-size: 18px;
}

.btn:hover{
    background:#c40141; 
    text-decoration: none;
}
.btn i{padding:0 5px;}

#cta{
	padding: 200px 0;
	text-align: center;
	background: url("../images/bg.png") no-repeat center center;
	background-size: contain;
}

@media (max-width: 480px) {

.btn{
    height: 68px;
    line-height: 68px;
	width: 80%;
	font-size: 14px;
}

#cta{
	padding: 100px 0;
}
    
}

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

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

#top-contents{
    padding: 50px 0;
}

.contents-basic{
    padding: 30px;
    background: #fff;
}

@media screen and (max-width: 1024px) and (orientation: portrait){
.contents-area{width: 94%; margin-left: auto; margin-right: auto; position: relative;}    
.page-wrapper{padding-top: 0;}      
}


@media (max-width: 480px) {
    
.contents-area, .contents-area-small{width: 86%; }
.page-contents{padding:50px 0 30px;} 
.contents-basic{padding: 20px;}
#top-contents{padding: 0;}   
    
}

@media (max-width: 320px) {
.page-contents{padding:30px 0 20px;}  
.page-wrapper{padding-top: 0;}
.contents-basic{padding: 10px;}    
}


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

.title-contents{
    display: block;  
	width: 65vw;
    letter-spacing: 0.04em; 
    font-size: 60px; 
    position: relative; 
    font-weight: 600;
    line-height: 1;
	margin: 0;
	border: 1px solid #fff;
	border-left: none;
	padding: 30px 70px 30px 0;
	box-sizing: border-box;
	vertical-align: middle;
}

.title-contents > div{
	text-align: right;
}

.title-contents small{
	display:inline-block;
	border-left: 10px solid #3595cd;
    padding-left: 15px;
    font-size: 50%;
    vertical-align: middle;
	margin-left: 30px;
}

.title-contents span{
	height: 1px;
	border-top: 1px solid #fff;
	position: absolute;
	right: -36vw;
	top: 50%;
	width: 38vw;
}

.title-contents.RtoL{
	margin-left: 35vw;
	text-align: left;
	border-left: 1px solid #fff;
	border-right: none;
	font-size: 40px;
	color: #fc0959;
	border-color: #fc0959 !important;
}

.title-contents.RtoL small{
	border-left: none !important;
	line-height: 1.6;
}

.title-contents.RtoL span{
	border-color: #fc0959 !important;
	right: inherit;
	left: -36vw;
	width: 37vw;
}


@media (max-width: 480px) {
	
.title-contents{
	width: 90vw;
    font-size: 48px;
	padding: 15px 50px 15px 0;
}

.title-contents small{
    font-size: 36%;
    vertical-align: middle;
	margin-left: 0;
}	

.title-contents span{
	right: -10vw;
	width: 12vw;
}

.title-contents.RtoL{
	margin-left: 10vw;
	font-size: 30px;
	padding-right: 15px;
}

.title-contents.RtoL small{
	border-left: none !important;
	line-height: 1.6;
}

.title-contents.RtoL span{
	width: 38vw;
}

	
}

@media (max-width: 320px) {
	
.title-contents{
    font-size: 42px;
	padding: 15px 35px 15px 0;
}

}

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

i.fas{
    font-weight: 900;
}



/*==================================================
トップページ
================================================== */

#mainimg-top{
    background: url("../images/mv_pc.jpg") center center no-repeat;
    background-size: cover;
    height: 70vh;
    position: relative;
}

#mainimg-top > div{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.mv-logo{
	width: 400px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -155px;
}

#mainimg-top > div > h2{
	display: flex;
	width: 100%;
	height: 100%;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	letter-spacing: 0.8em;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.83);
}

#mainimg-top > div > h2 > article > p{
	margin: 0;
	font-size: 50%;
	padding-top: 25px;
	letter-spacing: 0.4em;
}

@media (max-width: 480px) {
    
#mainimg-top{
    background: url("../images/mv_sp.jpg") center center no-repeat;
    background-size: 100%;
    height: 93vh;
}

#mainimg-top > div{
    width: 90%;
}

.mv-logo{
	width: 70%;
	left: 50%;
	margin-left: -35%;
	top: 36%;
}

#mainimg-top > div > h2{
	font-size: 24px;
	letter-spacing: 0.5em;
	line-height: 1.8;
}

#mainimg-top > div > h2 > article > p{
	margin: 0;
	font-size: 40%;
	padding-top: 25px;
	letter-spacing: 0.3em;
}
    
}

@media (max-width: 320px) {

.mv-logo{
	top: 40%;
}

#mainimg-top > div > h2{
	font-size: 20px;
}
	
}

/*========contents-01=======*/

#contents-01{
	position: relative;
	margin-top: -60px;
}

#contents-01 > div.contents-area{
	padding: 80px 0;
}

#contents-01 > div.contents-area > p.txt-lead{
	width: 80%;
	line-height: 2.4;
}

.img-01{
	width: 100%;
	vertical-align: bottom;
}

@media (max-width: 480px) {

#contents-01 > div.contents-area{
	padding: 50px 0;
}

#contents-01 > div.contents-area > p.txt-lead{
	width: 95%;
}

.img-01{
	width: 100%;
	vertical-align: bottom;
}
	
#contents-01img{
    text-align: center;
    display: block !important;
	padding-top: 30px;
}

#contents-01img img{
    margin: 6px 0;
    vertical-align: bottom;
}

.img-01sp{
    width: 100%;
}

.y-01{
    width: 15%;
    margin: 15px 0 !important;
}
}

/*========p-img=======*/

.p-img{
	margin: 80px 0 0;
}

.p-img img{
	width: 100%;
	height: 20vw;
	object-fit: cover;
	vertical-align: bottom;
}

#p-img02{
	margin: 0 !important;
}

@media (max-width: 480px) {

.p-img{
	margin: 50px 0 0;
}

.p-img img{
	height: 50vw;
}
	
}


/*========contents-02=======*/

#contents-02{
	position: relative;
	margin-top: -60px;
}

.title-flow{
	display: block;
	border: 1px solid #3595cd;
	padding: 25px 0 25px 90px;
	box-sizing: border-box;
	font-size: 22px;
	color: #fff;
	letter-spacing: 0.08em;
	position: relative;
}

.flow-step{
	color: #3595cd;
	font-size: 26px;
	position: absolute;
	top: 35%;
	left: -25px;
	letter-spacing: 0;
}

.flow-no{
	color: #3595cd;
	font-size: 52px;
	position: absolute;
	bottom: 9px;
	left: 22px;
}

#step-01{
	width: 77vw;
	margin: 80px 0 0 25vw;
}

#step-02,
#step-04{
	width: 70vw;
	margin: 50px 0 0 30vw;
}

#step-03{
	width: 63vw;
	margin: 50px 0 0 37vw;
}

#step-05{
	width: 77vw;
	margin: 50px 0 0 25vw;
}

.img-02{
	display: block;
	width: 60%;
	margin: 0 auto 50px;
}

.img-03{
	display: block;
	width: 80%;
	margin: 0 auto 50px;
}

@media (max-width: 480px) {

.title-flow{
	padding: 15px 0 15px 50px;
	font-size: 14px;
}

.flow-step{
	font-size: 18px;
	top: 35%;
	left: -26px;
}

.flow-no{
	font-size: 34px;
	bottom: 2px;
	left: 5px;
}

#step-01{
	width: 90vw;
	margin: 50px 0 0 10vw;
}

#step-02,
#step-04{
	width: 85vw;
	margin: 30px 0 0 15vw;
}

#step-03{
	width: 80vw;
	margin: 30px 0 0 20vw;
}

#step-05{
	width: 90vw;
	margin: 30px 0 0 10vw;
}

.img-02,
.img-03{
	width: 90%;
	margin: 0 auto 25px;
}
	
#contents-02img{
    text-align: center;
    display: block !important;
	padding: 0 0 35px;
}


}

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

dl.accordion {
    margin: 0 0 80px;
}

dl.accordion dt{
    cursor:pointer;
    height: auto; 
    position: relative; 
	color: #3595cd;
}

dl.accordion dt:hover{
    cursor:pointer;
    text-decoration: none;
}

dl.accordion dt:after{
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-weight: 900;
	position: absolute;
	top: 40%;
	right: 50px;
	font-size: 24px;
}

dl.accordion dt.open:after{
    font-family: "Font Awesome 5 Free";
    content: '\f106';
    font-weight: 900;
}

dl.accordion dt:hover span{
    text-decoration: none;
}
 
dl.accordion dd {
    display:none;  
	padding-top: 35px;
	padding-bottom: 35px;
}

#step-02 dd{
	padding-left: 7vw;
	padding-right: 7vw;
}

#step-02 dd p{
	line-height: 2.2;
	margin: 0;
}

#step-03 dd{
	padding-left: 2vw;
	padding-right: 2vw;
}

#step-03 dd p{
	line-height: 2.2;
	margin: 0;
}



@media (max-width: 480px) {
dl.accordion dt:after{
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-weight: 900;
	position: absolute;
	top: inherit;
	right: 20px;
	bottom: 12px;
	font-size: 16px;
}

#step-02 dd{
	padding-left: 5vw;
	padding-right: 5vw;
}

  
}

/*========contents-03=======*/

#contents-03{
	padding: 100px 0 0;
}

#contents-03 > div.contents-area{
	margin-top: -35px;
}

#ul-ex{
	border-left: 1px solid #fff;
	padding: 80px 0 35px;
}

#ul-ex li{
	margin-left: 14px;
	margin-bottom: 25px;
	padding-left: 35px;
}

@media (max-width: 480px) {

#contents-03{
	padding: 70px 0 0;
}

#contents-03 > div.contents-area{
	margin-top: -38px;
}

#ul-ex li{
	margin-left: 14px;
	margin-bottom: 25px;
	padding-left: 15px;
	font-size: 13px;
}

}

/*========contents-04=======*/

#contents-04{
	position: relative;
	margin-top: -60px;
}



#contents-04 > div.contents-area{
	padding: 80px 0 0;
}

#dl-qa dt span{
	display: inline-block;
	background: #3595cd;
	padding: 5px 30px;
	margin-right: 25px;
	vertical-align: middle;
}

#dl-qa dd{
	margin: 50px 0 50px 100px;
	line-height: 2.2;
}

#dl-qa dd:before{
	content: 'ー';
	margin-right: 12px;
}

@media (max-width: 480px) {


#contents-04 > div.contents-area{
	padding: 50px 0 0;
}
	
	#dl-qa dt{
	font-size: 15px;
	color: #3595cd;
	}

#dl-qa dt span{
	padding: 5px 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	color: #fff;
}

#dl-qa dd{
	margin: 15px 0 30px 0;
	line-height: 2.2;
	font-size: 13px;
}

#dl-qa dd:before{
	content: '-';
	margin-right: 10px;
}

}

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

.table{
    border-collapse:collapse; 
    border:1px solid #ddd; 
    box-sizing:border-box; 
    margin: 0 auto; 
    width: 100%;
}

.table th{
    border:1px solid #ddd; 
    width: 140px; 
    background: #f8f8f8; 
    font-weight:normal; 
    text-align:center; 
    padding:25px 15px; 
    vertical-align: middle;
}

.table td{
    border:1px solid #ddd; 
    font-weight:normal; 
    padding:25px 15px;
}

.table-dotted-border{
	border-collapse: collapse;
	width: 100%;
	box-sizing: border-box;
}

.table-dotted-border th{
	font-weight: normal;
	padding: 25px 15px;
	border-bottom: 1px dotted #ccc;
	vertical-align: middle;
	text-align: left;
}

.table-dotted-border td{
	font-weight: normal;
	padding: 25px 15px;
	border-bottom: 1px dotted #ccc;
	vertical-align: middle;
	text-align: left;
}

@media (max-width: 480px) {
    
.table{
    border:none; 
}

.table th{
    display: block;
    width: 100%;
    box-sizing: border-box;
    border:none; 
    text-align:center; 
    padding:15px 0; 
    border-bottom: 2px solid #ddd;
}

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

.table-dotted-border th{
    display: block;
    width: 100%;
    box-sizing: border-box;
	padding: 0;
	border-bottom: none;
}

.table-dotted-border td{
    display: block;
    width: 100%;
    box-sizing: border-box;
	padding: 12px 0 15px 15px;
	border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}
}



/*==================================================
リスト
================================================== */

.ol-basic{
	margin: 0 0 0 25px;
}

.ol-basic li{
	margin: 10px 0;
}

.ul-square{
	margin-left: 20px;
	list-style: square;
}

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

@media (max-width: 480px) {

}

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


/*==================================================
FontColor Valiation
================================================== */

.fc-w{color:#fff !important;}
.fc-black{color:#000 !important;}
.fc-red{color:#cb0303 !important;}
.fc-pink{color: #fc0959 !important;}

/*==================================================
ページリスト(.PageList)
================================================== */

.PageList {text-align: center; clear: both; margin:20px auto 100px; }
.PageList ul {}
.PageList ul li {display: inline-block; margin: 0 6px;}
.PageList ul li.now { /* 現在のページ */}
.PageList ul li a {padding: 8px 15px; border-width: 1px; border-style:  solid; text-decoration: none; background: #fff;}
.PageList ul li a, .PageList ul li a:link, .PageList ul li a:visited {border-color: #231815; color: #231815;}
.PageList ul li a:focus, .PageList ul li a:hover, .PageList ul li a:active {border-color: #231815; background-color:#fff; color: #231815;}
.PageList ul li.now a { /* 現在のページ */ border-color: #231815; background-color:#231815; color: #fff;}

@media (max-width: 480px) {

.PageList {text-align: left; clear: both; margin:30px auto 10px; }
.PageList ul {}
.PageList ul li {display: inline-block; margin: 0 6px 35px;}
.PageList ul li.now { /* 現在のページ */}
.PageList ul li a {padding: 12px 15px; border-width: 1px; border-style:  solid; text-decoration: none; background: #fff;}
.PageList ul li a, .PageList ul li a:link, .PageList ul li a:visited {border-color: #231815; color: #231815;}
.PageList ul li a:focus, .PageList ul li a:hover, .PageList ul li a:active {border-color: #231815; background-color:#fff; color: #231815;}
.PageList ul li.now a { /* 現在のページ */ border-color: #231815; background-color:#231815; color: #fff;}

}

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