@charset "UTF-8";

@media screen and (max-width: 768px) {
  .bgTtlWrapper {
    margin-bottom: 25px;
  }
}

.bgTtl {
  font-size: 3rem;
  font-weight: 700;
  border-bottom: 1px solid #dcdddd;
  padding-bottom: 15px;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 40px;
}
.bgTtl:after {
  content: "";
  width: 100%;
  height: 30px;
  background-color: #f7f8f8;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .bgTtl {
    font-size: 2.4rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: inline;
    position: relative;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0 0px 7px;
    line-height: 2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f7f8f8));
    background: linear-gradient(to bottom, transparent 50%, #f7f8f8 50%);
    -webkit-box-shadow: inset 0 -0.5px 0 0 #dcdddd;
            box-shadow: inset 0 -0.5px 0 0 #dcdddd;
    line-height: 2;
    margin-bottom: 25px;
  }
  .bgTtl:after {
    display: none;
  }
}

.organic {
  overflow: hidden;
}
.organic__nav {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .organic__nav {
    margin-bottom: 60px;
  }
}
.organic__navList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.organic__navItem {
  width: 25%;
  border-right: 1px solid #6fba8c;
}
.organic__navItem:first-of-type {
  border-left: 1px solid #6fba8c;
}
@media screen and (max-width: 768px) {
  .organic__navItem:first-of-type {
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .organic__navItem {
    width: 100%;
    border-right: none;
    margin-bottom: 10px;
  }
  .organic__navItem:last-of-type {
    margin-bottom: 0;
  }
}
.organic__navLink {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
  padding: 30px 25px 55px;
  line-height: 1.625;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .organic__navLink br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .organic__navLink {
    border: 1px solid #6fba8c;
    border-radius: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 42px;
    border-radius: 42px;
    padding: 12px 20px 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.organic__navLink:after {
  content: "";
  display: block;
  width: 10.242px;
  height: 6px;
  background: url(../../img/organic/icon_arrow_bottom_02.svg) no-repeat center center/cover;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .organic__navLink:after {
    left: auto;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
}
.organic__navLink:hover:after {
  -webkit-transform: translateX(-50%) translateY(5px);
          transform: translateX(-50%) translateY(5px);
}
@media screen and (max-width: 768px) {
  .organic__navLink:hover:after {
    -webkit-transform: none;
            transform: none;
  }
}
.organicJas {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .organicJas {
    margin-bottom: 70px;
  }
}
.organicJas__ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .organicJas__ttl {
    margin-bottom: 25px;
  }
}
.organicJas__list {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .organicJas__list {
    margin-bottom: 60px;
  }
}
.organicJas__section {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .organicJas__section {
    margin-bottom: 45px;
  }
}
.organicJas__section:nth-of-type(odd) .organicJas__fig {
  right: 0;
}
.organicJas__section:nth-of-type(even) .organicJas__text {
  margin-left: auto;
}
.organicJas__section:nth-of-type(even) .organicJas__fig {
  left: 0;
}
.organicJas__col {
  position: relative;
}
.organicJas__text {
  width: 500px;
}
@media screen and (max-width: 1080px) {
  .organicJas__text {
    width: 100%;
  }
}
.organicJas__subTtl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .organicJas__subTtl {
    margin-bottom: 20px;
  }
}
.organicJas__descItem {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .organicJas__descItem {
    margin-bottom: 20px;
  }
}
.organicJas__descItem:last-child {
  margin-bottom: 0;
}
.organicJas__fig {
  width: 550px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1080px) {
  .organicJas__fig {
    width: 100%;
    height: auto;
    aspect-ratio: 67 / 40;
    position: static;
    margin: 0 auto 20px;
    overflow: hidden;
  }
}
.organicJas__img {
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  .organicJas__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .organicJas__img--ofb {
    object-position: bottom center;
  }
}
.organicJas__img_type_03 {
  border: 1px solid #f2f2f2;
}
.organicJas__meritTtl {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .organicJas__meritTtl {
    font-size: 2.4rem;
    line-height: 1.66;
    margin-bottom: 40px;
  }
}
.organicJas__meritList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -35px -10px;
}
@media screen and (max-width: 768px) {
  .organicJas__meritList {
    margin: 0;
  }
}
.organicJas__meritItem {
  width: 33.333%;
  padding: 35px 10px;
}
@media screen and (max-width: 1080px) {
  .organicJas__meritItem {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .organicJas__meritItem {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .organicJas__meritItem:last-of-type {
    margin-bottom: 0;
  }
}
.organicJas__meritItemInner {
  background-color: #f4f4f4;
  padding: 70px 38px 40px 38px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .organicJas__meritItemInner {
    padding: 30px 20px;
  }
}
.organicJas__meritItemNum {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: #7bc497;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .organicJas__meritItemNum {
    width: 40px;
    height: 40px;
    font-size: 2rem;
    top: -20px;
  }
}
.organicJas__meritItemTtl {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  min-height: 49px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  min-height: 58px;
}
@media screen and (max-width: 768px) {
  .organicJas__meritItemTtl {
    font-size: 1.6rem;
    line-height: 1.5625;
    margin-bottom: 15px;
  }
}
.organicJas__meritItemFig {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .organicJas__meritItemFig {
    margin-bottom: 15px;
  }
}
.organicJas__meritItemImg {
  height: 90px;
}
@media screen and (max-width: 768px) {
  .organicJas__meritItemImg {
    width: auto;
    height: 90px;
  }
}
.organicJas__meritItemDescItem {
  line-height: 1.875;
}

.organicConfectionery__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__list {
    margin: -7.5px;
    margin-bottom: 62.5px;
  }
}
.organicConfectionery__item {
  width: 33.333%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__item {
    width: 50%;
    padding: 7.5px;
  }
}
.organicConfectionery__itemInner {
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  border: 1px solid #ccc;
  display: block;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__itemInner {
    border-radius: 5px;
  }
}
.organicConfectionery__itemInner:hover .organicConfectionery__itemImg {
  opacity: 0.75;
}
.organicConfectionery__itemFig {
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__itemFig {
    border-radius: 5px 5px 0 0;
  }
}
.organicConfectionery__itemImg {
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__itemImg {
    border-radius: 5px 5px 0 0;
  }
}
.organicConfectionery__itemTtl {
  font-size: 2rem;
  font-weight: bold;
  padding: 25px 40px;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__itemTtl {
    font-size: 1.4rem;
    line-height: 1.78;
    padding: 12px 15px;
  }
}
.organicConfectionery__flow {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__flow {
    margin-bottom: 70px;
  }
}
.organicConfectionery__flowTtl {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__flowTtl {
    font-size: 2.4rem;
    line-height: 1.66;
    margin-bottom: 25px;
  }
}
.organicConfectionery__flowItemInner {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 55px 40px 55px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__flowItemInner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 35px 25px 25px 25px;
  }
}
.organicConfectionery__flowItemHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__flowItemHead {
    position: relative;
    margin-bottom: 30px;
    min-width: calc(100% + 50px);
    width: 100%;
    margin-left: -25px;
  }
}
.organicConfectionery__flowItemStep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2rem;
  font-weight: bold;
  color: #7bc497;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__flowItemStep {
    width: 50%;
    font-size: 1.6rem;
  }
}
.organicConfectionery__flowItemStepNum {
  font-size: 5rem;
  font-weight: bold;
  color: #7bc497;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__flowItemStepNum {
    font-size: 4rem;
    line-height: 1;
  }
}
.organicConfectionery__flowItemFig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__flowItemFig {
    width: 50%;
    text-align: center;
    display: block;
  }
}
.organicConfectionery__flowItemFig:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 40px);
  background-color: #ccc;
  margin: 0 50px;
  position: relative;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__flowItemFig:before {
    margin: 0;
    position: absolute;
    height: 100px;
    top: -12px;
  }
}
.organicConfectionery__flowItemImg {
  width: 80px;
  min-width: 80px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__flowItemImg {
    width: auto;
    height: 75px;
    min-width: auto;
  }
}
.organicConfectionery__flowItemBody {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.organicConfectionery__flowItemTtl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__flowItemTtl {
    text-align: center;
    margin-bottom: 20px;
  }
}
.organicConfectionery__flowItemDesc {
  line-height: 1.875;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__flowItemDesc br {
    display: none;
  }
}
.organicConfectionery__flowArrow {
  display: block;
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__flowArrow {
    width: 75px;
  }
}
.organicConfectionery__flowItemDescList {
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__flowItemDescList {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 20px 0;
  }
}
.organicConfectionery__flowItemDescList:after {
  content: "";
  display: block;
  height: 1px;
  width: 171px;
  background-color: #7bc497;
  position: absolute;
  left: 0;
  bottom: -0.5px;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__flowItemDescList:after {
    width: 120px;
    bottom: -1px;
  }
}
.organicConfectionery__flowItemDescList:first-of-type {
  border-top: 1px solid #cccccc;
}
.organicConfectionery__flowItemDescList:first-of-type:before {
  content: "";
  display: block;
  height: 1px;
  width: 171px;
  background-color: #7bc497;
  position: absolute;
  left: 0;
  top: -1px;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__flowItemDescList:first-of-type:before {
    width: 120px;
  }
}
.organicConfectionery__flowItemDescList:last-of-type {
  margin-bottom: 25px;
}
.organicConfectionery__flowItemDescItemTtl {
  width: 190px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__flowItemDescItemTtl {
    width: 100%;
    margin-bottom: 10px;
  }
}
.organicConfectionery__flowItemDescItemDesc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.organicConfectionery__flowItemOl {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px -15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__flowItemOl {
    margin: 15px 0;
  }
}
.organicConfectionery__flowItemOlItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  min-width: 145px;
}
.organicConfectionery__flowItemOlItem:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__flowItemOlItem {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
  .organicConfectionery__flowItemOlItem:last-of-type {
    margin-bottom: 0;
  }
}
.organicConfectionery__flowItemOlItemNum {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 40px;
  border: 1px solid #7bc497;
  color: #7bc497;
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .organicConfectionery__flowItemOlItemNum {
    margin-right: 10px;
  }
}
.organicAbout {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .organicAbout {
    margin-bottom: 55px;
  }
}
.organicAbout__ttl {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .organicAbout__ttl {
    margin-bottom: 30px;
  }
  .organicAbout__ttl .bgTtl {
    display: block;
  }
}
.organicAbout__introTtl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .organicAbout__introTtl {
    margin-bottom: 20px;
  }
}
.organicAbout__introDesc {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .organicAbout__introDesc {
    margin-bottom: 20px;
  }
}
.organicAbout__introDescItem {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .organicAbout__introDescItem {
    margin-bottom: 20px;
  }
}
.organicAbout__introDescItem:last-of-type {
  margin-bottom: 0;
}
.organicAbout__mainCol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.organicAbout__mainColText {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1080px) {
  .organicAbout__mainColText {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
.organicAbout__mainDt {
  font-size: 1.8rem;
  background-color: #eaf9ef;
  font-weight: bold;
  padding: 15px 20px;
  border-top: 1px solid #7bc497;
}
@media screen and (max-width: 768px) {
  .organicAbout__mainDt {
    padding: 12px 15px;
  }
}
.organicAbout__mainDd {
  padding: 15px 20px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .organicAbout__mainDd {
    padding: 15px 0;
  }
}
.organicAbout__mainColImg {
  margin-left: 70px;
}
@media screen and (max-width: 1080px) {
  .organicAbout__mainColImg {
    max-width: 540px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.organicAbout__mainColImgImg {
  width: 452px;
}
@media screen and (max-width: 1080px) {
  .organicAbout__mainColImgImg {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.aboutOrganicJas__ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__ttl {
    margin-bottom: 30px;
  }
  .aboutOrganicJas__ttl .bgTtl {
    display: block;
  }
}
.aboutOrganicJas__col {
  position: relative;
}
.aboutOrganicJas__col:nth-of-type(odd) {
  margin-bottom: 60px;
}
.aboutOrganicJas__col:nth-of-type(odd) .aboutOrganicJas__colText {
  margin-right: auto;
}
.aboutOrganicJas__col:nth-of-type(odd) .aboutOrganicJas__colFig {
  right: 0;
}
.aboutOrganicJas__col:nth-of-type(even) .aboutOrganicJas__colText {
  margin-left: auto;
}
.aboutOrganicJas__col:nth-of-type(even) .aboutOrganicJas__colFig {
  left: 0;
}
.aboutOrganicJas__colText {
  width: 500px;
}
@media screen and (max-width: 1080px) {
  .aboutOrganicJas__colText {
    width: 100%;
  }
}
.aboutOrganicJas__colTtl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__colTtl {
    margin-bottom: 20px;
  }
}
.aboutOrganicJas__colDesc {
  margin-bottom: 1.5em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__colDesc {
    margin-bottom: 20px;
  }
}
.aboutOrganicJas__colDesc:last-child {
  margin-bottom: 0;
}
.aboutOrganicJas__colFig {
  position: absolute;
  width: 550px;
  top: 0;
}
@media screen and (max-width: 1080px) {
  .aboutOrganicJas__colFig {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 67 / 40;
    margin-bottom: 30px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__colFig {
    margin-bottom: 20px;
  }
}
.aboutOrganicJas__colFigImg {
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  .aboutOrganicJas__colFigImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.aboutOrganicJas__sub {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__sub {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__subTtlWrap {
    margin-bottom: 20px;
  }
}
.aboutOrganicJas__subTtl {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #7bc497;
  padding-bottom: 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__subTtl {
    border: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#7bc497), to(#7bc497));
    background-image: linear-gradient(to right, #7bc497 0%, #7bc497 100%);
    background-repeat: repeat-x;
    background-size: 100% 2px;
    background-position: 0 100%;
    padding-bottom: 5px;
    line-height: 2;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
  }
  .aboutOrganicJas__subTtl_type_full {
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }
  .aboutOrganicJas__subTtl_type_jas {
    margin-bottom: 15px;
  }
}
.aboutOrganicJas__subIntro {
  line-height: 1.875;
  margin-bottom: 30px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__subIntro {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.aboutOrganicJas__subDetailsList {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__subDetailsList {
    margin-bottom: 45px;
  }
}
.aboutOrganicJas__subDetailsItem {
  border: 4px solid #eaf9ef;
  border-radius: 10px;
  margin-bottom: 20px;
}
.aboutOrganicJas__subDetailsItem:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__subDetailsItem {
    border-width: 2px;
  }
}
.aboutOrganicJas__subDetailsItemInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 40px 35px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__subDetailsItemInner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 20px;
  }
}
.aboutOrganicJas__subDetailsItemTtl {
  font-size: 2rem;
  font-weight: bold;
  width: 255px;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__subDetailsItemTtl {
    width: 100%;
    text-align: left;
    padding: 0 0 0 0;
    margin-bottom: 15px;
  }
}
.aboutOrganicJas__subDetailsItemBody {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.aboutOrganicJas__subDetailsItemDt {
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 7px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__subDetailsItemDt {
    border-bottom: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#cccccc), to(#cccccc));
    background-image: linear-gradient(to right, #cccccc 0%, #cccccc 100%);
    background-repeat: repeat-x;
    background-size: 100% 2px;
    background-position: 0 100%;
    padding-bottom: 5px;
    line-height: 2;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__subDetailsItemDD {
    margin-top: 15px;
  }
}
.aboutOrganicJas__subDetailsItemUlItem {
  line-height: 1.875;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutOrganicJas__subDetailsItemUlItem:before {
  content: "・";
}
.aboutOrganicJas__colListItem {
  position: relative;
}
.aboutOrganicJas__colListItem:nth-child(odd) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__colListItem:nth-child(odd) {
    margin-bottom: 40px;
  }
}
.aboutOrganicJas__colListItem:nth-child(odd) .aboutOrganicJas__colListItemFig {
  right: 0;
}
.aboutOrganicJas__colListItem:nth-child(even) .aboutOrganicJas__colListItemFig {
  left: 0;
}
.aboutOrganicJas__colListItem:nth-child(even) .aboutOrganicJas__colListItemInner {
  margin-left: auto;
}
.aboutOrganicJas__colListItemInner {
  width: 500px;
}
@media screen and (max-width: 1080px) {
  .aboutOrganicJas__colListItemInner {
    width: 100%;
  }
}
.aboutOrganicJas__colListItemTtl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__colListItemTtl {
    line-height: 1.75;
    margin-bottom: 15px;
  }
}
.aboutOrganicJas__colListItemDesc {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__colListItemDesc {
    margin-bottom: 20px;
  }
}
.aboutOrganicJas__colListItemDesc:last-child {
  margin-bottom: 0;
}
.aboutOrganicJas__colListItemFig {
  position: absolute;
  top: 0;
  width: 550px;
}
@media screen and (max-width: 1080px) {
  .aboutOrganicJas__colListItemFig {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__colListItemFig {
    margin-bottom: 20px;
  }
}
.aboutOrganicJas__colListItemImg {
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  .aboutOrganicJas__colListCaution {
    margin-top: -15px;
  }
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__colListCaution {
    margin-top: 5px;
    margin-bottom: -10px;
  }
}
.aboutOrganicJas__colListCautionItem {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutOrganicJas__colListCautionItem:before {
  content: "※";
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__colListCautionItem {
    line-height: 1.666;
  }
}
.aboutOrganicJas__colListCautionItemInner {
  display: inline;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__colListCautionItemInner br {
    display: none;
  }
}
.aboutOrganicJas__colListCautionItemLink {
  color: inherit;
  text-decoration: underline;
}
.aboutOrganicJas__colListCautionItemLink:hover {
  text-decoration: none;
}
.aboutOrganicJas__merit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 60px;
  border-radius: 10px;
  border: 1px solid #7bc497;
  background: url(../../img/organic/bg_01.jpg) no-repeat center center/cover;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__merit {
    padding: 25px 25px 20px 25px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background: url(../../img/organic/bg_01_sp.jpg) no-repeat center center/cover;
    margin-bottom: 70px;
  }
}
.aboutOrganicJas__meritFig {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__meritFig {
    margin: 0 auto 15px auto;
  }
}
.aboutOrganicJas__meritDesc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__meritDesc {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding-left: 0;
  }
}
.aboutOrganicJas__meritColItem {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__meritColItem {
    margin-bottom: 45px;
  }
}
.aboutOrganicJas__meritColItem:nth-of-type(odd) .aboutOrganicJas__meritColItemFig {
  right: 0;
}
.aboutOrganicJas__meritColItem:nth-of-type(even) .aboutOrganicJas__meritColItemFig {
  left: 0;
}
.aboutOrganicJas__meritColItem:nth-of-type(even) .aboutOrganicJas__meritColItemInner {
  margin-left: auto;
}
.aboutOrganicJas__meritColItem:last-of-type {
  margin-bottom: 0;
}
.aboutOrganicJas__meritColItemInner {
  width: 500px;
}
@media screen and (max-width: 1080px) {
  .aboutOrganicJas__meritColItemInner {
    width: 100%;
  }
}
.aboutOrganicJas__meritColTtl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  top: -6px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__meritColTtl {
    line-height: 1.666;
    top: 0;
  }
}
.aboutOrganicJas__meritColItemFig {
  width: 550px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1080px) {
  .aboutOrganicJas__meritColItemFig {
    width: 100%;
    height: auto;
    aspect-ratio: 67 / 40;
    position: static;
    margin-bottom: 30px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__meritColItemFig {
    margin-bottom: 20px;
  }
}
.aboutOrganicJas__meritColItemImg {
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  .aboutOrganicJas__meritColItemImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.aboutOrganicJas__meritSubList {
  counter-reset: merit-number;
}
.aboutOrganicJas__meritSub {
  counter-increment: merit-number;
  margin-bottom: 18px;
}
.aboutOrganicJas__meritSub:last-of-type {
  margin-bottom: 0;
}
.aboutOrganicJas__meritSubTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__meritSubTtl {
    line-height: 1.875;
  }
}
.aboutOrganicJas__meritSubTtl:before {
  content: counter(merit-number) ".";
  font-weight: bold;
  font-size: 1.6rem;
  margin-right: 0.5em;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJas__meritSubTtl:before {
    top: -1px;
  }
}
.aboutOrganicJas__meritSubDesc {
  line-height: 1.875;
}
.aboutOrganicJas__subOutro {
  margin-bottom: 30px;
}
.aboutOrganicJas__subOutroDesc {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
.aboutOrganicJas__subOutroDesc:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .aboutOrganicJasTableWrap {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
    margin-right: -20px;
    width: calc(100vw - 20px);
  }
}
@media screen and (max-width: 768px) {
  .aboutOrganicJasTableWrapInn {
    width: 100%;
    min-width: 540px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .aboutOrganicJasTable {
    min-width: 520px;
    margin-bottom: 0;
  }
}
.aboutOrganicJasTable__thead {
  width: 100%;
}
.aboutOrganicJasTable__thead .aboutOrganicJasTable__th {
  background-color: #44a063;
  color: #fff;
  vertical-align: middle;
  padding: 10px 5px 10px 5px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.42;
}
.aboutOrganicJasTable__thead .aboutOrganicJasTable__th {
  font-weight: 500;
}
.aboutOrganicJasTable__th {
  border: 3px solid #fff;
  vertical-align: middle;
  padding: 8px 0 12px 15px;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJasTable__th {
    font-size: 1.4rem;
    line-height: 1;
    padding: 10px 0 10px 15px;
  }
}
.aboutOrganicJasTable__th:nth-of-type(1) {
  width: 14%;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJasTable__th:nth-of-type(1) {
    width: 14.5%;
  }
}
.aboutOrganicJasTable__th:nth-of-type(2) {
  width: 21.5%;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJasTable__th:nth-of-type(2) {
    width: 21.375%;
    min-width: 100px;
  }
}
.aboutOrganicJasTable__th:nth-of-type(3) {
  width: 21.5%;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJasTable__th:nth-of-type(3) {
    width: 21.375%;
    min-width: 100px;
  }
}
.aboutOrganicJasTable__th:nth-of-type(4) {
  width: 21.5%;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJasTable__th:nth-of-type(4) {
    width: 21.375%;
    min-width: 100px;
  }
}
.aboutOrganicJasTable__th:nth-of-type(5) {
  width: 21.5%;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJasTable__th:nth-of-type(5) {
    width: 21.375%;
    min-width: 100px;
  }
}
.aboutOrganicJasTable__tbody .aboutOrganicJasTable__tr .aboutOrganicJasTable__th {
  text-align: left;
}
.aboutOrganicJasTable__tbody .aboutOrganicJasTable__tr:nth-of-type(odd) .aboutOrganicJasTable__td,
.aboutOrganicJasTable__tbody .aboutOrganicJasTable__tr:nth-of-type(odd) .aboutOrganicJasTable__th {
  background-color: #c5e8d0;
}
.aboutOrganicJasTable__tbody .aboutOrganicJasTable__tr:nth-of-type(even) .aboutOrganicJasTable__td,
.aboutOrganicJasTable__tbody .aboutOrganicJasTable__tr:nth-of-type(even) .aboutOrganicJasTable__th {
  background-color: #eaf9ef;
}
.aboutOrganicJasTable__td {
  border: 3px solid #fff;
  vertical-align: middle;
  text-align: center;
  padding: 10px 20px 10px 20px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .aboutOrganicJasTable__td {
    font-size: 1.4rem;
    line-height: 1;
    padding: 10px;
  }
}
.aboutOrganicJasTable__tdImg {
  width: 14px;
}

.organicJasMark {
  background-color: #fafafa;
  border-radius: 10px;
}
.organicJasMark__inner {
  padding: 30px 70px;
}
@media screen and (max-width: 768px) {
  .organicJasMark__inner {
    padding: 20px 25px 25px 25px;
  }
}
.organicJasMark__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}
.organicJasMark__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .organicJasMark__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.organicJasMark__item {
  width: 20%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .organicJasMark__item {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .organicJasMark__item:last-of-type {
    margin-bottom: 0;
  }
}
.organicJasMark__item:last-of-type .organicJasMark__itemFig::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .organicJasMark__itemInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.organicJasMark__itemFig {
  position: relative;
}
@media screen and (max-width: 768px) {
  .organicJasMark__itemFig {
    width: 90px;
  }
}
.organicJasMark__itemFig:after {
  content: "";
  display: block;
  width: 9px;
  height: 18.5px;
  position: absolute;
  background: url(../../img/organic/icon_arrow_right_01.svg) no-repeat center center/cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -25px;
}
@media screen and (max-width: 768px) {
  .organicJasMark__itemFig:after {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: -25px;
    width: 20px;
    height: 7.5px;
    background: url(../../img/organic/icon_arrow_bottom_03.svg) no-repeat center center/cover;
  }
}
.organicJasMark__itemText {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .organicJasMark__itemText {
    margin-top: 0;
    margin-left: 20px;
  }
}
