
/* Reset-----------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

ul, ol { list-style: none;}
img { border: none; }

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

a[name] {
	color: #000;
	text-decoration: none;
}

a.anchor {
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}

img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
	width /***/: auto; /* for ie8 */
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.pic-right {
	float: right;
	margin-left: 7px;
	margin-top: 2px;
	margin-bottom: 5px;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.pic-left {
	float: left;
	margin-right: 7px;
	margin-top: 7px;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* Layout-----------------------------------------------------------*/

body {
	font-family: 'Noto Sans JP';
	font-size: 14px;
	line-height: 140%;
	color: rgba(60,60,60,1);
	border: none;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	background: rgba(255,255,255,1);
/*
	background: rgba(40,135,187,0.1);
*/
}

#container {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 150px 0px 10px 0px;
/*
	background: rgba(255,255,255,1);
*/
}

main {
	margin-top: -45px;
}


@media (max-width: 800px) {
	.fp-image {
		display: none;
	}
}

@media (min-width: 800px) {
	.fp-image-sp {
		display: none;
	}
}

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

header {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1050px;
	padding-bottom: 10px;
	background: rgba(255,255,255,1);
	z-index: 100;
}

#logo {
	margin: 0 auto;
	width: 300px;
	display: block;
	transition: all 0.4s ease;
	margin-top: 20px;
	margin-bottom: 16px;
}

#logo.isSmall{
	width: 180px!important;
}

#float_menu {
	position: fixed;
	width: 100%;
	height: 40px;
	z-index: 999;
	margin-top: -196px;
	padding-top: 2px;
	max-width: 1050px;
}

#smart-menu {
	float: right;
	background: rgba(255,255,255,0.8);
	margin-right: 10px;
	display: table;
	margin-top: 50px;
}

#smart-menu a {
	text-decoration: none;
}

#menu {
	text-align: center;
}

#menu a {
	margin: 0px 6px;
	text-decoration: none;
}

@media (max-width: 1000px) {
	#menu  {
		display: none;
	}
	#logo {
		margin-bottom: 0px;
	}
}

/* Footer-----------------------------------------------------------*/

footer {
	text-align: center;
	background: rgba(40,135,187,0.1);
	padding: 20px 0 10px 0;
}

footer a {
	text-decoration: none;
}

#footer-logo img {
	width: 150px;
}

#footer {
	font-size: 12px;
}

/* Scroll-----------------------------------------------------------*/

/*タイムライン全体の設定*/
ul.timeline{
	width:100%;
	margin: 0 auto;
	padding:0 0;
}

ul.timeline li.timelinez{
    /*線の起点とするためrelativeを設定*/
	position: relative;
	list-style: none;
	padding: 10px 0 0px 0;
}

/*絶対配置で線を設定*/
.border-line {
    /*線の位置*/
	position: absolute;
	left:0.2em;
	top:0;
	width:3px;/*線の太さ*/
	height:0;/*はじめは高さを0に*/
	background: #ccc;
}

/*タイムラインの見出し横の丸の位置と形状*/
ul.timeline li.timelinez::after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:10px;
	height: 10px;
	background:#666;
	border-radius: 50%;
	margin-top: 90px;
}

/* Font-----------------------------------------------------------*/

h1 {
	margin: 0 auto;
	text-align: center;
	font-size: 160%;
	line-height: 160%;
	width: 95%;
	margin-top: 80px;
	margin-bottom: 40px;
}

@media (max-width: 600px) {
	h1 {
		font-size: 150%;
	}
}

h2 {
	width: 70%;
	font-size: 120%;
	line-height: 140%;
	padding: 10px 16px;
	background: rgba(40,135,187,0.1);
	margin: 0 auto;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

h3 {
	font-size: 120%;
	line-height: 140%;
	margin: 10px 0 0 20px;
}

h4 {
	margin: 10px 0 0 20px;
	font-weight: normal;
}

h5 {
	width: 70%;
	font-size: 120%;
	line-height: 140%;
	padding: 10px 16px;
	background: rgba(255,255,255,0.8);
	margin: 0 auto;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

/*マーカーアニメーション*/

.marker.marker-animation {
	background-position:-100% .8em;
}
.marker {
	background-image:-webkit-linear-gradient(left,transparent 50%,#ffdc00 50%);
	background-image:-moz-linear-gradient(left,transparent 50%,#ffdc00 50%);
	background-image:-ms-linear-gradient(left,transparent 50%,#ffdc00 50%);
	background-image:-o-linear-gradient(left,transparent 50%,#ffdc00 50%);
	background-image:linear-gradient(left,transparent 50%,#ffdc00 50%);
	background-repeat:repeat-x;background-size:200% .3em;
	background-position:0 1.8em;transition:all 3.5s ease;
}

/*
.marker-animation.active{
    background-position: -100% .5em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-repeat: repeat-x;
    background-size: 200% .5em;
    background-position: 0 .9em;
    transition: all 3s ease;
}
*/
.underline {
	background: linear-gradient(transparent 75%, #ffdc00 75%);
}

.description {
	margin: 0 auto;
	text-align: left;
	width: 80%;
	line-height: 160%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.steps {
	margin: 20px 0 0 20px;
	text-align: center;
	display: table;
}

.step-description {
	text-align: left;
	padding: 10px 16px;
	background: rgba(255,255,255,0.9);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	display: table;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
/*
	margin: 10px 20px 10px 20px;
*/
	max-width: 540px;
}

.profile-name {
	font-size: 120%;
	line-height: 140%;
	font-weight: bold;
	margin: 10px 0 20px 0;
}

@media (max-width: 800px) {
	.profile-name {
		text-align: center;
	}
}

.number01 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 4px;
}

.number01::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url("./images/consulting01.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-top: -3px;
	margin-right: 6px;
}

.number02 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 4px;
}

.number02::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url("./images/consulting02.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-top: -3px;
	margin-right: 6px;
}

.number03 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 4px;
}

.number03::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url("./images/consulting03.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-top: -3px;
	margin-right: 6px;
}

.number-list {
	font-size: 120%;
	font-weight: 400;
	margin-left: 28px;
	list-style-type: decimal;
}

.number-list li {
	margin-bottom: 12px;
}

.disc-list {
	margin-top: 10px;
	margin-left: 36px;
	list-style-type: disc;
}

.disc-list li {
	margin-bottom: 10px;
}


/*
.scroll {
	position: absolute;
	top: 1%;
	right: 50%;
	animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove {
	0%{bottom: 1%;}
	50%{bottom: 3%;}
	100%{bottom: 1%;}
}

.scroll span {
	position: absolute;
	left: -20px;
	top: 480px;
	color: #666;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.scroll::before {
	content: "";
	position: absolute;
	top: 500px;
	right: -6px;
	width: 1px;
	height: 20px;
	background: #666;
	transform: skewX(-31deg);
}

.scroll::after {
	content: "";
	position: absolute;
	top: 470px;
	right: 0;
	width: 1px;
	height: 50px;
	background: #666;
}
*/

/* Block-----------------------------------------------------------*/
/*
.block01 {
	background: rgba(255,255,255,1);
	overflow: hidden;
	z-index: -1;
}

.block01 {
	width: 100%;
	max-width: 1050px;
	margin: 0;
	padding-top: 1%;
	padding-bottom: 10%;
	position: relative;
}

.block01::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,1);
	transform: skewY(-7deg);
	overflow: hidden;
	z-index: -1;
}
*/


.block02 {
	width: 100%;
	max-width: 1050px;
	margin: 0;
	padding-top: -50%;
	padding-bottom: 1%;
	position: relative;
}

.block02::before {
	content: '';
	position: absolute;
	top: -5%;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,102,51,0.1);
	transform: skewY(-7deg);
	overflow: hidden;
	z-index: -1;
}
/*
.block03 {
	width: 100%;
	max-width: 1050px;
	margin: 0;
	padding-top: 1%;
	padding-bottom: 10%;
	position: relative;
}

.block03::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,1);
	transform: skewY(-7deg);
	overflow: hidden;
	z-index: -1;
}
*/
.block04 {
	width: 100%;
	max-width: 1050px;
	margin: 0;
	padding-top: 1%;
	padding-bottom: 2%;
	position: relative;
	top: 30px;
}

.block04::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(51,102,204,0.1);
	transform: skewY(7deg);
	z-index: -1;
}


.block06 {
	width: 100%;
	max-width: 1050px;
	margin: 0;
	padding-top: 1%;
	padding-bottom: 1%;
	position: relative;
}

.block06::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(51,153,102,0.1);
	transform: skewY(-7deg);
	z-index: -1;
}

/* Image-----------------------------------------------------------*/

.support {
	width: 140px;
}

.step {
	width: 140px;
}

.arrow {
	width: 40px;
/*
	margin: 0 0 0 60px;
*/
}
/*
@media (max-width: 600px) {
	.arrow {
		margin: 0 0 0 140px;
	}
}
*/

.profile {
	width: 220px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.profile img {
	width: 220px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

@media (min-width: 800px) {
	.profile {
		float: right;
	}
}

@media (max-width: 800px) {
	.profile {
		margin: 0 auto;
	}
}

/* Form-----------------------------------------------------------*/

.table {
	margin: 0 auto;
	font-size: 18px;
	margin-top: 50px;
}

.table th {
	text-align: left;
	font-weight: bold;
	padding: 0 30px 10px 10px;
	white-space: nowrap;
	vertical-align: top;
}

.table td {
	text-align: left;
	padding: 0 0 10px 20px;
}

@media (max-width: 850px) {
	.table th, td {
		padding: 0px 0px 0px 10px;
		width: 100%;
		display: block;
	}
}

.a-small {
	width: 200px;
}

.a-middle {
	width: 300px;
}

.a-large {
	width: 400px;
}

@media (max-width: 750px) {
	.a-large {
		width: 300px;
	}
}

@media (max-width: 450px) {
	.a-large {
		width: 260px;
	}
}

.form_a {
	font-size: 120%;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

select {
	font-size: 120%;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

input#submit_button {
	font-size: 120%;
	background: rgba(255,255,255,1);
	color: rgba(69,152,151,1);
	border: 1px solid rgba(53,148,210,1.0);
	display: table;
	margin: 0 auto;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	position: relative;
	padding: 8px 30px 10px 30px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

input#submit_button:hover {
	background: rgba(53,148,210,1.0);
	color: rgba(255,255,255,1);
	border: 1px solid rgba(255,255,255,1);
	cursor: pointer;
}

.msg {
	color: #ff6633;
}

.reserve_privacy {
	border: solid 1px rgba(53,148,210,1.0);
	width: 90%;
	height: 120px;
	margin: 0 auto;
	padding: 0.5em;
	overflow: auto;
	font-weight: normal;
	text-align: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6p
}

.reserve_privacy ol {
	margin-top: 16px;
	margin-left: 30px;
	margin-bottom: 16px;
	margin-left: 28px;
	list-style-type: decimal;
}

.reserve_privacy li {
	margin-bottom: 10px;
}

/* ソーシャルボタン-----------------------------------------------------------*/

.social_button {
	clear: both;
	width: 80%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

.fb-share-button {
	float: left;
	margin-right: 4px;
}

.twitter_line {
	float: left;
}