@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");





/*-----------------------------------------------------------------------------------------
001 INITIAL VALUE
----------------------------------------------------------------------------------------- */
html {
	padding: 0px;
	margin: 0px;
	background: black;
	border: 0px solid #42985B;
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1;
	position: relative;
	color: #111111;
	padding: 0;
	margin: 0;
	background: honeydew;
	-webkit-text-size-adjust: 100%;
	min-width: 1080px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

article,
section,
aside,
header,
footer {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0px solid #42985B;
}

main {
	display: block;
	padding: 90px 0 0 0;
	margin: 0;
	width: 100%;
	background: mintcream;
	background: white;
}

.none {
	display: none;
}

.clearfix::after,
.row::after {
	content: '';
	display: block;
	clear: both;
}

strong {
	font-weight: bold;
}

small {
	font-size: 0.8em;
}

em {
	color: #CF4D09;
	padding: 0 0.3em;
	font-style: normal;
}

img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0 auto;
	vertical-align: bottom;
}

iframe {
	max-width: 100%;
	vertical-align: bottom;
	margin: 0 auto;
}

a {
	color: steelblue;
	text-decoration: none;
	display: block;
}

a:hover {
	transition: 0.8s;
	text-decoration: none;
	opacity: 0.5;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    /*-- iPad対策 --*/
  }

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (max-width: 544px) {
  main {
    padding-top: 65px;
  }
}





/*-----------------------------------------------------------------------------------------
002 LAYOUT
----------------------------------------------------------------------------------------- */
.container {
	border: 0px solid #42985B;
	width: 1080px;
	padding: 0;
	margin: 0 auto;
	background: transparent;
}

.container-fluid {
	border: 0px solid lightblue;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: transparent;
}

.row {
	clear: both;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexbox {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexbox li {
	list-style: none;
}

.col-01,
.col-02,
.col-03,
.col-04,
.col-05,
.col-06,
.col-07,
.col-08,
.col-09,
.col-10,
.col-11,
.col-12 {
	border: 0px solid #50A66D;
	padding: 0 15px;
	display: block;
	float: none;
	position: relative;
}

.col-01 {
	width: 8.33333%;
}

.col-02 {
	width: 16.66667%;
}

.col-03 {
	width: 25%;
}

.col-04 {
	width: 33.33333%;
}

.col-05 {
	width: 41.66667%;
}

.col-06 {
	width: 50%;
}

.col-07 {
	width: 58.33333%;
}

.col-08 {
	width: 66.66667%;
}

.col-09 {
	width: 75%;
}

.col-10 {
	width: 83.33333%;
}

.col-11 {
	width: 91.66667%;
}

.col-12 {
	width: 100%;
}


@media (max-width: 768px) {
	.container {
		width: 100%;
	}

	.col-01,
	.col-02,
	.col-03,
	.col-04,
	.col-05,
	.col-06,
	.col-07,
	.col-08,
	.col-09,
	.col-10,
	.col-11,
	.col-12 {
		padding: 0 10px;
	}

	.col-01 {
		width: 50%;
	}

	.col-02 {
		width: 50%;
	}

	.col-03 {
		width: 50%;
	}

	.col-04 {
		width: 33.33333%;
	}

	.col-05 {
		width: 100%;
	}

	.col-06 {
		width: 100%;
	}

	.col-07 {
		width: 100%;
	}

	.col-08 {
		width: 100%;
	}

	.col-09 {
		width: 100%;
	}

	.col-10 {
		width: 100%;
	}

	.col-11 {
		width: 100%;
	}

	.col-12 {
		width: 100%;
	}
}

@media (max-width: 520px) {
	.col-01 {
		width: 100%;
	}

	.col-02 {
		width: 100%;
	}

	.col-03 {
		width: 100%;
	}

	.col-04 {
		width: 100%;
	}

	.col-05 {
		width: 100%;
	}

	.col-06 {
		width: 100%;
	}

	.col-07 {
		width: 100%;
	}

	.col-08 {
		width: 100%;
	}

	.col-09 {
		width: 100%;
	}

	.col-10 {
		width: 100%;
	}

	.col-11 {
		width: 100%;
	}

	.col-12 {
		width: 100%;
	}
}

@media (max-width: 420px) {

	.col-01,
	.col-02,
	.col-03,
	.col-04,
	.col-05,
	.col-06,
	.col-07,
	.col-08,
	.col-09,
	.col-10,
	.col-11,
	.col-12 {}
}

.container-fluid .col-12,
.container-fluid .col-11,
.container-fluid .col-10,
.container-fluid .col-09,
.container-fluid .col-08,
.container-fluid .col-07,
.container-fluid .col-06,
.container-fluid .col-05,
.container-fluid .col-04,
.container-fluid .col-03,
.container-fluid .col-02,
.container-fluid .col-01 {
	padding: 0;
}





/*-----------------------------------------------------------------------------------------
003 TYPOGRAPHY
----------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
dt,
dd {
	font-size: 10px;
	line-height: 1;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	font-weight: normal;
	font-style: normal;
	color: #111111;
}





/*-----------------------------------------------------------------------------------------
004 FOOTER 
----------------------------------------------------------------------------------------- */
footer {
	padding: 0;
	margin: 0;
	width: 100%;
	background: #FE6A3F;
}

footer nav 	{
	width:100%;
	padding:0;
	height:60px;
	background:black;
	-webkit-justify-content : center;
	-ms-flex-pack : center;
	justify-content : center;
	display : -webkit-flex;
	display :-ms-flexbox;
	display : flex;
	-webkit-flex-wrap : wrap;
	-ms-flex-wrap : wrap;
	flex-wrap : wrap; 
}

footer nav ul {
	-webkit-align-items : center; 
	-ms-flex-align : center;
	align-items : center;
	display : -webkit-flex;
	display :-ms-flexbox;
	display : flex;
	-webkit-flex-wrap : wrap;
	-ms-flex-wrap : wrap;
	flex-wrap : wrap; 
	padding: 0 15px;
	margin: 0;
	background:black;
	height:60px;
	width:540px;
	border:0px solid white;
}

footer nav ul.first	{
	border-color:red;
}

footer nav ul.first li	{
	border:0px solid green;
	font-size:14px;
	line-height: 1;
	padding:0;
	margin:0 1em 0 0;
	letter-spacing: 0.1em;
}

footer nav ul.first li a	{
	color:white;
}

footer nav ul.second	{
	background:black	;
	-webkit-justify-content : center;
	-ms-flex-pack : justify;
	justify-content : center;
	-webkit-align-items : center; 
	-ms-flex-align : center;
	align-items : center;
	display : -webkit-flex;
	display :-ms-flexbox;
	display : flex;
	-webkit-flex-wrap : wrap;
	-ms-flex-wrap : wrap;
	flex-wrap : wrap; 
}	

footer nav ul.second li	{
	list-style: none;
	color:White;
	width:33.33333%;
	height:100%;
	font-size:16px;
	line-height: 60px;
	background:#fc6a3d;
	text-align: center;
	font-weight:normal;
	letter-spacing: 0;
}

footer nav ul.second li a	{
	list-style: none;
	color:White;
	font-size:16px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	font-weight:normal;
	letter-spacing: 0;
}

footer nav ul.second li:nth-child(2) {
	background:#5AB0AD;
}

footer nav ul.second li:last-child {
	background:#333333;
}

footer nav ul.second li:nth-child(2),
footer nav ul.second li:last-child {
	font-family: 'Oswald' , sans-serif;
}

footer nav ul.second li:nth-child(2) a,
footer nav ul.second li:last-child a {
	font-size: 20px;
}


footer h2 {
	max-width: 322px;
	padding:30px 0;
}

footer h2 img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	display: block;
}

footer address	{
	color:white;
	font-size:14px;
	line-height: 1.5;
	padding:30px 0;
}

footer hr	{
	border:none;
	border-bottom:1px solid white;
	width:100%;
	height:1px;
	opacity: 0.3;
}


@media (max-width: 768px) {
	footer nav 	{
		height:auto;
	}
	
	footer nav ul {
		height:auto;
		width:100%;
		padding:0;
	}
	
	footer nav ul.first	{
		display:none; 
	}

	footer nav ul.second li a	{
		font-size:14px;
	}
	
	footer nav ul.second li:nth-child(2) a,
	footer nav ul.second li:last-child a {
		font-size: 18px;
	}
	
	footer h2 {
		max-width: 50%;
		padding:15px 0;
	}
	
	footer address	{
		font-size:12px;
		padding:15px 0;
	}
	
	footer hr	{
	}
}

@media (max-width: 520px) {}
@media (max-width: 420px) {
	footer nav ul.second li a	{
		font-size:10px;
	}
	
	footer nav ul.second li a,
	footer nav ul.second li:nth-child(2) a,
	footer nav ul.second li:last-child a {
		font-size: 14px;
	}
	footer h2 {
		max-width:66.66666%;
		margin:0 auto;
	}

	footer address	{
		text-align: center;	
	}
}
@media (max-width: 375px) {
	footer nav ul.second li	{
		width:100%;
		height:auto;
		line-height: 1;
	}

	footer nav ul.second li a	{
		padding:0.3em;
	}
}
@media (max-width: 320px) {}





/*-----------------------------------------------------------------------------------------
005 header 
----------------------------------------------------------------------------------------- */
header {
	border: 0px solid black;
	padding: 0;
	margin: 0;
	width: 100%;
	background: white;
	position: fixed;
	top: 0;
	margin: 0;
	z-index: 100;
	box-shadow: 0px 0px 10px rgba(200, 200, 200, 0.4);
	height: 90px;
}

header .container,
header .row {
	border: 0px solid red;
	height:100%;
	width:100%;
}

header .container	{
	padding:0 15px;
}


header .row {
	-webkit-justify-content : space-between;
	-ms-flex-pack : space-between;
	justify-content : space-between;
	-webkit-align-items : center; 
	-ms-flex-align : center;
	align-items : center;
	display : -webkit-flex;
	display :-ms-flexbox;
	display : flex;
	-webkit-flex-wrap : wrap;
	-ms-flex-wrap : wrap;
	flex-wrap : wrap; 
}



header .area-logo {
	border: 0px solid green;
	padding: 0;
	margin: 0;
	width: 322px;
	height: 100%;
}


header .area-logo h1 {
	width: 100%;
	height: 100%;
	border: 0px solid red;
	-webkit-justify-content : center;
	-ms-flex-pack : justify;
	justify-content : center;
	-webkit-align-items : center; 
	-ms-flex-align : center;
	align-items : center;
	display : -webkit-flex;
	display :-ms-flexbox;
	display : flex;
	-webkit-flex-wrap : wrap;
	-ms-flex-wrap : wrap;
	flex-wrap : wrap; 
}

header.fixed .area-logo h1 img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	display: block;
}


header .area-nav {
	border: 0px solid blue;
	padding: 0;
	margin: 0;
	width: calc(100% - 322px);
	height: 100%;
	position: relative;
}

header .area-nav nav {
	border: 0px solid olive;
	padding: 0;
	position: absolute;
	bottom:15px;
	right:0;
}

header nav ul.flexbox {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}

header nav ul.flexbox li {
	background: transparent;
	font-size: 18px;
	line-height: 1;
	padding: 0 0 0 0;
	margin: 0 0 0 1.25em;
	color:#333;
}

header nav ul.flexbox li a {
	background: transparent;
	font-size: 18px;
	line-height: 1;
	padding: 0;
	margin: 0;
	letter-spacing: 0.05em;
	color: #333;
	font-weight: normal;
}

header nav ul.flexbox li a i{
	color:#fc6a3d	
}

header .area-nav .area-contact {
	border: 0px solid orange;
	padding: 0;
	margin: 0;
	-webkit-justify-content : flex-end;
	-ms-flex-pack : flex-end;
	justify-content : flex-end;
	-webkit-align-items : center; 
	-ms-flex-align : center;
	align-items : center;
	display : -webkit-flex;
	display :-ms-flexbox;
	display : flex;
	-webkit-flex-wrap : wrap;
	-ms-flex-wrap : wrap;
	flex-wrap : wrap; 
}

header .area-nav .area-contact ul	{
	background:gray	;
	-webkit-justify-content : center;
	-ms-flex-pack : justify;
	justify-content : center;
	-webkit-align-items : center; 
	-ms-flex-align : center;
	align-items : center;
	display : -webkit-flex;
	display :-ms-flexbox;
	display : flex;
	-webkit-flex-wrap : wrap;
	-ms-flex-wrap : wrap;
	flex-wrap : wrap; 
}	

header .area-nav .area-contact ul li	{
	list-style: none;
	color:White;
	width:160px;
	height:30px;
	font-size:16px;
	line-height: 30px;
	background:#fc6a3d;
	text-align: center;
	font-weight:normal;
	letter-spacing: 0;
}

header .area-nav .area-contact ul li a	{
	list-style: none;
	color:White;
	font-size:16px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	font-weight:normal;
	letter-spacing: 0;
}


header .area-nav .area-contact ul li:nth-child(2) {
	background:#5AB0AD;
}

header .area-nav .area-contact ul li:last-child {
	background:#333333;
}

header .area-nav .area-contact ul li:nth-child(2),
header .area-nav .area-contact ul li:last-child {
	font-family: 'Oswald' , sans-serif;
	width:200px;
}

header .area-nav .area-contact ul li:nth-child(2) a,
header .area-nav .area-contact ul li:last-child a {
	font-size: 21px;
}


@media (max-width: 1080px) {	
	header .container	{
		padding:0;
	}
	
	header .area-logo {
		padding: 0 10px;
		width: 33.33333%;
	}

	header .area-nav {
		display:none;
	}
}
@media (max-width: 768px) {
	header .area-logo {
		width: 45%;
	}
}
@media (max-width: 520px) {
	header .area-logo {
		width: 50%;
	}
}
@media (max-width: 420px) {
	header .area-logo {
		width: 66.66666%;
	}
}
@media (max-width: 375px) {}
@media (max-width: 320px) {}






/*-----------------------------------------------------------------------------------------
006 Humberger
----------------------------------------------------------------------------------------- */
.hamburger,
.hamburger span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}

.hamburger {
	position: fixed;
	top: 40px;
	right: 40px;
	width: 40px;
	height: 34px;
	z-index: 1000;
	display: none;
}

.hamburger.active {
	z-index: 1000;
}

@media screen and (max-width: 1080px) {
	.hamburger {
		top: 30px;
		right: 30px;
		display: block;
	}
}

.hamburger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #d90025;
	border-radius: 4px;
}


@media screen and (max-width: 1080px) {
	.hamburger span {
		background-color: #FE6A3F;
	}
}

.hamburger span:nth-of-type(1) {
	top: 0;
}

.hamburger span:nth-of-type(2) {
	top: 15px;
}

.hamburger span:nth-of-type(3) {
	bottom: 0;
}

.hamburger.active span {
	background-color: #fff;
}

.hamburger.active span:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}

.hamburger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 0.8s forwards;
	animation: active-menu-bar02 0.8s forwards;
}

.hamburger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-15px) rotate(45deg);
	transform: translateY(-15px) rotate(45deg);
}

#navigation {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	top: 0;
	left: 0;
	background: rgba(88, 176, 173, 0.9);
	z-index: 998;
	border: 0px solid green;
}

#navigation .navigation_inner {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	border: 0px solid yellow;
}

#navigation .navigation_inner div.menu_wrap {
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 75%;
	padding: 0;
	margin: 0 auto;
	border: 0px solid black;
}

#navigation .navigation_inner div.menu_wrap nav {
	width: 100%;
}

#navigation .navigation_inner div.menu_wrap nav ul li {
	padding: .25em 0;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

#navigation .navigation_inner div.menu_wrap nav ul li:first-child {
	border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

#navigation .navigation_inner div.menu_wrap nav ul li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 1.1;
	transition: .2s;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}

#navigation .navigation_inner div.menu_wrap nav ul li a::before {
	position: absolute;
	font-size: 14px;
	top: 50%;
	left: 0;
	content: '\f0da';
	font-family: FontAwesome;
	font-weight: bold;
	margin-right: .25em;
	opacity: 0;
	transition: .2s;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

#navigation .navigation_inner div.menu_wrap nav ul li a:hover {
	padding-left: .6em;
	transition: .2s;
	opacity: 1;
}

#navigation .navigation_inner div.menu_wrap nav ul li a:hover::before {
	opacity: 1;
	transition: .2s;
}


#navigation .navigation_inner div.menu_wrap nav ul li:nth-last-child(2) a,
#navigation .navigation_inner div.menu_wrap nav ul li:last-child a	{
	display: inline-block;
	font-size:20px;
	font-family: 'Oswald' , sans-serif
}





/*-----------------------------------------------------------------------------------------
101 PARTS - TABLE
----------------------------------------------------------------------------------------- */
table {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

table th,
table td {
	padding: 1.4em;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	color: #333333;
	background: transparent;
	border: 1px solid #F0F1EC;
	line-height: 1.3;
}

table th {
	letter-spacing: 0.1em;
	word-break: keep-all;
}

table td {
	letter-spacing: 0.02em;
}

.table-frame {
	border: 0px solid red;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 5px auto 30px;
	overflow-x: auto;
	box-sizing: border-box;
}

.caution {
	font-size: 12px !important;
	line-height: 1.3 !important;
	color: #ff9e00 !important;
	margin: 1em 0.5em !important;
	letter-spacing: 0 !important;
	text-align: left;
	display: none;
}

@media (max-width: 420px) {
	.table-frame {
		border-top: 1px solid #F0F1EB;
	}

	.caution {
		display: none;
	}
}





/*-----------------------------------------------------------------------------------------
101 PARTS - area-incinerator
----------------------------------------------------------------------------------------- */
section.area-incinerator {
	border: 0px solid red;
	width: 100%;
	padding: 30px 0;
	background: url(../img/index/bg-incinerator.jpg) white repeat-x center bottom;
}

section.area-incinerator .btn-more2	{
	text-align: center;
	padding:0;
	margin:0 0 10px 0;
}

section.area-incinerator .btn-more2 a	{
	border:2px solid #333;
	padding:0;
	margin:0;
	display:block;
	font-size:14px;
	padding:0.4em;
	color:#333;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
	line-height: 1;
}

section.area-incinerator .btn-more a i	{
	color:#FE6A3F;
}

section.area-incinerator h4 {
	font-size: 24px;
	line-height: 1.3;
	color: #5cb1ad;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

section.area-incinerator p {
	font-size: 18px;
	line-height: 1.5;
	color: #888;
	padding: 0;
	margin: 0;
}

section.area-incinerator ul.flexbox {
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	margin: 30px auto;
}

section.area-incinerator ul li	{
	font-size:14px;
	line-height: 1.6;
	color:#666;
}

section.area-incinerator ul li p {
	padding: 0;
	margin: 10px 0;
	border: 0px solid red;
	font-size: 27px;
	line-height: 1.15;
	color: #333;
	font-weight: normal;
}

section.area-incinerator ul li p span {
	font-family: 'Oswald', sans-serif;
	color: #888;
	font-size: 1em;
}

section.area-incinerator ul li p span small {
	font-family: 'Oswald', sans-serif;
	color: #888 ;
	font-size: 1em;
	letter-spacing: 0;
	display: inline-block;
	font-weight: 600;
	padding: 0;
	margin: 0;
	color: #913535;
}

section.area-incinerator ul li:nth-child(2) p span small {
	color: #356d91;
}

@media screen and (max-width: 768px) {
	section.area-incinerator {
		padding: 60px 0;
	}

	section.area-incinerator h4 {
		font-size: 18px;
	}

	section.area-incinerator p {
		font-size: 14px;
	}

	section.area-incinerator ul.flexbox {
		margin: 15px auto;
	}

	section.area-incinerator ul li p {
		font-size: 18px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 520px) {
	section.area-incinerator ul li.col-04 {
		width: 33.33333%
	}
}

@media screen and (max-width: 420px) {
	section.area-incinerator ul li.col-04 {
		width: 100%
	}
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}











/*-----------------------------------------------------------------------------------------
200 INDEX
----------------------------------------------------------------------------------------- */
#index h3 {
	font-size: 60px;
	padding: 0;
	margin: 0 0 30px 0;
	color: #333;
	font-family: 'Oswald', sans-serif;
	position: relative;
	display: block;
	width: 100%;
}

#index h3 i {
	color: #FE6A3F
}

#index h3 small {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
	color: #888;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.2em;
	display: block;
	padding: 0;
	margin: 10px 0 0 30px;
}

#index h3 .btn-more {
	background: #333;
	position: absolute;
	top: 12px;
	right: 0;
	width: 120px;
	height: 30px;
}

#index h3 .btn-more a {
	line-height: 30px;
	font-size: 12px;
	color: white;
	text-deoration: none;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#index h3 {
		font-size: 40px;
		margin-bottom: 15px;
	}

	#index small {
		font-size: 16px;
		margin: 0 0 0 20px;
	}

	#index h3 .btn-more {
		background: #333;
		width: 100px;
	}

	#index h3 .btn-more a {
		font-size: 11px;
	}

}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}






/*-----------------------------------------------------------------------------------------
201 INDEX --- area-feat
----------------------------------------------------------------------------------------- */
#index section.area-feat {
	border: 0px solid red;
	width: 100%;
	padding: 60px 0;
	background: url(../img/index/bg-feat.jpg) #fcfcfc repeat center bottom;
}

#index section.area-feat h3 {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 40px;
	line-height: 1.5;
	color: white;
	padding: 0;
	margin: 15px 0 0 0;
}

#index section.area-feat h3 small {
	font-size: 14px;
	letter-spacing: 0.3em;
	display: block;
	width: 100%;
	padding: 0 0 0 60px;
	margin: 0;
	color: #999;
}

#index section.area-feat h3 i {
	color: white;
	display: inline-block;
	font-size: 30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #FE6A3F;
	border-radius: 50%;
	padding: 0;
	margin: 0 10px 0 0;
}

#index section.area-feat figure {
	border: 1px solid #999;
}

#index section.area-feat ul {
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 768px) {
	#index section.area-feat {
		padding: 30px 0;
	}

	#index section.area-feat h3 {
		font-size: 30px;
		margin: 10px 0 0 0;
	}

	#index section.area-feat h3 small {
		font-size: 13px;
		padding-left: 50px;
		letter-spacing: 0;
	}

	#index section.area-feat h3 i {
		color: white;
		display: inline-block;
		font-size: 20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#index section.area-feat figure {}

	#index section.area-feat ul {
		padding: 0;
		margin: 0;
	}
}

@media screen and (max-width: 640px) {
	#index section.area-feat ul li.col-04 {
		width: 66.66666%;
		margin: 10px auto;
	}
}

@media screen and (max-width: 520px) {
	#index section.area-feat ul li.col-04 {
		width: 100%;
	}
}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}






/*-----------------------------------------------------------------------------------------
202 INDEX --- area-section
----------------------------------------------------------------------------------------- */
#index section.area-section {
	border: 0px solid red;
	width: 100%;
	padding: 120px 0;
	background: url(../img/index/bg-section.jpg) #fcfcfc repeat center bottom;
}


#index section.area-section h3 .lead {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 600;
	color: #5cb1ad;
	position: absolute;
	top: 0;
	right: 30px;
	letter-spacing: 0;
}

#index section.area-section h4 {
	font-size: 27px;
	line-height: 1.3;
	letter-spacing: 0.2em;
	padding: 0;
	margin: 10px 0 0 0;
	font-weight: 500;
}

#index section.area-section h5 {
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	padding: 0;
	margin: 5px 0 10px;
}

#index section.area-section p {
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: 0.05em;
	color: #666;
	padding: 0;
	margin: 0;
}

#index section.area-section ul.flexbox {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 0;
}

#index section.area-section ul li {
	padding-top: 15px;
	padding-bottom: 15px;
}


#index section.area-section ul li div {
	border: 1px solid #ddd;
	padding: 20px;
	background: white;
}

@media screen and (max-width: 768px) {
	#index section.area-section {
		padding: 60px 0;
	}


	#index section.area-section h3 .lead {
		font-size: 18px;
		color: #5cb1ad;
		position: static;
		display: block;
		margin: 10px 0;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 520px) {
	#index section.area-section h3 .lead {
		font-size: 18px
	}

	#index section.area-section h4 {
		font-size: 21px;
	}

	#index section.area-section h5 {
		font-size: 16px;
	}

	#index section.area-section p {
		font-size: 12px;
	}
}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}






/*-----------------------------------------------------------------------------------------
203 INDEX --- area-info
----------------------------------------------------------------------------------------- */
#index section.area-info {
	border: 0px solid red;
	width: 100%;
	padding: 75px 0;
	background: url(../img/index/bg-info.png) #f3f3f3 repeat center center;
}

#index section.area-info ul {
	border: 0px solid black;
}

#index section.area-info ul li {
	border: 0px solid green;
	width: 50%;
}

#index section.area-info h3 {
	font-size: 50px;
}

#index section.area-info h4 {
	font-size: 24px;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
}

#index section.area-info p {
	font-size: 16px;
	line-height: 1.5;
	color: #888;
}

#index section.area-info .banner {
	padding: 0;
	margin: 24px 0 0 0;
}

#index section.area-info blockquote {
	border: 0px solid red;
	padding: 0;
	margin: 0;
}

#index section.area-info dl {
	border-top: 1px solid #ddd;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px 0;
	margin: 0;
}

#index section.area-info dl:last-child {
	border-bottom: 1px solid #ddd;
}

#index section.area-info dl dt,
#index section.area-info dl dd {
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	padding: 0;
	margin: 0;
	border: 0px solid blue;
}

#index section.area-info dl dt {
	width: 6em
}

#index section.area-info dl dd {
	width: calc(100% - 6em);
}

#index section.area-info dl dd a {
	text-decoration: underline;
	display: inline-block;
	color: #58B0AD;
}

@media screen and (max-width: 768px) {
	#index section.area-info {
		padding: 30px 0;
	}

	#index section.area-info ul li {
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#index section.area-info h3 {
		font-size: 40px;
	}

	#index section.area-info h4 {
		font-size: 20px;
	}

	#index section.area-info p {
		font-size: 14px;
	}

	#index section.area-info .banner {
		margin-top: 12px;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 530px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}






/*-----------------------------------------------------------------------------------------
204 INDEX --- area-philosophy
----------------------------------------------------------------------------------------- */
#index section.area-philosophy {
	padding: 210px 0 180px 0;
	background: url(../img/index/bg-philosophy.jpg) no-repeat center center #555A46;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	color: White;
}

#index section.area-philosophy h4 {
	font-size: 50px;
	line-height: 1.3;
	font-weight: 500;
	color: white;
	padding: 0;
	margin: 0;
	letter-spacing: 0.01em;
	text-indent: -0.01em;
}

#index section.area-philosophy h5 {
	font-size: 30px;
	line-height: 1.3;
	font-weight: 400;
	color: white;
	letter-spacing: 0.6em;
	text-indent: -0.6em;
	padding: 0;
	margin: 1.4em 0 0 0;
	font-family: 'Oswald', sans-serif;
}

#index section.area-philosophy small {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	color: white;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
	padding: 0;
	margin: 1em 0 0 0;
	font-family: 'Oswald', sans-serif;
	display: block;
}

#index section.area-philosophy p {
	font-size: 20px;
	line-height: 2.4;
	color: white;
	letter-spacing: 0.05em;
	text-indent: -0.05em;
	padding: 0;
	margin: 1.8em 0 0 0;
}

@media screen and (max-width: 768px) {
	#index section.area-philosophy {
		padding: 90px 0;
	}

	#index section.area-philosophy h4 {
		font-size: 40px;
	}

	#index section.area-philosophy h5 {
		font-size: 20px;
	}

	#index section.area-philosophy small {
		font-size: 14px;
	}

	#index section.area-philosophy p {
		font-size: 16px;
		line-height: 2;
	}
}

@media screen and (max-width: 640px) {
	#index section.area-philosophy h4 {
		font-size: 30px;
	}

	#index section.area-philosophy h5 {
		font-size: 18px;
	}

	#index section.area-philosophy p {
		font-size: 14px;
		line-height: 1.7;
	}
}

@media screen and (max-width: 520px) {
	#index section.area-philosophy h4 {
		font-size: 24px;
	}

	#index section.area-philosophy h5 {
		font-size: 16px;
	}

	#index section.area-philosophy p {
		font-size: 12px;
	}
}

@media screen and (max-width: 420px) {
	#index section.area-philosophy h4 {
		font-size: 20px;
	}

	#index section.area-philosophy h5 {
		font-size: 14px;
	}

	#index section.area-philosophy p {
		font-size: 11px;
	}
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}






/*-----------------------------------------------------------------------------------------
205 INDEX --- area-contact
----------------------------------------------------------------------------------------- */
#index section.area-contact {
	border: 0px solid red;
	width: 100%;
	padding: 30px 0;
}

#index section.area-contact ul {
	border: 0px solid black;
	width: 100%;
}

#index section.area-contact ul li {
	border: 0px solid green;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

#index section.area-contact ul li:first-child {
	border-right: 1px solid #eee;
}

#index section.area-contact h5 {
	font-size: 40px;
	width: 70px;
	height: 70px;
	padding: 0;
	margin: 0 auto;
	display: block;
	background: #333;
	line-height: 70px;
	text-align: center;
	color: white;
	border-radius: 50%;
}

#index section.area-contact h6 {
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.34em;
	text-align: center;
	font-weight: bold;
	padding: 0;
	margin: 24px 0;
}

#index section.area-contact p {
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	line-height: 1;
	padding: 0;
	margin: 0 0 9px 0;
	color: #333;
}

#index section.area-contact p a {
	color: #333;
}

#index section.area-contact small {
	font-size: 12px;
	line-height: 1;
	color: #777;
	padding: 0;
	margin: 0;
}

#index section.area-contact .btn-form {
	border: 0px solid #444;
	font-size: 16px;
	line-height: 1;
	color: #333;
	padding: 0;
	margin: 0 0 15px 0;
}

#index section.area-contact .btn-form a {
	border: 2px solid #444;
	font-size: 16px;
	line-height: 40px;
	color: #333;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: 15em;
	display: block;
	color: #333;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	#index section.area-contact {
		padding: 15px 0;
	}

	#index section.area-contact ul {}

	#index section.area-contact ul li {}

	#index section.area-contact ul li:first-child {
		border-right: none;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 530px) {}

@media screen and (max-width: 420px) {
	#index section.area-contact h5 {
		font-size: 30px;
		width: 60px;
		height: 60px;
		line-height: 60px;
	}

	#index section.area-contact h6 {
		font-size: 16px;
		letter-spacing: 0;
		margin: 12px 0;
	}

	#index section.area-contact p {
		font-size: 40px;
	}

	#index section.area-contact p a {
		color: #333;
	}

	#index section.area-contact small {
		font-size: 11px;
		letter-spacing: 0;
	}

	#index section.area-contact .btn-form {
		font-size: 14px;
	}

	#index section.area-contact .btn-form a {
		font-size: 14px;
		line-height: 30px;
	}
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}





