@charset "utf-8";
/* CSS Document */
@import url("style.css");
/*******「Layout系」ヘッダー、フッター、ニュース、お問い合わせなどの部品*******/
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
}
body {
  margin: 0;
  padding: 0;
overflow-x: hidden;
}
#wrap {
  width: 100%;
}
.wrapper {
width: 100%;
overflow: hidden;
}
#hamburger {
  display: none;
}
/* ===================
PCヘッダー関連
====================== */
#header {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  z-index: 5000;
  top: 0;
position: fixed;
}
.head-logo {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 54%;
}
.head-logo img {
  display: block;
  width: 100%;
}
/* ===================
PC ナビゲーションメニュー
====================== */
#menubar01 {
/*width: 100%;
margin: 0 auto;*/
z-index: 1 !important;
/*-webkit-transform: rotate(-1.5deg) translate3d(0, 0, 0);*/
background: #FFFFFF;
/*margin-left: -25%;*/
padding: 10px 0;
position: relative;
/*transform: rotate(-1.5deg) translate3d(0, 0, 0);*/
/*width: 150%;*/
margin-bottom: -0em;
display: flex;
/*border-bottom: 4px #5367af solid;*/
border-style: solid;
border-image-source: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
border-image-slice: 1;
border-width: 0 0 5px 0;
height: 94px;
}

#dropmenu {
  list-style-type: none;
  width: 72%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
/*-webkit-transform: rotate(1.5deg) translate3d(0, 0, 0);
transform: rotate(1.5deg) translate3d(0, 0, 0);*/
}
#dropmenu li {
  position: relative;
  /*    width: calc(100% / 5);*/
padding: 23px 16px 2px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
/*justify-content: center;*/
font-size: 25px;
font-family: "gilbert", sans-serif;
font-weight: 700;
}
#dropmenu li a img {
  width: 100%;
height: 18px;
  display: block;
  margin: 0 auto;
  padding: 0;
}
#dropmenu li a {
  line-height: 100%;
  color: #000;
  text-decoration: none;
  display: block;
  font-weight: 700;
  /*transition: .3s;*/
  margin: 0 3px;
  padding: 0 10px;
}

.jpname{
display: block;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
font-size: 13px;
}

  #dropmenu li a {
    text-decoration: none;
    position: relative;
    display: inline-block;
  }

  #dropmenu li a span.jpname {
    display: block;
    margin-top: 5px; /* 英語と日本語の間の余白を調整 */
    position: relative;
  }

  #dropmenu li a span.jpname::before {
    content: '';
    position: absolute;
    left: 50%; /* 横線の初期位置を中央に */
    bottom: 100%; /* 横線を日本語テキストの上に配置 */
    width: 0;
    height: 2.0px; /* 横線の太さ */
    background-color: #679e9c; /* 横線の色 */
    transition: width 0.3s ease, left 0.3s ease; /* アニメーションの設定 */
  }

  #dropmenu li a:hover span.jpname::before {
    width: 100%; /* 横線を全体に広げる */
    left: 0; /* 左端へ移動 */
  }

  #dropmenu li a:hover {
    color: #679e9c;
    opacity: 1.0;
  }


#dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  /*    margin: 0 3px;*/
  padding: 0;
  /*    background-color: rgba(0, 0, 0, 0.3);*/
}
#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .3s;
  border-style: none;
}
#dropmenu li ul li a {
  display: block;
  padding: 1em;
  line-height: 1;
  background-color: #CAC6C6;
  text-align: left;
  font-size: 1em;
  font-weight: normal;
  color: #fff;
}
/*#dropmenu > li:hover > a {
  background: #fcefca;
  color: #000;
text-decoration-line: underline;
text-decoration-thickness: 2px;
text-decoration-color:#000;
}
#dropmenu > li:hover li:hover > a {
  background-color: rgba(0, 0, 0, 0.7);
  color: #000;
text-decoration-line: underline;
text-decoration-thickness: 2px;
text-decoration-color:#000;
}
#dropmenu > li:hover > ul > li {
  height: 50px;
  border-style: none;
}*/
        #dropmenu li a img:first-child {
            display: block;
        }

        #dropmenu li a img:last-child {
            display: none;
        }

        #dropmenu li a:hover img:first-child {
            display: none;
        }

        #dropmenu li a:hover img:last-child {
            display: block;
        }

#dropmenu li ul li a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #000000;
bottom: 4px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
opacity: 0;
visibility: hidden;
transition: 0.3s;
}

#dropmenu li ul li a:hover::after {
visibility: visible;
bottom: 12px;
opacity: 1;
}




#fade-image {
opacity: 0;
transition: opacity 1.4s ease-in-out;
}
#fade-image.show {
opacity: 1;
}








#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
}
#dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
}
#dropmenu li ul li:hover > ul > li {
  overflow: visible;
  height: 50px;
  background: #FFFFFF;
}
#dropmenu li ul li ul li a {
  background: #EEE;
}
#dropmenu li:hover ul li ul li a:hover {
  background: #FFFFFF;
}
#hamburger {
  display: none;
}
/***3列め***/
@media (max-width: 767px) {
  /* ===================
SP ヘッダー関連
====================== */
  #header {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: fixed;
    z-index: 1000;
  }
  .head-wrap {
    width: 100%;
animation: fadeIn 0.8s ease-in-out; /* 2秒かけてフェードイン */
  }
  .head-logo {
    position: relative;
    width: 76%;
  }
  .head-logo img {
    position: absolute;
    left: 0%;
    display: block;
    width: 74%;
  }
  #header .head-tel {
    display: none;
  }
  .head-in .head_search {
    display: none;
  }
  /*SP menubar01*********/
  #menubar01 {
    display: none;
  }
  /* ===================
SP ハンバーガー
====================== */
  #hamburger {
    display: block;
  }
  #hamburger .head-tel {
    display: block;
    padding-top: 0.5em;
    position: absolute;
    width: 100%;
    z-index: 5000;
    margin: 0;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #hamburger .head-tel img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  #hamburger .btn-lead {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 1em auto;
    background-color: aqua;
  }
  #hamburger {
    margin: 0px 0 0 0px;
    z-index: 2000;
  }
  #hamburger ul {
    height: 100vh;
    /*overflow: scroll;
    -webkit-overflow-scrolling: 100%;*/
  }
  .inmenu input {
    display: none;
  }
  button {
    border: none;
    background: none;
    outline: none;
  }
  a:hover, a img:hover, label img:hover {
    opacity: 0.8;
  }
  .inmenu, .inmenu span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
  }
  .inmenu {
    position: fixed;
    top: 24px;
    right: 12px;
    height: 22px;
    z-index: 10;
    width: 36px; /*長さ*/
    background-color: #5367af;
  }
  .inmenu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 10;
  }
  .inmenu span:nth-of-type(1) {
    top: -5px;
    background-color: #fff;
  }
  .inmenu span:nth-of-type(2) {
    top: 6px;
    background-color: #fff;
  }
  .inmenu span:nth-of-type(3) {
    bottom: 4px;
    background-color: #fff;
  }
  .inmenu.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  .inmenu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .inmenu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  /*------*/
  .hammenu {
    background-color: #5367af;
    height: 50px;
    width: 50px;
    margin-top: 0.3em;
    position: fixed;
    z-index: 1000;
	top:2px;
    right: 5px;
    color: #fff;
    font-size: 12px;
  }
  .menu_text {
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: -10%;
  }
  /*------*/
  #nav {
    position: fixed;
    top: 0em;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.95);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    margin-top: 70px;

  }
  #nav.active {
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    margin-top: 0px;
overflow:auto;
-webkit-overflow-scrolling: touch;
  }

  #nav ul {
    padding: 50px 0;
  }
  #nav ul li {
    list-style-type: none;
  }
  #nav ul li a {
    display: block;
    padding: 0.5em;
    transition: all 0.2s ease-in-out;
    text-align: left;
    text-decoration: none;
    color: #342009;
    list-style-type: none;
	 line-height: 110%;
  }
  ul.dl-menu {
    padding: 0px;
    margin: 0px 0 0 0;
    width: 100%;
    height: 100%;
  }
  ul.dl-menu li {
    list-style-type: none;
    /*float: left;*/
    width: 95%;
    border-bottom: dotted 1px #5367af;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 20px;
font-family: "gilbert", sans-serif;
font-weight: 700;
font-style: normal;
	 font-size: 20px;
  }
  ul.dl-menu li {
    margin-top: 10px;
  }
  ul.dl-menu li {
    margin-right: 8px;
    border-left: solid #5367af 3px;
    margin-left: 8px;
    padding: 0.1em;
  }
  .accbox {
    margin: 0;
    padding: 0.5em;
    width: 100%;
  }
  /*ラベル*/
  .accbox label {
    padding: 0.5em;
    color: #342009;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    display: block;
    text-align: left;
  }
  /*ラベルホバー時*/
  .accbox label:hover {
    background-color: #fff
  }
  /*チェックは隠す*/
  .accbox input {
    display: none;
  }
  /*中身を非表示にしておく*/
  .accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
  }
  /*クリックで中身表示*/
  .cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
  }
  #sample01 {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
  }
  #sample01 p {
    text-align: left;
    font-size: 15px;
    color: #000;
    margin: 2px 0;
    border-left: solid #007EA8 5px;
  }
  #sample01 a {
    list-style-type: none;
    width: 100%;
    margin: 5px 0;
    padding: 2px 0;
    border-left: none;
    font-size: 14px;
    background-color: #fff;
  }
  #sample01 p:nth-child(2) {
    margin: 2px
  }
  .locked {
    overflow-y: hidden;
  }
}
/* ===================
PC ブロック要素
====================== */
.lay-block {
  width: 100%;
  background-color: #FFF;
}
.lay-block-11 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-12 {
  width: 95%;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-sokuhou {
  width: 95%;
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-13 {
  width: 96%;
  width: 1920px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-top {
  width: 100%;
  position: relative;
  text-align: center;
}
.lay-block-page {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 6rem;
}
.lay-block-bottom {
width: 100%;
background-image: url("../img/footer_background.jpg");
height: 665px;
background-position: center;
z-index:1;
}
/* ===================
PC フッターのリスト
====================== */
.footer-box {
  width: 100%;
  margin: 0 auto;
}
.company-info {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}
.company-info ul {
  text-align: center;
  list-style: none;
}
.company-info img {
  display: block;
  width: 27%;
  margin: 0 auto;
}
.company-info li {
  padding: 0 0 15px;
  color: #fff;
}
.company-info a {
  padding: 0.1em 0;
}
.company-name {
  list-style: none;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.copy {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 0em 0 1em 0;
  padding: 20px 0 30px;
  padding-bottom: 15px;
}
/* ===================
PC ニュース
====================== */
.news-wrap {
width: 100%;
margin: 0 auto;
margin-top: 1em;
margin-bottom: 3.5em;
}
.news-box {
width: 100%;
height: 500px;
margin: 0 auto 0em;
margin-top: 3.0em;
padding: 0;
overflow: auto;
/*border: 1px solid #595757;*/
background-color: #f8f8f8;
}
/*news のtable*/
table.table-news {
  width: 90%;
  text-align: left;
  border-collapse: separate;
  border-spacing: 10px;
  margin: 0 auto;
padding: 2em 0 2em 0;
}
table.table-news th {
  padding: 1em;
  border-bottom: 1px #333 solid;
  line-height: 180%;
  text-align: left;
  vertical-align: top;
  color: #000;
  font-size: 17px;
  font-weight: normal;
  width: 20%;
}
table.table-news td {
font-size: 17px;
  padding: 1em;
  border-bottom: 1px #333 solid;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
  width: 80%;
}
table.table-news tr th a, table.table-news tr td a {
  text-decoration: none;
  color: #333;
}
/* ===================
PC グーグルマップ
====================== */
.access-wrap {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 5em;
}
.map-box {
  width: 100%;
  margin: 0 auto 1em;
  text-align: center;
}
.gmap {
  width: 100%;
  height: 600px;
  position: relative;
  margin: 0 auto;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
}
/* ===================
PC ページトップへ
====================== */

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #154995;
  opacity: 0.8;
  border-radius: 50%;
  z-index:5000;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*レスポンシブ*/
@media (max-width: 1199.98px) {
 .footer-box {
    width: 96%;
    }
				
}





@media (max-width: 767.98px) {
  #dropmenu li a {
    font-size: 15px;
    padding: 0 8px;
  }
  table.table-news th {
    display: block;
    width: 100%;
    border-bottom: 0px #333 solid;
    padding: 0.5em;
  }
  table.table-news td {
    display: block;
    width: 100%;
    padding: 0.5em;
  }

  .company-info img {
    width: 36%;
  }
}
@media (max-width: 575.98px) {
  .head-logo {
    width: 100%;
  }
  table.table-news {
    width: 96%;
  }
  table.table-news th {
    font-size: 16px;
    padding: 0.5em 0 0;
  }
  table.table-news td {
    font-size: 16px;
    padding: 0 0 0.5em;
  }

  .company-info img {
    width: 45%;
  }
}
/*　Galaxy Fold　*/
@media (max-width: 280px) {
  .company-info li {
    font-size: 13px;
  }
  ul.dl-menu li {
    margin-right: 0;
  }
}

