@charset "UTF-8";
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/font/subset-MPLUSRounded1c-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/font/subset-MPLUSRounded1c-Light.ttf") format("truetype");
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/font/subset-MPLUSRounded1c-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/font/subset-MPLUSRounded1c-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/font/subset-MPLUSRounded1c-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/font/subset-MPLUSRounded1c-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/font/subset-MPLUSRounded1c-Black.ttf") format("truetype");
}
/* リセット用
=================================================== */
body, p, ul, dl, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

section {
  padding: 0;
  background-color: unset;
}

a {
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
}

:root {
  --c-black01: #444444;
  --c-black02: #a1a1a1;
  --c-white01: #ffffff;
  --c-blue01: #4cb5b4;
  --c-blue02: #caf2f4;
  --c-blue03: #42adac;
  --c-blue04: #a5dad9;
  --c-pink01: #e13c72;
  --c-pink02: #eb92b4;
  --c-pink03: #f0b9ce;
  --c-orange01: #fac64d;
  --c-orange02: #f7dd9f;
  --c-purple01: #c58ed9;
  --c-purple02: #d7b9e2;
}

body {
  background-color: #caf2f4;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, a, p, label, th, td {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif !important;
}

header, main, footer {
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  header, main, footer {
    margin: auto;
  }
}

.chirico {
  position: relative;
}

.chirico-fixed-btn-wrap {
  position: fixed;
  bottom: 18px;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 11.0821382008vw;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}
.chirico-fixed-btn-wrap.is-visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 992px) {
  .chirico-fixed-btn-wrap {
    left: 30px;
    max-width: 580px;
    background: rbga(255, 255, 255, 0);
    padding-inline: 0;
    transform: translateX(0);
  }
}
@media screen and (min-width: 1200px) {
  .chirico-fixed-btn-wrap {
    left: 22px;
    max-width: 520px;
  }
}
@media screen and (max-width: 991px) {
  .chirico-fixed-btn-wrap {
    bottom: 0;
    max-width: 100%;
    background-color: var(--c-white01);
    padding: 64px 46px 15px;
  }
}
@media screen and (max-width: 767px) {
  .chirico-fixed-btn-wrap {
    padding: 7.8226857888vw 46px 15px;
  }
}
@media screen and (max-width: 575px) {
  .chirico-fixed-btn-wrap {
    padding: 36px 46px 15px;
  }
}

.chirico-fixed-btn {
  position: relative;
  width: 100%;
}

.chirico-fixed-comment-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
  position: absolute;
  top: -86px;
  left: 53%;
  max-width: 548px;
  width: 100%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .chirico-fixed-comment-wrap {
    top: -11.7340286832vw;
  }
}
@media screen and (max-width: 575px) {
  .chirico-fixed-comment-wrap {
    justify-content: center;
    gap: 10px;
    top: -42px;
    left: 52%;
  }
}
@media (max-width: 430px) {
  .chirico-fixed-comment-wrap {
    justify-content: flex-end;
    left: 50%;
  }
}

.chirico-fixed-comment {
  color: var(--c-blue01);
  font-size: 3.3898305085vw;
  font-weight: 700;
  margin-bottom: 35px;
}
@media screen and (min-width: 992px) {
  .chirico-fixed-comment {
    font-size: 1.9033674963vw;
  }
}
@media screen and (min-width: 1200px) {
  .chirico-fixed-comment {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .chirico-fixed-comment {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .chirico-fixed-comment {
    font-size: 3.1290743155vw;
    margin-bottom: 4.1720990874vw;
  }
}
@media screen and (max-width: 575px) {
  .chirico-fixed-comment {
    font-size: 13px;
    margin-bottom: 28px;
  }
}

.chirico-fixed-icon {
  max-width: 148px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .chirico-fixed-icon {
    max-width: 19.295958279vw;
  }
}
@media screen and (max-width: 575px) {
  .chirico-fixed-icon {
    max-width: 74px;
  }
}

.chirico-fixed-link {
  display: block;
  color: var(--c-white01) !important;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  max-width: 580px;
  width: 100%;
  background-color: var(--c-pink01);
  outline: 3px solid var(--c-pink01) !important;
  outline-offset: -3px;
  border-radius: 50px;
  padding-block: 35px 40px;
  transition: all 0.2s ease;
}
.chirico-fixed-link:hover {
  color: var(--c-pink01) !important;
  background-color: var(--c-white01);
}
@media screen and (min-width: 1200px) {
  .chirico-fixed-link {
    font-size: 36px;
    padding-block: 32px 37px;
  }
}
@media screen and (max-width: 991px) {
  .chirico-fixed-link {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .chirico-fixed-link {
    font-size: 5.2151238592vw;
    max-width: 70.4041720991vw;
    padding-block: 3.9113428944vw 5.2151238592vw;
  }
}
@media screen and (max-width: 575px) {
  .chirico-fixed-link {
    font-size: 22px;
    max-width: 290px;
    padding-block: 18px 22px;
  }
}

.grecaptcha-badge {
  display: none !important;
}

.chirico-reservation-btn-wrap {
  margin-bottom: 60px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .chirico-reservation-btn-wrap {
    margin-bottom: 7.8226857888vw;
    padding-top: 10.4302477184vw;
  }
}
@media screen and (max-width: 575px) {
  .chirico-reservation-btn-wrap {
    margin-bottom: 30px;
    padding: 40px 36px 0;
  }
}
.chirico-reservation-btn-wrap--qa {
  margin-block: 100px;
}
@media screen and (max-width: 767px) {
  .chirico-reservation-btn-wrap--qa {
    margin-block: 13.037809648vw;
  }
}
.chirico-reservation-btn-wrap--warranty {
  margin-block: 0;
}

.chirico-reservation-btn {
  position: relative;
  width: 100%;
  margin: 0 auto 120px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .chirico-reservation-btn {
    margin-bottom: 60px;
  }
}

.chirico-reservation-comment-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
  position: absolute;
  top: -86px;
  left: 53%;
  max-width: 548px;
  width: 100%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .chirico-reservation-comment-wrap {
    top: -12.5162972621vw;
    left: 50%;
  }
}
@media screen and (max-width: 575px) {
  .chirico-reservation-comment-wrap {
    gap: 10px;
    top: -42px;
  }
}

.chirico-reservation-comment {
  color: var(--c-blue01);
  font-size: 3.3898305085vw;
  font-weight: 700;
  margin-bottom: 35px;
}
@media screen and (min-width: 992px) {
  .chirico-reservation-comment {
    font-size: 1.9033674963vw;
  }
}
@media screen and (min-width: 1200px) {
  .chirico-reservation-comment {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .chirico-reservation-comment {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .chirico-reservation-comment {
    font-size: 3.3898305085vw;
    margin-bottom: 4.5632333768vw;
  }
}
@media screen and (max-width: 575px) {
  .chirico-reservation-comment {
    font-size: 13px;
    margin-bottom: 28px;
  }
}

.chirico-reservation-icon {
  max-width: 148px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .chirico-reservation-icon {
    max-width: 19.295958279vw;
  }
}
@media screen and (max-width: 575px) {
  .chirico-reservation-icon {
    max-width: 74px;
  }
}

.chirico-reservation-link {
  display: block;
  color: var(--c-white01) !important;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  max-width: 580px;
  width: 100%;
  background-color: var(--c-pink01);
  outline: 3px solid var(--c-pink01) !important;
  outline-offset: -3px;
  border-radius: 50px;
  margin: 0 auto;
  padding-block: 35px 40px;
  transition: all 0.2s ease;
}
.chirico-reservation-link:hover {
  color: var(--c-pink01) !important;
  background-color: var(--c-white01);
}
@media screen and (min-width: 1200px) {
  .chirico-reservation-link {
    font-size: 36px;
    padding-block: 32px 37px;
  }
}
@media screen and (max-width: 767px) {
  .chirico-reservation-link {
    font-size: 5.7366362451vw;
    max-width: 75.6192959583vw;
    padding-block: 4.5632333768vw 5.2151238592vw;
  }
}
@media screen and (max-width: 575px) {
  .chirico-reservation-link {
    font-size: 22px;
    max-width: 290px;
    padding-block: 18px 22px;
  }
}

@media screen and (max-width: 991px) {
  #scrollTop {
    right: 10px !important;
    bottom: 186px !important;
  }
}
@media screen and (max-width: 575px) {
  #scrollTop {
    bottom: 122px !important;
  }
}
@media screen and (max-width: 374px) {
  #scrollTop {
    bottom: 122px !important;
  }
}

#scrollTop:after, #scrollTop:before {
  background-color: var(--c-blue01);
}

#scrollTop:before {
  opacity: 0.8;
}

header {
  text-align: center;
  z-index: 100;
}

.chirico-mv-title {
  position: relative;
  display: inline-block;
  margin: 0 !important;
}

.chirico-mv-title::after {
  content: "";
  position: absolute;
  left: 51.5%;
  bottom: -51px;
  transform: translateX(-50%);
  max-width: 155px;
  width: 100%;
  max-height: 217px;
  height: 100%;
  aspect-ratio: 177/217;
  z-index: 1;
  background: url("/img/chirico-pointing-daieelchan.webp") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .chirico-mv-title::after {
    bottom: -6.6492829205vw;
    max-width: 23.0769230769vw;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .chirico-mv-title::after {
    bottom: -47px;
    max-width: 112px;
  }
}
@media (max-width: 430px) {
  .chirico-mv-title::after {
    bottom: -64px;
    max-width: 22.7906976744vw;
  }
}
@media screen and (max-width: 374px) {
  .chirico-mv-title::after {
    bottom: -69px;
  }
}

.chirico-fv-bottom {
  position: relative;
  max-width: 710px;
  width: 100%;
  background-color: var(--c-white01);
  border-radius: 10px;
  margin: 0 auto 40px;
  padding: 45px 20px 50px;
}
@media screen and (max-width: 767px) {
  .chirico-fv-bottom {
    max-width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 575px) {
  .chirico-fv-bottom {
    margin: 0 auto 10px;
    padding: 16px 10px 30px;
  }
}
.chirico-fv-bottom .swiper-horizontal > .swiper-pagination-bullets, .chirico-fv-bottom .swiper-pagination-bullets.swiper-pagination-horizontal,
.chirico-fv-bottom .swiper-pagination-custom, .chirico-fv-bottom .swiper-pagination-fraction {
  top: auto;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  .chirico-fv-bottom .swiper-horizontal > .swiper-pagination-bullets, .chirico-fv-bottom .swiper-pagination-bullets.swiper-pagination-horizontal,
  .chirico-fv-bottom .swiper-pagination-custom, .chirico-fv-bottom .swiper-pagination-fraction {
    bottom: 4px;
  }
}
.chirico-fv-bottom .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.chirico-fv-bottom .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.chirico-fv-bottom .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:focus-visible,
.chirico-fv-bottom .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:focus-visible {
  outline: none;
}
@media screen and (max-width: 767px) {
  .chirico-fv-bottom .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .chirico-fv-bottom .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.0430247718vw;
  }
}
@media screen and (max-width: 575px) {
  .chirico-fv-bottom .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .chirico-fv-bottom .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
}
.chirico-fv-bottom .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  background: var(--c-blue02);
}
@media screen and (max-width: 767px) {
  .chirico-fv-bottom .swiper-pagination-bullet {
    width: 1.8252933507vw;
    height: 1.8252933507vw;
  }
}
@media screen and (max-width: 575px) {
  .chirico-fv-bottom .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.chirico-fv-bottom .swiper-pagination-bullet-active {
  background: var(--c-blue01);
}

.chirico-fv-bottom-copy {
  text-align: center;
  max-width: 668px;
  margin: 0 auto 20px;
  padding-inline: 20px;
}
.chirico-fv-bottom-copy img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .chirico-fv-bottom-copy {
    padding-inline: 10px;
  }
}

.chirico-fv-swiper-wrap {
  width: 100%;
}

.chirico-fv-swiper {
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  .chirico-fv-swiper {
    border-radius: 5px;
  }
}
.chirico-fv-swiper .swiper-slide {
  width: 100% !important;
  border-radius: 10px;
}
.chirico-fv-swiper img {
  width: 100%;
}

.chirico-head-img {
  max-width: 716px;
  margin: 13px auto 0;
  width: 100%;
  padding: 0 20px;
}

.chirico-mv-img {
  max-width: 670px;
  margin-bottom: 11px;
  width: 100%;
  padding: 0 20px;
}

.chirico-cp {
  background-color: #fff;
  border-radius: 10px;
  max-width: 710px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .chirico-cp {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
}
.chirico-cp--bottom {
  margin: 165px auto 0;
}
@media screen and (max-width: 767px) {
  .chirico-cp--bottom {
    margin: 99px auto 0;
  }
}

.chirico-cp-heading {
  position: relative;
  margin-bottom: 0 !important;
  z-index: 1;
}

.chirico-cp-heading-arrow {
  display: block;
  position: relative;
  max-width: 207px;
  width: 100%;
  aspect-ratio: 207/133;
  margin: 0 auto;
  transform: translateY(-60px);
  z-index: -1;
  animation: arrowSwing 1.55s infinite ease-in-out;
}
@media screen and (max-width: 575px) {
  .chirico-cp-heading-arrow {
    max-width: 103px;
    transform: translateY(-20px);
    animation: arrowSwingSp 1.55s infinite ease-in-out;
  }
}

@keyframes arrowSwing {
  0% {
    transform: translateY(-60px);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(-60px);
  }
}
@keyframes arrowSwingSp {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.chirico-cp-img {
  padding: 20px 20px 0 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .chirico-cp-img {
    padding: 10px 0 0 0;
  }
}

.chirico-cp-check {
  color: #d74419;
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .chirico-cp-check {
    font-size: 16px;
  }
}
.chirico-cp-check span {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .chirico-cp-check span {
    font-size: 24px;
  }
}

.chirico-cp-check-scroll {
  color: #d74419;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .chirico-cp-check-scroll {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.chirico-cp__table {
  margin: 0 auto 20px;
  max-width: 670px;
  border: 10px solid #caf2f4;
  border-radius: 17px;
  height: 1000px;
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 767px) {
  .chirico-cp__table {
    border: 5px solid #caf2f4;
    height: 500px;
    margin: 0 auto 41px;
    border-radius: 10px;
  }
}

.chirico-cp-contents {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 36px 24px 35px;
  text-decoration: none;
  justify-content: space-between;
  transition: opacity 0.2s ease;
}
.chirico-cp-contents:hover {
  opacity: 0.6;
}
.chirico-cp-contents:not(a):hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .chirico-cp-contents {
    padding: 18px 20px 17.5px;
  }
}

.chirico-cp-left {
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
}

.chirico-cp-icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  .chirico-cp-icon-list {
    margin-bottom: 5px;
  }
}

.chirico-cp-icon-list-item {
  display: inline-block;
  color: var(--c-black01);
  font-size: 14px;
  font-weight: 600;
  border: 3px solid;
  border-color: var(--c-blue01);
  border-radius: 5px;
  padding: 4px 8px;
}
.chirico-cp-icon-list-item:nth-of-type(4n + 1) {
  border-color: var(--c-blue01);
}
.chirico-cp-icon-list-item:nth-of-type(4n + 2) {
  border-color: var(--c-pink01);
}
.chirico-cp-icon-list-item:nth-of-type(4n + 3) {
  border-color: var(--c-orange01);
}
.chirico-cp-icon-list-item:nth-of-type(4n) {
  border-color: var(--c-purple01);
}
@media screen and (max-width: 575px) {
  .chirico-cp-icon-list-item {
    font-size: 12px;
    border-width: 2px;
    padding: 0px 6px;
  }
}
.chirico-cp-icon-list-item--sold {
  color: var(--c-black02);
}
.chirico-cp-icon-list-item--sold:nth-of-type(4n + 1) {
  border-color: var(--c-blue04);
}
.chirico-cp-icon-list-item--sold:nth-of-type(4n + 2) {
  border-color: var(--c-pink03);
}
.chirico-cp-icon-list-item--sold:nth-of-type(4n + 3) {
  border-color: var(--c-orange02);
}
.chirico-cp-icon-list-item--sold:nth-of-type(4n) {
  border-color: var(--c-purple02);
}

.chirico-cp__house-detail {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.chirico-cp__house-detail p {
  margin: 0;
  line-height: 1.1;
}

.chirico-cp-commission {
  max-width: 670px;
  margin: 0 auto 30px;
  border: 2px solid var(--c-blue03);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .chirico-cp-commission {
    margin-bottom: 20px;
  }
}

.chirico-cp-commission__title {
  color: var(--c-white01);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background-color: var(--c-blue03);
  padding: 10px;
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 767px) {
  .chirico-cp-commission__title {
    font-size: 15px;
    padding: 8px 10px 12px;
  }
}

.chirico-cp-commission__text {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 20px 16px;
}
@media screen and (max-width: 767px) {
  .chirico-cp-commission__text {
    font-size: 13px;
    text-align: left;
    padding: 15px 18px 20px;
  }
}
.chirico-cp-commission__text--bold {
  color: var(--c-blue03);
  font-weight: 800;
  font-size: 19px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .chirico-cp-commission__text--bold {
    font-size: 14px;
    padding: 0;
  }
}

.chirico-icon-home {
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .chirico-icon-home {
    width: 21px;
    height: 21px;
  }
}

.chirico-icon-home-sold {
  width: 42px;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .chirico-icon-home-sold {
    width: 21px;
    height: 45px;
  }
}

.chirico-detail-icon {
  height: 74px;
}
@media screen and (max-width: 767px) {
  .chirico-detail-icon {
    height: 37px;
  }
}

.chirico-cp-address {
  font-size: 36px;
  font-weight: 800;
  color: #444444;
  line-height: 1.25 !important;
  margin-bottom: 4px !important;
}
@media screen and (max-width: 767px) {
  .chirico-cp-address {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .chirico-cp-address {
    margin-bottom: 5px !important;
  }
}
.chirico-cp-address--sold {
  color: #a1a1a1;
}

.chirico-cp-es {
  font-size: clamp(14px, 14px + 14 * (100vw - 375px) / 375, 28px);
  font-weight: 800;
  color: #2d8f8c;
  margin: 12px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .chirico-cp-es {
    margin: 6px 0 0 !important;
  }
}
.chirico-cp-es--sold {
  color: #96c7c6;
}

.chirico-cp-mdr {
  font-size: clamp(16px, 16px + 24 * (100vw - 375px) / 375, 40px);
  color: #4cb5b4;
  font-weight: 800;
  margin-bottom: 8px !important;
}
.chirico-cp-mdr--sold {
  color: #a5dad9;
}

.chirico-cp-pay {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  align-items: flex-start;
  color: var(--c-black01);
  font-size: 24px;
  font-weight: 800;
}
.chirico-cp-pay--sold {
  color: var(--c-black02);
}
@media screen and (max-width: 575px) {
  .chirico-cp-pay {
    font-size: 12px;
  }
}

.chirico-cp-area {
  font-size: 26px;
}
@media screen and (max-width: 575px) {
  .chirico-cp-area {
    font-size: 13px;
  }
}

.chirico-cp-icon-big {
  position: absolute;
  top: 50%;
  left: -5.88%;
  max-width: 77px;
  width: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .chirico-cp-icon-big {
    max-width: 56px;
  }
}
@media screen and (max-width: 575px) {
  .chirico-cp-icon-big {
    left: -10%;
    max-width: 48px;
  }
}

.chirico-cp-att {
  color: var(--c-black01);
  font-size: 16px;
  text-align: left;
  margin: 40px 0;
  padding-inline: 30px;
}
@media screen and (max-width: 575px) {
  .chirico-cp-att {
    padding-inline: 5px;
    margin: 20px 7px;
    font-size: 12px;
  }
}

.chirico-cp-price {
  font-size: clamp(16px, 16px + 12 * (100vw - 375px) / 375, 28px);
}
.chirico-cp-price--contact {
  font-size: clamp(12px, 12px + 13 * (100vw - 375px) / 375, 25px);
}

.chirico-line {
  width: clamp(283px, 283px + 327 * (100vw - 375px) / 375, 610px);
  border: none;
  border-top: 6px solid #caf2f4;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .chirico-line {
    border-top: 3px solid #caf2f4;
  }
}
.chirico-line--otoku {
  width: clamp(106.5px, 295px + 295 * (100vw - 375px) / 375, 590px);
  margin: 54px auto 35px;
}
@media screen and (max-width: 767px) {
  .chirico-line--otoku {
    margin: 27px auto 17.5px;
  }
}
.chirico-line--merit {
  width: 50%;
  border-top: 2px solid #fff;
  margin: 6px auto -2px;
}
.chirico-line--renovated {
  width: clamp(352px, 352px + 353 * (100vw - 375px) / 375, 705px);
  border-top: 2px solid #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .chirico-line--renovated {
    margin-bottom: 7.5px;
  }
}
.chirico-line--topics {
  width: 50%;
  border-top: 2px solid #fff;
  margin: 6px auto;
}
.chirico-line--qa {
  width: clamp(106.5px, 310px + 310 * (100vw - 375px) / 375, 620px);
  margin: 55px auto 39px;
}
@media screen and (max-width: 767px) {
  .chirico-line--qa {
    margin: 27.5px auto 19.5px;
  }
}
.chirico-line--qa-ctt {
  width: clamp(310px, 310px + 310 * (100vw - 375px) / 375, 620px);
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .chirico-line--qa-ctt {
    margin: 20px auto;
  }
}
.chirico-line--form {
  margin: 60px auto 50px;
}
@media screen and (max-width: 767px) {
  .chirico-line--form {
    margin: 30px auto 25px;
  }
}
.chirico-line--outline {
  margin: 56px auto 54px;
}
@media screen and (max-width: 767px) {
  .chirico-line--outline {
    margin: 28px auto 27px;
    border-top: 3px solid #caf2f4;
  }
}
.chirico-line--outline-bottom {
  margin: 60px auto;
  border-radius: 50px;
  border-top: 2px solid #caf2f4;
}
@media screen and (max-width: 767px) {
  .chirico-line--outline-bottom {
    margin: 30px auto;
    border-top: 1px solid #caf2f4;
  }
}

.chirico-pickup {
  text-align: center;
  margin-top: 62px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .chirico-pickup {
    padding: 0 10px;
  }
}

.chirico-pickup__inner {
  background-color: #fff;
  max-width: 710px;
  border-radius: 10px;
  margin: 0 auto;
  padding-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .chirico-pickup__inner {
    padding-bottom: 48px;
  }
}

.chirico-pickup-ttl {
  max-width: 626px;
  width: 100%;
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .chirico-pickup-ttl {
    padding: 0 30px;
    margin-bottom: 23.5px;
  }
}

.chirico-pickup-mv {
  max-width: 622px;
  width: 100%;
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .chirico-pickup-mv {
    max-width: 306px;
    margin-top: 22px;
  }
}

.chirico-pickup-h3 {
  margin-top: 40px;
  color: #e13c72;
  font-size: 40px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .chirico-pickup-h3 {
    margin-top: 20px;
    font-size: 20px;
  }
}

.chirico-pickup-main-txt {
  color: #e13c72;
  font-size: clamp(20px, 20px + 20 * (100vw - 375px) / 375, 40px);
  font-weight: 900;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .chirico-pickup-main-txt {
    margin-top: 20px;
  }
}
.chirico-pickup-main-txt--topics {
  font-size: clamp(22px, 22px + 22 * (100vw - 375px) / 375, 44px);
  margin-top: 0;
}

.chirico-pickup-address {
  color: #000;
  font-size: clamp(22px, 22px + 22 * (100vw - 375px) / 375, 44px);
  margin-top: 8px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .chirico-pickup-address {
    margin-top: 4px;
  }
}
.chirico-pickup-address--topics {
  margin-bottom: 30px;
  font-size: clamp(20px, 20px + 20 * (100vw - 375px) / 375, 40px);
}
@media screen and (max-width: 767px) {
  .chirico-pickup-address {
    margin-bottom: 15px;
  }
}

.chirico-pickup-mdr {
  font-size: clamp(20px, 14px + 20 * (100vw - 375px) / 375, 40px);
  color: #000;
  font-weight: 800;
  line-height: 1;
}

.chirico-pickup-ldk {
  font-size: clamp(22px, 22px + 22 * (100vw - 375px) / 375, 44px);
  margin-left: 23px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .chirico-pickup-ldk {
    margin-left: 11.5px;
  }
}

.chirico-pickup-point {
  font-size: clamp(24px, 24px + 4 * (100vw - 375px) / 375, 28px);
  margin: 27px 0 12px;
  color: #e13c72;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .chirico-pickup-point {
    margin: 13.5px 0 6px;
  }
}

.chirico-pickup-point-txt {
  font-size: clamp(15px, 15px + 15 * (100vw - 375px) / 375, 30px);
  max-width: 540px;
  margin: 0 auto 79px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  .chirico-pickup-point-txt {
    margin: 0 auto 39.5px;
    max-width: 84%;
  }
}

.chirico-pickup-swiper-wrap {
  margin-bottom: 45px;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .chirico-pickup-swiper-wrap {
    margin-bottom: 22.5px;
    padding-left: 25px;
  }
}

.chirico-pickup-slide {
  max-width: 550px;
}

.chirico-pickup-slide-img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .chirico-pickup-swiper-wrap .swiper {
    overflow: visible;
  }
}

.chirico-pickup-reservation-btn {
  margin: 30px 0 90px;
}
@media screen and (max-width: 767px) {
  .chirico-pickup-reservation-btn {
    margin: 15px 0 45px;
  }
}

.chirico-pickup-ul {
  max-width: 568px;
  margin-left: 85px;
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .chirico-pickup-ul {
    max-width: 84%;
    margin-left: 42.5px;
    margin-bottom: 34px;
  }
}

.chirico-pickup-li {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif !important;
  text-align: left;
  font-size: clamp(15px, 15px + 15 * (100vw - 375px) / 375, 30px);
  line-height: clamp(25.5px, 25.5px + 25.5 * (100vw - 375px) / 375, 51px);
  font-weight: 500;
  position: relative;
  padding-left: 28px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .chirico-pickup-li {
    padding-left: 13px;
  }
}

.chirico-pickup-li::before {
  content: "・";
  font-size: 85px;
  color: #CAF2F4;
  position: absolute;
  left: -35px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .chirico-pickup-li::before {
    font-size: 60px;
    left: -33px;
  }
}

.chirico-otoku {
  margin-top: 50px;
  text-align: center;
}

.chirico-otoku {
  margin: 0 auto;
}

.chirico-otoku-ttl {
  margin: 55px 0 42px;
}
.chirico-otoku-ttl--nayami {
  max-width: clamp(259px, 259px + 259 * (100vw - 375px) / 375, 518px);
}
.chirico-otoku-ttl--difference {
  max-width: clamp(311px, 311px + 311 * (100vw - 375px) / 375, 622px);
}
.chirico-otoku-ttl--apart {
  max-width: clamp(228.5px, 228.5px + 228.5 * (100vw - 375px) / 375, 457px);
}
.chirico-otoku-ttl--reform {
  max-width: clamp(25.5px, 260.5px + 260.5 * (100vw - 375px) / 375, 521px);
}
.chirico-otoku-ttl--timing {
  max-width: clamp(328px, 328px + 328 * (100vw - 375px) / 375, 656px);
}
.chirico-otoku-ttl--deguchi {
  max-width: clamp(279px, 279px + 279 * (100vw - 375px) / 375, 558px);
}

.chirico-otoku-ttl-img {
  max-width: 670px;
  width: 100%;
}

.chirico-otoku-1col-img {
  max-width: 575px;
  width: 100%;
  margin: 50px auto;
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  .chirico-otoku-1col-img {
    margin: 25px auto;
    max-width: 285px;
  }
}
.chirico-otoku-1col-img--comparison {
  border-radius: 0;
  margin: 60px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-1col-img--comparison {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 575px) {
  .chirico-otoku-1col-img--comparison {
    width: 100%;
  }
}

.chirico-otoku-que {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  border: 2px solid #a8e4e3;
  border-radius: 40px;
  background-color: #ffffff;
  color: #42adac;
  font-size: clamp(14px, 14px + 14 * (100vw - 375px) / 375, 28px);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  overflow: hidden;
}
.chirico-otoku-que span:first-child {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.chirico-otoku-que.text-visible > span {
  transform: translateX(0);
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform-origin: right center;
  transform: scaleX(1);
  transition: transform 2s ease;
  z-index: 2;
}

.chirico-otoku-que.text-visible .mask {
  transform: scaleX(0);
}

.chirico-otoku-bg {
  background-color: #fff;
  border-radius: 10px;
  max-width: 710px;
  width: calc(100% - 20px);
  margin: -48px auto 0;
  padding: 0 10px 20px;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-bg {
    padding: 0 5px 10px;
    margin: -40px auto 0;
  }
}
.chirico-otoku-bg--tateuri {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-bg--tateuri {
    padding-bottom: 60px;
  }
}
.chirico-otoku-bg--deguchi {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-bg--deguchi {
    padding-bottom: 30px;
  }
}

.chirico-otoku-merukosan {
  max-width: clamp(106.5px, 106.5px + 106.5 * (100vw - 375px) / 375, 213px);
  width: 100%;
}

.chirico-otoku-merukosan-txt {
  font-size: clamp(14px, 14px + 14 * (100vw - 375px) / 375, 28px);
  font-weight: 800;
  text-align: left;
  line-height: 1.6;
  color: #000;
}

.chirico-otoku-merukosan-flex {
  display: flex;
  padding-top: 122px;
  justify-content: center;
  margin: 0 56px 0 62px;
  gap: 10px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-merukosan-flex {
    padding-top: 61px;
    margin: 0 28px 0 31px;
  }
}
.chirico-otoku-merukosan-flex--compare {
  margin: 0 84px;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-merukosan-flex--compare {
    margin: 0 42px;
  }
}

.chirico-otoku-daieelchan-wrap {
  margin: 0 56px 0 62px;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-daieelchan-wrap {
    margin: 0 28px 0 31px;
  }
}

.chirico-otoku-daieelchan {
  float: left;
  width: clamp(106.5px, 106.5px + 106.5 * (100vw - 375px) / 375, 213px);
  height: auto;
  margin-right: 57px;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-daieelchan {
    margin-right: 28.5px;
  }
}

.chirico-otoku-daieelchan-txt {
  font-size: clamp(14px, 14px + 14 * (100vw - 375px) / 375, 28px);
  text-align: left;
  padding-top: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.02;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-daieelchan-txt {
    padding-top: 8px;
  }
}
.chirico-otoku-daieelchan-txt--apart {
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .chirico-otoku-daieelchan-txt--apart {
    margin-bottom: 0;
  }
}
.chirico-otoku-daieelchan-txt--chuko {
  margin-bottom: -35px;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-daieelchan-txt--chuko {
    margin-bottom: 20px;
  }
}

.chirico-compare-table-container {
  padding-inline: 10px;
}

.chirico-compare-table__wrapper--o-hidden {
  overflow-x: auto;
  border: 10px solid #e2fafb;
  margin-top: 0;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.chirico-compare-table__wrapper--o-hidden::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}
@media screen and (max-width: 767px) {
  .chirico-compare-table__wrapper--o-hidden {
    border: 5px solid #e2fafb;
  }
}

.chirico-compare-table--scroll {
  overflow: scroll;
  white-space: nowrap;
  width: auto;
  margin-block: 0;
  border: none;
}

.chirico-compare-label--scroll {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .chirico-compare-head-item--loan {
    padding: 9px;
  }
}

.chirico-otoku-wrapper {
  border: 10px solid #e2fafb;
  width: 590px;
  margin: 76px auto 44px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-wrapper {
    border: 5px solid #e2fafb;
    width: 295px;
    margin: 38px auto 22px;
  }
}

.chirico-otoku-reason-ttl {
  font-size: 30px;
  padding-bottom: 8px;
  color: #42adac;
  font-weight: 800;
  background-color: #e2fafb;
  max-width: 390px;
  width: 100%;
  border-radius: 0 0 10px 10px;
  margin: 0 auto 51px;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-reason-ttl {
    font-size: 15px;
    padding-bottom: 4px;
  }
}

.chirico-otoku-reason-txt {
  font-size: 36px;
  font-weight: 800;
  margin: 48px 0;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-reason-txt {
    font-size: 18px;
    margin: 24px 0;
  }
}

.chirico-otoku-reason-emphasis {
  font-weight: 900;
}

.chirico-merit04-midashi-emphasis-sub {
  font-weight: 900;
  font-size: clamp(24px, 24px + 16 * (100vw - 375px) / 375, 40px);
}

.chirico-otoku-more {
  width: 90%;
  display: inline-block;
  padding: 10px 24px;
  font-size: 28px;
  color: #fff;
  font-weight: 800;
  background-color: #E13C72;
  border: 4px solid #E13C72;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-more {
    margin-top: 0px;
    padding: 9px 16px;
    margin-bottom: 13px !important;
    font-size: 16px !important;
    border: 3px solid #E13C72;
  }
}
.chirico-otoku-more--close {
  display: inline-block;
  padding: 10px;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  font-weight: 500;
  border: none;
  border-radius: 40px;
  margin-top: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-more--close {
    margin-top: 25px;
    margin-bottom: 30px !important;
  }
}
.chirico-otoku-more--deguchi-close {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-more {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.chirico-otoku-more--apart {
  margin-block: 50px 20px;
  border: 4px solid #42adac;
  color: #42adac;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-more--apart {
    border: 3px solid #42adac;
  }
}
.chirico-otoku-more--see {
  margin-top: 0;
  margin-top: 40px;
  margin-bottom: 60px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-more--see {
    margin-block: 30px;
  }
}
.chirico-otoku-more--tateuri {
  margin-top: 0;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-more--tateuri {
    margin-bottom: 20px;
  }
}

.chirico-otoku-wrapper.open .chirico-otoku-more {
  display: none;
}

.chirico-otoku-more-three-dots {
  font-weight: 900;
}

.chirico-otoku-chintai {
  margin-bottom: 98px;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-chintai {
    margin-bottom: 49px;
  }
}

@media screen and (max-width: 767px) {
  .chirico-merit-wrap {
    margin-bottom: 30px;
  }
}

.chirico-otoku-open {
  cursor: pointer;
}

.chirico-otoku-hidden {
  display: none;
  max-width: 90%;
  border: 12px solid #fdeff3;
  margin: -6px auto 0;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  background-color: #fdeff3;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-hidden {
    border: 7px solid #fdeff3;
    max-width: 95%;
    border-radius: 0 0 12px 12px;
  }
}
.chirico-otoku-hidden--white {
  background-color: #fff;
  border: none;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-hidden--topics {
    margin: -36px auto 30px;
  }
}

.chirico-otoku-hidden__inner {
  background: #fff;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.chirico-compare-table__upper-wrapper {
  padding: 0 5px 0;
}

.chirico-compare-table__wrapper {
  background-color: #e2fafb;
  border-radius: 12px;
  padding: 0px;
  max-width: 630px;
  margin: 20px auto 0;
}

.chirico-compare-table {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  font-size: clamp(14px, 1.4vw, 16px);
  text-align: center;
  box-shadow: none;
  border-radius: 12px;
  overflow: hidden;
  border: 10px solid #e2fafb;
}
@media screen and (max-width: 767px) {
  .chirico-compare-table {
    border: 5px solid #e2fafb;
  }
}
.chirico-compare-table--scroll-md {
  border: none;
}

.chirico-otoku-compare-img__wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  max-width: 640px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-compare-img__wrap {
    gap: 5px;
    margin: 0 auto 7.5px;
    padding-inline: 5px;
  }
}

.chirico-otoku-apart-container {
  max-width: 580px;
  margin: 0 auto;
}

.chirico-otoku-compare-img__container {
  width: calc((100% - 7.5px) / 2);
}

.chirico-otoku-compare-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* ヘッダー部分 */
.chirico-compare-thead {
  background: #42ADAC;
  color: #fff;
}

.chirico-compare-head-item {
  padding: 18px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .chirico-compare-head-item {
    padding: 9px 5px;
  }
}

.chirico-compare-head-item:last-child {
  border-right: none;
}

.chirico-compare-head-row .chirico-compare-head-cell {
  padding: 16px 12px;
  font-weight: 700;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.chirico-compare-head-row .chirico-compare-head-cell:last-child {
  border-right: none;
}

/* 本体部分 */
.chirico-compare-row .chirico-compare-label,
.chirico-compare-row .chirico-compare-data {
  padding: 18px 7px;
  border-bottom: 1px solid #eee;
}

/* 左列（比較項目） */
.chirico-compare-label {
  font-weight: 600;
  background-color: #fff;
  color: #000;
  width: 18%;
  text-align: center;
  padding-left: 20px;
  border-right: 1px solid #eee;
}
.chirico-compare-label--otoku {
  width: 21%;
  background-color: #fff;
}
.chirico-compare-label--head {
  background-color: #fff;
}
.chirico-compare-label--chirico {
  text-align: center;
  background-color: #fdeff3;
  color: #e13c72;
}
.chirico-compare-label--tateuri {
  background-color: #fafafa;
}
.chirico-compare-label--apart {
  width: 22%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .chirico-table-padding {
    padding: 12px !important;
  }
}

/* 建売住宅列 */
.chirico-compare-data--tateuri {
  background-color: #fafafa;
  color: #000;
  max-width: 242px;
}

/* チリコ列 */
.chirico-compare-data--chirico {
  background-color: #fdeff3;
  font-weight: 700;
  color: #e13c72;
}

/* 最後の行のボーダー除去 */
.chirico-compare-row:last-child .chirico-compare-label,
.chirico-compare-row:last-child .chirico-compare-data {
  border-bottom: none;
}

/* 上部左右の角 */
.chirico-compare-head-row .chirico-compare-head-item:first-child {
  border-top-left-radius: 12px;
}

.chirico-compare-head-row .chirico-compare-head-item:last-child {
  border-top-right-radius: 12px;
}

/* 下部左右の角 */
.chirico-compare-row:last-child .chirico-compare-data:first-child,
.chirico-compare-row:last-child .chirico-compare-label:first-child {
  border-bottom-left-radius: 12px;
}

.chirico-compare-row:last-child .chirico-compare-data:last-child {
  border-bottom-right-radius: 12px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .chirico-compare-table {
    font-size: 12px;
  }
  .chirico-compare-head-row .chirico-compare-head-cell,
  .chirico-compare-row .chirico-compare-label,
  .chirico-compare-row .chirico-compare-data {
    padding: 12px 3px;
  }
  .chirico-compare-label {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .chirico-compare-row .chirico-compare-data {
    max-width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .chirico-compare-row--apart, .chirico-compare-data--apart {
    max-width: none !important;
  }
}

.chirico-otoku-txt-kufu {
  font-size: clamp(20px, 20px + 20 * (100vw - 375px) / 375, 40px);
  color: #42adac;
  text-align: center;
  font-weight: 700;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-txt-kufu {
    margin: 20px 0;
  }
}

.chirico-otoku-txt-tateuri {
  font-size: clamp(14px, 14px + 14 * (100vw - 375px) / 375, 28px);
  color: #000000;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-txt-tateuri {
    margin-bottom: 7.5px;
  }
}
.chirico-otoku-txt-tateuri--komikomi {
  font-size: clamp(25px, 25px + 25 * (100vw - 375px) / 375, 50px);
  margin-bottom: 20px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-txt-tateuri--komikomi {
    margin-bottom: 10px;
  }
}

.chirico-merit-ttl-wrap {
  background-color: #fdeff3;
  border-radius: 10px;
  margin: 90px auto 0;
  padding: 30px 0 40px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .chirico-merit-ttl-wrap {
    margin: 0 auto;
    padding: 15px 0 10px;
    width: 95%;
  }
}
.chirico-merit-ttl-wrap--topic01 {
  margin: 70px auto 0;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .chirico-merit-ttl-wrap--topic01 {
    margin: 35px auto 30px;
    padding: 15px 0;
  }
}
.chirico-merit-ttl-wrap--topics {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .chirico-merit-ttl-wrap--topics {
    padding: 15px 0;
    margin-bottom: 30px;
  }
}

.chirico-merit-ttl {
  font-size: clamp(20px, 20px + 10 * (100vw - 375px) / 375, 30px);
  color: #444444;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
.chirico-merit-ttl--topics {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .chirico-merit-ttl--topics {
    margin-bottom: 2px;
  }
}

.chirico-merit-ttl-content {
  font-size: clamp(20px, 20px + 20 * (100vw - 375px) / 375, 40px);
  color: #e13c72;
  font-weight: 800;
  text-align: center;
}
.chirico-merit-ttl-content--topics {
  font-size: clamp(22px, 22px + 18 * (100vw - 375px) / 375, 40px);
  line-height: 1.3;
}

.chirico-otoku-balance-container {
  max-width: 552px;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-balance-container {
    margin-top: 30px;
  }
}

.chirico-otoku-balance-img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-balance-img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .chirico-otoku-balance-img--apart {
    width: 90%;
  }
}

.chirico-otoku-explain-wrap {
  margin: 55px auto 0;
  max-width: 590px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-explain-wrap {
    margin: 27.5px auto 0;
  }
}
.chirico-otoku-explain-wrap--topics {
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-explain-wrap--topics {
    margin: 30px auto 0;
  }
}
.chirico-otoku-explain-wrap--notice {
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-explain-wrap--notice {
    margin: 5px auto 0;
  }
}
.chirico-otoku-explain-wrap--bottom {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-explain-wrap--bottom {
    margin-bottom: 27.5px;
  }
}

.chirico-otoku-explain-wrap > *:last-child {
  margin-bottom: 0;
}

.chirico-otoku-explain-ttl {
  font-size: clamp(19px, 19px + 15 * (100vw - 375px) / 375, 35px);
  text-align: left;
  line-height: 1.6;
  font-weight: 500;
  color: #42ADAC;
  margin-bottom: 7px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-explain-ttl {
    margin-bottom: 3.5px;
  }
}
.chirico-otoku-explain-ttl--lower {
  font-size: clamp(16px, 16px + 11 * (100vw - 375px) / 375, 27px);
  color: #000;
}

.chirico-otoku-explain-txt {
  font-size: clamp(14px, 14px + 14 * (100vw - 375px) / 375, 28px);
  text-align: left;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-explain-txt {
    margin-bottom: 7.5px;
  }
}
.chirico-otoku-explain-txt--notice {
  font-size: clamp(12px, 12px + 6 * (100vw - 375px) / 375, 18px);
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-explain-txt--notice {
    margin-bottom: 12.5px !important;
  }
}
.chirico-otoku-explain-txt--danshin {
  font-size: clamp(18px, 18px + 18 * (100vw - 375px) / 375, 36px);
  text-align: center;
  font-weight: 800;
}
.chirico-otoku-explain-txt--bold {
  font-weight: 800;
}
.chirico-otoku-explain-txt--red {
  font-weight: 800;
  color: #e13c72;
  border-bottom: 1px solid #e13c72;
}

.chirico-merit-comparison-wrap {
  display: flex;
  gap: 20px;
  max-width: 600px;
  align-items: stretch;
  margin: 60px auto 0;
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  .chirico-merit-comparison-wrap {
    gap: 10px;
    padding: 0 10px;
    margin: 30px auto 0;
  }
}

.chirico-line-graph-container {
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .chirico-line-graph-container {
    margin: 15px auto;
  }
}

.chirico-line-graph-img {
  max-width: 100%;
}

.chirico-merit-comparison-left,
.chirico-merit-comparison-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* タイトル */
.chirico-merit-comparison-title {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 800;
  line-height: 1.4;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .chirico-merit-comparison-title {
    font-size: 17px;
    min-height: 51px;
  }
}

/* 左側の点線枠 */
.chirico-merit-comparison-text-box {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif !important;
  display: flex;
  font-weight: 700;
  border: 2px dashed #ccc;
  padding: 30px;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 575px) {
  .chirico-merit-comparison-text-box {
    padding: 20px 10px;
    font-size: 14px;
  }
}

/* 右側のボックス*/
.chirico-merit-benefit-box {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif !important;
  background: #43A19F;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .chirico-merit-benefit-box {
    font-size: 16px;
  }
}

/* 右側の下のテキスト枠（高さ揃える用） */
.chirico-merit-benefit-text-box {
  border: 2px solid #ccc;
  padding: 20px 10px;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  flex: 1;
}

.chirico-merit04-midashi-txt {
  font-size: clamp(23px, 23px + 7 * (100vw - 375px) / 375, 30px);
  color: #42adac;
  font-weight: 800;
  line-height: 0.9;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .chirico-merit04-midashi-txt {
    line-height: 1;
    margin-top: 31px;
  }
}

.chirico-merit04-midashi-emphasis {
  font-size: clamp(53px, 53px + 22 * (100vw - 375px) / 375, 75px);
  position: relative;
  top: 6px;
}

.chirico-loan-img-container {
  margin: 60px auto 0;
  max-width: 540px;
}
@media screen and (max-width: 767px) {
  .chirico-loan-img-container {
    margin-top: 30px;
  }
}

.chirico-loan-img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .chirico-loan-img {
    width: 90%;
  }
}

.chirico-otoku-table-wrap {
  padding: 0 5px 0;
}

.chirico-otoku-table-ttl {
  font-size: clamp(24px, 24px + 16 * (100vw - 375px) / 375, 40px);
  color: #e13c72;
  font-weight: 800;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .chirico-otoku-table-ttl {
    margin-top: 0;
  }
}

.chirico-compare-table--scroll-sm {
  border: none;
}
@media screen and (max-width: 575px) {
  .chirico-compare-table--scroll-sm {
    overflow: scroll;
    white-space: nowrap;
    margin-block: 0;
  }
}

.chirico-deguchi-list__ul {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif !important;
  text-align: left;
  font-size: clamp(14px, 14px + 14 * (100vw - 375px) / 375, 28px);
  text-align: left;
  line-height: 1.6;
  font-weight: 800;
  color: #000;
  margin-bottom: 15px;
}

.chirico-deguchi-list-content {
  position: relative;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .chirico-deguchi-list-content {
    margin-left: 20px;
  }
}

.chirico-deguchi-list-content::before {
  position: absolute;
  content: "・";
  font-size: clamp(50px, 50px + 35 * (100vw - 375px) / 375, 85px);
  color: #CAF2F4;
  position: absolute;
  left: -70px;
  top: -47px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .chirico-deguchi-list-content::before {
    left: -39px;
    top: -29px;
  }
}

.chirico-renovated {
  text-align: center;
}

.chirico-renovated-ttl {
  margin: 0 auto;
  max-width: 670px;
  width: 100%;
}

.chirico-renovated-img__wrapper {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .chirico-renovated-img__wrapper {
    margin-top: 23px;
  }
}

.chirico-renovated-img-flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .chirico-renovated-img-flex {
    gap: 7.5px;
    margin-bottom: 7.5px;
    padding-inline: 10px;
  }
}

.chirico-renovated-img-container {
  max-width: 350px;
  width: calc((100% - 7.5px) / 2);
}

.chirico-renovated-img-container img {
  width: 100%;
}

.chirico-renovated-img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .chirico-renovated-img {
    width: calc((100vw - 20px) / 2);
  }
}

.chirico-renovated-txt {
  color: #42adac;
  font-size: 38px;
  font-weight: 800;
  margin: 31px auto 30px !important;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .chirico-renovated-txt {
    font-size: 24px;
    margin: 10px auto !important;
  }
}

.chirico-renovated-others {
  color: #42adac;
  font-size: 38px;
  font-weight: 800;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .chirico-renovated-others {
    font-size: 19px;
    margin-top: 25px;
  }
}

.chirico-renovated-others-all-included {
  font-size: 56px;
  color: #000;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .chirico-renovated-others-all-included {
    font-size: 28px;
  }
}

.chirico-renovated-others-more {
  margin: 30px auto 17px;
  font-size: 56px;
  color: #000;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .chirico-renovated-others-more {
    margin: 15px auto 8.5px;
    font-size: 28px;
  }
}

.chirico-commission-img-wrap {
  max-width: 545px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .chirico-commission-img-wrap {
    max-width: 310px;
  }
}

.chirico-commission-img {
  width: 100%;
}

.chirico-commission-txt {
  font-size: 20px;
  margin: 20px 0 60px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .chirico-commission-txt {
    font-size: 14px;
    margin: 10px 0 30px;
  }
}

.chirico-warranty-img {
  max-width: 545px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .chirico-warranty-img {
    max-width: 272.5px;
    margin-bottom: 50px;
  }
}

.chirico-renovated-txt-intro {
  font-size: 35px;
  max-width: 710px;
  color: #42adac;
  margin: 23px auto 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .chirico-renovated-txt-intro {
    font-size: 17.5px;
  }
}

.chirico-topics {
  margin: 60px auto 0;
}

.chirico-topics-bg {
  background-color: #fff;
  border-radius: 10px;
  max-width: 750px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .chirico-topics-bg {
    width: calc(100% - 20px);
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.chirico-topics-ttl-container {
  margin: 0 auto;
  max-width: 585px;
}
@media screen and (max-width: 767px) {
  .chirico-topics-ttl-container {
    max-width: clamp(326px, 326px + 249 * (100vw - 375px) / 375, 584px);
  }
}

.chirico-merit-icon-container {
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .chirico-merit-icon-container {
    margin: 0 auto 10px;
  }
}

.chirico-merit-icon {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .chirico-merit-icon {
    width: 25%;
  }
}

.chirico-topics-ttl {
  text-align: center;
  margin-top: 60px;
  color: #42ADAC;
  font-weight: 800;
  line-height: 1.5;
  font-size: clamp(21px, 21px + 11 * (100vw - 375px) / 375, 32px);
}
@media screen and (max-width: 767px) {
  .chirico-topics-ttl {
    margin-top: 35px;
  }
}
.chirico-topics-ttl--loan {
  font-size: clamp(22px, 22px + 9 * (100vw - 375px) / 375, 31px);
}
@media screen and (max-width: 767px) {
  .chirico-topics-ttl--timing {
    margin-top: 0;
  }
}

.chirico-mortgage-graph-container {
  max-width: 590px;
  margin: 60px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .chirico-mortgage-graph-container {
    margin: 30px auto;
  }
}

.chirico-mortgage-graph-img {
  padding-inline: 20px;
  width: 100%;
}

.chirico-topics-compare-conditions-wrap {
  margin-bottom: 5px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .chirico-topics-compare-conditions-wrap {
    margin-bottom: 3px;
    padding-inline: 10px;
  }
}

.chirico-topics-compare-conditions {
  font-size: clamp(18px, 18px + 3 * (100vw - 375px) / 375, 21px);
  line-height: 1.5;
  color: #000;
  text-align: left;
}

.chirico-topics-compare-scroll {
  color: #d74419;
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-weight: 800;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .chirico-topics-compare-scroll {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.chirico-topics-compare-scroll--tateuri {
  text-align: left;
  margin: 10px 0 5px 22px;
}
@media screen and (max-width: 767px) {
  .chirico-topics-compare-scroll--tateuri {
    margin: 5px 0 2.5px 11px;
  }
}
.chirico-topics-compare-scroll--apart {
  display: none;
}
@media screen and (max-width: 767px) {
  .chirico-topics-compare-scroll--apart {
    display: block;
    margin: 5px 0 2.5px 11px;
    text-align: left;
  }
}

.chirico-topics-intro {
  text-align: center;
}

.chirico-qa {
  text-align: center;
  margin-top: 118px;
}
@media screen and (max-width: 767px) {
  .chirico-qa {
    margin-top: 59px;
    padding: 0 10px;
  }
}

.chirico-qa-bg {
  background-color: #fff;
  border-radius: 10px;
  max-width: 710px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .chirico-qa-bg {
    padding-bottom: 30px;
  }
}

.chirico-qa-ttl {
  margin-top: 87px;
  max-width: 317px;
}
@media screen and (max-width: 767px) {
  .chirico-qa-ttl {
    margin-top: 43.5px;
    max-width: 158.5px;
  }
}

.chirico-qa-q-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 52px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .chirico-qa-q-wrapper {
    margin-left: 26px;
  }
}

.chirico-qa-q-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .chirico-qa-q-left {
    gap: 10px;
  }
}

.chirico-qa-a-wrapper {
  display: flex;
  margin-left: 52px;
  margin-top: 29px;
}
@media screen and (max-width: 767px) {
  .chirico-qa-a-wrapper {
    margin-left: 26px;
    margin-top: 14.5px;
  }
}

.chirico-accordion-open {
  text-align: center;
}
.chirico-accordion-open--center {
  max-width: 100%;
  text-align: center;
}

.chirico-accordion-close {
  text-align: center;
}

.chirico-accordion-hidden {
  display: none;
}

/* open時にflexを適用 */
.chirico-accordion-hidden.open {
  display: flex;
}

.chirico-qa-q-img {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .chirico-qa-q-img {
    width: 40px;
    height: 40px;
  }
}

.chirico-qa-toggle-icon {
  width: 35px;
  height: 40px;
  margin-right: 70px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .chirico-qa-toggle-icon {
    width: 17.5px;
    height: 20px;
    margin-right: 35px;
  }
}

.chirico-qa-a-img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .chirico-qa-a-img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}

.chirico-qa-q {
  font-size: clamp(15px, 15px + 15 * (100vw - 375px) / 375, 30px);
  font-weight: 600;
  text-align: left;
  color: #000;
}

.chirico-qa-a {
  font-size: clamp(15px, 15px + 15 * (100vw - 375px) / 375, 30px);
  font-weight: 500;
  width: clamp(246px, 246px + 247 * (100vw - 375px) / 375, 493px);
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  .chirico-qa-a {
    margin-bottom: 0;
  }
  .chirico-qa-a--last {
    margin-bottom: 40px;
  }
}

.chirico-reservation-btn {
  margin: 96px auto 110px;
}
@media screen and (max-width: 767px) {
  .chirico-reservation-btn {
    margin: 48px auto 55px;
  }
}

.chirico-cp-bottom-txt {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  color: #221815;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .chirico-cp-bottom-txt {
    font-size: 20px;
    margin-top: 50px;
  }
}

.chirico-cp-bottom {
  margin: 0 auto;
  text-align: center;
}

.chirico-cp-bottom-txt-emphasis {
  font-size: 56px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .chirico-cp-bottom-txt-emphasis {
    font-size: 28px;
  }
}

.chirico-cp-img--bottom {
  position: relative;
  display: inline-block;
}

.chirico-cp-img--bottom::after {
  content: "";
  position: absolute;
  left: 51.5%;
  bottom: -234px;
  transform: translateX(-50%);
  width: 177px;
  height: 217px;
  background: url(/img/chirico-pointing-daieelchan.webp) no-repeat center/contain;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .chirico-cp-img--bottom::after {
    width: 112px;
    left: 170.6px;
    bottom: -180px;
  }
}

.chirico-form {
  margin: 0 auto;
  text-align: center;
}

.chirico-form-txt {
  margin-top: 97px;
  font-size: clamp(18px, 18px + 18 * (100vw - 375px) / 375, 36px);
  text-align: center;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .chirico-form-txt {
    margin-top: 48.5px;
  }
}

.chirico-form-bg {
  background-color: #fff;
  max-width: 710px;
  width: 100%;
  text-align: left;
  margin: clamp(92px, 92px + 92 * (100vw - 375px) / 375, 184px) auto 0;
  padding: 0 20px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .chirico-form-bg {
    max-width: calc(100% - 20px);
    padding-bottom: 15px;
  }
}

.chirico-form-ttl {
  color: #42adac;
  font-size: clamp(32px, 32px + 32 * (100vw - 375px) / 375, 64px);
  font-weight: 900;
  text-align: center;
  line-height: 1;
  padding-top: clamp(48px, 48px + 48 * (100vw - 375px) / 375, 96px);
  position: relative;
}
.chirico-form-ttl--confirm {
  padding-top: 48px;
}

.chirico-form-ttl::after {
  content: "";
  position: absolute;
  left: 51.5%;
  bottom: clamp(139px, 139px + 147 * (100vw - 375px) / 375, 286px);
  transform: translateX(-50%);
  width: clamp(88.5px, 88.5px + 88.5 * (100vw - 375px) / 375, 177px);
  height: clamp(108.5px, 108.5px + 108.5 * (100vw - 375px) / 375, 217px);
  background: url(/img/chirico-form-daieelchan.webp) no-repeat center/contain;
  z-index: 100;
}

.chirico-form-ttl--confirm::after {
  content: none;
}

.chirico-form-ttl-contact {
  color: #000;
  font-size: clamp(16px, 16px + 16 * (100vw - 375px) / 375, 32px);
  font-weight: 800;
}

.chirico-form-ttl-form {
  color: #42adac;
  font-size: clamp(28px, 28px + 28 * (100vw - 375px) / 375, 56px);
  font-weight: 900;
  line-height: 1.7;
}

.contact-form {
  width: 100%;
  max-width: 631px;
  margin: 18px auto;
}
@media screen and (max-width: 767px) {
  .contact-form {
    max-width: 315.5px;
  }
}

.form-group {
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 8px;
  }
}

.bg-none {
  background-color: transparent;
}

.chirico-required {
  display: inline-block;
  padding-left: 4px;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1;
  color: #e13c72;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.375rem;
}

.chirico-form-control {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif !important;
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2022;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e4e6ef;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.42rem;
  box-shadow: none;
  transition: all 0.2s ease;
  font-size: 28px;
  color: #000;
  font-weight: 500;
  flex: 1;
  padding: 10px 14px;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
  height: 58px;
}
.chirico-form-control--txt-area {
  height: auto;
}
@media screen and (max-width: 767px) {
  .chirico-form-control {
    font-size: 14px;
  }
}

.chirico-form-tel {
  align-items: center;
}

.contact-form-radio-box {
  margin-bottom: 9px;
  padding-left: 1em;
}

.contact-form-radio-name {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  .contact-form-radio-name {
    font-size: 14px;
    margin-right: 9px;
  }
}

.chirico-text-muted {
  margin: 10px 0 0 10px;
  color: #9aa0a6;
}

.form-group input {
  flex: 1;
  padding: 10px 14px;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}
@media screen and (max-width: 767px) {
  .form-group input {
    padding: 5px 7px;
    font-size: 14px;
  }
}

.form-group input:focus {
  border-color: #42adac;
}

#app-form h5 {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif !important;
  font-size: 28px;
  color: #42adac;
  font-weight: 500;
  margin-right: 18px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  #app-form h5 {
    font-size: 14px;
    margin-right: 9px;
  }
}

#app-form h6 {
  display: none;
}

.chirico-form-notice {
  font-size: 20px;
  color: #000;
  padding-left: 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .chirico-form-notice {
    font-size: 12px;
  }
}

.chirico-form-notice-asterisk {
  color: #e13c72;
}

.chirico-input-group {
  align-items: start;
}

select:focus {
  border-color: #42adac;
}

button.btn.btn-secondary, .btn:not(.close):not(.mfp-close).btn-secondary {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif !important;
  background-color: #e13c72;
  border-color: #e13c72;
  max-width: 480px;
  width: 100%;
  padding: 30px;
  border-radius: 40px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  button.btn.btn-secondary, .btn:not(.close):not(.mfp-close).btn-secondary {
    padding: 15px;
    font-size: 15px;
    width: 100%;
    padding: 20px !important;
  }
}

button.btn.btn-success, .btn:not(.close):not(.mfp-close).btn-success {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif !important;
  background-color: #42adac;
  border-color: #42adac;
  width: 480px;
  padding: 30px;
  border-radius: 40px;
  font-size: 30px;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  button.btn.btn-success, .btn:not(.close):not(.mfp-close).btn-success {
    padding: 15px;
    font-size: 15px;
    margin-bottom: 0;
    width: 100%;
    padding: 20px !important;
  }
}
button.btn.btn-success:hover, .btn:not(.close):not(.mfp-close).btn-success:hover {
  background-color: #fff;
  border-color: #42adac;
  color: #42ADAC;
}

button.btn.btn-success:focus, button.btn.btn-success:not(:disabled):not(.disabled):active, button.btn.btn-success:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-success:focus, .btn:not(.close):not(.mfp-close).btn-success:not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close).btn-success:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-success:focus, a.btn:not([href]):not([tabindex]).btn-success:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-success:not(:disabled):not(.disabled).active {
  color: var(--c-white01);
  background-color: var(--c-blue03);
  border-color: var(--c-blue03);
}

button.btn.btn-success:focus, button.btn.btn-success:active, .btn:not(.close):not(.mfp-close).btn-success:focus, .btn:not(.close):not(.mfp-close).btn-success:active {
  color: var(--c-white01);
  background-color: var(--c-blue03);
  border-color: var(--c-blue03);
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3).chirico-form-control,
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback).chirico-form-control {
  border-radius: 10px;
}

.input-group-text {
  color: #9aa0a6;
  font-weight: 600;
  background-color: var(--c-white01);
  border: none;
}

.chirico-form-tel {
  gap: 2px;
}

.chirico-form-ttl-confirm {
  color: #42adac;
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  line-height: 1;
  padding-top: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .chirico-form-ttl-confirm {
    font-size: 16px;
    padding-top: 12.5px;
  }
}

.form-item-contents {
  max-width: 750px;
  margin: 0 auto;
}

.form-item-contents h5 {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif !important;
  font-size: 28px;
  color: #42adac;
  font-weight: 500;
  margin-right: 18px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .form-item-contents h5 {
    font-size: 14px;
    margin-right: 9px;
  }
}

.chirico-confirm-item {
  margin-left: 5px;
  font-size: 28px;
  padding: 35px 20px;
}
@media screen and (max-width: 767px) {
  .chirico-confirm-item {
    margin-left: 2.5px;
    font-size: 14px;
    padding: 17.5px 10px;
  }
}

.chirico-confirm-item-bg {
  background-color: #E3F5F6 !important;
  border-radius: 10px;
}

.chirico-confirm-btn {
  max-width: 610px;
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .chirico-confirm-btn {
    margin: 40px auto 0;
  }
}

.chirico-form-sent-message {
  max-width: 638px;
  margin: 0 auto;
  text-align: left;
}

.chirico-form-sent-btn-container {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .chirico-form-sent-btn-container {
    margin-top: 35px;
  }
}

@media screen and (max-width: 991px) {
  button.btn:not(.btn-creative):not(.btn-slide), .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide), a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide) {
    height: auto;
    font-size: 17px;
    margin-left: 0;
    padding: 20px;
  }
}

.chirico-company-outline {
  max-width: 710px;
  margin: 158px auto 0;
  text-align: center;
  background-color: #fff;
  width: calc(100% - 20px);
  padding-bottom: 100px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .chirico-company-outline {
    margin: 79px auto 0;
    padding-bottom: 50px;
  }
}

.chirico-company-outline__wrapper {
  text-align: left;
  color: #444444;
  max-width: 610px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .chirico-company-outline__wrapper {
    max-width: 87%;
  }
}

.chirico-company-outline-ttl {
  font-size: clamp(32px, 32px + 32 * (100vw - 375px) / 375, 64px);
  font-weight: 900;
  color: #42adac;
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .chirico-company-outline-ttl {
    margin-top: 48px;
  }
}

.chirico-daie-home-logo__container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.chirico-company-outline-name {
  font-size: clamp(18px, 18px + 18 * (100vw - 375px) / 375, 36px);
}

.chirico-company-outline-head {
  font-size: clamp(14px, 14px + 14 * (100vw - 375px) / 375, 28px);
  color: #42adac;
}

.chirico-company-outline-data {
  font-size: clamp(14px, 14px + 14 * (100vw - 375px) / 375, 28px);
  color: #444444;
  margin-left: 28px;
}
@media screen and (max-width: 767px) {
  .chirico-company-outline-data {
    margin-left: 14px;
  }
}
.chirico-company-outline-data--address {
  margin-left: 0px;
}

.chirico-company-president__wrapper {
  gap: 25px;
  margin: 0 auto;
  max-width: 610px;
}
@media screen and (max-width: 767px) {
  .chirico-company-president__wrapper {
    gap: 12px;
    max-width: 87%;
  }
}

.chirico-company-president-img__container {
  max-width: 610px;
}

.chirico-company-president-img {
  max-width: clamp(125px, 125px + 125 * (100vw - 375px) / 375, 250px);
  border-radius: 10px;
  float: right;
  margin-left: 26px;
}
@media screen and (max-width: 767px) {
  .chirico-company-president-img {
    margin-left: 13px;
  }
}

.chirico-company-president-greeting {
  max-width: 100%;
  font-size: clamp(15px, 15px + 11 * (100vw - 375px) / 375, 26px);
  text-align: left;
}

.chirico-company-president-greeting-name {
  font-size: clamp(15px, 15px + 5 * (100vw - 375px) / 375, 20px);
  text-align: right;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .chirico-company-president-greeting-name {
    margin-top: 8px;
  }
}
.chirico-company-president-greeting-name--size {
  font-size: clamp(15px, 15px + 11 * (100vw - 375px) / 375, 26px);
}

.chirico-company-gmap {
  margin: 20px auto 0;
  max-width: 610px;
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .chirico-company-gmap {
    margin: 10px auto 0;
    max-width: 87%;
  }
}

.chirico-footer {
  background-color: transparent;
  text-align: center;
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .chirico-footer {
    margin-bottom: 31px;
  }
}

.chirico-footer-daieelchan {
  margin: clamp(47px, 47px + 48 * (100vw - 375px) / 375, 95px) auto clamp(18px, 18px + 18 * (100vw - 375px) / 375, 36px);
  max-width: clamp(141.5px, 141.5px + 141.5 * (100vw - 375px) / 375, 283px);
}

.chirico-footer-txt {
  font-size: clamp(11px, 11px + 11 * (100vw - 375px) / 375, 22px);
  font-weight: 800;
  color: #77797c;
}

/* =========================================
   共通ボタンスタイル
========================================= */
.chirico-button {
  display: block;
  width: 480px;
  margin: 0 auto 20px;
  text-align: center;
  border-radius: 50px;
  padding: 35px 63px;
  background-color: #8bd8d7;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  transition: all 0.2s ease;
  text-decoration: none;
  /* 通常ボタンのホバー */
}
@media screen and (max-width: 767px) {
  .chirico-button {
    width: 240px;
    margin: 0 auto 10px;
    padding: 17.5px 31.5px;
    font-size: 16px;
  }
}
.chirico-button:hover {
  color: #8bd8d7 !important;
  background-color: #fff !important;
  outline: 3px solid #8bd8d7 !important;
}

/* =========================================
   ピックアップボタン
========================================= */
.chirico-button--pickup {
  margin: 25px auto 0;
  background-color: #f4b723 !important;
  outline: 3px solid #f4b723;
  font-size: 44px;
  font-weight: 900;
  width: 580px;
}
@media screen and (max-width: 767px) {
  .chirico-button--pickup {
    margin: 12.5px auto 0;
    font-size: 22px;
    width: 290px;
  }
}

/* ピックアップボタンのホバー */
.chirico-button--pickup:hover {
  color: #f4b723 !important;
  background-color: #fff !important;
  outline: 3px solid #f4b723 !important;
}

.chirico-fixed-link--go {
  margin: 0 auto;
  font-size: 35px !important;
  font-weight: 800 !important;
}
@media screen and (max-width: 767px) {
  .chirico-fixed-link--go {
    padding: 22px !important;
    max-width: 320px !important;
    font-size: 20px !important;
  }
}

/* 404ページ */
.chirico-404-ttl {
  text-align: center;
  margin: 30px auto;
}

.chirico-404-not-found {
  text-align: center;
  color: #000;
}

.chirico-404-top {
  color: #42adac;
}

.error-main {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 50px;
  padding: 0 9%;
}
@media screen and (max-width: 767px) {
  .error-main {
    margin-bottom: 60px;
  }
}

.first {
  max-width: 960px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.first--404 {
  padding: 7% 9% 8%;
}
.first__inner {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .first__inner {
    margin-bottom: 60px;
  }
}
.first__404 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .first__404 {
    margin-bottom: 60px;
  }
}
.first__head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
  position: relative;
  gap: 20px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .first__head {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .first__head {
    gap: 10px;
    line-height: 1.2;
  }
}
.first__head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #42ADAC;
}
.first__head-en {
  font-size: 60px;
}
@media screen and (max-width: 575px) {
  .first__head-en {
    font-size: 40px;
  }
}
.first__head-ja {
  font-size: 24px;
}
@media screen and (max-width: 575px) {
  .first__head-ja {
    font-size: 20px;
  }
}

.error-lead {
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 50px;
}

.error-list {
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .error-list {
    margin-bottom: 60px;
  }
}
.error-list__item {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.error-list__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

/* フォームエラーページ */
.chirico-error-ttl {
  text-align: center;
}

.chirico-error-content {
  text-align: center;
  color: #e13c72;
}

.chirico-error-link {
  text-align: center;
}

.chirico-error-link-top {
  color: #42ADAC;
}

.fade-in {
  opacity: 0;
}

.fade-in.is-visible {
  animation: 1.25s fadeIn ease forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */