@charset "UTF-8";
.sp_only_il {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp_only_il {
    display: inline;
  }
}

@font-face {
  font-family: はんなり明朝;
  src: url("https://cdn.leafscape.be/hannari/hannari_web.woff2") format("woff2");
}
body {
  color: #393939;
  margin: 0;
  padding: 0;
  background: #aaa;
  font-size: 20px;
  line-height: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 12px;
    line-height: 20px;
  }
}

a {
  color: #454545;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}
a:hover {
  color: #454545;
  text-decoration: none;
  opacity: 0.9;
}

img {
  width: 100%;
  vertical-align: top;
}

picture {
  width: 100%;
  vertical-align: top;
}

.mnt {
  margin: 0 add;
  padding: 0;
  width: 100%;
  max-width: 800px;
}

.content_wrap {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .content_wrap {
    box-shadow: none;
  }
}

.top_att_box {
  margin: 20px auto;
  padding: 20px;
  border: 4px #dd0000;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  box-sizing: border-box;
}
.top_att_box a {
  color: #dd0000;
}

/*----------------------------------------
header
----------------------------------------*/
#header {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0px 0;
  height: 70px;
  line-height: 20px;
  transition: all 0.65s ease 0s;
  position: fixed;
  z-index: 1000;
  /*----------------------------------------
  ハンバーガーメニュー
  ----------------------------------------*/
}
@media only screen and (max-width: 767px) {
  #header {
    height: 55px;
    padding: 0;
  }
}
#header .header_cnt {
  width: 100%;
  height: 70px;
  margin: 0 auto;
  padding: 0;
  background: rgba(255, 255, 255, 0.77);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #header .header_cnt {
    height: 55px;
  }
}
#header .header_cnt .head_logo {
  width: 160px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#header .header_cnt .head_logo h1 {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #header .header_cnt .head_logo {
    width: 140px;
  }
}
#header .header_cnt .head_right {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #header .header_cnt .head_right .head_menu_box {
    display: none;
  }
}
#header .header_cnt .head_right .head_menu_box .head_menu {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  margin: 0 20px 0 0;
}
#header .header_cnt .head_right .head_menu_box .head_menu li {
  width: auto;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px;
  line-height: 70px;
  transition: 0.3s;
}
#header .header_cnt .head_right .head_menu_box .head_menu li a {
  display: block;
  width: 100%;
}
#header .header_cnt .head_right .head_menu_box .head_menu li:hover {
  color: #005D23;
}
#header .header_cnt .head_right .head_menu_box .head_menu li:hover a {
  color: #005D23;
}
#header .header_cnt .head_right .head_menu_box .head_menu .head_menu_sub {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
#header .header_cnt .head_right .head_menu_box .head_menu .head_menu_sub li {
  width: auto;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 14px;
  background: #09983F;
  padding: 0;
  border-bottom: 0.5px dotted #fff;
}
#header .header_cnt .head_right .head_menu_box .head_menu .head_menu_sub li a {
  display: block;
  color: #fff;
  padding: 10px 40px 10px 10px;
  background: url(../images/head_menu_sub_bg.png) no-repeat center right;
  background-size: auto 100%;
  box-sizing: border-box;
}
#header .header_cnt .head_right .head_contact_bt {
  width: 240px;
  height: 70px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #header .header_cnt .head_right .head_contact_bt {
    width: 55px;
    height: 55px;
  }
}
#header .header_cnt .head_right .head_contact_bt a {
  display: block;
}
#header .header_cnt .head_right .head_contact_bt img {
  width: 240px;
  height: 70px;
}
@media only screen and (max-width: 767px) {
  #header .header_cnt .head_right .head_contact_bt img {
    width: 55px;
    height: 55px;
  }
}
#header .header_cnt .head_right .sp_menu_bt {
  display: none;
}
@media only screen and (max-width: 767px) {
  #header .header_cnt .head_right .sp_menu_bt {
    display: block;
  }
}
#header .header_cnt .sp_menu_bt {
  display: block;
  width: 86px;
  height: 86px;
  border-radius: 0 0 0 40px;
}
@media only screen and (max-width: 767px) {
  #header .header_cnt .sp_menu_bt {
    width: 56px;
    height: 56px;
  }
}
#header .head_sp_menu_wrap {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: fixed;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
#header .head_sp_menu_wrap .head_sp_menu_cnt {
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  z-index: 1000;
}
#header .head_sp_menu_wrap .head_sp_menu_cnt .head_sp_menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
  border-top: 1px solid #61A0B7;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  max-width: 600px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
#header .head_sp_menu_wrap .head_sp_menu_cnt .head_sp_menu li {
  width: 100%;
  border-bottom: 1px dotted #61A0B7;
  box-sizing: border-box;
  color: #005D23;
  text-decoration: none;
  padding: 20px 20px;
  font-size: 20px;
  line-height: 14px;
  font-weight: 400;
  box-sizing: border-box;
  background-size: auto 100%;
  font-weight: 700;
}
#header .head_sp_menu_wrap .head_sp_menu_cnt .head_sp_menu li:last-child {
  border: none;
}
#header .head_sp_menu_wrap .head_sp_menu_cnt .head_sp_menu li img {
  width: 14px;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  #header .head_sp_menu_wrap .head_sp_menu_cnt .head_sp_menu li {
    font-size: 14px;
    line-height: 14px;
    padding: 14px 20px;
  }
}
#header .head_sp_menu_wrap .head_sp_menu_cnt .head_sp_menu li a {
  display: block;
  color: #005D23;
}
#header .head_sp_menu_wrap .head_sp_menu_cnt .head_sp_menu li ul.head_sp_menu_sub {
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 10px 0 0 5%;
  width: 100%;
}
#header .head_sp_menu_wrap .head_sp_menu_cnt .head_sp_menu li ul.head_sp_menu_sub li {
  width: 48%;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  padding: 12px 0px 5px 0px;
}
#header .head_sp_menu_wrap .head_sp_menu_cnt .head_sp_menu li ul.head_sp_menu_sub li img {
  width: 12px;
  margin-right: 8px;
}
#header .head_sp_menu_wrap .head_sp_menu_cnt .head_sp_menu li.sp_bt_close {
  cursor: pointer;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #fff;
  background: #09983F;
}

.gmap_cnt {
  width: 100%;
  height: 400px;
}

/*----------------------------------------
footer
----------------------------------------*/
#footer {
  margin: 0px auto 0px auto;
  text-align: center;
  box-sizing: border-box;
  background: #09983F url(../images/bg_green.jpg) repeat center center;
}
#footer .foot_cnt {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 40px 0;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  #footer .foot_cnt {
    width: 92%;
    padding: 20px 0 20px 0;
  }
}
#footer .foot_cnt a {
  color: #fff;
}
#footer .foot_cnt .foot_left {
  width: 30%;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #footer .foot_cnt .foot_left {
    width: 100%;
  }
}
#footer .foot_cnt .foot_left .foot_logo {
  width: 100%;
  max-width: 300px;
}
#footer .foot_cnt .foot_left .foot_add {
  text-decoration: none;
}
#footer .foot_cnt .foot_left .foot_add .gmap_link {
  display: inline-block;
  margin: 0 0 0 10px;
  border: 1px solid #8CCFA5;
  padding: 4px 5px;
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 1px;
}
#footer .foot_cnt .foot_left .foot_contact_bt {
  display: inline-block;
  margin: 20px 0 0 0px;
  border: 1px solid #8CCFA5;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
}
#footer .foot_cnt .foot_left .foot_contact_bt a {
  display: block;
  width: 100%;
  padding: 5px 15px 5px 12px;
}
#footer .foot_cnt .foot_left .foot_contact_bt img {
  width: auto;
  height: 12px;
  margin: 0 7px 0 0px;
}
#footer .foot_cnt .foot_left .foot_privacy_bt {
  display: block;
  margin: 20px 0 0 0px;
  padding: 0;
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 1px;
}
#footer .foot_cnt .foot_left .foot_privacy_bt img {
  width: auto;
  height: 10px;
  margin: 0 5px 0 0px;
}
#footer .foot_cnt .foot_right {
  width: 66%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #footer .foot_cnt .foot_right {
    display: none;
  }
}
#footer .foot_cnt .foot_right .foot_link_cnt {
  width: 17%;
}
#footer .foot_cnt .foot_right .foot_link_cnt .foot_link_name {
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  text-align: left;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #8CCFA5;
}
#footer .foot_cnt .foot_right .foot_link_cnt .foot_link_list {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
#footer .foot_cnt .foot_right .foot_link_cnt .foot_link_list li {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}
#footer .foot_cnt .foot_right .foot_link_cnt .foot_link_list li a {
  display: block;
}
#footer .copyright {
  width: 100%;
  background: #006225;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  margin: 0px auto 0px auto;
  padding: 8px 0;
}
@media only screen and (max-width: 767px) {
  #footer .copyright {
    padding: 10px 0;
    font-size: 10px;
    line-height: 13px;
  }
}

.cnt_mv {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0px 0 0 0;
  line-height: 0;
  position: relative;
  border-bottom: 6px solid #09983F;
}
@media only screen and (max-width: 767px) {
  .cnt_mv {
    padding: 0px 0 0 0;
    height: 158.974vw;
  }
}
.cnt_mv .mv_copy {
  width: 55vw;
  height: 20.625vw;
  z-index: 100;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .cnt_mv .mv_copy {
    width: 100vw;
    height: 100vw;
    line-height: 0;
  }
}
.cnt_mv .mv_logo {
  margin: 0 auto;
  width: 11%;
  z-index: 100;
  position: absolute;
  bottom: 3vw;
  right: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .cnt_mv .mv_logo {
    width: 30vw;
  }
}
.cnt_mv .slider {
  display: block;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  /* 画像がはみ出ないようにする */
}
@media only screen and (max-width: 767px) {
  .cnt_mv .slider {
    display: none;
  }
}
.cnt_mv .slider_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cnt_mv .slider_sp {
    width: 100%;
    margin-inline: auto;
    overflow: hidden;
    /* 画像がはみ出ないようにする */
    display: block;
  }
}
.cnt_mv .slick-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cnt_mv .slider_top_p_slide {
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  /* 画像がはみ出ないようにする */
}
.cnt_mv .slider_top_p_slide .slick-img {
  width: 250px;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    /* 拡大率 */
  }
}
.cnt_mv .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

@keyframes slidein {
  from {
    width: 125%;
    left: -15vw;
    top: -27vw;
    transform: rotate(0);
  }
  to {
    width: 136%;
    left: -19vw;
    top: -30vw;
    transform: rotate(5deg);
  }
}
.mv_arrow {
  width: 10vw;
  max-width: 80px;
  margin: 10px auto;
}
@media only screen and (max-width: 767px) {
  .mv_arrow {
    width: 30vw;
  }
}

.top_products_cnt {
  padding: 50px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
@media only screen and (max-width: 767px) {
  .top_products_cnt {
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto;
    padding: 20px 0;
  }
}
.top_products_cnt .top_p_left {
  width: 51.35%;
  padding: 26px 26px 26px 0;
  background: url(../images/top_p_left_bg.jpg) repeat-x center top;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .top_products_cnt .top_p_left {
    width: 100%;
    padding: 10px;
  }
}
.top_products_cnt .top_p_left .top_p_left_pt {
  width: 100%;
}
.top_products_cnt .top_p_left .top_p_left_pt img {
  width: 100%;
  height: 100%;
  max-height: 660px;
  object-fit: cover;
  object-position: 50% 50%;
}
.top_products_cnt .top_p_right {
  width: 44.77%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .top_products_cnt .top_p_right {
    width: 100%;
    padding: 0 10px;
    max-height: auto;
  }
}
.top_products_cnt .top_p_right .top_p_name {
  padding: 0 0 40px 20px;
}
@media only screen and (max-width: 767px) {
  .top_products_cnt .top_p_right .top_p_name {
    padding: 0 0 0px 0px;
  }
}
.top_products_cnt .top_p_right .top_p_name .top_p_jp_cnt {
  width: 50%;
  background: url(../images/hr_gray.png) repeat-x center center;
  margin: 0 0 0px 0;
}
@media only screen and (max-width: 767px) {
  .top_products_cnt .top_p_right .top_p_name .top_p_jp_cnt {
    margin: 0 0 0px 0;
    width: 70%;
  }
}
.top_products_cnt .top_p_right .top_p_name .top_p_jp_cnt .top_p_jp {
  display: inline-block;
  color: #7C7C7C;
  background: #fff;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 2px;
  padding: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .top_products_cnt .top_p_right .top_p_name .top_p_jp_cnt .top_p_jp {
    font-size: 10px;
    line-height: 10px;
  }
}
.top_products_cnt .top_p_right .top_p_name .top_p_en_cnt {
  display: flex;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .top_products_cnt .top_p_right .top_p_name .top_p_en_cnt {
    padding-bottom: 0px;
    flex-wrap: wrap;
  }
}
.top_products_cnt .top_p_right .top_p_name .top_p_en_cnt .top_p_en {
  width: 100%;
  font-size: 48px;
  line-height: 48px;
  font-weight: 100;
  letter-spacing: 0.05em;
  vertical-align: middle;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .top_products_cnt .top_p_right .top_p_name .top_p_en_cnt .top_p_en {
    font-size: 32px;
    line-height: 32px;
    margin-right: 0px;
  }
}
.top_products_cnt .top_p_right .top_p_name .top_p_en_cnt .top_p_en .bold {
  font-weight: bold;
}
.top_products_cnt .top_p_right .top_p_name .top_p_en_cnt .top_p_bt_cnt {
  padding-top: 10px;
  width: 100%;
}
.top_products_cnt .top_p_right .top_p_name .top_p_en_cnt .top_p_bt_cnt .top_p_bt {
  display: inline-block;
  padding: 10px 30px;
  margin-right: 10px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
  background: #09983F;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top_products_cnt .top_p_right .top_p_name .top_p_en_cnt .top_p_bt_cnt .top_p_bt {
    padding: 8px 12px;
    margin: 15px 10px 10px 0;
  }
}
.top_products_cnt .top_p_right .top_p_name .top_p_en_cnt .top_p_bt_cnt .top_p_bt img {
  width: auto;
  height: 11px;
}
.top_products_cnt .top_p_right .top_p_name .top_p_copy {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .top_products_cnt .top_p_right .top_p_name .top_p_copy {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
.top_products_cnt .top_p_right .top_p_slide {
  background: url(../images/top_p_slide_bg.png) repeat-x bottom left;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 250px;
  padding: 0 0 38px 33px;
}
@media only screen and (max-width: 767px) {
  .top_products_cnt .top_p_right .top_p_slide {
    background: url(../images/top_p_slide_bg.png) repeat-x bottom left;
    background-size: 100% 70%;
    padding: 0 5px 10px 5px;
    height: 160px;
  }
}
.top_products_cnt .top_p_right .top_p_slide .slider_top_p_slide {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 220px;
}
@media only screen and (max-width: 767px) {
  .top_products_cnt .top_p_right .top_p_slide .slider_top_p_slide {
    height: 150px;
  }
}
.top_products_cnt .top_p_right .top_p_slide .slider_top_p_slide .slick-img {
  padding: 0 0px 0 0;
  margin-right: 20px;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .top_products_cnt .top_p_right .top_p_slide .slider_top_p_slide .slick-img {
    margin-right: 10px;
  }
}
.top_products_cnt .top_p_right .top_p_slide .slider_top_p_slide .slick-img img {
  height: 220px;
}
@media only screen and (max-width: 767px) {
  .top_products_cnt .top_p_right .top_p_slide .slider_top_p_slide .slick-img img {
    width: auto;
    height: 150px;
  }
}

.top_recruit_cnt {
  width: 100%;
  padding: 0 0 5vw 0;
  position: relative;
}
.top_recruit_cnt .top_r_recruit_txt {
  position: absolute;
  z-index: 100;
  width: 39vw;
  max-width: 750px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .top_recruit_cnt .top_r_recruit_txt {
    width: 80vw;
    right: -60vw;
    bottom: -10vw;
  }
}
.top_recruit_cnt .top_r_inner {
  background: url(../images/top_r_bg.jpg) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 4.25vw 0 3vw 0;
}
@media only screen and (max-width: 767px) {
  .top_recruit_cnt .top_r_inner {
    padding: 0;
  }
}
.top_recruit_cnt .top_r_inner .top_r_left {
  width: 30%;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .top_recruit_cnt .top_r_inner .top_r_left {
    width: 35%;
    padding-left: 4%;
  }
}
.top_recruit_cnt .top_r_inner .top_r_left .top_r_title_cnt {
  width: 180px;
  float: right;
  padding: 50px 0 10px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .top_recruit_cnt .top_r_inner .top_r_left .top_r_title_cnt {
    width: 90%;
  }
}
.top_recruit_cnt .top_r_inner .top_r_left .top_r_title_cnt .top_r_bt {
  display: block;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
  background: #09983F;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top_recruit_cnt .top_r_inner .top_r_left .top_r_title_cnt .top_r_bt {
    padding: 8px 2px;
    margin: 15px 0 10px 0;
  }
}
.top_recruit_cnt .top_r_inner .top_r_left .top_r_title_cnt .top_r_bt img {
  width: auto;
  height: 11px;
}
.top_recruit_cnt .top_r_inner .top_r_right {
  width: 67%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top_recruit_cnt .top_r_inner .top_r_right {
    width: 65%;
  }
}
.top_recruit_cnt .top_r_inner .top_r_right .top_r_right_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/top_r_pt_bg.png) repeat-x center center;
  mix-blend-mode: multiply;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.top_recruit_cnt .top_r_inner .top_r_right .top_r_right_pt_cnt {
  position: absolute;
  padding: 25px 0 0 20px;
  box-sizing: border-box;
  width: 100%;
  height: 45vw;
  min-height: 420px;
}
@media only screen and (max-width: 767px) {
  .top_recruit_cnt .top_r_inner .top_r_right .top_r_right_pt_cnt {
    height: 300px;
    min-height: 120px;
  }
}
.top_recruit_cnt .top_r_inner .top_r_right .top_r_right_pt_cnt img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: left 50%;
}
@media only screen and (max-width: 767px) {
  .top_recruit_cnt .top_r_inner .top_r_right .top_r_right_pt_cnt img {
    object-position: right 50%;
  }
}

.top_news_cnt {
  width: 100%;
  border-top: 1px solid #DDDDDD;
  padding: 30px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .top_news_cnt {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
  }
}
.top_news_cnt .top_n_inner {
  width: 850px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .top_news_cnt .top_n_inner {
    flex-wrap: wrap;
    width: 100%;
  }
}
.top_news_cnt .top_n_inner .top_n_title {
  width: 200px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .top_news_cnt .top_n_inner .top_n_title {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.top_news_cnt .top_n_inner .top_n_title .en {
  display: block;
  font-size: 10px;
  line-height: 10px;
  font-weight: 100;
  color: #888;
  letter-spacing: 0.1em;
  margin: 6px 0 0 0;
}
.top_news_cnt .top_n_inner .top_n_title .news_list_bt a {
  width: 100px;
  margin: 20px auto 0 auto;
  font-size: 11px;
  border: 1px solid #ccc;
  display: block;
  padding: 5px 10px;
  line-height: 11px;
  text-align: center;
  font-weight: 100;
}
.top_news_cnt .top_n_inner .top_n_title .news_list_bt a:hover {
  color: #fff;
  border: 1px solid #09983F;
  background: #09983F;
}
.top_news_cnt .top_n_inner .top_n_list {
  width: 620px;
}
@media only screen and (max-width: 767px) {
  .top_news_cnt .top_n_inner .top_n_list {
    width: 100%;
  }
}
.top_news_cnt .top_n_inner .top_n_list .top_n_line {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .top_news_cnt .top_n_inner .top_n_list .top_n_line {
    -webkit-justify-content: space-between;
    padding: 0 0 10px 0;
  }
}
.top_news_cnt .top_n_inner .top_n_list .top_n_line .top_n_cat {
  width: 80px;
  text-align: center;
  font-size: 8px;
  line-height: 15px;
  color: #fff;
  font-weight: 400;
  background: #09983F;
  letter-spacing: 0.1em;
  padding: 1px 0;
}
@media only screen and (max-width: 767px) {
  .top_news_cnt .top_n_inner .top_n_list .top_n_line .top_n_cat {
    width: 14%;
    font-size: 7px;
    white-space: nowrap;
  }
}
.top_news_cnt .top_n_inner .top_n_list .top_n_line .top_n_date {
  width: 90px;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  color: #aaa;
  padding: 1px 10px;
}
@media only screen and (max-width: 767px) {
  .top_news_cnt .top_n_inner .top_n_list .top_n_line .top_n_date {
    padding: 1px 1%;
    width: 15%;
    font-size: 9px;
    white-space: nowrap;
  }
}
.top_news_cnt .top_n_inner .top_n_list .top_n_line .top_n_txt {
  width: 450px;
  font-size: 11px;
  line-height: 15px;
  padding: 1px 0px;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .top_news_cnt .top_n_inner .top_n_list .top_n_line .top_n_txt {
    width: 67%;
    font-size: 11px;
  }
}
.top_news_cnt .top_n_inner .top_n_list .top_n_line .top_n_txt a {
  color: #666;
}

/*----------------------------------------
下層ページ
----------------------------------------*/
.head_title_cnt {
  width: 100%;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0px 0 0 0;
  background: #00772D;
}
@media only screen and (max-width: 767px) {
  .head_title_cnt {
    height: 200px;
  }
}
.head_title_cnt.company {
  background: url(../images/ht_company.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .head_title_cnt.company {
    background: url(../images/ht_company_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.head_title_cnt.business {
  background: url(../images/ht_business.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .head_title_cnt.business {
    background: url(../images/ht_business_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.head_title_cnt.products {
  background: url(../images/ht_products.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .head_title_cnt.products {
    background: url(../images/ht_products_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.head_title_cnt.recruit {
  background: url(../images/ht_recruit.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .head_title_cnt.recruit {
    background: url(../images/ht_recruit_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.head_title_cnt.initiatives {
  background: url(../images/ht_initiatives.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .head_title_cnt.initiatives {
    background: url(../images/ht_initiatives_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.head_title_cnt.contact {
  background: url(../images/ht_contact.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .head_title_cnt.contact {
    background: url(../images/ht_contact_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.head_title_cnt.privacy {
  background: url(../images/ht_privacy.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .head_title_cnt.privacy {
    background: url(../images/ht_privacy_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.head_title_cnt .ht_inner {
  width: 100%;
  height: 100%;
  padding: 70px 0 0 0;
  box-sizing: border-box;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .head_title_cnt .ht_inner {
    padding: 55px 0 0 0;
  }
}
.head_title_cnt .ht_inner .ht_inner_left {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../images/ht_mask.png) no-repeat right center;
  background-size: cover;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .head_title_cnt .ht_inner .ht_inner_left {
    width: 100%;
    background: url(../images/ht_mask_sp.png) no-repeat left center;
    background-size: 100% 100%;
  }
}
.head_title_cnt .ht_inner .ht_inner_left .ht_name_cnt {
  width: 80%;
  max-width: 700px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .head_title_cnt .ht_inner .ht_inner_left .ht_name_cnt {
    width: 96%;
  }
}
.head_title_cnt .ht_inner .ht_inner_left .ht_name_cnt .ht_name_jp {
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .head_title_cnt .ht_inner .ht_inner_left .ht_name_cnt .ht_name_jp {
    font-size: 20px;
    line-height: 30px;
  }
}
.head_title_cnt .ht_inner .ht_inner_left .ht_name_cnt .ht_name_en {
  font-size: 12px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.3em;
  width: 30%;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .head_title_cnt .ht_inner .ht_inner_left .ht_name_cnt .ht_name_en {
    font-size: 9px;
    line-height: 20px;
    padding: 0 0 10px 0;
  }
}
.head_title_cnt .ht_inner .ht_inner_left .ht_name_cnt .ht_copy {
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  padding: 20px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .head_title_cnt .ht_inner .ht_inner_left .ht_name_cnt .ht_copy {
    display: none;
  }
}

.head_bottom_cnt {
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #DDDDDD;
}
.head_bottom_cnt .hb_inner {
  width: 100%;
  height: 64px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  border-right: 1px solid #DDDDDD;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .head_bottom_cnt .hb_inner {
    padding: 10px;
    box-sizing: border-box;
    border: none;
    height: 30px;
  }
}
.head_bottom_cnt .hb_inner .sub_menu_cnt {
  margin: 0;
  padding: 0;
}
.head_bottom_cnt .hb_inner .sub_menu_cnt .sub_menu_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .head_bottom_cnt .hb_inner .sub_menu_cnt .sub_menu_list {
    display: none;
  }
}
.head_bottom_cnt .hb_inner .sub_menu_cnt .sub_menu_list li {
  font-size: 13px;
  line-height: 64px;
  margin: 0;
  padding: 0;
  border-left: 1px solid #DDDDDD;
}
.head_bottom_cnt .hb_inner .sub_menu_cnt .sub_menu_list li.sub_on {
  border-bottom: 4px solid #09983F;
}
.head_bottom_cnt .hb_inner .sub_menu_cnt .sub_menu_list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 2.3em;
  box-sizing: border-box;
  background: url(../images/hb_submenu_arrow.png) no-repeat center center;
  background-size: auto 100%;
}
.head_bottom_cnt .hb_inner .sub_menu_cnt .sub_menu_list li a:hover {
  color: #fff;
  background: #09983F url(../images/hb_submenu_arrow_w.png) no-repeat center center;
  background-size: auto 100%;
}

.pnkz_box ul.pankuzu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  line-height: 12px;
}
.pnkz_box ul.pankuzu li {
  font-weight: 300;
  padding: 0 0 0 0;
}
.pnkz_box ul.pankuzu li img {
  width: 12px;
  margin-right: 10px;
}
.pnkz_box ul.pankuzu li:not(:last-of-type)::after {
  content: "＞";
  margin: 0 1em;
  /* 記号の左右の余白 */
}
.pnkz_box ul.pankuzu li a {
  text-decoration: underline;
}
.pnkz_box ul.pankuzu li a:hover {
  color: #09983F;
}

.company_message_cnt {
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(../images/bg_type01.jpg) no-repeat center top;
  background-size: 100% auto;
}
.company_message_cnt .com_mes_main_cnt {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  box-sizing: border-box;
  display: flex;
  -webkit-justify-content: space-between;
}
.company_message_cnt .com_mes_main_cnt .com_mes_main_left {
  width: 38.2%;
  text-align: right;
}
.company_message_cnt .com_mes_main_cnt .com_mes_main_left img {
  width: 100%;
  max-width: 323px;
}
.company_message_cnt .com_mes_main_cnt .com_mes_main_right {
  width: 61.8%;
  background: url(../images/com_mes_main_bg.png) no-repeat center left;
  background-size: auto 100%;
  padding: 40px 20px 25px 20px;
}
.company_message_cnt .com_mes_main_cnt .com_mes_main_right img {
  width: 100%;
  max-width: 730px;
}
.company_message_cnt .com_mes_m_cnt {
  width: 90%;
  max-width: 765px;
  margin: 50px auto;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .company_message_cnt .com_mes_m_cnt {
    font-size: 13px;
    line-height: 25px;
    margin: 30px auto 60px auto;
  }
}

.company_informations_cnt {
  background: #F8FCF9;
  padding: 100px 0 50px 0;
}
@media only screen and (max-width: 767px) {
  .company_informations_cnt {
    padding: 60px 0 40px 0;
  }
}
.company_informations_cnt .com_info_img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.company_informations_cnt .com_info_table {
  width: 96%;
  max-width: 900px;
  margin: 50px auto;
  border-top: 1px dotted #A8C1B2;
}
@media only screen and (max-width: 767px) {
  .company_informations_cnt .com_info_table {
    margin: 10px auto;
  }
}
.company_informations_cnt .com_info_table table.data_table {
  width: 100%;
}
.company_informations_cnt .com_info_table table.data_table tr {
  display: flex;
  flex-wrap: nowrap;
}
.company_informations_cnt .com_info_table table.data_table tr th {
  padding: 20px 50px;
  color: #005D23;
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  width: 24%;
  box-sizing: border-box;
  border-bottom: 1px dotted #A8C1B2;
  background: #F0F9F3;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .company_informations_cnt .com_info_table table.data_table tr th {
    padding: 10px;
    font-size: 13px;
    line-height: 22px;
  }
}
.company_informations_cnt .com_info_table table.data_table tr td {
  padding: 20px 50px;
  font-size: 16px;
  line-height: 27px;
  font-weight: normal;
  width: 76%;
  box-sizing: border-box;
  border-bottom: 1px dotted #A8C1B2;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .company_informations_cnt .com_info_table table.data_table tr td {
    padding: 10px;
    font-size: 13px;
    line-height: 22px;
  }
}

.company_history_cnt {
  padding: 100px 0 50px 0;
}
@media only screen and (max-width: 767px) {
  .company_history_cnt {
    padding: 60px 0 40px 0;
  }
}
.company_history_cnt .com_hist_table {
  width: 96%;
  max-width: 900px;
  margin: 50px auto;
  border-top: 1px dotted #A8C1B2;
}
@media only screen and (max-width: 767px) {
  .company_history_cnt .com_hist_table {
    margin: 30px auto 0px auto;
  }
}
.company_history_cnt .com_hist_table table.data_table {
  width: 100%;
}
.company_history_cnt .com_hist_table table.data_table tr {
  display: flex;
  flex-wrap: nowrap;
}
.company_history_cnt .com_hist_table table.data_table tr th {
  padding: 20px 0px 20px 50px;
  color: #005D23;
  font-size: 16px;
  line-height: 27px;
  font-weight: normal;
  width: 14%;
  box-sizing: border-box;
  border-bottom: 1px dotted #A8C1B2;
  background: #F5FAF7;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .company_history_cnt .com_hist_table table.data_table tr th {
    padding: 10px;
    font-size: 13px;
    line-height: 22px;
    width: 18%;
    white-space: nowrap;
  }
}
.company_history_cnt .com_hist_table table.data_table tr th.month {
  padding: 20px 50px 20px 0px;
  width: 10%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .company_history_cnt .com_hist_table table.data_table tr th.month {
    padding: 10px;
    font-size: 13px;
    line-height: 22px;
    width: 10%;
    white-space: nowrap;
  }
}
.company_history_cnt .com_hist_table table.data_table tr td {
  padding: 20px 50px;
  font-size: 16px;
  line-height: 27px;
  font-weight: normal;
  width: 76%;
  box-sizing: border-box;
  border-bottom: 1px dotted #A8C1B2;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .company_history_cnt .com_hist_table table.data_table tr td {
    padding: 10px;
    font-size: 13px;
    line-height: 22px;
  }
}

.company_access_cnt {
  padding: 100px 0 100px 0;
  background: #F8FCF9;
}
@media only screen and (max-width: 767px) {
  .company_access_cnt {
    padding: 60px 0 40px 0;
  }
}
.company_access_cnt .com_acc_data_cnt {
  width: 96%;
  max-width: 1100px;
  margin: 30px auto 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .company_access_cnt .com_acc_data_cnt {
    margin: 10px auto 0 auto;
  }
}
.company_access_cnt .com_acc_data_cnt.fukidashi_space {
  margin: 0px auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .company_access_cnt .com_acc_data_cnt.fukidashi_space {
    margin: 50px auto 0 auto;
  }
}
.company_access_cnt .com_acc_data_cnt .com_acc_box {
  width: 49%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .company_access_cnt .com_acc_data_cnt .com_acc_box {
    width: 100%;
  }
}
.company_access_cnt .com_acc_data_cnt .com_acc_box.border {
  border: 1px solid #DDDDDD;
  line-height: 0;
}
.company_access_cnt .com_acc_data_cnt .com_acc_box.relative {
  border: 1px solid #DDDDDD;
  position: relative;
}
.company_access_cnt .com_acc_data_cnt .com_acc_box.pl {
  padding-left: 7%;
}
@media only screen and (max-width: 767px) {
  .company_access_cnt .com_acc_data_cnt .com_acc_box.pl {
    padding-left: 0%;
  }
}
.company_access_cnt .com_acc_data_cnt .com_acc_box .fukidashi {
  position: absolute;
  top: -40px;
  right: -10px;
  width: 70%;
  height: 50px;
}
.company_access_cnt .com_acc_data_cnt .com_acc_box_w {
  width: 100%;
  background: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .company_access_cnt .com_acc_data_cnt .com_acc_box_w {
    flex-wrap: wrap;
    padding: 20px 20px;
  }
}
.company_access_cnt .com_acc_data_cnt .com_acc_box_w .com_acc_box {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .company_access_cnt .com_acc_data_cnt .com_acc_box_w .com_acc_box {
    width: 100%;
  }
}

.company_group_cnt {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .company_group_cnt {
    padding: 60px 0 40px 0;
  }
}
.company_group_cnt .com_group_data_cnt {
  width: 96%;
  max-width: 1100px;
  margin: 30px auto 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
}
.company_group_cnt .com_group_data_cnt .com_group_box {
  width: 49%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #bbb;
  border-radius: 10px;
  margin: 0 0 20px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .company_group_cnt .com_group_data_cnt .com_group_box {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.company_group_cnt .com_group_data_cnt .com_group_box a {
  display: block;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .company_group_cnt .com_group_data_cnt .com_group_box a {
    padding: 20px;
  }
}
.company_group_cnt .com_group_data_cnt .com_group_box a:hover {
  background: #F8FCF9;
}
.company_group_cnt .com_group_data_cnt .com_group_box img {
  mix-blend-mode: multiply;
}
.company_group_cnt .com_group_data_cnt .com_group_box .com_group_name {
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 14px;
  line-height: 30px;
}
.company_group_cnt .com_group_data_cnt .com_group_box .com_group_url {
  text-align: center;
  display: block;
  font-size: 10px;
  line-height: 11px;
  text-decoration: underline;
}

.products_main_cnt {
  width: 100%;
  margin: 0;
  background: url(../images/bg_type02.jpg) no-repeat center top;
  background-size: auto 100%;
  padding-top: 172px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .products_main_cnt {
    padding-top: 40px;
    padding-bottom: 40vw;
    background: url(../images/bg_type02_sp.jpg) no-repeat center top;
    background-size: auto 100%;
  }
}
.products_main_cnt .pdt_main_box {
  background-size: 100% auto;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}
.products_main_cnt .pdt_main_box .pdt_main_title {
  position: absolute;
  width: 24%;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .products_main_cnt .pdt_main_box .pdt_main_title {
    width: 29%;
  }
}
.products_main_cnt .pdt_main_box .pdt_main_pt {
  position: absolute;
  width: 28%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .products_main_cnt .pdt_main_box .pdt_main_pt {
    display: none;
  }
}
.products_main_cnt .pdt_main_box .pdt_main_box_bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.products_main_cnt .pdt_main_box .pdt_main_copy_cnt {
  position: absolute;
  width: 48%;
  top: 73%;
  left: 35%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .products_main_cnt .pdt_main_box .pdt_main_copy_cnt {
    width: 90%;
    top: 67vw;
    left: 5%;
  }
}
.products_main_cnt .pdt_main_box .pdt_main_copy_cnt .title_line {
  font-size: 22px;
  line-height: 35px;
  color: #005D23;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .products_main_cnt .pdt_main_box .pdt_main_copy_cnt .title_line {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }
}
.products_main_cnt .pdt_main_box .pdt_main_copy_cnt .copy_line {
  padding-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .products_main_cnt .pdt_main_box .pdt_main_copy_cnt .copy_line {
    padding-top: 10px;
    font-size: 11px;
    line-height: 21px;
  }
}

.pdt_cat_cnt {
  width: 100%;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .pdt_cat_cnt {
    padding: 60px 0;
  }
}
.pdt_cat_cnt.bgc_1 {
  background: #F2FAF5;
}
.pdt_cat_cnt.bgc_2 {
  background: #fff;
}
.pdt_cat_cnt.bgc_3 {
  background: #F9F6F4;
}
.pdt_cat_cnt.bgc_4 {
  background: #fff;
}
.pdt_cat_cnt.bgc_5 {
  background: #EEF2F4;
}
.pdt_cat_cnt.bgc_6 {
  background: #fff;
}
.pdt_cat_cnt.bgc_7 {
  background: #F2FAF5;
}
.pdt_cat_cnt.bgc_8 {
  background: #fff;
}
.pdt_cat_cnt.bgc_9 {
  background: #F9F6F4;
}
.pdt_cat_cnt.bgc_10 {
  background: #fff;
}
.pdt_cat_cnt.bgc_11 {
  background: #EEF2F4;
}
.pdt_cat_cnt.bgc_12 {
  background: #fff;
}
.pdt_cat_cnt .pdt_cat_inner {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box {
  width: 100%;
  max-width: 1200px;
  display: flex;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_name {
  width: 43%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_name {
    width: 90%;
    margin: 0 auto;
  }
}
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_name .pdt_cat_jp_cnt {
  margin: 0 0 10px 0;
  width: 70%;
  display: flex;
  flex-wrap: nowrap;
}
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_name .pdt_cat_jp_cnt .pdt_cat_jp {
  display: inline-block;
  font-size: 11px;
  padding: 0 10px 0 0;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_name .pdt_cat_jp_cnt .pdt_cat_jp {
    font-size: 10px;
  }
}
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_name .pdt_cat_jp_cnt .pdt_cat_t_line {
  width: 100%;
  background: url(../images/hr_gray.png) repeat-x center center;
}
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_name .pdt_cat_en_cnt {
  display: flex;
  padding-bottom: 20px;
}
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_name .pdt_cat_en_cnt .pdt_cat_en {
  margin-top: -15px;
  margin-right: 20px;
  font-size: 42px;
  line-height: 48px;
  font-weight: 100;
  letter-spacing: 0.05em;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_name .pdt_cat_en_cnt .pdt_cat_en {
    font-size: 32px;
    line-height: 35px;
    margin-top: -10px;
    margin-right: 0px;
  }
}
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_name .pdt_cat_en_cnt .pdt_cat_en .bold {
  font-weight: bold;
}
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_name .pdt_cat_en_cnt .pdt_cat_en p {
  margin: 0;
}
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_name .pdt_cat_catch {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_name .pdt_cat_catch {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0px;
  }
}
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_name .pdt_cat_catch.mt_10 {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_name .pdt_cat_catch.mt_10 {
    margin-top: 0px;
  }
}
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_name .pdt_cat_copy {
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_name .pdt_cat_copy {
    line-height: 21px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_pt {
  width: 52%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_pt {
    width: 90%;
    margin: 0 auto;
  }
}
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_slide_cnt {
  width: 100%;
  margin-top: 30px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_slide_cnt {
    margin-top: 10px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_slide_cnt .slick-slider {
    width: 90%;
    margin: 5px auto;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_slide_cnt .slick-arrow {
    display: none !important;
  }
}
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_slide_cnt .pdt_cat_slide_kitchen .slick-img,
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_slide_cnt .pdt_cat_slide_washbasin .slick-img,
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_slide_cnt .pdt_cat_slide_strage .slick-img,
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_slide_cnt .pdt_cat_slide .slick-img {
  padding: 0 0px 0 0;
  margin-right: 20px;
  border-radius: 15px;
  overflow: hidden;
  height: 200px;
}
@media only screen and (max-width: 767px) {
  .pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_slide_cnt .pdt_cat_slide_kitchen .slick-img,
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_slide_cnt .pdt_cat_slide_washbasin .slick-img,
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_slide_cnt .pdt_cat_slide_strage .slick-img,
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_slide_cnt .pdt_cat_slide .slick-img {
    height: 100px;
    margin-right: 10px;
    border-radius: 10px;
  }
}
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_slide_cnt .pdt_cat_slide_kitchen .slick-img img,
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_slide_cnt .pdt_cat_slide_washbasin .slick-img img,
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_slide_cnt .pdt_cat_slide_strage .slick-img img,
.pdt_cat_cnt .pdt_cat_inner .pdt_cat_box .pdt_cat_slide_cnt .pdt_cat_slide .slick-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business_main_cnt {
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(../images/bg_type02.jpg) no-repeat center top;
  background-size: auto 100%;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .business_main_cnt {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.business_main_cnt .bus_main_box {
  background-size: 100% auto;
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.business_main_cnt .bus_main_box .bus_main_copy_sp_only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .business_main_cnt .bus_main_box .bus_main_copy_sp_only {
    display: block;
    width: 84%;
    margin: 10px auto;
  }
  .business_main_cnt .bus_main_box .bus_main_copy_sp_only .bus_main_copy_title {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #005D23;
  }
  .business_main_cnt .bus_main_box .bus_main_copy_sp_only .bus_main_copy_copy {
    font-size: 13px;
    line-height: 28px;
  }
  .business_main_cnt .bus_main_box .bus_main_copy_sp_only .bus_main_copy_copy .boldline {
    color: #005D23;
    background: linear-gradient(transparent 54%, #FFFF00 0%);
    padding: 0 0 2px 0;
    font-weight: bold;
  }
}

.bus_cat_cnt {
  width: 100%;
  padding: 100px 0;
  background: #F2FAF5;
}
@media only screen and (max-width: 767px) {
  .bus_cat_cnt {
    padding: 60px 0 40px 0;
  }
}
.bus_cat_cnt .bus_eq_txt {
  width: 96%;
  max-width: 900px;
  margin: 70px auto 90px auto;
  font-size: 16px;
  line-height: 30px;
  padding: 20px 0;
  box-sizing: border-box;
  border-top: 1px dashed #74897C;
  border-bottom: 1px dashed #74897C;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .bus_cat_cnt .bus_eq_txt {
    width: 92%;
    margin: 30px auto 40px auto;
    padding: 10px 10px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 24px;
  }
}
.bus_cat_cnt .bus_cat_inner {
  width: 96%;
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .bus_cat_cnt .bus_cat_inner {
    width: 92%;
  }
}
.bus_cat_cnt .bus_cat_inner .bus_cat_box {
  width: 29%;
  max-width: 600px;
}
@media only screen and (max-width: 767px) {
  .bus_cat_cnt .bus_cat_inner .bus_cat_box {
    width: 48%;
  }
}
.bus_cat_cnt .bus_cat_inner .bus_cat_box .bus_cat_name {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .bus_cat_cnt .bus_cat_inner .bus_cat_box .bus_cat_name {
    margin-bottom: 30px;
  }
}
.bus_cat_cnt .bus_cat_inner .bus_cat_box .bus_cat_name .bus_cat_t_cnt {
  width: 70%;
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: nowrap;
}
.bus_cat_cnt .bus_cat_inner .bus_cat_box .bus_cat_name .bus_cat_t_cnt .bus_cat_t_txt {
  display: inline-block;
  font-size: 9px;
  padding: 0 10px 0 0;
  white-space: nowrap;
  color: #005D23;
}
@media only screen and (max-width: 767px) {
  .bus_cat_cnt .bus_cat_inner .bus_cat_box .bus_cat_name .bus_cat_t_cnt .bus_cat_t_txt {
    font-size: 7px;
  }
}
.bus_cat_cnt .bus_cat_inner .bus_cat_box .bus_cat_name .bus_cat_t_cnt .bus_cat_t_line {
  width: 100%;
  background: url(../images/hr_gray.png) repeat-x center center;
}
.bus_cat_cnt .bus_cat_inner .bus_cat_box .bus_cat_name .bus_cat_title_cnt {
  display: flex;
  padding-bottom: 10px;
}
.bus_cat_cnt .bus_cat_inner .bus_cat_box .bus_cat_name .bus_cat_title_cnt .bus_cat_title {
  margin-top: -13px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 100;
  letter-spacing: 0.05em;
  vertical-align: middle;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .bus_cat_cnt .bus_cat_inner .bus_cat_box .bus_cat_name .bus_cat_title_cnt .bus_cat_title {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
  }
}
.bus_cat_cnt .bus_cat_inner .bus_cat_box .bus_cat_name .bus_cat_pt {
  width: 100%;
  height: 240px;
  box-sizing: border-box;
  margin: 10px 0 10px 0;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .bus_cat_cnt .bus_cat_inner .bus_cat_box .bus_cat_name .bus_cat_pt {
    height: 160px;
  }
}
.bus_cat_cnt .bus_cat_inner .bus_cat_box .bus_cat_name .bus_cat_pt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bus_cat_cnt .bus_cat_inner .bus_cat_box .bus_cat_name .bus_cat_catch {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  color: #005D23;
}
@media only screen and (max-width: 767px) {
  .bus_cat_cnt .bus_cat_inner .bus_cat_box .bus_cat_name .bus_cat_catch {
    font-size: 14px;
    line-height: 18px;
  }
}
.bus_cat_cnt .bus_cat_inner .bus_cat_box .bus_cat_name .bus_cat_copy {
  font-size: 12px;
  line-height: 22px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .bus_cat_cnt .bus_cat_inner .bus_cat_box .bus_cat_name .bus_cat_copy {
    font-size: 11px;
    line-height: 19px;
  }
}

.recruit_main_cnt {
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(../images/bg_type03.jpg) no-repeat center top;
  background-size: auto 100%;
  padding-top: 68px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .recruit_main_cnt {
    padding-top: 40px;
    padding-bottom: 20px;
    background: url(../images/bg_type03_sp.jpg) no-repeat center top;
    background-size: auto 100%;
  }
}
.recruit_main_cnt .rec_main_box {
  background-size: 100% auto;
  width: 100%;
  max-width: 1060px;
  height: 63vw;
  max-height: 670px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recruit_main_cnt .rec_main_box {
    height: 73vw;
  }
}
.recruit_main_cnt .rec_main_box .rec_main_title {
  position: absolute;
  width: 23%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .recruit_main_cnt .rec_main_box .rec_main_title {
    width: 33%;
  }
}
.recruit_main_cnt .rec_main_box .rec_main_pt {
  position: absolute;
  width: 73%;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .recruit_main_cnt .rec_main_box .rec_main_pt {
    width: 66%;
  }
}
.recruit_main_cnt .rec_main_box .rec_main_recruit {
  position: absolute;
  width: 54%;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .recruit_main_cnt .rec_main_box .rec_main_recruit {
    width: 66%;
    left: 10%;
    bottom: -5vw;
    width: 47%;
  }
}
.recruit_main_cnt .rec_main_copy_cnt {
  width: 90%;
  max-width: 823px;
  margin: 0px auto;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .recruit_main_cnt .rec_main_copy_cnt {
    font-size: 13px;
    line-height: 22px;
  }
}
.recruit_main_cnt .rec_main_copy_cnt .rec_title_cnt {
  background: url(../images/hr_gray.png) repeat-x center center;
}
.recruit_main_cnt .rec_main_copy_cnt .rec_title_cnt .title_line {
  width: 70%;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 0 40px;
  margin: 30px auto;
  box-sizing: border-box;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .recruit_main_cnt .rec_main_copy_cnt .rec_title_cnt .title_line {
    font-size: 18px;
    line-height: 22px;
  }
}

.recruit_data_list_cnt {
  width: 100%;
  margin: 0;
  padding: 80px 0 80px 0;
  background: url(../images/bg_green.jpg) repeat center top;
  border-bottom: 33px solid #fff;
}
@media only screen and (max-width: 767px) {
  .recruit_data_list_cnt {
    padding: 40px 0 0px 0;
    border-bottom: 33px solid #fff;
  }
}
.recruit_data_list_cnt .rec_data_box {
  width: 92%;
  max-width: 940px;
  margin: 0px auto 30px auto;
  padding: 30px 0 60px 0;
  box-sizing: border-box;
  background: url(../images/hr_dot_w.png) repeat-x center bottom;
}
.recruit_data_list_cnt .rec_data_box:last-child {
  background: none;
}
@media only screen and (max-width: 767px) {
  .recruit_data_list_cnt .rec_data_box {
    padding: 0px 0 10px 0;
  }
}
.recruit_data_list_cnt .rec_data_box .rec_data_title {
  width: 100%;
  margin: 0px auto 30px auto;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .recruit_data_list_cnt .rec_data_box .rec_data_title {
    font-size: 20px;
  }
}
.recruit_data_list_cnt .rec_data_box .rec_data_table {
  width: 100%;
  margin: 0px auto 30px auto;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.recruit_data_list_cnt .rec_data_box .rec_data_table tr {
  width: 100%;
  background: #fff;
}
.recruit_data_list_cnt .rec_data_box .rec_data_table tr:last-child td, .recruit_data_list_cnt .rec_data_box .rec_data_table tr:last-child th {
  border: none;
}
.recruit_data_list_cnt .rec_data_box .rec_data_table th {
  width: 20%;
  padding: 15px 30px;
  box-sizing: border-box;
  font-size: 16px;
  color: #005D23;
  text-align: left;
  background: #F5F5F5;
  border-bottom: 1px solid #005D23;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .recruit_data_list_cnt .rec_data_box .rec_data_table th {
    font-size: 13px;
    width: 25%;
    padding: 10px 15px;
  }
}
.recruit_data_list_cnt .rec_data_box .rec_data_table td {
  width: 80%;
  padding: 15px 30px;
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
  text-align: left;
  font-weight: normal;
  background: #fff;
  border-bottom: 1px solid #005D23;
}
@media only screen and (max-width: 767px) {
  .recruit_data_list_cnt .rec_data_box .rec_data_table td {
    font-size: 13px;
    width: 75%;
    padding: 10px 15px;
  }
}
.recruit_data_list_cnt .rec_data_box .rec_data_table td p {
  margin: 0;
}
.recruit_data_list_cnt .rec_data_box .rec_data_nodata {
  width: 100%;
  margin: 0px auto 30px auto;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 35px 30px 30px 30px;
  text-align: center;
  color: #000;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .recruit_data_list_cnt .rec_data_box .rec_data_nodata {
    font-size: 16px;
    line-height: 30px;
  }
}
.recruit_data_list_cnt .rec_data_box .rec_data_nodata .sub {
  font-size: 12px;
  line-height: 20px;
}

.recruit_selection_cnt {
  width: 100%;
  margin: 0;
  padding: 80px 0 80px 0;
  background: url(../images/bg_type04.jpg) repeat center top;
}
@media only screen and (max-width: 767px) {
  .recruit_selection_cnt {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.recruit_selection_cnt .rec_selection_box {
  width: 96%;
  max-width: 1090px;
  margin: 0px auto 30px auto;
  padding: 30px 0 60px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .recruit_selection_cnt .rec_selection_box {
    width: 90%;
  }
}
.recruit_selection_cnt .rec_selection_box .rec_sele_step_box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .recruit_selection_cnt .rec_selection_box .rec_sele_step_box {
    flex-wrap: wrap;
  }
}
.recruit_selection_cnt .rec_selection_box .rec_sele_step_box .rec_sele_step_no {
  width: 30%;
  padding: 50px 10px;
  box-sizing: border-box;
  background: #09983F url(../images/bg_green_mini.jpg) no-repeat center center;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .recruit_selection_cnt .rec_selection_box .rec_sele_step_box .rec_sele_step_no {
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 25px;
  }
}
.recruit_selection_cnt .rec_selection_box .rec_sele_step_box .rec_sele_step_no.tp01 {
  background-position: center center;
}
.recruit_selection_cnt .rec_selection_box .rec_sele_step_box .rec_sele_step_no.tp02 {
  background-position: left top;
}
.recruit_selection_cnt .rec_selection_box .rec_sele_step_box .rec_sele_step_no.tp03 {
  background-position: right top;
}
.recruit_selection_cnt .rec_selection_box .rec_sele_step_box .rec_sele_step_no.tp04 {
  background-position: left bottom;
}
.recruit_selection_cnt .rec_selection_box .rec_sele_step_box .rec_sele_step_no.tp05 {
  background-position: right bottom;
}
.recruit_selection_cnt .rec_selection_box .rec_sele_step_box .rec_sele_step_no img {
  width: 50px;
  vertical-align: -5px;
}
.recruit_selection_cnt .rec_selection_box .rec_sele_step_box .rec_sele_step_data {
  width: 65%;
  padding: 0px 0;
}
@media only screen and (max-width: 767px) {
  .recruit_selection_cnt .rec_selection_box .rec_sele_step_box .rec_sele_step_data {
    width: 100%;
  }
}
.recruit_selection_cnt .rec_selection_box .rec_sele_step_box .rec_sele_step_data .rec_sele_step_title {
  font-size: 22px;
  font-weight: bold;
  color: #005D23;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 767px) {
  .recruit_selection_cnt .rec_selection_box .rec_sele_step_box .rec_sele_step_data .rec_sele_step_title {
    font-size: 18px;
    line-height: 22px;
  }
}
.recruit_selection_cnt .rec_selection_box .rec_sele_step_box .rec_sele_step_data .rec_sele_step_txt {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .recruit_selection_cnt .rec_selection_box .rec_sele_step_box .rec_sele_step_data .rec_sele_step_txt {
    font-size: 14px;
    line-height: 21px;
  }
}
.recruit_selection_cnt .rec_selection_box .rec_sele_step_box .rec_sele_step_data .rec_sele_step_txt a {
  color: #000;
  text-decoration: underline;
}
.recruit_selection_cnt .rec_selection_box .rec_sele_step_box .rec_sele_step_data .rec_sele_step_txt a.link_bt_arrow_green {
  font-size: 14px;
  color: #005D23;
  border: 1px solid #005D23;
  padding: 5px 20px 5px 40px;
  display: block;
  margin: 20px 0;
  text-decoration: none;
  background: url(../images/arrow_green.png) no-repeat left center;
  background-size: auto 100%;
  width: 200px;
}
.recruit_selection_cnt .rec_selection_box .rec_sele_arrow {
  width: 100%;
  margin: 20px auto 30px auto;
}
@media only screen and (max-width: 767px) {
  .recruit_selection_cnt .rec_selection_box .rec_sele_arrow {
    margin: 0px auto 30px auto;
  }
}

.recruit_faq_cnt {
  width: 100%;
  margin: 0;
  padding: 80px 0 80px 0;
  background: url(../images/bg_type05.jpg) repeat center top;
}
@media only screen and (max-width: 767px) {
  .recruit_faq_cnt {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.recruit_faq_cnt .rec_faq_box {
  width: 96%;
  max-width: 1090px;
  margin: 0px auto 30px auto;
  padding: 30px 0 60px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .recruit_faq_cnt .rec_faq_box {
    width: 90%;
  }
}
.recruit_faq_cnt .rec_faq_box .rec_qa_box {
  width: 100%;
  background: url(../images/hr_dot_green.png) no-repeat center top;
  background-size: 100% auto;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .recruit_faq_cnt .rec_faq_box .rec_qa_box {
    padding: 10px 0;
  }
}
.recruit_faq_cnt .rec_faq_box .rec_qa_box .rec_q_line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0px auto;
  padding: 10px 0;
  cursor: pointer;
}
.recruit_faq_cnt .rec_faq_box .rec_qa_box .rec_q_line .txt {
  width: calc(100% - 120px);
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  color: #005D23;
}
@media only screen and (max-width: 767px) {
  .recruit_faq_cnt .rec_faq_box .rec_qa_box .rec_q_line .txt {
    width: calc(100% - 90px);
    font-size: 16px;
    line-height: 22px;
  }
}
.recruit_faq_cnt .rec_faq_box .rec_qa_box .display_wrap {
  display: none;
  margin: 0;
  padding: 0;
}
.recruit_faq_cnt .rec_faq_box .rec_qa_box .rec_a_line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0px auto;
  padding: 10px 0;
}
.recruit_faq_cnt .rec_faq_box .rec_qa_box .rec_a_line .txt {
  width: calc(100% - 60px);
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .recruit_faq_cnt .rec_faq_box .rec_qa_box .rec_a_line .txt {
    font-size: 14px;
    line-height: 24px;
    width: calc(100% - 50px);
  }
}
.recruit_faq_cnt .rec_faq_box .rec_qa_box .rec_a_line .txt p {
  margin: 0 !important;
}
.recruit_faq_cnt .rec_faq_box .rec_qa_box .rec_qa_icon {
  width: 44px;
}
@media only screen and (max-width: 767px) {
  .recruit_faq_cnt .rec_faq_box .rec_qa_box .rec_qa_icon {
    width: 33px;
  }
}
.recruit_faq_cnt .rec_faq_box .rec_qa_box .q_arrow {
  width: 44px;
  height: 44px;
  background: url(../images/rec_qa_arrow_down.png) no-repeat center top;
  background-size: 44px;
}
@media only screen and (max-width: 767px) {
  .recruit_faq_cnt .rec_faq_box .rec_qa_box .q_arrow {
    width: 28px;
    height: 28px;
    background: url(../images/rec_qa_arrow_down.png) no-repeat center top;
    background-size: 28px;
  }
}
.recruit_faq_cnt .rec_faq_box .rec_qa_box .q_arrow.open {
  background: url(../images/rec_qa_arrow_up.png) no-repeat center top;
  background-size: 44px;
}
@media only screen and (max-width: 767px) {
  .recruit_faq_cnt .rec_faq_box .rec_qa_box .q_arrow.open {
    background-size: 28px;
  }
}

.initiatives_sosiety_cnt {
  width: 100%;
  margin: 0;
  padding: 80px 0 80px 0;
  background: #F3FFEF url(../images/init_sosiety_bg.jpg) repeat center top;
  background-size: auto 100%;
}
@media only screen and (max-width: 767px) {
  .initiatives_sosiety_cnt {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.initiatives_sosiety_cnt .init_sosiety_image_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.initiatives_sosiety_cnt .init_sosiety_data_box {
  width: 90%;
  max-width: 820px;
  margin: 0 auto;
}
.initiatives_sosiety_cnt .init_sosiety_data_box .init_sosiety_title {
  margin: 10px auto 20px auto;
  background: url(../images/hr_dot_green.png) no-repeat center center;
  text-align: center;
}
.initiatives_sosiety_cnt .init_sosiety_data_box .init_sosiety_title .int_sosiety_inner {
  display: inline-block;
  background: #F3FFEF;
  padding: 10px 40px;
  text-align: center;
  box-sizing: border-box;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0px 20px 0px;
}
@media only screen and (max-width: 767px) {
  .initiatives_sosiety_cnt .init_sosiety_data_box .init_sosiety_title .int_sosiety_inner {
    font-size: 18px;
    font-weight: 600;
    padding: 0px 20px;
    margin: 0 0px 0px 0px;
  }
}
.initiatives_sosiety_cnt .init_sosiety_data_box .init_sosiety_title .int_sosiety_inner .green {
  color: #005D23;
  text-emphasis: filled;
  background: linear-gradient(transparent 54%, #FFFF00 0%);
  padding: 0 0 2px 0;
}
.initiatives_sosiety_cnt .init_sosiety_data_box .init_sosiety_txt {
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .initiatives_sosiety_cnt .init_sosiety_data_box .init_sosiety_txt {
    font-size: 14px;
    line-height: 24px;
  }
}
.initiatives_sosiety_cnt .init_sosiety_data_box .init_sosiety_txt .green {
  color: #005D23;
  font-weight: 600;
}

.initiatives_solar_cnt {
  width: 100%;
  margin: 0;
  padding: 80px 0 80px 0;
  background: #F3FFEF url(../images/bg_type06.jpg) repeat center top;
  background-size: auto 100%;
}
@media only screen and (max-width: 767px) {
  .initiatives_solar_cnt {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.initiatives_solar_cnt .init_solar_image_box {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.initiatives_solar_cnt .init_solar_data_box {
  width: 90%;
  max-width: 820px;
  margin: 0px auto;
}
.initiatives_solar_cnt .init_solar_data_box .init_solar_txt {
  font-size: 16px;
  line-height: 30px;
  margin: 20px auto;
}
@media only screen and (max-width: 767px) {
  .initiatives_solar_cnt .init_solar_data_box .init_solar_txt {
    font-size: 14px;
    line-height: 24px;
  }
}
.initiatives_solar_cnt .init_solar_data_box .init_solar_txt .green {
  color: #005D23;
  font-weight: 600;
}
.initiatives_solar_cnt .init_solar_data_box .init_solar_txt .ul {
  color: #005D23;
  font-weight: 600;
  background: linear-gradient(transparent 54%, #FFFF00 0%);
  padding: 0 0 2px 0;
}
.initiatives_solar_cnt .init_solar_data_box .int_waku_cnt {
  width: 90%;
  max-width: 830px;
  margin: 40px auto;
  border: 1px solid #09983F;
  border-radius: 5px;
  padding: 20px 20px 10px 20px;
  box-sizing: border-box;
  text-align: center;
}
.initiatives_solar_cnt .init_solar_data_box .int_waku_cnt .int_waku_title {
  width: 60%;
  height: 40px;
  background: #09983F;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  margin: -40px auto 20px auto;
}
.initiatives_solar_cnt .init_solar_data_box .int_waku_cnt .int_data_line {
  font-size: 30px;
  font-weight: 500;
  color: #09983F;
}
.initiatives_solar_cnt .init_solar_data_box .int_waku_cnt .sub {
  display: block;
  font-size: 12px;
}

.initiatives_interaction_cnt {
  width: 100%;
  margin: 0;
  padding: 80px 0 180px 0;
  background: #F3FFEF url(../images/init_sosiety_bg.jpg) repeat center top;
  background-size: 100% auto;
}
.initiatives_interaction_cnt .init_interact_data_box {
  width: 90%;
  max-width: 820px;
  margin: 0 auto;
}
.initiatives_interaction_cnt .init_interact_data_box .init_interact_title {
  margin: 10px auto 20px auto;
  font-weight: 600;
  color: #005D23;
  text-align: center;
}
.initiatives_interaction_cnt .init_interact_data_box .init_interact_title .int_interact_inner {
  font-weight: 600;
  color: #005D23;
  border-bottom: 1px solid #005D23;
  display: inline-block;
  padding: 0 0 5px 0;
}
.initiatives_interaction_cnt .init_interact_data_box .init_interact_txt {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.initiatives_interaction_cnt .init_interact_data_box .init_interact_txt .green {
  color: #005D23;
  font-weight: 600;
}

.contact_form_cnt {
  width: 96%;
  margin: 0 auto;
  padding: 80px 2% 80px 2%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .contact_form_cnt {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.contact_form_cnt .cont_read_box {
  width: 100%;
  max-width: 930px;
  margin: 0 auto 30px auto;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact_form_cnt .cont_read_box {
    font-size: 12px;
    line-height: 20px;
  }
}
.contact_form_cnt .cont_read_box .t_red {
  color: #dd0000;
}
.contact_form_cnt .cont_read_box .t_sub {
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .contact_form_cnt .cont_read_box .t_sub {
    font-size: 10px;
    line-height: 14px;
  }
}
.contact_form_cnt .cont_form_box {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}
.contact_form_cnt .cont_form_box .cont_form_table {
  width: 100%;
}
.contact_form_cnt .cont_form_box .cont_form_table .cont_form_line {
  border-top: 1px dotted #A8C1B2;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.contact_form_cnt .cont_form_box .cont_form_table .cont_form_line .cont_form_title {
  padding: 15px 30px;
  color: #005D23;
  background: #F0F9F3;
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  width: 24%;
  box-sizing: border-box;
}
.contact_form_cnt .cont_form_box .cont_form_table .cont_form_line .cont_form_title .t_red {
  color: #dd0000;
}
@media only screen and (max-width: 767px) {
  .contact_form_cnt .cont_form_box .cont_form_table .cont_form_line .cont_form_title {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
  }
}
.contact_form_cnt .cont_form_box .cont_form_table .cont_form_line .cont_form_data {
  padding: 15px 30px;
  font-size: 16px;
  line-height: 40px;
  font-weight: normal;
  width: 76%;
  box-sizing: border-box;
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .contact_form_cnt .cont_form_box .cont_form_table .cont_form_line .cont_form_data {
    padding: 10px 0px 30px 0px;
    font-size: 14px;
    line-height: 35px;
    width: 100%;
  }
}
.contact_form_cnt .cont_form_box .cont_form_table .cont_form_line .cont_form_data p {
  margin: 0 !important;
  padding: 0 !important;
}
.contact_form_cnt .cont_form_box .cont_form_table .cont_form_line .cont_form_data .t_sub {
  font-size: 11px;
  line-height: 15px;
}
.contact_form_cnt .cont_form_box .cont_form_table .cont_form_line .cont_form_data.lh_20 {
  line-height: 20px;
}
.contact_form_cnt .cont_form_box .cont_form_table .cont_form_line .cont_form_bt {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

.contact_mail_cnt {
  width: 100%;
  margin: 0;
  padding: 80px 0 80px 0;
  background: #F2FAF5;
  background-size: auto 100%;
}
@media only screen and (max-width: 767px) {
  .contact_mail_cnt {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.contact_mail_cnt .cont_mail_box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.contact_tel_cnt {
  width: 100%;
  margin: 0;
  background: #F2FAF5;
  padding: 80px 0 80px 0;
}
@media only screen and (max-width: 767px) {
  .contact_tel_cnt {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.contact_tel_cnt .cont_tel_box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.cont_waku_box {
  width: 90%;
  max-width: 930px;
  margin: 70px auto 40px auto;
  border: 1px solid #005D23;
  border-radius: 5px;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .cont_waku_box {
    margin: 50px auto 10px auto;
  }
}
.cont_waku_box .cont_waku_title {
  width: 40%;
  height: 50px;
  background: #005D23;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  margin: -40px auto 20px auto;
}
@media only screen and (max-width: 767px) {
  .cont_waku_box .cont_waku_title {
    width: 70%;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
  }
}
.cont_waku_box .cont_waku_data {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
.cont_waku_box .cont_waku_data .cont_waku_mail {
  font-size: 40px;
  font-weight: bold;
  color: #005D23;
  margin: 30px 0 30px 0;
}
@media only screen and (max-width: 767px) {
  .cont_waku_box .cont_waku_data .cont_waku_mail {
    font-size: 20px;
    margin: 20px 0 15px 0;
  }
}
.cont_waku_box .cont_waku_data .cont_waku_tel {
  font-size: 50px;
  font-weight: bold;
  color: #005D23;
  margin: 30px 0 30px 0;
}
@media only screen and (max-width: 767px) {
  .cont_waku_box .cont_waku_data .cont_waku_tel {
    font-size: 30px;
    margin: 20px 0 15px 0;
  }
}
.cont_waku_box .cont_waku_data .t_sub {
  font-size: 11px;
  line-height: 15px;
}
.cont_waku_box .cont_waku_data a {
  color: #005D23;
}

.privacy_main_cnt {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  padding-top: 68px;
  padding-bottom: 160px;
  font-size: 14px;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .privacy_main_cnt {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.privacy_main_cnt .privacy_box {
  width: 100%;
  margin: 30px auto;
}
@media only screen and (max-width: 767px) {
  .privacy_main_cnt .privacy_box {
    width: 90%;
  }
}
.privacy_main_cnt .privacy_box h2 {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  margin: 30px 0 10px 0;
  padding: 0;
}
.privacy_main_cnt .privacy_box ol, .privacy_main_cnt .privacy_box ul {
  margin-bottom: 20px;
  padding-left: 2em;
}
.privacy_main_cnt .privacy_box .txt_sub_box {
  margin: 20px 0;
  border: 1px solid #ccc;
  padding: 10px 20px;
}
.privacy_main_cnt .privacy_box .txt_right {
  text-align: right;
  margin: 30px 0;
}
.privacy_main_cnt .privacy_box .nst01 {
  width: 100%;
  margin: 0;
  padding: 0 0 0 1em;
  box-sizing: border-box;
}
.privacy_main_cnt .privacy_box table {
  line-height: 20px;
}
.privacy_main_cnt .privacy_box table th {
  padding: 2px 0;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
.privacy_main_cnt .privacy_box table td {
  padding: 2px 0;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .privacy_main_cnt .privacy_box ol, .privacy_main_cnt .privacy_box ul {
    margin-bottom: 20px;
    padding-left: 1.5em;
  }
}

/*--------- NEWS ----------*/
.news_main_cnt {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  padding-top: 68px;
  padding-bottom: 160px;
  font-size: 14px;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .news_main_cnt {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.news_main_cnt .news_box {
  width: 100%;
  margin: 30px auto;
}
@media only screen and (max-width: 767px) {
  .news_main_cnt .news_box {
    width: 90%;
  }
}
.news_main_cnt .news_box h2 {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  margin: 30px 0 10px 0;
  padding: 0;
}
.news_main_cnt .news_box ol, .news_main_cnt .news_box ul {
  margin-bottom: 20px;
  padding-left: 2em;
}
.news_main_cnt .news_box .txt_sub_box {
  margin: 20px 0;
  border: 1px solid #ccc;
  padding: 10px 20px;
}
.news_main_cnt .news_box .txt_right {
  text-align: right;
  margin: 30px 0;
}
.news_main_cnt .news_box table {
  line-height: 20px;
}
.news_main_cnt .news_box table th {
  padding: 2px 0;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
.news_main_cnt .news_box table td {
  padding: 2px 0;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .news_main_cnt .news_box ol, .news_main_cnt .news_box ul {
    margin-bottom: 20px;
    padding-left: 1.5em;
  }
}

/*----------------------------------------
NEWS
----------------------------------------*/
.news_main_cnt {
  width: 90%;
  max-width: 823px;
  margin: 0px auto;
  padding: 60px 0;
}
.news_main_cnt .title_date {
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #888;
}
.news_main_cnt .news_box {
  width: 90%;
  max-width: 823px;
  margin: 0px auto;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 100px;
}
.news_main_cnt .news_box a {
  text-decoration: underline;
  color: #005D23;
}

.news_list_line {
  width: 100%;
  border-bottom: 1px dashed #ccc;
}
.news_list_line .news_acv_line {
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 0;
  border-top: 1px dashed #ccc;
}
@media only screen and (max-width: 767px) {
  .news_list_line .news_acv_line {
    flex-wrap: wrap;
  }
}
.news_list_line .news_acv_line .news_list_cat {
  width: 10%;
  text-align: center;
  margin: 0;
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  font-weight: 400;
  background: #09983F;
  letter-spacing: 0.1em;
  padding: 1px 0;
}
@media only screen and (max-width: 767px) {
  .news_list_line .news_acv_line .news_list_cat {
    width: 20%;
  }
}
.news_list_line .news_acv_line .news_list_date {
  width: 15%;
  text-align: center;
  margin: 0;
  font-size: 11px;
  line-height: 15px;
  color: #aaa;
  padding: 1px 10px;
}
@media only screen and (max-width: 767px) {
  .news_list_line .news_acv_line .news_list_date {
    width: 30%;
  }
}
.news_list_line .news_acv_line .news_list_txt {
  width: 70%;
  margin: 0;
  font-size: 16px;
  line-height: 15px;
  padding: 1px 0px;
  color: #666;
}
.news_list_line .news_acv_line .news_list_txt a {
  color: #005D23;
}
.news_list_line .news_acv_line .news_list_txt a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .news_list_line .news_acv_line .news_list_txt {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

a.news_back_bt {
  border: 1px solid #005D23;
  width: 120px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #005D23;
  background: #fff;
  margin: 35px auto;
  border-radius: 3px;
  padding: 5px 30px !important;
  display: block;
}

.wp-pagenavi {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  border: 1px solid #005D23;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #005D23;
  background: #fff;
  margin: 5px;
  border-radius: 3px;
  padding: 0 !important;
}
.wp-pagenavi a.page {
  border: 1px solid #005D23;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #005D23;
  background: #fff;
  margin: 5px;
  border-radius: 3px;
  padding: 0 !important;
}
.wp-pagenavi .current {
  border: 1px solid #005D23;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #005D23;
  margin: 5px;
  border-radius: 3px;
  padding: 0 !important;
}

.pagination-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pagination-box .page-numbers.current {
  border: 1px solid #005D23;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #005D23;
  margin: 5px;
  border-radius: 3px;
}
.pagination-box a.page-numbers {
  border: 1px solid #005D23;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #005D23;
  background: #fff;
  margin: 5px;
  border-radius: 3px;
}
.pagination-box a.page-numbers.next, .pagination-box a.page-numbers.next {
  width: 80px;
  font-size: 12px;
}

/*----------------------------------------
common
----------------------------------------*/
/*--------項目タイトル---------*/
.title_cnt {
  text-align: center;
  background: url(../images/title_bg_hr.png) no-repeat center bottom;
  margin: 0 auto 50px auto;
  padding-bottom: 13px;
}
.title_cnt.t_white {
  color: #fff;
  background: url(../images/title_bg_hr_w.png) no-repeat center bottom;
  margin: 0 auto 50px auto;
}
.title_cnt .title_jp {
  font-weight: 600;
  font-size: 30px;
  line-height: 50px;
}
.title_cnt .title_jp.t_white {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .title_cnt .title_jp {
    font-size: 20px;
    line-height: 30px;
  }
}
.title_cnt .title_en {
  font-weight: 100;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.25em;
  color: #444;
}
.title_cnt .title_en.t_white {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .title_cnt .title_en {
    font-size: 9px;
    line-height: 20px;
  }
}

/*----------------------------------------
common
----------------------------------------*/
/*--------項目タイトル---------*/
.title_cnt {
  text-align: center;
  background: url(../images/title_bg_hr.png) no-repeat center bottom;
  margin: 0 auto 50px auto;
  padding-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .title_cnt {
    margin: 0 auto 20px auto;
  }
}
.title_cnt.t_white {
  color: #fff;
  background: url(../images/title_bg_hr_w.png) no-repeat center bottom;
  margin: 0 auto 50px auto;
}
.title_cnt .title_jp {
  font-weight: 600;
  font-size: 30px;
  line-height: 50px;
}
.title_cnt .title_jp.t_white {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .title_cnt .title_jp {
    font-size: 20px;
    line-height: 30px;
  }
}
.title_cnt .title_en {
  font-weight: 100;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.25em;
  color: #444;
}
.title_cnt .title_en.t_white {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .title_cnt .title_en {
    font-size: 9px;
    line-height: 20px;
  }
}

/*--------シンプルテーブル---------*/
.simple_table th {
  padding: 0 20px 0 0 !important;
  margin: 0 !important;
  border-bottom: none !important;
  white-space: nowrap !important;
  font-weight: normal !important;
  color: #393939 !important;
  width: 10em !important;
  background: none !important;
}
.simple_table td {
  padding: 0 20px 0 0 !important;
  margin: 0 !important;
  border-bottom: none !important;
  white-space: nowrap;
  width: 10em !important;
}

.txt_grn {
  color: #09983F;
}

.txt_grn_dk {
  color: #005D23;
}

.txt_b {
  font-weight: bold;
}

.wapper {
  overflow: hidden;
}

.pc_only {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.pc_only_il {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .pc_only_il {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

.ul {
  background: linear-gradient(transparent 54%, #FFFF00 0%);
  padding: 0 0 2px 0;
}

.clear {
  clear: both;
  height: 0;
}

.vspace10 {
  clear: both;
  line-height: 0;
  height: 10px;
}

.vspace20 {
  clear: both;
  line-height: 0;
  height: 20px;
}

.vspace50 {
  clear: both;
  line-height: 0;
  height: 50px;
}

.vspace100 {
  clear: both;
  line-height: 0;
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .vspace100 {
    height: 40px;
  }
}

.vspace200 {
  clear: both;
  line-height: 0;
  height: 200px;
}

input, textarea, select {
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 2px;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  display: block;
  padding: 3px 10px;
}

textarea {
  width: 100%;
  height: 100px;
}

select {
  width: auto;
}

input[type=file] {
  border: none;
  padding: 3px 0px;
}

input[type=file] {
  border: none;
  padding: 3px 0px;
}

input[type=button].cont_bt_send {
  width: 80%;
  max-width: 400px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #005D23;
  border: none;
  padding: 10px;
  margin: 20px auto;
}
input[type=button].cont_bt_send:hover {
  background: #09983F;
}

input[type=submit].cont_bt_send {
  width: 80%;
  max-width: 400px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #005D23;
  border: none;
  padding: 10px;
  margin: 20px auto;
}
input[type=submit].cont_bt_send:hover {
  background: #09983F;
}

input[type=radio] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

span.wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 10px;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

span.wpcf7-list-item-label::before {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}

span.wpcf7-list-item-label::after {
  background-color: #005D23;
  border-radius: 50%;
  opacity: 0;
  width: 14px;
  height: 14px;
  left: 9px;
}

input:checked + span.wpcf7-list-item-label::after {
  opacity: 1;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

/*# sourceMappingURL=style.css.map */
