@charset "UTF-8";
/* ------------------------------
    common
------------------------------ */
#contents {
  padding: 15px 0 100px;
}

/* page_intero */
.page_intro {
  padding: 80px 0 100px;
}

.page_intro .txt p {
  text-align: center;
  font-size: 1.6rem;
}

.page_intro .txt p + p {
  margin-top: 1em;
}

/* ttl_line */
.ttl_line {
  margin-bottom: 30px;
}

.ttl_line span {
  display: inline-block;
  font-weight: 900;
  font-size: 2.2rem;
  margin: 0 auto;
  text-align: center;
  line-height: 1.27;
  padding-bottom: 8px;
  border-bottom: 3px solid;
}

@media screen and (max-width: 768px) {
  #contents {
    padding: 40px 0 50px;
  }
  /* page_intero */
  .page_intro {
    padding: 0 0 25px;
  }
  .page_intro .txt p {
    font-size: 1.2rem;
    text-align: left;
  }
  /* ttl_line */
  .ttl_line {
    margin-bottom: 15px;
  }
  .ttl_line span {
    font-size: 1.4rem;
    padding-bottom: 4px;
    border-bottom: 2px solid;
  }
}
/* ------------------------------
    point_index
------------------------------ */
.point_index #contents {
  padding-bottom: 0;
}

.point_index .pagettl {
  background: url(../img/point/index/bg_pagettl_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 110px;
}

.point_index .pagettl img {
  width: 519.5px;
}

/* page_intero */
.point_index .page_intro {
  padding-bottom: 50px;
}

.point_index .page_intro .ttl {
  font-size: 3.5rem;
  color: #8cc63f;
  font-weight: 900;
  margin-bottom: 50px;
  line-height: 1;
  white-space: nowrap;
}

.point_index .page_intro .txt p span {
  color: #FF6C02;
}

/* point_block */
.point_index .point_block {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.point_index .point_block .box {
  width: 50%;
  height: 370px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.point_index .point_block .box::before {
  /* 透過した黒を重ねる */
  background-color: rgba(0, 0, 0, 0.38);
  /* どの範囲に重ねるかを指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.point_index .point_block .box .txt_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-position: left top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.point_index .point_block .box .txt_area p {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0;
}

.point_index .point_block .box .txt_area p.num {
  line-height: 1;
  width: 51px;
  height: 51.5px;
  margin: 0 auto 10px;
}

.point_index .point_block .box .txt_area p.ttl {
  font-weight: 900;
  font-size: 2.2rem;
  margin-bottom: 8px;
}

.point_index .point_block .box .txt_area p.txt {
  min-height: 63px;
}

.point_index .point_block .box .txt_area .btn {
  margin-top: 20px;
}

.point_index .point_block .box .txt_area .btn a {
  font-size: 1.4rem;
  width: 180px;
  height: 40px;
  line-height: 40px;
  border: none;
  background-color: transparent;
  display: block;
  margin: auto;
}

.point_index .point_block .box .txt_area .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 3px solid #fff;
  z-index: -2;
}

.point_index .point_block .box.box01 {
  background: url(../img/point/index/bg_point01.jpg) rgba(0, 0, 0, 0.34) no-repeat;
  background-size: cover;
  background-position: center;
}

.point_index .point_block .box.box02 {
  background: url(../img/point/index/bg_point02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.point_index .point_block .box.box03 {
  background: url(../img/point/index/bg_point03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.point_index .point_block .box.box04 {
  background: url(../img/point/index/bg_point04.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 769px) {
  .point_index .point_block .box .txt_area .btn a:hover {
    color: #232323;
  }
}
@media screen and (max-width: 768px) {
  .point_index .pagettl {
    background: url(../img/point/index/bg_pagettl_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 0;
  }
  .point_index .pagettl img {
    width: 259px;
  }
  /* page_intero */
  .point_index .page_intro {
    padding-bottom: 25px;
  }
  .point_index .page_intro .ttl {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  /* point_block */
  .point_index .point_block .box {
    width: 100%;
    height: 263px;
  }
  .point_index .point_block .box .txt_area {
    padding: 0 2%;
  }
  .point_index .point_block .box .txt_area p {
    font-size: 1.2rem;
  }
  .point_index .point_block .box .txt_area p.num {
    line-height: 1;
    margin-bottom: 5px;
    width: inherit;
    height: 35px;
  }
  .point_index .point_block .box .txt_area p.num img {
    width: 35px;
    height: auto;
  }
  .point_index .point_block .box .txt_area p.ttl {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 4px;
  }
  .point_index .point_block .box .txt_area p.txt {
    min-height: 33px;
  }
  .android .point_index .point_block .box .txt_area p.txt {
    font-size: 1.1rem;
  }
  .point_index .point_block .box .txt_area .btn {
    margin-top: 10px;
  }
  .point_index .point_block .box .txt_area .btn a {
    font-size: 0.9rem;
    width: 150px;
    height: 22px;
    line-height: 22px;
  }
  .point_index .point_block .box .txt_area .btn a::before {
    border-radius: 11px;
    border: 2px solid #fff;
  }
}
/* ------------------------------
    point 下層共通
------------------------------ */
.content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0 100px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.content_box + .content_box {
  padding-top: 0;
}

.content_box.img_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.content_box.img_left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.content_box.img_right .img {
  margin-left: 80px;
}

.content_box.img_left .img {
  margin-right: 80px;
}

.content_box .img {
  width: 50%;
}

.content_box .txt_area {
  width: 430px;
}

.content_box .txt_area .ttl_line ~ p + p {
  margin-top: 1em;
}

.formality {
  background: #FF6C02;
  padding: 80px 0 100px;
}

.formality p {
  color: #fff;
  text-align: center;
}

.formality .img {
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formality .img img {
  width: 485px;
}

@media screen and (min-width: 769px) {
  /* 	.formality p{
  		white-space: nowrap;
  	} */
}
@media screen and (max-width: 768px) {
  .content_box {
    display: block;
    padding: 40px 0 0;
  }
  .content_box.pt0 {
    padding-top: 0;
  }
  .content_box + .content_box {
    padding-top: 50px;
  }
  .content_box.img_right .img {
    margin-left: 0;
  }
  .content_box.img_left .img {
    margin-right: 0;
  }
  .content_box .img {
    width: 100%;
    margin-top: 25px;
  }
  .content_box .txt_area {
    width: 100%;
    padding: 0 6%;
  }
  .formality {
    padding: 40px 6% 50px;
  }
  .formality p:not(.ttl_line) {
    text-align: left;
  }
  .formality .img {
    margin-top: 15px;
    padding: 0;
  }
  .formality .img img {
    width: 48%;
  }
}
/* ------------------------------
    point_stocking 仕入のチカラ
------------------------------ */
.point_stocking #contents {
  padding-bottom: 0;
}

/* pagettl */
.point_stocking .pagettl {
  background: url(../img/point/stocking/bg_pagettl_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .point_stocking .pagettl {
    background: url(../img/point/stocking/bg_pagettl_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 0;
  }
}
/* ---------------------------------
    point_logistics 物流ネットワーク
--------------------------------- */
.point_logistics #contents {
  padding-bottom: 0;
}

/* pagettl */
.point_logistics .pagettl {
  background: url(../img/point/logistics/bg_pagettl_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* suggestion */
.point_logistics .suggestion {
  padding: 80px 0 100px;
}

.point_logistics .suggestion .txt p {
  text-align: center;
}

.point_logistics .suggestion ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 20px;
}

.point_logistics .suggestion ul li {
  width: 157px;
  height: 157px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.21;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
}

.point_logistics .suggestion ul li + li {
  margin-left: 15px;
}

.point_logistics .suggestion ul li:nth-of-type(1) {
  background: #FF6C08;
}

.point_logistics .suggestion ul li:nth-of-type(2) {
  background: #FF5E02;
}

.point_logistics .suggestion ul li:nth-of-type(3) {
  background: #FF7B03;
}

.point_logistics .suggestion ul li:nth-of-type(4) {
  background: #FF9002;
}

.point_logistics .suggestion ul li:nth-of-type(5) {
  background: #FF6C08;
}

.point_logistics .suggestion ul ~ p {
  font-size: 1.4rem;
  text-align: center;
  text-indent: -1em;
  margin-left: 1em;
}

/* delivery_area */
.point_logistics .delivery_area {
  padding: 80px 0 100px;
}

.point_logistics .delivery_area .box {
  padding: 50px;
}

.point_logistics .delivery_area dl dt {
  font-weight: bold;
  font-size: 1.6rem;
  padding-left: 12px;
  position: relative;
  margin-top: 12px;
  line-height: 1.5;
}

.point_logistics .delivery_area dl dt:first-child {
  margin-top: 0;
}

.point_logistics .delivery_area dl dt::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #ffc202;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

.point_logistics .delivery_area dl dd {
  font-size: 1.4rem;
  line-height: 1.7;
}

.point_logistics .delivery_area .img {
  width: 389px;
}

.point_logistics .delivery_area .cf + p {
  font-size: 1.4rem;
  margin-top: 12px;
  margin-bottom: 1em;
}

.point_logistics .delivery_area .cf + p + p {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .point_logistics .pagettl {
    background: url(../img/point/logistics/bg_pagettl_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 0;
  }
  /* suggestion	*/
  .point_logistics .suggestion {
    padding: 40px 0 50px;
  }
  .point_logistics .suggestion .txt p {
    text-align: left;
  }
  .point_logistics .suggestion ul {
    margin: 15px 0 10px;
  }
  .point_logistics .suggestion ul li {
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
  }
  .point_logistics .suggestion ul li + li {
    margin-left: 6px;
  }
  .point_logistics .suggestion ul ~ p {
    font-size: 1rem;
    text-align: left;
  }
  /* delivery_area */
  .point_logistics .delivery_area {
    padding: 40px 6% 50px;
  }
  .point_logistics .delivery_area .box {
    padding: 25px;
  }
  .point_logistics .delivery_area dl {
    float: none;
  }
  .point_logistics .delivery_area dl dt {
    font-size: 1.2rem;
    padding-left: 8px;
    margin-top: 8px;
  }
  .point_logistics .delivery_area dl dt:first-child {
    margin-top: 0;
  }
  .point_logistics .delivery_area dl dt::before {
    width: 2px;
    height: 12px;
    margin-top: -6px;
  }
  .point_logistics .delivery_area dl dd {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .point_logistics .delivery_area .img {
    float: none;
    width: 100%;
    margin-top: 12px;
  }
  .point_logistics .delivery_area .cf + p {
    font-size: 0.9rem;
    margin-top: 8px;
    /*
    		text-indent: -1em;
    		margin-left: 1em;
    */
  }
  .point_logistics .delivery_area .cf + p + p {
    font-size: 0.9rem;
  }
}
/* -----------------------------------
    point_facility 物流センター・設備
----------------------------------- */
.point_facility #contents {
  padding-bottom: 0;
}

/* pagettl */
.point_facility .pagettl {
  background: url(../img/point/facility/bg_pagettl_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* management */
.point_facility .management {
  padding: 80px 0 100px;
}

.point_facility .management .txt p {
  text-align: center;
}

.point_facility .management .box {
  padding: 50px;
  background: #fff;
  margin-top: 30px;
}

.point_facility .management .box .ttl {
  color: #ff9002;
  font-weight: 900;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.point_facility .management .box .ttl::before,
.point_facility .management .box .ttl::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #ff9002;
  position: relative;
  top: -6px;
}

.point_facility .management .box .ttl::before {
  margin-right: 14px;
}

.point_facility .management .box .ttl::after {
  margin-left: 14px;
}

.point_facility .management .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.point_facility .management .box ul li {
  width: 157px;
  height: 157px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.21;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
}

.point_facility .management .box ul li + li {
  margin-left: 30px;
}

.point_facility .management .box ul li:nth-of-type(1) {
  background: #FF6C08;
}

.point_facility .management .box ul li:nth-of-type(2) {
  background: #FF5E02;
}

.point_facility .management .box ul li:nth-of-type(3) {
  background: #FF7B03;
}

.point_facility .management .box ul li:nth-of-type(4) {
  background: #FF9002;
}

.point_facility .management .box ul li:nth-of-type(5) {
  background: #FF6C08;
}

.point_facility .management .box ul li span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 8px;
}

.point_facility .management .box ul li span::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  /* pagettl */
  .point_facility .pagettl {
    background: url(../img/point/facility/bg_pagettl_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 0;
  }
  /* management */
  .point_facility .management {
    padding: 40px 0 50px;
  }
  .point_facility .management .txt p {
    text-align: left;
  }
  .point_facility .management .box {
    padding: 25px 0;
    background: #fff;
    margin-top: 30px;
  }
  .point_facility .management .box .ttl {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .point_facility .management .box .ttl::before,
  .point_facility .management .box .ttl::after {
    width: 25px;
    height: 2px;
    top: -6px;
  }
  .point_facility .management .box .ttl::before {
    margin-right: 8px;
  }
  .point_facility .management .box .ttl::after {
    margin-left: 8px;
  }
  .point_facility .management .box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 267px;
    margin: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .point_facility .management .box ul li {
    width: 79px;
    height: 79px;
    font-size: 1.3rem;
  }
  .point_facility .management .box ul li:first-child {
    margin-left: 47px;
  }
  .point_facility .management .box ul li:nth-of-type(2) {
    margin-right: 47px;
  }
  .point_facility .management .box ul li + li {
    margin-left: 0;
  }
  .point_facility .management .box ul li span {
    padding-bottom: 4px;
    margin-bottom: 4px;
  }
  .point_facility .management .box ul li span::after {
    width: 17px;
    height: 2px;
  }
}
/* ---------------------------------------
    point_cutvegetables 業務用カット野菜（旧）
--------------------------------------- */
.point_cutvegetables #contents {
  padding-bottom: 0;
}

/* pagettl */
.point_cutvegetables .pagettl {
  background: url(../img/point/cut_vegetables/bg_pagettl_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/*merit*/
.point_cutvegetables .merit {
  padding: 80px 0 100px;
}

.point_cutvegetables .merit .box {
  padding: 50px;
}

.point_cutvegetables .merit .box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.point_cutvegetables .merit .box ul li + li {
  margin-top: 40px;
}

.point_cutvegetables .merit .box ul li .num {
  width: 55px;
}

.point_cutvegetables .merit .box ul li .num img {
  height: 40px;
}

.point_cutvegetables .merit .box ul li .txt {
  width: calc(100% - 55px);
  padding-left: 20px;
}

.point_cutvegetables .merit .box ul li .txt p {
  line-height: 1.4;
}

.point_cutvegetables .merit .box ul li .txt .bold {
  font-size: 1.8rem;
}

.point_cutvegetables .merit .box .img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0;
}

.point_cutvegetables .merit .box .img img {
  width: 229px;
}

.point_cutvegetables .merit .box .img img + img {
  margin-left: 30px;
}

.point_cutvegetables .merit .box .variation {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.point_cutvegetables .merit .box .variation p + p {
  font-size: 1.4rem;
  letter-spacing: -2px;
}

.point_cutvegetables .merit .box .variation .ttl {
  color: #ff9002;
  font-weight: 900;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.point_cutvegetables .merit .box .variation .ttl::before,
.point_cutvegetables .merit .box .variation .ttl::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #ff9002;
  position: relative;
  top: -6px;
}

.point_cutvegetables .merit .box .variation .ttl::before {
  margin-right: 14px;
}

.point_cutvegetables .merit .box .variation .ttl::after {
  margin-left: 14px;
}

.point_cutvegetables .merit .box .btn {
  margin-top: 20px;
}

.point_cutvegetables .merit .box .btn a {
  font-size: 1.4rem;
  width: 300px;
  height: 40px;
  line-height: 34px;
  border-radius: 20px;
  border: 3px solid #FF6C08;
  background: #FF6C08;
  color: #fff;
}

.point_cutvegetables .merit .box .btn a::after {
  background: #fff;
}

@media screen and (min-width: 769px) {
  .point_cutvegetables .merit .box .btn a:hover {
    color: #FF6C08 !important;
  }
}
@media screen and (max-width: 768px) {
  /* pagettl */
  .point_cutvegetables .pagettl {
    background: url(../img/point/cut_vegetables/bg_pagettl_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 0;
  }
  /*merit*/
  .point_cutvegetables .merit {
    padding: 40px 6% 50px;
  }
  .point_cutvegetables .merit .box {
    padding: 25px;
  }
  .point_cutvegetables .merit .box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .point_cutvegetables .merit .box ul li + li {
    margin-top: 20px;
  }
  .point_cutvegetables .merit .box ul li .num {
    width: 28px;
  }
  .point_cutvegetables .merit .box ul li .num img {
    height: 20px;
  }
  .point_cutvegetables .merit .box ul li .txt {
    width: calc(100% - 28px);
    padding-left: 10px;
  }
  .point_cutvegetables .merit .box ul li .txt p {
    line-height: 1.4;
  }
  .point_cutvegetables .merit .box ul li .txt .bold {
    font-size: 1.2rem;
  }
  .point_cutvegetables .merit .box .img {
    width: 100%;
    max-width: 328px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 25px auto;
  }
  .point_cutvegetables .merit .box .img img {
    width: 31%;
  }
  .point_cutvegetables .merit .box .img img + img {
    margin-left: 0;
  }
  .point_cutvegetables .merit .box .variation {
    padding: 15px;
    margin-bottom: 15px;
  }
  .point_cutvegetables .merit .box .variation p + p {
    font-size: 1rem;
  }
  .point_cutvegetables .merit .box .variation .ttl {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .point_cutvegetables .merit .box .variation .ttl::before,
  .point_cutvegetables .merit .box .variation .ttl::after {
    width: 25px;
    height: 2px;
    top: -6px;
  }
  .point_cutvegetables .merit .box .variation .ttl::before {
    margin-right: 8px;
  }
  .point_cutvegetables .merit .box .variation .ttl::after {
    margin-left: 8px;
  }
  .point_cutvegetables .merit .box .btn {
    margin-top: 10px;
  }
  .point_cutvegetables .merit .box .btn a {
    font-size: 0.9rem;
    width: 150px;
    height: 24px;
    line-height: 20px;
    border-radius: 12px;
    border: 2px solid #FF6C08;
  }
}
/* ---------------------------------------
    point_cutvegetables 業務用カット野菜（新）
--------------------------------------- */
.point_cutvegetables .btn_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables .btn_box {
    width: 100%;
  }
}
.point_cutvegetables .btn_box a {
  width: 50rem;
  height: 8rem;
  line-height: 8rem;
  border-radius: 4rem;
  background-color: #ff6c02;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables .btn_box a {
    width: 100%;
    font-size: 2rem;
  }
}
.point_cutvegetables .btn_box a::after {
  content: "";
  width: 6px;
  height: 11px;
  background: url(../img/point/cut_vegetables/icon_arrow_mv_btn.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 3.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .point_cutvegetables .btn_box a::after {
    width: 10px;
    height: 18px;
  }
}
.point_cutvegetables .btn_box a:hover {
  opacity: 0.7;
}

.point_cutvegetables .sec_ttl {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables .sec_ttl {
    font-size: 2.7rem;
  }
}

.point_cutvegetables .point_box {
  background-color: #fffdee;
  border: solid 4px #ff6c02;
  position: relative;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}
.point_cutvegetables .point_box .point_icon {
  width: 8.3rem;
  position: absolute;
  left: 2rem;
  top: -1.3rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables .point_box .point_icon {
    width: 6.3rem;
  }
}
.point_cutvegetables .point_box .point_ttl {
  font-size: 3rem;
  font-weight: 900;
  color: #ff6c02;
  text-align: center;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables .point_box .point_ttl {
    padding-top: 6rem;
    font-size: 2.5rem;
  }
}
.point_cutvegetables .point_box .inner {
  padding: 2.5rem 5rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables .point_box .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 2rem;
    gap: 2rem 0;
  }
}
.point_cutvegetables .point_box .inner .txt_box {
  width: 50.9rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables .point_box .inner .txt_box {
    width: 100%;
  }
}
.point_cutvegetables .point_box .inner .txt_box .point_ttl {
  padding-left: 7.5rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables .point_box .inner .txt_box .point_ttl {
    position: absolute;
    top: 6rem;
    left: 0;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}
.point_cutvegetables .point_box .inner .txt_box .point_txt {
  font-size: 1.6rem;
  line-height: 1.875;
}
.point_cutvegetables .point_box .inner .txt_box .point_txt .txt_bold {
  font-weight: 700;
}
.point_cutvegetables .point_box .inner .img_box {
  width: 34.95rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables .point_box .inner .img_box {
    width: 100%;
  }
}

.point_cutvegetables .free_consultation_box .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4.1rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables .free_consultation_box .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem 0;
  }
}
.point_cutvegetables .free_consultation_box .img_box {
  width: 26.2rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables .free_consultation_box .img_box {
    width: 50%;
  }
}
.point_cutvegetables .free_consultation_box .txt_box {
  width: 48.4rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables .free_consultation_box .txt_box {
    width: 100%;
  }
}
.point_cutvegetables .free_consultation_box .txt_box .free_txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
}
.point_cutvegetables .free_consultation_box .txt_box .free_txt_l {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3636363636;
  margin-top: 0.8rem;
}
.point_cutvegetables .free_consultation_box .txt_box .free_txt_l .txt_orange {
  color: #ff6c02;
}
.point_cutvegetables .free_consultation_box .btn_box {
  margin-top: 4.1rem;
}

.point_cutvegetables .page_ttl_cutvegetables {
  width: 100%;
  aspect-ratio: 1366/674;
  background: url(../img/point/cut_vegetables/bg_mv.png) no-repeat center/cover;
  padding: 7.2rem 0 6.9rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .point_cutvegetables .page_ttl_cutvegetables {
    aspect-ratio: auto;
    display: block;
  }
}
.point_cutvegetables .page_ttl_cutvegetables .page_ttl_txt {
  padding: 1rem 3.6rem 1.5rem 3.6rem;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables .page_ttl_cutvegetables .page_ttl_txt {
    padding: 1rem 1.8rem 1.5rem 1.8rem;
  }
}
.point_cutvegetables .page_ttl_cutvegetables .page_ttl_txt .txt {
  font-size: 7.3rem;
  font-weight: 900;
  background: linear-gradient(45deg, #008f1a 0%, #8cd638 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables .page_ttl_cutvegetables .page_ttl_txt .txt {
    font-size: 3.7rem;
  }
}
.point_cutvegetables .page_ttl_cutvegetables .page_ttl_lead {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.4705882353;
  text-align: center;
  margin-top: 2.6rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables .page_ttl_cutvegetables .page_ttl_lead {
    font-size: 1.8rem;
  }
}
.point_cutvegetables .page_ttl_cutvegetables .page_ttl_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2.1rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables .page_ttl_cutvegetables .page_ttl_list {
    gap: 1rem;
    margin-top: 2.5rem;
  }
}
.point_cutvegetables .page_ttl_cutvegetables .page_ttl_list li {
  width: 24rem;
  height: 10rem;
  text-align: center;
  padding-top: 2.2rem;
  background-color: #fff;
  border: solid 4px #09931c;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 2rem;
  font-size: 2.2rem;
  font-weight: 900;
  color: #09931c;
  line-height: 1.3181818182;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables .page_ttl_cutvegetables .page_ttl_list li {
    width: 100%;
    height: auto;
    padding: 2.5rem 0 1.1rem;
    font-size: 1.2rem;
    border-width: 2px;
  }
}
.point_cutvegetables .page_ttl_cutvegetables .page_ttl_list li::before {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url(../img/point/cut_vegetables/icon_check_mv.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: -1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .point_cutvegetables .page_ttl_cutvegetables .page_ttl_list li::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.point_cutvegetables .page_ttl_cutvegetables .page_ttl_list_under {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4.8rem auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables .page_ttl_cutvegetables .page_ttl_list_under {
    font-size: 2.5rem;
    text-align: center;
  }
}
.point_cutvegetables .page_ttl_cutvegetables .page_ttl_list_under::before, .point_cutvegetables .page_ttl_cutvegetables .page_ttl_list_under::after {
  content: "";
  width: 3.5rem;
  height: 4px;
  position: absolute;
  bottom: 0.5rem;
  background-color: #fff;
}
.point_cutvegetables .page_ttl_cutvegetables .page_ttl_list_under::before {
  left: -5.2rem;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}
.point_cutvegetables .page_ttl_cutvegetables .page_ttl_list_under::after {
  right: -4.7rem;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(-65deg);
          transform: rotate(-65deg);
}
.point_cutvegetables .page_ttl_cutvegetables .btn_box {
  margin-top: 2.4rem;
}

.point_cutvegetables #standard {
  padding: 8rem 0;
  background: url(../img/point/cut_vegetables/bg_01.png) no-repeat bottom/100% auto;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #standard {
    padding: 4rem 0;
  }
}
.point_cutvegetables #standard .sec_ttl {
  color: #005e32;
}
.point_cutvegetables #standard .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.8rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #standard .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 3rem;
  }
}
.point_cutvegetables #standard .flex_box .txt_box {
  width: 55.7rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #standard .flex_box .txt_box {
    width: 100%;
    margin-top: 2rem;
  }
}
.point_cutvegetables #standard .flex_box .txt_box .txt {
  font-size: 1.6rem;
  line-height: 1.875;
}
.point_cutvegetables #standard .flex_box .txt_box .txt .txt_bold {
  font-weight: 700;
}
.point_cutvegetables #standard .flex_box .txt_box .list_box {
  border: solid 4px #005e32;
  border-radius: 2rem;
  padding: 1.5rem 3rem;
  margin-top: 3.5rem;
}
.point_cutvegetables #standard .flex_box .txt_box .list_box li {
  padding-left: 2.6rem;
  line-height: 1.875;
  font-size: 1.6rem;
  font-weight: 700;
  color: #005e32;
  position: relative;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #standard .flex_box .txt_box .list_box li {
    line-height: 1.5625;
  }
}
.point_cutvegetables #standard .flex_box .txt_box .list_box li::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/point/cut_vegetables/icon_check_standard.svg) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #standard .flex_box .txt_box .list_box li + li {
    margin-top: 0.5rem;
  }
}
.point_cutvegetables #standard .flex_box .img_box {
  width: 40rem;
  margin-right: -20px;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #standard .flex_box .img_box {
    width: 100%;
  }
}
.point_cutvegetables #standard .flex_box .img_box img {
  border-radius: 2rem;
  -webkit-box-shadow: 20px 20px 0px 0px rgb(140, 198, 63);
          box-shadow: 20px 20px 0px 0px rgb(140, 198, 63);
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #standard .flex_box .img_box img {
    -webkit-box-shadow: 10px 10px 0px 0px rgb(140, 198, 63);
            box-shadow: 10px 10px 0px 0px rgb(140, 198, 63);
  }
}
.point_cutvegetables #standard .txt_catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4.5rem auto 0;
  position: relative;
}
.point_cutvegetables #standard .txt_catch::before, .point_cutvegetables #standard .txt_catch::after {
  content: "";
  width: 33px;
  height: 66px;
  position: absolute;
  bottom: 0;
}
.point_cutvegetables #standard .txt_catch::before {
  left: -6.3rem;
  background: url(../img/point/cut_vegetables/point_standard_left.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #standard .txt_catch::before {
    left: -5rem;
  }
}
.point_cutvegetables #standard .txt_catch::after {
  right: -6.3rem;
  background: url(../img/point/cut_vegetables/point_standard_right.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #standard .txt_catch::after {
    right: -5rem;
  }
}
.point_cutvegetables #standard .txt_catch .txt {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5384615385;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #standard .txt_catch .txt {
    font-size: 1.8rem;
  }
}
.point_cutvegetables #standard .recommend_box {
  border-radius: 2rem;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.06);
  margin-top: 4.5rem;
}
.point_cutvegetables #standard .recommend_box .ttl {
  font-size: 3.5rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  background-color: #005e32;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  padding: 2.7rem 0;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #standard .recommend_box .ttl {
    font-size: 3rem;
    line-height: 1.3333333333;
    padding: 2rem 0;
  }
}
.point_cutvegetables #standard .recommend_box .ttl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid #005e32;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -11px;
}
.point_cutvegetables #standard .recommend_box .flex_box {
  background-color: #fff;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  padding: 6rem 5rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #standard .recommend_box .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 2.5rem;
    gap: 2.5rem 0;
  }
}
.point_cutvegetables #standard .recommend_box .flex_box .recommend_img_box {
  width: 34.95rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #standard .recommend_box .flex_box .recommend_img_box {
    width: 100%;
  }
}
.point_cutvegetables #standard .recommend_box .flex_box .recommend_txt_box {
  width: 50.9rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #standard .recommend_box .flex_box .recommend_txt_box {
    width: 100%;
  }
}
.point_cutvegetables #standard .recommend_box .flex_box .recommend_txt_box .txt {
  font-size: 1.6rem;
  line-height: 1.875;
}
.point_cutvegetables #standard .recommend_box .flex_box .recommend_txt_box .txt .txt_green {
  color: #005e32;
  font-weight: 700;
}
.point_cutvegetables #standard .recommend_box .flex_box .recommend_txt_box .txt .txt_bold {
  font-weight: 700;
}
.point_cutvegetables #standard .recommend_box .flex_box .recommend_txt_box .txt + .txt {
  margin-top: 1.5em;
}

.point_cutvegetables #merit {
  background-color: #f9ffe9;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #merit {
    padding: 4rem 0;
  }
}
.point_cutvegetables #merit .list {
  margin-top: 9.7rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.1rem 1fr 6.1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem 6.1rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #merit .list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.point_cutvegetables #merit .list li {
  position: relative;
  border-radius: 2rem;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.point_cutvegetables #merit .list li .number {
  width: 7.2rem;
  height: 7.2rem;
  position: absolute;
  left: 50%;
  top: -3.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.point_cutvegetables #merit .list li .img img {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.point_cutvegetables #merit .list li .list_txt_box {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  padding: 1.5rem 2.5rem 2.5rem;
}
.point_cutvegetables #merit .list li .list_txt_box .list_ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  padding-bottom: 1.4rem;
  border-bottom: solid 1px #005e32;
  color: #005e32;
}
.point_cutvegetables #merit .list li .list_txt_box .list_txt {
  margin-top: 1.9rem;
  font-size: 1.6rem;
  line-height: 1.875;
}
.point_cutvegetables #merit .point_box {
  margin-top: 6.9rem;
}
.point_cutvegetables #merit .point_box .inner {
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #merit .point_box .inner {
    padding-top: 11rem;
  }
}
.point_cutvegetables #merit .point_box .inner .txt_box .point_ttl {
  padding-top: 0;
}
.point_cutvegetables #merit .point_box .inner .txt_box .point_txt {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #merit .point_box .inner .txt_box .point_txt {
    margin-top: 0;
  }
}
.point_cutvegetables #merit .free_consultation_box {
  margin-top: 4.1rem;
}

.point_cutvegetables #feature {
  background: url(../img/point/cut_vegetables/bg_feature.png) no-repeat top/100% auto;
  padding: 8rem 0;
}
.point_cutvegetables #feature .list {
  margin-top: 6rem;
}
.point_cutvegetables #feature .list li {
  border-radius: 2rem;
  -webkit-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #feature .list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.point_cutvegetables #feature .list li .img_box {
  width: 39.1rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #feature .list li .img_box {
    width: 100%;
  }
}
.point_cutvegetables #feature .list li .img_box img {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #feature .list li .img_box img {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0;
  }
}
.point_cutvegetables #feature .list li .txt_box {
  width: 60.9rem;
  padding: 0 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #feature .list li .txt_box {
    width: 100%;
    padding: 3.5rem 2rem;
  }
}
.point_cutvegetables #feature .list li .txt_box .list_ttl {
  font-size: 2.4rem;
  font-weight: 900;
  color: #005e32;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #feature .list li .txt_box .list_ttl {
    font-size: 2rem;
  }
}
.point_cutvegetables #feature .list li .txt_box .list_txt {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.875;
}
.point_cutvegetables #feature .list li .txt_box .list_txt .txt_bold {
  font-weight: 700;
}
.point_cutvegetables #feature .list li + li {
  margin-top: 4.3rem;
}

.point_cutvegetables #item {
  padding: 8rem 0 10rem;
  background-color: #fffdee;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #item {
    padding: 4rem 0 5rem;
  }
}
.point_cutvegetables #item .main_box {
  margin-top: 6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #item .main_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem 0;
    margin-top: 4rem;
  }
}
.point_cutvegetables #item .main_box .txt_box {
  width: 60.1rem;
  padding: 5rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #item .main_box .txt_box {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    padding: 3rem;
  }
}
.point_cutvegetables #item .main_box .txt_box .main_ttl {
  font-size: 3rem;
  font-weight: 900;
  color: #005e32;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #item .main_box .txt_box .main_ttl {
    font-size: 2.3rem;
  }
}
.point_cutvegetables #item .main_box .txt_box .main_txt {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 2rem;
}
.point_cutvegetables #item .main_box .img_box {
  margin-left: auto;
  width: 49rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #item .main_box .img_box {
    width: 100%;
    margin-right: 0;
  }
}
.point_cutvegetables #item .main_box .img_box img {
  border-radius: 2rem;
  -webkit-box-shadow: 20px 20px 0px 0px rgb(140, 198, 63);
          box-shadow: 20px 20px 0px 0px rgb(140, 198, 63);
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #item .main_box .img_box img {
    -webkit-box-shadow: 10px 10px 0px 0px rgb(140, 198, 63);
            box-shadow: 10px 10px 0px 0px rgb(140, 198, 63);
  }
}
.point_cutvegetables #item .sub_ttl {
  margin-top: 7.3rem;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5384615385;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #item .sub_ttl {
    font-size: 1.8rem;
  }
}
.point_cutvegetables #item .merit_box {
  border: solid 4px #005e32;
  background-color: #fff;
  border-radius: 2rem;
  padding: 5.5rem 5rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #item .merit_box {
    padding: 3rem 2rem;
  }
}
.point_cutvegetables #item .merit_box .merit_ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 900;
  color: #005e32;
  padding-bottom: 1.5rem;
  border-bottom: solid 3px #005e32;
}
.point_cutvegetables #item .merit_box .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #item .merit_box .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem 0;
  }
}
.point_cutvegetables #item .merit_box .flex_box .img_box {
  width: 35rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #item .merit_box .flex_box .img_box {
    width: 100%;
  }
}
.point_cutvegetables #item .merit_box .flex_box .txt_box {
  width: 50.9rem;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #item .merit_box .flex_box .txt_box {
    width: 100%;
  }
}
.point_cutvegetables #item .merit_box .custom_made_list {
  margin-top: 4rem;
}
.point_cutvegetables #item .merit_box .custom_made_list li {
  background-color: #f9ffe9;
  border-radius: 2rem;
  padding: 3rem 5rem 2.3rem 3.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #item .merit_box .custom_made_list li {
    padding: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 1rem;
  }
}
.point_cutvegetables #item .merit_box .custom_made_list li .number {
  width: 9.4rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #item .merit_box .custom_made_list li .number {
    width: 6rem;
    margin-top: 1rem;
  }
}
.point_cutvegetables #item .merit_box .custom_made_list li .txt_box {
  width: 69.4rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #item .merit_box .custom_made_list li .txt_box {
    width: 100%;
  }
}
.point_cutvegetables #item .merit_box .custom_made_list li .txt_box .list_ttl {
  font-size: 2.4rem;
  font-weight: 900;
  color: #005e32;
}
.point_cutvegetables #item .merit_box .custom_made_list li .txt_box .list_txt {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 1.5rem;
}
.point_cutvegetables #item .merit_box .custom_made_list li .txt_box .list_txt .txt_bold {
  font-weight: 700;
}
.point_cutvegetables #item .merit_box .custom_made_list li + li {
  margin-top: 2rem;
}
.point_cutvegetables #item .merit_box .merti_end_txt {
  margin-top: 5rem;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5384615385;
  color: #005e32;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #item .merit_box .merti_end_txt {
    font-size: 2rem;
    text-align: left;
  }
}

.point_cutvegetables #strengths {
  background: url(../img/point/cut_vegetables/bg_strengths_top.png) no-repeat left top/102.9rem auto, url(../img/point/cut_vegetables/bg_strengths_bottom.png) no-repeat right bottom/95.2rem auto;
  padding: 14rem 0 17.8rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #strengths {
    background-size: 100% auto, 100% auto;
  }
}
.point_cutvegetables #strengths .list {
  margin-top: 12.7rem;
}
.point_cutvegetables #strengths .list li {
  background-color: #f9ffe9;
  border-radius: 2rem;
  padding: 4.6rem 5rem 4.6rem 44.7rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #strengths .list li {
    padding: 25.7rem 2.5rem 4.6rem 2.5rem;
  }
}
.point_cutvegetables #strengths .list li .img {
  position: absolute;
  left: -5rem;
  top: -5rem;
  width: 44.7rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #strengths .list li .img {
    width: 40rem;
  }
}
.point_cutvegetables #strengths .list li .img img {
  border-radius: 2rem;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.06);
}
.point_cutvegetables #strengths .list li .list_ttl {
  font-size: 3rem;
  font-weight: 900;
  color: #005e32;
}
.point_cutvegetables #strengths .list li .list_ttl .txt_small {
  font-size: 70%;
  vertical-align: top;
}
.point_cutvegetables #strengths .list li .list_txt {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 1.8rem;
}
.point_cutvegetables #strengths .list li .list_txt .txt_small {
  font-size: 1.4rem;
}
.point_cutvegetables #strengths .list li + li {
  margin-top: 8.8rem;
}
.point_cutvegetables #strengths .point_box {
  margin-top: 7rem;
}
.point_cutvegetables #strengths .express_box {
  margin-top: 6.5rem;
}
.point_cutvegetables #strengths .express_box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5.4rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #strengths .express_box .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.point_cutvegetables #strengths .express_box .img_box {
  width: 44.6rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #strengths .express_box .img_box {
    width: 100%;
  }
}
.point_cutvegetables #strengths .express_box .txt_box {
  width: 50.1rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #strengths .express_box .txt_box {
    width: 100%;
  }
}
.point_cutvegetables #strengths .express_box .txt_box .express_ttl {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #strengths .express_box .txt_box .express_ttl {
    font-size: 2.4rem;
  }
}
.point_cutvegetables #strengths .express_box .txt_box .express_txt {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 2rem;
}
.point_cutvegetables #strengths .express_box .txt_box .express_txt .txt_bold {
  font-weight: 700;
}
.point_cutvegetables #strengths .express_box .txt_box .btn_box {
  margin: 3rem 0 0;
}
.point_cutvegetables #strengths .express_box .txt_box .btn_box a {
  width: 42rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  background-color: #005e32;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #strengths .express_box .txt_box .btn_box a {
    width: 100%;
    font-size: 1.7rem;
  }
}

.point_cutvegetables #example {
  background-color: #f9ffe9;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #example {
    padding-top: 4rem 0;
  }
}
.point_cutvegetables #example .lead {
  margin-top: 5rem;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.3636363636;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #example .lead {
    font-size: 1.8rem;
  }
}
.point_cutvegetables #example .list {
  margin-top: 7rem;
}
.point_cutvegetables #example .list li {
  border-radius: 2rem;
  -webkit-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  padding: 4.7rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #example .list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem 0;
    padding: 4rem 3rem;
  }
}
.point_cutvegetables #example .list li .img_box {
  width: 34.15rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #example .list li .img_box {
    width: 100%;
  }
}
.point_cutvegetables #example .list li .txt_box {
  width: 50.8rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #example .list li .txt_box {
    width: 100%;
  }
}
.point_cutvegetables #example .list li .txt_box .list_ttl {
  font-size: 2.4rem;
  font-weight: 900;
  color: #005e32;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #example .list li .txt_box .list_ttl {
    font-size: 2rem;
  }
}
.point_cutvegetables #example .list li .txt_box dl {
  margin-top: 2.6rem;
}
.point_cutvegetables #example .list li .txt_box dl dt {
  padding-left: 1.4rem;
  border-left: solid 3px #005e32;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #example .list li .txt_box dl dt {
    font-size: 1.8rem;
  }
}
.point_cutvegetables #example .list li .txt_box dl dt:nth-of-type(n+2) {
  margin-top: 3rem;
}
.point_cutvegetables #example .list li .txt_box dl dd {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 1rem;
}
.point_cutvegetables #example .list li .txt_box .effect_box {
  margin-top: 2.5rem;
  background-color: #fffdee;
  border-radius: 2rem;
  padding: 2rem 3rem 3rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #example .list li .txt_box .effect_box {
    padding: 2rem;
  }
}
.point_cutvegetables #example .list li .txt_box .effect_box .effect_ttl {
  font-size: 2rem;
  font-weight: 900;
  color: #ff6c02;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #example .list li .txt_box .effect_box .effect_ttl {
    font-size: 1.8rem;
  }
}
.point_cutvegetables #example .list li .txt_box .effect_box .effect_txt {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 0.5rem;
}
.point_cutvegetables #example .list li + li {
  margin-top: 4rem;
}
.point_cutvegetables #example .free_consultation_box {
  margin-top: 6rem;
}

.point_cutvegetables #voice {
  background: url(../img/point/cut_vegetables/bg_voice_top.png) no-repeat right top/50.2rem auto, url(../img/point/cut_vegetables/bg_voice_bottom.png) no-repeat left bottom/50.2rem auto;
  padding: 8rem 0 8.4rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #voice {
    padding: 4rem 0;
    background-size: 50% auto, 50% auto;
  }
}
.point_cutvegetables #voice .list {
  margin-top: 6.9rem;
}
.point_cutvegetables #voice .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2rem;
  -webkit-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #voice .list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.point_cutvegetables #voice .list li .img_box {
  width: 39.1rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #voice .list li .img_box {
    width: 100%;
  }
}
.point_cutvegetables #voice .list li .img_box img {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #voice .list li .img_box img {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0;
  }
}
.point_cutvegetables #voice .list li .txt_box {
  padding: 3.7rem 5rem 3.9rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #voice .list li .txt_box {
    padding: 3rem 2.5rem;
  }
}
.point_cutvegetables #voice .list li .txt_box .list_ttl {
  font-size: 2.4rem;
  font-weight: 900;
  color: #005e32;
}
.point_cutvegetables #voice .list li .txt_box .list_txt {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 1rem;
}
.point_cutvegetables #voice .list li + li {
  margin-top: 4rem;
}
.point_cutvegetables #voice .point_box {
  margin-top: 7rem;
}

.point_cutvegetables #faq {
  padding: 8rem 0;
  background-color: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #faq {
    padding: 4rem 0;
  }
}
.point_cutvegetables #faq .faq_box {
  margin-top: 6.3rem;
}
.point_cutvegetables #faq .clm_faq {
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.06);
  padding: 2.4rem 5rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #faq .clm_faq {
    padding: 2rem 2.5rem;
  }
}
.point_cutvegetables #faq .clm_faq .acordion_ttl {
  padding-left: 6rem;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.75;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #faq .clm_faq .acordion_ttl {
    padding-left: 4rem;
    padding-right: 3.5rem;
    font-size: 2rem;
  }
}
.point_cutvegetables #faq .clm_faq .acordion_ttl::before {
  content: "Q";
  width: 3.8rem;
  height: 3.8rem;
  line-height: 3.4rem;
  border-radius: 1.9rem;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  background-color: #232323;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #faq .clm_faq .acordion_ttl::before {
    width: 3rem;
    height: 3rem;
    line-height: 2.7rem;
    font-size: 1.5rem;
    top: 0.5rem;
  }
}
.point_cutvegetables #faq .clm_faq .acordion_ttl::after {
  content: "";
  width: 2.3rem;
  height: 1.3rem;
  background: url(../img/point/cut_vegetables/icon_faq.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #faq .clm_faq .acordion_ttl::after {
    width: 1.8rem;
    height: 1rem;
  }
}
.point_cutvegetables #faq .clm_faq .acordion_ttl.active::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.point_cutvegetables #faq .clm_faq .acordion_detail {
  display: none;
  margin-top: 2.7rem;
  padding-top: 2rem;
  border-top: solid 1px #232323;
}
.point_cutvegetables #faq .clm_faq .acordion_detail .acordion_txt {
  padding-left: 6rem;
  font-size: 1.6rem;
  line-height: 1.875;
  position: relative;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #faq .clm_faq .acordion_detail .acordion_txt {
    padding-left: 4rem;
  }
}
.point_cutvegetables #faq .clm_faq .acordion_detail .acordion_txt::before {
  content: "A";
  width: 3.8rem;
  height: 3.8rem;
  line-height: 3.5rem;
  border-radius: 1.9rem;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  background-color: #ff6c02;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  padding-left: 0.2rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #faq .clm_faq .acordion_detail .acordion_txt::before {
    width: 3rem;
    height: 3rem;
    line-height: 2.7rem;
    font-size: 1.5rem;
    top: 0.5rem;
    padding-left: 0;
  }
}
.point_cutvegetables #faq .clm_faq + .clm_faq {
  margin-top: 4rem;
}

.point_cutvegetables #trial {
  padding: 8rem 0;
  background: url(../img/point/cut_vegetables/bg_trial.png) no-repeat top/100% auto;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #trial {
    padding: 4rem 0;
  }
}
.point_cutvegetables #trial .ttl_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.point_cutvegetables #trial .ttl_box::before, .point_cutvegetables #trial .ttl_box::after {
  content: "";
  width: 33px;
  height: 66px;
  position: absolute;
  bottom: 0;
}
.point_cutvegetables #trial .ttl_box::before {
  left: -6.3rem;
  background: url(../img/point/cut_vegetables/point_standard_left.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #trial .ttl_box::before {
    left: -5rem;
  }
}
.point_cutvegetables #trial .ttl_box::after {
  right: -6.3rem;
  background: url(../img/point/cut_vegetables/point_standard_right.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #trial .ttl_box::after {
    right: -5rem;
  }
}
.point_cutvegetables #trial .ttl_box .sec_ttl {
  font-size: 3.5rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #trial .ttl_box .sec_ttl {
    font-size: 3rem;
  }
}
.point_cutvegetables #trial .ttl_box .sec_ttl .txt_orange {
  color: #ff6c02;
  font-size: 3.5rem;
  font-weight: 900;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 252, 151)), color-stop(14%, rgb(255, 252, 151)), color-stop(15%, rgba(238, 233, 150, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(255, 252, 151) 0%, rgb(255, 252, 151) 14%, rgba(238, 233, 150, 0) 15%, rgba(0, 0, 0, 0) 100%);
}
.point_cutvegetables #trial .main_box {
  margin-top: 10.3rem;
  border-radius: 2rem;
  background-color: #f9ffe9;
  position: relative;
  padding: 4.8rem 0 6.4rem 43.4rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #trial .main_box {
    padding: 24.7rem 2.5rem 4.6rem 2.5rem;
  }
}
.point_cutvegetables #trial .main_box .img_box {
  width: 46.6rem;
  position: absolute;
  top: -4.8rem;
  left: -7rem;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #trial .main_box .img_box {
    width: 40rem;
    left: -2rem;
  }
}
.point_cutvegetables #trial .main_box .txt_box .txt_01 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
}
.point_cutvegetables #trial .main_box .txt_box .txt_02 {
  margin-top: 1rem;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.3636363636;
}
.point_cutvegetables #trial .main_box .txt_box .txt_02 .txt_orange {
  color: #ff6c02;
}
.point_cutvegetables #trial .consultation_box {
  margin: 6rem auto 0;
}
.point_cutvegetables #trial .consultation_box .consultation_ttl_box {
  padding-bottom: 3rem;
  position: relative;
}
.point_cutvegetables #trial .consultation_box .consultation_ttl_box::after {
  content: "";
  width: 73.2rem;
  height: 9px;
  background: url(../img/point/cut_vegetables/border_trial_01.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #trial .consultation_box .consultation_ttl_box::after {
    width: 100%;
    height: 5px;
  }
}
.point_cutvegetables #trial .consultation_box .consultation_ttl {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.7272727273;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #trial .consultation_box .consultation_ttl {
    font-size: 1.6rem;
  }
}
.point_cutvegetables #trial .consultation_box .consultation_ttl .txt_orange {
  color: #ff6c02;
}
.point_cutvegetables #trial .consultation_box .consultation_catch {
  margin-top: 3.8rem;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  .point_cutvegetables #trial .consultation_box .consultation_catch {
    font-size: 2.8rem;
    text-align: left;
  }
}
.point_cutvegetables #trial .btn_box {
  margin-top: 8rem;
}