@charset "utf-8";
@media screen and (min-width: 640px) and (max-width: 1160px) {

  /* GPT見えない精度セクション PC */
  /* ▼ メインスライダー（全画面表示）Tablet ▼ */
  #main-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #mainslide {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    margin-top: 0 !important;
    padding: 0;
    overflow: hidden !important;
    text-align: left;
  }

  #mainslide .sp-slides {
    width: 100%;
    height: 100%;
  }

  #mainslide .sp-slide {
    width: 100%;
    height: 100%;
    overflow: hidden !important;
  }

  /* .sp-image: object-fit and height are controlled by Slider Pro JS (imageSize: 'cover') */
  #mainslide .sp-image {
    width: 100%;
    height: auto;
    display: block;
  }

  /* ▲ メインスライダー Tablet ▲ */

  /* ▼ フッター Tablet ▼ */
  .sec_footer_in {
    padding: 0;
  }

  .footer_main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    padding: 50px 5%;
  }

  .footer_left {
    flex: 0 0 38%;
  }

  .footer_right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px 20px;
  }

  .footer_nav-col {
    flex: 0 0 calc(50% - 10px);
    min-width: 0;
  }

  .footer_nav-col h3 {
    font-size: 1.1rem;
    margin-bottom: 16px;
  }

  .footer_nav-toggle {
    cursor: default;
  }

  .footer_toggle-icon {
    display: none;
  }

  .footer_nav-content {
    max-height: none !important;
    padding-bottom: 0 !important;
  }

  .footer_nav-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .footer_nav-col li {
    margin-bottom: 16px;
    color: #ADBBD1;
  }

  .footer_nav-col a {
    font-size: 0.85rem;
    opacity: 0.8;
    transition: opacity 0.2s ease;
  }

  .footer_logo-block {
    margin-bottom: 20px;
  }

  .footer_logo img {
    max-width: 250px;
    width: 100%;
    height: auto;
  }

  .footer_address p {
    font-size: 0.85rem;
    line-height: 1.8;
    color: #ADBBD1;
  }

  .footer_privacy {
    margin: 18px 0;
    font-size: 0.75rem;
  }

  .footer_banner img {
    display: block;
    max-width: 140px;
    width: 100%;
    height: auto;
    margin-top: 10px;
  }

  .footer_bottom {
    text-align: left;
    padding: 0 0 0 5%;
    color: #ADBBD1;
    margin-top: 20px;
  }

  .footer_copy {
    font-size: 0.8rem;
  }

  /* ▲ フッター Tablet ▲ */

  /* ▼ SLIDERカード Tablet ▼ */
  .slider-card {
    max-width: 560px;
    margin: 0 auto;
  }

  .slider-card_body {
    padding: 28px 32px 36px;
    height: 330px;
  }

  .slider-card_label-vertical {
    font-size: 2.4rem;
    margin-right: 30px;
  }

  .slider-card_title-main {
    font-size: 1.3rem;
    margin-top: 8px;
  }

  .slider-card_text {
    font-size: 0.95rem;
    margin-top: 10px;
    margin-right: -5px;
    /* 右下ボタンとのバランスを少しだけ緩める */
  }

  .slider-card_btn {
    right: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
  }

  /* ▲ SLIDERカード Tablet ▲ */
  /* ==========================
     KURE IMAGE Tablet
     ========================== */

  .sec_kure_image_in {
    width: 90%;
    max-width: 1200px;
    height: 600px;
    padding: 40px 0;
    background-position: right bottom;
    background-size: auto 95%;
  }

  .kure-photo-wrap {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .kure-photo img {
    width: 80vw;
    max-width: 900px;
  }



  .sec_precision_in {
    padding: 60px 5%;
    gap: 32px;
    align-items: center;
  }

  .precision_images {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    height: 480px;
  }

  .precision_image-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    overflow: hidden;
  }

  /* 画像の重なり（少しマイルドに） */
  .precision_image-worker {
    position: absolute;
    right: 4%;
    bottom: -6%;
    width: 46%;
    z-index: 2;
  }

  .precision_image-product {
    position: absolute;
    left: -4%;
    bottom: -14%;
    width: 48%;
    z-index: 1;
  }

  .precision_content {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
  }

  .precision_ttl {
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: 700;
  }

  .precision_text p {
    font-size: 1rem !important;
    line-height: 2.1;
    margin-bottom: 32px;
  }


  /* ==========================
   新着情報セクション Tablet
   ========================== */

  .sec_news_in {
    padding: 60px 0;
    flex-direction: column;
    gap: 32px;
  }

  /* 見出しを上部中央寄せに */
  .news_heading {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    border-right: none;
  }

  .news_content {
    width: 100%;
  }

  /* タブはそのまま横並びだが幅は100% */
  .news_tabs {
    margin-top: 8px;
  }

  .news_item>a {
    padding: 20px 0;
  }

  .news_thumb {
    flex: 0 0 120px;
    height: 80px;
    margin-right: 20px;
  }

  /* GPT見えない精度セクション PC */
  /*hader-------------------------------*/
  .toggle2 {
    display: none;
  }

  .global_nav,
  #togglemenu_in {
    display: none;
  }

  .tab-clear {
    clear: both;
  }

  /*hader-------------------------------*/
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    transition: .3s;
    height: 65px;
    background: rgba(255, 255, 255, 0.7);
    /* 半透明の白 */
    backdrop-filter: blur(10px);
    /* 背景をぼかす */
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.03);
    /* ぼかしを強めて自然な影 */
  }

  header .inn .logo img {
    max-width: 150px;
    height: auto;
    transition: .3s;
    z-index: 101;
  }

  header h1 {
    color: #fff;
    transition: .3s;
  }

  .header {
    position: fixed;
    top: 20px;
    left: 2%;
    z-index: 100;
    width: 96%;
    height: 70px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    transition: .3s;
    display: flex;
    align-items: center;
    padding: 0;
  }

  .header .inn {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header .inn .logo {
    position: absolute;
    top: 5px;
    left: 15px;
  }

  .header .inn .logo img {
    max-width: 200px;
    height: auto;
    padding: 5px 0 0 0;
  }

  /* ナビゲーション */
  .menunav {
    margin-left: auto;
    margin-right: 180px;
    display: block;
    width: auto;
    padding-top: 3px;
    box-sizing: border-box;
    height: 70px;
  }

  #gnav>ul {
    display: table;
    padding-left: 30px;
  }

  #gnav>ul>li {
    display: table-cell;
    margin-right: 1.5em;
    font-size: 0.95rem;
  }

  #gnav>ul>li>a {
    display: block;
    height: 30px;
    padding: 20px 15px 15px 15px;
    transition: all .2s ease-in;
    color: #333;
  }

  /*::::botan*:::::::::::::::::::::::::::::::*/
  /* タブレットではPCのようなサイドボタンは非表示 */
  .header .head_bt {
    display: none;
  }

  /* 採用情報ボタン（PCと同じデザイン） */
  .header .head_bt2 {
    position: absolute;
    text-align: center;
    width: 130px;
    top: 110px;
    background: #019BD9;
    padding: 0;
    color: #fff;
    right: 0px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 0.95rem;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header .head_bt2 a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .header .head_bt2 svg {
    display: none;
  }

  /* ハンバーガーメニューボタン（PCと同じデザイン） */
  .header .head_bt3 {
    position: absolute;
    text-align: center;
    width: 70px;
    top: 0px;
    padding: 0px;
    right: 0px;
    height: 70px;
    box-sizing: border-box;
    background: #00479c;
    border: none;
    border-radius: 0 10px 10px 0;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* ドロップダウンメニュー（タブレット用） */
  #gnav>ul>li {
    position: relative;
  }

  #gnav>ul>li:hover .menu {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    padding: 10px 0;
  }

  #gnav .menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    background: rgba(6, 40, 81, 0.95);
    border-radius: 8px;
    padding: 0;
    transition: all 0.3s ease;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  #gnav .menu_inner {
    padding: 0;
  }

  #gnav .menu_inner li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  #gnav .menu_inner li a {
    display: block;
    padding: 12px 20px;
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
    transition: background 0.2s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  #gnav .menu_inner li:last-child a {
    border-bottom: none;
  }

  #gnav .menu_inner li a:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
  }

  /* 既存のスタイル打ち消し */
  #gnav>ul .menu .menubox hr,
  #gnav>ul .menu .menu_inner h3,
  #gnav>ul .menu .menu_inner img,
  #gnav>ul .menu .menu_inner .p_name,
  #gnav>ul .menu .menu_inner .p_kakaku,
  #gnav>ul .menu .menu_inner .sub img,
  #gnav>ul .menu .menu_inner .option {
    display: none;
  }



  /*::::botan*:::::::::::::::::::::::::::::::*/
  .menunav {
    margin-left: auto;
    margin-right: 0px;
    width: 580px;
  }

  #gnav>ul {
    display: table;
    padding-left: 50px;
  }

  #gnav>ul>li {
    display: table-cell;
    margin-right: 2em;
    font-weight: bold;
  }

  #gnav>ul>li:hover {
    color: #EF9486;
  }

  #gnav>ul>li:hover>a {
    color: #EF9486;
  }

  #gnav>ul>li:hover .menu {
    max-height: 9999px;
    opacity: 1;
  }

  #gnav>ul>li>a {
    display: block;
    height: 30px;
    padding: 20px 20px 15px 20px;
    transition: all .2s ease-in;
    transition: .3s;
  }

  #gnav>ul .menu {
    transition: all .2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    text-align: center;
    position: absolute;
    /*background-color: #f8f3f1;*/
    background: rgba(6, 40, 81, 0.9);
    z-index: 1000;
  }

  #gnav>ul .menu .menu_inner {
    padding: 30px 0 0 20px;
  }

  #gnav>ul .menu a {
    color: #fff;
  }

  .is-animation {
    height: 50px;
  }

  .is-animation h1 {
    color: #000;
  }

  .is-animation .inn .logo img {
    max-width: 120px;
    height: auto;
    top: -10px;
    margin-top: -5px;
  }

  .is-animation #gnav>ul>li>a {
    padding: 13px 20px 7px 20px;
  }

  /*menulist-------------------------------*/
  #gnav>ul .menu .menubox {
    clear: both;
  }

  #gnav>ul .menu .menubox hr {
    margin: 0px 20px 20px 20px;
    width: 910px;
    display: block;
    height: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #bbb;
  }

  #gnav>ul .menu .menu_inner h3 {
    display: inline-block;
    margin: 0px 20px 20px 20px;
    width: 910px;
    display: block;
    text-align: left;
    color: #666;
    padding-left: 10px;
    border-radius: 2px;
    border-bottom: #ddd 2px solid;
    font-weight: bold;
  }

  #gnav>ul .menu .menu_inner li {
    display: inline-block;
    margin: 0px 20px 20px 20px;
    width: 200px;
    float: left;
  }

  #gnav>ul .menu .menu_inner img {
    display: block;
    float: left;
    width: 70px;
    height: auto;
    padding-right: 20px;
  }

  #gnav>ul .menu .menu_inner .p_name {
    font-size: 15px;
    line-height: 100%;
    text-align: left;
    display: block;
    width: 110px;
    float: left;
    padding: 10px 0 0 0;
  }

  #gnav>ul .menu .menu_inner .p_kakaku {
    text-align: left;
    display: block;
    width: 110px;
    float: left;
  }

  #gnav>ul .menu .menu_inner .p_kakaku {
    text-align: left;
    display: block;
    width: 110px;
    float: left;
  }

  #gnav>ul .menu .menu_inner .sub img {
    display: block;
    float: left;
    width: 200px;
    height: auto;
    margin-bottom: 10px;
  }

  #gnav>ul .menu .menu_inner .option {
    height: 70px;
    width: auto;
  }

  /*hader-------------------------------*/
  /* header-block-------------------------------*/
  .header-block {
    padding: 40px 0;
  }

  .header-block .headTitle {
    font-size: 24px;
    line-height: 2.5;
    font-weight: bold;
  }

  .header-block .subTitle {
    font-size: 15px;
  }

  .box-title01 {
    margin: 80px auto 30px auto;
    max-width: 500px;
    width: 90%;
    text-align: left;
    font-size: 24px;
    letter-spacing: 7px;
    line-height: 1.6
  }

  .box-title0-mgt {
    margin: 60px auto 30px auto;
  }

  .box-title-read01 {
    margin: 30px auto 30px auto;
    max-width: 500px;
    width: 90%;
    text-align: left;
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 1.6
  }

  .box-title02 {
    margin: 20px auto 0 auto;
    max-width: 500px;
    width: 90%;
    text-align: left;
    font-size: 24px;
    letter-spacing: 7px;
    line-height: 1.5
  }

  .box-title02-sub {
    margin: 0 auto 20px auto;
    max-width: 500px;
    width: 90%;
    text-align: left;
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 1.6
  }

  .box-waku {
    width: 92%;
    height: auto;
    margin: 20px auto 20px auto;
    border: #004178 2px solid;
  }

  .box-title-read02 {
    margin: 20px auto 10px auto;
    max-width: 500px;
    width: 90%;
    text-align: left;
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 1.6
  }

  .sec1 {
    height: 1000px;
  }

  .sec2 {
    height: 800px;
  }

  /* header-block-------------------------------*/
  /* bg-img-box-bgImg-------------------------------*/
  .bg-img-box-bgImg {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }

  /* bg-img-box-bgImg-------------------------------*/
  .nobr {
    display: none;
  }

  .wrap {
    width: 95%;
    margin: auto;
    padding: 2.5%;
    position: relative;
  }

  footer .copy {
    text-align: center;
  }

  .pcnon {
    display: block;
  }

  /* bg-img-box-------------------------------*/
  .bg-img-box-header {
    width: 80%;
    top: 48%;
    transform: translate(-50%, -50%);
  }

  .bg-img-box-header .box-title {
    letter-spacing: .2rem;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    margin: 0;
  }

  .bg-img-box-header .box-title-read {
    padding-top: 12px;
    font-size: 17px;
    padding-bottom: 16px;
  }

  .bg-img-box-header .box-read {
    font-size: 15px;
    padding-bottom: 0;
    line-height: 1.8;
  }

  .a1column {
    width: 100%;
    height: 600px;
    display: block;
    position: relative;
  }

  /* お問い合わせフォームリンク（タブレット版） */
  .contactform_link {
    position: absolute;
    bottom: 50px;
    right: 8%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    transition: 0.3s ease;
    z-index: 3;
  }

  .contactform_text-block {
    text-align: right;
    margin-right: 16px;
  }

  .contactform_text {
    font-size: 1.5rem !important;
    letter-spacing: 0.1em;
  }

  .contactform_circle {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
  }

  .contactform_arrow {
    width: 22px;
  }

  .contactform_arrow::after {
    width: 10px;
    height: 10px;
    top: -4px;
  }

  .a11column {
    width: 100%;
    height: 450px;
    display: block;
    position: relative;
  }

  .a2column {
    width: 50%;
    height: 450px;
    display: block;
    float: left;
  }

  .a2-right {
    float: right !important;
  }

  .a3column {
    width: 33.333333333%;
    height: 350px;
    display: block;
    float: left;
  }

  /*product　コンテンツ*********************************/
  .product-column {
    width: 100%;
    height: 750px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
  }

  .product-column .slide {
    width: 100%;
    margin: 60px auto 0 auto;
  }

  .product-column .pr_list {
    width: 300px;
    height: 300px;
    display: block;
    float: left;
  }

  .product-column .pr_list img {
    width: 270px;
    height: auto;
  }

  .product-column h3 {
    letter-spacing: .2rem;
    font-weight: bold;
    font-size: 1.6rem;
    color: #FFFFFF;
    padding-top: 30px;
    margin: 0;
  }

  .product-column .sen {
    margin: auto;
    display: block;
    width: 80%;
    border-top: #fff 1px solid;
    padding-bottom: 10px;
  }

  /*product　コンテンツ*********************************/
  /*ranking　コンテンツ*********************************/
  .ranking-column {
    width: 100%;
    height: 800px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
  }

  .ranking-column .slide {
    width: 100%;
    margin: 60px auto 0 auto;
  }

  .ranking-column .slide .pr_list {
    width: 400px;
    height: 600px;
    display: block;
    float: left;
    border: 1px solid #ccc;
    box-sizing: border-box;
    transition: 0.2s ease-in-out;
  }

  .ranking-column .slide .pr_list:hover {
    background-color: #074076;
    color: #fff !important;
  }

  .ranking-column .slide .pr_list .rank {
    position: absolute;
    top: 0;
    left: 10px;
  }

  .ranking-column .slide .pr_list .rank img {
    width: 40px;
    height: auto;
    margin: auto;
  }

  .ranking-column .slide .pr_list .img {
    width: 400px;
    height: 300px;
  }

  .ranking-column .slide .pr_list img {
    width: 400px;
    height: auto;
    margin: auto;
    opacity: 1 !important;
  }

  .ranking-column .slide .pr_list img:hover {
    opacity: 1 !important;
  }

  .ranking-column .slide h4 {
    text-align: left;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 30px 20px 0px 20px;
    margin: 0;
  }

  .ranking-column .slide .sen {
    margin: auto;
    display: block;
    width: 100%;
    border-top: #ccc 1px solid;
    padding-bottom: 10px;
  }

  .ranking-column .slide p {
    text-align: left;
    padding: 15px 20px 0px 20px;
  }

  .ranking-column .kakaku {
    font-size: 24px;
    color: #ff7bac;
    font-weight: bold;
    padding: 0 10px 0 0;
  }

  /*ranking　コンテンツ*********************************/
  /*list　コンテンツ*********************************/
  .list-column {
    margin: auto auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
  }

  .list-column .list3 {
    width: 47%;
    padding: 1.5% 1.5% 30px 1.5%;
    float: left;
    text-align: left;
  }

  .list-column .slide {
    width: 100%;
    margin: 60px auto 0 auto;
  }

  .list-column .slide .pr_list {
    width: 100%;
    height: 600px;
    display: block;
    float: left;
    border: 1px solid #ccc;
    box-sizing: border-box;
    transition: 0.2s ease-in-out;
  }

  .list-column .slide .pr_list:hover {
    background-color: #074076;
    color: #fff !important;
  }

  .list-column .slide .pr_list .img {
    width: 100%;
    height: auto;
  }

  .list-column .slide .pr_list img {
    width: 100%;
    height: auto;
    margin: auto;
    opacity: 1 !important;
  }

  .list-column .slide .pr_list img:hover {
    opacity: 1 !important;
  }

  .list-column .slide h4 {
    text-align: left;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 30px 20px 0px 20px;
    margin: 0;
  }

  .list-column .slide p {
    text-align: left;
    padding: 15px 20px 0px 20px;
  }

  /*list　コンテンツ*********************************/
  /*column　コンテンツ*********************************/
  .column-column {
    width: 100%;
    height: 850px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
    background-color: #f9f8f7;
  }

  .column-column .slide {
    width: 100%;
    margin: 60px auto 0 auto;
  }

  .column-column .slide .pr_list {
    width: 300px;
    height: 520px;
    display: block;
    float: left;
  }

  .column-column .slide .pr_list .img {
    width: 300px;
    height: 300px;
  }

  .column-column .slide .pr_list img {
    width: 280px;
    height: auto;
    margin: auto;
  }

  .column-column .slide h4 {
    letter-spacing: .2rem;
    font-weight: bold;
    font-size: 20px;
    padding-top: 15px;
    margin: 0;
    text-align: left;
    line-height: 1.3;
    padding-bottom: 5px;
  }

  .column-column .slide .sen {
    margin: auto;
    display: block;
    width: 100%;
    border-top: #ccc 1px solid;
    padding-bottom: 10px;
  }

  .column-column .slide p {
    text-align: left;
    padding: 0px 0 10px 0;
  }

  /*column　コンテンツ*********************************/
  /*flow　コンテンツ*********************************/
  .flow-column {
    width: 100%;
    height: 1050px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
    background-color: #f9f8f7;
  }

  .flow-column h3 {
    font-size: 18px;
    padding: 30px 0 0 0;
    line-height: 2.5;
  }

  .three-conte-column {
    padding: 80px 0 30px 0;
    position: relative;
    max-width: 1200px;
    width: 100%;
    display: block;
    margin: auto;
  }

  .three-conte-column .maru-box {
    width: 33.3333333333%;
    float: left;
    text-align: center;
  }

  .three-conte-column .maru-box img {
    width: 250px;
    height: auto;
  }

  .three-conte-column .maru-box .box-title {
    letter-spacing: .2rem;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 0 0 0;
  }

  .three-conte-column .maru-box .box-title-jp {
    max-width: 250px;
    text-align: left;
    font-size: 16px;
    padding: 15px 0 0 0;
    margin: auto;
  }

  /*flow　コンテンツ*********************************/
  /*insta　コンテンツ*********************************/
  .insta-column {
    width: 100%;
    height: 600px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
    background-color: #f9f8f7;
  }

  .insta-column .insta {
    padding: 30px 0 30px 0;
  }

  .insta-column .insta ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .insta-column .insta ul li {
    width: 16.666666666%;
    float: left;
    text-align: left;
  }

  .insta-column .insta ul li img {
    height: auto;
    width: 100%;
  }

  /*insta　コンテンツ*********************************/
  /*news　コンテンツ*********************************/
  .news-column {
    width: 90%;
    margin: auto;
    height: 100%;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
  }

  .news-column .news {
    padding: 30px 0 30px 0;
  }

  .news-column .news ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .news-column .news ul li {
    width: 100%;
    height: auto;
    text-align: left;
    border-top: #004178 1px solid;
    border-bottom: #004178 1px solid;
    margin-bottom: 20px;
  }

  .news-column .news ul li a,
  .news-column .news ul li span {
    display: block;
  }

  .news-column .news ul li span.date {
    float: left;
    width: 9em;
    border-right: #004178 1px solid;
    padding: 10px 0 10px 1em;
    height: auto;
    background-color: #e8ecf3;
  }

  .news-column .news ul li span.title {
    padding: 10px 0 10px 11em;
    height: auto;
  }

  /*news　コンテンツ*********************************/
  /*foot　コンテンツ*********************************/
  footer {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 80px 0 80px 0;
  }

  .footlogo {
    font-size: 24px;
    font-weight: bold;
  }

  .ft-list .address {
    margin-bottom: 20px;
  }

  .ft-01 .txt {
    margin: 0px 0 0px 20px;
    line-height: 50px;
  }

  .ft-01 .freedial {
    margin: 30px 0 0px 20px;
  }

  .ft-bana {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 30px 0 20px 0;
    background-color: #f0f0f0;
    margin: auto;
  }

  .ft-bana .bana {
    width: 33%;
    height: 30px;
    display: block;
    position: relative;
    padding: 20px 2% 20px 10%;
    background-color: #fff;
    float: left;
    margin: 10px 2.5% 10px 2.5%;
    font-size: 22px;
    text-align: left;
  }

  .ft-bana .bana .icon {
    position: absolute;
    top: 10px;
    left: 20px;
  }

  .ft-bana .bana img {
    position: absolute;
    width: 160px;
    height: auto;
    top: 5px;
    left: 100px;
  }

  .ft-bana .bana .icon img {
    width: 50px;
    height: auto;
    top: 0px;
    left: 0px;
  }

  .ft-sitemap {
    max-width: 1100px;
    width: 90%;
    height: 100%;
    display: block;
    position: relative;
    padding: 0;
    margin: auto;
  }

  .ft-sitemap .ft-list {
    width: 25%;
    float: left;
    text-align: left;
  }

  .ft-sitemap .ft-list1 {
    width: 50%;
  }

  .ft-sitemap .ft-list2 {
    width: 50%;
    float: right;
    margin-bottom: 20px;
  }

  .ft-sitemap .ft-list3 {
    margin-top: 40px;
    width: 40%;
    float: right;
  }

  .ft-sitemap .ft-list4 {
    clear: both;
  }

  .ft-sitemap .ft-list h5 {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px 0;
  }

  .ft-sitemap .ft-list ul li {
    width: 100%;
    height: 20px;
    text-align: left;
    padding-top: 10px;
    font-size: 14px;
  }

  .copyright {
    position: relative;
    max-width: 1100px;
    font-size: 12px;
    width: 100%;
    padding: 20px 0 40px 0;
    height: 20px;
  }

  .copyright .list {
    position: absolute;
    display: block;
    right: 10px;
    text-align: left;
  }

  .copyright .list li {
    display: block;
    float: left;
    padding: 2px 10px;
    border-left: 1px solid #ccc;
    text-align: left;
  }

  .copyright .list li:last-child {
    border-right: 1px solid #ccc;
  }

  .copyright .copytxt {
    position: absolute;
    display: block;
    top: 50px;
    right: 10px;
    text-align: right;
  }

  /*foot　コンテンツ*********************************/
  /*news　コンテンツ*********************************/
  .sub-head {
    width: 100%;
    height: 400px;
    display: block;
    position: relative;
  }

  .sub-head2 {
    margin-top: 60px;
    width: 100%;
    height: 180px;
    background-image: url(../../images/midashi_bak.jpg);
    background-size: cover;
    color: #fff;
  }

  .subhead-box {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: center;
    margin: auto;
  }

  .subhead-box2 {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: left;
    margin: auto;
  }

  .sub-head2 h2 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    display: block;
    position: relative;
    padding-top: 70px;
    margin-left: 30px;
  }

  .sub-head3 {
    width: 100%;
    height: 70px;
    font-size: 18px;
    font-weight: bold;
  }

  .sub-head3 ul {
    padding: 20px 0 0 0;
    margin: 0;
    list-style-type: none;
  }

  .sub-head3 ul li {
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
    position: relative;
    float: left;
  }

  /*news　コンテンツ*********************************/
  /*title　コンテンツ*********************************/
  .title-column {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 80px 0 50px 0;
  }

  .title-column .headTitle span {
    border-bottom: #7F5F01 0.5px solid;
    padding: 0 0px 5px 0px;
    display: block;
    margin: auto;
    width: 500px;
  }

  .title-column .headTitle2 span {
    border-bottom: #7F5F01 0.5px solid;
    padding: 0 0px 5px 0px;
    display: block;
    margin: auto;
    width: 90%;
  }

  .headTitle22 span {
    border-bottom: #7F5F01 0.5px solid;
    padding: 0 0px 5px 0px;
    display: block;
    margin: auto;
    width: 100%;
  }

  .midasi-sen {
    border-bottom: #7F5F01 0.5px solid;
  }

  .midasi-sen span {
    width: 99%;
    border-bottom: 0 !important;
    border-left: #004DA0 5px solid;
    margin-bottom: 10px;
    padding: 5px 0px 5px 1%;
  }

  .title-block {}

  .title-column .headTitle {
    font-size: 24px;
    line-height: 2.5;
    font-weight: bold;
  }

  .title-column .headTitle2 {
    font-size: 24px;
    line-height: 2.5;
    font-weight: bold;
  }

  .headTitle22 {
    font-size: 24px;
    line-height: 2;
    font-weight: bold;
  }

  .title-column .subTitle {
    padding-top: 10px;
    font-size: 18px;
  }

  .sub-h3 {
    padding-top: 50px;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
  }

  .sub-h4 {
    font-size: 22px;
    line-height: 1.8;
    font-weight: bold;
  }

  .sub-h5 {
    font-size: 20px;
    line-height: 2;
  }

  .sub-h6 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1.8;
  }

  .sub-h7 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1.8;
  }

  /*高さ*********************************/
  .height700 {
    height: 700px !important;
    position: relative;
  }

  .height600 {
    height: 600px !important;
  }

  /*コンテンツ*********************************/
  .a1column-txt {
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 10%;
  }

  .botan-column {
    clear: both;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 80px 0 100px 0;
  }

  .img4 {
    width: 100%;
  }

  .img4 img {
    width: 25%;
    float: left;
    height: auto;
  }

  .shohin-list-1 {
    width: 45%;
    padding: 0 3% 0 2%;
    float: left;
    text-align: left;
  }

  .shohin-list-2 {
    width: 48%;
    padding: 0 2% 0 0;
    float: left;
    text-align: left;
  }

  .list2-1 {
    width: 30%;
    padding: 0 2% 0 1%;
    float: left;
    text-align: left;
  }

  .list2-2 {
    width: 66%;
    padding: 0;
    float: left;
    text-align: left;
    padding-right: 1%;
  }

  .list22-1 {
    width: 20%;
    padding: 0 2% 0 1%;
    float: left;
    text-align: left;
  }

  .list22-2 {
    width: 76%;
    padding: 0;
    float: left;
    text-align: left;
    padding-right: 1%;
  }

  .list2-1 img,
  .list2-2 img,
  .list22-1 img,
  .list22-2 img,
  .shohin-list-1 img {
    width: 100%;
    height: auto;
  }

  .list img {
    width: 100%;
    height: auto;
  }

  .list2 {
    width: 47%;
    padding: 1.5% 1.5% 30px 1.5%;
    float: left;
    text-align: left;
  }

  .list2 img {
    width: 100%;
    height: auto;
  }

  .list3 {
    width: 30%;
    padding: 1.5% 1.5% 30px 1.5%;
    float: left;
    text-align: left;
  }

  .list3 img {
    width: 100%;
    height: auto;
  }

  .list3-2 {
    width: 47%;
    padding: 1.5% 1.5% 30px 1.5%;
    float: left;
    text-align: left;
  }

  .list3-2 img {
    width: 100%;
    height: auto;
  }

  .youtube {
    width: 80%;
    height: auto;
    margin: auto;
    display: block;
  }

  .youtube iframe {
    padding: 50px 0 50px 0;
    width: 100%;
  }

  .cont1200-2 {
    padding: 20px 5% 20px 5%;
    width: 90%;
    height: auto;
    display: block;
    position: relative;
    clear: both;
    background: #F8F3F1;
  }

  .herf-img img {
    width: 50%;
    height: auto;
    float: left;
  }

  .qa {
    width: 90%;
    height: 100%;
    display: block;
    position: relative;
    clear: both;
    text-align: left;
    padding: 5%;
  }

  .qa .qa_sec {
    margin: 50px 0 0 0;
  }

  .qa img {
    width: 90%;
    max-width: 400px;
    height: auto;
  }

  .hyo dt {
    width: 25%;
    border-bottom: 2px solid #000;
    padding: 20px 0 20px 5%;
  }

  .hyo dd {
    width: 65%;
    border-bottom: 2px solid #cccccc;
    padding: 20px 0 20px 5%;
  }

  .gmap {
    width: 100%;
    height: 500px;
  }

  .gmap iframe {
    width: 100%;
    height: 500px;
  }

  .shohin-list-2 .kakaku {
    font-size: 22px;
    color: #ff7bac;
    font-weight: bold;
    padding: 0 10px 0 0;
  }

  .gazolist {
    width: 100%;
  }

  .gazolist .pad {
    padding-left: 5%;
  }

  .gazolist .list {
    width: 30%;
    height: 100%;
    float: left;
  }

  .gazolist .list img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .shohin-list-2 p {
    line-height: 1.6;
  }

  /*title　コンテンツ*********************************/
  dl {
    display: flex;
    flex-wrap: wrap;
  }

  .form dt {
    width: 20%;
    border-bottom: 1px solid #000;
    padding: 20px 0 20px 2%;
    line-height: 80px;
    position: relative;
    margin-left: 2%;
  }

  .form dd {
    width: 70%;
    border-bottom: 1px solid #cccccc;
    padding: 20px 0 20px 5%;
  }

  .form .address {
    height: 200px;
  }

  .form .address input {
    width: 400px;
  }

  .form .naiyo1 {
    height: 250px;
  }

  .form .naiyo2 {
    height: 250px;
  }

  .main-1txt {
    position: absolute;
    bottom: 30%;
    right: 40%;
    width: 200px;
    height: auto;
  }

  .main-2txt {
    position: absolute;
    bottom: 10%;
    right: 20%;
    width: 400px;
    height: auto;
  }

  .main-3txt {
    position: absolute;
    bottom: 5%;
    right: 3%;
    width: 200px;
    height: auto;
  }

  .main-4txt {
    position: absolute;
    top: 15%;
    right: 5%;
    width: 330px;
    height: auto;
  }

  .main-5txt {
    position: absolute;
    top: 18%;
    left: 5%;
    width: 330px;
    height: auto;
  }

  .main-6txt {
    position: absolute;
    bottom: 7%;
    right: 3%;
    width: 170px;
    height: auto;
  }

  /*TOPアニメーションバナー*********************************/
  .abana-box {
    display: block;
    position: relative;
    height: 500px;
  }

  .abana-1 {
    width: 70%;
    height: 300px;
    display: block;
    position: absolute;
    top: 0;
    left: 3%;
  }

  .abana-2 {
    width: 400px;
    height: auto;
    display: block;
    position: absolute;
    top: 50px;
    right: 3%;
    z-index: 1;
  }

  .abana-3 {
    width: 70%;
    height: 300px;
    display: block;
    position: absolute;
    top: 0;
    right: 3%;
  }

  .abana-4 {
    width: 400px;
    height: auto;
    display: block;
    position: absolute;
    top: 50px;
    left: 3%;
    z-index: 1;
  }

  .sub-abana-box {
    display: block;
    position: relative;
    height: 360px;
    margin-top: 65px;
  }

  .sub-abana-box-haikei {
    display: block;
    position: absolute;
    height: 360px;
    width: 100%;
    background-color: #004178;
  }

  .sub-abana {
    margin-top: 30px;
    width: 400px;
    height: 240px;
    display: block;
    position: absolute;
    top: 0;
    left: 3%;
  }

  .sub-abana-2 {
    width: 400px;
    height: auto;
    display: block;
    position: absolute;
    top: 30px;
    right: 2%;
    z-index: 1;
    color: #fff;
  }

  .sub-abana-2 .box-title02 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
  }

  .sub-abana-2 .box-title02-sub {
    text-align: center;
    font-size: 18px;
  }

  /*フッターコンテンツ*********************************/
  .contact-section {
    width: 100%;
    background-image: url(../../images/bak.jpg);
    background-size: cover;
    color: #FFFFFF;
    padding: 0;
  }

  .contact-column {
    max-width: 700px;
    width: 100%;
    height: 400px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
  }

  .contact-column .under {
    max-width: 400px;
    margin: auto;
    border-bottom: 1px solid #fff;
    margin-bottom: 0px;
  }

  .contact-column .list2 {
    text-align: center;
  }

  .contact-column .tel,
  .contact-column .fax {
    font-size: 34px;
    font-weight: bold;
    margin-top: 5px;
  }

  .contact-column .tel img {
    height: 40px !important;
    width: auto;
    margin: 0px 5px 0 0;
    vertical-align: middle
  }

  .contact-column .fax img {
    height: 40px !important;
    width: auto;
    margin: 0px 8px 0 0;
    vertical-align: middle
  }

  .contact-column .mail img {
    height: 30px !important;
    width: auto;
    margin: 0px 8px 0 0;
    vertical-align: middle
  }

  .contact-column .contactbt {
    height: 40px !important;
    width: auto !important;
  }

  .contact-column .header-block {
    height: 90px !important;
    margin-top: 0 !important;
    padding: 20px 0 20px 0;
  }

  .contact-column .headTitle {
    margin-top: 0 !important;
    font-size: 30px;
  }

  /*TOP2カラム::::::*/
  .top-2col-midashi {
    position: relative;
    padding: 10px 0;
    margin: -30px auto 30px auto;
    display: block;
    width: 90%;
    background-color: #004178;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 1.8;
    font-weight: bold;
    z-index: 2;
  }

  /*見出しCXR-01*********************************/
  .head-title-box2 {
    width: 100%;
    position: relative;
    max-width: 800px;
    padding: 0px 0 0 5%;
    height: 200px;
    margin: auto;
    text-align: left;
  }

  .head-title-box2 .title {
    position: relative;
    font-size: 60px;
    line-height: 100%;
    padding-top: 0px;
    z-index: 1;
    color: #fff;

  }

  .head-title-box2 .title-pd {
    padding-top: 150px;

  }

  .head-title-box2 .subtitle {
    padding-top: 5px;
    position: relative;
    line-height: 180%;
    font-size: 18px;
    z-index: 1;
    text-align: left;
    color: #fff;
  }

  .head-title-box2 .sen2 {
    display: block;
    position: absolute;
    top: 35%;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ccc;
    z-index: 0;
  }

  /*見出し*********************************/
  .title-column2 {
    max-width: 600px;
    width: 90%;
    height: 360px;
    display: block;
    position: relative;
    padding: 40px 0 50px 0;
    margin: -450px auto 0 0;
    z-index: 3;
    text-align: left;
  }

  .pan {
    color: #fff;
    font-size: 14px;
    padding-top: 120px;

  }


  /* タブレット：まだ2カラムだが少し比率調整 */

  .greeting_body {
    display: flex;
    align-items: flex-start;
    column-gap: 40px;
  }

  .greeting_photo {
    width: 35%;
  }

  .greeting_text {
    width: 65%;
    line-height: 2;
  }

  /* =======================================
   メニューオーバーレイ（タブレット専用スタイル）
======================================= */

  /* タブレット版：メニューナビゲーションの調整 */
  .menu-nav {
    gap: 35px;
    max-height: calc(100vh - 180px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .menu-nav-col {
    flex: 0 0 calc(50% - 17.5px);
    min-width: 180px;
    max-width: calc(50% - 17.5px);
  }

  .menu-nav-title {
    font-size: 1.05rem;
    margin-bottom: 18px;
    padding-bottom: 12px;
  }

  .menu-nav-list a {
    font-size: 15px;
    letter-spacing: 0.04em;
  }

  .menu-nav-list li+li {
    margin-top: 14px;
  }

  /* タブレット版：ロゴの位置調整 */
  .menu-logo {
    width: 220px;
    top: 28px;
    left: 28px;
  }

  /* タブレット版：閉じるボタンの位置 */
  .menu-overlay .menu-toggle {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 6px;
  }

  /* ▼ サブページ ドックメニュー タブレット ▼ */
  .flex_bt {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 100px);
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .flex_bt.show {
    transform: translate(-50%, 0);
  }

  .flex_bt .subdock {
    z-index: 50;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .subdock {
    z-index: 50;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding: 0 5%;
    width: 100%;
    box-sizing: border-box;
  }

  .subdock_in {
    background: rgba(0, 49, 123, 0.55);
    border-radius: 9999px;
    padding: 12px 30px;
    backdrop-filter: blur(4px);
    width: auto;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .subdock_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
  }

  .subdock_list li {
    position: relative;
  }

  .subdock_list li a {
    color: #ffffff;
    font-size: 0.9rem;
    letter-spacing: 0.15em;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    padding: 4px 0;
  }

  .subdock_list li+li::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.7);
    transform: translateY(-50%);
  }

  .subdock_list li a:hover {
    color: #019BD9;
    transform: translateY(-2px);
  }

  /* ▲ サブページ ドックメニュー タブレット ▲ */


}