﻿/* CSS Document */

/*=================================
	global style
===================================*/
body {
	margin: 0;
	padding: 0;
	color: #303030;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
	font-weight:normal;
	font-size: 0.9em;
	line-height: 150%;
	width:100%;
	-webkit-font-smoothing: antialiased;
}
a:link,
a:visited {
	text-decoration: underline;
	color: #303030;
}
a:hover,
a:active {
	text-decoration: none;
	color: #303030;
}
div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,form,figure,article,section,header,footer {
	margin: 0;
	padding: 0;
	font-weight: 400;
}
img, a img {
	border:none;
	vertical-align: bottom;
}
h1,h2,h3,h4{
	font-size:1em;
}
a img {
	-webkit-transition: 0.1s ease-in-out;
	   -moz-transition: 0.1s ease-in-out;
	     -o-transition: 0.1s ease-in-out;
	        transition: 0.1s ease-in-out;
}
a:hover,
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
hr {
	content: "."; 
	display: block; 
	height: 0;
	margin:0;
	clear: both; 
	visibility: hidden;
}
ul,ol,li {
	list-style: none;
}
table {
	width:100%;
}
.anm,
.anm p,
.anm h2,
.anm h3,
.anm h4,
.anm h5,
.anm ul,
.anm li,
.anm span,
.anm b,
.anm div{
	-moz-transition: all  0.7s;
	-o-transition: all  0.7s;
	-webkit-transition: all  0.7s;
	transition: all  0.7s;
}
.fmin {
	font-family: athelas,'Noto Serif JP', sans-serif;
	font-weight: 400;
	font-style: normal;
}

/*=============================
	Layout-Base
===============================*/
@media screen and (min-width: 768px) {
	.wrapper {
		overflow: hidden;
	}
/* header
-------------------------*/
header {
	margin:0 auto;
	width:100%;
	z-index: 100;
}
	#toppage {
		position:fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		z-index: 100;
		-moz-transition: all  0.2s;
		-o-transition: all  0.2s;
		-webkit-transition: all  0.2s;
		transition: all  0.2s;
	}
	header.bga {
		background: rgba(255,255,255,0.7);
	}
	header.bga li a {
		color: #000 !important;
	}
	.fix {
		display: block;
		max-width: 1200px;
		margin: 0 auto;
		animation-delay: 0.5s;
	}
	header .fix {
		z-index: 200;
	}
	header h1 {
		display: block;
		float: left;
	}
	header h1 img {
		float: left;
	}
	header h1 b {
		display: block;
		float: left;
		font-size: 30px;
		padding: 34px 0 0 7px;
		color: #4D5896;		
		font-style: italic;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
		font-weight: 500;
		letter-spacing: -1px;
	}
	header .ref {
		display: block;
		float: right;
	}
	.gbase {
		display: block;
		padding: 30px 0 0 0;
	}
	.gbase li {
		display: block;
		float: left;
		font-size: 17px;
		line-height: 100%;
		letter-spacing: 2px;
		padding: 0 13px 0 13px;
	}
	.gbase li a {
		text-decoration: none;
		font-weight: bold;
		-moz-transition: all  0.2s;
		-o-transition: all  0.2s;
		-webkit-transition: all  0.2s;
		transition: all  0.2s;
	}
	.gbase li a:hover,
	.gbase li a.current {
		border-bottom: #2b3f98 solid 2px;
		-moz-transition: all  0.2s;
		-o-transition: all  0.2s;
		-webkit-transition: all  0.2s;
		transition: all  0.2s;
	}
	.hnav {
		display:block;
	}
	.hnav .in {
		display: block;
		float: right;
		padding-right: 13px;
		padding-top: 22px;
	}
	.hnav p {
		display: block;
		float: left;
		font-size: 16px;
		padding-left: 28px;
	}
	.hnav p:nth-child(1) {
		padding-right: 28px;
		border-right: #000 solid 1px;
	}
	.hnav p a {
		text-decoration: none;
		-moz-transition: all  0.2s;
		-o-transition: all  0.2s;
		-webkit-transition: all  0.2s;
		transition: all  0.2s;
	}
	.hnav p a:hover {
		color: #2b3f98;
	}
	header.bga .hnav p a {
		color: #000 !important;
	}
	.mincho {
	  font-size: 16px;
	  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	  /* 追加 */
	  transform: rotate(.03deg);
	}
	.pc-none {
		display: none !important;
	}
	.spnav-bt {
		display: none;
	}
	.spnav {
		display: none !important;
	}
	.pcs-none {
		display: none !important;
	}
	.mebt {
		display: none;
	}
	.downs {
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 1110px) {
	.gbase li {
		display: block;
		float: left;
		font-size: 14px;
		line-height: 100%;
		letter-spacing: 2px;
		padding: 0 7px 0 7px;
	}
}
@media screen and (min-width: 768px) and (max-width: 950px) {
	.gbase li {
		display: block;
		float: left;
		font-size: 12px;
		line-height: 100%;
		letter-spacing: 2px;
		padding: 0 7px 0 7px;
	}
	header h1 b {
		display: block;
		float: left;
		font-size: 18px;
		padding: 18px 0 0 7px;
	}
}
@media screen and (min-width: 550px) and (max-width: 1200px) {
	.fix {
		padding-left: 3%;
		padding-right: 3%;
	}
	header .fix {
		padding-left: 0%;
		padding-right: 0%;
	}
}

.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
 }
@-webkit-keyframes fadeInDown {
	0% {
	   opacity: 0;
	   -webkit-transform: translateY(-20px);
	}
	100% {
	   opacity: 1;
	   -webkit-transform: translateY(0);
	}
 }
 @keyframes fadeInDown {
	0% {
	   opacity: 0;
	   transform: translateY(-20px);
	}
	100% {
	   opacity: 1;
	   transform: translateY(0);
	}
 }
 .fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
 }
@-webkit-keyframes fadeOutUp {
	0% {
	   opacity: 1;
	   -webkit-transform: translateY(0);
	}
	100% {
	   opacity: 0;
	   -webkit-transform: translateY(-120px);
	}
 }
 @keyframes fadeOutUp {
	0% {
	   opacity: 1;
	   transform: translateY(0);
	}
	100% {
	   opacity: 0;
	   transform: translateY(-120px);
	}
 }
 .fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
	 display: block;
 }


/* TOPMAINIMG
-------------------------*/
@media screen and (min-width: 550px) {
	.topmainimg {
		display: block;
		position: relative;
		background:url(../images/main-bg.jpg) top center no-repeat;
		width: 100%;
		height: 100vh;
	}
	.topmainimg figure img {
		width: 100%;
	}
	.topmainimg h2 {
		display: block;
		line-height: 110%;
		font-weight: 400;
		text-align: center;
		font-size: 48px;
		padding: 21% 0 0 0;
		letter-spacing: 9px;
		margin-bottom: 15px;
	}
	.topmainimg h2 span {
		font-size: 57px;
		letter-spacing: 4px;
	}
	.topmainimg small {
		display: block;
		text-align: center;
		font-size: 17px;
		font-weight: 400;
		line-height: 100%;
		letter-spacing: 1px;
	}
	.scrll {
		display: block;
		position: absolute;
		bottom: 100px;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 10;
		width: 52px;
	}
	.scrll img {
		width: 100%;
	}
}
@media screen and (min-width: 550px) and (max-width: 800px) {
	.topmainimg h2 {
		font-size: 34px;
		padding: 41% 0 0 0;
	}
	.topmainimg h2 span {
		font-size: 43px;
	}
}

/* TOPNEWS
-------------------------*/
@media screen and (min-width: 550px) {
	#content-top {
		width: 100%;
	}
	.top-newsbase {
		display: block;
		padding: 105px 0 105px 0;
	}
	.top-newsbase .fix {
		animation-delay: 0.5s;
	}
	.top-newsbase table {
		width: 100%;
	}
	.top-newsbase th {
		text-align: center;
		vertical-align: middle;
		width: 35%;
		font-size: 31px;
		border-right: #303030 solid 1px;
		letter-spacing: 3px;
	}
	.top-newsbase th a {
		text-decoration: none;
		-moz-transition: all  0.2s;
		-o-transition: all  0.2s;
		-webkit-transition: all  0.2s;
		transition: all  0.2s;
	}
	.top-newsbase th a:hover {
		color: #5B71AD;
	}
	.top-newsbase td {
		text-align: left;
		padding-left: 5%;
	}
	.top-newsbase dl {
		display: block;
		padding: 10px 0 10px 0;
		line-height: 180%;
		font-size: 14px;
	}
	.top-newsbase dt {
		display: block;
	}
	.top-newsbase dd {
		display: block;
	}
	.top-newsbase dd a {
		text-decoration: none;
		-moz-transition: all  0.2s;
		-o-transition: all  0.2s;
		-webkit-transition: all  0.2s;
		transition: all  0.2s;
	}
	.top-newsbase dd a:hover {
		text-decoration: underline;
	}
}
@media screen and (min-width: 550px) and (max-width: 1025px) {
	.top-newsbase th {
		font-size: 26px;
		width: 40%;
	}
	.top-newsbase dl {
		font-size: 15px;
	}
}

/* TOPBOX01
-------------------------*/
@media screen and (min-width: 550px) {
	#content-top {
		width: 100%;
	}
	.top-box01 {
		display: block;
		position: relative;
		background: url(../images/bg2.jpg) top center no-repeat;
		background-size: cover;
		padding: 235px 0 205px 0;
		color: #FFF;
	}
	.top-box01 .ca {
		display: block;
		text-align: center;
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 120%;
		padding-bottom: 20px;
	}
	.top-box01 h2 {
		display: block;
		text-align: center;
		font-size: 47px;
		line-height: 120%;
		letter-spacing: 7px;
		margin-bottom: 75px;
	}
	.top-box01 h2 span {
		font-size: 59px;
		letter-spacing: 7px;
	}
	.top-box01 p {
		display: block;
		text-align: center;
		font-size: 25px;
		letter-spacing: 7px;
	}
}
@media screen and (min-width: 550px) and (max-width: 1000px) {
	.top-box01 h2 {
		font-size: 31px;
	}
	.top-box01 h2 span {
		font-size: 43px;
	}
	.top-box01 p {
		font-size: 25px;
		line-height: 140%;
	}
}
@media screen and (min-width: 550px) and (max-width: 765px) {
	.top-box01 h2 span {
		display: block;
		text-align: center;
	}
}

.slow01 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}


/* TOPBOX02
-------------------------*/
@media screen and (min-width: 550px) {
	.top-box02 {
		display: block;
		position: relative;
		padding: 145px 0 100px 0;
	}
	.top-box02 h2 {
		display: block;
		text-align: center;
		font-size: 80px;
		line-height: 100%;
		letter-spacing: 2px;
	}
	.top-box02 span {
		display: block;
		text-align: center;
		color: #a6a6a6;
		font-size: 33px;
		line-height: 120%;
		letter-spacing: 2px;
		padding: 10px 0 70px 0;
	}
	.top-box02 p {
		display: block;
		text-align: center;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 16px;
		line-height: 240%;
		letter-spacing: 1px;
	}
}

/* TOPPROD01
-------------------------*/
@media screen and (min-width: 550px) {
	.top-prod01 {
		display: block;
		text-align: center;
		padding: 70px 0px 100px 0;
		background: #dedfe3;
	}
	.top-prod01 .fix {
		animation-delay: 0.5s;
	}
	.num-ti {
		display: block;
		text-align: center;
	}
	.num-ti span {
		display: block;
		text-align: center;
		font-size: 15px;
		line-height: 100%;
		letter-spacing: 1px;
		padding-bottom: 18px;
	}
	.num-ti b {
		display: block;
		text-align: center;
		line-height: 100%;
		margin-bottom: 50px;
	}
	.num-ti b img {
		display: inline-block;
		width: 95px;
	}
	.catchs-base {
		display: block;
		text-align: center;
		position: relative;
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	.catchs-base::before {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0px;
		margin: auto;
		content: "";
		background: #FFF;
		height: 2px;
		width: 145px;
	}
	.catchs-base p {
		display: block;
		text-align: center;
		line-height: 150%;
		font-size: 30px;
		letter-spacing: 5px;
		padding-bottom: 32px;
	}
	.catchs-base p small {
		font-size: 20px;
	}
	.catchs-base h2 {
		display: block;
		text-align: center;
		line-height: 100%;
		font-size: 38px;
		letter-spacing: 6px;
	}
	.txmain {
		display: block;
		text-align: center;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 16px;
		line-height: 240%;
		letter-spacing: 1px;
	}
	.top-prod01.col2 {
		background: #d9d6d4;
	}
	.col2 .num-ti span {
		color: #FFF;
	}
	.top-prod01.col3 {
		background: #FFF;
	}
	.top-prod01.col3 .catchs-base::before {
		background: #d9d6d4;
	}
	.top-prod01.col4 {
		background:url(../images/bg3.jpg) top center no-repeat;
		background-size: cover;
		position: relative;
		overflow: hidden;
		padding-bottom: 0px !important;
	}
	.top-prod01.col4 figure {
		position: relative;
		left: 50%;
		width: 1920px;
		margin-left: -960px;
		margin-top: 20px;
	}
}
@media screen and (min-width: 550px) and (max-width: 740px) {
	.catchs-base p {
		font-size: 24px;
	}
	.catchs-base p small {
		font-size: 17px;
	}
	.catchs-base h2 {
		font-size: 32px;
	}
}

/* TOPSOLISION
-------------------------*/
@media screen and (min-width: 550px) {
	.top-solusion {
		display: block;
		position: relative;
		overflow: hidden;
		background:url(../images/bg4.jpg) top 370px center no-repeat;
		padding: 20px 0 150px 0;
	}
	.downbtn {
		display: block;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
	.downbtn p {
		display: block;
		float: right;
	}
	.downbtn a {
		display: block;
		position: relative;
		text-align: center;
		overflow: hidden;
		text-decoration: none;
		letter-spacing: 2px;
		font-size: 14px;
		background: #d9d6d4;
		padding: 13px 43px 2px 43px;
	}
	.downbtn a:hover {
		opacity: 1;
	}
	.downbtn a::after {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 0px;
		content: "";
		z-index: 1;
		-moz-transition: all  0.2s;
		-o-transition: all  0.2s;
		-webkit-transition: all  0.2s;
		transition: all  0.2s;
	}
	.downbtn a:hover::after {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 100%;
		background: #bbb8b7;
		content: "";
		z-index: 1;
	}
	.downbtn span {
		display: inline-block;
		background: url(../images/d-ico.jpg) left top no-repeat;
		background-size: 16px auto;
		padding: 2px 15px 13px 35px ;
		line-height: 100%;
		position: relative;
		z-index: 4;
	}
	.top-solusion h2 {
		display: block;
		text-align: center;
		font-size: 80px;
		line-height: 110%;
		margin-bottom: 60px;
		padding-top: 70px;
	}
	.top-solusion p.tx {
		display: block;
		text-align: center;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
	.t-solbox01 {
		display: block;
		position: relative;
		overflow: hidden;
		padding-bottom: 50px;
		animation-delay: 0.5s;
	}
	.t-solbox01 figure {
		position: relative;
		left: 50%;
		width: 1920px;
		text-align: right;
		margin-left: -960px;
		margin-top: -105px;
	}
	.t-solbox01 figure img {
		display: inline-block;
	}
	.t-solbox01 .fix {
		position: relative;
		padding: 85px 0 0 0;
		z-index: 5;
	}
	.t-solbox01 .box {
		display: block;
		max-width: 605px;
		margin-left: 4.58%;
		background: #2e2e2e;
	}
	.t-solbox01 .box .ptb {
		display: block;
		padding: 40px 65px 32px 65px;
		color: #b19a7d;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 100%;
	}
	.t-solbox01 .box .ptb span {
		font-size: 30px;
		margin-left: 15px;
		font-style: italic;
		letter-spacing: 2px;
	}
	.t-solbox01 .box small {
		display: block;
		color: #FFF;
		font-size: 20px;
		padding: 0px 65px 32px 65px;
		letter-spacing: 3px;
		line-height: 100%;
	}
	.t-solbox01 .box b {
		display: block;
		font-size: 37px;
		line-height: 130%;
		padding: 0px 50px 40px 65px;
		color: #FFF;
		letter-spacing: 6px;
	}
	.t-solbox01 .box b span {
		font-size: 23px;
	}
	.t-solbox01.left .box {
		float: right;
		margin-left: 0;
		margin-right: 4.58%;
	}
	.t-solbox01.left figure {
		text-align: left;
	}
}
@media screen and (min-width: 1920px) {
	.top-solusion {
		background-size: 100% auto;
	}
}
@media screen and (min-width: 550px) and (max-width: 1920px) {
	.t-solbox01 figure {
		position: relative;
		left: 0%;
		width: 100%;
		text-align: right;
		margin-left: 0px;
		margin-top: -105px;
	}
	.t-solbox01.left figure {
		text-align: left;
		top: -105px;
	}
}
@media screen and (min-width: 550px) and (max-width: 1500px) {
	.t-solbox01 figure img {
		width: 85%;
	}
}
@media screen and (min-width: 550px) and (max-width: 700px)  {
	.t-solbox01 .box b {
		font-size: 33px;
	}
	.t-solbox01 .box b span {
		font-size: 19px;
	}
}


/* TOPLINEUP
-------------------------*/
@media screen and (min-width: 550px) {
	.top-lineup {
		display: block;
		background: #000000;
		padding: 100px 0 0 0;
	}
	.top-lineup h2 {
		display: block;
		text-align: center;
		color: #FFF;
		font-size: 53px;
		line-height: 110%;
		letter-spacing: 5px;
		padding-bottom: 45px;
	}
	.sub-t {
		display: block;
		text-align: center;
		color: #FFF;
		line-height: 140%;
		font-size: 30px;
		letter-spacing: 5px;
		font-weight: normal;
		padding-bottom: 50px;
	}
	.top-lineup .txmain {
		color: #FFF;
		margin-bottom: 50px;
	}
	.top-lineup .list {
		display: block;
		padding-bottom: 40px;
	}
	.top-lineup .list li {
		display: block;
		float: left;
		width: 31%;
		margin-left: 1%;
		margin-right: 1%;
		background: #FFF;
	}
	.top-lineup .list li .in {
		display: block;
		padding: 25px 40px 25px 40px;
	}
	.top-lineup li h3 {
		display: block;
		text-align: center;
		position: relative;
		font-size: 23px;
		line-height: 130%;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.top-lineup li h3::after {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0px;
		margin: auto;
		content: "";
		width: 60px;
		height: 4px;
		background: #c48851;
	}
	.top-lineup li p {
		display: block;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 15px;
		line-height: 170%;
	}
	.top-lineup .bottom-box {
		display: block;
		background: url(../images/bg5.jpg) top center no-repeat;
		height: 724px;
	}
	.btn02 {
		display: block;
		width: 380px;
		margin: 0 auto;
	}
	.btn02 a {
		display: block;
		text-align: center;
		text-decoration: none;
		letter-spacing: 2px;
		font-size: 21px;
		color: #FFF;
		padding: 21px 0 19px 0;
		background: #b19a7d;
		position: relative;
	}
	.btn02 a:hover {
		opacity: 1;
	}
	.btn02 a::after {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 0px;
		content: "";
		z-index: 1;
		-moz-transition: all  0.2s;
		-o-transition: all  0.2s;
		-webkit-transition: all  0.2s;
		transition: all  0.2s;
	}
	.btn02 a:hover::after {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 100%;
		background: #bbb8b7;
		content: "";
		z-index: 1;
	}
	.btn02 a span {
		display: inline-block;
		position: relative;
		z-index: 3;
	}
	.top-lineup .btn02 {
		padding-top: 620px;
	}
}
@media screen and (min-width: 550px) and (max-width: 900px) {
	.top-lineup .list li .in {
		display: block;
		padding: 25px 20px 25px 20px;
	}
	.top-lineup li h3 {
		font-size: 20px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.top-lineup li p {
		font-size: 13px;
	}
}


/* BOTTOMCONTACT
-------------------------*/
@media screen and (min-width: 550px) {
	.bottom-contact {
		display: block;
		background: #d9d6d4;
		padding: 50px 0 50px 0;
	}
	.bottom-contact h2 {
		display: block;
		text-align: center;
		font-size: 45px;
		line-height: 120%;
		letter-spacing: 5px;
		padding-bottom: 30px;
	}
	.bottom-contact .list {
		display: block;
		margin: 0 auto;
		max-width: 640px;
	}
	.bottom-contact .list .tels {
		display: block;
		float: left;
		font-size: 32px;
		letter-spacing: 3px;
		padding-top: 14px;
	}
	.mailbtn {
		display: block;
		width: 280px;
	}
	.mailbtn a {
		display: block;
		text-align: center;
		position: relative;
		background: #FFF;
		padding: 16px 0 14px 0;
		text-decoration: none;
	}
	.mailbtn a:hover {
		opacity: 1;
	}
	.mailbtn a::after {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 0px;
		content: "";
		z-index: 1;
		-moz-transition: all  0.2s;
		-o-transition: all  0.2s;
		-webkit-transition: all  0.2s;
		transition: all  0.2s;
	}
	.mailbtn a:hover::after {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 100%;
		background: #bbb8b7;
		content: "";
		z-index: 1;
	}
	.mailbtn a span {
		display: inline-block;
		position: relative;
		z-index: 4;
		background: url(../images/mailico.jpg) left top 5px no-repeat;
		font-size: 26px;
		padding: 0 0 0 33px;
		line-height: 100%;
	}
	.bottom-contact .mailbtn {
		display: block;
		float: right;
	}
}
@media screen and (min-width: 550px) and (max-width: 700px) {
	.mailbtn {
		width: 210px;
	}
	.mailbtn a span {
		background: url(../images/mailico.jpg) left top 2px no-repeat;
		font-size: 20px;
	}
	.bottom-contact .list .tels {
		font-size: 25px;
		padding-top: 14px;
	}
	
}


/* footer
-------------------------*/
@media screen and (min-width: 768px) {
	footer {
		display: block;
		background: #2c2c2c;
		color: #FFF;		
	}
	.foot-top {
		display: block;
		max-width: 585px;
		margin: 0 auto;
		padding: 55px 0 45px 0;
	}
	.foot-top figure {
		display: block;
		float: left;
		padding: 4px 15px 0 15px;
	}
	.foot-top .txt {
		display: block;
		float: left;
		color: #FFF;
		font-size: 15px;
		line-height: 145%;
	}
	.flink {
		display: block;
		position: relative;
		overflow: hidden;
		padding-bottom: 25px;
	}
	.flink ul {
		position: relative;
		float: left;
		left: 50%;
	}
	.flink li {
		position: relative;
		display: block;
		float: left;
		left: -50%;
		padding-left: 20px;
		padding-right: 20px;
		letter-spacing: 3px;
	}
	.flink li a {
		color: #FFF;
		text-decoration: none;
		-moz-transition: all  0.2s;
		-o-transition: all  0.2s;
		-webkit-transition: all  0.2s;
		transition: all  0.2s;
	}
	.flink li a:hover {
		text-decoration: underline !important;
	}
	.copy {
		display: block;
		text-align: center;
		padding: 12px 0 12px 0;
		background: #000000;
	}
	.copy small {
		font-size: 14px;
		color: #FFF;
	}
	.pagetop {
		position: absolute;
		right: 0px;
		bottom: 0px;
		width: 180px;
	}
	.pagetop a {
		display: block;
		text-align: center;
		width: 180px;
		padding: 45px 0 45px 0;
		background: #FFF;
	}
	.pagetop a img {
		display: inline-block;
	}
}


/*=============================
	ClearFix
===============================*/
.cf:before,.cf:after { content: " "; display: table;}
.cf:after { clear: both;}
.cf {　*zoom: 1;}


/*=============================
	sub-page
===============================*/

/* ITEM
-------------------------*/
@media screen and (min-width: 700px) {
	header.color-fff li {
		color: #FFF;
	}
	header.color-fff a {
		color: #FFF;
	}
	header.color-fff .hnav p:nth-child(1) {
		border-right: #FFF solid 1px;
	}
	.sub-main {
		display: block;
		text-align: center;
		height: 523px;
	}
	.sub-main.item {
		background: url(../images/item/submain.jpg) top center no-repeat #191919;
		color: #FFF;
	}
	.sub-main h2 {
		display: block;
		text-align: center;
		font-size: 40px;
		letter-spacing: 5px;
		line-height: 120%;
		padding: 235px 0 20px 0;
	}
	.sub-main span {
		display: block;
		text-align: center;
		font-size: 20px;
		letter-spacing: 2px;
	}
	.branch {
		display: block;
		padding: 25px 0 50px 0;
	}
	.branch li {
		display: block;
		float: left;
		position: relative;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 130%;
		margin-right: 20px;
	}
	.branch li::before,
	.branch li::after{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.branch li::before{
		left: -13px;
		width: 4px;
		height: 4px;
		border-top: 1px solid #313131;
		border-right: 1px solid #313131;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.branch li:nth-child(1)::before {display: none;}
	.branch a {
		text-decoration: none;
	}
	.item-base {
		display: block;
		padding-bottom: 40px;
		animation-delay: 0.4s;
	}
	h2.ce-ti01 {
		display: block;
		text-align: center;
		font-size: 35px;
		letter-spacing: 6px;
		line-height: 120%;
		margin-bottom: 50px;
	}
	.item-base {
		display: block;
	}
	.item-base .list {
		padding-bottom: 50px;
	}
	.item-base .one {
		display: block;
		float: left;
		width: 47%;
		margin-bottom: 65px;
	}
	.item-base .one:nth-child(2n) {
		float: right;
	}
	.item-base h3 {
		display: block;
		position: relative;
		color: #FFF;
		font-weight: bold;
		font-size: 22px;
		letter-spacing: 2px;
		padding: 13px 20px 13px 70px;
		line-height: 140%;
		background: #2e2e2e;
	}
	.item-base h3::before {
		position: absolute;
		left: 30px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		background: #b19a7d;
		width: 11px;
		height: 11px;
	}
	.item-base figure {
		display: block;
		background: #d9d6d4;
		padding: 25px;
		margin-bottom: 35px;
	}
	.item-base figure img {
		width: 100%;
	}
	.item-base table {
		width: 100%;
		border-collapse: collapse;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		line-height: 140%;
		font-size: 16px;
		margin-bottom: 27px;
	}
	.item-base table th {
		text-align: left;
		font-weight: normal;
		padding: 20px 0 25px 0;
		width: 28%;
		position: relative;
		border-bottom: #b19a7d solid 1px;
	}
	.item-base table th::before {
		position: absolute;
		left: 0px;
		bottom: 0px;
		content: "";
		width: 100%;
		height: 6px;
		background: #b19a7d;
	}
	.item-base table td {
		text-align: left;
		padding: 15px 2% 15px 2%;
		border-bottom: #b19a7d solid 1px;
	}
	.item-base .txt {
		display: block;
	}
	.item-base .txt li {
		display: inline-block;
		position: relative;
		background: url(../images/item/pdf.jpg) left top no-repeat;
		background-size: auto 25px;
		padding: 5px 2px 5px 32px;
		margin-right: 25px;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 15px;
	}
	.item-base .txt li.zip {
		background: url(../images/item/zip.jpg) left top no-repeat;
		background-size: auto 25px;
	}
	.item-base .txt li a {
		text-decoration: underline;
		color: #3481bd;
		font-size: 15px;
		line-height: 110%;
	}
	.item-base .txt li a:hover {
		text-decoration: none;
	}
	.item-base .txt li span {
		margin-left: 10px;
		margin-right: 0px;
	}
	/*.item-base .txt li.numlink a {
		background: #3481bd;
		color: #FFF;
		display:inline-block;
		text-decoration: none;
		padding: 3px 5px 3px 5px;
	}*/
}
@media screen and (min-width: 700px) and (max-width: 950px) {
	.item-base table {
		font-size: 13px;
	}
	.item-base table th {
		width: 35%;
	}
	.item-base .txt li {
		background: url(../images/item/pdf.jpg) left top 6px no-repeat;
		background-size: auto 18px;
		padding: 5px 2px 5px 22px;
		margin-right: 10px;
	}
	.item-base .txt li.zip {
		background: url(../images/item/zip.jpg) left top 6px no-repeat;
		background-size: auto 18px;
	}
	.item-base .txt li a {
		font-size: 12px;
	}
}
@media screen and (min-width: 700px) and (max-width: 700px) {
	.item-base .txt li a {
		font-size: 11px;
	}
}


/* RECRUIT
-------------------------*/
@media screen and (min-width: 550px) {
	.sub-main.recruit {
		background:url(../images/recruit/submain.jpg) top center no-repeat;
		background-size: cover;
	}
	.recruit-box {
		display: block;
		padding: 70px 0 0 0;
		animation-delay: 0.5s;
	}
	.recruit-box .b-mtx {
		display: block;
		text-align: center;
		line-height: 230%;
		letter-spacing: 3px;
		font-size: 27px;
		margin-bottom: 220px;
	}
	.ti02 {
		display: block;
		text-align: center;
		font-size: 53px;
		letter-spacing: 6px;
		line-height: 110%;
		margin-bottom: 75px;
	}
	.ti02 span {
		display: block;
		text-align: center;
		font-size: 18px;
		letter-spacing: 100%;
	}
	.coupon {
		display: block;
		padding-bottom: 45px;
	}
	.coupon li {
		display: block;
		float: left;
		background: #b19a7d;
		text-align: center;
		width: 46.5%;
		padding: 1%;
		margin-bottom: 35px;
		cursor: pointer;
		position: relative;
		
	}
	.coupon li::after {
		position: absolute;
		left: 0px;
		bottom: 0px;
		content: "";
		width: 100%;
		height: 0%;
		z-index: 1;
		background: #aa8d69;
		-moz-transition: all  0.2s;
		-o-transition: all  0.2s;
		-webkit-transition: all  0.2s;
		transition: all  0.2s;
	}
	.coupon li:hover::after {
		position: absolute;
		left: 0px;
		bottom: 0px;
		content: "";
		width: 100%;
		height: 100%;
		z-index: 1;
		background: #aa8d69;
	}
	.coupon li:nth-child(2n) {
		float: right;
	}
	.coupon li .in {
		display: block;
		border: #FFF solid 1px;
		padding: 14px;
		position: relative;
		z-index: 15;
		text-decoration: none;
	}
	.coupon li .in::before{
		position: absolute;
		bottom: -65px;
		right: -65px;
		margin: auto;
		content: "";
		vertical-align: middle;
		z-index: 15;
	}
	.coupon li .in::before{
		box-sizing: border-box;
		width: 44px;
		height: 44px;
		border: 44px solid transparent;
		border-left: 44px solid #FFF;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.coupon li span {
		display: block;
		text-align: center;
		font-size: 20px;
		letter-spacing: 2px;
		line-height: 130%;
		padding: 0px 0 17px 0;
		position: relative;
		z-index: 10;
	}
	.coupon li b {
		display: block;
		text-align: center;
		color: #FFF;
		font-size: 30px;
		letter-spacing: 3px;
		line-height: 110%;
		padding-bottom: 16px;
		position: relative;
		z-index: 10;
	}
	.coupon li small {
		display: inline-block;
		color: #FFF;
		font-size: 13px;
		line-height: 120%;
		background: url(../images/recruit/down.jpg) left top no-repeat;
		padding: 0px 10px 0px 24px;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		position: relative;
		z-index: 10;
	}
	.rec-info {
		display: block;
		padding: 110px 0 70px 0;
		background: #2e2e2e;
	}
	.rec-info .ti02 {
		color: #FFF;
		font-size: 40px;
	}
	.rec-info .ti02 span {
		margin-top: 12px;
	}
	.rec-info .list {
		display: block;
		max-width: 960px;
		margin: 0 auto;
		padding-bottom: 24px;
	}
	.rec-info .list li {
		display: block;
		float: left;
		color: #FFF;
		font-size: 17px;
		border-left: #b19a7d solid 6px;
		padding-left: 25px;
		line-height: 120%;
		letter-spacing: 3px;
		min-width: 360px;
	}
	.rec-info .list li:nth-child(2n) {
		float: right;
	}
}
@media screen and (min-width: 550px) and (max-width: 900px) {
	.coupon li span {
		font-size: 15px;
	}
	.coupon li b {
		font-size: 25px;
	}
}
@media screen and (min-width: 550px) and (max-width: 960px) {
	.rec-info .list li {
		font-size: 13px;
		min-width: 300px;
	}
}
@media screen and (min-width: 550px) and (max-width: 780px) {
	.rec-info .list {
		text-align: center;
		padding-bottom: 0px;
	}
	.rec-info .list li {
		display:inline-block;
		float:none;
		width: 100%;
		font-size: 14px;
		padding-bottom: 0px;
		min-width: auto;
		margin-bottom: 15px;
		border-left: none;
		padding-left: 0px;
	}
	.rec-info .list li:nth-child(2n) {
		float:none;
	}
}


/* COMPANY
-------------------------*/
@media screen and (min-width: 550px) {
	.sub-main.company {
		background:url(../images/company/submain.jpg) top center no-repeat;
		background-size: cover;
		color: #FFF;
	}
	.company-box1 {
		display: block;
		background: url(../images/company/bg1.jpg) top center no-repeat;
		padding: 95px 0 70px 0;
	}
	.company-box1 table {
		width: 100%;
		border-collapse: collapse;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		line-height: 140%;
		font-size: 16px;
		margin-bottom: 200px;
	}
	.company-box1 table th {
		text-align: left;
		font-weight: normal;
		padding: 20px 0 25px 0;
		width: 24%;
		position: relative;
		border-bottom: #b19a7d solid 1px;
	}
	.company-box1 table th::before {
		position: absolute;
		left: 0px;
		bottom: 0px;
		content: "";
		width: 100%;
		height: 6px;
		background: #b19a7d;
	}
	.company-box1 table td {
		text-align: left;
		padding: 15px 2% 15px 2%;
		border-bottom: #b19a7d solid 1px;
	}
	.company-box1 .ti02 {
		margin-bottom: 100px;
	}
	.company-box1 .list02 {
		display: block;
	}
	.company-box1 .list02 li {
		display: block;
		float: left;
		width: 20.5%;
		padding: 4%;
		margin-left: 2%;
		margin-right: 2%;
		background: #eeeeee;
		border: #b19a7d solid 1px;
		margin-bottom: 45px;
	}
	.company-box1 .list02 li img {
		width: 100%;
	}
	.rec-info .if {
		display: block;
		padding-bottom: 30px;
	}
	.rec-info .if iframe {
		width: 100%;
		height: 645px;
	}
	.rec-info .list02 {
		display: block;
	}
	.rec-info .list02 li {
		display: block;
		color: #FFF;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 16px;
		line-height: 120%;
		border-left: #b19a7d solid 5px;
		padding-left: 20px;
		margin-bottom: 22px;
	}
	.rec-info .list02 li br {
		display: none !important;
	}
	.ir-base {
		display: block;
		padding: 105px 0 70px 0;
	}
	.ir-base .tx {
		display: block;
		text-align: center;
		letter-spacing: 2px;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 18px;
		line-height: 120%;
		padding-bottom: 40px;
	}
	.ir-base .list {
		display: block;
	}
	.ir-base .list .one {
		display: block;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		padding: 20px 14px 20px 14px;
		background: #e7e7e7;
		margin-bottom: 20px;
	}
	.ir-base .one h3 {
		display: block;
		float: left;
		position: relative;
		font-size: 18px;
		line-height: 120%;
		padding-left: 23px;
	}
	.ir-base .one h3::before {
		position: absolute;
		left: 0px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		content: "";
		width: 11px;
		height: 11px;
		background: #b19a7d;
	}
	.ir-base .one p {
		display: block;
		float: right;
		font-size: 16px;
	}
	.ir-base .one p a {
		text-decoration: underline;
		color: #3481bd;
	}
	.ir-base .one p span {
		display: inline-block;
		margin-left: 25px;
		
	}
}
@media screen and (min-width: 1920px) {
	.company-box1 {
		background-size: 100% auto;
	}
}


/* COMPANY
-------------------------*/
@media screen and (min-width: 550px) {
	.sub-main.contact {
		background:#dad6d5;
	}
	.contact-box {
		display: block;
		padding: 40px 0 40px 0;
		animation-delay: 0.5s;
	}
	.contact-box .tx {
		display: block;
		text-align: center;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 200%;
		padding-bottom: 130px;
	}
	.contact-box table {
		width: 100%;
		font-size: 15px;
		line-height: 140%;
		border-collapse: collapse;
	}
	.contact-box table td {
		border-bottom: #b19a7d solid 1px;
		padding: 44px 0 17px 0;
		vertical-align: top;
		position: relative;
	}
	.contact-box table .hi {
		width: 6%;
		padding: 44px 2% 17px 0;
	}
	.contact-box table .hi span {
		display: block;
		text-align: center;
		color: #FFF;
		font-size: 15px;
		background: #b19a7d;
	}
	.contact-box table .ma {
		width: 21%;
	}
	.contact-box table .ma span {
		display: none;
	}
	.n001 {
		width: 98%;
		height: 36px;
		padding: 4px 1% 4px 1%;
		background: #f4f4f4;
		border: none;
	}
	.n002 {
		width: 22%;
		height: 36px;
		padding: 4px 1% 4px 1%;
		background: #f4f4f4;
		border: none;
		margin-left: 10px;
		margin-right: 10px;
	}
	.contact-box select {
		width: 22%;
		height: 36px;
		padding: 4px 1% 4px 1%;
		border: #f4f4f4 solid 1px;
		border: none;
	}
	.txer {
		width: 98%;
		height: 290px;
		padding: 4px 1% 4px 1%;
		background: #f4f4f4;
		border: none;
	}
	.privlink {
		display: block;
		padding: 20px 0 20px 0;
		text-align: center;
	}
	.privlink a {
		text-decoration: underline;
		font-size: 18px;
		letter-spacing: 2px;
		color: #3481bd;
	}
	.cbtn {
		display: block;
		padding: 30px 0 20px 0;
		text-align: center;
	}
	.sbt {
		font-size: 18px;
		color: #FFF;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 15px;
		background: #b19a7d;
		border: none;
		cursor: pointer;
		width: 250px;
		height: 55px;
	}
	.int-lf {
		display: block;
		float: left;
		width: 35%;
	}
	.int-lf .n002 {
		width: 80%;
	}
	span.error {
		display: block;
		width: 100%;
		float: none;
		clear: both;
	}
}
@media screen and (min-width: 550px) and (max-width: 980px) {
	.contact-box table .hi {
		width: 15%;
	}
	.contact-box table .ma {
		width: 27%;
	}
}
@media screen and (min-width: 550px) and (max-width: 1030px) {
	.int-lf {
		display: block;
		float: left;
		width: 45%;
	}
	.int-lf .n002 {
		width: 70%;
	}
	span.error {
		display: block;
		width: 100%;
		float: none;
		clear: both;
	}
}
@media screen and (min-width: 550px) and (max-width: 700px) {
	.int-lf .n002 {
		width: 60%;
	}
}



/* PRIVACY
-------------------------*/
@media screen and (min-width: 550px) {
	.priv01 {
		display: block;
		padding-bottom: 50px;
	}
	.priv01 h3 {
		font-size: 25px;
		line-height: 160%;
		border-bottom: #333 dotted 1px;
		margin-bottom: 25px;
	}
	.priv01 p {
		display: block;
		font-size: 15px;
		line-height: 180%;
		letter-spacing: 2px;
		padding-bottom: 20px;
	}
	table .vet-top {
		vertical-align: top !important;
	}
	.top-newsbase .sti {
		font-size: 22px;
		margin-bottom: 15px;
		color: #5B71AD;
	}
	.top-newsbase dd .txt {
		font-size: 14px;
		font-weight: normal;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		line-height: 170%;
		letter-spacing: 2px;
		padding-bottom: 35px;
	}
	.top-newsbase dd .txt a {
		text-decoration: underline;
		color: #5B71AD;
	}
	.top-newsbase.mt-min {
		margin-top: 0px;
		padding-top: 20px;
	}
	.b-mtx.mb2 {
		margin-bottom: 38px;
	}
	.b-mtx.mb3 {
		margin-bottom: 90px;
	}
	.mainb {
		display: block;
		padding-bottom: 75px;
	}
	.bts {
		display: block;
		text-align: center;
		padding: 25px 0 30px 0;
	}
	.bts a {
		display: block;
		text-align: center;
		border-top: #359A03 solid 3px;
		background: #D7F4B4;
		max-width: 420px;
		text-decoration: none;
		margin: 0 auto;
		padding: 20px 0 20px 0;
		font-size: 17px;
		line-height: 170%;
		position: relative;
	}
	.bts a span {
		margin-right: 14px;
	}
	.bts a small {
		display: block;
		font-size: 12px;
		font-weight: bold;
		color: #359A03;
	}
	.bts a::before,
	.bts a::after{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.bts a::before{
		right: 13px;
		width: 7px;
		height: 7px;
		border-top: 1px solid #359A03;
		border-right: 1px solid #359A03;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.bg-ef {
		background: #EFEFEF;
	}
	header.bga .hnav p:nth-child(1) {
		border-right: #000 solid 1px;
	}
}


#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: 50px;
	background: #fff;
	border: 1px solid navy;
	opacity: 0.6;
	/* border-radius: 50%; */
  }
  #page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
  }
  #page_top a::before{
	/* font-family: 'Font Awesome 5 Free'; */
	font-weight: 900;
	/* content: '\f102'; */
	content: '▲';
	font-size: 24px;
	color: navy;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
  }

  .rec-info a {
	  color: #fff;
	  text-decoration: none;
  }

  /* 省エネ大賞 */
  .shoene-banner {
	position:absolute;
	bottom:10vh;
	right:50px
  }
  .shoene_news {
	text-align:center;
	margin-top:-70px;
	margin-bottom:50px
  }
  .shoene_banner_min {
	  margin-top: -10px;
	  margin-bottom: 20px;
	  text-align: center;
  }
  .shoene_banner_min img {
	  width: 50%;
	  height: auto;
  }