@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* * Basic information:
* * - CSS guideline : FLOCSS
* *
* * Order of discription:
* * - Foundation [ reset / base ]
* * - Layout [ header / main / side / footer ]
* * - Object [ component / project / utility ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /

/* ==========================================================================
   Foundation  [ reset / base ]
   ========================================================================== */

/* 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: #f5f5f5;
}
a {
	display: block;
	color: #333;
	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/sidebar/footer...
	========================================================================== */

/* Header
	----------------------------------------------------------------- */


/* Main
	----------------------------------------------------------------- */
#container{
	width: 100%;
	height: auto;
	overflow: hidden;
	max-width: 750px;
	margin: 0 auto;
	background-color: #fff;
}
#main{
	background-color: #fff;
	width: 100%;
}
.mv1 ,
.mv2 {
	width: 100%;
}
.cv {
	padding: 6% 0 3%;
	background-image: url(img/cv_bg.png);
	background-size: cover;
}
.cv_txt {
	width: 94.66666%;
	margin: 0 auto;
}
.cv_btn img {
	margin: 3% auto 0;
	width: 88%;
	animation-duration: 1s;
	animation-name: pulse;
	animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50%{
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.step {
	/*margin-top: 8%;*/
	background-color: #eee;
	padding: 6% 0 7%;
}
.step_ttl {
	width: 83.46666%;
	margin: 0 auto;
}
.step1 ,
.step2 ,
.step3 {
	width: 89.33333%;
	margin-left: 3.4%;
	margin-top: 3%;
}
.recommend {
	background-color: #03bb00;
	margin-top: -1px;
	border-top: 1px solid #03bb00;
	padding-bottom: 6%;
}
.recommend_ttl {
	width: 84.133333%;
	margin-left: 7%;
	margin-top: -1%;
}
.recommend1 ,
.recommend2 ,
.recommend3 {
	width: 89.33333%;
	margin-left: 3%;
	margin-top: 3%;
}
.recommend1 {
	margin-top: -2%;
}

/* footer
 ---------------------------------------------------------------*/
#footer{
	width: 100%;
	height: auto;
	box-sizing:border-box;
	/*margin-top: 40px;*/
	border-top: 2px solid #aaa;
	background-color: #fff;
}
.footer_inner{
	width: 100%;
	overflow: hidden;
}
.footer_inner ul{
	text-align: center;
	margin: 0 auto;
}
.footer_inner ul li{
}
.footer_inner ul li a{
	padding: 5% 0;
	font-size: 12px;
	font-size: 20px;
}
.about {
	display: none;
}
.about.active {
	display: inline-block;
}
.about dl {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-top: 1px solid #ddd;
}
.about dl:last-of-type {
	border-bottom: 1px solid #ddd;
}
.about dt {
	display: table-cell;
	font-size: 14px;
	width: 26%;
	padding: 10px;
	background-color: #fafafa;
}
.about dd {
	display: table-cell;
	font-size: 14px;
	padding: 10px;
}

/* ==========================================================================
	Object
		Component - grid/button/form/media...
		Project - articles/ranking/comments/gallary/profile...
		Utility - clearfix/display/margin/padding/align/text...
	========================================================================== */

/* Component
	----------------------------------------------------------------- */

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


/* アニメーション */
.sa {
  opacity: 0;
  transition: all 1s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-50px, 0);
}
.sa--rl {
  transform: translate(50px, 0);
}
.sa--up {
  transform: translate(0, 50px);
}
.sa--down {
  transform: translate(0, -50px);
}
.sa--scaleUp {
  transform: scale(.9);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}