@charset 'UTF-8';

/* common
================================================== */
.bnr_1 {
  margin: 0;
}

.clm_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.clm_2>li {
  width: 50%;
}

.clm_2.row_rev {
  flex-direction: row-reverse;
}

.clm_2>li h1,
.clm_2>li h2,
.clm_2>li h3 {
  margin-right: 40px;
}

.clm_2>li p {
  margin: 20px 40px 0 0;
}

.clm_2>li ol {
  margin: 20px 40px 0 0;
}

.clm_2>li ol li {
  line-height: 2em;
  margin-left: 1.5em;
}

.clm_2>li ul {
  margin: 20px 40px 0 0;
  list-style: initial;
}

.clm_2>li ul li {
  line-height: 2em;
  margin-left: 1.5em;
}

@media screen and (max-width: 768px) {

  .clm_2>li h1,
  .clm_2>li h2,
  .clm_2>li h3 {
    margin-right: 0;
  }

  .clm_2>li p {
    margin: 20px 0 0 0;
  }

  .clm_2>li ol {
    margin: 20px 0 0 0;
  }

  .clm_2>li ul {
    margin: 20px 0 0 0;
  }
}

.clm_2.row_rev>li h1,
.clm_2.row_rev>li h2,
.clm_2.row_rev>li h3 {
  margin-left: 40px;
}

.clm_2.row_rev>li p {
  margin: 20px 0 0 40px;
}

.clm_2.row_rev>li ol {
  margin: 20px 0 0 40px;
}

.clm_2.row_rev>li ul {
  margin: 20px 0 0 40px;
}

@media screen and (max-width: 768px) {

  .clm_2.row_rev>li h1,
  .clm_2.row_rev>li h2,
  .clm_2.row_rev>li h3 {
    margin-left: 0;
  }

  .clm_2.row_rev>li p {
    margin: 20px 0 0 0;
  }

  .clm_2.row_rev>li ol {
    margin: 20px 0 0 0;
  }

  .clm_2.row_rev>li ul {
    margin: 20px 0 0 0;
  }
}

.clm_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.clm_3>li {
  width: 32%;
}

.link_1 {
  position: relative;
  height: 95px;
}

.link_1 a {
  font-weight: bold;
  line-height: 1.5em;
  position: absolute;
  right: 0;
  display: block;
  width: 207px;
  height: 95px;
  padding-top: 35px;
  color: #00a13f;
  background: url(../img/link_1_bg.png) no-repeat;
}

.link_1 a span {
  font-size: .7em;
}

.link_1:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  .clm_2>li {
    width: 100%;
    margin-bottom: 5%;
  }
}

.page_title {
  padding: 2px 0 2px;
  background: linear-gradient(90deg, #ccda05, #00a13f);
}

.page_title h1 {
  max-width: 1000px;
  margin: 0 auto;
}

/* toppage
================================================== */
@media screen and (max-width: 768px) {}

/* slick */
body {
  overflow-x: hidden;
  margin: 0;
}

.mainVisual01 {
  max-width: 800px;
  margin: 0 auto;
}

.mainVisual01 .slick-list {
  overflow: visible;
}

.mainVisual01 img {
  width: 100%;
  object-fit: cover;
}

.mainVisual01__slider .slick-list {
  overflow: visible;
}

.mainVisual01__slider img {
  width: 100%;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

.slick-slide:hover {
  opacity: .8;
}

.slick-dots li button:before {
  opacity: 1;
  color: #ccda05;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #00a13f;
}

@media screen and (max-width: 768px) {
  .mainVisual01 .slick-list {
    overflow: hidden;
  }
}

/* top_concept */
.top_concept {
  background: url(../img/top_concept_bg.jpg) no-repeat center left;
}

.top_concept ul {
  align-items: flex-end;
}

.top_concept .clm_2>li h1 {
  max-width: 422px;
  margin: 0 auto;
}

.top_concept .clm_2>li p {
  margin: 0 0 0 60px;
}

@media screen and (max-width: 768px) {
  .top_concept {
    background: none;
  }

  .top_concept .clm_2>li h1 {
    width: 80%;
    margin: 0 auto;
  }

  .top_concept .clm_2>li p {
    width: 90%;
    margin: 2em auto 0;
  }
}

/* top_bnr */
.top_bnr .content {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .top_bnr .content {
    padding-top: 0;
  }
}

/* top_org */
.top_org {
  background: url(../img/bg_glay.jpg) center;
}

.top_org .clm_3 {
  margin-top: 50px;
}

.top_org .clm_3 p {
  line-height: 1.5em;
  margin: .5em 0 0 0;
  text-align: center;
}

.top_org .clm_3 img {
  border: 3px solid #bbb;
}

@media screen and (max-width: 768px) {
  .top_org .clm_3 {
    margin-top: 0;
  }

  .top_org .clm_3 p {
    font-size: 12px;
  }
}

/* top_service */
.top_service {
  background: url(../img/bg_green.jpg) center;
}

@media screen and (max-width: 768px) {
  .top_service {
    background: url(../img/bg_green.jpg) center;
    background-size: 230%;
  }
}

/* top_shop */
.top_shop {
  background: url(../img/bg_glay.jpg) center;
}

/* top_menu */
.top_menu {
  background: rgba(0, 161, 63, .15);
}

.top_menu_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top_menu_nav li {
  width: 160px;
  margin: 0 40px;
}

.top_menu_nav li a {
  font-weight: bold;
  display: block;
  height: 120px;
  text-align: center;
  color: #00a13f;
  background: url(../img/link_2_bg.png) no-repeat bottom center;
}

.top_menu_nav li a:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  .top_menu_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .top_menu_nav li {
    width: 30%;
    margin: 0;
  }

  .top_menu_nav li a {
    font-size: 10px;
    font-weight: bold;
    display: block;
    height: 120px;
    text-align: center;
    color: #00a13f;
    background: url(../img/link_2_bg.png) no-repeat bottom center;
  }
}

/* product
================================================== */
@media screen and (max-width: 768px) {}

/*  */
.title_lead h1 {
  text-align: center;
}

.title_lead p {
  margin: 20px 0 0;
  text-align: center;
}

.title_lead p.multi_line {
  margin: 20px auto 0;
  text-align: left;
  width: 96%;
  max-width: 500px;
}

.product_menu .clm_3 {
  margin: 100px 0 0;
}

.product_menu .clm_3 img {
  margin-top: 5px;
  border: 3px solid #ddd;
}

.product_menu .clm_3 h2 {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

.product_menu .clm_3 p {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  line-height: 1.5em;
  text-align: center;
}

.product_menu .clm_3 p.product_menu_name_en {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  text-align: right;
  color: #ccc;
}

.product_menu .clm_3 a p.btn_gr {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  line-height: 2em;
  background-color: #00a13f;
  border-radius: 5px;
  padding: 10px 0;
  margin: 20px auto 0;
  width: 80%;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .product_menu .clm_3 {
    margin: 50px 0 0;
  }

  .product_menu .clm_3 li {
    width: 100%;
    margin-bottom: 10%;
  }
}

/* product_series_title */
.product_series_title {
  background: url(../img/bg_glay.jpg) center;
}

.product_item h2 {
  font-size: 20px;
  font-weight: bold;
}

.product_item h3 {
  font-size: 18px;
  position: relative;
  margin-top: 20px;
  border-bottom: 1px solid #222;
}

.product_item h3 span {
  font-size: .7em;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(transparent 70%, #ff0 0%);
}

.clm_2>li ul.product_item_spec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px 0 0;
  list-style: none;
}

.clm_2>li ul.product_item_spec li {
  font-size: 12px;
  line-height: 2em;
  width: 48%;
  margin: 0;
}

@media screen and (max-width: 768px) {}

/*  */

.product_item_slider {
  width: 100%;
  margin: 0 auto 10px;
}

.clm_2>li ul.product_item_thumbnail-list {
  width: 100%;
  margin: 10px auto 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
}

.thumbnail-item {
  width: 23.5%;
  margin-bottom: 10px;
  position: relative;
}

li.slide-item {
  margin: 0 !important;
  border: 1px solid #ddd;
}

li.thumbnail-item {
  margin: 0 2% 10px 0 !important;
  border: 1px solid #ddd;
}

li.thumbnail-item:nth-of-type(4n) {
  margin-right: 0 !important;
}

/*  */

/* flow
================================================== */

.clm_2>li ul.flow {
  list-style: none;
}

.clm_2>li ul.flow li {
  background-color: #fff;
  margin-bottom: 50px;
  /* margin-right: 0; */
  border-radius: 10px;
  position: relative;
}

.clm_2>li ul.flow li h1 {
  font-size: 2em;
  color: #fff;
  background-color: #005f07;
  margin-right: 0;
  margin-bottom: 15px;
  border-radius: 10px;
  text-align: center;
  padding: .2em 0;
}

.clm_2>li ul.flow li h2 {
  font-size: 1.3em;
  color: #fff;
  background-color: #00a13f;
  margin-right: 0;
  margin-bottom: 15px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: .2em 0;
}

.clm_2>li ul.flow li h3 {
  font-size: 1em;
  font-weight: bold;
  margin-right: 0;
  padding: 0 15px 0;
}

.clm_2>li ul.flow li p {
  font-size: .9em;
  margin-top: 0;
  margin-right: 0;
  padding: 0 15px 15px;
  line-height: 1.5em;
}

.clm_2>li ul.flow li::after {
  display: block;
  width: 100%;
  height: 30px;
  background: url(../img/arw.png) no-repeat center 0;
  background-size: 60px;
  content: "";
  position: absolute;
  bottom: -40px;
}

.clm_2>li ul.flow li:last-child:after {
  background: none;
}

.bg_lightgreen {
  background-color: #cfe9cd;
  padding: 3% 10%;
}

.bg_lightgreen ul {
  list-style-type: square;
}

.bg_lightgreen li::marker {
  font-size: 2em;
}

.bg_lightgreen li {
  margin-bottom: .5em;
  line-height: 1.5em;
}

.bg_lightgreen li:last-child {
  margin-bottom: 0;
}

.underline_y {
  font-weight: bold;
  background:linear-gradient(transparent 60%, #ff6 60%);
}
/*  */

/* company
================================================== */

h2.company_outline {
  font-size: 1.5em;
  text-align: center;
  margin: 0em 0 1em;
}

.company_profile {
  width: 100%;
  background-color: #fff;
}

.company_profile,
.company_profile th,
.company_profile td {
  border: 1px solid #499d40;
}

.company_profile th,
.company_profile td {
  padding: 1em;
  line-height: 1.5em;
  vertical-align: middle;
}

.company_profile th {
  background-color: #cfe9cd;
}

@media screen and (max-width: 768px) {
  .company_profile {
    width: 96%;
    margin: 0 auto;
    border-top: 0;
    border-right: 0;
    border-left: 0;
  }

  .company_profile th,
  .company_profile td {
    display: block;
    border-bottom: 0;
  }
}

/*  */

/* contact
================================================== */
#formWrap {
  width:700px;
  margin:0 auto;
  color:#555;
  line-height:120%;
  font-size:90%;
}
table.formTable{
  width:100%;
  margin:0 auto 30px;
  border-collapse:collapse;
  background-color: #fff;
}
table.formTable td,table.formTable th{
  border:1px solid #ccc;
  padding:10px;
}
table.formTable th{
  width:30%;
  font-weight:normal;
  background:#efefef;
  text-align:left;
  vertical-align: middle;
}
form input[type="text"], form textarea, form select {
  border: 1px solid #ccc;
  margin-bottom: 5px;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
  width:95%;
  margin:0 auto;
}
table.formTable th, table.formTable td {
  width:auto;
  display:block;
}
table.formTable th {
  margin-top:5px;
  border-bottom:0;
}
form input[type="text"], form textarea {
  width:80%;
  padding:5px;
  font-size:110%;
  display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
  display:block;
  width:100%;
  height:40px;
}
}

table.formTable.contact_table {
  width: 96%;
  max-width: 700px;
  margin: 5% auto 0;
}

table.formTable.contact_table th {
  background-color: #cfe9cd;
}

table.formTable.contact_table th,
table.formTable.contact_table td {
  padding: 1em;
  /* font-size: 1.2em;
  font-weight: bold; */
}

/*  */