@charset "UTF-8";
#abi_page {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .l-fv {
    padding-top: 10px;
  }
}

.l-fv__img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.performance .l-sec {
  position: relative;
  background: url("../img/bg.webp") no-repeat;
  background-size: cover;
  background-position: top;
  padding: 80px 20px 144px;
}
.staging .l-sec {
  position: relative;
  background: url("../img/bg.webp") no-repeat;
  background-size: cover;
  background-position: top;
  padding: 80px 20px 144px;
}
.develop .l-sec {
  position: relative;
  background: url("../img/bg.webp") no-repeat;
  background-size: cover;
  background-position: top;
  padding: 80px 20px 144px;
}
@media screen and (max-width: 767px) {
  .l-sec {
    padding: 60px 20px;
  }
}
.performance .l-sec:nth-child(3) {
  background: url("../img/bg_2.webp") no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 102px;
  padding-bottom: 160px;
}
.staging .l-sec:nth-child(3) {
  background: url("../img/bg_2.webp") no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 102px;
  padding-bottom: 160px;
}
.develop .l-sec:nth-child(3) {
  background: url("../img/bg_2.webp") no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 102px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .l-sec:nth-child(3) {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.l-sec:nth-child(3) .l-sec__inr {
  max-width: 1100px;
}

.l-sec__inr {
  max-width: 855px;
  margin: 0 auto;
}

.p-rounded {
  border-radius: 35px;
  overflow: hidden;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-rounded {
    border-radius: 24px;
  }
}
.p-rounded + .p-rounded {
  margin-top: 40px;
}
.p-rounded__ttl {
  background-color: #D2AA1B;
  color: #fff;
  font-size: 28px;
  text-align: center;
  padding: 24px 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-rounded__ttl {
    font-size: 20px;
    padding: 10px;
  }
}
.p-rounded__cont {
  background-color: #fff;
  padding: 27px 20px 40px;
}
@media screen and (max-width: 767px) {
  .p-rounded__cont {
    padding: 20px 20px 28px;
  }
}
.p-rounded__cont.--second {
  padding: 27px 20px 26px;
}
@media screen and (max-width: 767px) {
  .p-rounded__cont.--second {
    padding: 20px 20px 28px;
  }
}
.p-rounded__txt {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-rounded__txt {
    font-size: 16px;
  }
}
.p-rounded__txt.--small {
  font-size: 12px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-rounded__txt.--small {
    margin-top: 20px;
  }
}
.p-rounded__txt.--small.--mt0 {
  margin-top: 0;
}
.p-rounded__txt .big {
  color: #DE0012;
  font-size: 32px;
  line-height: 1.4;
}
.p-rounded__attention {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-rounded__attention {
    margin-top: 10px;
  }
}
.p-rounded__list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .p-rounded__list {
    padding-right: 0;
  }
}
.p-rounded__item {
  font-size: 18px;
  position: relative;
  padding-left: 1em;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-rounded__item {
    font-size: 16px;
    line-height: 1.6;
  }
}
.p-rounded__item::before {
  position: absolute;
  content: "⬛︎";
  font-size: 0.8em;
  width: 1em;
  height: 1em;
  left: 0;
  top: 3px;
}
@media screen and (max-width: 767px) {
  .p-rounded__item::before {
    top: 2px;
  }
}
.p-rounded__item + .p-rounded__item {
  margin-top: 15px;
}
.p-rounded__item.--red {
  color: #DE0012;
}
.p-rounded__item .red {
  color: #DE0012;
}
.p-rounded__item .small {
  font-size: 12px;
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-rounded__item .small + .small {
  margin-top: 11px;
}
.p-rounded__linkList {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  padding-left: 1em;
  margin-top: 11px;
}
.p-rounded__link {
  color: #277AF6;
  text-decoration: none;
  font-size: 12px;
  transition: 0.5s;
  position: relative;
  display: block;
  padding-right: 1.5em;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.06em;
}
.p-rounded__link::after {
  position: absolute;
  content: "＞";
  right: 0;
}
@media only screen and (min-width: 768px) {
  .p-rounded__link:hover {
    opacity: 0.7;
  }
}

.p-btnArea {
  margin-top: 15px;
}
.p-btnArea__txt {
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-btnArea__txt {
    font-size: 18px;
  }
}

#footerContainerId {
  margin-top: 0;
}

.p-btnlink {
  background-color: #DE0012;
  border-radius: 40px;
  border: 5px solid #fff;
  margin: 15px auto 0;
  max-width: 565px;
  width: 100%;
  padding: 15px 30px 18px 10px;
  display: block;
  position: relative;
  transition: 0.5s;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-btnlink {
    padding: 8px 20px 10px 41px;
    width: -moz-fit-content;
    width: fit-content;
    border: 3px solid #fff;
  }
}
@media only screen and (min-width: 768px) {
  .p-btnlink:hover {
    opacity: 0.7;
  }
}
.performance .p-btnlink::before {
  position: absolute;
  content: "";
  background: url("../img/bird.svg") no-repeat;
  background-size: contain;
  width: 116px;
  height: 88px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(0);
}
.staging .p-btnlink::before {
  position: absolute;
  content: "";
  background: url("../img/bird.svg") no-repeat;
  background-size: contain;
  width: 116px;
  height: 88px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(0);
}
.develop .p-btnlink::before {
  position: absolute;
  content: "";
  background: url("../img/bird.svg") no-repeat;
  background-size: contain;
  width: 116px;
  height: 88px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(0);
}
@media screen and (max-width: 767px) {
  .p-btnlink::before {
    width: 67px;
    height: 50px;
  }
}
.p-btnlink__inr {
  position: relative;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.4em;
  padding-right: 2em;
  padding-left: 2.5em;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-btnlink__inr {
    font-size: 16px;
    padding-right: 1.5em;
    padding-left: 0.5em;
    letter-spacing: 0.3em;
  }
}
.performance .p-btnlink__inr::after {
  position: absolute;
  content: "";
  background: url("../img/icon_arrow.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.staging .p-btnlink__inr::after {
  position: absolute;
  content: "";
  background: url("../img/icon_arrow.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.develop .p-btnlink__inr::after {
  position: absolute;
  content: "";
  background: url("../img/icon_arrow.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-btnlink__inr::after {
    width: 20px;
    height: 20px;
    right: 0;
  }
}
.p-btnlink__inr .big {
  font-size: 36px;
  letter-spacing: 0.2em;
  color: #FFF24D;
}
@media screen and (max-width: 767px) {
  .p-btnlink__inr .big {
    font-size: 20px;
  }
}

.p-download {
  margin: 100px auto 0;
  border-radius: 56px;
  border: 6px solid #075AB5;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  padding: 20px 30px 30px;
  max-width: 555px;
}
@media screen and (max-width: 767px) {
  .p-download {
    margin-top: 40px;
    border-radius: 22px;
  }
}
.p-download__inr {
  max-width: 400px;
  margin: 0 auto;
}
.p-download__ttl {
  display: flex;
  align-items: center;
  color: #075AB5;
  font-size: 22px;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 35px;
}
@media screen and (max-width: 767px) {
  .p-download__ttl {
    font-size: 18px;
  }
  .p-download__ttl img {
    max-width: 40px;
  }
}
.p-download__ttl::before, .p-download__ttl::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 4px;
  background-color: #075AB5;
  bottom: 22px;
}
.p-download__ttl::before {
  left: -8px;
  transform: rotate(65deg);
}
.p-download__ttl::after {
  right: -8px;
  transform: rotate(-65deg);
}
.p-download__ttl .small {
  font-size: 18px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-download__ttl .small {
    font-size: 16px;
  }
}
.p-download__list {
  display: flex;
  justify-content: center;
  gap: 20%;
  margin-top: 16px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-download__list {
    gap: 5%;
    padding: 0;
  }
}
.p-download__item {
  width: 40%;
}
.p-download__link {
  width: 100%;
  display: block;
}
.p-download__img {
  width: 100%;
}
.p-download__txt {
  color: #075AB5;
  text-align: center;
  border-top: 1px solid #075AB5;
  border-bottom: 1px solid #075AB5;
  margin-top: 20px;
  padding: 5px 10px;
  font-size: 20px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-download__txt {
    font-size: 18px;
  }
}
.p-download__qr {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-download__qr {
    display: none;
  }
}

.u-ib {
  display: inline-block;
}

picture {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .tabs {
    margin-bottom: 20px;
  }
}

.tabs button {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 12px;
  border: 2px solid #D2AA1B;
  border-radius: 40px;
  background: #D2AA1B;
  cursor: pointer;
}

.tabs button.active {
  background: #fff;
  color: #956F06;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
}
@media screen and (max-width: 1300px) {
  .tab-list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tab-list {
    gap: 20px;
  }
}

.tab-item {
  width: calc((100% - 88px) / 3);
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  /* ドロップシャドウ */
}
@media screen and (max-width: 1300px) {
  .tab-item {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .tab-item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .tab-item {
    width: 100%;
  }
}

.tab-ttl {
  font-size: 20px;
  font-weight: 500;
  color: #956F06;
  text-align: center;
  line-height: 1.2;
  padding: 5px;
  margin-bottom: 10px;
}

.tab-txtCntr {
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .tab-txtCntr {
    padding: 16px;
  }
}

.tab-imgWrap {
  aspect-ratio: 338/225;
}
.tab-imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tab-linkList {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: auto;
}

.tab-link {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  width: calc((100% - 4px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 12px;
  padding: 10px 3px;
  min-height: 48px;
  transition: 0.5s;
}
@media screen and (min-width: 1272px) {
  .tab-link:hover {
    opacity: 0.7;
  }
}
.tab-link.--gold {
  background-color: #D2AA1B;
}
.tab-link.--silver {
  background-color: #9A9A9A;
}
.tab-link.--normal {
  background-color: #fff;
  border: 1px solid #956F06;
  color: #956F06;
  width: 100%;
}

.p-facility__cont {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-facility__cont {
    margin-top: 20px;
  }
}
.p-facility__ttl {
  color: #956F06;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  border-top: 3px solid #956F06;
  border-bottom: 3px solid #956F06;
  letter-spacing: 0.1em;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-facility__ttl {
    font-size: 24px;
  }
}

#group_footer {
  margin-top: 0;
}/*# sourceMappingURL=add.css.map */