@charset "UTF-8";
/*---------- main-visual ここから ----------*/
.main-visual {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.main-visual__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*---------- main-visualここまで ----------*/
/*---------- top-pageここから ----------*/
.top-page .main-visual {
  background: url(../img/top/mainvisual_img.png) no-repeat left bottom/cover;
  height: 70vh;
}
.top-page .main-visual__catch {
  width: 95%;
}

/*---------- sec-leadここから ----------*/
.top-page .sec-lead {
  background: url(../img/top/lead_bg.png) no-repeat top center/cover;
  padding: 100px 0 160px;
  margin-top: -90px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top-page .sec-lead .sec-title__sub {
  height: 22px;
}
.top-page .sec-lead__container {
  background: url(../img/top/lead_content_bg.png) no-repeat 52% top/100% 100%;
  padding: 70px 0 75px;
}
.top-page .sec-lead__container::before, .top-page .sec-lead__container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
}
.top-page .sec-lead__container::before {
  top: 0;
  left: 0;
  background: url(../img/dappokun.png) no-repeat top 70% left/110px auto, url(../img/rain_illust03.png) no-repeat bottom 18% right/100px auto;
  z-index: 2;
}
.top-page .sec-lead__container::after {
  bottom: 0;
  left: 0;
  background: url(../img/ittochan.png) no-repeat top 20% right 2%/90px auto, url(../img/rain_illust01.png) no-repeat top 25% left 6%/50px auto;
  z-index: 2;
}
.top-page .sec-lead__content {
  width: 95%;
  padding: 0 20px 0 15px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.top-page .sec-lead__content p:not(:last-child) {
  margin-bottom: 1em;
}
.top-page .sec-lead__content p > span {
  border-bottom: 1px dashed #b1c554;
  display: block;
  padding-bottom: 1px;
}
.top-page .sec-lead__content p > span:not(:last-child) {
  margin-bottom: 5px;
}
.top-page .sec-lead__content:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 560px) {
  .top-page .sec-lead__container {
    width: calc(100% - 10px);
    background: none;
    background-color: #fffdf7;
    border: 1px solid #b1c554;
    border-radius: 15px;
    box-shadow: 10px 10px 0 #b1c554;
  }
  .top-page .sec-lead__container::before, .top-page .sec-lead__container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
  }
  .top-page .sec-lead__container::before {
    top: 0;
    left: 0;
    background: url(../img/dappokun.png) no-repeat top 30% left/80px auto, url(../img/rain_illust03.png) no-repeat top 46% right 4%/70px auto;
    z-index: 2;
  }
  .top-page .sec-lead__container::after {
    bottom: 0;
    left: 0;
    background: url(../img/ittochan.png) no-repeat top 34% right 2%/70px auto, url(../img/rain_illust01.png) no-repeat top 36% left 6%/30px auto;
    z-index: 2;
  }
  .top-page .sec-lead__content {
    width: 100%;
    padding: 0 15px;
    text-align: left;
    margin-right: auto;
  }
  .top-page .sec-lead__content p {
    -webkit-text-decoration: underline dotted #b1c554;
            text-decoration: underline dotted #b1c554;
    text-underline-offset: 5px;
    line-height: 2;
  }
  .top-page .sec-lead__content p > span {
    border-bottom: none;
    display: inline;
  }
}
/*---------- sec-leadここまで ----------*/
/*---------- sec-troubleここから ----------*/
.sec-trouble {
  background: url(../img/top/trouble_bg.png) no-repeat top center/cover;
  padding: 160px 0 70px;
  margin-top: -130px;
  position: relative;
  z-index: 5;
}
.sec-trouble .sec-title {
  margin-bottom: 20px;
}
.sec-trouble .sec-title__sub {
  height: 26px;
}
.sec-trouble .sec-title__main {
  height: 40px;
}
.sec-trouble__container {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
.sec-trouble__left {
  width: 100%;
  max-width: 480px;
  background: url(../img/top/trouble_illusrt_left.png) no-repeat right 30px bottom/40% auto;
  position: relative;
  height: 520px;
  margin-left: auto;
}
.sec-trouble__right {
  width: 100%;
  max-width: 485px;
  background: url(../img/top/trouble_illust_right.png) no-repeat left 40px bottom/40% auto;
  position: relative;
  height: 480px;
}

.trouble__content {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.47;
  position: absolute;
}
.trouble__content p {
  display: inline-block;
  text-align: center;
}
.trouble__content01 {
  width: 207px;
  height: 191px;
  padding: 59px 0 0 29px;
  background: url(../img/top/bubble01.png) no-repeat center center/contain;
  right: 60px;
  top: 0;
}
.trouble__content02 {
  width: 190px;
  height: 175px;
  padding: 54px 0 0 33px;
  background: url(../img/top/bubble02.png) no-repeat center center/contain;
  top: 80px;
  left: 0;
}
.trouble__content03 {
  width: 240px;
  height: 180px;
  padding: 60px 0 0 22px;
  background: url(../img/top/bubble03.png) no-repeat center center/contain;
  top: 296px;
  left: 35px;
}
.trouble__content04 {
  width: 190px;
  height: 175px;
  padding: 53px 0 0 30px;
  background: url(../img/top/bubble04.png) no-repeat center center/contain;
  top: 33px;
  left: 42px;
}
.trouble__content05 {
  width: 228px;
  height: 194px;
  padding: 50px 0 0 42px;
  background: url(../img/top/bubble05.png) no-repeat center center/contain;
  top: 103px;
  right: 0;
}

/*---------- sec-troubleここまで ----------*/
/*---------- sec-solutionここから ----------*/
.top-page .sec-solution {
  position: relative;
  z-index: 10;
}
.top-page .sec-solution__bg {
  padding: 60px 0 20px;
  background: url(../img/top/solution_illust_left.png) no-repeat top left/40% auto, url(../img/top/solution_illust_right.png) no-repeat top right/38% auto, #f2f9d4;
}
.top-page .sec-solution .sec-title {
  position: relative;
}
.top-page .sec-solution .sec-title__main {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  height: 120px;
  width: 100%;
}
.top-page .sec-solution__title {
  background-color: #b1c554;
  height: 90px;
  margin-bottom: 0;
}
.top-page .sec-solution__content {
  margin-bottom: 30px;
}
.top-page .sec-solution__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.top-page .sec-solution__flex .link-banner {
  width: 48%;
}

/*---------- sec-solutionここまで ----------*/
/*---------- sec-droneここから ----------*/
.top-page .sec-drone {
  padding: 90px 0;
  background: url(../img/top/solution_wave_bottom.png) no-repeat center top/contain, url(../img/top/drone_wave_bottom.png) no-repeat center bottom/contain, url(../img/top/drone_bg.png) no-repeat center center/cover;
}
.top-page .sec-drone__content {
  width: 100%;
  text-align: center;
}
.top-page .sec-drone .btn {
  margin: 40px auto 0;
}

/*---------- sec-droneここまで ----------*/
/*---------- sec-linkここから ----------*/
.top-page .sec-link {
  padding: 30px 0 60px;
}
.top-page .sec-link__container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.top-page .sec-link__container a:not(:last-child) {
  margin-bottom: 15px;
}
.top-page .sec-link__container img {
  max-width: 400px;
  width: 100%;
}

/*---------- sec-linkここまで ----------*/
/*---------- sec-newsここから ----------*/
.top-page .sec-news {
  padding: 60px 0;
  background-size: auto auto;
  background-color: rgb(244, 250, 218);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 6px, rgb(242, 249, 212) 6px, rgb(242, 249, 212) 12px);
  position: relative;
}
.top-page .sec-news .sec-title__sub {
  height: 22px;
}
.top-page .sec-news .sec-title__main {
  height: 30px;
}
.top-page .sec-news__container {
  display: flex;
  flex-direction: column;
}
.top-page .sec-news__left {
  display: flex;
  justify-content: center;
}
.top-page .sec-news .btn {
  margin: 30px auto 0;
}
.top-page .sec-news::before, .top-page .sec-news::after {
  content: "";
  position: absolute;
  display: block;
}
.top-page .sec-news::before {
  top: -20px;
  left: 3%;
  width: 44.8px;
  height: 48px;
  background: url(../img/rain_illust01.png) no-repeat center center/contain;
}
.top-page .sec-news::after {
  bottom: -40px;
  right: 5%;
  width: 129.5px;
  height: 80.5px;
  background: url(../img/tree_illust01.png) no-repeat center center/contain;
}
.top-page .sec-news .btn.pc {
  display: none;
}

/*---------- sec-newsここまで ----------*/
@media screen and (max-width: 480px) {
  .top-page .sec-lead {
    padding: 100px 0 150px;
    margin-top: -90px;
  }
  .top-page .sec-lead__container {
    padding: 40px 15px;
  }
  .top-page .sec-lead__content {
    width: 100%;
    padding: 0;
    text-align: left;
    margin-right: auto;
  }
  .top-page .sec-lead__content p {
    -webkit-text-decoration: underline dotted #b1c554;
            text-decoration: underline dotted #b1c554;
    text-underline-offset: 5px;
    line-height: 2;
  }
  .top-page .sec-lead__content p > span {
    border-bottom: none;
    display: inline;
  }
  /*---------- sec-leadここまで ----------*/
  /*---------- sec-troubleここから ----------*/
  .sec-trouble {
    padding: 140px 0 70px;
    margin-top: -130px;
  }
  .sec-trouble .sec-title__sub {
    height: 24px;
  }
  .sec-trouble .sec-title__main {
    height: 36px;
  }
  .sec-trouble__left {
    height: 90vw;
    min-height: 350px;
    background: url(../img/top/trouble_illusrt_left.png) no-repeat right bottom/40% auto;
    max-width: 340px;
    margin: 0 auto;
  }
  .sec-trouble__right {
    height: 100vw;
    background: url(../img/top/trouble_illust_right.png) no-repeat left bottom/40% auto;
    min-height: 350px;
    max-width: 340px;
    margin: 0 auto;
  }
  .trouble__content {
    font-size: clamp(14px, 3.125vw, 18px);
  }
  .trouble__content01 {
    width: 165.6px;
    height: 152.8px;
    padding: 44px 0 0 21px;
    right: 0;
    top: 0;
  }
  .trouble__content02 {
    width: 152px;
    height: 140px;
    padding: 43px 0 0 23px;
    top: 25%;
  }
  .trouble__content03 {
    width: 192px;
    height: 144px;
    padding: 40px 0 0 12px;
    top: 65%;
    left: 5%;
  }
  .trouble__content04 {
    width: 152px;
    height: 140px;
    padding: 42.4px 0 0 22px;
    top: 15%;
    left: 15%;
  }
  .trouble__content05 {
    width: 171px;
    height: 145.5px;
    padding: 32px 0 0 24px;
    top: 50%;
    right: 0;
  }
  /*---------- sec-troubleここまで ----------*/
  /*---------- sec-solutionここから ----------*/
  .top-page .sec-solution .sec-title__main {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -40%);
    height: 90px;
    width: 95%;
  }
  .top-page .sec-solution__title {
    height: 70px;
  }
  .top-page .sec-solution__content {
    text-align: left;
  }
  .top-page .sec-solution__flex {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .top-page .sec-solution__flex .link-banner {
    width: 100%;
    max-width: 350px;
  }
  .top-page .sec-solution__flex .link-banner:not(:last-child) {
    margin-bottom: 15px;
  }
  /*---------- sec-solutionここまで ----------*/
  /*---------- sec-droneここから ----------*/
  .top-page .sec-drone {
    padding: 70px 0;
    background: url(../img/top/solution_wave_bottom.png) no-repeat center top/contain, url(../img/top/drone_wave_bottom.png) no-repeat center bottom/contain, url(../img/top/drone_bg.png) no-repeat right center/cover;
  }
  .top-page .sec-drone__content {
    text-align: left;
  }
  .top-page .sec-drone__content br {
    display: none;
  }
  .top-page .sec-drone .btn {
    margin: 35px auto 0;
  }
  /*---------- sec-droneここまで ----------*/
}
/*---------- under-pageここから ----------*/
/*---------- main-visualここから ----------*/
.under-page .main-visual {
  height: 300px;
  background: url(../img/mianvisual_under_img.png) no-repeat center left/cover;
}
.under-page .main-visual__catch {
  top: 48%;
  left: 49%;
  height: 90px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .under-page .main-visual {
    height: 250px;
  }
  .under-page .main-visual__catch {
    top: 46%;
    left: 48%;
    width: 90%;
    height: 70px;
  }
}
/*---------- main-visualここまで ----------*/
/*---------- reason-pageここから ----------*/
/*---------- sec-reasonここから ----------*/
.reason-page .sec-reason {
  background-size: auto auto;
  background-color: rgb(244, 250, 218);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 6px, rgb(242, 249, 212) 6px, rgb(242, 249, 212) 12px);
  padding: 0 0 80px;
  position: relative;
  z-index: 1;
}
.reason-page .sec-reason .sec-title {
  margin-bottom: 50px;
}
.reason-page .sec-reason::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/reason/reason_tree_left.png) no-repeat top left/32% auto, url(../img/reason/reason_tree_right.png) no-repeat top right/32% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.reason-page .sec-reason::after {
  content: "";
  width: 100%;
  height: 0.5em;
  display: block;
  background: url(../img/reason/reason_wave_bottom.png) no-repeat bottom center/100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.second-title {
  margin-bottom: 30px;
}
.second-title__sub {
  height: 24px;
  margin-bottom: 15px;
}
.second-title__sub > img {
  -o-object-position: center;
     object-position: center;
}
.second-title__main {
  height: 26px;
}
.second-title__main > img {
  -o-object-position: center;
     object-position: center;
}

.reason-bg {
  background: url(../img/reason/reason_illust_bg.png) no-repeat top 52.6% center/1730px auto;
}
.reason-bg > .inner {
  padding-top: 60px;
}
.reason-content p:not(:last-child) {
  margin-bottom: 1em;
}
.reason-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reason-container:not(:last-child) {
  margin-bottom: 50px;
}
.reason-left {
  width: 100%;
}
.reason-img {
  width: 80%;
  height: 0;
  padding-top: 56%;
  border-radius: 10px;
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  .second-title__sub {
    height: 22px;
    margin-bottom: 12px;
  }
  .second-title__main {
    height: 24px;
  }
  .reason-img {
    width: 100%;
    padding-top: 70%;
  }
}
/*---------- sec-reasonここまで ----------*/
/*---------- individual-pageここから ----------*/
/*---------- sec-introここから ----------*/
.individual-page .sec-intro {
  background-color: #f0fbfd;
  padding-bottom: 70px;
}
.individual-page .sec-intro > .inner {
  padding-top: 100px;
}
.individual-page .sec-intro__title {
  height: 48px;
  margin-bottom: 40px;
}

.intro-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro-box {
  border-radius: 10px;
  padding: 30px 20px;
  width: 100%;
  max-width: 480px;
}
.intro-box:not(:last-child) {
  margin-bottom: 30px;
}
.intro-box__title {
  padding: 1em 1.5em;
  text-align: center;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.125em;
  border-radius: 3em;
}
.intro-box__title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.875) * 0.5em);
  content: "";
}
.intro-box__title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.875) * 0.5em);
  content: "";
}
.intro-box__content p {
  padding-left: 30%;
}
.intro-box__content p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.875) * 0.5em);
  content: "";
}
.intro-box__content p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.875) * 0.5em);
  content: "";
}
.intro-box__content::before {
  content: "";
  width: 2.0625em;
  height: 1.25em;
  margin: 20px auto;
  display: block;
}
.intro-box01 {
  background: url(../img/individual/individual_illust01.png) no-repeat bottom left 5%/21% auto, #fff;
}
.intro-box02 {
  background: url(../img/individual/individual_illust02.png) no-repeat bottom left 5%/22% auto, #fff;
}
.intro-box03 {
  background: url(../img/individual/individual_illust03.png) no-repeat bottom left 5%/22% auto, #fff;
}
.intro-box04 {
  background: url(../img/individual/individual_illust04.png) no-repeat bottom left 5%/22% auto, #fff;
}

.individual-page .intro-box__title {
  background: url(../img/pattern_bg02.png) repeat center center/auto;
}

.individual-page .intro-box__content::before {
  background: url(../img/individual/triangle.png) no-repeat center center/contain;
}

/*---------- sec-introここまで ----------*/
/*---------- sec-individualここから ----------*/
.individual-page .sec-individual {
  background: url(../img/individual/illust_bg.png) no-repeat bottom center/cover;
  padding: 80px 0 70px;
  position: relative;
  z-index: 1;
}
.individual-page .sec-individual::after {
  content: "";
  width: 100%;
  height: 1.0625em;
  display: block;
  background: url(../img/individual/individual_wave_top.png) no-repeat bottom center/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.individual-page .sec-individual__container {
  background-color: #fff;
  border: 1px solid #b1c554;
  border-radius: 10px;
  padding: 20px 20px 30px;
  margin: 0 auto;
  max-width: 693px;
}
.individual-page .sec-individual__title {
  max-width: 640px;
  margin: 0 auto;
  width: 95%;
  margin-bottom: 30px;
}
.individual-page .sec-individual__content p:not(:last-child) {
  margin-bottom: 1em;
}

/*---------- sec-individualここまで ----------*/
/*---------- banner ----------*/
.banner-wrapper {
  padding: 60px 0;
}
.banner-img {
  max-width: 280px;
  margin: 0 auto;
  width: 90%;
}
.banner-contact {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-left {
  background-size: auto auto;
  background-color: rgb(177, 197, 84);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 7px, rgb(185, 203, 93) 7px, rgb(185, 203, 93) 12px);
  width: 100%;
  padding: 20px 15px;
}
.banner__tel {
  font-size: clamp(32px, 8.57vw, 48px);
  padding-left: 1em;
  margin-bottom: 0.5em;
  display: block;
}
.banner-right {
  width: 100%;
  padding: 30px 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-right .btn-mail {
  width: 100%;
  border-radius: 3em;
  font-size: clamp(16px, 3.158vw, 19px);
  letter-spacing: 0.08em;
}

.individual-page .banner-wrapper {
  background-size: auto auto;
  background-color: rgb(240, 251, 253);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 6px, rgb(242, 252, 253) 6px, rgb(242, 252, 253) 12px);
}

/*---------- bannerここまで ----------*/
/*---------- owner-pageここから ----------*/
/*---------- sec-introここから ----------*/
.owner-page .sec-intro {
  background-color: #f2f9d4;
  padding-bottom: 70px;
}
.owner-page .sec-intro > .inner {
  padding-top: 100px;
}
.owner-page .sec-intro__title {
  height: 48px;
  margin-bottom: 40px;
}

.owner-page .intro-box__title {
  background: url(../img/pattern_bg03.png) repeat center center/auto;
}

.owner-page .intro-box__content::before {
  background: url(../img/owner/triangle.png) no-repeat center center/contain;
}

/*---------- sec-introここまで ----------*/
/*---------- sec-ownerここから ----------*/
.owner-page .sec-owner {
  background: url(../img/owner/illust_bg.png) no-repeat bottom center/cover;
  padding: 80px 0 70px;
  position: relative;
  z-index: 1;
}
.owner-page .sec-owner::after {
  content: "";
  width: 100%;
  height: 0.5em;
  display: block;
  background: url(../img/owner/owner_wave_top.png) no-repeat bottom center/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.owner-page .sec-owner__container {
  background-color: #fff;
  border: 1px solid #74b4d8;
  border-radius: 10px;
  padding: 20px 20px 30px;
  margin: 0 auto;
  max-width: 693px;
}
.owner-page .sec-owner__title {
  max-width: 620px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
}
.owner-page .sec-owner__content p:not(:last-child) {
  margin-bottom: 1em;
}

/*---------- sec-ownerここまで ----------*/
/*---------- banner ----------*/
.owner-page .banner-wrapper {
  background-size: auto auto;
  background-color: rgb(244, 250, 218);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 6px, rgb(242, 249, 212) 6px, rgb(242, 249, 212) 12px);
}

/*---------- bannerここまで ----------*/
/*---------- drone-pageここから ----------*/
/*---------- sec-explanationここから ----------*/
.drone-page .sec-explanation {
  background: url(../img/drone/sky_bg_sp.png) no-repeat top center/cover;
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
.drone-page .sec-explanation::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100%;
  top: 0;
  right: 0px;
  z-index: -1;
  background: url(../img/drone/bird_illust.png) no-repeat top 30px right 15px/contain;
}
.drone-page .sec-explanation > .inner {
  padding-top: 60px;
}
.drone-page .sec-explanation__content {
  text-align: center;
  margin-bottom: 30px;
}
.drone-page .sec-explanation__content p:not(:last-child) {
  margin-bottom: 1em;
}
.drone-page .sec-explanation__content .text-bigger {
  font-size: 1.5625em;
  font-weight: 700;
  line-height: 26px;
}
.drone-page .sec-explanation__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.drone-page .sec-explanation__img {
  width: calc((100% - 40px) / 3);
}

.text-blue {
  color: #74b4d8;
}

@media screen and (max-width: 480px) {
  .drone-page .sec-explanation__content {
    text-align: left;
  }
  .drone-page .sec-explanation__img {
    width: calc((100% - 15px) / 2);
  }
  .drone-page .sec-explanation__img:not(:nth-child(2n)) {
    margin-right: 15px;
  }
  .drone-page .sec-explanation__img:not(:nth-child(-n+2)) {
    margin-top: 20px;
  }
  .drone-page .sec-explanation__container {
    justify-content: center;
  }
}
/*---------- sec-explanationここまで ----------*/
/*---------- sec-flowここから ----------*/
.drone-page .sec-flow {
  padding-bottom: 80px;
}
.drone-page .sec-flow__container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.flow-item {
  width: calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.flow-item__img {
  margin-bottom: 20px;
  margin-right: 5%;
  width: 90%;
}
.flow-item__title {
  font-size: clamp(18px, 3.928vw, 24px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.flow-item__title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.875) * 0.5em);
  content: "";
}
.flow-item__title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.875) * 0.5em);
  content: "";
}
.flow-item__tel {
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-top: 15px;
  white-space: nowrap;
}
.flow-item__tel::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.875) * 0.5em);
  content: "";
}
.flow-item__tel::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.875) * 0.5em);
  content: "";
}
.flow-item__content {
  text-align: left;
}

@media screen and (max-width: 520px) {
  .flow-item {
    width: calc((100% - 10px) / 2);
  }
  .flow-item__img {
    margin-bottom: 15px;
  }
  .flow-item__title {
    margin-bottom: 10px;
  }
  .flow-item:not(:nth-child(-n+2)) {
    margin-top: 30px;
  }
}
/*---------- sec-flowここまで ----------*/
/*---------- sec-licenseここから ----------*/
.sec-license {
  padding: 80px 0;
  background: url(../img/drone/license_bg.png) no-repeat bottom right/cover;
  position: relative;
  z-index: 1;
}
.sec-license::before {
  content: "";
  width: 100%;
  height: 1em;
  display: block;
  background: url(../img/drone/wave_top.png) no-repeat bottom center/auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec-license::after {
  content: "";
  width: 100%;
  height: 1em;
  display: block;
  background: url(../img/drone/wave_bottom.png) no-repeat bottom center/auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sec-license .sec-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-license .sec-title__main {
  margin-bottom: 5px;
}
.sec-license .sec-title__sub {
  margin-bottom: 0;
}
.sec-license__container {
  width: 100%;
  margin-left: auto;
}
.sec-license__container .btn {
  margin: 30px auto 0;
}

/*---------- sec-licenseここまで ----------*/
/*---------- banner ----------*/
.banner-container {
  margin-top: 40px;
}
.banner-container a {
  position: relative;
}
.banner-container a::before, .banner-container a::after {
  content: "";
  position: absolute;
  z-index: 1;
}

.drone-page .banner-container {
  position: relative;
}
.drone-page .banner-container a::before {
  width: 30%;
  height: 120%;
  background: url(../img/rain_illust03.png) no-repeat right top/42% auto, url(../img/ittochan.png) no-repeat right bottom 6%/37% auto;
  top: -5%;
  right: 2%;
}
.drone-page .banner-container a::after {
  width: 24%;
  height: 120%;
  background: url(../img/rain_illust01.png) no-repeat bottom 5% left/20% auto, url(../img/dappokun.png) no-repeat top 28% right 79%/50% auto;
  left: -1%;
  bottom: 10%;
}

/*---------- bannerここまで ----------*/
.company-page .sec-greeting {
  position: relative;
  background: url(../img/company/greeting_bg.png) no-repeat center center/cover;
}
.company-page .sec-greeting > .inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
.company-page .sec-greeting__container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.company-page .sec-greeting__content p:not(:last-child) {
  margin-bottom: 1em;
}
.company-page .sec-greeting__img {
  width: 75%;
  height: 0;
  padding-top: 46.5%;
  border-radius: 10px;
  margin-bottom: 25px;
}
.company-page .sec-greeting .representative__name {
  font-weight: 700;
  margin-top: 1em;
}

.company-page .sec-companyinfo {
  background-size: auto auto;
  background-color: rgb(244, 250, 218);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 6px, rgb(242, 249, 212) 6px, rgb(242, 249, 212) 12px);
  padding: 70px 0;
}
.company-page .sec-companyinfo_container {
  display: flex;
  justify-content: space-between;
}
.company-page .sec-companyinfo_img {
  width: calc(50% - 30px);
}

.common-table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
.common-table tr {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.common-table tr:not(:last-child) {
  margin-bottom: 1em;
}
.common-table__head {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.8em 1em;
}
.common-table__data {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.8em 1em;
}

.company-table {
  max-width: 480px;
}
.company-table__head {
  color: #fff;
  background-color: #b1c554;
  border-radius: 5px 5px 0 0;
}
.company-table__data {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}

.googlemap_container {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.googlemap_container iframe {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 480px) {
  .company-page .sec-greeting__img {
    width: 100%;
    padding-top: 62%;
    margin-bottom: 20px;
  }
  .googlemap_container {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
  }
}
.company-page .banner-container a::before {
  width: 10%;
  height: 100%;
  background: url(../img/dappokun.png) no-repeat center center/contain;
  left: -1%;
  top: -35%;
}
.company-page .banner-container a::after {
  width: 10%;
  height: 100%;
  background: url(../img/ittochan.png) no-repeat center center/contain;
  right: 2%;
  bottom: -30%;
}

.news-page .sec-news {
  background-size: auto auto;
  background-color: rgb(244, 250, 218);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 6px, rgb(242, 249, 212) 6px, rgb(242, 249, 212) 12px);
}
.news-page .sec-news > .inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
.news-page .sec-news .article-container {
  margin-bottom: 30px;
}
.news-page .sec-news .article-list__item {
  margin-left: auto;
  margin-right: auto;
}

.news-page .sec-article .article-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 30px;
  overflow: unset;
  text-overflow: unset;
  white-space: unset;
}
.news-page .sec-article .article-content {
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .news-page .sec-article .article-title {
    font-size: 20px;
  }
}
.sitemap-page .sec-sitemap {
  margin: 70px auto;
}
.sitemap-page .sec-sitemap .sitemap-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.sitemap-page .sec-sitemap .sitemap-list__item {
  width: 100%;
}
.sitemap-page .sec-sitemap .sitemap-list__item:not(:first-child) {
  margin-top: 15px;
}
.sitemap-page .sec-sitemap .sitemap-list__link {
  padding: 0.8em 1em;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #b1c554;
  transition: all 0.3s;
}
.sitemap-page .sec-sitemap .sitemap-list__link::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #b1c554;
  border-right: 2px solid #b1c554;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) rotate(45deg);
}
.sitemap-page .sec-sitemap .sitemap-list__link:hover {
  background-color: #b1c554;
  opacity: 1;
}
.sitemap-page .sec-sitemap .sitemap-list__link:hover::after {
  border-color: #442800;
}

.notfound-page .sec-notfound .sec-title h3,
.complete-page .sec-complete .sec-title h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.25em;
}
.notfound-page .sec-notfound .btn,
.complete-page .sec-complete .btn {
  margin: 1em auto;
}

.privacy-page .sec-privacy {
  padding: 70px 0;
}

.privacy-page .sec-privacy .privacy-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 20px;
  border-bottom: 3px solid #b1c554;
}

.privacy-page .sec-privacy .privacy-box {
  margin-bottom: 40px;
}

.privacy-page .sec-privacy .privacy-box:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style_sp.css.map */