@charset "UTF-8";

body{margin:0;padding:0;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
font-size:14px;
line-height:170%;
color:#555;
}
img{width:100%;}

ul,li{list-style:none;margin:0px;padding:0px;}



   


/*ヘッダー*/

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

header #logo{float:left;width:100px;padding:18px 30px;}
header h1{font-size:12px;margin-top:40px;color:#888;font-weight: normal;float:left;}

#entry-top{float:right;padding: 30px;}



/*トップイメージ*/

#topimage{
    background-image:url(image/top-image.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #464646;
	position:relative;
	width: 100%;
    height: 95vh;
}


.top-copy{
width:580px;
position:absolute;
top: 50%;
left: 35.5%;
transform: translate(-50%, -35%);
color:#fff;}

.top-copy h2 {font-size:37px;line-height:140%;margin:20px 0px;font-weight:normal;}
.top-copy p {font-size:13.5px;}
.top-copy div {width:42px;float:left;margin-right:20px;}

.scrole-notice{
	position:absolute;
	left:0;bottom:5%;
    width:100%;text-align:center;}
.scrole-notice img{width:80px;}


/*
ボタン*/

.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #ED1C24;
    border: solid 2px #ED1C24;
    border-radius: 30px;
    transition: .4s;
	font-size:20px;
}

.square_btn:hover {
    background: #ED1C24;
    color: white;
}


/*コンテンツ共通*/
.wrapper{width:980px;margin:0 auto;padding:60px 0px;}
.title{width:100%;text-align:center;position:relative;}

.title h2{font-size:34px;color:#666;line-height:55px;}
.title h2:before{
    content:"　";
	background-image:url(image/title-left@2x.png);
	display:inline-block;
	width:170px;
	height:60px;
	background-size:100%;
	background-repeat: no-repeat;
	vertical-align:middle;
	position:absolute;
	top:0px;left:0px;
}

.title h2:after{
    content:"　";
	background-image:url(image/title-right@2x.png);
	display:inline-block;
	width:170px;
	height:60px;
	background-size:100%;
	background-repeat: no-repeat;
	vertical-align:middle;
	position:absolute;
	top:0px;right:0px;
}

.title p{margin:0px auto 30px;width:720px;}

.clear-fixed{clear:both;}


/*about*/

.about{width:100%;background-color:#fff;}
.about-lead{width:100%;}
.about-image{width:100%;margin-top:60px;}
.benefit{width:100%;background-color:#fafafa;}
.about h3{font-size:18px;padding-left:20px;border-left:10px solid #F4D15C;}

/*benefit*/

.benefit-box{
  display: -webkit-flex; /* Safari */
  display: flex;
 -webkit-flex-direction: row; /* Safari */
  flex-direction:         row;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
 -webkit-justify-content: space-around; /* Safari */
  justify-content:         space-around;
  -webkit-align-items: flex-start; /* Safari */
  align-items:         flex-start;
  -webkit-align-content: stretch; /* Safari */
  align-content:         stretch;
}


.benefit-item img{width:80%;}
.benefit-item{box-sizing:border-box;
	width:28%;padding:20px 4%;text-align:center;
}
.benefit-item p{text-align:left;font-size:12px;}

	
/*voice*/	
	

.voice{width:100%;background-color:#fff;}
.voice h3{font-size:35px;text-align:center;margin:40px 0px;}
.voice-image{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #464646;
	position:relative;
	height:400px;
	margin-top: 60px;
	border-radius: 20px;
}

.voice-image1{background-image:url(image/voice-image1.jpg);}
.voice-image2{background-image:url(image/voice-image2.jpg);}
.voice-image3{background-image:url(image/voice-image3.jpg);}
.voice-image4{background-image:url(image/voice-image4.jpg);}
.voice-image5{background-image:url(image/voice-image5.jpg);}

.voice ul{margin-top:20px;}
.voice li{padding:10px;background-color:#FD999D;width:150px;float:left;margin-right:10px;text-align:center;font-size:16px;color:#fff;border-radius: 5px;}


.voice-box{
	
  display: -webkit-flex; /* Safari */
  display: flex;
 -webkit-flex-direction: row; /* Safari */
  flex-direction:         row;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
 -webkit-justify-content: space-around; /* Safari */
  justify-content:         space-around;
  -webkit-align-items: flex-start; /* Safari */
  align-items:         flex-start;
  -webkit-align-content: stretch; /* Safari */
  align-content:         stretch;
	
}

.voice-item{width:29%;padding:1%;}

.voice-item h4{text-align:center;padding:10px;border:4px solid #eee;border-radius: 10px;margin-top:0px;}

.voice-box .right-vector{margin-top:28px;}

.case{font-size:18px;text-align:center;margin-bottom:30px;color:#ED1B25;}

.entry{
    background-image:url(image/entry-image.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #464646;
	position:relative;
	height:80vh;
	margin-top: 30px;
	position:relative;
}

.entry2{
	background-image:url(image/entry2-images.jpeg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #464646;
	position:relative;
	height:80vh;
	margin-top: 30px;
	position:relative;
}



.entry-btn{
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 0px;
    transition: .4s;
	position:absolute;
	top:50%;
	left:50%;
	width:520px;
	height:40px;
	font-size:30px;
	margin-left:-300px;
	margin-top:-20px;
	text-align:center;
	padding-top:20px;
}

.entry-btn:hover {
    background-color: rgba(255,255,255,0.5);
    color: white;
}

.entry-btn img{width:12px;}


/* how to entry */


.how-to-entry-box{
  display: -webkit-flex; /* Safari */
  display: flex;
 -webkit-flex-direction: row; /* Safari */
  flex-direction:         row;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
 -webkit-justify-content: space-around; /* Safari */
  justify-content:         space-around;
  -webkit-align-items: flex-start; /* Safari */
  align-items:         flex-start;
  -webkit-align-content: stretch; /* Safari */
  align-content:         stretch;
}

.how-to-entry-item{box-sizing:border-box;
	width:24%;padding:0px 3%;text-align:center;}
.how-to-entry-item div{border:2px solid #ccc;padding:15px;font-size:20px;}
.how-to-entry-item div{border:2px solid #ccc;padding:15px;font-size:20px;border-radius: 10px;}
.how-to-entry-item p{text-align:left;font-size:12px;}


.right-vector{
	width:1%;padding:0px;margin-top:20px;
}

/*QandA*/

.q-and-a{background-color: #fafafa;padding-bottom:40px;}
.qa-box{padding:5%;border:1px solid #ccc;background-color: #fff;border-radius: 20px;margin:60px auto 0px;width:650px;}
.qa-box h3{font-size:25px;margin-top:20px;}


/*company*/
.company{width:100%;background-color: #fafafa;}
.company table{border-style:none;border:0px;margin:60px auto 0px;border-top:0px solid #eee;
  border-collapse: collapse;
  border-spacing: 0;width:auto;	
}

.company td{padding:15px;border-bottom:0px solid #eee;vertical-align: top;min-width:150px;}


.company a:link,.company a:visited,.company a:active,.company a:hover{color:cadetblue;}



/*partner*/

.partner{width:100%;background-color:#fff;}

.partner-box{
	
  margin-top:40px;
  display: -webkit-flex; /* Safari */
  display: flex;
 -webkit-flex-direction: row; /* Safari */
  flex-direction:         row;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
 -webkit-justify-content: space-around; /* Safari */
  justify-content:         space-around;
  -webkit-align-items: flex-start; /* Safari */
  align-items:         flex-start;
  -webkit-align-content: stretch; /* Safari */
  align-content:         stretch;
}

.partner-box::after{
  content:"";
  display: block;
  width:32%;
}

.partner-box li{padding: 20px;color:#666;width:32%;float:left;font-size:12px;box-sizing: border-box;margin-top:15px;text-align:center;border:3px solid #ddd;border-radius: 10px;}
.partner-box li.long {padding: 20px 10px;}


/*message*/

.message{background-color:#ffffff;}
.message h3{font-size:18px;padding-left:20px;border-left:10px solid #F4D15C;}
.message .wrapper {
 background-image:url(image/bg-bottom.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 450px;padding-bottom:0px;margin-bottom:80px;}

.message-text{width:580px;margin-top:60px;}

footer{padding:10px;background-color:#ccc;text-align:center;}


.my_svg path{
    color: #B6080B;
    fill: currentColor;
}


