@charset "utf-8";

.nav-estir {
  position: relative;
}

@media (min-width: 1380px) {
  .nav-estir__list {
    position: static;
  }
  .nav-estir__supportLinks {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.nav-estir__supportLinks .list-link-01 li a {
  color: #fff;
  background-image: url("/assets/img/icon/icon_arrow-right_03.png");
}

.js-scrollAnimation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 0.5s ease-in-out 0s, visibility 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
}
.js-scrollAnimation.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (min-width: 660px) {

  .nav-estir__supportLinks {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 0 21px;
  }

  .nav-estir__supportLinks .list-link-01 {
    margin-bottom: 0;
  }

  .nav-estir__supportLinks .list-link-01 li a {
    padding-bottom: 0;
  }

  .button-01.is-navEstir {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dc1e37;
    color: #fff;
  }
}

@media (min-width: 0) and (max-width: 660px) {
  .nav-estir__list {
    padding: 40px 0;
  }
  .nav-local-06__list li.nav-estir__supportLinks {
    position: static;
  }
  .nav-local-06__list li.nav-estir__supportLinks::before {
    position: relative;
    left: 15px;
  }
  .nav-estir__logo img {
    height: 15px;
  }
  .nav-estir__supportLinks .list-link-01 {
    display: inline-block;
    width: auto;
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .nav-estir__supportLinks .list-link-01 li a {
    color: #DC1E37;
  }
  .button-01.is-navEstir {
    max-width: 225px;
    margin: 30px auto 0;
    font-size: 15px;
  }
}

.yc100-sticky {
  display: flex;
  padding-left: 0;
  margin: 0;
  background-color: #D80835;
  padding: 2px;
}

.yc100-sticky__item {
  list-style-type: none;
  width: 50%;
}

.yc100-sticky__item a {
  font-size: 0.9em;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #D80835;
  text-decoration: none;
  background-color: #fff;
  padding: 17px 10px;
  line-height: 1;
}

.yc100-sticky__item.is-active a {
  background-color: #D80835;
  color: #fff;
}

@media all and (min-width: 768px) {
  .yc100-sticky {
    display: block;
    z-index: 2;
    position: fixed;
    bottom: 80px;
    right: 0;
    border: 3px solide #fff;
    border-right: none;
    padding: 3px 0 3px 3px;
  }

  .yc100-sticky__item {
    line-height: 1;
    width: 100%;
  }

  .yc100-sticky__item a {
    font-size: 1.25em;
    writing-mode: vertical-rl;
    padding: 16px 21px 16px 18px;
    transition: opacity 0.2s ease-out 0s;
  }

  .yc100-sticky__item a:hover {
    opacity: 0.7;
  }
}

.content-estir {
  padding: 0 30px;
  max-width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 940px) {
  .content-estir {
    padding: 0 15px;
  }
}
.content-estir.is-top .doc-plain-01.is-center {
  text-align: center;
  font-size: 20px;
}

.nav-center-01.is-right {
  text-align: right;
}
.nav-center-01.is-white a {
  color: #fff;
  background-image: url("/assets/img/icon/icon_arrow-right_03.png");
}

.lyt-content-slide-01 .slick-dots {
  bottom: 40px;
}
@media (min-width: 0) and (max-width: 659px) {
  .lyt-content-slide-01 .slick-dots {
    bottom: 20px;
  }
}

.hdg-message-estir {
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  color: #252525;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
@media (min-width: 0) and (max-width: 659px) {
  .hdg-message-estir {
    font-size: 21px;
  }
}

.doc-message-estir {
  font-size: 20px;
  text-align: center;
  line-height: 38px;
}
@media (min-width: 0) and (max-width: 659px) {
  .doc-message-estir {
    font-size: 13px;
    line-height: 33px;
  }
}

.box-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 18px;
}
@media (min-width: 0) and (max-width: 659px) {
  .box-col-2 {
    gap: 0 10px;
  }
  .box-col-2.is-pcCenter {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px 0;
  }
}
.box-col-2.is-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 660px) {
  .box-col-2.is-pcCenter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.box-col-2 .button-01 {
  min-width: 156px;
}
@media (min-width: 0) and (max-width: 659px) {
  .box-col-2 .button-01 {
    min-width: 140px;
  }
}

.hdg-level2-estir {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 35px;
  margin-bottom: 55px;
}
@media (min-width: 0) and (max-width: 659px) {
  .hdg-level2-estir {
    gap: 0 18px;
    margin-bottom: 30px;
  }
}
.hdg-level2-estir__text {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (min-width: 0) and (max-width: 659px) {
  .hdg-level2-estir__text {
    font-size: 21px;
  }
}
.hdg-level2-estir__line {
  width: 100%;
  background-color: #F2F2F2;
  height: 6px;
  position: relative;
}
@media (min-width: 0) and (max-width: 659px) {
  .hdg-level2-estir__line {
    height: 3px;
  }
}
.hdg-level2-estir__line::before {
  content: "";
  display: block;
  width: 60px;
  height: 100%;
  background-color: #DC1E37;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 0) and (max-width: 659px) {
  .hdg-level2-estir__line::before {
    width: 30px;
  }
}

.box-products-estir {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px;
}
@media (min-width: 0) and (max-width: 659px) {
  .box-products-estir {
    gap: 35px 0;
  }
}
.box-products-estir__title span {
  display: block;
  color: #DC1E37;
  font-weight: 700;
}
@media (min-width: 0) and (max-width: 659px) {
  .box-products-estir__title span {
    text-align: center;
  }
}
.box-products-estir__title span.is-ja {
  font-size: 24px;
}
@media (min-width: 0) and (max-width: 659px) {
  .box-products-estir__title span.is-ja {
    font-size: 17px;
  }
}
.box-products-estir__title span.is-en {
  font-size: 44px;
}
.box-products-estir__title span.is-border {
  display: inline-block;
  height: 36px;
  width: 5px;
  background-color: #DC1F37;
  margin-inline: 10px;
  transform: rotate(10deg);
}
.box-products-estir__item {
  width: calc(50% - 30px);
}
@media (min-width: 0) and (max-width: 659px) {
  .box-products-estir__item {
    width: 100%;
    position: relative;
  }
  .box-products-estir__item::before {
    content: "";
    display: block;
    width: calc(100% + 30px);
    height: calc(100% - 60px);
    background-color: #F2F2F2;
    position: absolute;
    bottom: 0;
    left: -15px;
    z-index: -1;
  }
}
.box-products-estir__item.is-full {
  width: 100%;
  position: relative;
}
@media (min-width: 0) and (max-width: 659px) {
  .box-products-estir__item.is-full::before {
    height: calc(100% - 200px);
  }
}
@media (min-width: 0) and (max-width: 659px) {
  .box-products-estir__item.is-full .box-products-estir__title.is-ja {
    font-size: 13px;
  }
}
.box-products-estir__item.is-full .box-products-estir__container {
  background: -webkit-gradient(linear, left top, right top, from(#F4F4F4), to(#F2F2F2));
  background: -webkit-linear-gradient(left, #F4F4F4, #F2F2F2);
  background: linear-gradient(to right, #F4F4F4, #F2F2F2);
  padding: 30px 34px 38px;
  max-width: 100%;
}
@media (min-width: 0) and (max-width: 659px) {
  .box-products-estir__item.is-full .box-products-estir__container {
    background: transparent;
    padding: 0 0 24px;
  }
}
.box-products-estir__item.is-full .box-products-estir__img {
  width: 40%;
  position: absolute;
  right: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box-products-estir__item.is-full .box-products-estir__img .slick-arrow {
  bottom: 0;
  top: auto;
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
}
.box-products-estir__item.is-full .box-products-estir__img .slick-prev {
  left: auto;
  right: 28px;
}
.box-products-estir__item.is-full .box-products-estir__img .slick-dots {
  display: none;
}
.box-products-estir__item.is-full .box-products-estir__img figure {
  position: relative;
  text-align: center;
}
.box-products-estir__item.is-full .box-products-estir__img figure img {
  max-height: 364px;
  width: auto;
}
.box-products-estir__item.is-full .box-products-estir__img figure figcaption {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #DC1F37;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 0) and (max-width: 659px) {
  .box-products-estir__item.is-full .box-products-estir__img {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    padding-bottom: 46px;
  }
  .box-products-estir__item.is-full .box-products-estir__img .slick-arrow {
    bottom: 16px;
  }
  .box-products-estir__item.is-full .box-products-estir__img figure img {
    max-height: 260px;
  }
  .box-products-estir__item.is-full .box-products-estir__img figure figcaption {
    font-size: 18px;
    left: 30px;
  }
}
.box-products-estir__item.is-full .box-products-estir__txt {
  max-width: 540px;
}
@media (min-width: 0) and (max-width: 659px) {
  .box-products-estir__item.is-full .box-products-estir__txt {
    max-width: 100%;
  }
}
.box-products-estir__container {
  min-height: 220px;
  background: #F2F2F2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 25px;
  padding-right: 30px;
}
@media (min-width: 0) and (max-width: 659px) {
  .box-products-estir__container {
    display: block;
    padding: 0 0 24px;
    background-color: transparent;
  }
}
.box-products-estir__container .box-products-estir__title {
  display: none;
}
@media (min-width: 0) and (max-width: 659px) {
  .box-products-estir__container .box-products-estir__title {
    display: block;
  }
}
.box-products-estir__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 170px;
}
@media (min-width: 0) and (max-width: 659px) {
  .box-products-estir__img {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}
.box-products-estir__img img {
  width: 100%;
  height: auto;
}
@media (min-width: 0) and (max-width: 659px) {
  .box-products-estir__img img.sp-max-w-128 {
    max-width: 128px;
  }
  .img_products_03{
    max-width: 200px;
  }
}
@media (min-width: 0) and (max-width: 659px) {
  .box-products-estir__txt {
    padding: 0 20px;
  }
}
.box-products-estir__txt p,
.box-products-estir__txt li {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.04em;
}
@media (min-width: 0) and (max-width: 659px) {
  .box-products-estir__txt p,
  .box-products-estir__txt li {
    font-size: 13px;
    line-height: 21px;
  }
}
.box-products-estir__txt ul {
  padding-left: 20px;
}
.box-products-estir__txt ul li {
  list-style-type: disc;
}
@media (min-width: 0) and (max-width: 659px) {
  .box-products-estir__txt .button-01 {
    display: block;
    width: 135px;
    margin: 35px auto 0;
    padding: 13px 0;
  }
}

.box-technical {
  padding: 64px 0 100px;
  margin-bottom: 50px;
  background-image: url(/jp/about/company/e-stir/img/bg_index_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 0) and (max-width: 659px) {
  .box-technical {
    padding: 35px 0 74px;
    bottom: 60px;
    background-image: url(/jp/about/company/e-stir/img/bg_index_01_sp.jpg);
  }
}
.box-technical .hdg-level2-estir span {
  color: #fff;
}

@media (min-width: 0) and (max-width: 659px) {
  .box-technical > .content-estir > .nav-center-01 {
    padding: 0 20px;
  }
}

.list-technical-estir {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-technical-estir.is-technical_experience .list-technical-estir__item {
  background-color: #F2F2F2;
}
@media (min-width: 0) and (max-width: 659px) {
  .list-technical-estir {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.list-technical-estir.is-technical_experience .list-technical-estir__item {
  width: 100%;
}
.list-technical-estir__item {
  width: 32%;
  max-width: 350px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 0) and (max-width: 659px) {
  .list-technical-estir__item {
    width: calc(100% - 40px);
    padding: 20px;
  }
}
.list-technical-estir__item h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  font-size: 22px;
  font-weight: 700;
  color: #DC1E37;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.04em;
}
@media (min-width: 0) and (max-width: 659px) {
  .list-technical-estir__item h3 {
    display: block;
    height: auto;
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.list-technical-estir__item figure {
  margin-bottom: 20px;
}
@media (min-width: 0) and (max-width: 659px) {
  .list-technical-estir__item figure {
    margin-bottom: 15px;
  }
}
.list-technical-estir__item figure img {
  width: 100%;
  height: auto;
}
.list-technical-estir__item p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media (min-width: 0) and (max-width: 659px) {
  .list-technical-estir__item p {
    font-size: 13px;
    line-height: 21px;
  }
}
.list-technical-estir__item .nav-center-01 {
  margin-top: auto;
  margin-bottom: 0;
  text-align: right;
}

@media (min-width: 0) and (max-width: 659px) {
  .box-relation-estir {
    padding: 0 20px;
  }
  .box-relation-estir.lyt-image-02.img-quarter.float-L figure.image {
    width: 100%;
    max-width: 100%;
  }
}

.button-01.is-icon {
  width: 370px;
  height: 70px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 7px;
}

.button-01.is-icon::before {
  content: "";
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.button-01.is-icon.is-pdf::before {
  width: 36px;
  height: 46px;
  background-image: url("/jp/about/company/e-stir/technical_expertise/img/icon_pdf.svg");
}

.button-01.is-icon.is-mail::before {
  width: 42px;
  height: 28px;
  background-image: url("/jp/about/company/e-stir/technical_expertise/img/icon_mail.svg");
}

.button-01.is-outline {
  background-color: #fff;
  color: #DC1E37;
  border: 2px solid #DC1E37;
}

@media (min-width: 0) and (max-width: 659px) {
  .button-01.is-icon {
    width: 275px;
    height: 55px;
  }
  .button-01.is-icon.is-pdf::before {
    width: 28px;
    height: 36px;
  }
  .button-01.is-icon.is-mail::before {
    width: 33px;
    height: 21.5px;
  }
}

@media (min-width: 660px) {
  .lyt-image-02.float-L .image img.max-w-253 {
    max-width: 253px;
  }
}

/* 共通ナビ */
.nav-estir {
  position: relative;
  z-index: 98
}

.nav-estir__inner.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}

@media(min-width: 0)and (max-width: 660px) {
  .nav-estir {
      height:52px;
      font-size: 86%
  }

  .nav-estir__inner {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      height: 52px;
      background: rgba(0,0,0,.85)
  }

  .nav-estir__logo {
      flex: 1;
      margin-left: 15px
  }

  .nav-estir__logo+button {
      height: 45px;
      padding: 0 35px 0 0;
      margin: 0 15px 0 0;
      font: inherit;
      color: #fff;
      white-space: nowrap;
      background: url("/assets/img/icon/icon_arrow-btm_04.png") center right/25px 15px no-repeat transparent;
      border: none;
      outline: none
  }

  .nav-estir.is-mobile-expanded .nav-estir__logo+button {
      background-image: url("/assets/img/icon/icon_arrow-top_02.png")
  }

  .nav-estir__logo img {
      display: block;
      width: auto;
      height: 20px
  }

  .nav-estir__list {
      position: absolute;
      top: 100%;
      left: 0;
      display: none;
      width: 100%;
      background: rgba(0,0,0,.85)
  }

  .nav-estir.is-mobile-expanded .nav-estir__list {
      z-index: 9;
      display: block
  }

  .nav-estir__list ul {
      width: 100%;
      max-height: calc(100vh - 102px);
      padding: 0;
      margin: 0;
      overflow-y: auto
  }

  .nav-estir__inner.is-sticky .nav-estir__list ul {
      max-height: calc(100vh - 52px)
  }

  .nav-estir__list li {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      list-style: none
  }

  .nav-estir__list li::before {
      position: absolute;
      top: 0;
      right: 15px;
      display: block;
      height: 1px;
      content: "";
      background: rgba(255,255,255,.2)
  }

  .nav-estir__list>ul>li::before {
      width: calc(100% - 30px)
  }

  .nav-estir__list a {
      display: block;
      flex: 1;
      padding: .75em 15px;
      color: #fff
  }

  .nav-estir__list a.is-router-match,.nav-estir__list a.is-router-exact-match {
      font-weight: bold
  }

  .nav-estir__list button {
      position: relative;
      width: 45px;
      padding: 0;
      margin: 0;
      background: url("/assets/img/icon/icon_arrow-btm_03_sp.png") center/13.5px 8.25px no-repeat transparent;
      border: none;
      outline: none
  }

  .nav-estir__list li.is-mobile-expanded button {
      background-image: url("/assets/img/icon/icon_arrow-top_05_sp.png")
  }

  .nav-estir__list button::before {
      position: absolute;
      top: 5px;
      left: 0;
      display: block;
      width: 1px;
      height: calc(100% - 10px);
      content: "";
      background: rgba(255,255,255,.2)
  }

  .nav-estir__list>button {
      display: none
  }

  .nav-estir__list .is-deep-list {
      display: none;
      width: 100%
  }

  .nav-estir__list li.is-mobile-expanded .is-deep-list {
      display: block
  }

  .nav-estir__list .is-deep-list>a {
      display: none
  }

  .nav-estir__list .is-deep-list li::before {
      width: calc(100% - 45px)
  }

  .nav-estir__list .is-deep-list a {
      padding-left: 30px
  }

  .nav-estir .is-desktop-sublist {
      display: none
  }
}

@media(min-width: 661px) {
  .nav-estir {
      height:75px
  }

  .nav-estir__inner {
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      padding: 0 30px;
      margin: 0 auto;
      background: rgba(0,0,0,.85)
  }

  .nav-estir__logo {
      display: flex;
      flex-shrink: 0;
      align-items: center
  }

  .nav-estir__logo+button {
      display: none
  }

  .nav-estir__list {
      position: relative;
      display: flex;
      flex: 1;
      min-width: 0;
      height: 75px;
      padding: 0 30px;
      overflow: hidden
  }

  .nav-estir__logo+.nav-estir__list {
      margin-left: 2em
  }

  .nav-estir__list>button {
      position: absolute;
      top: 0;
      bottom: 0;
      display: block;
      width: 30px;
      height: 50px;
      padding: 0;
      margin: auto 0;
      cursor: pointer;
      background: center/10.8px 9px no-repeat transparent;
      border: none;
      outline: none;
      transition: opacity .1s
  }

  .nav-estir__list>button::before {
      position: absolute;
      top: 0;
      display: block;
      width: 1px;
      height: 100%;
      content: "";
      background: rgba(255,255,255,.1)
  }

  .nav-estir__list>button.is-prev {
      left: 0;
      background-image: url("/assets/img/icon/icon_arrow-left_02_sp.png")
  }

  .nav-estir__list.is-left-edge>button.is-prev {
      pointer-events: none;
      opacity: 0
  }

  .nav-estir__list>button.is-prev::before {
      right: 0
  }

  .nav-estir__list>button.is-next {
      right: 0;
      background-image: url("/assets/img/icon/icon_arrow-right_03_sp.png")
  }

  .nav-estir__list.is-right-edge>button.is-next {
      pointer-events: none;
      opacity: 0
  }

  .nav-estir__list>button.is-next::before {
      left: 0
  }

  .nav-estir__list>ul {
      display: flex;
      height: calc(100% + 30px);
      padding: 0;
      margin: 0;
      overflow-x: scroll
  }

  .nav-estir__list>ul>li {
      flex-shrink: 0;
      height: 75px;
      list-style: none
  }

  .nav-estir__list>ul>li>a {
      position: relative;
      display: flex;
      align-items: center;
      height: 100%;
      padding: 0 1em;
      color: rgba(255,255,255,.5);
      text-decoration: none;
      white-space: nowrap;
      background: rgba(255,255,255,0);
      transition: background-color .1s,color .1s
  }

  .nav-estir__list>ul>li.is-deep>a::before {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 20px;
      height: 20px;
      margin: 0 auto;
      content: "";
      background: url("/assets/img/icon/icon_arrow-btm_03_sp.png") top/10.8px 6.6px no-repeat transparent;
      opacity: .5;
      transition: opacity .1s
  }

  .nav-estir__list>ul>li>a:hover,.nav-estir__list>ul>li>a.is-router-match,.nav-estir__list>ul>li>a.is-router-exact-match {
      color: #fff
  }

  .nav-estir__list>ul>li>a.is-router-match,.nav-estir__list>ul>li>a.is-router-exact-match {
      font-weight: bold
  }

  .nav-estir__list>ul>li.is-desktop-active>a {
      color: #fff;
      background: rgba(255,255,255,.1)
  }

  .nav-estir__list>ul>li.is-deep>a:hover::before,.nav-estir__list>ul>li.is-desktop-active>a::before {
      opacity: 1
  }

  .nav-estir__list>ul>li button {
      display: none
  }

  .nav-estir .is-desktop-sublist {
      width: 100%
  }

  .nav-estir .is-desktop-sublist a {
      display: flex;
      align-items: center;
      color: rgba(255,255,255,.5);
      text-decoration: none;
      white-space: nowrap;
      transition: color .1s
  }

  .nav-estir .is-desktop-sublist a:hover,.nav-estir .is-desktop-sublist a.is-router-match,.nav-estir .is-desktop-sublist a.is-router-exact-match {
      color: #fff
  }

  .nav-estir .is-desktop-sublist a::before {
      display: block;
      margin-right: .2em;
      content: "";
      background: url("/assets/img/icon/icon_arrow-right_03_sp.png") center no-repeat;
      opacity: .5;
      transition: opacity .1s
  }

  .nav-estir .is-desktop-sublist a:hover::before,.nav-estir .is-desktop-sublist a.is-router-match::before,.nav-estir .is-desktop-sublist a.is-router-exact-match::before {
      opacity: 1
  }

  .nav-estir .is-desktop-sublist .is-deep-list {
      display: none;
      border-top: 1px solid rgba(255,255,255,.1)
  }

  .nav-estir .is-desktop-sublist .is-deep-list.is-desktop-active {
      display: block
  }

  .nav-estir .is-desktop-sublist .is-deep-list>div {
      display: flex;
      border-bottom: 1px solid rgba(255,255,255,.1)
  }

  .nav-estir .is-desktop-sublist .is-deep-list>div>a {
      height: 40px
  }

  .nav-estir .is-desktop-sublist .is-deep-list>div>a::before {
      width: 9px;
      height: 7.5px;
      background-size: 9px 7.5px
  }

  .nav-estir .is-desktop-sublist ul {
      display: flex;
      flex-wrap: wrap;
      padding: .8em 0;
      margin: 0 -1em
  }

  .nav-estir .is-desktop-sublist li {
      list-style: none
  }

  .nav-estir .is-desktop-sublist ul a {
      padding: 1em
  }

  .nav-estir .is-desktop-sublist ul a::before {
      width: 10.8px;
      height: 9px;
      background-size: 10.8px 9px
  }

  .nav-estir__list .is-deep-list {
      display: none
  }
}

@media(min-width: 1170px) {
  .nav-estir__inner {
      padding:0 calc((100% - 1110px)/2)
  }
}

.nav-estir {
  position: relative;
}

@media (min-width: 1380px) {
  .nav-estir__list {
    position: static;
  }
  .nav-estir__supportLinks {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.nav-estir__supportLinks .list-link-01 li a {
  color: #fff;
  background-image: url("/assets/img/icon/icon_arrow-right_03.png");
}


@media (min-width: 660px) {

  .nav-estir__supportLinks {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 0 21px;
  }

  .nav-estir__supportLinks .list-link-01 {
    margin-bottom: 0;
  }

  .nav-estir__supportLinks .list-link-01 li a {
    padding-bottom: 0;
  }

  .button-01.is-navEstir {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dc1e37;
    color: #fff;
  }
}

@media (min-width: 0) and (max-width: 660px) {
  .nav-estir__list {
    padding: 40px 0;
  }
  .nav-estir__list li.nav-estir__supportLinks {
    position: static;
  }
  .nav-estir__list li.nav-estir__supportLinks::before {
    position: relative;
    left: 15px;
  }
  .nav-estir__logo img {
    height: 15px;
  }
  .nav-estir__supportLinks .list-link-01 {
    display: inline-block;
    width: auto;
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .nav-estir__supportLinks .list-link-01 li a {
    color: #DC1E37;
  }
  .button-01.is-navEstir {
    max-width: 225px;
    margin: 30px auto 0;
    font-size: 15px;
  }
}