@charset "utf-8";
/*================================
top
================================*/
.mv {
  position: relative;
  margin-bottom: 300px;
}
.mv::before {
  content: "";
  position: absolute;
  background: #faa708;
  width: 75%;
  height: 80vh;
  right: 0;
  z-index: -1;
}
.mv .mv_img {
  background: url("../img/company/mv.jpg") no-repeat top center / cover;
  position: relative;
  width: 100%;
  height: 60vh;
  margin-left: auto;
}
.mv .ttl_box {
  padding: 40px 40px 40px 10%;
  background: #fff;
  position: absolute;
  bottom: -100px;
  left: 0;
}
.mv .sub_ttl {
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.mv .ttl_box h2 {
  font-size: 54px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
.mv .pan_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mv .pan_list li {
  margin-right: 20px;
  position: relative;
}
.mv .pan_list li::after {
  content: "/";
  position: absolute;
  font-size: 16px;
  right: -13px;
}
.mv .pan_list li:last-child {
  border-bottom: 1px solid #cc5d00;
}
.mv .pan_list li:last-child:after {
  display: none;
}
.sec01 {
  margin-bottom: 70px;
}
.sec01 .txt_box01 {
  background: #fff;
  padding: 10% 14%;
}
h3 {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}
h3::after {
  content: "";
  position: absolute;
  width: 100px;
  border-bottom: 2px solid #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec01 {
  margin-bottom: 80px;
}
.sec01 .txt_box01 {
  background: #fff;
  padding: 10%;
}
.sec01 .right {
  text-align: right;
}
.sec01 p {
  margin-bottom: 40px;
}
.sec01 ul li {
  text-indent: -2em;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 0 0 30px 2em;
}
h4 {
  font-size: 18px;
  font-weight: bold;
  color: #d4711f;
  padding-bottom: 15px;
}
.sec01 .indent {
  text-indent: -2.8em;
  padding-left: 2.8em;
  margin-bottom: 10px;
}
.sec01 .table_wrap {
  overflow: auto;
  margin-bottom: 40px;
}
.sec01 .officer_table {
  font-size: 14px;
  table-layout: fixed;
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.13em;
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #fff;
  -webkit-overflow-scrolling: touch;
}
table tr:first-of-type th {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  padding: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #f0f0f0;
  text-align: center;
  vertical-align: middle;
}
table td {
  font-size: 15px;
  font-weight: 400;
  padding: 15px 10px;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  vertical-align: middle;
  text-align: center;
}
.sec01 .link_text {
  display: inline-block;
  padding: 5px 0 5px 10px;
  color: #000;
  text-decoration: underline;
}

#news .two_col {
  display: flex;
  justify-content: space-between;
}
#news .two_col p {
  width: 48%;
}

#news .img250203_04 {
  width: 70%;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media only screen and (max-width: 1024px) {
  .mv {
    width: 100%;
    margin: 0 auto 180px;
    position: relative;
  }
  .mv::before {
    height: 62vh;
  }
  .mv .mv_img {
    height: 45vh;
  }
  .mv .ttl_box {
    padding: 30px 10px 30px 5%;
  }
  .mv .ttl_box h2 {
    font-size: 34px;
    letter-spacing: 3px;
    margin-bottom: 5px;
  }
  .mv .pan_list {
    font-size: 14px;
  }
  h3 {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .sec01 {
    margin-bottom: 40px;
  }
  .sec01 p {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .sec01 ul li {
    text-indent: -1.5em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding: 0 0 30px 1.5em;
  }
  table tr:first-of-type th,
  table td {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  #news .two_col {
    flex-direction: column;
  }
  #news .two_col p {
    width: 100%;
  }
  #news .img250203_04 {
    width: 100%;
  }
}
