@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, sans-serif;
	font-size:16px;
	line-height:1.5em;
	color:#111;
}

.mb8 {
	margin-bottom:8px;
}

.mb16 {
	margin-bottom:16px;
}

/* Centered texts in each section */
.section{
	padding:50px 0 0;
	text-align:center;
	background-size: cover;
	background-position:50% 50%;
	position:relative;
}

/* Defining each sectino background and styles */
#section1{
	background-image: url(../img/bg-1.jpg);
}

#section2{
	background-image: url(../img/bg-2.jpg);
}

#section3{
	background-image: url(../img/bg-3.jpg);
}

#section4{
	background-image: url(../img/bg-4.jpg);
}

#section5{
	background-image: url(../img/bg-5.jpg);
}

/*--------------------------------------------------------------
header
--------------------------------------------------------------*/

header {
	position:fixed;
	top:0;
	z-index:9999;
	width:100%;
	height:50px;
	background-color:rgba(0,0,0,0.8);
}

.headerin {
}

.logo {
	float:left;
}

.logo a {
	display:block;
	padding:15px 16px;
	font-size:125%;
	line-height:1em;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-shadow: 1px 1px 3px #000;
	letter-spacing:0.1em;
}

.logo a:hover {
	color:#ed6d35;
}


header .logo a span{
	font-weight:bold;
	font-size:70%;
	line-height:1em;
	margin-right:4px;
	letter-spacing:0em;
}

/* nav ****************************/

#toggle {
	float:right;
}

#toggle a{
	display:block;
	margin-right:16px;
	padding:18px 24px 18px 16px;
	font-size:87.5%;
	line-height:1em;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../img/navicon@2x.png);
	background-repeat:no-repeat;
	background-position:right;
	background-size:20px 14px;
	text-shadow: 1px 1px 3px #000;
}

#toggle a:hover{
	color:#ed6d35;
	background-image:url(../img/navicon-or@2x.png);
}

#nav ul#menu {
	display:none;
	position:fixed;
	top:50px;
	width:100%;
	border-top:1px solid #666;
}

#nav ul#menu li {
	width:100%;
	border-bottom:1px solid #666;
}

#nav ul#menu li a {
	display:block;
	font-size:87.5%;
	line-height:1em;
	padding:18px 16px;
	background-color:rgba(0,0,0,0.8);
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 1px 1px 3px #000;
}
 
#nav ul#menu li a:hover {
	color:#ed6d35;
	background-color:rgba(0,0,0,0.5);
}

@media screen and (min-width: 768px) {	

#toggle {
	display:none;
}

#nav {
	float:right;
}

#nav ul#menu {
	display:block;
	position:static;
	border:none;
}

#nav ul#menu li {
	float:left;
	width:auto;
	border:none;
}

#nav ul#menu li a {
	float:left;
	background-color:transparent;
}

#nav ul#menu li a:hover {
	background-color:rgba(255,255,255,0.2);
}

#nav ul#menu li.active a {
	color:#ed6d35;
	background-color:rgba(255,255,255,0.2);
}

}


/*--------------------------------------------------------------
common style
--------------------------------------------------------------*/
.contents-wrap {
	width:90%;
	margin:5% auto 250px;
}

@media screen and (min-width: 768px) {	

.contents-wrap {
	width:90%;
	margin:5% auto 400px;
}

}


/* title */
h2.ttl-01 {
	margin-bottom:16px;
	padding:10px 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	color:#fff;
	font-size:100%;
	line-height:1.5em;
	font-weight:bold;
	letter-spacing:0.1em;
	text-shadow: 1px 1px 3px #000;
}

h2.ttl-02 {
	margin-bottom:16px;
	padding:10px 0;
	border-top:1px solid #111;
	border-bottom:1px solid #111;
	color:#111;
	font-size:100%;
	line-height:1.5em;
	font-weight:bold;
	letter-spacing:0.1em;
	text-shadow: 1px 1px 3px #fff;
}

@media screen and (min-width: 768px) {	

h2.ttl-01 {
	margin-bottom:24px;
	padding:10px 0;
	font-size:150%;
	line-height:1.5em;
}

h2.ttl-02 {
	margin-bottom:24px;
	padding:10px 0;
	font-size:150%;
	line-height:1.5em;
}

}


/* button */

.next-button,
.back-button {
	width:100%;
	position:absolute;
	bottom:0px;
	background-color:rgba(0,0,0,0.3)
}

.next-button a,
.back-button a{
	display:inline-block;
	padding:15px 0px 15px 24px;	
	font-size:87.5%;
	line-height:1em;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0.1em;
}


.next-button a {
	background-image:url(../img/arrow-down@2x.png);
	background-repeat:no-repeat;
	background-position:left;
	background-size:20px 20px;
}

.back-button a {
	background-image:url(../img/arrow-up@2x.png);
	background-repeat:no-repeat;
	background-position:left;
	background-size:20px 20px;
}

.next-button a:hover {
	color:#ed6d35;
	background-image:url(../img/arrow-down-or@2x.png);
}

.back-button a:hover {
	color:#ed6d35;
	background-image:url(../img/arrow-up-or@2x.png);
}

/*
@media screen and (width: 1024px) {	
.next-button,
.back-button {
	position:absolute;
	bottom:20px;
}
}
*/

/*--------------------------------------------------------------
section1
--------------------------------------------------------------*/

#section1 .contents-wrap {
	margin-bottom:0;
}

#section1 h1 {
	margin-bottom:16px;
	padding-top:0px;
	font-size:300%;
	line-height:1em;
	color:#fff;
	font-weight:bold;
	text-shadow: 1px 1px 3px #000;
	letter-spacing:0.1em;
}

#section1 h1 span{
	font-size:50%;
	font-weight:bold;
	letter-spacing:0em;
}

#section1 p {
	color:#fff;
	font-weight:bold;
	text-shadow: 1px 1px 3px #000;
	letter-spacing:0.1em;
}
	

@media screen and (min-width: 768px) {	

#section1 h1 {
	margin-bottom:24px;
	text-align:left;
	font-size:400%;
	letter-spacing:0.1em;
}

#section1 p {
	text-align:left;
	font-size:150%;
	line-height:1em;
}

}

/*--------------------------------------------------------------
section2
--------------------------------------------------------------*/

#section2 .contents {
	padding-bottom:32px;
	background-color:rgba(255,255,255,0.2);
}

#section2 .concept {
	width:95%;
	max-width:640px;
	margin:0 auto 16px;
}

#section2 .concept p.main-text {
	margin-bottom:16px;
	font-size:125%;
	line-height:1.5em;
	color:#fff;
	font-weight:bold;	
	text-shadow: 1px 1px 3px #000;
}

#section2 .concept p.sub-text {
	font-size:87.5%;
	line-height:1.5em;
	color:#fff;
	font-weight:bold;	
	text-shadow: 1px 1px 3px #000;
}


#section2 .service-flow {
	width:95%;
	max-width:720px;
	margin:0 auto 16px;
}

#section2 .service-flow img {
	display:block;
	line-height:0;
	width:100%;
}

#section2 .company-photo {
	width:95%;
	max-width:720px;
	margin:0 auto;
}

#section2 .company-photo ul {
	overflow:hidden;
}

#section2 .company-photo ul li {
	width:50%;
	float:left;
}

#section2 .company-photo ul li img {
	display:block;
	line-height:0;
	width:100%;
}

@media screen and (min-width: 768px) {	

#section2 .concept {
	margin:0 auto 24px;
}

#section2 .concept p.main-text {
	margin-bottom:24px;
	font-size:200%;
	line-height:1.5em;
}

#section2 .concept p.sub-text {
	font-size:125%;
	line-height:1.5em;
}

#section2 .company-photo ul li {
	width:33.33%;
}

}


/*--------------------------------------------------------------
section3
--------------------------------------------------------------*/

#section3 .contents {
	padding-bottom:32px;
	background-color:rgba(255,255,255,0.6);
}

#section3 .service {
	width:95%;
	max-width:800px;
	margin:0 auto;
}

#section3 .service dl {
	text-align:left;
}

#section3 .service dl dt {
	display:inline-block;
	margin-bottom:8px;
	padding:6px 10px 5px;
	background-color:rgba(0,0,0,0.8);
	font-size:125%;
	line-height:1.5em;
	color:#fff;
	font-weight:bold;
}

#section3 .service dl dd.label-01 {
	margin-bottom:4px;
	font-size:125%;
	line-height:1.5em;
	color:#c30d23;
	font-weight:bold;
}

#section3 .service dl dd.label-02 {
	margin-bottom:16px;
	font-size:87.5%;
	line-height:1.5em;
	color:#111;
	font-weight:bold;
}

#section3 .service dl dd.label-02 span.small{
	font-size:86%;
	line-height:1.5em;
	color:#111;
}

#section3 .flow,
#section3 .goods {
	padding-top:8px;
	overflow:hidden;
}

#section3 .flow ul li,
#section3 .goods ul li {
	position:relative;
	float:left;
	width:49%;
	margin:0 1% 1% 0;
	font-size:86%;
	line-height:1.5em;
	font-weight:bold;
	vertical-align:top;
}

#section3 .flow ul li img,
#section3 .goods ul li img {
	display:block;
	width:100%;
	line-height:0;
}

#section3 .flow ul li span,
#section3 .goods ul li span {
	position:absolute;
	top:0;
	left:0;
	padding:4px;
	font-weight:bold;
	background-color:rgba(255,255,255,0.6)
}

#section3 .goods h3 {
	display:inline-block;
	margin-bottom:16px;
	padding:5px 8px;
	border:1px solid #111;
	font-size:114.3%;
	line-height:1.5em;
	font-weight:bold;
}

@media screen and (min-width: 768px) {	

#section3 .flow ul li,
#section3 .goods ul li {
	width:24%;
}

}

/*--------------------------------------------------------------
section4
--------------------------------------------------------------*/

#section4 .contents {
	padding-bottom:32px;
	background-color:rgba(255,255,255,0.6);
}

#section4 .price section {
	width:95%;
	max-width:640px;
	margin:0 auto 24px;
	text-align:left;
}

#section4 .price h3 {
	padding:6px 10px 5px;
	background-color:rgba(0,0,0,0.8);
	color:#fff;
	font-weight:bold;
}

#section4 .price table {
	width:100%;
	border-top:1px solid #111;
	border-right:1px solid #111;
	border-left:1px solid #111;
}

#section4 .price table tr {
}

#section4 .price table tr th {
	width:59%;
	border-bottom:1px solid #111;
	text-align:left;
	font-size:75%;
	line-height:1.5em;
}

#section4 .price table tr td {
	width:40%;
	border-bottom:1px solid #111;
	border-left:1px solid #111;
	text-align:center;
	font-size:75%;
	line-height:1.5em;
}

#section4 .price table thead tr th,
#section4 .price table thead tr td {
	padding:0.5em;
	font-weight:bold;
}

#section4 .price table tbody tr th,
#section4 .price table tbody tr td {
	padding:0.5em;
}

#section4 .price p {
	padding-top:8px;
	text-align:left;
	font-size:75%;
	line-height:1.5em;
}


@media screen and (min-width: 768px) {	

#section4 .price table tr th,
#section4 .price table tr td {
	font-size:87.5%;
	line-height:1.5em;
}

#section4 .price table thead tr th,
#section4 .price table thead tr td {
	padding:1em;
}

#section4 .price table tbody tr th,
#section4 .price table tbody tr td {
	padding:1em;
}

#section4 .price p {
	font-size:87.5%;
	line-height:1.5em;
}

}

/*--------------------------------------------------------------
section5
--------------------------------------------------------------*/

#section5 .contents {
	padding-bottom:32px;
	background-color:rgba(255,255,255,0.6);
}


#section5 .profile {
	width:95%;
	max-width:560px;
	margin:0 auto;
	text-align:left;
}

#section5 .profile .sekihi img {
	margin-bottom:16px;
	width:100%;
	display:block;
	line-height:0;
}

#section5 .profile dl dt {
	margin:0 0 0px 0;
	font-size:87.5%;
	line-height:1.5em;
	font-weight:bold;
}

#section5 .profile dl dd {
	margin-left:1em;
	margin-bottom:8px;
	font-size:87.5%;
	line-height:1.5em;
}


@media screen and (min-width: 768px) {	

#section5 .profile dl dt {
	float:left;
	width:15%;
	margin:0 0 16px 0;
	font-size:100%;
	line-height:1.5em;
}

#section5 .profile dl dd {
	clear:right;
	margin:0 0 16px 15%;
	font-size:100%;
	line-height:1.5em;
}

}

/*
     FILE ARCHIVED ON 05:16:30 Apr 05, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:36:02 Jun 14, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/