@charset "utf-8";
/* CSS Document */
.under_mv{
  background: url("/company/img/mv.png")no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
main{
  padding-bottom: 90px;
}
.intro {
  padding-top: 60px;
}
.intro p {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}
.anc_btn {
  max-width: 350px;
}
.bg_gray {
  background: #F6F6F6;
  padding: 70px 0;
  margin-top: 70px;
}
.bg_white {
  background: #FFF;
  padding: 70px 0;
}
.case_block{
  margin-top: 60px;
}
.president {
  padding: 80px 75px 80px 0;
  max-width: 1030px;
  width: 100%;
  background: url(../img/img01.png) no-repeat bottom left/cover;
  min-height: 600px;
}
.pre_inner {
  max-width: 716px;
  width: 100%;
  margin-left: auto;
}
.pre_title {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: 5.6px;
}
.pre_text {
  margin-top: 30px;
  font-weight: 500;
  line-height: 2;
}
.pre_detail {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px 28px;
}
.pre_d_left {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.pre_name {
  line-height: 1;
}
.ove_table {
  max-width: 100%;
  margin: 44px auto 0;
  table {
    border-top: 1px solid #CCC;
    width: 100%;
  }
  tr {
    border-bottom: 1px solid #CCC;
    width: 100%;
  }
  th {
    font-weight: 700;
    text-align: center;
    width: 238px;
    padding: 15px 0;
    background: var(--main-color);
    color: #FFF;
  }
  td {
    padding: 25px 0 25px 45px;
  }
}
.subtitle {
  color: var(--main-color);
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}
.office_box {
  margin-top: 60px;
}
.off_contents {
  display: flex;
  justify-content: flex-start;
  gap: 20px 50px;
  margin-top: 30px;
}
.off_address {
  max-width: 298px;
  width: 100%;
}
.off_img {
  display: flex;
  gap: 20px;
}
@media screen and ( max-width: 767px ) {
  .intro {
    padding-top: 30px;
  }
  .intro p {
    font-size: 1.8rem;
    text-align: left;
  }
  .anc_btn {
    font-size: 1.4rem;
    &::after {
      right: 15px;
    }
  }
  .president {
    padding: 30px 5%;
  }
  .pre_title {
    font-size: 2rem;
    letter-spacing: 2px;
    text-align: center;
  }
  .pre_text {
    margin-top: 20px;
  }
  .pre_detail {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 20px;
  }
  .pre_d_left {
    flex-direction: column;
    align-items: flex-start;
  }
  .ove_table {
    margin: 44px auto;
  }
  .ove_table table th, .ove_table table td {
    display: block;
    width: auto;
    padding: 20px 10px;
  }
  .off_contents {
    flex-direction: column;
  }
  .off_img {
    flex-direction: column;
    align-items: center;
    iframe {
      max-width: 328px;
      width: 100%;
    }
  }
}