@charset "UTF-8";
/* ==========================================================================
   業種別LP 共通セクション
   ・工事メニュー（section_menu）
   ・アステックペイントが選ばれる理由（section_reason）
   ・ご相談から完工までの流れ（section_flow）
   HTML は include/section_industry_{menu,reason,flow}.php
   Figma: 41期_工場サイト（業種別LP＋導線） PC 331:6001 / SP 331:6455
   ========================================================================== */
/* ==========================================================================
   業種別LP 共通：変数・mixin
   industry-common.scss / industry-lp.scss から読み込む
   ========================================================================== */
/* -----------------------------------
 * 変数
----------------------------------- */
/* -----------------------------------
 * mixin
----------------------------------- */
/* -----------------------------------
 * 共通
----------------------------------- */
@media screen and (min-width: 770px) {
  .p-industry-menu .inner,
  .p-industry-reason .inner,
  .p-industry-flow .inner {
    margin-inline: auto;
    width: calc(100% - 52px);
    max-width: 1200px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-menu .inner,
  .p-industry-reason .inner,
  .p-industry-flow .inner {
    padding-inline: 16px;
  }
}

/* セクション見出し */
.p-industry-c-ttl {
  font-weight: 700;
  color: #035A8C;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 770px) {
  .p-industry-c-ttl {
    padding-bottom: 27px;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }
  .p-industry-c-ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: 154px;
    height: 4px;
    background: linear-gradient(to right, #0593E6 0 50%, #03598C 50% 100%);
  }
}
@media screen and (max-width: 769px) {
  .p-industry-c-ttl {
    padding-bottom: 14px;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }
  .p-industry-c-ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: 73px;
    height: 3px;
    background: linear-gradient(to right, #0593E6 0 50%, #03598C 50% 100%);
  }
}

/* セクション見出し下のリード文 */
.p-industry-c-lead {
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 770px) {
  .p-industry-c-lead {
    margin-top: 32px;
    font-size: 18px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-c-lead {
    margin-top: 27px;
    font-size: 16px;
  }
}

/* -----------------------------------
 * ③ section_menu
----------------------------------- */
@media screen and (min-width: 770px) {
  .p-industry-menu {
    padding-top: 117px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-menu {
    padding-top: 40px;
  }
}
.p-industry-menu {
  /* タブ */
}
@media screen and (min-width: 770px) {
  .p-industry-menu_tab {
    margin-inline: auto;
    width: calc(100% - 52px);
    max-width: 1200px;
    margin-top: 73px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-menu_tab {
    margin-top: 30px;
  }
}
.p-industry-menu_tab_btns {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  list-style: none;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .p-industry-menu_tab_btns_item {
    flex: 1 1 0;
    min-width: 0;
  }
}
.p-industry-menu_tab_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 4px;
  font-family: inherit;
  font-weight: 500;
  color: #035A8C;
  text-align: center;
  background: #fff;
  border: 1px solid #035A8C;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 770px) {
  .p-industry-menu_tab_btn {
    align-items: flex-start;
    width: 190px;
    height: 64px;
    padding-top: 13px;
    font-size: 22px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-menu_tab_btn {
    flex-wrap: wrap;
    align-content: center;
    height: 54px;
    font-size: 15px;
    line-height: 1.25;
  }
}
.p-industry-menu_tab_btns_item:not(:first-child) .p-industry-menu_tab_btn {
  border-left: 0;
}
.p-industry-menu_tab_btn.is-active {
  color: #fff;
  background: #035A8C;
}
@media screen and (min-width: 770px) {
  .p-industry-menu_tab_btn.is-active {
    height: 80px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-menu_tab_btn_br {
    flex: 0 0 100%;
    height: 0;
    font-size: 0;
  }
}
.p-industry-menu_tab_panels {
  position: relative;
  background: #035A8C;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 770px) {
  .p-industry-menu_tab_panels {
    margin-top: -28px;
    padding: 35px 41px 24px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-menu_tab_panels {
    padding: 26px 16px 20px;
  }
}
.p-industry-menu_tab_panel[hidden] {
  display: none;
}
.p-industry-menu_tab_panel_wip {
  padding-block: 80px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.p-industry-menu {
  /* 工事メニューのカード */
}
.p-industry-menu_list {
  list-style: none;
}
@media screen and (min-width: 770px) {
  .p-industry-menu_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 21px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-menu_list {
    display: grid;
    gap: 20px;
  }
}
.p-industry-menu_list_item {
  background: #fff;
}
@media screen and (min-width: 770px) {
  .p-industry-menu_list_item {
    display: grid;
    grid-template-columns: 202px 1fr;
    -moz-column-gap: 14px;
         column-gap: 14px;
    min-height: 180px;
    padding: 21px 19px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-menu_list_item {
    display: flex;
    flex-direction: column;
    padding: 20px 17px;
  }
}
@media screen and (min-width: 770px) {
  .p-industry-menu_list_item._feature {
    grid-column: 1/-1;
    grid-template-columns: 318px 1fr;
    -moz-column-gap: 26px;
         column-gap: 26px;
    min-height: 266px;
    padding: 21px 21px 21px 17px;
  }
}
.p-industry-menu_list_img {
  display: block;
}
@media screen and (min-width: 770px) {
  .p-industry-menu_list_img {
    align-self: stretch;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-menu_list_img {
    order: 2;
    margin-top: 12px;
  }
}
.p-industry-menu_list_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 770px) {
  .p-industry-menu_list_img img {
    height: 100%;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-menu_list_img img {
    aspect-ratio: 308/152;
    height: auto;
  }
}
@media screen and (min-width: 770px) {
  .p-industry-menu_list_body {
    display: flex;
    flex-direction: column;
    padding-top: 2px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-menu_list_body {
    display: contents;
  }
}
.p-industry-menu_list_ttl {
  font-weight: 700;
  color: #035A8C;
}
@media screen and (min-width: 770px) {
  .p-industry-menu_list_ttl {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-menu_list_ttl {
    order: 1;
    font-size: 18px;
    line-height: 1.5;
  }
}
.p-industry-menu_list_txt {
  font-weight: 350;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 770px) {
  .p-industry-menu_list_txt {
    margin-top: 6px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-menu_list_txt {
    order: 3;
    margin-top: 20px;
    font-size: 14px;
  }
}
.p-industry-menu_list_price {
  display: flex;
  align-items: baseline;
  gap: 2px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #035A8C;
}
@media screen and (min-width: 770px) {
  .p-industry-menu_list_price {
    margin-top: auto;
    padding-top: 12px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-menu_list_price {
    order: 4;
    margin-top: 14px;
  }
}
.p-industry-menu_list_price_num {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 33px;
  line-height: 1;
}
.p-industry-menu {
  /* その他対応工事 */
}
.p-industry-menu_other {
  border: 1px solid #fff;
}
@media screen and (min-width: 770px) {
  .p-industry-menu_other {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-top: 41px;
    padding: 18px 30px 18px 88px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-menu_other {
    position: relative;
    width: 90%;
    margin: 60px auto 0;
    padding: 42px 10px 26px;
  }
}
.p-industry-menu_other_ttl {
  display: grid;
  place-content: center;
  flex-shrink: 0;
  width: 181px;
  height: 42px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #035A8C;
  background: #fff;
}
@media screen and (max-width: 769px) {
  .p-industry-menu_other_ttl {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -50%;
    font-size: 18px;
  }
}
.p-industry-menu_other_list {
  list-style: none;
  font-weight: 350;
  color: #fff;
}
@media screen and (min-width: 770px) {
  .p-industry-menu_other_list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    -moz-column-gap: 20px;
         column-gap: 20px;
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-menu_other_list {
    display: grid;
    row-gap: 3px;
    font-size: 15px;
    line-height: 1.6;
  }
}
.p-industry-menu_other_list_item::before {
  content: "・";
}
.p-industry-menu_note {
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
}
@media screen and (min-width: 770px) {
  .p-industry-menu_note {
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-menu_note {
    width: 90%;
    margin: 20px auto 0;
    font-size: 12px;
  }
}
.p-industry-menu {
  /* その他工事タブ：カテゴリ別メニュー
     小工事ページ（construction.html）の .c-construction-menu .acd-list を流用し、
     タブパネル内に収めるための差分だけを上書きする */
}
.p-industry-menu_acd {
  padding-block: 0;
  background: none;
}
@media screen and (min-width: 770px) {
  .p-industry-menu_acd {
    margin-inline: auto;
    width: 980px;
    max-width: 100%;
  }
}
.p-industry-menu_acd .acd-list {
  margin-top: 0;
}
.p-industry-menu_acd .acd-list_item.is-open > .acd-list_cont {
  height: auto;
}
.p-industry-menu {
  /* 上記にない工事も〜 */
}
.p-industry-menu_more {
  font-weight: 700;
  line-height: 1.6;
  color: #035A8C;
  text-align: center;
}
@media screen and (min-width: 770px) {
  .p-industry-menu_more {
    margin-top: 41px;
    font-size: 24px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-menu_more {
    margin-top: 40px;
    font-size: 18px;
  }
}
.p-industry-menu_notes {
  font-weight: 350;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 770px) {
  .p-industry-menu_notes {
    margin-top: 17px;
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-menu_notes {
    width: 90%;
    margin: 10px auto 0;
  }
}

/* -----------------------------------
 * ④ section_reason
----------------------------------- */
@media screen and (min-width: 770px) {
  .p-industry-reason {
    padding-top: 60px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-reason {
    padding-top: 40px;
  }
}
.p-industry-reason {
  /* 選ばれる理由バナー */
}
.p-industry-reason_banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 770px) {
  .p-industry-reason_banner {
    margin-inline: auto;
    width: calc(100% - 52px);
    max-width: 1200px;
    min-height: 314px;
    padding-block: 51px 31px;
    background-image: url("/images/industry/common/bg_reason_pc.jpg");
  }
}
@media screen and (max-width: 769px) {
  .p-industry-reason_banner {
    padding-block: 46px 20px;
    background-image: url("/images/industry/common/bg_reason_sp.jpg");
  }
}
.p-industry-reason_banner_inner {
  position: relative;
  border: 2px solid #fff;
}
@media screen and (min-width: 770px) {
  .p-industry-reason_banner_inner {
    margin-inline: auto;
    width: 100%;
    max-width: 980px;
    min-height: 232px;
    padding: 77px 20px 39px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-reason_banner_inner {
    border-inline: 0;
    padding: 44px 16px 23px;
  }
}
.p-industry-reason_banner_ttl {
  display: grid;
  place-content: center;
  position: absolute;
  left: 50%;
  font-weight: 700;
  color: #035A8C;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 770px) {
  .p-industry-reason_banner_ttl {
    top: -25px;
    translate: -50% 0;
    width: 576px;
    height: 72px;
    font-size: 32px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-reason_banner_ttl {
    top: 0;
    translate: -50% -50%;
    width: calc(100% - 68px);
    height: 51px;
    font-size: 18px;
    line-height: 1.2;
  }
}
.p-industry-reason_banner_txt {
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}
@media screen and (min-width: 770px) {
  .p-industry-reason_banner_txt {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-reason_banner_txt {
    font-size: 15px;
  }
}
.p-industry-reason {
  /* 理由リスト */
}
.p-industry-reason_list {
  list-style: none;
}
@media screen and (min-width: 770px) {
  .p-industry-reason_list {
    margin: 60px auto 0;
    width: 100%;
    max-width: 1121px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-reason_list {
    margin-top: 40px;
  }
}
.p-industry-reason_list_item {
  display: grid;
  align-items: start;
}
@media screen and (min-width: 770px) {
  .p-industry-reason_list_item {
    grid-template-columns: 62px minmax(0, 1fr) 298px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-reason_list_item {
    grid-template-columns: 39px minmax(0, 1fr);
  }
}
.p-industry-reason_list_item:not(:last-child) {
  border-bottom: 1px solid #006098;
}
@media screen and (min-width: 770px) {
  .p-industry-reason_list_item:not(:last-child) {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-reason_list_item:not(:last-child) {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 770px) {
  .p-industry-reason_list_item + .p-industry-reason_list_item {
    padding-top: 0;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-reason_list_item + .p-industry-reason_list_item {
    padding-top: 30px;
  }
}
.p-industry-reason_list_num {
  font-weight: 700;
  color: #006098;
}
@media screen and (min-width: 770px) {
  .p-industry-reason_list_num {
    margin-top: 23px;
    font-size: 40px;
    line-height: 1;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-reason_list_num {
    font-size: 36px;
    line-height: 1.25;
  }
}
.p-industry-reason_list_body {
  border-left: 1px solid #006098;
}
@media screen and (min-width: 770px) {
  .p-industry-reason_list_body {
    margin-top: 23px;
    padding: 0 0 0 17px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-reason_list_body {
    grid-column: 2;
    padding-left: 0;
    border-left: none;
  }
}
.p-industry-reason_list_ttl {
  font-weight: 700;
  color: #006098;
  font-feature-settings: "palt";
}
@media screen and (min-width: 770px) {
  .p-industry-reason_list_ttl {
    font-size: 24px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-reason_list_ttl {
    padding-left: 16px;
    font-size: 18px;
    line-height: 1.5;
    border-left: 1px solid #006098;
  }
}
.p-industry-reason_list_txt {
  font-weight: 350;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #333;
}
@media screen and (min-width: 770px) {
  .p-industry-reason_list_txt {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-reason_list_txt {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.7;
  }
}
.p-industry-reason_list_img {
  display: block;
}
@media screen and (min-width: 770px) {
  .p-industry-reason_list_img {
    grid-row: 1/3;
    grid-column: 3;
    width: 298px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-reason_list_img {
    grid-column: 1/-1;
    margin-top: 20px;
  }
}
.p-industry-reason_list_img img {
  width: 100%;
  height: auto;
}

/* -----------------------------------
 * ⑥ section_flow
----------------------------------- */
@media screen and (min-width: 770px) {
  .p-industry-flow {
    padding-top: 133px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-flow {
    padding-top: 80px;
  }
}
.p-industry-flow_list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  position: relative;
  --_num-w: 59px;
  --_notch: 11.6px;
  --_gap: 18.6px;
}
@media screen and (min-width: 770px) {
  .p-industry-flow_list {
    margin: 34px auto 0;
    width: 100%;
    max-width: 1121px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-flow_list {
    --_num-w: 42px;
    --_notch: 14.3px;
    --_gap: 12.7px;
    margin-top: 41px;
  }
}
.p-industry-flow_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--_num-w);
  height: calc(100% + var(--_notch));
  background: linear-gradient(180deg, #035A8C 0%, #37B2FF 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--_notch)), 50% 100%, 0 calc(100% - var(--_notch)));
}
.p-industry-flow_list_item {
  display: grid;
  position: relative;
}
@media screen and (min-width: 770px) {
  .p-industry-flow_list_item {
    grid-template-columns: var(--_num-w) 325px 1fr;
    -moz-column-gap: 31px;
         column-gap: 31px;
    align-items: center;
    min-height: 84px;
    padding: 10px 0;
  }
  .p-industry-flow_list_item:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-flow_list_item {
    grid-template-columns: var(--_num-w) 1fr;
    grid-template-rows: auto auto;
    -moz-column-gap: 28px;
         column-gap: 28px;
    padding-block: 16px;
  }
}
.p-industry-flow_list_item + .p-industry-flow_list_item::before {
  content: "";
  position: absolute;
  top: calc(var(--_gap) * -1);
  left: -1px;
  width: calc(var(--_num-w) + 2px);
  height: calc(var(--_gap) + var(--_notch));
  background: #fff;
  clip-path: polygon(0 var(--_gap), 0 0, 50% var(--_notch), 100% 0, 100% var(--_gap), 50% calc(var(--_gap) + var(--_notch)));
}
.p-industry-flow_list_item + .p-industry-flow_list_item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  background: #076CA5;
}
@media screen and (min-width: 770px) {
  .p-industry-flow_list_item + .p-industry-flow_list_item::after {
    top: -10px;
    left: 90px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-flow_list_item + .p-industry-flow_list_item::after {
    left: 56px;
  }
}
.p-industry-flow_list_num {
  position: relative;
  z-index: 1;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 770px) {
  .p-industry-flow_list_num {
    font-size: 30px;
    line-height: 1;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-flow_list_num {
    grid-row: 1/3;
    align-self: center;
    font-size: 20px;
    line-height: 1;
  }
}
.p-industry-flow_list_ttl {
  font-weight: 700;
  color: #035A8C;
}
@media screen and (min-width: 770px) {
  .p-industry-flow_list_ttl {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-flow_list_ttl {
    grid-column: 2;
    font-size: 18px;
    line-height: 1.4;
  }
}
.p-industry-flow_list_txt {
  font-weight: 350;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 770px) {
  .p-industry-flow_list_txt {
    font-size: 17px;
  }
}
@media screen and (max-width: 769px) {
  .p-industry-flow_list_txt {
    grid-column: 2;
    margin-top: 6px;
    font-size: 16px;
  }
}/*# sourceMappingURL=industry-common.css.map */