@charset "utf-8";
html {
    box-sizing: border-box;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
}
body {
	color:#000;
	font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",メイリオ,Meiryo,sans-serif;
	font-size: 18px;
	line-height:1.8;
	letter-spacing: 0.05em;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
  display:inline-block;
}

* html .clearfix {height: 1%;}
.clearfix{display:block;}

img{
	border:0;
	vertical-align:bottom;
	margin:0 auto;
	padding:0;
	width: 100%;
	height: auto;
}
a{
	color: #fff;
}

ul,
ul li,
ol,
ol li{
	list-style: none;;
}
.container{
	width: 100%;
	max-width: 1100px;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
}
.flex{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
article{
	width: 100%;
	margin: 0 auto;
}
section,
.section{
	position: relative;
	padding: 30px 0;
}		
header{
	padding: 15px 0;
}
header .container{
	text-align: left;
}
header h1 img{
	width: 40%;
	max-width: 300px;
}
#fv{
	background: #70ccf3;
	text-align: center;
	padding: 0;
}
.cv{
	background:url(../image/cv_bg.gif) left top repeat;
}

a.btn{
	display: block;
	width: 70%;
	max-width: 400px;
	padding: 8px 45px;
	margin: auto;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	background: #ff153c;
	box-sizing: border-box;
	box-shadow: 0 8px 0 #d41837;
	transition: 0.3s;
}


@media (min-width: 600px) {
a.btn:hover {
	opacity: .9;
}
}

a.btn {
	border-radius: 100vh;
    animation: ani01 infinite 1s ease-in;
} 
@keyframes ani01 {
	0% {
		transform: scale(1);
	}
	50% {
	  transform: scale(0.96);
	}
	100% {
	  transform: scale(1);
	}
  }
  

a.btn img{
	width: 100%;
}

article#main{
	background: url(../image/bg.gif) left top repeat;
	padding:120px 0;
}

.special{
	position: relative;
	background: #fff;
	padding: 90px 45px 45px;
	margin: auto auto 75px;
}
.special .special_title{
	position: absolute;
	left: 50%;
	margin-left: -330px;
	width: 660px;
	top: -50px;
}

.special p{
	color: #001858;
	font-size: 30px;
	font-weight: bold;
}
.special p b{
	color: #ff153c;
	font-weight: bold;
}
.special p .big,
.special p .dot{
	position: relative;
	font-size: 120%;
}

.special p .dot{
	position: relative;
}
.special p .dot:before{
	content: '';
	position: absolute;
	left: calc(.5em - 5px);
	top: -.4em;
	width: 10px;
	height: 10px;
	background: #ff153c;
	border-radius: 10px;
}
.special.illust01::after{
	position: absolute;
	content: '';
	width: 141px;
	height: 147px;
	right: 45px;
	bottom: 0;
	background: url(../image/illust.png);
	background-size: cover;
}
.special p.image{
	width: 90%;
	max-width: 657px;
	margin: auto;
}

ul#qa_list{
}
ul#qa_list > li{
	text-align: left;
	margin: auto auto 45px;
}
ul#qa_list li .qa_q{
	position: relative;
	background: #001858;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	padding: 16px 30px 16px 120px;
}
ul#qa_list li .qa_q::before{
	content: 'Q1';
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #001858;
	background: #fff100;
	left: 30px;
	top: 50%;
	margin-top: -25px;
	border-radius: 25px;
}
ul#qa_list > li:nth-child(2) .qa_q::before{
	content: 'Q2';
}
ul#qa_list > li:nth-child(3) .qa_q::before{
	content: 'Q3';
}
ul#qa_list > li:nth-child(4) .qa_q::before{
	content: 'Q4';
}
ul#qa_list > li:nth-child(5) .qa_q::before{
	content: 'Q5';
}
ul#qa_list li .qa_a{
	background: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 30px 120px;
}
ul#qa_list li ol.radio_ol{
	margin:15px auto;
}

ul#qa_list li ol li{
	display: inline-block;
	margin:5px 30px 5px auto;
	vertical-align: middle;
}
ul#qa_list li ol li:last-child{
	margin-right: auto;
}
ul#qa_list li:nth-child(4) ol li,
ul#qa_list li:nth-child(5) ol li{
	margin-right: 60px;
}
ul#qa_list li ol li label{
	padding-left:30px;
	display:block;
	font-size:18px;
	cursor:pointer;
	position:relative;
}
ul#qa_list li ol li input{
	position:absolute;
	z-index:-1;
	opacity:0;
}
ul#qa_list li ol li .indicator{
	width:20px;
	height:20px;
	border-radius:10px;
	background:#eee;
	position:absolute;
	top:50%;
	left:0;
	margin-top: -10px;
}
ul#qa_list li ol li input:disabled ~ .indicator{
	background:#ccc;
	opacity:0.6;
	pointer-events:none;
}
ul#qa_list li ol li .indicator::after{
	content:"";
	width:0;
	height:0;
	display:block;
	border-radius:50%;
	background:#009adb;
	position:absolute;
	top:50%;
	left:50%;
	transition: all .3s;
}
ul#qa_list li ol li label input:checked ~ .indicator::after{
	width:14px;
	height:14px;
	top:3px;
	left:3px;
}
ul#qa_list li ol li .indicator::after{
	background:#0090ff;
}
ul#qa_list li ol li input:disabled ~ .indicator::after{
	background:#7b7b7b;
}

#thanks{
	position: relative;
	background: #fff100;
	color:#001858;
	margin: 120px auto;
	font-size: 120%;
	font-weight: bold;
	line-height: 60px;
	border-radius: 6px;
}
#thanks::after{
	content: '';
	position: absolute;
	width:144px;
	height: 160px;
	bottom: 0;
	right: 45px;
	background: url(../image/illust02.png);
	background-size: cover;
}

footer{
	width: 100%;
	background: #001858;
	margin: 0 auto;
	color: #fff;
	padding: 40px 0 10px;
	font-size: 90%;
}

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

/**company**/

article.page .container{
	max-width: 750px;
}
h2.title{
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #001858;
	margin: auto auto 45px;
}

.overview{
	text-align: left;
	background: #fff;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 80%;
	margin-bottom: 45px;
}
.overview table{
	width: 100%;
}
.overview table th,
.overview table td{
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.overview table th{
	width: 130px;
	font-weight: bold;
}
.overview table td{
	width: calc(100% - 130px);
}

.privacy{
	text-align: left;
	background: #fff;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 80%;
}
.privacy h4{
	font-size: 100%;
	font-weight: bold;
	margin: 45px auto 15px;
}
.privacy h3{
	font-size: 110%;
	font-weight: bold;
	margin: auto auto 30px;
}
.privacy h4:first-child{
	margin-top: auto;
}
.privacy ol{
	padding-left: 30px;
	margin: 15px auto;
}
.privacy ol li{
	margin: 2px auto;
}


@media (max-width: 1000px) {
	.special .special_title {
		position: absolute;
		left: 50%;
		margin-left: -240px;
		width: 480px;
		top: -30px;
	  }
	  .special p{
		  font-size: 24px;
	  }
	  ul#qa_list li .qa_q {
		padding: 16px 30px 16px 75px;
	  }
	  ul#qa_list li .qa_q::before {
		left: 15px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		border-radius: 20px;
	  }
	  ul#qa_list li .qa_a {
		padding: 15px;
	  }
	  ul#qa_list li ol li label{
		  font-size: 16px;
	  }
	  ul#qa_list li ol li{
		  margin:5px 20px 5px auto;
	  }
	  
}

@media (max-width: 600px) {
	body,
	ul#qa_list li ol li label{
		font-size: 12px;
	}
	section, .section {
		padding: 15px 0;
	}
	a.btn{
		display: block;
		width: 70%;
		padding: 5px 20px;
	}
	article#main{
		padding: 45px 0;
	}
	.special {
		padding: 45px 15px 15px;
		margin: auto auto 30px;
	  }
	.special .special_title {
		margin-left: -160px;
		width: 320px;
	  }
	  .special p{
		  font-size: 16px;
	  }
	  .special p .dot::before {
		width: 6px;
		height: 6px;
		left: calc(.5em - 3px);
		border-radius: 6px;
	  }
	  .special.illust01::after {
		width: 70px;
		height: 63px;
		right: -5px;
		bottom: 0;
	  }
	ul#qa_list > li {
		margin: auto auto 30px;
	  }
	ul#qa_list li ol.radio_ol{
		margin: auto;
	}
	ul#qa_list li .qa_a{
		padding: 15px 30px;
	}
	ul#qa_list li ol li {
		display: block;
		margin: 5px auto;
	}
	#thanks {
		margin: 45px auto 60px;
	}
	#thanks::after {
		width: 72px;
		height: 80px;
		right: -5px;
	  }
}

/**page**/

@media (max-width: 600px) {

h2.title{
	margin: auto auto 30px;
}

.overview{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.overview table th,
.overview table td{
	padding: 8px 0;
}
.overview table th{
	width: 100px;
	font-weight: bold;
}
.overview table td{
	width: calc(100% - 100px);
}

.privacy{
	padding-left: 15px;
	padding-right: 15px;
}
.privacy h4{
	margin: 30px auto 15px;
}
.privacy h3{
	margin: auto auto 15px;
}
.privacy ol{
	padding-left: 15px;
}
}