@charset "UTF-8";
.main {
  padding-top: clamp(3.125rem, -3.679rem + 12.1vw, 4.063rem);
}

/* 事業案内 */
.service .service__list .service__item {
  margin-bottom: 80px;
}
.service .service__list .service__item:last-child {
  margin-bottom: 0;
}
.service .service__list .service__item.even .flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .service .service__list .service__item.even .flex {
    flex-direction: column;
  }
}
.service .service__list .service__item .flex {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .service .service__list .service__item .flex {
    flex-direction: column;
  }
}
.service .service__list .service__item .service-thumbnail {
  width: min(30%, 300px);
}
@media screen and (max-width: 768px) {
  .service .service__list .service__item .service-thumbnail {
    width: min(80%, 300px);
  }
}
.service .service__list .service__item .service-detail {
  width: min(63.5%, 635px);
}
@media screen and (max-width: 768px) {
  .service .service__list .service__item .service-detail {
    width: max(80%, 300px);
  }
}
.service .service__list .service__item .service-detail .service-sub__ttl {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.25rem, 1.069rem + 0.77vw, 1.563rem);
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .service .service__list .service__item .service-detail .service-sub__ttl {
    margin-top: 20px;
    text-align: center;
  }
}
.service .service__list .service__item .service-detail .service-text {
  font-size: clamp(0.938rem, 0.901rem + 0.15vw, 1rem);
  line-height: 1.5;
  text-align: justify;
}
.service .service__list .service__item .service-detail .service-detail__list .service-detail__item {
  font-size: clamp(0.938rem, 0.901rem + 0.15vw, 1rem);
}

/* 機材・資格 */
.ml-sub__ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #3c6fdf;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.25rem, 1.069rem + 0.77vw, 1.563rem);
  font-weight: normal;
}

.fixable .flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .fixable .flex {
    flex-direction: column;
  }
}
.fixable .flex .fixable__list {
  width: min(100%, 400px);
}

.machine .machine-area {
  position: relative;
  margin: 30px calc(50% - 50vw);
  padding: 20px calc(50vw - 50% + 8px);
}
.machine .machine-area::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #F4FBFF;
}
.machine .machine-area .drone__list.flex {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.machine .machine-area .drone__list .drone__item {
  width: 23%;
}
@media screen and (max-width: 900px) {
  .machine .machine-area .drone__list .drone__item {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .machine .machine-area .drone__list .drone__item {
    width: 46%;
  }
}
.machine .machine-area .drone__list .drone__item img {
  display: block;
  margin: auto;
}
.machine .machine-area .drone__list::after {
  display: block;
  content: "";
  width: 30%;
}
@media screen and (max-width: 768px) {
  .machine .machine-area .drone__list::after {
    display: none;
  }
}
.machine .machine-area .camera__list.flex {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.machine .machine-area .camera__list .camera__item {
  width: 23%;
}
@media screen and (max-width: 900px) {
  .machine .machine-area .camera__list .camera__item {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .machine .machine-area .camera__list .camera__item {
    width: 46%;
  }
}
.machine .machine-area .camera__list .camera__item img {
  display: block;
  margin: auto;
}

.license .flex {
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .license .flex {
    flex-direction: column;
    align-items: start;
  }
  .license .flex .license-img {
    margin: auto;
  }
}

/* 流れ・プラン */
.all-flow {
  margin-bottom: 80px;
}
.all-flow .flow__list {
  margin-top: 50px;
}
.all-flow .flow__list .flow__item {
  margin: 20px 0;
  padding: 30px clamp(0.625rem, -3.347rem + 16.95vw, 7.5rem);
  border: 1px solid #D6F0FC;
}
.all-flow .flow__list .flow__item.flex {
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .all-flow .flow__list .flow__item.flex {
    flex-direction: column;
  }
}
.all-flow .flow__list .flow__item.odd {
  background-color: #fff;
}
.all-flow .flow__list .flow__item.even {
  background-color: #F4FBFF;
}
.all-flow .flow__list .flow__item .flow__num {
  width: min(8%, 60px);
  color: #ccc;
  font-family: "Aboreto", system-ui;
  font-size: clamp(2.188rem, 1.718rem + 2vw, 3rem);
}
@media screen and (max-width: 600px) {
  .all-flow .flow__list .flow__item .flow__num {
    width: 100%;
  }
}
.all-flow .flow__list .flow__item .flow__detail {
  width: min(87%, 656px);
}
@media screen and (max-width: 600px) {
  .all-flow .flow__list .flow__item .flow__detail {
    width: 100%;
  }
}
.all-flow .flow__list .flow__item .item__content--title {
  margin: 0 0 20px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .all-flow .flow__list .flow__item .item__content--title {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
.all-flow .flow__list .flow__item .item__content--text {
  font-size: 16px;
  line-height: 1.5;
}

.plan {
  box-sizing: border-box;
}
.plan .plan__area {
  justify-content: space-between;
}
.plan .plan__area.flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
.plan .plan__area .plan__item {
  width: max(30%, 300px);
  padding: 15px;
  box-shadow: 0 0 5px 0 #939393;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .plan .plan__area .plan__item {
    width: 45%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .plan .plan__area .plan__item {
    width: 80%;
    margin: 30px auto;
  }
}
@media screen and (max-width: 500px) {
  .plan .plan__area .plan__item {
    width: 95%;
  }
}
.plan .plan__area .plan__item .plan__ttl {
  margin-top: 0;
  padding: 10px 0;
  font-size: 22px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
.plan .plan__area .plan__item .plan__ttl.plan-low {
  background-color: #FFE7CF;
}
.plan .plan__area .plan__item .plan__ttl.plan-mid {
  background-color: #FF9F41;
  color: #fff;
}
.plan .plan__area .plan__item .plan__ttl.plan-max {
  background-color: #FD7D00;
  color: #fff;
}
.plan .plan__area .plan__item .plan__price {
  margin-bottom: 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  text-align: center;
}
.plan .plan__area .plan__item .plan__price .small {
  font-size: 18px;
}
.plan .plan__area .plan__item .plan-detail {
  border-bottom: 1px solid #f5f5f5;
}
.plan .plan__area .plan__item .plan-detail .plan-line {
  padding: 10px 15px;
  border-top: 1px solid #f5f5f5;
}
.plan .plan__area .plan__item .plan-detail .plan-line dt {
  font-size: 15px;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
}
.plan .plan__area .plan__item .plan-detail .plan-line dd {
  margin-top: 5px;
  margin-left: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  line-height: 1.5;
}
.plan .attention__item {
  margin-bottom: 10px;
  line-height: 1.5;
}
.plan .cancel-policy__ttl {
  font-size: clamp(1rem, 0.928rem + 0.31vw, 1.125rem);
}
.plan .cancel-policy {
  max-width: 100%;
  box-sizing: border-box;
}
.plan .cancel-policy .flex {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .plan .cancel-policy .flex {
    flex-direction: column;
  }
}
.plan .cancel-policy .flex dt {
  width: 31.8%;
  padding: 10px 0 10px 20px;
  border: 1px solid #D6F0FC;
  background-color: #F4FBFF;
}
@media screen and (max-width: 768px) {
  .plan .cancel-policy .flex dt {
    width: max(90%, 300px);
    margin: 0 auto;
  }
}
.plan .cancel-policy .flex dd {
  width: 68.2%;
  padding: 10px 0 10px 20px;
  margin-left: 0;
  border: 1px solid #D6F0FC;
}
@media screen and (max-width: 768px) {
  .plan .cancel-policy .flex dd {
    width: max(90%, 300px);
    margin: 0 auto;
  }
}

/* お問い合わせ */
.form__container .contact__heading {
  margin-bottom: 60px;
}
.form__container .contact-table .contact__container {
  margin-bottom: 30px;
}
.form__container .contact-table .contact__container .form__ttl {
  margin-bottom: 10px;
  font-size: clamp(1rem, 0.928rem + 0.31vw, 1.125rem);
}
.form__container .contact-table .contact__container .form__ttl .red {
  margin-left: 13px;
  font-size: 13px;
}
.form__container .contact-table .contact__container input[type=text] {
  display: block;
  width: min(100%, 600px);
  padding: 15px 18px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.form__container .contact-table .contact__container ::-moz-placeholder {
  color: #939393;
}
.form__container .contact-table .contact__container ::placeholder {
  color: #939393;
}
.form__container .contact-table .contact__container .checkbox__line {
  margin-bottom: 15px;
}
.form__container .contact-table .contact__container textarea {
  width: min(100%, 600px);
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.form__container .submit-btn {
  width: 190px;
  padding: 10px 0;
  background: linear-gradient(90deg, rgb(255, 114, 112), rgb(242, 167, 104));
  background-size: 200% 100%;
  border: none;
  box-shadow: 0 1px 1px 1px #ccc;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.form__container .submit-btn:hover {
  background-position: 100% 0;
}

/* 会社案内 */
.company-detail {
  margin-bottom: clamp(3.125rem, 2.042rem + 4.62vw, 5rem);
  font-size: clamp(1.125rem, 0.908rem + 0.92vw, 1.5rem);
  line-height: 1.8;
}

.intro__ttl {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #FFE7CF;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.125rem, 0.872rem + 1.08vw, 1.563rem);
  font-weight: normal;
}
.intro__ttl.line-blue {
  border-color: #D6F0FC;
}
.intro__ttl.line-pink {
  border-color: #FCD7E2;
}

.flex-left {
  width: min(100%, 532px);
}

.flex-right {
  width: min(100%, 332px);
}
@media screen and (max-width: 768px) {
  .flex-right {
    width: min(100%, 300px);
    margin: 20px auto 30px;
  }
}

.company-introduction {
  margin-bottom: clamp(3.75rem, 2.305rem + 6.16vw, 6.25rem);
}
.company-introduction .flex {
  margin-bottom: clamp(3.125rem, 1.319rem + 7.7vw, 6.25rem);
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .company-introduction .flex {
    flex-direction: column;
  }
}
.company-introduction .company__detail-txt {
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .company-history .section__sub-ttl {
    width: min(100%, 532px);
    margin: 20px auto 10px;
  }
}
.company-history .flex {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .company-history .flex {
    flex-direction: column;
  }
}
.company-history .biography__list .biography__item {
  font-size: 16px;
  line-height: 1.8;
}/*# sourceMappingURL=sub.css.map */