@charset "UTF-8";

.rt-fv {
  padding: 26rem 0 0;
}

section:last-of-type {
  margin-bottom: 20rem;
}

.header {
  padding-bottom: 3rem;
  background-color: rgba(255, 255, 255, 0.9);
  transition: background-color 0.3s ease-in-out;
}
.header.header_open {
  background-color: rgba(255, 255, 255, 0);
}

.rt-mv-r1 {
  padding: 3rem 3rem 2rem;
  display: flex;
  justify-content: space-between;
  background: url(/wp-content/themes/ill/img/common/bg01.png) no-repeat center center;
  background-size: cover;
}
.rt-mv-r1-left {
  width: auto;
}
.rt-mv-r1-left .rt-mv-r1-left-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 1.5rem 0;
}
.rt-mv-r1-left .htag {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 1.2rem 1rem;
}
.rt-mv-r1-left .htag .sub,
.rt-mv-r1-left .htag .main {
  display: block;
  color: #000;
  font-weight: bold;
  line-height: 1.1;
}
.rt-mv-r1-left .htag .sub {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.rt-mv-r1-left .htag .main {
  font-size: 4rem;
  color: #FF3805;
}
.rt-mv-r1-left-content {
  background-color: rgba(255, 255, 255, 0.75);
  border-left: 0.3rem solid #FF3805;
  padding: 1.2rem 1.8rem 0.4rem;
}
.rt-mv-r1-left-content dl {
  margin-bottom: 0rem;
}
.rt-mv-r1-left-content dt {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.3rem;
}
.rt-mv-r1-left-content dd span {
  display: inline-block;
  background-color: #FF3805;
  border-radius: 0.5rem;
  padding: 0.1rem 1.2rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
}
.rt-mv-r1-left-content dd span ~ span {
  margin-left: 0.6rem;
}
.rt-mv-r1-left-content .total-number {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
}
.rt-mv-r1-left-content .total-number .number {
  font-size: 1rem;
  color: #FF3805;
  display: inline-block;
  margin:0 0.8rem 0 0.5rem;
}
.rt-mv-r1-left-content .total-number .number span {
  font-size: 2.5rem;
  display: inline-block;
  margin-right: 0.3rem;
}
.rt-mv-r1-left-content .total-number .date {
  font-size: 1rem;
  display: inline-block;
}
.rt-mv-r1-right {
  width: 30rem;
  position: relative;
}
.rt-mv-r1-right-title {
  background-color: #FF3805;
  border-radius: 30rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 0.1rem 1rem;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 1rem;
  transform: translate(0%, -50%);
  z-index: 2;
}
.rt-carousel {
  background-color: #ff3805;
  position: relative;
}
.rt-carousel.swiper {
  overflow: hidden;
}
.carousel-item {
  display: block;
  text-decoration: none;
  color: inherit;
}
.carousel-item:hover {
  opacity: 0.9;
}
.carousel-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 2.06 / 1;
}
.carousel-item-content {
  background-color: #fff;
  color: #000;
  padding: 1.4rem 1.5rem 1rem;
  position: relative;
}
.carousel-item-content .date {
  background-color: #FF3805;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  display: inline-block;
  padding: 0.1rem 1rem;
  position: absolute;
  top: 0;
  left: 1.5rem;
  transform: translate(0%, -50%);
}
.carousel-item-content .title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
.carousel-item-content .text {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 0.5rem;
}

/* Swiper.js ナビゲーションボタン */
.rt-carousel .swiper-button-next,
.rt-carousel .swiper-button-prev {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ff3805;
  border-radius: 50%;
  color: #fff;
  margin-top: 0;
  top: 50%;
}
.rt-carousel .swiper-button-next:after,
.rt-carousel .swiper-button-prev:after {
  font-size: 1rem;
  font-weight: bold;
}
.rt-carousel .swiper-button-next {
  right: 0;
  transform: translateY(-50%) translateX(-50%);
}
.rt-carousel .swiper-button-prev {
  left: 0;
  transform: translateY(-50%) translateX(50%);
}
.rt-carousel .swiper-button-next:hover,
.rt-carousel .swiper-button-prev:hover {
  opacity: 0.6;
}

/* Swiper.js ページネーション */
.rt-carousel .swiper-pagination {
  bottom: 1rem;
  position: absolute;
}
.rt-carousel .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 0.3rem;
}
.rt-carousel .swiper-pagination-bullet-active {
  opacity: 0.6;
}

/* スライドが1つの場合はナビゲーションとページネーションを非表示 */
.rt-carousel.swiper:has(.swiper-slide:only-child) .swiper-button-next,
.rt-carousel.swiper:has(.swiper-slide:only-child) .swiper-button-prev,
.rt-carousel.swiper:has(.swiper-slide:only-child) .swiper-pagination {
  display: none;
}
.rt-mv-r2 {
  background-color: #FF3805;
  color: #fff;
  padding: 1.2rem 3rem 2.4rem;
}
.rt-mv-r2-text {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rt-mv-r2-text .rt-mv-r2-text-sub,
.rt-mv-r2-text .rt-mv-r2-text-main {
  display: inline-block;
}
.rt-mv-r2-text .rt-mv-r2-text-sub {
  margin-top: 0.6rem;
}
.rt-mv-r2-text .rt-mv-r2-text-main {
  font-weight: 700;
  font-size: 3rem;
  margin-left: 1.4rem;
}
.rt-mv-r2-text .rt-mv-r2-text-main::before,
.rt-mv-r2-text .rt-mv-r2-text-main::after {
  display: inline-block;
}
.rt-mv-r2-text .rt-mv-r2-text-main::before {
  content: '＼';
}
.rt-mv-r2-text .rt-mv-r2-text-main::after {
  content: '／';
}
.rt-mv-r2-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.2rem;
}
.rt-mv-r2-layout-left-text {
  font-size: 1.6rem;
  font-weight: 500;
}
.rt-mv-r2-layout-left .tel-number {
  display: flex;
  align-items: center;
}
.rt-mv-r2-layout-left .tel-number .tel-link {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
  line-height: 1.2;
  pointer-events: none;
  cursor: default;
}
.rt-mv-r2-layout-left .tel-number .tel-link:hover {
  text-decoration: none;
}
.rt-mv-r2-layout-left .time {
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
  margin: 0.3rem 0 0 1.8rem;
} 
.rt-mv-r2-layout-right {
  background-color: #fff;
  border-radius: 30rem;
  color: #FF3805;
  font-size: 2rem;
  font-weight: 900;
  padding: 1.6rem 5rem;
  text-decoration: none;
  display: block;
  text-align: center;
}


.rt-section {
  padding: 10rem 0 0;
}


.rt-title1 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #FF3805;
  margin-bottom: 5rem;
}


.rt-features-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 6rem;
}
.rt-features-item-title {
  font-size: 2rem;
  font-weight: 600;
  color: #FF3805;
  margin-bottom: 2rem;
}
.rt-features-item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.7rem;
  margin-bottom: 0.8rem;
}
.rt-features-item-list li {
  font-size: 1.2rem;
  font-weight: normal;
  color: #FF3805;
  border: 0.1rem solid #FF3805;
  border-radius: 0.5rem;
  padding: 0.2rem 1rem;
}
.rt-features-item-text {
  font-size: 1.4rem;
  font-weight: normal;
  color: #000;
  line-height: 1.57;
}
.rt-features-item-text span {
  color: #FF3805;
  font-weight: 500;
}
.rt-features-item-images {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.rt-features-item-image-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.rt-features-item-image-item-text {
  font-size: 1rem;
  text-align: center;
  line-height: 1.4;
  margin-top: 0.5rem;
  font-weight: 500;
}
.rt-features-item-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2rem;
  margin-top: 1.4rem;
}
.rt-features-item-btns img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
} 
.rt-features-item-btns-list {
  font-size: 1.2rem;
  font-weight: normal;
  color: #000;
  line-height: 1.57;
  margin-top: 1.2rem;
}
.rt-features-item-btns-list li {
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  line-height: 1.6;
}


.rt-areas-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #FF3805;
  margin-bottom: 1.3rem;
}
.rt-areas-title ~ .rt-areas-title {
  margin-top: 4rem;
}
.rt-areas-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 6rem;
}
.rt-areas-item {
  text-decoration: none;
  display: flex;
  align-items: stretch;
  gap: 0 2rem;
  &:hover {
    opacity: 0.6;
  }
}
.rt-areas-item-content > .rt-areas-item-title:first-child {
  margin-top: 2.4rem;
}
.rt-areas-item-image {
  width: 18rem;
  height: 100%;
  min-height: 10.8rem;
  overflow: hidden;
}
.rt-areas-item-image.no-image {
  border: 0.1rem solid #ff3805;
  background-color: rgba(255, 0, 0, 0.1);
  position: relative;
}
.rt-areas-item-image.no-image::after {
  content: '準備中';
  display: block;
  color: #ff3805;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rt-areas-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rt-areas-item-image.no-image img {
  display: none;
}
.rt-areas-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rt-areas-label {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.7rem;
  padding-top: 0.4rem;
}
.rt-areas-label li {
  font-size: 1rem;
  font-weight: 600;
  color: #FF3805;
  border: 0.1rem solid #FF3805;
  border-radius: 0.5rem;
  padding: 0 0.6rem;
}
.rt-areas-item-title {
  font-size: 2rem;
  font-weight: 600;
  margin: 0.3rem 0;
}
.rt-areas-item-price {
  font-size: 1.4rem;
  font-weight: 500;
  color: #FF3805;
  line-height: 1.7;
  margin-bottom: auto;
}
.rt-areas-item-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.6rem;
}
.rt-areas-item-tag li {
  font-size: 1rem;
  font-weight: 600;
  color: #ff3805;
  line-height: 1.6;
  border-left: 0.2rem solid #FF3805;
  background-color: #E5E5E5;
  padding: 0.1rem 0.6rem;
}


.rt-support-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 5rem;
}
.rt-support-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}
.rt-support-item-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #FF3805;
  margin-top: 1.5rem;
}
.rt-support-item-text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  line-height: 1.57;
  margin-top: 0.8rem;
}
.rt-support-item-number {
  background-color: #ff3805;
  color: #fff;
  padding: 0.1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.8rem;
}
.rt-support-item-number span {
  display: inline-block;
}
.rt-support-item-number .number-wrap {
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.rt-support-item-number .number-wrap .number {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 1rem;
}
.rt-support-item-number .date {
  font-size: 1.1rem;
  font-weight: 400;
  margin-left: auto;
}


.rt-media-wrapper {
  display: flex;
  align-items: start;
  gap: 0 4rem;
}
.rt-media-item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem 0;
}
.rt-media-item-title {
  font-size: 1.8rem;
  font-weight: 600;
}
.rt-media-item img {
  width: auto;
  height: 22rem;
  object-fit: cover;
}


.rt-voice-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 3.2rem;
}
.rt-voice-item {
  display: flex;
  align-items: center;
  gap: 0 2.8rem;
}
.rt-voice-item img {
  width: 16.4rem;
  height: 16.4rem;
  object-fit: cover;
}
.rt-voice-item-text {
  width: 100%;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  border: 0.1rem solid #FF3805;
  border-radius: 1rem;
  padding: 1.4rem 2rem;
  position: relative;
}
.rt-voice-item-text::after {
  content: '';
  display: block;
  background-color: #fff;
  border-left: 0.1rem solid #FF3805;
  border-top: 0.1rem solid #FF3805;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-50%) translateY(-50%) scaleY(0.4) rotate(-45deg);
}
.rt-voice-item-text span {
  color: #FF3805;
  font-weight: 500;
}

.rt-flow-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 6.4rem;
}
.rt-flow-items li {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
}
.rt-flow-items li ~ li::before {
  content: '';
  display: block;
  border-right: 0.4rem solid #B5B5B5;
  border-top: 0.4rem solid #B5B5B5;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-180%) translateY(-50%) scaleY(0.6) rotate(45deg);
}
.rt-flow-list {
  margin: 3rem 0 0;
  padding-left: 3rem;
}
.rt-flow-list li {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 400;
  list-style-type: disc;
}

.rt-faq-item {
  padding-left: 3rem;
}
.rt-faq-item ~ .rt-faq-item {
  margin-top: 3rem;
}
.rt-faq-item-q {
  color: #FF3805;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.8rem;
  position: relative;
}
.rt-faq-item-q::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-180%);
  content: 'Q';
  display: inline-block;
  margin-right: 0.8rem;
}
.rt-faq-item-a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.375;
  color: #000;
}
.rt-faq-item-a a {
  text-decoration: underline;
  &:hover {
    text-decoration: none;
  }
}

.header__menu {
  margin-left: 5rem !important;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center !important;
}
.header__contact {
  margin: -1rem 0 -1.1rem auto;
}
.header__contact.active {
  /* displayはjQueryのfadeIn/fadeOutで制御 */
}
.header__contact-layout {
  display: flex;
  align-items: center;
  gap: 0 2.8rem;
}
.header__contact-layout-left {
  display: flex;
  flex-direction: column;
  color: #ff3805;
}
.header__contact-layout-text {
  font-size: 1.6rem;
  font-weight: 500;
}
.header__contact-layout-left .tel-number {
  display: flex;
  align-items: center;
  gap: 0 1.2rem;
}
.header__contact-layout-left .tel-number .tel-link {
  font-size: 3rem;
  font-weight: 600;
  text-decoration: underline;
  cursor: default;
  pointer-events: none;
}
.header__contact-layout-left .tel-number .time {
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 600;
}
.header__contact-layout-btn {
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #ff3805;
  color: #fff;
  padding: 1.2rem 2.4rem;
  border-radius: 30rem;
  text-decoration: none;
}
.header__contact-layout-btn:hover {
  opacity: 0.6;
}


.header__contact-layout-btn .mail-icon {
  display: none;
}


.sp-only {
  display: none;
}
.pc-only {
  display: inherit;
}


.header_open #header__contact {
  display: none !important;
}

@media (max-width: 767px) {
  .sp-only {
    display: inherit;
  }
  .pc-only {
    display: none;
  }
  .inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  html {
    font-size: 2.6vw;
  }
  .rt-fv {
    padding: 10.8rem 0 0;
  }
  
  section:last-of-type {
    margin-bottom: 10.8rem;
  }

  .header {
    padding-bottom: 1.8rem;
    background-color: rgba(255, 255, 255, 0.9);
  }
  
  .rt-mv-r1 {
    padding: 0;
    background: none;
    flex-direction: column;
    justify-content: start;
  }
  .rt-mv-r1-left {
    padding: 1rem 1rem 2rem;
    width: auto;
    background: url(/wp-content/themes/ill/img/common/bg01.png) no-repeat center center;
    background-size: cover;
  }
  .rt-mv-r1-left .rt-mv-r1-left-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 1.5rem 0;
  }
  .rt-mv-r1-left .htag {
    padding: 1.2rem 1rem;
  }
  .rt-mv-r1-left .htag .sub {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
  .rt-mv-r1-left .htag .main {
    font-size: 2.8rem;
  }
  .rt-mv-r1-left-content {
    border-left-width: 0.6rem;
    padding: 0.8rem 1rem 0.4rem;
  }
  .rt-mv-r1-left-content dl {
    margin-bottom: 0rem;
  }
  .rt-mv-r1-left-content dt {
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
  }
  .rt-mv-r1-left-content dd span {
    padding: 0.3rem 0.4rem;
    font-size: 1rem;
  }
  .rt-mv-r1-left-content dd span ~ span {
    margin-left: 0.6rem;
  }
  .rt-mv-r1-left-content .total-number {
    font-size: 1rem;
  }
  .rt-mv-r1-left-content .total-number .number {
    font-size: 1rem;
    color: #FF3805;
    display: inline-block;
    margin:0 0.8rem 0 0.5rem;
  }
  .rt-mv-r1-left-content .total-number .number span {
    font-size: 2.5rem;
    display: inline-block;
    margin-right: 0.3rem;
  }
  .rt-mv-r1-left-content .total-number .date {
    font-size: 1rem;
    display: inline-block;
  }
  .rt-mv-r1-right {
    width: 100%;
    background: rgba(255, 56, 5, 0.1);
    padding: 1rem;
  }
  .rt-mv-r1-right-title {
    font-size: 1.2rem;
    padding: 0.1rem 1rem;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .carousel-item {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
    min-height: 9rem;
  }
  .carousel-item img {
    display: block;
    width: 40%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1.61 / 1;
  }
  .carousel-item-content {
    width: 60%;
    padding: 0.5rem 1rem;
    position: relative;
  }
  .carousel-item-content .date {
    font-size: 1rem;
    padding: 0.1rem 1rem;
    position: static;
    transform: translate(0%, 0%);
  }
  .carousel-item-content .title {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
  .carousel-item-content .text {
    font-size: 0.9rem;
    margin-top: 0.5rem;
  }
  
  /* Swiper.js ナビゲーションボタン */
  .rt-carousel .swiper-button-next,
  .rt-carousel .swiper-button-prev {
    width: 1.5rem;
    height: 1.5rem;
  }
  .rt-carousel .swiper-button-next:after,
  .rt-carousel .swiper-button-prev:after {
    font-size: 1rem;
  }
  .rt-carousel .swiper-button-next {
    right: 0;
    transform: translateY(-50%) translateX(0%);
  }
  .rt-carousel .swiper-button-prev {
    left: 0;
    transform: translateY(-50%) translateX(0%);
  }
    
  .rt-mv-r2 {
    padding: 2rem 1rem 3rem;
  }
  .rt-mv-r2-text {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .rt-mv-r2-text .rt-mv-r2-text-sub,
  .rt-mv-r2-text .rt-mv-r2-text-main {
    display: block;
  }
  .rt-mv-r2-text .rt-mv-r2-text-sub {
    margin-top: 0.6rem;
  }
  .rt-mv-r2-text .rt-mv-r2-text-main {
    font-weight: 700;
    font-size: 2rem;
    margin-left: 1.4rem;
  }
  .rt-mv-r2-layout {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
  }
  .rt-mv-r2-layout-left-text {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 500;
  }
  .rt-mv-r2-layout-left .tel-number {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .rt-mv-r2-layout-left .tel-number .tel-link {
    font-size: 3.6rem;
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
    line-height: 1.2;
    pointer-events: auto;
  }
  .rt-mv-r2-layout-left .time {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.2;
    margin: 0.8rem 0 2.4rem;
  } 
  .rt-mv-r2-layout-right {
    font-size: 1.8rem;
    padding: 1.6rem 2rem;
  }
  
  
  .rt-section {
    padding: 8rem 0 0;
  }
  
  
  .rt-title1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 3rem;
  }
  
  
  .rt-features-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem 6rem;
  }
  .rt-features-item-title {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
  }
  .rt-features-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
    margin-bottom: 0.8rem;
  }
  .rt-features-item-list li {
    font-size: 1rem;
    padding: 0.2rem 1rem;
  }
  .rt-features-item-text {
    font-size: 1.3rem;
    line-height: 1.57;
  }
  .rt-features-item-text span {
    color: #FF3805;
    font-weight: 500;
  }
  .rt-features-item-images {
    margin-top: 1.4rem;
    gap: 1rem;
  }
  .rt-features-item-image-item-text {
    font-size: 0.9rem;
  }
  .rt-features-item-btns {
    gap: 0 1rem;
    margin-top: 1.4rem;
  }
  .rt-features-item-btns-list {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
  .rt-features-item-btns-list li {
    font-size: 1rem;
    line-height: 1.6;
  }
  
  
  .rt-areas-title {
    font-size: 1.8rem;
    margin-bottom: 1.3rem;
  }
  .rt-areas-title ~ .rt-areas-title {
    margin-top: 4rem;
  }
  .rt-areas-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem 6rem;
  }
  .rt-areas-item {
    text-decoration: none;
    display: flex;
    align-items: stretch;
    gap: 0 1.6rem;
  }
  .rt-areas-item-content > .rt-areas-item-title:first-child {
    margin-top: 2.4rem;
  }
  .rt-areas-item-image {
    width: 10rem;
    height: 100%;
    min-height: 12rem;
    overflow: hidden;
  }
  .rt-areas-item-image.no-image::after {
    font-size: 1.4rem;
  }
  .rt-areas-item-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .rt-areas-item-image.no-image img {
    display: none;
  }
  .rt-areas-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 10rem);
  }
  .rt-areas-label {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.7rem;
    padding-top: 0.4rem;
  }
  .rt-areas-label li {
    font-size: 1rem;
    font-weight: 400;
    border: 0.1rem solid #FF3805;
    padding: 0 0.6rem;
  }
  .rt-areas-item-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0.3rem 0;
  }
  .rt-areas-item-price {
    font-size: 1.4rem;
    font-weight: 500;
    color: #FF3805;
    line-height: 1.7;
    margin-bottom: auto;
  }
  .rt-areas-item-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.6rem;
  }
  .rt-areas-item-tag li {
    font-size: 1rem;
    font-weight: 600;
    color: #ff3805;
    line-height: 1.6;
    border-left: 0.2rem solid #FF3805;
    background-color: #E5E5E5;
    padding: 0.1rem 0.6rem;
  }
  
  
  .rt-support-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem 0;
  }
  .rt-support-item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 2 / 1;
  }
  .rt-support-item-title {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
  .rt-support-item-text {
    font-size: 1.4rem;
    font-weight: 500;
    color: #000;
    line-height: 1.57;
    margin-top: 0.8rem;
  }
  .rt-support-item-number {
    background-color: #ff3805;
    color: #fff;
    padding: 0.1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.8rem;
  }
  .rt-support-item-number span {
    display: inline-block;
  }
  .rt-support-item-number .number-wrap {
    font-size: 1.4rem;
    font-weight: 400;
    display: flex;
    align-items: center;
  }
  .rt-support-item-number .number-wrap .number {
    font-size: 2rem;
    font-weight: 500;
    margin: 0 1rem;
  }
  .rt-support-item-number .date {
    font-size: 1.1rem;
    font-weight: 400;
    margin-left: auto;
  }
  
  
  .rt-media-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 3rem;
  }
  .rt-media-item {
    display: flex;
    flex-direction: column;
    gap: 0.8rem 0;
  }
  .rt-media-item-title {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .rt-media-item img {
    width: auto;
    height: 12rem;
    object-fit: cover;
  }
  
  
  .rt-voice-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .rt-voice-item {
    display: flex;
    align-items: center;
    gap: 0 2.8rem;
  }
  .rt-voice-item img {
    width: 10rem;
    height: 10rem;
    object-fit: cover;
  }
  .rt-voice-item-text {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 1rem 1.2rem;
    position: relative;
  }
  


  .rt-flow-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 2rem;
  }
  .rt-flow-items li {
    width: 26%;
  }
  .rt-flow-items li ~ li::before {
    display: none;
  }
  .rt-flow-items li::after {
    content: '';
    display: block;
    border-right: 0.4rem solid #B5B5B5;
    border-top: 0.4rem solid #B5B5B5;
    width: 1.6rem;
    height: 1.6rem;
    top: 50%;
    right: 0;
    position: absolute;
    transform: translateX(90%) translateY(-50%) scaleY(0.6) rotate(45deg);
  }
  .rt-flow-items li:last-of-type::after {
    display: none;
  }
  .rt-flow-list {
    margin: 1.8rem 0 0;
    padding-left: 2rem;
  }
  .rt-flow-list li {
    font-size: 1.4rem;
  }
  .rt-flow-list li ~ li {
    margin-top: 0.6rem;
  }
  
  .rt-faq-item {
    padding-left: 3rem;
  }
  .rt-faq-item ~ .rt-faq-item {
    margin-top: 3rem;
  }
  .rt-faq-item-q {
    color: #FF3805;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.8rem;
    position: relative;
  }
  .rt-faq-item-q::before {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-180%);
    content: 'Q';
    display: inline-block;
    margin-right: 0.8rem;
  }
  .rt-faq-item-a {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.375;
    color: #000;
  }
  .rt-faq-item-a a {
    text-decoration: underline;
    &:hover {
      text-decoration: none;
    }
  }

  .header__menu {
    margin-left: 1.4rem !important;
  }
  .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center !important;
  }
  .header__contact {
    margin: 0 0 0 auto;
  }
  .header__contact-layout {
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }
  .header__contact-layout-left {
    display: flex;
    flex-direction: column;
    color: #ff3805;
  }
  .header__contact-layout-text {
    display: none !important;
  }
  .header__contact-layout-left .tel-number {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .header__contact-layout-left .tel-number .tel-link {
    font-size: 1.7rem;
    font-weight: 600;
    pointer-events: auto;
    white-space: nowrap;
    cursor: pointer;
  }
  .header__contact-layout-left .tel-number .time {
    display: none !important;
  }
  .header__contact-layout-btn {
    font-size: 1.6rem;
    font-weight: 700;
    background-color: inherit;
    padding: 0;
    border-radius: none;
  }
  .header__contact-layout-btn .mail-icon {
    width: 2.4rem;
    height: 2.4rem;
    object-fit: cover;
    display: block !important;
  }
  .header__contact-layout-btn span {
    display: none !important;
  }
  
}

.common__title.ta-c {
  text-align: center;
}
.thanks_message {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 3rem;
  text-align: center;
  width: 100%;
}
.office_info {
  background: rgba(255, 56, 5, 0.08);
  padding: 2rem 4rem;
}
.office_info table {
  width: 100%;
  border: 0 !important;
}
.office_info table tr {
  border: 0 !important;
}
.office_info table th,
.office_info table td {
  border:0 !important;
  padding: 0.4rem 1rem;
}
.office_info table th {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: right;
}
.office_info table td {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}
.office_info table td a {
  text-decoration: underline;
  &:hover {
    text-decoration: none;
  }
}
.rt-thanksbtn {
  margin-top: 5rem;
  text-align: center;
}
.rt-thanksbtn a {
  background: #FF3805;
  color: #fff;
  padding: 1rem 3rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
  text-decoration: none;
  border-radius: 30rem;
  &:hover {
    opacity: 0.7;
  }
} 