@charset "UTF-8";
/* body
-------------------------- */
html {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: auto;
}
body {
	width: 100%;
	background: #fff;
	color: #000;
	font-family: 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
}
* {
	box-sizing: border-box;
	word-break: break-all;
}
a:link,
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #777;
	text-decoration: none;
}
a.blue:link,
a.blue:visited {
	color: #008cd6;
	text-decoration: underline;
}
a, a img, .easing {
	transition: .3s ease-in-out;
	border: none;
	outline: none;
}
a img:hover {
	opacity: .7 !important;
}
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/* responsive
-------------------------- */
.spSet {display: none !important;}
.pcSet {display: block !important;}
.spService {display: none !important;}
/* element
-------------------------- */
.inner {
	width: 100%;
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
.outer {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
section {
	text-align: center;
	width: 100%;
	max-width: 800px;
	padding: 50px 10px;
	margin: 0 auto;
	position: relative;
}
hr {
	border-top: 1px solid #ccc;
	margin: 5px 0;
}
hr.dot {
	border-top: 1px dotted #ccc;
	margin: 15px 0;
}
/* button
-------------------------- */
.btn_common {
	width: 260px;
	padding: 0 20px;
	margin: 30px auto 0;
	font-size: 18px;
	line-height: 55px;
	color: #fff !important;
	border: 3px solid #fff;
	position: relative;
	display: block;
}
.btn_common:after {
	content: '';
	position: absolute;
	top: 40%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}
.btn_common:hover {
	background: #fff;
}
#top02 .btn_common:hover {
	color: #37b7e5 !important;
}
#top02 .btn_common:hover:after {
	border-top: 3px solid #37b7e5;
	border-right: 3px solid #37b7e5;
}
#top03 .btn_common:hover {
	color: #009ee4 !important;
}
#top03 .btn_common:hover:after {
	border-top: 3px solid #009ee4;
	border-right: 3px solid #009ee4;
}
/* header
-------------------------- */
header {
	width: 100%;
	position: relative;
	z-index: 99;
}
#logo {
	width: calc(100% * 160/980);
	display: block;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
#logo img {
	width: 100%;
	max-width: 160px;
}
#head_right {
	float: right;
	width: calc(100% * 820/980);
	padding: 15px 0;
	position: relative;
}
#head_right h1 {
	font-size: 16px;
	font-weight: normal;
	text-align: right;
	padding: 15px 240px 15px 0;
	color: #999;
}
a.btn_inquiry {
	width: 220px;
	position: absolute;
	top: 20px;
	right: 0;
	padding: 0 0 0 50px;
	font-size: 15px;
	line-height: 34px;
	text-align: left;
	display: block;
	color: #fff;
	border: 3px solid #ff921d;
	background: #ff921d url(../_img/icon_mail.png) no-repeat 10px 10px;
}
a.btn_inquiry:hover {
	color: #ff921d;
	border: 3px solid #ff921d;
	background: #fff url(../_img/icon_mail_ov.png) no-repeat 10px 10px;
}
#spnav_opener {
	display: none;
}
#spnav {
	display: block;
}
#nav {
	width: 100%;
	position: relative;
	float: right;
	font-size: 0;
	text-align: right;
	padding: 10px 0 0;
}
#nav li {
	display: inline-block;
	margin: 0 0 0 15px;
	font-size: 16px;
	line-height: 1;
	position: relative;
}
#nav li:before {
	content: '' !important;
	position: absolute;
	top: 45%;
	left: 0;
	width: 5px;
	height: 5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}
#nav li a {
	display: block;
	padding: 10px 0 10px 15px;
}
#nav li a:hover {
	opacity: .7;
}
#nav .li_service {
	position: relative;
	cursor: pointer;
}
#nav li.li_service a {
	pointer-events: none;
	/*color: #333 !important;*/
}
#nav .li_service ul {
	display: none;
}
#nav .li_service:hover ul {
	display: block;
	position: absolute;
	left: -20px;
	top: 36px;
	text-align: left;
}
#nav .li_service li {
	width: 16em;
	font-size: 86%;
	line-height: 1.3;
	background: #fff;
	border-top: 1px dotted #dfdfdf;
	padding: 0 0 0 .5em;
}
#nav .li_service li a {
	padding: 10px 1em;
	text-indent: -1em;
	pointer-events: auto;
}
#nav .li_service li:before {
	border: none;
}
#top #nav li:nth-child(1) a,
#greeting #nav li:nth-child(2) a,
#service #nav li:nth-child(3) a,
#works #nav li:nth-child(6) a,
#company #nav li:nth-child(7) a {
	color: #008cd6;
}
#top #nav li:nth-child(1):before,
#greeting #nav li:nth-child(2):before,
#service #nav li:nth-child(3):before,
#works #nav li:nth-child(6):before,
#company #nav li:nth-child(7):before {
	border-top: 1px solid #008cd6;
	border-right: 1px solid #008cd6;
}
#top #nav .li_service li:nth-child(1) a,
#greeting #nav .li_service li:nth-child(2) a {
	color: #000;
}
#top #nav .li_service li:nth-child(1):before,
#greeting #nav .li_service li:nth-child(2):before {
	border: none;
}
/* footer
-------------------------- */
#back-to-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 60px;
	height: 60px;
	background: rgba(85,85,85,.5);
	display: none;
	z-index: 999;
	opacity: 1;
	transition: .3s ease-in-out;
}
#back-to-top:after {
	content: '';
	position: absolute;
	top: 25px;
	right: 20px;
	width: 18px;
	height: 18px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
}
#back-to-top:hover {
	background: rgba(85,85,85,.3);
}
footer {
	background: #f5f5f5;
	padding: 0;
}
#footCompany {
	width: calc(100% * 360/980);
	float: left;
	padding: 60px 0;
	font-size: 14px;
}
#footCompany img {
	width: 100%;
	max-width: 240px;
	padding: 0 0 15px;
}
#footCompany p {
	/*line-height: 2.0;*/
	margin: 5px 0;
}
#footCompany a.btn_inquiry {
	position: static;
	margin: 30px 0 0;
}
#footMenu {
	width: calc(100% * 600/980);
	float: right;
	padding: 60px 0;
	font-size: 14px;
}
#footMenu ul {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#footMenu ul:last-child {
	border-bottom: none;
}
#footMenu li {
	display: inline-block;
	line-height: 1;
	margin-right: 15px;
	position: relative;
}
#footMenu li:before {
	content: '' !important;
	position: absolute;
	top: 40%;
	left: 0;
	width: 5px;
	height: 5px;
	border-top: 1px solid #007aae;
	border-right: 1px solid #007aae;
	transform: rotate(45deg);
}
#footMenu li a {
	display: block;
	padding: 10px 0 10px 15px;
	color: #007aae;
}
#footMenu li a:hover {
	opacity: .7;
}
#footMenu span {
	display: block;
	position: relative;
	padding: 5px 0 5px 10px;
}
#footMenu span:before {
	content: '';
	background: #666;
	height: 4px;
	width: 4px;
	top: 15px;
	left: 0;
	position: absolute;
}
#copy {
	text-align: center;
	width: 100%;
	padding: 0 0 15px;
	font-size: 12px;
	color: #999;
	display: block;
}
/* common_inquiry
-------------------------- */
#inquiryBlock {
	padding: 50px 25px;
	text-align: left;
	color: #fff;
	z-index: 0;
}
#inquiryBlock h2 {
	font-size: 32px;
	line-height: 1.4;
	padding: 0 0 30px;
}
#inquiryBlock .btn_common {
	margin: 30px auto 0 0;
	text-align: center;
}
#inquiryBlock .btn_common:hover {
	color: #ffa633 !important;
}
#inquiryBlock .btn_common:hover:after {
	border-top: 3px solid #ffa633;
	border-right: 3px solid #ffa633;
}
#inquiryBlock img.image {
	position: absolute;
	bottom: 0;
	right: -50px;
	z-index: -1;
}
/* common_cdb
-------------------------- */
#cdbBlock {
	text-align: left;
	padding: 60px 25px;
}
#cdbBlock h2 img {
	width: calc(100% * 470/800);
	max-width: 470px;
	padding: 0 0 30px;
}
.btn_outside {
	margin: 30px auto 0 0;
}
.btn_outside {
	width: 360px;
	padding: 0 20px;
	margin: 50px auto 0 0;
	font-size: 18px;
	line-height: 55px;
	border: 3px solid #cacaca;
	text-align: center;
	position: relative;
	display: block;
}
.btn_outside:after {
	content: '';
	background: url(../_img/icon_outside.png);
	position: absolute;
	top: 35%;
	right: 40px;
	width: 28px;
	height: 20px;
}
.btn_outside:hover {
	opacity: .7;
}
#cdbBlock img.image {
	position: absolute;
	top: 130px;
	right: -80px;
	z-index: -1;
}
/* top
-------------------------- */
#top01 {
	color: #fff;
	padding-bottom: 0;
}
#top01 img {
	padding: 40px 0 0;
	width: calc(100% * 896/780);
	max-width: 896px;
	margin: 0 auto;
	margin-left: calc(100% * -58/800);
	display: block;
}
#top01 h2 {
	font-size: 90px;
	display: inline-block;
}
#top01 h2 span {
	font-size: 64px;
}
#top01 p {
	font-size: 22px;
}
#halfBlock {
	position: relative;
}
.halfLeft {
	width: 50%;
}
.halfRight {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
}
.halfLeft section {
	width: 100%;
	max-width: 560px;
	padding: 50px 25px;
	margin-right: 0;
	/*background: rgba(0,0,0,.2);*/
}
.halfRight section {
	width: 100%;
	max-width: 560px;
	padding: 50px 25px;
	margin-left: 0;
	/*background: rgba(0,0,0,.2);*/
}
#top02,
#top03 {
	color: #fff;
}
#top02 h2,
#top03 h2 {
	font-size: 24px;
	line-height: 1.4;
	padding: 0 0 30px;
}
#top02 img,
#top03 img {
	padding: 0 0 30px;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	display: block;
}
/* greeting
-------------------------- */
#greeting01 {
	height: 300px;
	padding: 50px 25px;
	color: #fff;
	text-align: left;
	display: table;
	position: relative;
}
#greeting01 h2 {
	font-size: 40px;
	display: table-cell;
	vertical-align: middle;
}
#greeting01 img {
	position: absolute;
	bottom: 0;
	right: -50px;
}
#greeting02 {
	padding: 80px 25px;
	text-align: left;
}
#greeting02 h3 {
	font-size: 42px;
	color: #000;
	padding: 0 0 40px;
}
#greeting02 p {
	line-height: 1.8;
}
#greeting02 div {
	width: 220px;
	float: right;
	margin: 0 0 2em 2em;
}
#greeting02 div img {
	width: 100%;
}
#greeting02 div span {
	display: block;
	text-align: center;
	padding: 15px 0 0;
	font-size: 14px;
}
/* service
-------------------------- */
#service01 {
	height: 300px;
	padding: 50px 25px;
	color: #fff;
	text-align: left;
	display: table;
	position: relative;
}
#service01 h2 {
	font-size: 34px;
	line-height: 1.4;
	display: table-cell;
	vertical-align: middle;
}
#service01 h2 span {
	font-size: 20px;
	padding: 0 0 10px;
	display: block;
}
#service01 img {
	position: absolute;
	bottom: 0;
	right: -150px;
}
#service01 img.a01 {
	right: -50px;
}
#service02 {
	padding: 80px 25px;
	text-align: left;
}
#service02 p {
	line-height: 1.8;
}
#service02 img {
	width: 100%;
	max-width: 581px;
	margin: 0 auto 60px;
}
#service02 img.a02 {
	max-width: 597px;
	margin: 60px auto 0;
}
#service02 div {
	width: 100%;
	max-width: 560px;
	margin: 60px auto 0;
}
#service02 div img {
	width: 100%;
	margin: 0;
}
#service02 div span {
	display: block;
	padding: 5px 0 0;
	font-size: 14px;
	text-align: right;
}
#service02 h4 {
	color: #008cd6;
	font-size: 20px;
	padding: 30px 0 15px;
}
#service02 dl {
	width: 100%;
	background: #f4f4f4;
	padding: 20px 30px;
	margin: 30px auto;
}
#service02 dt {
	width: 100%;
	padding: 10px 0 0 15px;
	font-weight: bold;
	position: relative;
	font-size: 18px;
	line-height: 1.4;
}
#service02 dt:before {
	content: '';
	position: absolute;
	top: 18px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #008cd6;
}
#service02 dd {
	padding: 5px 0 10px 15px;
}
/* works
-------------------------- */
#works01 {
	height: 300px;
	padding: 50px 25px;
	color: #fff;
	text-align: left;
	display: table;
	position: relative;
}
#works01 h2 {
	font-size: 40px;
	display: table-cell;
	vertical-align: middle;
}
#works01 img {
	position: absolute;
	bottom: 0;
	right: -50px;
}
#works02 {
	padding: 80px 25px;
	text-align: left;
}
#works02 .workBlock {
	width: 100%;
	margin: 0 0 75px;
}
#works02 .workBlock:last-child {
	margin: 0;
}
#works02 span.h3_outer {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #008cd6;
	background: #e6e6e6;
	padding: 0 20px;
	margin: 0 auto 45px;
	text-align: right;
	position: relative;
	display: block;
}
#works02 h3 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	font-size: 20px;
	color: #fff;
	background: #008cd6;
	padding: 0 60px 0 30px;
	display: inline-block;
}
#works02 ul {
	width: 100%;
	font-size: 0;
	display: table;
	margin: 30px 0 45px;
}
#works02 li {
	display: table-cell;
	width: 48%;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
#works02 li span {
	width: 6em;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #008cd6;
	display: block;
	position: absolute;
	left: calc(50% - 3em);
	bottom: -17px;
}
#works02 li img {
	width: 100%;
	max-width: 340px;
	margin: 0 auto;
	border: 2px solid #008cd6;
}
#works02 li.arrow {
	width: 4%;
}
#works02 li.arrow img {
	width: 120%;
	transform: rotate(-90deg);
	border: none;
}
#works02 p {
	line-height: 1.8;
}
/* company
-------------------------- */
#company01 {
	height: 300px;
	padding: 50px 25px;
	color: #fff;
	text-align: left;
	display: table;
	position: relative;
}
#company01 h2 {
	font-size: 40px;
	display: table-cell;
	vertical-align: middle;
}
#company01 img {
	position: absolute;
	bottom: 0;
	right: -50px;
}
#company02 {
	padding: 80px 25px;
	text-align: left;
}
#company02 table {
	width: 100%;
	font-size: 18px;
	border-top: 1px solid #dfdfdf;
}
#company02 th {
	width: 20%;
	padding: 20px;
	text-align: center;
	color: #008cd6;
	background: #f2f2f2;
	border-bottom: 1px solid #dfdfdf;
	vertical-align: middle;
}
#company02 td {
	width: 80%;
	padding: 20px 40px;
	border-bottom: 1px solid #dfdfdf;
}
/* privacypolicy
-------------------------- */
#privacypolicy01 {
	padding: 40px 25px;
	color: #fff;
	text-align: left;
	display: table;
	position: relative;
}
#privacypolicy01 h2 {
	font-size: 28px;
	display: table-cell;
	vertical-align: middle;
}
#privacypolicy02 {
	padding: 60px 25px 80px;
	text-align: left;
	border-bottom: 1px solid #dfdfdf;
}
#privacypolicy02 h4,
#box_agree h4 {
	font-size: 18px;
	padding: 0 0 15px !important;
}
#privacypolicy02 div p,
#box_agree div p {
	margin: 10px 0;
}
#privacypolicy02 div dt,
#box_agree div dt {
	width: 100%;
	background: #f4f4f4;
	padding: 10px 15px;
	margin: 30px 0 10px;
	font-weight: bold;
}
#privacypolicy02 div dd,
#box_agree div dd {
	padding: 5px 15px;
}
#privacypolicy02 div ol,
#box_agree div ol {
	margin: 0 0 0 20px;
}
#privacypolicy02 div ul,
#box_agree div ul {
	margin: 10px 0 0 15px;
}
#privacypolicy02 div li,
#box_agree div li {
	padding: 5px 0 0 0;
}
#box_agree div dl {
	border: none;
	margin: 0;
	padding: 0;
}
#box_agree div dt:before {
	border: none;
}
/* inquiry
-------------------------- */
#inquiry01 {
	height: 300px;
	padding: 50px 25px;
	color: #fff;
	text-align: left;
	display: table;
	position: relative;
}
#inquiry01 h2 {
	font-size: 40px;
	display: table-cell;
	vertical-align: middle;
}
#inquiry01 img {
	position: absolute;
	bottom: 0;
	right: -50px;
}
#inquiry02 {
	padding: 80px 25px;
	text-align: left;
	/*border-bottom: 1px solid #dfdfdf;*/
}
#inquiry02 h4 {
	font-size: 18px;
	padding: 0 0 30px;
}
#inquiry02 p {
	line-height: 1.8;
}
#inquiry02 dl {
	border-top: 1px solid #dfdfdf;
	padding: 40px 0 0;
	margin: 50px 0 0;
}
#inquiry02 dt {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 28px;
	position: relative;
}
#inquiry02 dt span {
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	padding: 3px 15px;
	margin-left: 15px;
	background: #e92d2d;
	color: #fff;
}
#inquiry02 dt:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	background: transparent;
	border: 4px solid #008cd6;
	border-radius: 10px;
}
#inquiry02 dd {
	margin: 0 0 30px;
}
input[type="text"],
textarea {
	display: inline;
	padding: 15px;
	border: 1px solid #dfdfdf;
	cursor: default;
	width: 100%;
	-webkit-appearance: none;
	border-radius: 0;
	font-family: 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-size: 18px;
}
input[type="text"]:focus,
textarea:focus {
	border: 1px solid #008cd6;
	outline: 0;
}
textarea {
	height: 280px;
}
::placeholder {
	color: #dfdfdf;
}
#btnSet {
	width: 100%;
	margin: 0 auto;
}
.btn_orange {
	width: 280px;
	height: 60px;
	padding: 15px;
	margin: 40px auto;
	border: 0;
	background: #ff921d;
	color: #fff;
	font-size: 18px;
	display: block;
}
.btn_orange:hover {
	opacity: .7;
}
#box_agree {
	width: 100%;
	height: 310px;
	padding: 30px;
	border: 1px solid #ccc;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}




/* style
-------------------------- */
.bg_blue1 {background: #008cd6;}
.bg_blue2 {background: #37b7e5;}
.bg_blue3 {background: #009ee4;}
.bg_orange {background: #ffa633;}
.bg_gray {background: #f5f5f5;}
.mg_t30 {margin-top: 30px;}




