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

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


/* ーーーーーーーーーーーーーーーーーーーーーーーー
リフォーム・リノベーション ご依頼の流れ
*/

.p-utr-process {
  padding: 30px 20px;
}

.p-utr-process__tit h2 {
  line-height: 1.2!important;
}

.p-utr-process__tit p {
  font-size: 12px!important;
}

.p-utr-process__cotanctItems .p-te-strength__highlight-full{
  font-size: 18px;
  font-weight: 600;
}

.p-utr-process__cotanctItems .p-te-strength__contact-button {
  width: 265px;
}



.p-utr-process__items {
  max-width: 875px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 44px;
}


.p-utr-process__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-left: 130px;
  padding-right: 100px;
  position: relative;
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeInReformProcessItem 1.5s ease-out forwards;
}

.p-utr-process__item1 {
  animation-delay: 1.5s;
}
.p-utr-process__item2 {
  animation-delay: 2.5s;
}
.p-utr-process__item3 {
  animation-delay: 3.5s;
}
.p-utr-process__item4 {
  animation-delay: 4.5s;
}
.p-utr-process__item5 {
  animation-delay: 5.5s;
}
.p-utr-process__item6 {
  animation-delay: 6.5s;
}


@keyframes fadeInReformProcessItem {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.p-utr-process__item:nth-child(n + 2) {
  margin-top: 60px;
}


.p-utr-process__itemStep {
  position: absolute;
  top : -20px;
  left: 36px;
  background: #123979;
  color: #FFF;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  width: 69px;
  height: 69px;
  padding-top: 12px;
}

.p-utr-process__itemStep  span {
  font-size: 31px;
  display: block;
  font-weight: bold;
  padding-top: 5px;
}


.p-utr-process__itemUnderImg {
  position: absolute;
  bottom: -40px;
  width: 100%;
  left: 0;
}


.p-utr-process__text-block {
  flex: 1;
  order: 1;
  width: 45%;
  max-width: 343px;
}
.p-utr-process__image-block {
  flex: 1;
  order: 2;
  width: 45%;
  max-width: 320px;
}

.p-utr-process__image-block img {
  aspect-ratio: 320 / 213;
  object-fit: cover;
  width: 100%;
}

.p-utr-process__title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.p-utr-process__text {
  font-size: 13px;
  line-height: 21px;
  margin: 30px 0 0 0;
}

.sp-only-ptut {
  display: none;
}

.p-te-utrpro__highlight-text {
  display: none;
}


@media screen and (max-width: 768px) {
  .pc-only-ptut {
    display: none;
  }
  .sp-only-ptut {
    display: block;
  }
  .p-utr-process__items {
    max-width: 351px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
  }
  .p-utr-process__item {
    flex-direction: column;
    padding-left: 57px;
    padding-right: 24px;
    opacity: 1;
    transform: unset;
    animation: unset;
    gap:14px;
  }
  .p-utr-process__text-block {
    flex: 1;
    order: 1;
    width: 100%;
    max-width: 343px;
    padding-left: 20px;
  }
  .p-utr-process__image-block {
    flex: 1;
    order: 2;
    width: 100%;
    max-width: 320px;
  }
  .p-utr-process__title {
    font-size: 20px;
    order: 1;
  }
  .sp-only-ptut {
    order: 3;
  }
  .p-utr-process__itemStep {
    position: absolute;
    top : -10px;
    left: -5px;
    background: #123979;
    color: #FFF;
    border-radius: 50%;
    font-size: 8px;
    text-align: center;
    line-height: 1;
    width: 50px;
    height: 50px;
    padding-top: 8.5px;
  }

  .p-utr-process__itemStep  span {
    font-size: 22px;
    display: block;
    font-weight: bold;
    padding-top: 3px;
  }
  .p-utr-process__text {
    font-size: 10px;
    line-height: 16.8px;
    margin: 0px 0 0 0;
  }
  .p-utr-process {
    padding: 30px 20px 10px 20px;
  }

  .p-te-utrpro__highlight-text {
    display: block;
    margin-top: 37px!important;
    max-width: 428px;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .p-te-utrpro__highlight-text .p-te-strength__highlight-full {
    font-size: 16px;
    background: linear-gradient(transparent 66%, #FFFF3E 20%);
    letter-spacing: 0.14em;
  }

  .p-utr-process__cotanctItems .p-te-contact-orangeBtn .p-te-strength__contact-button{
    width: 212px;
    padding: 6px 18px;
    font-size: 12px;
  }
}



/* ーーーーーーーーーーーーーーーーーーーーーーーー
バナー
*/
.p-utr-bnr {
  padding: 90px 20px;
}

.p-utr-bnr__img {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}


.p-utr-bnr__img a {
  width: 100%;
}

.p-utr-bnr__img a:hover {
  opacity: 0.7;
}

.p-utr-bnr__img img {
  aspect-ratio: 360 / 189;
  object-fit: cover;
  width: 100%;
  border-radius: 4px;
  box-shadow: 4px 5px 4px rgba(0, 0 , 0 ,  0.4);
}
@media screen and (max-width: 768px) {
  .p-utr-bnr {
    padding: 50px 20px;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーー
よくある質問
*/

.p-utr-faq {
  padding: 45px 20px;
  background: #E9EAEA;
}

.p-utr-faq__contents {
  max-width: 876px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.p-utr-faq__accordion-list {
  background: #FFFFFF;
  position: relative;
}

.p-utr-faq__accordion-list:not(:first-child) {
    margin-top: 22px;
}

.p-utr-faq__accordion-title {
  cursor: pointer;
  position: relative;
  padding: 24px 80px 24px 95px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
}



.p-utr-faq__accordion-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%)  rotate(90deg);
  width: 25px;
  border-top: 3px solid #123979;
  transition: .3s;
}
.p-utr-faq__accordion-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 25px;
  border-top: 3px solid #123979;
}

.p-utr-faq__accordion-text {
  display: none;
  padding: 8px 80px 24px 95px;
  margin: 0;
  font-size: 14px;
  position: relative;
}

.p-utr-faq__accordion-box {
  color: #000000;
  line-height: 1.7;
  position: relative;
}

.p-utr-faq__accordion-box::after {
  position: absolute;
  content: "A";
  top: -2px;
  left: -59px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #FFF;
  font-size: 19px;
  font-weight: bold;
  background: #D11F1F;
  text-align: center;
  border-radius: 50%;
}


.p-utr-faq__accordion-situmon {
  position: relative;
}

.p-utr-faq__accordion-situmon::after {
  position: absolute;
  content: "Q";
  top: -2px;
  left: -59px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #FFF;
  font-size: 19px;
  font-weight: bold;
  background: #123979;
  text-align: center;
  border-radius: 50%;
}

.p-utr-faq__accordion-situmon::before {
  position: absolute;
  content: "";
  background: #E9EAEA;
  width: calc(100% + 50px);
  height: 1.5px;
  bottom: -14px;
  left: 0;
}

.open::after {
  transform: rotate(180deg);
}


@media screen and (max-width: 768px) {
  .p-utr-faq__contents  {
    max-width: 371px;
    margin-top: 20px;
  }

  .p-utr-faq__accordion-title {
    cursor: pointer;
    position: relative;
    padding: 17px 40px 17px 40px;
    line-height: 1.5;
    font-size: 12px;
    font-weight: bold;
  }

  .p-utr-faq__accordion-text {
    display: none;
    padding: 8px 40px 24px 40px;
    margin: 0;
    font-size: 10px;
    position: relative;
  }
  .p-utr-faq__accordion-box::after {
    position: absolute;
    content: "A";
    top: -2px;
    left: -31px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    color: #FFF;
    font-size: 11.8px;
    font-weight: bold;
    background: #D11F1F;
    text-align: center;
    border-radius: 50%;
  }

  .p-utr-faq__accordion-situmon::after {
    position: absolute;
    content: "Q";
    top: -2px;
    left: -31px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    color: #FFF;
    font-size: 11.8px;
    font-weight: bold;
    background: #123979;
    text-align: center;
    border-radius: 50%;
  }

  .p-utr-faq__accordion-title::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 26px;
    right: 8px;
    transform: translateY(-50%)  rotate(90deg);
    width: 18px;
    border-top: 2.5px solid #123979;
    transition: .3s;
  }
  .p-utr-faq__accordion-title::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 26px;
    right: 8px;
    transform: translateY(-50%);
    width: 18px;
    border-top: 2.5px solid #123979;
  }
  .open::after {
    transform: rotate(180deg);
  }
  .p-utr-faq__accordion-situmon::before {
    position: absolute;
    content: "";
    background: #E9EAEA;
    width: calc(100% + 63px);
    height: 1.5px;
    bottom: -10px;
    left: -31px;
  }
}


/* ーーーーーーーーーーーーーーーーーーーーーーーー
関連サービス
*/

.p-utr-related {
  margin: 0 auto;
  background-image: url('/wp-content/themes/HayashiGumi/images/reform/reform-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-utr-related__containerBack {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.p-utr-related .p-te-titleh2 h2,
.p-utr-related .p-te-titleh2 p {
  color: #FFF;
}

.p-utr-related .p-te-titleh2 p {
  font-size: 13px;
}

.p-utr-related .p-te-titleh2 .p-te-strength__underline {
  background: #FFF;
}

.p-utr-related__items {
  max-width: 670px;
  display: flex;
  gap: 70px;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 58px;
}

.p-utr-related__itemLink a{
  color: #FFF;
  display: inline-block;
  padding: 12px 18px 10px 18px;
  background: #123979;
  text-align: center;
  box-shadow: 5px 4px 5px rgba(0, 0, 0, 0.6);
  border-radius: 40px;
  min-width: 175px;
  font-family: var(--font-main);
  font-style: normal;
}

.p-utr-related__itemLink a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .p-utr-related__items {
    max-width: 200px;
    display: flex;
    flex-direction: column;
    gap: 49px;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    text-align: center;
  }
  .p-utr-related__itemLink a:hover {
    opacity: unset;
  }
}



/* ーーーーーーーーーーーーーーーーーーーーーーーー
特徴
*/

.p-utr-featuresTit {
  padding: 35px 20px 30px 20px;
}

@media screen and (max-width: 768px) {
  .p-utr-featuresTit {
    padding: 20px 20px 1px 20px;
  }
}

.p-utr-features {
  padding: 30px 20px;
  background-image: url('/wp-content/themes/HayashiGumi/images/reform/reform-fe-back.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .p-utr-features {
    background-image: url('/wp-content/themes/HayashiGumi/images/reform/reform-fe-back-sp.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
  }
}

.p-utr-features__containerBack {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}


.p-utr-features__items {
  max-width: 955px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  gap: 20px 70px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .p-utr-features__items {
    max-width: 331px;
  }
}

.p-utr-features__item {
  padding: 25px 45px 18px 45px;
  background: rgba(255, 255, 255, 0.8);
  width: 45%;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInReformFeaturesItem 1.5s ease-out forwards;
}

@media screen and (max-width: 768px) {
  .p-utr-features__item  {
    width: 100%;
    padding: 20px 36px 18px 36px;
    opacity: 1;
    transform: unset;
    animation: unset;
  }
}

.p-utr-features__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid #123979;
  border-bottom: 50px solid transparent;
}

@media screen and (max-width: 768px)  {
  .p-utr-features__item::before {
    border-left: 37px solid #123979;
    border-bottom: 37px solid transparent;
  }
}

.p-utr-features__itemImg {
  text-align: center;
}

.p-utr-features__itemImg img {
  aspect-ratio: 260 / 170;
  object-fit: cover;
  max-width: 260px;
}

@media screen and (max-width: 768px)  {
  .p-utr-features__itemImg img {
    width: 100%;
    max-width: 195px;
  }
}

.p-utr-features__itemTit {
  text-align: center;
}

.p-utr-features__itemTit h3 {
  font-size: 20px;
  font-family: var(--font-main);
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.29em;
}


.p-utr-features__itemText {
  margin-top: 15px;
  font-size: 12px;
}


@media screen and (max-width: 768px) {
  .p-utr-features__itemTit h3 {
    font-size: 15px;
  }
  .p-utr-features__itemText  {
    margin-top: 8px;
    font-size: 10px;
    line-height: 12.8px;
  }
}


.p-utr-features__item1 {
  animation-delay: 1s;
}
.p-utr-features__item2 {
  animation-delay: 2s;
}
.p-utr-features__item3 {
  animation-delay: 3s;
}
.p-utr-features__item4 {
  animation-delay: 4s;
}



@keyframes fadeInReformFeaturesItem {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}




/* ーーーーーーーーーーーーーーーーーーーーーーーー
お客様の声
*/

.p-utr-voice {
  padding: 25px 20px 50px 20px;
  background-image: url('/wp-content/themes/HayashiGumi/images/reform/reform-voice-back.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .p-utr-voice  {
    background-image: url('/wp-content/themes/HayashiGumi/images/reform/reform-voice-back-sp.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}


.p-utr-voice .p-te-titleh2 h2,
.p-utr-voice .p-te-titleh2 p {
  color: #FFF;
}

/* .p-utr-voice .p-te-titleh2 p {
  font-size: 13px;
} */

.p-utr-voice .p-te-titleh2 .p-te-strength__underline {
  background: #FFF;
}

.p-utr-voice__items {
  margin-top: 22px;
}

.p-utr-voice .p-utr-features__item::before {
  content: unset;
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  border-left: unset;
  border-bottom: unset;
}


.p-utr-voice__titBox {
  display: flex;
  gap: 29px;
  align-items: center;
  justify-content: start;
  position: relative;
}

.p-utr-voice__titTitle {
  font-size: 18px;
  font-weight: bold;
}

.p-utr-voice__titImg {
  max-width: 80px;
}

.p-utr-voice__titImg img {
  width: 100%;
}

.p-utr-voice .p-utr-features__item {
  padding: 35px 42px 25px 42px;
  background: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 768px) {
  .p-utr-voice__titBox {
    gap: 20px;
  }
  .p-utr-voice__titTitle {
    font-size: 14px;
  }
  .p-utr-voice__titImg {
    max-width: 63px;
  }
  .p-utr-voice .p-utr-features__item {
    padding: 20px 33px 18px 33px;
  }
}

.p-utr-voice__ageName {
  position: absolute;
  bottom: -37px;
  left: -10px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  padding: 2px 4.5px;
  min-width: 104px;
  text-align: center;
  border-radius: 10px;
  background: #123979;
}

.p-utr-voice .p-utr-features__itemText {
  margin-top: 50px;
  text-align: justify;
  text-justify: inter-ideograph;
}


@media screen and (max-width: 768px)  {
  .p-utr-voice__ageName {
    position: absolute;
    bottom: -27px;
    left: -10px;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    padding: 2px 4.5px;
    min-width: 83px;
    text-align: center;
    border-radius: 10px;
    background: #123979;
  }

  .p-utr-voice .p-utr-features__itemText {
    margin-top: 40px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}


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

.p-utr-fvu {
  padding-left: 20px;
  padding-right: 20px;
}

.p-utr-fvu__items {
  margin-top: 40px;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  gap: 42px;
}

.p-utr-fvu__item {
  width: 32%;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInReformFeaturesItem 1.5s ease-out forwards;
}

.p-utr-fvu__itemTitBox {
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: center;
}

.p-utr-fvu__itemTit h3{
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.2em;
}

.p-utr-fvu__itemImg {
  width: 32px;
}


.p-utr-fvu__itemImg2 {
  width: 44px;
}

.p-utr-fvu__itemImg3 {
  width: 30px;
}

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

.p-utr-fvu__itemMainImg {
  margin-top: 24px;
}

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

.p-utr-fvu__itemMainImg1 img {
  object-position: 90% center;
}

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



.p-utr-fvu__item1 {
  animation-delay: 1.5s;
}
.p-utr-fvu__item2 {
  animation-delay: 2.5s;
}
.p-utr-fvu__item3 {
  animation-delay: 3.5s;
}


.p-utr-fvu__textSubBox {
  margin-top: 47px;
  max-width: 467px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-family: var(--font-main);
  font-style: normal;
}


@media screen and (max-width: 768px) {
  .p-utr-fvu {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-utr-fvu__items {
    margin-top: 30px;
    max-width: 413px;
    gap: 6px;
  }
  .p-utr-fvu__item {
    width: 32%;
    opacity: 1;
    transform: unset;
    animation: unset;
  }
  .p-utr-fvu__itemTitBox {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
  }
  .p-utr-fvu__itemTit h3{
    font-size: 10px;
  }
  .p-utr-fvu__itemImg {
    width: 22px;
  }
  .p-utr-fvu__itemImg2 {
    width: 29px;
  }
  .p-utr-fvu__itemMainImg {
    margin-top: 16px;
  }
  .p-utr-fvu__textSubBox {
    margin-top: 27px;
    max-width: 309px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    line-height: 1.3;
  }
  .p-utr-fvu .p-te-strength__contact-button {
    display: block;
    width: 155.5px;
    margin: 30px auto 0px auto;
    padding: 8.5px 20px;
    background-color: #ff6f00;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    transition: unset;
    font-size: 11px;
  }
  .p-utr-fvu .p-te-strength__contact-button:hover {
    background-color: #ff6f00;
    transform: unset;
    box-shadow: unset;
    color: #FFF;
  }
  .p-utr-fvu .p-te-strength__mail-icon {
    margin-right: 16px;
  }
}



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


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

.p-utr-fv__first-view-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 35%;
  height: 490px;
  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-utr-fv__first-view-mask {
  width: 100%;
  height: 487px;
  overflow: hidden;
  position: relative;
}

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

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

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

.p-utr-fv__content {
    position: relative;

}

.p-utr-fv__text-content-wrapper {
  position: absolute;
  top: 0;
  right: 65%;
  height: 487px;
  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-utr-fv__text-content {
    max-width: 400px;
    padding-left: 20px;
}

.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-utr-fv__heading:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 3.5px;
  background: #123979;
  left: 0;
  top: 0;
}

.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-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: 375px;
}


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


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

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

  .p-utr-fv__text-content-wrapper {
    right: 48%;
  }
}


@media screen and (max-width: 768px) {
  .p-utr-fv {
    overflow: hidden;
  }
  .p-utr-fv__first-view-wrapper {
    position: relative;
    height: 252px;
    display: block;
    justify-content: unset;
    align-items: unset;
    overflow: hidden;
  }
  .p-utr-fv__first-view-container {
    position: unset;
    top: 0;
    right: 0;
    left: 35%;
    height: 252px;
    z-index: 1;
    opacity: 1;
    transform: unset;
    animation: unset;
    overflow: hidden;
  }

  .p-utr-fv__first-view-mask {
    width: 100%;
    height: 252px;
    overflow: hidden;
    position: relative;
  }

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

  .p-utr-fv__blue-band-container {
    position: absolute!important;
    top: 0!important;
    right: -36px!important;
    height: 252px!important;
	  left: calc(100% - 63px)!important;
	  bottom: 0!important;
    z-index: 2!important;
    pointer-events: none;
    opacity: 1;
    animation: unset;
	 transform:none!important;
	  display:block!important;
  }

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

  .p-utr-fv__content {
      position: relative;

  }

  .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-utr-fv__text-content {
    max-width: 390px;
    padding-left: 40px;
    padding-right: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .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-utr-fv__heading:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 3.5px;
    background: #123979;
    left: 0;
    top: 0;
  }

  .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-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;
  }


}