@charset "UTF-8";
/* CSS Document */
body {
  font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  margin: 0;
  padding: 0;
  color: #2c2c2c;
  font-size: 100%;
  line-height: 1.6;
  font-weight: normal;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: .05em;
}
img {
  max-width: 100%;
}
/*▼画像の回り込み */
.alignnone {
  padding: 4px;
  /*margin: 0px 15px 0 15px;*/
  margin: 0px 0px 0 0px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
}
.alignright {
  float: right;
  display: inline;
  padding: 4px;
  margin: 0px 15px 0 15px;
}
.alignleft {
  float: left;
  display: inline;
  padding: 4px;
  margin: 0px 15px 0 15px;
}
/*▲画像の回り込み*/
.clear {
  clear: both;
}
.breadcrumbs {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  margin-bottom: 0px;
  padding: 10px 10px;
}
.mainTitle {
  padding-bottom: .5em;
  border-bottom: 1px solid #333333;
  text-align: center;
  font-size: 200%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
}
.top_mv {
  width: 100%;
  vertical-align: bottom;
}
.title_jap {
  font-size: 30px;
  color: #666;
  display: block;
}
.next_script {
  font-size: 14px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.next_script a {
  color: #0d0d0d;
}
.fa {
  vertical-align: baseline;
}
.catname {
  font-size: 30px;
  margin-bottom: 3%;
  color: #007344;
}
.bg_gray {
  background-color: #f9f9f9;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  transition: all .5s;
  z-index: 200;
}
.header_inner {
  position: relative;
  padding: 15px;
}
.logo {
  position: absolute;
  top: -14px;
  left: 0;
  padding: 26px 15px 0 /*10px 15px*/ ;
}
.title {
  font-size: 2rem;
  font-weight: 600;
  width: 50%;
}
.header_button {
  background: #007344;
  color: #FFF !important;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #007344;
  transition-duration: 0.5s;
}
.added {
  color: #fff !important;
  font-weight: 600;
}
.invert {
  color: #000 !important;
  transition: all .25s 0s ease;
}
.header_button.invert {
  color: #fff !important;
}
.more_btn {
  width: 240px;
  height: 54px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0%;
  margin-top: 7%;
}
.button {
  display: inline-block;
  /*background-color:#81a963;*/
  border: solid 2px #000;
  color: #000;
  font-size: 14px;
  width: 240px;
  height: 54px;
  /* border-radius */
  /*border-radius:35px;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;*/
  /* border */
  text-align: center;
  text-decoration: none;
  line-height: 46px;
  outline: none;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button:hover {
  background-color: #333;
  border: 1px solid #333;
  color: #fff !important;
  text-decoration: none;
  /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
}
.header_button:hover {
  background-color: #fff;
  border: 1px solid #007344;
  border-radius: 4px;
  color: #007344 !important;
  text-decoration: none;
}
.nav_list li a:hover {
  color: #08B9D4;
  text-decoration: none;
}
/*▼フッター*/
#footer {
  background: #007344;
  overflow: hidden;
}
.footer_inner {
  padding: 1.6em 0 2em 0;
  text-align: center;
  overflow: hidden;
}
.ftrbox {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.ftr_ttl {
  width: 75px;
  margin: 0 auto;
  color: #9f8a5d;
}
.ftrbox .flex {
  width: auto;
  margin: 2% auto;
  padding: 1em;
}
.sitemap_inner li a {
  color: #fff;
  font-size: .9rem;
}
.copyright p {
  font-size: 10px;
  color: #fff;
  text-align: center;
}
.copyright {
  margin-top: 0%;
}
/*▲フッター*/
/*▼サイドバー*/
/*.widget div {
  background-color: #f6f6f6;
  padding: 10px 20px;
  margin: 0 0 15%;
}*/
.widget h3 {
  color: #FFF;
  background-color: #007344;
  height: auto;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-bottom: 3%;
  font-size: 15px;
  font-weight: normal;
  border-radius: 3px;
  box-shadow: 2px 2px 3px 1px #007344 inset;
  letter-spacing: .08em;
}
.widget ul li {
  font-size: 14px;
  padding-top: 5%;
  padding-bottom: 5%;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
}
.widget .post_date {
  font-size: 12px;
  float: left;
  margin-right: 8px;
  width: 36%;
  color: #000;
}
.widget .post_date::before {
  content: '\f017';
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  font-size: 100%;
  color: #000;
  margin-right: 1%;
}
#cat.postform {
  margin-bottom: 15%;
}
.widget .cat_color a {
  background: #ccc;
  color: #000;
  padding: 1% 4%;
  font-size: 0.7rem;
  line-height: 1.6rem;
}
#cat {
  -webkit-appearance: none;
  appearance: none;
  background: #f7f7f7;
  background-size: auto;
  background-size: 1em 1em;
  border: #999 1px solid;
  border-radius: 5px;
  border-radius: 2px;
  display: block;
  height: auto;
  line-height: 32px;
  padding: 4px 24px 4px 12px;
  width: 100%;
}
#archives-dropdown-2 {
  -webkit-appearance: none;
  appearance: none;
  background: #f7f7f7;
  background-size: auto;
  background-size: 1em 1em;
  border: #999 1px solid;
  border-radius: 5px;
  border-radius: 2px;
  display: block;
  height: auto;
  line-height: 32px;
  padding: 4px 24px 4px 12px;
  width: 100%;
}
#sidebar .catego {
  background-color: #f6f6f6;
  padding: 10px 20px;
  margin: 0 0 15%;
}
.column_title_jap {
  font-size: 17px;
  color: #3498db;
  font-weight: normal;
  letter-spacing: .08em;
  margin-bottom: 3%;
}
#sidebar .columnBox .sidelist_inner li a {
  color: #0d0d0d;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: .08em;
}
#sidebar .columnBox .sidelist_inner li {
  list-style: none;
  border-top: 1px solid #ddd;
  padding: 6% 0;
}
#sidebar .columnBox .sidelist_inner li h3 a {
  color: #0d0d0d;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: .08em;
}
#sidebar .columnBox .sidelist_inner li h3 {
  list-style: none;
  /*border-top: 1px solid #ddd;
	padding: 6% 0;*/
}
.sidelist_inner .post_date {
  font-size: 11px;
}
.sidelist_inner > ul > li > .post_category > .cat_color > a {
  background-color: #ccc;
  display: inline-block;
  font-size: 10px !important;
  padding: .5% 4%;
}
/*▲サイドバー*/
/* header固定のため余白をつける。メニューのCSSには関係ない */
.main {
  margin-top: 60px;
}
/* header固定のため余白をつける。メニューのCSSには関係ない */
/*==================================================
スライダーのためのcss
===================================*/
#slider {
  width: 100%;
  height: 100vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*▲スライダーのためのcss*/
.contents {
  width: 100%;
  margin: 0 auto;
  padding: 5% 0;
  box-sizing: border-box;
}
.contents_wide {
  width: 100%;
  padding: 5% 0;
  box-sizing: border-box;
}
.contents h2, .contents_wide h2 {
  position: relative;
  padding: 0 0 8rem;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6em;
  /*z-index: -1;*/
}
#originalProducts h2 {
  position: relative;
  padding: 0 0 8rem;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6em;
  color: #fff;
  /*z-index: -1;*/
}
.contents h2::after, .contents_wide h2::after {
  content: "";
  position: absolute;
  bottom: 4rem;
  left: calc(50% - 30px);
  width: 60px;
  border-bottom: #007344 solid 2px;
}
.contents h2 .blue, .contents_wide h2 .blue {
  font-family: 'Didact Gothic', sans-serif;
  /*font-size: clamp(16px, 2vw, 18px);*/
  font-size: 1rem;
  color: #007344;
  display: block;
}
.contents h2 .white, .contents_wide h2 .white {
  font-family: 'Didact Gothic', sans-serif;
  /*font-size: clamp(16px, 2vw, 18px);*/
  font-size: 1rem;
  color: white;
  display: block;
}
.inner1300 {
  max-width: 1300px;
  margin: 0 auto;
}
.inner1280 {
  max-width: 1280px;
  margin: 0 auto;
}
.inner1080 {
  max-width: 1080px;
  margin: 0 auto;
}
.inner1080 .top_read, .inner980 .top_read {
  text-align: center;
}
.inner915 {
  max-width: 915px;
  margin: 0 auto;
}
.inner980 {
  max-width: 980px;
  margin: 0 auto;
}
.inner900 {
  max-width: 900px;
  margin: 0 auto;
}
.inner900.pro {
  max-width: 900px;
  margin: 8em auto 0;
}
.inner820 {
  max-width: 820px;
  margin: 0 auto;
}
.inner780 {
  max-width: 780px;
  margin: 0 auto;
}
.inner750 {
  max-width: 750px;
  margin: 0 auto;
}
/*▼イバジャパンとは*/
#message {
  padding-top: 40px;
  background: url(../images/about_img01.jpg) no-repeat 0 80px;
}
#message .label {
  color: #007344;
  font-size: .9rem;
  font-weight: 900;
  text-align: center;
  display: block;
}
.lefty .content_box {
  /*background-color: #f6fff8;*/
  float: right;
  box-shadow: -20px 20px 30px rgba(0, 0, 0, 0.2);
  margin-right: -78px;
  padding-left: 60px;
}
.content_box {
  box-sizing: border-box;
  max-width: 512px;
  padding: 43px 43px 50px 50px;
  padding-left: 50px;
  background: #fff;
}
div.inner1080::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.catch_sub_txt {
  line-height: 2rem;
  text-align: justify;
}
.explanation {
  font-size: .8rem;
  text-align: justify;
}
.explanation span {
  display: block;
  font-weight: 700;
  margin-top: 2%;
}
.about_bg {
  /*background-image: url("../images/groovepaper.png");
    background-repeat: none;
    background-size: cover;
    height: auto;*/
  background-image: url("../images/groovepaper.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: auto auto;
}
/*▼イバジャパンの強みと特徴*/
#strengths {
  position: relative;
}
#strengths .headTtl {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
  display: block;
  color: #ff5d07;
  text-align: left;
}
.cont_sub_text {
  font-size: 1rem;
  line-height: 2.2rem;
  text-align: justify;
}
.strengths_item {
  /*width: 30%;*/
  width: calc(100% / 3 - 7%);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 5%;
}
.strengths_item h3 {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4rem;
  margin-bottom: 1rem;
}
.strengths_item p {
  text-align: justify;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  height: 100%;
  margin-top: 2rem;
}
.strengths_read {
  color: #000;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px; /* 最大幅を調整可能 */
  margin: 0 auto;
}
.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
}
.glaybox {
  background: #666;
  width: 650px;
  height: 365px;
  padding: 11rem;
  margin: 3rem auto 1rem;
}
.glaybox p {
  color: #FFFFFF;
  font-size: 2rem;
}
/*▼イバジャパンはこんな職場です*/
.h2_read_p {
  color: #007344;
  font-size: 1.5rem;
  margin-bottom: 4%;
  text-align: center;
}
.qualities_list, .qualities_data {
  margin-top: 5%;
}
.qualities_list .flex li {
  height: 460px;
  padding: 2rem;
  position: relative;
  width: 32%;
}
.qualities_list .flex li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */
}
.qualities_list .flex li:nth-child(1) {
  background-image: url("../images/qualities_imgt01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.qualities_list .flex li:nth-child(2) {
  background-image: url("../images/qualities_imgt02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.qualities_list .flex li:nth-child(3) {
  background-image: url("../images/qualities_imgt03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.qualities_list .flex li h3 {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 5%;
}
.qualities_list .flex li p {
  color: #fff;
  font-size: .9rem;
}
.qualities_data .flex li {
  position: relative;
  width: 32%;
}
.xtbox {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 30px 24px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */
}
.qualities_txtbox {
  position: absolute;
  top: 38%;
  left: 0;
  padding: 2rem;
}
.pages_list {
  box-sizing: border-box;
  padding-bottom: 50px;
}
.pages_list ul {
  display: flex;
}
.pages_list ul li {
  width: 33.33333%;
}
.pages_list li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pages_list li a {
  display: flex;
  position: relative;
  height: 360px;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  background: no-repeat 50% 50%;
  background-image: none;
  background-size: auto;
  background-size: cover;
}
/*▲イバジャパンはこんな職場です*/
/*▼構成事例*/
.configuration {
  position: relative;
}
.configbox {
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: #ccc;
}
.configuration_bg {
  background: url(../images/bg_configuration.jpg) repeat-y left top/contain;
}
.configuration_bg .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
}
.config_inner {
  padding: 0 0 5rem;
  position: relative;
  /*margin-top: 160px;*/
  height: auto; /* ← 必ず height: auto に */
}
/*.config_inner {
  /*background: #a12a21;
  padding: 0 0 1rem;
  position: relative;
  height: 2000px;
  margin-top: 160px;
}*/
/*.greenbox {
  width: 90%;
  /*background: #607fa2;
  background: linear-gradient(0deg,rgba(0, 54, 34, 1) 0%, rgba(4, 56, 39, 1) 52%, rgba(2, 87, 51, 1) 100%);	
  margin: 0 auto;
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:
    translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: auto;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.48vw), 50% 100%, 0 calc(100% - 7.48vw));
  padding: 3.9vw 0 8.55vw;
  margin-bottom: -7.48vw;	
}*/
.greenbox {
  width: 90%;
  /*background: linear-gradient(0deg, rgba(0, 54, 34, 1) 0%, rgba(4, 56, 39, 1) 52%, rgba(2, 87, 51, 1) 100%);*/
  background: linear-gradient(180deg, rgba(0, 73, 43, 1), rgba(0, 115, 68, 1) 88%, rgba(2, 158, 94, 1));	
  margin: 0 auto;
  position: relative; /* 修正 */
  /*margin-top: 100px;*/ /* 必要に応じて調整 */
  height: auto;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 93%, 50% 100%, 0 93%); /* 修正 */
  padding: 3.9vw 0 8.55vw;
}
.greenbox h3 {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  padding-top: 2rem;
}
.greenbox_content {
  padding: 2rem;
  position: relative;
}
.greenbox_content::after {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 120px;
  width: calc(59% - 195px);
  height: 310px;
  background: url("../images/top_service_tit_deco.png") no-repeat right top;
  content: "";
}
.bg-text-large::before {
  content: 'EXAMPLE';
  position: absolute;
  z-index: -1;
  font-size: 9rem;
  color: #006039;/*#003c28*/
  left: 50%;
  line-height: 7rem;
  bottom: 85px; /*8px*/
  transform: translateX(-50%);
  -webkit-transform:
    translateX(-50%);
  -ms-transform: translateX(-50%);
}
.jirei_main_img {
  text-align: center;
  width: 80%;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: 2rem;
}
.jirei_ttl {
  color: #fff;
  margin-top: 3%;
  text-align: center;
}
.jirei_ttl span {
  display: block;
  color: #fff;
}
.zoom-list li {
  width: calc(25% - 12px);
  margin-bottom: 5%;
}
.zoom-list a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.img-wrap {
  overflow: hidden; /* ★ここで制御する */
  position: relative;
}
.img-wrap img {
  width: 100%;
  height: auto;
  display: block; /* 画像下の隙間防止 */
  transition: transform 0.8s ease, filter 0.8s ease;
}
.zoom-list li:hover .img-wrap img {
  transform: scale(1.2); /* 拡大 */
  filter: brightness(0.5); /* 暗くする */
}
.jirei_ttl {
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
}
.marker {
  background:
    linear-gradient(transparent 80%, #fff21b 80%);
}
.config_read {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
.config_list-3 li {
  width: calc(100% / 3 - 2%);
  margin-bottom: 5%;
}
/*.appli_field .config_inner {
  background: #a12a21;
  padding: 0 0 1rem;
  position: relative;
  height: 500px;
  margin-top: 160px;
}
.appli_field .naka {
  width: 90%;
  background: #607fa2;
  background: linear-gradient(0deg,rgba(0, 54, 34, 1) 0%, rgba(4, 56, 39, 1) 52%, rgba(2, 87, 51, 1) 100%);	
  margin: 0 auto;
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:
    translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: auto;
}
.appli_field .naka h3 {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  padding-top: 2rem;
}
.appli_field .nakanaka {
	padding: 2rem;
	position: relative;
}
.appli_field .nakanaka::after {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 120px;
  width: calc(59% - 195px);
  height: 310px;
  background: url("../images/top_service_tit_deco.png") no-repeat right top;
  content: "";
}
.appli_field .bg-text-large::before {
  content: 'FIELD';
  position: absolute;
  z-index: -1;
  font-size: 9rem;
  color: #003c28;
  left: 50%;
  line-height: 7rem;
  bottom: 8px;
  transform: translateX(-50%);
  -webkit-transform:
    translateX(-50%);
  -ms-transform: translateX(-50%);
}*/
.config_list-4 li {
  width: calc(100% / 4 - 2%);
  margin-bottom: 5%;
}
/*.greenbox02 {
  width: 90%;
  /*background: #607fa2;
  background: linear-gradient(0deg,rgba(0, 54, 34, 1) 0%, rgba(4, 56, 39, 1) 52%, rgba(2, 87, 51, 1) 100%);	
  margin: 0 auto;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: auto;
  z-index: 0;
}*/
/*.greenbox02 h3 {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  padding-top: 15rem;
}*/
.greenbox02 {
  width: 90%;
  /*background: linear-gradient(0deg, rgba(0, 54, 34, 1) 0%, rgba(4, 56, 39, 1) 52%, rgba(2, 87, 51, 1) 100%);*/
  background: linear-gradient(180deg, rgba(2, 158, 94, 1), rgba(0, 115, 68, 1) 22%, rgba(0, 73, 43, 1));	
  margin: 5rem auto 0; /* 上に余白を追加 */
  position: relative; /* ← ここを absolute から変更 */
  z-index: 1; /* 他の要素との重なり調整 */
  padding-top: 3rem; /* h3の余白調整 */
}
.greenbox02 h3 {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  padding-top: 1.5rem; /* ← 適切な余白に */
}
.greenbox_content02 {
  padding: 2rem;
  position: relative;
}
.greenbox_content02::after {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 120px;
  width: calc(59% - 195px);
  height: 310px;
  background: url("../images/top_service_tit_deco.png") no-repeat right top;
  content: "";
  z-index: -1;
}
.bg-text-large02::before {
  content: 'FIELD';
  position: absolute;
  z-index: -1;
  font-size: 9rem;
  color: #004026;/*#003c28*/
  left: 50%;
  line-height: 7rem;
  bottom: 8px;
  transform: translateX(-50%);
  -webkit-transform:
    translateX(-50%);
  -ms-transform: translateX(-50%);
}
#resources {
  position: relative;
}
.resources_data {
  margin-top: 5%;
}
.resources_data .flex li {
  position: relative;
  width: 23%;
}
.resources_data .flex li p {
  color: #007344;
  font-size: .9rem;
  font-weight: 600;
  text-align: justify;
}
/*▲構成事例*/
/*▼製品情報*/
.flex_service li {
  /*background-color: #000;*/
  position: relative;
  width: 45%;
  /*margin-bottom: 9%;*/
  text-align: center;
  margin-right: 2.5%;
  padding: .5rem;
  z-index: 1;
  /*border: 1px solid #979797;*/
}
.flex_service li:last-child {
  margin-right: 0%;
}
/*.flex_service li:nth-child(4n) {
  margin-right: 0%;	
}*/
.flex_service > li a {
  overflow: hidden;
  display: block;
}
.flex_service > li a:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.flex_service li figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: .8s;
}
.flex_service > li figure {
  height: 320px;
  position: relative;
}
.flex_service > li a:hover figure img {
  transform: scale(1.2, 1.2);
  /*transform: scale(1.1);*/
  filter: brightness(50%);
}
.flex_service > li figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.3) 97%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.3) 97%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.3) 97%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);*/
}
.flex_service .name_card {
  background: #fff;
  padding: 1rem;
}
.flex_service .name_card .name {
  color: #000;
  font-size: 20px;
  font-weight: normal;
}
.flex_service .name_card .data {
  font-size: .8rem;
  font-weight: 700;
  color: #9e9e9e;
  margin: 0 0 10px;
  letter-spacing: .02em;
}
.flex_service .name_card .name span {
  display: block;
  font-size: .7rem;
  color: #B7402C;
  letter-spacing: .1em;
  font-family: FFMarkWebProBold, sans-serif;
  font-weight: 700;
}
.service_catchbox {
  background-color: rgba(0, 0, 0, 0.75);
  /*background-color: rgba(42, 84, 115, 0.75);*/
  position: absolute;
  top: 68%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 1rem;
  width: calc(100% - 15px);
}
.service_catchbox h3 {
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
.service_catchbox h3::before {
  content: "";
  width: 8px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: -6px;
  bottom: 0;
  right: 16px;
  margin: auto;
  transform: rotate(45deg);
}
.service_catchbox h3::after {
  content: "";
  width: 14px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
}
.service_catchbox h3 span {
  display: block;
  font-size: .7rem;
  color: #B7402C;
  letter-spacing: .1em;
  font-family: FFMarkWebProBold, sans-serif;
  font-weight: 700;
}
/*▲製品情報*/
/*▼採用情報*/
.parallax_bg_recruit {
  width: 100%;
  margin: auto;
  background-image: url(../images/dot2.png), url(../images/csm_automatic-post-processing-ibadatcoordinator-visual_3cd49b27be.jpg);
  background-attachment: fixed;
  background-size: auto, cover;
}
.rec_inner {
  background-color: #fff;
  padding: 3rem;
}
.table_guidelines {
  border-collapse: collapse;
  width: 100%;
}
.table_guidelines tr:first-child {
  border-top: 2px solid #000;
}
.table_guidelines tr {
  border-top: 1px solid #ABABAB;
  font-size: 15px;
  line-height: 1.6;
}
.table_guidelines th {
  width: 165px;
  padding: 35px 0;
  vertical-align: middle;
}
.table_guidelines td {
  width: calc(100% - 165px);
  padding: 32px 0;
  vertical-align: middle;
}
.action_mail_button {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  background: transparent;
  background-color: transparent;
  background-color: #007344;
  max-width: 300px;
  height: 60px;
  text-align: center;
  line-height: 54px;
  border: 1px solid #007344;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: .3s;
  margin: 0 auto;
  border-radius: .5rem;
}
.action_mail_button::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: -60px;
  z-index: -1;
  border-right: 60px solid transparent;
  border-bottom: 60px solid #fff;
  transform: translateX(-100%);
  transition: transform ease .3s;
  box-sizing: unset;
}
.action_mail_button:hover {
  color: #007344;
  opacity: 1 !important;
  border: 1px solid #007344;
  text-decoration: none;
}
.action_mail_button:hover::before {
  transform: translateX(0);
}
.action_mail_linkbutton {
  margin-top: 3rem;
}
/*▲採用情報*/
/*▼職種選択*/
/*#occupation .flex li {
  position: relative;
  width: 49%;
  border: #f0f0f0 2px solid;
  transition: .3s;
  box-sizing: border-box;
  padding: 2%;
  margin-bottom: 2%;
}
#occupation .flex li a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;	
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  text-align: center;
}
#occupation .flex li span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
  width: 10%;
}
#occupation .flex li:hover {
  background-color: #fff;	
  border: solid #007344 2px;
}*/
#occupation .flex li {
  position: relative;
  width: 49%;
  height: 60px;
  background-color: #fff;
  border: #007344 2px solid;
  box-sizing: border-box;
}
#occupation .flex li a {
  position: absolute;
  top: 0;
  left: auto;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 60px;
  text-decoration: none;
  color: #007344;
  text-align: center;
  transition: .3s;
}
#occupation .flex li a:hover {
  background-color: #007344;
  /*border: solid #007344 2px;*/
  color: #fff;
}
.occupationflex {
  margin: 7rem 0 20rem;
}
.botan {
  width: 300px;
  margin: 2rem auto;
}
.subbutton {
  display: inline-block;
  font-size: 1.3rem; /* 文字サイズ */
  font-weight: 700;
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  background: #007344; /* 背景色     */
  color: #ffffff; /* 文字色     */
  line-height: 1em; /* 1行の高さ  */
  margin-top: 2%;
  transition: .3s; /* なめらか変化 */
  border: 1px solid #007344; /* 枠の指定 */
  width: 100%;
  height: 60px;
  border-radius: .5rem;
}
.subbutton:hover {
  color: #007344; /* 文字色     */
  background: #ffffff; /* 背景色     */
}
.sub_txt {
  font-size: 1rem;
  text-align: center;
}
/*▲職種選択*/
/*▼製品情報*/
#product .product_txt {
  font-size: 14px;
  text-align: center;
  line-height: 1.6em;
  margin: 0 auto 3%;
  width: 780px;
}
#app {
  width: 100%;
  height: 100vh;
  background-image: url(../images/mainvisual.png);
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: center top;
  /*transition-property: background-position;
    transition-duration: .7s;
    transition-delay: .035s;*/
}
.service_bg {
  background-image: url("../images/service_bk.jpg");
  background-repeat: none;
  background-size: cover;
  height: auto;
}
.service_bg_palala {
  background: url("../images/img_sp_02.jpg") no-repeat 100% 100% fixed;
  background-size: cover;
  height: auto;
}
/*.service_bg_palala::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:50% 100%;
background-image:url("../images/service_bk.jpg");
background-size:cover;
}*/
.large {
  font-size: 1.5rem;
  line-height: 1.6em;
  margin-bottom: 5%;
}
/*▼求める人材*/
#resources.contents {
  padding-top: 0;
  padding-bottom: 0;
}
.resources_bg {
  background-image: url("../images/resources_bg.jpg");
  background-repeat: none;
  background-size: cover;
  height: auto;
}
/*.resources_bg_palala {
  background: url("../images/resources_bg.jpg") no-repeat 100% 100% fixed;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
  background-size: cover;
  height: auto;
}*/
.toumei {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5% 0;
}
/*▼サービス紹介*/
#contents_02 .flex .item {
  width: calc(100% / 4 - 5%);
  background: #fff;
  padding: 2%;
  margin-bottom: 2%;
  border-radius: 15px;
  box-shadow: 0 0 8px #e7e7e7;
}
#contents_02 .flex .item h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10%;
  font-weight: normal;
}
#contents_02 .flex .item .text {
  font-size: 14px;
  margin-top: 10%;
}
/*▼ごあいさつ*/
#message .flex {
  border: solid 1px #eee;
  justify-content: flex-start;
}
#message .flex .item_img {
  width: 50%;
  margin-bottom: 2%;
  box-sizing: border-box;
}
#message .flex .item_txt {
  width: 50%;
  background: #fff;
  padding: 7%;
  margin-bottom: 2%;
  box-sizing: border-box;
}
#message .flex h3 {
  color: #007344;
  font-size: 21px;
  line-height: 1.5em;
  margin-bottom: 5%;
}
#message .flex .text {
  margin-bottom: 8%;
}
#message .flex .name {
  font-size: 16px;
  font-weight: bold;
}
/*▼トップページ製品情報*/
#originalProducts {
  /*background: linear-gradient(0deg, rgba(0, 54, 34, 1) 0%, rgba(4, 56, 39, 1) 52%, rgba(2, 87, 51, 1) 100%);*/
  background: linear-gradient(180deg, rgba(2, 158, 94, 1), rgba(0, 115, 68, 1) 22%, rgba(0, 73, 43, 1));
  position: relative;
}
#originalProducts::before {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 120px;
  width: calc(59% - 195px);
  height: 310px;
  background: url("../images/top_service_tit_deco.png") no-repeat right top;
  content: "";
}
#originalProducts::after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 120px;
  width: calc(59% - 195px);
  height: 310px;
  background: url("../images/top_service_tit_deco.png") no-repeat right top;
  content: "";
}
/*#products_item.flex .cat-item {
	width: calc(100% / 4 - 5%);
    background: #fff;
    padding: 2%;
    margin-bottom: 2%;
    border-radius: 15px;
    box-shadow: 0 0 8px #e7e7e7;
}*/
#products_item.flex .cat-item {
  width: calc(100% / 4 - 5%);
  background: #fff;
  padding: 2%;
  margin-bottom: 2%;
  border-radius: 15px;
  box-shadow: 0 0 8px #e7e7e7;
}
/*▲トップページ製品情報*/
/*▼会社概要*/
#company .ttl {
  color: #4f4f4f;
  position: relative;
  padding-bottom: 4%;
  font-size: 26px;
  text-align: center;
  margin-bottom: 5%;
}
#company .ttl::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%), repeating-linear-gradient(135deg, #b4a983 0px, #b4a983 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
}
.company_history {
  width: 100%;
}
.company_history tr th {
  border-bottom: 1px solid #eee;
  padding: 1em;
  vertical-align: middle;
  width: 33%;
}
.company_history tr td {
  border-bottom: 1px solid #eee;
  padding: 1em;
}
.g_map {
  margin: 2% 0;
}
.ggmap {
  position: relative;
  padding-bottom: 30%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#access .flex.table .item {
  width: 48%;
}
/*.company_info {
	background: #fff;
	border: 2px solid #07b3ed;
	display: table;
}

.company_info tr th {
	background: #7fd7f5;
	border-bottom: 1px solid #07b3ed;
	font-weight: lighter;
	padding: 1em;
	text-align: center;
	vertical-align: middle;
	width: 29%;
}
.company_info tr td {
	border-bottom: 1px solid #07b3ed;
	border-right: 1px solid #07b3ed;
	display: table-cell;
	padding: 1em;
	text-align: center;
	vertical-align: middle;
}*/
#access .tel_bnr {
  background: #fff;
  padding: 2em;
}
#access .ttl {
  background: #439613;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: .5em;
  text-align: center;
}
#access .tel_number {
  font-size: 2.5rem;
  line-height: 1rem;
  text-align: center;
  margin: 3% 0;
}
#access .tel_bnr .tel_number span {
  display: inline-block;
  vertical-align: sub;
}
#access .tel_bnr .business_hours {
  text-align: center
}
/*▲会社概要*/
/*▼お問い合わせ*/
.contact-form {
  max-width: 600px;
  margin: 0 auto;
  font-family: "Helvetica Neue", sans-serif;
}
.contact-form label {
  display: block;
  margin: 20px 0 5px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.contact-form .required {
  color: #e63946;
  margin-left: 5px;
}
.contact-form .input, .contact-form .textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
.contact-form .input:focus, .contact-form .textarea:focus {
  border-color: #3182ce;
  outline: none;
}
.contact-form .textarea {
  height: 150px;
  resize: vertical;
}
.submit-wrap {
  text-align: center;
	margin: 4rem auto;
  width: 150px;
}
.contact-form .submit {
  background-color: #3182ce;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.contact-form .submit:hover {
  background-color: #2563eb;
}

.file-input {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
}
.thanks {
  text-align: center;
}
/*▲お問い合わせ*/
/*▼新着情報*/
#topnews .news_list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#topnews .post_date {
  font-size: 12px;
  font-family: "poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: .2em;
  color: #979da7;
}
#topnews .cat_color {
  display: inline-block;
  font-size: 11px;
  color: #FFFFFF;
  background-color: #333;
  border-radius: 20px;
  width: 118px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;	
}
#topnews .cat_color a {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}
#topnews .post_category {
  margin-left: 3%;
}
#topnews .news_title {
  font-weight: normal;
  margin-top: 2%;
}
#topnews .news_title a {
  color: #313d52;
  display: inline-block;
  font-size: 15px;
}
#topnews .news_excerpt {
  font-size: 13px;
}
#topnews .inner820 li:not(:first-child) {
  margin-top: 4px /*45px*/ ;
}
#topnews .inner820 li {
  padding: 20px 0 20px;
  border-top: 1px solid #e3e3e3;
}
#topnews .inner820 li:first-child {
  border-top: none;
}
/*▲新着情報*/
/*▼製品詳細ページ*/
.contents_title::before {
  content: attr(data-en);
  display: block;
  text-transform: none;
  font-weight: 800;
  font-style: normal;
  font-size: 6rem;
  color: #007344;
  line-height: 6rem;
}
/*.contents_title::before {
  content: attr(data-en);
  display: block;
  color: #2881b6;
  font-size: 40px;
  font-style: italic;
  text-transform: uppercase;
}*/
.contents_title {
  position: relative;
  padding-bottom: 50px;
  font-size: 26px;
  line-height: 1.6;
  text-align: center;
  padding-top: 100px;
}
.term_name {
  background-color: #ec7039;
  border-radius: 3rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  padding: 0.2rem 0.5rem;
  max-width: 150px;
  text-align: center;
}
.singlepost_ttl {
  font-size: 3rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0rem;
  margin: 0 0 5%;
}
.cont_inner {
  max-width: 915px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  margin-bottom: 5%;
}
.compartment {
  margin: 12% 0 5%;
}
.prodetail_contents {
  width: 100%;
  margin: 0 auto 10%;
  padding: 5% 0 0;
  box-sizing: border-box;
}
.singlepost_inner h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 3%;
}
.singlepost_inner .item_img {
  width: 35%; /*40%*/
}
.singlepost_inner .item_text {
  width: 60%; /*54%*/
}
.product_link_btnBox {
  width: 80%;
  margin: 5% auto 0;
}
.products_button_url {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  background: transparent;
  background-color: #007344;
  max-width: 550px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #007344;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: .3s;
  margin: 0 auto;
}
.products_button_url::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: -60px;
  z-index: -1;
  border-right: 60px solid transparent;
  border-bottom: 60px solid #fff;
  transform: translateX(-100%);
  transition: transform ease .3s;
  box-sizing: unset;
}
.products_button_url:hover {
  color: #333;
  opacity: 1 !important;
  border: 1px solid #007344;
}
.products_button_url:hover::before {
  transform: translateX(0);
}
.products_linkbutton_url {
  margin-top: 3rem;
  width: 48%;
}
.products_button_mitsu {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  background: transparent;
  background-color: #007344;
  max-width: 550px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #007344;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: .3s;
  margin: 0 auto;
}
.products_button_mitsu::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: -60px;
  z-index: -1;
  border-right: 60px solid transparent;
  border-bottom: 60px solid #fff;
  transform: translateX(-100%);
  transition: transform ease .3s;
  box-sizing: unset;
}
.products_button_mitsu:hover {
  color: #333;
  opacity: 1 !important;
  border: 1px solid #007344;
}
.products_button_mitsu:hover::before {
  transform: translateX(0);
}
.products_linkbutton_mitsu {
  margin-top: 3rem;
  width: 48%;
}
/*▲製品詳細ページ*/
/*▼一日の流れ*/
.flow_booth {
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 0 100px 0;
  position: relative;
}
.flow_booth h2 {
  margin-top: 3.6rem;
  text-align: center;
}
.flow_booth .flex .item_txt02 {
  font-size: .95rem;
  line-height: 2rem;
}
.flow_booth .flex .item_txt01 {
  font-size: .95rem;
  line-height: 2rem;
  width: 68%;
}
.flow_booth .flex .item_img {
  width: 30%;
}
.flow_booth::after {
  color: #121212;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 30px;
  font-weight: 900;
  width: 30px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flow_booth:last-of-type::after {
  display: none;
}
.begintime {
  border-bottom: 1px solid #ddd;
  background: #34aa48;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 0;
}
.txt_in {
  line-height: 1.5;
  text-align: left;
  padding: 3.6rem 2.9rem;
}
/*▲一日の流れ*/
/*▼製品情報リストページ*/
.products_kinds_ttl {
  margin-top: 5%;
  text-align: center;
}
.parallax_bg {
  width: 100%;
  margin: auto;
  background-image: url(../images/dot2.png), url(../images/2018_iba_KEYVISUAL_inv_white.jpg);
  background-attachment: fixed;
  background-size: auto, cover;
}
/*.parallax_bg {
  width: 100%;
  margin: auto;
  background-image: url(../images/dot2.png), url(../images/resources_bg.jpg);
  background-attachment: fixed;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}*/
.touka {
  background: rgba(167, 249, 160, 0.9);
  height: 100%;
}
.products_inner {
  background-color: #fff;
  padding: 3rem 2rem;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
  margin: 5% 0 5%;
}
.l-top__title {
  position: relative;
  padding-top: 1rem;
}
.l-top__title:after, .l-top__title:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 8px;
  height: 8px;
  z-index: 1
}
.l-top__title:before {
  left: 0;
  background-color: #F0A60F
}
.l-top__title:after {
  left: 12px;
  background-color: #2F509F
}
span.product_parent {
  display: block;
  font-size: .8rem;
  margin-top: 1%;
  text-transform: none;
}
span.product_child {
  display: block;
  font-size: .8rem;
  margin-top: 1%;
  text-transform: uppercase;
}

.products_item_img {
  /*border: solid 1px #ccc;*/
  width: 43%;
  height: auto;
}
.products_item_data {
  width: 54%;
}
.compartment_name {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.spec {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0.9rem;
}
.spec_info {
  margin-top: 5%;
  width: 100%;
}
.spec_info tr:nth-child(2n-1) {
  background-color: #eeeeee;
}
.spec_info tr th {
  border-bottom: 1px solid #ccc;
  padding: .5em 1em;
  font-weight: 500;
  vertical-align: middle;
  width: 35%;
}
.spec_info tr td {
  border-bottom: 1px solid #ccc;
  padding: .5em 1em;
  width: auto;
}
/*.tabletest{
	margin:auto;
	padding: 6em 3em 1em;
	overflow-x: scroll;
}

.tabletest th,td {
	padding: 0.7em;
	vertical-align: middle;
}

.tabletest table {
    border-collapse: collapse; セルの線を重ねる
    width: 100%;
	min-width: 740px;
}
	
.tabletest thead th {
    width: 100px; 
    text-align: left;
	font-weight: 500;
	background: #000;
	color: #fff;
	border: none;
	border-left: solid 1px #eee;
	text-align: left ;
}

.tabletest tbody tr :first-child {
	border-left: none;
	text-align: center;
}
	
.tabletest tbody tr :nth-child(3) {
	text-align: right;
}

.tabletest tbody tr :last-child {
	border-right: none;
	text-align: right;
}

.tabletest tbody td {
   	text-align: left;  
	border-right: solid 1px #ccc; 
}

.tabletest tbody tr:nth-child(even){
   	background: #eee;  
}*/
/*▲製品情報リストページ*/
/*▼投稿ページ　single-post.php*/
.product_cate {
  /*background-color: #0071be;*/
  border: 1px solid #0071be;
  color: #0071be;
  font-size: 12px;
  padding: 1%;
  margin: 0 0 4%;
  max-width: 40%;
  text-align: center;
}
.product_name {
  font-size: 30px;
}
.single_contents {
  width: 100%;
  margin: 0 auto;
  padding: 5% 0 0;
  box-sizing: border-box;
}
.box_gray {
  background-color: #f6f6f6;
  padding: 30px 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.font_14 {
  font-size: 14px;
}
.box_gray_ttl {
  font-weight: normal;
}
.box_gray_ttl span {
  vertical-align: text-bottom;
  display: inline-block;
}
.single_contents .postEyecatch {
  margin-bottom: 10%;
  margin-top: 5%;
}
/*▼投稿ページ　single.php*/
.article_sidebar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 240px;
}
.blog_detail {
  width: 780px;
}
.postEyecatch {
  margin-bottom: 5%;
  margin-top: 5%;
  text-align: center;
}
.postBody {
  padding: 2%;
}
.postBody p {
  font-size: .9rem;
  margin-top: 1.5em; /* 上に余白を追加 */
  margin-bottom: 1.5em; /* 下に余白を追加 */
  line-height: 1.6; /* 行の高さを調整（可読性を向上させる） */
}
.postBody ul, .postBody ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 2em; /* インデントを設定 */
}
.postBody br {
  line-height: 1.6; /* 改行時の行間を少し広めに設定 */
}
.postBody h2 {
  padding: .5em .75em;
  background-color: #b6e3be;
  margin: 3% 0 2% 0;
}
.postBody h3 {
  font-weight: 600;
  letter-spacing: 1.6px;
  padding: 0px 15px 0px;
  border-left: 9px solid #397f45;
  color: #333;
  margin-bottom: 2%;
  margin-top: 60px;
}
.postBody a {
  font-weight: bold;
}
.blog_header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #007344;
  border-bottom-color: #007344;
  padding-left: 2%;
}
.blog_ttl {
  font-size: 20px;
  font-weight: normal;
  margin: 3% 0 1%;
}
.timedate {
  font-size: 10px;
}
#blog .post_category span {
  min-width: 60px;
  border-radius: 0px;
  padding: 0.15% 2% 0.5% 2%;
  background-color: #ccc;
}
#blog .post_category span a {
  color: #000;
  font-size: 12px;
  line-height: 1.6rem;
}
/*.blog_detail h2 {
  font-size: 27px;
  color: #0071be;	
  font-weight: normal;
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
  margin-bottom: 3%;
  margin-top: 7%;	
}
.blog_detail h2::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #3498db;
}*/
/*▼インタビューページ*/
.touka {
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
}
.main_img_inner .item_img {
  margin-bottom: 9%;
  width: 60%;
}
.main_img_inner .item_data {
  margin-top: 11rem;
  width: 38%;
}
.head_ttl {
  font-weight: 800;
  font-style: italic;
  font-size: 6rem;
  color: #34aa48;
  line-height: 6rem;
  margin-bottom: 10%;
}
.head_name {
  margin-right: 0.5em;
  font-weight: 700;
  font-size: 1.2rem;
}
.head_classname {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 700;
  color: #a4a4a4;
  margin: .5rem 0;
}
.interview_inner {
  padding: 7rem 0;
}
.int_box {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 3rem;
  position: relative;
  width: 45%;
  margin-bottom: 7rem;
}
.int_number {
  color: #34aa48;
  font-style: italic;
  margin-bottom: 1rem;
}
.int_number span {
  font-size: 3rem;
  font-style: italic;
  font-weight: 800;
  vertical-align: middle;
}
.question_txt {
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin-bottom: 3rem;
}
.answer_txt {
  font-size: 1rem;
  line-height: 2rem;
  text-align: justify;
}
.int_container div {
  width: 40%;
  min-width: 35%;
  height: auto;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*align-items:center;*/
  border-radius: 8px;
  padding: 2rem 3rem 3rem 3rem;
}
/*▼製品情報一覧ページ　category-products.php*/
#products {
  background: #037748;
}
.pro > ul > li {
  margin-bottom: 8em;
}
.pro > ul > li > a {
  color: #0d0d0d;
}
.pro > ul > li > h2 {
  font-size: 1.5rem !important;
  font-weight: normal;
}
.pro .item {
  background-color: #fff;
  border: 1px solid #f3f3f3;
  margin-bottom: 2.5em;
  text-align: center;
  width: 48%;
}
.pro .item a {
  color: #0d0d0d;
  display: flex; /* 追加 */
  flex-direction: column; /* 追加 */
  padding: 3em;
  height: 100%;
  width: 100%;
  transition-duration: 1s;
}
.pro .item .img {
  flex-grow: 1;
  margin-bottom: 3em;
}
/*▼アーカイブページ　archive.php*/
#blog_list {
  width: 750px;
}
#blog_list .news_list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#blog_list .post_date {
  font-size: 12px;
  font-family: "poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: .2em;
  color: #979da7;
}
#blog_list .cat_color {
  display: inline-block;
  font-size: 11px;
  color: #FFFFFF;
  background-color: #4977bb;
  border-radius: 20px;
  width: 118px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;	
}
#blog_list .cat_color a {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}
#blog_list .post_category {
  margin-left: 3%;
}
#blog_list .news_title {
  font-weight: normal;
  margin-top: 2%;
}
#blog_list .news_title a {
  color: #313d52;
  display: inline-block;
  font-size: 15px;
}
#blog_list .news_excerpt {
  font-size: 13px;
}
#blog_list .inner750 li:not(:first-child) {
  margin-top: 4px /*45px*/ ;
}
#blog_list .inner750 li {
  padding: 20px 0 20px;
  border-top: 1px solid #e3e3e3;
}
#blog_list .inner750 li:first-child {
  border-top: none;
}
/*▼固定ページ*/
.page_ttl {
  font-size: 1.25rem;
  line-height: 2.5rem;
}
/*▼インタビュー一覧*/
.l-sub-img {
  position: relative;
  height: 700px;
  padding: 0 7.3%;
}
.l-sub-img__inner {
  background-image: url(../images/interview_bg.jpg);
}
.l-sub-img__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.l-sub-img-heading {
  left: -2.5%;
}
.l-sub-img-heading {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*left: -5%;*/
}
.l-sub-img-heading__en {
  font-size: 4rem;
}
.l-sub-img-heading__en {
  font-weight: 800;
  font-style: italic;
  font-size: 8rem;
  color: #67d407;
}
.l-sub-img-heading__ja {
  font-size: 1.6rem;
}
.l-sub-img-heading__ja {
  -webkit-transform: translateY(62px);
  -ms-transform: translateY(62px);
  transform: translateY(62px);
  font-weight: 900;
  font-size: 1.82rem;
  letter-spacing: .25em;
  text-shadow: 0 0 8px rgba(255, 254, 254, 0.9);
}
.flex_archive_staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex_archive_staff li {
  position: relative;
  width: 23%;
  margin-bottom: 9%;
  text-align: center;
  margin-right: 2.5%;
}
.flex_archive_staff li:nth-child(4n) {
  margin-right: 0%;
}
.flex_archive_staff > li a {
  overflow: hidden;
  display: block;
}
.flex_archive_staff li figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: .3s;
}
.flex_archive_staff > li a:hover figure img {
  transform: scale(1.1);
  filter: brightness(80%);
}
.flex_archive_staff .name_card {
  background: #fff;
  padding: 1rem;
}
.flex_archive_staff .name_card .name {
  color: #000;
  font-size: 20px;
  font-weight: normal;
}
.flex_archive_staff .name_card .data {
  font-size: .8rem;
  font-weight: 700;
  color: #9e9e9e;
  margin: 0 0 10px;
  letter-spacing: .02em;
}
.flex_archive_staff .name_card .name span {
  display: block;
  font-size: .7rem;
  color: #B7402C;
  letter-spacing: .1em;
  font-family: FFMarkWebProBold, sans-serif;
  font-weight: 700;
}
/*▲インタビュー一覧*/
#gallery .flex .item_img {
  width: calc(100% / 4 - 0%);
  display: inline-flex;
}
.mb_0 {
  margin-bottom: 0;
}
/*　画面サイズが768pxから810pxまではここを読み込む　*/
@media screen and (min-width:768px) and (max-width:810px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .header {
    height: 56px;
  }
  .logo {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0px 0px;
    width: 6%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .title {
    width: 100%;
  }
  .inner1080 {
    padding: 0 1rem;
  }
  .inner820 {
    padding: 0 1rem;
  }
  #message {
    padding-top: 40px;
    background: url(../images/about_img01.jpg) no-repeat -154px 80px;
  }
  .content_box {
    max-width: 370px;
    padding: 30px;
    padding-left: 30px;
  }
  .lefty .content_box {
    margin-right: 30px;
    padding-left: 40px;
  }
  #products .flex_staff li {
    position: relative;
    width: 23%;
  }
  #products .flex_staff li figure {
    width: auto;
    height: auto;
  }
  .qualities_txtbox {
    padding: 1rem;
  }
  .resources_data {
    padding: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
  /* スマホ強制改行 */
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  /* スマホ強制改行 */
  .logo {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0px 0px;
    width: 14%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .header {
    height: 60px;
  }
  .header_inner {
    height: 60px;
    padding: 0px;
  }
  .title {
    width: 100%;
  }
  .contents_wide, .contents {
    padding: 3em 1em 3.5em;
  }
  #footer {
    padding: 0 0em;
  }
  .ftrbox {
    width: auto;
  }
  .ftr_img {
    width: 80%;
  }
  .ftr_ttl {
    width: 26%;
  }
  .ftrbox .flex {
    flex-direction: column;
  }
  .sitemap_inner .flex li {
    margin-bottom: .8rem;
  }
  .contents_title::before {
    font-size: 2.5rem;
  }
  .widget .post_date {
    width: auto;
  }
  .compartment {
    padding: 1rem;
  }
  .single_contents {
    padding: 0 0em;
  }
  .article_sidebar {
    width: 100%;
    padding: 0 1rem;
    margin: 0 0 2rem;
  }
  .cont_inner {
    padding: 0 1rem;
  }
  .contents_title::before {
    line-height: 3rem;
  }
  .blog_listbody {
    padding: 0 1rem;
  }
	
  #message {
    padding-top: 20px;
    background: url(../images/about_img01.jpg) no-repeat -207px 7px;
    margin-top: -7px;
  }
  .lefty .content_box {
    padding: 43px 19px 0px 20px;
    margin-right: 0;
  }
  .content_box .catch {
    font-size: 24px;
    padding-bottom: 6rem;
  }
  .content_box p {
    font-size: 14px;
  }
  .strengths_item {
    width: 100%;
    margin-bottom: 12%;
  }
  .strengths_read {
    font-size: 1.2rem;
  }
  .strengths_item h3 {
    margin-bottom: 1rem;
    min-height: auto;
  }
  .strengths_item p {
    margin-top: .5rem;
	  display: block;
    text-align: center;
  }
  .flex_service li {
    width: auto;
    margin-bottom: 9%;
    margin-right: 0%;
  }
  .greenbox_content {
    padding: 1rem;
  }
  .greenbox02 {
    margin-top: 2rem;
  }
  .greenbox02 h3 {
    padding-top: 2rem;
  }
  .jirei_main_img {
    width: 100%;
  }
  .zoom-list li {
    width: 100%;
  }
  .config_read {
    font-size: 1.15rem;
  }
  .bg-text-large::before {
    font-size: 5rem;
  }
  .greenbox_content02 {
    padding: 1rem;
  }
  .config_list-3 li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .config_list-4 li {
    width: 100%;
  }
  .bg-text-large02::before {
    font-size: 8rem;
    bottom: 1px;
  }
  .company_history {
    font-size: .9rem;
  }
  .products_item_img {
    width: 100%;
    margin-bottom: 4%;
  }
  .products_item_data {
    width: 100%;
  }
  .compartment_name {
    margin-bottom: .5rem;
  }
  .singlepostBody {
    padding: 0 1rem;
  }
  .term_name {
    font-size: 0.7rem;
  }
  .singlepost_ttl {
    font-size: 2rem;
  }
  .singlepost_inner .item_img {
    width: 100%;
  }
  .singlepost_inner .item_text {
    width: 100%;
  }
  .products_linkbutton_url {
    width: 100%;
  }
  .products_linkbutton_mitsu {
    margin-top: 2rem;
    width: 100%;
  }
  .product_link_btnBox {
    width: 100%;
    margin: 0% auto 0;
  }
  .qualities_data .flex li {
    width: 100%;
  }
  .qualities_list .flex li {
    width: 100%;
  }
  .qualities_list .flex li h3 {
    font-size: 1.6rem;
  }
  .qualities_list .flex li p {
    font-size: 1rem;
  }
  #resources.contents {
    padding: 0em 0em 0em;
  }
  .resources_data .flex li {
    width: 48%;
  }
  .resources_data {
    padding: 1rem;
  }
  #products .flex_staff li {
    position: relative;
    width: 48%;
  }
  #products .flex_staff li figure {
    width: auto;
    height: auto;
  }
  #products .flex_staff li .time {
    margin: 0 0 0px;
  }
  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .l-sub-img {
    padding: 0;
  }
  .flex_archive_staff li {
    width: 48.5%;
  }
  .flex_archive_staff li:nth-child(2n) {
    margin-right: 0%;
  }
  /*▼インタビューsingle-interview.php*/
  .main_img_inner .item_img {
    margin-bottom: 9%;
    width: auto;
    order: 2;
  }
  .main_img_inner .item_data {
    margin-top: 11rem;
    width: auto;
  }
  .int_container div {
    width: 100%;
    min-width: 100%;
  }
  .interview_inner {
    padding: 7rem 1rem;
  }
  .main_img_inner .flex {
    justify-content: center;
  }
  .head_ttl {
    font-size: 4rem;
  }
  .head_classname {
    text-align: center;
    font-size: .9rem;
  }
  .head_name {
    text-align: center;
    font-size: 1.1rem;
  }
  .answer_txt {
    font-size: .9rem;
    line-height: 1.8rem;
  }
  .question_txt {
    font-size: 1.1rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
  /*▲インタビューsingle-interview.php*/
  /*▼一日の流れページ*/
  .begintime {
    font-size: 1.3rem;
    padding: 1rem 0;
  }
  .flow_booth h2 {
    margin-top: 1.6rem;
    font-size: 1.3rem;
  }
  .txt_in {
    line-height: 1.5;
    text-align: justify;
    padding: 1.6rem 1.9rem;
  }
  .flow_booth .flex .item_txt01 {
    font-size: 1rem;
    width: auto;
  }
  .flow_booth .flex .item_img {
    margin-top: 1rem;
    width: auto;
  }
  /*▲一日の流れページ*/
  #gallery .flex .item_img {
    width: auto;
  }
  .table_guidelines th {
    display: block;
    width: 100%;
    padding: 19px 0 13px;
  }
  .table_guidelines td {
    display: block;
    width: 100%;
    padding: 0 0 20px;
  }
  .pad1rem {
    padding: 1rem;
  }
  #occupation .flex li {
    margin-bottom: 10%;
    width: 100%;
  }
  .occupationflex {
    margin: 3rem 0 3rem;
  }
  #product .product_txt {
    width: auto;
  }
  .pro .item {
    width: 100%;
  }
  .product_name {
    font-size: 24px;
  }
  .product_cate {
    max-width: 100%;
  }
  .box_gray {
    padding: 20px 30px;
  }
  .font_14 {
    font-size: 12px;
  }
  .int_box {
    width: auto;
  }
  #strengths .headTtl {
    text-align: center;
  }
}