@charset "UTF-8";

/**
 *
 * レスポンシブウェブデザイン用
 *
**/


/**
 * 調整用
**/
@media only screen and (min-width: 1201px) and (max-width: 1500px) {

  
  
/**
 * ヘッダー
**/
#header h1 {
  width: 261px;
  position: absolute;
  top: 32px;
  left: 23px;
}

/**
 * ナビゲーション
**/
#navi div ul li {
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  height: 66px;
  float: left;
  box-sizing: border-box;
  display: inline-block;
}
#navi div ul li a {
  padding: 10px 5px 0;
  height: 66px;
  line-height: 1.2em;
  font-size: 18px;
  font-family: Arial, Helvetica, "sans-serif";
  color: #000000;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
#navi .mail_link {
  margin: 5px 10px 0 0;
  width: 45px;
  display: block;
  float: left;
}

}


/**
 * タブレット端末用
**/

@media only screen and (min-width: 851px) and (max-width: 1200px) {
body {
	padding: 0;
	-webkit-text-size-adjust: none;
	font-size: 12px;
}
  
  
/**
 * ラッパー
**/

#wrapper {
  padding: 32.75vw 0 0 0;
  padding: 7.58vw 0 0 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: relative;
	overflow: hidden;
}
body#top #wrapper {
  padding: 7.58vw 0 0 0;
  position: relative;
	overflow: hidden;
}


/**
 * ヘッダー
**/

#header {
  width: 100%;
  height: 7.58vw;
  background: #ffffff;
  text-align: left;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
#header .wrap {
	margin: 0 auto;
	width: 100%;
	height: 7.58vw;
	text-align: left;
	position: relative;
}
#header img {
	width: 100%;
	height: auto;
	display: block;
}
#header h1 {
  width: 24.08vw;
  position: absolute;
  top: 1.91vw;
  left: 1.91vw;
}

/**
 * ナビゲーション
**/
#navi {
  position: absolute;
  bottom: 0;
  right: 1.91vw;
}
#navi div {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
  float: left;
}
#navi div ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
  float: left;
}
#navi div ul li {
  margin: 0 0.45vw 0 0;
  padding: 0 0 0 0;
  height: 5.5vw;
  float: left;
  box-sizing: border-box;
  display: inline-block;
}
#navi div ul li a {
  padding: 0.833vw 0.55vw 0;
  height: 5.5vw;
  line-height: 1.2em;
  font-size: 1.43vw;
  font-family: Arial, Helvetica, "sans-serif";
  color: #000000;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
#navi div ul li a:hover {
  color: #000000;
  text-decoration: none;
}
#navi div ul li a:hover:after {
  width: 100%;
  height: 2px;
  line-height: 2px;
  content: "";
  color: #000000;
  background: #FF9832;
  position: absolute;
  bottom: 0;
  left: 0;
}
#navi div ul li.current a:after {
  width: 100%;
  height: 2px;
  line-height: 2px;
  content: "";
  color: #000000;
  background: #FF9832;
  position: absolute;
  bottom: 0;
  left: 0;
}
  
#navi .company_link {
  margin: 0 1.5vw 0 0;
  padding: 0.83vw 0.83vw 0.83vw 0.83vw;
  line-height: 1.2em;
  font-size: 1.41vw;
  color: #000000;
  border: 1px solid #B9B9B9;
  display: block;
  text-decoration: none;
  float: left;
}
#navi .mail_link {
  margin: 0.516vw 0.33vw 0 0;
  width: 3.75vw;
  display: block;
  float: left;
}
#navi .select {
  float: left;
  position: relative;
}
#navi .select .active {
	margin: 0 0 0 0;
	padding: 0.416vw 3.33vw 0.416vw 0.833vw;
  width: 11.66vw;
	height: 2.75vw;
	line-height: 2.75vw;
	font-size: 1.5vw;
	cursor: pointer;
	background: url("images/arrow_02.png") no-repeat 8.33vw 0.83vw;
  background-size: 1.8vw auto;
	border: none;
	box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#navi .select .select_wrap {
  padding: 2.75vw 0 0 0;
  width: 100%;
  background: #E0E9C7;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#navi .select .select_wrap a {
  padding: 0.416vw 0;
  line-height: 1.6em;
	font-size: 1.5vw;
  display: block;
  text-align: center;
}


  
/**
 * メインイメージ
**/
#main_image .movie {
  position: relative;
  width: 100%;
  height: 55vw;
  display: block;
  margin: 0 0 0 0;
}


/**
 * フッター
**/
#footer .wrap .contact_link li a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: rgba(0,0,0,0.2);
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}
#footer .wrap .contact_link li:nth-of-type(2) a {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2em;
}
 
/* 追加 */
.page_title {
  width: 100%;
  height: 25vw;
  text-align: center;
  color: #ffffff;
}
.page_title .eng {
  padding: 2vw 0 5px 0;
  line-height: 1.2em;
  font-size: 30px;
  font-weight: normal;
  font-family: Arial, Helvetica, "sans-serif";
}

  
  
}


/**
 * スマートフォン端末用
**/

@media only screen and (max-width: 850px) {
body {
	padding: 0;
	-webkit-text-size-adjust: none;
	font-size: 12px;
}

/**
 * SP表示
**/
.sp_disp { display: block !important; }
.pc_disp { display: none !important; }

/**
 * ラッパー
**/

#wrapper {
  padding: 32.33vw 0 0 0;
  padding: 10.4vw 0 0 0;
  width: 100%;
  background-position: center 11.33vw;
  background: none !important;
  overflow: hidden;
}

body#top #wrapper {
  padding: 10.4vw 0 0 0;
	overflow: hidden;
}

  

/**
 * ヘッダー
**/

#header {
  width: 100%;
  height: 10.4vw;
  background: #ffffff;
  text-align: left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
  
body#top #header {
  background: #ffffff;
}


#header .wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	height: 10.4vw;
	text-align: left;
	position: relative;
}

#header img {
	width: 100%;
	height: auto;
	display: block;
}

#header h1 {
  width: 45.6vw;
  position: absolute;
  top: 2.4vw;
  left: 2.4vw;
}
  
.header__hamburger {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 10.4vw;
  height: 10.4vw;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10002;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

.hamburger span {
  margin: 0 0 0 0;
  width: 6.0vw;
  height: 2px;
  background-color: #007901;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 3.5vw;
  left: 2.0vw;
}

.hamburger span:nth-child(2) {
  top: 4.5vw;
  left: 2.0vw;
}

.hamburger span:nth-child(3) {
  top: 5.7vw;
  left: 2.0vw;
}
  
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5.4vw;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: 4.4vw;
  transform: rotate(-45deg);
}
  
#header #switch {
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

#header #switch img.off {
  display: block;
}

#header #switch img.on {
  display: none;
}

#header #switch.active img.off {
  display: none;
}

#header #switch.active img.on {
  display: block;
}


/**
 * ナビゲーション
**/

#navi {
  width: 100%;
  background: rgba(0,61,18,0.7);
  position: absolute;
  bottom: auto;
  right: 0;
  top: 100%;
  overflow: hidden;
  display: none;
}
#navi div {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  display: block;
  float: none;
  width: 72%;
  min-width: 290px;
}
#navi div ul {
  margin: 0 0 0 0;
  padding: 25px 0 0 0;
  display: block;
  float: none;
}
#navi div ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: auto;
  float: none;
  box-sizing: border-box;
  display: block;
  position: relative;
}
#navi div ul li a {
  padding: 10px;
  height: auto;
  line-height: 1.2em;
  font-size: 13px;
  font-family: Arial, Helvetica, "sans-serif";
  color: #ffffff;
  display: block;
  box-sizing: border-box;
  position: relative;
}
#navi div ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
#navi div ul li:hover a:after {
  display: none;
}
#navi div ul li.current a:after {
  display: none;
}
#navi div ul li ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  text-align: left;
  position: relative;
  bottom: auto;
  top: auto;
  right: auto;
  left: auto;
  float: none;
  display: none;
}
#navi div ul li ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: auto;
  float: none;
  border-bottom: none;
  box-sizing: border-box;
  display: block;
}
#navi div ul li ul li a {
  padding: 5px 10px 5px 30px;
  height: auto;
	line-height: 1.4em;
	font-size: 14px;
	color: #ffffff;
  text-align: left;
  background: none;
	text-decoration: none;
  box-sizing: border-box;
  display: block;
  position: relative;
}
#navi div ul li ul li a:hover {
  padding: 5px 10px 5px 30px;
  height: auto;
	line-height: 1.4em;
	font-size: 14px;
	color: #ffffff;
  text-align: left;
  background: none;
	text-decoration: none;
  box-sizing: border-box;
  display: block;
  position: relative;
}
#navi div ul li ul li a:after {
  display: none !important;
}

  
  
  
  
/*  
#navi ul li.pull ul li {
  height: auto;
  border-right: none;
  display: block;
  position: relative;
}
#navi ul li.pull ul li a {
  padding: 15px;
  width: 100%;
  color: #333;
  line-height: 1.5em;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
  display: block;
}
#navi ul li.pull ul li a:hover {
  background: none;
}
#navi ul li.current ul li a {
  background: none;
}*/
#navi ul li a.pull_link {
  padding: 0;
	width: 35px;
	height: 35px;
	line-height: 1.4em;
	font-size: 13px;
	color: #202020;
  text-align: left;
	text-decoration: none;
  text-indent: -9999px !important;
  background: url("images/plus.png") no-repeat center center !important;
  background-size: 35px auto !important;
  box-sizing: border-box;
	vertical-align: middle;
	display: block;
  position: absolute;
  top: -6px;
  right: 0;
}
#navi ul li a.pull_link.active {
  background: url("images/close.png") no-repeat center center !important;
  background-size: 35px auto !important;
}

  
  
  
#navi .company_link {
  margin: 0 auto;
  padding: 10px;
  line-height: 1.2em;
  font-size: 13px;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #ffffff;
  width: 72%;
  min-width: 290px;
  text-decoration: none;
  box-sizing: border-box;
  float: none;
}
#navi .company_link .sub {
  line-height: 1.2em;
  font-size: 11px;
  display: block;
}
#navi .mail_link {
  display: none;
}
#navi .select {
  margin: 0 auto;
  padding: 10px 10px 50px 10px;
  width: 72%;
  min-width: 290px;
  line-height: 1.6em;
	font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  box-sizing: border-box;
  float: none;
  position: relative;
}
#navi .select .active {

}
#navi .select .select_wrap {
  padding: 10px 10px 50px 10px;
  width: 100%;
  box-sizing: border-box;
  background: none;
  display: block;
  position: relative;
  top: auto;
  left: auto;
  z-index: 0;
  overflow: hidden;
}
#navi .select a {
  padding: 0 0 0 0;
  line-height: 1.6em;
	font-size: 13px;
  color: #ffffff;
}
#navi .select a.active {
  color: #FFF900;
}


/**
 * ページイメージ
**/
#page_image {
  margin: 0 0 40px 0;
	width: 100%;
	height: 160px;
	background: url("images/page_image_01.png") no-repeat center 0;
  background-size: cover;
  position: relative;
}


/**
 * メインイメージ
**/
#main_image {
	width: 100%;
	position: relative;
}
#main_image img {
  width: 100%;
  height: auto;
  display: block;
}
#main_image .image01 {
	background: url("images/main_image_01.png") no-repeat center center;
	background-size: cover;
}
#main_image .image02 {
	background: url("images/main_image_02.png") no-repeat center center;
	background-size: cover;
}

#main_image .sound {
	width: 40px;
	position: absolute;
  top: 88px;
  right: 33px;
  z-index: 1;
}

#main_image .movie {
  position: relative;
  width: 100%;
  height: 43.3vh;
  display: block;
  margin: 0 0 0 0;
}


  
  
/**
 * ページイメージ
**/
#page_image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
	width: 100%;
  height: 120px;
  text-align: center;
  background: url("images/page_image_01.png") no-repeat center center;
  background-size: cover;
}



/**
 * コンテンツ
**/

#content {
  display: block;
  overflow: hidden;
}
body.page #content {

}
#content img {
	max-width: 100%;
	height: auto;
}


/**
 * サイドコンテンツ
**/

#side {
	width: 100%;
  max-width: 100%;
  float: none;
}


/**
 * メインコンテンツ
**/

#main {
	width: 100%;
  max-width: 100%;
  float: none;
}

  
/**
 * フッター
**/

#footer {
  padding: 0 0 0 0;
	width: 100%;
	line-height: 1.33em;
	font-size: 18px;
  color: #ffffff;
  background: #003B00;
	text-align: center;
	overflow: hidden;
}
#footer img {
	width: 100%;
	height: auto;
	display: block;
}
#footer .google_map {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
#footer .google_map iframe {
  width: 100%;
  height: 220px;
  display: block;
}
#footer .wrap {
  padding: 25px 0 0 0;
  background: url("images/contact_back_01.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
#footer .link {
  margin: 0 auto 10px;
  padding: 15px 0 0 0;
  width: 92%;
  max-width: 1400px;
  line-height: 1.4em;
  font-size: 11px;
  color: #ffffff;
  text-align: right;
}
#footer .link a {
  color: #ffffff;
}
#footer .wrap h2 {
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
	color: #ffffff;
  background: url("images/title_back_01.png") no-repeat center bottom;
}
#footer .wrap .contact_link {
  margin: 0 auto 35px auto;
  padding: 0 0 0 0;
  width: 92%;
  max-width: 1400px;
  list-style: none;
  overflow: hidden;
}
#footer .wrap .contact_link li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 48.07%;
  height: 42px;
  float: left;
  display: table;
}
#footer .wrap .contact_link li:nth-of-type(2) {
  float: right;
}
#footer .wrap .contact_link li a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: rgba(0,0,0,0.2);
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}
#footer .wrap .contact_link li:nth-of-type(2) a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
}
#footer p.copyright {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  line-height: 1.4em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  color: #ffffff;
}
#footer .company_info {
  margin: 0 auto;
  padding: 33px 0 40px 0;
  width: 92%;
  max-width: 1400px;
  text-align: left;
  overflow: hidden;
}
#footer .company_info .left {
  width: 100%;
  float: none;
}
#footer .company_info .logo {
  max-width: 344px;
  margin: 0 0 15px 0;
}
#footer .company_info dl {
  margin: 0 0 15px 0;
}
#footer .company_info dl dt {
  margin: 0 0 5px 0;
  line-height: 1.6em;
  font-size: 18px;
}
#footer .company_info dl dd {
  line-height: 1.6em;
  font-size: 14px;
}
#footer .company_info .right {
  width: 100%;
  float: none;
}
#footer .company_info .right .box {
  max-width: 100%;
  float: none !important;
}

/**
 * PAGE TOP
**/

#pagetop {
	width: 130px;
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 100;
	display: none;
}

#pagetop img {
	width: 100%;
	height: auto;
	display: block;
}
  
  

/**
 * PAGE TOP
**/

#pagetop {
	width: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	display: none;
}

#pagetop img {
	width: 100%;
	height: auto;
	display: block;
}


/**
 * コンテンツ
**/  
.content_box {
	margin: 0 auto 100px auto;
	max-width: 1200px;
	line-height: 1.63em;
	color: #121111;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
}
.content_box.one_column {
  width: 100%;
  max-width: 100%;
	line-height: 1.63em;
}

#main .content_box {
  width: 100%;
  max-width: 100%;
}

.content_box h2 {
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
	color: #000000;
  background: url("images/title_back_01.png") no-repeat center bottom;
}

.content_box table th {
	padding: 10px 10px;
	line-height: 1.6em;
	font-size: 14px;
  font-weight: normal;
}
  
.content_box table th.w01 {
  width: 106px;
}


.content_box table td {
	padding: 10px 10px;
	line-height: 1.6em;
	font-size: 14px;
  font-weight: normal;
}

#content .content_box .menu {
  margin: 0 0 30px 0;
  overflow: hidden;
}
#content .content_box .menu ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  overflow: hidden;
}
#content .content_box .menu ul li {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  width: 48.5%;
  float: left;
}
#content .content_box .menu ul li:nth-of-type(4) {
  margin: 0 0 15px 0;
}
#content .content_box .menu ul li:nth-of-type(2n) {
  float: right;
}
#content .content_box .menu ul li:nth-of-type(2n+1) {
  clear: both;
}
#content .content_box .menu ul li a {
  margin: 0 0 0 0;
  padding: 15px 0;
  line-height: 1.2em;
  font-size: 12px;
  font-weight: bold;
  color: #399B43;
  text-align: center;
  text-decoration: none;
  border: 1px solid #399B43;
  display: block;
  position: relative;
}
#content .content_box .menu ul li a:after {
  margin: 0 0 0 1em;
  padding: 0 0 0 0;
  line-height: 1.2em;
  content: ">";
}
#content .content_box .menu ul li a:hover {
  opacity: 0.6;
}
#content .content_box .works {
  margin: 0 0 65px 0;
  padding: 0 0 0 0;
  overflow: hidden;
}
#content .content_box .works ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  align-content: hidden;
}
#content .content_box .works ul li {
  margin: 0 0 0 0;
  padding: 0 0 25px 0;
  width: 48.5%;
  text-align: left;
  float: left;
}
#content .content_box .works ul li:nth-of-type(4n+1) {
  clear: none;
}
#content .content_box .works ul li:nth-of-type(2n) {
  float: right;
}
#content .content_box .works ul li:nth-of-type(2n+1) {
  clear: both;
}
#content .content_box .works ul li .image {
  margin: 0 auto 20px auto;
}
#content .content_box .works ul li img {
  width: 100%;
  height: auto;
  display: block;
}
#content .content_box .works ul li .name {
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 1.6em;
}
#content .content_box .works ul li .description {
  margin: 0 auto 0 auto;
  text-align: left;
  font-size: 13px;
  color: #000000;
  line-height: 1.5em;
}

#content .content_box .flow {
  margin: 0 0 0 0;
  padding: 0 0 100px 0;
  overflow: hidden;
}
#content .content_box .flow img {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
  display: block;
}
#content .content_box .flow .left {
  margin: 0 auto 0 auto;
  padding: 0 0 25px 0;
  width: 100%;
  max-width: 926px;
  float: none;
}
#content .content_box .flow .right {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 100%;
  float: none;
}
#content .content_box .flow .right p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
#content .content_box .flow .right p.catch {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
#content .content_box .flow .right .image {
  margin: 0 0 0 0;
  padding: 15px 0 10px 0;
}

#content .content_box .recycling {
  margin: 0 0 0 0;
  padding: 0 0 100px 0;
  overflow: hidden;
}
#content .content_box .recycling img {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
  display: block;
}
#content .content_box .recycling .left {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 100%;
  float: none;
}
#content .content_box .recycling .left dl {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#content .content_box .recycling .left dl dt {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
}
#content .content_box .recycling .left dl dt.kind01 {
  padding: 20px 45px 20px 45px;
  color: #ffffff;
  background: #E71084;
  border-radius: 10px;
}
#content .content_box .recycling .left dl dt.kind02 {
  padding: 20px 45px 20px 45px;
  color: #ffffff;
  background: #636363;
  border-radius: 10px;
}
#content .content_box .recycling .left dl dd {
  margin: 0 0 0 0;
  padding: 0 0 20px 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
}
#content .content_box .recycling .left dl dd li {
  margin-bottom: 5px;
}

#content .content_box .recycling .right {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 100%;
  float: none;
}
#content .content_box .sdgs {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}
#content .content_box .sdgs img {
  width: 100%;
  height: auto;
  display: block;
}
#content .content_box .sdgs p {
  margin: 0 0 0 0;
  padding: 0 0 35px 0;
  font-size: 16px;
  color: #181616;
  line-height: 1.4em;
}
#content .content_box .sdgs .head {
  margin: 0 0 0 0;
  padding: 43px 80px 50px 0;
  position: relative;
}
#content .content_box .sdgs .head .image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
}
#content .content_box .sdgs .head h2 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: left;
  background: none;
  font-size: 36px;
  font-weight: bold;
  color: #181616;
  line-height: 1.2em;
}
#content .content_box .sdgs .head p.catch {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: left;
  background: none;
  font-size: 18px;
  font-weight: bold;
  color: #EA0505;
  line-height: 1.2em;
}
#content .content_box .sdgs .tb01 {
  margin: 0 0 0 0;
  padding: 0 0 160px 0;
}
#content .content_box .sdgs .tb01 table {
  margin: 0 0 0 0;
  width: 100%;
	line-height: 1.6em;
	font-size: 14px;
}
#content .content_box .sdgs .tb01 table th {
	padding: 10px 10px;
  font-weight: normal;
  text-align: center;
  color: #414141;
	line-height: 1.6em;
	font-size: 14px;
  background: #F5F4EF;
  border: 1px solid #434242;
  vertical-align: middle;
  box-sizing: border-box;
}
#content .content_box .sdgs .tb01 table th .text {
  text-align: left;
  display: inline-block;
}
#content .content_box .sdgs .tb01 table td {
	padding: 10px 10px;
  text-align: left;
	line-height: 1.6em;
	font-size: 14px;
  font-weight: normal;
  color: #414141;
  background: #ffffff;
  border: 1px solid #434242;
  vertical-align: middle;
  box-sizing: border-box;
}
#content .content_box .sdgs .tb01 table td.num {
	padding: 0 0 0 0;
  width: 30px;
  text-align: center;
	line-height: 1.2em;
	font-size: 12px;
  font-weight: normal;
  color: #414141;
}
#content .content_box .sdgs .tb01 table td.comment {
	padding: 0 10px;
  width: auto;
  text-align: left;
	line-height: 1.2em;
	font-size: 12px;
  font-weight: normal;
  color: #414141;
  border-right: none;
}
#content .content_box .sdgs .tb01 table td.mark {
	padding: 0 0 0 0;
  width: 63px;
  height: 63px;
  text-align: center;
  border-left: none;
}
#content .content_box .sdgs .tb01 table td.mark img {
  margin: auto;
  width: 63px;
  height: 63px;
  display: block;
}
#content .content_box .sdgs .tb01 table td.mark01 {
  background: #FBBD01;
}
#content .content_box .sdgs .tb01 table td.mark02 {
  background: #D29106;
}
#content .content_box .sdgs .tb01 table td.mark03 {
  background: #417A36;
}
#content .content_box .sdgs .tb01 table td.mark04 {
  background: #C50D27;
}
#content .content_box .sdgs .tb01 table td.mark05 {
  background: #F6A00B;
}
#content .content_box .sdgs .tb01 table td.mark06 {
  background: #28A738;
}
#content .content_box .sdgs .tb01 table td.mark07 {
  background: #1A963A;
}
#content .content_box .sdgs .tb01 table td.mark08 {
  background: #970B32;
}
#content .content_box .sdgs .tb02 {
  margin: 0 0 0 0;
  padding: 0 0 50px 0;
}
#content .content_box .sdgs .tb02 table {
  margin: 0 0 0 0;
  width: 100%;
	line-height: 1.6em;
	font-size: 14px;
}
#content .content_box .sdgs .tb02 table th {
	padding: 10px 10px;
  width: auto;
  text-align: center;
  color: #414141;
	line-height: 1.6em;
	font-size: 14px;
  font-weight: bold;
  background: #F5F4EF;
  border: 1px solid #434242;
  border-left: none;
  border-right: none;
  vertical-align: middle;
  box-sizing: border-box;
}
#content .content_box .sdgs .tb02 table td {
	padding: 10px 10px 10px 10px;
  text-align: left;
	line-height: 1.6em;
	font-size: 14px;
  font-weight: normal;
  color: #414141;
  background: #ffffff;
  border: 1px solid #434242;
  border-left: none;
  border-right: none;
  vertical-align: middle;
  box-sizing: border-box;
}
#content .content_box .sdgs .tb02 table td.arrow {
	padding: 10px 0 10px 0;
  text-align: center;
  width: 60px;
}
#content .content_box .sdgs .tb02 table td.arrow img {
  margin: auto;
  width: 40px;
  height: auto;
  display: block;
}




/**
 * ホーム
**/
.home_works {
  margin: 0 0 0 0;
  padding: 25px 0 0 0;
  text-align: center;
}
.home_works h2 {
  margin: 0 0 20px 0;
  padding: 0 0 25px 0;
  line-height: 1.2em;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  background: url("images/title_back_01.png") no-repeat center bottom;
}
.home_works .list {
  margin: 0 auto 55px auto;
  padding: 0 0 0 0;
  width: 92%;
  max-width: 1400px;
  overflow: hidden;
}
.home_works .list li {
  margin: 0 0 0 0;
  padding: 0 0 25px 0;
  width: 48.5%;
  text-align: left;
  float: left;
}
.home_works .list li:nth-of-type(2n) {
  float: right;
}
.home_works .list li:nth-of-type(2n+1) {
  clear: both;
}
.home_works .list li .image {
  margin: 0 auto 20px auto;
}
.home_works .list li img {
  width: 100%;
  height: auto;
  display: block;
}
.home_works .list li .name {
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 1.6em;
}
.home_works .list li .description {
  margin: 0 auto 10px auto;
  text-align: center;
  font-size: 12px;
  color: #000000;
  line-height: 1.5em;
}
.home_works .list li .link {
  text-align: center;
}
.home_works .list li .link a {
  margin: 0 auto;
  width: 90%;
  max-width: 232px;
  background: #FCFDFD;
  font-size: 12px;
  line-height: 1.2em;
  padding: 10px 0;
  color: #000000;
  text-decoration: none;
  border: 1px solid #E0E2DF;
  display: block;
}
.home_about {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  background: #f00 url("images/home_back_01-sp.png") repeat-y 0 0;
  background-size: 100% auto;
  position: relative;
}
.home_about .wrap {
  margin: 0 auto 0 auto;
  padding: 30px 0;
  width: 100%;
  max-width: 1400px;
  overflow: visible;
  position: relative;
}
.home_about .wrap .image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 63.33%;
  max-width: 636px;
  float: none;
  position: absolute;
  top: -35px;
  right: 0;
}
.home_about .wrap .image img {
  width: 100%;
  height: auto;
  display: block;
}
.home_about .wrap .box {
  margin: 0 0 0 3%;
  padding: 0 0 0 0;
  width: 92%;
  text-align: left;
  float: none;
  position: relative;
  z-index: 1;
}
.home_about .wrap .box h3 {
  margin: 0 0 20px 0;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  line-height: 1.6em;
}
.home_about .wrap .box p {
  margin: 0 0 20px 0;
  width: 66%;
  font-size: 13px;
  color: #000000;
  line-height: 1.5em;
}
.home_about .wrap .box .link {

}
.home_about .wrap .box .link a {
  margin: 0 0 0 0;
  max-width: 232px;
  text-align: center;
  background: #FCFDFD;
  font-size: 13px;
  line-height: 1.2em;
  padding: 10px 0;
  color: #000000;
  text-decoration: none;
  border: 1px solid #E0E2DF;
  display: block;
}
.home_news {
  margin: 0 0 0 0;
  padding: 75px 0 45px 0;
  text-align: center;
}
.home_news h2 {
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  background: url("images/title_back_01.png") no-repeat center bottom;
}
.home_news .list {
  margin: 0 auto 0px auto;
  padding: 0 0 0 0;
  width: 92%;
  max-width: 1400px;
  border-top: 1px solid #DEE6E6;
  overflow: hidden;
}
.home_news .list li {
  margin: 0 0 0 0;
  padding: 15px 20px 15px 20px;
  width: 100%;
  text-align: left;
  float: left;
  background: #ffffff;
  box-sizing: border-box;
  border-bottom: 1px solid #DEE6E6;
}

.home_news .list li .cat {
  margin: 0 15px 0 0;
  padding: 3px 0;
  width: 90px;
  line-height: 1.2em;
  font-size: 11px;
  text-align: center;
  color: #ffffff;
  background: #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
  float: left;
}
.home_news .list li .cat.cat01 {
  background: #71BA2B;
}
.home_news .list li .cat.cat02 {
  background: #FF8500;
}
.home_news .list li .cat.news {
  background: #71BA2B;
}
.home_news .list li .cat.sns {
  background: #FF8500;
}

.home_news .list li .update {
  margin: 0 0 0 0;
  padding: 4px 0 0 0;
  width: 80px;
  line-height: 1.2em;
  font-size: 12px;
  float: left;
  color: #000000;
}
.home_news .list li .name {
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
  line-height: 1.4em;
  font-size: 19px;
  font-weight: bold;
  color: #000000;
  clear: both;
}
.home_news .list li .description {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.8em;
  font-size: 12px;
  color: #000000;
  clear: both;
}
.home_news .more {
  margin: 0 auto;
  padding: 0 0 0 0;
}
.home_news .more a {
  margin: 0 auto;
  max-width: 232px;
  text-align: center;
  background: #FCFDFD;
  font-size: 13px;
  line-height: 1.2em;
  padding: 10px 0;
  color: #000000;
  text-decoration: none;
  border: 1px solid #E0E2DF;
  display: block;
}
.home_searsons {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  text-align: center;
  background: #EEF5F5;
  position: relative;
}
.home_searsons h2 {
  margin: 0px 0 30px 0;
  padding: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  background: url("images/title_back_01.png") no-repeat center bottom;
}
.home_searsons .description {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.5em;
  font-size: 13px;
  color: #000000;
  clear: both;
}
.home_searsons .youtube {
  margin: 0 auto 0;
  width: 92%;
  max-width: 1160px;
  position: relative;
  top: -25px;
  display: block;
  overflow: hidden;
}
.home_searsons .youtube iframe {
  width: 100%; /* 任意の横幅を指定 */
  height: auto;
  aspect-ratio: 16/9;
  display: block;
}



/**
 * form parts
**/
  form table {
    display: block;
  }
  form table tr {
    display: block;
  }
  form table tbody {
    display: block;
  }
  form table th {
    width: 100%;
    text-align: left;
    display: block;
    box-sizing: border-box;
    border-bottom: none;
  }
  form table td {
    width: 100%;
    text-align: left;
    display: block;
    box-sizing: border-box;
  }
  
  
  
  
  
/* 追加 */
.home_bnr {
  margin: 0 auto;
  padding: 25vw 0 0 0;
  width: 92%;
  max-width: 1200px;
}
.page_title {
  margin: 0 0 20px 0;
  padding: 25px 0;
  width: 100%;
  height: auto;
  text-align: center;
  color: #ffffff;
  background-color: #fff;
  background-image: url('images/page_back_01.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.page_title .eng {
  padding: 3vw 0 5px 0;
  line-height: 1.2em;
  font-size: 30px;
  font-weight: normal;
  font-family: Arial, Helvetica, "sans-serif";
}
.page_title hr {
  height: 0;
  line-height: 0;
  border: none;
  border-top: 2px solid #ffffff;
}
.page_title h2 {
  padding: 5px 0 0 0;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: normal;
}
  
  
  
  
}

