@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #000;
}
li {
  list-style: none;
}
.width {
  width: 75%;
  margin: 0 auto;
}
img {
  width: 100%;
}
.bottom h4 {
  border-bottom: 4px solid #000;
  font-size: 1.5rem;
  opacity: 0.8;
  margin-bottom: 1.5rem;
}
.top {
  margin-top: 3rem;
}
.fase {
  display: none;
}
/**header**/

.header-main {
  display: flex;
  width: 75%;
  margin: 0 auto;
  justify-content: space-between;
  height: 7rem;
  align-items: center;
}
.header-title h1 {
  color:#0072BC;
}
.header-title span {
  color: #000;
  font-size: 1.25rem;
}
.header-tel a {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0072BC;
}
.header-bottom {
  border-bottom: 4px solid #4699ca;
}
.menu {
  display: flex;
  justify-content: space-around;
  height: 4rem;
  align-items: center;
}

.menu li {
  width: 25%;
  text-align: center;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.menu li a {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
}
.menu li + li {
  border-left: 0;
  border-right: 1px solid #333;
}
.menu li a {
  font-size: 1.25rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.menu li a:hover {
  opacity: 0.6;
}
.menu li a::after {
  position: absolute;
  bottom: 0;
  left: 30%;
  content: "";
  width: 40%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.menu li a:hover::after {
  transform: scale(1, 1);
}
/**bgi**/
.main-bgi {
  background-image: url(../img/neji.jpg);
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.main-bgi:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.2); /*半透明のフィルターをかける*/
}
.bgi-text {
  color: #fff;
  position: absolute;
  text-align: left;
  width: 80%;
  top: 0%;
  left: 12.5%;
  padding: 4rem 0;
}
.bgi-text h3 {
  font-size: 3.25rem;
  text-shadow: 6px 6px 6px #808080;
  padding-bottom: 1rem;
  font-family: serif;
}
.bgi-text p {
  font-weight: 800;
  line-height: 2;
  font-size: 1.5rem;
  text-shadow: 6px 6px 6px #808080;
  font-family: serif;
}
/**pickup**/
.pickup-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pickup-img {
  width: 23%;
  height: 35vh;
  margin-bottom: 4rem;
}
.pickup-img img {
  object-fit: cover;
  height: 100%;
  transition: all 0.5s ease;
}
.pickup-img img:hover {
  opacity: 0.6;
}
.pickup-text-box {
  text-align: center;
}
.fa-chevron-right {
  padding-right: 0.5rem;
  color: #4699ca;
}
.arrow {
  font-size: 1.25rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.arrow:hover {
  opacity: 0.6;
}
.arrow::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.arrow:hover::after {
  transform: scale(1, 1);
}
.company-text {
  display: flex;
  width: 100%;
}
.company-link {
  width: 30%;
  margin-bottom: 5rem;
}
.company-link a {
  background-color: #5dc5f1;
  color: #fff;
  padding: 0.5rem 3rem;
  transition: all 1s ease;
}
.company-link :hover {
  box-shadow: 0 5px 10px black;
  transform: translate(0, -5px);
  opacity: 0.8;
}
/**footer**/
.header-lists {
  display: flex;
  justify-content: space-around;
  height: 4rem;
  align-items: center;
}

.header-lists li {
  width: 14%;
  text-align: center;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.header-lists li a {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
}
.header-lists li a:hover {
  opacity: 0.6;
}
.header-lists li + li {
  border-left: 0;
  border-right: 1px solid #333;
}
.footer-menu {
  background-color: #ddeeff;
  padding-bottom: 1rem;
}
.footer-menu h2 {
  font-size: 2rem;
  color: #1760a0;
}
.footer-menu h2 span {
  font-size: 1.125rem;
  color: #000;
  opacity: 0.8;
}
.footer-info {
  display: flex;
  justify-content: space-around;
}
.footer-bgi {
  background-color: #4699ca;
  height: 8vh;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
}
.footer-bgi p {
  line-height: 8vh;
  height: 8vh;
}
/**archive-company**/
.head-bgc {
  background: linear-gradient(to right, #1760a0 20%, #FFF);
  height: 30vh;
}
.main-head {
  height: 30vh;
  line-height: 30vh;
  color: #fff;
}
.main-head h2 {
  font-size: 2.5rem;
}
.main-head h2 span {
  font-size: 1.25rem;
}
.head-list {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 2.5rem 0;
  flex-wrap: wrap;
}
.head-list li {
  width: 27%;
  text-align: center;
}
.head-list li a {
  font-size: 1.125rem;
  font-weight: bold;
  border: 2px solid #ddeeff;
  display: block;
  width: 100%;
  padding: 0.5rem 0;
}
.fa-sort-down {
  margin-right: 0.5rem;
}
.boders {
  font-size: 1.25rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 30%;
}
.boders:hover {
  opacity: 0.6;
}
.boders::after {
  position: absolute;
  bottom: 10px;
  left: 40%;
  content: "";
  width: 30%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.boders:hover::after {
  transform: scale(1, 1);
}
.line {
  border-bottom: 3px solid #000;
  font-size: 1.5rem;
  padding-left: 2rem;
}
.company-texts {
  width: 80%;
  padding-left: 4rem;
  padding-top: 2rem;
  margin-bottom: 2rem;
  line-height: 2;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-size: 1rem;
  margin: 2rem 0;
}
th {
  width: 30%;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
th {
  text-align: left;
  background-color: #eee;
  border-right: 2px solid #ccc;
}
iframe {
  width: 100%;
  height: 70vh;
  margin: 2rem 0;
}
.contact {
  width: 80%;
  margin: 2rem auto;
  border: 3px solid #666;
  text-align: center;
  padding: 2rem 0;
}
.contact-text {
  font-size: 1.25rem;
  opacity: 0.8;
}
.contact a {
  font-size: 1.75rem;
  line-height: 3;
  color: #4699ca;
  font-weight: bold;
  opacity: 0.8;
}
/**meke**/
.meke-text {
  margin-top: 2rem;
  font-size: 1.25rem;
}
.meke li {
  margin-bottom: 1rem;
}
.meke-title {
  margin-bottom: 2rem;
}
.meke-list {
  margin-bottom: 2rem;
}
.meke-list ul {
  display: flex;
  flex-wrap: wrap;
}
.meke-list ul li a {
  color: #4699ca;
  position: relative;
}
.meke-list ul li {
  margin-left: 1rem;
}
.meke-list ul li a:hover {
  opacity: 0.6;
}
.meke-list li a::after {
  position: absolute;
  bottom: 0;
  left: 20%;

  content: "";
  width: 70%;
  height: 1.5px;
  background: #333;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.meke-list li a:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 1200px) {
  .header-lists {
    flex-wrap: wrap;
    justify-content: start;
    margin: 0 0 2rem 0;
    padding-top: 2rem;
  }
  .header-lists li:nth-child(8) {
    border-left: 1px solid #000;
  }
  .header-lists li {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  .main-bgi{
    height: 60vh;
  }
  .pickup-img {
    width: 23%;
    height: 20vh;
    margin-bottom: 4rem;
  }
}
@media (max-width: 820px) {
  .width {
    width: 95%;
    margin: 0 auto;
  }
  .bgi-text{
    left: 4%;
  }
  .menu {
    flex-wrap: wrap;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .menu li {
    width: 50%;
    margin-bottom: 0.75rem;
  }
  .menu li:nth-child(3) {
    border-left: 1px solid #000;
  }
  .pickup-images {
    flex-wrap: wrap;
    margin-top: 4rem;
  }
  .pickup-img {
    width: 45%;
  }
  .header-lists {
    flex-wrap: wrap;
    justify-content: start;
  }
  .header-lists {
    width: 100%;
  }
  .header-lists li {
    width: 20%;
  }
  .header-lists li:nth-child(8) {
    border-left: 0;
  }
  .header-lists li:nth-child(6) {
    border-left: 1px solid #000;
  }
  .footer-info {
    flex-direction: column;
  }
  .footer-info h2 {
    margin-bottom: 1rem;
  }
  .fase {
    display: block;
  }
  h1 {
    line-height: 1;
  }
  .main-bgi {
    height: 60vh;
  }
  .footer-bgi {
    height: 5vh;
  }
  .footer-bgi p {
    line-height: 5vh;
    height: 5vh;
  }
}
@media (max-width: 580px) {
  html {
    font-size: 12px;
  }
  .head-bgc {
    height: 20vh;
  }
  .head-bgc h2 {
    line-height: 20vh;
  }
  iframe {
    height: 40vh;
  }
  .header-lists li {
    width: 33%;
  }
  .header-lists {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header-lists li:nth-child(6) {
    border-left: 0;
  }
  .header-lists li:nth-child(4) {
    border-left: 1px solid #000;
  }
  .header-lists li:nth-child(7) {
    border-left: 1px solid #000;
  }
  .footer-info {
    padding-top: 2rem;
  }
  .main-bgi{
    height: 50vh;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 10px;
  }
}
