@charset "UTF-8";
.area_kv .kv_decoration {
  width: min(425 / 1320 * 100vw, 425px);
  right: 3.35em;
  bottom: -5em;
}
@media screen and (max-width: 768px) {
  .area_kv .kv_decoration {
    width: min(468 / 750 * 100vw, 468px);
    right: 4.2%;
    bottom: 0.75em;
  }
}

@media screen and (min-width: 769px) {
  .main {
    font-size: min(16 / 1320 * 100vw, 16px);
  }
}
.main .ul_unchor {
  margin-top: min(45 / 1320 * 100vw, 45px);
}
@media screen and (max-width: 768px) {
  .main .ul_unchor {
    margin-top: 1.6em;
  }
}

.box_eyecatch {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box_eyecatch .box_text {
  width: min(520 / 1320 * 100vw, 520px);
}
.box_eyecatch .box_text .tit_dotts em {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .box_eyecatch .box_text .tit_dotts .en {
    margin: 1.4em 0 0 0.3em;
  }
}
.box_eyecatch .box_text p {
  margin-top: min(35 / 1320 * 100vw, 35px);
}
.box_eyecatch .img {
  width: min(640 / 1320 * 100vw, 640px);
}
.box_eyecatch .img img {
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .box_eyecatch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box_eyecatch .box_text,
  .box_eyecatch .img {
    display: contents;
  }
  .box_eyecatch .box_text .tit_dotts {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .box_eyecatch .box_text p {
    margin-top: 1.4em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.02em;
  }
  .box_eyecatch .box_text p + p {
    margin-top: 2em;
  }
  .box_eyecatch .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .box_eyecatch .img img {
    margin-top: 1.9em;
    border-radius: 20px;
  }
}

.box_content {
  margin-top: min(60 / 1320 * 100vw, 60px);
}
.box_content .lead {
  margin-top: min(22 / 1320 * 100vw, 22px);
}
@media screen and (max-width: 768px) {
  .box_content {
    margin-top: 2em;
  }
  .box_content .lead {
    margin-top: 0.8em;
  }
  .box_content.tool {
    margin-top: 2.6em;
  }
}

#itsolution {
  margin-top: min(55 / 1320 * 100vw, 55px);
}
#itsolution .box_service {
  margin-top: min(30 / 1320 * 100vw, 30px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#itsolution .box_service .box {
  width: min(270 / 1320 * 100vw, 270px);
}
#itsolution .box_service .box dl {
  margin-top: min(10 / 1320 * 100vw, 10px);
}
#itsolution .box_service .box dl dt {
  text-align: center;
  font-size: min(18 / 1320 * 100vw, 18px);
  font-weight: 700;
  color: #ec6400;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#itsolution .box_service .box dl dd {
  margin-top: 0.8em;
  font-size: min(16 / 1320 * 100vw, 16px);
}
#itsolution .box_content.result {
  margin-top: min(50 / 1320 * 100vw, 50px);
}
#itsolution .ul_results {
  margin-top: min(22 / 1320 * 100vw, 22px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(30 / 1320 * 100vw, 30px) 2.5%;
}
#itsolution .ul_results > li {
  width: 31.6666666667%;
  padding: min(32 / 1320 * 100vw, 32px) min(40 / 1320 * 100vw, 40px) min(26 / 1320 * 100vw, 26px);
  background: #e9f6eb;
  border-radius: 30px;
  line-height: 1.6;
  position: relative;
}
#itsolution .ul_results > li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
}
#itsolution .ul_results > li dl dt {
  padding-left: 1.4em;
  font-size: min(18 / 1320 * 100vw, 18px);
  font-weight: 700;
  position: relative;
}
#itsolution .ul_results > li dl dt::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #2aaa3f;
  border-radius: 50%;
  position: absolute;
  top: 0.2em;
  bottom: 0;
  left: 0;
  margin: auto;
}
#itsolution .ul_results > li dl dd {
  margin-top: 1.3em;
  font-size: min(16 / 1320 * 100vw, 16px);
}
#itsolution .ul_results > li dl dd ul {
  margin-left: 1.2em;
}
#itsolution .ul_results > li dl dd ul li {
  text-indent: -1.2em;
}
#itsolution .ul_results > li dl dd ul li + li {
  margin-top: 0.4em;
}
#itsolution .ul_results > li dl dd ul li::before {
  content: "・";
  margin-right: 0.2em;
}
#itsolution .ul_results > li::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#itsolution .ul_results > li.results01::before {
  width: min(153 / 1320 * 100vw, 153px);
  aspect-ratio: 153/145;
  background-image: url(../img/business/it_results01.png);
  right: 0.55em;
  bottom: -0.7em;
}
#itsolution .ul_results > li.results02::before {
  width: min(146 / 1320 * 100vw, 146px);
  aspect-ratio: 292/230;
  background-image: url(../img/business/it_results02.png);
  right: 0.6em;
  bottom: -0.9em;
}
#itsolution .ul_results > li.results03::before {
  width: min(113 / 1320 * 100vw, 113px);
  aspect-ratio: 113/151;
  background-image: url(../img/business/it_results03.png);
  right: 2em;
  bottom: -1.1em;
}
@media screen and (min-width: 769px) {
  #itsolution .ul_results > li.results02 dd ul, #itsolution .ul_results > li.results05 dd ul {
    margin-left: 0.6em;
  }
}
@media screen and (max-width: 768px) {
  #itsolution {
    margin-top: 2.6em;
  }
  #itsolution .box_service {
    margin-top: 1.4em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em 0;
  }
  #itsolution .box_service .box {
    width: 100%;
  }
  #itsolution .box_service .box dl {
    margin-top: 0.9em;
  }
  #itsolution .box_service .box dl dt {
    height: auto;
    font-size: min(34 / 750 * 100vw, 34px);
  }
  #itsolution .box_service .box dl dd {
    margin-top: 0.2em;
    font-size: min(30 / 750 * 100vw, 30px);
  }
  #itsolution .box_content.result {
    margin-top: 2.2em;
  }
  #itsolution .ul_results {
    margin-top: 1.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.1em 0;
  }
  #itsolution .ul_results > li {
    width: 100%;
    padding: 1.2em 6% 1.5em;
    border-radius: 15px;
  }
  #itsolution .ul_results > li dl dt {
    padding-left: 1.3em;
    font-size: min(32 / 750 * 100vw, 18px);
  }
  #itsolution .ul_results > li dl dt::before {
    width: 0.9em;
    height: 0.9em;
  }
  #itsolution .ul_results > li dl dd {
    margin-top: 0.4em;
    font-size: min(30 / 750 * 100vw, 16px);
  }
  #itsolution .ul_results > li dl dd ul {
    margin-left: 1.2em;
  }
  #itsolution .ul_results > li dl dd ul li {
    text-indent: -1.2em;
    letter-spacing: -0.01em;
  }
  #itsolution .ul_results > li dl dd ul li::before {
    margin-right: 0.2em;
  }
  #itsolution .ul_results > li.results01::before {
    width: min(236 / 750 * 100vw, 236px);
    right: 2.7%;
    bottom: 1.2em;
  }
  #itsolution .ul_results > li.results02::before {
    width: min(237 / 750 * 100vw, 237px);
    right: 3%;
    bottom: 2.1em;
  }
  #itsolution .ul_results > li.results03::before {
    width: min(179 / 750 * 100vw, 179px);
    right: 7.6%;
    bottom: 0.2em;
  }
}

#plant {
  margin-top: min(120 / 1320 * 100vw, 120px);
}
@media screen and (max-width: 768px) {
  #plant {
    margin-top: 3.2em;
  }
}
#plant .plan_wrap {
  margin-top: min(24 / 1320 * 100vw, 24px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
#plant .plan_wrap::before {
  content: "";
  display: block;
  width: min(1000 / 1320 * 100vw, 1000px);
  height: 4px;
  background: #ccc;
  position: absolute;
  top: min(160 / 1320 * 100vw, 160px);
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #plant .plan_wrap {
    margin-top: 1.6em;
    -ms-grid-columns: min(84 / 750 * 100vw, 84px) 1fr;
    grid-template-columns: min(84 / 750 * 100vw, 84px) 1fr;
  }
  #plant .plan_wrap::before {
    width: 4px;
    height: calc(100% - 20em);
    left: min(84 / 750 * 100vw, 84px);
    top: 6em;
  }
}
#plant .labels {
  height: min(44 / 1320 * 100vw, 44px);
  grid-column: 1/-1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  font-size: min(16 / 1320 * 100vw, 16px);
  font-weight: 700;
  line-height: min(44 / 1320 * 100vw, 44px);
}
#plant .labels .label {
  width: calc(100% + 15px);
  position: relative;
}
#plant .labels .label.l1 {
  -ms-grid-column: 1;
  grid-column: 1;
  clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 50%, calc(100% - 18px) 100%, 0% 100%);
  background: #d7d7d7;
}
#plant .labels .label.l2 {
  -ms-grid-column: 2;
  grid-column: 2;
  background: #f7ad09;
  color: #fff;
  text-shadow: 2px 2px 0px #ec6400;
  clip-path: polygon(calc(100% - 18px) 0%, 100% 50%, calc(100% - 18px) 100%, 0% 100%, 18px 50%, 0% 0%);
}
#plant .labels .label.l3 {
  width: 100%;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
  background: #ec6400;
  color: #fff;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 18px 50%);
}
@media screen and (max-width: 768px) {
  #plant .labels {
    display: contents;
  }
  #plant .labels .label {
    width: min(84 / 750 * 100vw, 84px);
    height: calc(100% + 14px);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: min(30 / 750 * 100vw, 30px);
    line-height: min(84 / 750 * 100vw, 84px);
  }
  #plant .labels .label.l1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - min(34 / 750 * 100vw, 34px)), 50% 100%, 0 calc(100% - min(34 / 750 * 100vw, 34px)));
  }
  #plant .labels .label.l2 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    clip-path: polygon(100% 0, 100% calc(100% - min(34 / 750 * 100vw, 34px)), 50% 100%, 0 calc(100% - min(34 / 750 * 100vw, 34px)), 0 0, 50% min(34 / 750 * 100vw, 34px));
  }
  #plant .labels .label.l3 {
    width: min(84 / 750 * 100vw, 84px);
    height: 100%;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/5;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0, 50% min(34 / 750 * 100vw, 34px));
  }
}
#plant .ol_plan {
  grid-column: 1/-1;
  display: contents;
}
#plant .ol_plan > li {
  padding: min(40 / 1320 * 100vw, 40px) 0 min(30 / 1320 * 100vw, 30px);
  font-weight: 700;
  position: relative;
}
#plant .ol_plan > li::after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#fff));
  background: linear-gradient(to right, #000 0%, #fff 100%);
  position: absolute;
  opacity: 0.06;
  top: 0;
  left: 0;
}
#plant .ol_plan > li:first-child::after {
  content: none;
}
@media screen and (max-width: 768px) {
  #plant .ol_plan > li {
    padding: 2.4em 0;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
  #plant .ol_plan > li::after {
    width: 100%;
    height: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
    background: linear-gradient(to bottom, #000 0%, #fff 100%);
  }
  #plant .ol_plan > li:nth-child(1) {
    padding: 4.5em 0 4.7em;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  #plant .ol_plan > li:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  #plant .ol_plan > li:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  #plant .ol_plan > li:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
}
#plant .ol_plan > li .title {
  background: #d7d7d7;
  text-align: center;
  font-size: min(16 / 1320 * 100vw, 16px);
}
#plant .ol_plan > li .circle {
  width: min(155 / 1320 * 100vw, 155px);
  height: min(155 / 1320 * 100vw, 155px);
  margin-inline: auto;
  padding-top: 1em;
  background: #808080;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: relative;
  border: 1px solid #fff;
  -webkit-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.15);
}
#plant .ol_plan > li .circle .num, #plant .ol_plan > li .circle p {
  position: relative;
}
#plant .ol_plan > li .circle .num {
  font-size: min(24 / 1320 * 100vw, 24px);
  font-family: "Tektur", "NotoSansJP", sans-serif;
  font-weight: 400;
  line-height: 1;
}
#plant .ol_plan > li .circle p {
  font-size: min(20 / 1320 * 100vw, 20px);
}
#plant .ol_plan > li .circle::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ec6400 0%, #f7ad09 100%);
  border-radius: 50%;
  opacity: 0.5;
  position: absolute;
  top: 0;
}
#plant .ol_plan > li .circle::after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin-inline: auto;
}
#plant .ol_plan > li .circle.c01::before {
  content: none;
}
#plant .ol_plan > li .circle.c01::after {
  width: min(47 / 1320 * 100vw, 47px);
  aspect-ratio: 47/52;
  background-image: url(../img/business/plant_scope01.png);
  bottom: min(14 / 1320 * 100vw, 14px);
}
#plant .ol_plan > li .circle.c02 {
  background: #f7ad09;
}
#plant .ol_plan > li .circle.c02::after {
  width: min(46 / 1320 * 100vw, 46px);
  aspect-ratio: 46/46;
  background-image: url(../img/business/plant_scope02.png);
  bottom: min(18 / 1320 * 100vw, 18px);
}
#plant .ol_plan > li .circle.c03 {
  background: #f18804;
}
#plant .ol_plan > li .circle.c03::after {
  width: min(45 / 1320 * 100vw, 45px);
  aspect-ratio: 45/45;
  background-image: url(../img/business/plant_scope03.png);
  bottom: min(18 / 1320 * 100vw, 18px);
}
#plant .ol_plan > li .circle.c04 {
  background: #ec6400;
}
#plant .ol_plan > li .circle.c04::after {
  width: min(45 / 1320 * 100vw, 45px);
  aspect-ratio: 45/45;
  background-image: url(../img/business/plant_scope04.png);
  bottom: min(18 / 1320 * 100vw, 18px);
}
#plant .ol_plan > li .box {
  width: min(240 / 1320 * 100vw, 240px);
  margin-top: min(30 / 1320 * 100vw, 30px);
  padding: min(10 / 1320 * 100vw, 10px);
  padding-left: min(38 / 1320 * 100vw, 38px);
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  #plant .ol_plan > li .box {
    aspect-ratio: 240/130;
  }
}
#plant .ol_plan > li .box {
  background: #f5f5f5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#plant .ol_plan > li .box ul li {
  font-size: min(16 / 1320 * 100vw, 16px);
  text-indent: -1em;
  line-height: 1.5;
}
#plant .ol_plan > li .box ul li::before {
  content: "・";
  color: #f7ad09;
  margin-right: 0.2em;
}
#plant .ol_plan > li .box ul li + li {
  margin-top: 0.6em;
}
#plant .ol_plan > li:nth-child(3) ul li::before {
  color: #f18804;
}
#plant .ol_plan > li:nth-child(4) ul li::before {
  color: #ec6400;
}
@media screen and (max-width: 768px) {
  #plant .ol_plan > li .title {
    font-size: min(38 / 750 * 100vw, 38px);
  }
  #plant .ol_plan > li .circle {
    width: min(296 / 750 * 100vw, 296px);
    height: min(296 / 750 * 100vw, 296px);
    padding-top: 1em;
  }
  #plant .ol_plan > li .circle .num {
    font-size: min(46 / 750 * 100vw, 46px);
  }
  #plant .ol_plan > li .circle p {
    font-size: min(38 / 750 * 100vw, 38px);
  }
  #plant .ol_plan > li .circle.c01::before {
    content: none;
  }
  #plant .ol_plan > li .circle.c01::after {
    width: min(90 / 750 * 100vw, 90px);
    bottom: 1em;
  }
  #plant .ol_plan > li .circle.c02::after {
    width: min(90 / 750 * 100vw, 90px);
    bottom: 1em;
  }
  #plant .ol_plan > li .circle.c03::after {
    width: min(90 / 750 * 100vw, 90px);
    bottom: 1em;
  }
  #plant .ol_plan > li .circle.c04::after {
    width: min(90 / 750 * 100vw, 90px);
    bottom: 1em;
  }
  #plant .ol_plan > li .box {
    width: 80%;
    margin-top: min(30 / 750 * 100vw, 30px);
    padding: 0.9em 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #plant .ol_plan > li .box ul li {
    font-size: min(30 / 750 * 100vw, 30px);
    text-indent: -1em;
  }
  #plant .ol_plan > li:nth-child(4) {
    padding-bottom: 2.2em;
  }
  #plant .ol_plan > li:nth-child(4) .box {
    padding-left: 0;
  }
  #plant .ol_plan > li:nth-child(4) .box ul li {
    text-indent: 0;
    line-height: 1.4;
  }
}
#plant .box_tool {
  margin-top: min(40 / 1320 * 100vw, 40px);
}
#plant .box_tool + .box_tool {
  margin-top: min(50 / 1320 * 100vw, 50px);
}
#plant .box_tool .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#plant .box_tool .title .lead {
  margin: 0 0 0 1em;
  font-weight: 700;
}
#plant .box_tool .text {
  margin-top: min(10 / 1320 * 100vw, 10px);
}
#plant .box_tool .box_img {
  margin-top: min(20 / 1320 * 100vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#plant .box_tool .box_img .img {
  width: min(580 / 1320 * 100vw, 580px);
}
#plant .box_tool .box_img.triple .img {
  width: min(370 / 1320 * 100vw, 370px);
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #plant .box_tool {
    margin-top: 1.7em;
  }
  #plant .box_tool + .box_tool {
    margin-top: 2em;
  }
  #plant .box_tool .title {
    display: block;
  }
  #plant .box_tool .title .lead {
    margin-left: 2em;
  }
  #plant .box_tool .text {
    margin-top: 0.3em;
  }
  #plant .box_tool .box_img {
    margin-top: 0.6em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em 0;
  }
  #plant .box_tool .box_img .img {
    width: 100%;
  }
  #plant .box_tool .box_img.triple .img {
    width: 100%;
  }
}