.p-construction-tab {
  padding: 24px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-construction-tab {
    background: #efefef;
    padding: 40px 0;
  }
}
.p-construction .wrap {
  position: inherit;
}
.p-construction .tab-nav {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .p-construction .tab-nav {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-construction .tab-nav {
    gap: 6px;
  }
}
@media (min-width: 768px) {
  .p-construction .tab-nav li:before {
    position: absolute;
    content: "";
    bottom: 0;
    border-bottom: 4px solid transparent;
    left: -100%;
    width: 500%;
  }
}
@media (min-width: 768px) {
  .p-construction .tab-nav li.active.first-item:before {
    border-bottom: 4px solid var(--c-blue-2);
    z-index: 1;
    display: block;
  }
  .p-construction .tab-nav li.active:before {
    border-bottom: 4px solid var(--keycolor);
  }
}
.p-construction .tab-nav li.active .tab-nav__item:after {
  display: block;
}
.p-construction .tab-nav__item {
  background: #fff;
  border-radius: 8px;
  height: 56px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-construction .tab-nav__item {
    background: none;
    border: 4px solid var(--pink);
    border-bottom: none !important;
    border-radius: 8px 8px 0 0;
    height: 80px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 0;
  }
  .p-construction .tab-nav__item:after {
    position: absolute;
    content: "";
    bottom: 0;
    border-bottom: 4px solid #fff;
    left: 0;
    z-index: 1;
    width: 100%;
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-construction .tab-nav__item {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .p-construction .tab-nav__item.--okaya {
    border: 4px solid var(--c-blue-2);
  }
}
@media (max-width: 767px) {
  .p-construction .tab-nav__item.--okaya .icon-arrow-b {
    color: var(--c-blue-2);
  }
}
@media (min-width: 768px) {
  .p-construction .tab-nav__item .item-box {
    line-height: 1.9;
  }
}
.p-construction .tab-nav__item .init {
  color: #fff;
  font-size: 10px;
  border-radius: 3px;
  width: 25px;
  height: 16px;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #008765;
  font-weight: 400;
}
@media (min-width: 768px) {
  .p-construction .tab-nav__item .init {
    width: 33px;
    height: 24px;
    font-size: 14px;
    margin-right: 5px;
  }
}
.p-construction .tab-nav__item label {
  margin-right: 15px;
  font-size: 10px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-construction .tab-nav__item label {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-construction .tab-nav__item label {
    font-size: 12px;
  }
}
.p-construction .tab-nav__item .icon-arrow-b {
  position: absolute;
  font-size: 8px;
  color: var(--keycolor);
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .p-construction .tab-nav__item .icon-arrow-b {
    display: none;
  }
}
.p-construction .tab-content {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-construction .tab-content {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .p-construction .tab-content.tab-pc {
    display: none;
  }
  .p-construction .tab-content.tab-pc.active {
    display: block;
  }
}
.p-construction__tbl {
  margin-top: 21px;
}
@media (min-width: 768px) {
  .p-construction__tbl {
    margin-top: 32px;
  }
}
.p-construction__tbl table {
  border-collapse: collapse;
  width: 100%;
}
.p-construction__tbl table td {
  font-size: 12px;
  padding: 16px;
  border: 2px solid #a0a0a0;
  line-height: 1.3333333333;
}
@media (min-width: 768px) {
  .p-construction__tbl table td {
    font-size: 18px;
    line-height: 1.3333333333;
    padding: 35px;
  }
}
.p-construction__tbl table td:first-child {
  text-align: center;
  width: 120px;
}
@media (min-width: 768px) {
  .p-construction__tbl table td:first-child {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .p-construction__tbl table td:last-child {
    font-size: 10px;
    padding-right: 10px;
  }
}
.p-construction__grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 768px) {
  .p-construction__grid {
    margin-top: 32px;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .p-construction__grid.grid-sp {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-construction__grid.cuz-grid {
  gap: 54px;
  position: relative;
}
@media (min-width: 768px) {
  .p-construction__grid.cuz-grid {
    gap: 160px;
  }
}
.p-construction__grid.cuz-grid.sutama:after {
  top: 31%;
}
@media (min-width: 768px) {
  .p-construction__grid.cuz-grid.sutama:after {
    top: 25%;
  }
}
.p-construction__grid.cuz-grid:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 44%;
  width: 32px;
  height: 40px;
  background: url(../img/common/ic_big_right.svg) no-repeat top center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .p-construction__grid.cuz-grid:after {
    width: 96px;
    height: 120px;
  }
}
.p-construction__grid .item-img {
  text-align: center;
}
.p-construction__grid .item-img .alt {
  font-size: 10px;
  line-height: 1;
  display: block;
  margin-top: 14px;
}
@media (min-width: 768px) {
  .p-construction__grid .item-img .alt {
    font-size: 13px;
    margin-top: 24px;
  }
}
.p-construction__grid .item-img .alt.mrgbot {
  margin-bottom: 15px;
  margin-top: 0;
}
.p-construction .item-center {
  margin-top: 20px;
  text-align: center;
}
.p-construction .item-center img {
  width: auto;
  max-width: 100%;
}
.p-construction__txt {
  font-size: 13px;
  line-height: 1.5384615385;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .p-construction__txt {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 13px;
  }
}
.p-construction__txt.--last {
  color: #db0000;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-construction__txt.--last {
    margin-bottom: 80px;
  }
}
.p-construction__txt.--last .tlink {
  color: #005cb0;
  text-decoration: underline;
  word-break: break-all;
}
.p-construction__sub {
  font-weight: 500;
  font-size: 16px;
  margin-top: 16px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .p-construction__sub {
    font-size: 24px;
    margin-top: 25px;
    margin-left: -15px;
  }
}
.p-construction__sub.mrg-sub {
  margin-top: 30px;
}
.p-construction__sub.mrgleft {
  margin-left: 0;
}
.p-construction__sub.mrgtop {
  margin-top: 0;
}
.p-construction__img {
  margin: 25px 0;
}
.p-construction__social {
  display: flex;
  gap: 30px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .p-construction__social {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.p-construction__social .social-link {
  width: 100%;
  border: 1px solid var(--keycolor);
  border-radius: 5px;
  text-align: center;
  padding: 25px 18px;
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-construction__social .social-link {
    border: 2px solid var(--keycolor);
    width: calc(33.3333333333% - 15px);
  }
}
.p-construction__social .social-link:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/ic_right.png) no-repeat top center;
  background-size: contain;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .p-construction__social .social-link:after {
    width: 26px;
    height: 26px;
  }
}
.p-construction__social .social-link:hover:after {
  right: 10px;
}
.p-construction__social .social-link img {
  max-width: 80px;
}
@media (min-width: 768px) {
  .p-construction__social .social-link img {
    max-width: 70%;
  }
}
.p-construction__social .social-link span {
  display: block;
  margin: 10px 0 0;
  font-size: 10px;
}
@media (min-width: 768px) {
  .p-construction__social .social-link span {
    font-size: 14px;
  }
}
.p-construction__social .social-link label {
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-construction__social .social-link label {
    font-size: 18px;
  }
}
.p-construction__flex {
  display: flex;
  gap: 14px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .p-construction__flex {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .p-construction__flex .img02 {
    width: 64%;
  }
}

.fix-right-construction {
  position: fixed;
  top: var(--hHeader);
  background: #efefef;
  width: 100%;
  padding: 40px 20px;
  z-index: 2;
  display: none;
}
.fix-right-construction.is-active {
  display: block;
}

.ic-anchor {
  background: var(--keycolor);
  color: #fff;
  position: fixed;
  right: 0;
  top: calc(var(--hHeader) + 40px);
  z-index: 11;
  writing-mode: vertical-rl;
  padding: 9px;
  border-radius: 8px 0 0 8px;
  border: 2px solid #fff;
  border-right: none;
  letter-spacing: 0.1em;
  font-size: 13px;
  min-height: 108px;
  text-align: center;
}
.ic-anchor .txt-after {
  display: none;
}
.ic-anchor.is-active .txt-after {
  display: block;
}
.ic-anchor.is-active .txt-before {
  display: none;
}/*# sourceMappingURL=construction.css.map */