@charset "UTF-8";
/* color */
.purchase_archive {
  padding-bottom: 65px;
}
@media screen and (min-width: 896px) {
  .purchase_archive {
    padding-bottom: 130px;
  }
}
.purchase_archive h2 {
  font-size: 2.4rem;
  color: #59493f;
  text-align: center;
  padding-bottom: 60px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (min-width: 896px) {
  .purchase_archive h2 {
    font-size: 3rem;
    padding-bottom: 105px;
  }
}
.purchase_archive_inner {
  margin-inline: auto;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  max-width: 768px;
  padding: 0 10px;
}
@media screen and (min-width: 896px) {
  .purchase_archive_inner {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    max-width: 768px;
    gap: 70px;
    max-width: 1200px;
    padding: 0;
  }
}
.purchase_archive_inner_block {
  -webkit-box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
          box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.purchase_archive_inner_block_image {
  -o-object-fit: cover;
     object-fit: cover;
  padding: 3px 3px 0;
  overflow: hidden;
  height: 215px;
}
.purchase_archive_inner_block_image img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.purchase_archive_inner_block_link {
  display: block;
  height: 100%;
}
.purchase_archive_inner_block_texts {
  padding: 20px 15px 10px;
}
.purchase_archive_inner_block_texts ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}
.purchase_archive_inner_block_texts ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.purchase_archive_inner_block_texts ul li a {
  display: block;
  padding: 5px 20px;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 896px) {
  .purchase_archive_inner_block_texts ul li a {
    font-size: 1.6rem;
  }
}
.purchase_archive_inner_block_texts ul li a.land {
  background-color: #00b53b;
  color: #fff;
}
.purchase_archive_inner_block_texts ul li a.area {
  color: #00b53b;
  border: 1px solid #00b53b;
}
.purchase_archive_inner_block_texts_content {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.5;
  padding-bottom: 20px;
}
@media screen and (min-width: 896px) {
  .purchase_archive_inner_block_texts_content {
    font-size: 1.6rem;
  }
}
.purchase_archive_inner_block_texts_detail a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5px;
}
.purchase_archive_inner_block_texts_detail a img {
  width: 20px;
  height: 20px;
}
.purchase_archive_inner_block_texts_detail a span {
  font-size: 1.5rem;
  color: #00b53b;
  font-weight: 700;
}
@media screen and (min-width: 896px) {
  .purchase_archive_inner_block_texts_detail a span {
    font-size: 1.6rem;
  }
}

/* color */
.top_btn {
  width: 100%;
  max-width: 320px;
  margin-inline: auto;
}
@media screen and (min-width: 896px) {
  .top_btn {
    max-width: 350px;
  }
}
.top_btn.contact {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.top_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  padding: 10px 25px;
  border: 3px solid #00b53b;
  font-size: 1.8rem;
  color: #000;
  font-weight: 700;
  width: 100%;
  height: 100%;
  min-height: 80px;
  max-width: 320px;
  background-color: #fff;
  -webkit-filter: drop-shadow(5px 5px 0px #c1eacc);
          filter: drop-shadow(5px 5px 0px #c1eacc);
}
@media screen and (min-width: 896px) {
  .top_btn a {
    min-width: 350px;
    -webkit-filter: drop-shadow(5px 10px 0px #c1eacc);
            filter: drop-shadow(5px 10px 0px #c1eacc);
  }
}
.top_btn a img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 65px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.top_btn a:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

/* color */
.about_us {
  min-height: 1015px;
  padding-bottom: 65px;
}
@media screen and (min-width: 360px) {
  .about_us {
    min-height: 950px;
  }
}
@media screen and (min-width: 450px) {
  .about_us {
    min-height: 925px;
  }
}
@media screen and (min-width: 896px) {
  .about_us {
    min-height: 800px;
  }
}
.about_us_bg {
  background: url(../images/about-us/bg-about-us-sp.jpg) no-repeat;
  background-size: cover;
  height: 200px;
}
@media screen and (min-width: 896px) {
  .about_us_bg {
    height: 375px;
    background: url(../images/about-us/bg-about-us.jpg) no-repeat center center;
    background-size: cover;
  }
}
.about_us_inner {
  max-width: 960px;
  margin-inline: auto;
  position: relative;
}
.about_us_inner_content {
  position: absolute;
  top: 122%;
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 896px) {
  .about_us_inner_content {
    padding: 0;
    top: initial;
  }
}
.about_us_inner_content table {
  border-radius: 10px;
  border: 3px solid #00b53b;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
}
.about_us_inner_content table tr {
  width: 100%;
}
.about_us_inner_content table tr th, .about_us_inner_content table tr td {
  border-collapse: collapse;
  font-size: 1.6rem;
  padding: 25px 15px;
}
@media screen and (min-width: 896px) {
  .about_us_inner_content table tr th, .about_us_inner_content table tr td {
    padding: 20px 25px;
  }
}
.about_us_inner_content table tr th {
  background-color: #00b53b;
  color: #fff;
  text-align: center;
  word-break: keep-all;
}
.about_us_inner_content table tr td {
  border-bottom: 1px solid #aae6be;
  background-color: #fff;
  color: #000;
}
.about_us_inner_content table tr td a {
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 5px;
}
.about_us_inner_content table tr td a:hover {
  text-decoration: none;
}

.access {
  background-color: #ddf5e5;
  padding: 0 20px 20px;
}
@media screen and (min-width: 896px) {
  .access {
    padding: 0;
    padding-bottom: 60px;
  }
}
.access_inner {
  max-width: 1220px;
  margin-inline: auto;
  position: relative;
}
.access_inner_left_image, .access_inner_right_image {
  position: absolute;
  top: -25px;
}
@media screen and (min-width: 896px) {
  .access_inner_left_image, .access_inner_right_image {
    top: 35px;
  }
}
.access_inner_left_image {
  width: 150px;
  left: 0;
}
@media screen and (min-width: 896px) {
  .access_inner_left_image {
    width: 210px;
  }
}
.access_inner_right_image {
  width: 135px;
  right: 0;
}
@media screen and (min-width: 896px) {
  .access_inner_right_image {
    width: 180px;
  }
}
.access_inner_map {
  width: 100%;
  position: relative;
  height: 420px;
}
.access_inner_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* top */
/* -------------------------- */
/* h2,h3  font */
/* -------------------------- */
b {
  color: #bfb07b;
  font-weight: bold;
}

.top_title {
  font-size: 2.2rem;
  color: #59493f;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  word-break: keep-all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
}
@media screen and (min-width: 896px) {
  .top_title {
    text-align: left;
    margin-bottom: 60px;
  }
}
.top_title.image {
  text-align: left;
}
.top_title span {
  font-size: 1.5rem;
  color: #00b53b;
  display: block;
  padding-top: 5px;
  font-weight: 700;
}
/* -------------------------- */
/* MENU  */
/* -------------------------- */
@media screen and (min-width: 896px) {
  .top_service_menu {
    margin-bottom: 100px;
    min-height: 570px;
  }
}
.top_service_menu_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
  gap: 60px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  padding: 0 50px;
}
.top_service_menu_list.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 1024px) {
  .top_service_menu_list {
    gap: 0 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top_service_menu_list li {
    width: calc(33.3333333333% - 55px);
  }
}
.top_service_menu_list li a {
  display: block;
  opacity: 1;
}
.top_service_menu_list li a:hover {
  opacity: 0.7;
}
.top_service_menu_list li a figure {
  aspect-ratio: 1;
}
.top_service_menu_list li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_service_menu_list li a figure figcaption {
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  color: #bfb07b;
  text-align: center;
}
.top_service_menu_list li a figure figcaption span {
  display: block;
  font-size: 16px;
  color: #626262;
  font-family: "Cormorant Infant", serif;
  font-size: clamp(14px, 3vw, 16px);
}
.top_service_menu_list li figure {
  aspect-ratio: 1;
}
.top_service_menu_list li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_service_menu_list li figure figcaption {
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  color: #bfb07b;
  text-align: center;
}
.top_service_menu_list li figure figcaption span {
  display: block;
  font-size: 16px;
  color: #626262;
  font-family: "Cormorant Infant", serif;
  font-size: clamp(14px, 3vw, 16px);
}

/* -------------------------- */
/* TOP kv  */
/* -------------------------- */
.top_kv {
  position: relative;
  margin-inline: auto;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media screen and (min-width: 450px) {
  .top_kv {
    margin-top: 60px;
  }
}
@media screen and (min-width: 896px) {
  .top_kv {
    margin-top: 80px;
    margin-bottom: 65px;
    padding: 0 40px;
  }
}
.top_kv video {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 896px) {
  .top_kv video {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}

/* -------------------------- */
/* バナー  */
/* -------------------------- */
.top_banner a {
  display: block;
  max-width: 1000px;
  padding: 0 20px;
  margin: 20px auto;
}
@media screen and (min-width: 896px) {
  .top_banner a {
    margin: 0 auto 65px;
  }
}

/* -------------------------- */
/* NEWS  */
/* -------------------------- */
.top_news {
  background: #eefaf2;
  margin-bottom: 25px;
  padding: 25px 20px;
}
@media screen and (min-width: 896px) {
  .top_news {
    margin-bottom: 60px;
    padding: 55px 25px 25px;
  }
}
.top_news_inner {
  max-width: 960px;
  margin: 0 auto;
}
.top_news_inner_content {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 896px) {
  .top_news_inner_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    text-align: center;
    gap: 65px;
  }
}
.top_news_inner_content .top_title {
  margin-bottom: 15px;
}
@media screen and (min-width: 896px) {
  .top_news_inner_content .top_title {
    margin-bottom: 0;
  }
}
.top_news h2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  line-height: 1;
}
.top_news_list {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  margin-bottom: 20px;
}
@media screen and (min-width: 896px) {
  .top_news_list {
    padding: 0;
    margin-bottom: 30px;
  }
}
.top_news_list li {
  border-bottom: 1px dashed #cacaca;
  padding-bottom: 8px;
}
@media screen and (min-width: 896px) {
  .top_news_list li {
    width: 710px;
  }
}
.top_news_list li:not(:first-of-type) {
  padding-top: 8px;
}
.top_news_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  gap: 30px;
  font-size: 1.5rem;
  font-weight: 500;
}
.top_news_list li a:hover {
  text-decoration: underline;
}
.top_news_list li a .top_news_list_texts_title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.top_news_list li a .top_news_list_texts_date {
  font-weight: 700;
}
.top_news_list li a img {
  height: 17px;
}
.top_news_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.top_news_btn a {
  width: 100%;
  position: relative;
  font-size: 1.5rem;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  font-weight: 700;
  margin-left: auto;
}
.top_news_btn a img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 75px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.top_news_btn a:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

/* -------------------------- */
/* 私たちについて  */
/* -------------------------- */
.top_about_inner {
  padding: 45px 20px 55px;
  max-width: 1220px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5px 80px;
}
@media screen and (min-width: 896px) {
  .top_about_inner {
    padding: 0px 0 130px;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 100px;
  }
}
@media screen and (min-width: 896px) {
  .top_about_inner_block {
    min-height: 370px;
  }
}
@media screen and (min-width: 896px) {
  .top_about_inner_block .top_title {
    padding-top: 50px;
    margin-bottom: 90px;
  }
}
.top_about_inner_block .top_title img {
  border-radius: 0;
  width: 65px;
}
@media screen and (min-width: 896px) {
  .top_about_inner_block .top_title img {
    width: 85px;
  }
}
.top_about_inner_block h3 {
  font-size: 3rem;
  color: #00b53b;
  font-weight: 700;
  line-height: 1.5;
  padding: 60px 0 50px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (min-width: 896px) {
  .top_about_inner_block h3 {
    font-size: 4.3rem;
    padding: 0;
  }
}
.top_about_inner_block img {
  border-radius: 50px;
  width: 100%;
}
.top_about_inner_block p {
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (min-width: 896px) {
  .top_about_inner_block p {
    font-size: 1.8rem;
  }
}
.top_about_inner_block p:not(:last-of-type) {
  margin-bottom: 0;
}
@media screen and (min-width: 896px) {
  .top_about_inner_block p:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.top_about_inner_block:nth-of-type(2) {
  grid-row: 1/2;
  display: none;
}
@media screen and (min-width: 896px) {
  .top_about_inner_block:nth-of-type(2) {
    grid-row: initial;
    display: block;
  }
}
.top_about_inner_block:last-of-type {
  position: relative;
  padding-top: 50px;
  min-height: 240px;
}
@media screen and (min-width: 896px) {
  .top_about_inner_block:last-of-type {
    grid-row: initial;
    padding-top: 0;
    min-height: 370px;
  }
}
.top_about_inner_block_image_left, .top_about_inner_block_image_right {
  position: absolute;
}
.top_about_inner_block_image_left img, .top_about_inner_block_image_right img {
  border-radius: 30px;
}
@media screen and (min-width: 896px) {
  .top_about_inner_block_image_left img, .top_about_inner_block_image_right img {
    border-radius: 50px;
  }
}
.top_about_inner_block_image_left {
  top: 20%;
  left: 6%;
}
@media screen and (min-width: 896px) {
  .top_about_inner_block_image_left {
    top: 10%;
    left: 4%;
  }
}
.top_about_inner_block_image_left img {
  width: 170px;
  height: 170px;
}
@media screen and (min-width: 896px) {
  .top_about_inner_block_image_left img {
    width: 260px;
    height: 260px;
  }
}
.top_about_inner_block_image_right {
  bottom: -15%;
  right: 4%;
}
@media screen and (min-width: 896px) {
  .top_about_inner_block_image_right {
    bottom: -15%;
    right: 4%;
  }
}
.top_about_inner_block_image_right img {
  width: 150px;
  height: 150px;
}
@media screen and (min-width: 896px) {
  .top_about_inner_block_image_right img {
    width: 220px;
    height: 220px;
  }
}

/* -------------------------- */
/* 「売りにくい」以外にも
    このようなお悩みありませんか？ */
/* -------------------------- */
.top_problem {
  background: url("../images/top/bg-problem.jpg") no-repeat center center;
  background-size: cover;
  padding: 60px 20px;
}
@media screen and (min-width: 896px) {
  .top_problem {
    margin-right: 40px;
  }
}
.top_problem_inner {
  background-color: #fff;
  border-radius: 10px;
  max-width: 1080px;
  margin-inline: auto;
  padding: 50px 25px;
}
@media screen and (min-width: 896px) {
  .top_problem_inner {
    padding: 55px;
  }
}
.top_problem_inner h2 {
  color: #00b53b;
  font-size: 2.3rem;
  text-align: center;
  padding-bottom: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (min-width: 896px) {
  .top_problem_inner h2 {
    font-size: 3.6rem;
    padding-bottom: 50px;
  }
}
.top_problem_inner ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 30px;
  place-items: center;
}
@media screen and (min-width: 896px) {
  .top_problem_inner ul {
    gap: 45px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.top_problem_inner ul li {
  text-align: center;
}
.top_problem_inner ul li p {
  font-size: 2.1rem;
  padding-top: 15px;
  color: #00b53b;
  font-weight: 700;
}
@media screen and (min-width: 896px) {
  .top_problem_inner ul li p {
    font-size: 2.5rem;
  }
}

/* -------------------------- */
/* 私たちの強み  */
/* -------------------------- */
.top_strength {
  overflow: hidden;
}
.top_strength_inner {
  max-width: 1160px;
  min-height: 495px;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 60px 20px 100px;
}
@media screen and (min-width: 896px) {
  .top_strength_inner {
    gap: 100px;
    padding: 130px 20px 200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: initial;
    -webkit-align-items: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
@media screen and (min-width: 896px) {
  .top_strength_inner_texts {
    width: 485px;
  }
}
.top_strength_inner_texts .top_title {
  padding-bottom: 50px;
}
@media screen and (min-width: 896px) {
  .top_strength_inner_texts .top_title {
    padding-bottom: 0;
  }
}
.top_strength_inner_texts .top_title img {
  border-radius: 0;
  width: 90px;
}
@media screen and (min-width: 896px) {
  .top_strength_inner_texts .top_title img {
    width: 110px;
  }
}
.top_strength_inner_texts h3 {
  color: #00b53b;
  font-weight: 700;
  font-size: 2.6rem;
  padding-bottom: 50px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (min-width: 896px) {
  .top_strength_inner_texts h3 {
    padding-bottom: 60px;
    font-size: 3.2rem;
  }
}
.top_strength_inner_texts p {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (min-width: 896px) {
  .top_strength_inner_texts p {
    font-size: 1.8rem;
  }
}
.top_strength_inner_slider {
  position: relative;
  max-width: 768px;
  width: 100%;
}
@media screen and (min-width: 896px) {
  .top_strength_inner_slider {
    width: 425px;
  }
}
.top_strength_inner_slider .swiper {
  border-radius: 10px;
}
@media screen and (min-width: 896px) {
  .top_strength_inner_slider .swiper-wrapper .swiper-slide {
    height: 275px !important;
  }
}
.top_strength_inner_slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.top_strength_inner_slider .swiper .swiper-button-prev:after,
.top_strength_inner_slider .swiper .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin: auto;
  width: 50px;
}
.top_strength_inner_slider .swiper .swiper-button-prev::after {
  background: url("../images/top/arrow-white-prev.svg") no-repeat center center;
}
.top_strength_inner_slider .swiper .swiper-button-next::after {
  background: url("../images/top/arrow-white-next.svg") no-repeat center center;
}
.top_strength_inner_slider_box {
  position: absolute;
  z-index: -1;
  top: 23%;
  left: 12%;
  max-height: 290px;
  width: 100%;
  height: 100%;
  background-color: #ddf5e5;
  border-radius: 10px;
}
@media screen and (min-width: 450px) {
  .top_strength_inner_slider_box {
    top: 15%;
    left: 5%;
    max-width: 768px;
    max-height: 450px;
  }
}
@media screen and (min-width: 896px) {
  .top_strength_inner_slider_box {
    top: 23%;
    left: 14%;
    max-width: 430px;
    max-height: 305px;
  }
}
.top_strength_inner_slider_icon {
  padding-top: 30px;
  margin-left: auto;
  width: 200px;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  display: none;
}
@media screen and (min-width: 896px) {
  .top_strength_inner_slider_icon {
    display: block;
  }
}
.top_strength_inner .slider-thumbnail {
  padding-top: 10px;
}
.top_strength_inner .slider-thumbnail .swiper-wrapper .swiper-slide {
  height: 100% !important;
  width: 25%;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.top_strength_inner .slider-thumbnail .swiper-wrapper .swiper-slide img {
  height: 100%;
}
.top_strength_inner .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

/* -------------------------- */
/* 私たちを選んでいただくメリット */
/* -------------------------- */
.top_merit {
  background: url("../images/top/bg-merit.jpg") center center;
  background-size: cover;
  padding: 0 20px 70px;
  margin-top: 35px;
}
@media screen and (min-width: 896px) {
  .top_merit {
    margin-top: 0;
  }
}
.top_merit_inner {
  border: 3px solid #00b53b;
  position: relative;
  max-width: 1220px;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 10px;
}
.top_merit_inner .section_title_normal {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: -4em;
  padding: 0 1.5em;
  background: #fff;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 896px) {
  .top_merit_inner .section_title_normal {
    width: 595px;
    padding: 0 0.5em;
  }
}
.top_merit_inner .section_title_normal h2 img {
  width: 75px;
}
@media screen and (min-width: 896px) {
  .top_merit_inner .section_title_normal h2 img {
    width: 95px;
  }
}
.top_merit_inner ul {
  padding: 135px 20px 90px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 50px 5px;
}
@media screen and (min-width: 360px) {
  .top_merit_inner ul {
    padding: 100px 20px 90px;
  }
}
@media screen and (min-width: 896px) {
  .top_merit_inner ul {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 80px 35px;
    padding: 110px;
  }
}
.top_merit_inner ul li {
  text-align: center;
}
.top_merit_inner ul li .top_merit_number {
  background-color: #00b53b;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  margin-inline: auto;
}
@media screen and (min-width: 896px) {
  .top_merit_inner ul li .top_merit_number {
    font-size: 1.5rem;
  }
}
.top_merit_inner ul li img {
  width: 180px;
  height: 120px;
  padding: 15px 0;
  margin-inline: auto;
}
@media screen and (min-width: 896px) {
  .top_merit_inner ul li img {
    width: 145px;
    height: 95px;
  }
}
.top_merit_inner ul li .text {
  font-size: 2rem;
  color: #00b53b;
  font-weight: 700;
  word-break: keep-all;
}
.top_merit_inner ul li .text .orange {
  color: #f29600;
}

/* -------------------------- */
/* 対応エリア */
/* -------------------------- */
.top_area {
  background: url("../images/top/bg-area.jpg") center center;
  background-size: cover;
  margin-top: 40px;
  margin-right: 20px;
}
@media screen and (min-width: 896px) {
  .top_area {
    margin-right: 40px;
  }
}
.top_area_inner {
  max-width: 1080px;
  padding: 30px 35px;
}
@media screen and (min-width: 896px) {
  .top_area_inner {
    padding: 50px 110px;
  }
}
.top_area_inner h2 {
  font-size: 2.6rem;
  padding-bottom: 30px;
  text-align: center;
  color: #59493f;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (min-width: 896px) {
  .top_area_inner h2 {
    text-align: left;
    font-size: 3.2rem;
  }
}
.top_area_inner p {
  font-size: 2.2rem;
  color: #00b53b;
  font-weight: 700;
  padding-bottom: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (min-width: 896px) {
  .top_area_inner p {
    font-size: 2.8rem;
  }
}
.top_area_inner span {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 896px) {
  .top_area_inner span {
    font-size: 2rem;
  }
}

/* -------------------------- */
/* 買取事例  */
/* -------------------------- */
.top_purchase {
  padding-top: 90px;
}
@media screen and (min-width: 896px) {
  .top_purchase .purchase_archive .section_title_normal {
    margin-bottom: 60px;
  }
}
.top_purchase .purchase_archive .section_title_normal h2 {
  padding-bottom: 0;
}
.top_purchase .purchase_archive .section_title_normal h2 img {
  width: 65px;
}
@media screen and (min-width: 896px) {
  .top_purchase .purchase_archive .section_title_normal h2 img {
    width: 80px;
  }
}
.top_purchase .purchase_archive .purchase_archive_inner {
  padding-bottom: 60px;
}

/* -------------------------- */
/* 司法書士・行政書士・弁護士・不動産会社のみなさまへ   */
/* -------------------------- */
#top_business {
  background-color: rgb(239, 250, 242);
  background-image: url("https://givere.liber-develop.com/wp-content/themes/givere/images//top/bg_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 896px) {
  #top_business {
    background-image: url("https://givere.liber-develop.com/wp-content/themes/givere/images//top/bg_pc.jpg");
  }
}

.top_business {
  padding: 6rem 0 0;
}
@media screen and (min-width: 896px) {
  .top_business {
    padding: 4rem 0 0;
  }
}
.top_business_inner {
  max-width: 960px;
  margin-inline: auto;
  padding: 0 20px;
}
@media screen and (min-width: 896px) {
  .top_business_inner {
    padding: 0;
  }
}
@media screen and (min-width: 896px) {
  .top_business_inner .section_title_normal {
    margin-bottom: 4rem;
  }
}
.top_business_inner .section_title_normal h2 {
  font-size: 2.2rem;
  padding-bottom: 0;
  line-height: 1.3;
}
@media screen and (min-width: 896px) {
  .top_business_inner .section_title_normal h2 {
    font-size: 3rem;
  }
}
.top_business_inner .section_title_normal h2 img {
  width: 65px;
}
@media screen and (min-width: 896px) {
  .top_business_inner .section_title_normal h2 img {
    width: 80px;
  }
}
.top_business_inner .section_title_normal h2 span {
  font-size: 2.2rem;
  line-height: 1.3;
}
@media screen and (min-width: 896px) {
  .top_business_inner .section_title_normal h2 span {
    font-size: 3rem;
  }
}
.top_business_inner_content h3 {
  background-color: #00b53b;
  color: #fff;
  padding: 1.5rem 0;
  font-size: 2rem;
  text-align: center;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
@media screen and (min-width: 896px) {
  .top_business_inner_content h3 {
    font-size: 2.5rem;
  }
}
.top_business_inner_content ul {
  padding: 3rem 1.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 2px solid #00b53b;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px gray;
          box-shadow: 0 2px 4px gray;
}
@media screen and (min-width: 896px) {
  .top_business_inner_content ul {
    padding: 5rem 3rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top_business_inner_content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding-bottom: 4rem;
  font-size: 2rem;
}
@media screen and (min-width: 896px) {
  .top_business_inner_content ul li {
    width: 50%;
  }
}
.top_business_inner_content ul li:nth-child(1), .top_business_inner_content ul li:nth-child(2) {
  padding-bottom: 4rem;
}
@media screen and (min-width: 896px) {
  .top_business_inner_content ul li:nth-child(1), .top_business_inner_content ul li:nth-child(2) {
    padding-bottom: 6rem;
  }
}
.top_business_inner_content ul li:nth-child(3), .top_business_inner_content ul li:nth-child(4) {
  padding-bottom: 4rem;
}
@media screen and (min-width: 896px) {
  .top_business_inner_content ul li:nth-child(3), .top_business_inner_content ul li:nth-child(4) {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 896px) {
  .top_business_inner_content ul li:nth-child(odd) {
    padding-right: 4rem;
  }
}
.top_business_inner_content ul li .no {
  background-color: #00b53b;
  border-radius: 1rem;
  color: #fff;
  text-align: center;
  width: 7rem;
  height: 7rem;
  font-size: 1.4rem;
  margin-right: 1rem;
  padding-top: 1.3rem;
  font-weight: bold;
}
@media screen and (min-width: 896px) {
  .top_business_inner_content ul li .no {
    line-height: 1.3;
    padding-top: 1.7rem;
  }
}
.top_business_inner_content ul li .no span {
  font-size: 1.6rem;
}
.top_business_inner_content ul li p {
  width: 72%;
  line-height: 1.5;
  color: #59493f;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (min-width: 896px) {
  .top_business_inner_content ul li p {
    font-size: 2rem;
    width: 85%;
  }
}
.top_business_inner_content ul li p span {
  color: #f29600;
}
.top_business_inner_content2 {
  padding: 3.5rem 0 0;
}
@media screen and (min-width: 896px) {
  .top_business_inner_content2 {
    padding: 5rem 0 0;
  }
}
.top_business_inner_content2 h3 {
  color: #59493f;
  padding: 1.5rem 0;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 896px) {
  .top_business_inner_content2 h3 {
    text-align: left;
    font-size: 2.5rem;
    padding: 0 0 3rem;
  }
}
.top_business_inner_content2 .top_business_inner_content_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 896px) {
  .top_business_inner_content2 .top_business_inner_content_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top_business_inner_content2 .top_business_inner_content_block ul {
  padding: 1.5rem 0 0.5rem;
}
@media screen and (min-width: 896px) {
  .top_business_inner_content2 .top_business_inner_content_block ul {
    width: 55%;
    padding: 0 3rem 2.5rem 0;
  }
}
.top_business_inner_content2 .top_business_inner_content_block ul li {
  position: relative;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  background-color: #fff;
  border: 2px solid #00b53b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 896px) {
  .top_business_inner_content2 .top_business_inner_content_block ul li {
    height: 5rem;
    line-height: 5rem;
  }
}
.top_business_inner_content2 .top_business_inner_content_block ul li span {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
}
.top_business_inner_content2 .top_business_inner_content_block ul li span:first-child {
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 5rem;
  background-color: #00b53b;
  color: #fff;
  text-align: center;
  width: 5rem;
  height: 5rem;
}
@media screen and (min-width: 896px) {
  .top_business_inner_content2 .top_business_inner_content_block ul li span:first-child {
    position: unset;
  }
}
.top_business_inner_content2 .top_business_inner_content_block ul li span:nth-child(2) {
  color: #59493f;
  padding: 1.2rem 0 1.2rem 6.5rem;
}
@media screen and (min-width: 896px) {
  .top_business_inner_content2 .top_business_inner_content_block ul li span:nth-child(2) {
    padding: 0 0 0 1.5rem;
  }
}
.top_business_inner_content2 .top_business_inner_content_block ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 15px;
  left: 50%;
  bottom: -2rem;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background: url("../images/top/flow-arrow-under.svg") center center;
  background-repeat: no-repeat;
}
.top_business_inner_content2 .top_business_inner_content_block ul li:last-child:after {
  display: none;
}
.top_business_inner_content2 .top_business_inner_content_block figure {
  padding: 0 1.5rem 4rem;
}
@media screen and (min-width: 896px) {
  .top_business_inner_content2 .top_business_inner_content_block figure {
    padding: unset;
    width: 45%;
  }
}

/* -------------------------- */
/* お客様の声  */
/* -------------------------- */
.top_voice {
  position: relative;
  overflow: hidden;
  padding-top: 2rem;
}
@media screen and (min-width: 896px) {
  .top_voice {
    padding-top: 6rem;
  }
}
.top_voice_bg {
  background: url("../images/top/bg-voice-sp.jpg");
  background-size: cover;
  min-height: 330px;
  margin-bottom: 1000px;
  margin-right: 0px;
}
@media screen and (min-width: 896px) {
  .top_voice_bg {
    margin-right: 40px;
    margin-bottom: 1150px;
    min-height: 460px;
  }
}
@media screen and (min-width: 1024px) {
  .top_voice_bg {
    background: url("../images/top/bg-voice.jpg") center center;
    background-size: cover;
  }
}
@media screen and (min-width: 1540px) {
  .top_voice_bg {
    margin-bottom: 1050px;
    min-height: 560px;
  }
}
@media screen and (min-width: 1920px) {
  .top_voice_bg {
    margin-bottom: 950px;
    min-height: 660px;
  }
}
@media screen and (min-width: 2220px) {
  .top_voice_bg {
    margin-bottom: 750px;
    min-height: 860px;
  }
}
.top_voice_content {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 1;
  -webkit-box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
          box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  border-radius: 10px;
  max-width: 1220px;
  width: 90%;
  background-color: #fff;
  padding-bottom: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 896px) {
  .top_voice_content {
    top: 22%;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .top_voice_content {
    width: 100%;
  }
}
.top_voice_content::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  background-color: #fff;
  border: 3px solid #00b53b;
  border-radius: 10px;
  -webkit-box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
          box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}
.top_voice_content:after {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  max-width: 1360px;
  height: 255px;
  margin-inline: auto;
  background-color: #00b53b;
  width: 1000%;
}
@media screen and (min-width: 896px) {
  .top_voice_content:after {
    height: 435px;
    width: 110%;
    -webkit-transform: translate(-50%, 20%);
            transform: translate(-50%, 20%);
  }
}
.top_voice_content h2 {
  font-size: 3.2rem;
  color: #59493f;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (min-width: 896px) {
  .top_voice_content h2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top_voice_content_list {
  padding: 0 15px 60px;
  height: 840px;
  overflow: auto;
  border-radius: 10px;
}
@media screen and (min-width: 896px) {
  .top_voice_content_list {
    height: 1015px;
    padding: 0 90px 60px;
  }
}
.top_voice_content_list_block {
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 30px 20px;
}
@media screen and (min-width: 896px) {
  .top_voice_content_list_block {
    gap: 20px;
    grid-template-columns: 150px 1fr;
  }
}
.top_voice_content_list_block:not(:last-of-type) {
  padding-bottom: 30px;
}
@media screen and (min-width: 896px) {
  .top_voice_content_list_block:not(:last-of-type) {
    padding-bottom: 100px;
  }
}
.top_voice_content_list_block_image {
  min-width: 75px;
  height: 75px;
}
@media screen and (min-width: 896px) {
  .top_voice_content_list_block_image {
    min-width: 150px;
    height: 150px;
  }
}
.top_voice_content_list_block_image img {
  width: 100%;
  height: 100%;
}
.top_voice_content_list_block_texts span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #59493f;
  padding-bottom: 10px;
}
@media screen and (min-width: 896px) {
  .top_voice_content_list_block_texts span {
    font-size: 1.8rem;
  }
}
.top_voice_content_list_block_texts h3 {
  color: #f29600;
  font-size: 2.2rem;
  padding-bottom: 10px;
  font-weight: 700;
}
@media screen and (min-width: 896px) {
  .top_voice_content_list_block_texts h3 {
    font-size: 2.4rem;
  }
}
.top_voice_content_list_block_texts p {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.top_voice_content_list_block_texts p .bold {
  font-weight: 700;
}
.top_voice_content_list_block > p {
  font-size: 1.4rem;
  grid-column: 1/3;
}
@media screen and (min-width: 896px) {
  .top_voice_content_list_block > p {
    grid-column: initial;
    font-size: 1.6rem;
  }
}
.top_voice_content_list_block > p .bold {
  font-weight: 700;
}

/* -------------------------- */
/* 買取までの流れ  */
/* -------------------------- */
.top_flow {
  padding-bottom: 60px;
}
@media screen and (min-width: 896px) {
  .top_flow {
    padding-bottom: 80px;
  }
}
.top_flow_inner {
  max-width: 1220px;
  margin-inline: auto;
  padding: 0 20px;
}
@media screen and (min-width: 896px) {
  .top_flow_inner {
    padding: 0;
  }
}
.top_flow_inner_block {
  background-color: #ddf5e5;
  padding: 15px 10px 30px;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 896px) {
  .top_flow_inner_block {
    padding: 25px;
  }
}
.top_flow_inner_block:not(:last-of-type) {
  margin-bottom: 30px;
}
.top_flow_inner_block:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  width: 55px;
  height: 35px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background: url("../images/top/flow-arrow-under.svg") center center;
}
.top_flow_inner_block:nth-of-type(1) .top_flow_inner_block_content .top_flow_inner_block_content_image img {
  width: 124px;
}
.top_flow_inner_block:nth-of-type(2) .top_flow_inner_block_content .top_flow_inner_block_content_image img, .top_flow_inner_block:nth-of-type(3) .top_flow_inner_block_content .top_flow_inner_block_content_image img {
  width: 35px;
}
@media screen and (min-width: 896px) {
  .top_flow_inner_block:nth-of-type(2) .top_flow_inner_block_content .top_flow_inner_block_content_image img, .top_flow_inner_block:nth-of-type(3) .top_flow_inner_block_content .top_flow_inner_block_content_image img {
    width: 62px;
  }
}
.top_flow_inner_block:nth-of-type(4) .top_flow_inner_block_content .top_flow_inner_block_content_image img {
  width: 60px;
}
@media screen and (min-width: 896px) {
  .top_flow_inner_block:nth-of-type(4) .top_flow_inner_block_content .top_flow_inner_block_content_image img {
    width: 90px;
  }
}
.top_flow_inner_block_content {
  max-width: 960px;
  margin-inline: auto;
  display: grid;
  gap: 30px 15px;
  grid-template-columns: 105px 1fr;
  grid-template-rows: 105px 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 896px) {
  .top_flow_inner_block_content {
    grid-template-columns: 170px 1fr;
    grid-template-rows: initial;
    gap: 45px;
  }
}
.top_flow_inner_block_content_image {
  background-color: #fff;
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 896px) {
  .top_flow_inner_block_content_image {
    padding: 15px 25px;
  }
}
.top_flow_inner_block_content_image img {
  margin-inline: auto;
}
.top_flow_inner_block_content_image figcaption {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  padding-top: 8px;
  word-break: keep-all;
}
@media screen and (min-width: 896px) {
  .top_flow_inner_block_content_image figcaption {
    font-size: 3rem;
  }
}
.top_flow_inner_block_content_texts h3 {
  color: #00b53b;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 896px) {
  .top_flow_inner_block_content_texts h3 {
    padding-bottom: 25px;
    font-size: 2.6rem;
  }
}
.top_flow_inner_block_content .text {
  font-size: 1.6rem;
  color: #333;
  grid-column: 1/3;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 896px) {
  .top_flow_inner_block_content .text {
    grid-column: initial;
  }
}
.top_flow_inner_block_content .text p:not(:last-of-type) {
  padding-bottom: 20px;
}
@media screen and (min-width: 896px) {
  .top_flow_inner_block_content .text p:not(:last-of-type) {
    padding-bottom: 5px;
  }
}

/* -------------------------- */
/* よくある質問  */
/* -------------------------- */
.top_faq {
  padding-top: 60px;
}
@media screen and (min-width: 896px) {
  .top_faq {
    padding-top: 80px;
  }
}
.top_faq_inner {
  max-width: 960px;
  margin-inline: auto;
  padding: 0 20px;
}
@media screen and (min-width: 896px) {
  .top_faq_inner {
    padding: 0 0 110px;
  }
}
.top_faq_inner .section_title_normal h2 img {
  width: 75px;
}
@media screen and (min-width: 896px) {
  .top_faq_inner .section_title_normal h2 img {
    width: 80px;
  }
}
.top_faq_inner_content_block:not(:last-of-type) {
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 896px) {
  .top_faq_inner_content_block:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.top_faq_inner_content_block_question, .top_faq_inner_content_block_answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
@media screen and (min-width: 896px) {
  .top_faq_inner_content_block_question, .top_faq_inner_content_block_answer {
    gap: 30px;
  }
}
.top_faq_inner_content_block_question span, .top_faq_inner_content_block_answer span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 50px;
  min-width: 45px;
  min-height: 45px;
}
@media screen and (min-width: 896px) {
  .top_faq_inner_content_block_question span, .top_faq_inner_content_block_answer span {
    font-size: 3.2rem;
    min-width: 60px;
    min-height: 60px;
  }
}
.top_faq_inner_content_block_question {
  margin-bottom: 15px;
}
@media screen and (min-width: 896px) {
  .top_faq_inner_content_block_question {
    margin-bottom: 20px;
  }
}
.top_faq_inner_content_block_question span {
  background-color: #00b53b;
  color: #fff;
}
.top_faq_inner_content_block_question h3 {
  font-size: 2rem;
  color: #00b53b;
}
@media screen and (min-width: 896px) {
  .top_faq_inner_content_block_question h3 {
    font-size: 2.6rem;
  }
}
.top_faq_inner_content_block_answer {
  padding-bottom: 35px;
}
@media screen and (min-width: 896px) {
  .top_faq_inner_content_block_answer {
    padding-bottom: 25px;
  }
}
.top_faq_inner_content_block_answer span {
  background-color: #ddf5e5;
  color: #00b53b;
}
.top_faq_inner_content_block_answer_text p {
  font-size: 1.6rem;
  color: #333;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.top_faq_inner_content_block_answer_text p.orange {
  color: #f29600;
  padding-bottom: 5px;
  font-weight: 700;
}
.top_faq_inner_content_block_answer_text p.mb {
  margin-bottom: 30px;
}
@media screen and (min-width: 896px) {
  .top_faq_inner_content_block_answer_text p.mb {
    margin-bottom: 50px;
  }
}
.top_faq_inner_content_block_answer_text p.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.top_faq_inner_content_block_answer_text p.bold {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 896px) {
  .top_faq_inner_content_block_answer_text p.bold {
    font-size: 1.9rem;
  }
}

/* -------------------------- */
/* お問い合わせ  */
/* -------------------------- */
.top_contact {
  background-color: #00b53b;
  max-width: 1360px;
  margin-inline: auto;
}
@media screen and (min-width: 896px) {
  .top_contact {
    margin-bottom: 120px;
  }
}
.top_contact_inner {
  background: url("../images/top/logo-mark-sp.png") no-repeat;
  background-position: -5% -11%;
  padding: 50px 0 30px;
}
@media screen and (min-width: 896px) {
  .top_contact_inner {
    background: url("../images/top/logo-mark.png") no-repeat;
    padding: 40px 0;
    background-position: 0% 0%;
  }
}
.top_contact_inner h2 {
  color: #fff;
  font-size: 2.6rem;
  padding-bottom: 50px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (min-width: 896px) {
  .top_contact_inner h2 {
    padding-bottom: 35px;
    font-size: 3.6rem;
  }
}
.top_contact_inner_content {
  background-color: #fff;
  border-radius: 10px;
  max-width: 960px;
  margin: 0 20px;
}
@media screen and (min-width: 896px) {
  .top_contact_inner_content {
    margin-inline: auto;
  }
}
.top_contact_inner_content_tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #00b53b;
  font-size: 3.2rem;
  font-weight: 700;
  padding-top: 40px;
  padding-bottom: 10px;
  line-height: 1;
}
@media screen and (min-width: 450px) {
  .top_contact_inner_content_tel {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 896px) {
  .top_contact_inner_content_tel {
    gap: 20px;
    font-size: 7.3rem;
  }
}
.top_contact_inner_content_tel img {
  width: 25px;
}
@media screen and (min-width: 450px) {
  .top_contact_inner_content_tel img {
    width: 30px;
  }
}
@media screen and (min-width: 896px) {
  .top_contact_inner_content_tel img {
    width: 50px;
  }
}
.top_contact_inner_content span {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  text-align: center;
  padding-bottom: 45px;
}
@media screen and (min-width: 896px) {
  .top_contact_inner_content span {
    font-size: 1.9rem;
    padding-bottom: 35px;
  }
}
.top_contact_inner_content_line {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 896px) {
  .top_contact_inner_content_line {
    font-size: 1.9rem;
    padding-bottom: 110px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.top_contact_inner_content_line_link {
  display: inline-block;
  width: 170px;
  height: 50px;
}
.top_contact_inner_content_line_link img {
  border-radius: 10px;
}
.top_contact_inner_content_green_box {
  background-color: #ddf5e5;
  position: relative;
}

/* -------------------------- */
/* 商品紹介  */
/* -------------------------- */
.top_products {
  background: url("../images/top/background_pc.jpg") no-repeat center center;
  background-size: cover;
  padding: 0 20px;
  margin-top: 100px;
}
.top_products_inner {
  padding: 80px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.top_products_inner.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top_products_inner > h2 {
  color: #a2060f;
  margin-bottom: 0;
}
@media screen and (min-width: 896px) {
  .top_products_inner > h2 {
    margin-bottom: 30px;
  }
}
.top_products_inner > h2 br {
  display: block;
}
@media screen and (min-width: 896px) {
  .top_products_inner > h2 br {
    display: none;
  }
}
.top_products_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
  gap: 0 28px;
  padding-top: 36px;
  padding-bottom: 55px;
}
@media screen and (min-width: 896px) {
  .top_products_list {
    text-align: center;
  }
}
.top_products_list li {
  background-color: #bfb07b;
  text-align: center;
  font-size: clamp(18px, 3vw, 30px);
  padding: 10px 25px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  width: 100%;
}
@media screen and (min-width: 896px) {
  .top_products_list li {
    max-width: 310px;
  }
}
.top_products_text {
  font-family: "Noto Serif JP", serif;
  text-align: left;
  line-height: 2;
  font-size: 18px;
  max-width: clamp(550px, 80vw, 670px);
  margin: 0 auto;
}
@media screen and (min-width: 896px) {
  .top_products_text {
    text-align: center;
  }
}

/* -------------------------- */
/* サロンケア ホームケア */
/* -------------------------- */
.top_salon_care,
.top_home_care {
  padding: 0 20px;
  margin-top: 100px;
}
.top_salon_care_text,
.top_home_care_text {
  font-family: "Noto Serif JP", serif;
  text-align: left;
  line-height: 2;
  font-size: clamp(18px, 3vw, 20px);
}
@media screen and (min-width: 896px) {
  .top_salon_care_text,
  .top_home_care_text {
    text-align: center;
  }
}
.top_salon_care_list,
.top_home_care_list {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.top_salon_care_list.show,
.top_home_care_list.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 896px) {
  .top_salon_care_list,
  .top_home_care_list {
    gap: 40px;
    max-width: 1180px;
    margin-top: 50px;
    margin-bottom: 70px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.top_salon_care_list li,
.top_home_care_list li {
  border: 1px solid #bfb07b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  max-width: 225px;
  min-height: 360px;
  margin: 0 auto;
  width: 45%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top_salon_care_list li,
  .top_home_care_list li {
    padding: 20px 30px;
    width: 25%;
  }
}
.top_salon_care_list li:last-of-type .top_home_care_image,
.top_home_care_list li:last-of-type .top_home_care_image {
  max-height: 250px;
}
.top_salon_care_list li img,
.top_home_care_list li img {
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  width: 100%;
  height: 100%;
}
.top_salon_care_list li .top_home_care_image,
.top_home_care_list li .top_home_care_image {
  max-height: 205px;
}
@media screen and (min-width: 896px) {
  .top_salon_care_list li .top_home_care_image,
  .top_home_care_list li .top_home_care_image {
    max-height: 165px;
  }
}
.top_salon_care_list li .top_salon_care_image,
.top_home_care_list li .top_salon_care_image {
  max-height: 240px;
}
.top_salon_care_btn,
.top_home_care_btn {
  background: #a2060f;
  text-align: center;
  max-width: 310px;
  margin: 0 auto;
  opacity: 1;
}
.top_salon_care_btn:hover,
.top_home_care_btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 896px) {
  .top_salon_care_btn,
  .top_home_care_btn {
    text-align: center;
  }
}
.top_salon_care_btn a,
.top_home_care_btn a {
  color: #fff;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.top_salon_care_btn a::after,
.top_home_care_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* -------------------------- */
/* スタッフ  */
/* -------------------------- */
.top_staff {
  background: #f9f9f9;
  padding: clamp(50px, 11.5vw, 100px) 20px;
  margin-top: 100px;
}
@media screen and (min-width: 896px) {
  .top_staff {
    padding: 75px 20px;
  }
}
@media screen and (min-width: 896px) {
  .top_staff.sp {
    display: none;
  }
}
.top_staff.pc {
  display: none;
}
@media screen and (min-width: 896px) {
  .top_staff.pc {
    display: block;
    margin-top: 205px;
  }
  .top_staff.pc .top_staff_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 70px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-height: 365px;
    max-width: 1180px;
    margin: 0 auto;
  }
  .top_staff.pc .top_staff_inner .top_staff_image {
    position: relative;
    max-width: 810px;
    min-height: 410px;
    margin-top: -155px;
    overflow: hidden;
    margin-bottom: 0;
    aspect-ratio: 16/9;
    width: 100%;
  }
  .top_staff.pc .top_staff_inner .top_staff_image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top_staff.pc .top_staff_inner .top_staff_texts .top_title {
    margin-bottom: 20px;
  }
  .top_staff.pc .top_staff_inner .top_staff_btn {
    min-width: 300px;
    opacity: 1;
  }
  .top_staff.pc .top_staff_inner .top_staff_btn:hover {
    opacity: 0.7;
  }
  .top_staff.pc .top_staff_inner .top_staff_btn a {
    display: block;
    width: 100%;
    padding: 15px 30px;
    border: 1px solid #a2060f;
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
  }
  .top_staff.pc .top_staff_inner .top_staff_btn a::after {
    right: 25px;
  }
}
@media screen and (min-width: 896px) {
  .top_staff {
    text-align: center;
  }
}
.top_staff_image {
  margin-bottom: clamp(50px, 11.5vw, 100px);
  position: relative;
  aspect-ratio: 16/9;
}
.top_staff_image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_staff_btn {
  max-width: 310px;
  margin: 0 auto;
}
.top_staff_btn a {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  color: #a2060f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  padding: 20px 30px;
  border: 1px solid #a2060f;
}
.top_staff_btn a:hover {
  opacity: 0.7;
}
.top_staff_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #a2060f;
  border-right: 2px solid #a2060f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* -------------------------- */
/* ブログ  */
/* -------------------------- */
.top_blog {
  padding: 0 20px;
  margin-top: clamp(50px, 11vw, 100px);
}
.top_blog_list {
  margin-bottom: 100px;
}
@media screen and (min-width: 896px) {
  .top_blog_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1180px;
    margin: 100px auto 0 auto;
    gap: 15px;
  }
}
.top_blog_list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 896px) {
  .top_blog_list > li {
    width: clamp(150px, 20vw, 280px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_blog_list > li:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (min-width: 896px) {
  .top_blog_list > li a {
    width: 100%;
  }
}
.top_blog_list > li a .top_blog_list_image {
  background: #f9f9f9;
  width: 150px;
  height: 150px;
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
@media screen and (min-width: 896px) {
  .top_blog_list > li a .top_blog_list_image {
    width: auto;
    height: 350px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.top_blog_list > li a .top_blog_list_image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.top_blog_list > li .top_blog_list_texts {
  padding: 15px 0 0 15px;
  font-family: "Noto Serif JP", serif;
  -webkit-box-flex: 7;
  -webkit-flex: 7;
      -ms-flex: 7;
          flex: 7;
}
@media screen and (min-width: 896px) {
  .top_blog_list > li .top_blog_list_texts {
    padding: 15px 0;
  }
}
@media screen and (min-width: 896px) {
  .top_blog_list > li .top_blog_list_texts {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.top_blog_list > li .top_blog_list_texts_date {
  color: #626262;
  font-size: 14px;
}
.top_blog_list > li .top_blog_list_texts_data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.top_blog_list > li .top_blog_list_texts .post-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.top_blog_list > li .top_blog_list_texts .post-categories li a {
  color: #333;
}
.top_blog_list > li .top_blog_list_texts .post-categories li a::before {
  content: "|";
  padding: 0 5px;
  font-size: 14px;
}
.top_blog_list > li .top_blog_list_texts h3 a {
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 896px) {
  .top_blog_list > li .top_blog_list_texts h3 a {
    font-size: 15px;
  }
}
.top_blog_btn {
  background: #a2060f;
  text-align: center;
  max-width: 310px;
  margin: 0 auto;
  opacity: 1;
}
.top_blog_btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 896px) {
  .top_blog_btn {
    text-align: center;
  }
}
.top_blog_btn a {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.top_blog_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* -------------------------- */
/* アクセス */
/* -------------------------- */
.top_access {
  padding: clamp(60px, 13vw, 100px) 0 30px 0;
}
@media screen and (min-width: 896px) {
  .top_access {
    padding: 85px 0;
  }
}
@media screen and (min-width: 896px) {
  .top_access_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1120px;
    margin: 0 auto;
    gap: 35px;
  }
}
.top_access_box {
  max-width: 565px;
  padding: 0 30px;
  margin-bottom: 50px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top_access_box p {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 450px) {
  .top_access_box p {
    font-size: 20px;
  }
}
.top_access_box p:nth-of-type(2) {
  margin-bottom: 30px;
}
.top_access_map {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top_access_map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}
@media screen and (min-width: 896px) {
  .top_access_map iframe {
    min-height: 360px;
  }
}