@charset "UTF-8";
/* CSS Document */
/*-------------------------------------
color font-size font-fam COMMON
-------------------------------------*/
:root {
  --color1: #2b2b2b;
  --color2: #e4e6eb;
  --color3: #5c8ebe;
  --color4: #f2f8ff;
  --color5: #ffde3b;
}
html {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.25;
  color: #222;
}
body {
  animation: loading 3s;
}
main {
  overflow: hidden;
}
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
span {
  display: inline-block;
}
.js-fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.js-fadein.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.txt75 {
  font-size: clamp(2.375rem, 1.486rem + 2.85vw, 4.688rem);
}
.txt62-42 {
  font-size: clamp(2.625rem, 2.144rem + 1.54vw, 3.875rem);
}
.txt62-30 {
  font-size: clamp(1.875rem, 1.106rem + 2.46vw, 3.875rem);
}
.txt52-32 {
  font-size: clamp(2rem, 1.519rem + 1.54vw, 3.25rem);
}
.txt52-20 {
  font-size: clamp(1.25rem, 0.481rem + 2.46vw, 3.25rem);
}
.txt50-30 {
  font-size: clamp(1.875rem, 1.394rem + 1.54vw, 3.125rem);
}
.txt50-22 {
  font-size: clamp(1.375rem, 0.702rem + 2.15vw, 3.125rem);
}
.txt42-26 {
  font-size: clamp(1.625rem, 1.24rem + 1.23vw, 2.625rem);
}
.txt42-24 {
  font-size: clamp(1.5rem, 1.067rem + 1.38vw, 2.625rem);
}
.txt42-18 {
  font-size: clamp(1.125rem, 0.548rem + 1.85vw, 2.625rem);
}
.txt38 {
  font-size: clamp(1.125rem, 0.644rem + 1.54vw, 2.375rem);
}
.txt36-26 {
  font-size: clamp(1.625rem, 1.385rem + 0.77vw, 2.25rem);
}
.txt36-22 {
  font-size: clamp(1.375rem, 1.038rem + 1.08vw, 2.25rem);
}
.txt35 {
  font-size: clamp(1.25rem, 0.889rem + 1.15vw, 2.188rem);
}
.txt34 {
  font-size: clamp(1.5rem, 1.26rem + 0.77vw, 2.125rem);
}
.txt32 {
  font-size: clamp(1rem, 0.615rem + 1.23vw, 2rem);
}
.txt28-24 {
  font-size: clamp(1.5rem, 1.404rem + 0.31vw, 1.75rem);
}
.txt28-18 {
  font-size: clamp(1.125rem, 0.885rem + 0.77vw, 1.75rem);
}
.txt26 {
  font-size: clamp(1.5rem, 1.452rem + 0.15vw, 1.625rem);
}
.txt25 {
  font-size: clamp(1.125rem, 0.957rem + 0.54vw, 1.563rem);
}
.txt24-20 {
  font-size: clamp(1.25rem, 1.154rem + 0.31vw, 1.5rem);
}
.txt24-16 {
  font-size: clamp(1rem, 0.808rem + 0.62vw, 1.5rem);
}
.txt22 {
  font-size: clamp(1.125rem, 1.029rem + 0.31vw, 1.375rem);
}
.txt20 {
  font-size: clamp(1.063rem, 0.99rem + 0.23vw, 1.25rem);
}
.txt18-17 {
  font-size: clamp(1.063rem, 1.038rem + 0.08vw, 1.125rem);
}
.txt18-15 {
  font-size: clamp(0.938rem, 0.865rem + 0.23vw, 1.125rem);
}
.txt17 {
  font-size: clamp(0.938rem, 0.889rem + 0.15vw, 1.063rem);
}
.txt16-15 {
  font-size: clamp(0.938rem, 0.913rem + 0.08vw, 1rem);
}
.txt16-14 {
  font-size: clamp(0.875rem, 0.827rem + 0.15vw, 1rem);
}
.txt14 {
  font-size: clamp(0.813rem, 0.788rem + 0.08vw, 0.875rem);
}
.txt13 {
  font-size: clamp(0.75rem, 0.726rem + 0.08vw, 0.813rem);
}
.txt12 {
  font-size: clamp(0.625rem, 0.577rem + 0.15vw, 0.75rem);
}
.bold {
  font-weight: 600;
}
.lato {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.red {
  color: #d6471f;
}
.max768 {
  display: none;
}
.max600 {
  display: none;
}
.max450 {
  display: none;
}
@media screen and (max-width: 768px) {
  .max768 {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .max600 {
    display: block;
  }
  .min600 {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .max450 {
    display: block;
  }
}
/*------------------------------------
TOP
-------------------------------------*/
.pr {
  font-size: 10px;
  text-align: right;
  margin-right: 10%;
  padding: 20px 0 15px;
}
#Top {
  background-image: url("../img/top-bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1920 / 1089;
  width: 100vw;
  height: 100%;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 calc(100% - 15vw));
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
  line-height: 1.5;
}
.pre-catch {
  background-image: linear-gradient(
    90deg,
    rgba(92, 142, 190, 0),
    rgba(92, 142, 190, 0.8) 20%,
    rgba(92, 142, 190, 1) 50%,
    rgba(92, 142, 190, 0.8) 80%,
    rgba(92, 142, 190, 0)
  );
  max-width: 1014px;
  width: 60%;
  padding: 0.5em 1em;
  margin-top: 1em;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.main-catch {
  position: absolute;
  top: 5%;
  right: 20%;
}
.main-catch img {
  max-width: 235px;
  width: 12vw;
}
.sub-catch-wrap {
  position: absolute;
  bottom: 12vw;
  left: 12%;
  text-align: center;
}
.sub-catch-wrap .txt52-20 {
  color: var(--color5);
  position: relative;
}
.sub-catch-wrap .txt52-20::after {
  content: "最適";
  color: var(--color5);
  font-size: clamp(1.25rem, 0.481rem + 2.46vw, 3.25rem);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #7f7f7f;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.sub-catch-wrap img {
  max-width: 185px;
  min-width: 89px;
  width: 10vw;
}
@media screen and (max-width: 1024px) {
  #Top {
    background-size: cover;
    background-position: center 30%;
    aspect-ratio: unset;
    height: 68vw;
  }
  .pre-catch {
    width: 50%;
  }
  .main-catch {
    top: 10%;
    right: 18%;
  }
  .main-catch img {
    width: 13vw;
  }
}
@media screen and (max-width: 768px) {
  #Top {
    background-position: center 40%;
    height: 80vw;
  }
  .pr {
    margin-right: 5%;
  }
  .pre-catch {
    width: 50%;
  }
  .main-catch {
    top: 10%;
    right: 10%;
  }
  .main-catch img {
    width: 17vw;
  }
  .search-toggle-btn {
    top: 0;
    transform: translateY(-50%);
    width: 16vw;
    right: 4%;
  }
}
@media screen and (max-width: 500px) {
  #Top {
    background-position: 62%;
    height: 85vh;
    clip-path: unset;
    z-index: 0;
  }
  #Top::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(rgba(255, 255, 255, 0) 50%, #fff 85%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .pr {
    padding: 3% 0 0;
  }
  .main-catch {
    top: 12%;
    right: 5%;
  }
  .main-catch img {
    width: 30vw;
  }
  .pre-catch {
    width: 55%;
    background-image: linear-gradient(
      90deg,
      rgba(92, 142, 190, 0),
      rgba(92, 142, 190, 0.8) 7%,
      rgba(92, 142, 190, 1) 50%,
      rgba(92, 142, 190, 0.8) 80%,
      rgba(92, 142, 190, 0)
    );
    text-align: left;
    padding-left: 2em;
  }
  .sub-catch-wrap {
    text-align: left;
    left: 5%;
  }
  .sub-catch-wrap .sub-catch-span {
    padding-left: 1em;
  }
  .sub-catch-wrap img {
    width: 15vw;
  }
  .search-toggle-btn {
    top: -5px;
    transform: translateY(-50%);
    width: 12vw;
    right: 3%;
  }
}
@media screen and (max-width: 400px) {
  .search-toggle-btn {
    top: -10px;
    right: 3%;
    width: 12vw;
  }
}
/*------------------------------------
絞り込み検索欄
-------------------------------------*/
#SearchBox {
  padding: 0 0 5%;
  margin-top: -13vw;
}
.SearchBox-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  max-width: 1200px;
  width: 93%;
  padding: 0.5rem;
  margin: 0 auto;
  background-color: #7f7f7f;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
  position: relative;
}
.SearchBox-title-span1 {
  background-color: #2e2e2e;
  color: #fff;
  width: fit-content;
  padding: 0.25em;
}
.SearchBox-title::after {
  display: none;
}

.search-toggle-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  width: 12vw;
  max-width: 100px;
  min-width: 55px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.search-toggle-btn img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.search-toggle-btn:hover img {
  transform: scale(1.1);
}
.search-toggle-btn.active img {
  transform: rotate(45deg);
}
@keyframes search {
  0% {
    transform: translateY(-50%);
  }
  12.5% {
    transform: translateY(-80%) scale(0.9, 1);
  }
  25% {
    transform: translateY(-50%) scale(1, 0.9);
  }
  37.5% {
    transform: translateY(-80%) scale(0.9, 1);
  }
  50% {
    transform: translateY(-50%) scale(1);
  }
  100% {
    transform: translateY(-50%);
  }
}
.SearchBox-title-span2 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.SearchBox-title-span2::before,
.SearchBox-title-span2::after {
  content: "";
  display: inline-block;
  width: 10%;
  height: 1px;
  background-color: #fff;
}
.SearchBox-title-span2::before {
  margin-right: 20px;
}
.SearchBox-title-span2::after {
  margin-left: 20px;
}
.SearchBox-wrap {
  max-width: 1120px;
  width: 93%;
  margin: 0 auto;
  background-color: var(--color2);
  padding: 1.5% 5% 5%;
  position: relative;
}
#SearchBox h3 {
  width: 100%;
  font-weight: 400;
  padding: 1em;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
#SearchBox h3::before {
  content: "";
  background-color: var(--color3);
  border-radius: 50%;
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
}
.Age,
.Purpose,
.Level,
.Conditions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  margin: 0 auto 1.5em;
}
.SearchCheck {
  display: block;
}
.Age .SearchRadio,
.Conditions .SearchCheck {
  width: calc((100% - 15px) / 4);
}
.Purpose .SearchCheck {
  width: calc((100% - 10px) / 3);
}
.Level .SearchCheck {
  width: calc((100% - 5px) / 2);
}
.Level .SearchCheck img {
  padding-left: 3em;
}
#SearchBox label {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  border: 1px solid var(--color3);
  background-color: #fff;
  transition: all 0.2s ease-in;
  color: #000;
  text-align: center;
  cursor: pointer;
  position: relative;
}
#SearchBox .Level label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 2em;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
#SearchBox input:checked + label {
  background-color: var(--color3);
  color: #fff;
}
.SearchBoxBtn {
  display: flex;
  justify-content: center;
  column-gap: 2em;
  flex-wrap: wrap;
  margin-top: 3em;
}
.SearchBoxBtn button {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid var(--color3);
}
#searchButton {
  width: 224px;
  background-color: var(--color3);
  color: #fff;
}
#clearButton {
  width: 128px;
  background-color: #fff;
}
/* ボタンの基本スタイル */
#searchButton,
#clearButton {
  transition: all 0.3s ease;
}
/* クリック時に変化するスタイル */
#searchButton:active,
#clearButton:active {
  transform: scale(0.95);
  background-color: #5a5a5a;
}
@media screen and (max-width: 1024px) {
  .Level .SearchCheck img {
    padding-left: 10px;
    width: 15%;
  }
  #SearchBox .Level label {
    column-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  #SearchBox {
    padding-bottom: 10%;
  }
  .SearchBox-title {
    max-width: 650px;
  }
  .SearchBox-wrap {
    max-width: 600px;
  }
  .Level .SearchCheck {
    width: 100%;
  }
  .Level .SearchCheck img {
    padding-left: 10%;
    width: fit-content;
  }
  .Conditions .SearchCheck {
    width: calc((100% - 5px) / 2);
  }
  #SearchBox label {
    height: 45px;
    line-height: 45px;
    padding: 0.25em 0;
    box-sizing: content-box;
  }
  #SearchBox .Level label {
    column-gap: 5%;
  }
  .SearchBoxBtn button {
    height: 45px;
    line-height: 45px;
    padding: 0.25em 0;
    box-sizing: content-box;
  }
  .search-toggle-btn {
    top: 0;
    transform: translateY(-50%);
    width: 12vw;
    right: 2%;
  }
}
@media screen and (max-width: 500px) {
  .SearchBox-title {
    width: 100%;
  }
  .SearchBox-title::after {
    width: 15vw;
    height: calc(150vw * 1);
    top: -60%;
    transform: translateY(0);
    right: 10%;
  }
  .SearchBox-title-span2::before {
    margin-right: 10px;
  }
  .SearchBox-title-span2::after {
    margin-left: 10px;
  }
  .SearchBox-wrap {
    width: 100%;
    padding: 5% 5% 10%;
  }
  @keyframes search {
    0% {
      transform: translateY(0%);
    }
    12.5% {
      transform: translateY(-30%) scale(0.9, 1);
    }
    25% {
      transform: translateY(0%) scale(1, 0.9);
    }
    37.5% {
      transform: translateY(-30%) scale(0.9, 1);
    }
    50% {
      transform: translateY(0%) scale(1);
    }
    100% {
      transform: translateY(0%);
    }
  }
  #SearchBox h3 {
    padding-left: 0;
  }
  .Age,
  .Purpose,
  .Level,
  .Conditions {
    margin-bottom: 1em;
  }
  .Age .SearchRadio,
  .Purpose .SearchCheck {
    width: calc((100% - 5px) / 2);
  }
  .Purpose .SearchCheck:last-of-type {
    width: 100%;
  }
  .Level .SearchCheck img {
    padding-left: 5%;
    width: fit-content;
  }
  .SearchBoxBtn {
    margin-top: 2em;
  }
  #searchButton {
    max-width: 400px;
    width: 90%;
    margin-top: 1em;
  }
}
@media screen and (max-width: 400px) {
  .SearchBox-title-span2::before,
  .SearchBox-title-span2::after {
    width: 8%;
  }
  .SearchBox-title::after {
    right: 5%;
  }
  #SearchBox .Level label {
    column-gap: 3%;
  }
  .Level .SearchCheck img {
    padding-left: 2%;
    width: 16%;
  }
}
/* ------------------------
      Search Target
--------------------------*/
#SearchTarget-wrap {
  display: none;
  max-width: 1000px;
  width: 93%;
  margin: 0 auto;
  padding: 5% 0;
}
.SearchTarget-Title {
  text-align: center;
}
.SearchTarget {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  grid-row-gap: 20px;
}
.SearchItem {
  width: calc((100% - 20px) / 2);
  background-color: #f7f7f7;
  padding: 0 0 3%;
  display: flex !important;
  flex-direction: column;
  grid-row-gap: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
.SearchItem h3 {
  background-color: var(--color3);
  color: #fff;
  width: 100%;
  padding: 1.5em 0;
  text-align: center;
  margin-bottom: 0.5em;
}
.SearchItem p {
  display: flex;
  align-items: center;
  column-gap: 20px;
  line-height: 1.75;
  width: 85%;
  margin: 0 auto;
}
.SearchItem .item-title {
  background-color: var(--color3);
  color: #fff;
  display: block;
  padding: 10px;
  width: 29%;
  text-align: center;
}
.SearchItem .item-txt {
  width: 70%;
}
.SearchItem a {
  background-color: var(--color3);
  padding: 1.25em 0;
  display: block;
  width: 50%;
  margin: 0.5em auto 0;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .SearchItem p {
    flex-wrap: wrap;
  }
  .SearchItem .item-title {
    width: 100%;
    background-color: #a1a1a1;
    padding: 5px;
  }
  .SearchItem .item-txt {
    width: 100%;
    text-align: center;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .SearchItem {
    width: 100%;
  }
  .SearchItem p {
    flex-wrap: nowrap;
  }
  .SearchItem .item-title {
    width: 30%;
    background-color: #a1a1a1;
    padding: 5px;
  }
  .SearchItem .item-txt {
    width: 69%;
    text-align: left;
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .SearchItem p {
    width: 93%;
  }
  .SearchItem .item-title {
    width: 35%;
  }
  .SearchItem .item-txt {
    width: 64%;
  }
  .SearchItem a {
    padding: 1em 0;
    margin: 0 auto;
  }
  .SearchItem {
    padding-bottom: 7%;
  }
}
/*----------------------------
SORT BTN
-----------------------------*/
.SearchSort {
  list-style: none;
  display: flex;
  justify-content: center;
  column-gap: 2em;
  margin: 2em auto;
}
.sort-btn {
  padding: 1em 2em;
  background-color: var(--color3);
  color: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  cursor: pointer;
}
.sort-btn:active {
  transform: scale(0.95);
  background-color: #e3a04a;
}
@media screen and (max-width: 500px) {
  .SearchSort {
    column-gap: 1em;
  }
  .sort-btn {
    padding: 1em;
  }
}
/*---------------------------
Compare
----------------------------*/
#Compare {
  position: relative;
  padding-bottom: 4%;
}
#Compare::after {
  content: "";
  max-width: 716px;
  width: 40vw;
  height: calc(40vw * 0.17458);
  background-color: #fff;
  position: absolute;
  bottom: calc(-39vw * 0.17458);
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.Compare-title {
  width: fit-content;
  margin: 0 auto;
  padding-right: 4em;
  line-height: 1.3;
}
.Compare-title-span1 {
  color: var(--color5);
}
.Compare-title-span1 .txt62-42,
.Compare-title-span1 .txt38 {
  position: relative;
}
.Compare-title-span1 .txt62-42::after,
.Compare-title-span1 .txt38::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: var(--color1);
  z-index: -1;
}
.Compare-title-span1 .txt62-42::after {
  content: "AGA";
  font-size: clamp(2.625rem, 2.144rem + 1.54vw, 3.875rem);
}
.Compare-title-span1 .txt38::after {
  content: "クリニック";
  font-size: clamp(1.125rem, 0.644rem + 1.54vw, 2.375rem);
}
.Compare-title-span2 {
  display: block;
  padding-left: 7.2em;
}
.Compare-img {
  position: absolute;
  top: -1%;
  left: 65%;
  max-width: 154px;
  min-width: 79px;
  width: 14vw;
}
.scroll {
  display: none;
}
.table-wrap {
  position: relative;
  max-width: 900px;
  width: 93%;
  margin: 5% auto 0;
  z-index: 1;
}
thead th {
  background-color: var(--color2);
  text-align: center;
  padding: 1em;
  width: 250px;
  border-right: 1px solid #fff;
}
th img {
  max-width: 209px;
  width: 100%;
  margin-bottom: 10px;
}
thead .clifor-th {
  background-color: var(--color3);
  color: #fff;
  border: 4px solid var(--color5);
  border-bottom: none;
}
thead .th-none {
  background-color: #fff;
  width: 150px;
}
tbody th {
  background-color: var(--color3);
  color: #fff;
  font-weight: 400;
  padding: 2em 1em;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}
tbody td {
  text-align: center;
  vertical-align: middle;
  padding: 20px 0 2em;
  line-height: 1.5;
  border-bottom: 1px solid var(--color2);
  border-right: 1px solid var(--color2);
  position: relative;
}
td img {
  display: block;
  margin: 0 auto;
  padding: 0 0 10px;
}
tbody .clifor-td {
  background-color: var(--color4);
  border-left: 4px solid var(--color5);
  border-right: 4px solid var(--color5);
}
tbody .clifor-td-last {
  border-bottom: 4px solid var(--color5);
}
.pack12 {
  border: 1px solid var(--color3);
  color: var(--color3);
  padding: 0 0.2em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  white-space: nowrap;
}
.td-note {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  white-space: nowrap;
}
td a {
  background-color: var(--color5);
  border: 1px solid #fff;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: block;
  max-width: 180px;
  width: 80%;
  margin: 0 auto;
  padding: 1.5em 0;
  text-align: center;
  color: #2b2b2b;
  text-decoration: none;
}
#Compare ul {
  max-width: 900px;
  width: 93%;
  margin: 1em auto;
  line-height: 1.2;
}
#Compare li {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  .Compare-title {
    padding-right: 0;
    text-align: center;
    margin-bottom: 3%;
  }
  .Compare-title-span1 .txt62-42 {
    padding-left: 0.25em;
  }
  .Compare-title-span1 .txt62-42::after {
    margin-left: 0.25em;
  }
  .Compare-title-span1 .txt38 {
    padding-left: 0.25em;
  }
  .Compare-title-span1 .txt38::after {
    -webkit-text-stroke-width: 5px;
    margin-left: 0.25em;
  }
  .Compare-title-span2 {
    padding-left: 0;
  }
  .Compare-img {
    top: 2%;
    left: 80%;
  }
  .table-wrap {
    overflow: scroll;
    margin-top: 0;
  }
  table {
    min-width: 710px;
  }
  .scroll {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 3px;
    line-height: 1;
    position: relative;
    margin-left: 2.5em;
  }
  .scroll p {
    color: var(--color3);
  }
  .scroll span {
    display: inline-block;
    margin-left: 7px;
    width: 15vw;
    height: 10px;
    border-right: 1px solid var(--color3);
    border-bottom: 1px solid var(--color3);
    transform: skew(45deg);
    animation: scrollright 3.5s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  }
  .scroll img {
    animation: scroll-img 3s ease-in-out infinite;
  }
}
@keyframes scrollright {
  0% {
    opacity: 0;
    width: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    width: 15vw;
    height: 10px;
    border-right: 1px solid var(--color3);
    border-bottom: 1px solid var(--color3);
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 0;
  }
}
@keyframes scroll-img {
  0% {
    transform: rotate(-30deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-30deg);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}
@media screen and (max-width: 500px) {
  .Compare-title {
    line-height: 1.5;
  }
  .Compare-title-span1 .txt62-42::after {
    -webkit-text-stroke-width: 5px;
  }
  .Compare-title-span1 .txt38::after {
    -webkit-text-stroke-width: 4px;
  }
  .Compare-img {
    top: 3%;
  }
  .scroll {
    margin-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .Compare-title {
    margin-bottom: 9%;
  }
  .Compare-img {
    top: 5%;
    right: 4%;
    left: unset;
  }
}
/*---------------------------
Clinic
----------------------------*/
#Clinic {
  padding-top: 8%;
  padding-bottom: 8%;
  background-color: #f2ebe4;
}
.Clinic-title {
  text-align: center;
  margin-bottom: 1.5%;
}
.Clinic-title img {
  max-width: 659px;
  width: 90%;
  padding-bottom: 10px;
  margin: 0 auto;
}
.C-box {
  max-width: 1200px;
  width: 93%;
  background-color: #fff;
  margin: 0 auto 3%;
  padding: 1% 6% 5%;
}
.C-box:last-of-type {
  margin-bottom: 0;
}
.C-box h3 {
  width: 112%;
  margin-left: -6%;
  margin-bottom: 5%;
  position: relative;
  padding: 0.5em;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.C-box h3::after {
  content: "";
  max-width: 1056px;
  width: 100%;
  height: 100%;
  background-color: #2e2e2e;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 1vw) 100%, 0% 100%);
  position: absolute;
  left: -5%;
  top: 0;
  z-index: -1;
}
.C-box-clifor h3::before {
  content: "";
  background-image: url("../img/clifor-title-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 125px;
  max-height: 156px;
  min-width: 83px;
  min-height: 102px;
  width: 10vw;
  height: calc(10vw * 1.248);
  position: absolute;
  left: 3%;
  top: -40%;
}
.C-box p {
  margin-bottom: 5%;
  text-align: center;
}
.C-img {
  display: block;
  margin: 0 auto 3%;
  max-width: 366px;
  width: 60%;
}
.C-detail-title {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.C-detail-title span {
  width: fit-content;
  background-color: var(--color3);
  padding: 0.5em 1em;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
}
.C-detail-title::before,
.C-detail-title::after {
  content: "";
  display: inline-block;
  width: 42%;
  height: 1px;
  background-color: var(--color3);
}
.C-detail {
  display: grid;
  width: 96%;
  grid-template-rows: repeat(6, auto);
  grid-template-columns: 20% 80%;
  margin: 1% auto;
}
.C-detail dt {
  width: 100%;
  padding: 1.5em 0;
  text-align: center;
  background-color: var(--color3);
  color: #fff;
  border-bottom: 1px solid #e4e6eb;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.C-detail dd {
  width: 100%;
  padding: 1.5em 1em;
  background-color: var(--color4);
  border-bottom: 1px solid #e4e6eb;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.C-detail dt:last-of-type,
.C-detail dd:last-of-type {
  border-bottom: none;
}
.C-dd-span {
  display: block;
  width: 100%;
  padding-top: 0.25em;
}
.C-box ul {
  width: 96%;
  margin: 0 auto;
}
.C-box li {
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.C-point {
  width: 96%;
  background-color: var(--color4);
  text-align: center;
  margin: 7% auto 5%;
  padding: 1% 1.5% 2%;
}
.C-point-title {
  position: relative;
  border: solid 9px;
  border-image-source: url("../img/clinic-point-line.svg");
  border-image-slice: 0 0 9;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  padding-bottom: 0.5em;
  max-width: 291px;
  width: 90%;
  height: auto;
  margin: 1% auto 3%;
}
.C-point-title::before,
.C-point-title::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 63 / 74;
  position: absolute;
  bottom: 2px;
  max-width: 63px;
  max-height: 74px;
  min-width: 42.72px;
  min-height: 50px;
  width: 10vw;
  height: auto;
}
.C-point-title::before {
  background-image: url("../img/clinic-point-light1.svg");
  left: -20%;
}
.C-point-title::after {
  background-image: url("../img/clinic-point-light2.svg");
  right: -20%;
}
.C-point ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.C-point li {
  line-height: 2;
  display: flex;
  align-items: center;
}
.C-other-point ul {
  max-width: 460px;
  margin: 0 auto;
}
.C-other-point li::before {
  content: "";
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 37 / 24;
  max-width: 37px;
  max-height: 24px;
  min-width: 27px;
  width: 5vw;
  height: auto;
  display: inline-block;
  margin-right: 0.5em;
}
.C-box-clifor .C-point ul {
  flex-direction: row;
  align-items: center;
}
.C-box-clifor .C-point li {
  width: 24%;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #e4e6eb;
  padding: 1%;
  aspect-ratio: 217 / 204;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.C-box-clifor .C-point li img {
  margin-top: 20px;
}
.C-box a {
  background-color: var(--color5);
  display: block;
  max-width: 895px;
  width: 96%;
  padding: 1em;
  border: 1px solid #fff;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: var(--color1);
  font-weight: 600;
  line-height: 1.3;
}
.C-box-clifor a {
  position: relative;
  animation: clifor-btn 1s ease-in-out infinite;
}
@keyframes clifor-btn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.995);
  }
  100% {
    transform: scale(1);
  }
}
.C-box-clifor a::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 10%;
  background-image: url("../img/btn-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 43 / 72;
  max-width: 43px;
  max-height: 72px;
  min-width: 32px;
  min-height: 54px;
  width: 10vw;
  height: auto;
  animation: clifor-btn-point 1s ease-in-out infinite;
}
@keyframes clifor-btn-point {
  0% {
    transform: rotate3d(0, 0, 0, 0);
  }
  50% {
    transform: rotate3d(1, 0.5, 0, 20deg);
  }
  100% {
    transform: rotate3d(0, 0, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  #Clinic {
    padding-top: 12%;
    padding-bottom: 16%;
  }
  .Clinic-title {
    margin-bottom: 5%;
  }
  .C-box {
    padding: 1% 3% 5%;
  }
  .C-box h3::after {
    width: 93%;
    left: 1%;
  }
  .C-detail-title::before,
  .C-detail-title::after {
    width: 39%;
  }
  .C-point-title::before {
    background-image: url("../img/clinic-point-light1.svg");
    left: -20%;
  }
  .C-point-title::after {
    background-image: url("../img/clinic-point-light2.svg");
    right: -20%;
  }
  .C-box-clifor .C-point ul {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 2%;
  }
  .C-box-clifor .C-point li {
    width: 49%;
    max-width: 200px;
  }
  .C-box-clifor a::after {
    right: 6%;
  }
}
@media screen and (max-width: 500px) {
  .C-box {
    padding: 3% 3% 10%;
  }
  .C-box h3 {
    margin-bottom: 10%;
  }
  .C-box p {
    width: 80%;
    line-height: 1.5;
    margin: 0 auto 3%;
  }
  .C-detail-title {
    margin-bottom: 5%;
  }
  .C-detail-title::before,
  .C-detail-title::after {
    width: 35%;
  }
  .C-detail {
    grid-template-columns: 25% 75%;
  }
  .C-point {
    margin: 14% auto 8%;
  }
  .C-point-title {
    width: 63%;
    padding-bottom: 3px;
  }
  .C-box-clifor a::after {
    top: 56%;
  }
}
@media screen and (max-width: 400px) {
  .C-box-clifor .C-point li {
    aspect-ratio: 155 / 204;
    height: 100%;
    justify-content: space-evenly;
  }
  .C-box {
    padding: 3% 1% 10%;
  }
  .C-box p {
    width: 100%;
  }
  .C-box-clifor .C-point li img {
    height: 50%;
    padding: 10% 0;
    margin-top: 0;
    justify-self: flex-end;
  }
  .C-detail dd {
    padding: 1.5em 0.5em;
  }
  .C-point li {
    line-height: 1.3;
    text-align: left;
    align-items: flex-start;
  }
  .C-other-point li::before {
    margin-top: 3px;
  }
}
/*---------------------------
AGA
----------------------------*/
#AGA {
  background-image: linear-gradient(
    180deg,
    rgba(90, 90, 90, 1),
    rgba(127, 127, 127, 1) 38%,
    rgba(255, 255, 255, 1) 72%
  );
  padding: 3% 0;
  position: relative;
}
.AGA-title {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5%;
  z-index: 1;
}
.AGA-title-inner {
  display: block;
  max-width: 1200px;
  width: 96%;
  padding: 0.5em;
  color: #fff;
  line-height: 1.5;
  margin: 0 auto;
}
.AGA-title::after {
  content: "";
  display: block;
  box-sizing: border-box;
  max-width: 1437px;
  width: 98%;
  height: 100%;
  background-color: #2e2e2e;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 2vw) 100%, 0% 100%);
  position: absolute;
  left: -8vw;
  top: -5%;
  font-size: clamp(1.125rem, 0.644rem + 1.54vw, 2.375rem);
  z-index: -1;
}
.AGA-desc {
  max-width: 1200px;
  width: 93%;
  margin: 3.5% auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.AGA-desc p {
  background-color: #fff;
  padding: 4%;
  line-height: 1.5;
  position: relative;
}
.AGA-desc img {
  max-width: 178px;
  min-width: 97px;
  width: 20%;
}
.circle {
  display: inline-block;
  background-color: var(--color3);
  width: 7px;
  height: 7px;
  border-radius: 7px;
  position: absolute;
}
.circle1 {
  top: 10px;
  left: 10px;
}
.circle2 {
  top: 10px;
  right: 10px;
}
.circle3 {
  bottom: 10px;
  right: 10px;
}
.circle4 {
  bottom: 10px;
  left: 10px;
}
.AGA-only {
  background-color: #fff;
  position: relative;
  padding: 5% min(13vw, 137px) min(6vw, 75px);
  max-width: 1200px;
  width: 93%;
  margin: -1% auto 0;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 5%;
}
.AGA-only::after {
  content: "";
  background-image: url("../img/shock-img1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 871px;
  max-height: 94px;
  aspect-ratio: 871 / 94;
  width: min(53vw, 871px);
  height: auto;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.AGA-only::before {
  content: "";
  border-left: 2px dashed #b5b3b3;
  height: 70%;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.AGA-only h3 {
  max-width: 926px;
  width: 100%;
  background-color: var(--color3);
  padding: 0.5em 0 0.75em;
  position: absolute;
  top: -7%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}
.AGA-only h3::after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 40px;
  background-color: var(--color3);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: -39px;
  left: 50%;
  transform: translateX(-50%);
}
.AGA-only h3 .txt36-26 {
  position: relative;
  color: var(--color5);
  z-index: 1;
  margin-left: 0.2em;
}
.AGA-only h3 .txt36-26::after {
  content: "クリニックだけ";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: var(--color1);
  font-size: clamp(1.625rem, 1.385rem + 0.77vw, 2.25rem);
  z-index: -1;
}
.AGA-only h3 .txt36-26 span {
  position: relative;
}
.AGA-only h3 .txt36-26 span::after {
  content: "";
  position: absolute;
  top: -0.4em;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: var(--color5);
  border: 2px solid #2e2e2e;
}
.A-only-item {
  max-width: 412px;
  aspect-ratio: 412 / 436;
  width: 45%;
  height: 100%;
  padding: 0 0 5%;
  background-color: var(--color2);
  text-align: center;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(6, auto);
}
.A-only-item h4 {
  background-color: #7f7f7f;
  color: #fff;
  padding: 1em;
}
.A-only-item img {
  margin: 1.5vw auto;
  max-width: 97px;
  width: 33%;
}
.A-only-item div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.A-only-item h5 {
  padding: 0.5em;
  background-color: #7f7f7f;
  color: #fff;
  width: 40%;
  border-left: 1px dashed #fff;
}
.A-only-item h5:first-of-type {
  border-left: none;
}
.A-o-item-p1 {
  width: 80%;
  padding: 1em 0.25em;
  background-color: #fff;
  border: 1px solid #7f7f7f;
  margin-top: -1%;
}
.A-only-item.clinic {
  background-color: var(--color4);
}
.A-only-item.clinic h4 {
  background-color: var(--color3);
}
.A-only-item.clinic h5 {
  background-color: var(--color3);
  color: var(--color5);
  width: 80%;
}
.A-o-item-p2 {
  width: fit-content;
  background-color: var(--color3);
  padding: 0.5em 2em 0.5em 3em;
  border-radius: 20px;
  color: #fff;
  margin: 3% auto;
  display: flex;
  align-items: center;
  position: relative;
}
.A-o-item-p2::before {
  content: "";
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/mag.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
}
.A-o-item-p3 {
  font-weight: 600;
  width: fit-content;
  margin: 0.5em auto 0;
  background: linear-gradient(transparent 70%, var(--color5) 70%);
}
@media screen and (max-width: 1024px) {
  .AGA-only {
    padding: 7% 5% 10%;
  }
  .AGA-only::after {
    width: 90%;
  }
  .A-only-item {
    aspect-ratio: 412 / 500;
  }
}
@media screen and (max-width: 768px) {
  #AGA {
    padding: 7% 0 3%;
  }
  .AGA-desc {
    margin: 3.5% auto;
    column-gap: 2em;
    justify-content: center;
  }
  .AGA-desc p {
    max-width: 450px;
  }
  .AGA-only h3::after {
    width: 8vw;
    height: 4vw;
    bottom: -3.9vw;
  }
  .A-only-item {
    aspect-ratio: 412 / 600;
    grid-template-rows: auto 30% auto auto auto;
  }
  .A-o-item-p1 {
    display: block;
    line-height: 1.5;
  }
}
@media screen and (max-width: 600px) {
  .AGA-only h3 {
    width: 104%;
    padding: 1em 0.25em;
  }
  .AGA-title-inner {
    width: fit-content;
    margin-left: 10%;
  }
  .AGA-desc {
    margin: 10% auto 29%;
    column-gap: 1em;
    position: relative;
  }
  .AGA-desc img {
    position: absolute;
    bottom: -110%;
    right: 10%;
  }
  .AGA-only {
    padding: 10% 1.5% 10%;
  }
  .A-only-item {
    width: 48.5%;
    aspect-ratio: 412 / 750;
  }
  .A-only-item img {
    align-self: center;
  }
  .A-only-item h5 {
    width: 48%;
    padding: 1em 0;
    box-sizing: border-box;
    line-height: 1;
    align-self: end;
  }
  .A-only-item div {
    align-items: stretch;
  }
  .A-o-item-p1 {
    width: 96%;
  }
  .A-only-item.clinic h5 {
    width: 96%;
  }
  .A-o-item-p3 {
    display: inline;
    line-height: 1.3;
  }
  .A-o-item-p3 .max600 {
    display: inline;
  }
}
@media screen and (max-width: 450px) {
  .AGA-desc {
    margin: 10% auto 35%;
  }
  .AGA-desc img {
    bottom: -93%;
  }
  .A-only-item {
    display: block;
    width: 48.5%;
    aspect-ratio: 412 / 840;
  }
  .A-only-item img {
    margin: 1em auto 0;
  }
  .A-only-item div {
    margin: 1em 0;
  }
  .A-o-item-p2 {
    margin-bottom: 1em;
  }
  .AGA-only {
    padding: 13% 1.5% 10%;
  }
}
@media screen and (max-width: 410px) {
  .AGA-title::after {
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, calc(100% - 3vw) 100%, 0% 100%);
  }
  .AGA-title-inner {
    width: 96%;
    margin: 0 auto;
  }
  .AGA-only {
    padding: 20% 1.5% 23%;
  }
  .AGA-only::before {
    border-left: 1px dashed #b5b3b3;
    height: 81%;
  }
  .AGA-only::after {
    background-image: url("../img/shock-img1-sp.svg");
    aspect-ratio: 336 / 94;
    width: 96%;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .AGA-only h3 {
    text-align: left;
    line-height: 1.3;
    padding: 0.5em;
  }
  .AGA-only-span {
    display: block;
    width: 320px;
    margin: 0 auto;
  }
  .AGA-only h3 .txt36-26 {
    padding-left: 5em;
  }
  .AGA-only h3 .txt36-26::after {
    left: unset;
    right: 0;
  }
  .store.A-only-item img {
    margin: 0.7em auto 0;
  }
  .A-only-item {
    display: block;
    width: 48.5%;
    aspect-ratio: 412 / 950;
  }
}
/*---------------------------
POINT
----------------------------*/
#Point {
  padding: 5% 0;
  counter-reset: num;
}
.Point-title {
  text-align: center;
  margin-bottom: 5%;
}
.Point-title h2 {
  margin-top: 20px;
}
.point-item {
  background-color: #f2ebe4;
  max-width: 1628px;
  width: 85%;
  position: relative;
  padding: 3% 0;
  margin-bottom: 5%;
  z-index: 0;
}
.point-item::before {
  content: "";
  width: 100px;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #f2ebe4;
  position: absolute;
  right: -99px;
  top: 0;
}
.point-item::after {
  counter-increment: num;
  content: "0" counter(num);
  position: absolute;
  right: 0;
  bottom: -0.15em;
  font-size: clamp(6.75rem, 4.125rem + 10.5vw, 15.938rem);
  color: #fff;
  width: fit-content;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: -1;
}
.point-item2 {
  margin: 0 0 5% auto;
}
.point-item2::before {
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  left: -99px;
  top: 0;
}
.point-item2::after {
  left: 0;
}
.point-box {
  max-width: calc(442px + 13em);
  width: 93%;
  padding-right: 13em;
  margin: 0 auto;
  line-height: 1.5;
  position: relative;
}
.point-item2 .point-box {
  padding-left: 13em;
  padding-right: 0;
}
.point-box h4 {
  background-color: #2e2e2e;
  padding: 0 2em;
  height: 38px;
  line-height: 38px;
  position: absolute;
  left: 0;
  top: -49%;
  color: #fff;
  font-weight: 400;
  text-align: center;
  clip-path: polygon(
    calc(0% + 1vw) 0%,
    100% 0%,
    calc(100% - 1vw) 100%,
    0% 100%
  );
  z-index: 1;
}
.point-box h4 span {
  padding-left: 0.25em;
}
.point-box h3 {
  margin-bottom: 1em;
}
.point-box img {
  position: absolute;
  left: 70%;
  top: 0;
}
.point-item1 .point-box img {
  max-width: 203px;
  min-width: 100px;
  width: 12vw;
}
.point-item2 .point-box img {
  left: unset;
  right: 70%;
  max-width: 302px;
  min-width: 143px;
  width: 17vw;
}
.point-item3 .point-box img {
  max-width: 190px;
  min-width: 90px;
  width: 11.5vw;
}
.point-item2 .point-box h4 {
  left: 32%;
}
.point-recommend-img {
  display: block;
  max-width: 1063px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.point-recommend {
  padding: 5%;
  background-color: var(--color4);
  max-width: 1200px;
  width: 93%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.point-recommend h2 {
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  white-space: nowrap;
  padding-bottom: 0.25em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.point-recommend h2::before,
.point-recommend h2::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/recommend1.svg");
  max-width: 93px;
  max-height: 69px;
  aspect-ratio: 93 / 69;
  min-width: 62px;
  min-height: 45px;
  width: 20%;
  height: auto;
}
.point-recommend h2::before {
  margin-right: 0.5em;
}
.point-recommend h2::after {
  background-image: url("../img/recommend2.svg");
  margin-left: 0.5em;
}
.point-recommend-title {
  background: linear-gradient(transparent 70%, var(--color5) 70%);
  padding-bottom: 0.25em;
}
.point-recommend-title span {
  color: var(--color3);
}
.Point-clifor {
  display: flex;
  align-items: center;
  max-width: 788px;
  width: 90%;
  margin: 3% auto 0;
}
.Point-clifor li {
  display: flex;
  align-items: center;
}
.Point-clifor-item {
  background-color: var(--color3);
  height: 220px;
  flex-direction: column;
  grid-row-gap: 1em;
  justify-content: center;
  padding: 2em;
  width: 25%;
}
.Point-clifor-item h3 {
  color: var(--color3);
  background-color: #fff;
  padding: 0.5em 1em;
  border-radius: 20px;
}
.Point-clifor-item2 {
  background-color: #fff;
  height: 220px;
  width: 75%;
  line-height: 2;
  padding-left: 1em;
}
.Point-clifor-item2 li::before {
  content: "";
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 37 / 24;
  max-width: 37px;
  max-height: 24px;
  width: 5vw;
  height: auto;
  display: inline-block;
  margin-right: 0.5em;
}
.note {
  max-width: 788px;
  width: 90%;
  margin: 1% auto 3%;
}
.note li {
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.btn {
  background-color: var(--color5);
  display: block;
  max-width: 895px;
  width: 96%;
  padding: 1em;
  border: 1px solid #fff;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: var(--color1);
  font-weight: 600;
  position: relative;
  animation: clifor-btn 1s ease-in-out infinite;
  z-index: 1;
}
@keyframes clifor-btn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.995);
  }
  100% {
    transform: scale(1);
  }
}
.btn::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 10%;
  background-image: url("../img/btn-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 43 / 72;
  max-width: 43px;
  max-height: 72px;
  min-width: 32px;
  min-height: 54px;
  width: 10vw;
  height: auto;
  animation: clifor-btn-point 1s ease-in-out infinite;
}
@keyframes clifor-btn-point {
  0% {
    transform: rotate3d(0, 0, 0, 0);
  }
  50% {
    transform: rotate3d(1, 0.5, 0, 20deg);
  }
  100% {
    transform: rotate3d(0, 0, 0, 0);
  }
}
.point-bg1 {
  position: absolute;
  max-width: 206px;
  min-width: 50px;
  width: 11vw;
  top: 10%;
  left: 1%;
  z-index: -1;
}
.point-bg2 {
  position: absolute;
  max-width: 88px;
  min-width: 25px;
  width: 4.5vw;
  top: 2%;
  right: 10%;
  z-index: -1;
}
.point-bg3 {
  position: absolute;
  max-width: 171px;
  min-width: 35px;
  width: 9vw;
  bottom: -2%;
  right: 1%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .Point-title img {
    width: 40%;
  }
  .point-item {
    padding: 4% 0;
    width: 90%;
  }
  .point-item::before {
    right: -48px;
    width: 50px;
  }
  .point-item2::before {
    left: -48px;
  }
  .point-item2 .point-box {
    max-width: calc(442px + 19em);
    padding-left: 19em;
  }
  .point-box img {
    left: 68%;
    top: 2em;
  }
  .point-item2 .point-box img {
    right: 60%;
  }
  .point-item2 .point-box h4 {
    left: 40.5%;
  }
  .point-recommend-img {
    margin-top: -1.5%;
  }
  .Point-clifor {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #Point {
    padding: 10% 0 5%;
    overflow: hidden;
  }
  .Point-title {
    margin-bottom: 7%;
  }
  .Point-title img {
    max-width: 450px;
    width: 70%;
  }
  .point-item {
    padding: 5.5% 0;
    margin-bottom: 10%;
  }
  .point-item::before {
    right: -49.5px;
    width: 50px;
  }
  .point-box {
    max-width: 550px;
    padding-right: 0;
    padding-bottom: 9%;
  }
  .point-item2 .point-box {
    max-width: 550px;
    padding-left: 0;
  }
  .point-box h4 {
    left: 10%;
    top: -3em;
  }
  .point-box img {
    left: 0;
    top: 8em;
  }
  .point-item1 .point-box img {
    width: 16vw;
  }
  .point-item2 .point-box img {
    left: 68%;
    bottom: -40%;
    width: 23vw;
  }
  .point-item3 .point-box img {
    width: 15.5vw;
  }
  .point-item2 .point-box h4 {
    left: 65%;
  }
  .point-recommend-img {
    width: 93%;
    max-width: 652px;
  }
  .Point-clifor {
    width: 96%;
  }
  .Point-clifor-item {
    padding: 1em;
  }
  .Point-clifor-item2 {
    line-height: 1.5;
  }
  .Point-clifor-item2 li {
    margin-bottom: 0.75em;
  }
  .Point-clifor-item2-li {
    flex-wrap: wrap;
  }
  .Point-clifor-item2 li .txt12 {
    align-self: flex-start;
  }
  .Point-clifor-item2-span {
    padding-left: 3em;
  }
  .btn::after {
    right: 5%;
  }
}
@media screen and (max-width: 600px) {
  .Point-clifor-item2-span {
    padding-left: 2.5em;
  }
  .Point-clifor li .Point-clifor-item2-li2 {
    align-items: flex-start;
  }
  .btn {
    line-height: 1.3;
  }
  .point-item2 .point-box h4 {
    left: unset;
    right: 10%;
  }
  .point-recommend-img.min600 {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .point-item {
    margin-bottom: 16%;
  }
  .point-box img {
    left: 3%;
    top: 80%;
  }
  .point-item2 .point-box img {
    left: 65%;
  }
  .point-recommend {
    padding: 5% 0;
  }
  .point-recommend h2 {
    width: 100%;
  }
  .Point-clifor {
    margin-top: 12%;
  }
  .Point-clifor li.Point-clifor-item {
    padding: 3em 0.5em 0.5em;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }
  .Point-clifor-item img {
    position: absolute;
    top: -55%;
    left: 50%;
    transform: translateX(-50%);
  }
  .Point-clifor-item h3 {
    width: fit-content;
    margin: 0 auto;
  }
  .Point-clifor-item2 {
    width: 100%;
  }
  .Point-clifor {
    flex-direction: column;
  }
  .point-recommend h2 {
    width: calc(100% - 1em);
    column-gap: 0.25em;
  }
  .point-recommend h2::before {
    margin-right: 0;
  }
  .point-recommend h2::after {
    margin-left: 0;
  }
  .point-recommend .txt42-26 {
    display: block;
  }
}
@media screen and (max-width: 425px) {
  .Point-title {
    margin-bottom: 13%;
  }
  .point-box img {
    top: 90%;
  }
  .point-item2 .point-box img {
    left: unset;
    right: 3%;
    top: unset;
    bottom: -75%;
  }
  .point-item {
    padding: 11% 0 13%;
    width: 86%;
  }
}
/*-----------------------------
FOOTER
-----------------------------*/
footer {
  color: #fff;
  background-color: var(--color3);
  padding: 2em;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
footer a {
  color: #fff;
  text-decoration: none;
}
/*-----------------------------
common
------------------------------*/
.max768 {
  display: none;
}
.max600 {
  display: none;
}
.max450 {
  display: none;
}
@media screen and (max-width: 768px) {
  .max768 {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .max600 {
    display: block;
  }
  .min600 {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .max450 {
    display: block;
  }
}
