/* 
style.css上書き用ファイルです。
style.cssは編集禁止です。
style.cssを変更する場合はこちらのファイルから上書きしてください。
*/
body.is-navi-active {
  overflow: hidden;
}

.c-sp {
  display: none;
}

.main-section {
  margin: 0 0 90px !important;
}

.c-breadcrumb-wrap {
  padding: 0 15px 50px;
}

.house-maker-h1 {
  margin: 0 0 80px !important;
  line-height: 1.4;
}

.c-category-navi {
  margin: 0 0 10px;
}

.c-category-navi__openbutton {
  display: none;
}

.c-category-navi__closebutton {
  display: none;
}

.c-category-navi__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.c-category-navi__list>li {
  display: inline-block;
}

.c-category-navi__list>li a {
  display: block;
  padding: 7px 26px;
  font-weight: bold;
  color: #9A9A9A;
  border: solid 2px #9A9A9A;
  border-radius: 22px;
  transition: color .3s ease, background .3s ease, border .3s ease;
}

.c-category-navi__list>li.is-current a {
  pointer-events: none;
  color: #fff;
  background: #282727;
  border: solid 2px #282727;
}

.c-category-navi__list>li a:hover {
  color: #fff;
  background: #282727;
  border: solid 2px #282727;
}

.c-card01-2-para-1 {
  font-size: 2.4rem;
}

.c-card01-2-para-2 {
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  margin-top: 20px;
  line-height: 1.7;
}

.c-card01-2-para-2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 100px;
  margin: auto;
  height: 5px;
  background-image: linear-gradient(to right, #FCCB90, #D57EEB);
}

.c-card01-2-para-3 {
  font-size: 2.5rem;
  line-height: 2;
  margin-top: 30px;
}

.c-card01-2 {
  padding: 80px 15px;
}

.c-card01-3 {
  padding: 50px 15px 200px;
  ;
}

.c-card01-div {
  margin-top: 40px;
  width: 100%;
  /* min-height: 440px; */
  box-shadow: 1px 4px 10px #bdbcbc;
  position: relative;
}

.c-card01-div-1-date {
  padding: 7px 15px;
  background-color: #282828;
  color: #fff;
  font-size: 1.5rem;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.c-card01-div-2 {
  padding: 20px 15px 50px;
}

.c-card01-div-1 {
  padding-bottom: 20px;
}

.c-card01-div-2-para {
  font-size: 1.6rem;
  font-weight: bold;
}

.c-card01-div-2-span {
  border: 2px solid #707070;
  padding: 3px 10px;
  display: inline-block;
  font-size: 1.3rem;
  border-radius: 20px;
}

.c-card01-div-2-span-block {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 30px;
}

.c-card01-div img {
  width: 100%;
}

.c-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 60px 0 0;
  gap: 10px;
}

.c-pager .page-numbers {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  width: calc(20% - 25px);
  height: 60px;
  max-width: 60px;
  background: #ffffff;
  border: solid 1px #9A9A9A;
  border-radius: 30px;
  color: #9A9A9A;
  position: relative;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
}

.c-pager .page-numbers:hover {
  background: #272827;
  border: solid 1px #272827;
  color: #ffffff;
}

.c-pager .page-numbers span {
  position: relative;
  z-index: 2;
}

.c-pager .page-numbers.dots {
  margin: 0;
  background: 0 0;
  border: none;
  color: #9A9A9A;
  pointer-events: none;
  width: 36px;
}

.c-pager .page-numbers.current {
  background: #272827;
  border: solid 1px #272827;
  color: #ffffff;
}

.c-navi-toggler {
  display: none;
}

.nav-link-customer {
  font-weight: bold;
}

.navbar-nav .is-tablet {
  display: none;
}

.c-sidewrap01__section:not(:last-child) {
  margin: 0 0 80px;
}

.c-sidewrap01__category-list {
  gap: 8px;
}

.c-sidewrap01__category-list li a {
  padding: 6px 18px;
  color: #28303D;
  background: #fff;
  border: solid 2px #28303D;
  font-size: 14px;
}

.c-sidewrap01__category-list__wrap {
  margin: 30px 0 0;
  padding: 40px 30px;
  border-radius: 20px;
  background: #F5F2F4;
}

.top-article-btn {
  font-weight: bold;
}

.article-title h1 {
  font-size: 30px;
}

.toc_toggle a {
  margin: 0 10px !important;
}

/* 2023/08/08 add start*/
.blog-card {
  display: block;
  /* padding: 10px; */
  /* margin: 0 3% 1em; */
  /* margin-bottom: 3rem; */
  font-size: .875rem;
  color: #353535;
  background-image: linear-gradient(to right, #FCCB90, #D57EEB);
}

.blog-card .blog-card_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-weight: bold;
}

.blog-card .blog-card_title::before,
.blog-card .blog-card_title::after {
  width: 12px;
  content: "";
  border-top: 2px solid #CACACA;
}

.blog-card .blog-card_title::before {
  margin-right: .5rem;
}

.blog-card .blog-card_title::after {
  margin-left: .5rem;
}

.blog-card .blog-card_content {
  display: flex;
  justify-content: space-between;
  /* padding: px; */
  text-decoration: none;
  letter-spacing: 0;
  background-color: #FFF;
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  flex-wrap: nowrap;
  /* 追加：要素が折り返されないようにする */
}

.blog-card .blog-card_content:hover {
  opacity: .7;
}

.blog-card .blog-card_content:hover .blog-card_index {
  text-decoration: underline;
}

.blog-card .blog-card_left {
  flex: 0 0 40%;
  /* 追加：サムネイルのコンテナを30%に設定 */
  display: flex;
  /* 追加：中央寄せのためのスタイル */
  align-items: center;
  /* 追加：中央寄せのためのスタイル */
}

.blog-card .blog-card_left img {
  width: 100%;
  /* 画像の幅をコンテナの幅に合わせる */
  height: auto;
  margin: 0;
}

.blog-card .blog-card_right {
  flex: 0 0 60%;
  /* 追加：テキストのコンテナを70%に設定 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5px;
  /* 追加：サムネイルとの間に少しスペースを追加 */
}

.blog-card .blog-card_right p {
  margin: 0 0 4px 8px;
}

.blog-card .blog-card_right .blog-card_index {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  color: #353535;
  text-decoration: underline;
}

.blog-card .blog-card_right .blog-card_txt {
  position: relative;
  margin-bottom: 0;
  font-size: 12px;
  color: #919191;
  text-align: justify;
}

.blog-card .blog-card_right .blog-card_txt .blog-card_more {
  float: right;
  font-weight: bold;
  color: #13B1E4;
}

.blog-card .blog-card_sankou {
  margin-top: 12px;
}

.blog-card .blog-card_sankou_link:hover {
  color: #13B1E4;
  text-decoration: none;
}

/* 2023/08/08 add end*/
@media (max-width: 991px) {

  .c-navi-toggler {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1;
    transition: opacity .3s ease;
  }

  .c-navi-toggler:hover {
    opacity: .7;
  }

  .c-navi-toggler-icon {
    display: block;
    position: absolute;
    width: 28px;
    height: 2px;
    background: #fff;
    transition: .3s ease;
  }

  .c-navi-toggler-icon:nth-child(1) {
    left: 50%;
    top: 21px;
    transform: translateX(-50%);
  }

  .c-navi-toggler-icon:nth-child(2) {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .c-navi-toggler-icon:nth-child(3) {
    left: 50%;
    bottom: 21px;
    transform: translateX(-50%);
  }

  .c-navi-toggler.is-active .c-navi-toggler-icon:nth-child(1) {
    transform: translate(-50%, 7px) rotate(-45deg);
  }

  .c-navi-toggler.is-active .c-navi-toggler-icon:nth-child(2) {
    opacity: 0;
    left: calc(50% + 30px);
  }

  .c-navi-toggler.is-active .c-navi-toggler-icon:nth-child(3) {
    transform: translate(-50%, -9px) rotate(45deg);
  }


  .c-card01-div {
    width: 445px;
    margin: auto;
    margin-top: 40px;
  }

  .c-card01-div-1-date {
    font-size: 1.3rem;
  }

  .container-nav {
    padding: 0;
  }

  .container-nav-inner {
    display: flex;
    justify-content: space-between;
    padding: 0 10px 0 15px;
    width: 100%;
  }

  .navbar-collapse {
    margin: 15px 0 0;
  }

  .navbar-nav .is-pc {
    display: none;
  }

  .navbar-nav .is-tablet {
    display: inline-block;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column;
    position: relative;
    height: calc(100vh - 90px);
    overflow-y: auto;
    border-top: solid 1px #fff;
  }

  .nav-item {
    display: block;
    padding: 0;
    width: 100%;
    border-bottom: solid 1px #fff;
  }

  .nav-item.is-button {
    padding: 20px 0;
  }

  .nav-item:last-child {
    margin: 0 0 100px;
  }

  .nav-link-customer {
    margin: 0 26px;
    padding: 20px 0;
    text-align: left;
  }

  .nav-link-customer.is-button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 72px;
    padding: 10px;
    border-radius: 20px;
    background: rgb(253, 143, 62);
    background: linear-gradient(90deg, rgba(253, 143, 62, 1) 0%, rgba(217, 98, 184, 1) 70%, rgba(199, 100, 229, 1) 100%);
  }
  .nav-casestudy{
    background: #ed7d31 !important;
    font-weight: 700;
    flex-direction: column;
}
.nav-casestudy span{
    font-size: 90%;
    display: block;
}

  .nav-link-customer.is-button .nav-img {
    width: 32px;
    height: 32px;
  }

  .c-sidewrap01 {
    margin: 60px 0 0;
    width: 100%;
  }

  .c-sidewrap01__section:not(:last-child) {
    margin: 0 0 60px;
  }

  .ranking-right-para a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {

  .c-sp {
    display: block;
  }

  .hum-overlay {
    display: none;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
  }

  .main-section {
    margin: 0 0 30px !important;
  }

  .c-breadcrumb-wrap {
    padding: 0 0 10px 0;
  }

  .c-category-navi {
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 10;
    margin: 0;
    padding: 70px 25px;
    background: #fff;
    border-radius: 20px 20px 0 0;
    transition-delay: .1s;
    transition-duration: .25s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  }

  .c-category-navi.is-active {
    transform: translateY(-100%);
  }

  .c-category-navi__openbutton {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    max-width: 310px;
    min-height: 60px;
    font-size: 14px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 2px 8px rgba(105, 105, 105, .4);
    cursor: pointer;
    transition: .3s ease;
  }

  .c-category-navi__openbutton:hover {
    color: #D57EEB;
  }

  .c-category-navi__closebutton {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    padding: 0;
    width: 44px;
    height: 44px;
    background: #fff !important;
    cursor: pointer;
  }

  .c-category-navi__closebutton span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    height: 2px;
    background: #282727;
  }

  .c-category-navi__closebutton span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .c-category-navi__closebutton span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .c-category-navi__list {
    gap: 8px;
    max-height: 50svh;
    overflow: auto;
  }

  .c-category-navi__list>li a {
    padding: 7px 20px;
    border-radius: 20px;
    font-size: 14px;
  }

  .house-maker-h1 {
    margin: 0 0 50px !important;
  }

  .c-card01-2 {
    background-image: url(/uchitsuku/assets/bg-1.png);
    background-size: 100% 100%;
  }

  .c-card01-div {
    width: 270px;
    min-height: auto;
    margin-top: 40px;
  }

  .c-card01-2-para-1 {
    font-size: 1.4rem;
  }

  .c-card01-2-para-2 {
    font-size: 1.4rem;
  }

  .c-card01-2-para-1 {
    font-size: 1.4rem;
  }

  .c-card01-2-para-3 {
    font-size: 1.5rem;
  }

  .c-pager {
    margin: 40px -2px 0;
  }

  .c-pager .page-numbers {
    font-size: 14px;
    width: calc(20% - 17px);
    height: 44px;
    max-width: 44px;
  }

  .c-pager .page-numbers.dots {
    width: 26px;
  }

  .c-navi-toggler {
    width: 44px;
    height: 44px;
  }

  .navbar-nav {
    height: calc(100vh - 77px);
  }

  .c-navi-toggler-icon:nth-child(1) {
    top: 13px;
  }

  .c-navi-toggler-icon:nth-child(2) {}

  .c-navi-toggler-icon:nth-child(3) {
    bottom: 13px;
  }

  .ranking-right-para a {
    font-size: 14px;
  }
}




@media (max-width: 400px) {

  .c-card01-3 {
    padding: 50px 15px 40px;
  }

  .c-card01-2-para-1 {
    font-size: 0.5rem;
  }

  .c-card01-2-para-2 {
    font-size: 0.7rem;
  }

  .c-card01-2-para-1 {
    font-size: 0.7rem;
  }

  .c-card01-2-para-3 {
    font-size: 0.75rem;
  }
}

/* 2023/02/20 add */
@media (max-width: 600px) {
  .main-section {
    padding: 0;
  }
}

.nav-link-customer.is-button {
  background: #bf39e3;
  font-weight: 700;
}
.nav-casestudy{
  background: #ed7d31 !important;
  font-weight: 700;
  flex-direction: column;
}
.nav-casestudy span{
  font-size: 90%;
  display: block;
}

/* 2023/08/08 add start*/
@media screen and (min-width: 769px) {
  .blog-card {
    /* padding: 20px 15px;*/
    /* margin: 0 6.1% 1.5em*/
  }

  .blog-card .blog-card_title {
    font-size: 18px;
  }

  .blog-card .blog-card_content {
    display: flex;
    /* フレックスボックスレイアウトに変更 */
    padding: 16px 12px 14px;
  }

  .blog-card .blog-card_left {
    flex: 0 0 30%;
    /* 40%の幅に設定 */
  }

  .blog-card .blog-card_left img {
    width: 100%;
  }

  .blog-card .blog-card_right {
    flex: 0 0 70%;
    /* 60%の幅に設定 */
    width: 100%;
  }

  .blog-card .blog-card_right .blog-card_index {
    font-size: 16px;
    line-height: 1.2;
  }

  .blog-card .blog-card_right .blog-card_txt {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* 2023/08/08 add end*/
@media (min-width: 992px) {

  .nav-link-customer.is-button {
    padding: 10px 16px;
    border-radius: 15px;
  }
  
}

.container-nav-right {
  display: flex;
  align-items: center;
}

.nav-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 50px;
  margin: 0 10px 0 0;
  padding: 3px 0 0 0;
  border-radius: 18px;
  background: #bf39e3;
  line-height: 1.3;
  font-weight: 700;
  font-size: 15px;
}

@media (min-width: 992px) {

  .container-nav-right {
    display: none;
  }

  .nav-button {
    display: none;
  }

}

/* 2023/04/14 add */
.article-btn {
  display: block;
  position: relative;
  width: 405px;
  max-width: 100%;
  margin: 0 auto;
  transition: .3s;
  box-shadow: 6px 4px 4px rgba(40, 40, 40, 0.5);
  border-radius: 22px !important;
}

#article-detail .article-btn img {
  position: relative;
  left: 1px;
  padding: 0 !important;
  transition: .3s;
}

.article-btn:hover {
  transform: translate(3px, 2px);
  box-shadow: 3px 2px 2px rgba(40, 40, 40, 0.5);
}

/* 利用者情報の外部送信について　footer追加 2023/07/27 add */
.external-pc560 {
  display: inline-block;
}

.external-sp560 {
  display: none;
}

@media (max-width: 559px) {
  .external-pc560 {
    display: none;
  }

  .external-sp560 {
    display: block;
  }
}


/* 2023/10/12 add */
.u-cta01-nowrap{
  white-space: nowrap;
}

.u-cta01-sp1200{
  display: none;
}
@media (max-width: 1199px) {
  .u-cta01-sp1200{
    display: block;
  }
}

.u-cta01-line01{
  position: relative;
  z-index: 2;
}

.u-cta01-line01::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.45em;
  background-color: #FDEC61;
  z-index: -1;
}

.u-cta01-color01 {
  color: #EC5F00;
}

.u-cta01-text01{
  font-size: 1.8rem;
  line-height: 1.45;
}

.c-cta01{
  margin: 5.0rem 0 0 0;
  padding: 0!important;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .c-cta01{
    margin: 2.0rem 0 0 0;
  } 
}

.c-cta01 h1,.c-cta01 .h1,.c-cta01 h2,.c-cta01 .h2,.c-cta01 h3,.c-cta01 .h3,.c-cta01 h4,.c-cta01 .h4,.c-cta01 h5,.c-cta01 .h5,.c-cta01 h6,.c-cta01 .h6,.c-cta01 ul,.c-cta01 ol,.c-cta01,.c-cta01 p,.c-cta01 span {
  font-family: "Noto Sans JP", sans-serif;
}

#article-detail .c-cta01 img{
  padding: 0!important;
}

.c-cta01__section01 {
  padding: 3.2rem 1.6rem;
  background: #F7F5F1;
}
@media (max-width: 767px) {
  .c-cta01__section01 {
    /* width: 100vw; */
    width: 100%;
    /* margin: 0 0 0 -10px; */
    padding: 2rem 1.6rem;
    padding: 1rem;
  }
}

.c-cta01__section01__box {
  background: #FFF;
  border: 1px solid #EC5F00;
}

.c-cta01__section01__box-head {
  padding: 1.2rem;
  background: #EC5F00;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 390px) {
  .c-cta01__section01__box-head {
    font-size: 2rem;
  }
}

.c-cta01__section01__box-main {
  padding: 1.6rem 2.4rem 2.4rem 0.8rem;
}
@media (max-width: 767px) {
  .c-cta01__section01__box-main {
    padding: 1.6rem 1.6rem 2.4rem;
  }
}

.c-cta01__section01__lead {
  margin-bottom: 2rem;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .c-cta01__section01__lead {
    font-size: 2.1rem!important;
  }
  .c-cta01__section01__lead span{
  }
}
@media (max-width: 390px) {
  .c-cta01__section01__lead {
    font-size: 1.8rem!important;
  }
}

.c-cta01__section01__title {
  margin-bottom: 0.8rem;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-cta01__section01__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 390px) {
  .c-cta01__section01__title {
    font-size: 1.6rem;
  }
}


.c-cta01__section01__list {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .c-cta01__section01__list {
    padding-left: 0;
  }
}

.c-cta01__section01__list > li {
  position: relative;
  padding-left: 3.6rem;
  list-style-type: none;
}
@media (max-width: 767px) {
  .c-cta01__section01__list > li {
    padding-left: 4.2rem;
     list-style-type: none;
  }
}

@media (max-width: 390px) {
  .c-cta01__section01__list > li {
    padding-left: 4rem;
     list-style-type: none;
  }
}

.c-cta01__section01__list > li + li {
  margin-top: 2.4rem;
}

.c-cta01__section01__list > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.8rem;
  height: 2.8rem;
  background: url(/uchitsuku/assets/cta01/ico_check01_pc.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .c-cta01__section01__list > li::before {
    top: -0.4rem;
    width: 3.2rem;
    height: 3.2rem;
    background-image: url(/uchitsuku/assets/cta01/ico_check01_sp.svg);
  }
}

.c-cta01__section02{
  padding: 1.6rem 0 2.4rem;
}
@media (max-width: 767px) {
  .c-cta01__section02{
    padding: 1.6rem 0 3.2rem;
  }
}

.c-cta01__section02__inner{
  max-width: 616px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .c-cta01__section02__inner{
    padding: 0;
  }
}

.c-cta01__section02__title{
  margin: 0 0 0.8rem 0;
  text-align: center;
  line-height: 2.2;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-cta01__section02__title{
    font-size: 1.9rem;
  }
}
@media (max-width: 390px) {
  .c-cta01__section02__title{
    font-size: 1.7rem;
  }
}

.c-cta01__section02__title .is-strong{
  line-height: 0.7;
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  .c-cta01__section02__title .is-strong{
    font-size: 3.3rem;
  }
}

.c-cta01__section02__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.8rem;
  width: 100%;
  margin: 0 0 1.6rem 0;
}
@media (max-width: 767px) {
  .c-cta01__section02__list {
    gap: 0;
    margin: 0 0 1.2rem 0;
  }
}

.c-cta01__section02__list > li {
  width: calc((100% - 5.6rem) / 3);
  list-style-type: none;
}
@media (max-width: 767px) {
  .c-cta01__section02__list > li {
    width: calc(100% / 3);
    list-style-type: none;
  }
}

.c-cta01__section02__list > li:nth-of-type(n+4) {
  margin: -0.8rem 0 0 0;
}

.c-cta01__section02__lead{
  text-align: center;
  letter-spacing: 0.025em;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-cta01__section02__lead{
    font-size: 1.8rem!important;
  }
}
@media (max-width: 390px) {
  .c-cta01__section02__lead{
    font-size: 1.6rem!important;
  }
}


.c-cta01__section03 {
  padding: 4rem 1.6rem 4.8rem;
  background: #F7F5F1;
}
@media (max-width: 767px) {
  .c-cta01__section03 {
    /* width: 100vw; */
    width: 100%;
    /* margin: 0 0 0 -10px; */
    padding: 2.4rem 1.6rem 4.8rem;
  }
}

.c-cta01__section03__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 1199px) {
  .c-cta01__section03__title {
    flex-direction: column;
    gap: 1.2rem;
  }
}

.c-cta01__section03__title-sub {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 32px;
  background: #EC5F00;
  border-radius: 14px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-cta01__section03__title-sub {
    font-size: 1.8rem;
  }
}
.c-cta01__section03__title-main {
  font-size: 1.7rem;
  font-weight: bold;
  color: #212020;
}
@media (max-width: 767px) {
  .c-cta01__section03__title-main {
    font-size: 1.3rem;
  }
}

.c-cta01__section03__2col {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 5.6rem 0;
}
@media (max-width: 1199px) {
  .c-cta01__section03__2col {
    flex-direction: column;
    gap: 2.4rem;
    margin: 0 0 2.4rem 0;
  }
}
.c-cta01__section03__2col-item {
  width: 50%;
}
@media (max-width: 1199px) {
  .c-cta01__section03__2col-item {
    width: 100%;
  }
}

.c-cta01__section03__text01 {
  position: relative;
  width: 92.1%;
  height: 0;
  padding: 21% 0 0 0;
  margin: 0 auto;
}

@media (max-width: 1199px) {

  .c-cta01__section03__text01 {
    width: 304px;
    padding: 76px 0 0 0;
  }

}

.c-cta01__section03__text01>img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.c-cta01__section03__wrap {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
}
@media (max-width: 1199px) {
  .c-cta01__section03__wrap {
    justify-content: center;
  }
}

.c-cta01__section03__image {
      flex-shrink: 0;
      width: 90px;
}
@media (max-width: 767px) {
  .c-cta01__section03__image {
  }
}

.c-cta01__section03__text02 {
  display: inline-block;
  letter-spacing: -0.05em;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-cta01__section03__text02 {
    font-size: 1.7rem!important;
  }
}
.c-cta01__section03__text02--middle {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-cta01__section03__text02--middle {
    font-size: 1.9rem!important;
  }
}

.c-cta01__section03__text02--large {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .c-cta01__section03__text02--large {
    font-size: 3rem!important;
  }
}

.c-cta01__section03__lead{
  margin: 0 0 2rem 0;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-cta01__section03__lead{
    margin: 0 0 1.6rem 0;
    font-size: 1.7rem!important;
  }
}


.c-cta01__section03__button01 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44.2rem;
  max-width: calc(100% - 15px);
  min-height: 7.6rem;
  margin: 0 auto 4rem;
  border: 0.4rem solid #ECD100;
  border-radius: 3.5rem;
  background: #ED051F;
  color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .c-cta01__section03__button01:hover {
    color: #FFF;
    transform: translate(3px, 2px);
    box-shadow: 3px 2px 2px rgba(40, 40, 40, 0.5);
  }
}
@media (max-width: 767px) {
  .c-cta01__section03__button01 {
    width: 383px;
    min-height: 6.8rem;
    margin: 0 0 3.2rem 0;
    border-radius: 3.1rem;
  }
}

.c-cta01__section03__button01::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  right: 2rem;
  width: 3.4rem;
  height: 0.9rem;
  background: url(/uchitsuku/assets/cta01/ico_arrow01_pc.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .c-cta01__section03__button01::before {
    width: 2.6rem;
    height: 0.7rem;
    background-image: url(/uchitsuku/assets/cta01/ico_arrow01_sp.svg);
  }
}

.c-cta01__section03__button01-text01 {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-cta01__section03__button01-text01 {
    font-size: 1.4rem!important;
  }
}

.c-cta01__section03__button01-text02 {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .c-cta01__section03__button01-text02 {
    font-size: 1.5rem;
  }
}
@media (max-width: 390px) {
  .c-cta01__section03__button01-text02 {
    font-size: 1.3rem;
  }
}

.c-cta01__section03__button01-text02--large {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c-cta01__section03__button01-text02--large {
    font-size: 1.9rem;
  }
}
@media (max-width: 390px) {
  .c-cta01__section03__button01-text02--large {
    font-size: 1.7rem;
  }
}

.c-cta01__section03__button02 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37rem;
  max-width: 100%;
  min-height: 6.8rem;
  margin: 0 auto;
  border-radius: 3.2rem;
  background: #F7741C;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-cta01__section03__button02 {
    width: 322px;
    min-height: 5.8rem;
    border-radius: 3.1rem;
    font-size: 1.7rem;
  }
}

@media (any-hover: hover) {
  .c-cta01__section03__button02:hover {
    color: #FFF;
    transform: translate(3px, 2px);
    box-shadow: 3px 2px 2px rgba(40, 40, 40, 0.5);
  }
}

.c-cta01__section03__button02::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  right: 2rem;
  width: 3.4rem;
  height: 0.9rem;
  background: url(/uchitsuku/assets/cta01/ico_arrow01_pc.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .c-cta01__section03__button02::before {
    width: 2.6rem;
    height: 0.7rem;
    background-image: url(/uchitsuku/assets/cta01/ico_arrow01_sp.svg);
  }
}

/* 2023/10/17 add  記事内　共通ボタン変更*/
#article-detail .article-btn02 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44.2rem;
  max-width: calc(100% - 15px);
  min-height: 7.6rem;
  margin: 0.8rem auto 4rem;
  border: 0.4rem solid #ECD100;
  border-radius: 3.5rem!important;
  background: #ED051F;
  color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: 0.3s;
}
@media (any-hover: hover) {
  #article-detail .article-btn02:hover {
    color: #FFF;
    transform: translate(3px, 2px);
    box-shadow: 3px 2px 2px rgba(40, 40, 40, 0.5);
  }
}
@media (max-width: 767px) {
  #article-detail .article-btn02 {
    width: 38.3rem;
    min-height: 6.8rem;
    border-radius: 3.1rem!important;
  }
}

#article-detail .article-btn02::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  right: 2rem;
  width: 3.4rem;
  height: 0.9rem;
  background: url(/uchitsuku/assets/cta01/ico_arrow01_pc.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  #article-detail .article-btn02::before {
    width: 2.6rem;
    height: 0.7rem;
    background-image: url(/uchitsuku/assets/cta01/ico_arrow01_sp.svg);
  }
}

#article-detail .article-btn02-text01 {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #article-detail .article-btn02-text01 {
    font-size: 1.4rem!important;
  }
}

#article-detail .article-btn02-text02 {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  #article-detail .article-btn02-text02 {
    font-size: 1.5rem;
  }
}
@media (max-width: 390px) {
  #article-detail .article-btn02-text02 {
    font-size: 1.3rem;
  }
}

#article-detail .article-btn02-text02--large {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  #article-detail .article-btn02-text02--large {
    font-size: 1.9rem;
  }
}
@media (max-width: 390px) {
  #article-detail .article-btn02-text02--large {
    font-size: 1.7rem;
  }
}

/* 記事内リストスタイル add */
#article-detail ul,
#article-detail ol{
  max-width: calc(100% - 2em);
  margin-left: 1em;
}

#article-detail ul:not(:first-child),
#article-detail ol:not(:first-child){
  margin-top: 1em;
}

#article-detail ul:not(:last-child),
#article-detail ol:not(:last-child){
  margin-bottom: 1em;
}

#article-detail ul li:not(:last-child),
#article-detail ol li:not(:last-child){
  margin-bottom: 0.5em;
}

#article-detail ul{
  list-style: disc;
}

#article-detail ol{
  list-style: decimal;
}


.nav-item.is-button.nav-casestudy{
  background: #ed7d31;
  font-weight: 700;
  flex-direction: column;
}
.nav-casestudy span{
  font-size: 90%;
  display: block;
}


.nav-button.nav-reserve,
.nav-link-customer.is-button.nav-reserve{
  background: #00a8a7;
}

.c-sidewrap01__section .bnr_case_study{
  margin-bottom: 40px;
}

.c-sidewrap01__section .bnr_case_study a:hover{
  filter: brightness(1.1);
}

/* LP記事用（single-for-lp）の見出しスタイル */

.main-for-lp #article-detail > h2,
.main-for-lp #article-detail > h3{
  color: #008786 !important;
  border-image: url(/uchitsuku/assets/uchitsuku/assetsassets/images/h2-line-lp.png) 30 round;
}


/* PCのみナビゲーションのアイコン位置変える */
.nav-solution{
  position: relative;
  margin-left: 25px;
}
.nav-solution .nav-img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
  width: 15px;
}
@media (max-width: 991px) {
  .nav-solution .nav-img{
    position: static;
    margin-right: 10px;
  }
}

/* laravelのナビゲーションにフォント合わせる */
.nav-link-customer{
    font-family: GenJyuuGothic-Regular;
}


/* メーカー一覧の見出しサイズ調整 */
.house-maker-h1{
  font-size: 2.8rem;
}













/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/











@font-face {
  font-family: 'ZenKakuGothicNew-Regular';
  src: url('../fonts/ZenKakuGothicNew-Regular.ttf');
}
@font-face {
  font-family: 'ZenKakuGothicNew-Medium';
  src: url('../fonts/ZenKakuGothicNew-Medium.ttf');
}
@font-face {
  font-family: 'ZenKakuGothicNew-Bold';
  src: url('../fonts/ZenKakuGothicNew-Bold.ttf');
}
@font-face {
  font-family: 'ZenKakuGothicNew-Light';
  src: url('../fonts/ZenKakuGothicNew-Light.ttf');
}

/** ===================================
  mixin/function
==================================== */
@media all and (max-width: 749px) {
  .onlyPc {
    display: none !important;
  }
}
@media all and (min-width: 750px) {
  .onlySp {
    display: none !important;
  }
}
/** ===================================
  NEWスタイル
==================================== */
body {
  color: #2D2519;
  font-family: "ZenKakuGothicNew-Medium";
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
@media all and (min-width: 750px) {
  body {
    padding-top: 90px;
  }
}
@media all and (max-width: 749px) {
  body {
    padding-top: calc(6% + 40px);
  }
}

.btn_base {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 0 10px rgba(101, 76, 80, 0.2);
  font-family: "ZenKakuGothicNew-Bold";
  min-height: 3.3em;
}
@media all and (min-width: 750px) {
  .btn_base {
    font-size: clamp(18.0279069767px, calc(10.3053728949px + 1.0296712109vw), 24px);
  }
}
@media all and (max-width: 749px) {
  .btn_base {
    font-size: clamp(17px, calc(-2.7321428571px + 5.0595238095vw), 20.4px);
  }
}
@media all and (min-width: 750px) {
  .btn_base {
    gap: 1em;
    border-radius: 15px;
    line-height: 1.125;
    padding: 0.5em 0.8em 0.5em 1.6em;
  }
}
@media all and (max-width: 749px) {
  .btn_base {
    width: 100%;
    line-height: 1.1764705882;
    border-radius: 10px;
    padding: 4.5% 4% 4.5% 6%;
    min-height: 4em;
  }
}
.btn_base::after {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  margin: auto;
  background: url(/uchitsuku/assets/images/arrow_wh.png) center no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}
@media all and (max-width: 749px) {
  .btn_base::after {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (hover: hover) {
  .btn_base:hover::after {
    transform: translateX(30%);
  }
}
.btn_gold {
  background-color: #D2BA6D;
  color: #fff;
}
.btn_gold:hover {
  color: #fff;
}
@media (hover: hover) {
  .btn_gold {
    transition: background-color 0.3s ease;
  }
  .btn_gold:hover {
    background-color: #534B4C;
  }
}
.btn_dark {
  background-color: #534B4C;
  color: #fff;
}
.btn_dark:hover {
  color: #fff;
}
@media (hover: hover) {
  .btn_dark {
    transition: background-color 0.3s ease;
  }
  .btn_dark:hover {
    background-color: #e47a76;
  }
}
.btn_dark {
  min-height: 4em;
  gap: 1.6em;
}
.btn_coral {
  background-color: #e47a76;
  color: #fff;
}
.btn_coral:hover {
  color: #fff;
}
@media (hover: hover) {
  .btn_coral {
    transition: background-color 0.3s ease;
  }
  .btn_coral:hover {
    background-color: #534B4C;
  }
}
.btn_consult {
  background-image: url(/uchitsuku/assets/images/ico_1.png);
}
.btn_experience_b {
  background-image: url("/uchitsuku/assets/images/ico_2_bl.png");
}
@media (hover: hover) {
  .btn_experience_b:hover {
    background-image: url("/uchitsuku/assets/images/ico_2_pk.png");
  }
}
.btn_example_b {
  background-image: url("/uchitsuku/assets/images/ico_3_bl.png");
}
@media (hover: hover) {
  .btn_example_b:hover {
    background-image: url("/uchitsuku/assets/images/ico_3_pk.png");
  }
}
.btn_reserve_b {
  background-image: url("/uchitsuku/assets/images/ico_4_bl.png");
}
@media (hover: hover) {
  .btn_reserve_b:hover {
    background-image: url("/uchitsuku/assets/images/ico_4_pk.png");
  }
}
.btn_service_b {
  background-image: url("/uchitsuku/assets/images/ico_5_bl.png");
}
@media (hover: hover) {
  .btn_service_b:hover {
    background-image: url("/uchitsuku/assets/images/ico_5_pk.png");
  }
}
.btn_learn_b {
  background-image: url("/uchitsuku/assets/images/ico_6_bl.png");
}
@media (hover: hover) {
  .btn_learn_b:hover {
    background-image: url("/uchitsuku/assets/images/ico_6_pk.png");
  }
}
.btn_experience_w {
  background-image: url("/uchitsuku/assets/images/ico_2_wh.png");
}
@media (hover: hover) {
  .btn_experience_w:hover {
    background-image: url("/uchitsuku/assets/images/ico_2_pk.png");
  }
}
.btn_example_w {
  background-image: url("/uchitsuku/assets/images/ico_3_wh.png");
}
@media (hover: hover) {
  .btn_example_w:hover {
    background-image: url("/uchitsuku/assets/images/ico_3_pk.png");
  }
}
.btn_reserve_w {
  background-image: url("/uchitsuku/assets/images/ico_4_wh.png");
}
@media (hover: hover) {
  .btn_reserve_w:hover {
    background-image: url("/uchitsuku/assets/images/ico_4_pk.png");
  }
}
.btn_service_w {
  background-image: url("/uchitsuku/assets/images/ico_5_wh.png");
}
@media (hover: hover) {
  .btn_service_w:hover {
    background-image: url("/uchitsuku/assets/images/ico_5_pk.png");
  }
}
.btn_learn_w {
  background-image: url("/uchitsuku/assets/images/ico_6_wh.png");
}
@media (hover: hover) {
  .btn_learn_w:hover {
    background-image: url("/uchitsuku/assets/images/ico_6_pk.png");
  }
}
.btn_consult {
  border-radius: 10px;
  overflow: hidden;
  white-space: nowrap;
  background-repeat: no-repeat;
  padding-left: 4.5em;
  background-position: 1em center;
  background-size: auto 2.5625em;
  background-color: #e47a76;
  color: #fff;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  font-family: "ZenKakuGothicNew-Bold";
}
@media all and (min-width: 750px) {
  .btn_consult {
    font-size: clamp(12.8px, calc(8.6620689655px + 0.5517241379vw), 16px);
  }
}
@media all and (max-width: 749px) {
  .btn_consult {
    font-size: clamp(16px, calc(-2.5714285714px + 4.7619047619vw), 19.2px);
  }
}
.btn_consult {
  line-height: 1.25;
  background-color: #e47a76;
  color: #fff;
}
.btn_consult:hover {
  color: #fff;
}
@media (hover: hover) {
  .btn_consult {
    transition: background-color 0.3s ease;
  }
  .btn_consult:hover {
    background-color: #534B4C;
  }
}
@media all and (max-width: 749px) {
  .btn_consult {
    padding-left: 3.5em;
    background-position: 0.9em center;
    background-size: auto 2.2em;
  }
}
.btn_experience_b, .btn_example_b, .btn_experience_w, .btn_example_w {
  border-radius: 10px;
  overflow: hidden;
  white-space: nowrap;
  background-repeat: no-repeat;
  padding-left: 4em;
  background-position: 0.8em center;
  background-size: auto 2.1875em;
  position: relative;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  font-family: "ZenKakuGothicNew-Bold";
}
@media all and (min-width: 750px) {
  .btn_experience_b, .btn_example_b, .btn_experience_w, .btn_example_w {
    font-size: clamp(12.8px, calc(8.6620689655px + 0.5517241379vw), 16px);
  }
}
@media all and (max-width: 749px) {
  .btn_experience_b, .btn_example_b, .btn_experience_w, .btn_example_w {
    font-size: clamp(16px, calc(-2.5714285714px + 4.7619047619vw), 19.2px);
  }
}
.btn_experience_b, .btn_example_b, .btn_experience_w, .btn_example_w {
  line-height: 1.125;
}
@media (hover: hover) {
  .btn_experience_b, .btn_example_b, .btn_experience_w, .btn_example_w {
    transition: all 0.5s ease;
  }
  .btn_experience_b:hover, .btn_example_b:hover, .btn_experience_w:hover, .btn_example_w:hover {
    color: #e47a76 !important;
    box-shadow: inset 0 0 0 1px #e47a76;
  }
}
.btn_experience_b, .btn_example_b {
  color: #2D2519;
  box-shadow: inset 0 0 0 1px #534B4C;
}
.btn_experience_b:hover, .btn_example_b:hover {
  color: #e47a76;
}
.btn_experience_w, .btn_example_w {
  color: #fff;
  box-shadow: inset 0 0 0 1px #fff;
}
.btn_experience_w:hover, .btn_example_w:hover {
  color: #fff;
}
.btn_reserve_b, .btn_service_b, .btn_learn_b, .btn_reserve_w, .btn_service_w, .btn_learn_w {
  border-radius: 10px;
  overflow: hidden;
  white-space: nowrap;
  background-repeat: no-repeat;
  padding-left: 3em;
  background-position: 0 center;
  background-size: auto 2.1875em;
  padding-top: 0.3em;
  padding-right: 1em;
  padding-bottom: 0.3em;
  font-family: "ZenKakuGothicNew-Medium";
}
@media all and (min-width: 750px) {
  .btn_reserve_b, .btn_service_b, .btn_learn_b, .btn_reserve_w, .btn_service_w, .btn_learn_w {
    font-size: clamp(12.8px, calc(8.6620689655px + 0.5517241379vw), 16px);
  }
}
@media all and (max-width: 749px) {
  .btn_reserve_b, .btn_service_b, .btn_learn_b, .btn_reserve_w, .btn_service_w, .btn_learn_w {
    font-size: clamp(16px, calc(-2.5714285714px + 4.7619047619vw), 19.2px);
  }
}
.btn_reserve_b, .btn_service_b, .btn_learn_b, .btn_reserve_w, .btn_service_w, .btn_learn_w {
  line-height: 1.5;
}
.btn_reserve_b, .btn_service_b, .btn_learn_b {
  color: #2D2519;
}
.btn_reserve_b:hover, .btn_service_b:hover, .btn_learn_b:hover {
  color: #2D2519;
}
@media (hover: hover) {
  .btn_reserve_b, .btn_service_b, .btn_learn_b {
    transition: all 0.5s ease;
  }
  .btn_reserve_b:hover, .btn_service_b:hover, .btn_learn_b:hover {
    color: #e47a76;
  }
}
.btn_reserve_w, .btn_service_w, .btn_learn_w {
  color: #fff;
}
.btn_reserve_w:hover, .btn_service_w:hover, .btn_learn_w:hover {
  color: #fff;
}
@media (hover: hover) {
  .btn_reserve_w, .btn_service_w, .btn_learn_w {
    transition: all 0.5s ease;
  }
  .btn_reserve_w:hover, .btn_service_w:hover, .btn_learn_w:hover {
    color: #e47a76;
  }
}

.header {
  width: 100%;
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(14px) saturate(130%);
  opacity: 1 !important;
}
@media all and (min-width: 750px) {
  .header {
    height: 90px;
  }
}
@media all and (max-width: 749px) {
  .header {
    padding: 2% 0;
  }
}
.header.menu_on {
  backdrop-filter: none;
}
.header-inner {
  width: 85.6%;
  max-width: 1624px;
  margin-inline: auto;
  position: relative;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  z-index: 10;
}
@media all and (min-width: 750px) {
  .header-inner {
    width: 95%;
  }
}
@media all and (max-width: 749px) {
  .header-inner {
    width: 85.6%;
    gap: 0.75em;
  }
}
.header-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  max-width: 120px;
  width: 16.8%;
}
@media all and (max-width: 749px) {
  .header-logo {
    width: 20%;
  }
}
.header-menu {
  display: flex;
  align-items: center;
  gap: 1.75em;
  margin-right: 0;
  margin-left: auto;
}
@media all and (max-width: 749px) {
  .header-menu {
    gap: 0.75em;
  }
  .header-menu a {
    font-size: clamp(13px, calc(-2.0892857143px + 3.869047619vw), 15.6px);
  }
}
.header-menu-list {
  display: flex;
  gap: 1.4375em;
}
@media all and (max-width: 749px) {
  .header-menu-list {
    gap: 0.5em;
  }
}
.header-menu-list a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 750px) and (max-width: 749px) {
  .header-menu-list .btn_example_b,
  .header-menu-list .btn_experience_b {
    display: none;
  }
}
@media all and (max-width: 749px) {
  .header-menu-list .btn_example_b,
  .header-menu-list .btn_experience_b {
    display: none;
  }
}
.header-link {
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media all and (min-width: 750px) and (max-width: 1329px) {
  .header-link {
    display: none;
  }
}
@media all and (min-width: 750px) and (max-width: 749px) {
  .header-link {
    display: none;
  }
}
@media all and (max-width: 749px) {
  .header-link {
    display: none;
  }
}
.header-link a {
  display: block;
}
.header-action {
  cursor: pointer;
}
@media all and (min-width: 750px) {
  .header-action {
    order: 1;
  }
}
@media all and (max-width: 749px) {
  .header-action {
    order: 2;
    margin-left: 0.5em;
    width: 10%;
  }
}
@media all and (min-width: 1330px) {
  .header-action {
    display: none;
  }
}
@media (hover: hover) {
  .header-action-menu-line {
    transition: background-color 0.3s ease;
  }
  .header-action:hover .header-action-menu-line {
    background-color: #e47a76;
  }
  .header-action-menu-txt {
    transition: color 0.3s ease;
  }
  .header-action:hover .header-action-menu-txt {
    color: #e47a76;
  }
}
.header-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 8px 12px;
  border-radius: 4px;
  background: #e47a76;
  color: #fff;
}
@media all and (min-width: 750px) {
  .header-action-button {
    font-size: clamp(8.8px, calc(5.9551724138px + 0.3793103448vw), 11px);
  }
}
@media all and (max-width: 749px) {
  .header-action-button {
    font-size: clamp(11px, calc(-1.7678571429px + 3.2738095238vw), 13.2px);
  }
}
.header-action-menu {
  position: relative;
  width: 2.6em;
  height: 2.6em;
  padding: 0;
  padding-top: 0.5em;
}
@media all and (max-width: 749px) {
  .header-action-menu {
    width: 2.4em;
    height: 2.4em;
  }
}
.header-action-menu-txt {
  color: #8F806C;
  font-family: "ZenKakuGothicNew-Bold";
  letter-spacing: 0.18em;
}
@media all and (min-width: 750px) {
  .header-action-menu-txt {
    font-size: clamp(11.2px, calc(7.5793103448px + 0.4827586207vw), 14px);
  }
}
@media all and (max-width: 749px) {
  .header-action-menu-txt {
    font-size: clamp(10px, calc(-1.6071428571px + 2.9761904762vw), 12px);
  }
}
.header-action-menu-txt {
  line-height: 1;
  position: absolute;
  bottom: 0.2em;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
}
@media all and (max-width: 749px) {
  .header-action-menu-txt {
    bottom: 0.22em;
  }
}
.header-action-menu-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #8F806C;
  transform-origin: center;
  transition: all 0.3s ease;
}
.header-action-menu-line:nth-of-type(2) {
  margin-top: 0.5em;
}
.menu_on .header-action-menu-line:nth-of-type(1) {
  transform: rotate(15deg) translate(0, 1px);
}
.menu_on .header-action-menu-line:nth-of-type(2) {
  margin-top: 0;
  transform: rotate(-15deg) translate(0, -1px);
}
.header-drawer {
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 5;
  justify-content: center;
  padding-top: 20vh;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(14px) saturate(130%);
  overscroll-behavior: none;
  opacity: 0;
  transition: opacity 0.6s ease 0s;
  pointer-events: none;
}
.menu_on .header-drawer {
  pointer-events: auto !important;
  opacity: 1 !important;
  transition: opacity 0.6s ease 0s;
}
.header-drawer-list {
  width: 85.6%;
  max-width: 500px;
  margin-inline: auto;
  display: grid;
  grid-template-areas: "consult consult" "experience example" "reserve service" "learn .";
  gap: 1em;
  grid-template-columns: 1fr 1fr;
}
.header-drawer-list a {
  align-items: center;
  display: flex;
}
.header-drawer-list .btn_consult {
  grid-area: consult;
  padding: 8% 5% 7% 31%;
  background-size: 16% auto;
  background-position: 12% center;
}
@media all and (min-width: 750px) {
  .header-drawer-list .btn_consult {
    font-size: clamp(15.5813953488px, calc(9.8676824379px + 0.7618283881vw), 20px);
  }
}
@media all and (max-width: 749px) {
  .header-drawer-list .btn_consult {
    font-size: clamp(20px, calc(-3.2142857143px + 5.9523809524vw), 24px);
  }
}
.header-drawer-list .btn_consult {
  line-height: 1.25;
}
.header-drawer-list .btn_experience_b {
  grid-area: experience;
  padding: 10% 3% 10% 24%;
  background-size: 15% auto;
}
.header-drawer-list .btn_example_b {
  grid-area: example;
  align-items: center;
  padding: 10% 3% 10% 24%;
  background-size: 15% auto;
}
.header-drawer-list .btn_reserve_b,
.header-drawer-list .btn_service_b,
.header-drawer-list .btn_learn_b {
  background-size: 19% auto;
  line-height: 1.1764705882;
  padding-left: 24%;
}
@media all and (min-width: 750px) and (max-width: 1329px) {
  .header-drawer-list .btn_reserve_b,
  .header-drawer-list .btn_service_b,
  .header-drawer-list .btn_learn_b {
    background-size: auto 80%;
  }
}
.header-drawer-list .btn_reserve_b {
  grid-area: reserve;
}
.header-drawer-list .btn_service_b {
  grid-area: service;
}
.header-drawer-list .btn_learn_b {
  grid-area: learn;
}

.footer {
  background: #534B4C;
  padding: 4% 4% 12% 4%;
  overflow: hidden;
  width: 100%;
}
@media all and (max-width: 749px) {
  .footer {
    padding: 9% 0 24% 0;
  }
}
.footer-inner {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
}
.footer-link {
  display: grid;
}
@media all and (min-width: 1200px) {
  .footer-link {
    grid-template-columns: minmax(12%, 1fr) min(28vw, 23em) auto;
    grid-template-areas: "logo btn1 btn2" "logo btn1 btn3";
    gap: 0.8em 2.4em;
  }
}
@media all and (min-width: 750px) and (max-width: 1199px) {
  .footer-link {
    max-width: 700px;
    grid-template-columns: 1fr auto;
    grid-template-areas: "logo logo" "btn1 btn2" "btn3 btn3";
    gap: 2em;
    margin: 0 auto;
  }
}
@media all and (max-width: 749px) {
  .footer-link {
    width: 85.6%;
    margin: 0 auto;
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "btn1" "btn2" "btn3";
    gap: 2em;
  }
}
.footer-link a {
  display: block;
}
.footer-link-logo {
  grid-area: logo;
  width: 70%;
  max-width: 149px;
}
@media all and (min-width: 750px) {
  .footer-link-logo {
    min-width: 120px;
  }
}
@media all and (max-width: 749px) {
  .footer-link-logo {
    width: 31%;
    padding-bottom: 5%;
  }
}
.footer-link-btn1 {
  grid-area: btn1;
}
@media all and (max-width: 749px) {
  .footer-link-btn1 {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 750px) and (max-width: 1199px) {
  .footer-link-btn1 {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.footer-link-btn1 a {
  height: 100%;
  align-items: center;
  display: flex;
}
@media all and (min-width: 750px) {
  .footer-link-btn1 a {
    font-size: clamp(15.5813953488px, calc(9.8676824379px + 0.7618283881vw), 20px);
  }
}
@media all and (max-width: 749px) {
  .footer-link-btn1 a {
    font-size: clamp(20px, calc(-3.2142857143px + 5.9523809524vw), 24px);
  }
}
.footer-link-btn1 a {
  line-height: 1.25;
  font-family: "ZenKakuGothicNew-Bold";
  background-size: 15%;
  background-position: 14% center;
  padding-left: 32%;
}
@media all and (max-width: 749px) {
  .footer-link-btn1 a {
    padding: 2em 5% 2em 26%;
    background-size: 14%;
    background-position: 9% center;
  }
}
@media all and (min-width: 750px) and (max-width: 1199px) {
  .footer-link-btn1 a {
    padding: 2em 5% 2em 34%;
    background-size: 14%;
    background-position: 13% center;
  }
}
@media (hover: hover) {
  .footer-link-btn1 a:hover {
    box-shadow: inset 0 0 0 1px #fff;
  }
}
.footer-link-btn2 {
  grid-area: btn2;
  display: flex;
  width: 100%;
  gap: 1em;
}
@media all and (max-width: 749px) {
  .footer-link-btn2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (min-width: 750px) and (max-width: 1199px) {
  .footer-link-btn2 {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.footer-link-btn2 a {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
@media all and (min-width: 750px) {
  .footer-link-btn2 a {
    font-size: clamp(12.8px, calc(8.6620689655px + 0.5517241379vw), 16px);
  }
}
@media all and (max-width: 749px) {
  .footer-link-btn2 a {
    font-size: clamp(17px, calc(-2.7321428571px + 5.0595238095vw), 20.4px);
  }
}
@media all and (max-width: 749px) {
  .footer-link-btn2 a {
    background-position: 1vw center;
    padding-left: 10vw;
    background-size: 7vw auto;
  }
}
@media all and (min-width: 750px) and (max-width: 1199px) {
  .footer-link-btn2 a {
    padding-left: 9vw;
    background-size: auto 60%;
    background-position: 10% center;
    min-height: 4em;
    text-align: center;
  }
}
@media all and (min-width: 1200px) {
  .footer-link-btn2 a {
    min-width: 16.5em;
  }
}
.footer-link-btn3 {
  grid-area: btn3;
  display: flex;
  gap: 2.8em;
}
@media all and (max-width: 749px) {
  .footer-link-btn3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em 0;
  }
}
@media all and (min-width: 750px) and (max-width: 1199px) {
  .footer-link-btn3 {
    display: flex;
    gap: 5vw;
  }
}
.footer-link-btn3 a {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media all and (min-width: 750px) {
  .footer-link-btn3 a {
    font-size: clamp(12.8px, calc(8.6620689655px + 0.5517241379vw), 16px);
  }
}
@media all and (max-width: 749px) {
  .footer-link-btn3 a {
    font-size: clamp(17px, calc(-2.7321428571px + 5.0595238095vw), 20.4px);
  }
}
@media all and (max-width: 749px) {
  .footer-link-btn3 a {
    padding: 0.3em 1em 0.3em 23%;
    background-size: auto 53%;
    background-position: 0 center;
    line-height: 1.1764705882;
  }
}
@media all and (min-width: 750px) and (max-width: 1199px) {
  .footer-link-btn3 a {
    padding: 0.3em 1em 0.3em 3em;
    background-size: auto 2.1875em;
    background-position: 0 center;
    line-height: 1.1764705882;
  }
}
@media all and (max-width: 749px) {
  .footer-link-btn2 a, .footer-link-btn3 a {
    display: flex;
    align-items: center;
  }
}
@media all and (min-width: 750px) and (max-width: 1199px) {
  .footer-link-btn2 a, .footer-link-btn3 a {
    display: flex;
    align-items: center;
  }
}
.footer-guide {
  margin-top: 4.5em;
  padding-top: 1.7em;
  padding-bottom: 2em;
  border-top: 1px solid #B4A38B;
  display: flex;
  justify-content: space-between;
}
@media all and (min-width: 750px) and (max-width: 1199px) {
  .footer-guide {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media all and (max-width: 749px) {
  .footer-guide {
    width: 85.6%;
    margin: 0 auto;
    margin-top: 4.25em;
    padding-top: 9%;
    padding-bottom: 1.25em;
    display: block;
  }
}
.footer-guide ul {
  display: flex;
  gap: 1.75em;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media all and (max-width: 749px) {
  .footer-guide ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
.footer-guide ul li a {
  color: #ffffff;
  font-family: "ZenKakuGothicNew-Bold";
}
@media all and (min-width: 750px) {
  .footer-guide ul li a {
    font-size: clamp(9.6px, calc(6.4965517241px + 0.4137931034vw), 12px);
  }
}
@media all and (max-width: 749px) {
  .footer-guide ul li a {
    font-size: clamp(11px, calc(-1.7678571429px + 3.2738095238vw), 13.2px);
  }
}
@media (hover: hover) {
  .footer-guide ul li a {
    transition: color 0.3s ease;
  }
  .footer-guide ul li a:hover {
    color: #e47a76;
  }
}
.footer-guide-copy {
  color: #ffffff;
  text-align: right;
  font-family: "ZenKakuGothicNew-Bold";
}
@media all and (min-width: 750px) {
  .footer-guide-copy {
    font-size: clamp(9.6px, calc(6.4965517241px + 0.4137931034vw), 12px);
  }
}
@media all and (max-width: 749px) {
  .footer-guide-copy {
    font-size: clamp(11px, calc(-1.7678571429px + 3.2738095238vw), 13.2px);
  }
}
@media all and (min-width: 750px) and (max-width: 1199px) {
  .footer-guide-copy {
    width: 100%;
    margin-top: 5.5em;
    text-align: center;
  }
}
@media all and (max-width: 749px) {
  .footer-guide-copy {
    margin-top: 5.5em;
    text-align: left;
  }
}





.header.header_font{
  opacity: 0!important;
  .fonts-loaded &{
    opacity: 1!important;
  }
}

/* cta01調整 */
@media (max-width: 767px) {
  .cta01{
    padding: 0;
  }
}