@charset "UTF-8";
@font-face {
  font-family: CALIST;
  src: url("../font/CALIST.TTF");
}
body {
  background: white;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  cursor: default;
}

a,
a:active,
a:visited,
a:hover {
  color: #006837;
}

::-moz-selection {
  color: white;
  background: #006837;
}

::selection {
  color: white;
  background: #006837;
}

::-moz-selection {
  color: white;
  background: #006837;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: white;
}

body::-webkit-scrollbar-thumb {
  background-color: #006837;
  border: 1px solid #ffffff;
}

a,
a:active,
a:hover,
a:visited {
  text-decoration: none;
}

.a_button {
  display: inline-block;
  padding: 10px 100px;
  transition: background 0.2s;
  cursor: pointer;
  border-radius: 50px;
  font-size: 1.6rem;
  background: #4d4d4d;
  color: white !important;
  text-decoration: none;
}
.a_button:hover {
  background: #006837;
}

.text-center {
  text-align: center;
}

.div_800 {
  width: 800px;
  margin: 0px auto;
}

.div_1000 {
  width: 1000px;
  margin: 0px auto;
}

.div_1080 {
  width: 1080px;
  margin: 0px auto;
}

.div_1280 {
  width: 1280px;
  margin: 0px auto;
}

.div_1366 {
  width: 1366px;
  margin: 0px auto;
}

.div_center {
  margin: 0px auto;
}

.bold {
  font-weight: 400;
}

.grecaptcha-badge {
  display: none;
}

body {
  overflow-x: hidden;
}

.div_topbanner {
  aspect-ratio: 2600/780;
  width: 100%;
  margin-top: 100px;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.div_topbanner img {
  visibility: hidden;
  width: 100%;
  aspect-ratio: 2600/780;
}
.div_topbanner h1 {
  position: absolute;
  bottom: 0px;
  background: white;
  line-height: 100px;
  font-size: 2.8rem;
  letter-spacing: 0.6rem;
  font-weight: 400;
  text-align: center;
  padding: 0px 100px;
  color: #006837;
}

.div_breadcrumb {
  text-align: right;
  font-size: 1.4rem;
  padding: 20px 0px;
  font-weight: 100;
}
.div_breadcrumb a {
  text-decoration: none;
}

main {
  font-size: 1.6rem;
  font-weight: 300;
}

#main_brand {
  padding: 100px 0px 0px 0px;
}
#main_brand section {
  margin-bottom: 140px;
}
#main_brand section .div_paragraph {
  margin: 70px 0px;
}
#main_brand section h2 br.m {
  display: none;
}
@media only screen and (max-width: 960px) {
  #main_brand section h2 br.m {
    display: inherit;
  }
}
#main_brand section p {
  margin: 20px 0px;
  line-height: 2.8rem;
  text-align: justify;
}
#main_brand section .div_txtnimg {
  display: grid;
  grid-template-columns: auto 380px;
  gap: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#main_brand section .div_txtnimg img {
  width: 100%;
  display: block;
  margin: 0px auto;
}
@media only screen and (max-width: 960px) {
  #main_brand section .div_txtnimg {
    grid-template-columns: 1fr;
    margin-top: 0px;
  }
}
#main_brand section .div_logocap {
  border: 2px solid #efefe7;
  padding: 30px;
  display: grid;
  grid-template-columns: 240px auto;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 960px) {
  #main_brand section .div_logocap {
    grid-template-columns: 1fr;
  }
}
#main_brand section .div_logocap img {
  max-width: 100%;
}
#main_brand section .div_logocap p {
  margin: 0px;
  text-align: left;
}
#main_brand section .div_logocap#div_logocap_halal {
  grid-template-columns: 1fr;
}
#main_brand section .div_logocap#div_logocap_halal img {
  max-width: 160px;
}
@media only screen and (max-width: 960px) {
  #main_brand section .div_logocap#div_logocap_halal img {
    max-width: 30vw;
    min-width: 100px;
    display: block;
    margin: 0px auto;
  }
}
#main_brand section .div_logocap#div_logocap_jas {
  grid-template-columns: 160px auto;
}
@media only screen and (max-width: 960px) {
  #main_brand section .div_logocap#div_logocap_jas {
    grid-template-columns: 1fr;
  }
  #main_brand section .div_logocap#div_logocap_jas img {
    max-width: 30vw;
    min-width: 100px;
    display: block;
    margin: 0px auto;
  }
}
#main_brand section .div_img_box {
  border: 1px solid #efefe7;
  padding: 20px;
}
#main_brand section .div_img_box img {
  max-width: 100%;
}
#main_brand #img_1_heading {
  width: 100%;
  margin: 100px 0px 100px 0px;
}
#main_brand #section_brand_fullvideo .div_video_desk {
  position: relative;
}
#main_brand #section_brand_fullvideo .div_video_desk video {
  width: 100%;
  display: block;
  margin: 0px auto;
}
#main_brand #section_brand_fullvideo .div_video_desk #div_playmovie_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2.3rem;
  width: 100%;
  line-height: 450px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7019607843);
  overflow: hidden;
}
#main_brand #section_brand_fullvideo .div_video_desk #div_playmovie_button img {
  vertical-align: middle;
}
#main_brand #section_brand_fullvideo .div_video_desk #div_playmovie_button span {
  line-height: 26px;
  vertical-align: middle;
}
#main_brand .div_img_desk {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(239, 239, 231) 50%, rgb(239, 239, 231) 100%);
}
#main_brand .div_title_background {
  background-color: #efefe7;
}
#main_brand h2 {
  font-size: 2.3rem;
  text-align: center;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  color: #006837;
  padding: 120px 0px 80px 0px;
}
#main_brand h3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  #main_brand h3 {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
#main_brand .div_img_caption {
  text-align: right;
}
#main_brand #section_to_company {
  text-align: center;
}
#main_brand #section_to_company .div_detail_button {
  background-color: black;
  background-image: url("../image/03_csr/button_arrow.png");
  background-repeat: no-repeat;
  background-position: 150px;
  color: white;
  display: inline-block;
  padding: 12px 90px 12px 60px;
}

#main_csr {
  padding: 100px 0px 0px 0px;
}
#main_csr .div_csr {
  position: relative;
  height: 430px;
  margin-bottom: 200px;
}
#main_csr .div_csr.swithced .div_img {
  right: 0px;
}
#main_csr .div_csr.swithced .div_text {
  right: unset;
  left: 0px;
}
#main_csr .div_csr.large {
  height: 600px;
}
#main_csr .div_csr.large .div_img {
  width: 70%;
  background-size: cover;
}
#main_csr .div_csr .div_fade {
  height: 100%;
}
#main_csr .div_csr .div_img {
  position: absolute;
  width: 60%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#main_csr .div_csr .div_img img {
  visibility: hidden;
  width: 100%;
  height: auto;
}
#main_csr .div_csr .div_text {
  width: calc(40% - 20px);
  position: absolute;
  top: 50%;
  right: 0px;
  padding: 10px;
  background: white;
  transform: translateY(-50%);
}
#main_csr .div_csr .div_text > div {
  width: calc(100% - 2px);
  border: 1px solid #006837;
}
#main_csr .div_csr .div_text > div h2 {
  width: calc(100% - 100px);
  padding: 20px 20px 20px 50px;
  border-bottom: 1px solid #006837;
  color: #006837;
  font-size: 2.3rem;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
}
#main_csr .div_csr .div_text > div p {
  padding: 30px 60px 30px 50px;
  font-size: 1.6rem;
  text-align: justify;
  line-height: 3rem;
  word-break: break-word;
}
#main_csr .div_csr .div_text.wide {
  width: calc(50% - 20px);
}
#main_csr .div_csr .div_detail_button {
  background-color: black;
  background-image: url("../image/03_csr/button_arrow.png");
  background-repeat: no-repeat;
  background-position: 220px;
  color: white;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 0px;
  padding: 12px 90px 12px 60px;
}

#main_company {
  padding: 100px 0px 0px 0px;
}
#main_company .section_shachomessage {
  margin-bottom: 200px;
}
#main_company .section_shachomessage > div {
  position: relative;
  width: 980px;
}
#main_company .section_shachomessage > div h2,
#main_company .section_shachomessage > div p {
  padding: 20px 10px 20px 390px;
}
#main_company .section_shachomessage > div h2 {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  font-size: 2.8rem;
  border-bottom: 1px solid #bfbfbf;
}
#main_company .section_shachomessage > div .div_signature {
  position: absolute;
  top: 550px;
  width: 100%;
}
#main_company .section_shachomessage > div .div_signature span {
  line-height: 60px;
  vertical-align: bottom;
}
#main_company .section_shachomessage > div .div_signature img {
  height: 60px;
  margin-left: 30px;
}
#main_company .section_shachomessage .img_shacho {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 350px;
}
#main_company .section_shachomessage.swithced h2,
#main_company .section_shachomessage.swithced p {
  padding: 20px 390px 20px 10px;
}
#main_company .section_shachomessage.swithced .div_signature {
  text-align: right;
}
#main_company .section_shachomessage.swithced .img_shacho {
  left: unset;
  right: 0px;
}
#main_company #section_companyinfo {
  background-color: #efefe7;
}
#main_company #section_companyinfo .a_googlemap {
  display: inline-block;
  padding: 5px;
  border-bottom: 1px dashed #006837;
  font-size: 1.2rem;
  margin-left: 10px;
  color: #006837;
}
#main_company .section_shachomessage,
#main_company #section_companyinfo,
#main_company #section_companyhistory {
  padding: 100px 0px 100px 0px;
}
#main_company .section_shachomessage h2,
#main_company #section_companyinfo h2,
#main_company #section_companyhistory h2 {
  font-size: 1.8rem;
  text-align: center;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  margin-bottom: 60px;
  color: #006837;
}
#main_company .section_shachomessage h2::after,
#main_company #section_companyinfo h2::after,
#main_company #section_companyhistory h2::after {
  content: "";
  display: block;
  width: 32px;
  border-bottom: 3px solid #4d4d4d;
  margin: 18px auto;
}
#main_company .section_shachomessage .div_listflex,
#main_company #section_companyinfo .div_listflex,
#main_company #section_companyhistory .div_listflex {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
#main_company .section_shachomessage .div_listflex > div,
#main_company #section_companyinfo .div_listflex > div,
#main_company #section_companyhistory .div_listflex > div {
  display: flex;
  border-bottom: 1px solid #cac6bd;
  padding: 20px 10px;
}
#main_company .section_shachomessage .div_listflex > div > div:first-child,
#main_company #section_companyinfo .div_listflex > div > div:first-child,
#main_company #section_companyhistory .div_listflex > div > div:first-child {
  width: 20%;
  color: #006837;
  font-weight: 400;
}
#main_company .section_shachomessage .div_listflex.three_seven > div > div:first-child,
#main_company #section_companyinfo .div_listflex.three_seven > div > div:first-child,
#main_company #section_companyhistory .div_listflex.three_seven > div > div:first-child {
  width: 30%;
}

#main_process {
  padding: 100px 0px 0px 0px;
}
#main_process br {
  display: none;
}
#main_process #section_intro {
  margin-bottom: 160px;
}
#main_process #section_intro .div_intro {
  margin-bottom: 120px;
}
#main_process #section_intro .div_intro.background {
  background-color: #efefe7;
  padding: 100px 0px;
}
#main_process #section_intro .div_intro h1 {
  font-size: 2.4rem;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  color: #006837;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 20px;
}
#main_process #section_intro .div_intro h2 {
  font-size: 2rem;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  color: #006837;
  font-weight: 500;
  margin: 60px 0px 10px 0px;
}
#main_process #section_intro .div_intro .div_img_splitter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#main_process #section_intro .div_intro img {
  display: block;
  width: 100%;
  margin: 20px auto;
}
#main_process #section_intro #div_knowledge .div_img_desk {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(239, 239, 231) 50%, rgb(239, 239, 231) 100%);
  margin-bottom: 60px;
}
#main_process #section_intro #div_knowledge .div_img_desk h2 {
  font-size: 2.3rem;
  text-align: center;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  color: #006837;
  padding: 120px 0px 80px 0px;
}
#main_process #section_intro #div_knowledge p {
  font-size: 1.6rem;
  line-height: 3.4rem;
  text-align: justify;
}
#main_process .div_process {
  height: 270px;
  margin-bottom: 200px;
  position: relative;
  padding-top: 80px;
}
#main_process .div_process h2 {
  font-size: 2.6rem;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  color: #006837;
  font-weight: 500;
  padding: 10px 30px 10px 600px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 20px;
}
#main_process .div_process p {
  font-size: 1.6rem;
  padding: 10px 30px 10px 600px;
  line-height: 3.4rem;
  text-align: justify;
}
#main_process .div_process img {
  position: absolute;
  top: 0px;
  left: 0px;
}
#main_process .div_process:nth-child(even) h2,
#main_process .div_process:nth-child(even) p {
  padding: 10px 600px 10px 30px;
}
#main_process .div_process:nth-child(even) img {
  left: unset;
  right: 0px;
}

#main_history {
  padding: 100px 0px 0px 0px;
}
#main_history .div_presentation {
  margin-bottom: 200px;
  position: relative;
  padding-top: 40px;
}
#main_history .div_presentation h2 {
  font-size: 2.6rem;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  color: #006837;
  font-weight: 500;
  padding: 10px 30px 10px 600px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 20px;
}
#main_history .div_presentation p {
  font-size: 1.6rem;
  padding: 10px 30px 10px 600px;
  line-height: 3.4rem;
  text-align: justify;
}
#main_history .div_presentation img {
  position: absolute;
  top: 0px;
  left: 0px;
}
#main_history .div_presentation.tall_image h2,
#main_history .div_presentation.tall_image p {
  padding: 10px 60px 10px 420px;
}
#main_history #section_sakai .div_caption {
  position: absolute;
  left: 0px;
  top: 370px;
}
#main_history #section_sennorikyu {
  padding: 100px 0px;
  margin-bottom: 100px;
  background-color: #efefe7;
}
#main_history #section_sennorikyu .div_presentation {
  margin: 0px;
}
#main_history #section_sennorikyu .div_presentation h2,
#main_history #section_sennorikyu .div_presentation p {
  padding: 10px 420px 10px 30px;
}
#main_history #section_sennorikyu .div_presentation img {
  top: 60px;
  left: unset;
  right: 0px;
  padding: 40px 0px 0px 40px;
  background-color: #efefe7;
}
#main_history #section_sennorikyu .div_presentation .div_caption {
  position: absolute;
  right: 0px;
  top: 630px;
}
#main_history #section_sakaiandtsuboichi .div_presentation .div_caption {
  position: absolute;
  left: 0px;
  top: 530px;
}

#main_oem {
  padding: 100px 0px 0px 0px;
}
#main_oem .div_intro {
  margin-bottom: 200px;
}
#main_oem .div_intro h1 {
  font-size: 2.4rem;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  color: #006837;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
}
#main_oem .div_intro p {
  text-align: justify;
}
#main_oem .div_intro .div_img_splitter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#main_oem .div_intro img {
  display: block;
  width: 100%;
  margin: 20px auto;
}
#main_oem h2 {
  font-size: 2.3rem;
  text-align: center;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  margin-bottom: 60px;
  color: #006837;
}
#main_oem h2::after {
  content: "";
  display: block;
  width: 32px;
  border-bottom: 3px solid #4d4d4d;
  margin: 18px auto;
}
#main_oem .p_intro {
  margin-bottom: 60px;
}
#main_oem section {
  margin-bottom: 100px;
}
#main_oem #section_process {
  padding: 100px 0px;
  position: relative;
}
#main_oem #section_process .div_background {
  background-color: #efefe7;
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(1280px + (100vw - 1280px) / 2);
  height: 100%;
  z-index: -10;
}
#main_oem #section_process .div_process_flex {
  font-size: 1.4rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#main_oem #section_process .div_process_flex > div {
  width: 100%;
  display: flex;
}
#main_oem #section_process .div_process_flex > div > div:first-child {
  width: 12%;
}
#main_oem #section_process .div_process_flex > div > div:first-child:not(.last)::after {
  content: "";
  display: block;
  width: 5px;
  height: 40px;
  background-color: #ffc332;
  margin-left: 55px;
}
#main_oem #section_process .div_process_flex > div > div:nth-child(2) {
  width: 20%;
  color: #006837;
  font-weight: 500;
  font-size: 1.8rem;
  padding-top: 30px;
}
#main_oem #section_process .div_process_flex > div > div:last-child {
  width: 68%;
  padding-top: 30px;
}
#main_oem #section_process .div_button {
  background-color: black;
  color: white;
  display: inline-block;
  margin: 30px 20px 0px 0px;
  padding: 12px 50px 12px 50px;
}
#main_oem #section_process .div_button.arrow {
  padding: 12px 50px 12px 10px;
  background-image: url("../image/03_csr/button_arrow.png");
  background-repeat: no-repeat;
  background-position: 220px;
}
#main_oem #section_customization #div_customization_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}
#main_oem #section_customization #div_customization_flex > div {
  width: 340px;
  border: 1px solid #4d4d4d;
  padding: 30px;
  height: 220px;
  margin-bottom: 40px;
}
#main_oem #section_customization #div_customization_flex > div > div {
  font-size: 2.2rem;
  color: #006837;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  display: inline-block;
  border-bottom: 3px solid #006837;
  margin-bottom: 20px;
}
#main_oem #section_customization #div_customization_flex > div > div span {
  font-size: 1.4rem;
}
#main_oem #section_customization #div_customization_flex > div h3 {
  font-size: 2rem;
  color: #006837;
  font-weight: bold;
  margin-bottom: 20px;
  height: 58px;
}
#main_oem #section_customization #div_customization_flex > div p {
  text-align: justify;
}
#main_oem #section_example {
  padding: 100px 0px 30px 0px;
  background-color: #efefe7;
  margin-bottom: 0px;
}
#main_oem #section_example .div_oemexample {
  padding: 50px;
  width: calc(980px + (100% - 980px) / 2);
  background-color: white;
  margin: 0px 0px 60px auto;
}
#main_oem #section_example .div_oemexample.switched {
  margin: 0px auto 60px 0px;
}
#main_oem #section_example .div_oemexample.switched .div_flex {
  margin: 0px 0px 0px auto;
}
#main_oem #section_example .div_oemexample .div_flex {
  display: flex;
  width: 1080px;
  margin: 0px auto 0px 0px;
}
#main_oem #section_example .div_oemexample .div_flex .div_text {
  width: 50%;
  line-height: 3.8rem;
}
#main_oem #section_example .div_oemexample .div_flex .div_text .div_item_title {
  color: #006837;
  font-weight: 400;
}
#main_oem #section_example .div_oemexample .div_flex .div_image {
  width: 50%;
  background-size: cover;
  background-position: center center;
}
#main_oem #section_example .div_oemexample .div_flex .div_image img {
  visibility: hidden;
  width: 100%;
}
#main_oem #section_others {
  padding: 100px 0px;
  background-color: #efefe7;
  margin-bottom: 100px;
}

#main_product {
  padding: 100px 0px 0px 0px;
}
#main_product #section_product_navi {
  background-color: white;
  padding: 30px 0px;
}
#main_product #section_product_navi ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
}
#main_product #section_product_navi ul li {
  list-style: none;
}
#main_product #section_product_navi ul li a {
  display: block;
  font-size: 2.8rem;
  color: #4d4d4d;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  text-decoration: none;
  margin: 0px 40px;
  position: relative;
}
#main_product #section_product_navi ul li a::after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: #006837;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.4s;
}
#main_product #section_product_navi ul li a:hover {
  color: #006837;
}
#main_product #section_product_navi ul li a:hover::after {
  width: calc(100% - 36px);
}
#main_product #section_product {
  background-color: #efefe7;
  padding: 100px 0px;
}
#main_product #section_product .div_product {
  border-bottom: 1px solid #cccccc;
  padding: 100px 0px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#main_product #section_product .div_product > div:first-child {
  width: 60%;
}
#main_product #section_product .div_product > div h2 {
  font-size: 2.8rem;
  color: #006837;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
#main_product #section_product .div_product > div h2::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background-color: #4d4d4d;
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
}
#main_product #section_product .div_product > div p {
  text-align: justify;
  width: 80%;
  margin: 0px auto;
  line-height: 3rem;
}
#main_product #section_product .div_product > div p a {
  display: block;
  margin: 40px 0px 20px 0px;
  border-left: 3px solid #006837;
  padding-left: 20px;
  font-weight: 500;
}
#main_product #section_product .div_product > div:nth-child(2) {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#main_product #section_product .div_product:nth-child(even) {
  flex-direction: row-reverse;
}
#main_product #section_product .div_product:last-child {
  border-bottom: none;
}

#main_news #section_news {
  width: 100%;
  padding: 70px 0px;
  position: relative;
}
#main_news #section_news .div_background {
  width: calc(1100px + (100vw - 1100px) / 2);
  height: 100%;
  background: #efefe7;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -10;
}
#main_news #section_news .div_1280 #div_category {
  max-width: 950px;
  line-height: 40px;
  color: #006837;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
  margin: 0px auto 30px auto;
  font-weight: 600;
  font-size: 1.6rem;
}
#main_news #section_news .div_1280 #div_category div {
  display: table-cell;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s;
  position: relative;
}
#main_news #section_news .div_1280 #div_category div:not(.selected):hover {
  background: #cfe0d8;
}
#main_news #section_news .div_1280 #div_category div.selected {
  color: #ffffff;
  background: #006837;
}
#main_news #section_news .div_1280 #div_category div a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#main_news #section_news .div_1280 .div_list {
  width: 100%;
  margin: 0px auto 30px auto;
  max-width: 950px;
}
#main_news #section_news .div_1280 .div_list:not(.display) {
  display: none;
}
#main_news #section_news .div_1280 .div_list .div_newsfeed {
  width: 100%;
  padding-bottom: 20px;
  font-weight: 300;
  line-height: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
}
#main_news #section_news .div_1280 .div_list .div_newsfeed:hover .newsfeed_text, #main_news #section_news .div_1280 .div_list .div_newsfeed:hover .newsfeed_date {
  color: #006837;
}
#main_news #section_news .div_1280 .div_list .div_newsfeed div {
  display: table-cell;
  font-size: 1.6rem;
}
#main_news #section_news .div_1280 .div_list .div_newsfeed div.newsfeed_date {
  width: 120px;
  text-align: center;
  position: relative;
  transition: color 0.2s;
}
#main_news #section_news .div_1280 .div_list .div_newsfeed div.newsfeed_category {
  width: 120px;
  padding: 0px 10px;
  text-align: center;
  position: relative;
}
#main_news #section_news .div_1280 .div_list .div_newsfeed div.newsfeed_category span {
  padding: 3px 20px;
  border: 1px solid #006837;
  color: #006837;
  font-size: 1.4rem;
  font-weight: 600;
}
#main_news #section_news .div_1280 .div_list .div_newsfeed div.newsfeed_category:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
}
#main_news #section_news .div_1280 .div_list .div_newsfeed div.newsfeed_text {
  padding-left: 10px;
  transition: color 0.2s;
}
#main_news #section_news .div_1280 .div_list .div_newsfeed div.newsfeed_text p.newsfeed_heading {
  font-size: 1.6rem;
}
#main_news #section_news .div_1280 .div_list .div_newsfeed a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#main_news #section_news .div_1280 .div_paginate {
  max-width: 950px;
  margin: 0px auto;
  text-align: center;
}

#main_recruit {
  padding: 100px 0px 0px 0px;
}
#main_recruit .div_intro {
  text-align: center;
  margin-bottom: 100px;
}
#main_recruit .div_intro h1 {
  font-size: 2.4rem;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  color: #006837;
  font-weight: 500;
  margin-bottom: 20px;
}
#main_recruit .div_filter {
  margin-bottom: 100px;
}
#main_recruit .div_filter .div_title {
  font-weight: 500;
  line-height: 50px;
}
#main_recruit .div_filter .div_bar {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  gap: 5px;
}
#main_recruit .div_filter .div_bar > div {
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
#main_recruit .div_filter .div_bar #div_filter_type,
#main_recruit .div_filter .div_bar #div_filter_store {
  background-color: #e3e3e3;
  color: #4d4d4d;
  position: relative;
}
#main_recruit .div_filter .div_bar #div_filter_type:hover .div_filter_field,
#main_recruit .div_filter .div_bar #div_filter_store:hover .div_filter_field {
  color: #006837;
}
#main_recruit .div_filter .div_bar #div_filter_type.dropped .div_filter_dropdown,
#main_recruit .div_filter .div_bar #div_filter_store.dropped .div_filter_dropdown {
  display: block;
}
#main_recruit .div_filter .div_bar .div_filter_dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  padding: 10px;
  text-align: center;
  width: calc(100% - 22px);
  background-color: white;
  border: 1px solid #e3e3e3;
  z-index: 1;
}
#main_recruit .div_filter .div_bar .div_filter_dropdown > div {
  line-height: 40px;
}
#main_recruit .div_filter .div_bar .div_filter_dropdown > div:hover {
  color: #006837;
}
#main_recruit .div_filter .div_bar #div_button_filter {
  background-color: black;
  background-image: url("../image/03_csr/button_arrow.png");
  background-repeat: no-repeat;
  background-position: 200px;
  color: white;
}
#main_recruit .div_recruit {
  position: relative;
  height: 430px;
  margin-bottom: 200px;
  height: 540px;
}
#main_recruit .div_recruit .div_img {
  width: 70%;
  background-size: cover;
}
#main_recruit .div_recruit .div_fade {
  height: 100%;
}
#main_recruit .div_recruit .div_img {
  position: absolute;
  width: 60%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#main_recruit .div_recruit .div_img img {
  visibility: hidden;
  width: 100%;
  height: auto;
}
#main_recruit .div_recruit .div_text {
  width: calc(45% - 20px);
  position: absolute;
  top: 50%;
  right: 0px;
  padding: 10px;
  background: white;
  transform: translateY(-50%);
}
#main_recruit .div_recruit .div_text > div {
  width: calc(100% - 2px);
  border: 1px solid #006837;
}
#main_recruit .div_recruit .div_text > div h2 {
  width: calc(100% - 100px);
  padding: 20px 20px 20px 30px;
  border-bottom: 1px solid #006837;
  color: #006837;
  font-size: 2.3rem;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
}
#main_recruit .div_recruit .div_text > div p {
  padding: 30px 60px 30px 50px;
  font-size: 1.6rem;
  text-align: justify;
  line-height: 3rem;
}
#main_recruit .div_recruit .div_text > div .div_recruit_info {
  padding: 30px 30px 30px 30px;
}
#main_recruit .div_recruit .div_text > div .div_recruit_info > div {
  display: flex;
  height: 32px;
  align-items: center;
  margin-bottom: 20px;
}
#main_recruit .div_recruit .div_text > div .div_recruit_info > div > div:first-child {
  width: 14%;
  min-width: 72px;
  font-weight: 600;
  color: #006837;
  margin-right: 30px;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
#main_recruit .div_recruit .div_detail_button {
  background-color: black;
  background-image: url("../image/03_csr/button_arrow.png");
  background-repeat: no-repeat;
  background-position: 220px;
  color: white;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 0px;
  padding: 12px 90px 12px 60px;
}

#main_recruit_detail {
  padding: 100px 0px 50px 0px;
}
#main_recruit_detail .div_intro {
  text-align: center;
  margin-bottom: 100px;
}
#main_recruit_detail .div_intro h1 {
  font-size: 2.4rem;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  color: #006837;
  font-weight: 500;
  margin-bottom: 20px;
}
#main_recruit_detail .div_1080 #img_recruit_thumbnail {
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 0px auto 100px auto;
}
#main_recruit_detail .div_1080 h2 {
  font-size: 1.8rem;
  text-align: center;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  margin-bottom: 60px;
  color: #006837;
}
#main_recruit_detail .div_1080 h2::after {
  content: "";
  display: block;
  width: 32px;
  border-bottom: 3px solid #4d4d4d;
  margin: 18px auto;
}
#main_recruit_detail .div_1080 #div_recruit_content {
  margin: 50px auto;
}
#main_recruit_detail .div_1080 #div_recruit_info {
  background-color: #efefe7;
  padding: 50px;
}
#main_recruit_detail .div_1080 #div_recruit_info .div_listflex {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
#main_recruit_detail .div_1080 #div_recruit_info .div_listflex > div {
  display: flex;
  border-bottom: 1px solid #cac6bd;
  padding: 20px 10px;
}
#main_recruit_detail .div_1080 #div_recruit_info .div_listflex > div > div:first-child {
  width: 20%;
  color: #006837;
  font-weight: 400;
}

#main_store {
  padding: 100px 0px 0px 0px;
}
#main_store .div_store {
  margin-bottom: 200px;
  position: relative;
  padding-top: 13px;
  height: 300px;
}
#main_store .div_store h3 {
  font-size: 1.6rem;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  font-weight: 500;
  padding: 10px 30px 10px 600px;
}
#main_store .div_store h2 {
  font-size: 2.3rem;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  font-weight: 500;
  padding: 0px 30px 10px 600px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 20px;
}
#main_store .div_store > div {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#main_store .div_store > div p {
  font-size: 1.4rem;
  padding: 0px 30px 0px 600px;
  line-height: 3.1rem;
  text-align: justify;
}
#main_store .div_store .div_detail_button {
  background-color: black;
  background-image: url("../image/03_csr/button_arrow.png");
  background-repeat: no-repeat;
  background-position: 220px;
  color: white;
  display: block;
  padding: 12px 90px 12px 60px;
  width: 130px;
  margin: 20px 0px 0px auto;
}
#main_store .div_store img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 550px;
}

#main_store_detail {
  padding: 100px 0px 100px 0px;
}
#main_store_detail .div_1080 {
  width: 960px;
}
#main_store_detail .div_names {
  text-align: center;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  font-size: 1.6rem;
  font-weight: 400;
}
#main_store_detail .div_names h1 {
  font-size: 2.8rem;
  font-weight: 600;
  margin: 10px 0px 50px 0px;
}
#main_store_detail .div_description {
  font-weight: 500;
  margin: 60px 0px;
  line-height: 3rem;
}
#main_store_detail .div_info {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 30px 0px;
}
#main_store_detail .div_info > div {
  display: flex;
  margin: 25px 0px;
}
#main_store_detail .div_info > div div:first-child {
  width: 30%;
}
#main_store_detail .div_sns {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 20px 0px 60px 0px;
}
#main_store_detail .div_sns img {
  width: 45px;
}
#main_store_detail h2 {
  font-size: 1.8rem;
  text-align: center;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  margin-bottom: 30px;
  color: #006837;
}
#main_store_detail h2::after {
  content: "";
  display: block;
  width: 32px;
  border-bottom: 3px solid #4d4d4d;
  margin: 18px auto;
}
#main_store_detail .div_access_caption {
  text-align: center;
  margin: 0px 0px 60px 0px;
}
#main_store_detail .div_google_map iframe {
  width: 100%;
  height: 500px;
}

#main_news_article {
  padding: 100px 0px 30px 0px;
}
#main_news_article h1 {
  font-size: 2.2rem;
  color: #006837;
  font-weight: 600;
  margin-bottom: 30px;
}
#main_news_article .div_date {
  font-size: 1.4rem;
  margin-bottom: 100px;
}
#main_news_article article {
  padding: 30px 0px 100px 0px;
}

#main_contact {
  padding: 100px 0px 30px 0px;
}
#main_contact .div_intro {
  text-align: center;
  margin-bottom: 120px;
}
#main_contact .div_contactform_row {
  display: flex;
  width: 800px;
  margin: 0px auto 30px auto;
  line-height: 3rem;
}
#main_contact .div_contactform_row .div_field_name {
  width: 250px;
}
#main_contact .div_contactform_row .div_field_blank {
  width: 800px;
}
#main_contact .div_contactform_row .div_field_blank input[type=text],
#main_contact .div_contactform_row .div_field_blank input[type=email],
#main_contact .div_contactform_row .div_field_blank input[type=tel],
#main_contact .div_contactform_row .div_field_blank textarea {
  width: 100%;
  line-height: 2rem;
  padding: 10px 20px;
  background-color: #efefe7;
  border: none;
  outline: none;
  font-size: 1.4rem;
}
#main_contact .div_contactform_row .div_field_blank .inquiry_item .wpcf7-list-item {
  display: block;
}
#main_contact .div_contactform_row .div_field_blank .privacy-policy-acceptance .wpcf7-list-item {
  margin: 0px;
}
#main_contact .div_contactform_row .div_field_blank input[type=submit] {
  background-color: black;
  padding: 14px 60px;
  color: white;
  border: none;
  outline: none;
  margin: 0px auto;
  display: block;
  cursor: pointer;
}

#main_privacy {
  padding: 100px 0px 100px 0px;
}
#main_privacy article h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #006837;
  margin: 30px 0px 30px 0px;
}

#main_404 {
  min-height: 500px;
  max-width: 1280px;
  margin: 0px auto;
  padding: 40px;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 1210px) {
  .div_topbanner {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 960px) {
  .div_1366 {
    width: 100%;
  }
  .div_800,
  .div_1280,
  .div_1000,
  .div_1080 {
    width: calc(100% - 80px) !important;
  }
  .div_topbanner {
    margin-top: 60px;
  }
  .div_topbanner .div_1366 {
    width: 100%;
  }
  .div_topbanner .div_1366 h1 {
    font-size: calc(1.4rem + 1vw);
    padding: 12px 40px;
    line-height: 40px;
    left: 20px;
    bottom: -40px;
  }
  .div_1366.div_breadcrumb {
    width: calc(100% - 40px);
    padding: 60px 20px 0px 20px;
    font-size: 1.2rem;
  }
  main {
    font-size: 1.4rem;
  }
  #main_brand {
    padding: 0px 0px 0px 0px;
  }
  #main_brand section {
    margin-bottom: 60px;
  }
  #main_brand section .div_paragraph {
    margin: calc(20px + 2vw) 0px;
  }
  #main_brand img {
    width: 100%;
  }
  #main_brand #img_1_heading {
    margin: 50px 0px 10px 0px;
  }
  #main_brand #section_brand_fullvideo .div_video_desk #div_playmovie_button {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: calc(1rem + 1vw);
  }
  #main_brand #section_brand_fullvideo .div_video_desk #div_playmovie_button img {
    width: 20px;
    height: 20px;
  }
  #main_brand h2 {
    padding: 40px 0px 40px 0px;
  }
  #main_csr {
    padding: 40px 0px 0px 0px;
  }
  #main_csr .div_csr {
    height: unset;
    display: flex;
    flex-direction: column;
    margin-bottom: calc(50px + 5vw);
    gap: calc(20px + 2vw);
  }
  #main_csr .div_csr.large {
    height: unset;
  }
  #main_csr .div_csr.large .div_img {
    width: 100%;
  }
  #main_csr .div_csr .div_fade {
    height: unset;
  }
  #main_csr .div_csr .div_img {
    order: 2;
    position: static;
    width: 100%;
    height: unset;
    background-size: contain;
  }
  #main_csr .div_csr .div_text {
    order: 1;
    width: 100%;
    padding: 0px;
    position: static;
    transform: none;
  }
  #main_csr .div_csr .div_text > div {
    border: none;
    width: 100%;
  }
  #main_csr .div_csr .div_text > div h2 {
    width: 100%;
    padding: 0px;
    text-align: center;
  }
  #main_csr .div_csr .div_text > div p {
    padding: 20px;
    text-align: left;
    font-size: 1.4rem;
  }
  #main_csr .div_csr .div_text.wide {
    width: 100%;
  }
  #main_csr .div_csr .a_block {
    order: 3;
    max-width: 300px;
    margin: 20px auto 0px auto;
  }
  #main_csr .div_csr .div_detail_button {
    position: static;
  }
  #main_company .section_shachomessage {
    margin-bottom: calc(50px + 5vw);
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
  }
  #main_company .section_shachomessage > div {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: calc(30px + 2vw);
  }
  #main_company .section_shachomessage > div h2,
  #main_company .section_shachomessage > div p,
  #main_company .section_shachomessage > div .div_signature {
    padding: 0px;
    line-height: calc(2rem + 2vw);
    margin-bottom: calc(10px + 1.5vw);
  }
  #main_company .section_shachomessage > div .div_signature {
    position: static;
    top: unset;
    text-align: right;
  }
  #main_company .section_shachomessage .img_shacho {
    position: static;
    width: 100%;
    max-width: 350px;
    margin: 0px auto 30px auto;
  }
  #main_company .section_shachomessage.swithced h2,
  #main_company .section_shachomessage.swithced p,
  #main_company .section_shachomessage.swithced .div_signature {
    padding: 0px;
  }
  #main_company #section_companyinfo .div_listflex > div,
  #main_company #section_companyhistory .div_listflex > div {
    flex-direction: column;
  }
  #main_company #section_companyinfo .div_listflex > div > div:first-child,
  #main_company #section_companyhistory .div_listflex > div > div:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  #main_company #section_companyinfo .div_listflex.three_seven > div > div:first-child,
  #main_company #section_companyhistory .div_listflex.three_seven > div > div:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  #main_process {
    padding: 50px 0px 0px 0px;
  }
  #main_process #section_intro {
    margin-bottom: calc(30px + 3vw);
  }
  #main_process #section_intro .div_intro {
    margin-bottom: calc(30px + 3vw);
  }
  #main_process .div_process {
    height: unset;
    margin-bottom: 30px;
    padding-top: unset;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  #main_process .div_process h2 {
    padding: 0px;
  }
  #main_process .div_process p {
    padding: 0px;
    font-size: 1.4rem;
  }
  #main_process .div_process img {
    position: static;
    width: 100%;
    margin: 30px 0px;
  }
  #main_process .div_process:nth-child(even) h2,
  #main_process .div_process:nth-child(even) p {
    padding: 0px;
  }
  #main_history {
    padding: 50px 0px 0px 0px;
  }
  #main_history .div_presentation {
    margin-bottom: calc(30px + 2vw);
  }
  #main_history .div_presentation h2 {
    padding: 0px;
    font-size: calc(1.4rem + 1vw);
  }
  #main_history .div_presentation p {
    padding: 0px;
    font-size: 1.4rem;
  }
  #main_history .div_presentation img {
    position: static;
    width: 100%;
    margin: 30px auto;
    display: block;
  }
  #main_history .div_presentation.tall_image h2,
  #main_history .div_presentation.tall_image p {
    padding: 0px;
  }
  #main_history .div_presentation.tall_image img {
    max-width: 350px;
  }
  #main_history #section_sakai .div_presentation .div_caption {
    position: static;
    width: 100%;
    margin: 0px auto;
  }
  #main_history #section_sennorikyu {
    padding: 40px 0px;
    margin-bottom: calc(10px + 1vw);
  }
  #main_history #section_sennorikyu .div_presentation h2,
  #main_history #section_sennorikyu .div_presentation p {
    padding: 0px;
  }
  #main_history #section_sennorikyu .div_presentation img {
    position: static;
    padding: 0px;
    max-width: 350px;
  }
  #main_history #section_sennorikyu .div_presentation .div_caption {
    position: static;
    max-width: 350px;
    margin: 0px auto;
  }
  #main_history #section_sakaiandtsuboichi .div_presentation .div_caption {
    position: static;
    max-width: 350px;
    margin: 0px auto;
  }
  #main_oem {
    padding: 50px 0px 0px 0px;
  }
  #main_oem .div_intro {
    margin-bottom: calc(30px + 3vw);
  }
  #main_oem .div_intro h1 {
    font-size: calc(1.4rem + 1vw);
    text-align: left;
    margin-bottom: calc(20px + 1vw);
  }
  #main_oem .div_intro h1 br {
    display: none;
  }
  #main_oem .div_intro p {
    font-size: 1.4rem;
  }
  #main_oem h2 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  #main_oem section {
    margin-bottom: calc(30px + 2vw);
  }
  #main_oem #section_process .div_process_flex {
    max-width: 500px;
    margin: 0px auto;
  }
  #main_oem #section_process .div_process_flex > div {
    position: relative;
    margin-bottom: 30px;
  }
  #main_oem #section_process .div_process_flex > div > div:first-child {
    width: 30%;
  }
  #main_oem #section_process .div_process_flex > div > div:first-child img {
    width: 100%;
  }
  #main_oem #section_process .div_process_flex > div > div:first-child:not(.last)::after {
    display: none;
  }
  #main_oem #section_process .div_process_flex > div > div:nth-child(2) {
    position: absolute;
    left: 30%;
    width: unset;
  }
  #main_oem #section_process .div_process_flex > div > div:last-child {
    width: 70%;
    padding-top: 120px;
  }
  #main_oem #section_process .div_button {
    margin: 10px;
    padding: 10px;
    display: block;
    text-align: center;
  }
  #main_oem #section_process .div_button.arrow {
    background-position: 90%;
  }
  #main_oem #section_customization #div_customization_flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
  }
  #main_oem #section_customization #div_customization_flex > div {
    width: calc(100% - 40px);
    max-width: 400px;
    padding: 20px 20px 30px 20px;
    margin-bottom: 30px;
  }
  #main_oem #section_example {
    padding: 40px 0px 40px 0px;
    background-color: unset;
  }
  #main_oem #section_example .div_oemexample {
    padding: 0px 20px;
    width: calc(100% - 40px);
    max-width: 600px;
    margin: 0px auto;
  }
  #main_oem #section_example .div_oemexample.switched {
    max-width: 600px;
    margin: 0px auto;
  }
  #main_oem #section_example .div_oemexample .div_flex {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  #main_oem #section_example .div_oemexample .div_flex .div_text {
    width: 100%;
  }
  #main_oem #section_example .div_oemexample .div_flex .div_image {
    width: 100%;
    background-image: unset !important;
  }
  #main_oem #section_example .div_oemexample .div_flex .div_image img {
    visibility: visible;
    margin: 30px 0px;
  }
  #main_oem #section_others {
    padding: 50px 20px 50px 30px;
    margin-bottom: 50px;
  }
  #main_product {
    padding: 20px 0px 0px 0px;
  }
  #main_product #section_product_navi .div_1280:not(.only_sz960) {
    display: none;
  }
  #main_product #section_product_navi ul {
    flex-direction: column;
    align-items: center;
  }
  #main_product #section_product_navi ul li {
    margin-bottom: 20px;
  }
  #main_product #section_product_navi ul li a {
    font-size: 1.6rem;
    margin: 0px;
  }
  #main_product #section_product .div_product {
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  #main_product #section_product .div_product > div:first-child {
    width: 100%;
  }
  #main_product #section_product .div_product > div:nth-child(2) {
    width: 100%;
  }
  #main_product #section_product .div_product > div:nth-child(2) img {
    margin: 30px 0px;
  }
  #main_product #section_product .div_product:nth-child(even) {
    flex-direction: column;
  }
  #main_store {
    padding: 50px 0px 0px 0px;
  }
  #main_store .div_store {
    margin-bottom: 30px;
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #main_store .div_store h3 {
    font-size: 1.2rem;
    padding: 0px;
    order: 1;
  }
  #main_store .div_store h2 {
    font-size: 1.8rem;
    text-align: center;
    padding: 0px;
    order: 2;
  }
  #main_store .div_store > div {
    order: 3;
  }
  #main_store .div_store > div p {
    padding: 0px;
  }
  #main_store .div_store .a_detail {
    order: 4;
  }
  #main_store .div_store .div_detail_button {
    margin: 30px auto;
  }
  #main_store .div_store img {
    position: static;
    width: 100%;
    order: 2;
  }
  #main_store_detail {
    padding: 50px 0px;
  }
  #main_store_detail .div_names {
    font-size: 1.4rem;
  }
  #main_store_detail .div_names h1 {
    font-size: 2.2rem;
  }
  #main_store_detail .div_names img {
    width: 100%;
  }
  #main_store_detail .div_description {
    margin: 30px 0px;
  }
  #main_store_detail .div_info > div {
    flex-direction: column;
    line-height: 30px;
  }
  #main_store_detail .div_info > div div:first-child {
    width: 100%;
  }
  #main_store_detail .div_google_map iframe {
    height: 250px;
  }
  #main_news #section_news {
    padding: 50px 0px;
  }
  #main_news #section_news .div_1280 .div_list .div_newsfeed {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin-bottom: 40px;
  }
  #main_news #section_news .div_1280 .div_list .div_newsfeed div.newsfeed_category {
    width: 100%;
    padding: 0px;
    text-align: left;
  }
  #main_news_article {
    padding: 50px 0px 30px 0px;
  }
  #main_news_article h1 {
    font-size: 1.4rem;
    color: #006837;
    font-weight: 600;
    margin-bottom: 30px;
  }
  #main_news_article .div_date {
    font-size: 1.4rem;
    margin-bottom: 100px;
  }
  #main_news_article article {
    padding: 30px 0px 100px 0px;
    overflow-x: hidden;
  }
  #main_news_article article img {
    max-width: 100%;
    height: auto;
  }
  #main_recruit {
    padding: 40px 0px 0px 0px;
  }
  #main_recruit .div_intro {
    margin-bottom: 50px;
  }
  #main_recruit .div_intro h1 {
    font-size: 2rem;
  }
  #main_recruit .div_recruit {
    height: unset;
    margin-bottom: 50px;
  }
  #main_recruit .div_recruit .div_img {
    position: static;
    width: 100%;
    height: unset;
    background-size: contain;
  }
  #main_recruit .div_recruit .div_fade {
    height: unset;
  }
  #main_recruit .div_recruit .div_fade .div_text {
    width: 100%;
    position: static;
    top: unset;
    right: unset;
    transform: none;
    padding: 0px;
  }
  #main_recruit .div_recruit .div_fade .div_text > div {
    width: 100%;
    border: none;
  }
  #main_recruit .div_recruit .div_fade .div_text > div h2 {
    font-size: 2rem;
    width: 100%;
    padding: 0px 10px;
    margin: 20px 0px;
    border: none;
  }
  #main_recruit .div_recruit .div_fade .div_text > div .div_recruit_info {
    padding: 0px 10px;
  }
  #main_recruit .div_recruit .div_fade .div_text > div .div_recruit_info > div {
    height: unset;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  #main_recruit .div_recruit .div_fade .div_text > div .div_recruit_info > div > div:first-child {
    margin-right: 5px;
    min-width: 64px;
  }
  #main_recruit .div_recruit .div_fade .div_text > div .div_recruit_info > div > div:last-child {
    padding-left: 10px;
  }
  #main_recruit .div_recruit .div_detail_button {
    position: static;
    right: unset;
    border: unset;
    max-width: 150px;
    margin: 20px auto 0px auto;
  }
  #main_recruit_detail .div_1080 #img_recruit_thumbnail {
    margin: 0px auto 50px auto;
  }
  #main_recruit_detail .div_1080 .div_intro {
    margin-bottom: 50px;
  }
  #main_recruit_detail .div_1080 #div_recruit_info {
    padding: 50px 10px;
  }
  #main_recruit_detail .div_1080 #div_recruit_info h2 {
    margin-bottom: 20px;
  }
  #main_recruit_detail .div_1080 #div_recruit_info .div_listflex > div > div:first-child {
    min-width: 90px;
  }
  #main_contact {
    padding: 50px 0px 30px 0px;
    max-width: 600px;
    margin: 0px auto;
  }
  #main_contact .div_intro {
    margin-bottom: 40px;
  }
  #main_contact .div_contactform_row {
    width: 100%;
    flex-direction: column;
  }
  #main_contact .div_contactform_row .div_field_blank {
    width: 100%;
  }
  #main_contact .div_contactform_row .div_field_blank input[type=text],
  #main_contact .div_contactform_row .div_field_blank input[type=email],
  #main_contact .div_contactform_row .div_field_blank input[type=tel],
  #main_contact .div_contactform_row .div_field_blank textarea {
    width: calc(100% - 50px);
  }
  #main_contact .div_contactform_row .div_field_blank input[type=submit] {
    -webkit-appearance: none;
  }
  #main_privacy {
    padding: 50px 0px;
  }
  #main_privacy article h2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #006837;
    margin: 30px 0px 30px 0px;
  }
}
@media only screen and (max-width: 1660px) {
  .div_1366,
  .div_1280,
  .div_1080 {
    width: 1000px !important;
  }
  .div_topbanner h1 {
    font-size: calc(1.2rem + 1.2vw);
    padding: 0px calc(50px + 2vw);
  }
  #main_oem #section_customization #div_customization_flex {
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 1000px) {
  .div_1366,
  .div_1280,
  .div_1080 {
    width: calc(100% - 80px) !important;
  }
}/*# sourceMappingURL=page.css.map */