@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,700&display=swap');

/** -----------------------------------
メインビジュアル
-------------------------------------**/
#mainvisual {
  width: 100%;
  height: 100svh;
  position: relative;
}

#mainvisual .mv-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 10px;
  gap: 10px;
  flex-wrap: wrap;
}

#mainvisual .mv-wrap .mainvisual-img {
  height: calc((100% - 10px) / 2);
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

#mainvisual .mv-wrap .mainvisual-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(203, 232, 213, 0.64);
}

#mainvisual .mv-wrap .mainvisual-img:nth-child(1) {
  width: calc(60% - (10px * 0.4));
}

#mainvisual .mv-wrap .mainvisual-img:nth-child(2),
#mainvisual .mv-wrap .mainvisual-img:nth-child(3) {
  width: calc(20% - (10px * 0.8));
}

#mainvisual .mv-wrap .mainvisual-img:nth-child(4),
#mainvisual .mv-wrap .mainvisual-img:nth-child(6) {
  width: calc(25% - (10px * 0.75));
}

#mainvisual .mv-wrap .mainvisual-img:nth-child(5) {
  width: calc(50% - (10px * 0.5));
}

#mainvisual .title-wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mainvisual .title-wrap p,
#mainvisual .title-wrap span {
  font-size: 2rem;
  color: #333;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.75;
}

#mainvisual .title-wrap span.title {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  font-size: 6.4rem;
  color: #2e6e45;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 0;
}

#mainvisual .title-wrap span.top::before {
  content: "／";
  transform: scale(-1, 1);
  display: inline-block;
}

#mainvisual .title-wrap span.top::after {
  content: "／";
}

/** -------- スマホ -------- **/
@media screen and (max-width: 960px) {
  #mainvisual .title-wrap span.title {
    font-size: 5.0rem;
  }
}

@media screen and (max-width: 768px) {
  #mainvisual .title-wrap span.title {
    font-size: 3.5rem;
  }

  #mainvisual .title-wrap p,
  #mainvisual .title-wrap span {
    font-size: 1.8rem;
  }
}

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

  #mainvisual .title-wrap p,
  #mainvisual .title-wrap span {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  #mainvisual .title-wrap span.title {
    font-size: 3.0rem;
    margin-top: 6px;
  }

  #mainvisual .mv-wrap {
    padding: 6px;
    gap: 6px;
  }

  #mainvisual .mv-wrap .mainvisual-img {
    height: calc((100% - 6px) / 2);
    border-radius: 6px;
  }

  #mainvisual .mv-wrap .mainvisual-img:nth-child(1) {
    width: calc(60% - (6px * 0.4));
  }

  #mainvisual .mv-wrap .mainvisual-img:nth-child(2),
  #mainvisual .mv-wrap .mainvisual-img:nth-child(3) {
    width: calc(20% - (6px * 0.8));
  }

  #mainvisual .mv-wrap .mainvisual-img:nth-child(4),
  #mainvisual .mv-wrap .mainvisual-img:nth-child(6) {
    width: calc(25% - (6px * 0.75));
  }

  #mainvisual .mv-wrap .mainvisual-img:nth-child(5) {
    width: calc(50% - (6px * 0.5));
  }
}


/** -----------------------------------
静岡ドローンアグリフォレストネットワークとは
-------------------------------------**/
#about {
  background: #388653;
  overflow: hidden;
}

#about h2 {
  color: #ffc400;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding-left: 1.2em;
}

#about h2::before {
  content: "";
  background: #ffc400;
  border-radius: 50%;
  width: 0.6em;
  height: 0.6em;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#about .section-title {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.7em;
}

#about .flex-container {
  position: relative;
  z-index: 2;
}

#about .flex-container .text-area {
  width: 60%;
  color: #fff;
  font-size: 18px;
}

#about .flex-container .img-area {
  position: absolute;
  bottom: 0;
  right: -15%;
  width: 60%;
  z-index: -1;
  padding: 13%;
}


#about .flex-container .img-area::after{
  position: absolute;
  content: "";
  width: 70%;
  height: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fffced;
  border-radius: 50%;
  z-index: -2;
  opacity: 0.9;
}

#about .flex-container .img-area .imgAfter{
  position: absolute;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: contain;
  z-index: -1;
  opacity: 1;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 960px) {
  #about .flex-container .text-area {
    width: 100%;
  }

  #about .flex-container .img-area {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-top: 40px;
    padding: 20%;
  }
}

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

@media screen and (max-width: 570px) {
  #about h2{
    font-size: clamp(10px,3.5vw,16px);
  }
  #about .section-title{
    font-size: clamp(10px,6.0vw,34px);
  }

  #about .flex-container .text-area{
    font-size: 15px;
  }
}


/** -----------------------------------
私たちの強み
-------------------------------------**/
#strengths {
  background: #fffced;
}

#strengths>.section-inner {
  max-width: 1200px;
}

#strengths .title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#strengths span.point {
  display: inline-block;
  background: #ffc400;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding: 2px 10px;
  margin-bottom: 10px;
}

#strengths h3 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #ffc400;
  margin-bottom: 2em;
}

#strengths .point01 .flex-container {
  gap: 60px 40px;
  width: 100%;
  justify-content: center;
}

#strengths .point01 .flex-container .flex-item {
  width: calc((100% - 80px) / 3);
  text-align: center;
}

#strengths .point01 .flex-container .flex-item .img-box {
  width: 156px;
  height: 156px;
  margin: 0 auto 24px;
  position: relative;
  z-index: 2;
}

#strengths .point01 .flex-container .flex-item .img-box img {
  object-fit: contain;
}

#strengths .point01 .flex-container .flex-item .img-box::after {
  position: absolute;
  content: "";
  width: 77%;
  height: 77%;
  background-color: rgba(184, 210, 44, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}

#strengths .point01 .flex-container .flex-item p {
  font-weight: 500;
}

#strengths .point02 .flex-container {
  align-items: center;
}

#strengths .point02 .flex-container .flex-text {
  width: 55%;
}

#strengths .point02 .flex-container .flex-text ul li {
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

#strengths .point02 .flex-container .flex-text ul li:not(:last-of-type) {
  margin-bottom: 2em;
}

#strengths .point02 .flex-container .flex-text .point-title {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  margin-bottom: 5px;
}

#strengths .point02 .flex-container .flex-text .point-title span {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #ffc400;
  line-height: 1;
  white-space: nowrap;
}

#strengths .point02 .flex-container .flex-text .point-title p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

#strengths .point02 .flex-container .flex-img {
  width: 45%;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 960px) {
  #strengths .point01 .flex-container .flex-item{
    width: calc((100% - 40px) / 2);
  }
  #strengths .point02 .flex-container .flex-text{
    width: 100%;
  }
  #strengths .point02 .flex-container .flex-img{
    width: 100%;
    padding: 0 20%;
  }
}

@media screen and (max-width: 768px) {
  #strengths .point01 .flex-container .flex-item{
    width: 100%;
  }
}

@media screen and (max-width: 570px) {
  #strengths .point01 .flex-container{
    gap: 40px;
  }
  #strengths .point01 .flex-container .flex-item .img-box{
    margin-bottom: 5px;
  }
  #strengths .point02 .flex-container .flex-text .point-title{
    flex-direction: column;
    gap: 3px;
    align-items: center;
  }
  #strengths .point02 .flex-container .flex-text .point-title span{
    font-size: 30px;
  }
  #strengths .point02 .flex-container .flex-text .point-title p{
    font-size: 17px;
    line-height: 1.4;
  }
  #strengths .point02 .flex-container .flex-text ul li{
    font-size: 14px;
  }
  #strengths span.point{
    font-size: 14px;
  }
}


/** -----------------------------------
サービス一覧
-------------------------------------**/
#service .flex-container {
  gap: 12px;
}

#service .flex-container .flex-item {
  border: 1px solid #eeeeee;
  border-radius: 12px;
  padding: 12px 40px 12px 12px;
  width: calc(33.33% - 8px);
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  transition: .2s all;
}

#service .flex-container .flex-item:hover {
  border-color: #028540;
}

#service .flex-container .flex-item::after {
  position: absolute;
  content: "";
  right: 18px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid;
  border-right: 1.5px solid;
  transform: translateY(-50%) rotate(45deg);
  transition: .2s all;
}

#service .flex-container .flex-item:hover::after {
  border-color: #028540;
  right: 15px;
}

#service .flex-container .flex-item .icon {
  width: 64px;
  height: 64px;
  background: #fafafa;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .2s all;
}

#service .flex-container .flex-item:hover .icon {
  background: #f6fbf8;
}

#service .flex-container .flex-item .icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

#service .flex-container .flex-item h3 {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  transition: .2s all;
}

#service .flex-container .flex-item:hover h3 {
  color: #028540;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 960px) {
  #service .flex-container .flex-item{
    width: calc((100% - 12px) / 2);
  }
}

@media screen and (max-width: 768px) {
  #service .flex-container .flex-item{
    width: 100%;
  }
}

@media screen and (max-width: 570px) {
  #service .flex-container .flex-item h3{
    font-size: 15px;
  }
}


/** -----------------------------------
特徴
-------------------------------------**/
#features {
  background: #f0fde6;
  overflow: hidden;
}

#features .section-inner {
  max-width: 1200px;
}

#features .section-subtitle {
  color: #b8d22cff;
}

#features .flex-container {
  align-items: center;
  position: relative;
  z-index: 1;
}

#features .flex-container:not(:last-of-type) {
  margin-bottom: 15rem;
}

#features .flex-container::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 90%;
  background: #fff;
  border-radius: 12px;
  z-index: -1;
  bottom: -5rem;
  left: -7.5vw;
}

#features .flex-container:nth-child(2n)::after {
  left: auto;
  right: -9.5vw;
}

#features .flex-container .text-area {
  width: calc(50% - 20px);
  position: relative;
  padding-top: 130px;
  padding-left: 40px;
}

#features .flex-container .text-area .number {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 12rem;
  line-height: 1;
  color: #89ce00;
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: rgba(154, 204, 55, 0.17) 7px 7px;
}

#features .flex-container .text-area h3 {
  margin-bottom: 1em;
  text-align: left;
}

#features .flex-container .text-area h3 span {
  font-size: clamp(2rem, 2.3vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  position: relative;
  z-index: 2;
}

#features .flex-container .text-area h3 span::after {
  position: absolute;
  content: "";
  background: rgba(137, 206, 0, 0.4);
  width: 100%;
  height: 0.5em;
  z-index: -1;
  left: 0;
  bottom: -3px;
}

#features .flex-container .text-area p {
  color: #5d5d5d;
}

#features .flex-container .img-area {
  width: calc(50% - 20px);
}

#features .flex-container .img-area img {
  object-fit: contain;
  height: auto;
  width: 75%;
  margin: 0 auto;
}

#features .flex-container .img-area.twoItem img {
  object-fit: cover;
  margin-left: 0;
  width: 60%;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  aspect-ratio: 16 / 10;
}

#features .flex-container .img-area.twoItem img:last-of-type {
  margin-right: 0;
  margin-left: auto;
  margin-top: -3rem;
}

@media screen and (max-width: 960px) {
  #features h2{
    margin-bottom: 4em;
  }
  #features .flex-container:not(:last-of-type) {
    margin-bottom: 10rem;
  }

  #features .flex-container:not(:nth-of-type(2)) {
    flex-direction: column-reverse;
  }

  #features .flex-container .text-area {
    width: 100%;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 1.5rem;
    padding-top: 110px;
    margin-bottom: 4rem;
  }

  #features .flex-container .text-area .number {
    font-size: 10rem;
  }

  #features .flex-container .text-area h3 span {
    font-size: 2.5rem;
  }

  #features .flex-container .img-area {
    width: 45%;
    position: absolute;
    top: -40px;
    right: -1.5rem;
    min-width: 20rem;
    max-width: 40rem;
  }

  #features .flex-container .img-area img {
    margin-right: 0;
    width: 60%;
  }

  #features .flex-container::after {
    width: 100vw;
    height: 85%;
    bottom: 0;
  }

  #features .flex-container:nth-child(2n)::after {
    right: -7.5vw;
  }
}

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

@media screen and (max-width: 570px) {
  #features .flex-container::after {
    bottom: 10px;
  }

  #features .flex-container .text-area {
    padding-left: 0;
    padding-right: 10px;
    padding-top: 85px;
  }

  #features .flex-container:nth-of-type(2) .text-area {
    padding-left: 10px;
    padding-right: 0;
  }

  #features .flex-container .text-area .number {
    font-size: 7rem;
  }

  #features .flex-container:not(:nth-of-type(2)) .text-area .number {
    left: -1rem;
  }

  #features .flex-container .text-area h3 span {
    font-size: 1.8rem;
  }

  #features .flex-container .img-area {
    width: 65%;
    right: -10px;
    max-width: 25rem;
    min-width: auto;
    top: clamp(-40px, -7.5vw, -10px);
  }

  #features .flex-container:not(:last-of-type) {
    margin-bottom: 6rem;
  }

  #features .flex-container .img-area.twoItem img{
    width: 53%;
  }

  #features .flex-container .img-area.twoItem img:last-of-type{
    margin-top: -5rem;
  }
}