@charset "utf-8";
/* CSS Document */

.mainvisual {
  background: url('../img/mv.png')no-repeat center;
  background-size: cover;
}

.company .container {
  padding-top: 94px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.company .detail_btn {
  max-width: 471px;
  background: #fff;
  border: 1px solid #00AFEC;
  color: #00AFEC;
}
.company .detail_btn::after {
  background: url("../../../common/img/arrow_02.svg");
}
.outline_table {
  max-width: 1024px;
  width: 100%;
  margin: 40px auto 0;
  border-top: 2px solid #00AFEC;
  border-bottom: 2px solid #00AFEC;
  letter-spacing: 3.2px;
}
.outline_table th {
  background: #B8E6F5;
  text-align: center;
  vertical-align: middle;
  width: 174px;
  padding: 25px 0;
  border-bottom: 1px solid #00AFEC;
  font-weight: normal;
}
.outline_table td {
  padding: 25px 40px;
  padding-right: 0;
  border-bottom: 1px solid #00AFEC;
}

.outline_table tr:last-child .indent {
  text-indent: -1.7em;
  padding-left: 1.7em;
}

/*access*/
.access .container {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.access h2{
  letter-spacing: 4.8px;
}
.access ul{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  margin-top: 32px;
}
.access .map {
  width: 100%;
  max-width: 589px;
}
.access .access_txt{
  display: flex;
  flex-direction: column;
  gap: 40px;
  letter-spacing: 1.28px;
}
.access span {
  color: #00AFEC;
}

.about .container {
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
}
@media screen and (max-width: 1280px) {
}

@media screen and (orientation: portrait) and (min-width: 768px){
}


@media screen and (max-width: 767px){
  /*company*/
  .company .container {
    padding: 64px 5%;
  }
  .company .detail_btn {
    font-size: 1.4rem;
    height: auto;
    line-height: 1.7;
  }
  .outline_table th {
    display: block;
    width: 100%;
    margin: auto;
    padding: 10px 5%;
    border-right: none;
  }
  .outline_table td {
    display: block;
    width: 100%;
    margin: auto;
    padding: 10px 5%;
  }
  
  /*access*/
  .access .container {
    padding: 0 5% 48px;
  }
  .access ul {
    width: 100%;
    flex-direction: column;
  }
  .access .map {
    max-width: 100%;
  }
  .map iframe {
    width: 100%;
  }
}