@charset "UTF-8";
.p-head-title {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.3076923077vw;
  height: 6.8461538462vw;
  padding: 3vw 7.8461538462vw 0;
}
@media screen and (width <= 900px) {
  .p-head-title {
    gap: 2.9166666667vw;
    height: 15vw;
    padding: 0vw 0vw 0vw 6.0416666667vw;
  }
}
.p-head-title__eg {
  font-family: D-DINCondensed, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 0.9615384615;
  color: #e60000;
}
@media screen and (width <= 900px) {
  .p-head-title__eg {
    font-size: 8.3333333333vw;
    line-height: 1.81175;
  }
}
.p-head-title__txt {
  padding: 1.6923076923vw 0 0;
  font-size: 1.3846153846vw;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
@media screen and (width <= 900px) {
  .p-head-title__txt {
    padding: 3.125vw 0vw 0vw 0vw;
    font-size: 3.75vw;
    line-height: 2.875555556;
  }
}

.colleague-head {
  position: relative;
  z-index: 3;
  padding: 0 0 47vw;
  margin-top: 80px;
}
@media screen and (width <= 900px) {
  .colleague-head {
    padding: 0 0 101.6666666667vw;
    margin-top: 68px;
  }
}
.colleague-head__bg {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  display: block;
}
.colleague-head__bg img {
  width: 100%;
  height: 13.4615384615vw;
}
@media screen and (width <= 900px) {
  .colleague-head__bg img {
    height: 15vw;
  }
}
.colleague-head__bg2 {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  display: block;
}
.colleague-head__bg2 img {
  width: 100%;
  height: 53.8461538462vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (width <= 900px) {
  .colleague-head__bg2 img {
    height: 116.6666666667vw;
  }
}

.colleague-main {
  position: relative;
  z-index: 2;
  padding: 127px 0 144px;
}
@media screen and (width <= 900px) {
  .colleague-main {
    padding: 16.6666666667vw 0 23.3333333333vw;
  }
}
.colleague-main__title {
  font-size: 30px;
  font-weight: 400;
  color: #e60000;
  text-align: center;
  text-indent: 0.04em;
  letter-spacing: 0.04em;
}
@media screen and (width <= 900px) {
  .colleague-main__title {
    font-size: 6.25vw;
  }
}
.colleague-main__head {
  max-width: 450px;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 300;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (width <= 900px) {
  .colleague-main__head {
    width: 87.5vw;
    max-width: none;
    margin: 6.4583333333vw auto 0;
    font-size: 3.3333333333vw;
    text-align: justify;
  }
}
@media screen and (width <= 900px) {
  .colleague-main__headtxt {
    display: inline;
  }
}
.colleague-main__eg {
  margin: 54px 0 0;
  font-family: D-DINCondensed, sans-serif;
  font-size: 29px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 50px;
  color: #e60000;
  text-align: center;
}
@media screen and (width <= 900px) {
  .colleague-main__eg {
    margin: 13.125vw 0 0;
    font-size: 6.0416666667vw;
    line-height: 10.4166666667vw;
  }
}
.colleague-main__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 16px auto 0;
}
@media screen and (width <= 900px) {
  .colleague-main__flex {
    display: block;
    margin: 7.9166666667vw auto 0;
  }
}
.colleague-main__col {
  margin: 54px 0 0;
}
.colleague-main__col svg {
  width: 40px;
  fill: none;
  stroke: #e60000;
  stroke-miterlimit: 10;
}
@media screen and (width <= 900px) {
  .colleague-main__col {
    margin: 2.0833333333vw 0 2.0833333333vw 62.5vw;
  }
  .colleague-main__col svg {
    width: 6.25vw;
  }
}

.p-colleague-profile {
  width: 180px;
}
@media screen and (width <= 900px) {
  .p-colleague-profile {
    display: grid;
    grid-template-rows: 7.5vw 5.2083333333vw 1fr;
    grid-template-columns: 27.0833333333vw 34.1666666667vw;
    grid-gap: 0 3.5416666667vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
  }
}
.p-colleague-profile img {
  display: block;
  width: 130px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .p-colleague-profile img {
    grid-area: 1/1/4/2;
    width: 27.0833333333vw;
  }
}
.p-colleague-profile__eg {
  margin: 7px auto 0;
  font-family: D-DINCondensed, sans-serif;
  font-size: 20px;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.25;
  color: #e60000;
  text-align: center;
}
@media screen and (width <= 900px) {
  .p-colleague-profile__eg {
    grid-area: 1/2/2/3;
    margin: 2.2916666667vw auto 0;
    font-size: 4.1666666667vw;
  }
}
.p-colleague-profile__btxt {
  padding: 5px 0 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (width <= 900px) {
  .p-colleague-profile__btxt {
    grid-area: 2/2/3/3;
    padding: 1.0416666667vw 0 0;
    font-size: 4.1666666667vw;
  }
}
.p-colleague-profile__txt {
  padding: 10px 0 0;
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: center;
}
@media screen and (width <= 900px) {
  .p-colleague-profile__txt {
    grid-area: 3/2/4/3;
    padding: 2.5vw 0 0;
    font-size: 2.9166666667vw;
  }
}

.p-colleague-title {
  position: relative;
  width: 405px;
  margin: 71px auto 0;
}
@media screen and (width <= 900px) {
  .p-colleague-title {
    width: 87.5vw;
    margin-top: 15vw;
  }
}
.p-colleague-title.ft {
  margin-top: 93px;
}
@media screen and (width <= 900px) {
  .p-colleague-title.ft {
    margin-top: 15vw;
  }
}
.p-colleague-title::before {
  position: absolute;
  inset: auto 0 0;
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  content: "";
  background: #e60000;
}
@media screen and (width <= 900px) {
  .p-colleague-title::before {
    width: calc(100% - 6.25vw);
  }
}
.p-colleague-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-clip-path: polygon(calc(100% - 1px) 0, 100% 0%, 1px 100%, 0% 100%);
          clip-path: polygon(calc(100% - 1px) 0, 100% 0%, 1px 100%, 0% 100%);
  content: "";
  background: #e60000;
}
@media screen and (width <= 900px) {
  .p-colleague-title::after {
    width: 6.25vw;
    height: 6.25vw;
  }
}
.p-colleague-title__tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px 20px 0;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.06em;
}
@media screen and (width <= 900px) {
  .p-colleague-title__tit {
    padding: 0 1.0416666667vw 4.1666666667vw 0;
    font-size: 4.1666666667vw;
  }
}

.p-colleague-cont {
  max-width: 840px;
  padding: 19px 20px 44px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .p-colleague-cont {
    max-width: none;
    padding: 3.125vw 6.25vw 11.0416666667vw;
  }
}
.p-colleague-cont.last {
  padding-bottom: 102px;
}
@media screen and (width <= 900px) {
  .p-colleague-cont.last {
    padding-bottom: 25.625vw;
  }
}
.p-colleague-cont__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 23px 0;
  border-bottom: 1px solid #ccc;
}
.p-colleague-cont__flex.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-colleague-cont__flex.last {
  border: none;
}
@media screen and (width <= 900px) {
  .p-colleague-cont__flex {
    gap: 3.75vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 8.3333333333vw 0 0;
    border: none;
  }
  .p-colleague-cont__flex.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-colleague-cont__col {
  width: 75px;
  padding: 7px 0 0;
}
@media screen and (width <= 900px) {
  .p-colleague-cont__col {
    width: 16.6666666667vw;
    padding: 0;
  }
}
.p-colleague-cont__img {
  display: block;
}
.p-colleague-cont__eg {
  font-family: D-DINCondensed, sans-serif;
  font-size: 20px;
  line-height: 40px;
  color: #e60000;
  text-align: center;
}
@media screen and (width <= 900px) {
  .p-colleague-cont__eg {
    font-size: 4.1666666667vw;
    line-height: 8.3333333333vw;
  }
}
.p-colleague-cont__txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 95px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
.p-colleague-cont__txt.left {
  padding: 0 0 0 95px;
}
@media screen and (width <= 900px) {
  .p-colleague-cont__txt {
    padding: 0.7291666667vw 0 0.7291666667vw 3.75vw;
    font-size: 3.3333333333vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: justify;
    border-left: 3px solid #e6e6e6;
  }
  .p-colleague-cont__txt.left {
    padding: 0.7291666667vw 0 0.7291666667vw 3.75vw;
  }
}
.p-colleague-cont__foot {
  max-width: 610px;
  margin: 26px auto 0;
  font-size: 14px;
  font-weight: 300;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.7857142857;
}
@media screen and (width <= 900px) {
  .p-colleague-cont__foot {
    max-width: 87.5vw;
    margin: 5vw auto 0;
    font-size: 2.9166666667vw;
  }
}
.p-colleague-cont__foot p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-colleague-cont__foot p::before {
  margin-right: 1em;
  content: "※1";
}
.p-colleague-cont__foot p:nth-of-type(2)::before {
  content: "※2";
}
.p-colleague-cont__foot2 {
  padding: 14px 0 0;
  font-size: 14px;
  text-align: right;
}
@media screen and (width <= 900px) {
  .p-colleague-cont__foot2 {
    padding: 6.6666666667vw 0 0;
    font-size: 2.9166666667vw;
  }
}

.p-colleague-pic {
  display: block;
}
.p-colleague-pic img {
  display: block;
  width: 100%;
  padding-right: calc(25vw + -225px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1300px) {
  .p-colleague-pic img {
    padding-right: 100px;
  }
}
@media screen and (width <= 900px) {
  .p-colleague-pic img {
    height: 66.6666666667vw;
    padding-right: 0;
  }
}
.p-colleague-pic.right img {
  padding: 0 0 0 calc(25vw + -225px);
}
@media screen and (max-width: 1300px) {
  .p-colleague-pic.right img {
    padding: 0 0 0 100px;
  }
}
@media screen and (width <= 900px) {
  .p-colleague-pic.right img {
    padding: 0;
  }
}

.p-colleague-pic2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-colleague-pic2__pic {
  display: block;
  width: 50%;
}
@media screen and (width <= 900px) {
  .p-colleague-pic2 {
    display: block;
  }
  .p-colleague-pic2__pic {
    width: 100%;
  }
}

.p-btn-othercontents {
  position: relative;
  display: block;
  width: 320px;
  height: 220px;
  overflow: hidden;
  border: 1px solid #e60000;
}
@media screen and (width <= 900px) {
  .p-btn-othercontents {
    width: 83.3333333333vw;
    height: 50vw;
  }
}
.p-btn-othercontents.oc {
  height: 276px;
}
.p-btn-othercontents::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.p-btn-othercontents img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (width <= 900px) {
  .p-btn-othercontents img.faq {
    height: 43.3333333333vw;
  }
}
.p-btn-othercontents__box {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 56.2px;
  padding: 0 14px;
  background: rgba(230, 0, 0, 0.8);
}
@media screen and (width <= 900px) {
  .p-btn-othercontents__box {
    height: 13.3333333333vw;
    padding: 0 2.5vw;
  }
}
.p-btn-othercontents__box.oc {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 78.2px;
  padding: 0 14px;
}
.p-btn-othercontents__box::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.p-btn-othercontents__in {
  position: relative;
  z-index: 3;
}
.p-btn-othercontents p {
  position: relative;
  z-index: 3;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  -webkit-transition: color 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: color 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
@media screen and (width <= 900px) {
  .p-btn-othercontents p {
    font-size: 4.1666666667vw;
  }
}
.p-btn-othercontents p.p-btn-othercontents__btxt {
  padding: 15px 0 0;
  font-size: 15px;
}
.p-btn-othercontents p.p-btn-othercontents__txt {
  padding: 5px 0 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
}
@media screen and (width <= 900px) {
  .p-btn-othercontents p.p-btn-othercontents__txt {
    font-size: 2.9166666667vw;
    line-height: 1.7142;
  }
}
.p-btn-othercontents__svg {
  position: relative;
  z-index: 3;
}
.p-btn-othercontents__svg.oc {
  margin: 36px 0 0;
}
@media screen and (width <= 900px) {
  .p-btn-othercontents__svg.oc {
    margin: 7.5vw 0 0;
  }
}
.p-btn-othercontents__svg::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #e60000;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.p-btn-othercontents svg {
  position: relative;
  z-index: 2;
  width: 27.6px;
  -webkit-transition: stroke 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.15s;
  transition: stroke 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.15s;
}
@media screen and (width <= 900px) {
  .p-btn-othercontents svg {
    width: 6.6666666667vw;
  }
}
.p-btn-othercontents svg .cls-1,
.p-btn-othercontents svg .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 0.92px;
}
@media (any-hover: hover) {
  .p-btn-othercontents:hover {
    opacity: 1;
  }
  .p-btn-othercontents:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .p-btn-othercontents:hover .p-btn-othercontents__box::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .p-btn-othercontents:hover p {
    color: #000;
  }
  .p-btn-othercontents:hover .p-btn-othercontents__svg::before {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.15s;
    transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.15s;
    transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.15s;
    transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.15s, -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.15s;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .p-btn-othercontents:hover svg .cls-1 {
    stroke: #e60000;
  }
  .p-btn-othercontents:hover svg .cls-2 {
    stroke: none;
  }
}

.p-btn-othercontents-comsoon {
  position: relative;
  display: block;
  width: 320px;
  height: 220px;
  overflow: hidden;
  border: 1px solid #e60000;
}
@media screen and (width <= 900px) {
  .p-btn-othercontents-comsoon {
    width: 83.3333333333vw;
    height: 50vw;
  }
}
.p-btn-othercontents-comsoon::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.p-btn-othercontents-comsoon::after {
  position: absolute;
  inset: 75px 0 auto;
  z-index: 3;
  display: block;
  width: 100%;
  font-size: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fff;
  text-align: center;
  content: "COMING SOON ...";
}
@media screen and (width <= 900px) {
  .p-btn-othercontents-comsoon::after {
    top: 17.7083333333vw;
    font-size: 6.25vw;
  }
}
.p-btn-othercontents-comsoon.oc {
  height: 276px;
}
.p-btn-othercontents-comsoon.oc::after {
  top: 87px;
}
.p-btn-othercontents-comsoon img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-btn-othercontents-comsoon img.p-btn-othercontents-comsoon__txt {
  position: absolute;
  inset: 76px 0 auto;
  z-index: 3;
  display: block;
  width: 149px;
  height: auto;
  margin: 0 auto;
}
.p-btn-othercontents-comsoon img.p-btn-othercontents-comsoon__txt.oc {
  top: 90px;
}
@media screen and (width <= 900px) {
  .p-btn-othercontents-comsoon img.p-btn-othercontents-comsoon__txt {
    top: 15.8333333333vw;
    width: 31.0416666667vw;
  }
  .p-btn-othercontents-comsoon img.p-btn-othercontents-comsoon__txt.oc {
    top: 18.75vw;
  }
}
.p-btn-othercontents-comsoon__box {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 56.2px;
  padding: 0 15px;
  background: rgba(230, 0, 0, 0.8);
}
@media screen and (width <= 900px) {
  .p-btn-othercontents-comsoon__box {
    height: 13.3333333333vw;
    padding: 0 2.5vw;
  }
}
.p-btn-othercontents-comsoon__box::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.p-btn-othercontents-comsoon p {
  position: relative;
  z-index: 3;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  -webkit-transition: color 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: color 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
@media screen and (width <= 900px) {
  .p-btn-othercontents-comsoon p {
    font-size: 4.1666666667vw;
  }
}
.p-btn-othercontents-comsoon p.p-btn-othercontents-comsoon__btxt {
  padding: 15px 0 0;
  font-size: 15px;
}
.p-btn-othercontents-comsoon p.p-btn-othercontents-comsoon__txt {
  padding: 5px 0 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
}
@media screen and (width <= 900px) {
  .p-btn-othercontents-comsoon p.p-btn-othercontents-comsoon__txt {
    font-size: 2.9166666667vw;
    line-height: 1.71428571;
  }
}
.p-btn-othercontents-comsoon__svg {
  position: relative;
  z-index: 3;
}
.p-btn-othercontents-comsoon__svg::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #e60000;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.p-btn-othercontents-comsoon svg {
  position: relative;
  z-index: 2;
  width: 27.6px;
  -webkit-transition: stroke 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.15s;
  transition: stroke 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.15s;
}
@media screen and (width <= 900px) {
  .p-btn-othercontents-comsoon svg {
    width: 6.6666666667vw;
  }
}
.p-btn-othercontents-comsoon svg .cls-1,
.p-btn-othercontents-comsoon svg .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 0.92px;
}

.other-contents {
  position: relative;
  z-index: 2;
  padding: 101px 20px;
  background: #e6e6e6;
}
@media screen and (width <= 900px) {
  .other-contents {
    padding: 12.5vw 6.25vw;
  }
}
.other-contents__title {
  position: absolute;
  top: -32.5px;
  left: 0;
  z-index: 2;
  width: 325px;
  padding: 0 0 0 103px;
  font-family: D-DINCondensed, sans-serif;
  font-size: 30px;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 65px;
  color: #fff;
  background: #e60000;
  border-radius: 0 20px 20px 0;
}
@media screen and (width <= 900px) {
  .other-contents__title {
    top: -6.7708333333vw;
    width: 67.7083333333vw;
    padding: 0 0 0 21.4583333333vw;
    font-size: 6.25vw;
    line-height: 13.5416666667vw;
    border-radius: 0 4.1666666667vw 4.1666666667vw 0;
  }
}
.other-contents__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.other-contents__flex.oc {
  gap: 20px;
}
@media screen and (width <= 900px) {
  .other-contents__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.1666666667vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .other-contents__flex.oc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 4.1666666667vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.5vw 0 2.5vw;
  }
}
.other-contents__flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 46px;
  max-width: 1098px;
  padding: 15px 0 19px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .other-contents__flex2 {
    max-width: 812px;
  }
}
@media screen and (width <= 900px) {
  .other-contents__flex2 {
    gap: 4.1666666667vw 4.1666666667vw;
  }
}
.other-contents__project-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 46px;
  max-width: 1098px;
  padding: 4px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .other-contents__project-c {
    max-width: 812px;
  }
}
@media screen and (width <= 900px) {
  .other-contents__project-c {
    gap: 4.1666666667vw 4.1666666667vw;
  }
}