
.bg-yellow {
  background-color: #fff4b8;
}

/* header */
.header-tisax:not(.active) .header__menu-item {
  color: #fff;
}
.header-tisax.active .header__logo {
  position: relative;
}
.header-tisax.active .header__logo img {
  opacity: 0;
}
.header-tisax.active .header__logo::before {
  background: url(../img/common/logo.svg)no-repeat center center / contain;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.header-tisax .header__btn {
  background-color: #ff6c00;
}

/* cta */
.std-tisax .cta__tel {
  color: #000;
}
.std-tisax .cta__text {
  color: #005fdf;
}

/* MV */
.std-tisax .mainv {
  background-image: url("../img/tisax/mainv_bg.png");
}

.std-tisax .mainv__wrap {
  margin: 0 9.375vw;
}

.std-tisax .mainv__row-text01 {
  width: 31.875vw;
  height: 1.51vw;
}

.std-tisax .mainv__row-text02 {
  width: 36.563vw;
  height: 14.844vw;
}

.std-tisax .mainv__back-img {
  width: 32.865vw;
  height: 26.823vw;
  right: -35px;
}

@media screen and (max-width: 834px) {
  .std-tisax .mainv__wrap {
    margin: 0 4.70588vw;
  }

  .std-tisax .mainv__row-text01 {
    width: 81.467vw;
    height: 3.867vw;
  }

  .std-tisax .mainv__row-text03 {
    width: 90.667vw;
    height: 38vw;
  }

  .std-tisax .mainv__img-field {
    margin-block: 20px 14px;
    text-align: center;
  }
  .std-tisax .mainv__img-item {
    width: 65.733vw;
    height: 53.6vw;
  }
}

/* reason */
.std-tisax .reason {
  background: #e7f6ff;
}

.std-tisax .reason__list-item::before {
  background-image: url("../img/tisax/icon_check.png");
}
.std-tisax .reason__img-txt {
  font-size: 1.6rem;
  text-align: left;
}

.std-tisax .reason__img--04 {
  flex-basis: 26.09375vw;
}

.std-tisax .reason__order-item::before {
  color: #005fdf;
}

/* point */
.std-tisax .point {
  background: #9de4fc;
}

.std-tisax .point__item {
  border-color: #00beff;
}

.std-tisax .point__img-item {
  bottom: -130px;
}

.std-tisax .point__hd {
  text-align: center;
}

.std-tisax .point__item-text::before {
  background-image: url(../img/tisax/icon_check.png);
}

@media screen and (max-width: 834px) {
  .std-tisax .point {
    padding-bottom: 0;
  }
  .std-tisax .point__img {
    margin-left: auto;
    margin-right: 0;
  }
}

/* trouble */
.std-tisax .trouble,
.std-tisax .trouble__arrow:before {
  background: #1c3b9c;
}

.std-tisax .trouble__wrap {
  margin: 0 8.125vw;
}

.std-tisax .trouble__arrow:after {
  border-top-color: #1c3b9c;
}

.std-tisax .solution__std-catch {
  display: block;
  text-align: left;
}

@media screen and (max-width: 834px) {
  .std-tisax .trouble__wrap {
    margin: 0 4.70588vw;
  }
}

/* solution */
@media screen and (min-width: 834px) {
  .std-tisax .solution__std {
    padding-bottom: 45px;
  }
  .std-tisax .solution__std-catch {
    width: 38.542vw;
  }
  .std-tisax .solution__std-inner {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 1201px) {
  .std-tisax .solution__wrap {
    margin: 0 10.417vw;
  }

  .std-tisax .solution__detail {
    padding-inline: 7.292vw;
  }
}

@media screen and (min-width: 1861px) {
  .std-tisax .solution__detail::after {
    right: 7.292vw;
  }
}
@media screen and (max-width: 1860px) {
  .std-tisax .solution__detail::after {
    right: 0;
  }
}

.std-tisax .solution__detail {
  background-color: #caebff;
  padding-bottom: 65px;
}

.std-tisax .solution__detail-list {
  background: #fff;
  border: 4px solid #0288eb;
  padding: 30px;
  counter-reset: number 0;
  margin-bottom: 35px;
}

.std-tisax .solution__detail-list li {
  font-size: 2rem;
}

.std-tisax .solution__detail-list li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: #005fdf;
  font-weight: bold;
  margin-right: 8px;
}

.std-tisax .solution__detail-list li + li {
  border-top: 1px dotted #ccc;
  padding-top: 10px;
  margin-top: 10px;
}

.std-tisax .solution__detail-text {
  position: relative;
  z-index: 1;
}

.std-tisax .solution__std {
  border-color: #005fdf;
}

.std-tisax .solution__std-item {
  border-top: none;
  border-bottom: 1px dotted #ccc;
}

.std-tisax .solution__std-item.bold {
  color: #005fdf;
  border-bottom: 2px solid #005fdf;
}

@media screen and (max-width: 834px) {
  .std-tisax .solution__detail-list li {
    font-size: 1.4rem;
  }

  .std-tisax .solution__detail-list {
    padding: 20px;
  }
}

/* feature */
@media screen and (min-width: 1201px) {
  .std-tisax .feature__text--01 {
    flex-basis: 22.97917vw;
    margin-right: 10px;
  }
}

/* schedule */
.schedule {
  background-color: #e7f6ff;
  padding: 72px 0 81px;
}

.schedule__hd {
  margin-left: auto;
  margin-right: auto;
  width:26.042vw; 
}

.schedule__wrap {
  margin: 0 8.125vw;
}

@media screen and (max-width: 834px) {
  .schedule {
    padding: 60px 0;
  }
}

@media screen and (max-width: 425px) {
  .schedule {
    padding: 40px 0;
  }
  .schedule__hd {
    width: 66.933vw;
  }
}

/* consultant */
.std-tisax .consultant {
  background: #caebff;
}

.std-tisax .consultant__detail {
  display: flex;
  padding: 70px 30px 45px;
}

.std-tisax .consultant__detail-person {
  width: 320px;
  padding-right: 70px;
}

.std-tisax .consultant__detail-person .name {
  margin-top: 20px;
  font-weight: bold;
  font-size: 2rem;
}

.std-tisax .consultant__detail-person .en {
  margin-top: 10px;
  font-size: 1.6rem;
}

.std-tisax .consultant__detail-cont {
  width: calc(100% - 320px);
}

.std-tisax .consultant__detail-cont__hd {
  color: #005fdf;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.std-tisax .consultant__detail-cont__text {
  line-height: 1.6;
}

.std-tisax .consultant__detail-cont__profile {
  padding-top: 26px;
  margin-top: 26px;
  line-height: 1.6;
  border-top: 1px dotted #ccc;
}

@media screen and (max-width: 834px) {
  .std-tisax .consultant__detail {
    display: block;
    padding: 20px 20px 30px;
  }
  .std-tisax .consultant__detail-person {
    width: 100%;
    padding-right: 0;
  }
  .std-tisax .consultant__detail-cont {
    width: 100%;
  }

  .std-tisax .consultant__detail-person .name {
    font-size: 1.8rem;
  }
  .std-tisax .consultant__detail-person .en {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }

  .std-tisax .consultant__detail-cont__hd {
    font-size: 1.5rem;
  }
  .std-tisax .consultant__detail-cont__profile {
    font-size: 1.4rem;
  }
}

/* faq */
.std-tisax .faq {
  background: #1c3b9c;
}
.std-tisax .faq__question {
  color: #005fdf;
}
.std-tisax .faq__question--pat01::before {
  background-image: url(../img/tisax/faq_icon-q01.png);
}
.std-tisax .faq__question--pat02::before {
  background-image: url(../img/tisax/faq_icon-q02.png);
}

/* footer */
.std-tisax .footer {
  background: #f2f2f2;
}
.std-tisax .footer__ttl {
  border-color: #005fdf;
}
.std-tisax .footer__info-ttl {
  color: #005fdf;
}



.std-tisax #header:not(.active) .header__hbg-line {
  background: #fff;
}
@media screen and (min-width: 1500px) {
.std-tisax .consultant__detail {
  padding-left: 60px;
  padding-right: 60px;
}
}
@media screen and (max-width: 540px) {
  .faq__inner {
    margin-bottom: 16px;
  }
  .std-tisax .cta__wrap {
    margin: 0 10px !important;
  }
  .std-tisax .cta__hd {
    font-size: 20px !important;
  }
  .point__item {
    font-size: 14px !important;
    padding: 14px;
  }
  .point__item-text {
    padding-left: 26px;
  }
  .point__item-text::before {
    width: 17px;
    background-size: cover;
    height: 16px;
  }
}
@media screen and (max-width: 374px) {
  .std-tisax .cta__hd {
    font-size: 16px !important;
  }
}