@charset "UTF-8";
:where(img, svg, img[src$=".svg"]) {
  width: 100%;
  height: auto;
}

ol li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

ol li:before {
  content: none;
}

/* ============================================================================================== */
/* 共通パーツ                                                                                         */
/* =============================================================================================== */
.factory-inner {
  width: 100%;
  height: 100%;
  max-width: 540px;
  padding: 0 15px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .factory-inner {
    max-width: 1400px;
    padding-left: min(2.8571428571vw, 40px);
    padding-right: min(2.8571428571vw, 40px);
  }
}

.factory-section {
  padding: 60px 0 60px;
}
@media screen and (min-width: 769px) {
  .factory-section {
    padding: min(5.7142857143vw, 80px) 0 min(5.7142857143vw, 80px);
  }
}

.factory-section_heading {
  display: grid;
  justify-content: center;
  justify-items: center;
  gap: 5px 0;
}
@media screen and (min-width: 769px) {
  .factory-section_heading {
    gap: 15px 0;
  }
}

.factory-section_heading-logo {
  width: 90px;
}
@media screen and (min-width: 769px) {
  .factory-section_heading-logo {
    width: 170px;
  }
}

.factory-section_heading-text {
  font-size: 20px;
  font-weight: 800;
  color: #0064B4;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .factory-section_heading-text {
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: 0em;
  }
}

.factory-section_heading-text.white {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .factory-section_heading-text.sp-large {
    font-size: 23px;
  }
}

.factory-cta-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 353px;
  height: 52px;
  font-size: min(5.0666666667vw, 19px);
  font-weight: 600;
  color: #fff !important;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0em;
  border: 2px solid #fff;
  border-radius: 40px !important;
  background: transparent linear-gradient(180deg, #fa9d30 0%, #ef6e2d 55%, #eb5e2c 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1607843137);
  padding: 0 40px;
}
@media screen and (min-width: 769px) {
  .factory-cta-btn {
    max-width: 100%;
    height: 60px;
    font-size: 22px;
    padding: 0 44px;
  }
}

.factory-cta-btn-white {
  color: #eb5e2c !important;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .factory-cta-btn-white {
    height: 44px;
    padding: 0 66px;
  }
}
@media screen and (min-width: 769px) {
  .factory-cta-btn-white {
    height: 50px;
    font-size: 20px;
    padding: 0 80px;
  }
}

/* ============================================================================================== */
/* 追従CTA                                                                                           */
/* =============================================================================================== */
.factory-fixed-cta {
  display: inline-block;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 50%;
  right: auto;
  z-index: 100;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 768px) {
  .factory-fixed-cta {
    opacity: 0;
    visibility: hidden;
    transform: translate(-58%, 150%);
  }
}
@media screen and (min-width: 769px) {
  .factory-fixed-cta {
    top: 50%;
    bottom: auto;
    left: auto;
    right: 12px;
    transform: translate(0, 0);
    writing-mode: vertical-lr;
    opacity: 0;
    visibility: hidden;
  }
}

.factory-fixed-cta.is-show {
  opacity: 1;
  visibility: visible;
  transform: translate(-58%, 0);
}
@media screen and (min-width: 769px) {
  .factory-fixed-cta.is-show {
    transform: translate(0, -50%);
  }
}

.factory-fixed-cta .factory-cta-btn {
  position: relative;
  width: min(75.2vw, 282px);
  height: 42px;
  border: none;
  border-radius: 68px;
}
@media screen and (max-width: 768px) {
  .factory-fixed-cta .factory-cta-btn {
    font-size: min(4.8vw, 18px);
  }
}
@media screen and (min-width: 769px) {
  .factory-fixed-cta .factory-cta-btn {
    width: 72px;
    height: 264px;
    letter-spacing: 0.05em;
    background: transparent linear-gradient(180deg, #fa9d30 0%, #ef6e2d 55%, #eb5e2c 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1607843137);
    padding: 57px 0 0px;
  }
}

.factory-fixed-cta .factory-cta-btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -17px;
  transform: translateY(-50%);
  z-index: 1;
  background-image: url(../../images/factory/cta_icon_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 53px;
  height: 53px;
}
@media screen and (min-width: 769px) {
  .factory-fixed-cta .factory-cta-btn:after {
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    width: 86px;
    height: 86px;
    background-image: url(../../images/factory/cta_icon_pc.png);
  }
}

/* ============================================================================================== */
/* ファーストビュー                                                                                           */
/* =============================================================================================== */
.factory-fv {
  position: relative;
  overflow: hidden;
  background-image: url(../../images/factory/fv_bg_sp2.png), url(../../images/factory/fv_bg_sp1.png);
  background-size: 360px auto, 789px auto;
  background-position: center top 281px, left 52% top 265px;
  background-repeat: no-repeat;
  background-color: #edf3f7;
}
@media screen and (min-width: 769px) {
  .factory-fv {
    background-image: url(../../images/factory/fv_bg_pc.png);
    background-size: 2231px auto;
    background-position: 50% 55%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 389px) and (max-height: 700px) {
  .factory-fv {
    background-size: 307px auto, 641px auto;
    background-position: center top 205px, left 52% top 191px;
  }
}

.factory-fv_content_container {
  display: flex;
  flex-direction: column;
  height: 713px;
  padding-top: 66px;
  padding-bottom: 45px;
}
@media screen and (min-width: 769px) {
  .factory-fv_content_container {
    display: block;
    height: 724px;
    padding-top: 128px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 389px) and (max-height: 700px) {
  .factory-fv_content_container {
    height: 580px;
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

.factory-fv_sub_copy {
  font-size: 16px;
  font-weight: 700;
  color: #3497E6;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .factory-fv_sub_copy {
    font-size: 28px;
    line-height: 1.3214285714;
    letter-spacing: 0em;
  }
}

.factory-fv_copy {
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .factory-fv_copy {
    margin-top: 20px;
  }
}

.factory-fv_copy img {
  width: min(95%, 400px);
}
@media screen and (min-width: 769px) {
  .factory-fv_copy img {
    width: min(83vw, 640px);
  }
}

.factory-fv_text {
  font-size: 14px;
  font-weight: 300;
  color: #1F262E;
  text-align: center;
  line-height: 1.3571428571;
  letter-spacing: 0em;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .factory-fv_text {
    font-size: 18px;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    margin-top: 20px;
  }
}

.factory-fv_text2 {
  font-size: 14px;
  font-weight: 700;
  color: #3497E6;
  text-align: center;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: auto;
}
@media screen and (min-width: 769px) {
  .factory-fv_text2 {
    font-size: 16px;
    margin-top: 56px;
  }
}

.factory-fv_button {
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .factory-fv_button {
    margin-top: 14px;
  }
}

.factory-fv_button2 {
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .factory-fv_button2 {
    margin-top: 17px;
  }
}

@media screen and (max-width: 768px) {
  .factory-fv_button2 .cta-btn-white {
    height: 44px;
    padding: 0 66px;
  }
}

/* ============================================================================================== */
/*  Beacapp Tagの特長                                                                                     */
/* =============================================================================================== */
.factory-feature {
  background-color: #3497E6;
}

@media screen and (min-width: 769px) {
  .factory-feature_inner {
    max-width: 1280px;
  }
}

.factory-feature_heading .factory-section_heading-text {
  font-size: 22px;
}
@media screen and (min-width: 769px) {
  .factory-feature_heading .factory-section_heading-text {
    font-size: 40px;
  }
}

.factory-feature_items {
  display: grid;
  margin-top: 35px;
  gap: 18px 0;
}
@media screen and (min-width: 769px) {
  .factory-feature_items {
    grid-template-columns: repeat(2, 1fr);
    gap: min(2.1428571429vw, 30px) min(2.8571428571vw, 40px);
    margin-top: min(2.2857142857vw, 32px);
  }
}

.factory-feature_item {
  display: grid;
  grid-template-columns: min(41.3333333333vw, 155px) 174fr;
  gap: 0 14px;
}
@media screen and (min-width: 769px) {
  .factory-feature_item {
    grid-template-columns: 225fr 300fr;
    gap: 0 min(3.5714285714vw, 50px);
  }
}

.factory-feature_content {
  padding-top: 38px;
}
@media screen and (min-width: 769px) {
  .factory-feature_content {
    padding-top: min(5.2857142857vw, 74px);
  }
}

@media screen and (min-width: 769px) {
  .factory-feature_item:nth-child(3) .factory-feature_content,
  .factory-feature_item:nth-child(4) .factory-feature_content {
    padding-top: min(2.8571428571vw, 40px);
  }
}

.factory-feature_item-heading {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.5625;
  letter-spacing: 0em;
  padding: 5px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .factory-feature_item-heading {
    font-size: min(1.4285714286vw, 20px);
    padding: min(1.4285714286vw, 20px) min(1.4285714286vw, 20px);
  }
}

.factory-feature_item-text {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 1.5833333333;
  letter-spacing: 0em;
  padding-left: 5px;
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .factory-feature_item-text {
    font-size: min(1.1428571429vw, 16px);
    line-height: 2;
    letter-spacing: 0em;
    padding-left: min(0.7142857143vw, 10px);
    margin-top: min(1.0714285714vw, 15px);
  }
}

.factory-feature_bottom-text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .factory-feature_bottom-text {
    text-align: center;
    font-size: min(1.1428571429vw, 16px);
    margin-top: min(6.2142857143vw, 87px);
  }
}

/* ============================================================================================== */
/*  工場や倉庫のこのような“お悩み”をBeacapp Tagが解決します                                                                                     */
/* =============================================================================================== */
.factory-issue {
  background-color: #edf3f7;
}

@media screen and (min-width: 769px) {
  .factory-issue_inner {
    max-width: 1200px;
  }
}

.factory-issue_heading .factory-section_heading-text {
  font-size: 22px;
}
@media screen and (min-width: 769px) {
  .factory-issue_heading .factory-section_heading-text {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .factory-issue_items {
    display: grid;
    gap: 50px 0;
    padding: 0 10px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .factory-issue_items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: min(5.3571428571vw, 75px);
  }
}

.factory-issue_item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 93px;
  font-size: 18px;
  font-weight: 600;
  color: #444444;
  text-align: center;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(99, 111, 121, 0.2);
  padding: 25px 10px 15px;
}
@media screen and (min-width: 769px) {
  .factory-issue_item {
    width: min(23.2857142857vw, 326px);
    font-size: min(1.2857142857vw, 18px);
    padding: min(1.7857142857vw, 25px) min(0.7142857143vw, 10px) min(1.4285714286vw, 20px);
    margin: 0 min(1.3571428571vw, 19px);
  }
}

@media screen and (min-width: 769px) {
  .factory-issue_item:nth-child(1),
  .factory-issue_item:nth-child(2),
  .factory-issue_item:nth-child(3) {
    margin-bottom: min(5.2857142857vw, 74px);
  }
}

.factory-issue_item:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -41px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../images/factory/issue_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 77px;
  height: 77px;
}
@media screen and (min-width: 769px) {
  .factory-issue_item:before {
    top: max(-2.9285714286vw, -41px);
    width: min(5.5vw, 77px);
    height: min(5.5vw, 77px);
  }
}

.factory-issue_item span {
  display: inline-block;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .factory-issue_item.sp-order-1 {
    order: 1;
  }
  .factory-issue_item.sp-order-2 {
    order: 2;
  }
  .factory-issue_item.sp-order-3 {
    order: 3;
  }
  .factory-issue_item.sp-order-4 {
    order: 4;
  }
  .factory-issue_item.sp-order-5 {
    order: 5;
  }
}
/* ============================================================================================== */
/* CTA                                                                                          */
/* =============================================================================================== */
.factory-cta {
  position: relative;
  overflow: hidden;
  background-color: #0064B4;
  background-image: url(../../images/factory/cta_bg_sp.png);
  background-size: 739px auto;
  background-position: 38% 56%;
  background-repeat: no-repeat;
  padding: 92px 0 87px;
}
@media screen and (min-width: 769px) {
  .factory-cta {
    background-image: url(../../images/factory/cta_bg_pc.png);
    background-size: 1718px auto;
    background-position: 43% 57%;
    padding: 76px 0 76px;
  }
}

.factory-cta_heading {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .factory-cta_heading {
    margin-left: min(1.2857142857vw, 18px);
  }
}

.factory-cta_heading picture {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .factory-cta_heading picture {
    width: 547px;
  }
}

.factory-cta_text {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .factory-cta_text {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-top: 30px;
  }
}

.factory-cta_button {
  text-align: center;
  margin-top: 55px;
}
@media screen and (min-width: 769px) {
  .factory-cta_button {
    margin-top: 60px;
  }
}

.factory-cta_button .factory-cta-btn {
  width: min(100%, 353px);
  height: 53px;
}
@media screen and (min-width: 769px) {
  .factory-cta_button .factory-cta-btn {
    width: 400px;
    height: 60px;
  }
}

/* ============================================================================================== */
/*  工場や倉庫のこのような“お悩み”をBeacapp Tagが解決します                                                                                     */
/* =============================================================================================== */
.factory-flow {
  background-color: #edf3f7;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .factory-flow_inner {
    max-width: 1308px;
  }
}

@media screen and (min-width: 769px) {
  .factory-flow_heading .factory-section_heading-text {
    font-size: 34px;
  }
}

.factory-flow_items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 768px) {
  .factory-flow_items {
    gap: 0 32px;
    width: 1240px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .factory-flow_items {
    gap: 0 32px;
    margin-top: 34px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .factory-flow_items {
    width: 1240px;
  }
}

.factory-flow_item {
  position: relative;
}

.factory-flow_item:not(:last-child):after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 173px;
  right: -30px;
  z-index: 0;
  width: 21px;
  height: 20px;
  background-image: url(../../images/factory/flow_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .factory-flow_item:not(:last-child):after {
    top: 178px;
    right: -30;
    width: 21px;
    height: 20px;
  }
}

.factory-flow_step {
  display: block;
  width: 63px;
  margin: 0 auto;
  margin-bottom: -43px;
}
@media screen and (min-width: 769px) {
  .factory-flow_step {
    width: 63px;
    margin-bottom: -43px;
  }
}

.factory-flow_item-heading {
  height: 150px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.1666666667;
  letter-spacing: 0em;
  background-color: #3497E6;
  padding-top: 70px;
}
@media screen and (min-width: 769px) {
  .factory-flow_item-heading {
    height: 150px;
    font-size: 18px;
    padding-top: 70px;
  }
}

.factory-flow_item-text {
  min-height: 130px;
  font-size: 15px;
  font-weight: 500;
  color: #444444;
  text-align: left;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  background-color: #fff;
  padding: 20px 12px;
}
@media screen and (min-width: 769px) {
  .factory-flow_item-text {
    min-height: 130px;
    font-size: 15px;
    padding: 20px 12px;
  }
}

/* ============================================================================================== */
/*  ニーズに合わせた検知タイプを選択                                                                     */
/* =============================================================================================== */
.factory-type {
  background-color: #edf3f7;
  padding-bottom: 0;
}

@media screen and (min-width: 769px) {
  .factory-type_inner {
    max-width: 950px;
  }
}

@media screen and (min-width: 769px) {
  .factory-type_heading .factory-section_heading-text {
    font-size: 34px;
  }
}

.factory-type_items {
  display: grid;
  gap: 42px 0;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .factory-type_items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 min(3.5714285714vw, 50px);
    margin-top: 56px;
  }
}

.factory-type_item-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  background-color: #3497E6;
}
@media screen and (min-width: 769px) {
  .factory-type_item-heading {
    height: min(4.6428571429vw, 65px);
    font-size: min(1.7142857143vw, 24px);
  }
}

.factory-type_item:nth-child(2) .factory-type_item-heading {
  background-color: #0064B4;
}

.factory-type_image img {
  display: block;
}

.factory-type_item-text {
  font-size: 14px;
  font-weight: 600;
  color: #444444;
  text-align: left;
  line-height: 2.1428571429;
  letter-spacing: 0em;
  background-color: #fff;
  padding: 14px 31px 15px;
}
@media screen and (min-width: 769px) {
  .factory-type_item-text {
    font-size: min(1vw, 14px);
    padding: 14px min(2.2142857143vw, 31px) 22px;
  }
}

/* ============================================================================================== */
/*  ご利用料金                                                                     */
/* =============================================================================================== */
.factory-price {
  background-color: #edf3f7;
  padding-top: 80px;
}
@media screen and (min-width: 769px) {
  .factory-price {
    padding-top: 100px;
  }
}

@media screen and (min-width: 769px) {
  .factory-price_inner {
    max-width: 1100px;
  }
}

@media screen and (min-width: 769px) {
  .factory-price_heading .factory-section_heading-text {
    font-size: 30px;
  }
}

.factory-price_container {
  background-color: #3497E6;
  background-image: url(../../images/factory/price_bg.png);
  background-size: contain;
  background-size: 445px auto;
  background-position: left -136px bottom -110px;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .factory-price_container {
    background-position: left -148px bottom -131px;
    margin-top: 54px;
    padding: 52px min(6.2142857143vw, 87px) 52px min(6.2142857143vw, 87px);
  }
}

.factory-price_content {
  display: grid;
}
@media screen and (max-width: 768px) {
  .factory-price_content {
    justify-items: center;
  }
}
@media screen and (min-width: 769px) {
  .factory-price_content {
    grid-template-columns: repeat(4, auto);
    justify-content: center;
  }
}

.factory-price_content-heading {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5769230769;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .factory-price_content-heading {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 769px) {
  .factory-price_content-heading {
    text-align: left;
    font-size: min(1.8571428571vw, 26px);
    margin-top: 22px;
    margin-right: min(2.6428571429vw, 37px);
  }
}

.factory-price_box {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(82, 134, 142, 0.5);
}
@media screen and (max-width: 768px) {
  .factory-price_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 180px;
    padding: 24px 24px;
  }
}
@media screen and (min-width: 769px) {
  .factory-price_box {
    min-width: min(16vw, 224px);
    padding: 24px min(1.7142857143vw, 24px);
  }
}

.factory-price_box-heading {
  text-align: center;
}

.factory-price_box-heading span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 31px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 2.3529411765;
  letter-spacing: 0em;
  border-radius: 14px;
  background-color: #0064B4;
  padding: 0 22px;
}
@media screen and (max-width: 768px) {
  .factory-price_box-heading span {
    min-width: 146px;
  }
}

.factory-price_box-price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  color: #3497E6;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-top: 15px;
}
.factory-price_box-price1 {
  font-size: 24px;
  margin-left: 3px;
}
.factory-price_box-price2 {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #444444;
  text-align: left;
  margin-top: 3px;
  margin-right: 3px;
}
@media screen and (min-width: 769px) {
  .factory-price_box-price2 {
    margin-top: min(0.2142857143vw, 3px);
    margin-right: min(0.2142857143vw, 3px);
  }
}

.factory-price_box-price3 {
  display: inline-block;
  font-size: 18px;
  margin-top: 9px;
}
.factory-price_text1 {
  font-size: 12px;
  font-weight: 700;
  color: #444444;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .factory-price_text1 {
    font-size: min(0.8571428571vw, 12px);
  }
}

.factory-price_text2 {
  font-size: 8px;
  font-weight: 700;
  color: #444444;
  text-align: center;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .factory-price_text2 {
    margin-top: 15px;
  }
}

.factory-price_content-plus {
  align-self: center;
  background-image: url(../../images/factory/price_plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  margin: 18px 0;
}
@media screen and (min-width: 769px) {
  .factory-price_content-plus {
    margin: 0 18px;
  }
}

.factory-price_condition {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(82, 134, 142, 0.5);
  padding: 0 18px 32px;
  margin-top: 77px;
}
@media screen and (min-width: 769px) {
  .factory-price_condition {
    padding: 0px min(1.7142857143vw, 24px) 22px;
    margin: 0 auto;
    margin-top: 38px;
    max-width: 685px;
  }
}

.factory-price_condition-heading {
  text-align: center;
}

.factory-price_condition-heading span {
  display: inline-flex;
  align-items: center;
  height: 31.05px;
  border-radius: 14px;
  background-color: #fff;
  border: 2px solid #0064b4;
  transform: translateY(-15px);
  font-size: 18px;
  font-weight: 700;
  color: #0064B4;
  text-align: center;
  line-height: 1;
  letter-spacing: 0em;
  padding: 0 22px;
}
@media screen and (min-width: 769px) {
  .factory-price_condition-heading span {
    font-size: min(1.2857142857vw, 18px);
  }
}

.factory-price_condition-items {
  display: grid;
}
@media screen and (max-width: 768px) {
  .factory-price_condition-items {
    gap: 3px 0;
    margin-top: 7px;
  }
}
@media screen and (min-width: 769px) {
  .factory-price_condition-items {
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    gap: 0px min(1.7142857143vw, 24px);
  }
}

.factory-price_condition-item {
  display: flex;
  font-size: 12px;
  font-weight: 300;
  color: #444444;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .factory-price_condition-item {
    font-size: 10px;
    line-height: 2;
  }
}

.factory-price_condition-item span {
  display: block;
  background-image: url(../../images/factory/price_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 12px;
  min-width: 14px;
  margin-top: 5px;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .factory-price_condition-item span {
    width: 15px;
    height: 12px;
    min-width: 15px;
    margin-right: 4px;
  }
}

.factory-price_condition-item--multiline {
  line-height: 2;
}

.factory-price_banner {
  text-align: center;
  margin-top: 46px;
}
@media screen and (min-width: 769px) {
  .factory-price_banner {
    margin-top: 80px;
  }
}

.factory-price_banner a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .factory-price_banner a {
    max-width: 502px;
    border-radius: 12px;
  }
}

/* ============================================================================================== */
/* よくある質問                                                                                      */
/* =============================================================================================== */
.factory-faq {
  background-color: #edf3f7;
}
.factory-faq_title {
  font-size: 20px;
  font-weight: 800;
  color: #3f9abc;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .factory-faq_title {
    font-size: 30px;
  }
}

.factory-faq_inner {
  width: 100%;
  height: 100%;
  max-width: 520px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .factory-faq_inner {
    max-width: 1020px;
    padding: 0 30px;
  }
}

@media screen and (min-width: 769px) {
  .factory-faq_heading .factory-section_heading-text {
    font-size: 30px;
  }
}

.factory-faq_items {
  display: grid;
  gap: 24px 0;
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .factory-faq_items {
    gap: 24px 0;
    margin-top: 55px;
  }
}

.factory-faq_item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1019607843);
}
.factory-faq_item-q {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #504F4D;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0px;
  padding: 25px 55px 25px 75px;
}
@media screen and (min-width: 769px) {
  .factory-faq_item-q {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
    padding: 35px 95px 35px 110px;
  }
}
@media screen and (max-width: 389px) {
  .factory-faq_item-q {
    font-size: 12px;
  }
}

.factory-faq_item-a {
  position: relative;
  font-size: 12px;
  font-weight: 300;
  color: #504F4D;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.17em;
  padding: 31px 20px 31px 68px;
}
@media screen and (min-width: 769px) {
  .factory-faq_item-a {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0px;
    padding: 27px 30px 45px 110px;
  }
}
@media screen and (max-width: 389px) {
  .factory-faq_item-a {
    font-size: 11px;
  }
}

.factory-faq_item-q::before,
.factory-faq_item-a::before {
  content: attr(data-mark);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #0064B4;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 0;
  letter-spacing: 0px;
}
@media screen and (min-width: 769px) {
  .factory-faq_item-q::before,
  .factory-faq_item-a::before {
    left: 35px;
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  .factory-faq_item-q::before {
    left: 44px;
  }
}

.factory-faq_item-a::before {
  top: 36px;
  left: 13px;
  font-size: 24px;
  color: #e17038;
  background-color: transparent;
}
@media screen and (min-width: 769px) {
  .factory-faq_item-a::before {
    top: 33px;
    left: 51px;
    font-size: 24px;
  }
}

.factory-faq_item-a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 22px;
  background-color: #707070;
  opacity: 0.2;
  width: 88%;
  height: 1px;
}
@media screen and (min-width: 769px) {
  .factory-faq_item-a:after {
    width: 92%;
    left: 44px;
  }
}

.factory-faq_item-a {
  display: none;
}

.factory-faq_item-a.is-open {
  display: block;
}

.factory-faq_item-q-cross {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #0064B4;
  transition: transform 0.5s;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .factory-faq_item-q-cross {
    right: 32px;
    width: 32px;
    height: 32px;
  }
}

.factory-faq_item-q-cross:before,
.factory-faq_item-q-cross:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0064B4;
  transition: opacity 0.5s;
}

.factory-faq_item-q-cross:before {
  width: 10px;
  height: 2px;
  border-radius: 50px;
}

.factory-faq_item-q-cross:after {
  width: 2px;
  height: 10px;
  border-radius: 50px;
}

.factory-faq_item-q.is-open .factory-faq_item-q-cross {
  transform: translateY(-50%) rotate(90deg);
}
.factory-faq_item-q.is-open .factory-faq_item-q-cross:before {
  opacity: 0;
}

.factory-faq_item-q.is-open::after {
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 769px) {
  .factory-faq_item-q:hover {
    cursor: pointer;
  }
}
/* ============================================================================================== */
/* お問い合わせ                                                                                      */
/* =============================================================================================== */
body#beacapp_factory:not(.is-tablet) #contact_headline h1,
body#beacapp_factory:not(.is-tablet) #contact_form_area h1 {
  color: #0064B4 !important;
}
body#beacapp_factory:not(.is-tablet) #contact_submit_area #contact_submit.active {
  background-color: #0064B4 !important;
}