/* 全体のインナー幅調整 */
.container-w100 {
  width: 100%;
}

.page-wrap {
  padding-top: 0;
  padding-bottom: 0;
}


/* ーーーーーーーーーーーーーーーーーーーーーーーー
関連サービス
*/
.p-utex-related__itemLink1 a {
  min-width: 242px;
}

.p-utex-related .p-utr-related__items {
  margin-right: calc(50% - 303px);
}

.p-utex-related{
  margin: 0 auto;
  background-image: url('/wp-content/themes/HayashiGumi/images/exterior/rtex-related-back.jpg');
  background-repeat: repeat;
  background-size: 320px 320px;
  position: relative;
  z-index: 0;
  padding-top: 45px;
  padding-bottom: 84px;
  padding-left: 20px;
  padding-right: 20px;
}

.p-utex-related .p-utr-related__containerBack {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

@media screen and (max-width: 826px)  {
  .p-utr-related .p-utr-related__items  {
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-utr-related .p-utr-related__items {
    margin-right: auto;
    max-width: unset;
  }
}


/* ーーーーーーーーーーーーーーーーーーーーーーーー
お客様の声＆バナー
*/

.p-utex-voice {
  background-image: url(/wp-content/themes/HayashiGumi/images/exterior/utex-back.jpg);
}

@media screen and (max-width: 768px)  {
  .p-utex-voice {
    background-image: url(/wp-content/themes/HayashiGumi/images/exterior/utex-back-sp.jpg);
  }
}

.p-utex-bnr img {
  box-shadow: unset;
}


/* ーーーーーーーーーーーーーーーーーーーーーーーー
ファーストビューの下
*/

.p-utex-fvu .p-utr-fvu__itemImg {
  width: 36px;
}


.p-utex-fvu .p-utr-fvu__itemImg2 {
  width: 41px;
}
.p-utex-fvu .p-utr-fvu__itemImg3 {
  width: 41px;
  height: 40px;
  padding-top: 3px;
}

.p-utex-fvu .p-utr-fvu__itemImg img {
  width: 100%;
}

.p-utex-fvu .p-utr-fvu__itemMainImg {
  margin-top: 24px;
  overflow: hidden;
}

.p-utex-fvu .p-utr-fvu__itemMainImg img {
  aspect-ratio: 180 / 240;
  object-fit: cover;
}

.p-utex-fvu .p-utr-fvu__itemMainImg1 img {
  object-position: 20% center;
  transform: scale(1.35);
}

.p-utex-fvu .p-utr-fvu__itemMainImg2 img{
  object-position: 95% center;
}

.p-utex-fvu .p-utr-fvu__itemMainImg3 img {
  object-position: 82% 90%;
}

@media screen and (max-width: 768px) {
  .p-utex-fvu .p-utr-fvu__itemImg2 {
    width: 36px;
  }
  .p-utex-fvu .p-utr-fvu__itemImg3 {
    width: 41px;
    height: 36px;
    padding-top: 3px;
  }
}



/* ーーーーーーーーーーーーーーーーーーーーーーーー
ファーストビュー
*/

/* .p-utex-fv .p-utr-fv__first-view-container {
  left: unset;
} */

.p-utex-fv {
  margin-top: 60px;
}

.p-utex-fv .p-utr-fv__first-view-wrapper {
  position: relative;
  height: 271px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: visible;
}

.p-utex-fv .p-utr-fv__first-view-container {
  position: absolute;
  top: 0;
  right: 0;
  /* left: 35%; */
  left: 38%;
  height: 271px;
  z-index: 1;
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 1.2s ease-out forwards;
}


@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.p-utex-fv .p-utr-fv__first-view-mask {
  width: 100%;
  height: 271px;
  overflow: visible;
  position: relative;
}


/* 縦書きテキスト */
.p-utex-fv__vertical-text-wrapper {
  position: absolute;
  top: -30px;
  left: -40px;
  z-index: 3;
  /* アニメーションの初期状態 */
  opacity: 0;
  transform: translateY(-30px); /* 上から下へのスライド用 */
  animation: slideInFromTopUe 1.5s ease-out forwards;
  /* 他のアニメーションの後に開始 */
  animation-delay: 1.2s;
}

/* 上から下へのスライドアニメーション（品のある動き） */
@keyframes slideInFromTopUe {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    30% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.p-utex-fv__vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    height: 340px;
    font-family: var(--font-main);
}

.p-utex-fv .p-utr-fv__first-view-mask::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  pointer-events: none;
}

.p-utex-fv .p-utr-fv__first-view-mask::before {
  content: "Exterior";
  position: absolute;
  bottom: -8px;
  right: 0;
  font-size: 49px;
  font-family: var(--font-main);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.3em;
  line-height: 1;
}

.p-utex-fv .p-utr-fv__first-view-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.p-utex-fv .p-utr-fv__blue-band-container {
  position: absolute;
  top: -1px;
  right: 0;
  height: 271px;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 1.2s ease-out forwards;
}

.p-utex-fv .p-utr-fv__blue-band-image {
  height: 100%;
  display: block;
}

.p-utex-fv .p-utr-fv__content {
    position: relative;

}

.p-utex-fv .p-utr-fv__text-content-wrapper {
  position: absolute;
  top: 0;
  right: 68%;
  height: 271px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 40px;
  opacity: 0;
  animation: fadeInrfv 1.5s ease-out forwards;
  animation-delay: 0.8s;
}


@keyframes fadeInrfv {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.p-utex-fv .p-utr-fv__text-content {
    max-width: 350px;
    padding-left: 20px;
}

.p-utex-fv .p-utr-fv__heading {
  font-size: 34px!important;
  color: #123979;
  line-height: 1.5;
  margin-bottom: 40px;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: var(--font-main);
  font-style: normal;
  margin-top: 0;
  position: relative;
  padding-left: 27px;
}

.p-utex-fv .p-utr-fv__heading:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 3.5px;
  background: #123979;
  left: 0;
  top: 0;
}

.p-utex-fv .p-utr-fv__lead {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: var(--font-main);
    font-style: normal;
    margin-top: 0;
}

.p-utex-fv .p-utr-fv__body-text {
    font-size: 12px;
    color: #000;
    line-height: 1.3;
    letter-spacing: 0.08em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: var(--font-main);
    font-style: normal;
    max-width: 255px;
}




@media screen and (max-width: 1147px) {
  .p-utex-fv .p-utr-fv__first-view-container {
    left: 37%;
  }
  .p-utex-fv .p-utr-fv__text-content {
    padding-left: 44px;
  }
}


@media screen and (max-width: 1059px) {
  .p-utex-fv .p-utr-fv__first-view-container {
    left: 45%;
  }
  .p-utex-fv .p-utr-fv__text-content {
    padding-left: 44px;
  }

  .p-utex-fv .p-utr-fv__blue-band-container {
    right: -85px;
  }

  .p-utex-fv .p-utr-fv__text-content-wrapper {
    right: 56%;
  }
}


@media screen and (max-width: 768px) {
	.p-te-contact-oraexte {
      margin-bottom:30px;
	}
  .p-utex-fv {
    overflow: visible;
    margin-top: 0;
  }
  .p-utex-fv .p-utr-fv__first-view-wrapper {
    position: relative;
    height: 202px;
    display: unset;
    justify-content: flex-end;
    align-items: flex-start;
    overflow: visible;
  }
  .p-utex-fv .p-utr-fv__first-view-container {
    position: unset;
    top: 0;
    right: 0;
    left: 35%;
    height: 202px;
    z-index: 1;
    opacity: 1;
    transform: unset;
    animation: unset;
    overflow: visible;
  }

  .p-utex-fv .p-utr-fv__first-view-mask {
    width: 82%;
    margin-left: auto;
    height: 202px;
    overflow: visible;
    position: relative;
  }

  .p-utex-fv .p-utr-fv__first-view-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }

  .p-utex-fv .p-utr-fv__blue-band-container {
    position: absolute;
    top: 0;
    right: -36px;
    height: 202px;
    z-index: 2;
    pointer-events: none;
    opacity: 1;
    transform: unset;
    animation: unset;
  }

  .p-utex-fv .p-utr-fv__blue-band-image {
    height: 100%;
    display: block;
  }

  .p-utex-fv .p-utr-fv__content {
      position: relative;

  }

  .p-utex-fv .p-utr-fv__text-content-wrapper {
    position: unset;
    top: 0;
    right: unset;
    height: unset;
    display: flex;
    align-items: center;
    justify-content: unset;
    padding-right: 0;
    opacity: 1;
    animation: unset;
    animation-delay: unset;
    margin-top: 17px;
  }

  .p-utex-fv .p-utr-fv__text-content {
    max-width: 390px;
    padding-left: 40px;
    padding-right: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .p-utex-fv .p-utr-fv__heading {
  font-size: 27px!important;
  color: #123979;
  line-height: 1.5;
  margin-bottom: 17px;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: var(--font-main);
  font-style: normal;
  margin-top: 0;
  position: relative;
  padding-left: 27px;
  }

  .p-utex-fv .p-utr-fv__heading:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 3.5px;
    background: #123979;
    left: 0;
    top: 0;
  }

  .p-utex-fv .p-utr-fv__lead {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    line-height: 1.6;
    margin-bottom: 16px;
    font-family: var(--font-main);
    font-style: normal;
    margin-top: 0;
  }

  .p-utex-fv .p-utr-fv__body-text {
    font-size: 10.5px;
    color: #000;
    line-height: 1.3;
    letter-spacing: 0.08em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: var(--font-main);
    font-style: normal;
    max-width: 375px;
  }

  .p-utex-fv .p-utr-fv__first-view-mask::before {
    content: "Exterior";
    position: absolute;
    bottom: -8px;
    right: 0;
    font-size: 36px;
    font-family: var(--font-main);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.3em;
    line-height: 1;
  }



  .p-utex-fv__vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    height: 202px;
    font-family: var(--font-main);
  }

  /* 縦書きテキスト */
  .p-utex-fv__vertical-text-wrapper {
    position: absolute;
    top: 10px;
    left: -37px;
    z-index: 3;
    opacity: 1;
    transform: unset;
    animation: unset;
    animation-delay: unset;
  }


  .p-utex-fv .p-utr-fv__first-view-mask::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
  }
}






/* ーーーーーーーーーーーーーーーーーーーーーーーー
エクステリア外構の特徴
*/

.p-utex-features {
  position: relative;
  z-index: 0;
  background-image: url('/wp-content/themes/HayashiGumi/images/exterior/ute-feature-back2.png');
  background-repeat: repeat;
  background-size:cover;
  padding: 30px 20px 45px 20px;
  height: 886px;
}

/* .p-utex-features::after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 184px;
  left: 0;
  width: 100%;
  height: 652px;
  background-color: rgba(230, 255, 100, 0.4);
  background-image: url('/wp-content/themes/HayashiGumi/images/exterior/utex-features-backwhite.png');
  background-repeat: repeat;
  background-size: contain;
  opacity: 0.5;
} */


.p-utex-features .p-te-titleh2 h2 ,
.p-utex-features .p-te-titleh2 p {
  color: #FFF;
}

.p-utex-features .p-te-titleh2 h2 {
  line-height: 1.2;
}

.p-utex-features .p-te-titleh2 .p-te-strength__underline {
  background: #FFF;
}


.p-utex-features__centerImg {
  position: relative;
  /* z-index: -1; */
  width: 357px;
  height: 357px;
  top: 333px;
  left: 50%;
  transform: translate(-50% , -50%);
}


.p-utex-features__item {
  min-height: 370px;
  padding: 18px 21px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  max-width: 300px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.p-utex-features__item .p-utex-features__itemImg img {
  aspect-ratio: 280 / 160;
  object-fit: cover;
}

.p-utex-features__item .p-utex-features__itemTit {
  margin-top: 14px;
  font-size: 20px;
  font-family: var(--font-main);
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.34em;
}

.p-utex-features__item .p-utex-features__itemText {
  margin-top: 14px;
  font-size: 12px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 1.5;
}

.p-utex-features__item1 {
  top: -220px;
  left: -250px;
  opacity: 0;
  transform: translate(15px, 15px);
  animation: slideInDiagonal 1s ease-out forwards;
  animation-delay: 1.5s;
}

@keyframes slideInDiagonal {
  0% {
      opacity: 0;
      transform: translate(15px, 15px);
  }
  30% {
      opacity: 0.5;
  }
  100% {
      opacity: 1;
      transform: translate(0, 0);
  }
}

.p-utex-features__item2 {
  top: -220px;
  right: -250px;
  opacity: 0;
  transform: translate(-15px, 15px);
  animation: slideInDiagonal2 1s ease-out forwards;
  animation-delay: 2s;
}

@keyframes slideInDiagonal2 {
  0% {
      opacity: 0;
      transform: translate(-15px, 15px);
  }
  30% {
      opacity: 0.5;
  }
  100% {
      opacity: 1;
      transform: translate(0, 0);
  }
}

.p-utex-features__item2 .p-utex-features__itemTit {
  text-align: left;
  padding-left: 18px;
}

.p-utex-features__item3 {
  min-height: 320px;
  top: 190px;
  left: -250px;
  opacity: 0;
  transform: translate(15px, -15px);
  animation: slideInDiagonal3 1s ease-out forwards;
  animation-delay: 2.5s;
}

@keyframes slideInDiagonal3 {
  0% {
      opacity: 0;
      transform: translate(15px, -15px);
  }
  30% {
      opacity: 0.5;
  }
  100% {
      opacity: 1;
      transform: translate(0, 0);
  }
}

.p-utex-features__item4 {
  min-height: 320px;
  top: 190px;
  right: -250px;
  padding: 18px 16px;
  opacity: 0;
  transform: translate(-15px, -15px);
  animation: slideInDiagonal4 1s ease-out forwards;
  animation-delay: 3s;
}


@keyframes slideInDiagonal4 {
  0% {
      opacity: 0;
      transform: translate(-15px, -15px);
  }
  30% {
      opacity: 0.5;
  }
  100% {
      opacity: 1;
      transform: translate(0, 0);
  }
}

.p-utex-features__spOnlyItems {
  display: none;
}

/*
レスポンシブはこの横幅から
*/
@media screen and (max-width: 883px) {
  .p-utex-features__itemPc {
    display: none;
  }
  .p-utex-features__spOnlyItems {
    display: block;
    margin-top: 25px;
  }
  .p-utex-features {
    position: relative;
    z-index: 0;
    background-image: url('/wp-content/themes/HayashiGumi/images/exterior/ute-feature-back2.png');
    background-repeat: repeat;
    background-size:cover;
    padding: 25px 20px 45px 20px;
    height: unset;
  }
  .p-utex-features__centerImg {
    position: absolute;
    z-index: -1;
    width: 196px;
    height: 196px;
    top: 43.2%;
    left: 50%;
    transform: translate(-50% , 50%);
  }

  .p-utex-features__item {
    min-height: unset;
    padding: 18px 21px;
    background: rgba(255, 255, 255, 0.8);
    position: unset;
    max-width: 264px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .p-utex-features__item .p-utex-features__itemTit {
    margin-top: 14px;
    font-size: 16px;
    font-family: var(--font-main);
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.34em;
  }

  .p-utex-features__item .p-utex-features__itemText {
    margin-top: 14px;
    font-size: 10px;
    padding-left: 18px;
    padding-right: 18px;
    line-height: 1.5;
  }

  .p-utex-features__item:nth-child(n + 2) {
    margin-top: 24px;
  }

  .p-utex-features__item1 {
    top: unset;
    left: unset;
    opacity: 1;
    transform: unset;
    animation: unset;
    animation-delay: unset;
  }
  .p-utex-features__item2 {
    top: unset;
    left: unset;
    opacity: 1;
    transform: unset;
    animation: unset;
    animation-delay: unset;
  }
  .p-utex-features__item3 {
    top: unset;
    left: unset;
    opacity: 1;
    transform: unset;
    animation: unset;
    animation-delay: unset;
  }
  .p-utex-features__item4 {
    top: unset;
    left: unset;
    opacity: 1;
    transform: unset;
    animation: unset;
    animation-delay: unset;
  }
}




/* ーーーーーーーーーーーーーーーーーーーーーーーー
ご依頼の流れ
*/

.p-utex-process  {
  padding-top: 40px;
  padding-bottom: 94px;
  position: relative;
}

.p-utex-process::after {
  display: block;
  position: absolute;
  z-index: -1;
  content: "";
  bottom: 0;
  left: 0;
  height: 370px;
  width: 100%;
  background-image: url('/wp-content/themes/HayashiGumi/images/exterior/ex-process-back.png');
  background-repeat: repeat;
  background-position: center calc(100% + 204px);

}

.p-utex-process  .p-te-titleh2 h2 {
  line-height: 1.2;
}

.p-utex-process  .p-te-titleh2 p {
  font-size: 11px;
  margin-top: 4px;
}


.p-utex-process__process-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 795px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}

.p-utex-process__process-boxes {
  max-width: 100%;
  /* height: 215px; */
  border: 3px solid #123979;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 45px 15px 15px;
  margin-bottom: 0px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeInDown 1s forwards;
  gap: 50px;
}

/* 2つ目のプロセスボックスは遅延させる */
.p-utex-process__process-boxes2 {
  animation-delay: 1.5s;
}
.p-utex-process__process-boxes3 {
  animation-delay: 2.5s;
}
.p-utex-process__process-boxes4 {
  animation-delay: 3.5s;
}
.p-utex-process__process-boxes5 {
  animation-delay: 4.5s;
}

/* STEPボックス */
.p-utex-process__steps-square {
  width: 65px;
  height: 65px;
  background-color: #123979;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* STEPテキスト */
.p-utex-process__step-text {
  color: white;
  text-align: center;
  line-height: 1.2;
  font-size: 12px;
}

.p-utex-process__step-text span{
  font-size: 31px;
  font-weight: bold;
}


/* 中央コンテンツ部分 */
.p-utex-process__process-content {
  width: 60%;
  margin-left: 70px; /* STEPボックスの横幅+余白 */
}

.p-utex-process__process-content h3 {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  color: #333;
}

.p-utex-process__process-content p {
  font-size: 12px;
  margin: 18px 0 18px 0;
  line-height: 1.6;
  color: #333;
}

/* お問い合わせボタン */
.p-utex-process__contents .p-te-strength__contact-button{
  margin: 0;
  padding: 7px 20px;
  letter-spacing: 0.2em;
}

.p-utex-process__button-text {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

/* 画像部分 */
.p-utex-process__process-image {
  width: 40%;
  overflow: hidden;
}

.p-utex-process__process-image img {
  aspect-ratio: 225 / 150;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 点線 */
.p-utex-process__dot-line {
  width: 4px;
  height: 0;
  border-left: 4px dotted #123979;
  margin: 0 auto;
	animation: extendLine 1s forwards;
  animation-delay: 1s;
}


.p-utex-process__dot-line2 {
  animation-delay: 2s;
}
.p-utex-process__dot-line3 {
  animation-delay: 3s;
}
.p-utex-process__dot-line4 {
  animation-delay: 4s;
}



/* アニメーション定義 */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes extendLine {
  from {
    height: 0;
  }
  to {
    height: 47px;
  }
}

.p-utex-process__process-imageSp {
  display: none;
}

/* レスポンシブ対応 */
@media screen and (max-width: 836px) {
  .p-utex-process  {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-utex-process__process-container {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
  }

  .p-utex-process .p-te-utrpro__highlight-text .p-te-strength__highlight-full{
    font-size: 14px;
  }
  .p-utex-process__process-boxes {
    height: auto;
    flex-direction: column;
  }
  .p-utex-process__process-imageSp {
    display: block;
  }
  .p-utex-process__process-imagePc {
    display: none;
  }

  .p-utex-process__process-boxes {
    max-width: 100%;
    /* height: 215px; */
    border: 3px solid #123979;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px 17px 15px 17px;
    margin-bottom: 0px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
    opacity: 1;
    transform: unset;
    animation: unset;
    gap: 50px;
  }
  

  .p-utex-process__process-boxes2 {
    animation-delay: unset;
  }
  .p-utex-process__process-boxes3 {
    animation-delay: unset;
  }
  .p-utex-process__process-boxes4 {
    animation-delay: unset;
  }
  .p-utex-process__process-boxes5 {
    animation-delay: unset;
  }
  /* 点線 */
  .p-utex-process__dot-line {
    width: 4px;
    height: 22px;
    border-left: 3px dotted #123979;
    margin: 0 auto;
    animation: unset;
    animation-delay: unset; /* 最初のボックスが表示された後に開始 */
  }

  .p-utex-process__dot-line2 {
    animation-delay: unset;
  }
  .p-utex-process__dot-line3 {
    animation-delay: unset;
  }
  .p-utex-process__dot-line4 {
    animation-delay: unset;
  }

  .p-utex-process__steps-square {
    width: 52px;
    height: 52px;
    background-color: #123979;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* STEPテキスト */
  .p-utex-process__step-text {
    color: white;
    text-align: center;
    line-height: 1.2;
    font-size: 9px;
  }

  .p-utex-process__step-text span{
    font-size: 24px;
    font-weight: bold;
  }
  .p-utex-process__process-content {
    width: 100%;
    margin-left: 0;
  }
  .p-utex-process__process-content h3 {
    font-size: 20px;
    padding-left: 58px;
  }
  .p-utex-process__process-imageSp {
    margin-top: 20px;
  }

  .p-utex-process__process-imageSp img {
    max-width: 180px;
  }

  .p-utex-process__process-image {
    width: 100%;
    text-align: center;
  }
  .p-utex-process .p-utex-process__contents .p-te-strength__contact-button {
    margin: 0 auto;
  }
}
