@charset "UTF-8";
* {
  box-sizing: border-box;
}

picture {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
}
@media screen and (max-width: 834px) {
  img {
    pointer-events: none;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
}

*:focus {
  outline: none;
}

body {
  color: #141414;
}

.page-template-page-catalog {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 834px) {
  .is-pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 834px) {
  .is-sp-only {
    display: none !important;
  }
}
/*----------------------------------------------------------
共通セクションタイトル
------------------------------------------------------------*/
.catalog-page-ttl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.catalog-page-ttl span {
  display: block;
}
.catalog-page-ttl span:nth-child(1) {
  font-family: "azo-sans-web", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .catalog-page-ttl span:nth-child(1) {
    font-size: 9.66vw;
  }
}
.catalog-page-ttl span:nth-child(2) {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .catalog-page-ttl span:nth-child(2) {
    font-size: 4.83vw;
  }
}

/*----------------------------------------------------------
works・interviewモーダル
------------------------------------------------------------*/
/* ーーーーーーーーーーーー'タイトル'ーーーーーーーーーーーーーー*/
.modal-ttl {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .modal-ttl {
    gap: 2.41vw;
  }
}
.modal-ttl__ttl {
  font-family: "azo-sans-web", sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .modal-ttl__ttl {
    font-size: 9.66vw;
  }
}
.modal-ttl__txt {
  text-align: center;
}
.modal-ttl__txt span {
  display: block;
}
.modal-ttl__txt span:nth-child(1) {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.95;
}
@media screen and (max-width: 834px) {
  .modal-ttl__txt span:nth-child(1) {
    font-size: 2.89vw;
  }
}
.modal-ttl__txt span:nth-child(2) {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .modal-ttl__txt span:nth-child(2) {
    font-size: 3.14vw;
    line-height: 1.38;
  }
}

.modaal-wrapper {
  top: 10px;
}
@media screen and (max-width: 834px) {
  .modaal-wrapper {
    top: 2.41vw;
  }
}

.modaal-container {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: none;
  height: 100%;
  max-width: 1470px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .modaal-container {
    border-radius: 4.83vw;
  }
}

.modaal-overlay {
  background-color: #ffb018 !important;
  opacity: 1 !important;
  transition: all 0.3s;
}

.modaal-inner-wrapper {
  padding: 0px 10px 165px 10px;
}
@media screen and (max-width: 834px) {
  .modaal-inner-wrapper {
    padding: 2.41vw 2.41vw 38.64vw 2.41vw;
  }
}

.modaal-content-container {
  padding-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 80px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 834px) {
  .modaal-content-container {
    padding-bottom: 14.49vw;
    padding-left: 2.41vw;
    padding-right: 2.41vw;
    padding-top: 4.83vw;
  }
}

.modaal-close {
  background: url(../../catalog02/images/common/close-02.png) !important;
  background-position: center center;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  content: "";
  display: block;
  height: 90px;
  position: absolute;
  right: 60px;
  top: 60px;
  transition: all 0.3s;
  width: 90px;
  z-index: 999;
}
@media screen and (min-width: 834px) {
  .modaal-close:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 834px) {
  .modaal-close {
    height: 10.86vw;
    right: 3.62vw;
    top: 3.62vw;
    width: 10.86vw;
  }
}

.modaal-close:before {
  content: none;
}

.modaal-close:after {
  content: none;
}

.js-works-modal-close {
  align-items: center !important;
  background-color: #141414 !important;
  background-image: none !important;
  border-radius: 27px !important;
  bottom: -100px !important;
  color: #fff !important;
  display: flex !important;
  font-family: "azo-sans-web", sans-serif !important;
  font-size: 1.4375rem !important;
  font-weight: 700 !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center !important;
  left: 0 !important;
  letter-spacing: 0.025em !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 348px !important;
  padding-bottom: 12px !important;
  padding-top: 12px !important;
  position: absolute !important;
  right: 0 !important;
  top: auto !important;
  transition: all 0.3s !important;
  width: 100% !important;
}
@media screen and (min-width: 834px) {
  .js-works-modal-close:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.catalog-header__wrap {
  box-sizing: border-box;
  left: 0;
  padding: 45px 3vw 15px;
  position: fixed;
  right: 0;
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 1140px) {
  .catalog-header__wrap {
    padding: 3.94vw 3vw 1.31vw;
  }
}
@media screen and (max-width: 834px) {
  .catalog-header__wrap {
    padding: 4.94vw 4vw 2.41vw;
  }
}
@media (max-width: 834px) {
  .catalog-header__wrap .p-header__ham {
    display: block;
  }
}

.p-header.is-scrolled .catalog-header__wrap {
  background: #fff;
}

.p-header.is-scrolled.is-gnav-open .catalog-header__wrap {
  background: transparent;
}

.catalog-header .p-header__flex {
  flex-shrink: 1;
  justify-content: space-between;
}
.catalog-header .p-header__logo {
  flex-shrink: 3;
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  .catalog-header .p-header__nav {
    display: none;
  }
}

.is-gnav-open .p-header__logo {
  opacity: 0;
  transition: all 0.3s;
}

.p-header__menu-catalog {
  max-width: 947px;
}
.p-header__menu-catalog .p-header__menu {
  gap: 10px;
  justify-content: space-between;
}
.p-header__link{
  color: #141414!important;
}
@media screen and (max-width: 1140px) {
  .p-header__menu-catalog .p-header__link {
    font-size: 1.128vw;
  }
}

.header-catalog-link {
  align-items: center;
  background-color: #ffb018;
  border-radius: 22px;
  display: flex !important;
  font-size: 0.9375rem;
  justify-content: center;
  min-height: 44px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (min-width: 834px) {
  .header-catalog-link:hover {
    background-color: #fff;
    color: #ffb018;
    cursor: pointer;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 1140px) {
  .header-catalog-link {
    font-size: 1.21vw;
    min-height: 3.45vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

/* ーーーーーーーーーーーー'SP時メニュー'ーーーーーーーーーーーーーー*/
@media (max-width: 834px) {
  .p-header__flex {
    max-width: 98%;
  }

  .p-header__ham.is-active .close {
    max-width: 100%;
  }
}
.p-global-nav {
  background: url(../../catalog02/images/common/catalog-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 100vh;
  left: 0;
  padding-left: 1.93vw;
  padding-right: 1.93vw;
  padding-top: 1.93dvw;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(110%);
  transition: all 0.3s ease;
  z-index: 9;
}

.catalog-sp-header {
  background: #ffb018;
  border-radius: 4.83vw;
  padding: 17.87vw 3.15vw 70px 4.1lvw;
  position: relative;
  /* ーーーーーーーーーーーー'上部'ーーーーーーーーーーーーーー*/
  /* ーーーーーーーーーーーー'中部'ーーーーーーーーーーーーーー*/
  /* ーーーーーーーーーーーー'カタログ請求ボタン'ーーーーーーーーーーーーーー*/
}
.catalog-sp-header::before {
  background: url(../../catalog02/images/common/logo-white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  left: 7px;
  position: absolute;
  top: 15px;
  width: 212px;
}
.catalog-sp-header__top-list {
  display: flex;
  flex-direction: column;
}
.catalog-sp-header__top-list li a {
  align-items: center;
  display: flex;
  gap: 0.5vw;
  padding-bottom: 3.01vw;
  padding-top: 3.01vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.catalog-sp-header__top-sublist {
  display: flex;
  flex-direction: column;
  gap: 2.89vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.catalog-sp-header__top-sublist li a {
  display: flex;
  flex-direction: column;
  gap: 0.3vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.catalog-sp-header__top-sublist .sp-point-img {
  display: block;
  width: 12.07vw;
}
.catalog-sp-header__top-sublist .sp-point-txt {
  color: #141414;
  display: block;
  font-size: 3.86vw;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: underline;
}
.catalog-sp-header__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3.01vw;
  max-width: 78.5vw;
}
.catalog-sp-header__bottom li {
  width: 46%;
}
.catalog-sp-header__bottom li a {
  align-items: center;
  display: flex;
  gap: 0.5vw;
  padding-bottom: 3.01vw;
  padding-top: 3.01vw;
}
.catalog-sp-header .orange-circle {
  background-color: #ff7814;
  border-radius: 50%;
  display: block;
  height: 3.62vw;
  width: 3.62vw;
}
.catalog-sp-header__txt {
  color: #141414;
  font-size: 4.34vw;
  font-weight: 700;
  line-height: 1;
}
.catalog-sp-header__btn {
  align-items: center;
  background-color: #ffb018;
  border: 2px solid #141414;
  border-radius: 5.79vw;
  color: #141414;
  display: flex;
  font-size: 4.34vw;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.1vw;
  max-width: 86.47vw;
  min-height: 12.07vw;
  width: 100%;
}
/* ーーーーーーーーーーーー'施工事例ボタン'ーーーーーーーーーーーーーー*/
.catalog-warks .cv-sp-btn{
  padding: 0;
  margin: 0;
}

/* ーーーーーーーーーーーー'OFFICIAL SITEボタン'ーーーーーーーーーーーーーー*/
.official-site-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.83vw;
  max-width: 39.37vw;
  width: 100%;
}

.footer {
  padding: 6.03vw 0 2.89vw !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 6.76vw 4.1vw 20.63vw !important;
  }
}

.footer-official-btn {
  max-width: 147px !important;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer-official-btn {
    width: 25.84vw !important;
  }
}

.catalog-footer .sns_list a {
  display: block;
}

@media (max-width: 834px) {
  .p-footer__logo {
    margin: 0 auto 3.62vw;
    max-width: 48.3vw;
  }
}
.footer-bottom-guidance {
  bottom: 0;
  display: block;
  height: 19.8vw;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: auto;
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 20;
}

.side-guidance {
  bottom: 0;
  display: block;
  height: 420px;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 210px;
  transition: all 0.3s ease-out;
  transition: all 0.3s;
  width: 80px;
  z-index: 20;
}
@media screen and (min-width: 834px) {
  .side-guidance:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 1140px) {
  .side-guidance {
    height: 36.84vw;
    top: 18.42vw;
    width: 7.01vw;
  }
}

.p-footer__logo {
  pointer-events: none;
}

/*---------------------------------------------------------
メインビジュアル背景壁紙
-----------------------------------------------------------*/
.catalog-mv-bg {
  background: url(../../catalog02/images/common/catalog-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15px;
}
@media screen and (max-width: 834px) {
  .catalog-mv-bg {
    padding-top: 1.93vw;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーー'メインビジュアル'ーーーーーーーーーーーーーーーーーーーーーーー*/
.p-hero__catalog-box {
  left: 3.6%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: absolute;
  top: 22%;
  width: 100%;
  z-index: 10;
}

.p-hero__catalog-catch {
  color: #fff;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.48em;
  line-height: 1;
  margin: 0 auto 2rem;
  padding-left: 4px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .p-hero__catalog-catch {
    font-size: 3.86vw;
    letter-spacing: 0.44em;
    margin: 0 auto 5vw;
    padding-left: 4.9vw;
  }
}

.p-hero__catalog-text {
  color: #fff;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-hero__catalog-text {
    font-size: 5.596vw;
    padding-left: 4.45vw;
  }
}

.catalog-mv {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 834px) {
  .catalog-mv {
    padding-left: 1.93vw;
    padding-right: 1.93vw;
  }
}
.catalog-mv .swiper {
  border-radius: 2vw;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .catalog-mv .swiper {
    border-radius: 4vw;
  }
}

/* ーーーーーーーーーーーー'ページネーション'ーーーーーーーーーーーーーー*/
.swiper-pagination-mv {
  margin-top: -30px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .swiper-pagination-mv {
    bottom: 6.76vw !important;
    margin-top: -36px;
  }
}
.swiper-pagination-mv .swiper-pagination-bullet {
  background-color: #ffffff !important;
  height: 10px !important;
  opacity: 1;
  width: 10px !important;
}
@media screen and (max-width: 834px) {
  .swiper-pagination-mv .swiper-pagination-bullet {
    height: 1.75vw !important;
    width: 1.75vw !important;
  }
}
.swiper-pagination-mv .swiper-pagination-bullet-active {
  background-color: #ffb018 !important;
}

/*---------------------------------------------------------
mv-cta
-----------------------------------------------------------*/
.mv-cta{
  padding-bottom: 50px;
  padding-top: 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .mv-cta{
    padding-bottom: 13.29vw;
    padding-top: 6.00vw;
    gap:3.62vw;
  }
}
.mv-cta .pbox{
  font-family: "azo-sans-web", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-align: center;
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}
.mv-cta .pbox::before,
.mv-cta .pbox::after {
  background-color: #000; /* 線の色 */
  border-radius: 2px; /* 線の両端を丸く */
  content: "";
  height: 2px; /* 線の高さ */
  width: 34px; /* 線の長さ */
}
  @media screen and (max-width: 834px) {
    .mv-cta .pbox{
      font-size: 3.86vw;
    }
    .mv-cta .pbox::before,
    .mv-cta .pbox::after {
    width: 8.21vw; /* 線の長さ */
    }
  }
.mv-cta .pbox::before {
  margin-right: 5px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.mv-cta .pbox::after {
  margin-left: 5px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}
.mv-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #30C0C9;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-size: 1.375rem;
  font-weight: bold;
  font-family: "azo-sans-web", sans-serif;
  margin: 0 auto;
  width: 429.6px;
  height: 64.8px;
  position: relative;
}
.mv-cta .btn img {
  width: 38.4px;
  height: 28.4px;
  margin-right: 15px;
}
/* .mv-cta .btn .arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../css/images/cv-arrow.svg') no-repeat center;
  background: url(../../catalog02/images/common/cv-arrow.svg) no-repeat center;
  background-size: contain;
  margin-left:35px;
} */
.mv-cta .btn::after {
  background: url(../../catalog02/images/common/cv-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 18px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
@media screen and (max-width: 834px) {
  .mv-cta .btn::after {
    height: 4.347vw;
    right: 5.55vw;
    width: 4.347vw;
  }
}
@media screen and (max-width: 834px) {
  .mv-cta .btn {
    border-radius: 7.25vw;
    font-size: 4.11vw;
    width: 86.47vw;
    height: 13.04vw;
  }
  .mv-cta .btn img {
    width: 9.28vw;
    height: 6.86vw;
    margin-right:3.62vw;
  }
  .mv-cta .btn .arrow {
    display: inline-block;
    width: 4.35vw;
    height: 4.35vw;
    margin-left:8.45vw;
  }
}
/*---------------------------------------------------------
Concept
-----------------------------------------------------------*/
.about-Concept {
  padding-bottom: 115px;
}
@media screen and (max-width: 834px) {
  .about-Concept {
    padding-bottom: 14.49vw;
  }
}
.about-Concept .catalog-page-ttl{
  padding-bottom:60px ;
}
.about-Concept .catalog-page-ttl{
  padding-bottom:60px ;
}
@media screen and (max-width: 834px) {
  .about-Concept　.catalog-page-ttl{
    padding-bottom:9.66vw;
  }
}
.about-Concept .picture-conteiner{
  position: relative;
}
.about-Concept .picture-conteiner picture{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 56.00vw;
}
@media screen and (max-width: 834px) {
  .about-Concept .picture-conteiner img{
    height: 103.86vw;
  }
  .about-Concept .picture-conteiner picture{
    height: 48.31vw;
    width: 80.19vw;
  }
  .about-Concept .picture-conteiner picture img{
    height: 48.31vw;
    width: 80.19vw;
  }
}
.about-Concept .about-catalog__txt {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.875;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  max-width: 830px;
  text-align: center;
}
@media screen and (max-width: 834px){
  .about-Concept .about-catalog__txt {
    font-size: 3.38vw;
    margin-top: 10.87vw;
    line-height: 1.7;
  }
} 
/*---------------------------------------------------------
Point
-----------------------------------------------------------*/
.about-point{
  background: #FFB018;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media screen and (max-width: 834px){
  .about-point{
    padding-top: 10.87vw;
    padding-bottom: 13.29vw;
  }
} 
.about-point .catalog-page-ttl{
  padding-bottom:90px ;
}
.about-point .about-point-title{
  padding-bottom:25px ;
  margin: 0 auto;
    width:fit-content ;
}
.about-point .about-point-title img{
  width: auto;
}
.about-point h3{
  text-align: center;
  font-size: 1.68rem;
  font-weight: 700;
  color: #fff;
  margin-bottom:60px ;
  font-family: "azo-sans-web", sans-serif;
  letter-spacing: 0.13em;
}
.about-point h3 span{
  color: #FFE623;
}
@media screen and (max-width: 834px){
  .about-point .about-point-title img{
    width: 72.46vw;
    height: 11.59vw;
  }
  .about-point .catalog-page-ttl{
    padding-bottom:10.87vw;
  }
  .about-point .about-point-title{
    padding-bottom:3.62vw;
  }
  .about-point h3{
    font-size:5.56vw;	
    margin-bottom:10.87vw ;
  }
} 
.about-point .cbox{
  display: flex;
  margin: 0 auto;
  width: 1180px;
  max-width: 100%;
  gap: 50px;
}
@media screen and (max-width: 834px){
  .about-point .cbox{
    display: block;
    width: 90%;
    gap: 50px;
  }
  .about-point .cboxs:not(:last-child){
    margin-bottom: 9.42vw;
  }
}
.about-point .pbox{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.4;
  white-space: nowrap;
}
.about-point .pbox span{
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.4;
  font-family: "azo-sans-web", sans-serif;
}
.about-point .pbox img{
  width: auto;
  aspect-ratio: 54/54;
  max-width: 54px;
}
@media screen and (max-width: 1180px){
  .about-point .cbox{
    gap: 4.24vw;
    padding-inline: 10px;
  }
  .about-point .pbox{
    font-size: 1.5vw;
    white-space: nowrap;
  }
} 
@media screen and (max-width: 834px){
  .about-point .pbox{
    font-size: 3.3vw;
    gap: 4.83vw;
    margin-bottom:4.83vw;
    }
  .about-point .pbox img{
    width: auto;
    aspect-ratio: 54/54;
    max-width: 54px;
  }
  .about-point .cboxs-item img{
    width: auto;
    aspect-ratio: 374/216;
  }
}
@media screen and (max-width: 500px){
  .about-point .pbox{
    font-size: 4.59vw;
    gap: 4.83vw;
    margin-bottom:4.83vw;
    }
}
/*---------------------------------------------------------
ルポハウスって_
-----------------------------------------------------------*/
.about-catalog {
  overflow: hidden;
  padding-bottom: 120px;
  padding-top: 70px;
  /* ーーーーーーーーーーーー'ul部分'ーーーーーーーーーーーーーー*/
}
@media screen and (max-width: 834px) {
  .about-catalog {
    margin-top: -6vw;
    padding-bottom: 18.11vw;
    padding-top: 0;
    position: relative;
    z-index: 2;
  }
}
.about-catalog__point {
  display: flex;
  flex-direction: column;
  gap: 75px;
  margin-top: 80px;
}
@media screen and (max-width: 834px) {
  .about-catalog__point {
    gap: 9.17vw;
  }
}
.about-catalog__flex {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .about-catalog__flex {
    flex-direction: column;
  }
}
.about-catalog__01 {
  flex-grow: 1;
  position: relative;
}
.about-catalog__txt {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.875;
  margin-top: 40px;
  max-width: 635px;
  text-align: justify;
}
@media screen and (max-width: 834px) {
  .about-catalog__txt {
    font-size: 3.86vw;
    margin-top: 4.83vw;
    max-width: 100%;
  }
}
.about-catalog__txt span {
  background: linear-gradient(transparent 60%, #ffdda9 30%);
}
.about-catalog__txt--01 {
  padding-right: 20px;
}
@media screen and (max-width: 834px) {
  .about-catalog__txt--01 {
    padding-right: 0;
  }
}
.about-catalog__txt--02 {
  margin-left: auto;
  padding-left: 14px;
}
@media screen and (max-width: 834px) {
  .about-catalog__txt--02 {
    padding-left: 0;
  }
}
.about-catalog__02 {
  max-width: 561px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .about-catalog__02 {
    padding-left: 4.83vw;
    padding-right: 4.83vw;
  }
}
@media screen and (max-width: 834px) {
  .about-catalog__02 {
    margin-top: 4.83vw;
    max-width: 100%;
  }
}

.about-catalog__txt {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 834px) {
  .about-catalog__txt {
    padding-left: 4.83vw;
    padding-right: 4.83vw;
  }
}

/* ーーーーーーーーーーーー'アコーディオン'ーーーーーーーーーーーーーー*/
/* 
@media screen and (max-width: 834px) {
  .accordion-box {
    overflow: hidden;
  }

  .about-catalog__accordion {
    max-height: 26.81vw;
    overflow: hidden;
    padding-bottom: 16.9vw;
    transition: all 0.3s ease;
  }

  .about-catalog__accordion.open {
    max-height: 3000px;
    transition: all 0.8s ease;
  }

  .about-catalog__accordion-02 {
    max-height: 30.81vw;
    overflow: hidden;
    padding-bottom: 16.9vw;
    transition: all 0.3s ease;
  }

  .about-catalog__accordion-02.open {
    max-height: 3000px;
    transition: all 0.8s ease;
  }
}
.accordion-btn-box {
  align-items: flex-end;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fefcf2 121%);
  bottom: 0;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  height: 15.45vw;
  position: absolute;
  text-align: center;
  width: 100%;
}

.accordion-btn-box.open {
  background: inherit;
  /* 開いた時には背景グラデーションを消す */

/* 
.accordion-btn {
  align-items: center;
  background-color: #141414;
  border-radius: 7.24vw;
  color: #ffffff;
  display: flex;
  font-size: 3.86vw;
  justify-content: center;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  max-width: 86.47%;
  padding-bottom: 1.7vw;
  padding-top: 1.7vw;
  position: relative;
  transition: all 0.3s;
  width: 57.97vw;
}
.accordion-btn::after {
  background: url(../../catalog02/images/common/accordion-open.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 4.347vw;
  position: absolute;
  right: 10.38vw;
  top: 50%;
  transform: translateY(-50%);
  width: 4.347vw;
}

.accordion-btn-box.open .accordion-btn::after {
  background: url(../../catalog02/images/common/accordion-close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}  */
/* ーーーーーーーーーーーー'h3タグ'ーーーーーーーーーーーーーー*/
.catalog-point {
  align-items: center;
  background-color: #ff7814;
  display: flex;
  gap: 37px;
  padding-bottom: 25px;
  padding-top: 25px;
  position: relative;
  /* ーーーーーーーーーーーー'Point〇〇'ーーーーーーーーーーーーーー*/
  /* ーーーーーーーーーーーー'タイトル'ーーーーーーーーーーーーーー*/
}
@media screen and (max-width: 834px) {
  .catalog-point {
    flex-direction: column;
    gap: 4.83vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-bottom: 7.24vw;
    padding-top: 2.41vw;
  }
}
.catalog-point--01::after {
  background-color: #ff7814;
  content: "";
  height: 100%;
  left: -1999px;
  position: absolute;
  width: 2000px;
}
@media screen and (max-width: 834px) {
  .catalog-point--01::after {
    content: none;
  }
}
.catalog-point--02 {
  padding-left: 60px;
}
@media screen and (max-width: 834px) {
  .catalog-point--02 {
    padding-left: 0;
  }
}
.catalog-point--02::after {
  background-color: #ff7814;
  content: "";
  height: 100%;
  position: absolute;
  right: -1999px;
  width: 2000px;
}
@media screen and (max-width: 834px) {
  .catalog-point--02::after {
    content: none;
  }
}
.catalog-point picture {
  display: block;
  max-width: 54px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .catalog-point picture {
    max-width: 16.9vw;
  }
}
.catalog-point__ttl {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.4;
  max-width: 473px;
  width: 100%;
}
@media screen and (max-width: 1165px) {
  .catalog-point__ttl {
    font-size: 2.4vw;
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .catalog-point__ttl {
    font-size: 4.83vw;
    text-align: center;
  }
}
.catalog-point__ttl--yellow {
  color: #ffe623;
}

/* ーーーーーーーーーーーー'私たちが担当いたします！'ーーーーーーーーーーーーーー*/
.catalog-hoiku {
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 834px) {
  .catalog-hoiku {
    margin-top: 14.49vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.catalog-hoiku__ttl {
  margin-left: auto;
  margin-right: auto;
  max-width: 365px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .catalog-hoiku__ttl {
    max-width: 73.42vw;
  }
}
.catalog-hoiku__flex {
  display: flex;
  gap: 47px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 1000px;
  width: 100%;
}
.catalog-hoiku__item {
  flex-grow: 1;
  max-width: calc((100% - 47px * 4) / 5);
  width: 100%;
}
@media screen and (max-width: 834px) {
  .catalog-hoiku__item {
    max-width: 100%;
  }
}
.catalog-hoiku__img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .catalog-hoiku__img {
    filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.05));
  }
}
.catalog-hoiku__names {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .catalog-hoiku__names {
    margin-top: 3.62vw;
  }
}
.catalog-hoiku__place {
  text-wrap: nowrap;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .catalog-hoiku__place {
    font-size: 2.9vw;
  }
}
.catalog-hoiku__place span {
  display: block;
}
.catalog-hoiku__place span:nth-child(1) {
  color: #ff7814;
}
.catalog-hoiku__name {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 15px;
}
@media screen and (max-width: 834px) {
  .catalog-hoiku__name {
    font-size: 3.86vw;
    margin-top: 1.93vw;
  }
}
/* ーーーーーーーーーーーー'SP時スライダー'ーーーーーーーーーーーーーー*/
@media screen and (max-width: 834px) {
  .swiper-container-hoiku {
    margin-top: 7.62vw;
    padding-left: 12vw;
    position: relative;
  }
  .swiper-container-hoiku .swiper-wrapper {
    align-items: center;
  }
  .swiper-container-hoiku .swiper-slide {
    opacity: 0.6;
    transition: 0.5s;
  }
  .swiper-container-hoiku .swiper-slide img {
    height: auto;
    width: 100%;
  }
  .swiper-container-hoiku .swiper-slide-active {
    opacity: 1;
    /* 中央のスライドは薄くしない */
    transform: scale(1.1) !important;
    /* 中央のスライドを一番上にする */
    transition: 0.5s;
    /* 中央のスライドは小さくしない */
    z-index: 1;
  }
  .swiper-container-hoiku .swiper-slide-active + .swiper-slide {
    opacity: 1;
    /* 中央のスライドは薄くしない */
    transform: scale(1.1) !important;
    /* 中央のスライドを一番上にする */
    transition: 0.5s;
    /* 中央のスライドは小さくしない */
    z-index: 1;
  }
}
/* ーーーーーーーーーーーー'ナビゲーション'ーーーーーーーーーーーーーー*/
.swiper-button-prev-hoiku {
  height: 5.79vw;
  left: 1.5vw;
  position: absolute;
  top: 23%;
  transition: all 0.3s;
  width: 5.79vw;
  z-index: 3;
}
@media screen and (min-width: 834px) {
  .swiper-button-prev-hoiku:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.swiper-button-next-hoiku {
  height: 5.79vw;
  position: absolute;
  right: 1.5vw;
  top: 23%;
  transition: all 0.3s;
  width: 5.79vw;
  z-index: 3;
}
@media screen and (min-width: 834px) {
  .swiper-button-next-hoiku:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s;
  }
}
/* ーーーーーーーーーーーー'ページネーション'ーーーーーーーーーーーーーー*/
.swiper-pagination-hoiku {
  margin-left: auto;
  margin-left: -6vw;
  margin-right: auto;
  margin-top: 10.24vw;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.swiper-pagination-hoiku .swiper-pagination-bullet {
  background-color: #dadada !important;
  height: 1.93vw !important;
  opacity: 1;
  width: 1.93vw !important;
}
.swiper-pagination-hoiku .swiper-pagination-bullet-active {
  background-color: #ffb018 !important;
  height: 2.41vw !important;
  width: 2.41vw !important;
}
/*---------------------------------------------------------
Works
-----------------------------------------------------------*/
.catalog-warks {
  position: relative;
  padding-bottom: 115px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 90px;
}
@media screen and (max-width: 834px) {
  .catalog-warks {
    padding-bottom: 14.49vw;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10.86vw;
  }
}
/* ーーーーーーーーーーーー'ul部分'ーーーーーーーーーーーーーー*/
.catalog-warks-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 85px;
  max-width: 1180px;
  width: 100%;
  /* ーーーーーーーーーーーー'aタグ部分'ーーーーーーーーーーーーーー*/
  /* ーーーーーーーーーーーー'画像'ーーーーーーーーーーーーーー*/
  /* ーーーーーーーーーーーー'テキスト'ーーーーーーーーーーーーーー*/
}
@media screen and (max-width: 834px) {
  .catalog-warks-list {
    flex-direction: column;
    gap: 8vw;
    justify-content: space-between;
    margin-top: 13.28vw;
    margin-bottom: 9.66vw;
  }
}
.catalog-warks-list li {
  flex-grow: 1;
  max-width: calc((100% - 50px * 2) / 3);
  width: 100%;
}
@media screen and (max-width: 834px) {
  .catalog-warks-list li {
    max-width: none;
  }
}
.catalog-warks-list__item {
  display: flex;
  flex-direction: column;
  gap: 13px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .catalog-warks-list__item {
    gap: 2.5vw;
  }
}

.catalog-warks-list__img {
  display: block;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.catalog-warks-list__img img {
  -o-object-fit: cover;
  -o-object-position: center center;
  aspect-ratio: 360/316;
  object-fit: cover;
  object-position: center center;
  transition: all 0.3s;
}
@media screen and (max-width: 834px) {
  .catalog-warks-list__img img {
    aspect-ratio: 205/180;
  }
}
.works-modal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background : -moz-linear-gradient(22.3% -136.21% -59.95deg,rgba(255, 176, 24, 1) 0%,rgba(255, 120, 20, 1) 100%);
  background : -webkit-linear-gradient(-59.95deg, rgba(255, 176, 24, 1) 0%, rgba(255, 120, 20, 1) 100%);
  background : -webkit-gradient(linear,22.3% -136.21% ,58.1% 104.46% ,color-stop(0,rgba(255, 176, 24, 1) ),color-stop(1,rgba(255, 120, 20, 1) ));
  background : -o-linear-gradient(-59.95deg, rgba(255, 176, 24, 1) 0%, rgba(255, 120, 20, 1) 100%);
  background : -ms-linear-gradient(-59.95deg, rgba(255, 176, 24, 1) 0%, rgba(255, 120, 20, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB018', endColorstr='#FF7814' ,GradientType=0)";
  background : linear-gradient(149.95deg, rgba(255, 176, 24, 1) 0%, rgba(255, 120, 20, 1) 100%);
  border-radius : 18px;
  -moz-border-radius : 18px;
  -webkit-border-radius : 18px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB018',endColorstr='#FF7814' , GradientType=1);
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "azo-sans-web", sans-serif;
  margin: 0 auto;
  width: 140px;
  height: 36px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.catalog-warks-list li:nth-child(5) .works-modal-btn,
.catalog-warks-list li:nth-child(6) .works-modal-btn {
  bottom: 20px;
}

@media screen and (max-width: 834px) {
      .catalog-warks-list li:nth-child(5) .works-modal-btn,
      .catalog-warks-list li:nth-child(6) .works-modal-btn {
      bottom: 4.83vw;
    }
  }

@media screen and (min-width: 834px) {
  .works-modal-btn:hover {
    cursor: pointer;
    opacity: 0.7;
    transform: scale(1.1);
    transition: all 0.3s;
  }
  .works-modal-btn:hover ~ .catalog-warks-list__img img {
    opacity: 0.7;
    transform: scale(1.1);
    transition: all 0.3s;
  }
}

.works-modal-btn::after {
  background: url(../../catalog02/images/common/cv-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
@media screen and (max-width: 1180px) {
  .works-modal-btn{
    width: 11.86vw;
    height: 3.05vw;
    font-size: 1.19vw;
  }
  .works-modal-btn:after {
    height: 1.02vw;
    right: 1.02vw;
    width: 1.02vw;
  }
}
@media screen and (max-width: 834px) {
  .works-modal-btn::after {
    height: 2.90vw;
    right: 2.90vw;
    width: 2.90vw;
  }
}
@media screen and (max-width: 834px) {
  .works-modal-btn {
    border-radius: 7.25vw;
    width: 33.82vw;
    height: 8.70vw;
    right: 4.83vw;
    font-size: 3.38vw;
  }
} 


/* 
.catalog-warks .btn-conteiner{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
@media screen and (max-width: 1180px){
  .catalog-warks .btn-conteiner{
    bottom: 3vw;
  }
} 
@media screen and (max-width: 834px){
  .catalog-warks .btn-conteiner{
    bottom: -6.04vw;
  }
} 

.catalog-warks .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "azo-sans-web", sans-serif;
  margin: 0 auto;
  width: 140px;
  height: 36px;
  font-weight: bold;
  position: absolute;
} */
/* .mv-cta .btn .arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../css/images/cv-arrow.svg') no-repeat center;
  background: url(../../catalog02/images/common/cv-arrow.svg) no-repeat center;
  background-size: contain;
  margin-left:35px;
} */
/* .catalog-warks .catalog-warks-list__item .btn::after {
  background: url(../../catalog02/images/common/cv-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
@media screen and (max-width: 1180px) {
  .catalog-warks .pbox .btn {
    width: 11.86vw;
    height: 3.05vw;
    font-size: 1.19vw;
  }
  .catalog-warks　.pbox  .btn::after {
    height: 1.02vw;
    right: 1.02vw;
    width: 1.02vw;
  }
}
@media screen and (max-width: 834px) {
  .catalog-warks .catalog-warks-list__item .btn::after {
    height: 2.90vw;
    right: 2.90vw;
    width: 2.90vw;
  }
}
@media screen and (max-width: 834px) {
  .catalog-warks .pbox .btn {
    border-radius: 7.25vw;
    width: 33.82vw;
    height: 8.70vw;
    font-size: 3.38vw;
  }
} */

@media screen and (max-width: 834px) {
  .catalog-warks-list__txt {
    padding-left: 3.14vw;
    -bottom: 4.83vw;
  }
}
.catalog-warks-list__txt span {
  display: block;
}
.catalog-warks-list__txt span:nth-child(1) {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.5;
}
@media screen and (max-width: 1170px){
    .catalog-warks-list__txt span:nth-child(1) {
    font-size: 1.3vw;
  }
} 
@media screen and (max-width: 834px) {
  .catalog-warks-list__txt span:nth-child(1) {
    font-size: 2.89vw;
  }
}
.catalog-warks-list__txt span:nth-child(2) {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1.4;
  font-family: azo-sans-web, sans-serif;
}
@media screen and (max-width: 1170px){
  .catalog-warks-list__txt span:nth-child(2) {
  font-size: 1.3vw;
}
} 
@media screen and (max-width: 834px) {
  .catalog-warks-list__txt span:nth-child(2) {
    font-size: 3.14vw;
    line-height: 1.38;
    margin-top: 0.2vw;
  }
}

/* ーーーーーーーーーーーー'アコーディオン'ーーーーーーーーーーーーーー*/
@media screen and (max-width: 834px) {
  .accordion-box {
    overflow: hidden;
  }


  .catalog-warks　ul li {
    transition: all 0.3s ease;
}

.catalog-warks　ul  .is-pc-only {
  transition: all 0.3s ease;
}

  .about-catalog__accordion {
    max-height: 26.81vw;
    overflow: hidden;
    padding-bottom: 16.9vw;
    transition: all 0.3s ease;
  }

  .about-catalog__accordion.open {
    max-height: 3000px;
    transition: all 0.8s ease;
  }

  .about-catalog__accordion-02 {
    max-height: 30.81vw;
    overflow: hidden;
    padding-bottom: 16.9vw;
    transition: all 0.3s ease;
  }

  .about-catalog__accordion-02.open {
    max-height: 3000px;
    transition: all 0.8s ease;
  }
}
.accordion-btn-box {
  align-items: flex-end;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fefcf2 121%);
  bottom: 0;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  height: 15.45vw;
  position: absolute;
  text-align: center;
  width: 100%;
}

.accordion-btn-box.open {
  background: inherit;
  /* 開いた時には背景グラデーションを消す */
}

.accordion-btn {
  align-items: center;
  background-color: #141414;
  border-radius: 7.24vw;
  color: #ffffff;
  display: flex;
  font-size: 4.11vw;
  font-weight: bold;
  font-family: "azo-sans-web", sans-serif;
  justify-content: center;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  max-width: 86.47%;
  padding-bottom: 1.7vw;
  padding-top: 1.7vw;
  position: relative;
  transition: all 0.3s;
  width: 86.47vw;
  height: 13.04vw;
}
.accordion-btn::after {
  background: url(../../catalog02/images/common/accordion-open.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 4.347vw;
  position: absolute;
  right: 7.25vw;
  top: 50%;
  transform: translateY(-50%);
  width: 4.347vw;
}

.accordion-btn.open::after {
  background: url(../../catalog02/images/common/accordion-close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

/*----------------------------------------------------------
モーダルオープン時
------------------------------------------------------------*/
.works-swiper-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 776px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .works-swiper-wrap {
    margin-top: 7.24vw;
    max-width: 90vw;
  }
}

.works-swiper-main {
  position: relative;
}
.works-swiper-main picture {
  display: block;
}

.works-swiper-sub {
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .works-swiper-sub {
    margin-top: 7.24vw;
  }
}
@media screen and (max-width: 834px) {
  .works-swiper-sub .swiper-wrapper {
    flex-wrap: wrap;
    gap: 1.69vw;
  }
}
.works-swiper-sub .swiper-slide {
  opacity: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 834px) {
  .works-swiper-sub .swiper-slide {
    flex-grow: 1;
    width: calc((100% - 1.69vw * 2) / 3) !important;
  }
}
@media screen and (min-width: 834px) {
  .works-swiper-sub .swiper-slide:hover {
    cursor: pointer;
    transition: all 0.3s;
  }
}
.works-swiper-sub picture {
  display: block;
}
.works-swiper-sub .swiper-slide-thumb-active {
  opacity: 0.7;
  transition: all 0.3s;
}

/* ーーーーーーーーーーーー'ナビゲーション'ーーーーーーーーーーーーーー*/
.swiper-button-prev-works-btn {
  height: 45px;
  left: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 45px;
  z-index: 3;
}
@media screen and (max-width: 834px) {
  .swiper-button-prev-works-btn {
    height: 5.31vw;
    left: -2.5vw;
    width: 5.31vw;
  }
}
@media screen and (min-width: 834px) {
  .swiper-button-prev-works-btn:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.swiper-button-next-works-btn {
  height: 45px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 45px;
  z-index: 3;
}
@media screen and (max-width: 834px) {
  .swiper-button-next-works-btn {
    height: 5.31vw;
    right: -2.5vw;
    width: 5.31vw;
  }
}
@media screen and (min-width: 834px) {
  .swiper-button-next-works-btn:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s;
  }
}

/* ーーーーーーーーーーーー'共通h4タイトル'ーーーーーーーーーーーーーー*/
.works-modal-subttl {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 834px) {
  .works-modal-subttl {
    gap: 2.41vw;
  }
}
.works-modal-subttl span {
  display: block;
}
.works-modal-subttl span:nth-child(1) {
  color: #ee7524;
  font-family: "azo-sans-web", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 834px) {
  .works-modal-subttl span:nth-child(1) {
    font-size: 5.07vw;
  }
}
.works-modal-subttl span:nth-child(2) {
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .works-modal-subttl span:nth-child(2) {
    font-size: 4.34vw;
  }
}

/*----------------------------------------------------------
お家の特徴
------------------------------------------------------------*/
.works-feature {
  margin-top: 90px;
}
@media screen and (max-width: 834px) {
  .works-feature {
    margin-top: 10.86vw;
  }
}
.works-feature__box {
  border-top: 1px solid #b1b1b2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 1220px;
  padding-top: 45px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .works-feature__box {
    margin-top: 8.93vw;
    padding-top: 7.24vw;
  }
}
.works-feature__txt {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.875;
  text-align: justify;
}
@media screen and (max-width: 834px) {
  .works-feature__txt {
    font-size: 3.62vw;
    line-height: 1.93;
  }
}

/*----------------------------------------------------------
担当スタッフのコメント
------------------------------------------------------------*/
.works-comment {
  margin-top: 90px;
}
@media screen and (max-width: 834px) {
  .works-comment {
    margin-top: 10.86vw;
  }
}
.works-comment__flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  max-width: 1220px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .works-comment__flex {
    flex-direction: column;
    gap: 7.24vw;
    margin-top: 8.45vw;
  }
}
.works-comment__left {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 25px;
}
@media screen and (max-width: 834px) {
  .works-comment__left {
    gap: 6.03vw;
  }
}
.works-comment__img {
  display: block;
  max-width: 120px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .works-comment__img {
    max-width: 28.98vw;
  }
}
.works-comment__name span {
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .works-comment__name span {
    font-size: 3.62vw;
  }
}
.works-comment__right {
  flex-grow: 1;
  max-width: 810px;
}
@media screen and (max-width: 834px) {
  .works-comment__right {
    max-width: 100%;
  }
}
.works-comment__txt {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.875;
  text-align: justify;
}
@media screen and (max-width: 834px) {
  .works-comment__txt {
    font-size: 3.62vw;
    line-height: 1.93;
  }
}
/*---------------------------------------------------------
about-free-catalog
-----------------------------------------------------------*/
.about-free-catalog{
  padding-bottom: 120px;
}
@media screen and (max-width: 834px) {
  .about-free-catalog{
    padding-bottom: 20.53vw;
  }
}
.about-free-conteiner{
  position: relative;
}
.about-free-conteiner .btn-conteiner{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
@media screen and (max-width: 1180px){
  .about-free-conteiner .btn-conteiner{
    bottom: 3vw;
  }
} 
@media screen and (max-width: 834px){
  .about-free-conteiner .btn-conteiner{
    bottom: -6.04vw;
  }
} 

.about-free-catalog .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #30C0C9;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-size: 1.375rem;
  font-weight: bold;
  font-family: "azo-sans-web", sans-serif;
  margin: 0 auto;
  width: 429.6px;
  height: 64.8px;
  font-weight: bold;
  position: relative;
}
.about-free-catalog .btn img {
  width: 38.4px;
  height: 28.4px;
  margin-right: 15px;
}
/* .mv-cta .btn .arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../css/images/cv-arrow.svg') no-repeat center;
  background: url(../../catalog02/images/common/cv-arrow.svg) no-repeat center;
  background-size: contain;
  margin-left:35px;
} */
.about-free-catalog .btn::after {
  background: url(../../catalog02/images/common/cv-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 18px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
@media screen and (max-width: 834px) {
  .about-free-catalog .btn::after {
    height: 4.347vw;
    right: 5.55vw;
    width: 4.347vw;
  }
}
@media screen and (max-width: 1180px) {
  .about-free-catalog .btn {
    width: 36.44vw;
    height: 5.42vw;
  }
}
@media screen and (max-width: 834px) {
  .about-free-catalog .btn {
    border-radius: 7.25vw;
    font-size: 4.11vw;
    width: 86.47vw;
    height: 13.04vw;
  }
  .about-free-catalog .btn img {
    width: 9.28vw;
    height: 6.86vw;
    margin-right:3.62vw;
  }
  .about-free-catalog .btn .arrow {
    display: inline-block;
    width: 4.35vw;
    height: 4.35vw;
    margin-left:8.45vw;
  }
}

/*---------------------------------------------------------
Staff紹介
-----------------------------------------------------------*/
.catalog-staff {
  background-color: #FFB018;
  overflow: hidden;
  padding-bottom: 115px;
  padding-top: 90px;
}
@media screen and (max-width: 834px) {
  .catalog-staff {
    padding-bottom: 10.86vw;
    padding-top: 9.66vw;
  }
}

/* ーーーーーーーーーーーー'スライダー'ーーーーーーーーーーーーーー*/
.swiper-container-staff {
  margin-top: 85px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .swiper-container-staff {
    margin-top: 13.28vw;
  }
}

@media screen and (max-width: 834px) {
  .swiper-container-staff .swiper-slide {
    opacity: 0.6;
    /* 左右のスライドを薄くする */
    transition: 0.5s;
    /* ゆっくり小さくさせる */
  }
  .swiper-container-staff .swiper-slide img {
    height: auto;
    width: 100%;
  }
  .swiper-container-staff .swiper-slide-active {
    opacity: 1;
    /* 中央のスライドは薄くしない */
    z-index: 1;
    /* 中央のスライドを一番上にする */
  }
}
/* ーーーーーーーーーーーー'ナビゲーション'ーーーーーーーーーーーーーー*/
.swiper-button-prev-staff {
  height: 43px;
  left: 10.2vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 43px;
  z-index: 3;
}
@media screen and (min-width: 2600px) {
  .swiper-button-prev-staff {
    left: 10.2vw;
  }
}
@media screen and (max-width: 2600px) {
  .swiper-button-prev-staff {
    left: 4.2vw;
  }
}
@media screen and (max-width: 1050px) {
  .swiper-button-prev-staff {
    left: 1.3vw;
  }
}
@media screen and (max-width: 834px) {
  .swiper-button-prev-staff {
    height: 5.55vw;
    left: 5.3vw;
    width: 5.55vw;
  }
}
@media screen and (min-width: 834px) {
  .swiper-button-prev-staff:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.swiper-button-next-staff {
  height: 43px;
  position: absolute;
  right: 10.2vw;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 43px;
  z-index: 3;
}
@media screen and (min-width: 2600px) {
  .swiper-button-next-staff {
    right: 10.2vw;
  }
}
@media screen and (max-width: 2600px) {
  .swiper-button-next-staff {
    right: 4.2vw;
  }
}
@media screen and (max-width: 1050px) {
  .swiper-button-next-staff {
    right: 1.3vw;
  }
}
@media screen and (max-width: 834px) {
  .swiper-button-next-staff {
    height: 5.55vw;
    right: 5.3vw;
    width: 5.55vw;
  }
}
@media screen and (min-width: 834px) {
  .swiper-button-next-staff:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s;
  }
}

/* ーーーーーーーーーーーー'カード部分'ーーーーーーーーーーーーーー*/
.staff-slide-item {
  border-radius: 1.8vw;
  filter: drop-shadow(5.4px 5.4px 5.4px rgba(0, 0, 0, 0.05));
}
@media screen and (min-width: 2600px) {
  .staff-slide-item {
    border-radius: 1vw;
  }
}
@media screen and (max-width: 834px) {
  .staff-slide-item {
    border-radius: 4.83vw;
  }
}
.staff-slide-item__img img {
  aspect-ratio: 360/240;
}
.staff-slide-item__bottom {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  min-height: 308px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 25px;
}
@media screen and (max-width: 834px) {
  .staff-slide-item__bottom {
    border-radius: 0 0 4.83vw 4.83vw;
    min-height: 58.45vw;
    padding-bottom: 4.83vw;
    padding-left: 2.41vw;
    padding-right: 2.41vw;
    padding-top: 4.83vw;
  }
}
.staff-slide-item__names {
  display: flex;
  flex-direction: column;
  gap: 15px;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 834px) {
  .staff-slide-item__names {
    gap: 2.41vw;
    padding-bottom: 3.14vw;
  }
}
.staff-slide-item__post {
  color: #ff7814;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .staff-slide-item__post {
    font-size: 3.14vw;
  }
}
.staff-slide-item__name {
  align-items: center;
  display: flex;
  justify-content: center;
}
.staff-slide-item__name span {
  display: block;
}
.staff-slide-item__name span:nth-child(1) {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 834px) {
  .staff-slide-item__name span:nth-child(1) {
    font-size: 3.14vw;
  }
}
.staff-slide-item__name span:nth-child(2) {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 834px) {
  .staff-slide-item__name span:nth-child(2) {
    font-size: 3.86vw;
  }
}
.staff-slide-item__txt {
  border-top: 1px solid #b4b5b5;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.625;
  margin-left: auto;
  margin-right: auto;
  max-width: 297px;
  padding-top: 20px;
  text-align: justify;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .staff-slide-item__txt {
    font-size: 3.623vw;
    line-height: 1.4;
    max-width: 53.62vw;
    padding-top: 4.83vw;
  }
}

/* ーーーーーーーーーーーー'ページネーション'ーーーーーーーーーーーーーー*/
.swiper-pagination-staff {
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .swiper-pagination-staff {
    margin-top: 7.24vw;
  }
}
.swiper-pagination-staff .swiper-pagination-bullet {
  background-color: #ffffff !important;
  height: 10px !important;
  opacity: 1;
  width: 10px !important;
}
@media screen and (max-width: 834px) {
  .swiper-pagination-staff .swiper-pagination-bullet {
    height: 1.93vw !important;
    width: 1.93vw !important;
  }
}
.swiper-pagination-staff .swiper-pagination-bullet-active {
  background-color: #000 !important;
  height: 12px !important;
  width: 12px !important;
}
@media screen and (max-width: 834px) {
  .swiper-pagination-staff .swiper-pagination-bullet-active {
    height: 2.41vw !important;
    width: 2.41vw !important;
  }
}

/*---------------------------------------------------------
cv
-----------------------------------------------------------*/
.catalog-cv {
  background: #ffb018;
  background: linear-gradient(90deg, #ffb018 0%, #ff7814 100%);
  padding-bottom: 67px;
  padding-left: 43px;
  padding-right: 43px;
  padding-top: 45px;
  /* ーーーーーーーーーーーー'SP時タイトル'ーーーーーーーーーーーーーー*/
  /* ーーーーーーーーーーーー'ルポハウスの家づくりをもっと知りたい方はコチラ！'ーーーーーーーーーーーーーー*/
  /* ーーーーーーーーーーーー'カタログ請求ボタン(PC)'ーーーーーーーーーーーーーー*/
}
@media screen and (max-width: 834px) {
  .catalog-cv {
    padding-bottom: 0;
    padding-left: 10.38vw;
    padding-right: 10.38vw;
    padding-top: 6.03vw;
  }
}
.catalog-cv__box {
  align-items: center;
  background-color: #fff;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .catalog-cv__box {
    border-radius: 0px;
    padding-bottom: 10.14vw;
    padding-top: 6.03vw;
  }
}
.catalog-cv__box::before {
  background: url(../../catalog02/images/common/cv-img-01_pc.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 204px;
  left: 45px;
  position: absolute;
  top: -55px;
  width: 208px;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .catalog-cv__box::before {
    background: url(../../catalog02/images/common/cv-img-01_sp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 18.11vw;
    left: -7.24vw;
    top: -3.62vw;
    width: 18.11vw;
  }
}
.catalog-cv__box::after {
  background: url(../../catalog02/images/common/cv-img-02.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 263px;
  position: absolute;
  right: -42px;
  top: -42px;
  width: 352px;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .catalog-cv__box::after {
    height: 25.67vw;
    right: -10.24vw;
    top: -5.62vw;
    width: 33.36vw;
  }
}
.catalog-cv__txts {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .catalog-cv__txts {
    gap: 4.34vw;
  }
}
.catalog-cv__ttl {
  color: #ff7814;
  font-family: "azo-sans-web", sans-serif;
  font-size: 9.66vw;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-align: center;
}
.catalog-cv__txt {
  margin-left: auto;
  margin-right: auto;
  max-width: 357px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .catalog-cv__txt {
    max-width: 57.72vw;
  }
}
.catalog-cv__btn {
  align-items: center;
  background-color: #141414;
  border-radius: 30px;
  color: #ffffff;
  display: flex;
  font-size: 1.25rem;
  justify-content: center;
  letter-spacing: 0.1em;
  font-family: "azo-sans-web", sans-serif;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  max-width: 348px;
  padding-bottom: 12.5px;
  padding-top: 12.5px;
  position: relative;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (min-width: 834px) {
  .catalog-cv__btn:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 834px) {
  .catalog-cv__btn {
    border-radius: 7.24vw;
    font-size: 4.347vw;
    max-width: 86.47%;
    padding-bottom: 3.41vw;
    padding-top: 3.41vw;
    width: 86.47vw;
  }
}
.catalog-cv__btn::after {
  background: url(../../catalog02/images/common/cv-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 18px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
@media screen and (max-width: 834px) {
  .catalog-cv__btn::after {
    height: 4.347vw;
    right: 5.55vw;
    width: 4.347vw;
  }
}

/* ーーーーーーーーーーーー'カタログ請求ボタン(SP)'ーーーーーーーーーーーーーー*/
.cv-sp-btn {
  margin-top: -6.3vw;
  padding-bottom: 21.25vw;
}

/*---------------------------------------------------------
Interview
-----------------------------------------------------------*/
.catalog-interview {
  background: url(../../catalog02/images/common/catalog-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 88px;
}
@media screen and (max-width: 834px) {
  .catalog-interview {
    padding-bottom: 14.492vw;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10.86vw;
  }
}

/* ーーーーーーーーーーーー'ul部分'ーーーーーーーーーーーーーー*/
.catalog-interview-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 85px;
  max-width: 1180px;
  width: 100%;
}
  /* ーーーーーーーーーーーー'aタグ部分'ーーーーーーーーーーーーーー*/
  /* ーーーーーーーーーーーー'画像'ーーーーーーーーーーーーーー*/
  /* ーーーーーーーーーーーー'テキスト'ーーーーーーーーーーーーーー*/

@media screen and (max-width: 834px) {
  .catalog-interview-list {
    gap: 3.86vw 0.96vw;
    margin-top: 13.28vw;
  }
}
.catalog-interview-list li {
  flex-grow: 1;
  max-width: calc((100% - 50px * 2) / 3);
  width: 100%;
}
@media screen and (max-width: 834px) {
  .catalog-interview-list li {
    max-width: 100%;
    max-width: calc((100% - 0.96vw * 1) / 2);
  }
}
.catalog-interview-list__item {
  display: flex;
  flex-direction: column;
  gap: 13px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .catalog-interview-list__item {
    gap: 1.69vw;
  }
}
.catalog-interview-list__img {
  display: block;
  overflow: hidden;
  transition: all 0.3s;
}
.catalog-interview-list__img img {
  -o-object-fit: cover;
  -o-object-position: center center;
  aspect-ratio: 360/240;
  object-fit: cover;
  object-position: center center;
  transition: all 0.3s;
}
@media screen and (max-width: 834px) {
  .catalog-interview-list__img img {
    aspect-ratio: 282/188;
  }
}
.catalog-interview-list__txt span {
  display: block;
}
.catalog-interview-list__txt span:nth-child(1) {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.5;
}
@media screen and (max-width: 1140px) {
  .catalog-interview-list__txt span:nth-child(1) {
    font-size: 1.35vw;
  }
}
@media screen and (max-width: 834px) {
  .catalog-interview-list__txt span:nth-child(1) {
    font-size: 2.89vw;
  }
}
.catalog-interview-list__txt span:nth-child(2) {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1.4;
  margin-top: 7px;
  font-family: azo-sans-web, sans-serif;
}
@media screen and (max-width: 1140px) {
  .catalog-interview-list__txt span:nth-child(2) {
    font-size: 1.35vw;
  }
}
@media screen and (max-width: 834px) {
  .catalog-interview-list__txt span:nth-child(2) {
    font-size: 2.90vw;
    line-height: 1.38;
    margin-top: 1.41vw;
  }
}

.interview-modal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background : -moz-linear-gradient(22.3% -136.21% -59.95deg,rgba(255, 176, 24, 1) 0%,rgba(255, 120, 20, 1) 100%);
  background : -webkit-linear-gradient(-59.95deg, rgba(255, 176, 24, 1) 0%, rgba(255, 120, 20, 1) 100%);
  background : -webkit-gradient(linear,22.3% -136.21% ,58.1% 104.46% ,color-stop(0,rgba(255, 176, 24, 1) ),color-stop(1,rgba(255, 120, 20, 1) ));
  background : -o-linear-gradient(-59.95deg, rgba(255, 176, 24, 1) 0%, rgba(255, 120, 20, 1) 100%);
  background : -ms-linear-gradient(-59.95deg, rgba(255, 176, 24, 1) 0%, rgba(255, 120, 20, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB018', endColorstr='#FF7814' ,GradientType=0)";
  background : linear-gradient(149.95deg, rgba(255, 176, 24, 1) 0%, rgba(255, 120, 20, 1) 100%);
  border-radius : 18px;
  -moz-border-radius : 18px;
  -webkit-border-radius : 18px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB018',endColorstr='#FF7814' , GradientType=1);
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "azo-sans-web", sans-serif;
  margin: 0 auto;
  width: 140px;
  height: 36px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 834px) {
  .interview-modal-btn:hover {
    cursor: pointer;
    opacity: 0.7;
    transform: scale(1.1);
    transition: all 0.3s;
  }
  .interview-modal-btn:hover ~ .catalog-interview-list__img img {
    opacity: 0.7;
    transform: scale(1.1);
    transition: all 0.3s;
  }
}

.interview-modal-btn::after {
  background: url(../../catalog02/images/common/cv-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
@media screen and (max-width: 1180px) {
  .interview-modal-btn{
    width: 11.86vw;
    height: 3.05vw;
    font-size: 1.19vw;
  }
  .interview-modal-btn:after {
    height: 1.02vw;
    right: 1.02vw;
    width: 1.02vw;
  }
}
@media screen and (max-width: 834px) {
  .interview-modal-btn::after {
    height: 2.90vw;
    right: 2.90vw;
    width: 2.90vw;
  }
}
@media screen and (max-width: 834px) {
  .interview-modal-btn{
    border-radius: 7.25vw;
    width: 33.82vw;
    height: 8.70vw;
    font-size: 3.38vw;
  }
} 
@media screen and (min-width: 834px) {
  .interview-modal-btn:hover {
    cursor: pointer;
    opacity: 0.7;
    transform: scale(1.1);
    transition: all 0.3s;
  }
  .interview-modal-btn:hover ~ .catalog-interview-list__img img {
    opacity: 0.7;
    transform: scale(1.1);
    transition: all 0.3s;
  }
}

/*----------------------------------------------------------
モーダルオープン時
------------------------------------------------------------*/
.interview-feature {
  margin-top: 90px;
}
@media screen and (max-width: 834px) {
  .interview-feature {
    margin-top: 10.86vw;
  }
}
.interview-feature__box {
  border-top: 1px solid #b1b1b2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 1220px;
  padding-top: 45px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .interview-feature__box {
    margin-top: 8.93vw;
    padding-top: 7.24vw;
  }
}
.interview-feature__txt {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.875;
  text-align: justify;
}
@media screen and (max-width: 834px) {
  .interview-feature__txt {
    font-size: 3.62vw;
    line-height: 1.93;
  }
}

/* ーーーーーーーーーーーー'モーダルオープン時画像'ーーーーーーーーーーーーーー*/
.interview-img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  max-width: 673px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .interview-img {
    margin-top: -1.14vw;
  }
}

/* ーーーーーーーーーーーー'モーダルオープン時テキスト'ーーーーーーーーーーーーーー*/
.interview-txt {
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.73;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .interview-txt {
    font-size: 4.04vw;
  }
}

.interview-comment {
  margin-top: 90px;
}
@media screen and (max-width: 834px) {
  .interview-comment {
    margin-top: 10.86vw;
  }
}
.interview-comment__flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .interview-comment__flex {
    flex-direction: column;
    gap: 10.14vw;
  }
}
.interview-comment__left {
  flex-grow: 1;
  max-width: 690px;
}
@media screen and (max-width: 834px) {
  .interview-comment__left {
    max-width: 100%;
  }
}
.interview-comment__txt {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.875;
  text-align: justify;
}
@media screen and (max-width: 834px) {
  .interview-comment__txt {
    font-size: 3.62vw;
    line-height: 1.93;
  }
}
.interview-comment__right {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 22px;
}
@media screen and (max-width: 834px) {
  .interview-comment__right {
    gap: 2.89vw;
  }
}
.interview-comment__img {
  display: block;
  max-width: 460px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .interview-comment__img {
    max-width: 100%;
  }
}
.interview-comment__name {
  font-size: 0.9375rem;
  font-weight: 400;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  .interview-comment__name {
    font-size: 3.62vw;
  }
}

/* ーーーーーーーーーーーー'SP時スライダー'ーーーーーーーーーーーーーー*/
@media screen and (max-width: 834px) {
  .swiper-container-interview {
    margin-top: 18.45vw;
    position: relative;
  }
  .swiper-container-interview .swiper-wrapper {
    align-items: center;
  }
  .swiper-container-interview .swiper-slide {
    opacity: 0.6;
    /* 左右のスライドを薄くする */
    transition: 0.5s;
    /* ゆっくり小さくさせる */
  }
  .swiper-container-interview .swiper-slide .catalog-interview-list__txt {
    opacity: 0;
    transition: 0.5s;
  }
  .swiper-container-interview .swiper-slide img {
    height: auto;
    width: 100%;
  }
  .swiper-container-interview .swiper-slide-active {
    opacity: 1;
    /* 中央のスライドは薄くしない */
    transform: scale(1.1) !important;
    /* 中央のスライドを一番上にする */
    transition: 0.5s;
    /* 中央のスライドは小さくしない */
    z-index: 1;
  }
  .swiper-container-interview .swiper-slide-active .catalog-interview-list__txt {
    opacity: 1;
    transition: 0.5s;
  }
}
/* ーーーーーーーーーーーー'ナビゲーション'ーーーーーーーーーーーーーー*/
.swiper-button-prev-interview {
  height: 5.79vw;
  left: 1.5vw;
  position: absolute;
  top: 29%;
  width: 5.79vw;
  z-index: 3;
}
@media screen and (min-width: 834px) {
  .swiper-button-prev-interview {
    display: none;
  }
}

.swiper-button-next-interview {
  height: 5.79vw;
  position: absolute;
  right: 1.5vw;
  top: 29%;
  width: 5.79vw;
  z-index: 3;
}
@media screen and (min-width: 834px) {
  .swiper-button-next-interview {
    display: none;
  }
}

/* ーーーーーーーーーーーー'ページネーション'ーーーーーーーーーーーーーー*/
@media screen and (max-width: 834px) {
  .swiper-pagination-interview {
    margin-left: auto;
    margin-right: auto;
    margin-top: 12.24vw;
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
  }
}
@media screen and (max-width: 834px) {
  .swiper-pagination-interview .swiper-pagination-bullet {
    background-color: #dadada !important;
    height: 1.93vw !important;
    opacity: 1;
    width: 1.93vw !important;
  }
}
@media screen and (max-width: 834px) {
  .swiper-pagination-interview .swiper-pagination-bullet-active {
    background-color: #ffb018 !important;
    height: 2.41vw !important;
    width: 2.41vw !important;
  }
}

/*---------------------------------------------------------
Cost
-----------------------------------------------------------*/
.catalog-cost {
  padding-bottom: 102px;
  /* ーーーーーーーーーーーー'吹き出し画像'ーーーーーーーーーーーーーー*/
  /* ーーーーーーーーーーーー'h3タグ'ーーーーーーーーーーーーーー*/
}
@media screen and (max-width: 834px) {
  .catalog-cost {
    padding-bottom: 14.49vw;
  }
}
.catalog-cost h2 {
  color: #ffffff;
}
.catalog-cost__bg {
  background: url(../../catalog02/images/cost/cost-back_pc.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 190px;
  padding-top: 90px;
}
@media screen and (max-width: 834px) {
  .catalog-cost__bg {
    background: url(../../catalog02/images/cost/cost-back_sp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 22.7vw;
    padding-top: 18.11vw;
  }
}
.catalog-cost__bottom {
  margin-top: -102px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .catalog-cost__bottom {
    margin-top: -9.9vw;
    padding-left: 4.83vw;
    padding-right: 4.83vw;
  }
}
.catalog-cost__fukidashi {
  margin-left: auto;
  margin-right: auto;
  max-width: 557px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .catalog-cost__fukidashi {
    max-width: 89.61vw;
  }
}
.catalog-cost__flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 85px;
  max-width: 1080px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .catalog-cost__flex {
    flex-direction: column-reverse;
    gap: 8.21vw;
    margin-top: 8.69vw;
  }
}
.catalog-cost__ttl {
  color: #ffb018;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .catalog-cost__ttl {
    font-size: 4.83vw;
  }
}
.catalog-cost__txt {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.875;
  margin-top: 30px;
  max-width: 510px;
}
@media screen and (max-width: 834px) {
  .catalog-cost__txt {
    font-size: 3.62vw;
    margin-top: 4.1vw;
    max-width: 100%;
  }
}
.catalog-cost__txt span {
  background: linear-gradient(transparent 60%, #ffdda9 30%);
}
.catalog-cost__img {
  max-width: 525px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .catalog-cost__img {
    max-width: 100%;
  }
}

/*---------------------------------------------------------
Youtube
-----------------------------------------------------------*/
.catalog-page-ttl-youtube span:nth-child(1) {
  color: #e92708;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.catalog-page-ttl-youtube span:nth-child(1)::before {
  background: url(../../catalog02/images/common/youtube-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 32px;
  left: -58px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
}
@media screen and (max-width: 834px) {
  .catalog-page-ttl-youtube span:nth-child(1)::before {
    height: 6.03vw;
    left: -10.86vw;
    width: 8.69vw;
  }
}
@media screen and (max-width: 834px) {
  .catalog-page-ttl-youtube span:nth-child(2) {
    line-height: 1.75;
  }
}

.catalog-youtube {
  background-color: #f8f8f8;
  overflow: hidden;
  padding-bottom: 120px;
  padding-top: 90px;
  /* ーーーーーーーーーーーー'スライダー部分'ーーーーーーーーーーーーーー*/
  /* ーーーーーーーーーーーー'サムネイル'ーーーーーーーーーーーーーー*/
  /* ーーーーーーーーーーーー'テキスト'ーーーーーーーーーーーーーー*/
}
@media screen and (max-width: 834px) {
  .catalog-youtube {
    padding-bottom: 14.49vw;
    padding-top: 10.86vw;
  }
}
.catalog-youtube__item {
  display: flex;
  flex-direction: column;
  gap: 13px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .catalog-youtube__item {
    gap: 1.69vw;
  }
}
.catalog-youtube__img {
  display: block;
  overflow: hidden;
  transition: all 0.3s;
}
.catalog-youtube__img img {
  -o-object-position: center center;
  aspect-ratio: 360/202;
  object-position: center center;
  transition: all 0.3s;
}
@media screen and (min-width: 834px) {
  .catalog-youtube__img img:hover {
    cursor: pointer;
    opacity: 0.7;
    transform: scale(1.1);
    transition: all 0.3s;
  }
}
.catalog-youtube__txt {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1.43;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .catalog-youtube__txt {
    font-size: 3.14vw;
    line-height: 1.38;
  }
}

.swiper-container-youtube {
  margin-top: 70px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .swiper-container-youtube {
    margin-top: 13.8vw;
  }
}

/* ーーーーーーーーーーーー'SP時スライダー'ーーーーーーーーーーーーーー*/
@media screen and (max-width: 834px) {
  .swiper-container-youtube .swiper-slide {
    opacity: 0.6;
    /* 左右のスライドを薄くする */
    transform: scale(0.75) !important;
    /* 左右のスライドを小さくする */
    transition: 0.5s;
    /* ゆっくり小さくさせる */
  }
  .swiper-container-youtube .swiper-slide .catalog-youtube-list__txt {
    opacity: 0;
    transition: 0.5s;
  }
  .swiper-container-youtube .swiper-slide img {
    height: auto;
    width: 100%;
  }
  .swiper-container-youtube .swiper-slide-active {
    opacity: 1;
    /* 中央のスライドは薄くしない */
    transform: scale(1) !important;
    /* 中央のスライドは小さくしない */
    z-index: 1;
    /* 中央のスライドを一番上にする */
  }
  .swiper-container-youtube .swiper-slide-active .catalog-youtube-list__txt {
    opacity: 1;
    transition: 0.5s;
  }
}
/* ーーーーーーーーーーーー'ナビゲーション'ーーーーーーーーーーーーーー*/
.swiper-button-prev-youtube {
  height: 43px;
  left: 6.5vw;
  position: absolute;
  top: 26%;
  transition: all 0.3s;
  width: 43px;
  z-index: 3;
}
@media screen and (max-width: 834px) {
  .swiper-button-prev-youtube {
    height: 5.79vw;
    left: 4.5vw;
    top: 29%;
    width: 5.79vw;
  }
}
@media screen and (min-width: 2200px) {
  .swiper-button-prev-youtube {
    top: 33%;
  }
}
@media screen and (min-width: 834px) {
  .swiper-button-prev-youtube:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.swiper-button-next-youtube {
  height: 43px;
  position: absolute;
  right: 6.5vw;
  top: 26%;
  transition: all 0.3s;
  width: 43px;
  z-index: 3;
}
@media screen and (max-width: 834px) {
  .swiper-button-next-youtube {
    height: 5.79vw;
    right: 4.5vw;
    top: 29%;
    width: 5.79vw;
  }
}
@media screen and (min-width: 2200px) {
  .swiper-button-next-youtube {
    top: 33%;
  }
}
@media screen and (min-width: 834px) {
  .swiper-button-next-youtube:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s;
  }
}

/* ーーーーーーーーーーーー'ページネーション'ーーーーーーーーーーーーーー*/
.swiper-pagination-youtube {
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .swiper-pagination-youtube {
    margin-top: 7.24vw;
  }
}
.swiper-pagination-youtube .swiper-pagination-bullet {
  background-color: #ffffff !important;
  height: 10px !important;
  opacity: 1;
  width: 10px !important;
}
@media screen and (max-width: 834px) {
  .swiper-pagination-youtube .swiper-pagination-bullet {
    height: 1.93vw !important;
    width: 1.93vw !important;
  }
}
.swiper-pagination-youtube .swiper-pagination-bullet-active {
  background-color: #ffb018 !important;
  height: 12px !important;
  width: 12px !important;
}
@media screen and (max-width: 834px) {
  .swiper-pagination-youtube .swiper-pagination-bullet-active {
    height: 2.41vw !important;
    width: 2.41vw !important;
  }
}

/*---------------------------------------------------------
FAQ
-----------------------------------------------------------*/
.catalog-faq {
  padding-bottom: 120px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 90px;
}
@media screen and (max-width: 834px) {
  .catalog-faq {
    padding-bottom: 21.73vw;
    padding-left: 4.34vw;
    padding-right: 4.34vw;
    padding-top: 10.86vw;
  }
}

.faq-main {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .faq-main {
    margin-top: 7.24vw;
  }
}
.faq-main__wrap li {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 40px;
  padding-top: 30px;
}
@media screen and (max-width: 834px) {
  .faq-main__wrap li {
    padding-bottom: 3.62vw;
    padding-left: 0;
    padding-right: 0;
    padding-top: 3.62vw;
  }
}

.catalog-faq__q {
  align-items: center;
  display: flex;
  flex-grow: 1;
  gap: 10px;
  justify-content: space-between;
  transition: all 0.3s;
}
@media screen and (min-width: 834px) {
  .catalog-faq__q:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s;
  }
}
.catalog-faq__q-left {
  align-items: center;
  display: flex;
  gap: 23px;
}
@media screen and (max-width: 834px) {
  .catalog-faq__q-left {
    gap: 3.38vw;
  }
}
.catalog-faq__q-left span {
  display: block;
}
.catalog-faq__q-left span:nth-child(1) {
  flex-shrink: 0;
  height: 43px;
  width: 43px;
}
@media screen and (max-width: 834px) {
  .catalog-faq__q-left span:nth-child(1) {
    height: 8.69vw;
    width: 8.69vw;
  }
}
.catalog-faq__q-left span:nth-child(2) {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.4;
  text-align: justify;
}
@media screen and (max-width: 834px) {
  .catalog-faq__q-left span:nth-child(2) {
    font-size: 3.86vw;
  }
}
.catalog-faq__q-right {
  background: url(../../catalog02/images/common/plus.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  height: 18px;
  margin-right: 9px;
  width: 18px;
}
@media screen and (max-width: 834px) {
  .catalog-faq__q-right {
    height: 3.62vw;
    margin-left: 0;
    width: 3.62vw;
  }
}
.catalog-faq .faq-active .catalog-faq__q-right {
  background: url(../../catalog02/images/common/minus.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  width: 18px;
}
.catalog-faq__a {
  display: flex;
  gap: 23px;
  margin-top: 23px;
}
@media screen and (max-width: 834px) {
  .catalog-faq__a {
    gap: 3.38vw;
    margin-top: 4.34vw;
  }
}
.catalog-faq__a span {
  display: block;
}
.catalog-faq__a span:nth-child(1) {
  flex-shrink: 0;
  height: 43px;
  width: 43px;
}
@media screen and (max-width: 834px) {
  .catalog-faq__a span:nth-child(1) {
    height: 8.69vw;
    width: 8.69vw;
  }
}
.catalog-faq__a span:nth-child(2) {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.875;
  text-align: justify;
}
@media screen and (max-width: 834px) {
  .catalog-faq__a span:nth-child(2) {
    font-size: 3.62vw;
  }
}

/*----------------------------------------------------------
スタジオ紹介
------------------------------------------------------------*/
.catalog-studio {
  padding-bottom: 120px;
  padding-left: 7px;
  padding-right: 7px;
}
@media screen and (max-width: 834px) {
  .catalog-studio {
    padding-bottom: 14.49vw;
    padding-left: 1.69vw;
    padding-right: 1.69vw;
  }
}
.catalog-studio__box {
  background: #ffb018;
  background: linear-gradient(90deg, #ffb018 0%, #ff7814 100%);
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-bottom: 35px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .catalog-studio__box {
    border-radius: 4.83vw;
    padding: 6.03vw 8.45vw;
  }
}
.catalog-studio__box:after {
  background: url(../../catalog02/images/studio/studio-img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 264px;
  position: absolute;
  right: 40px;
  width: 298px;
}
@media screen and (max-width: 834px) {
  .catalog-studio__box:after {
    bottom: 16.9vw;
    height: 44.44vw;
    right: 2.65vw;
    width: 50vw;
  }
}
.catalog-studio__ttl {
  align-items: flex-end;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .catalog-studio__ttl {
    align-items: flex-start;
    flex-direction: column;
    gap: 3.38vw;
  }
}
.catalog-studio__ttl span {
  display: block;
}
.catalog-studio__ttl span:nth-child(1) {
  font-family: "azo-sans-web", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .catalog-studio__ttl span:nth-child(1) {
    font-size: 9.66vw;
  }
}
.catalog-studio__ttl span:nth-child(2) {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .catalog-studio__ttl span:nth-child(2) {
    font-size: 4.83vw;
  }
}
.catalog-studio__txt {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .catalog-studio__txt {
    font-size: 3.42vw;
    margin-top: 5.55dvw;
  }
}

/* ーーーーーーーーーーーー'スタジオリスト'ーーーーーーーーーーーーーー*/
.studio__list {
  display: flex;
  flex-wrap: wrap;
  gap: 43px 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .studio__list {
    flex-direction: column;
    gap: 6.76vw;
    margin-top: 7.24vw;
  }
}

.studio-item {
  display: flex;
  flex-grow: 1;
  gap: 20px;
  max-width: calc((100% - 80px * 1) / 2);
  width: 100%;
}
@media screen and (max-width: 834px) {
  .studio-item {
    gap: 4.34vw;
    max-width: 100%;
  }
}
.studio-item__img {
  flex-shrink: 52;
  max-width: 225px;
  width: 100%;
}
@media screen and (max-width: 1014px) {
  .studio-item__img {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  .studio-item__img {
    max-width: 45.41vw;
  }
}
.studio-item .texts {
  flex-shrink: 1;
}
.studio-item h3 {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 1014px) {
  .studio-item h3 {
    font-size: 1.77vw;
  }
}
@media screen and (max-width: 834px) {
  .studio-item h3 {
    font-size: 3.62vw;
  }
}
.studio-item .tel {
  display: flex;
  gap: 8px;
  letter-spacing: 0.025em;
  margin-top: 5px;
}
@media screen and (max-width: 834px) {
  .studio-item .tel {
    gap: 1.69vw;
    margin-top: 0.6vw;
  }
}
.studio-item .tel span {
  display: block;
}
.studio-item .tel span:nth-child(1) {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  width: 25px;
}
@media screen and (max-width: 1014px) {
  .studio-item .tel span:nth-child(1) {
    width: 2.46vw;
  }
}
@media screen and (max-width: 834px) {
  .studio-item .tel span:nth-child(1) {
    width: 4.83vw;
  }
}
.studio-item .tel span:nth-child(1) img {
  vertical-align: middle;
}
.studio-item .tel span:nth-child(2) {
  color: #ff7814;
  font-family: "azo-sans-web", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1014px) {
  .studio-item .tel span:nth-child(2) {
    font-size: 2.16vw;
  }
}
@media screen and (max-width: 834px) {
  .studio-item .tel span:nth-child(2) {
    font-size: 5.07vw;
  }
}
.studio-item__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.466;
  margin-top: 10px;
}
@media screen and (max-width: 1014px) {
  .studio-item__text {
    font-size: 1.47vw;
  }
}
@media screen and (max-width: 834px) {
  .studio-item__text {
    font-size: 3.14vw;
    margin-top: 1.11vw;
  }
}
.studio-item__text-flex {
  display: flex;
}
.studio-item__text-flex span {
  display: block;
}
.studio-item__text-flex span:nth-child(1) {
  flex-shrink: 0;
}

/*----------------------------------------------------------
ルポハウスの家づくりをもっと知りたい方はコチラ！
------------------------------------------------------------*/
.catalog-form-top {
  background: #ffb018;
  background: linear-gradient(90deg, #ffb018 0%, #ff7814 100%);
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 47px;
}
@media screen and (max-width: 834px) {
  .catalog-form-top {
    padding-left: 10.86vw;
    padding-right: 10.86vw;
    padding-top: 6.03vw;
  }
}
.catalog-form-top__box {
  background-color: #fff;
  border-radius: 27px 27px 0 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-bottom: 102px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .catalog-form-top__box {
    border-radius: 3.83vw 3.83vw 0 0;
    max-width: 78.26vw;
    padding-bottom: 14.49vw;
    padding-top: 6.03vw;
  }
}
.catalog-form-top__box::before {
  background: url(../../catalog02/images/common/cv-img-01_sp.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 138px;
  left: 108px;
  position: absolute;
  top: 108px;
  width: 139px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .catalog-form-top__box::before {
    left: 10.8vw;
  }
}
@media screen and (max-width: 834px) {
  .catalog-form-top__box::before {
    height: 18.11vw;
    left: -7.24vw;
    top: -3.62vw;
    width: 18.11vw;
  }
}
.catalog-form-top__txt-img {
  margin-left: auto;
  margin-right: auto;
  max-width: 661px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .catalog-form-top__txt-img {
    max-width: 57.72vw;
  }
}
@media screen and (max-width: 834px) {
  .catalog-form-top__ttl {
    gap: 1vw;
    margin-top: -2vw;
  }
}
.catalog-form-top__ttl span:nth-child(1) {
  color: #ff7814;
}

/*----------------------------------------------------------
フォーム
------------------------------------------------------------*/
.catalog-form-img {
  background-color: #f8f8f8;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 115px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .catalog-form-img {
    padding-left: 4.34vw;
    padding-right: 4.34vw;
    padding-top: 16.9vw;
  }
}
.catalog-form-img::before {
  background: url(../../catalog02/images/form/form-catalog.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 189px;
  left: -50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  position: absolute;
  right: 0;
  top: -71px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .catalog-form-img::before {
    height: 28.36vw;
    left: -3vw;
    max-width: 86.19vw;
    top: -12vw;
  }
}
.catalog-form-img__02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 922px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .catalog-form-img__02 {
    max-width: 81.4vw;
  }
}
.catalog-form-img__03 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .catalog-form-img__03 {
    margin-top: 3.62vw;
    max-width: 91.3vw;
  }
}
.catalog-form-img__tel {
  display: block;
  pointer-events: auto !important;
  transition: all 0.3s;
}
@media screen and (min-width: 834px) {
  .catalog-form-img__tel:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.sbmit_btn-catalog {
  align-items: center;
  background-color: #141414;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 430px;
  padding-bottom: 12.5px;
  padding-top: 12.5px;
  position: relative;
  transition: all 0.3s;
  width: 100%;
}
.sbmit_btn-catalog input {
  background-color: #141414;
  border: none;
  color: #ffffff;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .sbmit_btn-catalog input {
    font-size: 4.34vw;
  }
}
@media screen and (min-width: 834px) {
  .sbmit_btn-catalog:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 834px) {
  .sbmit_btn-catalog {
    border-radius: 7.24vw;
    font-size: 4.347vw;
    max-width: 103vw;
    padding-bottom: 3.41vw;
    padding-top: 3.41vw;
  }
}
.sbmit_btn-catalog::after {
  background: url(../../catalog02/images/common/cv-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 18px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
@media screen and (max-width: 834px) {
  .sbmit_btn-catalog::after {
    height: 4.347vw;
    right: 5.55vw;
    width: 4.347vw;
  }
}