@charset "UTF-8";
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .tab-none {
    display: none;
  }
}
.pc-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-none {
    display: initial;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .tab-none {
    display: none;
  }
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
  color: #2C373B;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 46px;
  }
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: #1c1c1c;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  color: #2C373B;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .tab-none {
    display: none;
  }
}
.pc-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-none {
    display: initial;
  }
}
html {
  font-size: 16px;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

body.sp-nav-open {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

.button {
  padding: 8px 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  transition: gap 0.3s, padding-left 0.3s;
  width: 180px;
}

.button--blue {
  background-color: #fff;
  color: #22A1C4;
}

.button--gray {
  background-color: #F4F1E9;
  color: #2C373B;
}

.button--gray2 {
  background-color: #fff;
  color: #556369;
}

.button--black {
  background-color: #2C373B;
  color: #fff;
}

.button:hover {
  gap: 16px;
  padding-left: 24px;
}

.button:hover .circle-arrow {
  transform: scale(1.3);
}

.circle-arrow {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #fff;
  position: relative;
  transition: transform 0.3s;
}

.circle-arrow--blue {
  background-color: #22A1C4;
  border: none;
}

.circle-arrow--gray2 {
  background-color: #556369;
  border: none;
}

.circle-arrow.circle-arrow--gray {
  border: 1px solid #2C373B;
}

.circle-arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}

.circle-arrow--gray::before {
  border-top: solid 1px #2C373B;
  border-right: solid 1px #2C373B;
}

.circle-arrow--gray2::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.result-box {
  margin-top: 100px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  width: 335px;
  padding: 14px 20px 20px;
}
.result-box h4 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
}
.result-box__item {
  display: flex;
  margin-bottom: 16px;
}
.result-box__item-image {
  max-width: 128px;
  min-width: 128px;
}
.result-box__item-image img {
  width: 100%;
}

section.article {
  background-color: #FCFAF7;
  padding-bottom: 108px;
}
@media screen and (max-width: 768px) {
  section.article {
    padding-bottom: 0;
  }
}
section.article img:not([alt]) {
  filter: none;
}
section.article img {
  width: initial !important;
  height: initial !important;
}
section.article .container .inner {
  display: flex;
  width: 85%;
  justify-content: space-between;
  gap: 60px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  section.article .container .inner {
    width: 90%;
  }
}
section.article .container .inner .left {
  max-width: 869px;
  margin-top: 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.article .container .inner .left {
    margin-top: 40px;
  }
}
section.article .container .inner .left .article__inner {
  background-color: #fff;
  padding: 64px 75px;
  margin-bottom: 100px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 768px) {
  section.article .container .inner .left .article__inner {
    margin-bottom: 60px;
  }
}
section.article .container .inner .left .article__inner .time {
  color: #1c1c1c;
  font-size: 20px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  width: 90px;
  margin-left: 8px;
}
section.article .container .inner .left .article__inner .tag {
  font-weight: 700;
  color: #1c1c1c;
  width: 60px;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  padding: 2px 0;
  word-wrap: break-word;
  margin-right: 8px;
}
section.article .container .inner .left .article__inner article h2 {
  font-size: 32px;
  font-weight: 500;
}
section.article .container .inner .left .article__inner article .post-content .articleMarker {
  background: linear-gradient(transparent 50%, #EABD00 50%);
}
section.article .container .inner .left .article__inner article .post-content p {
  line-height: 32px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-bottom: 32px;
}
section.article .container .inner .left .article__inner article .post-content p:nth-last-of-type(1) {
  margin-bottom: 0;
}
section.article .container .inner .left .article__inner article .post-content h2.p-news-feed__article__title {
  background-color: #22A1C4;
  margin-bottom: 28px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding: 2px 0 2px 8px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.article .container .inner .left .article__inner article .post-content h2.p-news-feed__article__title {
    margin-top: 28px;
    width: 100%;
  }
}
section.article .container .inner .left .article__inner article .post-content h3.p-news-feed__article__subtitle {
  font-size: 18px;
  line-height: 28px;
  padding-left: 16px;
  border-left: 4px solid #22A1C4;
  margin-bottom: 24px;
  margin-top: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.article .container .inner .left .article__inner {
    padding: 24px;
  }
  section.article .container .inner .left .article__inner article h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  section.article .container .inner {
    display: block;
  }
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .post-navigation {
    width: 50%;
    margin: 0 auto 60px;
  }
}
.post-navigation .post-title {
  width: 224px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}
@media screen and (max-width: 768px) {
  .post-navigation .post-title {
    display: none;
  }
}
.post-navigation .next-post a, .post-navigation .prev-post a {
  display: flex;
  align-items: center;
  gap: 16px;
}
.post-navigation .next-post {
  margin-right: auto;
}
.post-navigation .prev-post {
  margin-left: auto;
}
.post-navigation .prev-post a {
  text-align: right;
}
.post-navigation .btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #97B9C6;
  border: 1px solid #97B9C6;
  position: relative;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .post-navigation .btn {
    width: 50px;
    height: 50px;
  }
}
.post-navigation .btn.next-post::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  transform: translate(-50%, -50%) rotate(225deg); /* 180度逆に回転 */
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: solid 1px #fff; /* 上の線 */
  border-right: solid 1px #fff; /* 右の線 */
}
@media screen and (max-width: 768px) {
  .post-navigation .btn.next-post::before {
    width: 10px;
    height: 10px;
  }
}
.post-navigation .btn.prev-post::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .post-navigation .btn.prev-post::before {
    width: 10px;
    height: 10px;
  }
}

/* ========================================
    パンくず
 ========================================= */
.breadcrumb {
  max-width: 1220px;
  margin-bottom: -26px;
  z-index: 2;
  color: #22A1C4;
  width: 90%;
  margin: 0 auto;
}
.breadcrumb a {
  font-size: 12px !important;
}
.breadcrumb span {
  color: #1c1c1c;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-top: 0px;
    padding-bottom: 16px;
    padding-left: 10px;
    width: 100%;
  }
}

/* ========================================
    ヘッダー
 ========================================= */
.header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 990;
  background-color: #F89330;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 70px;
}
@media screen and (max-width: 768px) {
  .header {
    height: 46px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: inherit;
  max-width: 1330px;
  margin-inline: auto;
  position: relative;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding-right: 20px;
    padding-left: 10px;
  }
}

.header__logo {
  display: inline-flex;
  gap: 24px;
  align-items: center;
  margin-right: auto;
}

.header__logo a {
  width: 100%;
  max-width: 195px;
  height: inherit;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .header__logo a {
    max-width: 120px;
  }
}

.header__logo a:hover {
  opacity: 0.7;
}

.header__catch {
  font-size: 14px;
  font-weight: 500;
}

.header__img-wrap a {
  display: block;
  background-image: url(../images/top/favorite-white.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 22px;
}

/* ========================================
    フッター
 ========================================= */
footer {
  background-color: #FCFAF7;
  padding-top: 50px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 0px;
  }
}
footer .footer {
  font-size: 12px;
  color: fff;
}
footer .footer__container {
  width: 1220px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
@media screen and (max-width: 1240px) {
  footer .footer__container {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
    display: block;
  }
}
footer .footer__container--lists {
  width: 790px;
}
@media screen and (max-width: 1240px) {
  footer .footer__container--lists {
    width: auto;
  }
}
footer .footer__container--lists .footer__inner--list {
  display: flex;
  gap: 42px;
}
@media screen and (max-width: 1240px) {
  footer .footer__container--lists .footer__inner--list {
    gap: 2.3407022107vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__container--lists .footer__inner--list {
    display: block;
    list-style: none;
  }
}
footer .footer__container--lists .footer__inner--list .sp-none {
  gap: 42px;
  display: flex;
}
@media screen and (max-width: 1240px) {
  footer .footer__container--lists .footer__inner--list .sp-none {
    gap: 2.3407022107vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__container--lists .footer__inner--list .sp-none {
    display: none;
  }
}
footer .footer__container--lists .footer__inner--list .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .footer__container--lists .footer__inner--list .sp {
    display: block;
  }
}
footer .footer__container--lists .footer__inner--list .sp a {
  font-size: 14px;
}
footer .footer__container--lists .footer__inner--list .sp .zero-line {
  display: flex;
}
footer .footer__container--lists .footer__inner--list .sp .to-company {
  display: flex;
}
footer .footer__container--lists .footer__inner--list .sp .left-side {
  width: 65%;
}
footer .footer__container--lists .footer__inner--list .vertical-line {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .footer__container--lists .footer__inner--list .vertical-line {
    display: block !important;
    font-size: 15px;
    color: #22A1C4;
    text-align: center;
    padding: 0px 7px 0px 7px;
  }
}
footer .footer__container--lists .footer__inner--list p {
  padding-bottom: 5px;
  width: 110px;
}
@media screen and (max-width: 768px) {
  footer .footer__container--lists .footer__inner--list p {
    padding-bottom: 10px;
    width: 110px;
  }
}
footer .footer__container--lists .footer__inner--list ul.fisrt-line {
  min-width: 221px;
}
@media screen and (max-width: 768px) {
  footer .footer__container--lists .footer__inner--list ul.fisrt-line {
    min-width: 221px;
    display: flex;
    font-size: 14px;
  }
}
footer .footer__container--lists .footer__inner--list ul.second-line {
  min-width: 178px;
}
@media screen and (max-width: 768px) {
  footer .footer__container--lists .footer__inner--list ul.second-line {
    min-width: 221px;
    display: flex;
    font-size: 14px;
  }
}
footer .footer__container--lists .footer__inner--list ul.another-site {
  width: 35%;
}
footer .footer__container--lists .footer__inner--list ul.third-line {
  min-width: 221px;
  display: flex;
  font-size: 12px;
}
footer .footer__container--lists .footer__inner--list ul li {
  margin-bottom: 5px;
}
footer .footer__container--lists .footer__inner--list ul li a {
  color: #1c1c1c;
  display: block;
  font-size: 14px;
}
footer .footer__container--lists .footer__inner--list ul li a:hover {
  opacity: 0.7;
}
footer .footer__container--lists .footer__inner--list:nth-child(1) {
  padding: 30px 0;
}
footer .footer__container--lists .footer__inner--list:nth-child(2) {
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  padding: 36px 0;
}
footer .footer__container--lists .footer__inner--list:nth-child(3) {
  padding: 30px 0;
}
footer .footer__container .footer__company-info {
  width: 298px;
  text-align: end;
}
@media screen and (max-width: 1240px) {
  footer .footer__container .footer__company-info {
    text-align: center;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__container .footer__company-info {
    width: 288px;
  }
}
footer .footer__container .footer__company-info img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .footer__container .footer__company-info img {
    width: 80%;
    margin: auto;
  }
  footer .footer__container .footer__company-info img.logo {
    min-width: 234px;
  }
}
footer .footer__container .footer__company-info img.footer_telephone {
  width: 60px;
  height: 60px;
  float: right;
  align-items: center;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  footer .footer__container .footer__company-info img.footer_telephone {
    width: 48px;
    height: 48px;
    padding-right: 5px;
  }
}
footer .footer__container .company_adress {
  padding: 20px 0;
}
footer .footer__container .company_adress h3 {
  font-size: 20px;
}
footer .footer__container .company_adress p {
  font-size: 14px;
}
@media screen and (max-width: 1240px) {
  footer .footer__container .company_adress {
    padding: 10px 0;
  }
}
footer .footer__container .company_contact {
  padding: 20px 0;
  display: flex;
}
@media screen and (max-width: 1240px) {
  footer .footer__container .company_contact {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__container .company_contact {
    display: flex;
  }
}
footer .footer__container .telephone_image {
  align-self: center;
}
@media screen and (max-width: 768px) {
  footer .footer__container .telephone_image {
    align-self: center;
  }
}
footer .footer__container .company_number {
  width: 88%;
  height: 100%;
  float: right;
}

.medium-font {
  font-size: 16px;
  font-weight: bold;
  color: #556369;
}

.phonenumber a {
  font-size: 36px;
  font-weight: bold;
  font-family: "Red Hat Display", sans-serif;
}
@media screen and (max-width: 768px) {
  .phonenumber a {
    float: left;
    font-size: 34px;
  }
}

.reception_hours {
  font-size: 14px;
}
.reception_hours .time {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .reception_hours {
    float: left;
  }
}

span.menu-blue {
  color: #22A1C4;
}
@media screen and (max-width: 768px) {
  span.menu-blue {
    display: none;
  }
}

.company-info {
  margin-bottom: 20px;
}

.company-info p {
  margin: 5px 0;
}

.copyright {
  font-size: 12px;
  color: #666;
  padding: 30px 0;
}

.page_top {
  background-color: #2C373B;
  color: white;
  font-size: 16px;
  width: 64px;
  height: 64px;
  bottom: 100px;
  right: 24px;
  position: fixed;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  /* ⑧色が変化する時間 */
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page_top {
    font-size: 12px;
    width: 40px;
    height: 40px;
  }
}

.page_top::before {
  /* ④絶対必要 */
  content: "";
  display: block;
  /* ⑤三角のサイズ */
  width: 10px;
  height: 10px;
  /* ⑥三角の線と回転角度 */
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .page_top::before {
    width: 6px;
    height: 6px;
  }
}

.page_top:hover {
  opacity: 0.7;
}

.page_top.js-show {
  opacity: 1;
  visibility: visible;
}

/* ========================================
    ハンバーガーメニュー
 ========================================= */
.hamburger {
  cursor: pointer;
  z-index: 9999;
  margin-left: 28px;
}

.hamburger span {
  background: #fff;
  display: block;
  height: 1px;
  position: relative;
  transition: ease 0.3s;
  width: 24px;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 6px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/*is-OPEN時の動き*/
.hamburger.is-open span {
  width: 24px;
}

.hamburger.is-open span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
  opacity: 0;
  transform: translateY(-50%);
}

.hamburger.is-open span:nth-child(3) {
  top: -8px;
  transform: rotate(-45deg);
}

.top__intro--upper {
  background-color: #f4f1e9;
  padding-top: 100px;
  padding-bottom: 180px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .top__intro--upper {
    padding-top: 60px;
    padding-bottom: 152px;
  }
}
.top__intro--upper-container {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top__intro--upper-container {
    flex-direction: column;
    align-items: center;
    gap: 124px;
  }
}
.top__intro--upper-left, .top__intro--upper-right {
  max-width: 520px;
  position: relative;
}
.top__intro--upper-leftImg, .top__intro--upper-rightImg {
  border-radius: 10px;
  overflow: hidden;
}
.top__intro--upper-left img, .top__intro--upper-right img {
  width: 100%;
  transition: all 0.5s ease;
}
.top__intro--upper-leftText, .top__intro--upper-rightText {
  border-radius: 8px;
  padding-block: 20px 26px;
  padding-inline: 48px 88px;
  width: 84.6153846154%;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: -82px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .top__intro--upper-leftText, .top__intro--upper-rightText {
    padding-block: 12px 20px;
    padding-inline: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top__intro--upper-leftText, .top__intro--upper-rightText {
    width: 89.8203592814%;
    bottom: -92px;
  }
}
.top__intro--upper-leftText h3, .top__intro--upper-rightText h3 {
  font-size: 24px;
  line-height: 1.4583333333;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .top__intro--upper-leftText h3, .top__intro--upper-rightText h3 {
    font-size: 20px;
    line-height: cal(30/20);
    margin-bottom: 8px;
  }
}
.top__intro--upper-leftText p, .top__intro--upper-rightText p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .top__intro--upper-leftText p, .top__intro--upper-rightText p {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 375px) {
  .top__intro--upper-leftText p, .top__intro--upper-rightText p {
    font-size: 3.7333333333vw;
  }
}
.top__intro--upper-leftText span, .top__intro--upper-rightText span {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 26px;
  right: 48px;
}
@media screen and (max-width: 1024px) {
  .top__intro--upper-leftText span, .top__intro--upper-rightText span {
    bottom: 20px;
    right: 16px;
  }
}
.top__intro--upper-leftText span::before, .top__intro--upper-rightText span::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.5s ease;
}
.top__intro--upper-leftText span::after, .top__intro--upper-rightText span::after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 48%;
  translate: -50% -50%;
  rotate: -45deg;
}
.top__intro--upper-leftText {
  background-color: rgba(226, 137, 57, 0.9);
}
.top__intro--upper-rightText {
  background-color: rgba(34, 161, 196, 0.9);
}
.top__intro--inner {
  padding-left: 160px;
  margin-top: 100px;
  padding-top: 65px;
  padding-bottom: 65px;
  background-image: url(../images/top/intro.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .top__intro--inner {
    background-image: url(../images/top/intro-sp.png);
    padding-left: 0;
    margin-top: 60px;
  }
  .top__intro--inner--sp {
    width: 90%;
    margin: 0 auto;
  }
}
.top__intro--inner h3 {
  font-size: 24px;
  margin-bottom: 24px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .top__intro--inner h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.top__intro--inner p {
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .top__intro--inner p {
    font-size: 10px;
    line-height: 16px;
  }
  .top__intro--inner p br.sp-none {
    display: none;
  }
}

.top__intro--upper-left:hover img,
.top__intro--upper-right:hover img {
  scale: 1.1;
}
.top__intro--upper-left:hover span::before,
.top__intro--upper-right:hover span::before {
  scale: 1.5;
}

.top__topics {
  background-color: #FCFAF7;
  padding-bottom: 100px;
  padding-top: 100px;
}
.top__topics--button {
  background-color: #f4f1e9;
  width: 180px;
  height: 48px;
  margin: 70px auto 0;
  display: flex;
  padding-left: 33px;
  cursor: pointer;
  border: 1px solid #000;
}
.top__topics--button p {
  line-height: 48px;
}

.top__topics--container {
  width: 900px;
  margin: 0 auto;
}
.top__topics--container .topics__menu {
  /*タブ切り替え全体のスタイル*/
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
.top__topics--container .topics__menu ul {
  margin-bottom: 43px;
}
.top__topics--container .topics__menu ul li {
  margin-bottom: 17px;
}
.top__topics--container .topics__menu ul li a {
  color: #000;
  display: flex;
}
.top__topics--container .topics__menu ul li a span.category-a {
  background-color: #eabd00;
  width: 61px;
  display: block;
  text-align: center;
}
.top__topics--container .topics__menu ul li a span.category-b {
  background-color: #97b9c6;
  width: 61px;
  display: block;
  text-align: center;
}
.top__topics--container .topics__menu ul li a span.date {
  margin-right: 26px;
  margin-left: 17px;
}
.top__topics--container .topics__menu .tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width: 700px;
  margin: 0 auto;
}
.top__topics--container .topics__menu .tab_item {
  width: 180px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 20px 20px 0 0;
}
.top__topics--container .topics__menu .tab_item:hover {
  opacity: 0.75;
}
.top__topics--container .topics__menu input[name=tab_item] {
  display: none;
}
.top__topics--container .topics__menu .tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
  border-top: 2px solid #333;
}
.top__topics--container .topics__menu #all:checked ~ #all_content,
.top__topics--container .topics__menu #programming:checked ~ #programming_content,
.top__topics--container .topics__menu #design:checked ~ #design_content {
  display: block;
}
.top__topics--container .topics__menu .tabs input:checked + .tab_item {
  border-top: 2px solid #1c1c1c;
  border-right: 2px solid #1c1c1c;
  border-left: 2px solid #1c1c1c;
  border-bottom: none;
}

.arrow {
  margin-left: 8px;
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 24px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.sample5-6::before {
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  border: 1px solid #2C373B;
  border-radius: 50%;
}

.sample5-6::after {
  left: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #2C373B;
  border-right: 1px solid #2C373B;
  transform: rotate(45deg);
}

main {
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  main {
    margin-top: 46px;
  }
}

/* ========================================
    地図で探すページ
 ========================================= */
.map {
  overflow: hidden; /* 地図外のスクロールを防ぐ */
  touch-action: none; /* デフォルトのスクロールを防ぐ */
  padding-bottom: 100px;
  background-color: #F4F1E9;
  /* `×` を作る */
}
.map__title {
  text-align: center;
  color: #fff;
  height: 270px;
  background-image: url(../images/map/title.png);
  background-size: cover;
  margin-top: 38px;
  display: flex;
  align-items: center;
}
.map__title--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.map__title--inner h2 {
  font-size: 40px;
  z-index: 1;
  position: relative;
}
.map__title--inner p {
  font-size: 24px;
  z-index: 2;
  position: relative;
  text-align: left;
  font-weight: bold;
  font-family: "Red Hat Display", sans-serif;
}
@media screen and (max-width: 768px) {
  .map__title--inner h2 {
    font-size: 30px;
    text-align: justify;
  }
  .map__title--inner p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .map__title {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/map/title-sp.png);
    aspect-ratio: 375/160;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .map {
    padding-bottom: 0;
  }
}
.map__container {
  padding-top: 80px;
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .map__container {
    padding-top: 40px;
  }
}
.map__container img {
  width: 100%;
}
.map .map__content--map {
  margin-top: 0;
}
.map .map__list {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1030px) {
  .map .map__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .map .map__list {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 20px;
  }
}
.map .map_link {
  margin-top: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 51px;
}
.map .map__item {
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 24px;
}
.map .map__item-bottom {
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 17px;
}
.map .map__image-wrap {
  width: 128px;
  height: 128px;
}
.map .map__info-text {
  max-width: calc(100% - 48px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.map .map-bold {
  font-weight: 500;
}
.map .button {
  margin-left: auto;
}
.map .map__info-text span {
  font-weight: 700;
}
.map .map__info-text .text-b {
  font-size: 20px;
  font-family: "Red Hat Display", sans-serif;
}
.map .map_link {
  margin-top: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 51px;
}
.map .map_item {
  display: none !important;
}
.map .map__info {
  width: 200px;
}
.map .map__item-top span {
  max-width: 346px;
  padding-left: 0px;
  font-weight: bold;
  /* 3点リーダーの設定 */
  white-space: nowrap; /* テキストを折り返さない */
  overflow: hidden; /* はみ出た部分を非表示 */
  text-overflow: ellipsis; /* 3点リーダーを表示 */
  display: block; /* インライン要素だと幅が効かないので block に */
}
.map .map__checkbox-item span::before {
  display: none;
}
.map .map__list {
  display: flex;
  /* グリッドを無効化 */
  justify-content: center;
}
.map .map__item {
  margin-top: 40px;
  width: 400px;
  display: none;
  /* 初期状態で非表示 */
}
.map .map__info-items {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #B5C6CE;
  padding-block: 4px;
}
.map .map__checkbox-item {
  cursor: initial;
}
.map .map__info-title {
  color: #22A1C4;
  font-size: 14px;
  font-weight: 700;
  flex-basis: 48px;
}
.map .circle-cross.circle-cross--gray {
  border: 1px solid #2C373B;
}
.map .circle-cross {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #fff;
  position: relative;
  transition: transform 0.3s;
  cursor: pointer;
}
.map .circle-cross--gray::before,
.map .circle-cross::before {
  content: "";
  width: 16px; /* サイズを調整 */
  height: 1px; /* 線の太さ */
  background-color: #1c1c1c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.map .circle-cross--gray::after,
.map .circle-cross::after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #1c1c1c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.map .circle-cross:hover {
  transform: scale(1.3);
}
.map .map__item-bottom {
  justify-content: initial;
}
@media screen and (max-width: 1280px) {
  .map .map__container {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 758px) {
  .map .map__item {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .map .map__container {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 500px) {
  .map .map__container {
    width: 90%;
  }
  .map .map__item {
    margin-top: 0;
  }
  .map .map__image-wrap {
    width: 110px;
    height: 110px;
  }
  .map .map__info {
    width: 57%;
  }
  .map .map__item {
    padding: 16px 18px 20px;
    width: 90%;
    margin-bottom: 40px;
  }
  .map .map__content--map {
    margin-top: 0;
  }
}

/* ========================================
    サイドバー
 ========================================= */
.sidebar {
  margin-top: 74px;
}
.sidebar .select-middle {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .sidebar .select-middle {
    width: 9%;
    text-align: center;
    margin: 0;
  }
}
.sidebar #DistrictContainer > li,
.sidebar #stationContainer > li, .sidebar #areaContainer > li {
  /* ここにスタイルを書く */
  font-weight: 400;
}
.sidebar #stationContainer > li:nth-of-type(1),
.sidebar #areaContainer > li:nth-of-type(1) {
  font-weight: 500;
  font-size: 18px;
  align-items: center;
  display: flex;
  margin-bottom: 14px;
}
.sidebar .container {
  margin: 0 auto;
}
.sidebar .container .full-link {
  display: block; /* ブロック要素に */
}
.sidebar .container .full-link:hover {
  color: #fff;
}
.sidebar span {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 6px;
}
.sidebar span.spot {
  background-image: url(../images/sidebar/spot.svg);
  width: 16px;
  height: 24px;
}
.sidebar input[type=checkbox] {
  display: inline-block;
  width: 18px;
  height: 18px;
  /* UI Properties */
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  border: 1px solid var(--unnamed-color-2c373b);
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #2C373B;
  border-radius: 2px;
  opacity: 1;
  vertical-align: bottom;
  position: relative;
  flex-shrink: 0;
}
.sidebar input[type=checkbox]:checked:before {
  position: absolute;
  top: 5%;
  left: 30%;
  transform: rotate(50deg);
  width: 6px;
  height: 12px;
  border-right: 2px solid #22A1C4;
  border-bottom: 2px solid #22A1C4;
  content: "";
}
.sidebar input[type=checkbox].input-block {
  display: block;
}
.sidebar--subheadline {
  background-color: #97B9C6;
  color: #fff;
  text-align: center;
}
.sidebar--subheadline.mb-20 {
  margin-bottom: 20px;
}
.sidebar .address-explorer {
  max-width: 292px;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sidebar .address-explorer {
    max-width: initial;
  }
}
.sidebar .address-explorer--title {
  background-color: #22A1C4;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 46px;
  padding-top: 10px;
  padding-left: 16px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sidebar .address-explorer--title {
    padding-right: 32px;
  }
  .sidebar .address-explorer--title.object-change {
    padding-right: 32px;
  }
  .sidebar .address-explorer--title .sidebar-change {
    font-size: 12px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
  }
  .sidebar .address-explorer--title .sidebar-change::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s, border-right 0.3s, top 0.3s; /* 修正 */
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    display: inline-block;
    top: 50%;
    margin-left: 6px;
  }
  .sidebar .address-explorer--title .sidebar-change:hover::after {
    transform: translateY(-50%) rotate(225deg);
  }
}
.sidebar .address-explorer--item {
  padding: 16px;
  background-color: #fff;
}
.sidebar .address-explorer--item .title {
  font-weight: 500;
  font-size: 18px;
  align-items: center;
  display: flex;
  margin-bottom: 14px;
}
.sidebar .address-explorer--item .erea-title {
  margin-bottom: 18px;
}
.sidebar .address-explorer--item .erea-title:not(:last-child) {
  margin-bottom: 8px;
}
.sidebar .address-explorer--item ul.no-bb {
  border-bottom: none;
}
.sidebar .address-explorer--item ul li {
  margin-bottom: 8px;
}
.sidebar .address-explorer--item ul li:nth-last-of-type(1) {
  margin-bottom: 16px;
}
.sidebar .address-explorer--item ul .list--title {
  font-size: 20px;
  font-weight: bold;
}
.sidebar .address-explorer--item ul .list--title span {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 6px;
}
.sidebar .address-explorer--item ul .list--title span.electoric {
  background-image: url(../images/sidebar/electoric.svg);
  width: 18px;
  height: 16px;
}
.sidebar .address-explorer--item ul .list--title span.lock {
  background-image: url(../images/sidebar/lock.svg);
  width: 18px;
  height: 22px;
}
.sidebar .address-explorer--item ul .list--title span.net {
  background-image: url(../images/sidebar/net.svg);
  width: 20px;
  height: 15px;
}
.sidebar .address-explorer--item ul .list--title span.other {
  background-image: url(../images/sidebar/other.svg);
  width: 16px;
  height: 12px;
}
.sidebar .address-explorer--item ul.campain-ul li.flex {
  display: flex;
  gap: 8px;
}
.sidebar .address-explorer--item ul li.campaign {
  display: inline-block;
  position: relative;
  height: 50px; /*リボンの高さ*/
  line-height: 50px; /*リボンの高さ*/
  text-align: center;
  padding: 0 30px; /*横の大きさ*/
  font-size: 18px; /*文字の大きさ*/
  background: #E28939; /*塗りつぶし色*/
  color: #fff; /*文字色*/
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 16px;
}
.sidebar .address-explorer--item ul .campaign:before, .sidebar .address-explorer--item ul .campaign:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.sidebar .address-explorer--item ul .campaign:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.sidebar .address-explorer--item ul .campaign:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.sidebar .address-explorer--item .select-box {
  display: inline-block;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .sidebar .address-explorer--item .select-box {
    width: 44%;
  }
}
.sidebar .address-explorer--item .select-box::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 5px;
  background-color: black;
  -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
          clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  pointer-events: none; /* 矢印にクリックを反映させない */
}
.sidebar .address-explorer--item select {
  border: 1px solid #2C373B;
  border-radius: 2px;
  width: 116px;
  height: 42px;
  padding-bottom: 10px;
  padding-left: 12px;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  .sidebar .address-explorer--item select {
    width: 100%;
    min-width: 116px;
  }
}
@media screen and (max-width: 768px) {
  .sidebar .address-explorer--item {
    display: none;
  }
  .sidebar .address-explorer--item.active {
    display: block;
  }
}
.sidebar .address-explorer--box {
  padding: 16px;
}
.sidebar .address-explorer--box div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sidebar .address-explorer--box div {
    width: 100%;
  }
}
.sidebar .address-explorer--box form {
  width: 260px;
  margin: 0 auto;
  display: flex;
}
.sidebar .address-explorer--box input[type=search] {
  border: 1px solid #B9B9B9;
  border-radius: 2px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 8px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .sidebar .address-explorer--box input[type=search] {
    width: calc(100% - 94px);
  }
}
.sidebar .address-explorer--box button[type=submit] {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 94px;
  padding: 0px 0px;
  border: 0px solid #fff;
  box-sizing: border-box;
  background-color: #f0841a;
  display: flex;
  transition: 0.3s;
  height: 42px;
  margin-left: -1.3%;
  align-items: center;
  justify-content: center;
}
.sidebar .address-explorer--box button[type=submit] img {
  display: inline-block;
  width: 25px;
}
.sidebar__button {
  width: 260px;
  height: 42px;
  background: #F4F1E9 0% 0% no-repeat padding-box;
  text-align: center;
  line-height: 42px;
  margin-bottom: 8px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .sidebar__button {
    width: 100%;
  }
}
.sidebar__button:hover {
  background-color: #2C373B;
  color: #fff;
}

.search--button {
  background: #2C373B 0% 0% no-repeat padding-box;
  border-radius: 2px;
  width: 260px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .search--button {
    width: 100%;
  }
  .search--button.sapporo {
    width: 260px;
  }
}
.search--button:hover {
  background-color: #E28939;
}
.search--button span {
  content: "";
  display: inline-block;
  background-image: url(../images/top/search.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  margin-left: 6px;
}

.clear--button {
  cursor: pointer;
  width: 104px;
  height: 32px;
  /* UI Properties */
  color: var(--unnamed-color-22a1c4);
  text-align: center;
  font: normal normal bold 14px/20px Zen Kaku Gothic Antique;
  letter-spacing: -1.4px;
  color: #22A1C4;
  border: 1px solid #22A1C4;
  border-radius: 18px;
  line-height: 32px;
  margin: 16px auto 16px;
}
.clear--button:hover {
  background-color: #22A1C4;
  color: #fff;
}

.search-result h2 {
  font-size: 24px;
}
.search-resultZero {
  max-width: 886px;
  height: 226px;
  padding: 40px;
  background-color: #fff;
}
.search-resultZero p {
  margin-bottom: 24px;
}

span.search-blue {
  color: #0075C2;
}

/* ========================================
    チェックボックスページ
 ========================================= */
.checkbox {
  background-color: #FCFAF7;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .checkbox {
    padding-bottom: 0;
  }
  .checkbox .pc-none hr {
    border: 1px solid #C7C7C7;
  }
}
.checkboxlist__title {
  font-size: 18px;
}
.checkboxlist__title span.icon {
  background-image: url(../images/sidebar/spot.svg);
  width: 14px;
  height: 21px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 6px;
}
.checkboxlist__title .small {
  font-size: 14px;
}
.checkbox__title {
  color: #2C373B;
  font-size: 24px;
  font-weight: bold;
  border: 2px solid #2C373B;
  padding: 10px 16px 10px 50px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 8px;
}
.checkbox__title::before {
  content: "";
  position: absolute;
  background-image: url(../images/monthly/m-title.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 19px;
  height: 11px;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .checkbox__title::before {
    top: 33%;
  }
}
.checkbox .container {
  padding-top: 100px;
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (max-width: 1024px) {
  .checkbox .container {
    margin: 0 auto;
    width: 95%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .checkbox .container {
    margin-bottom: 60px;
  }
}
.checkbox .container .checkbox__inner {
  background-color: #fff;
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .checkbox .container .checkbox__inner {
    padding: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
}
.checkbox .container .checkbox__inner ul.columns-5 li {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .checkbox .container .checkbox__inner ul.columns-5 li {
    width: 50%;
  }
}
.checkbox .container .checkbox__inner ul.columns-3 li {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .checkbox .container .checkbox__inner ul.columns-3 li {
    width: 50%;
  }
}
.checkbox .container .checkbox__inner ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.checkbox .container .checkbox__inner ul li {
  margin-bottom: 8px;
}
.checkbox .container .checkbox__inner ul li.headline {
  line-height: 40px;
  width: 100%;
  background-color: #F4F1E9;
  margin-top: 14px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.checkbox .container .checkbox__inner ul li .headline {
  color: #22A1C4;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .checkbox .container .checkbox__inner ul li {
    font-size: 14px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .checkbox .container {
    width: 90%;
    padding-top: 40px;
  }
}
.checkbox input[type=checkbox] {
  display: inline-block;
  width: 18px;
  height: 18px;
  /* UI Properties */
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  border: 1px solid var(--unnamed-color-2c373b);
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #2C373B;
  border-radius: 2px;
  opacity: 1;
  vertical-align: bottom;
  position: relative;
  flex-shrink: 0;
}
.checkbox input[type=checkbox]:checked:before {
  position: absolute;
  top: 5%;
  left: 30%;
  transform: rotate(50deg);
  width: 6px;
  height: 12px;
  border-right: 2px solid #22A1C4;
  border-bottom: 2px solid #22A1C4;
  content: "";
}

.search-bottom {
  background-color: rgba(255, 255, 255, 0.7); /* 背景色のみ透明にする */
  height: 74px;
  padding: 16px 0;
  position: fixed;
  width: 100%;
  bottom: 80px;
  left: 0;
  z-index: 150;
}
.search-bottom .search-bottom__inner {
  width: 100%;
  max-width: 1270px;
  margin-inline: auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .search-bottom .search-bottom__inner {
    padding: 0;
  }
}
.search-bottom ul li {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.search-bottom ul li .search--button {
  opacity: 1;
  position: relative;
  z-index: 1; /* 親要素の透明度を無視するため */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .search-bottom ul li .search--button.sapporo {
    width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* ========================================
    POROKARI(ポロカリ)とは？
 ========================================= */
.about {
  background-color: #FCFAF7;
  color: #1c1c1c;
}
.about .breadcrumb-box {
  padding-inline: 25px;
  margin: 0 auto;
}
.about__title {
  text-align: center;
  color: #fff;
  height: 270px;
  background-image: url(../images/about/title.png);
  background-size: cover;
  margin-top: 38px;
  display: flex;
  align-items: center;
}
.about__title .title {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .about__title .title {
    font-size: 30px;
    display: block;
    text-align: left;
  }
}
.about__title .title-small {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .about__title .title-small {
    font-size: 16px;
  }
}
.about__title--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.about__title--inner h2 {
  font-size: 40px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__title--inner h2 {
    font-size: 30px;
  }
}
.about__title--inner p {
  font-size: 24px;
  z-index: 2;
  position: relative;
  text-align: left;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about__title--inner p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .about__title {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/about/title-sp.jpg);
    aspect-ratio: 375/160;
    height: auto;
  }
}
.about .container {
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0 auto;
  width: 100%;
  max-width: 920px;
}
@media screen and (max-width: 768px) {
  .about .container {
    padding-block: 40px 60px;
    padding-inline: 20px;
  }
}
.about .container .content {
  padding: 60px;
  background-color: #fff;
  margin-bottom: 100px;
  width: 100%;
  max-width: 920px;
}
@media screen and (max-width: 768px) {
  .about .container .content {
    width: 100%;
    max-width: 600px;
    padding: 24px;
    margin-bottom: 40px;
    margin-inline: auto;
  }
}
.about .container .content-title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about .container .content-title {
    align-items: flex-start;
  }
}
.about .container .content-title .num {
  font-size: 80px;
  color: #22A1C4;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .about .container .content-title .num {
    font-size: 40px;
    margin-right: 16px;
  }
}
.about .container .content-title .num.mb-auto {
  margin-bottom: auto;
}
.about .container .content-title .ttl h3 {
  font-size: 40px;
  width: 100%;
  max-width: 680px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .about .container .content-title .ttl h3 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    line-height: 1.1666666667;
    white-space: nowrap;
  }
}
.about .container .content-title .ttl h3 .w-520 {
  display: none;
}
@media screen and (max-width: 520px) {
  .about .container .content-title .ttl h3 .w-520 {
    display: block;
  }
}
.about .container .content-title .ttl h3 .title {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .about .container .content-title .ttl h3 .title {
    font-size: 24px;
    display: block;
  }
}
.about .container .content-title .ttl h3 .title-small {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .about .container .content-title .ttl h3 .title-small {
    font-size: 16px;
  }
}
.about .container .content-title .ttl p.small-blue {
  color: #22A1C4;
  font-weight: bold;
  line-height: 24px;
  font-family: "Red Hat Display", sans-serif;
}
@media screen and (max-width: 768px) {
  .about .container .content-title .ttl p.small-blue {
    font-size: 14px;
  }
}
.about .container .content.pl {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .about .container .content.pl {
    margin-bottom: 0;
  }
}
.about .container .content-item .inner-offwhite {
  margin-bottom: 16px;
  background-color: #FCFAF7;
  width: 100%;
  max-width: 800px;
  padding: 40px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .about .container .content-item .inner-offwhite {
    padding: 24px;
  }
}
.about .container .content-item .inner-offwhite table {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
}
.about .container .content-item .inner-offwhite table .pc-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about .container .content-item .inner-offwhite table .pc-row {
    display: none;
  }
}
.about .container .content-item .inner-offwhite table .sp-row {
  display: none;
}
@media screen and (max-width: 768px) {
  .about .container .content-item .inner-offwhite table .sp-row {
    display: flex;
    flex-direction: column;
  }
}
.about .container .content-item .inner-offwhite table td {
  height: 40px;
  width: 33.3333333333%;
  text-align: center;
  border-right: 1px solid #DDDBD6;
  color: #1c1c1c;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .about .container .content-item .inner-offwhite table td {
    width: 100%;
    border-right: none;
  }
}
.about .container .content-item .inner-offwhite table td:nth-child(3) {
  border-right: none;
}
.about .container .content-item .inner-offwhite table td.short {
  background-color: #97B9C6;
  color: #fff;
}
.about .container .content-item .inner-offwhite table td.middle {
  background-color: #67B5CB;
  color: #fff;
}
.about .container .content-item .inner-offwhite table td.long {
  color: #fff;
  background-color: #22A1C4;
}
.about .container .content-item .inner-offwhite table .bg-white {
  background-color: #fff;
}
.about .container .content-item p {
  line-height: 32px;
  font-size: 16px;
  color: #1c1c1c;
}
@media screen and (max-width: 768px) {
  .about .container .content-item p {
    line-height: 1.5;
  }
}
.about .container .content-item .blue-circle {
  color: #22A1C4;
}
.about .container .content-item h3 {
  margin-top: 60px;
  font-size: 18px;
  line-height: 28px;
  border-left: 4px solid #22A1C4;
  padding-left: 16px;
  margin-bottom: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about .container .content-item h3 {
    margin-top: 40px;
    margin-bottom: 16px;
    white-space: nowrap;
  }
}
.about .container .content-item p.mt-28 {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .about .container .content-item p.mt-28 {
    margin-top: 24px;
  }
}
.about .container .content-item p.mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about .container .content-item p.mb-60 {
    margin-bottom: 0;
  }
}
.about .container .content-item .small {
  font-size: 14px;
}
.about .container .content-item .pc-flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .about .container .content-item .pc-flex {
    margin-top: 4px;
  }
}
.about .container .content-item .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  width: 100%;
  max-width: 756px;
}
@media screen and (max-width: 768px) {
  .about .container .content-item .flex {
    display: block;
    width: 100%;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.about .container .content-item .w-436 {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  width: 436px;
}
@media screen and (max-width: 768px) {
  .about .container .content-item .w-436 {
    display: block;
    width: 100%;
    text-indent: -1em;
    padding-left: 1em;
  }
}

@media screen and (max-width: 768px) {
  .lower-b {
    background-color: #FCFAF7;
    border-top: 1px solid #C7C7C7;
    width: 100%;
    height: 48px;
    padding-top: 10px;
  }
}
.lower-b .breadcrumb-box {
  padding-inline: 10px;
}
.lower-b .breadcrumb__inner {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.lower-b .breadcrumb__inner .breadcrumb {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 600px;
}

.category {
  background-color: #F4F1E9;
  padding: 100px 0;
}

.category__inner {
  padding: 0 20px;
  max-width: 1010px;
  margin-top: 37px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .category__inner {
    max-width: 920px;
  }
}

.category__cards {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .category__cards {
    row-gap: 30px;
    grid-template-columns: repeat(6, 1fr);
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    gap: 20px;
    margin: 0 calc(50% - 50vw);
  }
}

.category__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-height: 358px;
}
@media screen and (max-width: 768px) {
  .category__card {
    width: 90%;
    min-width: 260px;
    max-height: initial;
  }
}

@media screen and (max-width: 768px) {
  .category__card:first-child {
    margin-left: 20px;
  }
}

.category__card a {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 22px 18px 21px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  transition: opacity 0.3s;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .category__card a {
    padding: 22px 18px 17px;
  }
}

.category__card a:hover {
  opacity: 0.7;
}

.category__card-item {
  position: relative;
  height: 78px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .category__card-item {
    height: auto;
    display: block;
  }
}

.category__card-item:before {
  content: "";
  width: 4px;
  height: 78px;
  position: absolute;
  display: inline-block;
  left: -18px;
}
@media screen and (max-width: 768px) {
  .category__card-item:before {
    height: 50px;
  }
}

.category__card-item.category01:before {
  background-color: #E37CB3;
}

.category__card-item.category02:before {
  background-color: #EAA200;
}

.category__card-item.category03:before {
  background-color: #9FCC38;
}

.category__card-item.category04:before {
  background-color: #7D79CE;
}

.category__card-item.category05:before {
  background-color: #69B7CC;
}

.category__card-item.category06:before {
  background-color: #C4B07A;
}

.category__card-name {
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .category__card-name {
    font-size: 16px;
    letter-spacing: -2px;
    line-height: normal;
  }
}

.category__card-name-en {
  color: #1c1c1c;
  font-size: 16px;
  font-family: "Red Hat Display", sans-serif;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .category__card-name-en {
    line-height: normal;
  }
}

.category__card-img-wrap {
  margin-top: 10px;
}

.category__card-img-wrap img {
  aspect-ratio: 252/146;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .category__card-img-wrap img {
    aspect-ratio: 220/100;
  }
}

.category__card-text {
  color: #1c1c1c;
  font-size: 16px;
  margin-top: 10px;
  width: 256px;
}
@media screen and (max-width: 768px) {
  .category__card-text {
    font-size: 14px;
    width: auto;
  }
}
.category__card-text.short {
  margin-bottom: 14px;
  margin-top: 20.8px;
}
@media screen and (max-width: 768px) {
  .category__card-text.short {
    margin-bottom: 0;
    margin-top: 10px;
  }
}

.category__card-text span {
  font-size: 12px;
  letter-spacing: -0.05em;
}

.category__cards::-webkit-scrollbar {
  display: none;
}

.category__description {
  color: #868E91;
  font-size: 12px;
  text-align: center;
  margin-top: 16px;
}

.category__description span {
  background-image: url(../images/top/arrow.png);
  background-size: cover;
  display: inline-block;
  width: 28px;
  height: 9px;
  margin-right: 8px;
}

.category__title-inner {
  position: relative;
}

.category__title {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
@media screen and (max-width: 1150px) {
  .category__title {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .category__title {
    align-items: flex-start;
    gap: 0;
  }
}

.category__title-main {
  color: #2C373B;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .category__title-main {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .category__title-main {
    font-size: 30px;
    line-height: 1.0666666667;
  }
}

.category__title-main-area {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .category__title-main-area {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .category__title-main-area {
    font-size: 24px;
    line-height: 1.0666666667;
  }
}

.category__title-main span {
  color: #2C373B;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .category__title-main span {
    font-size: 30px;
  }
}

.category__title-sub {
  color: #2C373B;
  font-size: 16px;
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .category__title-sub {
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  .category__title-sub {
    font-size: 12px;
    line-height: 2;
  }
}

.category__card-ttlbox {
  margin: auto 0;
}

/* ========================================
    会社情報
 ========================================= */
.company {
  background-color: #FCFAF7;
  color: #1c1c1c;
}
.company-profile {
  background-color: #F4F1E9;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .company-profile {
    padding: 24px;
    min-width: 287px;
    width: 85%;
    margin: 0 auto;
  }
}
.company-profile a.new-tab {
  position: relative;
  text-decoration: underline;
}
.company-profile a.new-tab::after {
  content: "";
  display: inline-block;
  background-image: url(../images/question/url.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.company .breadcrumb-box {
  width: 1220px;
  margin: 0 auto;
}
.company__title {
  text-align: center;
  color: #fff;
  height: 270px;
  background-image: url(../images/company/title.png);
  background-size: cover;
  display: flex;
  align-items: center;
}
.company__title--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.company__title--inner h2 {
  font-size: 40px;
  z-index: 1;
  position: relative;
}
.company__title--inner p {
  font-size: 24px;
  z-index: 2;
  position: relative;
  font-family: "Red Hat Display", sans-serif;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .company__title {
    margin-top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/company/title-sp.png);
    aspect-ratio: 375/160;
    height: auto;
  }
  .company__title h2 {
    font-size: 30px;
    text-align: justify;
  }
  .company__title p {
    font-size: 12px;
    margin-left: 0;
  }
}
.company-contents {
  padding-top: 75px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .company-contents {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
.company-contents .container {
  max-width: 920px;
  width: 65%;
  margin: 0 auto;
  min-width: 700px;
  color: #1c1c1c;
}
@media screen and (max-width: 768px) {
  .company-contents .container {
    width: 90%;
    min-width: initial;
    max-width: initial;
  }
}
.company-contents .container .content {
  background-color: #fff;
  padding-top: 57px;
  padding-bottom: 60px;
  padding-right: 60px;
  padding-left: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .company-contents .container .content {
    padding-left: initial;
    padding-top: 27px;
    padding-bottom: 20px;
    padding-right: initial;
    margin-bottom: 40px;
  }
}
.company-contents .container .content:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .company-contents .container .content:nth-last-of-type(1) {
    margin-bottom: 60px;
  }
}
.company-contents .container .content-title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .company-contents .container .content-title {
    min-width: 287px;
    width: 85%;
    margin: 0 auto 24px;
  }
}
.company-contents .container .content-title .num {
  font-size: 80px;
  color: #22A1C4;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .company-contents .container .content-title .num {
    font-size: 40px;
    margin-right: 16px;
    line-height: 40px;
  }
}
.company-contents .container .content-title .ttl h3 {
  font-size: 40px;
  width: 680px;
}
.company-contents .container .content-title .ttl p.small-blue {
  color: #22A1C4;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .company-contents .container .content-title .ttl p.small-blue {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .company-contents .container .content-title .ttl h3 {
    font-size: 24px;
    width: 100%;
    line-height: 1.1666666667;
    white-space: nowrap;
  }
}
.company-contents .container .content .content-members {
  min-width: 287px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .company-contents .container .content .content-members {
    margin-top: 0;
  }
}
.company-contents .container .content .company-table {
  width: 100%;
  border-collapse: collapse;
}
.company-contents .container .content .company-table tr td.register .blue {
  color: #22A1C4;
}
.company-contents .container .content .company-table tr td.register p {
  margin-bottom: 8px;
}
.company-contents .container .content .company-table tr td.register p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .company-contents .container .content .company-table tr, .company-contents .container .content .company-table td, .company-contents .container .content .company-table tr td:first-child, .company-contents .container .content .company-table tr td:last-child {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .company-contents .container .content .table {
    background-color: #F4F1E9;
    padding: 0;
  }
}
.company-contents .container .content .company-table td {
  padding: 10px;
  border: 1px solid #ddd;
  /* セルの枠線 */
}
.company-contents .container .content .company-table td:first-child {
  width: 240px;
  background-color: #7A98A3;
  color: white;
  text-align: left;
  padding-left: 16px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .company-contents .container .content .company-table td:first-child {
    text-align: center;
  }
}
.company-contents .container .content .company-table td:last-child {
  width: 480px;
  background-color: white;
  color: #1c1c1c;
  text-align: justify;
  padding-left: 14px;
}
.company-contents .container .content .company-table td:last-child a {
  display: block;
  text-decoration: underline;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .company-contents .container .content .company-table td:last-child a {
    margin-left: 14px;
  }
}
@media screen and (max-width: 768px) {
  .company-contents .container .content .company-table td:last-child {
    padding: 8px;
  }
  .company-contents .container .content .company-table td:last-child .sp-center {
    text-align: center;
  }
}
.company-contents .container .content .officer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .company-contents .container .content .officer {
    display: block;
    padding-bottom: 40px;
    border-bottom: 1px solid #C7C7C7;
    width: 85%;
    min-width: 287px;
    margin: 0 auto;
  }
}
.company-contents .container .content .officer .left {
  width: 41%;
  max-width: 332px;
}
@media screen and (max-width: 768px) {
  .company-contents .container .content .officer .left {
    width: 100%;
    margin: 0 auto;
    max-width: initial;
  }
}
.company-contents .container .content .officer .left img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .company-contents .container .content .officer .left img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
    max-width: initial;
  }
}
.company-contents .container .content .officer .right {
  width: 53%;
  max-width: 420px;
}
@media screen and (max-width: 768px) {
  .company-contents .container .content .officer .right {
    width: 100%;
    margin: 0 auto;
    max-width: initial;
  }
}
.company-contents .container .content .officer .right .name {
  display: flex;
  align-items: flex-end;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .company-contents .container .content .officer .right .name {
    margin-top: 8px;
    margin-bottom: 16px;
  }
}
.company-contents .container .content .officer .right .name .name-left {
  font-size: 14px;
  margin-right: 10px;
}
.company-contents .container .content .officer .right .name .name-right {
  font-size: 20px;
}
.company-contents .container .content .officer .right .name .name-right .small {
  margin-left: 8px;
  font-weight: bold;
  font-size: 12px;
  color: #22A1C4;
}
.company-contents .container .content .officer .right .text {
  font-size: 14px;
  line-height: 26px;
}
.company-contents .container .content .officer .right .text .bold {
  font-weight: bold;
}
.company-contents .container .content .staffs .staff-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  padding-top: 60px;
  border-top: 1px solid #c7c7c7;
  border-bottom: #C7C7C7;
}
.company-contents .container .content .staffs .staff-wrap:nth-last-of-type(1) {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .company-contents .container .content .staffs .staff-wrap {
    display: block;
    width: 100%;
    border-top: none;
    border-bottom: none;
    margin: 0 auto;
    padding: initial;
  }
  .company-contents .container .content .staffs .staff-wrap:nth-of-type(1) {
    border-top: none;
  }
}
.company-contents .container .content .staffs .staff-wrap .staff {
  width: 30%;
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .company-contents .container .content .staffs .staff-wrap .staff {
    width: 85%;
    max-width: initial;
    min-width: 287px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #C7C7C7;
    margin: 0 auto;
  }
  .company-contents .container .content .staffs .staff-wrap .staff.last {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.company-contents .container .content .staffs .staff-wrap .staff .staff-inner .image img {
  width: 100%;
}
.company-contents .container .content .staffs .staff-wrap .staff .staff-inner .name {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .company-contents .container .content .staffs .staff-wrap .staff .staff-inner .name {
    margin-top: 8px;
  }
}
.company-contents .container .content .staffs .staff-wrap .staff .staff-inner .name p {
  font-size: 20px;
}
.company-contents .container .content .staffs .staff-wrap .staff .staff-inner .name span.small-blue {
  color: #22A1C4;
  font-size: 12px;
  font-weight: 500;
  margin-left: 8px;
}

/* ========================================
    TOPICS
 ========================================= */
.contents__title {
  text-align: center;
  color: #fff;
  height: 270px;
  background-image: url(../images/contents/title.png);
  background-size: cover;
  margin-top: 38px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contents__title {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/contents/title-sp.svg);
    aspect-ratio: 375/160;
    height: auto;
  }
}
.contents__title--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contents__title--inner h2 {
  font-size: 40px;
  z-index: 1;
  position: relative;
}
.contents__title--inner p {
  font-size: 24px;
  z-index: 2;
  position: relative;
  text-align: left;
  font-weight: bold;
  font-family: "Red Hat Display", sans-serif;
}
@media screen and (max-width: 768px) {
  .contents__title--inner h2 {
    font-size: 30px;
    text-align: justify;
  }
  .contents__title--inner p {
    font-size: 12px;
  }
}
.contents .container {
  background-color: #FCFAF7;
}
.contents .container .inner {
  display: flex;
  gap: 58px;
}
.contents .container .inner .contents-part hr {
  border: none;
  border-top: 1px solid #333;
  color: #333;
  overflow: visible;
  text-align: center;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contents .container .inner {
    display: block;
    padding: 0;
    padding-bottom: 40px;
  }
}

.sidebar-topics {
  position: -webkit-sticky;
  position: sticky;
  top: 100px; /* 画面上から20pxの位置で固定 */
  right: 0;
  width: 298px;
  margin-top: 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .sidebar-topics {
    width: 90%;
    margin: 0 auto 60px;
  }
}
.sidebar-topics-ttl {
  color: #fff;
  background-color: #22A1C4;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  padding-left: 16px;
}
.sidebar-topics-list {
  border-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.sidebar-topics-list ul {
  background-color: #fff;
  padding-bottom: 10px;
}
.sidebar-topics-list ul li {
  background-color: #fff;
  padding: 10px;
  padding-left: 23px;
  padding-right: 23px;
  border-bottom: 1px solid #F4F1E9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 85%;
  margin: 0 auto;
}
.sidebar-topics-list ul li:nth-last-of-type(1) {
  border-bottom: none !important;
}
.sidebar-topics-list ul li span {
  position: relative;
  margin-right: 16px;
}
.sidebar-topics-list ul li span::before {
  content: "-";
  width: 5px;
  height: 23px;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 100;
  color: #22A1C4;
}

.sidebar-contents .pc-none hr {
  border: 1px solid #C7C7C7;
  margin: 0;
}
.sidebar-contents .sidebar-topics {
  position: -webkit-sticky;
  position: sticky;
  top: 100px; /* 画面上から20pxの位置で固定 */
  right: 0;
  width: 298px;
  margin-top: 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .sidebar-contents .sidebar-topics {
    width: 90%;
    margin: 0 auto 60px;
  }
}
.sidebar-contents .sidebar-topics-ttl {
  color: #fff;
  background-color: #22A1C4;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  padding-left: 16px;
}
.sidebar-contents .sidebar-topics-list {
  border-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.sidebar-contents .sidebar-topics-list ul {
  background-color: #fff;
}
.sidebar-contents .sidebar-topics-list ul li {
  background-color: #fff;
  padding: 10px;
  padding-left: 23px;
  padding-right: 23px;
  border-bottom: 1px solid #F4F1E9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar-contents .sidebar-topics-list ul li span {
  position: relative;
  margin-right: 16px;
}
.sidebar-contents .sidebar-topics-list ul li span::before {
  content: "-";
  width: 5px;
  height: 23px;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 100;
  color: #22A1C4;
}
.sidebar-contents .sidebar-topics-keyword {
  padding: 16px 0;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.sidebar-contents .sidebar-topics-keyword form {
  width: 85%;
  margin: 0 auto;
  display: flex;
  min-width: 253px;
}
@media screen and (max-width: 768px) {
  .sidebar-contents .sidebar-topics-keyword form {
    width: 85%;
  }
}
.sidebar-contents .sidebar-topics-keyword form input[type=search] {
  border: 1px solid #B9B9B9;
  border-radius: 2px;
  width: calc(100% - 94px);
  padding: 8px 10px;
}

button.search-button {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 94px;
  padding: 0px 0px;
  border: 0px solid #fff;
  box-sizing: border-box;
  background-color: #f0841a;
  display: inline-block;
  transition: 0.3s;
  height: 42px;
  margin-left: -1.3%;
  align-items: center;
  display: flex;
  justify-content: center;
}
button.search-button span {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 400;
}
button.search-button img {
  display: inline-block;
  width: 20px;
}

.search-ul {
  max-width: 680px;
  margin: 0 auto;
}

.search-content {
  margin-top: 100px;
}

.contents .contents-topics {
  background-color: #FCFAF7;
  padding-block: 100px;
}
.contents .contents-topics .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 92px 0 0;
}
.contents .contents-topics .pagination-btn, .contents .contents-topics .pagination-dots {
  display: inline-block;
  padding: 0;
  border: 1px solid #97B9C6 !important;
  /* border-radius: 5px; */
  text-decoration: none;
  color: #97B9C6;
  transition: background 0.3s;
  width: 24px;
  height: 24px;
  font-size: 14px;
  text-align: center;
}
.contents .contents-topics .pagination-btn.next-page, .contents .contents-topics .pagination-btn.prev-page, .contents .contents-topics .pagination-dots.next-page, .contents .contents-topics .pagination-dots.prev-page {
  border: none;
}
.contents .contents-topics .pagination-btn.next-page.double-arrow, .contents .contents-topics .pagination-btn.prev-page.double-arrow, .contents .contents-topics .pagination-dots.next-page.double-arrow, .contents .contents-topics .pagination-dots.prev-page.double-arrow {
  font-size: 20px;
  line-height: 20px;
}
.contents .contents-topics .current-page {
  background: #22A1C4;
  color: white;
  border: 1px solid #22A1C4;
}
.contents .contents-topics .pagination-dots {
  border: none;
  color: #999;
}
@media screen and (max-width: 768px) {
  .contents .contents-topics {
    padding-bottom: 60px;
  }
  .contents .contents-topics .pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 60px;
    align-items: center;
  }
  .contents .contents-topics .pagination .page-count {
    color: #22A1C4;
    margin-left: auto;
    margin-right: auto;
  }
  .contents .contents-topics .pagination .single-arrow, .contents .contents-topics .pagination .double-arrow {
    position: relative;
  }
  .contents .contents-topics .pagination .prev-page.single-arrow::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #22A1C4;
    border-right: solid 1px #22A1C4;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .contents .contents-topics .pagination .single-arrow::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #22A1C4;
    border-right: solid 1px #22A1C4;
    transform: translate(-50%, -50%) rotate(225deg);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .contents .contents-topics .pagination .first-page.double-arrow::before,
.contents .contents-topics .pagination .first-page.double-arrow::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #22A1C4;
    border-right: solid 1px #22A1C4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .contents .contents-topics .pagination .last-page.double-arrow::before,
.contents .contents-topics .pagination .last-page.double-arrow::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #22A1C4;
    border-right: solid 1px #22A1C4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(225deg);
  }
  .contents .contents-topics .pagination .first-page.double-arrow::after,
.contents .contents-topics .pagination .last-page.double-arrow::after {
    left: calc(50% + 6px); /* 2つ目の矢印を右側にずらす */
  }
  .contents .contents-topics .pagination-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #FCFAF7;
    color: #22A1C4; /* 矢印の色を変更 */
    text-decoration: none;
    font-size: 8px;
    border: 1px solid #97B9C6; /* 四角の線の色を変更 */
    transition: background-color 0.3s;
  }
  .contents .contents-topics .pagination-btn:hover {
    background-color: #ddd;
  }
  .contents .contents-topics .pagination-btn.first-page,
.contents .contents-topics .pagination-btn.last-page {
    font-size: 16px;
  }
  .contents .contents-topics .pagination-btn.prev-page,
.contents .contents-topics .pagination-btn.next-page {
    font-size: 20px;
  }
}
.contents .contents-topics__inner {
  width: 870px;
  max-width: 870px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .contents .contents-topics__inner {
    width: 100%;
  }
}
.contents .contents-topics__tab-box {
  position: relative;
  height: 53px;
}
@media screen and (max-width: 768px) {
  .contents .contents-topics__tab-box {
    margin: 0 calc(50% - 50vw);
  }
}
.contents .contents-topics__tab-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
}
.contents .contents-topics__tab-list::before, .contents .contents-topics__tab-list::after {
  content: "";
  border-bottom: 2px solid #1c1c1c;
  flex: 1;
  margin-top: auto;
}
.contents .contents-topics__tab-item {
  color: #1c1c1c;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
}
@media screen and (max-width: 768px) {
  .contents .contents-topics__tab-item {
    width: 33.333%;
  }
}
.contents .contents-topics__tab-item[aria-selected=true] {
  border-radius: 10px 10px 0 0;
  pointer-events: none;
  border-left: 2px solid #1c1c1c;
  border-top: 2px solid #1c1c1c;
  border-right: 2px solid #1c1c1c;
}
@media screen and (max-width: 768px) {
  .contents #tab1.contents-topics__tab-item[aria-selected=true] {
    border-left: none;
    border-radius: 0 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .contents #tab3.contents-topics__tab-item[aria-selected=true] {
    border-right: none;
    border-radius: 10px 0 0 0;
  }
}
@media screen and (max-width: 400px) {
  .contents .contents-topics__tab-item.first-item[aria-selected=true] {
    border-left: none;
    border-radius: 0 20px 0 0;
  }
}
.contents .contents-topics__tab-item[aria-selected=false] {
  transition: color 0.3s;
  border-bottom: 2px solid #1c1c1c;
  pointer-events: auto;
  cursor: pointer;
}
.contents #tab1.contents-topics__tab-item[aria-selected=false]:hover {
  color: #e28939;
  pointer-events: auto;
  cursor: pointer;
}
.contents #tab2.contents-topics__tab-item[aria-selected=false]:hover {
  color: #EABD02;
  pointer-events: auto;
  cursor: pointer;
}
.contents #tab3.contents-topics__tab-item[aria-selected=false]:hover {
  color: #98B9C6;
  pointer-events: auto;
  cursor: pointer;
}
.contents .contents-topics__tab-contents {
  margin-top: 46px;
  width: 79%;
  max-width: 680px;
  margin-inline: auto;
}
.contents .fade-up {
  -webkit-animation: fadeUp 0.6s ease-out forwards;
          animation: fadeUp 0.6s ease-out forwards;
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.contents .contents-topics__tab-content ul {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.contents .contents-topics__tab-content-item a {
  display: block;
  transition: background-color 0.3s;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .contents .contents-topics__tab-content-item a {
    width: 100%;
  }
}
.contents .contents-topics__tab-content-top {
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contents .contents-topics__tab-content-top {
    flex-flow: wrap;
    justify-content: initial;
  }
}
.contents .contents-topics__tab-content-top .inner-top {
  display: flex;
}
.contents .contents-topics__tab-content-top .showmore {
  display: flex;
  justify-content: center;
}
.contents .contents-topics__tab-content-top .button--gray {
  margin: 24px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contents .contents-topics__tab-content-item .tag {
  display: block;
  font-weight: 700;
  color: #1c1c1c;
  width: 60px;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  padding: 2px 0;
  word-wrap: break-word;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .contents .contents-topics__tab-content-item .tag {
    width: initial;
    min-width: 60px;
    max-width: 160px;
    padding: 2px 4px;
  }
}
.contents span.tag-blog {
  background-color: #97b9c6;
  display: inline-block;
}
.contents span.tag-blog:hover {
  background-color: #97b9c6;
  display: inline-block;
}
.contents .contents-topics__tab-content-item time {
  color: #1c1c1c;
  font-size: 20px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  width: 90px;
  margin-left: 8px;
}
.contents .contents-topics__tab-content-text {
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  width: 100%;
  padding-right: 30px;
  margin-bottom: 8px;
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .contents .contents-topics__tab-content-text {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.contents .contents-excerpt p, .contents a {
  font-size: 16px;
  color: #1c1c1c;
}
.contents .contents-topics__button-wrap {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .contents .contents-topics__button-wrap {
    margin-top: 32px;
  }
}
.contents span.tag-topics {
  background-color: #eabd00;
  display: inline-block;
}
.contents span.tag-blog {
  background-color: #97b9c6;
  display: inline-block;
}

.excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ✅ スマホ用（3行で省略） */
@media (max-width: 768px) {
  .excerpt {
    -webkit-line-clamp: 3;
  }
}
/* ✅ PC用（2行で省略） */
@media (min-width: 769px) {
  .excerpt {
    -webkit-line-clamp: 2;
  }
}
/* ========================================
    利用規約
 ========================================= */
.contract {
  background-color: #FCFAF7;
}
.contract .breadcrumb-box {
  width: 1220px;
  margin: 0 auto;
}
.contract__title {
  text-align: center;
  color: #fff;
  height: 270px;
  background-image: url(../images/contract/title.png);
  background-size: cover;
  margin-top: 38px;
  display: flex;
  align-items: center;
}
.contract__title--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contract__title--inner h2 {
  font-size: 40px;
  z-index: 1;
  position: relative;
}
.contract__title--inner p {
  font-size: 24px;
  z-index: 2;
  position: relative;
  text-align: left;
  font-weight: bold;
  font-family: "Red Hat Display", sans-serif;
}
@media screen and (max-width: 768px) {
  .contract__title {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/contract/title-sp.svg);
    aspect-ratio: 375/160;
    height: auto;
  }
  .contract__title h2 {
    font-size: 30px;
    text-align: justify;
  }
  .contract__title p {
    font-size: 12px;
    margin-left: 0;
  }
}
.contract-contents {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .contract-contents {
    padding-bottom: 0;
    padding-top: 40px;
  }
  .contract-contents hr.pc-none {
    display: block;
    margin: 0;
    color: #C7C7C7;
  }
  .contract-contents .pc-none .breadcrumb {
    margin-top: 4px;
  }
}
.contract-contents .container {
  width: 920px;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px;
  color: #1c1c1c;
}
.contract-contents .container p {
  font-size: 16px;
  line-height: 32px;
}
.contract-contents .container span.small {
  font-size: 14px;
}
.contract-contents .container .inner__no1, .contract-contents .container .inner__no2 {
  margin-bottom: 40px;
}
.contract-contents .container ol {
  counter-reset: my-counter; /* カウンターをリセット */
}
.contract-contents .container ol li {
  counter-increment: my-counter; /* カウンターを増加 */
  display: flex;
  line-height: 32px;
  gap: 14px;
}
.contract-contents .container ol li::before {
  display: block;
  content: counter(my-counter, decimal-leading-zero) ". "; /* 01. 02. のように表示 */
}
@media screen and (max-width: 1240px) {
  .contract-contents .container {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .contract-contents .container {
    min-width: 335px;
    padding: 24px;
    margin-bottom: 60px;
  }
  .contract-contents .container p {
    line-height: 24px;
  }
  .contract-contents .container p.medium {
    font-weight: 500;
  }
  .contract-contents .container p.annotation {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .contract-contents .container p.annotation.padding14 {
    padding: 14px 0;
  }
  .contract-contents .container p.annotation:nth-of-type(1) {
    margin-top: 0;
  }
  .contract-contents .container p.annotation:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .contract-contents .container p.mt-12px {
    margin-top: 12px;
  }
  .contract-contents .container span.small {
    display: flex;
    gap: 4px;
  }
  .contract-contents .container span.small span.block {
    display: block;
  }
  .contract-contents .container p.border {
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
  }
  .contract-contents .container ol li {
    gap: 4px;
    line-height: 24px;
  }
}

/* ========================================
    法人の方へ
 ========================================= */
.corporation {
  background-color: #FCFAF7;
}
.corporation p {
  line-height: 24px;
}
.corporation .breadcrumb-box {
  width: 1220px;
  margin: 0 auto;
}
.corporation a.icon {
  position: relative;
  text-decoration: underline;
}
.corporation a.icon::after {
  content: "";
  display: inline-block;
  background-image: url(../images/question/tab.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.corporation__title {
  text-align: center;
  color: #fff;
  height: 270px;
  background-image: url(../images/corporation/title.png);
  background-size: cover;
  margin-top: 38px;
  display: flex;
  align-items: center;
}
.corporation__title--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.corporation__title--inner h2 {
  font-size: 40px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .corporation__title--inner h2 {
    font-size: 30px;
  }
}
.corporation__title--inner p {
  font-size: 24px;
  z-index: 2;
  position: relative;
  text-align: left;
  font-weight: bold;
  font-family: "Red Hat Display", sans-serif;
}
@media screen and (max-width: 768px) {
  .corporation__title--inner p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .corporation__title {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/corporation/title-sp.png);
    aspect-ratio: 375/160;
    height: auto;
  }
}
.corporation-contents {
  padding-top: 100px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .corporation-contents {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.corporation-contents .container {
  max-width: 920px;
  width: 90%;
  margin: 0 auto;
  color: #1c1c1c;
}
.corporation-contents .container .under-line {
  color: #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  .corporation-contents .container {
    width: 90%;
  }
}
.corporation-contents .container .content {
  padding-top: 54px;
  padding-bottom: 60px;
  padding-left: 55px;
  background-color: #fff;
  margin-bottom: 100px;
  padding-right: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .corporation-contents .container .content {
    padding: 24px 23px;
    margin-bottom: 40px;
  }
  .corporation-contents .container .content:nth-last-of-type(1) {
    margin-bottom: 60px;
  }
}
.corporation-contents .container .content-title {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .corporation-contents .container .content-title {
    margin-bottom: 24px;
  }
}
.corporation-contents .container .content-title .num {
  font-size: 80px;
  color: #22A1C4;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .corporation-contents .container .content-title .num {
    font-size: 40px;
    margin-right: 11px;
    margin-bottom: auto;
    line-height: 45px;
  }
}
.corporation-contents .container .content-title .ttl h3 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .corporation-contents .container .content-title .ttl h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .corporation-contents .container .content-title .ttl h3.content02 {
    min-width: 280px;
    letter-spacing: -1px;
  }
}
.corporation-contents .container .content-title .ttl p.small-blue {
  color: #22A1C4;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .corporation-contents .container .content-title .ttl p.small-blue {
    font-size: 14px;
  }
}
.corporation-contents .container ul {
  margin-top: 40px;
  margin-bottom: 40px;
}
.corporation-contents .container li {
  font-size: 16px;
  line-height: 32px;
}
.corporation-contents .container li .blue-circle {
  color: #22A1C4;
}
.corporation-contents .container p {
  font-size: 16px;
  line-height: 28px;
}
.corporation-contents .container p .blue-circle {
  color: #22A1C4;
}
@media screen and (max-width: 768px) {
  .corporation-contents .container p {
    line-height: 24px;
  }
}
.corporation-contents .container .inner__no1, .corporation-contents .container .inner__no2 {
  margin-bottom: 40px;
}
.corporation .content-item .button {
  margin-top: 32px;
  width: initial;
}
.corporation .content-item .gray-button {
  position: relative;
  padding: 8px 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  transition: gap 0.3s, padding-left 0.3s;
  background-color: #F4F1E9;
  color: #2C373B;
}
@media screen and (max-width: 768px) {
  .corporation .content-item .gray-button {
    padding: 8px 28px;
  }
}
.corporation .content-item h3 {
  padding-left: 16px;
  font-size: 18px;
  border-left: 4px solid #22A1C4;
  margin-bottom: 24px;
  margin-top: 60px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .corporation .content-item h3 {
    margin-top: 40px;
  }
}
.corporation .content-item h3:nth-child(1) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .corporation .content-item h3:nth-child(1) {
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
.corporation .content-item .checkmark {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  border: 1px solid #2C373B;
  position: relative;
  margin-right: 8px;
}
.corporation .content-item .mb-16 {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.corporation .content-item .mb-16:nth-last-of-type(1) {
  margin-bottom: 0;
}
.corporation .content-item .checkmark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 18px;
  border-right: 2px solid #22A1C4;
  border-bottom: 2px solid #22A1C4;
  transform: translate(-50%, -60%) rotate(45deg);
}
.corporation .content-images {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .corporation .content-images {
    display: block;
  }
}
.corporation .content-images .image {
  max-width: 240px;
  width: 29%;
}
@media screen and (max-width: 768px) {
  .corporation .content-images .image {
    margin: 0 auto 20px;
    width: 100%;
  }
  .corporation .content-images .image:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.corporation .content-images .image img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .tab-none {
    display: none;
  }
}
.pc-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-none {
    display: initial;
  }
}
/* ========================================
    物件詳細ページ
 ========================================= */
.detail {
  background: #fcfaf7;
}
.detail .monthly__modal {
  top: 400%;
}
@media screen and (max-width: 1040px) {
  .detail .monthly__modal {
    top: 200%;
  }
}
@media screen and (max-width: 1040px) and (max-width: 768px) {
  .detail .monthly__modal {
    min-width: 253px;
  }
}

.detail__inner {
  max-width: 1220px;
  width: 100%;
  margin-inline: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .detail__inner {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .detail__inner {
    padding-block: 206px 60px;
  }
}

.detail__head .breadcrumb {
  width: 100%;
}

.detail__titleWrap {
  position: fixed;
  top: 112px;
  left: calc((100% - 40px) / 2);
  translate: -50%;
  max-width: 1220px;
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  background: #fff;
  padding-block: 12px;
  padding-inline: 16px 12px;
  border: 2px solid #2C373B;
  border-radius: 6px;
  margin-inline: 20px;
  z-index: 15;
}
@media screen and (max-width: 768px) {
  .detail__titleWrap {
    top: 86px;
    gap: 8px 15px;
    padding-block: 9px 16px;
    padding-inline: 16px;
    min-width: 337px;
  }
}

.detail__titleWrap.--dummy {
  opacity: 0;
  width: 100%;
  position: unset;
  translate: unset;
  margin-inline: unset;
}
@media screen and (max-width: 768px) {
  .detail__titleWrap.--dummy {
    width: calc(100vw - 40px);
    margin-inline: calc(50% + 20px - 50vw);
  }
}

.detail__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 1024px) {
  .detail__title {
    font-size: clamp(12px, 5vw, 20px);
    line-height: 1.2;
    max-height: 2.4em; /* 2行分の高さ */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
}

.detail__favorite {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 40px;
  height: 40px;
  background: #97B9C6;
  border-radius: 50%;
  margin-left: auto;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .detail__favorite {
    width: calc((100% - 15px) / 2);
    height: 48px;
    border-radius: unset;
    margin-left: unset;
  }
}
.detail__favorite img {
  width: 20px;
}
.detail__favorite span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1428571429;
}
@media screen and (max-width: 374px) {
  .detail__favorite span {
    font-size: 12px;
  }
}
.detail__favorite.js-click {
  background: #E28939;
}

.detail__favoriteText {
  width: 360px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: #2C373B;
  border-radius: 4px;
  position: fixed;
  top: 50vh;
  left: 50vw;
  translate: -50% -50%;
  z-index: 15;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 768px) {
  .detail__favoriteText {
    width: 254px;
    height: 96px;
  }
}
.detail__favoriteText::before {
  content: "";
  width: 24px;
  height: 26px;
  background: url(../images/detail/info-icon.svg) no-repeat center center/contain;
}
.detail__favoriteText::after {
  content: "";
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../images/detail/close-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 12px;
  right: 12px;
}
.detail__favoriteText.js-active {
  display: flex;
}

.detail__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 206px;
  height: 48px;
  color: inherit;
  font-weight: 500;
  background: #eabd00;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .detail__contact {
    width: calc((100% - 15px) / 2);
    font-size: 14px;
    line-height: 1.1428571429;
  }
}
@media screen and (max-width: 374px) {
  .detail__contact {
    font-size: 12px;
  }
}
.detail__contact::before {
  content: "";
  width: 26px;
  height: 23px;
  background: url(../images/detail/mail-icon.svg) no-repeat center center/contain;
  translate: 0 -2px;
  transition: all 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .detail__contact:hover {
    color: #fff;
    background: #E28939;
  }
  .detail__contact:hover::before {
    background-image: url(../images/detail/mail-icon-white.svg);
  }
}

.detail__top {
  margin-bottom: 128px;
  height: 2px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .detail__top {
    display: none;
  }
}

.detail__info {
  display: flex;
  gap: 24px;
  padding-block: 12px 24px;
  padding-inline: 24px;
  border-top: 4px solid #E28939;
  border-bottom: 4px solid #E28939;
}
@media screen and (max-width: 768px) {
  .detail__info {
    flex-direction: column;
    gap: 8px;
    padding-block: 7px 16px;
    padding-inline: 14px;
    width: 90%;
    margin: 0 auto 0;
    min-width: 335px;
  }
}

.detail__infoTitleWrap {
  width: 160px;
  flex-shrink: 0;
  color: #E28939;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .detail__infoTitleWrap {
    width: 100%;
    display: flex;
    align-items: end;
    gap: 8px;
  }
}

.detail__infoTitle {
  font-size: 20px;
  line-height: 1.45;
}

.detail__infoTitleEn {
  font-size: 12px;
  line-height: 1.6666666667;
}

.detail__tagWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .detail__tagWrap {
    flex-direction: column;
    gap: 4px;
  }
}

.detail__tag {
  display: block;
  font-size: 14px;
  font-weight: 500;
  background: #f4f1e9;
  padding-block: 3px 5px;
  padding-inline: 6px 28px;
  border-bottom: 1px solid #E28939;
  position: relative;
  transition: all 0.5s ease;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .detail__tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.detail__tag::after {
  content: "";
  width: 14px;
  height: 10px;
  background: url(../images/detail/link-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 8px;
  translate: 0 -50%;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .detail__tag:hover {
    color: #E28939;
    background: #fff;
  }
  .detail__tag:hover::after {
    background-image: url(../images/detail/link-icon-orange.svg);
  }
}

.detail__content {
  background: #fff;
  padding: 72px;
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .detail__content {
    padding: 24px 20px 20px;
    margin-top: 20px;
  }
}

.detail__contentTop {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .detail__contentTop {
    flex-direction: column;
  }
}

.detail__contentLeft {
  width: 510px;
}
@media screen and (max-width: 1240px) {
  .detail__contentLeft {
    display: contents;
  }
}

.detail__contentRight {
  width: 510px;
}
@media screen and (max-width: 1240px) {
  .detail__contentRight {
    width: auto;
  }
}

.detail__swiperWrap {
  position: relative;
}

.detail__swiper {
  width: 506px;
  aspect-ratio: 506/312;
}
@media screen and (max-width: 1240px) {
  .detail__swiper {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .detail__swiper {
    width: 100%;
  }
}

.detail__swiperSlide {
  width: 100%;
  height: 100%;
}
.detail__swiperSlide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.detail__btnNext, .detail__btnPrev {
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  top: 38%;
}
.detail__btnNext::after, .detail__btnPrev::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/detail/slider-btn.png) no-repeat center center/contain;
  position: absolute;
}

.detail__btnNext {
  right: 0;
  translate: 50%;
}
@media screen and (max-width: 768px) {
  .detail__btnNext {
    translate: 57%;
  }
}

.detail__btnPrev {
  left: 0;
  translate: -50%;
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .detail__btnPrev {
    translate: -57%;
  }
}

.detail__thumbnail {
  margin-top: 40px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .detail__thumbnail {
    margin-top: 15px;
    padding-bottom: 20px;
  }
}

.detail__thumbnailSlide {
  width: 64px;
  aspect-ratio: 1/1;
}
.detail__thumbnailSlide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail__scrollbar {
  background: #D8E6EB;
}
.detail__scrollbar div {
  background: #22A1C4;
}

.detail__annotation {
  margin-top: 5px;
  font-size: 14px;
}
.detail__annotation.pc-flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .detail__annotation {
    font-size: 12px;
  }
}

.detail__anno-border {
  display: inline;
  border-bottom: 2px solid #E23939;
}

.detail__comment {
  margin-top: 60px;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .detail__comment {
    order: 4;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .detail__comment {
    margin-top: 20px;
  }
}

.detail__commentTitle {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444;
  background: #22A1C4;
  padding: 5px 10px;
  position: relative;
  border-radius: 2px 2px 0 0;
}
@media screen and (max-width: 768px) {
  .detail__commentTitle {
    gap: 6px;
    font-size: 12px;
    padding: 3px 7px 4px;
  }
}
.detail__commentTitle::before {
  content: "";
  width: 20px;
  height: 16px;
  background: url(../images/detail/comment-icon.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .detail__commentTitle::before {
    width: 14px;
    height: 12px;
  }
}

.detail__commentTextWrap {
  height: 418px;
  background: #F4F1E9;
  padding: 0 32px 32px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .detail__commentTextWrap {
    height: 151px;
    padding-block: 20px;
    padding: 0 31px 24px;
  }
}

.detail__commentTextWrap::-webkit-scrollbar {
  background: #E8E5DC;
  width: 8px;
}

.detail__commentTextWrap::-webkit-scrollbar-thumb {
  width: 100%;
  height: 89px;
  background: #556369;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .detail__commentTextWrap::-webkit-scrollbar-thumb {
    height: 32px;
  }
}

.detail__commentText {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  white-space: pre-line;
  color: #2C373B;
}
@media screen and (max-width: 768px) {
  .detail__commentText {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}

.detail__commentCover {
  width: calc(100% - 8px);
  height: 32px;
  background: #F4F1E9;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .detail__commentCover {
    height: 20px;
  }
}
.detail__commentCover.--top {
  top: 36px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .detail__commentCover.--top {
    top: 24px;
  }
}
.detail__commentCover.--bottom {
  bottom: 0;
}

.detail__propertyInfoWrap {
  margin-top: 60px;
}
@media screen and (max-width: 1240px) {
  .detail__propertyInfoWrap {
    order: 5;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .detail__propertyInfoWrap {
    margin-top: 20px;
  }
}

.detail__propertyInfo {
  width: 100%;
  border-collapse: collapse;
}
.detail__propertyInfo tr {
  text-align: left;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}
.detail__propertyInfo th, .detail__propertyInfo td {
  padding-block: 5px;
}
@media screen and (max-width: 768px) {
  .detail__propertyInfo th, .detail__propertyInfo td {
    font-size: 12px;
    padding-block: 8px;
  }
}
.detail__propertyInfo th {
  width: 161px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .detail__propertyInfo th {
    width: 75px;
    line-height: 1.3333333333;
  }
}

@media screen and (max-width: 1240px) {
  .detail__planWrap {
    order: 2;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .detail__planWrap {
    margin-top: 20px;
  }
}

.detail__plan {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .detail__plan {
    font-size: 12px;
  }
}
@media screen and (max-width: 374px) {
  .detail__plan {
    font-size: 10px;
  }
}
.detail__plan th, .detail__plan td {
  font-weight: 500;
  border: 1px solid #97B9C6;
  padding-block: 3px 5px;
}
.detail__plan th:first-child {
  width: 66px;
}
@media screen and (max-width: 1240px) {
  .detail__plan th:first-child {
    width: auto;
  }
}
@media screen and (max-width: 375px) {
  .detail__plan th:first-child {
    width: 40px;
  }
}
.detail__plan td {
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .detail__plan td {
    font-size: 16px;
  }
}
@media screen and (max-width: 374px) {
  .detail__plan td {
    font-size: 12px;
  }
}
.detail__plan td span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .detail__plan td span {
    font-size: 12px;
  }
}
.detail__plan .row1 th:not(:first-child) {
  width: 147px;
  color: #fff;
  background: #22A1C4;
}
@media screen and (max-width: 1240px) {
  .detail__plan .row1 th:not(:first-child) {
    width: auto;
  }
}
.detail__plan tr:nth-child(2) th {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .detail__plan tr:nth-child(2) th {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .detail__plan tr:nth-child(2) th {
    font-size: 9px;
    letter-spacing: -0.05;
  }
}
.detail__plan tr:nth-child(3) th {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .detail__plan tr:nth-child(3) th {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .detail__plan tr:nth-child(3) th {
    font-size: 9px;
    letter-spacing: -0.05;
  }
}
.detail__plan tr:nth-child(4) th {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .detail__plan tr:nth-child(4) th {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .detail__plan tr:nth-child(4) th {
    font-size: 9px;
    letter-spacing: -0.05;
  }
}
.detail__plan tr:nth-child(5) th {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .detail__plan tr:nth-child(5) th {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .detail__plan tr:nth-child(5) th {
    font-size: 9px;
    letter-spacing: -0.05;
  }
}
.detail__plan tr:nth-child(6) th {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .detail__plan tr:nth-child(6) th {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .detail__plan tr:nth-child(6) th {
    font-size: 9px;
    letter-spacing: -0.05;
  }
}

.detail__featureWrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  justify-content: space-between;
  gap: 10px 15px;
  margin-top: 40px;
}
@media screen and (max-width: 1240px) {
  .detail__featureWrap {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .detail__featureWrap {
    grid-template-columns: repeat(auto-fit, minmax(48px, 1fr));
    gap: 8px 12px;
    margin-top: 20px;
  }
}

.detail__feature {
  color: #556369;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #DCE8ED;
  padding-block: 9px;
  padding-inline: 10px 9px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .detail__feature {
    flex-direction: column;
    gap: 2px;
    background: unset;
    padding: 0;
    color: #556369;
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
  }
}
.detail__feature path, .detail__feature rect {
  fill: #556369;
}
.detail__feature.is-active {
  background: #22A1C4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .detail__feature.is-active {
    background: unset;
    color: #22A1C4;
  }
}
@media screen and (max-width: 768px) {
  .detail__feature.is-active .detail__featureImg {
    background: #22A1C4;
  }
}
.detail__feature.is-active path, .detail__feature.is-active rect {
  fill: #fff;
}

@media screen and (max-width: 768px) {
  .detail__featureImg {
    width: 48px;
    aspect-ratio: 1/1;
    background: #DCE8ED;
    border-radius: 2px;
    display: grid;
    place-items: center;
  }
  .detail__featureImg svg {
    scale: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .detail__feature.--1 {
    order: 6;
  }
}
.detail__feature.--2 {
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  .detail__feature.--2 {
    order: 7;
  }
}
@media screen and (max-width: 768px) {
  .detail__feature.--3 {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .detail__feature.--4 {
    order: 8;
  }
}
@media screen and (max-width: 768px) {
  .detail__feature.--5 {
    order: 5;
  }
}
@media screen and (max-width: 768px) {
  .detail__feature.--6 {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .detail__feature.--7 {
    order: 9;
  }
}
@media screen and (max-width: 768px) {
  .detail__feature.--8 {
    order: 10;
  }
}
@media screen and (max-width: 768px) {
  .detail__feature.--9 {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .detail__feature.--10 {
    order: 11;
  }
}
@media screen and (max-width: 768px) {
  .detail__feature.--11 {
    order: 13;
  }
}
@media screen and (max-width: 768px) {
  .detail__feature.--12 {
    order: 4;
  }
}
.detail__feature.--13 {
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  .detail__feature.--13 {
    order: 13;
    grid-column: span 1;
  }
}
.detail__feature.--13 span > span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .detail__feature.--13 span > span {
    font-size: 10px;
  }
}

.detail__price {
  margin-top: 60px;
}
@media screen and (max-width: 1240px) {
  .detail__price {
    order: 6;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .detail__price {
    margin-top: 20px;
  }
}

.detail__priceTitle {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  border-radius: 2px 2px 0 0;
  padding-left: 9px;
  background: #2C373B;
}
@media screen and (max-width: 768px) {
  .detail__priceTitle {
    font-size: 12px;
    line-height: 2;
    padding-left: 8px;
  }
}

.detail__priceTabWrap {
  display: flex;
  margin-top: 16px;
  border-left: 1px solid #97B9C6;
}
@media screen and (max-width: 768px) {
  .detail__priceTabWrap {
    margin-top: 8px;
  }
}

.detail__priceTab.is-active {
  background-color: #22A1C4;
  color: #fff;
}

.detail__priceTab {
  color: #22A1C4;
  padding-block: 4px 6px;
  border-top: 1px solid #97B9C6;
  position: relative;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .detail__priceTab {
    padding-block: 5px 7px;
  }
}
@media screen and (max-width: 374px) {
  .detail__priceTab {
    font-size: 12px;
  }
}
.detail__priceTab:nth-child(1) {
  padding-inline: 22px 15px;
}
@media screen and (max-width: 768px) {
  .detail__priceTab:nth-child(1) {
    padding-inline: 9px;
  }
}
.detail__priceTab:not(:first-child) {
  padding-inline: 32px 15px;
}
@media screen and (max-width: 768px) {
  .detail__priceTab:not(:first-child) {
    padding-inline: 17px 9px;
  }
}
.detail__priceTab::before {
  content: "";
  width: 1px;
  height: 36px;
  background: #97B9C6;
  position: absolute;
  top: -1px;
  left: calc(100% + 5px);
  rotate: -18deg;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .detail__priceTab::before {
    height: 38px;
    left: calc(100% + 3px);
    rotate: -13deg;
  }
}
@media screen and (max-width: 374px) {
  .detail__priceTab::before {
    height: 32px;
    rotate: -15deg;
  }
}
.detail__priceTab::after {
  content: "";
  width: 12px;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 1px 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 1px 0, 100% 100%, 0% 100%);
  background: #fff;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  transition: all 0.5s ease;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .detail__priceTab::after {
    width: 9px;
  }
}
.detail__priceTab.is-active {
  color: #fff;
  background: #22A1C4;
}
.detail__priceTab.is-active::after {
  background: #22A1C4;
}

.detail__priceContent {
  padding: 20px;
  border: 1px solid #97B9C6;
}
@media screen and (max-width: 768px) {
  .detail__priceContent {
    padding: 18px 11px;
  }
}

.detail__priceTable {
  width: 100%;
  border-collapse: collapse;
}
.detail__priceTable th, .detail__priceTable td {
  font-weight: 500;
  border-top: 1px solid #97B9C6;
  border-bottom: 1px solid #97B9C6;
  padding-block: 3px 5px;
}
@media screen and (max-width: 768px) {
  .detail__priceTable th, .detail__priceTable td {
    padding-block: unset;
  }
}
.detail__priceTable th {
  width: 100px;
  font-size: 14px;
  background: #DCE8ED;
}
@media screen and (max-width: 768px) {
  .detail__priceTable th {
    width: auto;
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .detail__priceTable th {
    width: 72px;
  }
}
@media screen and (max-width: 374px) {
  .detail__priceTable th {
    font-size: 10px;
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .detail__priceTable th:nth-of-type(2) {
    width: auto;
  }
}
@media screen and (max-width: 375px) {
  .detail__priceTable th:nth-of-type(2) {
    width: 48px;
  }
}
@media screen and (max-width: 374px) {
  .detail__priceTable th:nth-of-type(2) {
    width: 35px;
  }
}
.detail__priceTable td {
  font-size: 20px;
  line-height: 1.2;
  padding-inline: 12px;
}
@media screen and (max-width: 768px) {
  .detail__priceTable td {
    font-size: 16px;
    line-height: 1.875;
    padding-inline: 6px 0;
  }
}
@media screen and (max-width: 374px) {
  .detail__priceTable td {
    font-size: 12px;
  }
}
.detail__priceTable td span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .detail__priceTable td span {
    font-size: 12px;
  }
}
@media screen and (max-width: 374px) {
  .detail__priceTable td span {
    font-size: 10px;
  }
}
.detail__priceTable td.color-orange {
  color: #E28939;
  font-weight: 700;
}

.detail__priceTable.--table2 {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .detail__priceTable.--table2 {
    margin-top: 20px;
  }
}
.detail__priceTable.--table2 th {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .detail__priceTable.--table2 th {
    width: 126px;
  }
}
@media screen and (max-width: 374px) {
  .detail__priceTable.--table2 th {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .detail__priceTable.--table2 td {
    padding-left: 12px;
  }
}
.detail__priceTable.--table2 .detail__priceTableTitle {
  width: 24px;
  color: #FFF;
  font-weight: 700;
  background: #2C373B;
  border-top: 1px solid #2C373B;
  border-bottom: 1px solid #2C373B;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  padding: 10px 2px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .detail__priceTable.--table2 .detail__priceTableTitle {
    padding: 6px 2px;
  }
  .detail__priceTable.--table2 .detail__priceTableTitle .vertical {
    white-space: pre;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    display: inline-block;
  }
}

.detail__priceTableText {
  font-size: 14px;
  letter-spacing: -0.02em;
  display: flex;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .detail__priceTableText {
    font-size: 12px;
    margin-top: 6px;
  }
}
.detail__priceTableText a {
  display: inline-block;
  color: inherit;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding-right: 24px;
  position: relative;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .detail__priceTableText a {
    font-size: 12px;
  }
}
.detail__priceTableText a::after {
  content: "";
  width: 14px;
  height: 10px;
  background: url(../images/detail/link-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 4px;
  translate: 0 -50%;
}
.detail__priceTableText a:hover {
  opacity: 0.7;
}

.detail__simulation {
  color: #fff;
  padding-block: 8px 16px;
  background: #2C373B;
  border-radius: 6px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1240px) {
  .detail__simulation {
    max-width: 600px;
    margin-inline: auto;
    padding-block: 16px;
  }
}
@media screen and (max-width: 768px) {
  .detail__simulation {
    padding-block: 9px 14px;
  }
}
@media screen and (max-width: 374px) {
  .detail__simulation {
    padding: 9px 5px 14px;
  }
}

.detail__simulationTitle {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .detail__simulationTitle {
    font-size: 14px;
  }
}

.detail__simulationText {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .detail__simulationText {
    font-size: 12px;
  }
}
@media screen and (max-width: 374px) {
  .detail__simulationText {
    font-size: 10px;
  }
}

.detail__input {
  display: inline-block;
  width: 32px;
  height: 24px;
  color: #2C373B;
  background: #fff;
  border-radius: 2px;
  margin-inline: 8px;
  padding: unset;
  text-align: center;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  .detail__input {
    margin-inline: 6px;
    padding: 3px 0;
  }
}
@media screen and (max-width: 374px) {
  .detail__input {
    margin-inline: 3px;
  }
}
.detail__input.--result {
  width: 150px;
}

.detail__simulationBtn {
  display: grid;
  place-items: center;
  width: 260px;
  height: 42px;
  margin-inline: auto;
  color: inherit;
  background: #E28939;
  border: 2px solid #E28939;
  border-radius: 2px;
  margin-top: 14px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .detail__simulationBtn {
    width: 100%;
    max-width: 240px;
    margin-inline: auto;
    height: 40px;
  }
}
.detail__simulationBtn:hover {
  color: #E28939;
  background: #fff;
}

.detail__contentBottom {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .detail__contentBottom {
    margin-top: 20px;
  }
}

.detail__tableTitle.--campaign {
  color: #fff;
  background: #E28939;
}

.detail__tableWrap {
  margin-top: 24px;
  display: grid;
}
@media screen and (max-width: 768px) {
  .detail__tableWrap {
    margin-top: 8px;
  }
}
.detail__tableWrap a {
  color: inherit;
}

.detail__campaignTitle {
  font-size: 20px;
  font-weight: 700;
  color: #E28939;
}
@media screen and (max-width: 768px) {
  .detail__campaignTitle {
    font-size: 16px;
    line-height: 1.5;
  }
}

.detail__table.--campaign {
  margin-top: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .detail__table.--campaign {
    margin-top: 10px;
    margin-bottom: 14px;
  }
}
.detail__table.--campaign dt {
  background: #fff6d0;
}
.detail__table.--campaign dd {
  word-break: unset;
}

.detail__tableSection {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .detail__tableSection {
    margin-top: 20px;
  }
}

.detail__tableTitle {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  padding-left: 9px;
  background: #2C373B;
  border-radius: 2px 2px 0 0;
}
@media screen and (max-width: 768px) {
  .detail__tableTitle {
    font-size: 12px;
    padding-left: 8px;
    line-height: 2;
  }
}

.detail__table {
  margin-top: 24px;
  border-bottom: solid 1px #c4c4c4;
}
@media screen and (max-width: 768px) {
  .detail__table {
    margin-top: 0;
  }
}

.detail__column2 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .detail__column2 {
    flex-direction: column;
  }
}

.detail__table dl {
  flex: 50%;
  display: flex;
  border-top: solid 1px #c4c4c4;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .detail__table dl {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .detail__table dl {
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 374px) {
  .detail__table dl {
    font-size: 10px;
  }
}
.detail__table dt {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 120px;
  font-weight: 700;
  text-align: center;
  background: #dce8ed;
}
@media screen and (max-width: 1024px) {
  .detail__table dt {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .detail__table dt {
    width: 90px;
    padding-block: 5px;
  }
}
@media screen and (max-width: 375px) {
  .detail__table dt {
    width: 75px;
  }
}
.detail__table dd {
  display: grid;
  align-items: center;
  width: 100%;
  padding-block: 12px 14px;
  padding-inline: 16px;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .detail__table dd {
    padding-block: 6px;
    padding-inline: 8px 0;
  }
}
.detail__table .detail__column1 {
  word-break: break-all;
}

.detail__map {
  width: 100%;
  height: 291px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .detail__map {
    aspect-ratio: 295/200;
    height: auto;
    margin-top: 12px;
  }
}
.detail__map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1145px) {
  .detail__column2.--operation {
    flex-direction: column;
  }
}

.detail__tel {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .detail__tel {
    font-size: 20px;
    line-height: 1;
  }
}

/* PCサイズでは完全非表示 */
.favorite-message {
  display: none !important;
}

/* SP（スマホ）サイズ時のみ適用 */
@media screen and (max-width: 768px) {
  .favorite-message {
    display: none !important; /* 最初はどちらも非表示 */
  }
  .favorite-message.js-active {
    display: inline-block !important; /* is-active がついたら表示 */
  }
}
.youtube__title {
  margin-bottom: 24px;
}
.youtube__inner {
  display: block;
  margin: 0 auto;
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%; /* 16:9 アスペクト比 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.special-price {
  font-size: 14px;
  color: #e23939;
}
@media screen and (max-width: 768px) {
  .special-price {
    font-size: 9px;
  }
}

.sp-red {
  color: #e23939;
  font-size: 20px !important;
}
@media screen and (max-width: 768px) {
  .sp-red {
    font-size: 16px !important;
  }
}

.per-day {
  font-size: 12px !important;
}
.per-day.red-font {
  color: #e23939;
}

.page-error {
  background-color: #FCFAF7;
}
.page-error .error__title {
  text-align: center;
  color: #fff;
  height: 270px;
  background-image: url(../images/error/title.png);
  background-size: cover;
  margin-top: 38px;
  display: flex;
  align-items: center;
  background-position: center 30%;
}
.page-error .error__title--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: justify;
}
.page-error .error__title--inner h2 {
  font-size: 40px;
  z-index: 1;
  position: relative;
}
.page-error .error__title--inner p {
  font-size: 24px;
  z-index: 2;
  position: relative;
  text-align: left;
  font-weight: bold;
  font-family: "Red Hat Display", sans-serif;
}
@media screen and (max-width: 768px) {
  .page-error .error__title--inner h2 {
    font-size: 30px;
    text-align: justify;
  }
  .page-error .error__title--inner p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .page-error .error__title {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/facility/title-sp.png);
    aspect-ratio: 375/160;
    height: auto;
  }
}
.page-error .error-inner {
  padding-top: 100px;
  padding-bottom: 40px;
}
.page-error .error-inner .container {
  max-width: 920px;
  width: 90%;
  margin: 0 auto;
  color: #1c1c1c;
}
.page-error .error-inner .container .content {
  padding: 60px;
  background-color: #fff;
  margin-bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-error .error-inner .container .content {
    padding: 24px 0;
    margin-bottom: 40px;
  }
  .page-error .error-inner .container .content:nth-last-of-type(1) {
    margin-bottom: 60px;
  }
}
.page-error .error-inner .container .content-title {
  display: flex;
  align-items: center;
  margin-bottom: 41px;
}
@media screen and (max-width: 768px) {
  .page-error .error-inner .container .content-title {
    margin: 0 auto 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page-error .error-inner .container .content-title .num {
  font-size: 80px;
  color: #22A1C4;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .page-error .error-inner .container .content-title .num {
    font-size: 40px;
    margin-right: 11px;
    margin-bottom: auto;
    line-height: 45px;
  }
}
.page-error .error-inner .container .content-title .ttl h3 {
  font-size: 40px;
  border-left: none;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .page-error .error-inner .container .content-title .ttl h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .page-error .error-inner .container .content-title .ttl h3.content02 {
    min-width: 280px;
    letter-spacing: -1px;
  }
}
.page-error .error-inner .container .content-title .ttl p.small-blue {
  color: #22A1C4;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-error .error-inner .container .content-title .ttl p.small-blue {
    font-size: 14px;
  }
}
.page-error .error-inner .container .content h3 {
  padding-left: 16px;
  font-size: 18px;
  border-left: 4px solid #22A1C4;
  font-weight: 500;
}
.page-error .error-inner .container .content p {
  line-height: 24px;
}
.page-error .error-inner .container .content .text {
  margin-bottom: 40px;
}
.page-error .error-inner .container .content ul {
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-error .error-inner .container .content ul li {
  font-size: 16px;
  line-height: 32px;
  display: flex;
}
.page-error .error-inner .container .content ul li .blue {
  color: #22A1C4;
  display: block;
}
.page-error .error-inner .container .content a {
  background-color: #22A1C4;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 240px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}

/* ========================================
    充実の家具・家電
 ========================================= */
.facility {
  background-color: #FCFAF7;
}
.facility p {
  line-height: 24px;
}
.facility p.mb-55px {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .facility p.mb-55px {
    margin-bottom: 16px;
  }
}
.facility .breadcrumb-box {
  width: 1220px;
  margin: 0 auto;
}
.facility__title {
  text-align: center;
  color: #fff;
  height: 270px;
  background-image: url(../images/facility/title.png);
  background-size: cover;
  margin-top: 38px;
  display: flex;
  align-items: center;
}
.facility__title--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: justify;
}
.facility__title--inner h2 {
  font-size: 40px;
  z-index: 1;
  position: relative;
}
.facility__title--inner p {
  font-size: 24px;
  z-index: 2;
  position: relative;
  text-align: left;
  font-weight: bold;
  font-family: "Red Hat Display", sans-serif;
}
@media screen and (max-width: 768px) {
  .facility__title--inner h2 {
    font-size: 30px;
    text-align: justify;
  }
  .facility__title--inner p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .facility__title {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/facility/title-sp.png);
    aspect-ratio: 375/160;
    height: auto;
  }
}
.facility-contents {
  padding-top: 100px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .facility-contents {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.facility-contents .container {
  max-width: 920px;
  width: 90%;
  margin: 0 auto;
  color: #1c1c1c;
}
.facility-contents .container .content {
  padding: 60px;
  background-color: #fff;
  margin-bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .facility-contents .container .content {
    padding: 24px 0;
    margin-bottom: 40px;
  }
  .facility-contents .container .content:nth-last-of-type(1) {
    margin-bottom: 60px;
  }
}
.facility-contents .container .content-title {
  display: flex;
  align-items: center;
  margin-bottom: 41px;
}
@media screen and (max-width: 768px) {
  .facility-contents .container .content-title {
    margin: 0 auto 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.facility-contents .container .content-title .num {
  font-size: 80px;
  color: #22A1C4;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .facility-contents .container .content-title .num {
    font-size: 40px;
    margin-right: 11px;
    margin-bottom: auto;
    line-height: 45px;
  }
}
.facility-contents .container .content-title .ttl h3 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .facility-contents .container .content-title .ttl h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .facility-contents .container .content-title .ttl h3.content02 {
    min-width: 280px;
    letter-spacing: -1px;
  }
}
.facility-contents .container .content-title .ttl p.small-blue {
  color: #22A1C4;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .facility-contents .container .content-title .ttl p.small-blue {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .facility-contents .container .content-item {
    min-width: 287px;
    width: 85%;
    margin: 0 auto;
  }
}
.facility-contents .container .content-item span.small {
  font-size: 14px;
  display: flex;
}
.facility-contents .container .content-item span.small .sp-block {
  display: block;
}
.facility-contents .container .content-item .mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .facility-contents .container .content-item .mb-60 {
    margin-bottom: 40px;
  }
}
.facility-contents .container .content-item p {
  font-size: 16px;
  line-height: 28px;
}
.facility-contents .container .content-item h3 {
  padding-left: 16px;
  font-size: 18px;
  border-left: 4px solid #22A1C4;
  margin-bottom: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .facility-contents .container .content-item h3 {
    margin-bottom: 16px;
  }
}
.facility-contents .container .content-item .item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .facility-contents .container .content-item .item-list {
    gap: 7px;
    margin-top: 24px;
  }
}
.facility-contents .container .content-item .item-list .item {
  width: 140px;
  border-radius: 8px;
  height: 140px;
  background-color: #F4F1E9;
  position: relative;
}
@media screen and (max-width: 768px) {
  .facility-contents .container .content-item .item-list .item {
    width: 33%;
    max-width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .facility-contents .container .content-item .item-list .item {
    width: 50%;
  }
}
.facility-contents .container .content-item .item-list .item .item-inner {
  height: 110px;
}
.facility-contents .container .content-item .item-list .item .item-inner .img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.facility-contents .container .content-item .item-list .item .item-inner .img img.desk {
  width: 76px;
}
.facility-contents .container .content-item .item-list .item .item-inner .img img.bed, .facility-contents .container .content-item .item-list .item .item-inner .img img.sofa {
  width: 80px;
}
.facility-contents .container .content-item .item-list .item .item-inner .img img.table {
  width: 80px;
}
.facility-contents .container .content-item .item-list .item .item-inner .img img.dryer, .facility-contents .container .content-item .item-list .item .item-inner .img img.tv {
  width: 55px;
}
.facility-contents .container .content-item .item-list .item .item-inner .img img.bottle {
  width: 52px;
}
.facility-contents .container .content-item .item-list .item .item-inner .img img.cleaner {
  width: 32px;
}
.facility-contents .container .content-item .item-list .item .item-inner .img img.gas {
  width: 89px;
}
.facility-contents .container .content-item .item-list .item .item-inner .img img.iron {
  width: 65px;
}
.facility-contents .container .content-item .item-list .item .item-inner .img img.cleaner {
  width: 32px;
}
.facility-contents .container .content-item .item-list .item .item-inner .img img.ref {
  width: 37px;
}
.facility-contents .container .content-item .item-list .item .item-inner .img img.oven {
  width: 68px;
}
.facility-contents .container .content-item .item-list .item .item-inner .img img.wash {
  width: 45px;
}
.facility-contents .container .content-item .item-list .item .item-inner .img img.ricecook {
  width: 58px;
}
.facility-contents .container .content-item .item-list .item .item-inner .img img.fan {
  width: 43px;
}
.facility-contents .container .content-item .item-list .item p {
  font-size: 14px;
  text-align: center;
  margin-top: auto;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

/* ========================================
    ご契約から入退去までの流れ
 ========================================= */
.flow-main {
  background-color: #FCFAF7;
}

.flow {
  background-color: #F4F1E9;
  padding-top: 100px;
  padding-bottom: 84px;
  color: #1c1c1c;
}
.flow a.icon {
  position: relative;
  text-decoration: underline;
}
.flow a.icon::after {
  content: "";
  display: inline-block;
  background-image: url(../images/question/tab.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.flow a.new-tab {
  position: relative;
  text-decoration: underline;
}
.flow a.new-tab::after {
  content: "";
  display: inline-block;
  background-image: url(../images/question/url.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.flow p {
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.flow h4 {
  color: #fff;
  font-size: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: normal;
  text-align: justify;
  padding: 1px 6px 2px;
}
.flow h4.orange {
  background-color: #F89330;
}
.flow h4.blue {
  background-color: #22A1C4;
}
.flow img.person {
  margin: 6px auto 0;
  width: 56px;
  height: 71px;
}
.flow__title {
  text-align: center;
  color: #fff;
  padding: 90px 0;
  height: 270px;
  background-image: url(../images/flow/title.png);
  background-size: cover;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .flow__title {
    height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/flow/title-sp.svg);
    padding-top: 30px;
    padding-bottom: 30px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.flow__title--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.flow__title--inner h2 {
  font-size: 40px;
  z-index: 1;
  position: relative;
}
.flow__title--inner p {
  font-size: 24px;
  z-index: 2;
  position: relative;
  text-align: left;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow__title--inner h2 {
    font-size: 30px;
    text-align: justify;
  }
  .flow__title--inner p {
    font-size: 12px;
  }
}
.flow-container {
  width: 75%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .flow-container {
    width: 90%;
    min-width: initial;
  }
}
.flow__upper {
  background-color: #FCFAF8;
}
.flow__upper-items {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .flow__upper-items.pc-none {
    display: flex;
  }
}
.flow__upper-items::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 95%;
  height: 4px; /* 線の太さ */
  background-color: #22A1C4; /* 青色の線 */
  transform: translateY(-50%); /* 中央揃え */
  z-index: 0; /* 背景に配置（画像の後ろ） */
}
@media screen and (max-width: 1024px) {
  .flow__upper-items::before {
    display: none;
  }
}
.flow__upper-item {
  width: 155px;
  aspect-ratio: 1/1;
}
.flow__upper-item p {
  color: #22A1C4;
  position: relative;
  margin-left: 12px;
}
.flow__upper-item p span {
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
}
.flow__upper-item p span.icon {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 18px;
  width: 16px;
  height: 16px;
  background-image: url(../images/flow/icon.png);
  right: 16px;
  top: 25%;
  position: absolute;
}
.flow__upper-item .image {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1240px) {
  .flow__upper-item .image {
    width: 100%;
  }
}
.flow__upper img.step01 {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .flow__upper img.step01 {
    width: 20px;
  }
}
.flow__upper img.step02, .flow__upper img.step03 {
  width: 83px;
}
@media screen and (max-width: 768px) {
  .flow__upper img.step02, .flow__upper img.step03 {
    width: 30px;
  }
}
.flow__upper img.step04 {
  width: 73px;
}
@media screen and (max-width: 768px) {
  .flow__upper img.step04 {
    width: 30px;
  }
}
.flow__upper img.step05 {
  width: 63px;
}
@media screen and (max-width: 768px) {
  .flow__upper img.step05 {
    width: 22px;
  }
}
.flow__upper img.step06 {
  width: 121px;
}
@media screen and (max-width: 768px) {
  .flow__upper img.step06 {
    width: 41px;
  }
}
.flow__upper-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .flow__upper-steps {
    margin-bottom: 60px;
  }
}
.flow__upper a {
  min-width: 100px;
  display: block;
  width: 155px;
  z-index: 2;
}
@media screen and (max-width: 1240px) {
  .flow__upper a {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 1024px) {
  .flow__upper a {
    border-bottom: 2px solid #22A1C4;
    width: calc((100% - 60px) / 3);
  }
  .flow__upper a:nth-of-type(4), .flow__upper a:nth-of-type(5), .flow__upper a:nth-of-type(6) {
    margin-top: 23px;
  }
  .flow__upper a .step {
    justify-content: center;
    display: flex;
  }
  .flow__upper a .step .left {
    display: flex;
    align-items: center;
    margin-right: 6px;
  }
  .flow__upper a .step .right p {
    color: #22A1C4;
    font-size: 16px;
    font-weight: bold;
  }
  .flow__upper a .step .right p span.small {
    font-size: 12px;
  }
}
.flow__box {
  width: 75%;
  min-width: 1080px;
  display: flex;
  margin: 0 auto 40px;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .flow__box {
    width: 90%;
    display: block;
    min-width: 335px;
    margin-bottom: 60px;
  }
}
.flow__box:nth-child(3n+1) .flow__banner::after {
  content: "";
  position: absolute;
  bottom: -40px; /* バナーの下に三角形を配置 */
  left: 50%;
  transform: translateX(-50%); /* 中央に配置 */
  right: 50%;
  width: 0;
  height: 0;
  border-top: 40px solid #22A1C4;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
}
@media screen and (max-width: 768px) {
  .flow__box:nth-child(3n+1) .flow__banner::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 16px solid #22A1C4;
    border-left: 143.5px solid transparent;
    border-right: 143.5px solid transparent;
  }
}
.flow__box:nth-child(3n+2) .flow__banner::after {
  content: "";
  position: absolute;
  bottom: -40px; /* バナーの下に三角形を配置 */
  left: 50%;
  transform: translateX(-50%); /* 中央に配置 */
  right: 50%;
  width: 0;
  height: 0;
  border-top: 40px solid #67B5CB;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
}
@media screen and (max-width: 768px) {
  .flow__box:nth-child(3n+2) .flow__banner::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 16px solid #67B5CB;
    border-left: 143.5px solid transparent;
    border-right: 143.5px solid transparent;
  }
}
.flow__box:nth-child(3n) .flow__banner::after {
  content: "";
  position: absolute;
  bottom: -40px; /* バナーの下に三角形を配置 */
  left: 50%;
  transform: translateX(-50%); /* 中央に配置 */
  right: 50%;
  width: 0;
  height: 0;
  border-top: 40px solid #97B9C6;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
}
@media screen and (max-width: 768px) {
  .flow__box:nth-child(3n) .flow__banner::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 16px solid #97B9C6;
    border-left: 143.5px solid transparent;
    border-right: 143.5px solid transparent;
  }
}
.flow__box .flow__banner {
  color: white;
  text-align: center;
  padding: 30px 20px;
  min-width: 120px;
  width: 160px;
  height: 160px;
  position: relative;
}
.flow__box .flow__banner h3 {
  font-size: 48px;
  font-family: "Red Hat Display", sans-serif;
}
.flow__box .flow__banner p {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow__box .flow__banner {
    color: white;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 287px;
    width: 287px;
    height: 72px;
    position: relative;
    margin-bottom: -48px;
    margin-left: auto;
    margin-right: auto;
  }
  .flow__box .flow__banner h3 {
    margin-right: 23px;
  }
}
.flow__step {
  background-color: #fff;
  max-width: 912px;
  width: 912px;
  margin: 0 auto 0 8px;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .flow__step {
    width: 100%;
    display: block;
    min-width: 335px;
    margin: 20px auto 0;
    padding: 60px 24px 24px;
  }
}
.flow__step--number {
  color: #22A1C4;
  background-color: #F4F1E9;
  font-family: "Red Hat Display", sans-serif;
  text-align: center;
  font-weight: bold;
  max-width: 792px;
  margin: 0 auto 14px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .flow__step--number {
    margin-bottom: 24px;
  }
  .flow__step--number:nth-of-type(2), .flow__step--number:nth-of-type(3) {
    margin-top: 24px;
  }
}
.flow__step .person-voice.explain {
  margin-bottom: 24px;
  padding-left: 44px;
  padding-right: 36px;
}
@media screen and (max-width: 768px) {
  .flow__step .person-voice.explain {
    padding: 20px;
    margin-top: 20px;
  }
  .flow__step .person-voice.explain.pc-none {
    display: flex;
  }
}
.flow__step .number01__inner {
  max-width: 792px;
  margin: 0 auto;
  display: flex;
  gap: 53px;
}
@media screen and (max-width: 768px) {
  .flow__step .number01__inner {
    display: block;
    gap: initial;
  }
  .flow__step .number01__inner.sp-flex {
    display: flex;
    justify-content: space-between;
  }
}
.flow__step .number01__inner:nth-child(7) {
  gap: 33px;
}
.flow__step .number01__inner--left img {
  margin: 6px auto 0;
  width: 56px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .flow__step .number01__inner--left img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .flow__step .number01__inner--left.min-208 {
    width: 72%;
    min-width: 208px;
    margin-right: 23px;
  }
  .flow__step .number01__inner--left h4.blue {
    margin-bottom: 16px;
  }
}
.flow__step .number01__inner--right {
  width: 607px;
}
@media screen and (max-width: 768px) {
  .flow__step .number01__inner--right {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.flow__step .number01__inner--right span.small {
  font-size: 14px;
}
.flow__step .number01__inner--right span.bold {
  font-weight: 500;
}
.flow__step .pc-none a .under-line {
  color: #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}
.flow__step .number02__inner {
  width: 792px;
  display: flex;
}
.flow__step .number02__inner .person-voice img {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .flow__step .number02__inner {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
.flow__step .number02__inner a .under-line {
  color: #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}
.flow__step .number02__inner img {
  width: 56px;
  height: 71px;
}
@media screen and (max-width: 768px) {
  .flow__step .number02__inner--left {
    width: 72%;
    margin-right: 23px;
  }
  .flow__step .number02__inner--left .orange {
    margin-bottom: 16px;
  }
}
.flow__step .number02__inner--left img {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .flow__step .number02__inner--left img {
    display: none;
  }
}
.flow__step .number02__inner--right {
  margin-left: 93px;
}
@media screen and (max-width: 768px) {
  .flow__step .number02__inner--right {
    margin-left: 0;
    width: 56px;
  }
  .flow__step .number02__inner--right img {
    width: 100%;
  }
}
.flow__step .number03__inner {
  width: 792px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .flow__step .number03__inner {
    display: block;
    width: 100%;
  }
  .flow__step .number03__inner .pc-none h4 {
    display: block;
    margin-bottom: 13px;
  }
  .flow__step .number03__inner .pc-none .sp-flex {
    display: flex;
    justify-content: space-between;
  }
  .flow__step .number03__inner .pc-none .sp-flex .left {
    width: 72%;
    min-width: 208px;
    margin-right: 23px;
  }
}
.flow__step .number03__inner p {
  margin-top: 13px;
}
.flow__step .number03__inner img.person {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .flow__step .number03__inner img.person {
    display: block;
    margin: 0 auto 16px;
  }
  .flow__step .number03__inner img.person.sp-none {
    display: none;
  }
}
.flow__step .number03__inner img {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .flow__step .number03__inner img {
    display: block;
    margin: 0 auto;
  }
  .flow__step .number03__inner img.sp-none {
    display: none;
  }
}
.flow__step .number03__inner img.item {
  width: 42px;
}
.flow__step .number03__inner--left {
  border-right: 1px solid #DDDBD6;
  padding-right: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .flow__step .number03__inner--left {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-right: none;
    border-bottom: 1px solid #DDDBD6;
  }
}
.flow__step .number04__inner {
  width: 792px;
  display: flex;
  justify-content: space-between;
}
.flow__step .number04__inner .small {
  font-size: 14px;
}
.flow__step .number04__inner .small.flex {
  display: flex;
}
.flow__step .number04__inner .small.flex.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .flow__step .number04__inner .small.flex.pc-none {
    display: flex;
  }
}
.flow__step .number04__inner .small.flex .sp-block {
  display: block;
}
.flow__step .number04__inner span.orange-border {
  border-bottom: 2px solid #EABD00;
  display: inline;
}
.flow__step .number04__inner .small {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .flow__step .number04__inner .small {
    margin-top: 30px;
  }
}
.flow__step .number04__inner--right {
  width: 607px;
}
@media screen and (max-width: 768px) {
  .flow__step .number04__inner--right {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .flow__step .number04__inner {
    width: 100%;
  }
  .flow__step .number04__inner--left {
    width: 72%;
  }
  .flow__step .number04__inner--left p {
    display: block;
  }
}
.flow__step .number04__inner img {
  width: 56px;
  height: 71px;
}
@media screen and (max-width: 768px) {
  .flow__step .number04__inner img.sp-none {
    display: none;
  }
}
.flow__step .number04__inner a .under-line {
  color: #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}
.flow__step .number04__inner a .under-line.here {
  font-size: 14px;
}
.flow__step .number05__inner {
  width: 792px;
  display: flex;
}
.flow__step .number05__inner .pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .flow__step .number05__inner .pc-none {
    display: block;
  }
  .flow__step .number05__inner .pc-none .sp-flex {
    display: flex;
    justify-content: space-between;
  }
  .flow__step .number05__inner .pc-none .sp-flex .left {
    width: 72%;
    min-width: 208px;
  }
  .flow__step .number05__inner .pc-none .sp-flex .left h4 {
    margin-bottom: 16px;
  }
  .flow__step .number05__inner .pc-none .sp-flex .right {
    width: 56px;
  }
  .flow__step .number05__inner .pc-none .sp-flex .right img.arrow-sp {
    width: 8px;
    height: 8px;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 768px) {
  .flow__step .number05__inner {
    width: 100%;
    display: block;
  }
  .flow__step .number05__inner .sp-none {
    display: none;
  }
}
.flow__step .number05__inner p span.bold {
  font-weight: 500;
}
.flow__step .number05__inner p span.small {
  font-size: 14px;
  line-height: 24px;
}
.flow__step .number05__inner img {
  display: inline-block;
}
.flow__step .number05__inner--left {
  width: 356px;
  border-right: 1px solid #DDDBD6;
  margin-right: 40px;
  padding-right: 40px;
}
.flow__step .number05__inner--left .image-flex {
  display: flex;
  align-items: center;
}
.flow__step .number05__inner--left .image-flex img {
  margin-left: 0;
  margin-right: 0;
}
.flow__step .number05__inner--left .image-flex img.arrow-pc {
  width: 8px;
  margin-right: 8px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .flow__step .number05__inner--left {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-right: none;
    border-bottom: 1px solid #DDDBD6;
  }
}
.flow__step .number05__inner--right {
  width: 356px;
}
.flow__step .number05__inner--right .small {
  font-size: 14px;
}
.flow__step .number05__inner--right .small.flex {
  display: flex;
}
.flow__step .number05__inner--right .small.flex .sp-block {
  display: block;
}
@media screen and (max-width: 768px) {
  .flow__step .number05__inner--right {
    width: 100%;
  }
}
.flow__step .number06__inner {
  display: flex;
  justify-content: space-between;
}
.flow__step .number06__inner a .under-line {
  color: #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}
.flow__step .number06__inner span.orange-border {
  border-bottom: 2px solid #EABD00;
  display: inline;
}
@media screen and (max-width: 768px) {
  .flow__step .number06__inner--left {
    width: 72%;
  }
  .flow__step .number06__inner--left p.pc-none {
    display: block;
    margin-bottom: 20px;
  }
  .flow__step .number06__inner--left .small {
    font-size: 14px;
  }
  .flow__step .number06__inner--left .small.flex {
    display: flex;
  }
  .flow__step .number06__inner--left .small.flex .sp-block {
    display: block;
  }
}
.flow__step .number06__inner--left img.person {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .flow__step .number06__inner--left img.person.sp-none {
    display: none;
  }
}
.flow__step .number06__inner--right {
  width: 607px;
}
@media screen and (max-width: 768px) {
  .flow__step .number06__inner--right {
    width: 100%;
  }
}
.flow__step .number06__inner--right p.small {
  font-size: 14px;
  margin-top: 30px;
}

.person-voice {
  width: 607px;
  border: 1px solid #DDDBD6;
  padding: 12px;
  display: flex;
  margin: 12px 0 0 auto;
  gap: 18px;
  padding-left: 42px;
}
@media screen and (max-width: 768px) {
  .person-voice {
    min-width: 287px;
    width: 100%;
    margin: 0;
  }
}
.person-voice p span {
  color: #EAAB00;
}
.person-voice img {
  width: 56px;
}

.b1 {
  background-color: #22A1C4;
}

.b2 {
  background-color: #67B5CB;
}

.b3 {
  background-color: #97B9C6;
}

@media screen and (max-width: 768px) {
  .spmb-16px {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  hr.pc-none {
    display: block;
    margin: 0;
    color: #C7C7C7;
  }
}
.guide {
  background-color: #fff;
}
.guide .sp-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.guide__item {
  display: flex;
  margin-bottom: 20px;
}
.guide__item--image {
  width: 60px;
  height: 60px;
  background-color: #97B9C6;
}
.guide__item--text {
  width: 184px;
  color: #1c1c1c;
  border: 2px solid #97B9C6;
}
.guide__item--text h4 {
  font-size: 16px;
}
.guide__item--text p {
  font-size: 12px;
}
.guide__title {
  color: #2C373B;
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .guide__title {
    margin-bottom: 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.guide__title h2 {
  font: normal normal bold Zen Kaku Gothic Antique;
  font-size: 38px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .guide__title h2 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.0666666667;
  }
}
.guide__title p.small {
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .guide__title p.small {
    font-size: 12px;
    line-height: 2;
  }
}
.guide__container {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  .guide__container {
    width: 90%;
    padding: 60px 0 60px;
  }
}
.guide__container ul {
  display: flex;
  flex-flow: wrap;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .guide__container ul {
    gap: 16px 4px;
  }
}
.guide__container ul li {
  width: calc(25% - 24px);
}
@media screen and (max-width: 1024px) {
  .guide__container ul li {
    width: calc(33.33% - 22px);
  }
}
@media screen and (max-width: 768px) {
  .guide__container ul li {
    width: calc(50% - 2px);
  }
}
.guide__container ul li:nth-of-type(6) a .left img {
  margin-left: -16px;
}
@media screen and (max-width: 768px) {
  .guide__container ul li:nth-of-type(6) a .left img {
    margin-left: initial;
  }
}
.guide__container ul li a {
  display: flex;
  border: 2px solid #97B9C6;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .guide__container ul li a {
    flex-flow: column;
  }
}
.guide__container ul li a .left {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #97B9C6;
}
@media screen and (max-width: 768px) {
  .guide__container ul li a .left {
    width: 100%;
    height: 48px;
  }
}
.guide__container ul li a .left img {
  width: initial;
}
.guide__container ul li a .right {
  padding: 8px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 768px) {
  .guide__container ul li a .right {
    width: 100%;
  }
}
.guide__container ul li a .right h3 {
  font-size: 16px;
  color: #1c1c1c;
}
.guide__container ul li a .right p {
  font-size: 12px;
  color: #1c1c1c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.guide .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .guide .sp {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .guide .sp-none {
    display: none;
  }
}

.inner {
  padding: 0 20px;
  max-width: 1340px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 600px;
  }
}

.menu-bottom {
  background-color: #F4F1E9;
  height: auto;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .menu-bottom {
    padding: 0 0 6px 0;
  }
}

.menu-bottom__inner {
  width: 100%;
  max-width: 1270px;
  margin-inline: auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .menu-bottom__inner {
    padding: 0;
  }
}

.menu-bottom__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .menu-bottom__list {
    gap: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}

.menu-bottom__item {
  flex: 1 1 calc(25% - 10px);
  max-width: calc(25% - 10px);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .menu-bottom__item {
    flex: 1 1 25%;
    max-width: 25%;
    border-right: 1px solid #D5D5D5;
  }
}

@media screen and (max-width: 768px) {
  .menu-bottom__item:last-child {
    border-right: none;
  }
}

.menu-bottom__item a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  justify-content: center;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .menu-bottom__item a {
    border-radius: 0;
    flex-direction: column;
    height: 82px;
    box-shadow: none;
  }
}

.menu-bottom__image {
  flex-shrink: 0;
}

.menu-bottom__image--corporation {
  width: 29px;
}

.menu-bottom__image--tel {
  width: 36px;
}

.menu-bottom__image--mail {
  width: 40px;
  margin-top: -10px;
}

.menu-bottom__image--line {
  width: 32px;
}

.menu-bottom__item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-bottom__text {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 700;
  transition: color 0.3s;
}
@media screen and (max-width: 1024px) {
  .menu-bottom__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .menu-bottom__text {
    font-size: 14px;
    line-height: 0.5454545455;
  }
}

.menu-bottom__text--big {
  font-size: 28px;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.2727272727;
}
@media screen and (max-width: 1055px) {
  .menu-bottom__text--big {
    font-size: 20px;
  }
}

.menu-bottom__text .text-small {
  font-size: 14px;
}

.menu-bottom__text .text-medium {
  font-size: 18px;
}

.menu-bottom__text span {
  font-size: 16px;
}

.menu-bottom__sub-text {
  color: #1c1c1c;
  font-size: 12px;
  font-weight: 500;
  margin-top: -8px;
}
@media screen and (max-width: 768px) {
  .menu-bottom__sub-text {
    font-size: 10px;
    margin-bottom: 4px;
    text-align: center;
  }
}

.menu-bottom__sub-text span {
  font-size: 14px;
}

.menu-bottom__text--green {
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .menu-bottom__text--green {
    font-size: 18px;
  }
}

.menu-bottom__item a:hover .menu-bottom__text--orange {
  color: #F89330;
}

.menu-bottom__item a:hover .menu-bottom__text--yellow {
  color: #EABD00;
}

.menu-bottom__item a:hover .menu-bottom__text--green {
  color: #3ACD2B;
}

.text--mb {
  margin-bottom: 0.2rem;
}

/* ========================================
    お気に入りページ
 ========================================= */
main.mylist-main {
  background-color: #FCFAF7;
}

.mylist-tab {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .mylist-tab {
    padding-top: 40px;
  }
}

.mylist-tab__inner {
  width: 100%;
  padding-inline: 20px;
  max-width: 1120px;
  margin-inline: auto;
}

.mylist-tab__box {
  position: relative;
  height: 53px;
}
@media screen and (max-width: 768px) {
  .mylist-tab__box {
    margin: 0 calc(50% - 50vw);
  }
}

.mylist-tab__list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
}

@media screen and (max-width: 768px) {
  .mylist-tab__list a {
    width: 50%;
  }
}

.mylist-tab__list::before {
  content: "";
  border-bottom: 2px solid #1c1c1c;
  flex: 1;
  margin-top: auto;
}

.mylist-tab__list::after {
  content: "";
  border-bottom: 2px solid #1c1c1c;
  flex: 1;
  margin-top: auto;
}

.mylist-tab__item {
  color: #556369;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
}
@media screen and (max-width: 768px) {
  .mylist-tab__item {
    width: 100%;
  }
}

.mylist-tab__item[aria-selected=true] {
  border-radius: 10px 10px 0 0;
  pointer-events: none;
  border-left: 2px solid #1c1c1c;
  border-top: 2px solid #1c1c1c;
  border-right: 2px solid #1c1c1c;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #tab1.mylist-tab__item[aria-selected=true] {
    border-left: none;
    border-radius: 0 10px 0 0;
  }
}

#tab1.mylist-tab__item[aria-selected=true] {
  color: #E28939;
  background-color: #F4F1E9;
}

#tab2.mylist-tab__item[aria-selected=true] {
  color: #22A1C4;
  background-color: #DCE8ED;
}
@media screen and (max-width: 768px) {
  #tab2.mylist-tab__item[aria-selected=true] {
    border-right: none;
    border-radius: 10px 0 0 0;
  }
}

.mylist-tab__item[aria-selected=false] {
  transition: color 0.3s;
  border-bottom: 2px solid #1c1c1c;
}

#tab1.mylist-tab__item[aria-selected=false]:hover {
  color: #e28939;
}

#tab2.mylist-tab__item[aria-selected=false]:hover {
  color: #26B0D6;
}

.mylist {
  background-color: #F4F1E9;
  padding-block: 60px 100px;
}
@media screen and (max-width: 768px) {
  .mylist {
    padding-block: 40px 60px;
  }
}

.mylist--blue {
  background-color: #DCE8ED;
}

.mylist--no-result {
  padding-block: 60px 485px;
}
@media screen and (max-width: 768px) {
  .mylist--no-result {
    padding-block: 40px 100px;
  }
}

.mylist__inner {
  width: 100%;
  padding-inline: 20px;
  max-width: 1120px;
  margin-inline: auto;
}
.mylist__inner.no-result {
  margin-bottom: 385px;
}
@media screen and (max-width: 768px) {
  .mylist__inner {
    max-width: 600px;
  }
}

.mylist__box {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 16px 24px;
}
@media screen and (max-width: 768px) {
  .mylist__box {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
}

.mylist__box--no-result {
  padding: 28px 24px;
}
@media screen and (max-width: 768px) {
  .mylist__box--no-result {
    padding: 18px 20px;
    display: block;
  }
}

.mylist__text {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mylist__text {
    font-size: 15px;
  }
}

.mylist__text span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .mylist__text span {
    display: block;
  }
}

.mylist__buttion-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .mylist__buttion-box {
    gap: 12px;
  }
}

.mail-button.mail-button--mylist {
  line-height: 1.5714285714;
}
@media screen and (max-width: 768px) {
  .mail-button.mail-button--mylist {
    width: 140px;
    line-height: 1.1428571429;
  }
}

.mail-button.mail-button--history {
  line-height: 1.5714285714;
}
@media screen and (max-width: 768px) {
  .mail-button.mail-button--history {
    width: 140px;
    line-height: 1.1428571429;
  }
}

.mail-button.mail-button--mylist span,
.mail-button.mail-button--history span {
  margin-top: -4px;
}

.mylist__favorite-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  color: #2C373B;
  background-color: #97B9C6;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  width: 206px;
  line-height: 1.4285714286;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .mylist__favorite-button {
    width: 140px;
    line-height: 1.1428571429;
    height: 54px;
  }
}

.mylist__favorite-button.js-no-result {
  color: #fff;
  background-color: #C4C4C4;
}

.mylist__favorite-button span {
  display: block;
  background-image: url(../images/mylist/favorite-w.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 17.3px;
  margin-right: 8px;
}

.mylist__favorite-button:hover {
  color: #fff;
  background-color: #2C373B;
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.mylist__check-wrap {
  margin-top: 60px;
  background-color: #26B0D6;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 16px;
  position: relative;
}

.mylist__check-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #26B0D6 transparent transparent;
  translate: -50% 100%;
}

.mylist__check-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 7.8px 7.8px 0 7.8px;
  border-color: #26B0D6 transparent transparent;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  translate: -50% 100%;
}

.mylist__check-wrap span {
  position: relative;
  padding-left: 48px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.mylist__check-wrap span::before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: -3px;
  left: 0;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  border-radius: 4px;
}

.mylist__check-wrap span::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 16px;
  width: 16px;
  height: 9px;
  border-bottom: 2px solid #22a1c4;
  border-left: 2px solid #22a1c4;
  transform: translate(-50%, -60%) rotate(-45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.mylist__content {
  margin-top: 24px;
}

.mylist__content--history,
.mylist__content--mylist {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .mylist__content--history,
.mylist__content--mylist {
    margin-top: 40px;
  }
}

.mylist__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1030px) {
  .mylist__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .mylist__list {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 20px;
  }
}

.mylist__item {
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 24px;
}
@media screen and (max-width: 768px) {
  .mylist__item {
    padding: 16px 18px 20px;
  }
}

.mylist__item-top {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.mylist__item-top span {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #1c1c1c;
  border-radius: 4px;
}

.mylist__item-top span::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 16px;
  width: 16px;
  height: 9px;
  border-bottom: 2px solid #22a1c4;
  border-left: 2px solid #22a1c4;
  transform: translate(-50%, -60%) rotate(-45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.mylist__item-top a {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 700;
  transition: opacity 0.3s;
}

.mylist__item-top a:hover {
  opacity: 0.7;
}

.mylist__item-bottom {
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 17px;
}

.mylist__image-wrap {
  width: 110px;
  height: 110px;
}

.mylist__image-wrap img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mylist__info {
  width: 57%;
  flex-shrink: 0;
  line-height: 1.4285714286;
}

.mylist__info-items {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #B5C6CE;
  padding-block: 4px;
}

.mylist__info-items:first-child {
  padding-top: 0;
}

.mylist__info-items:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.mylist__info-title {
  color: #22A1C4;
  font-size: 14px;
  font-weight: 700;
  flex-basis: 48px;
}

.one-space {
  display: inline-block;
  text-indent: 10px;
}

.mylist__info-item {
  color: #1c1c1c;
  font-size: 14px;
}

.mylist__info-text {
  color: #1c1c1c;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 119px;
}

.mylist__info-text span {
  font-weight: 700;
}

.mylist__info-text .text-b {
  font-size: 20px;
  font-family: "Red Hat Display", sans-serif;
}

@media screen and (max-width: 768px) {
  .mylist__breadcrumb {
    background-color: #FCFAF7;
    border-top: 1px solid #C7C7C7;
    width: 100%;
    height: 48px;
    padding-top: 10px;
  }
}

.mv {
  background-image: url(../images/top/main_pc.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  padding-top: 42px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .mv {
    height: 100%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .mv {
    padding-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    background-image: url(../images/top/main_sp.jpg);
  }
}

.mv__inner {
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .mv__inner {
    padding: 0 10px;
    display: block;
  }
}

.mv__box-left {
  width: 20%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .mv__box-left {
    display: none;
  }
}

.mv__top img {
  aspect-ratio: 258/207;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__bottom-01 img {
  aspect-ratio: 190/62;
}

.mv__bottom-02 img {
  aspect-ratio: 290/290;
}

.mv__box-right {
  margin-left: 20px;
}

.mv__copy {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.mv__copy span {
  font-size: 16px;
}

.mv__container {
  padding: 24px;
  margin-top: 16px;
  position: relative;
}
.mv__container::before {
  content: "";
  background-color: #556369;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mv__tab-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}

.mv-tab__menu-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.mv-tab__menu-item {
  background-color: transparent;
  border-radius: 6px 0 0 6px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  padding: 24px;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
}
@media screen and (max-width: 1240px) {
  .mv-tab__menu-item {
    font-size: 18px;
    padding: 18px;
  }
}

.mv-tab__menu-item:hover {
  opacity: 0.7;
}

.mv-tab__menu-item.is-active {
  color: #2C373B;
  background-color: #FCFAF7;
}

.mv-tab__menu-item a {
  color: #FCFAF7;
}

.mv-tab__menu-item span {
  display: inline-block;
  background-image: url(../images/top/link.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 8px;
  width: 14px;
  height: 10px;
}
@media screen and (max-width: 1250px) {
  .mv-tab__menu-item span {
    margin-left: 0;
  }
}

.mv__content-item {
  display: none;
}

.mv__content-item.is-active {
  -webkit-animation: fade 0.3s;
          animation: fade 0.3s;
  display: block;
  box-sizing: border-box;
  width: 625px;
}

.mv__content-box {
  position: relative;
}

.mv__content-box--frame {
  background-color: #FCFAF7;
  border-radius: 6px;
  padding: 46.5px 24px;
}

.mv__content-box ul {
  display: grid;
  grid-template-columns: repeat(4, 4fr);
  -moz-column-gap: 14px;
       column-gap: 14px;
  row-gap: 24px;
}

.mv__content-link-item a {
  background-color: #556369;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 10px 20px 26px;
  position: relative;
  transition: opacity 0.3s;
  width: 134px;
}

.mv__content-link-item a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  top: 50%;
  left: 10px;
}

.mv__content-link-item a:hover {
  opacity: 0.7;
}

.mv__content-image-wrap {
  max-width: 625px;
  width: 100%;
}

.mv__content-image-wrap img {
  aspect-ratio: 625/421;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__content-route {
  position: absolute;
}

.mv__content-route.route01 {
  top: 29.3%;
  left: 43.7%;
}

.mv__content-route.route02 {
  top: 42.8%;
  left: 43.7%;
}

.mv__content-route.route03 {
  bottom: 35.5%;
  left: 43.7%;
}

.mv__content-route.route04 {
  top: 2.5%;
  left: 1.7%;
}

.mv__content-route.route05 {
  top: 24.5%;
  left: 19.5%;
}

.mv__content-route.route06 {
  bottom: 38.5%;
  right: 2%;
}

.mv__content-route.route07 {
  bottom: 12%;
  right: 2%;
}

.mv__content-route a {
  background-color: #707070;
  border: 1px solid #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 2px 7px;
  position: relative;
  transition: transform 0.3s;
  width: 80px;
}

.mv__content-route a:hover {
  transform: scale(1.2);
}

.mv__content-route.point-teine {
  top: 10%;
  left: 9.5%;
}

.mv__content-route.point-hasam {
  top: 16.5%;
  left: 16.5%;
}

.mv__content-route.point-shinkotoni {
  top: 9.3%;
  left: 36.3%;
}

.mv__content-route.point-shinkawa {
  top: 12.5%;
  left: 32%;
}

.mv__content-route.point-hachiken {
  top: 18.8%;
  left: 29.5%;
}

.mv__content-route.point-souen {
  top: 29.9%;
  left: 32.3%;
}

.mv__content-route.point-naepo {
  top: 30%;
  left: 61.2%;
}

.mv__content-route.point-shiraishi {
  top: 33%;
  left: 66.5%;
}

.mv__content-route.point-nishisenkuzyo {
  top: 57.5%;
  left: 32.5%;
}

.mv__content-route.point-ishiyamadouri {
  top: 73%;
  left: 38.5%;
}

.mv__content-route.point-seishugakuenmae {
  top: 67%;
  left: 44%;
}

.mv__content-route.point-teine a,
.mv__content-route.point-hasam a,
.mv__content-route.point-shinkotoni a,
.mv__content-route.point-shinkawa a,
.mv__content-route.point-hachiken a,
.mv__content-route.point-souen a,
.mv__content-route.point-naepo a,
.mv__content-route.point-shiraishi a,
.mv__content-route.point-nishisenkuzyo a,
.mv__content-route.point-ishiyamadouri a,
.mv__content-route.point-seishugakuenmae a {
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 50%;
  background-color: #888989;
  color: transparent;
  font-size: 0;
}

.mv__content-route.point-asou {
  top: 2%;
  left: 45%;
}

.mv__content-route.point-kitanizyuyon {
  top: 16%;
  left: 48%;
}

.mv__content-route.point-kitazyuhachi {
  top: 22.5%;
  left: 48%;
}

.mv__content-route.point-nakazimakouen {
  top: 67%;
  left: 48%;
}

.mv__content-route.point-hiragishi {
  top: 76.2%;
  left: 53.5%;
}

.mv__content-route.point-sumikawa {
  top: 84%;
  left: 53.5%;
}

.mv__content-route.point-makomanai {
  top: 92%;
  left: 53.5%;
}

.mv__content-route.point-asou a,
.mv__content-route.point-kitanizyuyon a,
.mv__content-route.point-kitazyuhachi a,
.mv__content-route.point-nakazimakouen a,
.mv__content-route.point-hiragishi a,
.mv__content-route.point-sumikawa a,
.mv__content-route.point-makomanai a {
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 50%;
  background-color: #9DB09A;
  color: transparent;
  font-size: 0;
}

.mv__content-route.point-sakaemachi {
  top: 2%;
  left: 59.5%;
}

.mv__content-route.point-motomachi {
  top: 12%;
  left: 59.5%;
}

.mv__content-route.point-higashikuyakusho {
  top: 15.5%;
  left: 55%;
}

.mv__content-route.point-kitazyusanzyo {
  top: 22.5%;
  left: 52%;
}

.mv__content-route.point-housui {
  top: 51.5%;
  left: 52%;
}

.mv__content-route.point-gakuenmae {
  top: 63.9%;
  left: 57.7%;
}

.mv__content-route.point-misono {
  top: 69.5%;
  left: 66.5%;
}

.mv__content-route.point-hukuzumi {
  top: 83%;
  left: 73%;
}

.mv__content-route.point-sakaemachi a,
.mv__content-route.point-motomachi a,
.mv__content-route.point-higashikuyakusho a,
.mv__content-route.point-kitazyusanzyo a,
.mv__content-route.point-housui a,
.mv__content-route.point-gakuenmae a,
.mv__content-route.point-misono a,
.mv__content-route.point-hukuzumi a {
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 50%;
  background-color: #90A1B7;
  color: transparent;
  font-size: 0;
}

.mv__content-route.point-miyanosawa {
  top: 19%;
  left: 6.5%;
}

.mv__content-route.point-maruyamakouen {
  top: 45.5%;
  left: 28%;
}

.mv__content-route.point-nishizyuhachi {
  top: 45%;
  left: 32.8%;
}

.mv__content-route.point-nishizyuichi {
  top: 43.8%;
  left: 37.5%;
}

.mv__content-route.point-buscentermae {
  top: 44%;
  left: 59.5%;
}

.mv__content-route.point-kikusui {
  top: 48.5%;
  left: 63.8%;
}

.mv__content-route.point-higashisapporo {
  top: 52.5%;
  left: 68%;
}

.mv__content-route.point-shiraishi2 {
  top: 57%;
  left: 72.1%;
}

.mv__content-route.point-nanngou {
  top: 62.7%;
  left: 77.2%;
}

.mv__content-route.point-miyanosawa a,
.mv__content-route.point-maruyamakouen a,
.mv__content-route.point-nishizyuhachi a,
.mv__content-route.point-nishizyuichi a,
.mv__content-route.point-buscentermae a,
.mv__content-route.point-kikusui a,
.mv__content-route.point-higashisapporo a,
.mv__content-route.point-shiraishi2 a,
.mv__content-route.point-nanngou a {
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 50%;
  background-color: #C29A8A;
  color: transparent;
  font-size: 0;
}

.mv__content-route.scale-hover a:hover {
  transform: scale(1.4);
}

.mv__content-route--small a {
  font-size: 12px;
}

.mv__content-route.space a {
  letter-spacing: -2px;
}

.mv__content-route a span {
  width: 5px;
  height: 5px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  margin-left: 4px;
}

.mv__content-area a {
  background-color: #FCFAF7;
  border: 1px solid #EABD00;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  color: #1c1c1c;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 16px;
  position: relative;
  transition: transform 0.3s, opacity 0.3s;
  width: 145px;
}

.mv__content-area a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #1c1c1c;
  border-right: 1px solid #1c1c1c;
  display: inline-block;
  top: 50%;
  right: 16px;
}

.mv__content-area {
  position: absolute;
}

.mv__content-area.area01 {
  top: 4%;
  left: 5%;
}

.mv__content-area.area02 {
  top: 10%;
  right: 14%;
}

.mv__content-area.area03 {
  top: 30%;
  left: 13%;
}

.mv__content-area.area04 {
  top: 36%;
  left: 46%;
}

.mv__content-area.area05 {
  top: 53%;
  left: 45%;
}

.mv__content-area.area06 {
  bottom: 31%;
  left: 8%;
}

.mv__content-area.area07 {
  bottom: 24%;
  right: 5%;
}

.mv__content-area.area08 {
  bottom: 18%;
  right: 37%;
}

.mv__content-area.area09 {
  bottom: 4%;
  left: 34%;
}

.mv__content-area a:hover {
  transform: scale(1.05);
  border: 2px solid #EABD00;
}

.mv__search {
  margin-top: 24px;
  display: flex;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv__search {
    margin-top: 12px;
  }
}

.mv__search-term {
  background-color: #fff;
  border: 2px solid #F89330;
  border-radius: 6px 0 0 6px;
  flex-shrink: 0;
  width: 87%;
  padding: 12px 18px;
}
@media screen and (max-width: 768px) {
  .mv__search-term {
    padding: 10px 14px;
    width: 65%;
  }
}

.mv__search-term::-moz-placeholder {
  color: #7A98A3;
  font-size: 16px;
  font-weight: 500;
}

.mv__search-term:-ms-input-placeholder {
  color: #7A98A3;
  font-size: 16px;
  font-weight: 500;
}

.mv__search-term::placeholder {
  color: #7A98A3;
  font-size: 16px;
  font-weight: 500;
}

.mv__search-button {
  background-color: #F89330;
  border-radius: 0 6px 6px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 24px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1240px) {
  .mv__search-button {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .mv__search-button {
    font-size: 20px;
    padding: 8px 24px;
  }
}

.mv__search-button:hover {
  opacity: 0.7;
}

.mv__search-button span {
  content: "";
  display: inline-block;
  background-image: url(../images/top/search.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  margin-left: 6px;
}
@media screen and (max-width: 1240px) {
  .mv__search-button span {
    width: 20px;
    height: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .mv__search-button span {
    width: 22px;
    height: 22px;
    margin-left: 6px;
  }
}

.mv__copy-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv__copy-text {
    margin-inline: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 370px) {
  .mv__copy-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.mv__copy-text span {
  font-size: 12px;
}

.mv__copy-text .color-yellow {
  color: #EABD00;
  font-size: 16px;
}

.mv__area-container {
  margin-top: 12px;
  max-width: 335px;
  margin-inline: auto;
}

.mv__area-top {
  background-color: #F89330;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv__area-box-top a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv__area-box-top a,
.mv__area-box-item a {
  background-color: #fff;
  border: 1px solid #D5D5D5;
  color: #2C373B;
  font-size: 16px;
  font-weight: 500;
  padding: 8px;
  position: relative;
  max-width: 100%;
}

.mv__area-box-item a {
  display: block;
  padding-left: 24px;
}

.mv__area-box-top a::before,
.mv__area-box-item a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #1c1c1c;
  border-right: 1px solid #1c1c1c;
  display: inline-block;
  top: 50%;
  right: 16px;
}

.mv__area-box-list {
  display: grid;
  grid-template-columns: repeat(2, 7fr);
}

.mv__area-box-item:nth-last-child(2) a {
  border-radius: 0 0 0 6px;
}

.mv__area-box-item:last-child a {
  border-radius: 0 0 6px 0;
}

.mv__area-box-item span {
  display: block;
  font-size: 10px;
}

.mv__content-bottom {
  max-width: 335px;
  margin-inline: auto;
  margin-top: 20px;
}

.mv__search-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mv__search-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.mv__search-item a {
  background-color: #F89330;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
}

.mv__search-item--full a {
  width: 100%;
}

.mv__content-texts figure {
  width: 100%;
}

.mv__content-texts img {
  aspect-ratio: 284/44;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__content-text {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.mv__content-text span {
  font-size: 18px;
}

.offer {
  background-color: #F4F1E9;
  padding: 38px 0 61px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .offer {
    padding: 60px 0 85px;
  }
}

.offer__title {
  color: #2C373B;
  display: flex;
  align-items: baseline;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .offer__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.offer__title-main {
  font-size: 38px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .offer__title-main {
    font-size: 30px;
    line-height: 1.0666666667;
  }
}

.offer__title-main span {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .offer__title-main span {
    font-size: 32px;
  }
}

.offer__title-sub {
  font-size: 16px;
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .offer__title-sub {
    font-size: 12px;
    line-height: 2;
  }
}

.offer-swiper {
  margin-top: 30px;
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .offer-swiper {
    margin-top: 17px;
  }
}

.offer-swiper .swiper-slide {
  height: auto;
}

.offer__cards {
  padding-bottom: 6px;
}

.offer__card {
  width: 100%;
  height: 100%;
}

.offer__card img {
  aspect-ratio: 304/304;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}

.offer__card a:hover img {
  transform: scale(1.05);
}

.offer__card.swiper-slide {
  opacity: 0.5;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .offer__card.swiper-slide {
    opacity: 1;
  }
}

.offer__card.swiper-slide-active,
.offer__card.swiper-slide-prev,
.offer__card.swiper-slide-next {
  opacity: 1;
}

.offer-swiper__button-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .offer-swiper__button-wrap {
    max-width: 334px;
  }
}

.offer-swiper__button-wrap .swiper-button-prev,
.offer-swiper__button-wrap .swiper-button-next {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: 2px solid #22A1C4;
  border-radius: 50%;
}

.offer-swiper__button-wrap .swiper-button-prev::before,
.offer-swiper__button-wrap .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #22A1C4;
  border-right: 2px solid #22A1C4;
}

.offer-swiper__button-wrap .swiper-button-prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.offer-swiper__button-wrap .swiper-button-next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.offer .swiper-pagination {
  bottom: 36px;
}
@media screen and (max-width: 768px) {
  .offer .swiper-pagination {
    bottom: 60px;
  }
}

.offer .swiper-pagination .swiper-pagination-bullet {
  background: #22A1C4;
}

/* ========================================
    オーナー様へ
 ========================================= */
.owner {
  background-color: #FCFAF7;
}
.owner .breadcrumb-box {
  width: 1220px;
  margin: 0 auto;
}
.owner__title {
  text-align: center;
  color: #fff;
  height: 270px;
  background-image: url(../images/owner/title.png);
  background-size: cover;
  margin-top: 38px;
  display: flex;
  align-items: center;
}
.owner__title--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.owner__title--inner h2 {
  font-size: 40px;
  z-index: 1;
  position: relative;
}
.owner__title--inner p {
  font-size: 24px;
  z-index: 2;
  position: relative;
  text-align: left;
  font-weight: bold;
  margin-left: 10px;
  font-family: "Red Hat Display", sans-serif;
}
@media screen and (max-width: 768px) {
  .owner__title {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/owner/title-sp.svg);
    aspect-ratio: 375/160;
    height: auto;
  }
  .owner__title h2 {
    font-size: 30px;
    text-align: justify;
  }
  .owner__title p {
    font-size: 12px;
    margin-left: 0;
  }
}
.owner-contents {
  padding-top: 100px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .owner-contents {
    padding-bottom: 0;
    padding-top: 0;
  }
  .owner-contents hr.pc-none {
    display: block;
    margin: 0;
    color: #C7C7C7;
  }
  .owner-contents .pc-none .breadcrumb {
    margin-top: 4px;
  }
}
.owner-contents .container {
  width: 920px;
  margin: 0 auto;
  color: #1c1c1c;
}
@media screen and (max-width: 1240px) {
  .owner-contents .container {
    width: 100%;
  }
}
.owner-contents .container .content {
  padding-top: 54px;
  padding-bottom: 60px;
  padding-left: 55px;
  background-color: #fff;
  margin-bottom: 100px;
  padding-right: 60px;
  width: 920px;
}
@media screen and (max-width: 1240px) {
  .owner-contents .container .content {
    width: 90%;
  }
}
.owner-contents .container .content-title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .owner-contents .container .content-title {
    margin-bottom: 24px;
  }
}
.owner-contents .container .content-title .num {
  font-size: 80px;
  color: #22A1C4;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  margin-right: 30px;
}
.owner-contents .container .content-title .ttl h3 {
  font-size: 40px;
}
.owner-contents .container .content-title .ttl p.small-blue {
  color: #22A1C4;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .owner-contents .container .content-title .ttl p.small-blue {
    font-size: 14px;
  }
}
.owner-contents .container .content .plan-image {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.owner-contents .container .content .plan-image .porokari {
  width: 216px;
  height: 216px;
  background-image: url(../images/owner/porokari.svg);
}
.owner-contents .container .content .plan-image .left, .owner-contents .container .content .plan-image .right {
  width: 304px;
  background-color: #F4F1E9;
  border-radius: 8px;
  font-size: 14px;
  padding: 40px 0;
  position: relative;
  font-weight: 500;
}
.owner-contents .container .content .plan-image .left .top-image, .owner-contents .container .content .plan-image .left .bottom-image, .owner-contents .container .content .plan-image .right .top-image, .owner-contents .container .content .plan-image .right .bottom-image {
  display: none;
}
.owner-contents .container .content .plan-image .left .left-image, .owner-contents .container .content .plan-image .right .left-image {
  position: absolute;
  top: 50%;
  right: -34px; /* 半分外に出すためにwidthの半分をマイナス */
  transform: translateY(-50%);
  width: 68px;
  height: 240px;
}
.owner-contents .container .content .plan-image .left .left-image img, .owner-contents .container .content .plan-image .right .left-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.owner-contents .container .content .plan-image .left .right-image, .owner-contents .container .content .plan-image .right .right-image {
  position: absolute;
  top: 50%;
  left: -34px; /* 半分外に出すためにwidthの半分をマイナス */
  transform: translateY(-50%);
  width: 68px;
  height: 240px;
}
.owner-contents .container .content .plan-image .left .right-image img, .owner-contents .container .content .plan-image .right .right-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.owner-contents .container .content .plan-image .left .inner-text, .owner-contents .container .content .plan-image .right .inner-text {
  padding-left: 40px;
}
.owner-contents .container .content .plan-image .left .inner-text.pl-34, .owner-contents .container .content .plan-image .right .inner-text.pl-34 {
  padding-left: 34px;
}
.owner-contents .container .content .plan-image .left p, .owner-contents .container .content .plan-image .right p {
  font-size: 14px;
}
.owner-contents .container .content .plan-image .left .human-image, .owner-contents .container .content .plan-image .right .human-image {
  display: flex;
  justify-content: center;
}
.owner-contents .container .content .plan-image .left .human-image img, .owner-contents .container .content .plan-image .right .human-image img {
  width: 56px;
  margin-bottom: 24px;
  display: inline-block;
  text-align: center;
}
.owner-contents .container .content .merit-list {
  margin-top: 28px;
  margin-bottom: 40px;
}
.owner-contents .container .content .merit-list p {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 18px;
}
.owner-contents .container .content .merit-list p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.owner-contents .container .content .merit-list .checkmark {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  border: 1px solid #2C373B;
  position: relative;
  margin-right: 8px;
}
.owner-contents .container .content .merit-list .checkmark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 18px;
  border-right: 2px solid #22A1C4;
  border-bottom: 2px solid #22A1C4;
  transform: translate(-50%, -60%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .owner-contents .container .content {
    width: 100%;
    padding: 27px 24px;
    margin-bottom: 40px;
  }
  .owner-contents .container .content .merit-list p {
    margin-bottom: 12px;
  }
  .owner-contents .container .content .ttl h3 {
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    line-height: 1.1666666667;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1240px) {
  .owner-contents .container .content {
    width: 90%;
    margin: 0 auto 40px;
  }
  .owner-contents .container .content .plan-image {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .owner-contents .container .content .plan-image .porokari {
    margin: 0 auto;
  }
  .owner-contents .container .content .plan-image .left {
    margin-top: 24px;
    padding-top: 32px;
    padding-bottom: 52px;
    min-width: 287px;
    width: 85%;
  }
  .owner-contents .container .content .plan-image .left .left-image {
    display: none;
  }
  .owner-contents .container .content .plan-image .left .bottom-image {
    position: absolute;
    transform: translateX(50%);
    width: 240px;
    bottom: -30px;
    left: -34%;
    display: block;
  }
  .owner-contents .container .content .plan-image .right {
    min-width: 287px;
    width: 85%;
    min-width: 287px;
    width: 85%;
    padding-top: 52px;
  }
  .owner-contents .container .content .plan-image .right .right-image {
    display: none;
  }
  .owner-contents .container .content .plan-image .right .top-image {
    position: absolute;
    transform: translateX(50%);
    left: -34%;
    width: 240px;
    display: block;
    top: -30px;
  }
}
.owner-contents .container ul {
  margin-top: 40px;
  margin-bottom: 40px;
}
.owner-contents .container li, .owner-contents .container p {
  font-size: 16px;
  line-height: 32px;
}
.owner-contents .container li .blue-circle, .owner-contents .container p .blue-circle {
  color: #22A1C4;
}
.owner-contents .container li .orange-circle, .owner-contents .container p .orange-circle {
  color: #F89330;
}
.owner-contents .container .inner__no1, .owner-contents .container .inner__no2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .owner-contents .container {
    min-width: 335px;
    padding: 40px 0 0;
    margin-bottom: 60px;
  }
  .owner-contents .container p {
    line-height: 24px;
  }
  .owner-contents .container .top-text {
    margin: 0 auto 40px;
    width: 85%;
  }
  .owner-contents .container .content-title {
    align-items: flex-start;
  }
  .owner-contents .container .content-title .num {
    font-size: 40px;
    margin-right: 16px;
    line-height: 40px;
  }
}

.pc-nav__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 2vw, 40px);
}

.pc-nav__item:nth-child(4) {
  margin-right: 120px;
}

.pc-nav__item a {
  color: #1c1c1c;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  transition: opacity 0.3s;
}

.pc-nav__item a:hover {
  opacity: 0.7;
}

.pc-nav__title {
  position: relative;
  cursor: pointer;
}

.pc-nav__title::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  transition: rotate 0.3s, border-right 0.3s top 0.3s;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  top: 50%;
  right: -14px;
}

.pc-nav__title:hover.pc-nav__title::before {
  transform: rotate(0deg);
  border-right: transparent;
  top: 25%;
}

.pc-nav__menu {
  display: none;
  transition: transform 0.3s;
  background-color: #2C373B;
  z-index: 10;
  width: 221px;
  padding: 24px 28px;
  position: absolute;
  top: 100%;
  transform: translateX(-25%);
}

.pc-nav__menu-item {
  margin-top: 8px;
  position: relative;
}

.pc-nav__menu-item:first-child {
  margin-top: 0;
}

.pc-nav__menu-item a {
  border-bottom: 1px solid transparent;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  transition: border-bottom 0.3s;
}

.pc-nav__menu-item a:hover {
  border-bottom: 1px solid #fff;
  opacity: 1;
}

.pc-nav__menu-item a:before {
  content: "";
  cursor: pointer;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 1px solid #EABD00;
  border-right: 1px solid #EABD00;
  display: inline-block;
  top: 50%;
  right: -8px;
}

.pc-nav__item--favorite {
  position: absolute;
  top: -8px;
  right: 0;
  width: 90px;
}

.pc-nav__item.pc-nav__item--favorite a {
  display: inline-block;
  aspect-ratio: 70/88;
  width: 90px;
  cursor: pointer;
  background-image: url(../images/top/favorite.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image 0.3s;
}

.pc-nav__item.pc-nav__item--favorite a:hover {
  opacity: 1;
  background-image: url(../images/top/favorite-red.png);
}

.price {
  background-color: #FCFAF7;
}
.price .breadcrumb-box {
  padding-inline: 25px;
  margin: 0 auto;
}
.price .breadcrumb__inner {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.price .breadcrumb__inner .breadcrumb {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 1220px;
}
.price__title {
  text-align: center;
  color: #fff;
  height: 270px;
  background-image: url(../images/price/title.png);
  background-size: cover;
  margin-top: 38px;
  display: flex;
  align-items: center;
}
.price__title--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.price__title--inner h2 {
  font-size: 40px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .price__title--inner h2 {
    font-size: 30px;
  }
}
.price__title--inner p {
  font-size: 24px;
  z-index: 2;
  position: relative;
  text-align: left;
  font-weight: bold;
  font-family: "Red Hat Display", sans-serif;
}
@media screen and (max-width: 768px) {
  .price__title--inner p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .price__title {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/price/title-sp.jpg);
    aspect-ratio: 375/160;
    height: auto;
  }
}
.price-contents {
  padding-block: 100px;
}
@media screen and (max-width: 768px) {
  .price-contents {
    padding-block: 40px 60px;
    padding-inline: 20px;
  }
}
.price-contents .container {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  color: #1c1c1c;
}
.price-contents .container .content {
  padding-top: 54px;
  padding-bottom: 60px;
  padding-left: 55px;
  background-color: #fff;
  margin-bottom: 100px;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .price-contents .container .content {
    padding: 24px;
    margin-bottom: 40px;
  }
  .price-contents .container .content.sp-mb68px {
    margin-bottom: 68px;
  }
}
.price-contents .container .content:nth-child(3) {
  margin-bottom: 0;
}
.price-contents .container .content .mb-32 {
  margin-bottom: 32px;
}
.price-contents .container .content .articleMarker {
  background: linear-gradient(transparent 60%, #EABD00 50%);
}
.price-contents .container .content-title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .price-contents .container .content-title {
    align-items: flex-start;
    margin-bottom: 24px;
    min-width: 280px;
  }
}
.price-contents .container .content-title .num {
  font-size: 80px;
  color: #22A1C4;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .price-contents .container .content-title .num {
    font-size: 40px;
    margin-right: 11px;
  }
}
.price-contents .container .content-title .ttl h3 {
  font-size: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .price-contents .container .content-title .ttl h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .price-contents .container .content-title .ttl h3.content02 {
    min-width: 280px;
    letter-spacing: -1px;
  }
}
.price-contents .container .content-title .ttl h3 .articleMarker {
  background: linear-gradient(transparent calc(100% - 22px), #EABD00 calc(100% - 30px));
}
@media screen and (max-width: 768px) {
  .price-contents .container .content-title .ttl h3 .articleMarker {
    font-size: 28px;
    background: linear-gradient(transparent 60%, #EABD00 50%);
  }
}
.price-contents .container .content-title .ttl p.small-blue {
  color: #22A1C4;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price-contents .container .content-title .ttl p.small-blue {
    font-size: 14px;
  }
}
.price-contents .container .content__list {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .price-contents .container .content__list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .price-contents .container .content__text.long {
    letter-spacing: -1px;
  }
}
.price-contents .container .content__box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .price-contents .container .content__box {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .price-contents .container .content__info-title {
    flex-basis: 112px;
    text-align: end;
  }
}
.price-contents .container .content-item {
  min-width: 280px;
}
.price-contents .container .content-item .blue-ttl {
  background-color: #22A1C4;
  font-weight: 500;
  margin: 0 auto;
  padding: 5px 8px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .price-contents .container .content-item .blue-ttl {
    padding-block: 2px;
  }
}
.price-contents .container .content-item p {
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .price-contents .container .content-item p {
    line-height: 24px;
  }
}
.price-contents .container .content-item p.small {
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 32px;
}
.price-contents .container .content-item p.small.pc-flex {
  display: flex;
}
.price-contents .container .content-item p.small span {
  display: block;
}
@media screen and (max-width: 768px) {
  .price-contents .container .content-item p.small {
    margin-top: 16px;
    margin-bottom: 16px;
    line-height: 24px;
  }
}
.price-contents .container .content-item .blue-ttl p {
  color: #fff;
  line-height: 24px;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .price-contents .container .content-item .blue-ttl p {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
  }
}
.price-contents .container .content-item .mt-16 {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.4285714286;
}
.price-contents .container .content-item .mt-16.pc-flex {
  display: flex;
}
.price-contents .container .content-item .mt-16 a {
  border-bottom: 1px solid #1c1c1c;
  display: inline-block;
  color: #1c1c1c;
  font-size: 14px;
  margin-right: 24px;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 520px) {
  .price-contents .container .content-item .mt-16 a {
    display: inline-block;
  }
}
.price-contents .container .content-item .mt-16 a:hover {
  opacity: 0.7;
}
.price-contents .container .content-item .mt-16 a::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../images/price/tab.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  width: 14px;
  height: 10px;
}
.price-contents .container .content-item .inner-offwhite {
  background-color: #F4F1E9;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .price-contents .container .content-item .inner-offwhite {
    padding: 24px;
  }
}
.price-contents .container .content-item table.cols2 {
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .price-contents .container .content-item table.cols2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .price-contents .container .content-item table.cols2 tr {
    display: block;
    width: 100%;
  }
}
.price-contents .container .content-item table.cols2 tr td {
  padding: 10px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .price-contents .container .content-item table.cols2 tr td {
    display: block;
    width: 100%;
  }
}
.price-contents .container .content-item table.cols2 tr td:first-child {
  width: 240px;
  background-color: #7A98A3;
  color: white;
  text-align: left;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .price-contents .container .content-item table.cols2 tr td:first-child {
    width: 100%;
    text-align: center;
  }
}
.price-contents .container .content-item table.cols2 tr td:nth-child(2) {
  background-color: white;
  color: #1c1c1c;
  text-align: left;
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .price-contents .container .content-item table.cols2 tr td:nth-child(2) {
    width: 100%;
    text-align: center;
    padding-left: 12px;
  }
}
.price-contents .container .content-item table.cols2 tr td:nth-child(2) span {
  font-size: 14px;
}
.price-contents .container .content-item table.cols2 tr td:nth-child(2) .price {
  font-size: 20px;
  font-weight: 500;
}
.price-contents .container .content-item table.cols2 tr td:nth-child(2) .text-indent {
  font-size: 14px;
  text-indent: -1em;
  margin-top: 3px;
  padding-left: 1em;
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  .price-contents .container .content-item table.cols2 tr td:nth-child(2) .text-indent {
    margin-top: 8px;
  }
}
@media screen and (max-width: 670px) {
  .price-contents .container .content-item table.cols2 tr td:nth-child(2) .text-indent {
    text-align: left;
  }
}
.price-contents .container .content-item table.cols2 tr td:nth-child(2) .u-520 {
  display: none;
}
@media screen and (max-width: 520px) {
  .price-contents .container .content-item table.cols2 tr td:nth-child(2) .u-520 {
    display: block;
  }
}
.price-contents .container .content-item .term table {
  margin: 0 auto;
  width: 100%;
}
.price-contents .container .content-item .term table .pc-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .price-contents .container .content-item .term table .pc-row {
    display: none;
  }
}
.price-contents .container .content-item .term table .sp-row {
  display: none;
}
@media screen and (max-width: 768px) {
  .price-contents .container .content-item .term table .sp-row {
    display: flex;
    flex-direction: column;
  }
}
.price-contents .container .content-item .term table td {
  height: 40px;
  width: 33.3333333333%;
  text-align: center;
  border-right: 1px solid #DDDBD6;
  color: #1c1c1c;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .price-contents .container .content-item .term table td {
    width: 100%;
    border-right: none;
  }
}
.price-contents .container .content-item .term table td:nth-child(3) {
  border-right: none;
}
.price-contents .container .content-item .term table td.short {
  background-color: #97B9C6;
  color: #fff;
}
.price-contents .container .content-item .term table td.middle {
  background-color: #67B5CB;
  color: #fff;
}
.price-contents .container .content-item .term table td.long {
  color: #fff;
  background-color: #22A1C4;
}
.price-contents .container .content-item .term table .bg-white {
  background-color: #fff;
}

/* ========================================
    プライバシーポリシー
 ========================================= */
.privacy {
  background-color: #FCFAF7;
}
.privacy .breadcrumb-box {
  width: 1220px;
  margin: 0 auto;
}
.privacy__title {
  text-align: center;
  color: #fff;
  height: 270px;
  background-image: url(../images/privacy/title.png);
  background-size: cover;
  margin-top: 38px;
  display: flex;
  align-items: center;
}
.privacy__title--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.privacy__title--inner h2 {
  font-size: 40px;
  z-index: 1;
  position: relative;
}
.privacy__title--inner p {
  font-size: 24px;
  z-index: 2;
  position: relative;
  text-align: left;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .privacy__title {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/privacy/title-sp.svg);
    aspect-ratio: 375/160;
    height: auto;
  }
  .privacy__title h2 {
    font-size: 30px;
    text-align: justify;
    line-height: 36px;
  }
  .privacy__title p {
    font-size: 12px;
    margin-left: 0;
  }
}
.privacy-contents {
  padding-top: 100px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .privacy-contents {
    padding-bottom: 0;
    padding-top: 0;
  }
  .privacy-contents hr.pc-none {
    display: block;
    margin: 0;
    color: #C7C7C7;
  }
  .privacy-contents .pc-none .breadcrumb {
    margin-top: 4px;
  }
}
.privacy-contents .container {
  width: 920px;
  margin: 0 auto;
  color: #1c1c1c;
}
.privacy-contents .container .content {
  padding-top: 54px;
  padding-bottom: 60px;
  padding-left: 55px;
  background-color: #fff;
  margin-bottom: 100px;
  padding-right: 60px;
  width: 920px;
}
.privacy-contents .container .content-title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .privacy-contents .container .content-title {
    margin-bottom: 24px;
  }
}
.privacy-contents .container .content-title .num {
  font-size: 80px;
  color: #22A1C4;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  margin-right: 30px;
}
.privacy-contents .container .content-title .ttl h3 {
  font-size: 40px;
  width: 680px;
}
.privacy-contents .container .content-title .ttl p.small-blue {
  color: #22A1C4;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .privacy-contents .container .content-title .ttl p.small-blue {
    font-size: 14px;
  }
}
@media screen and (max-width: 1240px) {
  .privacy-contents .container .content {
    width: 100%;
  }
  .privacy-contents .container .content .ttl h3 {
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    line-height: 1.1666666667;
    white-space: nowrap;
  }
}
.privacy-contents .container ul {
  margin-top: 40px;
  margin-bottom: 40px;
}
.privacy-contents .container li, .privacy-contents .container p {
  font-size: 16px;
  line-height: 32px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .privacy-contents .container li, .privacy-contents .container p {
    gap: 4px;
    line-height: 24px;
  }
}
.privacy-contents .container li .blue-circle, .privacy-contents .container p .blue-circle {
  color: #22A1C4;
  display: block;
}
.privacy-contents .container .inner__no1, .privacy-contents .container .inner__no2 {
  margin-bottom: 40px;
}
.privacy-contents .container .top-text {
  margin-bottom: 65px;
}
@media screen and (max-width: 1240px) {
  .privacy-contents .container {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .privacy-contents .container {
    min-width: 335px;
    padding: 40px 0 0;
    margin-bottom: 60px;
  }
  .privacy-contents .container ul {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .privacy-contents .container p {
    line-height: 24px;
  }
  .privacy-contents .container .top-text {
    margin: 0 auto 40px;
    width: 85%;
  }
  .privacy-contents .container .content-title {
    align-items: flex-start;
  }
  .privacy-contents .container .content-title .num {
    font-size: 40px;
    margin-right: 16px;
    line-height: 40px;
  }
  .privacy-contents .container .content {
    width: 100%;
    padding: 27px 24px;
    margin-bottom: 40px;
  }
}

/* ========================================
    よくある質問
 ========================================= */
.question {
  background-color: #FCFAF7;
}
.question .breadcrumb-box {
  width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .question-contents hr.pc-none {
    display: block;
    margin: 0;
    color: #C7C7C7;
  }
  .question-contents .pc-none .breadcrumb {
    margin-top: 4px;
  }
}
.question__title {
  text-align: center;
  color: #fff;
  height: 270px;
  background-image: url(../images/question/title.png);
  background-size: cover;
  margin-top: 38px;
  display: flex;
  align-items: center;
}
.question__title--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.question__title--inner h2 {
  font-size: 40px;
  z-index: 1;
  position: relative;
}
.question__title--inner p {
  font-size: 24px;
  z-index: 2;
  position: relative;
  text-align: left;
  font-weight: bold;
  font-family: "Red Hat Display", sans-serif;
}
@media screen and (max-width: 768px) {
  .question__title {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/question/title-sp.png);
    aspect-ratio: 375/160;
    height: auto;
  }
  .question__title h2 {
    font-size: 30px;
    text-align: justify;
  }
  .question__title p {
    font-size: 12px;
    margin-left: 0;
  }
}
.question .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .question .container {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.question .container .accordion {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .question .container .accordion {
    width: 90%;
  }
}
.question .container .accordion-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
  color: #2C373B;
}
@media screen and (max-width: 768px) {
  .question .container .accordion-item.sp-mb0 {
    margin-bottom: 0;
  }
}
.question .container .question {
  display: flex;
  align-items: center;
  background-color: white;
  font-size: 20px;
  cursor: pointer;
  padding: 16px;
  height: 80px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
}
@media screen and (max-width: 768px) {
  .question .container .question {
    padding: 13px 16px;
    height: auto;
    align-items: flex-start;
  }
}
.question .container .question::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  transition: rotate 0.3s, border-right 0.3s top 0.3s;
  border-bottom: 1px solid #22A1C4;
  border-right: 1px solid #22A1C4;
  display: inline-block;
  top: 50%;
  right: 26px;
}
@media screen and (max-width: 768px) {
  .question .container .question::before {
    right: 10px;
    width: 10px;
    height: 10px;
  }
}
.question .container .question:hover::before {
  transform: translateY(-50%) rotate(225deg);
}
.question .container .question .label {
  width: 48px;
  height: 48px;
  color: white;
  background-color: #E28939;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin-right: 24px;
  font-family: "Red Hat Display", sans-serif !important;
}
@media screen and (max-width: 768px) {
  .question .container .question .label {
    margin-right: 16px;
  }
}
.question .container .answer {
  display: none;
  font-size: 16px;
  line-height: 24px;
  padding: 16px;
  align-items: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background-color: white;
}
.question .container .answer .label {
  width: 48px;
  height: 48px;
  background-color: #22A1C4;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: auto;
  font-family: "Red Hat Display", sans-serif !important;
}
@media screen and (max-width: 768px) {
  .question .container .answer .label {
    margin-right: 0;
  }
}
.question .container .answer-container {
  display: flex;
  align-items: center;
}
.question .container .answer-container .answer-inner {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.question .container .answer-container p {
  width: calc(100% - 72px);
  margin-left: auto;
}
.question .container .answer-container p.flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .question .container .answer-container p {
    margin-left: 16px;
  }
}
.question .container .answer-container span.bold {
  font-weight: 500;
}
.question .container .answer-container span.flex {
  display: flex;
}
.question .container .answer-container span.flex span.sp-block {
  display: block;
}
.question .container .answer-container a.icon {
  position: relative;
  text-decoration: underline;
}
.question .container .answer-container a.icon::after {
  content: "";
  display: inline-block;
  background-image: url(../images/question/tab.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.question .container .answer-container a.new-tab {
  position: relative;
  text-decoration: underline;
}
.question .container .answer-container a.new-tab::after {
  content: "";
  display: inline-block;
  background-image: url(../images/question/url.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}

/* ========================================
    選ばれる理由
 ========================================= */
.reason {
  background-color: #FCFAF7;
}
.reason p {
  line-height: 24px;
}
.reason .breadcrumb-box {
  width: 1220px;
  margin: 0 auto;
}
.reason__title {
  text-align: center;
  color: #fff;
  height: 270px;
  background-image: url(../images/reason/title.png);
  background-size: cover;
  margin-top: 38px;
  display: flex;
  align-items: center;
}
.reason__title--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.reason__title--inner h2 {
  font-size: 40px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reason__title--inner h2 {
    font-size: 30px;
    display: block;
    text-align: left;
  }
}
.reason__title--inner p {
  font-size: 24px;
  z-index: 2;
  position: relative;
  text-align: left;
  font-weight: bold;
  font-family: "Red Hat Display", sans-serif;
}
@media screen and (max-width: 768px) {
  .reason__title--inner p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .reason__title {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/reason/title-sp.png);
    aspect-ratio: 375/160;
    height: auto;
  }
}
.reason-contents {
  padding-top: 100px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .reason-contents {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.reason-contents .container {
  max-width: 920px;
  width: 90%;
  margin: 0 auto;
  color: #1c1c1c;
}
@media screen and (max-width: 768px) {
  .reason-contents .container {
    width: 90%;
  }
}
.reason-contents .container .content {
  padding-top: 54px;
  padding-bottom: 60px;
  padding-left: 55px;
  background-color: #fff;
  margin-bottom: 100px;
  padding-right: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .reason-contents .container .content {
    padding: 24px 0;
    margin-bottom: 40px;
  }
  .reason-contents .container .content:nth-last-of-type(1) {
    margin-bottom: 60px;
  }
}
.reason-contents .container .content:nth-last-of-type(1) {
  margin-bottom: 60px;
}
.reason-contents .container .content-title {
  display: flex;
  align-items: center;
  margin-bottom: 41px;
}
@media screen and (max-width: 768px) {
  .reason-contents .container .content-title {
    width: 300px;
    margin: 0 auto 24px;
  }
}
.reason-contents .container .content-title .num {
  font-size: 80px;
  color: #22A1C4;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .reason-contents .container .content-title .num {
    font-size: 40px;
    margin-right: 11px;
    margin-bottom: auto;
    line-height: 45px;
  }
}
.reason-contents .container .content-title .ttl h3 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .reason-contents .container .content-title .ttl h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -1px;
    width: initial;
  }
  .reason-contents .container .content-title .ttl h3.content02 {
    min-width: 280px;
    letter-spacing: -1px;
  }
}
.reason-contents .container .content-title .ttl p.small-blue {
  color: #22A1C4;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .reason-contents .container .content-title .ttl p.small-blue {
    font-size: 14px;
  }
}
.reason-contents .container .content-item {
  display: flex;
  justify-content: space-between;
}
.reason-contents .container .content-item .right {
  max-width: 380px;
  width: 47%;
}
.reason-contents .container .content-item .left {
  max-width: 380px;
  width: 47%;
}
.reason-contents .container .content-item .left img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .reason-contents .container .content-item {
    display: block;
  }
  .reason-contents .container .content-item .right {
    width: 100%;
    width: 85%;
    margin: 0 auto;
  }
  .reason-contents .container .content-item .left {
    width: 85%;
    min-width: 287px;
    margin: 0 auto 24px;
  }
  .reason-contents .container .content-item .left img {
    width: 100%;
  }
}

/* ========================================
    おすすめの物件
 ========================================= */
/* おすすめの物件エリア */
.recommend {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 86px 0 0px;
}
@media screen and (max-width: 768px) {
  .recommend {
    padding: 60px 0 0px;
  }
}

.recommend_area {
  margin-top: 30px;
  background-color: #22A1C4;
  padding: 20px 0 45px;
}
@media screen and (max-width: 768px) {
  .recommend_area {
    padding: 12px 0 25px;
  }
}

.recommend_other {
  margin-top: 15px;
  background-color: #7B98A3;
  padding: 20px 0 45px;
}
@media screen and (max-width: 768px) {
  .recommend_other {
    padding: 12px 0 25px;
  }
}

.recommend__inner {
  position: relative;
}

.recommend__title-inner {
  position: relative;
}

.recommend__title {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
@media screen and (max-width: 1150px) {
  .recommend__title {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .recommend__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.recommend__title-main {
  color: #2C373B;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .recommend__title-main {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .recommend__title-main {
    font-size: 30px;
    line-height: 1.0666666667;
  }
}

.recommend__title-main-area {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .recommend__title-main-area {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .recommend__title-main-area {
    font-size: 24px;
    line-height: 1.0666666667;
  }
}

.recommend__title-main span {
  color: #2C373B;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .recommend__title-main span {
    font-size: 30px;
  }
}

.recommend__title-sub {
  color: #2C373B;
  font-size: 16px;
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .recommend__title-sub {
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  .recommend__title-sub {
    font-size: 12px;
    line-height: 2;
  }
}

.recommend__title {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
@media screen and (max-width: 1150px) {
  .recommend__title {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .recommend__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.recommend__title-main {
  color: #2C373B;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .recommend__title-main {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .recommend__title-main {
    font-size: 30px;
    line-height: 1.0666666667;
  }
}

.recommend__title-main span {
  color: #2C373B;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .recommend__title-main span {
    font-size: 30px;
  }
}

.recommend__title-sub {
  color: #2C373B;
  font-size: 16px;
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .recommend__title-sub {
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  .recommend__title-sub {
    font-size: 12px;
    line-height: 2;
  }
}

.recommend-swiper {
  margin-top: 15px;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .recommend-swiper {
    margin-top: 16px;
  }
}

.recommend-swiper__title-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recommend__cards {
  padding-bottom: 6px;
}

.recommend__card {
  padding-top: 22px;
  height: auto;
}

.recommend__card a {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-flex;
  flex-direction: column;
  padding-top: 38px;
  transition: opacity 0.3s;
  height: 100%;
  width: 100%;
  min-width: auto;
  position: relative;
}

.recommend__card a:hover {
  opacity: 0.9;
}

.recommend__card-copy {
  background-color: #2C373B;
  color: #FCFAF7;
  font-size: 14px;
  font-weight: 700;
  padding: 12px;
  position: absolute;
  width: auto;
  max-width: 92%;
  text-align: center;
  top: -22px;
  z-index: 2;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .recommend__card-copy {
    max-width: 90%;
    padding: 8px 16px;
  }
}

.recommend__card-info {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 500;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .recommend__card-info {
    font-size: 14px;
  }
}

.recommend__card-body {
  padding: 12px 24px 0;
}

.recommend__card-items {
  display: flex;
  border-top: 1px solid #B5C6CE;
  padding: 8px 0;
}

.recommend__card-info-title {
  color: #22A1C4;
  font-size: 14px;
  font-weight: 700;
  flex-basis: 64px;
}

.recommend__card-text {
  color: #1c1c1c;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 768px) {
  .recommend__card-text {
    font-size: 12px;
  }
}

.recommend__card-text span {
  font-size: 14px;
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
}

.recommend__card-text .price {
  font-size: 20px;
}

.recommend__card-text .bar {
  position: relative;
  margin-right: 8px;
}

.recommend__card-text .bar:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #1c1c1c;
  width: 4px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}

.recommend__card-img-wrap {
  margin-top: auto;
  margin-bottom: 8px;
}

.recommend__card-img-wrap img {
  aspect-ratio: 380/220;
  width: 100%;
  height: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  vertical-align: bottom;
}

.recommend_area .swiper-pagination,
.recommend_other .swiper-pagination {
  width: 56%;
  bottom: 20px;
  left: 18%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .recommend_area .swiper-pagination,
.recommend_other .swiper-pagination {
    display: none;
  }
}

.recommend_area .swiper-pagination .swiper-pagination-bullet {
  width: 12%;
  height: 2px;
  border-radius: initial;
  transition: 0.3s;
  background: #1A7690;
  margin: 0;
  opacity: 1;
}

.recommend_area .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.recommend_other .swiper-pagination .swiper-pagination-bullet {
  width: 12%;
  height: 2px;
  border-radius: initial;
  transition: 0.3s;
  background: #1A7690;
  margin: 0;
  opacity: 1;
}

.recommend_other .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.recommend-swiper__bottom {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recommend-swiper__bottom {
    margin-top: 15px;
  }
}

.recommend-swiper__button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 146px;
}

.recommend-swiper__button-prev.swiper-button-prev,
.recommend-swiper__button-next.swiper-button-next {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  top: 8px;
  left: 0;
  transition: transform 0.3s;
}

.recommend-swiper__button-prev.swiper-button-prev:hover,
.recommend-swiper__button-next.swiper-button-next:hover {
  transform: scale(1.3);
}

.recommend-swiper__button-wrap .swiper-button-prev::before,
.recommend-swiper__button-wrap .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
}

.recommend-swiper__button-wrap .swiper-button-prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.recommend-swiper__button-wrap .swiper-button-next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.recommend-swiper__button-wrap .swiper-button-prev::after,
.recommend-swiper__button-wrap .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 28px;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
}

.recommend-swiper__button-wrap .swiper-button-prev::after {
  left: 12px;
}

.recommend-swiper__button-wrap .swiper-button-next::after {
  right: 12px;
}

.recommend_area .swiper-pagination-extra {
  color: #fff;
  font-size: 14px;
  font-family: "Red Hat Display", sans-serif;
  margin-inline: 17px;
}

.recommend_other .swiper-pagination-extra {
  color: #fff;
  font-size: 14px;
  font-family: "Red Hat Display", sans-serif;
  margin-inline: 17px;
}

@media screen and (max-width: 768px) {
  .recommend__button-wrap .button {
    padding: 8px 10px;
    width: 130px;
    font-size: 14px;
  }
}

.swiper-Container {
  display: flex;
  overflow-x: scroll;
  width: 100%;
}
.swiper-Container::-webkit-scrollbar {
  display: none;
}

/* ========================================
    販売品/レンタル品
 ========================================= */
.sale {
  background-color: #FCFAF7;
}
.sale .breadcrumb-box {
  padding-inline: 25px;
  margin: 0 auto;
}
.sale .breadcrumb__inner {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sale .breadcrumb__inner .breadcrumb {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 1220px;
}
.sale__title {
  text-align: center;
  color: #fff;
  height: 270px;
  background-image: url(../images/sale/title.png);
  background-size: cover;
  margin-top: 38px;
  display: flex;
  align-items: center;
}
.sale__title--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sale__title--inner h2 {
  font-size: 40px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sale__title--inner h2 {
    font-size: 30px;
    display: block;
    text-align: left;
  }
}
.sale__title--inner p {
  font-size: 24px;
  z-index: 2;
  position: relative;
  text-align: left;
  font-weight: bold;
  margin-left: 10px;
  font-family: "Red Hat Display", sans-serif;
}
@media screen and (max-width: 768px) {
  .sale__title--inner p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sale__title {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/sale/title-sp.jpg);
    aspect-ratio: 375/160;
    height: auto;
  }
}
.sale-contents {
  padding-block: 100px;
}
@media screen and (max-width: 768px) {
  .sale-contents {
    padding-block: 40px 60px;
    padding-inline: 20px;
  }
}
.sale-contents .container {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  color: #1c1c1c;
}
.sale-contents .container .content {
  padding-top: 54px;
  padding-bottom: 60px;
  padding-left: 55px;
  background-color: #fff;
  margin-bottom: 100px;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .sale-contents .container .content {
    padding: 24px;
    margin-bottom: 40px;
  }
}
.sale-contents .container .content-title {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .sale-contents .container .content-title {
    align-items: flex-end;
  }
}
.sale-contents .container .content-title .num {
  font-size: 80px;
  color: #22A1C4;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .sale-contents .container .content-title .num {
    font-size: 40px;
    margin-right: 16px;
  }
}
.sale-contents .container .content-title .ttl h3 {
  color: #2C373B;
  font-size: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sale-contents .container .content-title .ttl h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.sale-contents .container .content-title .ttl p.small-blue {
  color: #22A1C4;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sale-contents .container .content-title .ttl p.small-blue {
    font-size: 14px;
  }
}
.sale-contents .container .content-list:nth-child(3n) {
  margin-top: 60px;
}
.sale-contents .container .content-list h3 {
  padding-left: 16px;
  font-size: 18px;
  border-left: 4px solid #22A1C4;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .sale-contents .container .content-list h3 {
    line-height: 1.3333333333;
    margin-bottom: 16px;
  }
}
.sale-contents .container .content-list .inner-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sale-contents .container .content-list .inner-list {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sale-contents .container .content-list .inner-list .left {
    width: 100%;
  }
}
.sale-contents .container .content-list .inner-list .left img {
  width: 100%;
  height: auto;
  aspect-ratio: 234/176;
  -o-object-fit: cover;
     object-fit: cover;
}
.sale-contents .container .content-list .inner-list .right {
  width: 66%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .sale-contents .container .content-list .inner-list .right {
    width: 100%;
  }
}
.sale-contents .container .content-list .inner-list .right .content-items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  margin: 0 auto;
  width: 100%;
  max-width: 534px;
}
@media screen and (max-width: 768px) {
  .sale-contents .container .content-list .inner-list .right .content-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.sale-contents .container .content-list .inner-list .right .content-items.w-medium {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sale-contents .container .content-list .inner-list .right .content-items.w-medium {
    gap: 0;
  }
}
.sale-contents .container .content-list .inner-list .right .content-items.w-wide {
  gap: 68px;
}
@media screen and (max-width: 768px) {
  .sale-contents .container .content-list .inner-list .right .content-items.w-wide {
    gap: 0;
  }
}
.sale-contents .container .content-list .inner-list .right .content-direction {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.sale-contents .container .content-list .inner-list .right .content-direction li {
  font-size: 14px;
  line-height: 1.7142857143;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sale-contents .container .content-list .inner-list .right .content-direction li {
    white-space: wrap;
  }
}
.sale-contents .container .content-list .inner-list .right .content-direction span {
  display: block;
}
@media screen and (max-width: 768px) {
  .sale-contents .container .content-list .inner-list .right .content-direction span {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
.sale-contents .container .content-list .inner-list .right .content-direction span.small {
  display: inline-block;
}
.sale-contents .container .content-list .inner-list .right .content-direction li.move-left {
  display: none;
}
@media screen and (max-width: 768px) {
  .sale-contents .container .content-list .inner-list .right .content-direction li.move-left {
    display: block;
    order: 100;
  }
}
.sale-contents .container .content-list .inner-list .right .content-direction li.move-right {
  display: none;
}
@media screen and (max-width: 768px) {
  .sale-contents .container .content-list .inner-list .right .content-direction li.move-right {
    display: block;
    order: -100;
  }
}
@media screen and (max-width: 768px) {
  .sale-contents .container .content-list .inner-list .right .center {
    display: none;
  }
}
.sale-contents .container .content-list .inner-list .right h4 {
  width: 100%;
  font-size: 16px;
  line-height: 27px;
  padding-left: 6px;
  color: #fff;
  background-color: #97B9C6;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .sale-contents .container .content-list .inner-list .right h4 {
    font-weight: normal;
  }
}
.sale-contents .container .content-list .inner-list .right ul {
  display: flex;
  flex-wrap: wrap;
}
.sale-contents .container .content-list .inner-list .right ul li {
  line-height: 24px;
  font-size: 14px;
}
.sale-contents .container .content-list .inner-list .right p {
  font-size: 14px;
  background-color: #fff;
  text-align: right;
}
.sale-contents .container .content-list .inner-list .right p .bold {
  font-weight: bold;
  font-size: 24px;
  font-family: "Red Hat Display", sans-serif;
  padding-left: 3px;
}
.sale-contents .container .content-list .note {
  margin-top: 1em;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .sale-contents .container .content-list .note {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .sale-contents .container .content-list .note .sp-block {
    display: block;
  }
}
.sale-contents .container .content:last-child {
  margin-bottom: 0;
}

.content-bg {
  background-color: #F4F1E9;
  padding-block: 100px;
}
@media screen and (max-width: 768px) {
  .content-bg {
    padding-block: 72px 60px;
  }
}
.content .content__inner {
  width: 100%;
  max-width: 840px;
  padding-inline: 20px;
  margin-inline: auto;
}
.content-title.pl {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .content-title.pl {
    align-items: flex-end;
    padding-left: 24px;
  }
}
.content-title.pl .num-primary {
  font-size: 80px;
  color: #E28939;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .content-title.pl .num-primary {
    font-size: 40px;
    margin-right: 16px;
  }
}
.content-title.pl .ttl h3 {
  color: #2C373B;
  font-size: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .content-title.pl .ttl h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.content-title.pl .ttl p.small-primary {
  color: #E28939;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
}
.content .content__cards {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .content .content__cards {
    flex-direction: column;
    gap: 40px;
  }
}
.content .content__card {
  background-color: #fff;
  padding: 40px;
  display: flex;
  width: calc((100% - 40px) / 3);
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .content .content__card {
    padding: 24px;
    width: auto;
  }
}
.content .content__card-title {
  min-height: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .content .content__card-title {
    min-height: 40px;
  }
}
.content .content__card-title h3 {
  color: #1c1c1c;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.1111111111;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .content .content__card-title h3 {
    line-height: 1.3333333333;
    margin-bottom: 16px;
  }
}
.content .content__card-title h3::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 26px;
  background-color: #E28939;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content .content__card-title h3 span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .content .content__card-title h3 span {
    display: inline-block;
  }
}
.content .content__card-image {
  width: 100%;
}
.content .content__card-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 160/120;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .content__card-body {
  padding-top: 8px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .content .content__card-body {
    padding-top: 16px;
  }
}
.content .content__card-body .content__card-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .content .content__card-body .content__card-list {
    gap: 10px;
  }
}
.content .content__card-body .content__card-box {
  color: #1c1c1c;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .content .content__card-body .content__card-box {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.content .content__card-body .content__card-price {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 500;
}
.content .content__card-body .content__card-price span {
  font-size: 24px;
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
  line-height: 0.8333333333;
}
@media screen and (max-width: 768px) {
  .content .content__card-body .content__card-price span {
    font-size: 20px;
    line-height: 1;
  }
}
.content .content__card-body .note {
  font-size: 12px;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .content .content__card-body .note {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .content .content__card-body .note .sp-block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sale-breadcrumb .breadcrumb {
    background-color: #F4F1E9;
  }
}

.search__title {
  text-align: center;
  color: #fff;
  height: 270px;
  background-image: url(../images/contents/title.png);
  background-size: cover;
  margin-top: 38px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .search__title {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/contents/title-sp.svg);
    aspect-ratio: 375/160;
    height: auto;
  }
}
.search__title--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.search__title--inner h2 {
  font-size: 40px;
  z-index: 1;
  position: relative;
}
.search__title--inner p {
  font-size: 24px;
  z-index: 2;
  position: relative;
  text-align: left;
  font-weight: bold;
  font-family: "Red Hat Display", sans-serif;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .search__title--inner h2 {
    font-size: 30px;
    text-align: justify;
  }
  .search__title--inner p {
    font-size: 12px;
  }
}
.search .container {
  background-color: #FCFAF7;
}
.search .container .inner {
  display: flex;
  gap: 58px;
}
.search .container .inner .search-part hr {
  border: none;
  border-top: 1px solid #333;
  color: #333;
  overflow: visible;
  text-align: center;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .search .container .inner {
    display: block;
    padding: 0;
    padding-bottom: 40px;
  }
}

.sidebar-topics {
  position: -webkit-sticky;
  position: sticky;
  top: 100px; /* 画面上から20pxの位置で固定 */
  right: 0;
  width: 298px;
  margin-top: 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .sidebar-topics {
    width: 90%;
    margin: 0 auto 60px;
  }
}
.sidebar-topics-ttl {
  color: #fff;
  background-color: #22A1C4;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  padding-left: 16px;
}
.sidebar-topics-list {
  border-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.sidebar-topics-list ul {
  background-color: #fff;
  padding-bottom: 10px;
}
.sidebar-topics-list ul li {
  background-color: #fff;
  padding: 10px;
  padding-left: 23px;
  padding-right: 23px;
  border-bottom: 1px solid #F4F1E9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 85%;
  margin: 0 auto;
}
.sidebar-topics-list ul li:nth-last-of-type(1) {
  border-bottom: none !important;
}
.sidebar-topics-list ul li span {
  position: relative;
  margin-right: 16px;
}
.sidebar-topics-list ul li span::before {
  content: "-";
  width: 5px;
  height: 23px;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 100;
  color: #22A1C4;
}
.sidebar-topics-keyword {
  padding: 16px;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 768px) {
  .sidebar-topics-keyword {
    padding: 16px 0;
  }
}
.sidebar-topics-keyword form {
  width: 260px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .sidebar-topics-keyword form {
    width: 85%;
  }
}
.sidebar-topics-keyword form input[type=search] {
  border: 1px solid #B9B9B9;
  border-radius: 2px;
  width: calc(100% - 94px);
  padding: 8px 10px;
}
.sidebar-topics-keyword form input[type=submit] {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 94px;
  padding: 0px 0px;
  border: 0px solid #fff;
  box-sizing: border-box;
  background-color: #f0841a;
  display: inline-block;
  transition: 0.3s;
  height: 42px;
  margin-left: -1.3%;
}

.sidebar-search .pc-none hr {
  border: 1px solid #C7C7C7;
  margin: 0;
}
.sidebar-search .sidebar-topics {
  position: -webkit-sticky;
  position: sticky;
  top: 100px; /* 画面上から20pxの位置で固定 */
  right: 0;
  width: 298px;
  margin-top: 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .sidebar-search .sidebar-topics {
    width: 90%;
    margin: 0 auto 60px;
  }
}
.sidebar-search .sidebar-topics-ttl {
  color: #fff;
  background-color: #22A1C4;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  padding-left: 16px;
}
.sidebar-search .sidebar-topics-list {
  border-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.sidebar-search .sidebar-topics-list ul {
  background-color: #fff;
}
.sidebar-search .sidebar-topics-list ul li {
  background-color: #fff;
  padding: 10px;
  padding-left: 23px;
  padding-right: 23px;
  border-bottom: 1px solid #F4F1E9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar-search .sidebar-topics-list ul li span {
  position: relative;
  margin-right: 16px;
}
.sidebar-search .sidebar-topics-list ul li span::before {
  content: "-";
  width: 5px;
  height: 23px;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 100;
  color: #22A1C4;
}
.sidebar-search .sidebar-topics-keyword {
  padding: 16px 0;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.sidebar-search .sidebar-topics-keyword form {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .sidebar-search .sidebar-topics-keyword form {
    width: 85%;
  }
}
.sidebar-search .sidebar-topics-keyword form input[type=search] {
  border: 1px solid #B9B9B9;
  border-radius: 2px;
  width: calc(100% - 94px);
  padding: 8px 10px;
}

button.search-button {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 94px;
  padding: 0px 0px;
  border: 0px solid #fff;
  box-sizing: border-box;
  background-color: #f0841a;
  display: inline-block;
  transition: 0.3s;
  height: 42px;
  margin-left: -1.3%;
  align-items: center;
  display: flex;
  justify-content: center;
}
button.search-button span {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 400;
}
button.search-button img {
  display: inline-block;
  width: 20px;
}

.search-ul {
  max-width: 680px;
  margin: 0 auto;
}

.search-content {
  margin-top: 100px;
}

.search .search-topics {
  background-color: #FCFAF7;
  padding-block: 100px;
}
.search .search-topics .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 92px 0 0;
}
.search .search-topics .pagination-btn, .search .search-topics .pagination-dots {
  display: inline-block;
  padding: 0;
  border: 1px solid #97B9C6 !important;
  /* border-radius: 5px; */
  text-decoration: none;
  color: #97B9C6;
  transition: background 0.3s;
  width: 24px;
  height: 24px;
  font-size: 14px;
  text-align: center;
}
.search .search-topics .pagination-btn.next-page, .search .search-topics .pagination-btn.prev-page, .search .search-topics .pagination-dots.next-page, .search .search-topics .pagination-dots.prev-page {
  border: none;
}
.search .search-topics .pagination-btn.next-page.double-arrow, .search .search-topics .pagination-btn.prev-page.double-arrow, .search .search-topics .pagination-dots.next-page.double-arrow, .search .search-topics .pagination-dots.prev-page.double-arrow {
  font-size: 20px;
  line-height: 20px;
}
.search .search-topics .current-page {
  background: #22A1C4;
  color: white;
  border: 1px solid #22A1C4;
}
.search .search-topics .pagination-dots {
  border: none;
  color: #999;
}
@media screen and (max-width: 768px) {
  .search .search-topics {
    padding-bottom: 60px;
  }
  .search .search-topics .pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 60px;
    align-items: center;
  }
  .search .search-topics .pagination .page-count {
    color: #22A1C4;
    margin-left: auto;
    margin-right: auto;
  }
  .search .search-topics .pagination .single-arrow, .search .search-topics .pagination .double-arrow {
    position: relative;
  }
  .search .search-topics .pagination .prev-page.single-arrow::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #22A1C4;
    border-right: solid 1px #22A1C4;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .search .search-topics .pagination .single-arrow::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #22A1C4;
    border-right: solid 1px #22A1C4;
    transform: translate(-50%, -50%) rotate(225deg);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .search .search-topics .pagination .first-page.double-arrow::before,
.search .search-topics .pagination .first-page.double-arrow::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #22A1C4;
    border-right: solid 1px #22A1C4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .search .search-topics .pagination .last-page.double-arrow::before,
.search .search-topics .pagination .last-page.double-arrow::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #22A1C4;
    border-right: solid 1px #22A1C4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(225deg);
  }
  .search .search-topics .pagination .first-page.double-arrow::after,
.search .search-topics .pagination .last-page.double-arrow::after {
    left: calc(50% + 6px); /* 2つ目の矢印を右側にずらす */
  }
  .search .search-topics .pagination-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #FCFAF7;
    color: #22A1C4; /* 矢印の色を変更 */
    text-decoration: none;
    font-size: 8px;
    border: 1px solid #97B9C6; /* 四角の線の色を変更 */
    transition: background-color 0.3s;
  }
  .search .search-topics .pagination-btn:hover {
    background-color: #ddd;
  }
  .search .search-topics .pagination-btn.first-page,
.search .search-topics .pagination-btn.last-page {
    font-size: 16px;
  }
  .search .search-topics .pagination-btn.prev-page,
.search .search-topics .pagination-btn.next-page {
    font-size: 20px;
  }
}
.search .search-topics__inner {
  width: 870px;
  max-width: 870px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .search .search-topics__inner {
    width: 100%;
  }
}
.search .search-topics__tab-box {
  position: relative;
  height: 53px;
}
@media screen and (max-width: 768px) {
  .search .search-topics__tab-box {
    margin: 0 calc(50% - 50vw);
  }
}
.search .search-topics__tab-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
}
.search .search-topics__tab-list::before, .search .search-topics__tab-list::after {
  content: "";
  border-bottom: 2px solid #1c1c1c;
  flex: 1;
  margin-top: auto;
}
.search .search-topics__tab-item {
  color: #1c1c1c;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
}
@media screen and (max-width: 768px) {
  .search .search-topics__tab-item {
    width: 33.333%;
  }
}
.search .search-topics__tab-item[aria-selected=true] {
  border-radius: 10px 10px 0 0;
  pointer-events: none;
  border-left: 2px solid #1c1c1c;
  border-top: 2px solid #1c1c1c;
  border-right: 2px solid #1c1c1c;
}
@media screen and (max-width: 768px) {
  .search #tab1.search-topics__tab-item[aria-selected=true] {
    border-left: none;
    border-radius: 0 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .search #tab3.search-topics__tab-item[aria-selected=true] {
    border-right: none;
    border-radius: 10px 0 0 0;
  }
}
@media screen and (max-width: 400px) {
  .search .search-topics__tab-item.first-item[aria-selected=true] {
    border-left: none;
    border-radius: 0 20px 0 0;
  }
}
.search .search-topics__tab-item[aria-selected=false] {
  transition: color 0.3s;
  border-bottom: 2px solid #1c1c1c;
  pointer-events: auto;
  cursor: pointer;
}
.search #tab1.search-topics__tab-item[aria-selected=false]:hover {
  color: #e28939;
  pointer-events: auto;
  cursor: pointer;
}
.search #tab2.search-topics__tab-item[aria-selected=false]:hover {
  color: #EABD02;
  pointer-events: auto;
  cursor: pointer;
}
.search #tab3.search-topics__tab-item[aria-selected=false]:hover {
  color: #98B9C6;
  pointer-events: auto;
  cursor: pointer;
}
.search .search-topics__tab-search {
  margin-top: 46px;
  width: 78%;
  max-width: 680px;
  margin-inline: auto;
}
.search .fade-up {
  -webkit-animation: fadeUp 0.6s ease-out forwards;
          animation: fadeUp 0.6s ease-out forwards;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.search .search-topics__tab-content ul {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.search .search-topics__tab-content-item a {
  display: block;
  transition: background-color 0.3s;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .search .search-topics__tab-content-item a {
    width: 100%;
  }
}
.search .search-topics__tab-content-top {
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .search .search-topics__tab-content-top {
    flex-flow: wrap;
    justify-content: initial;
  }
}
.search .search-topics__tab-content-top .inner-top {
  display: flex;
}
.search .search-topics__tab-content-top .showmore {
  display: flex;
  justify-content: center;
}
.search .search-topics__tab-content-top .button--gray {
  margin: 24px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.search .search-topics__tab-content-item .tag {
  display: block;
  font-weight: 700;
  color: #1c1c1c;
  width: 60px;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  padding: 2px 0;
  word-wrap: break-word;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .search .search-topics__tab-content-item .tag {
    width: initial;
    min-width: 60px;
    max-width: 160px;
    padding: 2px 4px;
  }
}
.search span.tag-blog {
  background-color: #97b9c6;
  display: inline-block;
}
.search span.tag-blog:hover {
  background-color: #97b9c6;
  display: inline-block;
}
.search .search-topics__tab-content-item time {
  color: #1c1c1c;
  font-size: 20px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  width: 90px;
  margin-left: 8px;
}
.search .search-topics__tab-content-text {
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  width: 100%;
  padding-right: 30px;
  margin-bottom: 8px;
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .search .search-topics__tab-content-text {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.search .search-excerpt p, .search a {
  font-size: 16px;
  color: #1c1c1c;
}
.search .search-topics__button-wrap {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .search .search-topics__button-wrap {
    margin-top: 32px;
  }
}
.search span.tag-topics {
  background-color: #eabd00;
  display: inline-block;
}
.search span.tag-blog {
  background-color: #97b9c6;
  display: inline-block;
}

.searchTopic__hit-result {
  margin-top: -46px;
  background-color: #fff;
  max-width: 868px;
  padding: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 66px;
}
@media screen and (max-width: 768px) {
  .searchTopic__hit-result {
    display: block;
    padding: 18px;
  }
}
.searchTopic__hit-result .result {
  font-size: 18px;
}
.searchTopic__hit-result .hit-num {
  font-size: 32px;
  font-weight: bold;
  color: #22A1C4;
}

.searchTopic__no-result {
  margin-top: -46px;
  background-color: #fff;
  max-width: 868px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .searchTopic__no-result {
    padding: 18px;
  }
}
.searchTopic__no-result p {
  margin-bottom: 24px;
}
.searchTopic__no-result p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.searchTopic__no-result p span.under-line {
  color: #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}
.searchTopic__no-result p.result-num {
  font-size: 18px;
}

.sp-nav {
  background-color: rgba(44, 55, 59, 0.9);
  display: none;
  width: 100%;
  max-height: 485px;
  height: 485px;
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  z-index: 999;
  overflow-y: auto;
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .sp-nav {
    top: 46px;
  }
}

.sp-nav__box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-nav__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sp-nav__items--top {
  border-bottom: 1px solid #fff;
  padding-bottom: 24px;
  gap: 12px;
}

.sp-nav__items--bottom {
  margin-top: 24px;
}

.sp-nav__item {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.sp-nav__item a {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 500;
}

.sp-nav__item--sub-menu:first-child {
  margin-top: 20px;
}

.sp-nav__item--sub-menu a {
  font-size: 16px;
}

.sp-nav__item--sub-menu span {
  color: #2BA1C4;
}

.top-topics {
  background-color: #FCFAF7;
  padding-block: 100px;
}
@media screen and (max-width: 768px) {
  .top-topics {
    padding-block: 60px;
  }
}

.top-topics__inner {
  width: 100%;
  padding-inline: 20px;
  max-width: 940px;
  margin-inline: auto;
}

.top-topics__tab-box {
  position: relative;
  height: 53px;
}
@media screen and (max-width: 768px) {
  .top-topics__tab-box {
    margin: 0 calc(50% - 50vw);
  }
}

.top-topics__tab-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
}
.top-topics__tab-list::before, .top-topics__tab-list::after {
  content: "";
  border-bottom: 2px solid #1c1c1c;
  flex: 1;
  margin-top: auto;
}

.top-topics__tab-item {
  color: #1c1c1c;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
}
@media screen and (max-width: 768px) {
  .top-topics__tab-item {
    width: 33.333%;
  }
}

.top-topics__tab-item[aria-selected=true] {
  border-radius: 10px 10px 0 0;
  pointer-events: none;
  border-left: 2px solid #1c1c1c;
  border-top: 2px solid #1c1c1c;
  border-right: 2px solid #1c1c1c;
}

@media screen and (max-width: 768px) {
  #tab1.top-topics__tab-item[aria-selected=true] {
    border-left: none;
    border-radius: 0 10px 0 0;
  }
}

@media screen and (max-width: 768px) {
  #tab3.top-topics__tab-item[aria-selected=true] {
    border-right: none;
    border-radius: 10px 0 0 0;
  }
}

@media screen and (max-width: 400px) {
  .top-topics__tab-item.first-item[aria-selected=true] {
    border-left: none;
    border-radius: 0 20px 0 0;
  }
}

.top-topics__tab-item[aria-selected=false] {
  transition: color 0.3s;
  border-bottom: 2px solid #1c1c1c;
}

#tab1.top-topics__tab-item[aria-selected=false]:hover {
  color: #e28939;
}

#tab2.top-topics__tab-item[aria-selected=false]:hover {
  color: #EABD02;
}

#tab3.top-topics__tab-item[aria-selected=false]:hover {
  color: #98B9C6;
}

.top-topics__tab-contents {
  margin-top: 46px;
  width: min(763px, 100%);
  margin-inline: auto;
}

.top-topics__tab-content-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  translate: 0 20px;
  transition: opacity 0.3s ease, translate 0.3s ease;
}

.top-topics__tab-content-wrap.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
}

.top-topics__tab-content ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.top-topics__tab-content-item:hover {
  background-color: #f4f1e9;
}

.top-topics__tab-content-item a {
  display: block;
  transition: background-color 0.3s;
  width: calc(100% - 182px);
}
@media screen and (max-width: 768px) {
  .top-topics__tab-content-item a {
    width: 100%;
  }
}

.top-topics__tab-content-top {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-topics__tab-content-top {
    flex-flow: wrap;
    justify-content: initial;
  }
}

.top-topics__tab-content-item .tag {
  display: block;
  font-weight: 700;
  color: #1c1c1c;
  width: 60px;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  padding: 2px 0;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .top-topics__tab-content-item .tag {
    width: initial;
    min-width: 60px;
    max-width: 160px;
    padding: 2px 4px;
  }
}

span.tag-blog {
  background-color: #97b9c6;
  display: inline-block;
}
span.tag-blog:hover {
  background-color: #97b9c6;
  display: inline-block;
}

.top-topics__tab-content-item time {
  color: #1c1c1c;
  font-size: 16px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  width: 90px;
}

.top-topics__tab-content-text {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 30px;
}

.top-topics__tab-content-text::before {
  content: "";
  cursor: pointer;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #22A1C4;
  border-right: 2px solid #22A1C4;
  display: inline-block;
  top: 50%;
  right: 4px;
}

.top-topics__button-wrap {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .top-topics__button-wrap {
    margin-top: 32px;
  }
}

span.tag-topics {
  background-color: #eabd00;
  display: inline-block;
}

span.tag-blog {
  background-color: #97b9c6;
  display: inline-block;
}

.search-results {
  background-color: #FCFAF7;
}
.search-results .breadcrumb-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.search-results .breadcrumb-box .breadcrumb__inner {
  height: 24px;
}
@media screen and (max-width: 768px) {
  .search-results .breadcrumb-box .breadcrumb__inner {
    height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .search-results .breadcrumb-box {
    display: none;
  }
  .search-results .breadcrumb-box.sp-block {
    display: block;
  }
}
.search-results .breadcrumb-box .sp-block {
  display: none;
}
.search-results .container .inner {
  display: flex;
  gap: 58px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .search-results .container .inner {
    display: block;
    padding: 0;
    padding-bottom: 40px;
  }
}
.search-results .container .inner hr {
  border: none;
  border-top: 1px solid #333;
  color: #333;
  overflow: visible;
  text-align: center;
  width: 100%;
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}

.u-desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

.u-desktop-inline {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-desktop-inline {
    display: none;
  }
}

.u-desktop.flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-desktop.flex {
    display: none;
  }
}

.u-medium {
  display: none;
}
@media screen and (max-width: 1240px) {
  .u-medium {
    display: block;
  }
}

.u-ll {
  display: block;
}
@media screen and (max-width: 1240px) {
  .u-ll {
    display: none;
  }
}

.u-lg {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-lg {
    display: block;
  }
}

.u-d900 {
  display: block;
}
@media screen and (max-width: 900px) {
  .u-d900 {
    display: none;
  }
}

.u-900 {
  display: none;
}
@media screen and (max-width: 900px) {
  .u-900 {
    display: block;
  }
}

/* ========================================
    お客様の声
 ========================================= */
main.voice-main {
  background-color: #FCFAF7;
}

.voice__sp.pc-none {
  display: none;
}
.voice__title {
  text-align: center;
  color: #fff;
  height: 270px;
  position: relative;
  background-image: url(../images/voice/title.png);
  margin-top: 38px;
  display: flex;
  align-items: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .voice__title {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/voice/title-sp.svg);
    aspect-ratio: 375/160;
    height: auto;
    padding: 0;
  }
}
.voice__title--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.voice__title--inner h2 {
  font-size: 40px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .voice__title--inner h2 {
    font-size: 30px;
    text-align: justify;
  }
}
.voice__title--inner p {
  font-size: 24px;
  z-index: 2;
  position: relative;
  text-align: left;
  font-weight: bold;
  margin-left: 10px;
  font-family: "Red Hat Display", sans-serif;
}
@media screen and (max-width: 768px) {
  .voice__title--inner p {
    font-size: 12px;
  }
}
.voice__q {
  padding-left: 146px;
  padding-right: 146px;
  padding-top: 16px;
  background-color: #fff;
  width: 1220px;
  margin: 0 auto;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%); /* 中央に配置 */
  right: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  height: 80px;
  display: flex;
  justify-content: space-between;
}
.voice__q p {
  font-size: 20px;
}
.voice__qt {
  display: inline-block;
  background-color: #E28939;
  color: #fff;
  font-size: 24px;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  margin-right: 24px;
  font-family: "Red Hat Display", sans-serif;
}
.voice__at {
  color: #fff;
  background-color: #22A1C4;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  font-size: 24px;
  text-align: center;
  font-family: "Red Hat Display", sans-serif;
}
.voice__upper {
  background-color: #F4F1E9;
  padding-top: 80px;
  padding-bottom: 120px;
}
.voice__upper__up {
  background-color: #FCFAF8;
  height: 140px;
  position: relative;
}
.voice__items {
  display: flex;
  margin: 0 auto 40px;
  justify-content: space-between;
  width: 1220px;
}
.voice__items:nth-last-of-type(1) {
  margin-bottom: 0;
}
.voice__item {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background-color: #fff;
  width: 380px;
  padding: 40px;
}
.voice__item--inner {
  display: flex;
  margin-bottom: 32px;
  justify-content: center;
  gap: 8px;
}
.voice__item--inner-image {
  width: 100px;
}
.voice__item--inner-image img {
  width: 100%;
}
.voice__item--inner-text {
  align-self: flex-end;
}
.voice__item--answer {
  width: 300px;
  margin: 0 auto;
}
.voice__item--answer01 {
  display: flex;
  gap: 24px;
}
.voice__item--answer01 p {
  max-width: 228px;
}
.voice__item--answer02 {
  margin-top: 32px;
  display: flex;
  gap: 24px;
}
.voice__item--answer02 p {
  max-width: 228px;
}
@media screen and (max-width: 768px) {
  .voice.sp-none, .voice .sp-none {
    display: none;
  }
  .voice__sp--inner {
    background-color: #F4F1E9;
    padding-bottom: 20px;
    padding-top: 65px;
  }
  .voice__sp--inner-upper {
    height: 80px;
    position: relative;
    background-color: #FCFAF8;
  }
  .voice__sp.pc-none {
    display: block;
    padding-bottom: 40px;
    background: #FCFAF8;
  }
  .voice__sp.pc-none hr {
    margin-top: 54px;
  }
  .voice__sp .container {
    width: 90%;
    margin: 0 auto;
  }
  .voice__sp--answer {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    padding: 16px 20px 0;
    background-color: #fff;
    display: flex;
  }
  .voice__sp--answer .left {
    margin-right: 26px;
  }
  .voice__sp--answer .right {
    width: 100%;
  }
  .voice__sp--answer .right .answer {
    border-bottom: 1px solid #DDDBD6;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .voice__sp--answer .right .answer:nth-of-type(1) {
    padding-top: 0;
  }
  .voice__sp--answer .right .answer:nth-of-type(3) {
    padding-bottom: 16px;
  }
  .voice__sp--answer .right .answer:nth-of-type(6) {
    border-bottom: none;
    padding-bottom: 16px;
  }
  .voice__sp--answer .right .answer .image {
    min-width: 120px;
    display: flex;
    margin-bottom: 8px;
    align-items: center;
  }
  .voice__sp--answer .right .answer .image p {
    border-bottom: none;
    margin-bottom: 0;
    font-size: 12px;
  }
  .voice__sp--answer .right .answer .image p .small {
    font-size: 10px;
  }
  .voice__sp--answer .right .answer .image img {
    width: 56px;
    margin-right: 6px;
  }
  .voice__sp__q {
    font-size: 20px;
    line-height: 24px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    padding: 16px;
    margin-bottom: 24px;
    background-color: #fff;
    display: flex;
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    /* right: 50%; */
    width: 90%;
  }
  .voice__sp__q .right {
    display: flex;
    align-items: center;
  }
  .voice__sp__qt {
    display: inline-block;
    background-color: #E28939;
    color: #fff;
    font-size: 24px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    margin-right: 24px;
    font-family: "Red Hat Display", sans-serif;
  }
  .voice__sp__a {
    font-size: 20px;
    line-height: 24px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    padding: 16px;
    background-color: #fff;
  }
  .voice__sp__at {
    display: inline-block;
    background-color: #22A1C4;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 48px;
    margin-right: 24px;
    font-family: "Red Hat Display", sans-serif;
  }
}

/* ========================================
    物件検索ページ（物件一覧）
 ========================================= */
main.pref-main {
  background-color: #FCFAF7;
}

.monthly__breadcrumb {
  background-color: #fcfaf7;
  padding-top: 8px;
}

.monthly {
  background-color: #fcfaf7;
}

.monthly__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 1260px;
  padding-inline: 20px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .monthly__inner {
    padding-bottom: 0;
    max-width: 600px;
    display: block;
    margin-bottom: 60px;
    padding-inline: 0;
    min-width: 335px;
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .inner.monthly__inner {
    padding: 0;
  }
}

.monthly__container {
  margin-top: 74px;
  width: 74%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .monthly__container {
    width: 100%;
    margin-top: 36px;
  }
}

.monthly__title {
  color: #2C373B;
  font-size: 24px;
  font-weight: bold;
  border: 2px solid #2C373B;
  padding: 10px 16px 10px 50px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .monthly__title span {
    display: block;
    font-size: 22px;
  }
}

.monthly__title::before {
  content: "";
  position: absolute;
  background-image: url(../images/monthly/m-title.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 19px;
  height: 11px;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .monthly__title::before {
    top: 28px;
  }
}

.monthly__contents {
  background-color: #fff;
  padding-block: 20px 40px;
  padding-inline: 38px;
}
@media screen and (max-width: 768px) {
  .monthly__contents {
    padding-inline: 0;
    background-color: #fcfaf7;
    padding-block: 0px;
  }
}

.monthly__contents--block {
  padding-block: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .monthly__contents--block {
    background-color: #fff;
    gap: 16px;
    margin-top: 24px;
    padding-block: 16px 24px;
    padding-inline: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.monthly__contents--block.no-result {
  margin-bottom: 60px;
}

.monthly__contents-text {
  color: #2C373B;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .monthly__contents-text {
    font-size: 14px;
  }
}

.monthly__contents-text a {
  border-bottom: 1px solid #2C373B;
  color: #2C373B;
  transition: opacity 0.3s;
}

.monthly__contents-text a:hover {
  opacity: 0.7;
}

.monthly__no-search-box {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .monthly__no-search-box {
    margin-top: 16px;
    display: flex;
    flex-direction: column-reverse;
  }
}

.monthly__page-box--no-search {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .monthly__page-box--no-search {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .monthly__page {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.monthly__page-result {
  color: #2C373B;
  font: normal normal medium 18px/24px Zen Kaku Gothic Antique;
}

.monthly__total {
  font: normal normal bold 32px/24px Zen Kaku Gothic Antique;
  color: #22A1C4;
}

.monthly__order-select {
  position: relative;
  width: 136px;
  border: 1px solid #97B9C6;
  border-radius: 2px;
  background-color: #fff;
  padding: 10px 12px;
  cursor: pointer;
}

.monthly__order-select::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 12px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #2C373B;
  border-bottom: 0;
  pointer-events: none;
}

.selected {
  color: #2C373B;
  font-size: 12px;
  font-weight: 500;
}

.select-options {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #97B9C6;
  border-radius: 2px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
}

.select-options::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #2C373B;
  border-bottom: 0;
  pointer-events: none;
}

.select-options li {
  font-size: 10px;
  padding: 8px 12px;
  cursor: pointer;
}

.selected-option {
  font-weight: 700;
}

.monthly__order {
  margin-top: 16px;
  border-top: 2px solid #97B9C6;
  border-bottom: 2px solid #97B9C6;
  padding-block: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .monthly__order {
    display: none;
  }
}

.monthly__order-item {
  font-size: 12px;
  font-weight: 500;
  transition: opacity 0.3s;
  position: relative;
}

.monthly__order-item::before {
  content: "";
  position: absolute;
  background-color: #2C373B;
  width: 1px;
  height: 12px;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.monthly__order-item:first-child::before {
  display: none;
}

.monthly__order-item.is-show {
  font-weight: 700;
}

.monthly__order-item:hover {
  opacity: 0.7;
}

.monthly__left .monthly__order-item {
  border-bottom: 1px solid transparent;
  display: inline-block;
  transition: border-bottom 0.3s;
}

.monthly__left .monthly__order-item:hover {
  border-bottom: 1px solid #2C373B;
  opacity: 1;
}

.monthly__left .monthly__order-item.is-show:hover {
  border-bottom: 1px solid transparent;
}

.monthly__wrap {
  margin-top: 24px;
}

.monthly__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.monthly__item {
  border: 1px solid #2C373B;
  border-radius: 2px;
  padding-block: 32px;
  padding-inline: 38px;
}
@media screen and (max-width: 768px) {
  .monthly__item {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding-block: 16px 20px;
    padding-inline: 20px;
  }
}

.monthly__top {
  border-bottom: 1px solid #1c1c1c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}

.monthly__name {
  color: #2C373B;
  font: normal normal bold 20px/24px Zen Kaku Gothic Antique;
}

.monthly__favorite {
  aspect-ratio: 40/40;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-image: url(../images/monthly/favorite-b.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image 0.3s;
}

.monthly__favorite:hover {
  background-image: url(../images/monthly/favorite-o.png);
}

.monthly__favorite.js-click {
  background-image: url(../images/monthly/favorite-o.png);
}

.monthly__favorite img {
  aspect-ratio: 40/40;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.monthly__modal {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2C373B;
  border-radius: 4px;
  box-sizing: content-box;
  padding: 20px;
  z-index: 1000;
  width: 100%;
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .monthly__modal {
    font-size: 14px;
    max-width: 253px;
    box-sizing: border-box;
    background: rgba(44, 55, 59, 0.8);
    width: 67%;
  }
}

.monthly__modal::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../images/monthly/m-none.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  z-index: 888;
  top: 12px;
  right: 12px;
}

.monthly__modal.js-click {
  display: block;
}

.monthly__modal p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.monthly__modal span {
  display: inline-block;
  background-image: url(../images/monthly/m-info.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 26px;
}

.monthly__campaign {
  background-color: #FCFAF7;
  margin-top: 24px;
  border-top: 4px solid #E28939;
  border-bottom: 4px solid #E28939;
  padding-block: 12px 20px;
  padding-inline: 24px;
}
@media screen and (max-width: 768px) {
  .monthly__campaign {
    padding-inline: 14px;
    padding-block: 10px 20px;
    margin-top: 16px;
  }
}

.monthly__campaign__title {
  font: normal normal bold 20px/20px Zen Kaku Gothic Antique;
  color: #E28939;
}

.monthly__campaign__title span {
  margin-left: 8px;
  font: normal normal bold 12px/20px Red Hat Display;
}

.monthly__campaign-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  overflow: hidden;
  gap: 8px;
}

.monthly__campaign-item a {
  background-color: #F4F1E9;
  border-bottom: 1px solid #E28939;
  color: #2C373B;
  display: block;
  font-size: 14px;
  font: normal normal 500 14px/24px "Zen Kaku Gothic Antique", sans-serif;
  padding: 4px 6px 4px;
  transition: background-color 0.3s, color 0.3s;
}

.monthly__campaign-item a:hover {
  background-color: #fff;
  color: #E28939;
}

.monthly__campaign-item a span {
  display: inline-block;
  background-image: url(../images/monthly/tab.png);
  background-size: cover;
  width: 12px;
  height: 9px;
  aspect-ratio: 12/9;
  margin-left: 6px;
  transition: background-image 0.3s;
}

.monthly__campaign-item a:hover span {
  background-image: url(../images/monthly/tab-orange.png);
}

.monthly__info {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .monthly__info {
    flex-direction: column;
    gap: 14px;
  }
}

.monthly__info-left {
  width: 47%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .monthly__info-left {
    width: 100%;
  }
}

.monthly__image-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

.monthly__image-wrap figure {
  flex: 1;
}

.monthly__image-wrap img {
  aspect-ratio: 171/157;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
  height: auto;
}

.monthly__condition {
  margin-top: 16px;
}

.monthly__condition-list {
  display: grid;
  -moz-column-gap: 6px;
       column-gap: 6px;
  row-gap: 8px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(7, auto);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .monthly__condition-list {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 8px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}

.monthly__condition-item {
  background-color: #DCE8ED;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px;
  color: #556369;
  font-size: 12px;
  font: normal normal medium 12px/30px Zen Kaku Gothic Antique;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .monthly__condition-item {
    flex-direction: column;
    font-size: 10px;
    background-color: #fff;
    border-radius: 0px;
    padding: 0;
    text-align: center;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .monthly__condition-item:nth-child(3) {
    order: 1;
  }
}

@media screen and (max-width: 768px) {
  .monthly__condition-item:nth-child(6) {
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .monthly__condition-item:nth-child(9) {
    order: 3;
  }
}

@media screen and (max-width: 768px) {
  .monthly__condition-item:nth-child(12) {
    order: 4;
  }
}

@media screen and (max-width: 768px) {
  .monthly__condition-item:nth-child(5) {
    order: 5;
  }
}

@media screen and (max-width: 768px) {
  .monthly__condition-item:nth-child(1),
.monthly__condition-item:nth-child(2),
.monthly__condition-item:nth-child(4),
.monthly__condition-item:nth-child(7),
.monthly__condition-item:nth-child(8),
.monthly__condition-item:nth-child(10),
.monthly__condition-item:nth-child(11),
.monthly__condition-item:nth-child(13) {
    display: none;
  }
}

.monthly__condition-item span {
  margin-right: 26px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .monthly__condition-item span {
    background-color: #DCE8ED;
    border-radius: 2px;
    width: 48px;
    height: 48px;
    margin-right: 0;
  }
}

.monthly__condition-item span::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .monthly__condition-item span::before {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.monthly__condition-item .item01::before {
  background-image: url(../images/monthly/condition01.png);
  aspect-ratio: 20/12;
  width: 20px;
  height: 12px;
}

.monthly__condition-item .item02::before {
  background-image: url(../images/monthly/condition02.png);
  aspect-ratio: 20/16;
  width: 20px;
  height: 16px;
}

.monthly__condition-item .item03::before {
  background-image: url(../images/monthly/condition03.png);
  aspect-ratio: 19/20;
  width: 19px;
  height: 20px;
}

.monthly__condition-item .item04::before {
  background-image: url(../images/monthly/condition04.png);
  aspect-ratio: 20/17;
  width: 20px;
  height: 17px;
}

.monthly__condition-item .item05::before {
  background-image: url(../images/monthly/condition05.png);
  aspect-ratio: 16/20;
  width: 16px;
  height: 20px;
}

.monthly__condition-item .item06::before {
  background-image: url(../images/monthly/condition06.png);
  aspect-ratio: 20/12;
  width: 20px;
  height: 12px;
}

.monthly__condition-item .item07::before {
  background-image: url(../images/monthly/condition07.png);
  aspect-ratio: 19/20;
  width: 19px;
  height: 20px;
}

.monthly__condition-item .item08::before {
  background-image: url(../images/monthly/condition08.png);
  aspect-ratio: 18/18;
  width: 18px;
  height: 18px;
}

.monthly__condition-item .item09::before {
  background-image: url(../images/monthly/condition09.png);
  aspect-ratio: 16/20;
  width: 16px;
  height: 20px;
}

.monthly__condition-item .item10::before {
  background-image: url(../images/monthly/condition10.png);
  aspect-ratio: 20/17;
  width: 20px;
  height: 17px;
}

.monthly__condition-item .item11::before {
  background-image: url(../images/monthly/condition11.png);
  aspect-ratio: 20/20;
  width: 20px;
  height: 20px;
}

.monthly__condition-item .item12::before {
  background-image: url(../images/monthly/condition12.png);
  aspect-ratio: 20/12;
  width: 20px;
  height: 12px;
}

.monthly__condition-item .item13::before {
  background-image: url(../images/monthly/condition13.png);
  aspect-ratio: 9/20;
  width: 9px;
  height: 20px;
}

.monthly__condition-item.include {
  background-color: #22A1C4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .monthly__condition-item.include {
    background-color: #fff;
    color: #22A1C4;
  }
}

@media screen and (max-width: 768px) {
  .monthly__condition-item.include span {
    background-color: #22A1C4;
  }
}

.monthly__condition-item.include span::before {
  filter: brightness(0) invert(1);
}

.monthly__rent table,
.monthly__rent tr,
.monthly__rent td {
  border: 1px solid #97B9C6;
  border-collapse: collapse;
}

.monthly__table {
  width: 100%;
  font-size: 12px;
  font-weight: medium;
}

.monthly__table-text {
  background-color: #22A1C4;
  color: #fff;
  font: normal normal medium 12px/20px Zen Kaku Gothic Antique;
  letter-spacing: 0px;
  padding: 6px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .monthly__table-text {
    padding: 4px 8px;
  }
}

.monthly__table-title {
  padding: 4px 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .monthly__table-title {
    padding: 4px 6px;
  }
}

.monthly__table-price {
  padding: 6px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .monthly__table-price {
    padding: 4px 6px;
  }
}

.monthly__content-item {
  font-size: 12px;
  font-weight: medium;
}

.monthly__annotation {
  margin-top: 2px;
  font-size: 10px;
}
.monthly__annotation.pc-flex {
  display: flex;
}

.monthly__cost {
  margin-top: 16px;
  font-size: 12px;
}

.monthly__content-list {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-top: 8px;
}

.monthly__content-item {
  background-color: #E2EBEF;
  padding: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.monthly__content-item span {
  display: inline-block;
}

.monthly__info-lists {
  margin-top: 16px;
  color: #2C373B;
}

.monthly__info-items {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  font-weight: medium;
}

.monthly__info-title {
  flex-basis: 36px;
}

.monthly__info-text span {
  color: #22A1C4;
}

.monthly__recommend {
  margin-top: 20px;
}

.monthly__recommend-title {
  background-color: #22A1C4;
  border-radius: 2px 2px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px 4px 26px;
  position: relative;
}

.monthly__recommend-title::before {
  content: "";
  background-image: url(../images/monthly/monthly-voice.png);
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 14.3px;
  height: 12px;
}

.monthly__recommend-container {
  background-color: #F4F1E9;
  padding: 20px 24px 10px;
  overflow-y: scroll;
  height: 151px;
}

.monthly__recommend-text {
  font-size: 12px;
  white-space: pre-line;
  color: #2C373B;
}

.monthly__bottom {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .monthly__bottom {
    margin-top: 20px;
    justify-content: space-between;
    gap: 14px;
  }
}

.mail-button {
  background-color: #EABD00;
  padding: 12px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  gap: 8px;
  color: #2C373B;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  .mail-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    text-align: left;
  }
}

.mail-button span.mail-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 23px;
  background-image: url(../images/monthly/m-mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 26/23;
  transition: background-image 0.3s;
}

.mail-button:hover {
  background-color: #E28939;
  color: #fff;
}

.favorite-button-text {
  text-align: left;
}

.mail-box-small {
  font-size: 12px;
}

.mail-button:hover span.mail-icon {
  background-image: url(../images/monthly/m-mail-wh.png);
}

.monthly__bottom .button--black {
  width: auto;
}
@media screen and (max-width: 768px) {
  .monthly__bottom .button--black {
    padding: 0;
    width: 100%;
    height: 48px;
  }
}

.monthly__pagenavi {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .monthly__pagenavi {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 400px; /* 適宜調整 */
    margin-inline: auto;
  }
}

.monthly__pagenavi.monthly__pagenavi--mt {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .monthly__pagenavi.u-desktop {
    display: none;
  }
}

.monthly__pagenavi .wp-pagenavi {
  clear: both;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .monthly__pagenavi .wp-pagenavi {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
}

.monthly__pagenavi .wp-pagenavi a,
.monthly__pagenavi .wp-pagenavi span {
  color: #97B9C6;
  margin: 0 8px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  border: 1px solid #97B9C6;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}

@media screen and (max-width: 768px) {
  .monthly__pagenavi .wp-pagenavi a {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .monthly__pagenavi .wp-pagenavi a img {
    transition: filter 0.3s;
  }
}

.monthly__pagenavi .wp-pagenavi a.first,
.monthly__pagenavi .wp-pagenavi a.last {
  border: none;
  margin: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .monthly__pagenavi .wp-pagenavi a.first,
.monthly__pagenavi .wp-pagenavi a.last {
    border: 1px solid #97B9C6;
  }
}

.monthly__pagenavi .wp-pagenavi a.first img,
.monthly__pagenavi .wp-pagenavi a.last img {
  display: block;
  width: 12px;
  height: 8px;
  filter: none;
}

.monthly__pagenavi .wp-pagenavi .dots {
  transition: opacity 0.3s;
  border: none;
  cursor: pointer;
}

.monthly__pagenavi .wp-pagenavi a:hover {
  color: #fff;
  background-color: #22A1C4;
  border-color: #22A1C4;
  opacity: 1;
}

.monthly__pagenavi .wp-pagenavi a.first:hover,
.monthly__pagenavi .wp-pagenavi a.last:hover,
.monthly__pagenavi .wp-pagenavi .dots:hover {
  opacity: 0.7;
  background-color: transparent;
  border-color: none;
}

@media screen and (max-width: 768px) {
  .monthly__pagenavi .wp-pagenavi a.first:hover,
.monthly__pagenavi .wp-pagenavi a.last:hover {
    color: #fff;
    background-color: #22A1C4;
    border-color: #22A1C4;
    opacity: 1;
  }
}

.monthly__pagenavi .wp-pagenavi .current {
  color: #fff;
  background-color: #22A1C4;
  border-color: #22A1C4;
}

@media screen and (max-width: 768px) {
  .monthly__pagenavi .wp-pagenavi span.pages {
    color: #22A1C4;
    font-size: 14px;
    font-weight: 500;
    border: none;
    flex-grow: 1;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .monthly__pagenavi .wp-pagenavi a.previouspostslink img,
.monthly__pagenavi .wp-pagenavi a.nextpostslink img {
    display: block;
    width: 8.45px;
    height: 8.45px;
    filter: none;
  }
}

@media screen and (max-width: 768px) {
  .monthly__pagenavi .wp-pagenavi a:hover img {
    filter: brightness(0) invert(1);
  }
}

.modal {
  transition: opacity 0.3s ease-in-out; /* フェードアウトのアニメーション */
  opacity: 0;
  display: none; /* 初期状態は非表示 */
}

.monthly__red {
  color: #e23939;
}

.monthly__anno-border {
  display: inline;
  border-bottom: 2px solid #E23939;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .tab-none {
    display: none;
  }
}
.pc-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-none {
    display: initial;
  }
}
/* ========================================
    お問い合わせ
 ========================================= */
.contact {
  background: #FCFAF7;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .contact {
    margin-top: 46px;
  }
}

.contact {
  background-color: #FCFAF7;
}
.contact .clear--button {
  margin: 8px auto 0;
}
.contact .breadcrumb-box {
  width: 1220px;
  margin: 0 auto;
}
.contact__title {
  text-align: center;
  color: #fff;
  height: 270px;
  background-image: url(../images/contact/title.png);
  background-size: cover;
  margin-top: 38px;
  display: flex;
  align-items: center;
}
.contact__title--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contact__title--inner h2 {
  font-size: 40px;
  z-index: 1;
  position: relative;
}
.contact__title--inner p {
  font-size: 24px;
  z-index: 2;
  position: relative;
  text-align: left;
  font-weight: bold;
  margin-left: 10px;
  font-family: "Red Hat Display", sans-serif;
}
@media screen and (max-width: 768px) {
  .contact__title {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/contact/title-sp.png);
    aspect-ratio: 375/160;
    height: auto;
  }
  .contact__title h2 {
    font-size: 30px;
    text-align: justify;
  }
  .contact__title p {
    font-size: 12px;
    margin-left: 0;
  }
}

.contact-breadcrumb {
  display: contents;
}

.contact__inner {
  position: relative;
}

.contact__main {
  max-width: 1080px;
  margin-inline: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .contact__main {
    padding-block: 40px 60px;
  }
}

.contact-step__items {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  height: 40px;
}

.contact-step__item {
  display: grid;
  place-items: center;
  background: #C4C4C4;
  width: calc((100% + 22px) / 3);
  position: relative;
  z-index: 2;
}
.contact-step__item.--1 {
  -webkit-clip-path: polygon(0 0, calc(100% - 16px) 0%, 100% 50%, calc(100% - 16px) 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 16px) 0%, 100% 50%, calc(100% - 16px) 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .contact-step__item.--1 {
    padding-right: 11px;
  }
}
.contact-step__item.--2 {
  margin-left: -11px;
  -webkit-clip-path: polygon(0 0, calc(100% - 16px) 0%, 100% 50%, calc(100% - 16px) 100%, 0% 100%, 16px 50%);
          clip-path: polygon(0 0, calc(100% - 16px) 0%, 100% 50%, calc(100% - 16px) 100%, 0% 100%, 16px 50%);
}
.contact-step__item.--3 {
  margin-left: -11px;
  -webkit-clip-path: polygon(0 0, calc(100% - 16px) 0%, 100% 50%, calc(100% - 16px) 100%, 0% 100%, 16px 50%);
          clip-path: polygon(0 0, calc(100% - 16px) 0%, 100% 50%, calc(100% - 16px) 100%, 0% 100%, 16px 50%);
}
@media screen and (max-width: 768px) {
  .contact-step__item.--3 {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%, 16px 50%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%, 16px 50%);
    padding-left: 11px;
  }
}
.contact-step__item.is-active {
  background: #22A1C4;
}

.contact-pickup {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .contact-pickup {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.contact-pickup__items, .contact-pickup__items-company {
  display: grid;
  grid-template-columns: repeat(auto-fit, 344px);
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .contact-pickup__items, .contact-pickup__items-company {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.contact-pickup__item {
  background: #fff;
  padding: 20px 24px 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .contact-pickup__item {
    width: 100%;
    padding: 20px;
  }
}

.contact-pickup__titleWrap {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .contact-pickup__titleWrap {
    max-width: 350px;
    margin-inline: auto;
  }
}

.contact-pickup__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .contact-pickup__content {
    max-width: 350px;
    margin-inline: auto;
  }
}

.contact-pickup__imgWrap {
  width: 110px;
  margin-top: 8px;
  flex-shrink: 0;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .contact-pickup__imgWrap {
    max-width: 150px;
  }
}

.contact-pickup__img {
  aspect-ratio: 1/1;
}
.contact-pickup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-pickup__infoWrap {
  width: 169px;
}

.contact-pickup__info {
  display: grid;
  gap: 4px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4285714286;
}

.contact-pickup__infoRow {
  display: flex;
  align-items: center;
  gap: 0 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #B5C6CE;
}
.contact-pickup__infoRow.address-is {
  border-bottom: none;
}
@media screen and (max-width: 375px) {
  .contact-pickup__infoRow {
    flex-wrap: wrap;
  }
}
.contact-pickup__infoRow.--text {
  flex-direction: column;
  align-items: start;
  gap: 0;
}
.contact-pickup__infoRow.--text dl {
  display: flex;
}
.contact-pickup__infoRow dl:nth-child(2) {
  font-weight: 500;
}

.contact-pickup__infoTitle {
  color: #22A1C4;
  font-weight: 700;
}

.contact-pickup__unit {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
}

.contact-pickup__price {
  font-family: "Red Hat Display", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.address-title {
  width: 42px;
}

.address-is {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 120px;
}

.contact-form__tabWrap {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #1c1c1c;
}
@media screen and (max-width: 768px) {
  .contact-form__tabWrap {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}

.contact-form__tab {
  width: 130px;
  height: 50px;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 300;
  border-radius: 20px 20px 0 0;
  padding-top: 1px;
  margin-bottom: -2px;
  cursor: pointer;
}
.contact-form__tab a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .contact-form__tab {
    width: calc(50% + 1px);
    position: relative;
    z-index: 1;
  }
}
.contact-form__tab.is-active {
  font-weight: 700;
  border-top: 2px solid #1c1c1c;
  border-left: 2px solid #1c1c1c;
  border-right: 2px solid #1c1c1c;
  background: #FCFAF7;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .contact-form__tab.is-active {
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__tab.--individual {
    border-radius: 0 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__tab.--corporate {
    border-radius: 10px 0 0 0;
    margin-left: -2px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form__tab.--individual.is-active {
    border-right: 2px solid #1c1c1c;
  }
  .contact-form__tab.--corporate.is-active {
    border-left: 2px solid #1c1c1c;
  }
}

.contact-form__form {
  display: none;
}
.contact-form__form.is-active {
  display: block;
}

.form__contentWrap {
  display: grid;
  gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .form__contentWrap {
    margin-top: 39px;
    gap: 40px;
  }
}

.form__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.form__dlWrap {
  padding: 64px 20px 75px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .form__dlWrap {
    padding: 36px 24px;
  }
}
.form__dlWrap.--individual {
  background: #F4F1E9;
}
.form__dlWrap.--corporate {
  background: #DCE8ED;
}

.form__dl {
  max-width: 824px;
  margin-inline: auto;
  display: grid;
  gap: 36px;
}

.form__row {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form__row {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
}
.form__row.--top {
  align-items: start;
}

.form__label {
  width: 144px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .form__label {
    width: 100%;
  }
}
.form__label label {
  min-height: 32px;
  display: grid;
  align-items: center;
}
.form__label label.pc-none {
  display: none;
}
.form__label label.sp-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .form__label label {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .form__label label.pc-none {
    display: flex;
  }
  .form__label label.sp-none {
    display: none;
  }
}
.form__label span {
  color: #556369;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .form__label br {
    display: none;
  }
}

.is-required {
  position: relative;
  padding-left: 64px;
}
@media screen and (max-width: 768px) {
  .is-required {
    padding-left: 48px;
  }
}
.is-required::after {
  content: "必須";
  width: 48px;
  height: auto;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  background: #22A1C4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .is-required::after {
    width: 40px;
    aspect-ratio: 40/24;
    border-radius: 20px;
  }
}

.form [type=text]::-moz-placeholder, .form [type=email]::-moz-placeholder, .form textarea::-moz-placeholder {
  color: #B9B9B9;
}

.form [type=text]:-ms-input-placeholder, .form [type=email]:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  color: #B9B9B9;
}

.form [type=text]::placeholder,
.form [type=email]::placeholder,
.form textarea::placeholder {
  color: #B9B9B9;
}
@media screen and (max-width: 375px) {
  .form [type=text]::-moz-placeholder, .form [type=email]::-moz-placeholder, .form textarea::-moz-placeholder {
    font-size: 12px;
  }
  .form [type=text]:-ms-input-placeholder, .form [type=email]:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
    font-size: 12px;
  }
  .form [type=text]::placeholder,
.form [type=email]::placeholder,
.form textarea::placeholder {
    font-size: 12px;
  }
}

.form__input {
  width: 100%;
  height: 48px;
}
.form__input [type=text], .form__input [type=email], .form__input [type=tel] {
  width: 100%;
  height: 100%;
  border: unset;
  background: #fff;
  padding-block: 11px 13px;
  padding-inline: 16px;
  box-shadow: none;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5;
}
.form__input [type=text]::-moz-placeholder, .form__input [type=email]::-moz-placeholder, .form__input [type=tel]::-moz-placeholder {
  color: #B9B9B9;
  opacity: 1;
}
.form__input [type=text]:-ms-input-placeholder, .form__input [type=email]:-ms-input-placeholder, .form__input [type=tel]:-ms-input-placeholder {
  color: #B9B9B9;
  opacity: 1;
}
.form__input [type=text]::placeholder, .form__input [type=email]::placeholder, .form__input [type=tel]::placeholder {
  color: #B9B9B9;
  opacity: 1;
}

.form__radio {
  width: 100%;
  display: flex;
  gap: 24px;
}
.form__radio label {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.form__radio [type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.form__radio [type=radio]:focus + span:before {
  outline: -webkit-focus-ring-color auto 1px;
}
.form__radio [type=radio]:checked + span::after {
  display: block;
}
.form__radio .car-type {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .form__radio .car-type {
    margin-left: initial;
  }
}
.form__radio.spw-100per {
  width: 250px;
}
.form__radio span.wpcf7-list-item {
  display: inline-block;
  height: 32px;
  display: flex;
  align-items: center;
  line-height: 21px;
  position: relative;
}
.form__radio span.wpcf7-list-item-label {
  margin-left: 40px;
}
.form__radio span .wpcf7-form-control.wpcf7-radio {
  display: flex;
}
.form__radio span.wpcf7-list-item-label::before {
  content: "";
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #1c1c1c;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.form__radio span.wpcf7-list-item-label::after {
  content: "";
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #22A1C4;
  background: #22A1C4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 9px;
  translate: 0 -50%;
  display: none;
}

[name=form-radio]:checked + span::after {
  display: block;
}

[name=form-usage]:checked + span::after {
  display: block;
}

[name=form-parking]:checked + span::after {
  display: block;
}

.form__date {
  display: block;
  position: relative;
}
.form__date [type=date] {
  width: 100%;
  height: 100%;
  border: unset;
  background: #fff;
  padding-block: 11px 13px;
  padding-inline: 16px;
  box-shadow: none;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5;
}
.form__date [type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}
.form__date [type=date]::-webkit-datetime-edit-fields-wrapper {
  padding: 0px;
}
.form__date::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url() no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none;
}
.form__date.js-is-blank input[type=date]::before {
  content: attr(placeholder);
  width: 100%;
  color: rgb(117, 117, 117);
}
.form__date.js-is-blank input[type=date]::-webkit-datetime-edit-fields-wrapper {
  display: none;
}
.form__date.js-is-blank input[type=date] {
  color: rgb(117, 117, 117);
}

@-moz-document url-prefix() {
  /* Firefox用のスタイル設定 */
  .form__date::after {
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path d="M13.5 2H13V1c0-.6-.4-1-1-1s-1 .4-1 1v1H5V1c0-.6-.4-1-1-1S3 .4 3 1v1h-.5C1.1 2 0 3.1 0 4.5v9C0 14.9 1.1 16 2.5 16h11c1.4 0 2.5-1.1 2.5-2.5v-9C16 3.1 14.9 2 13.5 2zm0 12.5h-11c-.6 0-1-.4-1-1V6h13v7.5c0 .6-.4 1-1 1z"></path></svg>') no-repeat center center/contain;
    top: 50%;
    right: 20px;
    transform: translateY(-55%);
  }
}
.form__select {
  width: 100%;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .form__select {
    flex-direction: column;
    gap: 20px;
  }
}

.form__selectItem {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 1024px) {
  .form__selectItem {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
}

.form__selectItem span:first-child {
  flex-shrink: 0;
  display: inline-block;
}

.form__selectItem span:last-child {
  position: relative;
}
@media screen and (max-width: 768px) {
  .form__selectItem span:last-child {
    width: 100%;
  }
}
.form__selectItem span:last-child.checkbox-arrow::after {
  content: "";
  width: 8px;
  height: 5px;
  background: url(../images/contact/select-arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  transition: all 0.5s ease;
}

.form__select select {
  width: 240px;
  height: 100%;
  border: 1px solid #1c1c1c;
  background: #fff;
  padding-block: 10px 12px;
  padding-inline: 16px;
  box-shadow: none;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .form__select select {
    width: 100%;
    height: auto;
  }
}

.checkbox-wrap {
  display: inline-block;
}

.checkbox-text {
  margin-top: 10px;
}

.form__checkbox {
  height: 262px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 14px 16px;
}
@media screen and (max-width: 1024px) {
  .form__checkbox {
    width: 100%;
    height: 319px;
    padding-bottom: 57px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .form__checkbox {
    height: 364px;
    padding-bottom: 102px;
  }
}
.form__checkbox label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  position: relative;
}
.form__checkbox [type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.form__checkbox [type=checkbox]:focus + span:before {
  outline: -webkit-focus-ring-color auto 1px;
}
.form__checkbox span.wpcf7-list-item-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  height: inherit;
  line-height: 1.125;
  position: relative;
}
@media screen and (max-width: 374px) {
  .form__checkbox span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
.form__checkbox span.wpcf7-list-item-label::before {
  content: "";
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #1c1c1c;
  background: #fff;
  border-radius: 50%;
}
.form__checkbox span.wpcf7-list-item-label::after {
  content: "";
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #22A1C4;
  background: #22A1C4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 9px;
  translate: 0 -50%;
  display: none;
}
.form__checkbox [type=checkbox]:checked + span::after {
  display: block;
}
.form__checkbox [type=radio]:checked + span::after {
  display: block;
}
.form__checkbox br {
  display: none;
}
@media screen and (max-width: 768px) {
  .form__checkbox br {
    display: block;
  }
}

label.is-other {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 0;
  right: -300px;
}
@media screen and (max-width: 1024px) {
  label.is-other {
    width: 100%;
    top: unset;
    bottom: 0;
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  label.is-other {
    height: unset;
    flex-direction: column;
    align-items: start;
  }
}
label.is-other span {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  label.is-other span {
    height: 32px;
  }
}
label.is-other [type=text] {
  width: 240px;
  height: 48px;
  border: 1px solid #1c1c1c;
  background: #D3D3D3;
  padding-block: 10px 12px;
  padding-inline: 16px;
  box-shadow: none;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5;
}
label.is-other [type=text].usage-active {
  width: 240px;
  height: 48px;
  border: 1px solid #1c1c1c;
  background: #fff;
  padding-block: 11px 13px;
  padding-inline: 16px;
  box-shadow: none;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5;
}
label.is-other [type=text].usage-active::-moz-placeholder {
  color: #C4C4C4;
}
label.is-other [type=text].usage-active:-ms-input-placeholder {
  color: #C4C4C4;
}
label.is-other [type=text].usage-active::placeholder {
  color: #C4C4C4;
}
@media screen and (max-width: 768px) {
  label.is-other [type=text].usage-active {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  label.is-other [type=text] {
    width: 100%;
  }
}
label.is-other [type=text]::-moz-placeholder {
  color: #fff;
}
label.is-other [type=text]:-ms-input-placeholder {
  color: #fff;
}
label.is-other [type=text]::placeholder {
  color: #fff;
}

.form__row.--parking {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .form__row.--parking {
    align-items: start;
  }
}

.form__row.--parking .form__radio {
  gap: 8px 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .form__row.--parking .form__radio {
    gap: 20px 16px;
  }
}
@media screen and (max-width: 374px) {
  .form__row.--parking .form__radio {
    flex-direction: column;
    gap: 8px;
  }
}

.form__row.--parking .form__radio > span {
  padding-left: unset;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .form__row.--parking .form__radio > span {
    width: 100%;
    height: unset;
    margin-left: unset;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .form__row.--parking .form__radio > span {
    display: grid;
    gap: 8px;
    margin-top: 0;
  }
}
.form__row.--parking .form__radio > span [type=text] {
  width: 240px;
  height: 48px;
  border: 1px solid #1c1c1c;
  background: #fff;
  padding-block: 11px 13px;
  padding-inline: 16px;
  box-shadow: none;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .form__row.--parking .form__radio > span [type=text] {
    width: 100%;
  }
}
.form__row.--parking .form__radio > span::before, .form__row.--parking .form__radio > span::after {
  display: none;
}

[name=form-parking]:checked + span::after {
  display: block;
}

.form__row.--textarea {
  align-items: start;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .form__row.--textarea {
    gap: 12px;
  }
}
.form__row.--textarea .form__label {
  width: 160px;
  padding-left: 64px;
}
@media screen and (max-width: 768px) {
  .form__row.--textarea .form__label {
    padding-left: 0;
    width: 170px;
  }
}

.form__input {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.form__input textarea {
  width: 100%;
  height: 160px;
  box-shadow: none;
  border: unset;
  background: #fff;
  padding-block: 11px 13px;
  padding-inline: 16px;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  resize: none;
}

.form__privacyWrap {
  text-align: center;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .form__privacyWrap {
    margin-top: 32px;
  }
}

.form__privacyText {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  word-break: keep-all;
}
@media screen and (max-width: 375px) {
  .form__privacyText {
    white-space: nowrap;
  }
}
@media screen and (max-width: 374px) {
  .form__privacyText {
    font-size: 13px;
  }
}
.form__privacyText a {
  text-decoration: underline;
  text-underline-offset: 3px;
  padding-right: 20px;
  position: relative;
  transition: all 0.5s ease;
}
@media screen and (max-width: 374px) {
  .form__privacyText a {
    font-size: 13px;
  }
}
.form__privacyText a::after {
  content: "";
  width: 15px;
  height: 11px;
  background: url(../images/contact/privacy-link-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 55%;
  right: 2px;
  translate: 0 -50%;
}
@media (hover: hover) and (pointer: fine) {
  .form__privacyText a:hover {
    opacity: 0.7;
  }
}

.form__privacy {
  height: unset;
  flex-direction: row;
  justify-content: center;
  margin-top: 13px;
  /* ✅ エラー時のチェックボックス（赤枠） */
}
.form__privacy.error span.privacy::before {
  border: 1px solid #EB2424 !important; /* ❗ 赤枠にする */
}
.form__privacy .privacy-error {
  width: 100%; /* ✅ チェックボックスの下に表示 */
  display: none; /* ✅ 最初は非表示 */
  color: #EB2424;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .form__privacy {
    margin-top: 20px;
    text-align: left;
    padding-bottom: unset;
  }
}
.form__privacy span.privacy {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: unset;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form__privacy span.privacy {
    height: unset;
    line-height: 1.5;
    text-indent: -1em;
    gap: 24px;
  }
}
.form__privacy span.privacy::before {
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  height: inherit;
  line-height: 1.125;
  position: relative;
  content: "";
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #1c1c1c;
  background: #fff;
  position: relative;
}
.form__privacy span.privacy::after {
  content: "";
  width: 22px;
  height: 19px;
  aspect-ratio: unset;
  border: unset;
  background: url(../images/contact/privacy-check-icon.svg) no-repeat center center/contain;
  border-radius: unset;
  position: absolute;
  top: 45%;
  left: 7px;
  translate: 0 -50%;
  /* 追加: チェックされていない状態では非表示 */
  display: none;
}
.form__privacy span.privacy [type=checkbox]:checked ~ span.privacy::after {
  display: block;
}

.form__privacyWrap br {
  display: none;
}
@media screen and (max-width: 768px) {
  .form__privacyWrap br {
    display: block;
  }
}

.form__submit {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .form__submit {
    margin-top: 32px;
  }
}
.form__submit [type=submit] {
  display: grid;
  place-items: center;
  width: 260px;
  height: 42px;
  margin-inline: auto;
  line-height: 1;
  background: #C4C4C4;
  box-shadow: 0px 3px 5px rgba(62, 62, 62, 0.2);
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  font-size: inherit;
  font-weight: 500;
  font-family: inherit;
  transition: all 0.5s ease;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .form__submit [type=submit] {
    width: 100%;
    max-width: 335px;
  }
}
.form__submit [type=submit].is-active {
  background: #22A1C4;
  border: 2px solid #22A1C4;
  pointer-events: unset;
}
@media (hover: hover) and (pointer: fine) {
  .form__submit [type=submit]:hover {
    background: #fff;
    color: #22A1C4;
  }
}

.contact-confirmation {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .contact-confirmation {
    margin-top: 40px;
  }
}

.contact-confirmation.is-none {
  display: none;
}

.confirmation {
  display: none;
}
.confirmation.is-active {
  display: block;
}

.confirmation__contentWrap {
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .confirmation__contentWrap {
    gap: 40px;
  }
}

.confirmation__content {
  line-height: 1.5;
}

.confirmation__title {
  font-size: 16px;
  font-weight: 700;
}

.confirmation__dlWrap {
  padding-block: 76px;
  padding-inline: 24px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .confirmation__dlWrap {
    padding-block: 36px;
  }
}
.confirmation__dlWrap.--individual {
  background: #F4F1E9;
}
.confirmation__dlWrap.--corporate {
  background: #DCE8ED;
}

.confirmation__dl {
  width: 100%;
  max-width: 696px;
  margin-inline: auto;
  display: grid;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .confirmation__dl {
    gap: 25px;
  }
}

.confirmation__row {
  display: flex;
  align-items: center;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .confirmation__row {
    gap: 36px;
  }
}
.confirmation__row.--textarea {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .confirmation__row.--textarea {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .confirmation__row.--top {
    align-items: start;
  }
}

.confirmation__dt {
  flex-shrink: 0;
  width: 80px;
  font-weight: 700;
}
.confirmation__dt.--textarea {
  flex-shrink: 0;
  width: 96px;
}

.confirmation__dd {
  width: 100%;
}
@media screen and (max-width: 375px) {
  .confirmation__dd {
    font-size: 14px;
  }
}

.confirmation__submitWrap {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.confirmation__submitWrap .wpcf7-previous {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .confirmation__submitWrap {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
  }
}

.confirmation__btn {
  display: grid;
  place-items: center;
  width: 260px;
  height: 42px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 2px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .confirmation__btn {
    width: 100%;
    max-width: 335px;
  }
}
.confirmation__btn.--back {
  background: #C4C4C4;
}
@media (hover: hover) and (pointer: fine) {
  .confirmation__btn.--back:hover {
    background: #808080;
    color: #fff;
  }
}
.confirmation__btn.--submit {
  color: #fff;
  background: #22A1C4;
  border: 2px #22A1C4 solid;
}
@media (hover: hover) and (pointer: fine) {
  .confirmation__btn.--submit:hover {
    background: #fff;
    color: #22A1C4;
  }
}

.contact-thanks {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .contact-thanks {
    margin-top: 40px;
  }
}

.contact-thanks.is-none {
  display: none;
}

.contact-thanks__title {
  font-size: 16px;
  font-weight: 700;
}

.contact-thanks__textWrap {
  padding-block: 72px;
  padding-inline: 23px;
  margin-top: 16px;
  display: none;
}
@media screen and (max-width: 768px) {
  .contact-thanks__textWrap {
    padding-block: 36px;
  }
}
.contact-thanks__textWrap.--individual {
  background: #F4F1E9;
}
.contact-thanks__textWrap.--corporate {
  background: #DCE8ED;
}
.contact-thanks__textWrap.is-active {
  display: block;
}

.contact-thanks__text {
  width: 100%;
  max-width: 624px;
  margin-inline: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.contact-thanks__btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .contact-thanks__btnWrap {
    margin-top: 40px;
  }
}

.contact-thanks__btn {
  display: grid;
  place-items: center;
  width: 260px;
  height: 42px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 2px;
  color: #fff;
  background: #22A1C4;
  border: 2px #22A1C4 solid;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .contact-thanks__btn {
    width: 100%;
    max-width: 335px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contact-thanks__btn:hover {
    background: #fff;
    color: #22A1C4;
  }
}

@media screen and (max-width: 768px) {
  .form__selectItem > p {
    width: 100%;
  }
}

.form__radio .parking-radio {
  width: 100%;
  display: flex;
  gap: 8px 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .form__radio .parking-radio {
    gap: 20px 16px;
  }
  .form__radio .parking-radio > span {
    display: grid;
    gap: 8px;
    margin-top: 0;
    width: 100%;
  }
}
.form__radio span [type=text] {
  width: 240px;
  height: 48px;
  border: 1px solid #1c1c1c;
  background: #fff;
  padding-block: 11px 13px;
  padding-inline: 16px;
  box-shadow: none;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5;
}
.form__radio span [type=text].non-active {
  border: 1px solid #1c1c1c;
  background: #D3D3D3;
  padding-block: 10px 12px;
  padding-inline: 16px;
  box-shadow: none;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5;
}
.form__radio span [type=text].non-active::-moz-placeholder {
  color: #fff;
}
.form__radio span [type=text].non-active:-ms-input-placeholder {
  color: #fff;
}
.form__radio span [type=text].non-active::placeholder {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .form__radio span [type=text] {
    width: 100%;
  }
}

.top-error-message {
  margin-top: 76px;
}
.top-error-message.not-active {
  display: none;
}

.error-message-box {
  border: 2px solid #EB2424;
  padding-top: 18px;
  padding-bottom: 18px;
}

.error-message-box p {
  text-align: center;
  color: #EB2424;
  font-weight: bold;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border: 1px solid #EB2424 !important;
}

.form__radio .wpcf7-list-item-label.error::before {
  border: 1px solid #EB2424;
}

.form__checkbox .wpcf7-list-item-label.error::before {
  border: 1px solid #EB2424;
}

.wpcf7-response-output {
  display: none;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #fff !important;
  padding: 0 6px 0 16px;
  border-radius: 8px;
}

.iti__selected-dial-code {
  display: none;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month {
  background-color: #FFFFFF !important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-monthDropdown-months {
  background-color: #FFFFFF;
}
.flatpickr-calendar .flatpickr-months svg {
  fill: #22a1c4;
}
.flatpickr-calendar .flatpickr-weekdays {
  background-color: #FFFFFF !important;
}
.flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
  background-color: #FFFFFF;
}
.flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday.sun {
  color: #eb2424;
}
.flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday.sat {
  color: #3f97d1;
}
.flatpickr-calendar .flatpickr-day {
  font-size: 16px;
  line-height: 35px;
}
.flatpickr-calendar .flatpickr-day.today {
  border-color: #22a1c4 !important;
}
.flatpickr-calendar .flatpickr-day.sun {
  color: #eb2424;
}
.flatpickr-calendar .flatpickr-day.sat {
  color: #3f97d1;
}
.flatpickr-calendar .flatpickr-day.selected {
  background-color: #22a1c4 !important;
  color: #fff;
  background: #22a1c4;
  border-color: #22a1c4;
}
.flatpickr-calendar .flatpickr-day.flatpickr-disabled {
  cursor: not-allowed;
  color: rgba(72, 72, 72, 0.3) !important;
}

.wpcf7 input[type=tel] {
  padding-left: 66px !important;
}

input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}