@charset "UTF-8";

/* ==========================================================================
   商品・サービス（products） 固有デザイン：ここから追記
   ========================================================================== */


/* 共通設定：新しい画像に差し替え */
.wp-pager .arrow {
    background: center / contain no-repeat url("../img/products/pagination_arrow_blue-01.png") !important;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 4px;
}

/* 左矢印（戻る）：元画像が左向きなので、回転は不要（上書き解除） */
.wp-pager .prev {
    left: 0;
    transform: none !important; /* 回転を禁止してそのまま使う */
}

/* 右矢印（次へ）：左向きの画像を180度回転させて「右向き」にする */
.wp-pager .next {
    right: 0;
    transform: rotate(180deg) !important; /* 180度回転させて右を向かせる */
}

/* 「一覧へ戻る」リンクをボタンデザインに変更 */
.wp-pager .link-back {
    display: inline-block;
    background-color: #006699 !important;
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 10px 45px;
    border-radius: 4px;
    text-decoration: none !important;
    line-height: 1.5;
    transition: opacity 0.26s ease;
    vertical-align: middle;
}

/* ホバー時の効果（既存のtransクラスと連動） */
.wp-pager .link-back:hover {
    opacity: 0.8;
}

/* ページネーション全体のレイアウト調整（矢印と高さを揃える） */
.wp-pager {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px; /* 矢印との間隔 */
    list-style: none;
    padding: 0;
}

/* スマホ時の調整 */
@media screen and (max-width: 767.98px) {
    .wp-pager .link-back {
        padding: 8px 30px;
        font-size: 10px;
    }
}

/* ==========================================================================
   archive-products.php 専用：メインビジュアル（オーバーレイ付）
   ========================================================================== */
.products-mv {
    width: 100%;
    height: 450px;
    background-image: url('../img/products/mv-bg.jpg'); 
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; /* 子要素の基準 */
}

/* オーバーレイ層：ここの 0.3 を上げると暗くなり、下げると明るくなります */
.products-mv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* 黒の30%透明 */
    z-index: 1; /* 背景とタイトルの間 */
}

.mv-inner {
    position: relative;
    z-index: 2; /* オーバーレイより上に配置 */
    width: 100%;
    text-align: center;
}

.mv-content h1 img {
    width: auto;
    max-width: 240px;
    height: auto;
    /* さらに可視性を高めるために、画像自体に軽い影をつける */
    filter: drop-shadow(0 0 15px rgba(0,0,0,0.3));
}

@media screen and (max-width: 767.98px) {
    .products-mv {
        height: 300px;
        background-image: url('../img/products/sp/mv-bg.jpg');
    }
    .mv-content h1 img {
        max-width: 50%;
    }
}


/* --- セクションタイトル（画像）のスタイル --- */
.section-title {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
    line-height: 0;
}

.section-title img {
    width: auto;
    height: auto;
    max-width: 300px; 
}

@media screen and (max-width: 767.98px) {
    .section-title {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .section-title img {
        max-width: 50%; 
    }
}

/* --- 共通設定は維持したまま、特定のセクションのみ個別調整 --- */


.products-filter-section .section-title img {
    max-width: 280px;
}


/* TAGセクション (文字が少ないので個別に) */
.products-tag-section .section-title img {
    max-width: 70px;
}

/* --- レスポンシブ (SP) --- */
@media screen and (max-width: 767.98px) {
	.products-filter-section .section-title img {
    max-width: 40%;
}
	
    .products-tag-section .section-title img {
        max-width: 10%;
    }
}

/* --- 目的別・TAGセクション専用のマージン調整 --- */

/* 1. 目的・課題から探すセクション */
.products-filter-section .section-title {
    margin-bottom: 40px;
}

/* 2. TAGセクション */
.products-tag-section .section-title {
	margin-top: 100px;
    margin-bottom: 30px;
}

/* --- レスポンシブ (SP) --- */
@media screen and (max-width: 767.98px) {
    .products-filter-section .section-title {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .products-tag-section .section-title {
        margin-top: 40px;
        margin-bottom: 15px;
    }
}

/* ページ下部商品サービス一覧タイトル別スタイル */
.products-grid-section.is-sub-parts .section-title {
    margin-top: 150px;
    margin-bottom: 40px;
}

.products-grid-section.is-sub-parts .section-title img {
    max-width: 250px;
}

@media screen and (max-width: 767.98px) {
    .products-grid-section.is-sub-parts .section-title {
        margin-top: 40px;
        margin-bottom: 25px;
    }

    .products-grid-section.is-sub-parts .section-title img {
        max-width: 180px;
    }
}



/* 商品一覧グリッドの共通設定 */
.product-card-grid {
    display: grid;
    gap: 30px 20px; /* 縦・横の隙間 */
    margin-bottom: 60px;
	/* --- ここから追加 --- */
    width: 100%;
    box-sizing: border-box; 
    padding: 0 15px; /* 左右に15pxの余白を作り、端が切れるのを防ぐ */
    /* ------------------ */
}

/* カード自体の装飾 */
.product-card {
    background: #f8f8f8; /* デザイン案の薄いグレー背景 */
    height: 100%;
}

/* リンク要素（画像・タイトル・more）のホバー透過演出 */
/* transitionを通常時に移動することで、マウスを離した時もふんわり戻ります */
.card-img-link,
.card-title a,
.more-link {
    transition: opacity 0.3s ease;
}

.card-img-link:hover,
.card-title a:hover,
.more-link:hover {
    opacity: 0.7;
}

.product-card a {
    text-decoration: none;
    color: #333;
    display: flex;
    flex-direction: column;
}

/* カード内の画像 */
.card-img {
    aspect-ratio: 3 / 2; /* 画像の比率を統一 */
    overflow: hidden;
    margin: 0;
}
.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* カードのテキストエリア */
.card-body {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}
.card-body h3 {
    font-size: 16px;
    margin-bottom: 10px;
	margin-top: 10px;
    font-weight: bold;
}
.card-body .desc {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 20px;
	margin-left: 15px;
    margin-right: 15px;
	min-height: 120px;
	text-align: left;
}

/* MOREボタン */
.more-link {
    display: inline-block !important;
    background: #0077ab;
    color: #fff !important;
    width: 180px;
    padding: 15px 0;
    font-size: 13px;
    font-weight: bold;
    align-self: center;
    margin-bottom: 20px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 767.98px) {
    .more-link {
        width: 50%!important;
        padding: 12px 0;
        font-size: 9px;
        margin-bottom: 15px;
    }
}




/* --- 目的・課題 / TAG セクション共通 --- */
.filter-buttons,
.tag-cloud {
    display: flex;
    flex-wrap: wrap;       /* 幅を超えたら自動で折り返し */
    justify-content: center;
    gap: 10px 12px;
    max-width: 1000px;
    margin: 0 auto 60px;
}

/* 目的・課題ボタン */
.common-button {
    display: inline-block;
    background: #0077ab;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    padding: 8px 20px;
    transition: opacity 0.3s ease;
}

/* TAGアイテム */
.tag-item {
    display: inline-block;
    background: #0077ab;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    padding: 8px 18px;

}

.common-button:hover,
.tag-item:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767.98px) {
    .filter-buttons,
    .tag-cloud {
        gap: 8px 8px;
    }
    .common-button,
    .tag-item {
        font-size: 13px;
        padding: 6px 15px;
    }
}



/* --------------------------------------------------------------------------
   レスポンシブ：PC（768px以上）は3列
   -------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
    .product-card-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* --------------------------------------------------------------------------
   レスポンシブ：スマホ（767.98px以下）は2列
   -------------------------------------------------------------------------- */
@media screen and (max-width: 767.98px) {
    .product-card-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 10px;
        padding: 0 0px;
    }
    
    /* カード内の画像などが親を突き破らないように設定 */
    .product-card {
        min-width: 0; 
        overflow: hidden;
    }

    .card-body h3 {
        font-size: 12px;
        word-break: break-all; /* 長い英単語などで幅が広がらないように */
    }
}

/* --------------------------------------------------------------------------
   レスポンシブ：極小画面（480px以下）で1列
   -------------------------------------------------------------------------- */

@media screen and (max-width: 360px) {
    .product-card-grid {
        grid-template-columns: 1fr;
    }
}




/* ============================================================
  商品・サービス 詳細ページ MVエリア
============================================================ */

/* 青いグラデーション背景の器 */
.products-single .products-mv-single {
    background: linear-gradient(90deg, #006699 0%, #19254a 100%);
    padding: 40px 0 100px; /* 下側の背景余白 */
}

/* アイキャッチを包む白いボックス */
.products-single .post-visual-container {
    max-width: 960px; /* デザインに合わせて調整 */
    margin: 0 auto;
    background: #fff;
    border-radius: 0px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: -150px; /* 下に突き出させる数値 */
    position: relative;
    z-index: 5;
}

/* 画像の表示調整 */
.products-single .post-visual img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}


.products-single .section-product-post {
    padding-top: 0px;
}

/* SP（スマホ）時の調整 */
@media screen and (max-width: 767.98px) {
    .products-single .products-mv-single {
        padding: 30px 0 60px;
    }
    .products-single .post-visual-container {
        margin: 0 20px -80px;
        padding: 15px;
    }
    .products-single .section-product-post {
        padding-top: 0px;
    }
}


.products-single .post-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #19254a;
	text-align: center;
    line-height: 1.3;
    margin-bottom: 20px;
}

@media screen and (max-width: 767.98px) {
    .products-single .post-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.metaslider {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ============================================================
  投稿位置下部問合せボタン
============================================================ */

.post-contact-btn-wrap {
    text-align: center;
    margin: 60px 0 40px;
}

.post-contact-btn {
    display: inline-block;
    background-color: #006699;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 20px 80px;
    border-radius: 4px;
    text-decoration: none;
}

@media screen and (max-width: 767.98px) {
    .post-contact-btn {
        font-size: 12px;
        padding: 15px 0;
        width: 100%;
        max-width: 300px;
    }
}



/* ============================================================
  ページ下部商品・サービス一覧 画像パネル (Category Grid)
  ※ single と taxonomy の両方に適用
============================================================ */

/* グリッド全体のコンテナ */
.products-single .product-category-grid,
.products-taxonomy .product-category-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 30px;
    margin-bottom: 60px;
}

/* 各パネルの基本スタイル */
.products-single .cat-panel,
.products-taxonomy .cat-panel {
    position: relative;
    width: 20%; 
    aspect-ratio: 7 / 5;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
}

/* パネル内の文字 */
.products-single .cat-panel span,
.products-taxonomy .cat-panel span {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* 写真を暗くして文字を見やすくするオーバーレイ */
.products-single .cat-panel::before,
.products-taxonomy .cat-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
    z-index: 1;
}

/* ホバー時の演出 */
.products-single .cat-panel:hover::before,
.products-taxonomy .cat-panel:hover::before {
    background: rgba(0, 0, 0, 0.1);
}

/* ============================================================
  レスポンシブ (Responsive)
============================================================ */

/* PCとスマホの間（タブレット等）の調整が必要な場合 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .products-single .cat-panel,
    .products-taxonomy .cat-panel {
        width: 33.333%; /* タブレット時は3列 */
    }
}

/* スマホ時 (767.98px以下) ：1列表示 */
@media screen and (max-width: 767.98px) {
    .products-single .cat-panel,
    .products-taxonomy .cat-panel {
        width: 100%;           /* 1列に変更 */
        aspect-ratio: 21 / 9;   /* 1列で縦に長くなりすぎないよう横長比率に調整 */
        margin-bottom: 0px;
    }
    
    .products-single .cat-panel span,
    .products-taxonomy .cat-panel span {
        font-size: 14px;
    }
}

/* ============================================================
  投稿本文コンテナのドロップシャドウ設定
============================================================ */

.products-single .post-main.one-column {
    background: #fff;
    border-radius: 10px;
    padding: 60px 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 80px;
}

/* スマホ時の調整 */
@media screen and (max-width: 767.98px) {
    .products-single .post-main.one-column {
        padding: 30px 20px;
        margin-bottom: 50px;
    }
}



/* ============================================================
  カテゴリー・タグアーカイブ専用 (Taxonomy Archive Only)
  ※ .products-taxonomy 配下の要素にのみ適用し、他ページと分離
============================================================ */

/* 1. メインビジュアル */
.products-taxonomy .products-mv {
    height: 250px; 
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-taxonomy .products-mv::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.products-taxonomy .products-mv .mv-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.products-taxonomy .products-mv h1 {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

/* 2. 背景グレーエリア */
.products-taxonomy .archive-products-gray-bg {
    background-color: #f1f1f1;
    padding-bottom: 80px;
}

/* 3. 取り扱い製品タイトルの白い帯 */
.products-taxonomy .section-title-white-band {
    background-color: #fff;
    padding: 40px 0;
    margin-bottom: 60px;
    text-align: center;
}

.products-taxonomy .section-title-white-band .section-title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    margin: 0;
}

/* 4. タクソノミー専用カードグリッド（PC時4列） */
.products-taxonomy .product-card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    padding: 0;
}

/* 5. タクソノミー専用カード本体（白背景・PC時4列幅） */
.products-taxonomy .product-card {
    width: calc(25% - 15px);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.products-taxonomy .product-card .card-body {
    padding: 15px 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.products-taxonomy .product-card .card-title {
    font-size: 15px;
    margin: 10px 0;
    font-weight: bold;
}

.products-taxonomy .product-card .card-title a {
    color: #333;
    text-decoration: none;
}

.products-taxonomy .product-card .card-desc .desc {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 15px;
	margin-left: 15px;
    margin-right: 15px;
    min-height: 120px;
}

/* 6. タクソノミー専用タグ表示 */
.products-taxonomy .card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 15px 0;
    justify-content: center;
}

.products-taxonomy .tag-label {
    display: inline-block;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 5px;
}

.products-taxonomy .tag-issue {
    background: #006598;
    color: #fff;
}

.products-taxonomy .tag-standard {
    background: #006598;
    color: #fff;
    border: 1px solid #eee;
}

/* ============================================================
  レスポンシブ (SP: 767.98px以下)
============================================================ */
@media screen and (max-width: 767.98px) {
    /* 1. メインビジュアル調整 */
    .products-taxonomy .products-mv {
        height: 180px;
    }
    .products-taxonomy .products-mv h1 {
        font-size: 18px;
    }

    /* 2. 背景グレーエリア調整 */
    .products-taxonomy .archive-products-gray-bg {
        padding-bottom: 40px;
    }

    /* 3. 白い帯調整 */
    .products-taxonomy .section-title-white-band {
        padding: 25px 0;
        margin-bottom: 30px;
    }
    .products-taxonomy .section-title-white-band .section-title {
        font-size: 14px;
    }

    /* 4. グリッドとカードの2列調整 */
    .products-taxonomy .product-card-grid {
        gap: 20px 10px;
        padding: 0 0px;
    }
    .products-taxonomy .product-card {
        width: calc(50% - 5px); /* 2列 */
    }

    /* 5. カード内テキスト調整 */
    .products-taxonomy .product-card .card-body {
        padding: 10px 5px;
    }
    .products-taxonomy .product-card .card-title {
        font-size: 11px;
        margin: 5px 0;
    }
    .products-taxonomy .product-card .card-desc .desc {
        font-size: 10px;
        min-height: auto;
        margin-bottom: 10px;
    }

    /* 6. タグ調整 */
    .products-taxonomy .card-tags {
        gap: 4px;
        margin: 10px 0;
    }
    .products-taxonomy .tag-label {
        font-size: 9px;
        padding: 2px 5px;
    }
}


/* ============================================================
  目的別タグアーカイブ専用スタイル (Taxonomy: products_issue)
============================================================ */


/* 3. 選んだタグ名の表示（青いボタン風スタイル） */
.products-taxonomy .section-title-white-band .issue-section-title {
    display: inline-block;
    background-color: #006598;
    color: #fff;
    font-size: 1.6rem;
    padding: 12px 60px;
    border-radius: 6px;
    margin: 0;
    line-height: 1;
}

/* ============================================================
  レスポンシブ (SP: 767.98px以下)
============================================================ */
@media screen and (max-width: 767.98px) {
.products-taxonomy .section-title-white-band .issue-section-title {
    font-size: 14px;
}
}

/* ページネーションベーススタイル */
.wp-pager-wrapper {
  text-align: center;
}

.wp-pager {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.wp-pager a {
  display: block;
}

.wp-pager .arrow,
.wp-pager .next {
  position: absolute;
}

.wp-pager .arrow {
  background: center/contain no-repeat;
}

.wp-pager .prev {
  left: 0;
}

.wp-pager .next {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
}

/* PCサイズ (768px以上) */
@media print, (min-width: 768px) {
  .wp-pager {
    min-width: 302px;
    height: 48px;
    padding: 0 40px;
  }
  .wp-pager .link {
    width: 29px;
  }
  .wp-pager .prev,
  .wp-pager .next {
    background-image: url("../img/common/pagination_arrow.jpg");
    width: 40px;
    height: 41px;
    top: 4px;
  }
  .section-news-post .wp-pager-wrapper {
    margin-bottom: 52px;
  }
}

/* SPサイズ (767.98px以下) */
@media only screen and (max-width: 767.98px) {
  .wp-pager {
    min-width: 6.04rem;
    height: 0.96rem;
    padding: 0 0.8rem;
  }
  .wp-pager .link {
    width: 0.58rem;
  }
  .wp-pager .prev,
  .wp-pager .next {
    background-image: url("../img/common/sp/pagination_arrow.jpg");
    width: 0.8rem;
    height: 0.81rem;
    top: 0.08rem;
  }
  .section-news-post .wp-pager-wrapper {
    margin: -0.05rem 0 1.03rem;
  }
}



/* シングルページポストタイトル下のタグコンテナ */
.post-tags-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.post-tag {
    display: inline-block;
    background-color: #006598;
    color: #ffffff;
    font-size: 10px;
    padding: 4px 12px;
    border-radius: 4px;
    line-height: 1.4;
}

/* ==========================================================================
   商品・サービス 固有デザイン：ここまで
   ========================================================================== */








/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.6667;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  overflow-y: scroll;
}
body.is-frozen {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body.is-frozen .container {
  position: absolute !important;
  right: 0;
  bottom: 0;
}
body.is-frozen header {
  width: 100%;
  position: fixed;
  z-index: 100;
}
body.is-frozen .container,
body.is-frozen header {
  top: 0;
  left: 0;
}

a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.container {
  overflow: hidden;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    font-size: 15px;
  }
  body.is-frozen {
    min-width: 1100px;
  }

  .container {
    min-width: 1100px;
  }

  .wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 7.5);
  }

  body {
    font-size: 0.28rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .md {
    display: none !important;
  }
}
/* PARTS
 * ----------------------------------------------- */
header .logo img,
header .menu-logo img {
  width: 100%;
}
header a {
  display: block;
}
header .button-menu {
  border-radius: 50%;
  background: #069;
  position: absolute;
  cursor: pointer;
  z-index: 101;
}
header .button-menu span {
  display: block;
  background: #fff;
  transition: transform 0.4s ease;
  position: absolute;
  left: 50%;
}
header .button-menu.is-active {
  background-color: unset;
  position: absolute;
}

.header-wrapper {
  position: relative;
}

.header-navigation {
  display: none;
  background-color: #069;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 99;
}
.header-navigation a, .header-navigation {
  color: #fff;
}
.header-navigation .business-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.header-navigation .business-list li:before {
  content: "";
  display: inline-block;
}
.header-navigation .contact-area li {
  border: 1px solid #fff;
}

@media print, (min-width: 768px) {
  header {
    padding: 19px 26px 20px;
  }
  header.is-position {
    padding-bottom: 26px;
  }
  header .logo,
  header .menu-logo {
    width: 295px;
  }
  header .header-navigation {
    padding: 30px 24px;
    font-size: 20px;
    line-height: 2.4;
    letter-spacing: 0.1em;
  }
  header .header-navigation::-webkit-scrollbar {
    width: 8px;
  }
  header .header-navigation::-webkit-scrollbar-track {
    background: #069;
  }
  header .header-navigation::-webkit-scrollbar-thumb {
    background-color: #aaa;
  }
  .is-firefox header .header-navigation {
    scrollbar-width: thin;
    scrollbar-color: #aaa #069;
  }
  header .button-menu {
    width: 46px;
    height: 46px;
    right: -2px;
    top: 3px;
  }
  header .button-menu span {
    width: 20px;
    height: 1px;
    margin-left: -10px;
  }
  header .button-menu span:nth-child(1) {
    top: 16px;
  }
  header .button-menu span:nth-child(2) {
    top: 23px;
  }
  header .button-menu span:nth-child(3) {
    top: 30px;
  }
  header .button-menu.is-active {
    top: 2px;
    right: -1px;
  }
  header .button-menu.is-active span {
    margin-left: -21px;
  }
  header .button-menu.is-active span:nth-of-type(1) {
    -ms-transform: translateY(0.1rem) rotate(45deg);
        transform: translateY(0.1rem) rotate(45deg);
    top: 23px;
    width: 40px;
  }
  header .button-menu.is-active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
  }
  header .button-menu.is-active span:nth-of-type(3) {
    -ms-transform: translateY(-0.1rem) rotate(-45deg);
        transform: translateY(-0.1rem) rotate(-45deg);
    top: 27px;
    width: 40px;
  }
  header .menu-logo {
    margin-bottom: 63px;
  }
  header .business-text {
    margin-bottom: 1px;
  }
  header .business-list {
    padding-left: 36px;
  }
  header .business-list li:before {
    border-top: 5px solid transparent;
    border-left: 7px solid #ccc;
    border-bottom: 5px solid transparent;
    margin-right: 11px;
  }
  header .contact-area li {
    margin: 0 12px;
  }
  header .contact-area a {
    width: 213px;
    height: 58px;
  }
  header .contact-area .phone::before {
    width: 29px;
    height: 29px;
    background-image: url(../img/common/header_icn_01.svg);
  }
  header .contact-area .mail::before {
    width: 33px;
    height: 27px;
    background-image: url(../img/common/header_icn_02.svg);
  }

  .header-wrapper,
  .navigation-wrapper {
    max-width: 1314px;
    margin: 0 auto;
  }

  .navigation-menu {
    padding: 0 35px;
    margin-bottom: 55px;
  }
  .navigation-menu > li:not(:nth-child(3)) {
    border-bottom: 1px dotted #fff;
    padding: 2px 0;
  }
  .navigation-menu > li > a {
    padding: 10px 0;
  }
  .navigation-menu > li:nth-child(3) {
    padding-bottom: 20px;
  }
  .navigation-menu > li:nth-child(n+4) a {
    padding-left: 5px;
  }
  .navigation-menu > li > a {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    padding: 0.37rem 0 0.27rem;
  }
  header.is-position {
    position: absolute;
    top: -0.04rem;
    width: 100%;
  }
  header.is-position .header-wrapper {
    margin-left: 0.33rem;
    margin-right: 0.33rem;
  }
  header.is-position .button-menu {
    width: 0.75rem;
    height: 0.75rem;
    right: -0.15rem;
    top: -0.13rem;
  }
  header .logo {
    width: 3.08rem;
  }
  header .header-navigation {
    padding: 0.25rem 0.36rem 1.1rem;
    font-size: 0.36rem;
    letter-spacing: 0.1em;
  }
  header .button-menu {
    width: 0.75rem;
    height: 0.75rem;
    right: -0.07rem;
    top: -0.13rem;
  }
  header .button-menu span {
    width: 0.33rem;
    height: 0.01rem;
    margin-left: -0.16rem;
  }
  header .button-menu span:nth-child(1) {
    top: 0.26rem;
  }
  header .button-menu span:nth-child(2) {
    top: 0.37rem;
  }
  header .button-menu span:nth-child(3) {
    top: 0.48rem;
  }
  header .button-menu.is-active {
    right: -0.06rem;
  }
  header .button-menu.is-active span {
    margin-left: -0.33rem;
    width: 0.7rem;
  }
  header .button-menu.is-active span:nth-of-type(1) {
    -ms-transform: translateY(0.1rem) rotate(45deg);
        transform: translateY(0.1rem) rotate(45deg);
    top: 0.26rem;
  }
  header .button-menu.is-active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
  }
  header .button-menu.is-active span:nth-of-type(3) {
    -ms-transform: translateY(-0.1rem) rotate(-45deg);
        transform: translateY(-0.1rem) rotate(-45deg);
    top: 0.45rem;
  }
  header .menu-logo {
    margin-bottom: 0.53rem;
    width: 2.81rem;
  }
  header .navigation-menu {
    padding: 0 0.08rem;
    margin-bottom: 0.88rem;
  }
  header .navigation-menu > li {
    border-bottom: 1px dotted #fff;
  }
  header .navigation-menu > li:nth-child(3) {
    padding: 0.1rem 0 0.4rem;
  }
  header .navigation-menu > li > a {
    padding: 0.1rem 0;
  }
  header .business-text {
    margin-bottom: 0.13rem;
  }
  header .business-list {
    padding-left: 0.31rem;
    line-height: 1.8888;
  }
  header .business-list li {
    padding-bottom: 0.01rem;
  }
  header .business-list li:before {
    border-top: 0.05rem solid transparent;
    border-left: 0.08rem solid #ccc;
    border-bottom: 0.05rem solid transparent;
    margin-right: 0.24rem;
    margin-top: -0.05rem;
  }
  header .contact-area {
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 -0.18rem;
  }
  header .contact-area a {
    height: 0.86rem;
  }
  header .contact-area li {
    width: 3.09rem;
    margin: 0 0.18rem;
  }
  header .contact-area .phone::before {
    width: 0.4rem;
    height: 0.4rem;
    background-image: url(../img/common/header_icn_01.svg);
  }
  header .contact-area .mail::before {
    width: 0.47rem;
    height: 0.35rem;
    background-image: url(../img/common/header_icn_02.svg);
  }

  .header-wrapper {
    margin: 0 0.29rem;
  }
}
footer {
  text-align: center;
}
footer .is-small {
  font-weight: 700;
}
footer address,
footer .footer-map,
footer .footer-privacy,
footer .copyright {
  font-weight: 500;
}
footer .footer-wrapper {
  margin-left: auto;
  margin-right: auto;
}
footer address {
  letter-spacing: 0.04em;
}
footer small {
  letter-spacing: 0.14em;
}
footer .footer-phone,
footer small {
  display: block;
}
footer .button-to-top {
  position: absolute;
}
footer .button-to-top::before {
  content: "";
  background: url(../img/common/footer_go_top.png) center/contain no-repeat;
}

.footer-map {
  border: 1px solid #000;
}

.footer-logo,
.footer-title,
.footer-phone {
  margin: 0 auto;
}

.footer-privacy,
.button-to-top:before,
.footer-map {
  display: inline-block;
}

@media print, (min-width: 768px) {
  footer {
    padding: 65px 0 147px;
  }
  footer.footer-top {
    border-top: 45px solid #f2f2f2;
    padding-top: 52px;
  }
  footer .is-small {
    font-size: 9px;
  }
  footer .button-to-top {
    bottom: 2px;
    right: 39px;
    cursor: pointer;
  }
  footer .button-to-top::before {
    width: 52px;
    height: 74px;
  }
  footer address {
    margin-bottom: 31px;
    font-size: 13px;
  }
  footer small {
    font-size: 10px;
    margin-bottom: 50px;
  }
  footer .contact-area li {
    margin: 0 11px;
  }
  footer .contact-area a {
    width: 215px;
    height: 60px;
    border: 1px solid #000;
  }
  footer .contact-area .phone::before {
    width: 29px;
    height: 29px;
    background-image: url(../img/common/footer_icn_01.svg);
  }
  footer .contact-area .mail::before {
    width: 33px;
    height: 27px;
    background-image: url(../img/common/footer_icn_02.svg);
  }

  .footer-title {
    width: 316px;
    margin-bottom: 29px;
  }

  .footer-wrapper {
    max-width: 1200px;
    position: relative;
  }

  .footer-logo {
    width: 146px;
    margin-bottom: 32px;
  }

  .footer-map {
    padding: 3px 28px;
    font-size: 12px;
    margin-bottom: 46px;
    letter-spacing: 0.2em;
  }

  .footer-phone {
    width: 234px;
    margin-bottom: 29px;
    pointer-events: none;
  }

  .footer-privacy {
    margin-bottom: 33px;
    font-size: 13px;
    position: relative;
  }
  .footer-privacy::before {
    content: "";
    display: inline-block;
    background: #000;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 2px;
  }
  .footer-privacy:hover::before {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  footer {
    padding-top: 0.81rem;
    position: relative;
  }
  footer.footer-top {
    border-top: 0.5rem solid #f2f2f2;
  }
  footer .button-to-top {
    bottom: 0.17rem;
    right: 0.32rem;
  }
  footer .button-to-top:before {
    width: 0.69rem;
    height: 1.21rem;
  }
  footer .contact-wrapper {
    position: fixed;
    z-index: 100;
    display: none;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  footer .contact-wrapper.is-sticky {
    position: relative;
  }
  footer .contact-area li {
    width: 50%;
  }
  footer .contact-area a {
    height: 1rem;
    background: #069;
  }
  footer .contact-area .phone {
    border-right: 0.02rem solid #fff;
  }
  footer .contact-area .phone::before {
    width: 0.4rem;
    height: 0.4rem;
    background-image: url(../img/common/sp/footer_icn_01.svg);
  }
  footer .contact-area .mail::before {
    width: 0.46rem;
    height: 0.35rem;
    background-image: url(../img/common/sp/footer_icn_02.svg);
  }
  footer address {
    font-size: 0.27rem;
    margin-bottom: 0.5rem;
  }
  footer small {
    font-size: 0.19rem;
  }

  .footer-wrapper {
    margin: 0 0.5rem;
  }

  .footer-title {
    width: 5.85rem;
    margin-bottom: 0.59rem;
  }

  .footer-phone {
    width: 5.01rem;
    margin-bottom: 0.69rem;
  }

  .footer-logo {
    width: 2.92rem;
    margin-bottom: 0.4rem;
  }

  .footer-map {
    font-size: 0.26rem;
    letter-spacing: 0.17em;
    padding: 0.06rem 0.63rem;
    margin-bottom: 0.74rem;
  }

  .copyright {
    margin-bottom: 0.8rem;
  }

  .wrapper-to-top {
    height: 1.88rem;
  }
}


@media print, (min-width: 768px) {
  footer .bnr_for_recruit {
    width: 240px;
    margin: 40px auto 0;
  }
  footer .bnr_for_recruit.md {
    display: block;
  }
}

@media only screen and (max-width: 767.98px) {
  footer .bnr_for_recruit {
    width: 280px;
    margin: 30px auto;
  }
  footer .bnr_for_recruit.sm {
    display: block;
  }
}

/* MODULES
 * ----------------------------------------------- */
.contact-area {
  display: -ms-flexbox;
  display: flex;
}
.contact-area a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.contact-area a::before {
  content: "";
  display: block;
  background: center/contain no-repeat;
}

.image-width img {
  width: 100%;
}

.common-description {
  text-align: justify;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .contact-area {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .contact-area .phone {
    pointer-events: none;
  }

  .common-description {
    line-height: 2;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-description {
    font-size: 0.29rem;
    line-height: 1.7242;
    letter-spacing: 0.01em;
  }
}
.section-contact-common,
.contact-common {
  text-align: center;
}
.section-contact-common .phone-number,
.contact-common .phone-number {
  border: 1px solid #000;
  display: block;
}
.section-contact-common .phone-number img,
.contact-common .phone-number img {
  width: 100%;
}

@media print, (min-width: 768px) {
  .section-contact-common,
  .contact-common {
    padding-bottom: 82px;
  }
  .section-contact-common .common-title,
  .contact-common .common-title {
    margin-bottom: 40px;
  }
  .section-contact-common .phone-number,
  .contact-common .phone-number {
    margin: 0 auto 27px;
    padding: 17px 34px;
    width: 359px;
    pointer-events: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-contact-common,
  .contact-common {
    padding-bottom: 1.26rem;
  }
  .section-contact-common .common-title,
  .contact-common .common-title {
    margin-bottom: 0.58rem;
  }
  .section-contact-common .phone-number,
  .contact-common .phone-number {
    margin-bottom: 0.42rem;
    padding: 0.32rem 0.62rem;
  }
  .section-contact-common .contact-time,
  .contact-common .contact-time {
    font-size: 0.3rem;
  }
}
.breadcrumb-list {
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb-list li {
  position: relative;
}
.breadcrumb-list li:not(:last-child)::after {
  position: absolute;
  content: ">";
  display: inline-block;
}

@media print, (min-width: 768px) {
  .breadcrumb {
    width: 1366px;
    margin: 0 auto 22px;
    padding: 0 26px;
  }

  .breadcrumb-list {
    font-size: 14px;
  }
  .breadcrumb-list li {
    margin-right: 16px;
  }
  .breadcrumb-list li::after {
    font-weight: 700;
    font-size: 12px;
    right: -13px;
  }
  .is-mac.is-chrome .breadcrumb-list li::after {
    top: -1px;
    right: -12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb {
    margin: 0.06rem 0.31rem 0.27rem;
  }

  .breadcrumb-list {
    font-size: 0.27rem;
    letter-spacing: 0.07em;
  }
  .breadcrumb-list li {
    margin-right: 0.3rem;
  }
  .breadcrumb-list li::after {
    right: -0.25rem;
    top: 0.02rem;
    font-size: 0.23rem;
  }
  .is-iphone .breadcrumb-list li::after {
    right: -0.2rem;
  }
  .is-android .breadcrumb-list li::after {
    right: -0.23rem;
  }
}
@media only screen and (max-width: 374px) {
  .is-iphone .breadcrumb-list li::after {
    top: 0.03rem;
  }
}
.common-keyvisual {
  background: center/cover no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.title-keyvisual {
  margin: 0 auto;
}
.title-keyvisual img {
  width: 100%;
}

@media print, (min-width: 768px) {
  .common-keyvisual {
    min-height: 500px;
    margin-bottom: 72px;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-keyvisual {
    min-height: 4rem;
    margin-bottom: 0.68rem;
  }
  .common-keyvisual .wrapper {
    width: 100%;
  }
}
.common-title {
  margin: 0 auto;
}
.common-title img {
  width: 100%;
}

@media print, (min-width: 768px) {
  .common-title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-title {
    margin-bottom: 0.84rem;
  }
}
.section-business-common {
  background: #f2f2f2;
}
.section-business-common a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-business-common a::before {
  content: "";
  display: inline-block;
  background: center/contain no-repeat;
}
.section-business-common .business-title {
  margin: 0 auto;
}
.section-business-common .business-title img {
  width: 100%;
}
.section-business-common .business-list {
  line-height: 1.2807;
}
.section-business-common .business-list li {
  background: #fff;
}
.section-business-common .business-list a {
  font-weight: 500;
}
.section-business-common .is-document a:before {
  background-image: url(../img/common/business_icn_01.svg);
}
.section-business-common .is-computer a:before {
  background-image: url(../img/common/business_icn_02.svg);
}
.section-business-common .is-system a:before {
  background-image: url(../img/common/business_icn_03.svg);
}
.section-business-common .is-office a:before {
  background-image: url(../img/common/business_icn_04.svg);
}
.section-business-common .is-interior a:before {
  background-image: url(../img/common/business_icn_05.svg);
}
.section-business-common .is-wholesale a:before {
  background-image: url(../img/common/business_icn_06.svg);
}
.section-business-common .is-paper a:before {
  background-image: url(../img/common/business_icn_07.svg);
}
.section-business-common .is-mail a:before {
  background-image: url(../img/common/business_icn_08.svg);
}

@media print, (min-width: 768px) {
  .section-business-common {
    padding: 33px 0 45px;
  }
  .section-business-common .business-title {
    margin-bottom: 40px;
    width: 119px;
  }
  .section-business-common .business-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -7px;
    font-size: 14px;
  }
  .section-business-common .business-list a {
    padding: 15px 30px 11px;
    height: 100%;
  }
  .section-business-common .business-list li {
    width: 239px;
    min-height: 73px;
    margin: 0 7px 12px;
  }
  .section-business-common .is-document a:before {
    width: 21px;
    height: 33px;
    margin-right: 40px;
  }
  .section-business-common .is-computer a:before {
    width: 38px;
    height: 26px;
    margin-right: 32px;
    margin-left: -7px;
  }
  .section-business-common .is-system a:before {
    width: 26px;
    height: 38px;
    margin-right: 22px;
  }
  .section-business-common .is-office a:before {
    width: 34px;
    height: 47px;
    margin-left: -6px;
    margin-right: 21px;
  }
  .section-business-common .is-interior a:before {
    width: 48px;
    height: 32px;
    margin-right: 8px;
  }
  .section-business-common .is-wholesale a:before {
    width: 23px;
    height: 35px;
    margin-right: 26px;
    margin-top: -5px;
  }
  .section-business-common .is-paper a:before {
    width: 26px;
    height: 34px;
    margin-right: 32px;
  }
  .section-business-common .is-mail a:before {
    width: 35px;
    height: 43px;
    margin-left: 5px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-business-common {
    padding: 0.74rem 0 0.54rem;
  }
  .section-business-common .business-title {
    margin-bottom: 0.81rem;
    width: 1.97rem;
  }
  .section-business-common .business-list {
    margin: 0 -0.57rem;
    font-size: 0.29rem;
  }
  .section-business-common .business-list a {
    padding: 0.33rem 0.93rem 0.28rem 0.63rem;
    min-height: 1.31rem;
  }
  .section-business-common .business-list li {
    margin: 0 0.07rem 0.02rem;
  }
  .section-business-common .is-document a:before {
    width: 0.96rem;
    height: 0.73rem;
    margin-right: 0.42rem;
    margin-top: -0.04rem;
  }
  .section-business-common .is-computer a:before {
    width: 0.97rem;
    height: 0.49rem;
    margin-right: 0.45rem;
  }
  .section-business-common .is-system a:before {
    width: 0.97rem;
    height: 0.7rem;
    margin-right: 0.43rem;
  }
  .section-business-common .is-office a:before {
    width: 1.08rem;
    height: 0.69rem;
    margin-left: -0.06rem;
    margin-right: 0.42rem;
  }
  .section-business-common .is-interior a:before {
    width: 1rem;
    height: 0.6rem;
    margin-right: 0.41rem;
    margin-top: -0.08rem;
  }
  .section-business-common .is-wholesale a:before {
    width: 0.97rem;
    height: 0.68rem;
    margin-right: 0.44rem;
    margin-top: -0.19rem;
  }
  .section-business-common .is-paper a:before {
    width: 0.98rem;
    height: 0.62rem;
    margin-right: 0.42rem;
    margin-top: -0.05rem;
  }
  .section-business-common .is-mail a:before {
    width: 0.95rem;
    height: 0.56rem;
    margin-top: -0.1rem;
    margin-right: 0.46rem;
  }
}
@media print, (min-width: 768px) {
  .common-keyvisual {
    background-image: url("../img/office-layout/keyvisual_bg.jpg");
  }
  .common-keyvisual .title-keyvisual {
    width: 432px;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-keyvisual {
    background-image: url("../img/office-layout/sp/keyvisual_bg.jpg");
  }
  .common-keyvisual .title-keyvisual {
    width: 4.27rem;
  }
}
@media print, (min-width: 768px) {
  .common-description {
    padding: 0 50px;
  }
}
.section-office-drawing .draw-title,
.section-office-drawing .draw-list {
  margin: 0 auto;
}
.section-office-drawing .draw-list {
  font-weight: 600;
}
.section-office-drawing .draw-list li {
  background: #069;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.section-office-drawing .draw-list li:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
}

@media print, (min-width: 768px) {
  .section-office-drawing {
    padding-bottom: 115px;
  }
  .section-office-drawing .common-title {
    width: 355px;
  }
  .section-office-drawing .common-description {
    margin-bottom: 30px;
  }
  .section-office-drawing .draw-title {
    width: 238px;
    margin-bottom: 47px;
    margin-top: 52px;
  }
  .section-office-drawing .draw-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    width: 737px;
    font-size: 13px;
    line-height: 1.2311;
  }
  .section-office-drawing .draw-list li {
    width: 124px;
    min-height: 97px;
    margin: 0 10px;
  }
  .section-office-drawing .draw-list li:not(:last-child)::after {
    border-top: 10px solid transparent;
    border-left: 13px solid #069;
    border-bottom: 10px solid transparent;
    right: -12px;
    top: 40%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-office-drawing {
    padding-bottom: 1.55rem;
  }
  .section-office-drawing .common-title {
    width: 6.4rem;
    margin-bottom: 0.64rem;
  }
  .section-office-drawing .common-description {
    margin-bottom: 0.53rem;
  }
  .is-iphone .section-office-drawing .common-description {
    letter-spacing: 0.01em;
  }
  .is-android .section-office-drawing .common-description {
    letter-spacing: 0.03em;
  }
  .section-office-drawing .draw-title {
    width: 4.66rem;
    margin-bottom: 0.52rem;
    margin-top: 0.78rem;
  }
  .section-office-drawing .draw-list {
    width: 4.92rem;
    font-size: 0.33rem;
  }
  .section-office-drawing .draw-list li {
    min-height: 1.2rem;
    padding: 0.15rem 0.3rem;
  }
  .section-office-drawing .draw-list li:not(:last-child) {
    margin-bottom: 0.36rem;
  }
  .section-office-drawing .draw-list li:not(:last-child):after {
    border-left: 0.36rem solid transparent;
    border-right: 0.36rem solid transparent;
    border-top: 0.22rem solid #069;
    bottom: -0.22rem;
    left: 2.11rem;
  }
}
.section-office-design .design-list {
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-office-design {
    padding-bottom: 95px;
  }
  .section-office-design .common-title {
    width: 526px;
  }
  .section-office-design .common-description {
    margin-bottom: 55px;
  }
  .section-office-design .design-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .section-office-design .design-list li {
    width: 423px;
  }
  .section-office-design .design-image img {
    height: 298px;
    object-fit: contain;
    margin-bottom: 14px;
  }
  .section-office-design .design-name {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-office-design {
    padding-bottom: 1.55rem;
  }
  .section-office-design .common-title {
    width: 6.3rem;
    margin-bottom: 0.77rem;
  }
  .section-office-design .common-description {
    margin-bottom: 0.57rem;
  }
  .is-iphone .section-office-design .common-description {
    letter-spacing: 0.01em;
  }
  .is-android .section-office-design .common-description {
    letter-spacing: 0.06em;
  }
  .section-office-design .design-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .section-office-design .design-list li:not(:last-child) {
    margin-bottom: 0.08rem;
  }
  .section-office-design .design-image img {
    margin-bottom: 0.28rem;
  }
  .section-office-design .design-name {
    font-size: 0.25rem;
  }
}
@media print, (min-width: 768px) {
  .section-contact-common .common-title {
    width: 473px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-contact-common {
    padding-bottom: 1.5rem;
  }
  .section-contact-common .common-title {
    width: 5.45rem;
  }
}

.common-title-txt {
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	font-weight: normal;
	letter-spacing: 1px;
}
.cta-form {
  border: 1px solid #000;
  display: block;
}
.cta-form img {
  width: 100%;
}
@media print, (min-width: 768px) {
	.common-title-txt {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.cta-form {
		margin: 0 auto 27px;
		padding: 17px 34px;
		width: 359px;
	}
}
@media only screen and (max-width: 767.98px) {
	.common-title-txt {
		font-size: 23px;
		margin-bottom: 20px;
	}
	.cta-form {
	  margin-bottom: 0.42rem;
	  padding: 0.32rem 0.62rem;
	}
}

/*# sourceMappingURL=office-layout.css.map */