@charset "UTF-8";
/* ============================================
  スワイパー上書き
============================================ */
.p-kv-slide .swiper-pagination-bullets {
  top: inherit !important;
  left: inherit !important;
  bottom: 30px !important;
  right: 97px !important;
  width: auto !important;
}
@media screen and (max-width: 1279px) {
  .p-kv-slide .swiper-pagination-bullets {
    bottom: 2.34375vw !important;
    right: 7.578125vw !important;
  }
}
@media screen and (max-width: 767px) {
  .p-kv-slide .swiper-pagination-bullets {
    left: auto !important;
    right: auto !important;
    bottom: 41px !important;
    width: 100% !important;
  }
}
.p-kv-slide .swiper-pagination-bullet {
  width: 18px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  border-radius: 0px !important;
  margin: 0 !important;
  opacity: 1 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-kv-slide .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 5px !important;
}
.p-kv-slide .swiper-pagination-bullet-active {
  width: 94px;
  height: 2px;
}
.p-kv-slide .swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
  display: block;
  -webkit-animation: bullet-animation linear 5s 0s forwards;
          animation: bullet-animation linear 5s 0s forwards;
}
@-webkit-keyframes bullet-animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes bullet-animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.p-works-slide .swiper-button-prev,
.p-works-slide .swiper-button-next {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: block;
  width: 65px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50vh;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0px !important;
}
@media screen and (max-width: 1279px) {
  .p-works-slide .swiper-button-prev,
  .p-works-slide .swiper-button-next {
    width: 5.078125vw;
    height: 5.078125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-works-slide .swiper-button-prev,
  .p-works-slide .swiper-button-next {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: inherit !important;
    bottom: 13.3333333333vw;
  }
}
.p-works-slide .swiper-button-prev:after,
.p-works-slide .swiper-button-next:after {
  display: none;
}
.p-works-slide .swiper-button-prev {
  left: 33px;
}
@media screen and (max-width: 1279px) {
  .p-works-slide .swiper-button-prev {
    left: 2.578125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-works-slide .swiper-button-prev {
    left: inherit;
    right: 18.6666666667vw;
  }
}
.p-works-slide .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-mask-image: url("../media/common/slide-arrow-prev.svg");
          mask-image: url("../media/common/slide-arrow-prev.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 65px;
  height: 65px;
}
@media screen and (max-width: 1279px) {
  .p-works-slide .swiper-button-prev:before {
    width: 5.078125vw;
    height: 5.078125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-works-slide .swiper-button-prev:before {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
.p-works-slide .swiper-button-next {
  right: 33px;
}
@media screen and (max-width: 1279px) {
  .p-works-slide .swiper-button-next {
    right: 2.578125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-works-slide .swiper-button-next {
    right: 6.6666666667vw;
  }
}
.p-works-slide .swiper-button-next:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-mask-image: url("../media/common/slide-arrow-next.svg");
          mask-image: url("../media/common/slide-arrow-next.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 65px;
  height: 65px;
}
@media screen and (max-width: 1279px) {
  .p-works-slide .swiper-button-next:before {
    width: 5.078125vw;
    height: 5.078125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-works-slide .swiper-button-next:before {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}

/* ============================================
  KV スライド
============================================ */
#s-kv .p-kv-slide {
  height: calc(100vh - 132px);
}
@media screen and (max-width: 767px) {
  #s-kv .p-kv-slide {
    height: calc(100dvh - 122px);
  }
}
#s-kv .p-kv-slide__item {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #ffffff;
}
#s-kv .p-kv-slide__item:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(91, 86, 87, 0.25);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
#s-kv .p-kv-slide__inr {
  padding: 40px 97px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 1279px) {
  #s-kv .p-kv-slide__inr {
    padding: 3.125vw 7.578125vw;
  }
}
@media screen and (max-width: 767px) {
  #s-kv .p-kv-slide__inr {
    padding: 50px 25px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#s-kv .p-kv-slide__inr:hover .p-kv-slide__btn {
  background-color: #ffffff;
  color: #5b5657;
}
#s-kv .p-kv-slide__ttl {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
}
@media screen and (max-width: 1279px) {
  #s-kv .p-kv-slide__ttl {
    font-size: 1.953125vw;
    font-size: 25px;
  }
}
#s-kv .p-kv-slide__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: #ffffff;
  margin-top: 5px;
}
@media screen and (max-width: 1279px) {
  #s-kv .p-kv-slide__txt {
    font-size: 16px;
    margin-top: 0.390625vw;
  }
}
@media screen and (max-width: 767px) {
  #s-kv .p-kv-slide__txt {
    margin-top: 8px;
  }
}
#s-kv .p-kv-slide__btn-wrap {
  margin-top: 26px;
}
@media screen and (max-width: 1279px) {
  #s-kv .p-kv-slide__btn-wrap {
    margin-top: 2.03125vw;
  }
}
@media screen and (max-width: 767px) {
  #s-kv .p-kv-slide__btn-wrap {
    margin-top: 18px;
  }
}
#s-kv .p-kv-slide__btn {
  background-color: transparent;
  width: 99px;
  height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  border: 1px solid #ffffff;
  -webkit-transition: 0.5s background-color, 0.5s color;
  transition: 0.5s background-color, 0.5s color;
}

/* ============================================
  作品紹介 スライド
============================================ */
#s-works .l-main-width {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1279px) {
  #s-works .l-main-width {
    padding-top: 7.8125vw;
    padding-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  #s-works .l-main-width {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
#s-works .p-works-slide {
  height: 683px;
}
@media screen and (max-width: 1279px) {
  #s-works .p-works-slide {
    height: 53.359375vw;
  }
}
@media screen and (max-width: 767px) {
  #s-works .p-works-slide {
    height: 191.4666666667vw;
  }
}
#s-works .p-works-slide__item {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#s-works .p-works-slide__item:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(91, 86, 87, 0.25);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
#s-works .p-works-slide__inr {
  padding-top: 73px;
  padding-bottom: 70px;
  max-width: 1086px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1279px) {
  #s-works .p-works-slide__inr {
    max-width: 84.84375vw;
    padding-top: 5.703125vw;
    padding-bottom: 5.46875vw;
  }
}
@media screen and (max-width: 767px) {
  #s-works .p-works-slide__inr {
    max-width: 100%;
    width: 100%;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
    padding-top: 13.3333333333vw;
    padding-bottom: 14.1333333333vw;
  }
}
#s-works .p-works-slide__cont.-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #s-works .p-works-slide__cont.-bottom {
    display: block;
  }
}
#s-works .p-works-slide__ttl {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
}
@media screen and (max-width: 1279px) {
  #s-works .p-works-slide__ttl {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  #s-works .p-works-slide__ttl {
    font-size: 6.6666666667vw;
  }
}
#s-works .p-works-slide__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
  color: #ffffff;
  margin-top: 7px;
}
@media screen and (max-width: 1279px) {
  #s-works .p-works-slide__txt {
    font-size: 1.09375vw;
    margin-top: 0.546875vw;
  }
}
@media screen and (max-width: 767px) {
  #s-works .p-works-slide__txt {
    font-size: 3.7333333333vw;
    margin-top: 1.8666666667vw;
  }
}
#s-works .p-works-slide__cont-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 0;
}
#s-works .p-works-slide__cont-parts .p-works-slide__txt {
  min-width: 90px;
  margin-top: 0px;
}
@media screen and (max-width: 1279px) {
  #s-works .p-works-slide__cont-parts .p-works-slide__txt {
    min-width: 7.03125vw;
  }
}
@media screen and (max-width: 767px) {
  #s-works .p-works-slide__cont-parts .p-works-slide__txt {
    min-width: 24vw;
  }
}
#s-works .p-works-slide__cont-parts + .p-works-slide__cont-parts {
  margin-top: 4px;
}
@media screen and (max-width: 1279px) {
  #s-works .p-works-slide__cont-parts + .p-works-slide__cont-parts {
    margin-top: 0.3125vw;
  }
}
@media screen and (max-width: 767px) {
  #s-works .p-works-slide__cont-parts + .p-works-slide__cont-parts {
    margin-top: 1.0666666667vw;
  }
}
#s-works .p-works-slide__tagWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
#s-works .p-works-slide__tag {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
  color: #ffffff;
  min-height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50vh;
  padding: 3px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s background-color, 0.5s color;
  transition: 0.5s background-color, 0.5s color;
}
@media screen and (max-width: 1279px) {
  #s-works .p-works-slide__tag {
    font-size: 1.09375vw;
    min-height: 2.34375vw;
    padding: 0.234375vw 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  #s-works .p-works-slide__tag {
    font-size: 3.7333333333vw;
    min-height: 8vw;
    padding: 0.8vw 4vw;
  }
}
#s-works .p-works-slide__tag:hover {
  background-color: #ffffff;
  color: #5b5657;
}
#s-works .p-works-slide__btn-wrap {
  margin-top: 26px;
}
@media screen and (max-width: 1279px) {
  #s-works .p-works-slide__btn-wrap {
    margin-top: 2.03125vw;
  }
}
@media screen and (max-width: 767px) {
  #s-works .p-works-slide__btn-wrap {
    margin-top: 5.8666666667vw;
  }
}
#s-works .p-works-slide__btn {
  background-color: transparent;
  width: 99px;
  height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  border: 1px solid #ffffff;
  -webkit-transition: 0.5s background-color, 0.5s color;
  transition: 0.5s background-color, 0.5s color;
}
@media screen and (max-width: 1279px) {
  #s-works .p-works-slide__btn {
    width: 7.734375vw;
    height: 2.34375vw;
    font-size: 1.09375vw;
    border-radius: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  #s-works .p-works-slide__btn {
    width: 26.4vw;
    height: 8vw;
    font-size: 3.7333333333vw;
    border-radius: 2.6666666667vw;
  }
}
#s-works .p-works-slide__btn:hover {
  background-color: #ffffff;
  color: #5b5657;
}

/* ============================================
  会社案内
============================================ */
#s-company {
  padding-top: 128px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1279px) {
  #s-company {
    padding-top: 10vw;
    padding-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  #s-company {
    padding-top: 26.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
#s-company .c-btn {
  margin-top: 148px;
}
@media screen and (max-width: 1279px) {
  #s-company .c-btn {
    margin-top: 11.5625vw;
  }
}
@media screen and (max-width: 767px) {
  #s-company .c-btn {
    margin-top: 26.6666666667vw;
  }
}

.p-company__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 156px;
}
@media screen and (max-width: 1279px) {
  .p-company__column {
    gap: 0 12.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-company__column {
    display: block;
    gap: 0;
  }
}
.p-company__column-item.-img {
  width: 400px;
}
@media screen and (max-width: 1279px) {
  .p-company__column-item.-img {
    width: 31.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-company__column-item.-img {
    width: 100%;
  }
}
.p-company__column-item.-txt {
  width: 528px;
}
@media screen and (max-width: 1279px) {
  .p-company__column-item.-txt {
    width: 48.4375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-company__column-item.-txt {
    width: 100%;
    margin-top: 13.3333333333vw;
  }
}
.p-company__img {
  display: inline-block;
  width: 100%;
}

/* ============================================
  s-100th - 100周年記念
============================================ */
#s-100th {
  padding-top: 92px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1279px) {
  #s-100th {
    padding-top: 7.1875vw;
    padding-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  #s-100th {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
#s-100th .p-100th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #s-100th .p-100th {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#s-100th .p-100th .c-btn {
  margin-top: auto;
}
@media screen and (max-width: 1279px) {
  #s-100th .p-100th .c-btn {
    margin-top: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  #s-100th .p-100th .c-btn {
    margin-top: 13.3333333333vw;
  }
}
#s-100th .p-100th .c-txt {
  margin-top: 64px;
}
@media screen and (max-width: 1279px) {
  #s-100th .p-100th .c-txt {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #s-100th .p-100th .c-txt {
    margin-top: 4vw;
  }
}
#s-100th .p-100th__item.-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 435px;
}
@media screen and (max-width: 1279px) {
  #s-100th .p-100th__item.-info {
    width: 42.1875vw;
  }
}
@media screen and (max-width: 767px) {
  #s-100th .p-100th__item.-info {
    width: 100%;
    margin-top: 12.5333333333vw;
  }
}
#s-100th .p-100th__item.-img {
  width: 528px;
  margin-top: 24px;
}
@media screen and (max-width: 1279px) {
  #s-100th .p-100th__item.-img {
    width: 41.25vw;
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  #s-100th .p-100th__item.-img {
    width: 100%;
    margin-top: 0px;
  }
}

/* ============================================
  アプローチ
============================================ */
#s-approach {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1279px) {
  #s-approach {
    padding-top: 15.625vw;
    padding-bottom: 15.625vw;
  }
}
@media screen and (max-width: 767px) {
  #s-approach {
    padding-top: 26.6666666667vw;
    padding-bottom: 26.1333333333vw;
  }
}
#s-approach .c-btn {
  margin-top: 100px;
}
@media screen and (max-width: 1279px) {
  #s-approach .c-btn {
    margin-top: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  #s-approach .c-btn {
    margin-top: 13.3333333333vw;
  }
}

.p-approach-panel {
  margin-top: 48px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1279px) {
  .p-approach-panel {
    margin-top: 48px;
    gap: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-approach-panel {
    margin-top: 12.8vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
  }
}
.p-approach-panel__link {
  display: block;
  height: 502px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0px;
}
@media screen and (max-width: 1279px) {
  .p-approach-panel__link {
    height: 39.21875vw;
    border-radius: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-approach-panel__link {
    height: auto;
    border-radius: 2.6666666667vw;
  }
}
.p-approach-panel__link:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .p-approach-panel__link:before {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
@media screen and (min-width: 768px) {
  .p-approach-panel__link:hover:before {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  .p-approach-panel__link:hover .p-approach-panel__cont.-normal {
    opacity: 0;
  }
  .p-approach-panel__link:hover .p-approach-panel__cont.-hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-approach-panel__link.-open:before {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
}
.p-approach-panel__cont {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-approach-panel__cont {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transition: inherit;
    transition: inherit;
  }
}
.p-approach-panel__cont.-normal {
  opacity: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .p-approach-panel__cont.-normal {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    padding: 4vw;
    min-height: 42.9333333333vw;
  }
  .p-approach-panel__cont.-normal:before {
    content: "";
    background-image: url("../media/icon/icon-approach-arrow.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    width: 8vw;
    height: 8vw;
    position: absolute;
    display: block;
    left: 50%;
    bottom: 4vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 50vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .p-approach-panel__cont.-normal.-open:before {
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
}
.p-approach-panel__cont.-hover {
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .p-approach-panel__cont.-hover {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 1279px) {
  .p-approach-panel__cont.-hover {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-approach-panel__cont.-hover {
    opacity: 1;
    padding: 0 4.2666666667vw 4.2666666667vw;
    display: none;
  }
}
.p-approach-panel__ttl {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 300;
  color: #ffffff;
  padding-top: 13px;
}
@media screen and (max-width: 1279px) {
  .p-approach-panel__ttl {
    font-size: 3.90625vw;
    padding-top: 1.015625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-approach-panel__ttl {
    font-size: 13.3333333333vw;
    padding-top: 0;
  }
}
.p-approach-panel__sub-ttl {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 1279px) {
  .p-approach-panel__sub-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-approach-panel__sub-ttl {
    font-size: 5.3333333333vw;
  }
}
.p-approach-panel__txt {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 1279px) {
  .p-approach-panel__txt {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-approach-panel__txt {
    font-size: 4.2666666667vw;
    line-height: 1.625;
  }
}
.p-approach-panel__detail {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5555555556;
  border-radius: 10px;
  margin-top: auto;
  color: #ffffff;
  border: 2px solid #ffffff;
  min-height: 44px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1279px) {
  .p-approach-panel__detail {
    font-size: 1.40625vw;
    border-radius: 0.78125vw;
    min-height: 3.4375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-approach-panel__detail {
    font-size: 4.8vw;
    border-radius: 2.6666666667vw;
    min-height: 11.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.p-approach-panel__detail:hover {
  background-color: #ffffff;
  color: #5b5657;
}

/* ============================================
  ニュース - #s-news
============================================ */
#s-news {
  padding-top: 88px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1279px) {
  #s-news {
    padding-top: 6.875vw;
    padding-bottom: 15.625vw;
  }
}
@media screen and (max-width: 767px) {
  #s-news {
    padding-top: 9.6vw;
    padding-bottom: 26.6666666667vw;
  }
}
#s-news .c-btn {
  margin-top: 82px;
}
@media screen and (max-width: 1279px) {
  #s-news .c-btn {
    margin-top: 6.40625vw;
  }
}
@media screen and (max-width: 767px) {
  #s-news .c-btn {
    margin-top: 9.6vw;
  }
}

/* ============================================
  トピックス
============================================ */
#s-topics {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1279px) {
  #s-topics {
    padding-top: 15.625vw;
    padding-bottom: 15.625vw;
  }
}
@media screen and (max-width: 767px) {
  #s-topics {
    padding-top: 26.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
#s-topics .c-btn {
  margin-top: 100px;
}
@media screen and (max-width: 1279px) {
  #s-topics .c-btn {
    margin-top: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  #s-topics .c-btn {
    margin-top: 13.3333333333vw;
  }
}