@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;
}
.pager {
  text-align: center;
  margin: 5% 0;
}
.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: #377d43;
}
.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;
}
.flex_around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
}
.flex_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: flex-start;
}
.flex_flow_taxonomylist {
  display: flex;
  flex-flow: row wrap;
}
.container {
  width: 100%;
  margin: 50px auto;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 7px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  line-height: 1.8;
  padding: 60px;	
}
main {
  background-image: url("../images/wrap_bk_image.jpg");
  /*background-repeat: repeat-x, repeat-y;*/
}
.header {
  background: #fff;	
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  transition: all .5s;
  z-index: 200;
}
.header_inner {
  height: 90px;	
  position: relative;
  padding: 15px;
}
.logo {
  width: 28%;	
}
.title {
  font-size: 2rem;
  font-weight: 600;
}
.header_button {
  background: linear-gradient(90deg, rgba(240, 165, 127, 1), rgba(234, 109, 142, 1));	
  color: #FFF !important;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #ea6d8e;
  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;
}
.header_button.no-gradient {
  background: none;
  border: none;
  color: #2c2c2c !important;
}
.btn {
  width: 240px;
  height: 54px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0%;
  margin-top: 7%;
}
.button {
  display: inline-block;
  background: linear-gradient(90deg, rgba(240, 165, 127, 1), rgba(234, 109, 142, 1));
  border: solid 1px #ea6d8e;
  color: #FFF;
  font-size: 1.15rem;
  font-weight: 900;	
  width: 240px;
  height: 54px;
  border-radius:35px;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
  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: #fff;
  border: 1px solid #ea6d8e;
  color: #ea6d8e !important;
  text-decoration: none;
  /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
}
.header_button:hover {
  background: #fff;
  border: 1px solid #ea6d8e;
  border-radius: 50px;
  color: #ea6d8e !important;
  text-decoration: none;
}
.header_button.no-gradient:hover {
  background: none;
  color: #ea6d8e !important;
  border: none;
  text-decoration: none;
}
.nav_list li a:hover {
  color: #08B9D4;
  text-decoration: none;
}
/*▼フッター*/
#footer {
  background: #ea6d8e;
  width: 100%;
}
.footer_inner {
  padding: 1.6em 0 2em 0;
  text-align: center;
  overflow: hidden;
}
.ftrbox {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.ftr_ttl {
  width: 25%;
  margin: 0 auto;
  color: #ea6d8e;
}
.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: #377d43;
  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 #377d43 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_title {
  font-size: 2.5rem;
  color: #ea6d8e;	
  padding: 5% 0 0;
  text-align: center;
  }
.contents_wide > .inner750 > .top_head {
  font-size: 3rem;
  position: relative;
}

.contents_wide > .inner750 > .top_head {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #333;
  z-index: 1;
  padding: 80px 0 20px 0; /* 上下の余白をしっかり確保 */
  overflow: hidden;
}

.contents_wide > .inner750 > .top_head::before {
  content: "";
  position: absolute;
  top: 60%; /* 中央より少し上に配置 */
  left: 50%;
  width: 100%;
  height: 100%;
  background: url("../images/top_h2_bk_.png") no-repeat center top;
  background-size: contain; /* 英字全体が見えるように調整 */
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none; /* クリックを透過させる */
}

.contents {
  width: 100%;
  margin: 0 auto;
  padding: 5% 0;
  box-sizing: border-box;
}
.contents_wide {
  width: 100%;
  padding: 5% 0 5%;
  box-sizing: border-box;
}
.contents h2, .contents_wide h2 {
  position: relative;
  padding: 3rem 0 0rem;
  font-size: 6rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.1em;
  margin-bottom: 5%;
  /*z-index: -1;*/
}
.midashi_left {
  position: relative;
  font-size: 6rem;
  font-weight: 500;
  /*margin-top: 3%;*/
  margin-bottom: 5%;
  text-align: left;
  padding-top: 1em;
  color: #000;
}
.midashi_left small {
  color: #ea6d8e;
  display: block;
  font-size: 15px !important;
  font-weight: normal;
  letter-spacing: .3rem;
  line-height: 2rem;	
  margin-top: 0%;
}
.midashi_left_white {
  color: #fff;
  /*color: transparent;
  background: linear-gradient(0deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    background-clip: border-box;
  -webkit-background-clip: text;*/	
}
.midashi_left_white small {
  color: #ea6d8e;
  display: block;
  font-size: 15px !important;
  font-weight: normal;
  letter-spacing: .3rem;
  line-height: 2rem;	
  margin-top: 0%;
}
.haed_ttl {
  padding: 0.25em 0.5em !important;/*上下 左右の余白*/
  color: #ea6d8e;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #ea6d8e;/*左線*/
  margin-bottom: 3%;	
}
.registrainfo_haed_ttl {
  padding: 60px;	
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #494949;/*左線*/
  margin-bottom: 3%; 
}



.boxshadow_primary {
  box-shadow: 0 6px 12.22px .78px #0030ab29;
}

.bg_main {
  height: auto;
  width: 100%;
  background: linear-gradient(0deg,rgba(242, 247, 216, 1) 0%, rgba(41, 41, 41, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.pb_t0 {
	padding-top: 0;
}
.pd_b0 {
	padding-bottom: 0;
}

.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;
}

.column_2 {
	width: calc(100% / 2 - 5%);
}
.column_3 {
	width: calc(100% / 3 - 2%);
}






/*▼フロントトップページ*/

 .read_txt_white {
	color: #fff;
	font-size: 2rem;
	margin: 0 auto 5rem auto;
    max-width: 460px;
}
#fronttop .top_readtxt {
  font-size: 1.1rem;
  line-height: 3rem;
  text-align: center;	
 }
#fronttop .top_readtxt span {
  color: #ea6d8e;	
 }	
.lost_password {
	font-size: .9rem;
	margin-top: 4%;
	text-align: center;
}

.menu_card_list .item {
  background-color: #fff;	
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 10%;
  margin-right: 10%;	
}
.menu_card_list .flex_start .item:nth-of-type(2n) {
  margin-right: 0;
}
.menu_card_list .item a {
  color: #2c2c2c;
  display: block;
  padding: 1rem;	
  text-decoration: none;
  height: 100%;
  width: 100%;
}
.menu_card_list .item a figure {
  margin-bottom: 5%;	
  overflow: hidden;
}
.menu_card_list .item figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: .8s;
}
.menu_card_list .item a:hover figure img {
  transform: scale(1.1);
  filter: brightness(70%);
  text-decoration: none;
}
.menu_card_list .purpose {
  background: linear-gradient(90deg, rgba(240, 165, 127, 1), rgba(234, 109, 142, 1));
  border-radius: 10px;
  color: #FFF;
  display: block;
  font-size: 1.25rem;
  padding: .25rem 1rem;
  margin: 0 auto;
  width: 65%;
  text-align: center;
}
.menu_card_list .purpose:hover {
	opacity: 0.8;
}
.menu_card_list .flex_start {
align-items: center;
}
.menu_card_list .item .item_name {
  margin-left: 3%;
}
.menu_card_list .item h3 {
  color: #323232;	
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.3rem;
  margin-bottom: 1%;	
  text-align: center;
}
/*▲フロントトップページ*/

/*▼メンバートップページ*/

.item_category {
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 9%;
  overflow: hidden;
}
.item_category img {
  transition: 1s all;
  ;
}
.item_category img:hover {
  transform: scale(1.1, 1.1);
  filter: brightness(85%);
}


/*.item_category {
	
}
.item_category a {
	display: block;
	overflow: hidden;
} 
.item_category a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
} 
.item_category a img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}*/
/*▲メンバートップページ*/

/*▼マイページ*/

form#mail_form {
  width: 1000px;
  margin: 50px auto;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 7px;
  box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
  line-height: 1.8;
}
#button_list .flex_start .item {
  position: relative;
  margin-right: 3%;
  margin-bottom: 3%;	
}

#button_list .flex_start .item:nth-of-type(3n) {
  margin-right: 0;
}

#button_list a {
  background: #5cb85c;
  border: #5cb85c 1px solid;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  letter-spacing: .08rem;
  text-decoration: none;
  display: block;
  padding: 12px 0;
  text-align: center;
  -moz-transition: background-color .3s linear;
  -webkit-transition: background-color .3s linear;
  transition: background-color .3s linear;
}
#button_list a:hover {
  color: #fff;
  background: #449d44;
  border: 1px solid #398439;	
}

.card_list .item {
  background-color: #fff;	
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  width: calc(100% / 3 - 2%);
  margin-bottom: 5%;
  margin-right: 3%;	
}
.card_list .flex_start .item:nth-of-type(3n) {
  margin-right: 0;
}
.card_list .item a {
  color: #2c2c2c;
  display: block;
  padding: 1rem;	
  text-decoration: none;
  height: 100%;
  width: 100%;
}
.card_list .item a figure {
  margin-bottom: 5%;	
  overflow: hidden;
  width: 100%;
  height: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card_list .item figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 172px;
  transition: .8s;
}
.card_list .item a:hover figure img {
  transform: scale(1.1);
  filter: brightness(70%);
  text-decoration: none;
}
.card_list .purpose {
  background-color: #ee888c;
  border-radius: 50px;
  color: #FFF;
  display: inline-block;
  font-size: .9rem;
  padding: .25rem 1rem;
}
.card_list .flex_start {
align-items: center;
}
.card_list .item .flex_start .item_img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}
.card_list .item .flex_start .item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.card_list .item .item_name {
	margin-left: 3%;
	font-size: 0.9rem;
}

/* 記事一覧ページのプロフィール画像 */
#postlist .post_item .flex_start .item_img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}
#postlist .post_item .flex_start .item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.card_list .item h3{
  line-height: 1.5;
  min-height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*▲マイページ*/

/*▼カテゴリ記事一覧ページ*/

/*#postlist .post_item {
  border: 13px solid #fff;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 9%;
  overflow: hidden;
}
#postlist .post_item a {
  display: block;
  overflow: hidden;
}
.post_item a {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 1s all;
}
.post_item a:hover {
  transform: scale(1.1, 1.1);
  filter: brightness(85%);
}*/

#postlist .post_item {
  background-color: #fff;	
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  width: calc(100% / 3 - 2%);
  margin-bottom: 5%;
}
#postlist .post_item a {
  color: #2c2c2c;
  display: block;
  padding: 1rem;	
  text-decoration: none;
  height: 100%;
  width: 100%;
}
#postlist .post_item a figure {
  margin-bottom: 5%;	
  overflow: hidden;
  width: 100%;
  height: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#postlist .post_item figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 172px;
  transition: .8s;
}
#postlist .post_item a:hover figure img {
  transform: scale(1.1);
  filter: brightness(70%);
  text-decoration: none;
}
#postlist .purpose {
  background-color: #ee888c;
  border-radius: 50px;
  color: #FFF;
  display: inline-block;
  font-size: .9rem;
  padding: .25rem 1rem;
}
#postlist .flex_start {
align-items: center;
}
#postlist .post_item .item_name {
	margin-left: 3%;
}
.btn_shuffle {
	margin: 5% auto;
	text-align: center;
}
.btn_shuffle a {
	display: block;
	width: 25%;
	margin: 5% auto;
}
.btn_shuffle a:hover {
  opacity: 0.8!important;
}
/*▲テゴリ記事一覧ページ*/

/*▼記事詳細ページ*/
#article_imglist {
	margin-top: 3%;
}
#article_imglist .item {
  background-color: #fff;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  width: calc(100% / 3 - 2%);
  margin-bottom: 5%;
  margin-right: 3%;
}
#article_imglist .item:nth-of-type(3n) {
  margin-right: 0;
}
/* 記事詳細ページの画像を横長に統一 */
#article_imglist .item figure {
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#article_imglist .item figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 200px;
  transition: .3s;
  cursor: zoom-in;
}

/* 画像モーダル */
.hlp-image-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}
.hlp-image-modal-overlay.active {
  display: flex;
}
.hlp-image-modal-overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
  margin: auto;
  display: block;
}
.flex_start.partner_info .column_2.item_img {
  width: 20%;
  margin-right: 7%;
}
.flex_start.partner_info .column_2.item_data {
  width: 72%;
}
.partner_info .item_data h3 {
  font-size: 1.5em;
  font-weight: normal;
}
.partner_info .partner_detail {
  font-size: 1.1rem;
  margin-top: 5%;
  margin-bottom: 1.5%;
  font-weight: normal;
}
.partner_pr_text {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8em;
  margin-top: 3%;	
}
/*▲記事詳細ページ*/


/*▼お申し込みページ*/
.sub_txt {
  font-size: 1.1rem;
}
.apply_info {
  margin-top: 5%;	
  width: 100%;
}
.apply_info tr th {
  border-bottom: 1px solid #ccc;
  padding: 1em;
  vertical-align: middle;
  width: 29%;
}
.apply_info tr td {
  border-bottom: 1px solid #ccc;
  border-top: none!important;
  padding: 1em;
}

/*▲お申し込みページ*/


/*▼新着情報*/


#topics .flex .listbox {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
  display: flex;
  flex-direction: column;
  margin-bottom: 4%;
  padding-bottom: 0%;
  position: relative;
  width: 23%; /*calc(100% / 4 - 2%)*/
}
.listbox a.listbox_link {
  color: #000;	
  display: block;
  width: 100%;
  height: 100%;
}
.topicsInner .listbox figure {
	overflow: hidden;
}
.topicsInner .listbox figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: .8s;
}
.topicsInner .listbox a.listbox_link:hover {
	filter: brightness(80%);
	text-decoration: none;
}
.topicsInner .listbox a.listbox_link:hover figure img {
  transform: scale(1.1);
  filter: brightness(80%);
}
#topics .flex .listbox h3 {
  font-size: .85rem;
  font-weight: normal;
  margin-bottom: 5%;
  text-align: justify;
  /*flex-grow: 1;*/
  align-items: left;
  display: flex;
  line-height: 1.3rem;
  padding: 0rem 4% 2% 4%;
  min-height: 3rem;
	
}
#topics .flex .listbox .box_inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;	
}
#topics .flex .listbox .txt {
  	padding: 0 2rem;
	/*flex-grow: 1.6;*/
	flex-grow: 1;
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.listbox.black {
  border-bottom: 5px solid #ea6d8e;
}
#topics .post_date {
  color: #7e7e7e;
  font-size: .8rem;
  margin: 3% 0	
}



#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;
}
#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;
}
/*▲新着情報*/

/*▼とは*/
#message {
  padding-top: 40px;
  background: url(../images/about_img01.jpg) no-repeat 0 80px;
}
#message .label {
  color: #23983b;
  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;
}







/*▼トピックス一覧ページ home.php*/

#blog_list .flex_around .listbox {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
  display: flex;
  flex-direction: column;
  margin-bottom: 4%;
  padding-bottom: 0%;
  position: relative;
  width: 23%; /*calc(100% / 4 - 2%)*/
}
.listbox a.listbox_link {
  color: #000;	
  display: block;
  width: 100%;
  height: 100%;
}
.topicsInner .listbox figure {
	overflow: hidden;
}
.topicsInner .listbox figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: .8s;
}
.topicsInner .listbox a.listbox_link:hover {
	filter: brightness(80%);
	text-decoration: none;
}
.topicsInner .listbox a.listbox_link:hover figure img {
  transform: scale(1.1);
  filter: brightness(80%);
}
#blog_list .flex_around .listbox h3 {
  font-size: .85rem;
  font-weight: normal;
  margin-bottom: 5%;
  text-align: justify;
  /*flex-grow: 1;*/
  align-items: left;
  display: flex;
  line-height: 1.3rem;
  padding: 0rem 4% 2% 4%;
  min-height: 3rem;
	
}
#blog_list .flex_around .listbox .box_inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;	
}
#blog_list .flex_around .listbox .txt {
  	padding: 0 2rem;
	/*flex-grow: 1.6;*/
	flex-grow: 1;
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.listbox.black {
  border-bottom: 5px solid #ea6d8e;
}
#blog_list .post_date {
  color: #7e7e7e;
  font-size: .8rem;
  margin: 3% 0	
}

/*▲トピックス一覧ページ home.php*/
















/*▼イバジャパンの強みと特徴*/
#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: #23983b;
  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%);
  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: #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%);
  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: #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: #23983b;
  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: #1e73be;
  max-width: 300px;
  height: 60px;
  text-align: center;
  line-height: 54px;
  border: 1px solid #1e73be;
  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: #1e73be;
  opacity: 1 !important;
  border: 1px solid #1e73be;
  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 #377d43 2px;
}*/
#occupation .flex li {
  position: relative;
  width: 49%;
  height: 60px;
  background-color: #fff;
  border: #377d43 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: #377d43;
  text-align: center;
  transition: .3s;
}
#occupation .flex li a:hover {
  background-color: #377d43;
  /*border: solid #377d43 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: #1e73be; /* 背景色     */
  color: #ffffff; /* 文字色     */
  line-height: 1em; /* 1行の高さ  */
  margin-top: 2%;
  transition: .3s; /* なめらか変化 */
  border: 1px solid #1e73be; /* 枠の指定 */
  width: 100%;
  height: 60px;
  border-radius: .5rem;
}
.subbutton:hover {
  color: #1e73be; /* 文字色     */
  background: #ffffff; /* 背景色     */
}

/*▲職種選択*/
/*▼製品情報*/
#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: #23983b;
  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%);
  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;
}
/*▲お問い合わせ*/








/*▼一日の流れ*/
.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/3884754_m-min.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
}
.products_kinds_ttl span {
  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: #377d43;
  border-bottom-color: #377d43;
  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;
}
/*▼アーカイブページ　home.php archive.php*/
#blog_list {
  width: 1080px;
}
#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;
}
#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;
}
.pt_10 {
	padding-top: 10%;
}
.mt_10 {
	margin-top: 10%;
}
.mb_10 {
	margin-bottom: 10%;
}


.audition_txt {
  width: 100%;
  height: auto;
  padding: 3rem;
  margin: 0rem auto 5%;
  border: solid 2px #d7d7d7;
}
/************************************
** お問い合わせフォームの入力
************************************/
table.inquiry {
 width: 100%;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 95%;
  /*width: 100%;*/
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 200px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
@media(max-width:500px) {
    .inquiry td,
    .inquiry th {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important
    }
    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important
    }
    .inquiry .any,
    .inquiry .haveto {
        font-size: 10px
    }
}
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7;
	vertical-align: middle;
}
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7
}
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7
}
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}
.formbtn {
    display: block;
    padding: 15px;
    width: 350px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0;
	border: 2px solid transparent; /* 初期状態から border を定義しておく */
    transition: all 0.3s ease; /* ← ここがhover時の変化に滑らかさを加える */
}
.formbtn:hover {
    background: #fff;
    color: #ffaa56;
    border: 2px solid #ffaa56
}
th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px
}
td {
    border-top: 1px solid #ededed;
    padding: 12px
}
input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none
}

/* ▲お問い合わせフォーム▲ */
/* ▼リキャプチャ表示▲ */
.grecaptcha-badge { visibility: hidden; }
/* ▲リキャプチャ表示▲ */

/* 画面サイズが768pxから810pxまではここを読み込む */
@media screen and (min-width:812px) and (max-width:1380px) {
  .header {
    height: 120px;
  }
.header_inner {
  position: relative;
  padding: 15px;
  height: 120px;
}	
  .nav {
    position: absolute;
    top: 32px;
    right: 37px;
    width: 70%;
  }
  ul.nav_list > li {
    margin-bottom: 10px;
  }
}


/*　画面サイズが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: 14%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .title {
    width: 100%;
  }
  .inner1280 {
    padding-right: 1rem;
	padding-left: 1rem;
  }	
  .inner1080 {
    padding: 0 1rem;
  }
  .inner820 {
    padding: 0 1rem;
  }
 .inner780 {
    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;
  }
#archive_artlist .taxonomylist .listbox {
  width: calc(100% / 4 - 3%);
}	
	
	
	
	
  #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: -7px;
    left: 50%;
    padding: 0px 0px;
    width: 60%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .header_inner {
    height: 60px;
    padding: 0px;
  }
  .title {
   }
  .contents_wide, .contents {
    padding: 3em 1em 3.5em;
  }
  .pb_t0 {
    padding-top: 0;
  }
  .pd_b0 {
    padding-bottom: 0;
  }
  #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;
  }
  .contents_title::before {
    line-height: 3rem;
  }
  .widget .post_date {
    width: auto;
  }
 .contents_wide > .inner750 > .top_head {
   font-size: 1.4rem;
   padding: 60px 0;
 }
 .contents_wide > .inner750 > .top_head::before {
   top: 77%; /* モバイルではさらに上に */
   width: 100%;
   height: 100%;
   background-size: 90%;
 }
 .inner780, .inner1080 {
  padding: 1rem;
}
.compartment {
    padding: 1rem;
  }
  .single_contents {
    padding: 0 0em;
  }
  .article_sidebar {
    width: 100%;
    padding: 0 1rem;
    margin: 0 0 2rem;
  }
  .cont_inner {
    padding: 0 1rem;
  }
  
  .blog_listbody {
    padding: 0 1rem;
  }
  .whitebord {
    padding: 1rem;
  }
  .contents h2, .contents_wide h2 {
    font-size: 3rem;
  }
  h2.midashi_left_white {
    font-size: 3rem;
  }
  .midashi_left_white small {
    font-size: 13px !important;
  }
  #top_production {
    padding-left: 0em;
    padding-right: 0em;
  }
  #top_production .inner_max .inner1080 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #top_production .read_txt_white {
    font-size: 1.4rem;
    margin: 0 auto 2rem auto;
    text-align: center;
  }
  .btn_borderwhite {
    margin-bottom: 6%;
    margin-top: 1%;
  }
  .production_item .text {
    order: 1;
    width: 100%;
  }
  .production_item .img {
    width: 100%;
  }
  .btn_borderwhite {
    width: 100%;
  }
  .button_borderwhite {
    width: 100%;
  }
  .compartment_ttl {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  .pro_headsub_txt {
    font-size: 1rem;
    line-height: 2rem;
    text-align: justify;
  }
  #actors .talentlist .listbox {
    margin: 0 1.5% 6%;
    width: calc(100% / 2 - 3%);
  }
  #voiceactors .talentlist .listbox {
    margin: 0 1.5% 6%;
    width: calc(100% / 2 - 3%);
  }
  .bigtext {
    font-size: 2rem;
  }
  .btn_white {
    width: 100%;
  }
  .button_white {
    width: 100%;
    font-size: 1.3rem;
  }
  #archive_artlist .taxonomylist .listbox {
    margin: 0 1.5% 3%;
    width: calc(100% / 2 - 3%);
  }
  #blog_list .flex_around .listbox {
    width: 100%;
  }
  #production {
    padding: 1rem;
  }
  .personal_data {
    padding: 1rem;
  }
  .ap_player {
	margin: 7% 0 7%;  
    text-align: center;
  }
  .personal_info tr th {
    width: 32%;
  }
  .achievements_info {
    padding: 1rem;
  }
	
	
	
	
	
		
 
  #topics .flex .listbox {
    width: 48%;
  }
	
	
	
	
  #postlist .post_item {
    width: 48%;
    margin-bottom: 5%;
  }
  #postlist .post_item a {
    padding: .5rem;
  }
  #postlist .post_item h3 {
    font-size: 1rem;
    margin: .5rem 0;
  }
  #postlist .flex_start {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #postlist .purpose {
    display: inline-block;
    font-size: .7rem;
    padding: .15rem 1rem;
  }
  .post_item .item_img {
    width: 50%;
  }
  .btn_shuffle a {
    width: 50%;
  }
  #postlist .post_item .item_name {
    font-size: .9rem;
  }
  .container {
    padding: 1rem;
  }
  #public_catego_list .card_list .item, #consider_list .card_list .item, #applied_list .card_list .item {
    width: 100%;
    margin-bottom: 5%;
    margin-right: 0;
  }
  .menu_card_list .item {
    width: 45%;
  }
  .menu_card_list .purpose {
    font-size: 1rem;
    width: 100%;
  }
  .menu_card_list .item h3 {
    font-size: 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%;
  }
  
  
}

/* 登録なしの表示スタイル */
.no-data {
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  background: #f9f9f9;
  border-radius: 8px;
  margin: 20px 0;
}
.no-data p {
  color: #888;
  font-size: 14px;
  margin: 0;
}