@charset "UTF-8";
/* common */
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  letter-spacing: 0.015em;
  line-height: 1.1875;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: max(10px,min(1.867vw,14px));
    line-height: 1.2142857143;
  }
}

body.is-noScroll {
  width: 100%;
  height: 100%;
  position: fixed;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

a[target=_blank] {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

img {
  max-width: 100%;
  height: auto;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

li {
  list-style: none;
}

input {
  outline: none;
}

::-moz-placeholder {
  color: #555;
}

::placeholder {
  color: #555;
}

i {
  font-style: normal;
}

button {
  outline: none;
}

h3 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 0.875rem;
  }
}

.inner {
  width: 84.4%;
  padding-right: 7.8%;
  padding-left: 7.8%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    width: 92.54%;
    padding-right: 3.73%;
    padding-left: 3.73%;
  }
}

.inner.is-max-width {
  max-width: calc(1280px + 8%);
}

.inner.is-works-single {
  max-width: calc(820px + 8%);
}

.inner.is-blog-archive {
  width: 96.333%;
}

.inner.is-blog-single {
  width: 89.25%;
}

.inner.is-profile {
  max-width: calc(1116px + 8%);
}

.inner.is-contact {
  max-width: calc(560px + 8%);
}

.inner.is-404 {
  max-width: calc(496px + 8%);
}

.disp-sp {
  display: none;
}

.svg-origin {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, -100%);
}

.shape-yellow1 {
  width: 31.944%;
  height: 27.638vw;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-24.13%, -32.16%);
}

.term-list, .post-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 0.75rem;
  color: #555;
}

.term-list li, .post-categories li {
  min-width: 66px;
  padding: 0 8px;
  margin-bottom: 12px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  line-height: 1.583;
}

.term-list li:not(:last-of-type), .post-categories li:not(:last-of-type) {
  margin-right: 6px;
}

.date-text {
  margin-top: 4px;
  color: #5CB4EB;
  line-height: 2.312;
}

.page-title-wrapper {
  margin-bottom: 84px;
  text-align: center;
}

.page-title-wrapper a {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

.page-title-wrapper p:not([class]), .page-title-wrapper .search-result {
  margin-top: 50px;
  line-height: 2.562;
}

.page-title-wrapper h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.3em;
  margin: 32px auto 0;
  background-image: linear-gradient(to bottom, transparent 0, transparent 68%, rgba(255, 208, 101, 0.61) 68%, rgba(255, 208, 101, 0.61) 100%);
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .page-title-wrapper h2 {
    font-size: 1.5rem;
  }
}
.page-title {
  line-height: 1;
}

.btn-wrapper {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .btn-wrapper p {
    text-align: center;
  }
}

.btn {
  display: inline-block;
  width: 100%;
  max-width: 268px;
  padding: 14px;
  background-size: 200%;
  background-image: linear-gradient(to right, #575757 0%, #575757 50%, #fff 50%, #fff 100%);
  border: 3px solid #575757;
  border-radius: 40px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  transition: 0.2s linear;
}

@media screen and (max-width: 768px) {
  .btn {
    font-size: 1rem;
  }
}
.btn:hover {
  background-position: right;
  color: #575757;
}

.no-data-text {
  margin-bottom: 2em;
  text-align: center;
}

.shape-white {
  width: 51.25%;
  min-width: 738px;
  height: 38.263vw;
  min-height: 552px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.mv {
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 205px;
  padding-bottom: 24.444%;
  position: relative;
}

.mv h1 {
  padding: 0 40px;
}

.mv .main-text, .mv .sub-text {
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}

.mv .main-text img, .mv .sub-text img {
  width: 100%;
}

.mv .main-text {
  width: 100%;
  margin-bottom: 5.185%;
}

.mv .sub-text {
  width: 21.358%;
}

.shape-pink {
  width: 33.055%;
  height: 26.805vw;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(30.672%);
  z-index: -1;
}

.section-title {
  margin-bottom: 56px;
  line-height: 1;
}

.view-more-home, .view-more {
  text-align: right;
}

.view-more-home a, .view-more a {
  display: inline-block;
  padding: 10px 80px 10px 0;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  position: relative;
}

.view-more-home a:hover::before, .view-more a:hover::before {
  background-color: #FFD065;
}

.view-more-home a::before, .view-more-home a::after, .view-more a::before, .view-more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.view-more-home a::before, .view-more a::before {
  width: 51px;
  height: 51px;
  background-color: #D9D9D9;
  border-radius: 50%;
  transition: 0.2s linear;
}

.view-more-home a::after, .view-more a::after {
  width: 40px;
  height: 7px;
  background: center/contain no-repeat url("./img/arrow-view-more.svg");
  right: 20px;
}

.view-more-home {
  width: 100.833%;
  margin-left: -0.416%;
}

.view-more-home a {
  padding-right: 86px;
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .view-more-home a {
    font-size: 1rem;
  }
}
.view-more {
  margin-top: 52px;
}

.view-more.is-works {
  text-align: left;
}

.view-more.is-works a {
  letter-spacing: 0.05em;
  text-transform: none;
}

.view-more a {
  font-size: 1rem;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .view-more a {
    font-size: 0.875rem;
  }
}
.home-works {
  padding-top: 128px;
  padding-bottom: 32px;
  position: relative;
}

.home-works .view-more-home {
  width: 93.12%;
  margin-left: 0;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
}

.home-works .works-list > li {
  margin-bottom: 0;
}

.works-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.works-list > li {
  width: 22.274%;
  margin-bottom: 72px;
}

.works-list > li:not(:nth-of-type(4n)) {
  margin-right: 3.635%;
}

.works-list > li a {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.works-list > li figure {
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 10px;
  line-height: 0;
  position: relative;
  z-index: -1;
}

.works-list > li figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F7F5F4;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.works-list > li figure img {
  width: 100%;
  border-radius: 10px;
}

.works-list > li .term-list {
  margin-left: 10px;
}

.works-list > li .text-title {
  order: 1;
  padding-left: 18px;
  margin-top: -2px;
}

.shape-green {
  width: 32.847%;
  height: 26.597vw;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-13.742%, -2.61%);
  z-index: -1;
}

.home-profile .content-wrapper, .profile-wrapper .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.home-profile .profile-img, .profile-wrapper .profile-img {
  height: 0;
  margin-bottom: 0;
  background-color: #F5EFE3;
  border: 10px solid #fff;
  border-radius: 50%;
  position: relative;
}

.home-profile .profile-img img, .profile-wrapper .profile-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-profile .profile-text .text-title, .profile-wrapper .profile-text .text-title {
  margin-bottom: 40px;
  font-size: 1.5rem;
  line-height: 1.541;
}

@media screen and (max-width: 768px) {
  .home-profile .profile-text .text-title, .profile-wrapper .profile-text .text-title {
    font-size: 1.25rem;
  }
}
.home-profile .profile-text .text-title span, .profile-wrapper .profile-text .text-title span {
  display: inline-block;
  position: relative;
}

.home-profile .profile-text .text-title span::after, .profile-wrapper .profile-text .text-title span::after {
  content: attr(data-label);
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translate(100%, -50%);
}

@media screen and (max-width: 768px) {
  .home-profile .profile-text .text-title span::after, .profile-wrapper .profile-text .text-title span::after {
    font-size: 0.875rem;
  }
}
.home-profile {
  overflow-x: hidden;
  padding-top: 136px;
  padding-bottom: 74px;
  position: relative;
}

.home-profile .section-title {
  padding-right: 2px;
  margin-bottom: 0;
  text-align: right;
}

.home-profile .profile-img {
  width: 26.562%;
  padding-top: 25%;
  margin-right: 4.687%;
}

.home-profile .profile-img img {
  width: 43.529%;
}

.home-profile .profile-text {
  width: 68.751%;
}

.home-profile .profile-text .text-title {
  margin-bottom: 40px;
  font-size: 1.5rem;
  line-height: 1.541;
}

@media screen and (max-width: 768px) {
  .home-profile .profile-text .text-title {
    font-size: 1.25rem;
  }
}
.home-profile .profile-text .text-title span {
  padding: 5px 15px;
  background-color: #fff;
}

.home-profile .profile-text p {
  padding-left: 12px;
}

.shape-light-blue {
  width: 27.916%;
  height: 22.777vw;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(12.437%);
  z-index: -1;
}

.home-blog {
  overflow-x: hidden;
  padding-top: 132px;
  padding-bottom: 11.111%;
  position: relative;
}

.home-blog .title-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1.25%;
  margin-bottom: 64px;
}

.home-blog .title-wrapper .section-title {
  margin-right: 4.186%;
  margin-bottom: 0;
}

.home-blog-list a, .blog-list a {
  display: flex !important;
  flex-direction: column;
}

.home-blog-list .text-title, .blog-list .text-title {
  order: 1;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 1.25rem;
  line-height: 1.85;
}

@media screen and (max-width: 768px) {
  .home-blog-list .text-title, .blog-list .text-title {
    font-size: 1rem;
  }
}
.home-blog-list .thumbnail, .blog-list .thumbnail {
  flex-shrink: 0;
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 5px;
  line-height: 1;
}

.home-blog-list .thumbnail img, .blog-list .thumbnail img {
  width: 100%;
  border-radius: 5px;
}

.home-blog-list .content-wrapper, .blog-list .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px 2px;
}

.home-blog-list .post-categories li, .blog-list .post-categories li {
  margin-bottom: 0;
}

.home-blog-list a {
  margin: 0 16px;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.blog-list > li {
  width: 31.446%;
  margin-bottom: 88px;
}

.blog-list > li:not(:nth-of-type(3n)) {
  margin-right: 2.83%;
}

.shape-blue {
  width: 32.847%;
  height: 26.597vw;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-13.53%);
  z-index: -1;
}

.slick-prev, .slick-next {
  font-size: 0;
  color: transparent;
  line-height: 0;
  position: absolute;
  top: 11.25vw;
  z-index: 1;
}

.slick-prev::before, .slick-next::before {
  content: "";
  width: 20px;
  height: 33px;
  background: center/contain no-repeat url("./img/arrow-slider.svg");
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}

.slick-prev {
  left: -1.562%;
  transform: scale(-1, 1);
}

.slick-next {
  right: -1.562%;
}

.shape-yellow2 {
  width: 33.055%;
  height: 26.805vw;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(30.882%);
  z-index: -1;
}

.about-wrapper {
  overflow: hidden;
  padding-bottom: 200px;
  text-align: center;
  position: relative;
}

.about-wrapper .shape-pink {
  bottom: 56px;
  transform: translateX(24.789%);
}

.about-wrapper .shape-green {
  top: auto;
  bottom: 0;
  transform: translate(-26.427%, 58.746%);
}

.about-text {
  font-size: 1.25rem;
  line-height: 2.3;
}

@media screen and (max-width: 768px) {
  .about-text {
    font-size: 1rem;
    text-align: center;
  }
}
.about-text h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 58px 0;
  margin: 0 auto 68px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
  position: relative;
}

@media screen and (max-width: 768px) {
  .about-text h2 {
    font-size: 1.5rem;
  }
}
.about-text h2::before, .about-text h2::after {
  content: "";
  width: 40px;
  height: 30px;
  background: center/contain no-repeat url("./img/deco-quotation.svg");
  position: absolute;
  top: 0;
  z-index: -1;
}

.about-text h2::before {
  left: 0;
  transform: scale(-1, -1);
}

.about-text h2::after {
  right: 0;
}

.about-text p:not(:last-child) {
  margin-bottom: 2.3em;
}

.profile-wrapper {
  padding-top: 94px;
  padding-bottom: 72px;
  margin-bottom: 124px;
  background-color: #fff;
  position: relative;
}

.profile-wrapper .profile-img {
  width: 30.465%;
  padding-top: 28.673%;
  margin-right: 6.272%;
}

.profile-wrapper .profile-img img {
  width: 46.25%;
}

.profile-wrapper .profile-text {
  width: 63.263%;
}

.profile-wrapper .view-more {
  margin-top: -6px;
}

.wave {
  width: 100%;
  position: absolute;
  left: 0;
}

.wave:first-of-type {
  top: 1px;
  transform: translateY(-100%);
}

.wave:last-of-type {
  bottom: 1px;
  transform: translateY(100%) scale(-1, -1);
}

.career {
  max-width: 1440px;
  padding-top: 64px;
  padding-bottom: 32px;
  margin: 0 auto 32px;
}

.career h2 {
  margin-bottom: 54px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 1em;
  text-indent: 1em;
}

@media screen and (max-width: 768px) {
  .career h2 {
    font-size: 1.5rem;
  }
}
.career table {
  border-collapse: collapse;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.career table th, .career table td {
  padding: 12px 2em 12px 0;
  border: none;
}

.career table th:first-of-type, .career table td:first-of-type {
  white-space: nowrap;
}

.career table th:last-of-type, .career table td:last-of-type {
  padding-right: 0;
}

.next-posts-link {
  text-align: center;
}

#infscr-loading {
  width: 100%;
  text-align: center;
  margin: 20px auto;
}

#infscr-loading img {
  width: 30px;
}

.post-title {
  margin-bottom: 1.062em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.625;
}

@media screen and (max-width: 768px) {
  .post-title {
    font-size: 1.5rem;
  }
}
.works-single .eyecatch {
  margin-bottom: 52px;
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 10px;
  line-height: 0;
}

.works-single .eyecatch img {
  width: 100%;
}

.works-single .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
}

.works-single .item-left {
  width: 60.487%;
  font-size: 0.75rem;
}

.works-single .item-right {
  width: 30.243%;
  font-size: 0.75rem;
  color: #555;
  line-height: 2.333;
}

.works-single .item-right dl {
  display: flex;
}

.works-single .item-right dl:nth-of-type(2) {
  margin-bottom: 2.333em;
}

.works-single .item-right dl dt {
  min-width: 4.5em;
  margin-right: 1.5em;
  font-weight: bold;
}

.page-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.page-nav li {
  width: 46%;
  max-width: 267px;
}

.page-nav li:first-of-type a::after {
  right: auto;
  left: 20px;
  transform: translateY(-50%) scale(-1, 1);
}

.page-nav a {
  display: block;
  padding: 18px;
  background-size: 200%;
  background-image: linear-gradient(to right, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  border: 5px solid #E5E5E5;
  border-radius: 40px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  transition: 0.2s linear;
}

@media screen and (max-width: 768px) {
  .page-nav a {
    font-size: 0.875rem;
  }
}
.page-nav a::after {
  content: "";
  width: 9px;
  height: 12px;
  background: center/contain no-repeat url("./img/arrow-menu.svg");
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}

.page-nav a:hover {
  background-position-x: right;
}

.btn-to-works, .btn-to-archive {
  margin-bottom: 132px;
  text-align: center;
}

.btn-to-works a, .btn-to-archive a {
  display: inline-block;
  width: 50%;
  background-size: 200%;
  background-image: linear-gradient(to right, #FFD065 0%, #FFD065 50%, #fff 50%, #fff 100%);
  border: 3px solid #FFD065;
  border-radius: 40px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  transition: 0.2s linear;
}

.btn-to-works a::after, .btn-to-archive a::after {
  content: "";
  width: 9px;
  height: 12px;
  background: center/contain no-repeat url("./img/arrow-menu.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.btn-to-works a:hover, .btn-to-archive a:hover {
  background-position-x: right;
}

.btn-to-works a {
  max-width: 267px;
  padding: 20px;
}

.btn-to-works a::after {
  right: 20px;
}

.btn-to-archive {
  padding-bottom: 14px;
}

.btn-to-archive a {
  max-width: 178px;
  padding: 8px 16px 8px 8px;
  font-size: 0.875rem;
}

.btn-to-archive a::after {
  right: 16px;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -32px;
  margin-bottom: 110px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #664B4B;
}

.wp-pagenavi span, .wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding-bottom: 4px;
  border-radius: 50%;
}

.wp-pagenavi span:not(:last-child), .wp-pagenavi a:not(:last-child) {
  margin-right: 22px;
}

.wp-pagenavi span {
  background-color: #8DC826;
}

.wp-pagenavi a {
  background-color: #C4C4C4;
}

.box-white {
  padding: 32px 5.042% 32px;
  background-color: #fff;
  border-radius: 10px;
}

.box-white .post-categories li {
  border: 1px solid #BABABA;
}

.blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  margin-bottom: 56px;
}

.blog-wrapper .main-content {
  width: 61.025%;
}

.blog-wrapper .sidebar {
  width: 32.649%;
}

.main-content h2:not(.related-posts-title) {
  padding-left: 2.454em;
  margin-top: 58px;
  margin-bottom: 44px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  line-height: 1.48;
  letter-spacing: 0.11em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .main-content h2:not(.related-posts-title) {
    font-size: 1.125rem;
  }
}
.main-content h2:not(.related-posts-title)::before {
  content: "";
  width: 1.636em;
  height: 1.636em;
  border: 8px solid #FFD065;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.main-content .wp-block-image {
  margin-bottom: 54px;
}

.main-content p {
  margin-bottom: 2em;
}

.main-content p > a {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

.main-content .page-nav {
  margin-top: 48px;
}

.main-content .page-nav li {
  max-width: 146px;
}

.main-content .page-nav li:first-of-type a {
  padding-left: 20px;
}

.main-content .page-nav li:first-of-type a::after {
  left: 16px;
}

.main-content .page-nav li:last-of-type a {
  padding-right: 20px;
}

.main-content .page-nav a {
  padding: 8px;
  border-width: 3px;
  font-size: 0.875rem;
}

.main-content .page-nav a::after {
  right: 16px;
}

.main-content .btn-to-works, .main-content .btn-to-archive {
  margin-bottom: 0;
}

.wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  box-sizing: border-box;
  flex-wrap: nowrap;
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}

.wp-block-column:not(:first-child) {
  margin-left: 10.903% !important;
}

.post-header .post-categories {
  justify-content: flex-end;
}

.time-wrapper {
  line-height: 1;
}

.time-wrapper .date-text, .time-wrapper .update-date {
  display: inline-block;
  padding-left: 1.428em;
  position: relative;
}

.time-wrapper .date-text::before, .time-wrapper .update-date::before {
  content: "";
  width: 1.142em;
  height: 1.142em;
  background: center/contain no-repeat url("./img/icon-date.svg");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.time-wrapper .date-text {
  margin-top: 0;
  line-height: 1;
}

.time-wrapper .update-date {
  margin-left: 1.071em;
}

.time-wrapper .update-date::before {
  width: 1.071em;
  height: 1.071em;
  background-image: url("./img/icon-date-update.svg");
}

.eyecatch {
  margin-bottom: 32px;
  border: 10px solid #fff;
  border-radius: 5px;
  line-height: 1;
}

.eyecatch img {
  border-radius: 5px;
}

.aligncenter {
  text-align: center;
}

div.yarpp-related {
  padding: 0 2.18%;
  margin-top: 0;
  margin-bottom: 70px;
}

div.yarpp-related > ul {
  font-size: 0.875rem;
}

div.yarpp-related > ul > li:not(:last-of-type) {
  margin-bottom: 2px;
}

div.yarpp-related > ul a {
  display: inline-block;
  padding-left: 18px;
  position: relative;
}

div.yarpp-related > ul a::before {
  content: "";
  width: 9px;
  height: 12px;
  background: center/contain no-repeat url("./img/arrow-menu.svg");
  position: absolute;
  top: 1.05em;
  left: 0;
  transform: translateY(-50%);
}

.related-posts-title {
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.11em;
  position: relative;
}

.related-posts-title::after {
  content: "";
  width: 3.6em;
  height: 3px;
  background-color: #8DC826;
  position: absolute;
  bottom: 0;
  left: 3px;
}

.sidebar .box-white {
  padding-right: 6.544%;
  padding-left: 6.544%;
  margin-bottom: 40px;
}

.sidebar .title-sidebar {
  margin-bottom: 28px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1;
}

.sidebar .banner-image {
  margin-top: 70px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  line-height: 1;
}

.search-wrap {
  display: flex;
  align-self: center;
  padding: 15px 24px;
  margin-bottom: 45px;
  background-color: #fff;
  border-radius: 30px;
}

.search-wrap input[type=text] {
  padding: 0;
  border: none;
}

.btn-search {
  margin-right: 26px;
  line-height: 1;
}

.sidebar-categories > li:not(:last-of-type) {
  border-bottom: 1px dashed #BABABA;
}

.sidebar-categories > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10.574%;
  line-height: 1.687;
  letter-spacing: 0;
}

.sidebar-categories .post-count {
  display: inline-block;
  padding: 2px 11px 4px;
  background-color: #FFD065;
  border-radius: 2px;
  line-height: 1;
}

.sidebar-popular-posts {
  line-height: 1.687;
}

.sidebar-popular-posts ul li, .sidebar-popular-posts ol li {
  padding: 10px 10px 14px;
  border-top: none;
  border-bottom: 1px dashed #BABABA;
}

.sidebar-popular-posts ol {
  counter-reset: ranking-num;
}

.sidebar-popular-posts ol li {
  counter-increment: ranking-num;
  position: relative;
}

.sidebar-popular-posts ol li:nth-of-type(1)::before {
  background-color: #CFA200;
}

.sidebar-popular-posts ol li:nth-of-type(2)::before {
  background-color: #929088;
}

.sidebar-popular-posts ol li:nth-of-type(3)::before {
  background-color: #BC5103;
}

.sidebar-popular-posts ol li::before {
  content: counter(ranking-num);
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #555;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar-popular-posts a {
  box-shadow: none;
}

.wpp-list {
  margin-bottom: 26px;
}

.wpp-list li {
  margin-bottom: 8px;
}

.entry-content a img, .comment-content a img {
  box-shadow: none;
}

.wpp-thumbnail {
  margin-right: 4.966%;
  border-radius: 5px;
}

.wpp-post-title {
  display: block;
  font-weight: bold;
}

.wpp-meta, .post-stats {
  font-size: 0.8125rem;
}

.wpp-views {
  color: #FF7478;
}

.wpp-date {
  color: #5CB4EB;
}

.newposts-list {
  margin-bottom: 26px;
}

.newposts-list li {
  margin-bottom: 8px;
  border-bottom: 1px dashed #BABABA;
}

.newposts-list a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 10px 14px;
}

.newposts-list .img-block {
  max-width: 96px;
  margin-right: 4.966%;
  margin-bottom: 0;
  line-height: 1;
}

.newposts-list .img-block img {
  display: inline-block;
  border-radius: 5px;
}

.newposts-list .txt-block {
  flex: 1;
}

.newposts-list .txt-block time {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #5CB4EB;
  letter-spacing: 0;
}

.newposts-list .txt-block .text-title {
  letter-spacing: 0;
}

div.liquid-speech-balloon-wrap {
  align-items: flex-start;
  margin-bottom: 42px;
}

div.liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow {
  border-top: 12px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 12px solid rgba(220, 220, 220, 0.2);
}

div.liquid-speech-balloon-avatar {
  width: 114px;
  height: 114px;
  background-image: url("./img/avatar.png");
  border: 10px solid #fff;
  border-radius: 50%;
}

div.liquid-speech-balloon-avatar::after {
  content: none !important;
}

div.liquid-speech-balloon-text {
  padding: 20px;
  margin-top: 10px;
  background-color: rgba(220, 220, 220, 0.2);
  border: none;
  border-radius: 10px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
}

div.liquid-speech-balloon-text p {
  margin-bottom: 0;
}

div.liquid-speech-balloon-arrow {
  top: 2.6em;
  left: -12px;
}

.main-content div#ez-toc-container {
  width: 100%;
  padding: 8px 4.049% 18px;
  margin-bottom: 56px;
  background-color: transparent;
  border-radius: 10px;
  border: 3px solid #E5E5E5;
}

.main-content div#ez-toc-container p.ez-toc-title {
  display: block;
}

.main-content div#ez-toc-container .ez-toc-title-container {
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.11em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .main-content div#ez-toc-container .ez-toc-title-container {
    font-size: 1rem;
  }
}
.main-content div#ez-toc-container .ez-toc-title-container::after {
  content: "";
  width: 110%;
  height: 1px;
  border-bottom: 1px dashed #BABABA;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.main-content div#ez-toc-container .ez-toc-title {
  margin-bottom: 0;
  line-height: 1.45;
}

.main-content div#ez-toc-container nav {
  padding-left: 6px;
}

.main-content div#ez-toc-container ul {
  letter-spacing: 0.02em;
}

.main-content div#ez-toc-container ul li {
  font-size: 100%;
  line-height: 2;
}

.main-content .ez-toc-counter nav ul li a::before {
  margin-right: 0.375em;
}

div.lkc-external-wrap {
  max-width: initial;
}

div.linkcard {
  margin: 0 auto 20px;
}

div#padSection {
  padding: 0 6.325%;
  margin: 0;
  border: none;
  font-size: 0.875rem;
}

div#padSection h4 {
  display: none;
}

div#padSection .avatar {
  float: none;
  margin-bottom: 18px;
  text-align: center;
  line-height: 1;
}

div#padSection .avatar img {
  width: 125px;
  height: 125px;
  margin-bottom: 0;
  border: 10px solid #fff;
}

div#padSection .profileTxtSet {
  margin-left: 0;
}

div#padSection .profileTxtSet dt {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.85;
}

div#padSection dl dt .authorName {
  font-size: 1.25rem;
}

div#padSection #latestEntries {
  display: none;
}

div#padSection + .view-more {
  padding: 0 7.8%;
  margin-top: 40px;
}

div.hcb_wrap.hcb_wrap pre, div.hcb_wrap.hcb_wrap code {
  background-color: transparent;
}

div.hcb_wrap.hcb_wrap pre {
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.75rem;
}

.contact-wrapper {
  padding-bottom: 8px;
}

.contact-wrapper p {
  font-size: 0.875rem;
  line-height: 2.857;
}

.contact-wrapper a {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

.contact-wrapper form {
  margin-top: 50px;
}

.contact-wrapper form strong {
  color: #DA1725;
}

.text-red {
  color: #DA1725;
}

div.smf-form .smf-item .smf-text-control__control,
div.smf-form .smf-item .smf-textarea-control__control {
  width: 100%;
  padding: 4px 10px;
  background-color: transparent;
  border: 2px solid #BABABA;
  border-radius: 5px;
  outline: none;
}

div.smf-form .smf-item .smf-text-control__control:hover, div.smf-form .smf-item .smf-text-control__control:active, div.smf-form .smf-item .smf-text-control__control:focus,
div.smf-form .smf-item .smf-textarea-control__control:hover,
div.smf-form .smf-item .smf-textarea-control__control:active,
div.smf-form .smf-item .smf-textarea-control__control:focus {
  border-color: #BABABA;
}

div.smf-form .smf-item .smf-textarea-control__control {
  resize: vertical;
}

.smf-action .smf-button-control {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  margin-bottom: 1em;
  background-size: 200%;
  background-image: linear-gradient(to right, #333 0%, #333 50%, transparent 50%, transparent 100%);
  border: 3px solid #333;
  border-radius: 5px;
  color: #fff;
  transition: 0.2s linear;
}

.smf-action .smf-button-control:hover {
  background-position: right;
  color: #333;
}

.smf-action .smf-button-control .smf-button-control__control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 7px;
  background: transparent;
  border: none;
  color: inherit;
}

.grecaptcha-badge {
  visibility: hidden;
}

.page404-text-box {
  font-size: 0.9375rem;
  line-height: 2.333;
  letter-spacing: 0em;
}

.page404-text-box p:not(:last-child) {
  margin-bottom: 2.3em;
}

.page404-text-box a {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

.search-result {
  letter-spacing: 0.14em;
}

.search-count {
  font-size: 1.5rem;
  font-weight: bold;
}

.post-wrapper {
  max-width: 498px;
  margin: 0 auto 70px;
  font-size: 0.875rem;
  line-height: 2.857;
}

.post-wrapper > * {
  margin-bottom: 40px;
}

.post-wrapper h2 {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: bold;
}

.post-wrapper .privacy-policy-tutorial {
  font-weight: 500;
}

/* start：プラグイン｜LIQUID SPEECH BALLOON (吹き出し)の設定 */
.liquid-speech-balloon-wrap {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}

.liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.2);
}

.liquid-speech-balloon-avatar {
  flex-shrink: 0;
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  line-height: 1;
  position: relative;
}

.liquid-speech-balloon-text {
  width: 100%;
  padding: 20px 30px;
  margin-left: 20px;
  position: relative;
  z-index: 1;
}

.liquid-speech-balloon-arrow {
  content: ".";
  width: 0;
  height: 0;
  color: transparent;
  line-height: 1;
  position: absolute;
  z-index: 2;
}

/* end：プラグイン｜LIQUID SPEECH BALLOON (吹き出し)の設定 */
/* start：Easy Table of Contents */
div#ez-toc-container {
  background: #fff;
  border: 1px solid #e5e5e5;
}

div#ez-toc-container {
  padding-right: 20px;
}

#ez-toc-container {
  background: #f9f9f9;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  display: table;
  margin-bottom: 1em;
  padding: 10px;
  position: relative;
  width: auto;
}

#ez-toc-container li,
#ez-toc-container ul,
#ez-toc-container ul li,
div.ez-toc-widget-container,
div.ez-toc-widget-container li {
  background: 0 0;
  list-style: none;
  line-height: 1.6;
  margin: 0;
  overflow: hidden;
  z-index: 1;
}

#ez-toc-container li,
#ez-toc-container ul {
  padding: 0;
}

.entry-content a,
.entry-summary a,
.comment-content a,
.posts-navigation a {
  box-shadow: inset 0 -1px 0 rgb(15, 15, 15);
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
}

#ez-toc-container a {
  color: #444;
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;
}

.ez-toc-counter ul {
  counter-reset: item;
}

.ez-toc-counter nav ul li a::before {
  counter-increment: item;
  content: counters(item, ".", decimal) ". ";
  display: inline-block;
  margin-right: 0.2em;
  float: left;
}

/* end：Easy Table of Contents */
/* start：プラグイン｜Pz-LinkCardの設定 */
.lkc-external-wrap, .lkc-internal-wrap, .lkc-this-wrap {
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  max-width: 500px;
}

.lkc-external-wrap {
  border: 1px solid #888888;
  background-color: #ffffff;
}

.lkc-link {
  text-decoration: none !important;
}

.lkc-card {
  margin-top: 7px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 7px;
}

.lkc-info {
  padding: 0;
  color: #222222;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
  overflow: hidden;
  display: block !important;
}

.linkcard {
  margin-top: 4px;
  margin-bottom: 16px;
  margin-left: 4px;
  margin-right: 16px;
}

.linkcard img {
  margin: 0 !important;
  padding: 0;
  border: none;
}

.lkc-favicon {
  height: 16px;
  width: 16px;
  margin: 0 4px !important;
  border: none;
  vertical-align: bottom;
  display: inline !important;
}

.lkc-domain {
  margin: 0 0 0 6px;
  color: #222222;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  display: inline !important;
}

.lkc-content {
  height: 108px;
  margin: 6px 0 0 0;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}

.lkc-thumbnail {
  max-width: 100px;
  max-height: 108px;
  padding: 0;
  margin: 0 6px 4px 4px;
  float: left;
}

.lkc-thumbnail-img {
  width: 100px;
  max-height: 108px;
  border: 1px solid #222;
}

.lkc-title-text {
  color: #111111;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  overflow: hidden;
  word-break: break-all;
}

.lkc-url {
  color: #4466ff;
  font-size: 10px;
  line-height: 10px;
  font-weight: normal;
  text-decoration: underline;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lkc-excerpt {
  margin: 0;
  color: #333333;
  font-size: 11px;
  line-height: 17px;
  padding: 0;
  overflow: hidden;
}

.clear {
  clear: both;
}

/* end：プラグイン｜Pz-LinkCardの設定 */
/* start：プラグイン｜VK Post Author Displayの設定 */
#padSection {
  clear: both;
  margin: 2em 0;
  display: block;
  overflow: hidden;
  padding: 30px 30px 20px;
  border: 3px solid #e5e5e5;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.8);
}

#padSection h4, #padSection h5, #padSection dl, #padSection dl dt, #padSection dl dd {
  margin: 0px;
  padding: 0px;
  background: none;
  border: none;
  color: inherit;
  outline: unset;
  outline-offset: unset;
  box-shadow: unset;
  border-radius: unset;
  color: inherit;
}

#padSection h4 {
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 1px dotted #333;
  font-size: 18px;
}

#padSection .avatar {
  float: left;
}

#padSection .avatar.circle img {
  border-radius: 50%;
}

#padSection .avatar img {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  width: 100px;
  height: auto;
}

#padSection .profileTxtSet {
  margin-left: 130px;
  display: block;
  overflow: hidden;
}

#padSection .profileTxtSet dt {
  margin-bottom: 5px;
}

/* end：プラグイン｜VK Post Author Displayの設定 */
/* start：プラグイン｜Highlighting Code Blockの設定 */
.hcb_wrap {
  display: block;
  margin-bottom: 2em;
  margin-top: 2em;
  padding: 0;
  position: relative;
  z-index: 0;
}

.hcb_wrap code,
.hcb_wrap pre {
  word-wrap: normal;
  background: var(--hcb-color--bg, #f7f6f6);
  border: none;
  color: var(--hcb-color--text, #1f1e1e);
  -webkit-hyphens: none;
  hyphens: none;
  -o-tab-size: 4;
  -moz-tab-size: 4;
  tab-size: 4;
  text-align: left;
  text-shadow: 0 1px var(--hcb-color--text-shadow, #fff);
  white-space: pre;
  word-break: normal;
  word-spacing: normal;
}

.hcb_wrap pre {
  -webkit-overflow-scrolling: touch;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  font-family: var(--hcb-font-family, "Menlo", "Consolas", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif);
  font-size: var(--hcb-font-size, 14px);
  letter-spacing: 0.1px;
  line-height: 1;
  margin: 0;
  overflow: auto;
  padding: 1.75em 1.5em;
  position: static;
}

.hcb_wrap pre::-webkit-scrollbar {
  height: 6px;
}

.hcb_wrap pre::-webkit-scrollbar-thumb {
  background: var(--hcb-color--scrollbar-thumb, hsla(0, 0%, 59%, 0.25));
}

.hcb_wrap code,
.hcb_wrap span {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.token.attr-name, .token.builtin, .token.char, .token.class-name, .token.inserted, .token.selector, .token.string {
  color: #407b08;
}

.token.boolean, .token.constant, .token.deleted, .token.number, .token.property, .token.symbol, .token.tag {
  color: #905;
}

.token.atrule, .token.attr-value, .token.function {
  color: #07a;
}

/* end：プラグイン｜Highlighting Code Blockの設定 */
/* start：プラグイン｜WordPress Popular Posts */
.entry-content a,
.entry-summary a,
.comment-content a,
.posts-navigation a {
  box-shadow: inset 0 -1px 0 rgb(15, 15, 15);
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a {
  box-shadow: inset 0 -1px 0 rgb(255, 255, 255);
  text-decoration: none;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
}

.wpp-thumbnail {
  display: inline;
  float: left;
  margin: 0 1rem 0 0;
  border: none;
}

.entry-content a img,
.comment-content a img {
  box-shadow: 0 0 0 8px #fff;
}

.wpp-meta,
.post-stats {
  display: block;
  font-size: 0.8em;
}

.wpp-list li {
  overflow: hidden;
  float: none;
  clear: both;
  margin-bottom: 1rem;
}

/* end：プラグイン｜WordPress Popular Posts */
/* start：プラグイン｜Snow Monkey Formsの設定 */
@media (min-width: 640px) {
  .smf-form--simple-table .smf-item {
    display: flex;
  }
}
.smf-form--simple-table .smf-item {
  margin-bottom: 0;
  margin-top: 0;
  padding: 1rem 0;
}

.smf-form--simple-table + .smf-action {
  margin-bottom: 1.8rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.8rem;
  text-align: center;
}

/* end：プラグイン｜Snow Monkey Formsの設定 */
/*=======================================================
  640px以上の設定（snow-monkey-form用）
=======================================================*/
@media (min-width: 640px) {
  div.smf-form--simple-table .smf-item__col--label {
    flex-basis: 8.75em;
  }
  div.smf-form--simple-table .smf-item__col--controls {
    flex-basis: calc(100% - 8.75em);
    max-width: calc(100% - 8.75em);
  }
}
/*=======================================================
  1200px以下の設定
=======================================================*/
@media screen and (max-width: 1200px) {
  .inner.is-blog-single {
    width: 100%;
  }
}
/*=======================================================
  960px以下の設定
=======================================================*/
@media screen and (max-width: 960px) {
  .inner.is-blog-single {
    max-width: calc(640px + 8%);
  }
  .blog-wrapper {
    padding-top: 0;
  }
  .blog-wrapper .main-content {
    width: 100%;
    margin-bottom: 72px;
  }
  .blog-wrapper .sidebar {
    width: 100%;
  }
}
/*=======================================================
  TBサイズ以下の設定
=======================================================*/
@media screen and (max-width: 768px) {
  h3 {
    line-height: 1.571;
  }
  .inner.is-works-single {
    width: 100%;
    max-width: calc(480px + 8%);
  }
  .inner.is-blog-single {
    max-width: calc(480px + 8%);
  }
  .inner.is-contact {
    max-width: 480px;
  }
  .disp-sp {
    display: block;
  }
  .shape-yellow1 {
    width: 41.066%;
    height: 35.466vw;
    transform: translate(-16.233%, -19.548%);
    z-index: 3;
  }
  .page-title-wrapper p:not([class]) {
    text-align: justify;
  }
  .page-title img {
    height: 1.75rem;
  }
  .shape-white {
    width: 134.666%;
    min-width: auto;
    height: 100.533vw;
    min-height: auto;
    left: 0;
    transform: translateX(-8.118%);
  }
  .mv {
    padding-top: 118px;
    padding-bottom: 51.2%;
  }
  .mv .main-text {
    width: 89.491%;
    margin-bottom: 8.135%;
  }
  .mv .sub-text {
    width: 38.983%;
  }
  .shape-pink {
    width: 48.533%;
    height: 39.466vw;
    transform: translateX(29.12%);
  }
  .view-more-home {
    width: 100%;
    text-align: center;
  }
  .view-more-home a {
    padding-right: 80px;
    margin-left: 70px;
  }
  .view-more {
    margin-top: 36px;
  }
  .section-title {
    text-align: center;
  }
  .home-works {
    padding-top: 68px;
    padding-bottom: 54px;
    margin-top: 60px;
  }
  .home-works .view-more-home {
    width: 100%;
    position: static;
    transform: translateX(0);
  }
  .home-works .works-list > li {
    margin-bottom: 50px;
  }
  .works-list {
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .works-list > li {
    width: 46.706%;
    margin-bottom: 50px;
  }
  .works-list > li:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .works-list > li figure {
    border-width: 3px;
  }
  .works-list > li .term-list {
    margin-left: 0;
  }
  .works-list > li .text-title {
    padding-left: 12px;
    margin-top: 0;
  }
  .shape-green {
    width: 52.8%;
    height: 42.666vw;
    transform: translateX(-12%);
  }
  .home-profile .section-title, .profile-wrapper .section-title {
    margin-bottom: 72px;
    text-align: center;
  }
  .home-profile .content-wrapper, .profile-wrapper .content-wrapper {
    display: block;
  }
  .home-profile .profile-img, .profile-wrapper .profile-img {
    width: 203px;
    padding-top: 193px;
    margin: 0 auto;
    border-width: 5px;
  }
  .home-profile .profile-text, .profile-wrapper .profile-text {
    width: 100%;
  }
  .home-profile .profile-text .text-title, .profile-wrapper .profile-text .text-title {
    margin-bottom: 52px;
    text-align: center;
  }
  .home-profile .profile-text .text-title span, .profile-wrapper .profile-text .text-title span {
    padding: 8px 26px;
  }
  .home-profile .profile-text .text-title span::after, .profile-wrapper .profile-text .text-title span::after {
    text-align: center;
    top: auto;
    bottom: -5px;
    right: 50%;
    transform: translate(50%, 100%);
  }
  .home-profile .profile-text p, .profile-wrapper .profile-text p {
    padding-right: 3px;
    line-height: 1.9375;
  }
  .home-profile {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  .home-profile .content-wrapper {
    display: block;
    margin-top: 72px;
    margin-bottom: 60px;
  }
  .home-profile .profile-text {
    margin-top: -14px;
  }
  .profile-wrapper {
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .shape-light-blue {
    width: 57.066%;
    height: 46.933vw;
    transform: translateX(10%);
  }
  .home-blog {
    padding-top: 76px;
    padding-bottom: 33.6%;
  }
  .home-blog .title-wrapper {
    padding: 0 2.544%;
    margin-bottom: 44px;
  }
  .home-blog .title-wrapper .section-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .home-blog-list a, .blog-list a {
    margin: 0;
  }
  .home-blog-list .text-title, .blog-list .text-title {
    margin-right: 5px;
    margin-left: 5px;
  }
  .home-blog-list .thumbnail, .blog-list .thumbnail {
    border-width: 5px;
  }
  .home-blog-list .content-wrapper, .blog-list .content-wrapper {
    margin-right: 5px;
    margin-left: 5px;
  }
  .home-blog-list {
    width: 79.94%;
    margin: 0 auto;
  }
  .home-blog-list .text-title {
    height: 1.85em;
  }
  .shape-blue {
    width: 64.266%;
    height: 52vw;
    transform: translateX(-21%);
  }
  .slick-prev, .slick-next {
    top: 24vw;
  }
  .slick-prev::before, .slick-next::before {
    width: 2.666vw;
    height: 4.533vw;
    background-image: url("./img/arrow-slider-sp.svg");
  }
  .slick-prev {
    left: -8.27%;
  }
  .slick-next {
    right: -8.27%;
  }
  .shape-yellow2 {
    width: 62.666%;
    height: 51.2vw;
    transform: translateX(27.7%);
  }
  .about-wrapper .shape-pink {
    max-width: 320px;
  }
  .about-text h2 {
    padding: 12px 42px 0;
  }
  .about-text h2::before, .about-text h2::after {
    width: 30px;
    height: 22px;
  }
  .career table {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .career table th, .career table td {
    display: block;
    padding: 0 0 0 1em;
  }
  .career table th:first-of-type, .career table td:first-of-type {
    white-space: normal;
    padding-left: 0;
  }
  .career table th:last-of-type, .career table td:last-of-type {
    margin-bottom: 1em;
  }
  .works-single .content-wrapper {
    display: block;
  }
  .works-single .item-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .works-single .item-right {
    width: 100%;
  }
  .page-nav li:first-of-type a::after {
    left: 12px;
  }
  .page-nav a {
    padding: 10px;
  }
  .page-nav a::after {
    right: 12px;
  }
  .btn-to-works a, .btn-to-archive a {
    width: 100%;
    padding: 10px;
  }
  .time-wrapper {
    margin-bottom: 12px;
  }
  .wp-block-columns {
    flex-wrap: wrap;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
  .wp-block-columns .wp-block-image {
    margin-bottom: 1em;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 0 !important;
  }
  .yarpp-related {
    margin-bottom: 56px;
  }
  .related-posts-title {
    margin-bottom: 24px;
  }
  .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow {
    border-top-width: 10px;
    border-bottom-width: 6px;
    border-right-width: 10px;
  }
  .liquid-speech-balloon-avatar {
    width: 80px;
    height: 80px;
    border-width: 5px;
  }
  .liquid-speech-balloon-text {
    padding: 8px 14px;
    margin-top: 5px;
    margin-left: 14px;
  }
  .liquid-speech-balloon-arrow {
    top: 2em;
    left: -10px;
  }
  .form-box dl {
    display: block;
    margin-right: 0;
  }
  .form-box dl dd {
    width: 100%;
  }
}
/*=======================================================
  640px以下の設定
=======================================================*/
@media screen and (max-width: 640px) {
  .blog-list {
    max-width: 400px;
    margin: 0 auto;
  }
  .blog-list > li {
    width: 100%;
    margin-bottom: 50px;
  }
  .blog-list > li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .wp-pagenavi {
    margin-top: 30px;
    margin-bottom: 80px;
  }
}
/*=======================================================
  374px以下の設定
=======================================================*/
@media screen and (max-width: 374px) {
  .about-text h2 span {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
  transition: 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding: 10px 1vw;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 768px) {
  .header {
    position: fixed;
    width: 100%;
    height: 50px;
    background-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
}

.header-nav {
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1.1875;
}
@media only screen and (max-width: 768px) {
  .header-nav {
    position: absolute;
    display: flex;
    align-items: center;
  }
}

.site-id-wrapper {
  padding: 0 5px 0 50px;
  height: 100%;
  flex-shrink: 1;
  min-width: 0;
}
@media only screen and (max-width: 992px) {
  .site-id-wrapper {
    padding: 0 5px 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .site-id-wrapper {
    padding: 10px 2.666%;
    height: auto;
    flex-shrink: 1;
    min-width: 0;
    max-width: calc(100% - 50px);
  }
}
.site-id-wrapper img {
  max-width: 100px;
}
@media only screen and (max-width: 480px) {
  .site-id-wrapper {
    padding-left: 0;
  }
}

.site-id-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #003366;
  white-space: nowrap;
}
@media only screen and (max-width: 992px) {
  .site-id-text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .site-id-text {
    font-size: 18px;
  }
}

.gnav {
  margin-right: calc(270px + 2vw);
  font-weight: bold;
  letter-spacing: 0.05em;
}
.gnav-list {
  color: #000000;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.gnav-list > li {
  position: relative;
}
.gnav-list > li:not(:last-of-type) {
  margin-right: 36px;
}
.gnav-list > li:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  left: -15;
  width: 6px;
  height: 6px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
}
.gnav-list a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.gnav-sublist {
  font-size: 14px;
  letter-spacing: 0.015em;
  line-height: 1.2142857143;
  width: 800px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .gnav-sublist {
    font-size: 12px;
    line-height: 1.1666666667;
  }
}
@media only screen and (max-width: 768px) {
  .gnav-sublist {
    display: none;
  }
}
.gnav-sublist > li {
  position: relative;
  list-style-image: url(../img/icon_check.svg);
}
.gnav-sublist > li:not(:last-of-type) {
  margin-right: 100px;
}
.gnav-sublist a {
  display: block;
}
@media only screen and (max-width: 992px) {
  .gnav {
    margin-right: calc(270px + 2vw);
  }
  .gnav-list > li:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .gnav {
    margin-right: calc(250px + 2vw);
  }
}
@media only screen and (max-width: 1100px) {
  .gnav {
    margin-right: calc(230px + 2vw);
  }
}
@media only screen and (max-width: 1000px) {
  .gnav {
    margin-right: calc(210px + 2vw);
  }
}
@media only screen and (max-width: 768px) {
  .gnav {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1875;
    color: #40342D;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 55vh;
    background: #FFFFFF;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding-top: 20px;
  }
  .gnav-list {
    width: 100%;
    list-style: none;
    margin: 0 0 10px 0;
    overflow: auto;
    display: block;
    flex: 0 0 auto;
  }
  .gnav-list li:not(:last-of-type) {
    margin-right: 0;
  }
  .gnav-list li:first-of-type {
    display: block;
  }
  .gnav-list > li:before {
    left: 0%;
  }
  .gnav-list a {
    padding: 20px 0px 20px 50px;
    position: relative;
    font-size: 18px;
    text-align: left;
  }
  .gnav-list a::after {
    content: "";
    width: 9px;
    height: 12px;
    background: center/contain no-repeat url("./img/arrow-menu.svg");
    position: absolute;
    top: 50%;
    right: 5.438%;
  }
  .gnav-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -10;
    display: block;
    background: rgba(3, 3, 3, 0.5);
  }
}
@media only screen and (max-width: 480px) {
  .gnav {
    height: 60vh;
  }
  .gnav-list a {
    font-size: 18px;
  }
}

.is-open {
  transform: translateX(0);
}

.nav-caption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  background: #FF7C13;
  color: #ffffff;
  text-decoration: none;
  width: 240px;
  height: 56px;
  padding: 0;
  border: solid 2px #ffffff;
  border-top: transparent;
  margin-right: calc(10px + 2vw);
  position: fixed;
  border-radius: 4px;
  top: 11px;
  right: 0;
  z-index: 4;
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-caption::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background: no-repeat center url("../img/mail_icon.png");
  background-size: contain;
  transform: translateY(1px); /* 0〜2pxで調整 */
}
.nav-caption:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 992px) {
  .nav-caption {
    min-width: 120px;
    margin-right: calc(30px + 2vw);
  }
}
@media only screen and (max-width: 1200px) {
  .nav-caption {
    width: 220px;
    margin-right: calc(30px + 2vw);
  }
}
@media only screen and (max-width: 1100px) {
  .nav-caption {
    width: 200px;
    margin-right: calc(30px + 2vw);
  }
}
@media only screen and (max-width: 1000px) {
  .nav-caption {
    width: 180px;
    margin-right: calc(30px + 2vw);
  }
}
@media only screen and (max-width: 768px) {
  .nav-caption {
    font-size: 20px;
    position: relative;
    padding: 0 30px;
    height: 56px;
    box-sizing: border-box;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    width: calc(100vw - 32px);
    text-align: center;
    margin: 10px 0 0 0;
    border: none;
    z-index: 3;
    border-radius: 10px;
    box-shadow: 0px 6px 0px 0px #E56500;
  }
}
.nav-caption.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .nav-caption.sp {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    top: auto;
    width: auto;
    transform: none;
    padding: 16px;
    font-size: 16px;
    border-radius: 8px;
    margin-right: 0;
    box-shadow: 0px 6px 0px 0px #E56500;
  }
  .nav-caption.sp::before {
    content: "📱";
    margin-right: 8px;
  }
}

.btn-nav {
  display: none;
  background-color: #FFFFFF;
  border: none;
  flex-direction: column;
  cursor: pointer;
  margin-left: auto;
  flex-shrink: 0;
}
.btn-nav span {
  background-color: black;
  height: 3px;
  margin: 4px 0;
  width: 26px;
}
@media only screen and (max-width: 768px) {
  .btn-nav {
    display: flex;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
    margin-left: auto;
    margin-right: 0;
  }
}
.btn-nav span:first-of-type {
  top: 37.5%;
}
.btn-nav span:nth-of-type(2) {
  top: 50%;
}
.btn-nav span:nth-of-type(3) {
  top: 62.5%;
}
.btn-nav .is-open {
  transform: rotate(180deg);
}

@media only screen and (max-width: 768px) {
  .btn-nav.active + .gnav {
    display: block;
  }
}

.step-text {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  position: absolute;
  top: 340px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: linear-gradient(transparent 70%, #FFE52B 70%);
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .step-text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    font-size: 20px;
    margin: 10px 0;
  }
}

/* common */
/* フッターのスタイル */
.footer {
  background: #00305F;
  color: white;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.footer__content {
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-top: 56px;
}

.footer__title {
  font-size: 34px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 56px;
  letter-spacing: 0.1em;
}

.footer__nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.footer__nav-item {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  padding: 8px 16px;
  border-radius: 4px;
  position: relative;
}

.footer__cta {
  margin-bottom: 56px;
}

.footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FF7C13;
  color: white;
  text-decoration: none;
  padding: 0;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  box-shadow: 0 6px 0 #E56500;
  position: relative;
  overflow: hidden;
  width: 240px;
  height: 56px;
}

.footer__button .icon {
  transform: translateY(2px); /* 0〜2pxで調整 */
  width: 20px;
  display: block;
  padding-right: 5px;
}

.footer__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 40px 0 30px;
}

.footer__copyright {
  position: relative;
  /* 擬似要素の基準にする */
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  z-index: 3;
  padding-top: 30px;
  padding-bottom: 24px;
  /* 線と文字の余白を確保 */
}
.footer__copyright .br-sp {
  display: none;
}

.footer__copyright::before {
  content: "";
  position: absolute;
  top: 10px;
  /* 親要素の上端に固定 */
  left: 50%;
  /* 中央寄せ */
  transform: translateX(-50%);
  /* 水平中央にぴったり */
  width: 80%;
  /* 線の幅 */
  height: 2px;
  /* 線の太さ */
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
}

@media (max-width: 768px) {
  .footer {
    padding: 0;
  }
  .container {
    padding: 0px 15px 10px;
  }
  .footer__content {
    padding-bottom: 0;
  }
  .footer__title {
    font-size: 24px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
  }
  .footer__nav {
    padding-top: 10px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .footer__nav-item {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
  }
  .footer__nav-item:nth-child(2),
  .footer__nav-item:nth-child(4) {
    transform: translateX(-20%);
  }
  .footer__cta {
    margin-bottom: 40px;
  }
  .footer__button {
    width: calc(100% - 32px);
    height: 56px;
    padding: 0;
    font-size: 20px;
    background: #FF7C13;
    box-shadow: 0 6px 0 #E56500;
    box-sizing: border-box;
  }
  .footer__copyright {
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .footer__copyright {
    font-size: 13px;
  }
  .footer__copyright .br-sp {
    display: block;
  }
}
@media (max-width: 480px) {
  .footer__title {
    font-size: 24px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 30px;
  }
  .footer__nav-item {
    font-size: 16px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
  }
  .footer__nav-item:nth-child(2),
  .footer__nav-item:nth-child(4) {
    transform: translateX(calc(-50% + 35px));
  }
  .footer__button {
    width: calc(100% - 32px);
    height: 56px;
    padding: 0;
    font-size: 20px;
    background: #FF7C13;
    box-shadow: 0 6px 0 #E56500;
    box-sizing: border-box;
  }
  .footer__copyright {
    font-size: 13px;
  }
  .footer__copyright .br-sp {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .sp-only {
    display: none !important;
  }
  .pc-only {
    display: block !important;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  a:hover {
    opacity: 1;
  }
}
.textcenter {
  text-align: center;
}

.breadcrumb {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  height: 50px;
  padding: 15px;
  box-sizing: border-box;
  display: block;
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 13px;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 1;
    display: block;
  }
}

.main > .breadcrumb.inner {
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .main > .breadcrumb.inner {
    margin-bottom: 20px;
  }
}
.main > .breadcrumb.inner a {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  color: #FF7C13;
  transition: opacity 0.3s ease;
}
.main > .breadcrumb.inner a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .main > .breadcrumb.inner a {
    font-size: 13px;
  }
}
.main > .breadcrumb.inner span {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #00305F;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .main > .breadcrumb.inner span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .main > .breadcrumb.inner {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    padding-top: 70px;
    padding-bottom: 15px;
  }
}

.first-view {
  width: 100%;
  aspect-ratio: 1440/723;
  height: 300px;
  position: relative;
  background-image: url("../img/fv_background.png");
  background-size: cover;
  background-position: center center;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.first-view_inner {
  padding: 0 7.8%;
}
@media only screen and (max-width: 768px) {
  .first-view_inner {
    padding: 0 15px;
  }
}
.first-view_inner h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .first-view_inner h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .first-view {
    height: 250px;
    padding: 0;
    justify-content: flex-start;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .main .first-view {
    padding-top: 70px;
  }
}
.main:has(.privacy) .first-view, .main:has(.contact) .first-view, .main:has(.faq-section) .first-view {
  background-position: center bottom;
}
.first-view > .breadcrumb:not(.inner),
.first-view .breadcrumb:not(.inner) {
  position: absolute;
  top: 30px;
  left: 7.8%;
  padding: 0;
  background: transparent;
  z-index: 1;
  text-shadow: none;
}
.first-view > .breadcrumb:not(.inner) a,
.first-view .breadcrumb:not(.inner) a {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  color: #FF7C13;
  transition: opacity 0.3s ease;
}
.first-view > .breadcrumb:not(.inner) a:hover,
.first-view .breadcrumb:not(.inner) a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .first-view > .breadcrumb:not(.inner) a,
  .first-view .breadcrumb:not(.inner) a {
    font-size: 13px;
  }
}
.first-view > .breadcrumb:not(.inner) span,
.first-view .breadcrumb:not(.inner) span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #00305F;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .first-view > .breadcrumb:not(.inner) span,
  .first-view .breadcrumb:not(.inner) span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .first-view > .breadcrumb:not(.inner),
  .first-view .breadcrumb:not(.inner) {
    top: 80px;
    left: 15px;
  }
}

.first-view-detail {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2142857143;
  letter-spacing: 0.015em;
  height: 333px;
  position: relative;
  padding: 0 7.8%;
  background-image: url("../img/detail_fv.jpg");
  background-size: auto;
  background-position: top right;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .first-view-detail {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
    top: 80px;
    left: 0;
    padding-left: 15px;
    text-align: center;
    height: calc(100vh - 180px);
    background-size: cover;
    width: auto;
  }
}

.btn__brown {
  display: inline-block;
  width: 200px;
  height: auto;
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
  text-align: center;
  border-radius: 45px;
  background-color: #482613;
  cursor: pointer;
  transition: opacity 0.3s;
  margin: 30px auto;
}
.btn__brown:hover {
  opacity: 0.8;
}

.main {
  display: block;
  width: 100%;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .main {
    padding-top: 0;
  }
}

.sample {
  display: block;
  position: relative;
  height: 300px;
  width: 100%;
}
.sample_container {
  background: url("../img/fv_background.png") no-repeat center/cover;
  height: 200px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
.sample_container2 {
  background-color: #687078;
  height: 300px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

.fv {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 723px;
  /* 下向きの“しっぽ” */
}
@media only screen and (max-width: 768px) {
  .fv {
    overflow: visible;
    padding-top: 50px;
    padding-bottom: 160px;
    max-height: none;
  }
}
.fv__wrapper {
  width: 100%;
  aspect-ratio: 1440/723;
}
.fv__wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: -180px;
  background: #FFD0B2;
  z-index: 1;
  display: none;
}
@media only screen and (max-width: 768px) {
  .fv__wrapper::before {
    display: block;
  }
}
.fv__wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/fv_background.png") no-repeat center/cover;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .fv__wrapper {
    aspect-ratio: auto;
    padding-top: 100px;
    position: relative;
  }
}
.fv__img {
  z-index: 20;
  width: 42%;
  height: auto;
  object-fit: contain;
  /* <img>に付ける場合 */
  position: absolute;
  bottom: 0%;
  right: 4%;
}
@media only screen and (max-width: 768px) {
  .fv__img {
    right: 0%;
    width: 300px;
    bottom: -50%;
    height: auto;
    background-position: center top;
  }
}
@media only screen and (max-width: 480px) {
  .fv__img {
    left: calc(250px - (480px - 100vw) * 0.5);
  }
}
.fv__container {
  position: absolute;
  inset: 0;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .fv__container {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .fv__container {
    top: 130px;
    left: calc(50% - (768px - 100vw) * 0.1);
    transform: translate(-50%, -50%);
  }
}
.fv__headline {
  display: flex;
  flex-direction: column;
  width: 60%;
  text-align: left;
  margin: 0px;
  padding-top: clamp(40px, 5.55vw, 80px);
  padding-left: clamp(40px, 10.41vw, 160px);
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .fv__headline {
    padding-left: calc(100px - (786px - 100vw) * 0.22);
    width: 95%;
    padding-top: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .fv__headline {
    padding-left: 50px;
    width: 95%;
    padding-top: 35px;
  }
}
.fv__question {
  font-size: clamp(20px, 2.9vw, 42px);
  font-weight: bold;
  color: #000;
  margin: 0px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .fv__question {
    letter-spacing: 4px;
    font-size: clamp(18px, 3.38vw, 26px);
  }
}
@media only screen and (max-width: 480px) {
  .fv__question {
    letter-spacing: 2px;
    font-size: clamp(14px, 4.16vw, 20px);
  }
}
.fv__main-title {
  display: inline-block;
  font-size: clamp(20px, 4.02vw, 58px);
  background-color: #003366;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 8px;
}
@media only screen and (max-width: 768px) {
  .fv__main-title {
    font-size: clamp(18px, 4.68vw, 34px);
    letter-spacing: 10px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .fv__main-title {
    font-size: clamp(18px, 6.66vw, 32px);
    letter-spacing: 6px;
    margin-bottom: 5px;
  }
}
.fv__main-subtitle {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: clamp(20px, 4.3vw, 62px);
  background-color: #003366;
  letter-spacing: 5px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  letter-spacing: 8px;
}
@media only screen and (max-width: 768px) {
  .fv__main-subtitle {
    display: none;
  }
}
.fv__main-subtitle-sp {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: clamp(20px, 4.3vw, 62px);
  background-color: #003366;
  letter-spacing: 5px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  letter-spacing: 8px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .fv__main-subtitle-sp {
    display: block;
    letter-spacing: 8px;
    font-size: clamp(18px, 5.98vw, 46px);
    width: calc(300px - (768px - 100vw) * 0.1);
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .fv__main-subtitle-sp {
    letter-spacing: 8px;
    font-size: clamp(18px, 7.5vw, 36px);
    width: calc(220px - (480px - 100vw) * 0.1);
    margin-bottom: 5px;
  }
}
.fv__main-subtitle-sp-second {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: clamp(20px, 4.3vw, 62px);
  background-color: #003366;
  letter-spacing: 5px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  letter-spacing: 8px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .fv__main-subtitle-sp-second {
    display: block;
    letter-spacing: 8px;
    font-size: clamp(18px, 5.98vw, 46px);
    width: calc(420px - (768px - 100vw) * 0.1);
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .fv__main-subtitle-sp-second {
    letter-spacing: 8px;
    font-size: clamp(18px, 7.5vw, 36px);
    width: calc(320px - (480px - 100vw) * 0.1);
    margin-bottom: 5px;
  }
}
.fv__badge {
  position: absolute;
  z-index: 30;
  right: 30%;
  top: 70%;
  width: calc(200px - (1440px - 100vw) * 0.1);
  max-width: 200px;
}
@media only screen and (max-width: 768px) {
  .fv__badge {
    width: clamp(110px, 15.62vw, 120px);
    left: calc(150px - (768px - 100vw) * 0.1);
    top: calc(300px - (768px - 100vw) * 0.1);
  }
}
@media only screen and (max-width: 480px) {
  .fv__badge {
    width: 110px;
    left: calc(150px - (768px - 100vw) * 0.1);
    top: calc(310px - (768px - 100vw) * 0.1);
  }
}
.fv__badge-img {
  width: 100%;
  height: auto;
}
.fv__main-copy {
  display: block;
  width: 52%;
  max-width: 600px;
}
@media only screen and (max-width: 768px) {
  .fv__main-copy {
    width: 70%;
  }
}
.fv__main-copy img {
  width: 100%;
  height: auto;
}
.fv__step {
  padding-top: clamp(5px, 0.69vw, 10px);
  text-align: left;
  padding-left: clamp(80px, 10.45vw, 160px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .fv__step {
    padding-left: 180px;
    padding-top: 95px;
  }
}
@media only screen and (max-width: 480px) {
  .fv__step {
    padding-left: 180px;
    padding-top: 95px;
  }
}
.fv__step-text {
  padding-left: 70px;
  font-size: clamp(28px, 2.36vw, 34px);
  font-weight: bold;
  padding-bottom: 1.4vw;
}
@media only screen and (max-width: 768px) {
  .fv__step-text {
    position: absolute;
    font-size: 22px;
    left: calc(230px - (756px - 100vw) * 0.45);
    z-index: 5;
    top: calc(110px + (756px - 100vw) * 0.3);
  }
}
@media only screen and (max-width: 480px) {
  .fv__step-text {
    font-size: 22px;
    left: calc(100px - (480px - 100vw) * 0.3);
    z-index: 5;
    top: calc(140px + (480px - 100vw) * 0.23);
  }
}
.fv__ribbon {
  position: absolute;
  bottom: 20%;
  left: clamp(120px, 350px - (1440px - 100vw) * 0.1, 350px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #ff7f00;
  font-weight: 700;
  line-height: 1.4;
  font-size: clamp(12px, 1.25vw, 18px);
  text-align: center;
  padding: 8px 22px;
  border-radius: 999px;
  /* ピル形状 */
  box-shadow: 0 2px 46px 8px rgba(0, 0, 0, 0.16);
  /* ふわっと影 */
  width: calc(300px - (1440px - 100vw) * 0.1);
  max-width: 320px;
  z-index: 5;
  height: auto;
}
@media only screen and (max-width: 992px) {
  .fv__ribbon {
    left: clamp(120px, 300px - (1440px - 100vw) * 0.1, 350px);
    width: calc(280px - (1440px - 100vw) * 0.1);
  }
}
@media only screen and (max-width: 768px) {
  .fv__ribbon {
    left: calc(400px - (768px - 100vw) * 0.5);
    width: clamp(270px, 39.06vw, 300px);
    padding: 15px 20px;
    top: calc(140px + (756px - 100vw) * 0.3);
    z-index: 6;
    font-size: clamp(16px, 2.08vw, 16px);
    line-height: 1.4;
  }
}
@media only screen and (max-width: 480px) {
  .fv__ribbon {
    padding: 12px clamp(10px, 4.16vw, 20px);
    left: calc(270px - (480px - 100vw) * 0.4);
    width: clamp(230px, 39.06vw, 280px);
    top: calc(180px + (480px - 100vw) * 0.3);
    z-index: 6;
    font-size: clamp(12px, 2.08vw, 16px);
    line-height: 1.4;
  }
}
.fv .fv__ribbon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  /* しっぽが少し下にはみ出す */
  transform: translateX(-50%);
  width: 14px;
  height: 10px;
  /* 三角形：clip-path で作ると滑らか */
  background: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  /* しっぽにもほんのり影 */
  z-index: 6;
}
.fv__btn {
  position: relative;
  display: inline-block;
  z-index: 1;
  width: 350px;
  padding: 22px 30px;
  border-radius: 5px;
  text-align: center;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  border: none;
  opacity: 0.9;
  transition: all 0.3s ease;
  /* PSDから確認した色 */
  background: #f77500;
  /* フラットなドロップシャドウ */
  box-shadow: 0px 6px 0px 0px #E56500;
  overflow: hidden;
  /* ホバー効果 */
}
.fv__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/trainangle.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  mix-blend-mode: color-burn;
  z-index: 0;
}
@media only screen and (max-width: 992px) {
  .fv__btn {
    font-size: clamp(16px, 1.8vw, 18px);
    padding: 18px 25px;
    width: clamp(240px, 30.12vw, 300px);
  }
}
@media only screen and (max-width: 768px) {
  .fv__btn {
    position: absolute;
    transform: translateX(-50%);
    padding: 22px 80px;
    left: calc(400px - (756px - 100vw) * 0.5);
    z-index: 5;
    top: calc(180px + (756px - 100vw) * 0.28);
    width: clamp(260px, 45.47vw, 350px);
  }
}
@media only screen and (max-width: 480px) {
  .fv__btn {
    padding: 22px 60px;
    left: calc(270px - (480px - 100vw) * 0.4);
    z-index: 5;
    top: calc(210px + (480px - 100vw) * 0.28);
    width: clamp(160px, 50vw, 240px);
  }
}
.fv__btn:hover {
  background: #E66F00;
  /* ホバー時は少し濃い色 */
  box-shadow: 0px 6px 0px 0px #E56500;
}
.fv__sp_step {
  display: none;
}
@media only screen and (max-width: 768px) {
  .fv__sp_step {
    display: block;
    width: 100%;
    height: 300px;
    background-color: #FFD0B2;
  }
}
.fv__copy {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2083333333;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .fv__copy {
    font-size: 20px;
    line-height: 1.4;
  }
}
.fv__campaign {
  text-align: center;
}
.fv__campaign .campaign__copy {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2083333333;
  display: inline-block;
  width: 780px;
  color: #fff;
  padding: 16px 10px;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  border: solid 2px #ffffff;
  background: linear-gradient(180deg, #FFBA00, #FF7F00);
  display: inline-block;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .fv__campaign .campaign__copy {
    font-size: 18px;
    line-height: 1.2222222222;
  }
}
.fv__campaign .campaign__copy span {
  font-size: 14px;
  letter-spacing: 0.015em;
  line-height: 1.2142857143;
}
@media only screen and (max-width: 768px) {
  .fv__campaign .campaign__copy span {
    font-size: 12px;
    line-height: 1.1666666667;
  }
}
@media only screen and (max-width: 768px) {
  .fv__campaign .campaign__copy {
    width: 300px;
    border-radius: 100px;
  }
}
.fv__campaign .campaign__copy .campaign__note {
  display: block;
}

.section_title {
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.1875;
  margin: 0 auto;
  padding: 40px 0 5%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section_title {
    font-size: max(10px,min(3.2vw,24px));
    line-height: 1.2083333333;
  }
}
.section_title span {
  display: block;
  /* Ensures the text is on a new line */
  font-weight: bold;
  /* Adjust the font weight */
  font-size: 0.8em;
  /* Adjust the font size */
  margin-bottom: 0.5em;
}
.section_title img {
  object-fit: contain;
}

.issue {
  position: relative;
  background: #FEF7EA;
  background-image: linear-gradient(180deg, rgba(132, 118, 110, 0), rgba(132, 118, 110, 0), rgba(132, 118, 110, 0.8));
  height: auto;
  padding-bottom: 100px;
}
.issue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
  z-index: 1;
}
.issue::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-image: url("../img/background_common.png");
  background-repeat: repeat;
  z-index: 0;
}
.issue__bg-wrapper {
  position: absolute;
  width: 100%;
  height: 500px;
  background-image: url("../img/issue_background.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 2;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .issue__bg-wrapper {
    display: none;
  }
}
.issue > * {
  position: relative;
  z-index: 2;
}
.issue .inner {
  padding-top: 80px;
}
.issue__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em 5%;
  align-items: center;
}
.issue__card1 {
  width: 30%;
  height: auto;
  border-radius: 3px;
  z-index: 3;
}
.issue__card2 {
  width: 30%;
  height: auto;
  border-radius: 3px;
  z-index: 3;
}
.issue__card3 {
  width: 30%;
  height: auto;
  border-radius: 3px;
  z-index: 3;
}
.issue__card4 {
  width: 30%;
  height: auto;
  border-radius: 3px;
  z-index: 3;
}
.issue__card5 {
  width: 30%;
  height: auto;
  border-radius: 3px;
  z-index: 3;
}
.issue__card-img {
  width: 100%;
  height: auto;
}
.issue__card-text {
  height: 75px;
  background: #365030;
  color: #fff;
  font-weight: 700;
  padding: 1em 1em 0 1em;
  clip-path: polygon(0 0, 0 60%, 50% 100%, 100% 60%, 100% 0);
  text-align: center;
}
.issue__card-text p {
  margin: 0;
}
.issue__copy {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  padding: 10px 0;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .issue__copy {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  .issue__copy {
    text-align: left;
  }
}

.property-section {
  background-color: #FEF7EA;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .property-section {
    padding: 40px 0;
  }
}
.property-section__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .property-section__container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .property-section__container {
    padding: 0 15px;
  }
}
.property-section__container .section-title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #333;
  margin-bottom: 60px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .property-section__container .section-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.property-section__container .property-list-container {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .property-section__container .property-list-container {
    overflow: visible;
    height: auto;
  }
  .property-section__container .property-list-container .property-list-inner.swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 50px;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
    overflow: visible;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .property-section__container .property-list-container .property-list-inner.swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .property-section__container .property-list-container .property-list-item.swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
    height: auto !important;
    min-height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .property-section__container .property-list-container {
    position: relative;
    overflow-y: visible;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
  .property-section__container .property-list-container .property-list-inner.swiper-wrapper {
    display: flex;
  }
  .property-section__container .property-list-container .property-list-item.swiper-slide {
    width: calc(100% - 0px);
    max-width: 768px;
    margin: 0;
    height: auto !important;
    flex-shrink: 0;
  }
}
.property-section__container .property-progress {
  height: 6px;
  background: #e0e0e0;
  border-radius: 999px;
  margin: 0px auto 10px;
  width: calc(100vw - 40px);
  display: none;
}
@media only screen and (max-width: 768px) {
  .property-section__container .property-progress {
    display: block;
    margin: 30px auto 10px;
  }
}
.property-section__container .property-progress__bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #ff6b35, #ffa12c);
  border-radius: 999px;
  transition: width 0.3s ease;
}
.property-section .property-list-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 0 rgba(3, 3, 3, 0.12);
  max-width: 400px;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100%;
}
@media screen and (min-width: 769px) {
  .property-section .property-list-item {
    height: auto;
    min-height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .property-section .property-list-item {
    width: 100%;
    height: 465px;
    margin: 0;
    box-shadow: 0 6px 0 rgba(3, 3, 3, 0.12);
    max-width: 400px;
  }
}
.property-section .property-list-item .property-image {
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  padding-top: 15px;
  background-color: #fafafa;
}
.property-section .property-list-item .property-image img {
  width: 60%;
  height: auto;
  max-height: 200px;
  border-radius: 6px;
  object-fit: cover;
}
.property-section .property-list-item .property-info {
  padding: 5px 20px 25px;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.property-section .property-list-item .property-title {
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  margin-bottom: 14px;
  line-height: 1.5;
  position: relative;
}
.property-section .property-list-item .property-title::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FEAE25;
}
@media only screen and (max-width: 768px) {
  .property-section .property-list-item .property-title {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.property-section .property-list-item .property-details {
  margin-top: 20px;
  margin-bottom: 16px;
}
.property-section .property-list-item .property-details .detail-item {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #666;
  margin-bottom: 10px;
}
.property-section .property-list-item .property-details .detail-item:last-child {
  margin-bottom: 0;
}
.property-section .property-list-item .property-details .detail-item .detail-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-top: 3px;
  flex-shrink: 0;
}
.property-section .property-list-item .property-details .detail-item .detail-text-column {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.property-section .property-list-item .property-details .detail-item .detail-text-column > span {
  display: block;
}
.property-section .property-list-item .property-details .detail-item .detail-text-column .built-info {
  display: inline !important;
}
.property-section .property-list-item .property-details .detail-item .detail-text-column .built-info .built-age {
  display: inline !important;
  margin-left: 4px;
}
@media only screen and (max-width: 480px) {
  .property-section .property-list-item .property-details .detail-item {
    font-size: 15px;
  }
}
.property-section .property-list-item .more-details-link {
  display: block;
  text-align: center;
  color: #FF7C13;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 600;
  transition: opacity 0.3s ease;
  margin-top: auto;
}
.property-section .property-list-item .more-details-link:hover {
  opacity: 0.7;
}
.property-section .property-section__footer {
  text-align: center;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .property-section .property-section__footer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.property-section .property-section__footer .view-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #FF7C13;
  border: 3px solid #FF7C13;
  padding: 0;
  border-radius: 6px;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 auto;
  max-width: 400px;
  width: 400px;
  height: 72px;
  box-shadow: 0 4px 0 #E56500;
}
.property-section .property-section__footer .view-more-btn:hover {
  background: #ff6b35;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 0 #E56500;
}
@media only screen and (max-width: 768px) {
  .property-section .property-section__footer .view-more-btn {
    padding: 12px 60px;
    font-size: 20px;
    width: calc(100vw - 32px);
    height: auto;
    box-sizing: border-box;
  }
}

.recommend-section {
  padding: 60px 0;
  background-color: #FEF7EA;
  height: auto;
  padding-block: clamp(40px, 6vw, 80px);
}
@media only screen and (max-width: 768px) {
  .recommend-section {
    padding: 40px 20px 10px;
  }
}
.recommend-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .recommend-section .container {
    padding: 0 15px;
  }
}
.recommend-section .section-title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 80px;
  color: #333;
  word-break: keep-all;
}
@media only screen and (max-width: 768px) {
  .recommend-section .section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .recommend-section .section-title {
    font-size: 1.6rem;
  }
}
.recommend-section .section-title .highlight {
  color: #FEAE25;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .recommend-section .section-title .highlight {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
}
.recommend-section .recommend-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 320px));
  column-gap: 60px;
  row-gap: 56px;
  max-width: 1400px;
  margin: 0 auto 60px;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .recommend-section .recommend-grid {
    grid-template-columns: minmax(300px, 332px);
    column-gap: 20px;
    row-gap: 20px;
    max-width: none;
    justify-content: center;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  .recommend-section .recommend-grid {
    grid-template-columns: minmax(calc(100vw - 24px), 332px);
    column-gap: 15px;
    row-gap: 20px;
    padding: 0 12px;
  }
}
.recommend-section .recommend-item {
  background: white;
  border-radius: 12px;
  padding: clamp(20px, 2vw, 30px);
  text-align: center;
  box-shadow: none;
  position: relative;
  width: 320px;
  height: 278px;
  box-sizing: border-box;
  min-width: 0;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .recommend-section .recommend-item {
    width: 100%;
    max-width: 332px;
    height: 204px;
    padding: 15px 15px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .recommend-section .recommend-item {
    width: 100%;
    max-width: 332px;
    height: 204px;
    padding: 20px 10px;
    margin: 0 auto;
  }
}
.recommend-section .recommend-item .check-icon {
  width: 65px;
  height: 65px;
  background: url("../img/checkicon.png") no-repeat center/contain;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 10;
  pointer-events: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .recommend-section .recommend-item .check-icon {
    width: 50px;
    height: 50px;
    top: -10px;
    left: -10px;
  }
}
.recommend-section .recommend-item .item-icon {
  width: 144px;
  height: 144px;
  margin: 0 auto 5px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .recommend-section .recommend-item .item-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .recommend-section .recommend-item .item-icon {
    width: 110px;
    height: 110px;
    margin-bottom: 5px;
  }
}
.recommend-section .recommend-item .item-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.recommend-section .recommend-item .item-text {
  font-size: 20px;
  color: #333;
  line-height: 1.6;
  font-weight: bold;
  word-break: keep-all;
  hyphens: auto;
}
@media only screen and (max-width: 768px) {
  .recommend-section .recommend-item .item-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .recommend-section .recommend-item .item-text {
    font-size: 16px;
  }
}

.pc-text {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .pc-text {
    display: none;
  }
}

.sp-text {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp-text {
    display: inline;
  }
}

.cta-secttion {
  display: block;
}
.cta-secttion .cta-container {
  margin: 0 auto;
  display: flex;
  background-image: url("../img/cta.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment: local;
  height: 416px;
  width: 100%;
  flex-direction: column;
  /* 縦に積む */
  align-items: center;
  /* 横方向中央寄せ */
  justify-content: center;
  /* 縦方向中央寄せ */
  padding: 0;
  overflow: visible;
}
.cta-secttion .cta-text {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 33px;
  position: relative;
  padding-bottom: 10px;
  /* アンダーラインのスタイル */
}
.cta-secttion .cta-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  /* テキストの下に配置 */
  left: 50%;
  transform: translateX(-50%);
  width: 259px;
  height: 9px;
  background: #FFE52B;
  /* 黄色いアンダーライン */
  border-radius: 0;
}
.cta-secttion .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #FF7C13;
  color: white;
  padding: 20px 100px;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0%;
  transition: all 0.3s ease;
  box-shadow: 0 6px 0 #E56500, inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  border: none;
  margin: 0;
  vertical-align: middle;
  width: 480px;
  box-sizing: border-box;
  height: 88px;
  overflow: hidden;
}
.cta-secttion .cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/trainangle.png");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
  mix-blend-mode: color-burn;
  z-index: 0;
}
.cta-secttion .cta-button > * {
  position: relative;
  z-index: 1;
}
.cta-secttion .cta-button:hover {
  background: linear-gradient(180deg, #E67A1F 0%, #E66F00 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #E56500, inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.cta-secttion .cta-button .button-icon {
  transform: translateY(1px); /* 0〜2pxで調整 */
  display: block;
  width: 34px;
  height: 27px;
  margin-right: 20px;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .cta-secttion .cta-container {
    background-image: url("../img/cta_sp.png");
    height: 233px;
    padding: 30px 0 0 0;
    background-size: 100% auto;
    justify-content: flex-start;
    box-sizing: border-box;
  }
  .cta-secttion .cta-text {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .cta-secttion .cta-text::after {
    width: 180px;
    height: 7px;
  }
  .cta-secttion .cta-button {
    font-size: 20px;
    padding: 0 20px;
    width: calc(100% - 36px);
    height: 56px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    line-height: 1;
    letter-spacing: 0%;
    position: relative;
    overflow: hidden;
  }
  .cta-secttion .cta-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/trainangle.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    mix-blend-mode: color-burn;
    z-index: 0;
  }
  .cta-secttion .cta-button .button-icon {
    display: block;
    width: 25px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
  }
}

.reasons {
  background-color: #fff;
  padding: 80px 20px;
  text-align: center;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .reasons {
    padding: 40px 5px;
  }
}
.reasons__container {
  max-width: 1200px;
  margin: 0 auto;
}
.reasons__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #030303;
  margin-bottom: 60px;
}
.reasons__title_under {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.reasons__title_under::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45%;
  transform: translateX(-50%);
  width: 480px;
  height: 9px;
  background: #FFE52B;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  .reasons__title_under::after {
    width: 290px;
    left: 45%;
  }
}
@media only screen and (max-width: 480px) {
  .reasons__title_under::after {
    width: 290px;
  }
}
@media only screen and (max-width: 360px) {
  .reasons__title_under::after {
    width: 260px;
    left: 45%;
  }
}
.reasons__title br.br-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .reasons__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -3;
    text-align: center;
    margin-bottom: 40px;
  }
  .reasons__title br.br-sp {
    display: block;
  }
}
@media only screen and (max-width: 360px) {
  .reasons__title {
    font-size: 30px;
    letter-spacing: -3;
  }
}
.reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 25px;
  max-width: 1081px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .reasons__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 350px;
  }
}
.reasons .reason-row-bottom {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 688px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 768px) {
  .reasons .reason-row-bottom {
    flex-direction: column;
    max-width: 350px;
  }
}
.reasons .reason-row-bottom .reason-card {
  width: calc((100% - 20px) / 2);
}
@media only screen and (max-width: 768px) {
  .reasons .reason-row-bottom .reason-card {
    width: 100%;
  }
}
.reasons .reason-card {
  background-color: #FEF7EA;
  border-radius: 8px;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.reasons .reason-card__title {
  background: #FF7C13;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding: 12px 0;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .reasons .reason-card__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding: 10px 0;
  }
}
.reasons .reason-card__content {
  background-color: #FEF7EA;
  padding: 30px 20px;
}
@media only screen and (max-width: 768px) {
  .reasons .reason-card__content {
    background-color: #FEF7EA;
    padding: 15px 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.reasons .reason-card__icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .reasons .reason-card__icon {
    padding-left: 5px;
    padding-right: 10px;
    margin: 0;
    width: 100px;
    height: 100px;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .reasons .reason-card__icon {
    padding-right: 10px;
    width: 100px;
    height: 100px;
    margin: 0;
  }
}
@media only screen and (max-width: 360px) {
  .reasons .reason-card__icon {
    padding-right: 5px;
    width: 70px;
    height: 70px;
    margin: 0;
  }
}
.reasons .reason-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reasons .reason-card__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .reasons .reason-card__desc {
    display: block;
    font-size: 0.9rem;
  }
}
.reasons .reason-card__desc > span:first-child {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .reasons .reason-card__desc > span:first-child {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
  }
}
.reasons .reason-card__desc .plan-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .reasons .reason-card__desc .plan-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-top: 3px;
  }
}
.reasons .reason-card__desc .highlight {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -10%;
  text-align: center;
  color: #FF7C13;
}
@media only screen and (max-width: 768px) {
  .reasons .reason-card__desc .highlight {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -10%;
    text-align: center;
  }
}
.reasons .reason-card__desc .highlight-bg {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -10%;
  text-align: center;
  color: #FF7C13;
}
@media only screen and (max-width: 768px) {
  .reasons .reason-card__desc .highlight-bg {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -10%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .reasons .reason-card__desc .reason-description-space {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .reasons .reason-card__desc .reason-description-space-mini {
    padding-bottom: 5px;
  }
}
.reasons .reason-card__desc .highlight-bg-mini {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  color: #FF7C13;
}
@media only screen and (max-width: 768px) {
  .reasons .reason-card__desc .highlight-bg-mini {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -6%;
    text-align: center;
  }
}
.reasons .reason-card__desc .text-mini {
  color: #333;
  font-weight: 700;
  font-size: 0.8em;
}
.reasons .reason-card__desc .text-mini-hl {
  color: #FF7C13;
}
.reasons .reason-card__desc .desc-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .reasons .reason-card__desc .desc-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
  }
}
.reasons .reason-card__desc .many-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .reasons .reason-card__desc .many-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
  }
}
.reasons .reason-card__desc .achievement-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #FF7C13;
}
@media only screen and (max-width: 768px) {
  .reasons .reason-card__desc .achievement-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #FF7C13;
  }
}
.reasons .reason-card__desc .subtitle-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #030303;
}
@media only screen and (max-width: 768px) {
  .reasons .reason-card__desc .subtitle-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #030303;
    display: block;
    margin-bottom: 2px;
  }
}
.reasons .reason-card__desc .transaction-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #FF7C13;
}
@media only screen and (max-width: 768px) {
  .reasons .reason-card__desc .transaction-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #FF7C13;
  }
}
.reasons .reason-card__desc .number-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #FF7C13;
}
@media only screen and (max-width: 768px) {
  .reasons .reason-card__desc .number-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #FF7C13;
  }
}
.reasons .reason-card__desc .transaction-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #FF7C13;
}
@media only screen and (max-width: 768px) {
  .reasons .reason-card__desc .transaction-unit {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #FF7C13;
  }
}
.reasons .reason-card__desc .transaction-over {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #030303;
}
@media only screen and (max-width: 768px) {
  .reasons .reason-card__desc .transaction-over {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #030303;
  }
}
.reasons .reason-note {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 40px 0;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .reasons .reason-note {
    flex-direction: column;
    gap: 20px;
    max-width: 355px;
    margin: 20px auto;
    justify-content: center;
  }
}
.reasons .reason-note__icon {
  width: 160px;
  height: 152px;
}
@media only screen and (max-width: 768px) {
  .reasons .reason-note__icon {
    width: 97px;
    height: 92px;
    display: block;
    margin: 0 auto;
  }
}
.reasons .reason-note__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.reasons .reason-note__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.reasons .reason-note__wrapper__text {
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  background-color: #FEF7EA;
  max-width: 505px;
  height: 152px;
  box-sizing: border-box;
  position: relative;
  border-radius: 16px;
}
.reasons .reason-note__wrapper__text::after {
  content: "";
  position: absolute;
  right: -30.5031738281px;
  top: calc(50% + 10px);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 14.625px solid transparent;
  border-bottom: 14.625px solid transparent;
  border-left: 40.5031738281px solid #FEF7EA;
}
@media only screen and (max-width: 768px) {
  .reasons .reason-note__wrapper__text {
    width: calc(100% - 10px);
    height: 128px;
    padding: 0 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
  .reasons .reason-note__wrapper__text::after {
    right: auto;
    top: auto;
    bottom: -9.25px;
    left: 30px;
    transform: rotate(90deg);
    border-top: 29.25px solid #FEF7EA;
    border-bottom: none;
    border-left: 20.2515869141px solid transparent;
    border-right: 20.2515869141px solid transparent;
  }
}
@media only screen and (max-width: 360px) {
  .reasons .reason-note__wrapper__text {
    padding: 0 5px 0 15px;
  }
}
.reasons .reason-note__wrapper__text .highlight {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  position: relative;
  display: inline-block;
}
.reasons .reason-note__wrapper__text .highlight::after {
  content: "";
  position: absolute;
  bottom: -3;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #FFE52B;
}
@media only screen and (max-width: 768px) {
  .reasons .reason-note__wrapper__text .highlight {
    font-family: "Noto Sans JP", sans-serif;
    bottom: 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0%;
  }
}
@media only screen and (max-width: 360px) {
  .reasons .reason-note__wrapper__text .highlight {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
  }
}

.caution {
  position: relative;
  height: auto;
  background: #FEF7EA;
}
.caution_wrapper_container {
  padding: 60px 0;
  background: #dad5d5;
  height: 1050px;
  clip-path: polygon(0 0, 100% 0, 100% 93%, 50% 100%, 0 93%);
  position: relative;
  z-index: 15;
  overflow: hidden;
  background-image: url("../img/noise-texture.png");
}
.caution_wrapper_container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-size: cover;
  background-repeat: repeat;
  opacity: 0.3;
  mix-blend-mode: normal;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .caution_wrapper_container {
    padding: 40px 0;
    height: 1500px;
    clip-path: polygon(0 0, 100% 0, 100% 88.7%, 50% 92%, 0 88.7%);
  }
}
.caution .container {
  margin: 0 auto;
}
.caution .container .warning-banner {
  background: #FFDD50;
  padding: 18px 10px;
  margin: 40px auto;
  width: 1080px;
  height: 123px;
  text-align: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .caution .container .warning-banner {
    padding: 18px 5px;
    width: calc(100vw - 32px);
    max-width: 343px;
    height: 123px;
    margin-left: auto;
    margin-right: auto;
  }
}
.caution .container .warning-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: repeating-linear-gradient(-45deg, #000 0px, #000 8px, #FFDD50 8px, #FFDD50 16px);
  z-index: 1;
}
.caution .container .warning-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: repeating-linear-gradient(-45deg, #000 0px, #000 8px, #FFDD50 8px, #FFDD50 16px);
  z-index: 1;
}
.caution .container .warning-banner .warning-icon,
.caution .container .warning-banner .warning-text {
  position: relative;
  z-index: 2;
}
.caution .container .warning-banner .warning-icon {
  /* 絵文字を非表示に */
  display: inline-block;
  width: 70px;
  height: 70px;
  color: transparent;
  /* 絵文字を透明にする */
  font-size: 0;
  /* またはフォントサイズを0にする */
  line-height: 40px;
  vertical-align: middle;
  /* アイコン画像を背景として設定 */
  background-image: url("../img/caution_mark.png");
  background-size: 100%;
  /* 画像のサイズを調整 */
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .caution .container .warning-banner .warning-icon {
    display: inline;
    width: 54px;
    height: 46px;
  }
}
@media only screen and (max-width: 360px) {
  .caution .container .warning-banner .warning-icon {
    display: inline;
    width: 50px;
    height: 41px;
  }
}
.caution .container .warning-banner .warning-text {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #333;
  vertical-align: middle;
  text-align: left;
}
.caution .container .warning-banner .warning-text br.br-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .caution .container .warning-banner .warning-text {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 31px;
    line-height: 120%;
    letter-spacing: 0%;
    display: inline-block;
    padding-left: 5px;
  }
  .caution .container .warning-banner .warning-text br.br-sp {
    display: block;
  }
}
@media only screen and (max-width: 360px) {
  .caution .container .warning-banner .warning-text {
    font-size: 24px;
  }
}
.caution .container .problems-grid {
  display: grid;
  grid-template-columns: repeat(3, 333px);
  gap: 40px;
  margin: 50px auto;
  position: relative;
  z-index: 2;
  justify-content: center;
  max-width: fit-content;
}
@media only screen and (max-width: 768px) {
  .caution .container .problems-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 343px;
    margin: 0 auto;
    padding: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .caution .container .problems-grid {
    padding: 5px;
  }
}
.caution .container .problems-grid .problem-card {
  background: white;
  border-radius: 12px;
  padding: 15px 5px 5px 5px;
  text-align: center;
  box-shadow: none;
  width: 100%;
  max-width: 323px;
  height: 248px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-self: center;
}
@media only screen and (max-width: 768px) {
  .caution .container .problems-grid .problem-card {
    width: 100%;
    max-width: 343px;
    height: 238px;
    padding: 15px 5px 5px 5px;
  }
}
.caution .container .problems-grid .problem-card .problem-icon {
  width: 137px;
  height: 108px;
  margin: 10px auto 20px auto;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  .caution .container .problems-grid .problem-card .problem-icon {
    width: 137px;
    height: 108px;
  }
}
.caution .container .problems-grid .problem-card .problem-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.caution .container .problems-grid .problem-card .problem-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .caution .container .problems-grid .problem-card .problem-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .caution .container .problems-grid .problem-card .problem-text {
    font-size: 14.4px;
  }
}
.caution .container .problems-grid .problem-card .problem-text-mini {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #333;
  margin-top: auto;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .caution .container .problems-grid .problem-card .problem-text-mini {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: auto;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .caution .container .problems-grid .problem-card .problem-text-mini {
    font-size: 10.8px;
  }
}
.caution .container .result-banner {
  /* グラデーションと文字を画像として設定 */
  background-image: url("../img/result.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  /* 下辺を斜めにカット */
  width: 1080px;
  height: 133px;
  text-align: center;
  border-radius: 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 50px auto 40px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .caution .container .result-banner {
    width: 343px;
    height: 82px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 480px) {
  .caution .container .result-banner {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
}
.caution .container .result-banner .result-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .caution .container .result-banner .result-text {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
  }
}
.caution .container .outcome-bubble {
  /* 吹き出しの背景を画像で設定 */
  background-image: url("../img/result2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* 要素のサイズを画像に合わせる */
  width: 748px;
  height: 340px;
  /* flexboxで子要素を配置 */
  display: flex;
  align-items: center;
  /* 垂直方向の中央揃え */
  justify-content: center;
  /* 水平方向の中央揃え */
  padding: 0;
  margin: 0px auto 60px;
  max-width: 748px;
  position: relative;
  z-index: 2;
  border-radius: 0;
  /* 元の三角部分を削除 */
}
@media only screen and (max-width: 768px) {
  .caution .container .outcome-bubble {
    background-image: url("../img/result2_sp.png");
    width: calc(100vw - 20px);
    height: 223px;
  }
}
@media only screen and (max-width: 480px) {
  .caution .container .outcome-bubble {
    width: calc(100vw - 20px);
    height: 223px;
  }
}
.caution .container .outcome-bubble::before {
  content: none;
}
.caution .container .outcome-bubble .outcome-text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  /* テキストの色を黒に設定 */
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .caution .container .outcome-bubble .outcome-text {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 480px) {
  .caution .container .outcome-bubble .outcome-text {
    font-size: 1rem;
  }
}
.caution .container .outcome-bubble .outcome-icon {
  /* アイコン画像を背景として設定 */
  background-image: url("../img/caution_icon4.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* アイコン要素のサイズを設定 */
  width: 100px;
  height: 100px;
  margin-left: 10px;
  /* テキストとの間隔を調整 */
}
@media only screen and (max-width: 768px) {
  .caution .container .outcome-bubble .outcome-icon {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .caution .container .outcome-bubble .outcome-icon {
    width: 70px;
    height: 70px;
  }
}
.caution .strengths-section {
  text-align: center;
  margin-top: -100px;
  position: relative;
  z-index: 12;
  background-color: #FEF7EA;
  height: auto;
  padding-top: 200px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .caution .strengths-section {
    margin-top: -150px;
    padding-bottom: 30px;
  }
}
.caution .strengths-section_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .caution .strengths-section_container {
    padding: 0 15px;
  }
}
.caution .strengths-section .section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #333;
  margin-bottom: 100px;
}
.caution .strengths-section .section-title br.br-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .caution .strengths-section .section-title {
    font-size: 31px;
    margin-bottom: 80px;
    margin-top: -100px;
  }
  .caution .strengths-section .section-title br.br-sp {
    display: block;
  }
}
.caution .strengths-section .strengths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-content: center;
  margin: 30px auto;
  align-items: start;
  max-width: 1200px;
}
@media only screen and (max-width: 768px) {
  .caution .strengths-section .strengths-grid {
    grid-template-columns: 1fr;
    gap: 70px;
    max-width: none;
    width: 100%;
    justify-items: center;
  }
}
.caution .strengths-section .strengths-grid .strength-item {
  text-align: center;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .caution .strengths-section .strengths-grid .strength-item {
    width: 100%;
    max-width: 343px;
  }
}
.caution .strengths-section .strengths-grid .strength-item .strength-badge {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  position: relative;
  background: linear-gradient(135deg, #FFA726, #FFB74D);
  color: #fff;
  padding: 18px 36px;
  border-radius: 16px 16px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  min-width: 258px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .caution .strengths-section .strengths-grid .strength-item .strength-badge {
    font-size: 24px;
    min-width: auto;
    width: 100%;
    box-sizing: border-box;
  }
}
.caution .strengths-section .strengths-grid .strength-item .strength-badge .strength-number {
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  width: 108px;
  height: 54px;
  background: linear-gradient(135deg, #FFA726, #FFB74D);
  color: #fff;
  border-radius: 54px 54px 0 0;
  /* 上半円 */
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -4%;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .caution .strengths-section .strengths-grid .strength-item .strength-badge .strength-number {
    font-size: 28px;
  }
}
.caution .strengths-section .strengths-grid .strength-item .strength-details {
  background: #fff;
  width: 332px;
  height: 360px;
  padding: 5px 20px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  z-index: 30;
}
@media only screen and (max-width: 768px) {
  .caution .strengths-section .strengths-grid .strength-item .strength-details {
    width: 100%;
    max-width: 100%;
    height: 340px;
    padding: 5px 20px 10px;
    box-sizing: border-box;
  }
}
.caution .strengths-section .strengths-grid .strength-item .strength-details .strength-icon {
  min-width: 150px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .caution .strengths-section .strengths-grid .strength-item .strength-details .strength-icon {
    max-width: 225px;
    max-height: 225px;
    margin-bottom: 10px;
  }
}
.caution .strengths-section .strengths-grid .strength-item .strength-details .strength-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.caution .strengths-section .strengths-grid .strength-item .strength-details .google-reviews {
  text-align: center;
}
.caution .strengths-section .strengths-grid .strength-item .strength-details .google-reviews .review-title {
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .caution .strengths-section .strengths-grid .strength-item .strength-details .google-reviews .review-title {
    font-size: 18px;
  }
}
.caution .strengths-section .strengths-grid .strength-item .strength-details .google-reviews .review-score {
  font-size: 72px;
  font-weight: bold;
  color: #FEAE25;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.caution .strengths-section .strengths-grid .strength-item .strength-details .google-reviews .review-score .star {
  color: #FEAE25;
  font-size: 72px;
}
@media only screen and (max-width: 768px) {
  .caution .strengths-section .strengths-grid .strength-item .strength-details .google-reviews .review-score {
    font-size: 48px;
  }
  .caution .strengths-section .strengths-grid .strength-item .strength-details .google-reviews .review-score .star {
    font-size: 48px;
  }
}
.caution .strengths-section .strengths-grid .strength-item .strength-details .stats-ago-wrapper {
  display: inline-block;
}
.caution .strengths-section .strengths-grid .strength-item .strength-details .stats-ago {
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #030303;
  line-height: 1.1;
  display: block;
}
@media only screen and (max-width: 768px) {
  .caution .strengths-section .strengths-grid .strength-item .strength-details .stats-ago {
    font-size: 18px;
  }
}
.caution .strengths-section .strengths-grid .strength-item .strength-details .stats-value {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.caution .strengths-section .strengths-grid .strength-item .strength-details .stats-number {
  display: inline-block;
  font-size: 72px;
  font-weight: bold;
  color: #FEAE25;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .caution .strengths-section .strengths-grid .strength-item .strength-details .stats-number {
    font-size: 48px;
  }
}
.caution .strengths-section .strengths-grid .strength-item .strength-details .stats-unit {
  font-size: 32px;
  font-weight: 900;
  color: #FEAE25;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .caution .strengths-section .strengths-grid .strength-item .strength-details .stats-unit {
    font-size: 24px;
  }
}
.caution .strengths-section .strengths-grid .strength-item .strength-details .stats-description {
  padding-top: 5px;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .caution .strengths-section .strengths-grid .strength-item .strength-details .stats-description {
    font-size: 18px;
  }
}
.caution .strengths-section .strengths-grid .strength-item .strength-details .area-info {
  text-align: center;
}
.caution .strengths-section .strengths-grid .strength-item .strength-details .area-info .area-list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #333;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .caution .strengths-section .strengths-grid .strength-item .strength-details .area-info .area-list {
    font-size: 18px;
    line-height: 116%;
  }
}
.caution .strengths-section .strengths-grid .strength-item .strength-details .area-info .coverage-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .caution .strengths-section .strengths-grid .strength-item .strength-details .area-info .coverage-text {
    font-size: 28px;
    line-height: 116%;
  }
}
.caution .strengths-section .strengths-grid .strength-item .strength-details .area-info .coverage-text .highlight-area {
  color: #FFA726;
  display: inline-block;
}
.caution .strengths-section .strengths-grid .strength-item .strength-details .area-info .coverage-text_etc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #030303;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .caution .strengths-section .strengths-grid .strength-item .strength-details .area-info .coverage-text_etc {
    line-height: 116%;
  }
}
@media only screen and (max-width: 768px) {
  .caution .strengths-section .strengths-grid .strengths-section {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .caution .strengths-section .strengths-grid .strengths-section {
    padding: 40px 0;
  }
  .caution .strengths-section .strengths-grid .strengths-section .container {
    padding: 0 15px;
  }
}

.service-flow {
  padding: 80px 0;
  background-color: #fff;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .service-flow {
    padding: 40px 0;
  }
}
.service-flow .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .service-flow .container {
    font-size: 32px;
    padding: 0 0px;
  }
}
.service-flow h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #333;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .service-flow h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

.flow-steps {
  max-width: 896px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .flow-steps {
    padding: 0px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}

.flow-step {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 25px 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  max-width: 896px;
  width: 100%;
  height: 136px;
}
@media only screen and (max-width: 768px) {
  .flow-step {
    padding: 10px 15px;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .flow-step {
    padding: 5px 0px;
  }
}
.flow-step::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 20px;
  background: #FEAE25;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .flow-step::after {
    bottom: -17px;
    width: 61px;
    height: 17px;
  }
}
.flow-step:last-child::after, .flow-step:last-child::before {
  display: none;
}
.flow-step.highlight {
  background: linear-gradient(135deg, #FFA726, #FFA726);
  border-color: #FFA726;
  color: #fff;
}
.flow-step.highlight .step-number {
  color: #FFFFFF;
}
.flow-step.highlight .step-number span {
  color: #FFFFFF;
}
.flow-step.highlight .step-number::after {
  background: #FFFFFF;
}
.flow-step.highlight .step-title {
  color: #fff;
}
.flow-step.highlight .step-desc {
  color: rgba(255, 255, 255, 0.9);
}
.flow-step.highlight .step-desc desc-pc {
  display: inline;
}
.flow-step.highlight .step-desc .desc-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .flow-step.highlight .step-desc .desc-pc {
    display: none;
  }
  .flow-step.highlight .step-desc .desc-sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  .flow-step {
    width: calc(100% - 30px);
    margin: 0 auto 30px auto;
    padding: 0px 5px;
    gap: 15px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .flow-step:nth-child(1) {
    height: 109px;
  }
  .flow-step:nth-child(2) {
    height: 143px;
  }
  .flow-step:nth-child(3) {
    height: 126px;
  }
  .flow-step:nth-child(4) {
    height: 160px;
  }
  .flow-step:nth-child(5) {
    height: 109px;
  }
  .flow-step:nth-child(6) {
    height: 126px;
  }
  .flow-step:nth-child(7) {
    height: 126px;
  }
}

.step-number {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #00305F;
  position: relative;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .step-number {
    max-width: 60px;
    max-height: 60px;
    font-size: 14px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .step-number {
    max-width: 45px;
    max-height: 45px;
    font-size: 12px;
  }
}
.step-number span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #00305F;
  margin-top: 2px;
}
@media only screen and (max-width: 768px) {
  .step-number span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .step-number span {
    font-size: 28px;
  }
}
.step-number::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #e0e0e0;
}

.step-content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .step-content {
    gap: 15px;
  }
}

.step-details {
  flex: 1;
}

.step-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #030303;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .step-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 360px) {
  .step-title {
    font-size: 16px;
  }
}

.step-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #030303;
}
.step-desc .desc-pc {
  display: inline;
}
.step-desc .desc-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .step-desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .step-desc {
    font-size: 14px;
  }
  .step-desc .desc-pc {
    display: none;
  }
  .step-desc .desc-sp {
    display: inline;
  }
}
@media only screen and (max-width: 360px) {
  .step-desc {
    font-size: 12px;
  }
}

.step-icon {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .step-icon {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 360px) {
  .step-icon {
    width: 40px;
    height: 40px;
  }
}

.icon-with-bg {
  background-color: #FFA716;
  padding: 15px;
  /* アイコン周囲にオレンジを見せる */
  border-radius: 8px;
  /* 角丸 */
}
@media only screen and (max-width: 768px) {
  .icon-with-bg {
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .icon-with-bg {
    padding: 0px;
  }
}

.answer {
  position: relative;
  background-image: url("../img/background_common.png");
  background-repeat: repeat;
  /* Ensures the image does not repeat */
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: auto;
}
.answer__copy {
  z-index: 10;
  position: absolute;
  top: -76px;
  left: 50%;
  transform: translate(-50%);
  width: 754px;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .answer__copy {
    width: 300px;
    top: -80px;
    padding: 12px;
  }
}
.answer__position {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .answer__position {
    padding-top: 40px;
  }
}
.answer__position img {
  margin: 10px 0;
}
.answer__title {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  /* Adds space between lines */
}
.answer__title-container {
  position: relative;
  display: inline-block;
}
.answer__title-img {
  position: absolute;
  width: 261px;
  height: auto;
  top: -30px;
  left: 50%;
  transform: translate(-50%);
}
.answer__caption {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1875;
  letter-spacing: 0.01em;
}
.answer__subtext {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2083333333;
  letter-spacing: 0.015em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  padding-bottom: 40px;
}
.answer__subtext::before, .answer__subtext::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #111111;
}
.answer .card-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .answer .card-container {
    flex-direction: column;
  }
}
.answer__card {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 10rem) / 3);
  /* カードの幅 */
  margin: 3rem 0;
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0.2) 80%, transparent 100%);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .answer__card {
    width: 100%;
  }
}
.answer__card-text {
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.01em;
  padding: 0 2rem;
}
.answer .centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  transform: translate(-50%, -50%);
  color: #333333;
  /* Change this to the desired text color */
  font-weight: bold;
  /* Optional: make the text bold */
  text-align: center;
  z-index: 10;
}
.answer .circle {
  top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffba00;
  /* Inner circle with 100% opacity */
  border-radius: 50%;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 50px;
  /* 高さと揃える */
  position: relative;
}
.answer .circle::before {
  content: "";
  position: absolute;
  top: -13px;
  left: -13px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: rgba(255, 186, 0, 0.3);
}
.answer .answer__card02 {
  width: calc((100% - 10rem) / 2);
  /* カードの幅 */
  margin: 3rem 0;
  padding: 1rem;
  border: 2px solid white;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .answer .answer__card02 {
    width: 100%;
    margin: 2rem 0;
    padding: 1rem 0;
  }
}
.answer .answer__card02-caption01 {
  color: #111111;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  border: solid 2px #fff;
  background: #fff;
}
.answer .answer__card02-caption02 {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1875;
  letter-spacing: 0.01em;
  letter-spacing: 0.015em;
}
.answer .answer__card02-caption03 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2857142857;
  letter-spacing: 0.015em;
}
.answer .answer__card02-caption03 span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.015em;
}
@media only screen and (max-width: 768px) {
  .answer .answer__card02-caption03 span {
    display: block;
  }
}
.answer .red-card {
  background-color: #fff4f4;
  color: #640000;
}
.answer .blue-card {
  background-color: #edfaff;
  color: #2B3E5C;
}

.reason {
  height: auto;
  background-color: #FEF7EA;
  background-image: url("../img/issue_background.png");
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .reason {
    padding-bottom: 40px;
  }
}
.reason .card-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .reason .card-container {
    margin: 0;
  }
}
.reason .card {
  position: relative;
  height: 450px;
  margin-bottom: 40px;
  background-color: hsl(45, 29%, 89%);
}
@media only screen and (max-width: 768px) {
  .reason .card {
    height: 300px;
    margin-bottom: 30px;
  }
}
.reason .card__img-right {
  position: absolute;
  top: 0;
  right: 0;
  padding: 50px 10px 10px;
}
@media only screen and (max-width: 768px) {
  .reason .card__img-right {
    position: static;
  }
}
.reason .card__img-right img {
  width: 700px;
  height: auto;
}
.reason .card__img-left {
  padding: 50px 10px 10px;
}
.reason .card__img-left img {
  width: 700px;
  height: auto;
}
.reason .card__text-right {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.015em;
  position: absolute;
  z-index: 3;
  padding: 80px 20px 20px;
  top: 100px;
  right: 0;
  width: 35%;
  height: 150px;
  box-shadow: 0 0 5px #999;
  background-color: #365030;
  color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .reason .card__text-right {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  .reason .card__text-right {
    top: 180px;
    left: 10px;
    width: calc(100% - 60px);
    height: auto;
    padding: 10px;
    margin: 0 10px;
  }
  .reason .card__text-right p {
    padding: 0 5px 0 45px;
  }
}
.reason .card__text-right img {
  position: absolute;
  top: -70px;
  left: 10px;
  width: 132px;
  height: 132px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .reason .card__text-right img {
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    width: 60px;
    height: 60px;
  }
}
.reason .card__text-left {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.015em;
  position: absolute;
  z-index: 3;
  padding: 80px 20px 20px;
  top: 80px;
  left: 0;
  width: 40%;
  height: 150px;
  box-shadow: 0 0 5px #999;
  background-color: #365030;
  color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .reason .card__text-left {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  .reason .card__text-left {
    top: 180px;
    left: 10px;
    width: calc(100% - 60px);
    height: auto;
    padding: 10px;
    margin: 0 10px;
  }
  .reason .card__text-left p {
    padding: 0 5px 0 45px;
  }
}
.reason .card__text-left img {
  position: absolute;
  top: -70px;
  left: 20px;
  width: 132px;
  height: 132px;
  object-fit: cover;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .reason .card__text-left img {
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    width: 60px;
    height: 60px;
  }
}
.reason__cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
  margin-top: 100px;
}
.reason__cta img {
  width: 300px;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .reason__cta img {
    position: absolute;
    width: 60%;
    top: -70px;
  }
}
.reason__copy {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.1875;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  align-items: center;
  min-width: 200px;
  display: inline-block;
  width: 675px;
  height: auto;
  color: #fff;
  padding: 16px 20px;
  text-decoration: none;
  text-align: center;
  border-radius: 45px;
  border: solid 1px #FFBA00;
  background: linear-gradient(180deg, #FFBA00, #FF7F00);
}
@media only screen and (max-width: 768px) {
  .reason__copy {
    font-size: max(10px,min(2.133vw,16px));
    line-height: 1.125;
  }
}
@media only screen and (max-width: 768px) {
  .reason__copy {
    bottom: 10%;
    padding: 12px 30px;
    width: 80%;
    font-size: 14px;
  }
}

.flow {
  background-image: url("../img/bg.svg");
  background-repeat: repeat;
  background-position: center top;
  padding-bottom: 80px;
}

.strengths {
  background-color: #FEF7EA;
  background-image: url("../img/issue_background.png");
  background-size: contain;
  padding-bottom: 80px;
}
.strengths__caption {
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .strengths__caption {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 auto;
  }
}
.strengths__caption span {
  display: block;
  text-align: left;
}

.voice {
  background-color: #FEF7EA;
  padding: 80px 0 130px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .voice {
    padding: 40px 0 120px;
  }
}
.voice__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #030303;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .voice__title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 40px;
  }
}
.voice_container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  height: 450px;
}
@media only screen and (max-width: 768px) {
  .voice_container {
    padding: 0 20px;
    max-width: 100%;
    width: 100%;
    height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .voice_container {
    padding: 0 20px;
    max-width: 100%;
    width: 100%;
    height: 380px;
  }
}
.voice .voice-slider {
  position: relative;
  padding-bottom: 28px;
}
.voice .voice-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.voice .voice-slider .swiper-slide {
  max-width: 350px;
  height: 350px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  padding: 25px;
  border: 1px solid #f0f0f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: stretch;
}
.voice .voice-slider .swiper-slide:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.voice .voice-slider .swiper-slide:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .voice .voice-slider .swiper-slide {
    max-width: 340px;
    width: 340px;
    height: auto;
    min-height: 340px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .voice .voice-slider .swiper-slide {
    max-width: 320px;
    width: 300px;
    height: auto;
    min-height: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 15px;
  }
}
.voice .voice-slider .swiper-slide .slide-inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.voice .voice-slider .swiper-slide .slide-inner .top-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .voice .voice-slider .swiper-slide .slide-inner .top-row {
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 12px;
  }
}
.voice .voice-slider .swiper-slide .slide-inner .top-row .people-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #eee;
}
.voice .voice-slider .swiper-slide .slide-inner .top-row .people-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .voice .voice-slider .swiper-slide .slide-inner .top-row .people-avatar {
    width: 50px;
    height: 50px;
  }
}
.voice .voice-slider .swiper-slide .slide-inner .top-row .people__title {
  font-weight: 600;
  font-size: 1rem;
  color: #333;
  margin: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .voice .voice-slider .swiper-slide .slide-inner .top-row .people__title {
    font-size: 0.9rem;
    text-align: center;
  }
}
.voice .voice-slider .swiper-slide .slide-inner .people__text {
  font-size: 0.9rem;
  font-size: clamp(12px, 1.04vw, 15px);
  line-height: 1.6;
  color: #555;
  text-align: center;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .voice .voice-slider .swiper-slide .slide-inner .people__text {
    font-size: 0.85rem;
    text-align: center;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 768px) {
  .voice .voice-slider .swiper-slide .slide-inner .people__text {
    font-size: 0.8rem;
    text-align: center;
  }
}
.voice .swiper-button-prev,
.voice .swiper-button-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #FF9500;
  border-radius: 50%;
  z-index: 10;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 149, 0, 0.3);
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
.voice .swiper-button-prev:hover,
.voice .swiper-button-next:hover {
  background-color: #E6850A;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(255, 149, 0, 0.4);
}
.voice .swiper-button-prev::after,
.voice .swiper-button-next::after {
  display: none;
}
.voice .swiper-button-prev.swiper-button-disabled,
.voice .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: translateY(-50%) scale(1);
}
.voice .swiper-button-prev.swiper-button-disabled:hover,
.voice .swiper-button-next.swiper-button-disabled:hover {
  transform: translateY(-50%) scale(1);
  box-shadow: 0 4px 15px rgba(255, 149, 0, 0.3);
}
@media only screen and (max-width: 768px) {
  .voice .swiper-button-prev,
  .voice .swiper-button-next {
    width: 45px;
    height: 45px;
    font-size: 20px;
    transform: translateY(50%);
    top: 100%;
  }
  .voice .swiper-button-prev:hover,
  .voice .swiper-button-next:hover {
    background-color: #E6850A;
    transform: translateY(50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 149, 0, 0.4);
  }
}
.voice .swiper-button-prev {
  left: -50px;
}
@media only screen and (max-width: 768px) {
  .voice .swiper-button-prev {
    left: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .voice .swiper-button-prev {
    left: 25px;
  }
}
.voice .swiper-button-next {
  right: -50px;
}
@media only screen and (max-width: 768px) {
  .voice .swiper-button-next {
    right: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .voice .swiper-button-next {
    right: 50px;
  }
}
.voice .swiper-pagination {
  text-align: center;
  margin-top: 10px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .voice .swiper-pagination {
    margin-top: 10px;
  }
}
.voice .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ddd;
  opacity: 1;
  margin: 0 6px;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}
.voice .swiper-pagination .swiper-pagination-bullet-active {
  background: #535353;
  transform: scale(1.2);
}
@media only screen and (max-width: 768px) {
  .voice .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
}

.faq-section {
  padding: 80px 20px 100px;
  background: #FEFBDB;
  position: relative;
  overflow: hidden;
  height: auto;
}

.faq-container {
  max-width: 896px;
  margin: 0 auto;
}

.faq-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #030303;
  margin-bottom: 64px;
}
@media only screen and (max-width: 768px) {
  .faq-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

.faq-list {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main:has(.faq-section) .faq-list {
  margin-top: 0;
}

.faq-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 0px 0px rgba(3, 3, 3, 0.0784313725);
  overflow: hidden;
  border-bottom: none;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 24px;
  cursor: pointer;
  background: #fff;
  transition: background-color 0.3s ease;
  border: none;
  width: 100%;
  text-align: left;
}

.faq-question:hover {
  background: #f8f9fa;
}

.faq-question-content {
  display: flex;
  align-items: center;
  flex: 1;
}

.faq-question-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.faq-question-icon::before {
  content: "Q";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FEAE25;
}

.faq-question-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #333;
}

.faq-toggle {
  width: 48px;
  height: 48px;
  background: #ff9800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  flex-shrink: 0;
  position: relative;
}

/* + 記号（横線） */
.faq-toggle::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 4px;
  background: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* + 記号（縦線） */
.faq-toggle::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 24px;
  background: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* アクティブ時は「ー」（横線のみ） */
.faq-item.active .faq-toggle::before {
  width: 24px;
  height: 4px;
  background: white;
}

.faq-item.active .faq-toggle::after {
  display: none;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #f8f9fa;
}

.faq-answer-content {
  padding: 0 64px 0 64px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #666;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 20px 0;
}

.contact-section {
  text-align: center;
  margin-top: 60px;
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.contact-heading {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}

.contact-subheading {
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff9800;
  color: white;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(255, 152, 0, 0.3);
}

.contact-btn:hover {
  background: #e67e22;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 152, 0, 0.4);
}

.contact-btn::before {
  content: "✉";
  margin-right: 8px;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .faq-section {
    padding: 40px 0 60px;
  }
  .faq-container {
    width: calc(100vw - 32px);
  }
  .faq-question {
    height: 80px;
    padding: 0 16px;
  }
  .faq-question-icon {
    margin-right: 5px;
    margin-left: 0px;
  }
  .faq-question-icon::before {
    font-size: 28px;
  }
  .faq-question-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-top: 5px;
  }
  .faq-toggle {
    width: 38px;
    height: 38px;
  }
  /* + 記号（横線） */
  .faq-toggle::before {
    width: 19px;
    height: 3.17px;
  }
  /* + 記号（縦線） */
  .faq-toggle::after {
    width: 3.17px;
    height: 19px;
  }
  /* アクティブ時は「ー」（横線のみ） */
  .faq-item.active .faq-toggle::before {
    width: 19px;
    height: 3.17px;
  }
  .faq-item.active .faq-toggle::after {
    display: none;
  }
  .faq-answer-content {
    padding: 0 56px 0 56px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .contact-section {
    margin-top: 40px;
    padding: 32px 16px;
  }
}
@media only screen and (max-width: 480px) {
  .faq-question {
    padding: 16px 20px;
  }
  .faq-toggle {
    width: 34px;
    height: 34px;
  }
  .faq-question-icon::before {
    font-size: 26px;
  }
  .faq-question-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-top: 5px;
  }
}
.area-search {
  max-width: 1210px;
  margin: -180px auto 0;
  padding: 0 0px 10px 0px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .area-search {
    margin: -160px auto 0;
    padding: 0 20px 10px 0px;
  }
}

/* ------------------------------------------------------------------- 
list (物件一覧)
------------------------------------------------------------------- */
/* エリア検索セクション */
/* エリア検索セクション */
.area-search__container {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px 30px 40px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .area-search__container {
    padding: 20px 10px 5px;
  }
}

.area-search__heading {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 50px;
  text-align: left;
  padding-left: 10px;
  margin-top: 0px;
}

/* ===== タブ ===== */
.area-search__tabs {
  display: flex;
  gap: 1px;
  position: relative;
  border-bottom: 2px solid #e0e0e0;
  /* タブ下の一本線 */
}

/* タブボタンの見た目 */
.area-search__tab {
  position: relative;
  padding: 12px 40px;
  background-color: #f8f8f8;
  border: 2px solid #e0e0e0;
  border-bottom: none;
  /* 下線は消す（下の一本線と重複させない） */
  border-radius: 6px 6px 0 0;
  /* タブ形状 */
  font-size: 28px;
  font-weight: bold;
  color: #333 !important;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: -2px;
  /* 一本線にかぶせる */
  /* iOSやSwiperのCSSを上書き */
  -webkit-appearance: none;
  appearance: none;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .area-search__tab {
    font-size: max(10px,min(3.733vw,28px));
    padding: 8px 20px;
    color: #333 !important;
  }
}

/* アクティブタブ：直下だけ一本線を“マスク”して消す */
.area-search__tab--active {
  background-color: #fff;
  color: #333 !important;
  /* ここは好みで */
  z-index: 2;
}

.area-search__tab--active::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -2px;
  height: 2px;
  background: #fff;
  /* 一本線（#e0e0e0）を白で隠す */
}

/* ===== タブコンテンツ（カード） ===== */
.area-search__content {
  display: none;
  border: 2px solid #e0e0e0;
  border-top: none;
  /* 上辺はタブと“つながる”ように消す */
}

.area-search__content--active {
  display: block;
}

/* カード内 */
.area-search__grid {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  /* 上はタブが乗るので下だけ丸める */
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.area-search__category {
  margin-bottom: 5px;
}

.area-search__category:last-child {
  margin-bottom: 0;
}

.area-search__category-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
  padding-bottom: 0;
}

.area-search__buttons {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 15px 15px;
}
@media only screen and (max-width: 768px) {
  .area-search__buttons {
    gap: 10px 10px;
  }
}

.area-search__button {
  display: block;
  padding: 10px 10px;
  background-color: transparent;
  border: none;
  text-align: left;
  text-decoration: none;
  color: #333;
  font-size: 20px;
}

/* 物件一覧セクション */
.property-list-section {
  background-color: #fff;
  padding: 10px 20px;
}

.property-list {
  max-width: 1200px;
  margin: 0 auto;
}

/* 見出し & 件数 */
.property-list__heading {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0px;
}

.property-list__count {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #030303;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .property-list__count {
    font-size: 18px;
  }
}

.property-list__count-num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF7C13;
}
@media only screen and (max-width: 768px) {
  .property-list__count-num {
    font-size: 28px;
  }
}

/* ★ 濃紺バー（スクショの帯） */
.property-list__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 64px;
  gap: 40px;
  padding: 0 16px;
  background: #0E2A47;
  /* 濃紺 */
  color: #fff;
  border: 1px solid #0E2A47;
  border-radius: 8px;
  /* 上だけ角丸 */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .property-list__bar {
    width: 100%;
    height: 44px;
    gap: 0;
    font-size: 20px;
  }
}

.property-list__bar-title {
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.property-list__bar-badge {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  /* 右端の小さな丸アイコンの雰囲気を再現 */
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #0E2A47;
  /* 紺の帯上で浮かせる */
}

.property-list__table {
  border-collapse: separate; /* 行同士を分離して立体感を出す */
  border-spacing: 0 12px; /* 行の間隔をあける（上下間隔） */
  table-layout: fixed;
  display: table;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .property-list__table {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .property-list__table {
    display: block;
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
}

.property-list__table tbody {
  display: table-row-group;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .property-list__table tbody {
    display: block;
  }
}

.property-list__row {
  background: #fff; /* 白背景でカードっぽく */
  border-radius: 16px; /* 角の丸み */
  border: 2px solid rgba(3, 3, 3, 0.1215686275);
  box-shadow: 0px 3px 0px 0px rgba(3, 3, 3, 0.1215686275);
  overflow: visible;
  padding: 0;
  display: table-row;
  height: auto;
  min-height: 86px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 12px;
}

.property-list__row:last-child {
  border-bottom: none;
}

/* セル：右リンク列を固定幅＆右寄せ */
.property-list__cell {
  padding: 12px 5px;
  vertical-align: middle;
  border: none; /* 表形式の線を消す */
  height: 100%;
  box-sizing: border-box;
}
.property-list__cell:first-child {
  width: calc(100% - 200px);
  min-width: 0;
  padding: 12px 10px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .property-list__cell:first-child {
    width: calc(100% - clamp(140px, 140px + (100vw - 768px) * 60 / 432, 200px));
  }
}

.property-list__cell:last-child {
  width: 200px;
  /* スクショの右列幅感 */
  text-align: right;
  padding: 12px 10px 12px 0px;
  vertical-align: middle;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .property-list__cell:last-child {
    width: clamp(120px, 120px + (100vw - 768px) * 80 / 432, 200px);
    font-size: clamp(13px, 16px - (100vw - 768px) * 3 / 432, 16px);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .property-list__cell:last-child {
    width: clamp(140px, 200px - (100vw - 1200px) * 60 / 240, 200px);
    font-size: clamp(14px, 16px - (100vw - 1200px) * 2 / 240, 16px);
  }
}

.property-list__name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700 !important;
  font-style: Bold;
  font-size: 18px !important;
  line-height: 100%;
  letter-spacing: 0%;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  padding-top: 20px;
}

/* 物件情報（左列） */
.property-list__info {
  display: grid;
  grid-template-columns: 250px 280px 200px 200px;
  gap: 12px 16px;
  font-size: 16px;
  color: #666;
  align-items: flex-start;
  grid-auto-flow: row;
  justify-items: start;
  width: 100%;
  max-width: 930px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .property-list__info {
    grid-template-columns: minmax(120px, 1fr) minmax(130px, 1fr) minmax(110px, 1fr) minmax(125px, 1fr);
    gap: 8px 10px;
    font-size: clamp(13px, 16px - (100vw - 768px) * 3 / 432, 16px);
    max-width: 100%;
  }
  .property-list__info .property-list__name {
    font-size: clamp(16px, 18px - (100vw - 768px) * 2 / 432, 18px) !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .property-list__info {
    grid-template-columns: minmax(140px, 250px) minmax(150px, 280px) minmax(140px, 200px) minmax(140px, 200px);
    gap: 10px 12px;
    font-size: clamp(14px, 16px - (100vw - 1200px) * 2 / 240, 16px);
    max-width: 100%;
  }
  .property-list__info .property-list__name {
    font-size: 18px !important;
  }
}
.property-list__info .detail-text-column {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.property-list__info .detail-text-column span {
  display: block;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.5;
}
.property-list__info .property-list__info-item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.property-list__info .property-list__info-item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.property-list__info .property-list__info-item:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
.property-list__info .property-list__info-item:nth-child(4) {
  grid-column: 4;
  grid-row: 1;
}

.property-list__info-item {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: top;
  width: 100%;
  padding-top: 10px;
}
.property-list__info-item > img {
  flex-shrink: 0;
  margin-top: 2px;
  width: 16px;
  height: 16px;
}
.property-list__info-item > span, .property-list__info-item > div {
  flex: 1;
  min-width: 0;
  line-height: 100%;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.property-list__info-item > span a, .property-list__info-item > div a, .property-list__info-item a {
  text-align: left !important;
  direction: ltr !important;
  display: inline;
  unicode-bidi: normal;
}
.property-list__info-item.property-list__name {
  white-space: normal;
}
.property-list__info-item:not(.property-list__name) {
  white-space: normal;
}
.property-list__info-item:nth-child(1), .property-list__info-item:nth-child(2), .property-list__info-item:nth-child(3), .property-list__info-item:nth-child(4) {
  min-width: 0;
  justify-self: start;
  box-sizing: border-box;
}

.property-list__info-item:nth-child(1) {
  padding-right: 10px;
  grid-column: 1;
  white-space: normal;
}

/* 右側リンク（オレンジ） */
.property-list__link {
  display: inline-block;
  padding: 0;
  max-width: 100%;
  box-sizing: border-box;
  /* 余白は上下のみ。背景色は付けない */
  color: #FF7C13;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: #FF7F00; /* オレンジの下線 */
  text-underline-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  transition: opacity 0.2s ease;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

/* タブレット・スマホ（カード型レイアウト） */
@media only screen and (max-width: 768px) {
  .property-list-section {
    padding: 40px 20px;
  }
  .property-list__heading {
    font-size: 20px;
  }
  .property-list__table {
    display: block;
  }
  .property-list__cell {
    padding: 5px 5px;
    display: block;
    padding: 0;
    margin-bottom: 0px;
  }
  .property-list__cell:last-child {
    margin-bottom: 0;
    margin: 0 auto;
    width: auto;
    text-align: center;
    padding: 5px 10px 0px 10px;
  }
  .property-list__name {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .property-list__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0px;
  }
  .property-list__info-item {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 14px;
    color: #666;
    padding-top: 0px;
  }
  .property-list__icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    object-fit: contain;
    vertical-align: middle;
    margin-top: 2px;
  }
  .property-list__link {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    padding: 8px 12px;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    width: 100%;
  }
}
/* タブレット */
@media only screen and (max-width: 768px) {
  .area-search {
    padding: 40px 20px;
  }
  .area-search__heading {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .area-search__grid {
    padding: 20px;
  }
  .area-search__category-title {
    font-size: max(10px,min(3.2vw,24px));
  }
  .area-search__category {
    margin-bottom: 5px;
  }
  .area-search__buttons {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
  .area-search__button {
    padding: 8px 12px;
    font-size: max(10px,min(2.667vw,20px));
  }
  .property-list-section {
    padding: 40px 20px;
  }
  /* カード型レイアウト */
  .property-list {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .property-list__table {
    display: block;
    width: 100%;
    margin: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
  tbody {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .property-list__row {
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 3px 8px rgba(3, 3, 3, 0.12);
    overflow: hidden;
  }
  .property-list__heading {
    font-size: 20px;
  }
  .property-list__cell {
    display: block;
    padding: 0;
    margin-bottom: 5px;
    width: 100% !important;
    box-sizing: border-box;
    overflow: hidden;
  }
  .property-list__cell:first-child {
    width: 100% !important;
  }
  .property-list__cell:last-child {
    margin-bottom: 0;
    margin-top: auto;
    width: 100%;
    text-align: center;
    padding: 0px;
    padding-top: 8px;
  }
  .property-list__name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 10px;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    width: 100%;
    box-sizing: border-box;
  }
  .property-list__info {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px;
    margin-bottom: 0px;
    grid-template-columns: none !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  .property-list__info-item {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    box-sizing: border-box;
  }
  /* 各情報アイテム */
  .property-list__info-item {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 14px;
    color: #666;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    width: 100%;
    box-sizing: border-box;
  }
  .property-list__info-item > img {
    flex-shrink: 0;
    margin-top: 2px;
    width: 16px;
    height: 16px;
  }
  .property-list__info-item > span, .property-list__info-item > div {
    flex: 1;
    min-width: 0;
    line-height: 1.5;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .property-list__info-item > span a, .property-list__info-item > div a, .property-list__info-item a {
    text-align: left !important;
    direction: ltr !important;
    display: inline;
    unicode-bidi: normal;
  }
  /* アイコン画像 */
  .property-list__icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    object-fit: contain;
    vertical-align: middle;
    margin-top: 2px;
  }
  .property-list__link {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    padding: 8px 12px;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    width: 100%;
  }
}
/* ▼ SP時：タイトル以外を非表示にして、開閉アニメ用のスタイルを追加 */
/* ▼ スマホ時のみ：初期状態は非表示、開いた時だけ表示 */
@media only screen and (max-width: 768px) {
  .area-search__tabs,
  .area-search__content {
    display: none;
  }
  /* 開いている時のみ表示 */
  .area-search.area-search--open .area-search__tabs,
  .area-search.area-search--open .area-search__content {
    display: block;
  }
  /* 見出しクリック可能に */
  .area-search__heading {
    position: relative;
    cursor: pointer;
    padding-right: 30px;
  }
  .area-search__heading::after {
    content: "▼";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
  }
  /* 開いてるときは上向きに */
  .area-search.area-search--open .area-search__heading::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .property-list__cell:last-child {
    margin: 0 auto;
  }
}
/* スマホ */
@media (max-width: 375px) {
  .area-search {
    padding: 30px 10px;
  }
  .area-search__heading {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .area-search__tabs {
    gap: 5px;
  }
  .area-search__tab {
    padding: 8px 20px;
    font-size: max(10px,min(3.733vw,28px));
    background-color: #f8f8f8;
    color: #333 !important;
    font-weight: bold;
    /* iOSやSwiperのCSSを上書き */
    -webkit-appearance: none !important;
    appearance: none !important;
    text-decoration: none !important;
  }
  .area-search__tab--active {
    background-color: #fff;
    color: #333 !important;
  }
  .area-search__grid {
    padding: 15px;
  }
  .area-search__category {
    margin-bottom: 15px;
  }
  .area-search__category-title {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .area-search__buttons {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
  .area-search__button {
    padding: 8px 10px;
  }
  .property-list-section {
    padding: 30px 10px;
  }
  .property-list__heading {
    font-size: 18px;
  }
  /* スマホ版：カードレイアウト */
  .property-list__table {
    display: block;
  }
  .property-list__row {
    display: flex;
    flex-direction: column;
    padding: 15px 5px 5px 5px;
    margin-bottom: 5px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 3px 8px rgba(3, 3, 3, 0.12);
  }
  .property-list__row:last-child {
    margin-bottom: 0;
  }
  .property-list__cell {
    display: block;
    padding: 0;
    margin-bottom: 0px;
    padding: 5px 10px 0px 10px;
  }
  .property-list__cell:last-child {
    margin-bottom: 0;
    margin: 0 auto;
    padding: 5px 10px 5px 10px;
  }
  .property-list__name {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .property-list__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0px;
  }
  .property-list__info-item {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 14px;
    color: #666;
  }
  .property-list__icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    object-fit: contain;
    vertical-align: middle;
    margin-top: 2px;
  }
  .property-list__link {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    padding: 8px 12px;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    width: 100%;
  }
}
.search__area {
  background-image: url("../img/bg.svg");
  background-repeat: repeat;
  background-position: center top;
  padding-bottom: 50px;
}
.search__area-container {
  font-size: 14px;
  letter-spacing: 0.015em;
  line-height: 1.2142857143;
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
  height: 100px;
  margin: auto 0;
  background: white;
  border: 1px solid #ccc;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .search__area-container {
    font-size: 12px;
    line-height: 1.1666666667;
  }
}
@media only screen and (max-width: 768px) {
  .search__area-container {
    top: 270px;
  }
}

.search__links-top {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
  padding: 14px;
}
.search__links-top a {
  text-decoration: none;
  margin: 0 20px 0 0;
  position: relative;
  padding: 0em 0.3em 0.3em 1.3em;
}
.search__links-top a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 3px #FFBA00;
  border-right: solid 3px #FFBA00;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .search__links-top {
    margin-left: 0px;
  }
  .search__links-top a {
    margin: 0 10px 0 0;
    width: calc((100% - 148px) / 5);
  }
}
.search__links-bottom {
  display: flex;
  margin-left: 20px;
  padding: 10px;
  padding: 14px;
  border-top: 1px solid #dddddd;
}
@media only screen and (max-width: 768px) {
  .search__links-bottom {
    margin-left: 0px;
  }
}
.search__links-bottom a {
  text-decoration: none;
  color: #111111;
  position: relative;
  padding: 0em 0.5em 0.5em 1.3em;
}
.search__links-bottom a:after, .search__links-bottom a:before {
  position: absolute;
  top: 0.3em;
  left: 0.5em;
  content: "";
  display: block;
  background: #FFBA00;
  height: 11px;
  width: 3px;
  border-radius: 10px;
  transform: rotate(45deg);
}
.search__links-bottom a:before {
  top: 0.4em;
  left: 0.15em;
  height: 8px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .search__links-bottom a {
    padding: 0em 30px 0.5em 15px;
  }
}

.search__results {
  background-image: url("../img/bg.svg");
  background-repeat: repeat;
  background-position: center top;
}
.search__results-container {
  padding: 5px 5px 80px;
}
.search__results h2 {
  height: 40px;
  background-color: #333333;
  border-radius: 8px;
  color: white;
  padding: 10px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .search__results h2 {
    height: 20px;
  }
}
.search__results-bar {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  height: 50px;
  width: 200px;
  margin-bottom: 60px;
}
.search__results-bar span {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .search__results-bar {
    margin: 0 auto 60;
  }
}
.search__results-count {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2857142857;
  letter-spacing: 0.015em;
  display: inline-block;
  width: 87px;
  height: 50px;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  border: solid 2px #fff;
  background: #fff;
  line-height: 50px;
  color: #333333;
}
.search__results-table {
  width: 100%;
}
.search__results-blocks {
  margin-bottom: 50px;
  max-height: 300px;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  .search__results-blocks {
    max-height: 650px;
  }
}
.search__results-blocks table {
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.4285714286;
  width: 100%;
  background-color: white;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}
.search__results-blocks th,
.search__results-blocks td {
  padding: 10px;
  text-align: left;
  border-bottom: solid 1px #dddddd;
}
@media only screen and (max-width: 768px) {
  .search__results-blocks th,
  .search__results-blocks td {
    border-bottom: none;
  }
}
.search__results-blocks th a,
.search__results-blocks td a {
  color: #933500;
  text-decoration: underline;
}
.search__results-blocks th {
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.4285714286;
  height: 40px;
  border-bottom: solid 2px #dddddd;
}
@media only screen and (max-width: 768px) {
  .search__results-blocks th {
    border-bottom: none;
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .search__results-blocks thead tr {
    display: none;
  }
  .search__results-blocks tbody tr {
    display: block;
  }
  .search__results-blocks tbody td {
    text-align: left;
  }
  .search__results-blocks tbody td:first-child {
    font-weight: bold;
  }
}
@media only screen and (max-width: 768px) {
  .search__results-access {
    border-bottom: solid 1px #dddddd;
  }
}
.search__results-name {
  width: 35%;
}

/* ------------------------------------------------------------------- 
detail (物件詳細)
------------------------------------------------------------------- */
.main--detail-page {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .main--detail-page {
    padding-top: 70px;
  }
}

.main--detail-page .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
}
@media only screen and (max-width: 768px) {
  .main--detail-page .inner {
    padding-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .main--detail-page .inner {
    padding: 10px 15px;
  }
  .main--detail-page .inner .room-table,
  .main--detail-page .inner .history-table {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .main--detail-page .breadcrumb {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    padding: 15px;
    margin-top: 0;
    margin-bottom: 0px;
    z-index: auto;
    width: 100%;
    box-sizing: border-box;
  }
}

.main--detail-page > .breadcrumb.inner {
  padding-bottom: 15px;
  margin-bottom: 0px;
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  .main--detail-page > .breadcrumb.inner {
    padding-top: 15px !important;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
}
.main--detail-page > .breadcrumb.inner a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  color: #FF7C13;
}
@media only screen and (max-width: 768px) {
  .main--detail-page > .breadcrumb.inner a {
    font-size: 13px;
  }
}
.main--detail-page > .breadcrumb.inner span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #00305F;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .main--detail-page > .breadcrumb.inner span {
    font-size: 13px;
  }
}

.main--detail-page .inner {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .main--detail-page .inner {
    padding-top: 0;
  }
}

.detail {
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .detail {
    padding: 0px;
  }
}
.detail__title {
  font-size: 24px;
  font-weight: bold;
  color: #00305F;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .detail__title {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.detail__main {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 768px) {
  .detail__main {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
}
.detail__image {
  flex: 0 0 45%;
  max-width: 500px;
}
@media only screen and (max-width: 768px) {
  .detail__image {
    flex: 0 0 auto;
    max-width: 100%;
  }
}
.detail__image img {
  width: 100%;
  height: 410px;
  border-radius: 4px;
  border: 1px solid #ddd;
  object-fit: contain;
  object-position: center;
  background-color: #f5f5f5;
}
.detail__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
}
.info-table tbody {
  display: table-row-group;
  width: 100%;
}
.info-table tr {
  border-bottom: 1px solid #ddd;
}
.info-table tr:last-child {
  border-bottom: none;
}
.info-table th {
  background: #00305F;
  color: #fff;
  padding: 10px 15px;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  width: 180px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .info-table th {
    width: 120px;
    padding: 8px 10px;
    font-size: 13px;
  }
}
.info-table th span {
  font-size: 16px;
  display: block;
  margin-top: 2px;
}
@media only screen and (max-width: 768px) {
  .info-table th span {
    font-size: 13px;
  }
}
.info-table td {
  padding: 10px 15px;
  font-size: 16px;
  background: #fff;
  border: 2px solid #00305F;
}
@media only screen and (max-width: 768px) {
  .info-table td {
    padding: 8px 10px;
    font-size: 13px;
  }
}
.info-table--sub {
  margin-top: auto;
}
.info-table--sub th {
  background: #00305F;
}

.market-data {
  margin-bottom: 60px;
}
.market-data__title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .market-data__title {
    font-size: 24px;
    text-align: left;
  }
}
.market-data__container {
  background: #fff;
  border: 1px solid #003366;
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .market-data__container {
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
    position: relative;
  }
  .market-data__container::-webkit-scrollbar {
    height: 6px;
  }
  .market-data__container::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
  }
  .market-data__container::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }
}
.market-data__section {
  width: 100%;
}

.market-table {
  width: 100%;
  border-collapse: collapse;
}
.market-table thead {
  background: #00305F;
  color: #fff;
}
.market-table thead th {
  font-size: 18px;
  font-weight: 700;
  padding: 14px 16px;
  text-align: left;
}
.market-table thead th:last-child {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .market-table thead th {
    font-size: 13px;
    padding: 10px;
  }
}
.market-table tbody {
  background: #fff;
}
.market-table tbody tr:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .market-table tbody tr {
    font-size: 13px;
  }
}
.market-table tbody td {
  font-size: 20px;
  padding: 32px 16px 0 16px;
  text-align: left;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .market-table tbody td {
    font-size: 13px;
    padding: 32px 5px 0 5px;
  }
}
.market-table__layout {
  font-weight: 700;
  width: 20%;
  text-align: left;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .market-table__layout {
    width: 55px;
    padding-left: 5px;
  }
}
.market-table__graph {
  width: 40%;
  text-align: left;
  padding-left: 20px;
}
.market-table__graph .bar-graph {
  position: relative;
  width: 50%;
  height: 25px;
  background: #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .market-table__graph .bar-graph {
    height: 15px;
    border-radius: 2px;
    width: 55px;
  }
}
.market-table__graph .bar-graph__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #003366;
  border-radius: 8px 0 0 8px;
  transition: width 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .market-table__graph .bar-graph__bar {
    border-radius: 2px;
  }
}
.market-table__price {
  padding-left: 20px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .market-table__price {
    padding-left: 3px;
    letter-spacing: -1;
  }
}

@media only screen and (max-width: 768px) {
  .market-data .market-table {
    table-layout: auto;
    width: calc(100vw - 32px);
  }
  .market-data .market-table thead {
    display: table-header-group;
  }
  .market-data .market-table tbody {
    display: table-row-group;
    width: 100%;
  }
  .market-data .market-table tbody tr {
    display: table-row;
  }
  .market-data .market-table tbody tr.is-hidden {
    display: none !important;
  }
  .market-data .market-table tbody td {
    display: table-cell;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

.is-hidden {
  display: none;
}

.bar-graph {
  display: inline-block;
  width: 50%;
  height: 22px;
  background: #e8e8e8;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.bar-graph__bar {
  height: 100%;
  background: linear-gradient(90deg, #00305F 0%, #0057ac 100%);
  transition: width 0.5s ease;
  border-radius: 3px 0 0 3px;
}

.room-list {
  margin-bottom: 60px;
}
.room-list .section-title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .room-list .section-title {
    font-size: 24px;
  }
}
.room-list .table-wrapper {
  background: #fff;
  border: 1px solid #003366;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .room-list .table-wrapper {
    background: transparent;
    border: none;
    overflow: visible;
  }
}
.room-list .room-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.room-list .room-table thead {
  background: #003366;
  color: #fff;
  display: table-header-group;
}
.room-list .room-table thead th {
  padding: 14px 16px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.room-list .room-table thead th:first-child {
  width: 120px;
}
.room-list .room-table thead th:last-child {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .room-list .room-table thead th {
    display: none;
  }
}
.room-list .room-table tbody {
  background: #fff;
  display: table-row-group;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .room-list .room-table tbody {
    display: block;
  }
}
.room-list .room-table tbody tr {
  display: table-row;
}
.room-list .room-table tbody tr:last-child {
  border-bottom: none;
}
.room-list .room-table tbody tr:nth-child(even) {
  background: #f9f9f9;
}
@media only screen and (max-width: 768px) {
  .room-list .room-table tbody tr {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 15px;
    row-gap: 0;
    align-items: start;
    background: #fff;
    border: 1px solid #003366;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .room-list .room-table tbody tr:last-child {
    margin-bottom: 0;
  }
}
.room-list .room-table tbody td {
  display: table-cell;
  font-size: 20px;
  padding: 14px 16px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .room-list .room-table tbody td.room-table__image {
    grid-column: 1;
    grid-row: 1/-1;
    padding: 0;
    text-align: center;
    border-bottom: none;
    margin: 0;
    align-self: start;
    width: 100%;
  }
  .room-list .room-table tbody td.room-table__image::before {
    display: none;
  }
  .room-list .room-table tbody td:not(.room-table__image) {
    grid-column: 2;
    display: block;
    padding: 0;
    text-align: left;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
    line-height: 1.4;
    height: auto;
    min-height: 0;
    width: 100%;
  }
  .room-list .room-table tbody td:not(.room-table__image):last-child {
    border-bottom: none;
  }
  .room-list .room-table tbody td:not(.room-table__image)::before {
    content: attr(data-label);
    font-weight: 700;
    display: inline-block;
    min-width: 70px;
    margin-right: 8px;
    color: #003366;
  }
}
.room-list .room-table__image {
  width: 120px;
  padding: 10px;
}
.room-list .room-table__image img {
  width: 100%;
  height: 100px;
  border-radius: 4px;
  border: 1px solid #ccc;
  object-fit: contain;
  object-position: center;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  .room-list .room-table__image {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
    margin-right: 0;
  }
  .room-list .room-table__image img {
    width: 100%;
    height: auto;
    max-height: none;
    border-radius: 4px;
    object-fit: contain;
  }
}
.room-list__sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .room-list__sp {
    display: block;
    border: 1px solid #00305F;
    border-radius: 8px;
    padding: 2px;
  }
}
.room-list__card {
  display: flex;
  flex-direction: row;
  gap: 15px;
  background: #fff;
  margin-bottom: 15px;
  padding: 12px;
  height: 117px;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  .room-list__card {
    padding: 12px 5px;
  }
}
.room-list__card:last-child {
  margin-bottom: 0;
}
.room-list__card-image {
  flex: 0 0 50%;
  width: 50%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.room-list__card-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border-radius: 4px;
  object-fit: contain;
  object-position: center;
  background-color: #f5f5f5;
}
.room-list__card-info {
  flex: 0 0 50%;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #030303;
}
.room-list__info-item {
  display: flex;
  align-items: flex-start;
  padding: 0;
  border-bottom: none;
  flex: 1;
  min-height: 0;
  margin-bottom: 12px;
}
@media only screen and (max-width: 480px) {
  .room-list__info-item {
    font-size: 11px;
  }
}
.room-list__label {
  font-weight: 500;
  min-width: 70px;
  margin-right: 8px;
  color: #030303;
  flex-shrink: 0;
}
@media only screen and (max-width: 480px) {
  .room-list__label {
    min-width: 60px;
    margin-right: 3px;
  }
}
.room-list__value {
  flex: 1;
  color: #030303;
}

.history {
  margin-bottom: 60px;
}
.history .section-title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .history .section-title {
    font-size: 24px;
  }
}
.history .table-wrapper {
  background: #fff;
  border: 1px solid #003366;
  border-radius: 8px;
  overflow: hidden;
}
.history .table-wrapper .btn-wrapper {
  text-align: center;
  padding: 32px 0;
}
@media only screen and (max-width: 768px) {
  .history .table-wrapper .btn-wrapper {
    position: sticky;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    background: rgba(255, 255, 255, 0.9);
    padding: 25px 0;
    border-radius: 6px;
    width: fit-content;
  }
}
.history .table-wrapper .btn-wrapper .btn-more {
  display: inline-block;
  background: #003366;
  color: #fff;
  font-weight: 700;
  padding: 10px 100px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 24px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .history .table-wrapper .btn-wrapper .btn-more {
    padding: 10px 60px;
    font-size: 16px;
  }
}
.history .table-wrapper .btn-wrapper .btn-more:hover {
  background: #001a33;
}
@media only screen and (max-width: 768px) {
  .history .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
    position: relative;
  }
  .history .table-wrapper::-webkit-scrollbar {
    height: 6px;
  }
  .history .table-wrapper::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
  }
  .history .table-wrapper::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }
}
.history .history-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  min-width: 700px;
}
.history .history-table thead {
  background: #003366;
  color: #fff;
  display: table-header-group;
}
.history .history-table thead th {
  padding: 14px 16px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .history .history-table thead th {
    font-size: 13px;
    padding: 10px 8px;
    white-space: nowrap;
  }
}
.history .history-table tbody {
  display: table-row-group;
  width: 100%;
}
.history .history-table tbody tr {
  display: table-row;
}
.history .history-table tbody tr:nth-child(even) {
  background: #f9f9f9;
}
.history .history-table tbody tr.history-table__row--hidden {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .history .history-table tbody tr {
    display: table-row;
  }
  .history .history-table tbody tr.history-table__row--hidden {
    display: none !important;
  }
}
.history .history-table tbody td {
  display: table-cell;
  font-size: 18px;
  padding: 32px 16px 0 16px;
  text-align: center;
  vertical-align: middle;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .history .history-table tbody td {
    font-size: 13px;
    padding: 25px 8px 0 8px;
    white-space: nowrap;
  }
}
.history .history-table__row--hidden {
  display: none !important;
}
.history .history-table__row--hidden.is-visible {
  display: table-row;
}
@media only screen and (max-width: 768px) {
  .history .history-table__row--hidden {
    display: none !important;
  }
}
.history .no-data {
  text-align: center;
  padding: 40px 0;
  color: #666;
  font-size: 16px;
}

.btn-wrapper {
  text-align: center;
  padding: 45px 0;
  margin-top: 0px;
}
@media only screen and (max-width: 768px) {
  .btn-wrapper {
    padding: 25px 0;
  }
}
.btn-wrapper .btn-more {
  display: inline-block;
  background: #00305F;
  color: #fff;
  padding: 10px 100px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 24px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .btn-wrapper .btn-more {
    padding: 10px 60px;
    font-size: 16px;
  }
}
.btn-wrapper .btn-more:hover {
  background: #00162c;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 61, 122, 0.3);
}

.no-data {
  text-align: center;
  padding: 40px 20px;
  color: #666;
  font-size: 14px;
}

.contact {
  margin-top: 0;
  background: #e9f3fc;
  padding: 60px 20px;
  border-radius: 20px 20px 0 0;
}
.contact__container {
  max-width: 700px;
  margin: 0 auto;
}
.contact__title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact__field {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.contact__label {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
  min-width: 140px;
  flex-shrink: 0;
}
.contact__required {
  background: #ff7c13;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 6px;
  vertical-align: middle;
}
.contact__input, .contact__textarea {
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 15px;
  box-sizing: border-box;
  background: #fff;
}
.contact__textarea {
  height: 100px;
  resize: vertical;
}
.contact__radio-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
  font-size: 15px;
}
.contact__radio-label {
  font-weight: 600;
  margin-right: 10px;
}
.contact__check {
  margin-top: 10px;
  font-size: 14px;
}
.contact__check label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.contact__checkbox {
  width: 16px;
  height: 16px;
}
.contact__button {
  background: #003366;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 999px;
  padding: 14px 0;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.3s ease;
}
.contact__button:hover {
  background: #002855;
}
.contact .btn-wrapper {
  padding-top: 0;
}
.contact .form-box dl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.contact .form-box dl:last-child {
  margin-bottom: 0;
}
.contact .form-box dt {
  width: 180px;
  min-width: 180px;
  flex-shrink: 0;
  margin: 0;
}
.contact .form-box dt label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #030303;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .contact .form-box dt label {
    font-size: 14px;
  }
}
.contact .form-box dt.message {
  align-self: flex-start;
  padding-top: 0px;
}
.contact .form-box dt.now-living {
  align-self: flex-start;
  padding-top: 25px;
}
.contact .form-box dt.consideration {
  align-self: flex-start;
  padding-top: 25px;
}
.contact .form-box dt:empty {
  width: 180px;
  min-width: 180px;
}
.contact .form-box dd {
  flex: 1;
  margin: 0;
}
.contact .form-box dd .wpcf7-form-control.wpcf7-text,
.contact .form-box dd .wpcf7-form-control.wpcf7-email,
.contact .form-box dd .wpcf7-form-control.wpcf7-tel {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 15px;
  box-sizing: border-box;
}
.contact .form-box dd .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 15px;
  box-sizing: border-box;
  background: transparent;
  height: 100px;
  resize: vertical;
}
.contact .form-box dd.check_privacyflg {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}
.contact .form-box dd.check_privacyflg .wpcf7-acceptance {
  margin: 0;
}
.contact .form-box dd.check_privacyflg a {
  color: #003366;
  text-decoration: underline;
}
.contact .form-box dd.check_privacyflg a:hover {
  opacity: 0.7;
}
.contact .form-box .required::after {
  content: "必須";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  background: #FF7C13;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 6px;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .contact .form-box .required::after {
    font-size: 12px;
  }
}
.contact .form-box .wpcf7-form-control.wpcf7-radio,
.contact .form-box .wpcf7-radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
  background: #e9f3fc;
  border: none;
  padding: 12px;
  border-radius: 6px;
}
.contact .form-box .wpcf7-form-control.wpcf7-radio .wpcf7-list-item,
.contact .form-box .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.contact .form-box .wpcf7-form-control.wpcf7-radio label,
.contact .form-box .wpcf7-radio label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .contact .form-box .wpcf7-form-control.wpcf7-radio label,
  .contact .form-box .wpcf7-radio label {
    font-size: 14px;
  }
}
.contact .form-box .wpcf7-form-control.wpcf7-acceptance,
.contact .form-box .wpcf7-acceptance {
  margin-top: 10px;
  border: none;
  padding: 12px;
  border-radius: 6px;
}
.contact .form-box .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item,
.contact .form-box .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.contact .form-box .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label,
.contact .form-box .wpcf7-acceptance .wpcf7-list-item label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .contact .form-box .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label,
  .contact .form-box .wpcf7-acceptance .wpcf7-list-item label {
    font-size: 14px;
  }
}
.contact .form-box .about-text {
  margin-bottom: 20px;
  text-align: center;
}
.contact .form-box .about-text .text-red {
  color: #ff7c13;
}
.contact .wpcf7 form.contact__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact .wpcf7 p.contact__field {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.contact .wpcf7 p.contact__field:last-child {
  margin-bottom: 0;
}
.contact .wpcf7 .wpcf7-form-control-wrap {
  flex: 1;
  margin: 0;
}
.contact .wpcf7 label {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
  min-width: 140px;
  flex-shrink: 0;
}
.contact .wpcf7 .wpcf7-required,
.contact .wpcf7 .contact__required {
  background: #ff7c13;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 6px;
  vertical-align: middle;
}
.contact .wpcf7 .wpcf7-form-control.contact__input,
.contact .wpcf7 .wpcf7-form-control.contact__textarea {
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 15px;
  box-sizing: border-box;
  background: #fff;
}
.contact .wpcf7 .wpcf7-form-control.contact__textarea {
  height: 100px;
  resize: vertical;
}
.contact .wpcf7 .wpcf7-form-control.contact__button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  background: #003366;
  border: none;
  border-radius: 999px;
  padding: 14px 0;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.3s ease;
  width: 320px;
  height: 56px;
}
.contact .wpcf7 .wpcf7-form-control.contact__button:hover {
  background: #002855;
}
@media only screen and (max-width: 480px) {
  .contact .wpcf7 .wpcf7-form-control.contact__button {
    font-size: 20px;
  }
}
.contact .wpcf7 .wpcf7-radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
  font-size: 15px;
}
.contact .wpcf7 .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.contact .wpcf7 .wpcf7-radio label {
  margin-bottom: 0;
  font-weight: normal;
}
.contact .wpcf7 .wpcf7-radio .contact__radio-label {
  font-weight: 600;
  margin-right: 10px;
}
.contact .wpcf7 .wpcf7-checkbox,
.contact .wpcf7 .wpcf7-acceptance {
  margin-top: 10px;
  font-size: 14px;
}
.contact .wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.contact .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.contact .wpcf7 .wpcf7-checkbox .wpcf7-list-item label,
.contact .wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0;
  font-weight: normal;
}
.contact .wpcf7 .wpcf7-checkbox .wpcf7-form-control.contact__checkbox,
.contact .wpcf7 .wpcf7-acceptance .wpcf7-form-control.contact__checkbox {
  width: 16px;
  height: 16px;
}
.contact .wpcf7 .wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
}
.contact .wpcf7 .wpcf7-mail-sent-ok {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
.contact .wpcf7 .wpcf7-mail-sent-ng,
.contact .wpcf7 .wpcf7-aborted,
.contact .wpcf7 .wpcf7-spam {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
.contact .wpcf7 .wpcf7-validation-errors {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  color: #856404;
}
.contact .wpcf7 .wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 12px;
  margin-top: 4px;
}
.contact .wpcf7 .wpcf7-not-valid {
  border-color: #dc3545 !important;
}
@media only screen and (max-width: 768px) {
  .contact {
    padding: 40px 16px;
  }
  .contact__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .contact__field {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .contact__label {
    min-width: auto;
    margin-bottom: 6px;
  }
  .contact__input, .contact__textarea {
    width: 100%;
    font-size: 14px;
    padding: 9px 10px;
  }
  .contact__button {
    font-size: 16px;
    padding: 12px 0;
  }
  .contact .wpcf7 p.contact__field {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .contact .wpcf7 label {
    font-size: 14px;
    min-width: auto;
    margin-bottom: 6px;
  }
  .contact .wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
  }
  .contact .wpcf7 .wpcf7-form-control.contact__input,
  .contact .wpcf7 .wpcf7-form-control.contact__textarea {
    width: 100%;
    font-size: 14px;
    padding: 9px 10px;
  }
  .contact .wpcf7 .wpcf7-form-control.contact__button {
    margin-top: 0px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 12px 0;
    width: calc(100vw - 32px);
    height: 56px;
  }
  .contact .form-box dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
  .contact .form-box dt {
    min-width: auto;
    margin-bottom: 0px;
  }
  .contact .form-box dt.message, .contact .form-box dt.now-living, .contact .form-box dt.consideration {
    padding-top: 0;
  }
  .contact .form-box dd {
    width: 100%;
  }
  .contact .form-box dd .wpcf7-form-control {
    font-size: 14px;
    padding: 9px 10px;
  }
  .contact .form-box .btn-wrapper {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .contact {
    padding: 30px 12px;
  }
  .contact__title {
    font-size: 32px;
  }
  .contact__input, .contact__textarea {
    font-size: 14px;
    padding: 8px 8px;
  }
  .contact__button {
    font-size: 15px;
    padding: 10px 0;
  }
  .contact__check {
    font-size: 13px;
  }
}

/* ------------------------------------------------------------------- 
privacy (プライバシーポリシー)
------------------------------------------------------------------- */
.privacy {
  height: auto;
}
.privacy__note {
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.015em;
  margin: 0 auto;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .privacy__note {
    padding: 30px 0;
  }
}
.privacy__text-area {
  margin: 0 auto;
  padding: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .privacy__text-area {
    padding: 0;
    margin-bottom: 80px;
  }
}
.privacy__text-area h2 {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  position: relative;
  padding-left: 10px;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 10px;
}
.privacy__text-area h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #333333;
  width: 100%;
}
.privacy__text {
  margin: 0 auto;
  padding: 30px 40px 30px 0;
  border-radius: 15px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .privacy__text {
    padding: 10px;
  }
  .privacy__text ul {
    padding-left: 10px;
    color: #111111;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7142857143;
    letter-spacing: 0.015em;
  }
}
.privacy__text h3 {
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.015em;
}

/*# sourceMappingURL=style.css.map */
