@charset "UTF-8";

/* ===================================================================
リセット
=================================================================== */

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, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th,
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;
}

body {
	line-height: 1;
	background: #fff;
	color: #000;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ul, ol {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #00479d;
	text-decoration: none;
	overflow: hidden;
  outline: none;
	
}
a:hover {
	color: #fb4303;
	
}

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}


.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }

/* ===================================================================
スタイル
=================================================================== */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #434343;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font:14px/1.231 "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-size:small;
	*font:x-small;
}
	
select,input,button,textarea,button { font:99% "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
table { font-size:inherit;font:100%; }

.inner {
	width:960px;
	margin: 0 auto;
}

/* header */
header {
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #fff;
}
header .inner {
	position: relative;
}
header h1 {
	position: absolute;
	top:15px;
	left: 0;
	width: 150px;
	height: 50px;
	background: url(../images/header_logo.gif) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
header h2 {
	position: absolute;
	top:30px;
	left: 170px;
	width: 215px;
	height: 18px;
	background: url(../images/header_logo.gif) no-repeat -170px -15px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
header .contact {
	position: absolute;
	top: 15px;
	right: 0;
}
header .contact .tel {
	width: 220px;
	height: 25px;
	margin-bottom: 4px;
	background: url(../images/header_contact-20201104.gif) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
header .contact .email a {
	display: block;
	width: 220px;
	height: 25px;
	background: url(../images/header_contacts.gif) no-repeat 0 -29px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
header .contact .email a:hover {
	background: url(../images/header_contacts.gif) no-repeat 0 -54px;
}

/* main */
#main {
	width: 100%;
	height: 542px;
	max-height: 542px;
	background: url(../images/main_sky.jpg) no-repeat center top;
	background-size: cover;
}
#main .inner {
	position: relative;
	height: 542px;
	background: url(../images/main_bg.png) no-repeat 0 bottom;
}
#main .vn {
	position: absolute;
	top:25px;
	left: 0;
	width: 352px;
	height: 100px;
	background: url(../images/main_txt.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#main .list {
	position: absolute;
	top:132px;
	left: 0;
	width: 690px;
	height: 323px;
	background: url(../images/main_txt.png) no-repeat 0 -107px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#copy {
	width: 100%;
	height: 250px;
	margin-top: 0;
	padding-top: 20px;
	box-sizing: border-box;
	background: #03479b;
	background: -moz-linear-gradient(top,  #03479b 0%, #0654ab 50%, #03479b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03479b), color-stop(50%,#0654ab), color-stop(100%,#03479b));
	background: -webkit-linear-gradient(top,  #03479b 0%,#0654ab 50%,#03479b 100%);
	background: -ms-linear-gradient(top,  #03479b 0%,#0654ab 50%,#03479b 100%);
	background: linear-gradient(to bottom,  #03479b 0%,#0654ab 50%,#03479b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03479b', endColorstr='#03479b',GradientType=0 );
	text-align: center;
}
.btn {
	display: inline-block;
	width: 400px;
	height: 75px;
	border-radius: 8px;
	background: -moz-linear-gradient(top,  rgba(252,163,4,.9) 0%, rgba(250,89,2,.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,163,4,.9)), color-stop(100%,rgba(250,89,2,.9)));
	background: -webkit-linear-gradient(top,  rgba(252,163,4.9) 0%,rgba(250,89,2,.9) 100%);
	background: -ms-linear-gradient(top,  rgba(252,163,4,.9) 0%,rgba(250,89,2,.9) 100%);
	background: linear-gradient(to bottom,  rgba(252,163,4.9) 0%,rgba(250,89,2,.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca304', endColorstr='#fa5902',GradientType=0.9 );
	background-color: rgb(252,163,4);
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	text-align: center;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;	
}
.btn:hover {
	background: rgb(251,67,3);
	
}
.btn a {
	display: block;
	width: 400px;
	height: 75px;
}
.btn a img {
	margin-top: 24px;
}
#copy .btn {
	margin: 22px auto 0;
}


section {
	margin-top: 60px;
}
section h2 {
	height: 80px;
	margin-bottom: 56px;
	background: #03479b;
	background: -moz-linear-gradient(top,  #03479b 0%, #0654ab 50%, #03479b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03479b), color-stop(50%,#0654ab), color-stop(100%,#03479b));
	background: -webkit-linear-gradient(top,  #03479b 0%,#0654ab 50%,#03479b 100%);
	background: -ms-linear-gradient(top,  #03479b 0%,#0654ab 50%,#03479b 100%);
	background: linear-gradient(to bottom,  #03479b 0%,#0654ab 50%,#03479b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03479b', endColorstr='#03479b',GradientType=0 );
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
}
section h2 span {
	font-size: 30px;
}
#research .inner {
	box-shadow: 0 3px 5px rgba(0,0,0,.3);
	text-align: center;
}
#research .lead {
	padding: 25px 20px;
	box-sizing: border-box;
	background: url(../images/note_bg.gif) repeat;	
}
#research .lead h3 {
	margin-bottom: 30px;
}
#research .lead .pic {
	float: left;
	margin-right: 15px;
	box-shadow: 0 3px 5px rgba(0,0,0,.3);
}
#research .lead .txt {
	font-size: 22px;
	text-align: left;
	line-height: 40px;
	letter-spacing: -.02em;
}
#research .lead .strong {
	display: -webkit-box;
	margin: 25px 0 20px;
}
#research .conclusion {
	height: 225px;
	background: #03479b;
	background: -moz-linear-gradient(top,  #03479b 0%, #0654ab 50%, #03479b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03479b), color-stop(50%,#0654ab), color-stop(100%,#03479b));
	background: -webkit-linear-gradient(top,  #03479b 0%,#0654ab 50%,#03479b 100%);
	background: -ms-linear-gradient(top,  #03479b 0%,#0654ab 50%,#03479b 100%);
	background: linear-gradient(to bottom,  #03479b 0%,#0654ab 50%,#03479b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03479b', endColorstr='#03479b',GradientType=0 );
}
#research .conclusion img {
	margin: 24px 0 0 64px;
}

#point {
	counter-reset: number;
}
#point li {
	position: relative;
	min-height: 186px;
	margin-bottom: 25px;
	box-sizing: border-box;
	border: 3px solid #00479d;
	border-radius: 10px;
	background: #fff;	
}
#point li:before {
	content: "point " counter(number, decimal);
	counter-increment: number;
	display: block;
	position: absolute;
	top:38px;
	left: -6px;
	width: 95px;
	height: 40px;
	background: #00479d;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
#point li:after {
	content: "";
	display: block;
	position: absolute;
	top: 78px;
	left: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #333333 transparent transparent;
}
#point dl {
	width: 680px;
	margin: 38px 0 0 98px;
}
#point dd {
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
}
#point .icon {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
#point li:nth-child(3) .icon {
	bottom: 20px;
	right: 17px;
}
#point li:nth-child(4) .icon {
	bottom: 20px;
}
section .contact {
	position: relative;
	height: 100px;
	margin-top: 50px;
	border-radius: 10px;
	background: #03479b;
	background: -moz-linear-gradient(top,  #03479b 0%, #0654ab 50%, #03479b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03479b), color-stop(50%,#0654ab), color-stop(100%,#03479b));
	background: -webkit-linear-gradient(top,  #03479b 0%,#0654ab 50%,#03479b 100%);
	background: -ms-linear-gradient(top,  #03479b 0%,#0654ab 50%,#03479b 100%);
	background: linear-gradient(to bottom,  #03479b 0%,#0654ab 50%,#03479b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03479b', endColorstr='#03479b',GradientType=0 );
	line-height: 50px;
}
section .contact p {
	position: absolute;
	top: 13px;
	left: 87px;
}
section .contact .btn {
	position: absolute;
	top: 13px;
	left: 540px;
}

#price table {
	width: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 21px;
	line-height: 40px;
}
#price th {
	height:65px;
	border: 1px solid #000;
	background: #0d73ac;
	background: -moz-linear-gradient(top,  #0d73ac 0%, #0a5e92 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d73ac), color-stop(100%,#0a5e92));
	background: -webkit-linear-gradient(top,  #0d73ac 0%,#0a5e92 100%);
	background: -ms-linear-gradient(top,  #0d73ac 0%,#0a5e92 100%);
	background: linear-gradient(to bottom,  #0d73ac 0%,#0a5e92 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d73ac', endColorstr='#0a5e92',GradientType=0 );
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	line-height: 65px;
}
#price td {
	border-right: 1px solid #000;
	text-align: center;
	vertical-align: middle;
}
#price td span {
	font-size: 80%;
}
#price .plan {
	width: 40%;
}
#price .plan ul {
	list-style: disc;
	margin: 1em 0 1em 3em;
	text-align: left;
}
#price .sample ul {
	width: 900px;
	margin: 1em auto;
}
#price .sample li {
	float: left;
	width: 20%;
	margin-bottom: .8em;
	font-size: 14px;
	line-height: 1.2;
}
#price .sample li span {
	display: block;
	width: 96px;
	height: 135px;
	margin: 0 auto 3px;
	background:url(../images/sample-20221003.gif) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#price .sample li .sample02 { background-position: -172px 0; }
#price .sample li .sample03 { background-position: -345px 0; }
#price .sample li .sample04 { background-position: -517px 0; }
#price .sample li .sample05 { background-position: -689px 0; }
#price .sample li .sample06 { background-position: 0 -168px; }
#price .sample li .sample07 { background-position: -172px -168px; }
#price .sample li .sample08 { background-position: -345px -168px; }
#price .sample li .sample09 { background-position: -517px -168px; }
#price .sample li .sample10 { background-position: -689px -168px; }
#price .sample li .sample11 { background-position: 0 -334px; }
#price .sample li .sample12 { background-position: -172px -334px; }
#price .sample li .sample13 { background-position: -345px -334px; }
#price .sample li .sample14 { background-position: -517px -334px; }
#price .sample li .sample15 { background-position: -689px -334px; }
#price .sample li .sample16 { background-position: 0 -500px; }
#price .sample li .sample17 { background-position: -172px -500px; }
#price .sample li .sample18 { background-position: -345px -500px; }
#price .sample li .sample19 { background-position: -517px -500px; }
#price .sample li .sample20 { background-position: -689px -500px; }
#price .sample li .sample21 { background-position: 0 -666px; }

#case li {
	position: relative;
	min-height: 240px;
	margin-bottom: 25px;
	box-sizing: border-box;
	border: 5px solid #00479d;
	border-radius: 10px;
	background: #fff;	
	font-size: 22px;
	line-height: 2em;
}
#case .icon {
	display: inline-block;
	width: 180px;
	height: 190px;
	margin: 20px 15px;
	background: url(../images/case_icon.gif) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
}
#case .icon.companyB { background-position: 0 -240px; }
#case .icon.companyC { background-position: 0 -480px; }
#case p {
	display: inline-block;
	width: 720px;
	vertical-align: middle;
}


#flow li:nth-child(2n+1) {
	position: relative;
	padding: 25px 25px 15px;
	box-sizing: border-box;
	border: 1px solid #00479d;
	border-radius: 10px;
	background: #fff;
	text-align: center;
}
#flow li:nth-child(2n)  {
	width: 241px;
	height: 81px;
	margin: 0 auto;
	padding-top: 1.2em;
	box-sizing: border-box;
	background: url(../images/flow_arrow.png) no-repeat;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#flow dt {
	margin-bottom: 10px;
	color: #1a3b82;
	font-size: 48px;
	font-weight: bold;
}
#flow .date_1 {
	margin: 0 auto;
	width: 108px;
	height: 18px;
	background: url(../images/flow_date.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#flow .date_2 {
	margin: 0 auto;
	width: 108px;
	height: 18px;
	background: url(../images/flow_date.png) no-repeat 0 -30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


#contact {
	position: relative;
	width: 960px;
	height: 288px;
	margin: 70px auto;
	box-sizing: border-box;
	border-radius: 10px;
	background: #03479b;
	background: -moz-linear-gradient(top,  #03479b 0%, #0654ab 50%, #03479b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03479b), color-stop(50%,#0654ab), color-stop(100%,#03479b));
	background: -webkit-linear-gradient(top,  #03479b 0%,#0654ab 50%,#03479b 100%);
	background: -ms-linear-gradient(top,  #03479b 0%,#0654ab 50%,#03479b 100%);
	background: linear-gradient(to bottom,  #03479b 0%,#0654ab 50%,#03479b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03479b', endColorstr='#03479b',GradientType=0 );
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
}
#contact:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 234px;
	height: 288px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	background:url(../images/contact_img.png) no-repeat;
	overflow: hidden;
}
#contact h2 {
	position: absolute;
	top: 120px;
	left: 265px;
	width: 650px;
	height: 50px;
	background: url(../images/contact_txt2.png) no-repeat 0 -88px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#contact .txt1 {
	position: absolute;
	top: 32px;
	left: 265px;
	width: 674px;
	height: 70px;
	background: url(../images/contact_txt2.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#contact .txt2 {
	position: absolute;
	top: 226px;
	left: 265px;
	width: 250px;
	height: 21px;
	background: url(../images/contact_txt2.png) no-repeat 0 -194px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#contact .btn {
	position: absolute;
	top: 203px;
	left: 538px;
}


#company .pic {
	float: left;
	margin-right: 30px;
}
#company .info {
	float: left;
	width: 960px;
}
#company h2 {
	height: 40px;
	margin-bottom: 0;
	box-sizing: border-box;
	border-bottom: 8px solid #00479d;
	background: none;
	color: #434343;
	font-size: 20px;
	text-align: left;
	line-height: 1;
}
#company dt {
	width: 150px;
	padding: 10px 0;
	box-sizing: border-box;
	line-height: 1.4;
}
#company dd {
	margin-top: -2.8em;
	padding: 10px 0 10px 150px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	line-height: 1.4;
}

/* PAGE TOP */
#page-top {
	position: fixed;
	bottom: 0px;
	right: 20px;
	font-size: 77%;
	opacity: 0.8;
}
#page-top a {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 8px;
	background: #ccc url(../images/arrow.png) no-repeat 50% 50%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	
}
#page-top a:hover {
	text-decoration: none;
	background-color: #fb4303;
}

/* FOOTER */
footer {
	height: 70px;
	margin-top: 80px;
	background: #f5f5f5;
	text-align: center;
	line-height: 70px;
}


/* #form */
#form {
	margin: 50px auto;
	line-height: 1.5;
}
#form h2 {
	height: 60px;
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 60px;
	
}
#form p {
	text-align: center;
}
#form table {
	width: 800px;
	margin: 20px auto 0;
	font-size: 16px;
	text-align: left;
}
#form tr:nth-child(2n+1) {
	background: #fafafa;
}
#form th, #form td {
	padding: 1em;
	border-top: 1px solid #ccc;
}
#form th {
	position: relative;
}
#form th.req:before {
	content: "必須";
	display: inline-block;
	margin-right: 10px;
	padding: 2px 5px;
	box-sizing: border-box;
	border-radius: 3px;
	background: #fb4303;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
#form input[type="text"] {
	width: 560px;
	height: 2.5em;
	padding: 0 5px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #ccc;
	line-height: 2.5;
}
#form input[type="checkbox"] + label {
	margin-right: 40px;
}
#form textarea {
	width: 560px;
	height: 160px;
	padding: 0 5px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #ccc;
}
#form tr:last-child th {
	position: relative;
	top: -70px;
}
#form .box {
	width: 800px;
	margin: 0 auto 25px;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #f5f5f5;
	font-size: 16px;
}
#form .box p {
	margin-bottom: 1em;
	text-align: center;
}
#form .box label {
	margin: 0 50px 0 95px;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.5;
}
#form button {
	display: block;
	width: 400px;
	height: 75px;
	margin: 20px auto 0;
	border-radius: 8px;
	border: none;
	background: -moz-linear-gradient(top,  rgba(252,163,4,.9) 0%, rgba(250,89,2,.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,163,4,.9)), color-stop(100%,rgba(250,89,2,.9)));
	background: -webkit-linear-gradient(top,  rgba(252,163,4.9) 0%,rgba(250,89,2,.9) 100%);
	background: -ms-linear-gradient(top,  rgba(252,163,4,.9) 0%,rgba(250,89,2,.9) 100%);
	background: linear-gradient(to bottom,  rgba(252,163,4.9) 0%,rgba(250,89,2,.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca304', endColorstr='#fa5902',GradientType=0.9 );
	background-color: rgb(252,163,4);
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-align: center;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;	
}
#form button:hover {
	background: rgb(251,67,3);
	
}
