@charset "UTF-8";
/* CSS Document */
.only-pc {
  display: inherit;
}

.only-sp {
  display: none;
}

.inner {
  width: 130rem;
  padding: 0 5rem;
  margin: 0 auto;
}

#top {
  position: relative;
}

section {
  min-width: 130rem;
}

/* ---------------------------------------------------------- ヘッダー */
#header {
  background-color: #fff;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  min-width: 130rem;
}
#header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .header-title {
  margin: 1rem 0;
}
#header .header-title img {
  width: 21.4rem;
  height: auto;
}
#header .header-nav {
  padding-bottom: 1.5rem;
}
#header .header-nav .header-nav-items {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3.2rem;
}
#header .header-nav .header-nav-items li {
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer !important;
}
#header .header-nav .header-nav-items li a {
  font-size: 1.6rem;
  font-weight: 900;
  color: #070300;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 2.4;
}
#header .header-nav .header-nav-items li a::after {
  content: "";
  display: block;
  border-left: 0.3rem solid #00b100;
  border-bottom: 0.3rem solid #00b100;
  width: 1.2rem;
  height: 1.2rem;
  background: transparent;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  top: 100%;
  margin-top: 0.4rem;
  pointer-events: none;
  transition: top 300ms ease;
}
#header .header-nav .header-nav-items li a:hover::after {
  top: 110%;
}
#header .header-nav .header-nav-items li:nth-of-type(2) a {
  line-height: 1.2;
}
#header .copyright {
  display: none !important;
}

/* ---------------------------------------------------------- ファーストビュー */
#fv {
  min-width: 130rem;
  background: url("../img/fv-img01.png") no-repeat center center/cover;
  position: relative;
  overflow: hidden;
}
#fv .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 68%;
  height: 300%;
  background: rgba(255, 255, 255, 0.77);
  transform: rotate(38deg);
  transform-origin: right top;
}
#fv .inner {
  height: 86rem;
  position: relative;
}
#fv .vertical-text {
  position: absolute;
  right: 5rem;
  top: 10%;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 0.5rem 0.7rem;
  font-size: 3.8rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6;
  text-shadow: #fff 0.6rem 0 0.3rem, #fff -0.6rem 0 0.3rem, #fff 0 0.6rem 0.3rem, #fff 0 -0.6rem 0.3rem, #fff 0.6rem 0.6rem 0.3rem, #fff -0.6rem 0.6rem 0.3rem, #fff 0.6rem -0.6rem 0.3rem, #fff -0.6rem -0.6rem 0.3rem; /* 左上 */
  display: inline-block;
}
#fv .vertical-text span {
  position: relative;
  top: -1.8rem;
}
#fv ul {
  padding: 8rem 0 6.4rem;
  display: flex;
  justify-content: flex-start;
  gap: 1.6rem;
}
#fv li {
  display: inline-block;
  color: #fff;
  font-weight: 900;
  font-size: 3.6rem;
  padding: 1.4rem 1.6rem 1.8rem;
  line-height: 1;
  background: linear-gradient(to right, #00b100 0%, #00933b 100%);
}
#fv .dot-group {
  display: inline-flex;
  justify-content: center;
  gap: 0;
}
#fv .dot-char {
  color: #070300;
  display: inline-block;
  padding: 0 0.4rem;
}
#fv .dot-char::before {
  top: -0.2em;
  font-size: 2.5rem;
  color: #070300;
}
#fv .fv-catch {
  font-weight: 900;
  font-size: 6.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.4rem;
  line-height: 1.5;
}
#fv .fv-catch span.cc {
  color: #00b100;
}
#fv .fv-img02 {
  width: 50.8rem;
  height: auto;
  position: absolute;
  bottom: 8%;
  right: 5rem;
}
#fv .fv-img03 {
  width: 62.2rem;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 37.5%;
}

/* ---------------------------------------------------------- CVボタン */
.cvarea1 {
  position: relative;
  padding: 8rem 0 8.2rem;
}
.cvarea1::before, .cvarea1::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
}
.cvarea1::before {
  width: 23.9rem;
  height: 22.6rem;
  background: url("../img/img18.png") no-repeat 0 0/cover;
  left: 5.8rem;
}
.cvarea1::after {
  width: 14.8rem;
  height: 20.2rem;
  background: url("../img/img19.png") no-repeat 0 0/cover;
  right: 10rem;
}
.cvarea1 .cvtitle {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}
.cvarea1 .cvtitle .dq {
  font-size: 3.4rem;
}
.cvarea1 a {
  display: block;
  width: 53.8rem;
  padding: 1.9rem 0 2.4rem;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 500;
  border-radius: 30rem;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(90deg, rgb(255, 112, 30) 0%, #ffa700 50%, rgb(255, 77, 48) 100%);
  transition: all 300ms ease-in-out;
  background-size: 200% 100%;
  filter: drop-shadow(0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.3));
  position: relative;
  margin: 2.4rem auto 0;
}
.cvarea1 a:hover {
  background-position: 100% 0;
}
.cvarea1 a::after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background: url("../img/icon01.svg") no-repeat 0 0/cover;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translate(0%, -50%);
}

.cvarea2 {
  position: relative;
  padding: 8rem 0 0;
}
.cvarea2 .cvtitle {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3.6rem;
}
.cvarea2 .dq {
  font-size: 2.5rem;
}
.cvarea2 a {
  display: block;
  width: 63.8rem;
  padding: 1.9rem 0 2.4rem;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 500;
  border-radius: 30rem;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(90deg, rgb(255, 112, 30) 0%, #ffa700 50%, rgb(255, 77, 48) 100%);
  transition: all 300ms ease-in-out;
  background-size: 200% 100%;
  filter: drop-shadow(0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.3));
  position: relative;
  margin: 2.4rem auto 0;
}
.cvarea2 a:hover {
  background-position: 100% 0;
}
.cvarea2 a::after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background: url("../img/icon01.svg") no-repeat 0 0/cover;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translate(0%, -50%);
}
.cvarea2 .shasen {
  display: inline-block;
  position: relative;
}
.cvarea2 .shasen::before, .cvarea2 .shasen::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 7rem;
  background-color: #070300;
  position: absolute;
  top: -1rem;
}
.cvarea2 .shasen::before {
  left: -4rem;
  transform: rotate(-18deg);
  transform-origin: left top;
}
.cvarea2 .shasen::after {
  right: -4rem;
  transform: rotate(18deg);
  transform-origin: right top;
}

.cvarea3 {
  position: relative;
  padding: 8rem 0 0;
}
.cvarea3 a {
  display: block;
  width: 53.8rem;
  padding: 1.9rem 0 2.4rem;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 500;
  border-radius: 30rem;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(90deg, rgb(255, 112, 30) 0%, #ffa700 50%, rgb(255, 77, 48) 100%);
  background-size: 200% 100%;
  filter: drop-shadow(0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.3));
  position: relative;
  margin: 0;
  transition: all 300ms ease-in-out;
}
.cvarea3 a:hover {
  background-position: 100% 0;
}
.cvarea3 a::before {
  content: "";
  width: 38.2rem;
  height: 6.6rem;
  display: block;
  background: url("../img/fv-img04.png") no-repeat 0 0/cover;
  position: absolute;
  top: -3.2rem;
  left: 50%;
  transform: translate(-50%, 0%);
}
.cvarea3 a::after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background: url("../img/icon01.svg") no-repeat 0 0/cover;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translate(0%, -50%);
}

/* ---------------------------------------------------------- あなたにとっての“ちょうどいい”とは？ */
.foryou .inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.foryou-title {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 900;
  margin-bottom: 10.4rem;
}

.foryou-title .dq {
  color: #00b100;
  font-size: 5.6rem;
}

.foryou-title .strong {
  color: #00b100;
  font-size: 6.4rem;
  font-weight: 900;
}

.foryou-compare {
  padding: 6rem;
  background-color: #f5f5f5;
  border-radius: 6rem;
  display: grid;
  grid-template-columns: 27.8% 69.4%;
  gap: 2.8%;
  align-items: center;
  margin: 8rem 0 0;
}

.foryou-labels {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 900;
  font-size: 6rem;
  color: #070300;
  line-height: 1.2;
}

.foryou-labels .label1 {
  color: #7dbf00;
}

.foryou-labels .label2 {
  color: #00933b;
  margin-top: 0.8rem;
}

.foryou-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.foryou-people {
  position: relative;
}

.foryou-people img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 15.7rem;
  height: auto;
}

.foryou-block-title {
  background-color: #7dbf00;
  border-radius: 30rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  padding: 0.5rem 0;
  margin-bottom: 0.4rem;
}

.foryou-col2 .foryou-block-title {
  background-color: #00933b;
}

.foryou-block dl {
  font-size: 2rem;
  font-weight: 900;
  display: grid;
  grid-template-columns: 26.8% 1fr;
  min-height: 8.4rem;
  align-items: center;
  border-bottom: 0.2rem dotted #7dbf00;
}

.foryou-col2 .foryou-block dl {
  border-bottom: 0.2rem dotted #00933b;
}

.foryou-block dt {
  color: #7dbf00;
  text-align: center;
}

.foryou-col2 .foryou-block dt {
  color: #00933b;
}

/* ---------------------------------------------------------- こんなお悩みありませんか？ */
#concerns {
  background-color: #d0eaa4;
  position: relative;
  padding: 8rem 0;
}

#concerns::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6rem solid transparent;
  border-right: 6rem solid transparent;
  border-top: 4rem solid #fff;
}

#concerns .p01 {
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
}

#concerns .p01 .dq,
#concerns .p01 .strong {
  color: #00b100;
  font-weight: 900;
}

#concerns .p01 .strong,
#concerns .p02 strong,
#concerns .p01 .dq {
  text-shadow: #fff 0.2rem 0 0.2rem, #fff -0.2rem 0 0.2rem, #fff 0 -0.2rem 0.2rem, #fff -0.2rem 0 0.2rem, #fff 0.2rem 0.2rem 0.2rem, #fff -0.2rem 0.2rem 0.2rem, #fff 0.2rem -0.2rem 0.2rem, #fff -0.2rem -0.2rem 0.2rem, #fff 0.1rem 0.2rem 0.2rem, #fff -0.1rem 0.2rem 0.2rem, #fff 0.1rem -0.2rem 0.2rem, #fff -0.1rem -0.2rem 0.2rem, #fff 0.2rem 0.1rem 0.2rem, #fff -0.2rem 0.1rem 0.2rem, #fff 0.2rem -0.1rem 0.2rem, #fff -0.2rem -0.1rem 0.2rem, #fff 0.1rem 0.1rem 0.2rem, #fff -0.1rem 0.1rem 0.2rem, #fff 0.1rem -0.1rem 0.2rem, #fff -0.1rem -0.1rem 0.2rem;
}

#concerns .p01 .dq {
  font-size: 4.2rem;
}

#concerns .p01 .strong {
  font-size: 4.8rem;
}

#concerns .p02 {
  text-align: center;
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1.4;
  margin: 2.5rem 0 4rem;
}

#concerns .p02 strong {
  font-size: 6.4rem;
  color: #00b100;
  font-weight: 900;
}

#concerns ul {
  background-color: #fff;
  padding: 6rem 0 6rem 4rem;
  border-radius: 6rem;
  position: relative;
  z-index: 8;
}

#concerns ul::before,
#concerns ul::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  transform: translate(0%, -100%);
}

#concerns ul::before {
  width: 14.4rem;
  height: 23.5rem;
  background: url("../img/img07.png") no-repeat 0 0/cover;
  left: 10rem;
}

#concerns ul::after {
  width: 13.2rem;
  height: 23.35rem;
  background: url("../img/img08.png") no-repeat 0 0/cover;
  right: 10rem;
}

#concerns li {
  font-size: 3.9rem;
  font-weight: 500;
  list-style-type: none;
  display: flex;
  align-items: center;
  line-height: 1.6;
}

#concerns li::before {
  content: "";
  display: inline-block;
  width: 4.2rem;
  height: 3.8rem;
  background: url("../img/check01.png") no-repeat 0 0/cover;
  margin-right: 1.5rem;
}

#concerns li strong {
  font-weight: 800;
  color: #00b100;
}

/* ---------------------------------------------------------- “ちょうどいい住まい”が見つかるのには理由があります */
#reason {
  position: relative;
  padding: 8rem 0;
  background: url("../img/bg01.png") no-repeat center 28rem/136.558rem;
}

#reason::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6rem solid transparent;
  border-right: 6rem solid transparent;
  border-top: 4rem solid #d0eaa4;
}

.catch {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 24.4rem;
}

.catch .dq,
.catch .strong {
  color: #00b100;
  font-weight: 900;
}

.catch .dq {
  font-size: 5.2rem;
}

.catch .strong {
  font-size: 6.4rem;
}

.dot-group {
  display: inline-flex;
  justify-content: center;
  gap: 0;
}

.dot-char {
  position: relative;
  display: inline-block;
  font-size: 6.4rem;
  font-weight: 900;
  color: #00b100;
  letter-spacing: 0;
}

.dot-char::before {
  content: "・";
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3rem;
  color: #00b100;
  pointer-events: none;
}

.underline {
  position: relative;
  font-weight: 900;
  z-index: 1;
  color: #111;
  font-size: 6.4rem;
}

.underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.1em;
  height: 1.5rem;
  background: #00b100;
  z-index: -1;
  pointer-events: none;
}

.reason-box {
  display: grid;
  align-items: center;
  grid-template-areas: "reason-text reason-image";
  grid-template-columns: 62.962% 1fr;
  gap: 4rem;
  border: 1rem solid #cfe8a3;
  border-radius: 6rem;
  padding: 5rem 6rem;
}

.reason-box:nth-of-type(2n) {
  grid-template-columns: 1fr 62.962%;
  grid-template-areas: "reason-image reason-text";
}

.reason-box ~ .reason-box {
  margin-top: 4rem;
}

.reason-text {
  flex: 1;
  line-height: 1.8;
  grid-area: reason-text;
}

.reason-title {
  display: flex;
  align-items: center;
  margin-bottom: 1.4rem;
}

.reason-title .label {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-right: 2.5rem;
}

.reason-title .number {
  color: #00b100;
  font-size: 6.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  line-height: 1;
  white-space: nowrap;
}

.reason-title .title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}

.reason-text .txt {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 400;
}

.highlight {
  background: linear-gradient(transparent 70%, #d0eaa4 70%);
  font-weight: 600;
}

.reason-image {
  grid-area: reason-image;
  flex-shrink: 0;
}

.reason-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---------------------------------------------------------- おうちのぜんぶのサービス */
#service {
  background-color: #d0eaa4;
}

#service .title {
  background-color: #7dbf00;
  padding: 2rem 5rem;
  text-align: center;
  color: #fff;
  min-width: 130rem;
  font-size: 6rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

#service .title img {
  width: 37.3rem;
  height: auto;
}

#service .title span {
  font-size: 3.6rem;
  position: relative;
  top: 1.2rem;
}

#service .inner {
  position: relative;
  padding-top: 8rem;
}

#service .inner::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6rem solid transparent;
  border-right: 6rem solid transparent;
  border-top: 4rem solid #7dbf00;
}

.service-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
}

.service-box dl {
  border-radius: 6rem;
  border: 1rem solid #fff;
  padding: 2.4rem 3.5rem;
}

.service-box dt {
  font-weight: 900;
  color: #070300;
  line-height: 1.3;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 1.925rem;
}

.service-box dt.row1 {
  line-height: 2.6;
}

.service-box dd img {
  display: block;
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
}

/* ---------------------------------------------------------- お客さまの声 */
#voice {
  padding: 8rem 0;
}

.title-ub {
  font-size: 4.8rem;
  font-weight: 900;
  text-align: center;
  position: relative;
}

.title-ub::after {
  content: "";
  width: 8.2rem;
  height: 0.8rem;
  display: block;
  background-color: #00b100;
  position: absolute;
  bottom: -1.6rem;
  left: 50%;
  transform: translate(-50%, 0%);
}

.slider-wrap {
  position: relative;
  max-width: 120rem;
  margin: 5.6rem auto 0;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.slider {
  flex: 0 0 calc((100% - 12rem) / 3);
  margin-right: 6rem;
  background: #fff;
  padding: 3rem;
  border-radius: 6rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  min-width: 0;
}

.slider:last-child {
  margin-right: 0;
}

.voice-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.voice-info dt {
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.voice-info dd {
  font-weight: 400;
  font-size: 1.8rem;
}

.voice-info img {
  width: 10rem;
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.voice-text dt {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

.voice-text dd {
  font-weight: 400;
  font-size: 1.8rem;
}

.dots {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  gap: 2.5rem;
}

.dot {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 30rem;
  background: #ccc;
  cursor: pointer;
}

.dot.active {
  background: #7dbf00;
}

/* ---------------------------------------------------------- ご利用の流れ */
#flow {
  padding: 8rem 0;
  background-color: #f5f5f5;
}

.title-sub {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin: 3.4rem 0 5.5rem;
}

.flow-wrap {
  padding: 0 6rem;
}

.flow-box {
  background-color: #fff;
  border-radius: 5rem;
  padding: 4.8rem 6rem;
  position: relative;
}

.flow-box ~ .flow-box {
  margin: 6.4rem 0 0;
}

.flow-box::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6rem solid transparent;
  border-right: 6rem solid transparent;
  border-top: 4rem solid #fff;
}

.flow-box:last-of-type::before {
  display: none;
}

.flow-step {
  display: grid;
  grid-template-columns: 8.8rem 1fr;
  gap: 2.3rem;
}

.flow-num {
  background-color: #7dbf00;
  color: #fff;
  font-size: 2.2rem;
  border-radius: 30rem;
  height: 8.8rem;
  text-align: center;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 1.2rem;
}

.flow-num span {
  font-size: 4.8rem;
  display: block;
  font-weight: 600;
}

.flow-step dt {
  color: #00b100;
  font-size: 3.6rem;
  font-weight: 500;
}

.flow-step dd {
  font-size: 1.8rem;
  font-weight: 400;
}

.flow-box a {
  display: block;
  width: 43rem;
  padding: 0.8rem 0 1.2rem;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  border-radius: 30rem;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(90deg, rgb(255, 112, 30) 0%, #ffa700 50%, rgb(255, 77, 48) 100%);
  transition: all 300ms ease-in-out;
  background-size: 200% 100%;
  position: relative;
  margin: 3.2rem auto 0;
  line-height: 1;
}
.flow-box a:hover {
  background-position: 100% 0;
}

.flow-box a::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url("../img/icon01.svg") no-repeat 0 0/cover;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translate(0%, -50%);
}

/* ---------------------------------------------------------- よくある質問 */
#faq {
  padding: 8rem 0;
}

.faq-wrap {
  margin: 8rem 0 0;
  padding: 0 6rem;
}

.faq-wrap dl {
  padding: 2rem 5rem;
  border-radius: 5rem;
  border: 1rem solid #d0eaa3;
}

.faq-wrap dl ~ dl {
  margin-top: 3.2rem;
}

.faq-wrap dt,
.faq-wrap dd {
  position: relative;
  padding-left: 6.4rem;
  min-height: 5.3rem;
}

.faq-wrap dt {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  padding-top: 0.5rem;
}

.faq-wrap dd {
  font-size: 1.8rem;
  line-height: 1.75;
  padding-top: 0.8rem;
}

.faq-wrap dt::before,
.faq-wrap dd::before {
  content: "";
  width: 5.3rem;
  height: 5.3rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.faq-wrap dt::before {
  background: url("../img/faq-q.svg") no-repeat 0 0/cover;
}

.faq-wrap dd::before {
  background: url("../img/faq-a.svg") no-repeat 0 0/cover;
}

.faq-text {
  margin-top: 3.2rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}

.faq_notice {
  font-size: 1.3rem;
}

/* ---------------------------------------------------------- フッター */
#footer {
  background-color: #00b100;
  color: #fff;
  padding-bottom: 2.4rem;
}

.footer-layout {
  display: grid;
  grid-template-columns: 65% 1fr;
  align-items: center;
  padding: 4rem 0 2.4rem;
}

.footer-logo img {
  display: block;
  width: 27.6rem;
  height: 11rem;
}

.footer-com {
  font-size: 1.8rem;
  font-weight: 400;
}

.footer-add {
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
}

.footer-tel {
  margin: 0 0 1.6rem;
}

.footer-tel a {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.footer-tel a::before {
  content: "";
  width: 2.1rem;
  height: 2.9rem;
  display: inline-block;
  background: url("../img/icon03.svg") no-repeat 0 0/cover;
  position: relative;
  top: 0.5rem;
  margin-right: 0.4rem;
}

.footer-link a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  position: relative;
}

.footer-link a::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../img/icon02.svg") no-repeat 0 0/cover;
  margin: 0 0 0 0.6rem;
  position: relative;
  top: 0.6rem;
}

.copyright {
  font-size: 1.4rem;
  text-align: center;
  display: block;
  font-weight: 600;
}