@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* 色のクラス
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #111111;
}

.green {
  color: #006335;
}

.orange {
  color: #FFA322;
}

/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
table,
tr,
th,
td,
a,
figure {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #111111;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}
@media screen and (max-width: 999px) {
  body,
  ul,
  ol,
  dl,
  li,
  dt,
  dd,
  p,
  div,
  img,
  svg,
  a,
  table,
  tr,
  th,
  td,
  figure {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 700;
}

.en {
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

.zen {
  font-family: "Zen Kaku Gothic Antique", serif;
  letter-spacing: 0.1em;
}

.list_nav li a {
  font-family: "Zen Kaku Gothic Antique", serif;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 共通
--------------------------------------------------*/
body {
  word-break: break-word;
}

a {
  transition-duration: 0.3s;
  animation-timing-function: ease-out;
}

span {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

/* 共通
--------------------------------------------------*/
body {
  background-image: url(/img/lp/kaigo_fukushi-lp/bg_light-beige.jpg);
  background-size: contain;
  background-repeat: repeat;
}

.title {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .title {
    margin-bottom: 30px;
  }
}
.title .en {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .title .en {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
}
.title .ja {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  .title .ja {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 449px) {
  .title .ja {
    font-size: 6.66vw;
  }
}

.contact-us {
  background: #006335;
  padding: 60px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .contact-us {
    padding: 40px 0;
  }
}
.contact-us::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/img/lp/kaigo_fukushi-lp/noise.png);
  opacity: 0.3;
  z-index: -1;
}
.contact-us .wrap_contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .contact-us .wrap_contact {
    gap: 24px;
  }
}
.contact-us .wrap_contact .midashi {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.contact-us .wrap_contact .midashi .en {
  font-size: 2rem;
  margin-bottom: 10px;
}
.contact-us .wrap_contact .midashi .midashi_txt {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 4px;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
}
@media screen and (max-width: 768px) {
  .contact-us .wrap_contact .midashi .midashi_txt {
    font-size: clamp(1.8rem, 3vw, 2rem);
  }
}
@media screen and (max-width: 449px) {
  .contact-us .wrap_contact .midashi .midashi_txt {
    font-size: 4.2vw;
  }
}
.contact-us .wrap_contact .midashi .wrap_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-us .wrap_contact .btn {
  background: #FFA322;
  padding: 30px 0;
  border-radius: 100vh;
  width: 450px;
}
@media screen and (max-width: 768px) {
  .contact-us .wrap_contact .btn {
    width: auto;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 449px) {
  .contact-us .wrap_contact .btn {
    width: 100%;
    padding: 10px 0;
  }
}
.contact-us .wrap_contact .btn .txt {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact-us .wrap_contact .btn .txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 449px) {
  .contact-us .wrap_contact .btn .txt {
    font-size: 1.6rem;
  }
}
.contact-us .wrap_contact .btn:hover {
  transform: scale(1.05);
}
.contact-us .cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.contact-us .cont p {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
}

.contact-us_bottom {
  margin: 0 30px;
  background: #006335;
  padding: 60px 0;
  text-align: center;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .contact-us_bottom {
    margin: 0 auto;
    width: 94%;
  }
}
.contact-us_bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/img/lp/kaigo_fukushi-lp/noise.png);
  opacity: 0.3;
  z-index: -1;
}
.contact-us_bottom .wrap_contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  position: relative;
  z-index: 2;
}
.contact-us_bottom .wrap_contact .midashi {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.contact-us_bottom .wrap_contact .midashi .en {
  font-size: 2rem;
  margin-bottom: 10px;
}
.contact-us_bottom .wrap_contact .midashi .midashi_txt {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 4px;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
}
@media screen and (max-width: 768px) {
  .contact-us_bottom .wrap_contact .midashi .midashi_txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 449px) {
  .contact-us_bottom .wrap_contact .midashi .midashi_txt {
    font-size: 4.4vw;
  }
}
.contact-us_bottom .wrap_contact .btn {
  background: #FFA322;
  padding: 30px 0;
  border-radius: 100vh;
  width: 450px;
}
@media screen and (max-width: 768px) {
  .contact-us_bottom .wrap_contact .btn {
    width: auto;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 449px) {
  .contact-us_bottom .wrap_contact .btn {
    width: 100%;
    padding: 10px 0;
  }
}
.contact-us_bottom .wrap_contact .btn .txt {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact-us_bottom .wrap_contact .btn .txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 449px) {
  .contact-us_bottom .wrap_contact .btn .txt {
    font-size: 1.6rem;
  }
}
.contact-us_bottom .wrap_contact .btn:hover {
  transform: scale(1.05);
}
.contact-us_bottom .cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.contact-us_bottom .cont p {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 449px) {
  .contact-us_bottom .cont p {
    font-size: 4.4vw;
  }
}

.a_line {
  text-decoration: underline;
  text-underline-offset: 0.25em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.a_opacity:hover {
  opacity: 0.6;
}

/* KV
--------------------------------------------------*/
.kv_left img, .kv_right img {
  height: 500px;
}
@media screen and (max-width: 1250px) {
  .kv_left img, .kv_right img {
    height: 460px;
  }
}
@media screen and (max-width: 999px) {
  .kv_left img, .kv_right img {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .kv_left img, .kv_right img {
    height: 33vh;
  }
}
@media screen and (max-width: 449px) {
  .kv_left img, .kv_right img {
    height: 23vh;
  }
}

img {
  border-radius: 10px;
}

.kv {
  overflow: hidden;
  position: relative;
  margin-top: 170px;
  height: 570px;
}
@media screen and (max-width: 1250px) {
  .kv {
    margin-top: 130px;
    height: 520px;
  }
}
@media screen and (max-width: 999px) {
  .kv {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    margin-top: 100px;
  }
}
.kv .kv_inner {
  display: flex;
  width: 150%;
  position: absolute;
  left: -40%;
  top: 0;
  padding-top: 30px;
}
@media screen and (max-width: 1250px) {
  .kv .kv_inner {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 999px) {
  .kv .kv_inner {
    flex-direction: column;
    position: relative;
    z-index: 0;
    padding-top: 0;
    gap: 30px;
  }
}
.kv .kv_inner .kv_left {
  width: calc(60% - 600px);
  border-radius: 0 10px 10px 0;
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1250px) {
  .kv .kv_inner .kv_left {
    display: none;
  }
}
.kv .kv_inner .kv_left .kv_left_inner {
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.kv .kv_inner .kv_left img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}
.kv .kv_inner .kv_center {
  width: 732px;
  flex-shrink: 0;
}
@media screen and (max-width: 1250px) {
  .kv .kv_inner .kv_center {
    width: 52%;
  }
}
@media screen and (max-width: 999px) {
  .kv .kv_inner .kv_center {
    width: auto;
  }
}
.kv .kv_inner .kv_center .kv_center_inner {
  padding-left: 100px;
  padding-right: 80px;
}
@media screen and (max-width: 1250px) {
  .kv .kv_inner .kv_center .kv_center_inner {
    padding-left: 10%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 999px) {
  .kv .kv_inner .kv_center .kv_center_inner {
    padding-left: 5%;
  }
}
.kv .kv_inner .kv_center .kv_center_inner h1 {
  font-size: 2rem;
  font-weight: 500;
  padding: 3px 15px;
  border: solid 1px #006335;
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}
@media screen and (max-width: 1250px) {
  .kv .kv_inner .kv_center .kv_center_inner h1 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 999px) {
  .kv .kv_inner .kv_center .kv_center_inner h1 {
    margin-bottom: 20px;
  }
}
.kv .kv_inner .kv_center .kv_center_inner h2 {
  font-size: 4.8rem;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1250px) {
  .kv .kv_inner .kv_center .kv_center_inner h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 999px) {
  .kv .kv_inner .kv_center .kv_center_inner h2 {
    white-space: wrap;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  .kv .kv_inner .kv_center .kv_center_inner h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 449px) {
  .kv .kv_inner .kv_center .kv_center_inner h2 {
    font-size: 7.7vw;
  }
}
.kv .kv_inner .kv_center .kv_center_inner h2 span {
  display: inline-block;
}
.kv .kv_inner .kv_center .kv_center_inner .en {
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 65px;
}
@media screen and (max-width: 1250px) {
  .kv .kv_inner .kv_center .kv_center_inner .en {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 999px) {
  .kv .kv_inner .kv_center .kv_center_inner .en {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 449px) {
  .kv .kv_inner .kv_center .kv_center_inner .en {
    font-size: 1.2rem;
  }
}
.kv .kv_inner .kv_center .kv_center_inner p {
  margin-bottom: 30px;
}
.kv .kv_inner .kv_center .kv_center_inner .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #FFA322;
  border-radius: 100vh;
  padding: 20px 50px 20px 80px;
  width: 320px;
  height: 70px;
  position: relative;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 449px) {
  .kv .kv_inner .kv_center .kv_center_inner .btn {
    width: 100%;
    max-width: 280px;
    height: 58px;
    padding: 20px 30px 20px 60px;
  }
}
.kv .kv_inner .kv_center .kv_center_inner .btn::before {
  content: "無料";
  position: absolute;
  background: #fff;
  color: #FFA322;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 449px) {
  .kv .kv_inner .kv_center .kv_center_inner .btn::before {
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    left: 8px;
  }
}
.kv .kv_inner .kv_center .kv_center_inner .btn .txt {
  font-size: 2rem;
}
@media screen and (max-width: 449px) {
  .kv .kv_inner .kv_center .kv_center_inner .btn .txt {
    font-size: 1.6rem;
  }
}
.kv .kv_inner .kv_center .kv_center_inner .btn:hover {
  transform: scale(1.05);
}
.kv .kv_inner .kv_right {
  width: calc(60% - 600px);
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1250px) {
  .kv .kv_inner .kv_right {
    width: 48%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 999px) {
  .kv .kv_inner .kv_right {
    width: 100%;
    box-shadow: none;
    border: none;
  }
}
.kv .kv_inner .kv_right .kv_right_inner {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 999px) {
  .kv .kv_inner .kv_right .kv_slide_right {
    width: 100%;
    margin: auto;
    overflow: visible;
    padding: 0 10px;
  }
}
@media screen and (max-width: 999px) {
  .kv .kv_inner .kv_right .swiper-slide {
    border-radius: 10px;
    border: solid 1px rgba(0, 0, 0, 0.05);
    width: 80%;
    max-width: 700px;
  }
}
.kv .kv_inner .kv_right img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
.kv .swiper-pagination {
  text-align: right;
  left: inherit;
  right: 30px;
  bottom: 0;
}
@media screen and (max-width: 999px) {
  .kv .swiper-pagination {
    text-align: center;
    position: unset;
    margin-top: 10px;
  }
}
.kv .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #F9F7F3;
  border: solid 1px #FFA322;
  margin: 0 5px;
  opacity: 1;
}
@media screen and (max-width: 449px) {
  .kv .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
}
.kv .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFA322;
}

/* こんなお悩みありませんか？
--------------------------------------------------*/
.worries {
  padding-top: 120px;
}
@media screen and (max-width: 999px) {
  .worries {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .worries {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .worries {
    padding-top: 60px;
  }
}
.worries .wrap_intro .wrap_worries {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 50px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .worries .wrap_intro .wrap_worries {
    padding: 30px;
  }
}
@media screen and (max-width: 449px) {
  .worries .wrap_intro .wrap_worries {
    padding: 40px 20px;
  }
}
.worries .wrap_intro .wrap_worries::after {
  content: "";
  position: absolute;
  background-image: url(/img/lp/kaigo_fukushi-lp/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 22px;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 449px) {
  .worries .wrap_intro .wrap_worries::after {
    width: 40px;
  }
}
.worries .wrap_intro .wrap_worries .title {
  margin-bottom: 30px;
}
.worries .wrap_intro .wrap_worries .list_worries {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .worries .wrap_intro .wrap_worries .list_worries {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .worries .wrap_intro .wrap_worries .list_worries {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .worries .wrap_intro .wrap_worries .list_worries {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.worries .wrap_intro .wrap_worries .list_worries li {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  background: #F9F7F3;
  height: 127px;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 999px) {
  .worries .wrap_intro .wrap_worries .list_worries li {
    height: auto;
  }
}
@media screen and (max-width: 449px) {
  .worries .wrap_intro .wrap_worries .list_worries li {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
}
.worries .wrap_intro .wrap_worries .list_worries li img {
  width: 30px;
  border-radius: unset;
}
@media screen and (max-width: 449px) {
  .worries .wrap_intro .wrap_worries .list_worries li p {
    text-align: center;
  }
}
.worries .wrap_intro .wrap_worries_bottom {
  background: #BFE590;
  padding-top: 160px;
  padding-bottom: 100px;
  margin-top: -100px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 449px) {
  .worries .wrap_intro .wrap_worries_bottom {
    padding-top: 140px;
    padding-bottom: 80px;
    margin-top: -80px;
  }
}
.worries .wrap_intro .wrap_worries_bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/img/lp/kaigo_fukushi-lp/noise.png);
  z-index: -1;
}
.worries .wrap_intro .wrap_worries_bottom .midashi {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .worries .wrap_intro .wrap_worries_bottom .midashi {
    row-gap: 10px;
  }
}
.worries .wrap_intro .wrap_worries_bottom .midashi .midashi_txt {
  color: #006335;
  font-size: 2.4rem;
  font-weight: 600;
  background-image: radial-gradient(circle, #006335 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 449px) {
  .worries .wrap_intro .wrap_worries_bottom .midashi .midashi_txt {
    font-size: 2rem;
  }
}
.worries .wrap_intro .wrap_worries_bottom .midashi .midashi_txt:first-of-type {
  margin-bottom: 10px;
}
.worries .wrap_intro .wrap_worries_bottom .midashi .wrap_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.worries .wrap_intro .wrap_worries_bottom .wrap_worries_bottom_inner {
  display: flex;
  gap: 50px;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .worries .wrap_intro .wrap_worries_bottom .wrap_worries_bottom_inner {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 449px) {
  .worries .wrap_intro .wrap_worries_bottom .wrap_worries_bottom_inner {
    gap: 40px;
  }
}
.worries .wrap_intro .wrap_worries_bottom .wrap_worries_bottom_inner img {
  width: 30%;
}
@media screen and (max-width: 999px) {
  .worries .wrap_intro .wrap_worries_bottom .wrap_worries_bottom_inner img {
    width: 50%;
  }
}
@media screen and (max-width: 449px) {
  .worries .wrap_intro .wrap_worries_bottom .wrap_worries_bottom_inner img {
    width: 60%;
  }
}
.worries .wrap_intro .wrap_worries_bottom .wrap_worries_bottom_inner .right {
  width: 70%;
}
@media screen and (max-width: 999px) {
  .worries .wrap_intro .wrap_worries_bottom .wrap_worries_bottom_inner .right {
    width: 100%;
    text-align: center;
  }
}
.worries .wrap_intro .wrap_worries_bottom .wrap_worries_bottom_inner .right .wrap_txt {
  margin-bottom: 30px;
  text-align: left;
}
.worries .wrap_intro .wrap_worries_bottom .wrap_worries_bottom_inner .right .wrap_txt p {
  margin-bottom: 20px;
}
.worries .wrap_intro .wrap_worries_bottom .wrap_worries_bottom_inner .right .btn {
  display: inline-block;
  background: #FFA322;
  color: #fff;
  padding: 20px 40px;
  border-radius: 100vh;
  font-weight: 500;
}
@media screen and (max-width: 449px) {
  .worries .wrap_intro .wrap_worries_bottom .wrap_worries_bottom_inner .right .btn {
    width: 100%;
    padding: 10px 0;
  }
}
.worries .wrap_intro .wrap_worries_bottom .wrap_worries_bottom_inner .right .btn .txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 449px) {
  .worries .wrap_intro .wrap_worries_bottom .wrap_worries_bottom_inner .right .btn .txt {
    font-size: 1.6rem;
  }
}
.worries .wrap_intro .wrap_worries_bottom .wrap_worries_bottom_inner .right .btn:hover {
  transform: scale(1.05);
}

/* 3つの強み
--------------------------------------------------*/
#advantage {
  padding: 100px 0;
  background-image: url(/img/lp/kaigo_fukushi-lp/bg_beige.jpg);
  background-size: contain;
  background-repeat: repeat;
}
@media screen and (max-width: 449px) {
  #advantage {
    padding: 60px 0;
  }
}
#advantage .wrap_advantage {
  background: #fff;
  padding: 60px 100px;
  border-radius: 10px;
  max-width: 1200px;
}
@media screen and (max-width: 999px) {
  #advantage .wrap_advantage {
    width: 90%;
    padding: 60px 60px;
  }
}
@media screen and (max-width: 768px) {
  #advantage .wrap_advantage {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 449px) {
  #advantage .wrap_advantage {
    padding: 40px 20px;
  }
}
#advantage .wrap_advantage .title {
  padding-bottom: 50px;
  background-image: radial-gradient(circle, #006335 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
}
@media screen and (max-width: 768px) {
  #advantage .wrap_advantage .title {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
#advantage .wrap_advantage .title p {
  margin-bottom: 10px;
}
#advantage .wrap_advantage .title h3 {
  font-size: 4.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #advantage .wrap_advantage .title h3 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 449px) {
  #advantage .wrap_advantage .title h3 {
    font-size: 3rem;
  }
}
#advantage .wrap_advantage .title h3 span {
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  #advantage .wrap_advantage .title h3 span {
    font-size: 5.3rem;
  }
}
@media screen and (max-width: 449px) {
  #advantage .wrap_advantage .title h3 span {
    font-size: 4.5rem;
  }
}
#advantage .wrap_advantage .list_advantage {
  width: 100%;
}
#advantage .wrap_advantage .list_advantage li .list_title {
  margin-bottom: 20px;
}
#advantage .wrap_advantage .list_advantage li .list_title p {
  display: flex;
  gap: 20px;
  margin-bottom: 5px;
}
#advantage .wrap_advantage .list_advantage li .list_title h4 {
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 449px) {
  #advantage .wrap_advantage .list_advantage li .list_title h4 {
    font-size: 2.4rem;
  }
}
#advantage .wrap_advantage .list_advantage li .wrap_txt {
  display: flex;
  align-items: center;
  gap: 3vw;
}
@media screen and (max-width: 1199px) {
  #advantage .wrap_advantage .list_advantage li .wrap_txt {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #advantage .wrap_advantage .list_advantage li .wrap_txt {
    flex-direction: column;
  }
}
#advantage .wrap_advantage .list_advantage li .wrap_txt img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #advantage .wrap_advantage .list_advantage li .wrap_txt img {
    width: 100%;
  }
}
#advantage .wrap_advantage .list_advantage li .wrap_txt p {
  width: 70%;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #advantage .wrap_advantage .list_advantage li .wrap_txt p {
    width: 100%;
  }
}
#advantage .wrap_advantage .list_advantage li .wrap_txt p .bg {
  background: #EFEBE4;
  font-weight: 700;
}
#advantage .wrap_advantage .list_advantage li:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 449px) {
  #advantage .wrap_advantage .list_advantage li:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* 制作実績
--------------------------------------------------*/
#works {
  padding-top: 100px;
  background-image: url(/img/lp/kaigo_fukushi-lp/bg_beige.jpg);
  background-size: contain;
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  #works {
    padding-top: 60px;
  }
}
#works .wrap_works {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
@media screen and (max-width: 999px) {
  #works .wrap_works {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  #works .wrap_works {
    flex-direction: column;
    gap: 30px;
  }
}
#works .wrap_works .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #works .wrap_works .title {
    flex-direction: column-reverse;
    gap: 4px;
  }
}
#works .wrap_works .title h3 {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  #works .wrap_works .title h3 {
    writing-mode: unset;
  }
}
#works .wrap_works .title p {
  transform: rotate(90deg);
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #works .wrap_works .title p {
    transform: unset;
  }
}
#works .wrap_works .list_works {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 30px;
}
@media screen and (max-width: 999px) {
  #works .wrap_works .list_works {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #works .wrap_works .list_works {
    gap: 20px;
  }
}
@media screen and (max-width: 449px) {
  #works .wrap_works .list_works {
    grid-template-columns: 1fr;
  }
}
#works .wrap_works .list_works li .thumb {
  border-radius: 10px;
}

/* エムトラッドのこだわり
--------------------------------------------------*/
#features {
  padding-top: 100px;
  background-image: url(/img/lp/kaigo_fukushi-lp/bg_beige.jpg);
  background-size: contain;
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  #features {
    padding-top: 60px;
  }
}
#features .list_features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  #features .list_features {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #features .list_features {
    grid-template-columns: 1fr;
  }
}
#features .list_features li {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
#features .list_features li .list_title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  background-image: radial-gradient(circle, #006335 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #features .list_features li .list_title {
    flex-direction: column-reverse;
    row-gap: 10px;
  }
}
#features .list_features li .list_title h4 {
  font-size: clamp(1.8rem, 1.4vw, 2rem);
}
#features .list_features li .list_title h4 .kome {
  font-size: 1rem;
}
#features .list_features li .list_title span {
  font-size: clamp(4rem, 3.3vw, 5rem);
}
#features .kome_txt {
  text-align: right;
  font-size: 1rem;
  opacity: 0.6;
  margin-top: 20px;
}

/* サービス
--------------------------------------------------*/
#service {
  padding-top: 50px;
  padding-bottom: 100px;
  background-image: url(/img/lp/kaigo_fukushi-lp/bg_beige.jpg);
  background-size: contain;
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  #service {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
#service .wrap_service {
  border: solid 1px #006335;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 999px) {
  #service .wrap_service {
    padding: 40px 20px;
  }
}
#service .wrap_service .title h3 {
  display: inline-block;
  color: #006335;
  background-image: radial-gradient(circle, #006335 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
}
#service .wrap_service .intro_txt {
  text-align: center;
  margin-bottom: 30px;
}
#service .wrap_service .list_service {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
#service .wrap_service .list_service li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#service .wrap_service .list_service li .icon {
  background: #fff;
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#service .wrap_service .list_service li .icon img {
  width: 50px;
}
#service .wrap_service .list_service li p {
  font-weight: 600;
  text-align: center;
}

/* 制作の流れ
--------------------------------------------------*/
#flow {
  padding-top: 100px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #flow {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
#flow .free_area {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: center;
  border-top: solid 1px rgba(0, 99, 53, 0.1);
  border-bottom: solid 1px rgba(0, 99, 53, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  #flow .free_area {
    flex-direction: column-reverse;
    padding-left: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
#flow .free_area .free_txt {
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  color: #fff;
  background: #FFA322;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vh;
  width: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #flow .free_area .free_txt {
    font-size: 1.8rem;
    writing-mode: unset;
    letter-spacing: unset;
    width: 100%;
    margin-top: 30px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  #flow .free_area .free_txt::before {
    content: "";
    position: absolute;
    top: auto; /* top の設定を解除 */
    bottom: -30px; /* 下端を基準にする */
    left: 50%; /* 水平方向の中央に配置 */
    transform: translateX(-50%); /* 水平方向の中央揃え */
    width: 2px; /* ドットの直径（背景画像の基本単位） */
    height: 30px;
    background-image: repeating-radial-gradient(circle, #006335 0, #006335 1px, transparent 1px, transparent 5px);
    background-size: 2px 6px; /* ドットのパターンサイズ（直径 x (直径 + 間隔)） */
    background-position: center bottom; /* ドットの開始位置を下端中央に */
    z-index: -1;
  }
}
#flow .free_area .list_flow {
  width: 100%;
}
#flow .free_area .list_flow .flow_content {
  padding: 30px 0;
  display: flex;
  align-items: center;
  border-bottom: solid 1px rgba(0, 99, 53, 0.1);
  position: relative;
}
@media screen and (max-width: 999px) {
  #flow .free_area .list_flow .flow_content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #flow .free_area .list_flow .flow_content {
    row-gap: 10px;
  }
}
#flow .free_area .list_flow .flow_content::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 29px;
  width: 2px; /* ドットの直径（背景画像の基本単位） */
  height: 100%; /* 親要素の高さに合わせる */
  background-image: repeating-radial-gradient(circle, #006335 0, #006335 1px, transparent 1px, transparent 5px);
  background-size: 2px 6px; /* ドットのパターンサイズ（直径 x (直径 + 間隔)） */
  background-position: center top; /* ドットの開始位置を調整 */
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #flow .free_area .list_flow .flow_content::before {
    top: auto; /* top の設定を解除 */
    bottom: -30px; /* 下端を基準にする */
    left: 50%; /* 水平方向の中央に配置 */
    transform: translateX(-50%); /* 水平方向の中央揃え */
    height: 30px; /* 高さを 30px に */
    background-position: center bottom; /* ドットの開始位置を下端中央に */
  }
}
#flow .free_area .list_flow .flow_content .left {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 40%;
}
@media screen and (max-width: 999px) {
  #flow .free_area .list_flow .flow_content .left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #flow .free_area .list_flow .flow_content .left {
    gap: 20px;
  }
}
@media screen and (max-width: 449px) {
  #flow .free_area .list_flow .flow_content .left {
    gap: 10px;
  }
}
#flow .free_area .list_flow .flow_content .left .number {
  font-size: 3.2rem;
  border: solid 1px #006335;
  border-radius: 16.67%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F9F7F3;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #flow .free_area .list_flow .flow_content .left .number {
    font-size: 2.4rem;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 449px) {
  #flow .free_area .list_flow .flow_content .left .number {
    font-size: 2rem;
    width: 40px;
    height: 40px;
  }
}
#flow .free_area .list_flow .flow_content .left p {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 449px) {
  #flow .free_area .list_flow .flow_content .left p {
    font-size: 2rem;
  }
}
#flow .free_area .list_flow .flow_content .right {
  width: 60%;
  padding-right: 30px;
}
@media screen and (max-width: 999px) {
  #flow .free_area .list_flow .flow_content .right {
    padding-left: 90px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #flow .free_area .list_flow .flow_content .right {
    padding-left: 0;
    padding-right: 0;
  }
}
#flow .free_area .list_flow .flow_content .right .link {
  font-weight: 600;
  padding-right: 20px;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  position: relative;
}
#flow .free_area .list_flow .flow_content .right .link::after {
  content: "";
  position: absolute;
  background-image: url(/img/lp/kaigo_fukushi-lp/link_icon.svg);
  width: 14px;
  height: 14px;
  top: 54%;
  transform: translateY(-50%);
}
#flow .free_area .list_flow .flow_content .right .link:hover {
  opacity: 0.6;
}
#flow .free_area .list_flow .flow_content .right .example {
  margin-top: 30px;
}
#flow .free_area .list_flow .flow_content .right .example .txt {
  margin-bottom: 10px;
  font-weight: 700;
}
#flow .free_area .list_flow .flow_content .right .example img {
  border-radius: unset;
}
#flow .free_area .list_flow > .flow_content:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #flow .free_area .list_flow > .flow_content:nth-child(2) {
    margin-top: 30px;
    border-top: solid 1px rgba(0, 99, 53, 0.1);
  }
}
#flow .free_area .list_flow > .flow_content:nth-child(3) {
  border-bottom: none;
  align-items: flex-start;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #flow .free_area .list_flow > .flow_content:nth-child(3) {
    margin-top: 30px;
    padding-bottom: 30px;
    border-top: solid 1px rgba(0, 99, 53, 0.1);
    border-bottom: solid 1px rgba(0, 99, 53, 0.1);
  }
}
#flow .free_area .list_flow > .flow_content:nth-child(3)::before {
  height: 120%;
}
@media screen and (max-width: 768px) {
  #flow .free_area .list_flow > .flow_content:nth-child(3)::before {
    height: 30px;
  }
}
#flow .free_area .list_flow > .flow_content:nth-child(3) .left {
  align-items: flex-start;
}
@media screen and (max-width: 999px) {
  #flow .free_area .list_flow > .flow_content:nth-child(3) .left {
    align-items: center;
  }
}
@media screen and (max-width: 449px) {
  #flow .free_area .list_flow > .flow_content:nth-child(3) .left {
    align-items: flex-start;
  }
}
@media screen and (max-width: 449px) {
  #flow .free_area .list_flow > .flow_content:nth-child(3) .left p span {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  #flow .free_area .list_flow > .flow_content:nth-child(3) .left br {
    display: none;
  }
}
#flow .no_free_area {
  display: flex;
  align-items: center;
  border-bottom: solid 1px rgba(0, 99, 53, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 100px;
}
@media screen and (max-width: 999px) {
  #flow .no_free_area {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #flow .no_free_area {
    row-gap: 10px;
    padding-left: 60px;
    margin-top: 30px;
    border-top: solid 1px rgba(0, 99, 53, 0.1);
    padding-left: 0;
  }
}
#flow .no_free_area .left {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 40%;
}
@media screen and (max-width: 999px) {
  #flow .no_free_area .left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #flow .no_free_area .left {
    gap: 20px;
  }
}
@media screen and (max-width: 449px) {
  #flow .no_free_area .left {
    gap: 10px;
  }
}
#flow .no_free_area .left .number {
  font-size: 3.2rem;
  border: solid 1px #006335;
  border-radius: 16.67%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F9F7F3;
}
@media screen and (max-width: 768px) {
  #flow .no_free_area .left .number {
    font-size: 2.4rem;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 449px) {
  #flow .no_free_area .left .number {
    font-size: 2rem;
    width: 40px;
    height: 40px;
  }
}
#flow .no_free_area .left p {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 449px) {
  #flow .no_free_area .left p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 999px) {
  #flow .no_free_area .right {
    padding-left: 90px;
  }
}
@media screen and (max-width: 768px) {
  #flow .no_free_area .right {
    padding-left: 0;
  }
}

.process {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .process {
    padding-bottom: 60px;
  }
}
.process .arrow {
  width: 20px;
  height: 20px;
  background-image: linear-gradient(to bottom right, transparent 50%, #006335 50%);
  transform: rotate(45deg);
  margin: 0 auto;
}
.process .midashi {
  margin-top: 16px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .process .midashi {
    margin-bottom: 30px;
  }
}
.process .midashi span {
  display: inline-block;
  padding-bottom: 2px;
  background-image: radial-gradient(circle, #006335 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
}
.process .list_process {
  display: flex;
  flex-wrap: wrap;
  gap: 3.15vw;
  position: relative;
  /* タッチデバイスでのアクティブ時のスタイル */
}
@media screen and (max-width: 1199px) {
  .process .list_process {
    gap: 20px;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .process .list_process {
    width: 100%;
  }
}
.process .list_process .bg_bar {
  position: absolute;
  width: 106%;
  height: 5px;
  border-radius: 10px;
  background: #BFE590;
  top: 110px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .process .list_process .bg_bar {
    width: 5px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.process .list_process .bg_bar::before {
  content: "";
  position: absolute;
  background-image: url(/img/lp/kaigo_fukushi-lp/process_bg_round.svg);
  width: 25px;
  height: 5px;
  right: -3.5%;
  top: 0;
}
@media screen and (max-width: 1199px) {
  .process .list_process .bg_bar::before {
    display: none;
  }
}
.process .list_process .bg_bar02 {
  top: unset;
  bottom: 110px;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .process .list_process .bg_bar02 {
    display: none;
  }
}
.process .list_process .bg_bar02::before {
  content: "";
  position: absolute;
  background-image: url(/img/lp/kaigo_fukushi-lp/process_bg_round.svg);
  width: 25px;
  height: 5px;
  left: -3.5%;
  top: 0;
}
.process .list_process .wrap_card {
  width: calc((100% - 6.3vw) / 3);
  height: 220px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .process .list_process .wrap_card {
    width: 100%;
  }
}
.process .list_process .wrap_card .main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}
.process .list_process .wrap_card .main .number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 2rem;
}
.process .list_process .wrap_card .main .title {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
}
.process .list_process .wrap_card .main .title span {
  font-size: 1.4rem;
}
.process .list_process .wrap_card .main .title span .en {
  letter-spacing: 0;
}
.process .list_process .wrap_card .main .title .kome {
  font-family: "Noto Sans JP", serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1;
  opacity: 0.6;
}
.process .list_process .wrap_card .main img {
  width: 75px;
  height: auto;
}
.process .list_process .wrap_card .main .bar {
  position: absolute;
  bottom: -4rem;
  right: -4rem;
  width: 8rem;
  height: 8rem;
  transform: rotate(45deg);
  background: #FFA322;
}
.process .list_process .wrap_card .main .bar span {
  position: relative;
}
.process .list_process .wrap_card .main .bar span::after {
  content: "";
  position: absolute;
  background-image: url(/img/lp/kaigo_fukushi-lp/plus_icon.svg);
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  top: 32px;
  left: 10px;
}
.process .list_process .wrap_card .backarea {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFA322;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.process .list_process .wrap_card .backarea .number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 2rem;
  color: #fff;
}
.process .list_process .wrap_card .backarea .txt {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-left: 30px;
  padding-right: 30px;
}
.process .list_process .wrap_card .backarea .txt .kome {
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 10px;
}
@media (hover: hover) {
  .process .list_process .wrap_card:hover {
    cursor: pointer;
  }
  .process .list_process .wrap_card:hover .main .bar {
    opacity: 0;
  }
  .process .list_process .wrap_card:hover .backarea {
    opacity: 1;
  }
}
.process .list_process .wrap_card.is-active .backarea {
  opacity: 1 !important; /* ホバースタイルより優先 */
}
.process .list_process .wrap_card.is-active .main .bar {
  opacity: 0 !important; /* ホバースタイルより優先 */
}

/* よくあるご質問・フッター上コンタクト背景
--------------------------------------------------*/
.wrap_white {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .wrap_white {
    padding-top: 60px;
    padding-bottom: 18px;
  }
}

/* よくあるご質問
--------------------------------------------------*/
#faq {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #faq {
    margin-bottom: 60px;
  }
}
#faq .wrap_questions {
  border-bottom: solid 1px rgba(17, 17, 17, 0.1);
}
#faq .wrap_questions .article_questions .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border-top: solid 1px rgba(17, 17, 17, 0.1);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #faq .wrap_questions .article_questions .question {
    padding: 20px 10px;
    gap: 10px;
  }
}
#faq .wrap_questions .article_questions .question .midashi {
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #faq .wrap_questions .article_questions .question .midashi {
    font-size: 1.6rem;
    gap: 10px;
  }
}
#faq .wrap_questions .article_questions .question .midashi span {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #faq .wrap_questions .article_questions .question .midashi span {
    font-size: 2.4rem;
  }
}
#faq .wrap_questions .article_questions .question .plus {
  flex-shrink: 0;
  background: #FFA322;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
}
#faq .wrap_questions .article_questions .question .plus::before, #faq .wrap_questions .article_questions .question .plus::after {
  content: "";
  position: absolute;
  background-color: #fff; /* プラスマークの色 */
}
#faq .wrap_questions .article_questions .question .plus::before {
  width: 2px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
#faq .wrap_questions .article_questions .question .plus::after {
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#faq .wrap_questions .article_questions .question .plus.active::before {
  opacity: 0;
  visibility: hidden;
}
#faq .wrap_questions .article_questions .answer {
  padding: 30px 30px 30px 75px;
  background: rgba(17, 17, 17, 0.02);
  border-top: solid 1px rgba(17, 17, 17, 0.1);
  display: none;
}
@media screen and (max-width: 768px) {
  #faq .wrap_questions .article_questions .answer {
    padding: 20px 10px 20px 44px;
  }
}
#faq .wrap_questions .article_questions:first-child .answer {
  display: block;
}