@charset "utf-8";

/* 共通 */
/* .mt-10 {
  margin-top: 10px;
} */
.mt-16 {
  margin-top: 16px;
}
.mt-20 {
  margin-top: 20px;
}

/* .mb-0 {
  margin-bottom: 0;
} */

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/* トップページセクション参考価格ページ使用 */
/*実現できる理由*/
.pricePage #reason .gray_h2 {
  margin-bottom: 24px;
}
main.pricePage #reason_gray ul {
  padding: 0px 0 48px;
}
.pricePage #reason_gray ul {
  display: block;
  margin: 48px auto 0;
}
.pricePage #reason_gray li {
  margin-top: 94px;
  width: 100%;
}
.pricePage #reason_gray li:not(:last-child) {
  margin-right: 0;
}
.pricePage #reason_gray .num {
  width: 44px;
  top: -52px;
}
.pricePage #reason_blue .cont {
  width: 100%;
}
.pricePage #reason_blue .plus {
  display: block;
  margin: 24px auto 32px;
  width: 100%;
}
.pricePage #reason_blue .plus img {
  margin: 0 auto;
}
.pricePage section#reason {
  background-color: #f2f2f2;
  padding-top: 0;
  padding: 78px 0 0;
  margin-top: 120px;
}
.pricePage #reason .fadeinEfcJS {
  z-index: 1;
  position: relative;
}
.pricePage #reason .title_weight {
  font-weight: bold;
}
.pricePage #reason .gray_h2 {
  font-size: 1.9em;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin-bottom: 36px;
  text-align: center;
}
.pricePage #reason .gray_sub {
  letter-spacing: 0.1em;
  text-align: center;
}
.pricePage #reason_gray {
  position: relative;
}
.pricePage #reason_gray ul {
  padding: 64px 0 48px;
  font-size: 0;
  width: 95%;
  margin: 66px auto 0;
  display: flex;
  position: relative;
  z-index: 1;
}
.pricePage #reason_gray li {
  display: inline-block;
  font-size: 1rem;
  background-color: #ffffff;
  position: relative;
  width: calc(100% / 3 - 10px);
  vertical-align: top;
  padding-bottom: 36px;
  box-shadow: 0 6px 36px rgba(0, 0, 0, 0.1);
}
.pricePage #reason_gray li:not(:last-child) {
  margin-right: 16px;
}
.pricePage #reason_gray .num {
  position: absolute;
  display: block;
  width: 60px;
  margin: 0 auto;
  left: 50%;
  top: -64px;
  transform: translateX(-50%);
}
.pricePage #reason_gray .img {
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 44%;
}
.pricePage #reason_gray .point_txt_area {
  position: relative;
  padding-top: 66px;
  margin-top: 20px;
}
.pricePage #reason_gray .point_title {
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 100%;
  letter-spacing: 0.05em;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  line-height: 1.6;
}
.pricePage #reason_gray .desc {
  width: 90%;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 0.9em;
}
.pricePage #reason_gray .blue {
  display: block;
  width: 100%;
  height: 128px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #2c497e;
}
.pricePage #reason_blue {
  background-color: #2c497e;
  color: #ffffff;
  padding: 44px 0 100px;
}
.pricePage #reason_blue .title_weight {
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.pricePage #reason_blue .blue_h2 {
  letter-spacing: 0.15em;
  margin-bottom: 28px;
  font-size: 1.4em;
}
.pricePage #reason_blue ul {
  font-size: 0;
}
.pricePage #reason_blue .cont {
  width: calc(100% / 3 - 48px);
  box-sizing: border-box;
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
}
.pricePage #reason_blue .plus {
  display: inline-block;
  width: 72px;
  vertical-align: top;
}
.pricePage #reason_blue .plus img {
  display: block;
  width: 28px;
  margin: 54px auto 0;
}
.pricePage #reason_blue .title {
  text-align: center;
  margin-bottom: 28px;
}
.pricePage #reason_blue .title .num {
  display: inline-block;
  width: 54px;
  vertical-align: middle;
  filter: drop-shadow(4px 4px 3px rgb(0, 0, 0, 0.1));
}
.pricePage #reason_blue .title .txt {
  font-weight: bold;
  line-height: 1.6;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  margin-left: 8px;
}
.pricePage #reason_blue .desc {
  font-size: 0.9em;
  line-height: 1.8;
}
#appeal h2 small {
  line-height: 1.6;
}
.pricePage .price_h3 {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .pricePage #reason .gray_h2 {
    margin-bottom: 24px;
  }
  .pricePage #reason_gray ul {
    display: block;
    margin: 48px auto 0;
    padding: 0px 0 48px;
  }
  .pricePage #reason_gray li {
    margin-top: 94px;
    width: 100%;
  }
  .pricePage #reason_gray li:not(:last-child) {
    margin-right: 0;
  }
  .pricePage #reason_gray .num {
    width: 44px;
    top: -52px;
  }
  .pricePage #reason_blue .cont {
    width: 100%;
  }
  .pricePage #reason_blue .plus {
    display: block;
    margin: 24px auto 32px;
    width: 100%;
  }
  .pricePage #reason_blue .plus img {
    margin: 0 auto;
  }
}

/* トップページ導入事例セクション製品ページ使用 */
#foot_works {
  padding: 120px 0 0;
}
#foot_works .waku {
  background-color: #f2f2f2;
  padding: 16px;
  box-sizing: border-box;
  line-height: 1.6em;
  font-size: 0.9em;
  margin: 16px auto 0;
}
#foot_works .normal_p {
  margin: 72px auto 24px;
}
#foot_works .swiper-container {
  margin: 72px auto 44px;
}
.index_works {
  padding: 80px 0 0;
}
.index_works .images {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 16px;
}
.index_works .swi_h3 {
  font-size: 1.1em;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.index_works .type {
  background-color: #3077b7;
  color: #ffffff;
  padding: 4px 8px;
  display: inline-block;
  border-radius: 3px;
  font-size: 0.9em;
}
.index_works .link_btn_wrap {
  width: 90%;
  max-width: 300px;
  margin: 65px auto;
}
.index_works .txt_min {
  font-size: 0.9em;
  color: #777777;
  margin: 12px 0 0;
}
.index_works .swiper_link {
  display: block;
  width: 100%;
  transition: all 0.5s ease 0s;
  padding: 12px 0 0;
}
.index_works .swiper_link:hover {
  transform: translateY(-12px);
}
@media (max-width: 767px) {
  #foot_works .normal_p {
    margin: 40px auto 24px;
  }
  #foot_works .index_works .link_btn_wrap {
    margin: 40px auto 0;
  }
  /* .index_works {
    padding: 0;
  } */
  .index_works .swiper-container {
    margin-top: 24px;
  }
}

/* トップページ価格モデルケース */
#price_model {
  padding: 180px 0 0;
}

#price_model .price_model_wrap {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;
  margin: 70px auto 0;
}

#price_model .price_model_box {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  border: 3px solid #185790;
  width: calc(33% - 16px);
  font-size: 1rem;
  padding: 0 0 36px;
  margin-right: 18px;
}

@media screen and (max-width: 768px) {
  #price_model .price_model_box {
    width: 100%;
    padding: 0 0 24px;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

#price_model .price_model_box:last-child {
  margin-right: 0;
}

#price_model .title {
  background-color: #185790;
  color: #ffffff;
  font-weight: bold;
  font-size: 0;
  padding: 16px 0;
  text-align: center;
  min-height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

#price_model .title_icon {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}

#price_model .vision_h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  text-align: left;
}

#price_model .txt_main {
  font-size: 1.4em;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  display: block;
}

#price_model .txt_sub {
  font-size: 0.9em;
  display: block;
}

#price_model .case {
  width: 88%;
  margin: auto auto 0;
  text-align: center;
}

#price_model .txt1 {
  vertical-align: middle;
  line-height: 1.6;
  text-align: left;
}

#price_model .txt2 {
  vertical-align: middle;
  /* margin-top: 36px; */
  font-size: 1.2em;
  text-align: center;
  line-height: 1;
}
#price_model .osusume {
  font-size: 0.9em;
  color: #777777;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  margin: 26px auto;
}
#price_model .osusume_ul {
  width: 212px;
  margin: 16px auto;
}
#price_model .osusume_ul li {
  padding: 12px 0;
  padding-left: 26px;
  position: relative;
  font-size: 1.2em;
}
#price_model .osusume_ul li::before {
  display: block;
  position: absolute;
  content: "";
  border-left: #185790 10px solid;
  border-top: transparent 7px solid;
  border-bottom: transparent 7px solid;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#price_model .osusume_ul a {
  color: #e69354;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #price_model .txt2 {
    margin-top: 12px;
  }
}

#price_model .case .num {
  font-family: "Segoe UI", "Helvetica", "Helvetica", sans-serif;
  font-style: italic;
  color: #e9a979;
  font-size: 3em;
  font-weight: 300;
  margin: 0 8px;
}

/* トップページ */
#reason_blue {
  background: linear-gradient(90deg, #0375bc 0%, #0495bc 100%);
  padding: 100px 0;
}
#reason_blue .plus img {
  margin: 54px auto 0;
}

.worksLogo {
  padding-top: 80px;
}
.worksLogo__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.worksLogo__wrap img {
  width: 100%;
  margin: 0 auto;
  height: auto;
  object-fit: contain;
}

.topPriceModel .link_btn_wrap {
  width: 90%;
  max-width: 540px;
  padding: 20px 0;
  font-size: 1.3em;
  margin-top: 70px;
}
.pro_box .left .pro_img2 {
  width: 100%;
}
.pro_box .left .pro_img {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .topPriceModel .link_btn_wrap {
    margin-top: 52px;
  }
}

/* フッター */
#fo_gray .left,
#fo_gray .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#fo_gray .left {
  text-align: center;
  color: #185790;
}
#fo_gray .left .contact_link {
  background: #185790;
}

.pamphlet_wrap_img {
  width: 100%;
  max-width: 280px;
  height: auto;
}

@media (max-width: 767px) {
  #fo_gray .left {
    text-align: center;
    color: #185790;
    padding-bottom: 52px;
  }
  #fo_gray .left .contact_link {
    margin: 10px auto 0;
  }
}

/* お問い合わせページ */
#contact .form_main table tr td:nth-child(1) .required {
  background: #e94a4a;
}
#contact .form_main .btn input {
  border-radius: 53px;
  max-width: 427px;
  width: 100%;
}
#contact .tel_box .bold {
  line-height: 1.625;
}
.inquiryPage .contact_info {
  margin-top: 54px;
}
#contact .pamphletDownload a.contact_link {
  color: #fff;
}
#contact .pamphletDownload .subline {
  width: 100%;
}
#contact .contact_info {
  margin-bottom: 0;
}

/* 参考価格ページ */
.priceSec__top-img {
  display: flex;
  justify-content: center;
}
.priceSec__top-img img {
  width: 100%;
  max-width: 476px;
  height: auto;
  margin: 0 auto;
}

.priceSec ~ section#toc {
  padding-top: 44px;
}
.pricePagee section#reason {
  padding: 78px 0 0;
}
.price_h3 .inline-block {
  display: inline-block;
}
@media (max-width: 767px) {
  #price .left .price_title .price_h3 {
    margin-left: 0;
  }
}

/* 会社概要ページ */
.aboutUs__top-img {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.aboutUs__top-img img {
  width: 100%;
  max-width: 476px;
  height: auto;
  margin: 0 auto;
}
#about .about_box img {
  margin-bottom: 0;
}
.aboutUs__movie {
  text-align: center;
  margin-top: 50px;
}
.aboutUs__movie iframe {
  max-width: 1000px;
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.aboutUs .r_comparison .table_main {
  padding-top: 32px;
}

.reason-box + .reason-box {
  padding-top: 160px;
}
.r_contact {
  margin-top: 160px;
}
.r_comparison {
  margin-top: 160px;
}
@media (max-width: 767px) {
  .reason-box + .reason-box {
    padding-top: 80px;
  }
  .r_contact {
    margin-top: 80px;
  }
  .r_comparison {
    margin-top: 80px;
  }
  #reason .reason-box {
    padding-top: 44px;
  }
}

/* 製品一覧ページ */
.productsSec .choice_txt {
  text-align: center;
  margin-top: 24px;
}
.productsPage section#products_toc {
  padding-top: 0;
}
#products_toc .toc_title .toc_h3 small {
  font-size: 0.6em;
}
#products_toc .toc_title .num {
  margin-right: 6px;
}
#products_toc .link_btn_wrap {
  padding: 12px 6px 36px;
}
#products_toc p {
  margin: 12px 12px 0 12px;
}
.productsPage section.pamphletDownload {
  padding-top: 0 !important;
}
.productsPage .pro_h3 {
  line-height: 1.4;
}
@media (max-width: 767px) {
  .productsPage section#products_toc {
    padding-top: 44px;
  }
  .productsSec .choice_txt {
    text-align: left;
  }
}

/* 導入事例 */
.productsPage section#foot_works {
  padding: 80px 0 0;
}
.productsPage section#knowledge {
  padding: 120px 0 0;
}

/* パンフレットダウンロードセクション */
.pamphletDownload {
  margin-top: 170px;
}
.pamphletDownload__box {
  display: flex;
  gap: 32px;
  background-color: #f2f2f2;
}
.pamphletDownload__left,
.pamphletDownload__right {
  flex: 0 1 50%;
}
.pamphletDownload__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.pamphletDownload__left-img img {
  width: 100%;
  max-width: 440px;
  height: auto;
  margin-bottom: 16px;
}
.pamphletDownload__ttl {
  font-size: 16px;
  color: #185790;
  text-align: center;
  font-weight: bold;
}
.pamphletDownload__txt {
  font-size: 16px;
  color: #185790;
  font-weight: bold;
  line-height: 1.6;
}
.pamphletDownload__fukidashi {
  width: 160px;
  margin: 6px auto 16px;
  display: block;
}
.pamphletDownload__right-img img {
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .pamphletDownload__box {
    height: 300px;
  }
  .pamphletDownload__left {
    transform: translateY(-15%);
  }
}
@media (max-width: 767px) {
  .pamphletDownload {
    margin-top: 110px;
  }
  .pamphletDownload__box {
    flex-direction: column;
    padding: 32px 10px;
    background: linear-gradient(
      to bottom,
      #fff 0%,
      #fff 13%,
      #f2f2f2 13%,
      #f2f2f2 100%
    );
  }
}

/* ボタン */
.pamphletDownload .contact_link {
  background-color: #185790;
  color: #ffffff;
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 1.1em;
  border-radius: 60px;
  padding: 20px 0 16px;
  margin: 16px auto 0;
  text-align: center;
  letter-spacing: 0.08em;
  width: 100%;
  max-width: 380px;
}
.pamphletDownload .contact_link::before {
  content: "";
  display: block;
  position: absolute;
  border-left: #ffffff 10px solid;
  border-top: transparent 7px solid;
  border-bottom: transparent 7px solid;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.pamphletDownload .contact_link span {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
.pamphletDownload .contact_link span::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
}
.pamphletDownload .contact_link:hover span::before {
  animation: 0.5s ease footerLine;
}
@keyframes footerLine {
  0% {
    left: auto;
    right: 0;
    width: 100%;
  }
  50% {
    left: auto;
    right: 0;
    width: 0%;
  }
  51% {
    left: 0;
    right: auto;
    width: 0%;
  }
  100% {
    left: 0;
    right: auto;
    width: 100%;
  }
}
