@charset "UTF-8";
/* ===========================
--- Variables
============================*/
/* ===========================
--- top_text
============================*/
.top_text {
  display: block;
  text-align: left;
  max-width: 720px;
  margin: 0 auto 30px auto;
  font-size: 1.0625rem;
  line-height: 200%;
  text-align: justify;
}

@media (max-width: 841px) {
  .top_text {
    width: 90%;
  }
}
@media (max-width: 769px) {
  .top_text {
    font-size: 0.9375rem;
    margin: 0 auto;
  }
}
/* ===========================
--- sub_page
============================*/
#sub_page {
  display: block;
  margin: auto;
  width: 100%;
}

.sub_page_white {
  display: block;
  margin: 40px auto 20px auto;
  padding: 40px 0;
  width: 100%;
  background: #fff;
}
.sub_page_white .sub_page_img {
  margin: 20px 0;
}

.post-18 .sub_page_img {
  margin: 0 0 20px 0;
}

@media (max-width: 769px) {
  .sub_page_white {
    margin: 0 auto 20px auto;
    padding: 10px 0;
  }
}
.sub_page_body {
  display: block;
  width: 1045px;
  height: auto;
  margin: 20px auto;
}

@media (max-width: 1046px) {
  .sub_page_body {
    width: 100%;
  }
}
/* ===========================
--- sub_title
============================*/
.sub_title_top {
  position: relative;
  display: block;
  margin: 0 auto 30px auto;
  text-align: center;
  color: #5aa11a;
  font-size: 2rem;/*1.315*/
  font-weight: 500;
}

.sub_title {
  position: relative;
  display: inline-block;
  padding: 0 0 5px 0;
  margin: 0 0 0 0;
  color: #5aa11a;
  font-size: 1.4375rem;
  font-weight: 500;
}

.sub_title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #5aa11a;
}

.structure_title {
  padding: 20px 0 5px 0;
  margin: auto;
}

@media (max-width: 941px) {
  .sub_title_top,
.sub_title {
    font-size: 1.25rem;
  }
}
@media (max-width: 841px) {
  .sub_title_top,
.sub_title {
    font-size: 1.125rem;
    margin: 0 0 30px 15px;
  }
}
@media (max-width: 769px) {
  .sub_title_top,
.sub_title {
    width: 100%;
    font-size: 1rem;
    margin: 0 auto 20px auto;
  }

  .sub_title::after {
    height: 1px;
    left: 10px;
    right: 10px;
  }
}
/* ===========================
--- sub_page_img
============================*/
.sub_page_img {
  display: block;
  text-align: center;
  margin: 20px 0 20px 0;
  padding: 10px;
}
.sub_page_img img {
  margin: auto;
  border-radius: 8px;
}

/* ===========================
--- sub_page_text
============================*/
.sub_page_text {
  display: block;
  margin: 20px auto;
  padding: 0;
  text-align: justify;
}
.sub_page_text p {
  font-size: 1rem;
  line-height: 180%;
  text-align: justify;
}

.sub_page_text_2 {
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: justify;
}
.sub_page_text_2 p {
  font-size: 1rem;
  line-height: 180%;
  text-align: justify;
}

.sub_page_data {
  font-size: 1rem;
}

@media (max-width: 1025px) {
  .sub_page_data {
    padding: 0 15px;
  }
}
@media (max-width: 841px) {
  .sub_page_text p,
.sub_page_text_2 p {
    font-size: 0.9375rem;
    line-height: 180%;
  }
}
@media (max-width: 769px) {
  .sub_page_text,
.sub_page_text_2 {
    padding: 0 15px;
  }
  .sub_page_text p,
.sub_page_text_2 p {
    font-size: 0.875rem;
    line-height: 180%;
  }
}
.wholesale_bold {
  font-weight: bold;
}

/* ===========================
--- structure
============================*/
.structure_top_img {
  display: block;
  text-align: center;
}
.structure_top_img img {
  padding: 0;
  margin: 0 auto 40px auto;
  width: auto;
}

@media (max-width: 769px) {
  .structure_top_img img {
    margin: 0 auto 0 auto;
  }
}
#structure_info {
  display: block;
  width: 100%;
  padding: 20px 0;
  background: #fff;
}

#structure_info2 {
  display: block;
  width: 100%;
  padding: 20px 0;
}

.structure2_box {
  display: block;
  margin: 0 auto 0 auto;
  width: 100%;
  height: 100%;
  padding: 20px 20px 10px 20px;
  background: #fff;
  border-radius: 8px;
}

.structure2_img {
  text-align: center;
}
.structure2_img img {
  border-radius: 8px;
}

.structure2_title {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  color: #5aa11a;
  background: #e9f2df;
  margin: 0 0 15px 0;
  border-radius: 8px;
}
.structure2_title span {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
}

.structure_waku {
  margin: 0 0 30px 0;
}

.structure2_white {
  display: block;
}

@media (max-width: 1046px) {
  .structure2_box {
    width: 100%;
  }

  .structure2_title {
    font-size: 0.9375rem;
  }
}
@media (max-width: 841px) {
  .structure_waku {
    background: #fff;
  }

  .structure2_box {
    width: 100%;
    padding: 20px 0 10px 0;
    border-radius: 0px;
    margin: 0 auto 0 auto;
  }

  .structure2_title {
    margin: 0 auto 15px auto;
    width: 94%;
  }
}
.structure3_box {
  display: block;
  margin: 0 auto 30px auto;
  max-width: 1025px;
  padding: 20px 20px 5px 20px;
  background: #fff;
  border-radius: 8px;
}

.structure3_title {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  color: #5aa11a;
  background: #e9f2df;
  margin: 3px 0 15px 0;
  border-radius: 8px;
  line-height: 170%;
}
.structure3_title span {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
}

@media (max-width: 1046px) {
  .structure3_box {
    width: 100%;
    border-radius: 0px;
    padding: 20px 25px 10px 25px;
  }

  .structure3_title {
    font-size: 0.9375rem;
  }
  .structure3_title span {
    font-size: 1.125rem;
  }
}
@media (max-width: 769px) {
  .structure3_box {
    width: 94%;
    margin: 10px auto;
  }
}
/* ===========================
--- wholesale
============================*/
#wholesale_box {
  display: block;
  width: 100%;
  margin: 40px auto 0 auto;
  padding: 40px 0;
  background: #fff;
}

.wholesale_flow_title {
  display: block;
  text-align: center;
  width: 95%;
  padding: 5px 0;
  margin: 0 auto 15px auto;
  color: #fff;
  background: #5aa11a;
  font-size: 1.125rem;
  border-radius: 4px;
  font-weight: 200;
}

.wholesale_flow_img {
  position: relative;
  display: block;
  text-align: center;
  width: 80%;
  margin: auto;
}

.wholesale_flow_text {
  display: block;
  padding: 0 0 5px 0;
  text-align: center;
  font-size: 0.875rem;
  line-height: 20px;
}

.wholesale_arrow {
  position: absolute;
  top: 35%;
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #58a020;
  border-right: 0;
}

.wholesale_arrow2 {
  position: absolute;
  display: none;
  top: 35%;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #58a020;
  border-right: 0;
}

.wholesale_aki {
  display: block;
  height: 1;
}

@media (max-width: 1200px) {
  .wholesale_flow_title {
    font-size: 0.9375rem;
    width: 100%;
  }

  .wholesale_flow_text {
    font-size: 0.8125rem;
    line-height: 15px;
  }

  .wholesale_flow_img {
    width: 70%;
  }

  .wholesale_arrow {
    right: -20px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #58a020;
  }

  .wholesale_arrow2 {
    display: block;
  }
}
@media (max-width: 769px) {
  #wholesale {
    margin: 0 auto 20px auto;
  }

  .wholesale_waku {
    margin: 0;
  }

  .wholesale_flow_img {
    width: 75%;
  }

  .wholesale_arrow,
.wholesale_arrow2 {
    top: 38%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #58a020;
  }
}
@media (max-width: 1046px) {
  #wholesale_box {
    padding: 40px 0 0 0;
  }
}
/* ===========================
--- word
============================*/
.work_odd,
.work_even {
  display: block;
  width: 100%;
  padding: 40px 0;
}

.work_odd {
  background: #fff;
}

/* ===========================
--- about_us
============================*/
#about_us {
  position: relative;
  display: block;
  width: 100%;
  background: url("../item/kye_color.jpg") top left repeat-x #fff;
  border: 3px solid #58a020;
  margin: 40px auto;
  border-radius: 20px;
  z-index: 5;
}

@media (max-width: 769px) {
  #about_us {
    width: 95%;
  }
}
#about_us::after {
  position: absolute;
    display: inline-block;
  content: "  ";
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  color: #58a020;
  padding: 20px 0 0 10px;
  top: -10px;
  right: 25%;
  width: 90px;
  height: 90px;
  background: #fff;
    background-image: url('https://naranikka.co.jp/wordpress/wp-content/uploads/2024/12/content_can.jpg');
    background-position: center;
	background-size: 100％;
	background-repeat: no-repeat;
  border: 2px solid #58a020;
  border-radius: 50%;
  z-index: 6;
}

/*
#about_us::after {
  position: absolute;
  content: "出来る・可能  ";
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  color: #58a020;
  padding: 20px 0 0 10px;
  top: -10px;
  right: 25%;
  width: 90px;
  height: 90px;
  background: #fff;
  border: 2px solid #58a020;
  border-radius: 50%;
  transform: rotate(10deg);
  z-index: 6;
}
*/

#about_us_box_title {
  position: absolute;
  top: 10px;
  left: -1px;
  right: -1px;
  height: 60px;
  background: #58a020;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 2px;
  z-index: 1;
}

#about_us_top {
  position: relative;
  display: block;
  margin: 10px 0 0;
  padding: 75px 0 0 0;
  width: 100%;
  height: 100px;
  background: #fff;
  text-align: center;
}

.about_us_toptext {
  position: relative;
  display: inline-block;
  color: #000;
  font-weight: normal;
  padding: 0 25px;
  font-size: 1.125rem;
}

.about_us_toptext::after {
  position: absolute;
  content: "";
  top: 15px;
  left: -100px;
  width: 100px;
  height: 1px;
  background: #000;
}

.about_us_toptext::before {
  position: absolute;
  content: "";
  top: 15px;
  right: -100px;
  width: 100px;
  height: 1px;
  background: #000;
}

#about_us_content2 {
  position: relative;
  width: 97%;
  padding: 10px;
  margin: 20px auto 10px auto;
}

.about_us_waku_1 {
  position: relative;
  width: 100%;
  height: 220px;
  margin: 0 0 20px 0;
  padding: 10px;
  background: #e9ebf5;
  border-radius: 10px;
}

.about_us_waku_2 {
  position: relative;
  width: 100%;
  height: 220px;
  margin: 0 0 20px 0;
  padding: 10px;
  background: #e9f0c6;
  border-radius: 10px;
}

.about_us_title_1,
.about_us_title_2 {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  margin: 25px auto;
  color: #fff;
  background: #5aa11a;
  font-size: 1.25rem;
  border-radius: 4px;
  font-weight: 200;
}

.about_us_title_1 {
  display: none;
}

.representative {
  padding: 0 20px;
}

@media (max-width: 841px) {
  .about_us_title_1 {
    display: block;
    display: inline-block !important;
  }

  .about_us_title_2 {
    display: none;
  }
}
#about_us_content {
  position: relative;
  display: block;
  width: 95%;
  margin: 20px auto;
  padding: 10px;
  background: #f4ece0;
  border-radius: 10px;
}

.we_5 {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  line-height: 500px;
  text-align: center;
}
.we_5 p {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin: -70px 0 0 -70px;
  text-align: center;
  font-size: 2.125rem;
  color: #fff;
  font-weight: 500;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  line-height: 140px;
  background: #ea9811;
  z-index: 10;
}

.we_a,
.we_n {
  position: relative;
  display: block;
  width: 100%;
  height: 190px;
  line-height: 190px;
  text-align: center;
}
.we_a p,
.we_n p {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin: -70px 0 0 -70px;
  text-align: center;
  font-size: 2.125rem;
  color: #fff;
  font-weight: 500;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  line-height: 140px;
  background: #4a5bab;
  z-index: 10;
}

.we_n p {
  background: #97ae2a;
}

.about_us_compliance,
.about_us_compliance_2,
.about_us_compliance_3 {
  display: inline-block;
  width: 100%;
  height: 220px;
  border: 1px solid #ea9811;
  border-radius: 8px;
  background: #fff;
  padding: 20px 10px;
  margin: 10px auto;
}

.about_us_compliance_2 {
  border: 1px solid #4a5bab;
  height: 190px;
}

.about_us_compliance_3 {
  border: 1px solid #97ae2a;
  height: 190px;
}

.about_content_title,
.about_content_title_2,
.about_content_title_3 {
  display: block;
  text-align: center;
  padding: 3px 5px;
  background: #ea9811;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
}

.about_content_title_2 {
  background: #4a5bab;
}

.about_content_title_3 {
  background: #97ae2a;
}

.bold,
.bold_2,
.bold_3 {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #ea9811;
  font-weight: 500;
  margin: 5px 0 10px 0;
}

.bold_2 {
  color: #4a5bab;
}

.bold_3 {
  color: #97ae2a;
}

@media (max-width: 941px) {
  #about_us::after {
    top: -10px;
    right: 20px;
  }

  .about_us_toptext {
    font-size: 1rem;
  }

  .about_us_toptext::after {
    left: -50px;
    width: 50px;
    height: 1px;
    background: #000;
  }

  .about_us_toptext::before {
    right: -50px;
    width: 50px;
  }

  .about_us_compliance,
.about_us_compliance_2,
.about_us_compliance_3,
.about_us_waku_1,
.about_us_waku_2 {
    height: auto;
  }

  .about_us_waku_1,
.about_us_waku_2 {
    margin: 0 0 10px 0;
  }

  .we_5,
.we_a,
.we_n {
    height: 150px;
    line-height: 150px;
  }
  .we_5 p,
.we_a p,
.we_n p {
    font-size: 1.875rem;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
@media (max-width: 841px) {
  .we_5,
.we_a,
.we_n {
    height: 150px;
    line-height: 150px;
  }

  .about_content_title,
.about_content_title_2,
.about_content_title_3 {
    font-size: 1rem;
  }

  .bold,
.bold_2,
.bold_3 {
    font-size: 0.875rem;
  }

  .about_us_title {
    padding: 3px 16px;
    margin: 0 auto 20px auto;
    font-size: 1rem;
  }

  #about_us::after {
    font-size: 1rem;
    padding: 20px 0 0 10px;
    top: -10px;
    right: 20px;
  }

  #about_us_box_title {
    font-size: 1.375rem;
    height: 50px;
    line-height: 40px;
  }

  .about_us_toptext {
    font-size: 1rem;
    padding: 0 5px;
  }

  .about_us_toptext::after {
    left: -20px;
    width: 20px;
    height: 1px;
    background: #000;
  }

  .about_us_toptext::before {
    right: -20px;
    width: 20px;
  }

  #about_us::after {
    font-size: 0.9375rem;
    padding: 15px 0 0 10px;
    top: -10px;
    right: 10px;
    width: 80px;
    height: 80px;
  }

  #about_us_content2 {
    position: relative;
    width: 100%;
    padding: 0 20px;
    margin: 20px auto 0px auto;
  }

  .representative_img {
    text-align: center;
  }
  .representative_img img {
    width: 80%;
    margin: auto;
  }
}
#about_menu {
  display: block;
  width: 100%;
  text-align: center;
  margin: 40px auto;
  overflow: hidden;
  text-align: center;
}
#about_menu a {
  display: inline-block;
  width: 100%;
  height: 35px;
  line-height: 30px;
  margin: 0 auto 15px auto;
  text-align: center;
  border: 1px solid #5aa11a;
  background-color: #FFF;
}
@media (max-width: 1020px) {
  #about_menu #about_menu {
    width: 60%;
  }
}
#about_menu a:hover {
  background: #5aa11a;
}
#about_menu a {
  display: block;
  color: #5aa11a;
}
#about_menu a:hover {
  color: #fff;
}
#about_menu .current {
  background: #5aa11a !important;
}
#about_menu a.current {
  color: #fff !important;
}

#recruit #about_menu a {
  border: 1px solid #023581;
  color: #023581;
}
#recruit #about_menu a:hover {
  background: #255eb3;
  color: #fff;
}
#recruit #about_menu .current {
  background: #023581 !important;
}

@media (max-width: 1020px) {
  #about_menu {
    width: 700px !important;
  }

  a {
    font-size: 0.875rem;
    width: 45%;
  }
}
@media (max-width: 720px) {
  #about_menu {
    width: 90% !important;
  }
}
/* ===========================
--- sub_page_text_2
============================*/
.sub_page_text_2 {
  display: block;
  margin: auto;
  padding: 0 5px;
  font-size: 1rem;
  line-height: 140%;
}

@media (max-width: 841px) {
  .sub_page_text_2 {
    font-size: 0.875rem;
    line-height: 180%;
  }
}
@media (max-width: 769px) {
  .sub_page_text_2 {
    padding: 0;
  }
}
/* ===========================
--- sub_page_gaiyou
============================*/
#sub_page_gaiyou,
#sub_page_gaiyou_2 {
  position: relative;
  display: block;
  width: 800px;
  padding: 80px 10px 10px 10px;
  margin: 0 auto 40px auto;
  border-radius: 10px;
  background: #FFF;
}

@media (max-width: 820px) {
  #sub_page_gaiyou,
#sub_page_gaiyou_2 {
    width: 90%;
  }
}
.about_title {
  position: absolute;
  display: block;
  top: -15px;
  left: 0;
  width: 100%;
  text-align: center;
}
.about_title p {
  display: inline-block;
  padding: 3px 10px;
  background: #5aa11a;
  border-radius: 6px;
  color: #FFF;
  font-size: 1.125rem;
}

#g_map {
  display: block;
  width: 100%;
  padding: 0 0 40px 0;
  margin: 20px auto 0 auto;
  height: 490px;
  text-align: center;
  background: #f7f4ef;
}
#g_map iframe {
  width: 80%;
  height: 450px;
}

@media (max-width: 841px) {
  #g_map iframe {
    width: 100%;
    height: 400px;
  }
}
#sub_page_gaiyou_2 img {
  border-radius: 6px;
}
#sub_page_gaiyou_2 h5 {
  color: #5aa11a;
  font-size: 1.125rem;
  font-weight: 500;
}

/* ===========================
--- sub_page_security
============================*/
#sub_page_security {
  position: relative;
  display: block;
  width: 1045px;
  margin: auto;
}

.sub_page_security_inner {
  position: relative;
  display: block;
  padding: 40px 30px 30px 30px;
  margin: 40px auto 40px auto;
  border-radius: 10px;
  background: #FFF;
}

.sub_security_img {
  display: block;
  padding: 20px 0 0 0;
}
.sub_security_img img {
  border-radius: 6px;
}

@media (max-width: 820px) {
  #sub_page_security {
    width: 100%;
    padding: 40px 10px 10px 10px;
  }

  .sub_page_security_inner {
    padding: 30px 10px 20px 10px;
    margin: 20px auto 40px auto;
  }
}
.security_title {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px auto;
}
.security_title p {
  display: inline-block;
  padding: 3px 10px;
  margin: auto;
  background: #5aa11a;
  border-radius: 6px;
  color: #FFF;
  font-size: 1.125rem;
}

.sub_page_security_box {
  display: block;
  padding: 15px 10px;
  margin: 40px auto;
  width: 100%;
  background: #fff;
  border: 1px solid #58a020;
}

.sub_title_security {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  width: 100%;
  text-align: left;
  margin: 0 auto 10px auto;
}
.sub_title_security p {
  display: inline-block;
  margin: auto;
  padding: 5px 0;
  color: #58a020;
  font-weight: 500;
  font-size: 1.25rem;
}

.sub_title_security::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #58a020;
}

.sub_title_security::before {
  position: absolute;
  content: "";
  top: 14px;
  left: 3px;
  width: 18px;
  height: 13px;
  border-left: 2px solid #58a020;
  border-bottom: 2px solid #58a020;
  transform: rotate(-50deg);
}

#sub_page_security2 {
  position: relative;
  display: block;
  width: 1045px;
  margin: auto;
}

.sub_page_security_box2 {
  position: relative;
  display: block;
  padding: 10px 20px 10px 10px;
  margin: 40px auto;
  width: 1045px;
  background: #fff;
  border: 2px solid #58a020;
  border-radius: 8px;
  z-index: 1;
}

.sub_page_security_box2_inner {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #58a020;
  border-radius: 8px;
  z-index: -1;
}

@media (max-width: 1050px) {
  #sub_page_security2 {
    width: 90%;
  }
}
@media (max-width: 1020px) {
  .sub_page_security_box2 {
    width: 90%;
  }
}
@media (max-width: 820px) {
  .sub_page_security_box {
    width: 99%;
    margin: 20px auto;
  }

  .sub_page_security_box2_inner {
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 2px solid #58a020;
    border-radius: 8px;
    z-index: -1;
  }
}
#sub_security_waku {
  display: block;
  width: 100%;
  margin: 60px 0;
  text-align: center;
  overflow: hidden;
}

#sub_security_waku_inner {
  display: block;
  width: 100%;
  padding: 75px 0 0 0;
  height: 250px;
  margin: auto 0 auto 0;
  text-align: center;
  background: #58a020;
  clip-path: polygon(0 50%, 100% 0, 100% 50%, 0 100%);
}

@media (max-width: 1046px) {
  #sub_security_waku_inner {
    padding: 60px 0 0 0;
    height: 220px;
    clip-path: polygon(0 40%, 100% 0, 100% 60%, 0 100%);
  }
}
@media (max-width: 941px) {
  #sub_security_waku_inner {
    padding: 60px 0 0 0;
    height: 210px;
    clip-path: polygon(0 35%, 100% 0, 100% 65%, 0 100%);
  }
}
@media (max-width: 841px) {
  #sub_security_waku_inner {
    padding: 40px 0 0 0;
    height: 190px;
    clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
  }
}
@media (max-width: 769px) {
  #sub_security_waku_inner {
    padding: 45px 0 0 0;
    height: 170px;
    clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  }
}
@media (max-width: 577px) {
  #sub_security_waku_inner {
    padding: 40px 0 0 0;
    height: 150px;
    font-size: 1.375rem;
    clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  }
}
/* ===========================
--- Sdgs
============================ */
.sdgs_title {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 30px auto !important;
  text-align: center;
}

.sdgs_title_inner {
  position: relative;
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 130%;
  color: #58a020;
  padding: 0 0 0 100px;
  text-align: left;
}

.sdgs_title_inner::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 80px;
  height: 80px;
  background: url("../item/sdg_icon.png") left top no-repeat;
  background-size: cover;
}

#sdgs_box {
  display: block;
  margin: 40px auto;
  width: 1025px;
}

.sdgs_box_inner {
  display: block;
  background: #fff;
  margin: 50px 0;
  border-radius: 8px;
}

.sdgs_sub_title {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 160%;
  color: #58a020;
  padding: 30px 0 20px 110px;
}

.sdgs_sub_title::after {
  position: absolute;
  content: "";
  top: 25px;
  left: 35px;
  width: 50px;
  height: 50px;
  background: url("../item/sdg_icon.png") left top no-repeat;
  background-size: cover;
}

.sdgs_sub_text {
  display: block;
  padding: 10px 10px 10px 40px;
  min-height: 152px;
  text-align: justify;
}

.sdgs_sub_icon {
  display: flex;
  padding: 8px 0 8px 20px;
}
.sdgs_sub_icon div img {
  display: block;
  padding: 15px;
}

.sdgs_sub_img {
  position: relative;
  display: block;
  padding: 0;
  height: 100%;
}

.sdgs_sub_img_inner {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 30px;
}
.sdgs_sub_img_inner img {
  display: block;
  border-radius: 6px;
}

@media (max-width: 1160px) {
  .sdgs_sub_title {
    padding: 30px 0 20px 110px;
  }

  .sdgs_title_inner {
    padding: 0 0 0 100px;
  }

  .sdgs_sub_title {
    padding: 30px 0 20px 110px;
  }
}
@media (max-width: 1060px) {
  #sdgs_box {
    width: 95%;
  }

  .sdgs_title_inner {
    font-size: 1.625rem;
    padding: 0 0 0 80px;
  }

  .sdgs_title_inner::after {
    width: 65px;
    height: 65px;
  }

  .sdgs_sub_title {
    font-size: 1.375rem;
    padding: 25px 0 20px 90px;
  }

  .sdgs_sub_title::after {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 941px) {
  .sdgs_sub_img {
    width: 100%;
    margin: auto;
    padding: 20px 0 20px 0;
  }

  .sdgs_sub_img_inner {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 500px;
    overflow: hidden;
    text-align: center;
  }
  .sdgs_sub_img_inner img {
    margin: auto;
    height: 500px;
    width: auto;
  }

  .sdgs_sub_text {
    font-size: 1rem;
    min-height: auto;
  }
}
@media (max-width: 841px) {
  .sdgs_sub_text {
    font-size: 0.875rem;
  }

  .sdgs_title_inner {
    font-size: 1.375rem;
    padding: 0 0 0 60px;
    margin: auto;
  }

  .sdgs_title_inner::after {
    width: 50px;
    height: 50px;
  }

  .sdgs_sub_title {
    font-size: 1.25rem;
    padding: 25px 0 20px 40px;
  }

  .sdgs_sub_title::after {
    width: 30px;
    height: 30px;
  }

  .sdgs_sub_icon {
    display: flex;
    padding: 0 0 10px 0;
  }

  .sdgs_sub_text {
    padding: 10px 15px 10px 15px;
  }

  .sdgs_sub_title {
    padding: 30px 0 20px 60px;
  }

  .sdgs_sub_title::after {
    left: 15px;
    top: 30px;
  }

  .sdgs_sub_img_inner {
    height: auto;
  }
  .sdgs_sub_img_inner img {
    height: auto;
    width: 94%;
  }

  .sdgs_box_inner {
    padding: 0 0 30px 0;
  }
}
/* ===========================
--- Table
============================ */
.wp-block-table {
  width: 90%;
  margin: auto;
  overflow: hidden;
}
.wp-block-table table {
  width: 100%;
  margin-bottom: 30px;
  color: #212529;
}
.wp-block-table th {
  border: none !important;
  color: #58a020;
  width: 15%;
}
.wp-block-table tr {
  border-bottom: 1px dotted #58a020;
}
.wp-block-table td {
  font-size: 0.875rem !important;
  padding: 8px 10px;
  border: none !important;
}
.wp-block-table tr:nth-child(even) {
  background: #f7f4ef;
}

@media (max-width: 850px) {
  .wp-block-table {
    width: 100%;
  }
  .wp-block-table table,
.wp-block-table th,
.wp-block-table td {
    display: block;
    width: 100% !important;
    font-size: 0.85rem !important;
    margin: 0;
  }
}
/* ===========================
--- PDF
============================ */
.pdf_text {
  display: block;
  padding: 0 20px;
  text-align: center;
}
.pdf_text p {
  display: inline-block;
  margin: auto;
  font-size: 0.875rem;
  line-height: 100%;
}
.pdf_text span {
  font-size: 0.75rem;
  line-height: 100%;
  color: #999;
}

.pdf_text_waku {
  margin: 5px auto 15px auto;
  font-size: 0.875rem;
}

.pdf_inner {
  position: relative;
  display: block;
  margin: auto;
  padding: 20px 40px;
  z-index: 1;
}
.pdf_inner object {
  position: relative;
  margin: auto;
  z-index: 1;
}

.pdf_button {
  display: block;
  width: 80%;
  margin: 8px auto;
  text-align: center;
}
.pdf_button a {
  display: inline-block;
  padding: 4px 20px 6px 20px;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  color: #FFF !important;
  background: #64b130;
  transition: 0.3s;
}
.pdf_button a:hover {
  background: #106e0d;
}

@media (max-width: 841px) {
  .pdf_text {
    padding: 0 10px;
  }

  .pdf_inner {
    padding: 10px;
  }
}
/* ===========================
--- Contact
============================ */
#contact_form {
  margin-bottom: 30px;
}

div.wpcf7 {
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 30px 0;
}

div.wpcf7 p {
  padding: 20px 20px 0px 20px;
  margin: 0;
  font-size: 15px;
}

div.wpcf7 input,
div.wpcf7 textarea {
  display: block;
  border: 1px solid #ccc;
  padding: 8px;
  font-size: 14px;
  margin: 0 0 20px 0;
}

div.wpcf7 textarea {
  width: 90%;
  height: 250px;
}

div.wpcf7 input.nenrei {
  display: inline-block;
  width: 100px;
  margin: 0 10px 20px 0;
}

div.wpcf7 input.wpcf7-submit {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  width: 200px;
  height: 45px;
  margin: 0 auto;
  display: block;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #1c9c02;
  box-shadow: 0px 0px 3px 0px rgba(201, 198, 198, 0.5), inset 0px 32px 0px -12px #78c778;
  border: 1px solid #77bd77;
}

div.wpcf7 input.wpcf7-submit:hover {
  background: #1a7e06;
  box-shadow: 0px 0px 3px 0px rgba(201, 198, 198, 0.7), inset 0px 32px 0px -12px #5cb45c;
  border: 1px solid #77bd77;
}

.wpcf7 input.wpcf7-submit:active {
  box-shadow: none;
  bottom: -2px;
  position: relative;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
  border: 1px solid #009de1;
}

.wpcf7-captchac {
  border: 1px solid #ccc;
}

#recruit div.wpcf7 input.wpcf7-submit {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  width: 200px;
  height: 45px;
  margin: 0 auto;
  display: block;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #02409c;
  box-shadow: 0px 0px 3px 0px rgba(201, 198, 198, 0.5), inset 0px 32px 0px -12px #227cb8;
  border: 1px solid #abbbf1;
}
#recruit div.wpcf7 input.wpcf7-submit:hover {
  background: #08367a;
  box-shadow: 0px 0px 3px 0px rgba(201, 198, 198, 0.7), inset 0px 32px 0px -12px #357dad;
  border: 1px solid #a6c3e9;
}

.wpcf7 .wpcf7-not-valid {
  background: #ffb6c1;
}

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 30px 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

.wpcf7 .required {
  color: #f00;
}

.wpcf7 .any {
  color: #080;
}

.wpcf7-form-control {
  margin: 5px 0 20px 0;
}

.form_tyu {
  width: 100%;
  margin: 10px auto;
  background: #ffffff;
  padding: 15px;
  border: 1px solid #58a020;
}

.wpcf7 .form-control {
  width: 100% !important;
}

.wpcf7 .form-zip {
  width: 50% !important;
}

.wpcf7 .wpcf7-captchar {
  width: 100px !important;
}

.wpcf7 textarea {
  width: 100% !important;
  height: 200px !important;
}

.wpcf7 p {
  padding: 2px !important;
  margin: 5px 0 0 0 !important;
}

.wpc_title {
  display: block;
  margin: 30px 0 0 0 !important;
  padding: 30px 0 0 0 !important;
}

@media (max-width: 768px) {
  .form_tyu {
    width: 98%;
  }
}
.text_de {
  position: relative;
  display: block;
  text-align: center;
  width: 98%;
  color: #1999b5;
  margin: 10px auto 20px auto;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #1999b5;
}
.text_de span {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.text_de_2 {
  position: relative;
  display: block;
  text-align: center;
  width: 98%;
  color: #5aa11a;
  margin: 10px auto 20px auto;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #5aa11a;
}
.text_de_2 span {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.kiji_title {
  position: relative;
  display: block;
  text-align: center;
  font-weight: normal;
  margin: 0 0 20px 0;
  padding: 10px 0;
  color: #f90;
}

.kiji_title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: 0 0 0 -10px;
  background: #58a020;
}

.sub_textbox {
  display: block;
  text-align: justify;
  width: 100%;
}
.sub_textbox p {
  font-size: 1rem;
}

#recruit .sub_textbox {
  display: block;
  text-align: justify;
  width: 100%;
}
#recruit .sub_textbox p {
  font-size: 1rem;
}

.form_tyu {
  padding: 15px;
  width: 100%;
  border: 1px dotted #58a020;
  background: #fff;
  text-align: justify;
  line-height: 120%;
}

@media (max-width: 941px) {
  .text_de_2::before .text_de::before {
    left: 25%;
    width: 50%;
  }
}
@media (max-width: 769px) {
  .sub_textbox {
    font-size: 0.875rem;
    padding: 0 25px 0 25px;
    margin: 0 0 20px 0;
  }
  .sub_textbox p {
    font-size: 0.875rem;
  }

  #recruit .sub_textbox {
    padding: 0 25px 0 25px;
    margin: 0 0 20px 0;
    font-size: 0.875rem;
  }
  #recruit p {
    font-size: 0.875rem;
  }

  .form_tyu {
    width: 94%;
  }
}
@media (max-width: 577px) {
  .sub_textbox {
    padding: 0 25px 0 15px !important;
  }

  #recruit .sub_textbox {
    padding: 0 25px 0 15px !important;
  }
  #recruit .form_tyu {
    width: 92%;
  }
}



.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	margin: 0 0 2em 10px;
	padding: 1em 1em 0.5em 1em;
	background: repeating-linear-gradient(135deg, #EEFFFF, #EEFFFF 10px, #fff 10px, #fff 20px);
	border-radius: 0.5em;
	border: 2px solid #CCFFFF;
}
.cp_qa h1 {
	font-size: 1.2em;
	position: relative;
	margin-right: 1em;
	margin-left: -26px;
	padding: 0.3em;
	color: #ffffff;
	background-color: #4266f5;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	letter-spacing: 0.1em;
	border-radius: 0em 0.2em 0.2em 0;
}
.cp_qa h1::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-width: 0 10px 10px 0;
	border-style: solid;
	border-color: transparent #331166 transparent transparent;
}
.cp_qa dl {
	margin: 0;
}
.cp_qa dt {
	margin-top: -1em;
	margin-bottom: 0.5em;
	padding: 0.2em 0.5em 0.2em 2em;
	border-radius: 0.2em;
	background: #F8B68A;
}
.cp_qa dd {
	margin-top: -1em;
	margin-bottom: 1em;
	margin-left: 0;
	padding: 0 1em 0.5em 3em;
}
/* QAアイコン */
.cp_qa dt::before,.cp_qa dd::before{
	font-size: 1.5em;
	color: #ffffff;
}
.cp_qa dt::before {
	margin: 0.3em 0.3em 0 -1em;
	content: 'Q';
}
.cp_qa dd::before {
	margin: 0 0.5em 0 -2em;
	padding: 0em 0.4em;
	content: 'A';
	border-radius: 0.2em;
	background: #00bcd4;
}
.img-fluid {
	border-radius: 0.5em;
}
