@charset "utf-8";

/* Reset
   ----------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea,{
	margin: 0;
	padding: 0;
}
ol, ul{
	list-style:none;
}
table{
	border-collapse: collapse;
	border-spacing:0;
}
caption, th{
	text-align: left;
}
img {
	display: block;
}
a:focus {
	outline:none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{
	clear:both;
}

/* Base
   ----------------------------------------------------------------- */
body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	width: 100%;
	font-size: 20px;
	background-color: #fafafa;
}
a {
	display: block;
	color: #ad0101;
	text-decoration: none;
}
a:hover{
	-moz-opacity: 0.6;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
a img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;}
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
img {
	display: block;
}

/* ==========================================================================
   Layout [ header / main / footer ]
   ========================================================================== */

/* Header
 ---------------------------------------------------------------*/
.mv{
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url(img/mv_bg.jpg);
	background-size: cover;
	padding: 10px 0 40px;
}
.mv_inner {
	max-width: 1400px;
	margin: 0 auto;
}
.mv_txt1 {
	margin: 0 auto 0;
	width: 1216px;
	max-width: 90%;
	position: relative;
	z-index: 1;
}
.mv_txt2 {
	margin: -50px auto 0;
	width: 963px;
	max-width: 80%;
}
.race {
	background-color: #18378f;
	padding: 40px;
	text-align: center;
}
.race_ttl img {
	margin: 0 auto 20px;
}
.race_inner {
	background-color: #fff;
	width: 800px;
	padding: 30px;
	box-sizing: border-box;
	margin: 0 auto;
}
.race_inner p {
	font-size: 40px;
	color: #18378f;
	font-weight: bold;
}

.cv {
	padding: 70px 0;
}
.cv_txt {
	display: block;
	margin: 0 auto 35px;
}
.cv_btn {
	position: relative;
	width: 806px;
	margin: 0 auto;
	display: block;
	animation: pulse 1.2s ease 0s infinite;
}
.cv_hand {
	position: absolute;
	right: -70px;
	bottom: -20px;
}
.about_ttl {
	font-size: 24px;
	font-weight: bold;
	padding: 40px 0;
	text-align: center;
	border-top: 3px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.about_ttl:hover {
	cursor: pointer;
	opacity: .8;
}
.about_inner {
	padding: 50px 0;
	max-width: 800px;
	margin: 0 auto;
	display: none;
}
.about_inner dl {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.about_inner dl:last-of-type {
	margin-bottom: 0;
}
.about_inner dt {
	display: table-cell;
	font-size: 20px;
	font-weight: bold;
	width: 160px;
}
.about_inner dd {
	display: table-cell;
	font-size: 18px;
	font-weight: normal;
	padding-left: 24px;
}


/* Main
 ---------------------------------------------------------------*/
#container{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(img/container_bg.png) repeat;
}
#main{
	background-color: #fff;
	box-shadow: 0 0px 14px 3px rgba(0,0,0,.1);
	width: 900px;
	margin: 0 auto;
	padding: 4px 0 0;
}


/* footer
 ---------------------------------------------------------------*/
#footer{
	width: 100%;
	background-color: #18378f;
	box-sizing:border-box;
	padding: 60px 0;
}
.footer_inner{
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}
.footer_inner ul{
	margin: 0 auto;
	display: table;
}
.footer_inner ul li{
	display: table-cell;
	padding: 0 10px;
}
.footer_inner ul li a{
	color: #fff;
	font-size: 20px;
}
.footer_inner ul li a:after{
	content: '|';
	color: #fff;
	padding-left: 20px;
}
.footer_inner ul li:last-of-type a:after{
	content: '';
	color: #fff;
	padding-left: 20px;
}
.copyRight{
	font-size: 16px;
	color: #8590ba;
	text-align: center;
	padding-top: 20px;
}


/* ==========================================================================
   Object [ component / project / utility ]
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.form {
	width: 1000px;
	margin-left: -50px;
	margin-top: 50px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.form_inner {
	border: 8px solid #c91c35;
	border-top: none;
	padding: 50px 0;
}
.form_txt {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}
.form_txt span {
	font-weight: bold;
	color: #e70d2c;
}
.form_wrap {
}
.form_wrap_inner {
	background-color: #fff;
	border-radius: 10px;
	padding: 0 80px;
}
form dt {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}
form dt.hissu:after {
	content: "必須";
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	background-color: #e70d2c;
	border-radius: 5px;
	display: inline-block;
	padding: 2px 5px 0;
	margin-left: 10px;
	letter-spacing: .1em;
}
form dd {
	margin-bottom: 20px;
}
form dd input {
	width: 100%;
	border: 2px solid #aaa;
	padding: 25px 20px;
	border-radius: 8px;
	font-size: 26px;
}
form button {
	-webkit-appearance: none;
	background: none;
	border: none;
	display: block;
	animation-duration: 1.5s;
	animation-name: pulse;
	animation-iteration-count: infinite;
	position: relative;
}
form button:after {
	content: "";
	display: block;
	background-image: url(img/hand.png);
	width: 131px;
	height: 178px;
	position: absolute;
	right: 0;
	bottom: -60px;
}
form button:hover {
	cursor: pointer;
	opacity: .8;
}
.form_note {
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}

.mail_fault {
	width: 1000px;
	margin-top: 40px;
	margin-left: -50px;
	background-color: #fff;
}
.mail_fault_ttl {
	background-color: #555;
	padding: 15px 0;
}
.mail_fault_ttl img {
	margin: 0 auto;
}
.mail_fault_wrap {
	border: 6px solid #555;
	border-top: 0;
	padding: 30px 0;
}
.mail_fault_txt {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
.mail_fault_ul {
	width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 30px;
	border: 5px solid #ccc;
}
.mail_fault_ul li {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
.mail_fault_ul li:last-of-type {
	margin-bottom: 0;
}

.recommend {
	padding-bottom: 50px;
}
.recommend_ttl {
	margin-top: 60px;
	margin-bottom: 50px;
}
.recommend_item {
	width: 800px;
	border-top: 5px solid #eee;
	margin: 0 auto;
	padding: 30px 0;
}
.recommend_item:last-of-type {
	border-bottom: 5px solid #eee;
}
.recommend_item_ttl {
	color: #e70d2c;
	font-weight: bold;
	font-size: 30px;
	margin-top: -10px;
	margin-bottom: 20px;
}
.recommend_ul {
	background-color: #fefaee;
	border: 5px solid #18378f;
	box-sizing: border-box;
	width: 800px;
	margin: 0 auto;
}
.recommend_ul li {
	padding: 20px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 28px;
	font-weight: bold;
	border-bottom: 1px solid #18378f;
}
.recommend_ul li:last-of-type {
	border-bottom: none;
}

.faq {
	margin-bottom: 40px;
}
.faq_ttl {
	margin-bottom: 50px;
}
.faq_dl {
	width: 800px;
	margin: 0 auto 30px;
	padding: 20px;
	border: 5px solid #ddd;
	box-sizing: border-box;
}
.faq_dl dt {
	padding: 12px 0 12px 80px;
	background-image: url(img/faq_q.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}
.faq_dl dd {
	padding: 12px 0 12px 80px;
	background-image: url(img/faq_a.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 20px;
}

.subtitle_area h3 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding: 30px 0;
	background-color: #18378f;
	margin-top: 30px;
	margin-bottom: 50px;
}
.sub_dl {
	width: 800px;
	margin: 0 auto 50px;
}
.sub_dl dt {
	margin-bottom: 12px;
	font-weight: bold;
}
.sub_dl dd {
	font-size: 16px;
	line-height: 1.8;
}

.thanks_ttl {
	padding-top: 40px;
	margin-bottom: 60px;
}
.thanks_intro {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
.line_ttl {
	margin-bottom: 30px;
}
.line_btn {
	width: 760px;
	margin: 0 auto 60px;
	animation-duration: 1.5s;
	animation-name: pulse;
	animation-iteration-count: infinite;
}
.info {
	width: 800px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto 40px;
}
.info_ttl {
	background-color: #18378f;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 50px;
}
.info_wrap {
	border: 4px solid #18378f;
	border-top: none;
	padding: 46px;
}
.info_img img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.info_txt {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.info_btn {
	position: relative;
	overflow: hidden;
	border: 2px solid #03B120;
	border-radius: 10px;
	box-sizing: border-box;
}
.info_btn:before {
  content: "";
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shine 3s ease-in-out infinite;
  position: absolute;
  top: -180px;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
}
.info_btn:after {
	animation-delay: .4s;
}
@keyframes shine {
	0%{
		transform: scale(0) rotate(45deg);
	  opacity: 0;
  }
	80%{
		transform: scale(0) rotate(45deg);
	  opacity: 0.5
  }
	81%{
		transform: scale(4) rotate(45deg);
	  opacity: 1;
  }
	100%{
		transform: scale(50) rotate(45deg);
	  opacity: 0;
  }
}

.top_note {
	width: 800px;
	margin: 40px auto;
	border: 2px solid #aaa;
	padding: 25px;
	box-sizing: border-box;
}
.top_note li {
	font-size: 14px;
	margin-bottom: 10px;
}
.top_note li:last-of-type {
	margin-bottom: 0;
}


/* Project
  ------------------------------------------------------------------- */


/*スマホ対応*/
.pc {
	display: block;
}
.sp {
	display: none!important;
}

.red { color: #f00; }
.blue { color: #0078ff!important; }
.yellow_txt { color: #ff0; }
.yellow { background: #ff0; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.big { font-size: 120%; }

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50%{
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}