@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Hiragino Kaku Gothic Pro','Meiryou','sans-serif';
    font-size: 1.5vw;
}

a {
    text-decoration: none;
    color: #333;
}
#menu-btn-check {
  display: none;
}
.header_logo {
  display: none;
}
.header-box {
    max-width: 100%;
    height: 7vw;
    display: flex;
    position: fixed;
    background-color: rgba(0, 18, 39, 0.875);
    z-index: 3;
}


.background {
  position: absolute;
  width: 80%;
  height: 420vw;
  margin: 0;
  margin-top: -0.5%;
  background-color: #f4f4f4;
  z-index: 0.1;
}

.header-box {
  display: block;
    max-width: 100%;
    height: 7vw;
    display: flex;
    position: fixed;
    background-color: rgba(0, 18, 39, 0.875);
    z-index: 10;
}

.banner-logo img{
  width: 36.4%;
  z-index: 1;
  margin-top: -0.1vw;
  margin-left: 0.5%;
}
.menu-content {
display: block;
  width: 55vw;
  display: flex;
  z-index: 1;
  margin-left: 43.4%;
  margin-top: -3.5vw;
}

.menu-content ul {
  width: 55vw;
  height: 2vw;
  display: flex;
  text-align: center;
  margin: 0;
}
.menu-content ul li {
  width: 23%;
  list-style: none;
  border-right: solid 0.01vw #f2f2f2;
}
.menu-content ul li:first-child {
  border-left: 0.01vw solid #f2f2f2;
}
.menu-content a {
  color: #f4f4f4;
}
.header-img img {
  width: 100%;
  height: 40vw;
  opacity: 0.8;
}
.access {
  margin: -2.5vw 0% 0% 2%;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 10vw; /* ボタン幅 */
  padding: 1em 1em;
  background: rgb(222, 202, 142); /* 背景色 */
  text-decoration: none;
  border-radius: 0.5em;
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.2);
  text-align: center; /* 文字の太さ */
  font-size: 1.3vw;
  font-family: serif;
}
.access a {
  color: #252525;
  letter-spacing: 2px;
  font-weight: bold;
}

/* マウスオーバーした際のデザイン */
.access::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgb(255 255 255) 0%, rgb(255 255 255) 50%, #314a61 50%, #31506e 60%); /* めくれた色 */
  border-radius: 0 0 0.5em 0;
  box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.access:hover::before {
  width: 2em;
  height: 2em;
}

/* クリックした際のデザイン */
.access:active {
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
  transform: translate(1px, 1px);
}

  .business-title {
    position: relative;
    display: flex;
    margin: 8vw 0 0 45%;
    z-index: 2;
    border-bottom: solid 3px #ffc439;
    width: 15vw;
  }
  .business-title h1 {
    max-width: 100%;
    font-weight: normal;
    font-size: 2.8vw;
    font-family: serif;
    letter-spacing: 2px;
    line-height: 1.2;
  }

  .business-title h1::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #96e089;
    width: 5vw;
  }
  /* クリックした際のデザイン */
  .access:active {
    box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
    transform: translate(1px, 1px);
  }
  .business-link {
    width: 60vw;
    margin-left: 18%;
    margin-top: 2vw;
    margin-bottom: 1vw;
  }

  .business-link ul {
    max-width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .business-link li {
    display: inline-block;
    width: 30%;
  }
/* ボタンのスタイル */
.btn a {
    position: relative;
    display: block;
    width: 25vw;
    padding: 0.6vw 0;
    background-color: #f1e321d3;
    border-radius: 0.8vw;
    font-size: 1.6vw;
    letter-spacing: 0.3vw;
    font-family: serif;
    color: #000000;
    text-decoration: none;
    text-align: center;
  }
  
  /* アイコンのスタイル */
  .btn-triangle-bottom a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 0.7vw solid #000000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 0 solid transparent;
    transform: translateY(1px);
    box-sizing: border-box;
  }
  .transport-title {
    margin: 1vw 5%;
  }
  .transport-title h1, .wms-title h1 {
    display: inline-block;
    font-weight: normal;
    font-family: serif;
    margin: 0 3%;
    letter-spacing: 1.5px;
    color: #0d122e;
    font-size: 4vw;
    font-weight: bold;
  }
  .wms-title h1 {
    letter-spacing: -2px;
  }
  .transport-title a, .wms-title a {
    display: inline-block;
    border-left: solid 1px #1e1e1e;
    height: 3.8vw;
    line-height: 3;
    font-size: 1.9vw;
    padding-left: 2%;
    color: #0d122e;
    font-family: serif;
  }
  .business {
    display: flex;
    flex-direction: row;
  }
  .business img {
    width: 55%;
    height: 30vw;
    opacity: 0.8;
    filter: blur(2px);
    margin-bottom: 9vw;
  }

  .business-text {
    width: 40%;
    height: 19vw;
    display: inline-block;
    border: solid 1px #333;
    background-color: #fdfdfd;
    padding: 3% 5%;
    margin: 10vw 0 0 -10%;
    z-index: 1;
  }
  .business-text h1 {
    font-weight: normal;
    font-family: serif;
  }
  .business.reverse {
    flex-direction: row-reverse;
  }
  .business.reverse .business-text {
    margin: 10vw -10% 0 0;
  }
  .wms-title, .transport-title {
    position: relative;
    z-index: 1;
    margin: 10vw 0 2vw 20%;
  }
  .wms-title {
    margin: 10vw 0 2vw 13%;
  }
  .wms-title br {
    display: none;
  }
  .transport-title {
    margin-left: 30%;
  }
.wms-box {
  position: relative;
}
  .wms-1, .wms-2, .wms-3 {
    position: relative;
    display: flex;
    font-family: serif;
  }
  .wms-2 {
    margin-top: 20vw;
    margin-bottom: 50vw;
  }
  .wms-3 {
    margin-bottom: 30vw;
  }

  .wms-1 img, .wms-2 img, .wms-3 img {
    position: relative;
    width: 80%;
    height: 30vw;
    margin-left: 10%;
    opacity: 0.9;
    z-index: 1;
  }
  .wms-2 img {
    width: 80%;
    height: 30vw;
    margin-left: 10%;
  }
  .wms-img2 img {
    position: absolute;
    width: 80%;
    height: 28vw;
    top: 37vw;
    right: 10vw;
  }
  .wms-text1, .wms-text2, .wms-text3 {
    position: absolute;
    top: 23vw;
    left: 17%;
    width: 53vw;
    height: 15vw;
    background-color: #fdfdfd;
    z-index: 2;
    padding: 2vw 8% 3.5vw 5%;
  }
  .wms-text2 {
    top: 23vw;
    left: 17%;
  }
  .wms-text3 {
    padding: 2vw 8% 3vw 5%;
  }

  .wms-text1 h1, .wms-text2 h1, .wms-text3 h1 {
    padding: 0;
    margin: 0;
    margin-top: 1vw;
    margin-bottom: 3vw;
    font-size: 2.7vw;
    color: #27272f;
    font-weight: 500;
  }
  .wms-text2 h1 {
    margin: 1vw 0 1vw 0;
  }
  .wms-1 iframe, .wms-2 iframe, .wms-3 iframe {
    position: absolute;
    top: 5vw;
    left: 29vw;
    width: 33vw;
    height: 13vw;
  }
  
  

  .footer {
    position: relative;
    font-family: serif;
    margin-bottom: -0.6vw;
  }
  .footer img {
    position: relative;
    width: 100%;
    height: 41vw;
    opacity: 0.5;
  }
  .footer h1 {
    position: absolute;
    width: 100%;
    height: 7vw;
    text-align: center;
    line-height: 2.5;
    font-weight: normal;
    background-color: #00203d;
    color: #fff;
    letter-spacing: 3px;
    opacity: 1;
    z-index: 3;
  }
  .footer-box {
    position: absolute;
    top: 0vw;
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 41vw;
    align-items: center;
    text-align: center;
    background-color: #001f3d5d;
    color: black;
  }

  .footer-box img {
    margin-bottom: -1vh;
    width: 55%;
    height: 6vw;
    opacity: 1;
  }
  .footer-box a {
    display: block;
    font-size: 1.6vw;
    color: #fdfdfd;
    letter-spacing: 2px;
  }
  .address {
    width: 100%;
    margin-top: 3vw;
  }
  .address iframe {
    margin-top: 8vw;
    width: 40vw;
    height: 25vw;
  }
  .footer-access::before {
	position: absolute; /*--positionを追加--*/
	top: 0%;
	left: 50%;
	margin: 0 1rem;
	content: "";
	width: 1px; /*--縦線の太さ(幅)--*/
	height: 27.5vw;
    margin-top: 12vw;
	background-color: #333; /*--縦線の色--*/
    opacity: 1;
    z-index: 5;
  }
  .footer-access {
    width: 100%;
    margin-top: 9vw;
  }
  .footer-access .tel {
    margin-top: 1vw;
    font-size: 1.8vw;
  }
  .footer-access a {
    display: inline-block;
    margin-left: 2%;
    font-size: 1.5vw;
  }
  .footer-access p {
    color: #fdfdfd;
    margin-left: 2%;
    font-size: 1.8vw;
    letter-spacing: 2px;
  }

  .access-btn a {
    margin: 2vw 0 0 27%;
    position: relative;
    display: inline-block;
    display: block;
    width: 100%;
    max-width: 42%; /* ボタン幅 */
    padding: 1em 1em;
    background: #e4da77; /* 背景色 */
    text-decoration: none;
    border-radius: 3em;
    color: #000000; /* 文字色 */
    box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.2);
    font-weight: normal;
    text-align: center; /* 文字の太さ */
    font-size: 1.5vw;
  }
  .copy {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 0.9vw;
    background-color: #020527;
    padding: 7px 0 4px;
    z-index: 1;
  }

  
  
  div.animation_box {
    padding: 10px;
    animation: fadeIn 5s ease 1s 1 normal backwards;
  }
   
  @media only screen and (max-width: 600px) {
    * {
      font-weight: bold;
    }

    .header-box {
      display: none;
    }
    .menu-content {
      display: none;
    }

    .header_logo {
      display: block;
      width: 100%;
      height: 16vw;
      display: flex;
      background-color: rgba(13, 24, 70, 0.93);
      position: fixed;
      z-index: 90;
    }
    .header_logo img {
      max-width: 75%;
      height: auto;
      margin-left: 1%;
      margin-top: 0.5vw;
      z-index: 100;
   }
   .menu-btn {
    position: fixed;
    top: 5vw;
    right: 5vw;
    display: flex;
    height: 6vw;
    width: 8vw;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  .menu-btn span,
  .menu-btn span::before,
  .menu-btn span::after {
    content: '';
    display: block;
    height: 0.4vw;
    width: 7vw;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    z-index: 90;
  }
  .menu-btn span::before {
    bottom: 1.8vw;
  }
  .menu-btn span::after {
    top: 1.8vw;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  
  .menu-contentsp {
    display: block;
    width: 100%;
    height: 200vw;
    position: fixed;
    z-index: 90;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: rgba(13, 24, 70, 0.93);
    transition: all 0.5s;
    color: #f4f4f4;
  }
    
  .menu-contentsp ul:first-child {
    padding: 80px 10px 50px;
    font-size: 4.8vw;
  }
  
  .menu-contentsp ul {
    margin: 1vw 8px 2vw 8px;
    font-size: 4vw;
    text-align: center;
  }
  
    
  .menu-contentsp ul li {
    border-bottom: solid 1px #fff;
    list-style: none;
    padding-bottom: 8px;
  }
  
  .menu-contentsp ul li a {
    display: block;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    padding: 20px 15px 0px 0px;
    position: relative;
    z-index: 95;
    font-weight: normal;
  }
  
  .menu-contentsp ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right:  solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    z-index: 90;
    right: 11px;
    top: 28px;
  }
    
  #menu-btn-check:checked ~ .menu-contentsp {
    left: 0;
  } 
  .access {
    display: inline;
    margin-left: 15%;
    background-color: rgb(222, 202, 142);
    padding: 9.7vw 20vw 6.5vw 20vw;
    border-radius: 100px;
  }
  .access a {
    color: #001c29;
    font-weight: bold;
    font-size: 5vw;
  }
  .access::before {
    display: none;
    }
    .access:hover::before {
      display: none;
    }
  .menu-box {
    display: none;
  }
.header-img img {
  width: 100%;
  height: 55vw;
  padding-top: 16vw;
}
.background {
  height: 800vw;
}
.business-title {
  margin: 15vw 0 5vw 35%;
  width: 40%;
}
.business-title h1 {
  width: 100%;
  font-size: 7vw;
  padding-right: 3%;
  font-weight: bold;
  color: #2e2e36;
}

.business-link {
  width: 100%;
  margin: 0;
  margin-left: -2vw;
}
.business-link li a {
  height: 10vw;
  line-height: 2.6;
  font-size: 4vw;
}
.transport-title {
  margin: 13vw 0 3vw 7%;
}
.transport-title h1, .wms-title h1 {
  font-size: 8vw;
}
.transport-title a, .wms-title a {
  font-size: 5vw;
  height: 11vw;
  line-height: 3.3;
}
.wms-title br {
  display: block;
}
.wms-title {
  padding-top: 10vw;
}

.wms-1 {
  margin-top: 10vw;
}
.wms-2 {
  margin-top: 50vw;
  margin-bottom: 85vw;
}

.wms-3 {
  margin: 40vw 0;
}

.wms-1 img, .wms-2 img, .wms-3 img {
  width: 90%;
  height: 45vw;
  margin: 0 auto;
}
.wms-img2 img {
  top: 64vw;
  left: 5vw;
}
.wms-text1, .wms-text2, .wms-text3 {
  height: 24vw;
  top: 37vw;
  left: 0vw;
  width: 67vw;
  font-size: 2.6vw;
  padding: 2vw 5vw;
  font-family: sans-serif;
  font-weight: 600;
  color: #242c30;
}
.wms-text1 h1, .wms-text2 h1, .wms-text3 h1 {
  font-weight: normal;
  font-size: 4vw;
  margin-top: 2vw;
  margin-bottom: 3vw;
  font-weight: bold;
  font-family: serif;
}
.wms-text3 h1 {
  margin-bottom: 1vw;
}
.wms-1 iframe, .wms-2 iframe, .wms-3 iframe {
  top: 8vw;
  left: 40vw;
  width: 60vw;
  height: 30vw;
}


.business-link ul {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 8%;
}
.business-link li {
margin: 2vw 10%;
}
.btn a {
  font-size: 3vw;
  width: 40vw;
  color: #2c2c3d;
}
.business img{
  height: 70vw;
  font-size: 5vw;
  margin: 5vw 0;
}
.business-text {
  width: 48vw;
  height: 63vw;
  font-size: 3.4vw;
  padding: 3% 2% 10% 3%;
  color: #343449;
}
.business-text h1 {
  font-size: 4.8vw;
  margin: 3vw 0 2vw 0;
  font-weight: bold;
}
.footer img {
  height: 130vw;
  object-fit: cover; 
}
.footer h1 {
  font-size: 25px;
  height: 60px;
  font-weight: bold;
}
.footer-box {
  display: block;
  width: 100%;
  height: 130vw;
}

.address a {
  margin-bottom: 2vw;
}
.footer-box .tel {
  font-size: 5vw;
}
.footer-box a{
  font-size: 4vw;
  margin-bottom: 1.5vw;
}
.footer-box p  {
  font-size: 5vw;
}
.footer-box img {
  width: 70%;
  height: auto;
  margin-top: 20vw;
}
.address iframe {
  width: 95%;
  height: 46vw;
  margin-top: 5vw;
}

.access-btn a {
  max-width: 70%;
  margin: 3vw 0 0 10%;
  color: #2c2c3d;
  font-weight: bold;
}
.footer-access::before {
  display: none;
}
.footer-box .access-btn {
  margin: 0 auto;
}
.copy {
  height: 5vw;
  font-size: 2.5vw;
  margin-top: -1vw;
}

  }

