@charset "utf-8";
p {
  font-size: 1.1rem;
  line-height: 2;
}
section {
  padding: 0;
  text-align: center;
  margin: 0 auto;
}
header {
  padding: 0;
}
footer {
  margin: 0;
  height: auto;
}
/*main fullimg-------------------------------*/
.main {
  height: 100%;
  width: 100%;
}
/*main fullimg-------------------------------*/
/* header-block-------------------------------*/
.header-block {
  width: 100%;
}
.header-block .headTitle span {
  border-bottom: #7F5F01 0.5px solid;
  padding-bottom: 5px;
}
.conte-block {
  position: relative;
  width: 100%;
}
.conte-block #txt {
  position: absolute;
  right: 15%;
  top: 5%;
  z-index: 10;
}
.conte-block #txt img {
  max-width: 408px;
  width: 100%;
  height: auto;
}
.header-block .headTitle img {
  max-width: 770px;
  width: 100%;
  height: auto;
}
.header-block .headTitle2 img {
  max-width: 1082px;
  width: 100%;
  height: auto;
}
.conte-block #txt2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
.conte-block #txt2 img {
  max-width: 1000px;
  width: 100%;
  height: auto;
}
.voice-column {
  background-color: #fff !important;
  height: 950px !important;
}
/* header-block-------------------------------*/
.botan {
  position: relative;
  width: 100%;
  margin: 40px 0 60px 0;
}
@media screen and (min-width: 1161px) {


/* GPT見えない精度セクション PC */
	/* ▼ フッター PC ▼ */
/* ▼ フッター PC（修正版） ▼ */
.sec_footer_in {
  padding: 0px ;  /* ← 左右40px入れて、左端にベタ付かないように */
}


.footer_main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  padding: 60px 8%; 
}

.footer_left {
  flex: 0 0 32%;
}

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

/* 横幅が小さい時（1500px以下）の調整 */
@media screen and (max-width: 1500px) {
  .footer_main {
    gap: 50px;
    padding: 60px 5%;
  }

  .footer_left {
    flex: 0 0 28%;
  }

  .footer_right {
    gap: 20px;
  }

  .footer_nav-col {
    flex: 1;
    min-width: 0;
  }

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

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

  .footer_nav-col a {
    font-size: 0.85rem;
  }
}

/* 左：会社情報 */
.footer_logo-block {
  margin-bottom: 24px;
}

.footer_company-jp {
  font-size: 1.2rem;
  margin-top: 8px;
}

.footer_company-en {
  font-size: 0.9rem;
  margin-top: 4px;
}

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

.footer_privacy {
  margin: 20px 0;
  font-size: 0.8rem;
}

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

/* 右：メニューカラム */
.footer_nav-col h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.footer_nav-toggle {
  cursor: default;
}

.footer_toggle-icon {
  display: none;
}

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

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

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

.footer_nav-col a:hover {
  opacity: 1;
}

/* 下部コピーライト */
.footer_bottom {
  text-align: left;
	padding: 0 0 0 8%;
	color: #ADBBD1;
}

/* ▲ フッター PC ▲ */

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

.slider-card_body {
  padding: 32px 48px 40px;
	height: 350px;
}

.slider-card_label-vertical {
  font-size: 2.8rem;
  margin-right: 36px;
}

.slider-card_title-main {
  font-size: 1.4rem;
	margin-top: 10px;
}


.slider-card_text {
  font-size: 1rem;
  margin-top: 10px;
  margin-right: -10px; /* 右下ボタンと被らないように */
}

/* ▲ SLIDERカード PC ▲ */
/* ▼ 事業案内＋スライダー 2カラム PC ▼ */
.sec_business_in {
  gap: 60px;
}

.business_heading {
  width: 180px;
  padding-right: 20px;
}

.business_jp {
  font-size: 2.8rem;
}

.business_txt {
  margin-top: 8px;
}

/* スライダー側のカード幅は既存の slider-card をそのまま使用 */
.business_content .slider-card {
 
}
/* ▲ 事業案内＋スライダー 2カラム PC ▲ */

  /* ==========================
     KURE IMAGE PC
     ========================== */
  .sec_kure_image_in {
    width:90%;
    max-width:1600px;
    height: 900px;       /* 高さ 800px 準拠 */
    padding: 0;
    background-position: right center;
    background-size: auto 90%;
  }

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

  .kure-photo img {
    width: 60vw;         /* 画面の約7割を写真に */
    max-width: 1200px;  
  }



	
	
.sec_precision_in {
  flex-wrap: nowrap;
  gap: 48px;
}

.precision_images {
  flex: 0 0 55%;
	height:700px;
}

.precision_content {
  flex: 0 0 45%;
}

/* 画像の重なり方（PC） */
.precision_image-main {
  width: 95%;
}

.precision_image-worker {
  position: absolute;
  right: 2%;
  bottom: -10%;
  width: 40%;
  z-index: 2;
}

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

/* タイトル＆テキストサイズ（PC） */
.precision_ttl {
  font-size: 2.6rem;
  line-height: 1.8;
	text-align: left;
	font-weight: bold;
}

.precision_text p{
  font-size: 1rem !important;
  line-height:3;
	text-align: left;
	margin-bottom: 50px;
}

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

.sec_news_in {
  flex-wrap: nowrap;
  gap: 80px;
}

.news_heading {
  flex: 0 0 100px;
  padding-right: 20px;
  border-right: 1px solid #ddd;
}

.news_content {
  flex: 1 1 auto;
}

/* タブは中央寄せ気味に */
.news_tabs {
  max-width: 720px;
  margin-left: 0;
}

/* NEWS行のホバー */
.news_item > a:hover {
  background: #fafafa;
}

/* GPT見えない精度セクション PC */	
	
	
  .toggle2 {
    display: none;
  }
  .global_nav, #togglemenu_in {
    display: none;
  }
  /*hader-------------------------------*/
  header {
    position: fixed;
    top:20px;
    left: 2%;
    z-index: 100;
    width: 96%;
    transition: .3s;
    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;
  }
header.is-animation {
    top:10px;
    height: 60px;
}
  header .inn .logo img {
    max-width: 240px;
    height: auto;
    transition: .3s;
    z-index: 101;
	  padding:5px 0 0 0;
  }
  header h1 {
    color: #fff;
    transition: .3s;
  }
  .header {}
  .header .inn {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .header .inn .logo {
    position: absolute;
    top: 5px;
    left: 15px;
  }

/*::::botan*:::::::::::::::::::::::::::::::*/
  .header .head_bt {
    transition: .3s;
    position: absolute;
    width: 125px;
    text-align: center;
    top: 10px;
    background: #F5A89C;
    padding: 10px 0px 20px 0px;
    color: #fff;
    right: 261px;
    height: 75px;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 0.8rem;
    line-height: 1.2 !important;
	  font-weight: bold;
  }
  .header .head_bt a {
    line-height: 1.2 !important;
  }
  .header .head_bt svg {
    margin: auto;
    display: block;
    width: 20px; /* 必要なサイズ */
    height: 20px;
    fill: white; /* 塗りつぶしを白に */
    stroke: white; /* 線も白に */
    stroke-width: 2px; /* 線の太さを適宜調整 */
	  margin-bottom: 5px;
  }
  .header .head_bt2 {
    transition: .3s;
    position: absolute;
    text-align: center;
    width:150px;
    top: 15px;
    background: #019BD9;
    padding: 7px 0px 0px 0px;
    color: #fff;
    right: 90px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 1rem;
  }
  .header .head_bt2 svg {
    margin: auto;
    display: block;
    width: 25px; /* 必要なサイズ */
    height: 18px;
    fill: white; /* 塗りつぶしを白に */
    stroke: white; /* 線も白に */
    stroke-width: 2px; /* 線の太さを適宜調整 */
	  margin-bottom: 5px;
  }
  .header .head_bt3 {
    transition: .3s;
    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;
  }

   .is-animation .inn .head_bt, .is-animation .inn .head_bt2 {
    transition: .3s;
    padding-top: 7px;
	  top: 10px;
	z-index: 10000!important;
  }
  .is-animation .inn .head_bt3 {
    transition: .3s;
    padding-top: 0px;
	  top: 0px;
	  height: 60px;
	z-index: 10000!important;
  }
/*::::botan*:::::::::::::::::::::::::::::::*/
  .menunav {
    margin-left: auto;
    margin-right: 230px;
    display: block;
    width: 630px;
    padding-top: 3px;
    box-sizing: border-box;
    height: 70px;
  }
  #gnav > ul {
    display: table;
    padding-left: 50px;
  }
  #gnav > ul > li {
    display: table-cell;
    margin-right: 2em;
  }
  #gnav > ul > li:hover {
    color: #019BD9;
  }
  #gnav > ul > li:hover > a {
    color: #019BD9;
  }
  #gnav > ul > li:hover .menu {
    max-height: 9999px;
    opacity: 1;
  }
  #gnav > ul > li > a {
    display: block;
    height: 30px;
    padding: 20px 25px 25px 25px;
    transition: all .2s ease-in;
    transition: .3s;
  }
  #gnav > ul .menu {
    transition: all .2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    max-width: 200px;
    text-align: center;
    position: absolute;
    /*background-color: #f8f3f1;*/
    background: rgba(6, 40, 81, 0.9);
    z-index: 1000;
	  border-radius: 10px;
  }
  #gnav > ul .menu .menu_inner {
    padding: 30px 0 20px 10px;
	  text-align: left;
  }
  #gnav > ul .menu a {
    color: #fff;
  }
  .is-animation {
    height: 70px;
  }

  .is-animation h1 {
    color: #000;
  }
  .is-animation .inn .logo img {
    max-width: 210px;
    height: auto;
    top: -10px;
    margin-top: -4px;
  }
  .is-animation #gnav > ul > li > a {
    padding: 15px 25px 12px 25px;
  }

  /*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;
	  padding:0 0 20px 20px;
	  width: 100%;
	  position: relative;

  }
	
/* 矢印の擬似要素 */
.menu_inner li a::after {
  content: "";
  position: absolute;
  right: 56px;
  top: 13px;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Hover時の変化 */
	/* Hover時の変化 */
.menu_inner li a{

    transition: all .2s ease-in;
    transition: .3s;
}
.menu_inner li:hover a{
  color: #019BD9 !important;
  padding-right: 70px;

    transition: all .2s ease-in;
    transition: .3s;
}

.menu_inner li:hover a::after {
   transform: translate(6px, -50%) rotate(45deg);
  opacity: 1;
  color:#019BD9;
}
	
	
  #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 .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: 30px;
    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: 28px;
    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: 18px;
    letter-spacing: 4px;
    line-height: 1.6
  }
  .box-title02 {
    margin: 20px auto 0 auto;
    max-width: 500px;
    width: 90%;
    text-align: left;
    font-size: 28px;
    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: 18px;
    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: 18px;
    letter-spacing: 4px;
    line-height: 1.6
  }
  .sec1 {
    height: 1100px;
  }
  .sec2 {
    height: 1000px;
  }
  /* 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-------------------------------*/
  .pcnon {
    display: none;
  }
  .wrap {
    width: 980px;
    margin: auto;
    position: relative;
  }
  footer {
    text-align: center;
  }
  footer .copy {
    padding: 20px 0 20px 0;
    clear: both;
  }
}
/* bg-img-box-------------------------------*/
@media screen and (min-width: 1161px) {
  .bg-img-box-header .box-title {
    letter-spacing: .2rem;
    font-size: 3.6rem;
    width: 100%;
    margin: auto;
	  line-height: 1;
  }
  .bg-img-box-header .box-title-read {
    padding-top: 10px;
    font-size: 18px;
    padding-bottom: 20px;
  }
  .bg-img-box-header .box-read {
    font-size: 15px;
    padding-top: 10px;
  }
	
.contactform_link {
  position: relative;
  height: 700px; /* 必要に応じて調整 */
  display: flex;
  align-items: center;     /* ← 縦中央 */
  justify-content: flex-end; /* ← 横は右端 */
  padding-right: 20%;     /* 右端からの余白 */
  transition: 0.3s ease;
}
	
  .a1column {
    width: 100%;
    height: 700px;
    display: block;
    position: relative;
  }
  .a11column {
    width: 100%;
    height: 500px;
    display: block;
    position: relative;
  }
  .a2column {
    width: 50%;
    height: 500px;
    display: block;
    position: relative;
    float: left;
  }
  .a2-right {
    float: right !important;
  }
  .a3column {
    width: 33.333333333%;
    position: relative;
    height: 400px;
    display: block;
    float: left;
  }
  /*product　コンテンツ*********************************/
  .product-column {
    width: 100%;
    height: 750px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
  }
  .product-column .slide {
    width: 960px;
    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 {
    margin: auto 0 auto auto;
    width: 90%;
    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: 1400px;
    display: block;
    position: relative;
  }
  .list-column .list3 {
    float: 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: 1150px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
    background-color: #f9f8f7;
  }
  .flow-column h3 {
    font-size: 20px;
    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: 750px;
    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 {
    max-width: 800px;
    width: 100%;
    height: 450px;
    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 {
    max-width: 1140px;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 30px 0 20px 0;
    background-color: #f0f0f0;
    margin: auto;
  }
  .ft-bana .bana {
    width: 220px;
    height: 30px;
    display: block;
    position: relative;
    padding: 20px 20px 20px 100px;
    background-color: #fff;
    float: left;
    margin: 20px;
    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: 1400px;
    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: 33.3%;
  }
  .ft-sitemap .ft-list2 {
    padding-top: 52px;
    width: 33.3%;
  }
  .ft-sitemap .ft-list3 {
    width: 17%;
  }
  .ft-sitemap .ft-list h5 {
    font-size: 1.6rem;
    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: 1400px;
    width: 90%;
    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 20px;
    border-left: 1px solid #ccc;
    text-align: left;
  }
  .copyright .list li:last-child {
    border-right: 1px solid #ccc;
  }
  .copyright .copytxt {
    position: absolute;
    display: block;
    left: 10px;
    text-align: right;
  }
  /*foot　コンテンツ*********************************/
  /*サブ　コンテンツ******************************************************************/
  /*news　コンテンツ*********************************/
  .sub-head {
    width: 100%;
    height: 600px;
    display: block;
    position: relative;
  }
  .sub-head2 {
    margin-top: 60px;
    width: 100%;
    height: 200px;
    background-image: url(../../images/midashi_bak.jpg);
    background-size: cover;
    color: #fff;
  }
  .subhead-box {
    max-width: 1200px;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: center;
    margin: auto;
  }
  .subhead-box2 {
    max-width: 1200px;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: left;
    margin: auto;
  }
  .sub-head2 h2 {
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    display: block;
    position: relative;
    padding-top: 75px;
    padding-left: 20px;
  }
  .sub-head3 {
    width: 100%;
    height: 70px;
    font-size: 20px;
    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 30px;
    position: relative;
    float: left;
  }
  /*news　コンテンツ*********************************/
  /*title　コンテンツ*********************************/
  .title-column {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 80px 0 50px 0;
  }
  .headTitle span {
    border-bottom: #7F5F01 0.5px solid;
    padding: 0 0px 5px 0px;
    display: block;
    margin: auto;
    width: 500px;
  }
  .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{
	padding:80px 0 50px 0;
	}
*/
  /*文字サイズ*********************************/
  .title-column .headTitle {
    font-size: 30px;
    line-height: 2.5;
    font-weight: bold;
  }
  .title-column .headTitle2 {
    font-size: 30px;
    line-height: 2.5;
    font-weight: bold;
  }
  .headTitle22 {
    font-size: 30px;
    line-height: 2;
    font-weight: bold;
  }
  .title-column .subTitle {
    padding-top: 10px;
    font-size: 20px;
  }
  .sub-h3 {
    padding-top: 50px;
    font-size: 24px;
    line-height: 1.8;
    font-weight: bold;
  }
  .sub-h4 {
    font-size: 23px;
    line-height: 1.8;
    font-weight: bold;
  }
  .sub-h5 {
    font-size: 22px;
    line-height: 2;
  }
  .sub-h6 {
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8;
  }
  .sub-h7 {
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
  }
  /*幅高さ*********************************/
  .height800 {
    height: 800px !important;
  }
  .height700 {
    height: 700px !important;
  }
  .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: 47%;
    padding: 0 3% 0 0;
    float: left;
    text-align: left;
  }
  .shohin-list-2 {
    width: 50%;
    padding: 0;
    float: left;
    text-align: left;
  }
  .list2-1 {
    width: 30%;
    padding: 0 5% 0 0;
    float: left;
    text-align: left;
  }
  .list2-2 {
    width: 65%;
    padding: 0;
    float: left;
    text-align: left;
  }
  .list22-1 {
    width: 20%;
    padding: 0 2% 0 0;
    float: left;
    text-align: left;
  }
  .list22-2 {
    width: 78%;
    padding: 0;
    float: left;
    text-align: left;
  }
  .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: 30%;
    padding: 1.5% 1.5% 30px 1.5%;
    float: left;
    text-align: left;
  }
  .list3-2 img {
    width: 100%;
    height: auto;
  }
  .youtube {
    width: 50%;
    height: auto;
    margin: auto;
    display: block;
  }
  .youtube iframe {
    padding: 50px 0 50px 0;
    width: 100%;
  }
  .cont1200-2 {
    max-width: 1200px;
    padding: 30px;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    clear: both;
    background: #F8F3F1;
  }
  .herf-img img {
    width: 50%;
    height: auto;
    float: left;
  }
  .qa {
    max-width: 1000px;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    clear: both;
    text-align: left;
  }
  .qa .qa_sec {
    margin: 70px 0 0 0;
  }
  .qa img {
    width: 90%;
    max-width: 400px;
    height: auto;
  }
  .hyo dt {
    width: 25%;
    border-bottom: 2px solid #000;
    padding: 30px 0 30px 5%;
  }
  .hyo dd {
    width: 65%;
    border-bottom: 2px solid #cccccc;
    padding: 30px 0 30px 5%;
  }
  .gmap {
    width: 100%;
    height: 500px;
  }
  .gmap iframe {
    width: 100%;
    height: 500px;
  }
  .shohin-list-2 .kakaku {
    font-size: 24px;
    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;
  }
  /*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;
  }
  .form dd {
    width: 70%;
    border-bottom: 1px solid #cccccc;
    padding: 20px 0 20px 5%;
  }
  .form .address {
    height: 200px;
  }
  .form .address input {
    width: 500px;
  }
  .form .naiyo1 {
    height: 250px;
  }
  .form .naiyo2 {
    height: 250px;
  }
  .main-1txt {
    position: absolute;
    top: 20%;
    left: 8%;
    width: 260px;
    height: auto;
  }
  .main-2txt {
    position: absolute;
    top: 30%;
    left: 8%;
    width: 400px;
    height: auto;
  }
  .main-3txt {
    position: absolute;
    top: 55%;
    left: 8%;
    width: 200px;
    height: auto;
  }
  .main-4txt {
    position: absolute;
    top: 15%;
    right: 8%;
    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: 200px;
    height: auto;
  }
  /*TOPアニメーションバナー*********************************/
  .abana-box {
    display: block;
    position: relative;
    height: 500px;
  }
  .abana-1 {
    width: 800px;
    height: 400px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -650px;
  }
  .abana-2 {
    width: 500px;
    height: auto;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: 100px;
    z-index: 1;
  }
  .abana-3 {
    width: 800px;
    height: 400px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -200px;
  }
  .abana-4 {
    width: 500px;
    height: auto;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -650px;
    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 {
    width: 600px;
    height: 360px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -650px;
    margin-top: 30px;
  }
  .sub-abana-2 {
    width: 500px;
    height: auto;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: 100px;
    z-index: 1;
    color: #fff;
  }
  .sub-abana-2 .box-title02 {
    text-align: center;
    font-size: 40px;
    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: 80%;
    background-color: #004178;
    color: #fff;
    text-align: center;
    font-size: 23px;
    line-height: 1.8;
    font-weight: bold;
    z-index: 2;
  }
	
	
	.title-column2{
	width:100%;
	height:330px;
	display:block;
	position:relative;
	padding:20px 0 50px 0;
	margin:  -400px auto 0 auto;
	z-index: 3;
	text-align: left;
	}
	
/*見出しCXR-01*********************************/
.head-title-box2{
	width: 95%;
	position: relative;
	max-width: 100%;
	padding: 0px 0 0 5%;
	height: 200px;
	margin: auto;
	text-align: left;
}
	
.head-title-box2 .title{
	position: relative;
	font-size: 90px;
	line-height: 100%;
	padding-top: 0px;
	z-index: 1;
	color: #fff;
	
}
.head-title-box2 .title-pd{
	padding-top: 40px;
	
}
	
.head-title-box2 .subtitle{
	padding-top: 20px;
	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;
}
/*見出し*********************************/
/* ▼ サブページ ドックメニュー PC（sticky版） ▼ */

/* 追従する本体 */
.subdock {             /* ここをヘッダーの高さ＋αに調整（例：120px） */
  z-index: 50;
  display: flex;
  justify-content: center;    /* 画面横方向の真ん中に配置 */
  margin-top: 40px;           /* サブヘッダーからの余白はここで調整 */
}

/* ドックの丸いBOX */
.subdock_in {
  background: rgba(0, 49, 123, 0.55);  /* #00317B 55% */
  border-radius: 9999px;
  padding: 14px 40px;
  backdrop-filter: blur(4px);
}

/* リスト本体 */
.subdock_list {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 仕切り線の基準にするため relative */
.subdock_list li {
  position: relative;
}

/* 各リンク */
.subdock_list li a {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  transition: color 0.3s ease, transform 0.3s ease;
}

/* 仕切り線 “｜”（中央揃えになるよう調整） */
.subdock_list li + li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 1px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-50%);
}

/* HOVER：白 → #019BD9 ＋ ふわっと少し上に */
.subdock_list li a:hover {
  color: #019BD9;
  transform: translateY(-2px);
}

/* ▲ サブページ ドックメニュー PC ▼ */
/* PC：2カラム横並び */

.greeting_body {
  display: flex;
  align-items: flex-start;
  column-gap: 80px; /* 画像とテキストの間隔 */
}

.greeting_photo {
  width: 32%;
}

.greeting_text {
  width: 68%;
  line-height: 2.2;
}

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

/* PC版：メニューナビゲーションの調整（3列レイアウト） */
.menu-nav {
  gap: 35px;
  width: 100%;
  height: auto;
  overflow-y: visible;
  overflow-x: hidden;
  padding-right: 15px;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.menu-nav-col {
  flex: 0 0 calc(33.333% - 23.33px);
  min-width: 160px;
  max-width: calc(33.333% - 23.33px);
  margin-bottom: 30px;
}

.menu-nav-title {
  font-size: 1.15rem;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

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

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

/* PC版：ロゴの位置調整 */
.menu-logo {
  width: 280px;
  top: 32px;
  left: 32px;
}

/* PC版：閉じるボタンの位置 */
.menu-overlay .menu-toggle {
  top: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 8px;
}

}

