@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ーーーーーーーーーーーーーー */
/* ヘルパークラス */
/* ーーーーーーーーーーーーーー */
/* デバイスごとbr管理 */
/* pcのみ */
.hp_pc_br {
  display: block;
}
/* pc&tablet */
.hp_pc_tablet_br {
  display: block;
}
/* spのみ */
.hp_sp_br {
  display: none;
}
/* tabletのみ */
.hp_tablet_br {
  display: none;
}
/* tablete&spのみ */
.hp_tablet_sp_br {
  display: none;
}
/* セリフ */
.hp_txt_serif {
  font-family: serif;
}
/* タブレット */
@media all and (min-width: 481px) and (max-width: 820px) {
  .hp_pc_br {
    display: none;
  }
  .hp_pc_tablet_br {
    display: block;
  }
  .hp_tablet_br {
    display: block;
  }
  .hp_sp_br {
    display: none;
  }
  .hp_tablet_sp_br {
    display: block;
  }
}
/* モバイル */
@media all and (max-width: 480px) {
  .hp_pc_br {
    display: none;
  }
  .hp_pc_tablet_br {
    display: none;
  }
  .hp_tablet_br {
    display: none;
  }
  .hp_sp_br {
    display: block;
  }
  .hp_tablet_sp_br {
    display: block;
  }
  .hp_col_reverse_box {
    flex-direction: column;
    display: flex;
  }
  .hp_col_order1 {
    order: 1;
  }
  .hp_col_order2 {
    order: 2;
  }
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* グローバル */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
:root {
  --white: #fff;
  --txt: #212529;
  --main: #0d6efd;
  --base: #f8f9fa;
  --accent: #ff7f00;
  --shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ブログパーツ */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ヘッダーCTA */
.el_parts_hd_cta a {
  padding: 14px 10px;
}
/* フッター固定CTA */
.el_parts_ft_cta_section h2 {
  font-size: clamp(26px, 3.5vw, 30px);
}
.el_parts_ft_cta_section p {
  font-weight: bold;
}
.el_parts_ft_cta_section a {
  padding: 21px 10px;
}
.el_parts_ft_cta_section .gr {
  gap: 10px;
  justify-content: center;
}
@media all and (max-width: 480px) {
  .el_parts_ft_cta_section .gr {
    flex-direction: column;
  }
}
/* ファーストビュー */
.el_parts_fv_section h2,
.el_parts_fv_section p,
.el_parts_fv_section a {
  text-shadow: none;
  font-weight: bold;
}
.el_parts_fv_section h2 {
  font-size: clamp(36px, 6.7vw, 50px);
  line-height: 1.2;
  margin-bottom: 16px !important;
}
.el_parts_fv_section a {
  padding: 21px 10px;
}
.el_parts_fv_section .gr {
  gap: 10px;
}
@media all and (max-width: 480px) {
  .el_parts_fv_section .gr {
    flex-direction: column;
  }
  .el_parts_fv_section a {
    width: 100%;
  }
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ヘッダー・ナビ */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.c-gnav > .menu-item > a .ttl {
  font-size: 16px;
  font-weight: bold;
}
.l-header {
  background: transparent;
  margin-bottom: -87px;
}
.c-gnav a::after {
  background: var(--white);
}
@media all and (max-width: 820px) {
  .l-header {
    margin-bottom: -55px;
  }
}
/* 投稿ページのみ */
.single .l-header {
  margin-bottom: 0;
}
.single .l-header a .ttl {
  color: var(--txt);
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ファーストビュー */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.p-mainVisual__textLayer {
  justify-content: flex-end;
  padding-bottom: 150px;
}
@media all and (min-width: 481px) and (max-width: 820px) {
  .p-mainVisual__inner {
    height: 700px !important;
  }
  .p-mainVisual__textLayer {
    padding-bottom: 130px;
  }
}
@media all and (max-width: 480px) {
  .p-mainVisual__textLayer {
    justify-content: flex-end;
    padding-bottom: 100px;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 下層ページ共通 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* タイトルエリア */
.l-topTitleArea {
  min-height: 360px;
}
.c-filterLayer.-texture-dot:after {
  background-image: none;
}
.c-pageTitle__subTitle {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  opacity: 1;
  font-size: 26px;
  top: 0;
}
@media all and (min-width: 481px) and (max-width: 820px) {
  .l-topTitleArea {
    min-height: 328px;
  }
}
@media all and (max-width: 480px) {
  .l-topTitleArea {
    min-height: 200px;
  }
}
/* h2 */
.post_content h2 {
  background: linear-gradient(115deg, #0d6efd 10%, #2c2c2c 10%);
}
/* 流れ */
.u-bg-main {
  background-color: var(--txt) !important;
}
/* バッジ */
.el_flow_badge {
  background-color: var(--main);
  color: var(--white);
  border-radius: 5px;
  padding: 7px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-bottom: 8px;
}
/* Googleマップ */
.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* テーブル */
.el_table_normal td:last-child,
.el_table_normal th:last-child {
  border-right: none;
}
.el_table_normal tr:last-child > td {
  border-bottom: 1px solid #ccc;
}
.el_table_normal th,
.el_table_normal td {
  padding: 26px 0;
  border: none;
  border-top: 1px solid #ccc;
  line-height: 2;
}
.el_table_normal td:first-child {
  width: 200px;
}
@media all and (max-width: 480px) {
  .el_table_normal td:first-child {
    width: 130px;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* トップページ */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 共通見出し */
.el_top_midashi {
  text-align: center;
}
.el_top_midashi p {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: var(--white);
  background-color: var(--txt);
  display: inline-block;
  padding: 10px 15px 8px 15px;
  line-height: 1;
  margin-bottom: 10px !important;
}
/* 共通ボタン */
.el_top_btn a {
  padding: 21px 10px;
}
/* ネクストコートシステムズについて */
.el_about_sec .swell-block-column {
  box-shadow: var(--shadow);
  border-radius: 5px;
  overflow: hidden;
}
.el_about_sec .swell-block-column .gr {
  padding: 0 15px 30px 15px;
}
@media all and (min-width: 481px) and (max-width: 820px) {
  .el_about_sec {
    display: flex;
  }
  .el_about_sec .swell-block-column {
    height: 100%;
  }
}

/* 取り扱い製品 */
.el_products_sec .swell-block-columns__inner .swell-block-column {
  background-color: var(--white);
}

/* 導入事例一覧 */
.el_customer_sec {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media all and (max-width: 480px) {
  .el_customer_sec {
    gap: 20px;
  }
}
/* 導入事例 */
.el_cases_sec ul {
  list-style: none !important;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0;
  gap: 5px;
}
.el_cases_sec li {
  background-color: var(--base);
  font-size: 13px;
  font-weight: bold;
  border-radius: 50px;
  padding: 10px;
  line-height: 1;
  margin: 0;
}
@media all and (max-width: 480px) {
}
/* お知らせ */
.home .p-postList__meta :before {
  display: none;
}
.home .p-postList__meta {
  font-size: 13px;
  font-weight: bold;
  color: var(--txt);
  opacity: 1;
}
.home .p-postList__meta .p-postList__cat {
  font-size: 12px;
  color: var(--white);
  background-color: var(--main);
  opacity: 1;
  padding: 5px 7px;
  line-height: 1;
  border-radius: 50px;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* コンテンツ表示領域 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.l-content {
  margin: 0 auto 0;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* アーカイブ（カテゴリー） */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.category .l-article,
.blog .l-article {
  max-width: 100%;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 投稿ページ */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* タイトル下カテゴリーのアイコン非表示 */
.c-categoryList:before {
  display: none;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* フッター */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.l-footer__foot {
  padding-top: 0;
}
.l-footer__widgetArea {
  padding-bottom: 0;
}
.l-footer__nav a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.l-footer__nav li:first-child a {
  border-left: none;
}
.l-footer__nav li:last-child a {
  border-right: none;
}
.home .w-beforeFooter {
  margin: 0 auto 3em;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 事例個別ページ */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.el_cases_client_box {
  background-color: var(--base);
  padding: 50px 30px;
  border-radius: 10px;
}
.el_cases_client_box h4 {
  font-size: 12px;
  border: 1px solid var(--txt) !important;
  border-radius: 5px !important;
  display: inline;
  padding: 3px 7px !important;
}
.el_cases_client_box img {
  width: 80%;
}
@media all and (max-width: 480px) {
  .el_cases_client_box img {
    width: 60%;
    padding-bottom: 20px;
  }
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 製品一覧ページ */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.el_products_list_clm {
  background-color: var(--txt);
  border-radius: 5px;
  overflow: hidden;
}
.el_products_list_clm p,
.el_products_list_clm h2 {
  color: var(--white) !important;
}
.el_products_list_clm h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  line-height: 1;
}
.el_products_list_clm .right {
  padding: 30px 40px;
}
.el_products_list_clm .is-style-btn_line a:hover {
  color: var(--txt) !important;
}
.el_products_list_clm img {
  height: 450px;
  object-fit: cover;
}
@media all and (min-width: 481px) and (max-width: 820px) {
  .el_products_list_clm img {
    height: 500px;
  }
}
@media all and (max-width: 480px) {
  .el_products_list_clm img {
    height: 280px;
  }
  .el_products_list_clm .right {
    padding-top: 5px;
  }
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 製品一個別ページ */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 製品ボックス */
.el_product_sec {
  background-color: var(--txt);
  border-radius: 5px;
  overflow: hidden;
}
.el_product_sec p,
.el_product_sec h2 {
  color: var(--white) !important;
}
.el_product_sec h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  line-height: 1;
}
.el_product_sec .head img {
  height: 400px;
  object-fit: cover;
}
.el_product_sec .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.el_product_sec .right,
.el_product_sec .left {
  padding: 30px 40px;
  width: 50%;
}
.el_product_sec .right {
  padding: 30px 40px 30px 10px;
}
.el_product_sec a.swell-block-button__link:hover {
  background-color: var(--white);
  color: var(--txt);
}
@media all and (max-width: 480px) {
  .el_product_sec .swell-block-columns__inner {
    gap: 0;
  }
  .el_product_sec .content {
    flex-direction: column;
  }
  .el_product_sec .head img {
    height: 200px;
  }
  .el_product_sec .right,
  .el_product_sec .left {
    padding: 20px;
    width: 100%;
    margin: 0;
  }
}
/* 製品ボックスのスペックリスト */
.el_product_spec dl > div {
  display: flex;
  align-items: baseline;
  margin-bottom: 1.2em;
}
.el_product_spec dl > div:last-child {
  margin-bottom: 0;
}
.el_product_spec dt {
  flex-shrink: 0;
  width: 90px;
  background-color: var(--white);
  color: var(--txt);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  line-height: 1;
  border-radius: 5px;
  margin-right: 1.5em;
}
.el_product_spec dd {
  color: var(--white);
}
.el_product_spec dd ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}
.el_product_spec dd ul li {
  margin-bottom: 0.5em;
}
.el_product_spec dd ul li:last-child {
  margin-bottom: 0;
}
/* スペック */
.el_table_normal.spec th,
.el_table_normal.spec td {
  padding: 13px 0;
}
/* カラー */
.el_color_sec {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.el_color_sec .gr p {
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
  text-align: center;
}
@media all and (max-width: 480px) {
  .el_color_sec {
    flex-wrap: wrap;
  }
  .el_color_sec .gr {
    width: 31%;
  }
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 問合せフォーム */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.el_section_contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 700px;
  margin: auto;
  background-color: var(--base);
  padding: 60px 80px 30px 80px;
  border-radius: 5px;
  box-shadow: var(--shadow);
}
@media all and (max-width: 480px) {
  .el_section_contact {
    padding: 30px 20px 20px 20px;
  }
}
.el_contact div {
  margin-top: 2em;
}
.el_contact input,
.el_contact textarea,
.el_contact select {
  background: #fff;
  border: solid 1px #bfbfbf;
  margin-top: 0.3em;
  width: 100%;
  font-weight: normal;
}
.el_contact .wpcf7-list-item-label {
  font-weight: normal;
  font-size: 15px;
}
.el_contact .wpcf7-list-item.first {
  margin: 0;
}
.el_contact input[type="radio"] {
  width: inherit;
}
.el_contact select,
.el_contact input[type="text"],
.el_contact input[type="email"],
.el_contact input[type="tel"],
.el_contact input[type="file"] {
  height: 50px;
}
.el_contact label {
  font-size: 16px;
}
.el_contact ::placeholder {
  color: #cccccc;
  padding-left: 10px;
  font-size: 15px;
}
.el_contact_label_short input,
.el_contact_label_short select {
  max-width: 360px;
}
/* 承認ボックス、送信ボタン */
.el_contact_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  gap: 1em;
}
.el_contact_btn a {
  text-decoration: underline;
}
.el_contact_btn label {
  font-weight: normal;
}
.el_contact_btn [type="submit"] {
  background: var(--accent);
  color: #fff;
  padding: 16px 32px;
  border: none;
  margin-top: 1em;
  border-radius: 50px;
}
.el_contact_btn .wpcf7-spinner {
  display: block;
}
/* 添付ファイル */
.el_contact input[type="file"] {
  border: none;
  padding-left: 0;
}
/* 必須マーク */
.el_contact_required {
  font-size: 12px;
  color: #fff;
  padding: 2px 4px 3px 4px;
  background: var(--main);
  border-radius: 5px;
  position: relative;
  margin-left: 10px;
  top: -2px;
}
/* 完了メッセージ */
.wpcf7 form.sent .wpcf7-response-output {
  border-color: none;
  text-align: center;
  max-width: 600px;
  margin: auto;
  padding: 40px;
  color: #222;
  margin-top: 30px;
}
.wpcf7 form.sent .wpcf7-response-output::before {
  content: "\f058";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #46b450;
  padding-right: 0.3em;
}
/* モバイル */
@media all and (max-width: 480px) {
  .el_contact {
    min-width: 100%;
  }
  .el_contact_label_short input,
  .el_contact_label_short select {
    max-width: 280px;
  }
}
