@charset "UTF-8";




#section-main-visual-dd .main-visual-block-shadow.--bo::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../image/A7R08887.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
  pointer-events: none;
}


.main-visual-block.--ove-bot {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .main-visual-block.--ove-bot {
    margin-bottom: 1.88em;
  }
}

#table__com-ov {
  padding: 100px 50px;
}

@media (max-width: 767px) {
  #table__com-ov {
    padding: 50px 25px;
  }
}

.table__com-ov-box {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

/* @media (min-width: 1366px) and (max-width: 1920px) {
  .table__com-ov-box {
    width: 100%;
  max-width: 1920px;
}
} */


.p-table th,
.p-table td {
  vertical-align: top;
  padding: 3.25em 1.25em 3.25em 1.25em;
  border-top: 2px solid #FFC480;
  border-bottom: 2px solid #FFC480;
}

@media (max-width: 767px) {

  .p-table th,
  .p-table td {
    display: block;
    padding: 1.63em 1.25em;
  }

  .p-table th {
    border: 0;
  }

  .p-table td {
    padding-top: 0;
    border-top: 0;
  }

  .-bot_map td {
    border-bottom: 0;
  }
}

.p-table th:first-child {
  width: 30%;
  /* 調整：20%〜30%程度 一般的 */
}

@media (max-width: 767px) {
  .p-table th:first-child {
    width: 100%;
  }
}


.p-table.roundBox10.wordBreakWord {
  border-collapse: collapse;
  width: 100%;
  border-top: 3px solid #FFA036;
  border-bottom: 3px solid #FFA036;
  border-left: none;
  border-right: none;
}

.p-table-officers-data.--pa_o {
  padding: 0 20px 0 0;
  border-top: 0px solid #FFC480;
  border-bottom: 0px solid #FFC480;
}

.p-table-officers-data.--pa_oo {
  padding: 15px 0 0 0;
  border-top: 0px solid #FFC480;
  border-bottom: 0px solid #FFC480;
}

.p-table-officers-data.--pa_ooo {
  padding: 40px 0 0 0;
  border-top: 0px solid #FFC480;
  border-bottom: 0px solid #FFC480;
}

@media (max-width: 767px) {

  .p-table-officers-data.--pa_o,
  .p-table-officers-data.--pa_oo,
  .p-table-officers-data.--pa_ooo {
    padding: 0;
  }
}


.--top-h {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .--top-h {
    margin-top: 0;
  }
}



th .m-table-switch.is-active[data-language="ja"] {
  font-family: "UD新ゴ M";
}

.m-table-switch[data-language="ja"],
.--ja-flh {
  font-family: "UD新ゴ R";
  font-size: 18px;
  line-height: 28px;
}

/* @media (max-width: 1920px) {

  .m-table-switch[data-language="ja"],
  .--ja-flh {
    font-size: clamp(1.125em, 1.5vw, 1.25em);
    line-height: 1.8em;
  }
} */

@media (max-width: 767px) {
  .m-table-header {
    line-height: 0.5em;
  }

  .m-table-switch[data-language="ja"],
  .--ja-flh {
    font-size: clamp(12px, 2vw, 18px);
    line-height: 1.6em;
  }
}

th .m-table-switch[data-language="en"] {
  font-family: futura-pt, sans-serif !important;
  font-weight: 500;
  font-style: normal;
}

.m-table-switch[data-language="en"] {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: #A2A2A2;
}

/* @media (max-width: 1920px) {
  .m-table-switch[data-language="en"] {
    font-size: clamp(1em, 1.5vw, 1.13em);
    line-height: 1.6em;
  }
} */

@media (max-width: 767px) {
  .m-table-switch[data-language="en"] {
    font-size: clamp(10px, 2vw, 16px);
    line-height: 1.4em;
  }
}

.m-table-data.p-table-data td {
  width: 100vw;
  padding-right: 1em;
}

@media (max-width: 767px) {
  .p-table-officers-row {
    display: table-row !important;
  }

  .p-table-officers-data {
    display: table-cell !important;
  }

  .p-table-officers.m-table-switch.mt30 {
    margin: 0.63em 0;
  }
}



.m-table-data.p-table-data.p-table-data-business p {
  margin-bottom: 25px;
}

.m-table-row .p-table-data-address.icnArrow {
  margin-bottom: 25px;
}



.m-table-googleMap {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.m-table-googleMap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 767px) {
  .m-table-googleMap {
    height: calc(500 / 767 * 100vw);
  }
}