@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@700&family=Dela+Gothic+One&family=Noto+Sans+JP:wght@100..900&display=swap');


/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*/
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}
html, body {
  font-family: var(--font-ja);
  line-height: 1.3;
  font-size: 10px;
  font-weight: var(--regular);
  letter-spacing: 0.05em;
  color: var(--color-txt);
  font-feature-settings: "palt";
}
a {
  display: inline-block;
  color: initial;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}
button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0;
}
body {
  margin: auto;
}
small {
  font-size: 70%;
}
main {
  overflow: hidden;
  padding-top: 10.6rem;
}
li {
  list-style: none;
}
@media print , screen and (max-width: 767px) {
  ::-webkit-scrollbar{
    width: 0;
  }
}
@media screen and (max-width: 1300px) {
  html, body {
    font-size: calc(1000vw / 1300);
  }
}
@media print , screen and (max-width: 767px) {
  html, body {
    font-size: calc(1000vw / 390);
  }
}
.sp,
.spi {
  display: none !important;
}
.pc {
  display: block !important;
}
.pci {
  display: inline-block !important;
}
@media print , screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pc,
  .pci {
    display: none !important;
  }
  main {
    padding-top: 6.6rem;
  }
}

/* ----------------------------------
common
---------------------------------- */
:root {
  --color-gray: #edeef2;
  --color-green: #2ab290;
  --color-white: #fff;
  --color-txt: #3a3a3a;
  --color-marker: #ffc096;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --font-en: "Barlow", sans-serif;
  --font-ja: "Noto Sans JP", sans-serif;
}
.is-hide {
  display: none !important;
}
.en {
  font-family: var(--font-en);
}
.ja {
  font-family: var(--font-ja);
}
/* *:focus {
  outline: none;
} */
::placeholder {
  color: #8a8a8a;
}
a {
  transition: .3s;
}
a:hover {
  opacity: 0.5;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
.in {
  max-width: 120rem;
  margin: 0 auto;
  padding-top: 6rem;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.txt {
  font-size: 1.6rem;
  line-height: 2;
}
.txt span:not(.marker) {
  color: #ff6600;
  font-weight: var(--bold);
}
.txt span.marker {
  background: rgb(255 102 0 / 0.24);
  font-weight: var(--bold);
}
.ttl-h2 {
  margin-bottom: 4.7rem;
  font-size: 2.6rem;
  font-weight: var(--bold);
  text-align: center;
}
.ttl-h2 small {
  font-size: 2.4rem;
}
.ttl-h2 .en {
  display: block;
  margin-bottom: 1.0rem;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--color-green);
}
.ttl-h2 span:not(.en) {
  display: inline-block;
  padding: 0 1.2rem;
  margin: 0 0.4rem;
  background: #ff6600;
  color: var(--color-white);
  letter-spacing: 0.05em;
}
.ttl-h3 {
  position: relative;
  margin-bottom: 3rem;
  padding-left: 1.7rem;
  border-left: 0.7rem solid var(--color-green);
  font-size: 2rem;
  font-weight: var(--bold);
  line-height: 1.7;
}
.ttl-h3::after {
  position: absolute;
  left: -0.7rem;
  bottom: -0.4rem;
  content: "";
  display: block;
  width: calc(100% + 0.7rem);
  height: 1px;
  background: #e2e3ea;
}
.ttl-h4 {
  margin-bottom: 3.7rem;
  padding: 0.9rem 1.2rem;
  background: var(--color-green);
  font-size: 1.8rem;
  font-weight: var(--bold);
  color: var(--color-white);
}
.bg-gray {
  background: #fbf3ed;
}
.button {
  position: relative;
  display: block;
  padding: 2rem;
  border-radius: 0.2rem;
  background: rgb(21,155,121);
  background: linear-gradient(0deg, #ff7716 0%, #facb1f 100%); 
  font-size: 2.0rem;
  color: var(--color-white);
  text-align: center;
}
/* 色付きボタン（影あり） */
.button-color {
  background: linear-gradient(0deg, #ff7716 0%, #facb1f 100%);
  box-shadow: 0px 3px 0px #a44609; /* ← 影はここにだけ */
}

/* ホバーで白レイヤーを重ねて薄く見せる */
.button-color::before {
  position: absolute;
  content: "";
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
}
.button-color:hover::before {
  opacity: 1;
}

/* 白ボタン（影なし） */
.button-white {
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
}
.button-white:hover {
  background: #f8f8f8;
}

.button span {
  position: relative;
  z-index: 1;
}
.button::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2); /* ← 白を20%重ねて薄く見せる */
  opacity: 0;
  transition: .5s;
}
.button.button-or {
  background: #ee6001;
  background: linear-gradient(0deg, #ee6001 0%, #ff6600 100%); 
}
.button.button-or::before {
  background: linear-gradient(0deg, #ff6600 0%, #ee6001 100%); 
}
.button:hover {
  opacity: 1;
}
.button:hover::before {
  opacity: 1;
}
.button::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.2rem solid var(--color-white);
  border-right: 0.2rem solid var(--color-white);
  transform: translateY(-50%) rotate(45deg);
}
.button-logo {
  display: block;
  margin: 0 auto 1.6rem;
}
@media screen and (max-width: 767px) {
  .in {
    max-width: none;
    width: auto;
    margin: 0 2rem;
    padding-top: 6rem;
  }
  .txt {
    font-size: 1.4rem;
  }
  .button {
    font-size: 1.4rem;
  }
  .ttl-h2 {
    margin-bottom: 3rem;
  }
}


/* ----------------------------------
header
---------------------------------- */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 3rem 0;
  transition: background .3s;
}
.header.scroll {
  background: rgba(255, 255, 255, 0.8);
}
.header .in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 140rem;
  width: 96%;
  padding: 0;
}
.header .in .header-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5.5rem;
}
.header .in .header-list a {
  font-size: 1.5rem;
  font-weight: var(--bold);
}
.header .hamburger {
  display: none;
}
.header-logo {
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .header {
    position: absolute;
    padding: 0 2rem;
  }
  .header .header-right {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-green);
    display: none;
    overflow-x: scroll;
  }
  .header .header-right::-webkit-scrollbar{
    display: none;
  }  
  .header .in {
    width: auto;
  }
  .header .in .header-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 11rem 3rem 3rem;
  }
  .header .in .header-list li {
    width: 100%;
  }
  .header .in .header-list a {
    display: block;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: var(--color-white);
  }
  .header .hamburger {
    position: fixed;
    top: 2rem;
    right: 2rem;
    width: 3.6rem;
    height: 3.2rem;
    display: block;
    z-index: 10;
  }
  .header .hamburger::before,
  .header .hamburger::after {
    position: absolute;
    left: 0;
    content: "";
    display: block;
    width: 3.6rem;
    height: 0.3rem;
    background: #1a1a1a;
    transition: .3s;
  }
  .header .hamburger::before {
    top: 0;
  }
  .header .hamburger::after {
    top: 0.8rem;
  }
  .header .hamburger.open::before {
    top: 0.5rem;
    transform: rotate(15deg);
    background: var(--color-white);
  }
  .header .hamburger.open::after {
    top: 0.5rem;
    transform: rotate(-15deg);
    background: var(--color-white);
  }
  .header .hamburger .en {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    transition: .3s;
  }
  .header .hamburger.open .en {
    color: var(--color-white);
  }
  .header-logo {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 10rem;
  }
}


/* ----------------------------------
mv
---------------------------------- */
.mv {
  position: relative;
  height: calc(699 / 1600 * 100vw);
  background: gray;
  overflow: hidden;
}
.mv > picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv h1 {
  position: absolute;
  top: 55%;
  left: 41%;
  width: calc(523 / 1600 * 100vw);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 40rem;
  }
  .mv h1 {
    top: 13.5rem;
    left: 2.2rem;
    width: 27.6rem;
    transform: unset;
  }
}


/* ----------------------------------
mokuji
---------------------------------- */
.mokuji .in {
  padding-top: 5rem;
}
.mokuji .in > .txt {
  margin-right: -3.5rem;
}
.mokuji .in > .txt .label {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.3rem 2rem;
  background: var(--color-green);
  color: var(--color-white);
  font-size: 1.5rem;
  font-weight: var(--medium);
  line-height: 1.3;
}
.mokuji .contents {
  max-width: 96rem;
  margin: 4rem auto 0;
  padding: 5rem 2rem 5rem;
  background: var(--color-gray);
}
.mokuji .contents .ttl-h2 {
  margin-bottom: 2.7rem;
  font-size: 4.8rem;
  color: var(--color-white);
  opacity: 0.7;
  text-align: center;
  line-height: 1;
}
.mokuji .contents-list .ac-ttl {
  position: relative;
  font-weight: var(--medium);
  padding: 2rem 0;
  font-size: 1.6rem;
  cursor: pointer;
}
.mokuji .contents-list a {
  color: var(--color-txt);
}
.mokuji .contents-list dt.ac-ttl::before,
.mokuji .contents-list dt.ac-ttl::after {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  content: "";
  display: block;
  width: 1.5rem;
  height: 1px;
  background: var(--color-txt);
  transform: translateY(-50%);
  transition: .3s;
}
.mokuji .contents-list dt.ac-ttl::after {
  transform: translateY(-50%) rotate(90deg);
}
.mokuji .contents-list dt.ac-ttl.open::after {
  transform: translateY(-50%);
  opacity: 0;
}
.mokuji .contents-list .ac-ttl span {
  padding-right: 1.5rem;
  font-size: 1.8rem;
  font-family: var(--font-en);
  font-weight: var(--bold);
  color: var(--color-green);
}
.mokuji .contents-list {
  max-width: 66rem;
  margin: 0 auto;
}
.mokuji .contents-list .ac-contents {
  display: none;
}
.mokuji .contents-list .ac-contents ul {
  padding-left: 2.5rem;
  padding-bottom: 2.5rem;
}
.mokuji .contents-list .ac-contents ul li a {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #dddddd;
  font-size: 1.6rem;
  font-weight: var(--medium);
}
.mokuji .contents-list .ac-contents ul li a span {
  font-size: 1.4rem;
  font-family: var(--font-en);
  font-weight: var(--bold);
  color: #8a8a8a;
}
@media screen and (max-width: 767px) {
  .mokuji .in {
    padding-top: 5.7rem;
  }
  .mokuji .in > .txt {
    margin: 0;
  }
  .mokuji .in > .txt .label {
    margin: 1rem 0 0;
  }
  .mokuji .contents {
    padding: 3rem 3rem 4rem 2rem;
  }
  .mokuji .contents .ttl-h2 {
    text-align: left;
  }
  .mokuji .contents-list {
    max-width: none;
    padding-left: 1rem;
  }
  .mokuji .contents-list .ac-ttl {
    padding: 1.3rem 0;
    font-size: 1.4rem;
  }
  .mokuji .contents-list .ac-ttl span {
    padding-right: 0.9rem;
    font-size: 1.6rem;
  }
  .mokuji .contents-list dt.ac-ttl::before,
  .mokuji .contents-list dt.ac-ttl::after {
    right: 0.5rem;
    width: 1rem;
  }
  .mokuji .contents-list .ac-contents ul {
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .mokuji .contents-list .ac-contents ul li a {
    gap: 1.5rem;
    padding: 1rem 0;
    font-size: 1.4rem;
  }
  .mokuji .contents-list .ac-contents ul li a span {
    width: 2.4rem;
    font-size: 1.2rem;
  }
}


/* ----------------------------------
osusume
---------------------------------- */
.osusume {
  background: #fbf3ed;
  padding: 0 0 8rem;
}
.osusume .in {
  padding: 0;
}
/*追加css*/
.osusume .osusume_ttl {
	width: 100%;
	padding: 6rem 0 0;
	margin-bottom: 6rem;
}
.osusume .osusume_ttl img {
	width: 100%;
	height: auto;
}
/*追加css fin*/
.osusume .ichioshi {
  background: #ddf3ed;
  border-radius: 2rem;
  border: 0.3rem solid #2bb291;
  padding: 3rem 0 6rem;
}
.osusume .ichioshi .ttl-h2 {
  position: relative;
  width: 48rem;
  border-radius: 2rem;
  margin: 0 auto 3rem;
  font-size: 1.8rem;
  line-height: 4rem;
  background: #ff6600;
}
.osusume .ichioshi .ttl-h2::after {
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #ff6600;
  transform: translateX(-50%) rotate(45deg);
}
.osusume .ichioshi .flex {
  width: 80rem;
  margin: 0 auto;
  align-items: flex-end;
  justify-content: space-between;
}
.osusume .ichioshi .flex-img {
  width: 32rem;
}
.osusume .ichioshi .flex-txt {
  width: 43rem;
}
.osusume .ichioshi .flex-txt ol {
  margin-bottom: 2.5rem;
}
.osusume .ichioshi .flex-txt li {
  padding: 1rem 1.2rem;
  text-indent: -1.2em;
  padding-left: calc(1.2rem + 1.2em);
  font-size: 1.6rem;
  font-weight: var(--medium);
  border-bottom: 1px dashed #6e7976;
}
.osusume .ichioshi .flex-txt li + li {
  margin-top: 0.6rem;
}
.osusume .ichioshi .flex-txt li span {
  color: #ff6600;
  font-weight: var(--bold);
}
.osusume .why {
  padding-top: 7rem;
}
.osusume .why .flex {
  justify-content: space-between;
  align-items: center;
}
.osusume .why .flex-img {
  width: 54rem;
}
.osusume .why .flex-txt {
  width: 62rem;
  padding: 6rem 4rem;
  border-radius: 2rem;
  background: var(--color-white);
}
.osusume .ichioshi .flex-txt .button-logo {
  width: 28.5rem;
}
@media screen and (max-width: 767px) {
  .osusume {
    padding: 0 0 6rem;
  }
  /*追加css*/
	.osusume .osusume_ttl {
		margin-bottom: 3rem;
	}
	/*追加css fin*/
  .osusume .ichioshi {
    padding: 3rem 2.5rem 4rem;
    border-radius: 0.8rem;
  }
  .osusume .ichioshi .ttl-h2 {
    margin-bottom: 1.9rem;
    width: 24rem;
    line-height: 3.6rem;
    font-size: 1.4rem;
    font-weight: var(--medium);
  }
  .osusume .ichioshi .flex {
    width: 100%;
  }
  .osusume .ichioshi .flex-img {
    width: 100%;
  }
  .osusume .ichioshi .flex-txt {
    width: 100%;
    margin-top: 2rem;
  }
  .osusume .ichioshi .flex-txt ol {
    margin-bottom: 3rem;
  }
  .osusume .ichioshi .flex-txt li {
    font-size: 1.4rem;
    padding: 0.6rem 1rem;
    padding-right: 0;
    padding-left: calc(1rem + 1.2em);
  }
  .osusume .ichioshi .flex-txt li + li {
    margin-top: 1rem;
  }
  .osusume .why {
    padding-top: 5rem;
  }
  .osusume .why .flex-txt {
    width: 100%;
    padding: 3rem 2rem;
    border-radius: 0.8rem;
  }
  .osusume .why .flex-img {
    width: 100%;
    margin-top: 2rem;
  }
}

/* ----------------------------------
chart
---------------------------------- */
.chart .in {
  padding-bottom: 8rem;
  padding-top: 0;
}
/*追加css*/
.chart .chart_ttl {
	width: 100%;
	margin: 6rem 0 0;
}
.chart .chart_ttl img {
	width: 100%;
	height: auto;
}
/*追加css fin*/
.chart .ttl-h2 + .txt {
  text-align: center;
}
.chart .chart-table {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 6.5rem;
}
.chart .chart-table .chart-table-th {
  width: 18rem;
}
.chart .chart-scroll-area {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  justify-content: space-between;
}
.chart .chart-table .chart-table-tr {
  position: relative;
  width: 33rem;
}
.chart .chart-table .chart-table-tr::after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  background: var(--color-gray);
}
.chart .chart-table .chart-table-tr:nth-of-type(1)::after {
  background: #ff6600;
}
.chart .chart-table .chart-table-th p,
.chart .chart-table .chart-table-tr p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 8rem;
  border-radius: 0.6rem;
  background: var(--color-gray);
  font-size: 1.6rem;
  font-weight: var(--medium);
}
.chart .chart-table .chart-table-th p:nth-of-type(1),
.chart .chart-table .chart-table-tr p:nth-of-type(2) {
  height: 9rem;
}
.chart .chart-table .chart-table-th p + p,
.chart .chart-table .chart-table-tr p + p {
  margin-top: 1rem;
}
.chart .chart-table .chart-table-tr:nth-of-type(1) {
  background: #ff6600;
}
.chart .chart-table .chart-table-tr p {
  flex-wrap: wrap;
  background: none;
  font-size: 1.5rem;
}
.chart .chart-table .chart-table-tr p:not(.chart-name) {
  position: relative;
  margin: 1rem 1rem 0rem;
  border-radius: 0;
  background: var(--color-white);
}
.chart .chart-table .chart-table-tr p.chart-name {
  height: auto;
  padding: 1rem 0 1rem;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
}
.chart .chart-table .chart-table-tr p.chart-name .img {
  position: relative;
  display: block;
  width: 10rem;
  height: 6rem;
  overflow: hidden;
}
.chart .chart-table .chart-table-tr p.chart-name .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.chart .chart-table .chart-table-tr:nth-of-type(1) p.chart-name {
  color: var(--color-white);
  padding-top: 3rem;
}
.chart .chart-table .chart-table-tr p:not(.chart-name)::after {
  position: absolute;
  left: 0;
  bottom: -1rem;
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background: var(--color-white);
}
.chart .chart-table .chart-table-tr p:not(.chart-name,:last-of-type)::before {
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #7f7f7f;
  z-index: 1;
}
.chart .chart-table .chart-table-tr {
  background: var(--color-gray);
  border-top-right-radius: 0.6rem;
  border-top-left-radius: 0.6rem;
}
.chart .chart-table .chart-table-tr p:nth-of-type(4),
.chart .chart-table .chart-table-tr p:nth-of-type(5) {
  font-size: 2.4rem;
  font-weight: var(--bold);
  color: #ff6600;
}
.chart .chart-table .chart-table-tr p span {
  line-height: 1;
}
.chart .chart-table .chart-table-tr p small {
  width: 100%;
  font-size: 1.4rem;
  font-weight: var(--medium);
  color: var(--color-txt);
}
.chart .chart-table .chart-table-tr p.none {
  color: var(--color-txt) !important;
}
.chart .chart-table .chart-table-tr p .button {
  padding: 1rem;
  width: 26rem;
  font-size: 1.4rem;
}
.chart .chart-scroll {
  display: none;
}
.chart .chart-table .chart-table-tr:not(:nth-of-type(1)) .button {
  background: var(--color-white);
  border: 1px solid #3a3a3a;
  color: var(--color-txt);
}
.chart .chart-table .chart-table-tr:not(:nth-of-type(1)) .button::after {
  border-color: #3a3a3a;
}
.chart .chart-table .chart-table-tr:not(:nth-of-type(1)) .button:hover {
  opacity: 0.6;
}
.chart .chart-table .chart-table-tr:not(:nth-of-type(1)) .button::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .chart .in {
    padding-bottom: 6rem;
  }
  /*追加css*/
	.chart .chart_ttl {
		width: 100%;
		margin: 6rem 0;
	}
	/*追加css fin*/
  .chart .ttl-h2 + .txt {
    text-align: left;
  }
  .chart .chart-scroll {
    position: relative;
    display: block;
    margin-top: 1.6rem;
    padding-right: 1.5rem;
    text-align: right;
    font-size: 1.4rem;
    color: #9a9a9a;
  }
  .chart .chart-scroll::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 0.2rem solid #9a9a9a;
    border-right: 0.2rem solid #9a9a9a;
    transform: translateY(-50%) rotate(45deg);
  }
  .chart .chart-table {
    margin-top: 1rem;
    gap: 0.5rem;

    position: relative;
  }
  .chart .chart-scroll-area {
    overflow-x: scroll;
    padding-bottom: 1rem;
    margin-right: -2rem;
    padding-right: 2rem;
    padding-left: 9.5rem;
    gap: 0.5rem;
  }
  .chart .chart-table::-webkit-scrollbar{
    display: none;
  }
  .chart .chart-table .chart-table-th {
    width: 11rem;
    min-width: 11rem;

    
    position: absolute;
    z-index: 3;
    
    top: -1.6rem;
    left: -1.5rem;
    padding: 0 1rem 2rem;
    z-index: 3;
    height: 56.2rem;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .chart .chart-table .chart-table-th p, 
  .chart .chart-table .chart-table-tr p {
    height: 6rem;
  }
  .chart .chart-table .chart-table-th p:nth-of-type(1),
  .chart .chart-table .chart-table-tr p:nth-of-type(2) {
    height: 7.5rem;
  }
  .chart .chart-table .chart-table-th p {
    font-size: 1.3rem;
  }
  .chart .chart-table .chart-table-tr p,
  .chart .chart-table .chart-table-tr p small {
    font-size: 1.4rem;
  }
  .chart .chart-table .chart-table-tr {
    width: 22rem;
    min-width: 22rem;
  }
  .chart .chart-table .chart-table-tr p.chart-name {
    font-size: 1.8rem;
  }
  .chart .chart-table .chart-table-tr:nth-of-type(1) p.chart-name {
    padding-top: 1.4rem;
  }
  .chart .chart-table .chart-table-tr:not(:nth-of-type(1)) p.chart-name .img {
    height: 5rem;
  }
  .chart .chart-table .chart-table-th p + p, 
  .chart .chart-table .chart-table-tr p + p {
    margin-top: 0.5rem;
  }
  .chart .chart-table .chart-table-tr p:not(.chart-name) {
    margin-top: 0.5rem;
  }
  .chart .chart-table .chart-table-tr p:not(.chart-name)::after {
    bottom: -0.6rem;
    height: 1rem;
  }
  .chart .chart-table .chart-table-tr p .button {
    width: 16.6rem;
    padding: 0.9rem;
  }
  .chart .chart-table .chart-table-tr p:nth-of-type(2) small,
  .chart .chart-table .chart-table-tr p:nth-of-type(3) small {
    font-size: 1.3rem;
  }
}


/* ----------------------------------
point
---------------------------------- */
.point .in {
  padding-bottom: 12rem;
}
.point .item .flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.point .item .flex .img {
  position: relative;
  width: 30rem;
  height: 30rem;
  overflow: hidden;
  border-radius: 1.2rem;
  background: #f1f4f3;
}
.point .item .flex .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center;
}
.point .item .flex .txt {
  width: 84rem;
}
.point .item .flex .txt strong {
  color: #ff6600;
  font-weight: var(--bold);
}
.point .item .flex .txt span {
  background:linear-gradient(transparent 70%, #ffc096 70%);
}
.point .item + .item {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .point .in {
    padding-bottom: 7rem;
  }
  .point .item .flex {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 3.7rem;
  }
  .point .item .flex .img {
    width: 100%;
    height: 16rem;
  }
  .point .item .flex .txt {
    width: 100%;
  }
  .point .item + .item {
    margin-top: 5rem;
  }
}


/* ----------------------------------
clinic
---------------------------------- */
.clinic .in {
  padding: 9rem 0 0;
}
.clinic .in > .item {
  background: var(--color-white);
  padding: 5rem 5rem 7rem;
  border-radius: 2rem;
  border: 0.2rem solid #2ab290;
}
.clinic .item + .item {
  margin-top: 5rem;
}
.clinic .clinic-name {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e2e3ea;
  font-size: 2.4rem;
  font-weight: var(--bold);
}
.clinic .clinic-name img {
  width: 6rem;
}
.clinic .item .box {
  margin-top: 5rem;
  padding: 0 5rem;
}
.clinic .item .box:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
}
.clinic .item .box:nth-of-type(1) .clinic-img {
  width: 40rem;
}
.clinic .item .box:nth-of-type(1) .clinic-img .buttons {
  background: #333333;
  padding: 2rem;
}
.clinic .item .box:nth-of-type(1) .clinic-img .buttons .button {
  margin: 0 auto;
  max-width: 22rem;
  padding: 1.6rem;
  border-radius: 0.4rem;
}
.clinic .item .box:nth-of-type(1) .clinic-img .buttons .button::before {
  border-radius: 0.4rem;
}
.clinic .item .box:nth-of-type(1) .box-right {
  width: 57rem;
}
.clinic .item .box:nth-of-type(1) table {
  width: 100%;
}
.clinic .item .box:nth-of-type(1) table th,
.clinic .item .box:nth-of-type(1) table td {
  font-size: 1.6rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e2e3ea;
}

.clinic .item .box:nth-of-type(1) table td {
  padding-left: 2rem;
}
.clinic .item .box:nth-of-type(1) table th {
  width: 16rem;
  min-width: 16rem;
  font-weight: var(--medium);
  color: #6e9188;
  text-align: center;
  background: #f6f6f7;
}
.clinic .item .box:nth-of-type(1) table tr:first-of-type th,
.clinic .item .box:nth-of-type(1) table tr:first-of-type td {
  border-top: 1px solid #e2e3ea;
} 
.clinic .item .box .swiper {
  margin-top: 4rem;
}
.clinic .item .box .swiper-wrapper {
  display: flex;
  gap: 1.4rem;
}
.clinic .item .box .swiper-slide {
  width: calc(25% - (1.4rem * 3 / 4));
}
.clinic .item .box .swiper-pagination {
  display: none;
}
.clinic .item .box:last-of-type .box-contents {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.clinic .item .box .review-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.clinic .item .box .review-item + .review-item {
  margin-top: 3rem;
}
.clinic .item .box .review-top {
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 16.2rem;
}
.clinic .item .box .review-top::before {
  position: absolute;
  top: -0.3rem;
  right: -1rem;
  content: "";
  display: block;
  width: 2.9rem;
  height: 3.3rem;
  background: url(../img/fukidashi.png) center / contain no-repeat;
  transform: scale(-1, 1) rotate(90deg);
}
.clinic .item .box .review-top .flex-img {
  position: relative;
  overflow: hidden;
  width: 9.4rem;
  height: 9.4rem;
  border-radius: 100%;
}
.clinic .item .box .review-top .flex-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clinic .item .box .star {
  display: flex;
  align-items: center;
}
.clinic .item .box .star .txt {
  font-size: 2.4rem;
  font-weight: var(--bold);
  padding-left: 0.5rem;
}
.clinic .item .box .rate {
  position: relative;
}
.clinic .item .box .rate::before,
.clinic .item .box .rate::after {
  display: block;
  content: "★★★★★";
  font-family: "Dela Gothic One", sans-serif;
  font-size: 1.8rem;
  color: #d8dbe4;
  line-height: 1;
}
.clinic .item .box .rate::after {
  position: absolute;
  top: 0;
  left: 0;
}
.clinic .item .box .star1 .rate::after {
  content: "★";
  color: #ff6600;
}
.clinic .item .box .star2 .rate::after {
  content: "★★";
  color: #ff6600;
}
.clinic .item .box .star3 .rate::after {
  content: "★★★";
  color: #ff6600;
}
.clinic .item .box .star4 .rate::after {
  content: "★★★★";
  color: #ff6600;
}
.clinic .item .box .star5 .rate::after {
  content: "★★★★★";
  color: #ff6600;
}
.clinic .item .box .review-top .flex-txt > .txt {
  text-align: center;
  line-height: 1;
  font-size: 1.4rem;
}
.clinic .item .box .review-middle {
  position: relative;
  width: calc(100% - 16.2rem);
  height: 18rem;
  padding: 2.5rem 3rem 4.4rem;
  border-radius: 1.2rem;
  background: var(--color-gray);
  overflow: hidden;
  transition: .5s;
}
.clinic .item .box .review-middle::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 4.4rem;
  background: var(--color-gray);
}
.clinic .item .box .review-middle .review-ttl {
  font-size: 1.8rem;
  font-weight: var(--bold);
  color: var(--color-green);
  line-height: 1.37;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.clinic .item .box .review-middle .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 2.7rem;
}
.clinic .item .box .review-middle.open .txt,
.clinic .item .box .review-middle.open .review-ttl {
  display: block;
}
.clinic .item .box .review-middle .review-more {
  position: absolute;
  right: 3rem;
  bottom: 1.6rem;
  padding-right: 1.5rem;
  font-size: 1.4rem;
  color: #ff6600;
  z-index: 2;
  cursor: pointer;
}
.clinic .item .box .review-middle .review-more::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.2rem solid #ff6600;
  border-right: 0.2rem solid #ff6600;
  transform: translateY(-50%) rotate(135deg);
}
.clinic .item .box .review-bottom {
  width: 100%;
  margin-top: 4rem;
}
.clinic .item .box .review-bottom table {
  width: 100%;
}
.clinic .item .box .review-bottom table thead th {
  display: flex;
  align-items: center;
  gap: 2rem;
  border: 1px solid #c6dad5;
  justify-content: center;
}
.clinic .item .box .review-bottom table thead th .ttl {
  font-size: 1.8rem;
  font-weight: var(--bold);
  color: #6e9188;
}
.clinic .item .box .review-bottom table tbody .rate::before,
.clinic .item .box .review-bottom table tbody .rate::after {
  font-size: 1.4rem;
}
.clinic .item .box .review-bottom table tbody .star .txt {
  font-size: 1.8rem;
}
.clinic .item .box .review-bottom table tbody th {
  font-size: 1.6rem;
  font-weight: var(--medium);
  color: #6e9188;
}
.clinic .item .box .button {
  width: 43rem;
  margin: 2rem auto 0;
}
.clinic .points {
  display: flex;
  gap: 2rem;
}
.clinic .points .item {
  position: relative;
  width: calc(33.33% - (2rem * 2 / 3));
  padding: 4rem 2rem 2rem;
  background: #dbeff2;
  border-radius: 1rem;
  margin: 0;
}
.clinic .points .item dt {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: var(--bold);
  text-align: center;
  line-height: 1.4;
}
.clinic .points .item dt span {
  color: #ff6600;
}
.clinic .points .item .txt {
  font-size: 1.4rem;
}
.clinic .points .item .number {
  position: absolute;
  left: 50%;
  top: -1.5rem;
  width: 16rem;
  height: 3rem;
  border-radius: 2rem;
  background: #00b7d8;
  font-size: 1.8rem;
  font-family: var(--font-en);
  font-weight: var(--bold);
  color: var(--color-white);
  line-height: 3rem;
  text-align: center;
  transform: translateX(-50%);
}
.clinic .points .item img {
  width: 15rem;
  margin: 0 auto 2.9rem;
}
.clinic .button-logo {
  margin: 5rem 0 0;
  width: 100%;
}
.clinic .button-logo img {
  display: block;
  margin: 0 auto;
}
#clinic1 .button-logo img {
  width: 30rem;
}
#clinic2 .clinic-name img {
  width: 12rem;
}
#clinic2 .button-logo img {
  width: 21rem;
}
#clinic3 .clinic-name img {
  width: 10.9rem;
}
#clinic3 .button-logo img {
  width: 15.6rem;
}
@media screen and (min-width: 768px) {
  .clinic .item .box .review-bottom table tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 7rem;
    justify-content: center;
    margin-top: 2rem;
  }
  .clinic .item .box .review-bottom table tbody th {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .clinic .in {
    padding: 4rem 0 0;
  }
  .clinic .in > .item {
    padding: 3rem 1.5rem 6rem;
    border-radius: 0.8rem;
  }
  .clinic .clinic-name {
    flex-direction: column;
    gap: 3rem;
    padding-bottom: 1rem;
  }
  .clinic .clinic-name img {
    width: 8rem;
  }
  .clinic .item .box {
    padding: 0;
  }
  .clinic .item .box:nth-of-type(1) {
    margin-top: 3rem;
    flex-wrap: wrap;
    gap: 5rem;
  }
  .clinic .item .box:nth-of-type(1) .clinic-img,
  .clinic .item .box:nth-of-type(1) .box-right {
    width: 100%;
  }
  .clinic .item .box:nth-of-type(1) table th, 
  .clinic .item .box:nth-of-type(1) table td {
    font-size: 1.4rem;
  }
  .clinic .item .box:nth-of-type(1) table td {
    padding-left: 1rem;
  }
  .clinic .item .box .swiper {
    margin-top: 2.9rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .clinic .item .box .swiper-wrapper {
    gap: 0;
  }
  .clinic .item .box .swiper-slide {
    width: 24.2rem;
    margin-right: 0.8rem;
  }
  .clinic .item .box .swiper-pagination {
    display: block;
    position: static;
    margin-top: 1.7rem;;
  }
  .clinic .item .box .swiper-pagination-bullet {
    margin: 0;
    width: 5.5rem;
    height: 0.3rem;
    border-radius: 0;
    background: var(--color-gray);
    opacity: 1;
  }
  .clinic .item .box .swiper-pagination-bullet-active {
    background: var(--color-green);
  }
  .clinic .item .box .review-wrap {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    overflow-x: scroll;
    margin-right: -1.5rem;
    padding-right: 1.5rem;
  }
  .clinic .item .box .review-wrap::-webkit-scrollbar{
    display: none;
  }  
  .clinic .item .box .review-top {
    width: 100%;
    flex-direction: row;
    gap: 1rem;
  }
  .clinic .item .box .review-item {
    min-width: 90%;
  }
  .clinic .item .box .review-item + .review-item {
    margin: 0;
  }
  .clinic .item .box .review-top::before {
    top: auto;
    right: auto;
    bottom: -2.7rem;
    width: 1.9rem;
    height: 2.3rem;
    transform: unset;
  }
  .clinic .item .box .review-top .flex-img {
    width: 7rem;
    height: 7rem;
  }
  .clinic .item .box .review-top .flex-txt > .txt {
    text-align: left;
  }
  .clinic .item .box .star .txt {
    line-height: 1.3;
  }
  .clinic .item .box .review-middle {
    width: 100%;
    height: 25rem;
    margin-top: 1.7rem;
    padding: 2.3rem 2rem 4.4rem;
  }
  .clinic .item .box .review-middle .review-ttl {
    font-size: 1.6rem;
    -webkit-line-clamp: 2;
  }
  .clinic .item .box .review-middle .review-more {
    right: 2rem;
  }
  .clinic .item .box .review-middle .txt {
    -webkit-line-clamp: 4;
  }
  .clinic .item .box:nth-of-type(1) table th {
    width: 12rem;
    min-width: 12rem;
  }
  .clinic .item .box .review-bottom table tbody th {
    font-size: 1.4rem;
  }
  .clinic .item .box .review-bottom table tbody th,
  .clinic .item .box .review-bottom table tbody td {
    border-bottom: 1px solid #c6dad5;
    padding: 1.2rem 1rem 0.5rem;
  }
  .clinic .item .box .review-bottom table tbody td {
    width: 13rem;
  }
  .clinic .item .box .review-bottom table tbody td .star {
    justify-content: flex-end;
  }
  .clinic .item .box .review-bottom table thead {
    display: table-caption;
  }
  .clinic .item .box .review-bottom table thead tr {
    display: block;
    width: 100%;
  }
  .clinic .item .box .review-bottom table thead th {
    padding: 0.85rem;
  }
  .clinic .item .box .review-bottom table thead th .ttl {
    font-size: 1.6rem;
  }
  .clinic .item .box .button {
    width: 30rem;
  }
  .clinic .item .box:nth-of-type(1) .clinic-img .buttons {
    padding: 1.5rem;
  }
  .clinic .points {
    flex-wrap: wrap;
    gap: 3rem;
  }
  .clinic .points .item {
    width: 100%;
  }
  #clinic3 .clinic-name img {
    width: 11.8rem;
  }
  #clinic2 .clinic-name img {
    width: 17rem;
  }
}


/* ----------------------------------
treatment
---------------------------------- */
.treatment .in {
  padding-bottom: 7rem;
}
.treatment .item + .item {
  margin-top: 5rem;
}
.treatment .item .flex {
  align-items: flex-start;
  justify-content: space-between;
}
.treatment .item .flex-img {
  width: 44rem;
}
.treatment .item .flex-txt {
  width: 72rem;
}
.treatment .item .button {
  width: 43rem;
  margin: 7rem auto 0;
}
.treatment .yokoscroll {
  margin-bottom: 3.7rem;
}
.treatment .yokoscroll-txt {
  display: none;
}
@media screen and (max-width: 767px) {
  .treatment .in {
    padding-bottom: 9rem;
  }
  .treatment .item .button {
    width: 30rem;
    margin: 4rem auto 0;
  }
  .treatment .yokoscroll {
    overflow-x: scroll;
    margin-right: -2rem;
    padding-right: 2rem;
  }
  .treatment .yokoscroll::-webkit-scrollbar{
    display: none;
  }  
  .treatment .yokoscroll img {
    width: 97rem;
  }
  .treatment .yokoscroll-txt {
    position: relative;
    display: block;
    margin-bottom: 1rem;
    padding-right: 1.5rem;
    text-align: right;
    font-size: 1.4rem;
    color: #9a9a9a;
  }
  .treatment .yokoscroll-txt::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 0.2rem solid #9a9a9a;
    border-right: 0.2rem solid #9a9a9a;
    transform: translateY(-50%) rotate(45deg);
  }
  .treatment .item .flex-img {
    width: 100%;
  }
  .treatment .item .flex-txt {
    width: 100%;
    margin-top: 3.7rem;
  }
}


/* ----------------------------------
cv
---------------------------------- */
.cv {
  padding: 5rem;
  background: #2ab290;
}
.cv .in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100rem;
  padding: 5rem 10rem;
  border-radius: 2rem;
  background: #f1f4f3;
}
.cv .flex-img {
  width: 32rem;
}
.cv .flex-txt {
  width: 43rem;
}
.cv .flex-txt .ttl-h2 {
  margin-bottom: 3.3rem;
  font-size: 3rem;
  color: #ff6600;
  line-height: 1.4
}
.cv .flex-txt .button-logo {
  width: 28.5rem;
}
@media screen and (max-width: 767px) {
  .cv {
    padding: 2rem;
  }
  .cv .in {
    position: relative;
    display: block;
    max-width: none;
    width: 100%;
    margin: 0 auto;
    border-radius: 0.8rem;
    padding: 10rem 1.5rem 5rem;
  }
  .cv .flex-img {
    width: 100%;
  }
  .cv .flex-txt {
    width: 100%;
    margin-top: 3.3rem;
  }
  .cv .flex-txt .ttl-h2 {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 3rem;
    font-size: 2rem;
    transform: translateX(-50%);
  }
  .cv .flex-txt .button {
    max-width: 30rem;
    margin: 0 auto;
  }
}


/* ----------------------------------
unei
---------------------------------- */ 
.unei {
  padding: 0 0 12rem;
}
.unei h1 {
  margin-bottom: 4.7rem;
  text-align: center;
  font-size: 2.6rem;
  font-weight: var(--bold);
}
.unei table {
  margin-bottom: 8rem;
  width: 100%;
}
.unei table th,
.unei table td {
  font-size: 1.6rem;
  padding: 1.5rem;
  border: 1px solid #e2e3ea;
}
.unei table th {
  width: 20rem;
  background: var(--color-gray);
  font-weight: var(--medium);
  text-align: center;
}
.unei dt,
.unei dd {
  font-size: 1.6rem;
  line-height: 2;
}
.unei dt {
  font-weight: var(--bold);
}
.unei dd + dt {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .unei table {
    margin-bottom: 3rem;
  }
  .unei table th,
  .unei table td {
    font-size: 1.4rem;
    padding: 1rem;
  }
  .unei dt,
  .unei dd {
    font-size: 1.4rem;
  }
  .unei dd + dt {
    margin-top: 2rem;
  }
  .unei table th {
    width: 11rem;
  }
}



/* ----------------------------------
footer
---------------------------------- */
.footer {
  background: #3a3a3a;
}
.footer .in {
  padding: 7rem 0 6rem;
}
.footer .in a {
  font-size: 1.6rem;
  color: var(--color-white);
}
.footer .copy {
  padding: 1.5rem;
  background: var(--color-white);
  text-align: center;
  font-size: 1.2rem;
}
.footer .footer-logo {
  display: block;
  margin: 0 auto;
  width: 12rem;
  filter: brightness(1000);
}
.footer .in ul {
  display: flex;
  justify-content: center;
  gap: 7rem;
  margin-top: 3rem;
}
.footer .in .footer-bottom {
  display: flex;
  justify-content: center;
  gap: 7rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .footer .in ul {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    margin-top: 5rem;
  }
  .footer .in a {
    font-size: 1.4rem;
  }
  .footer .in .footer-bottom {
    margin: 4rem -2rem 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    gap: 3rem;
  }
  .footer .in .footer-bottom a {
    font-size: 1.2rem;
  }
  .footer .copy {
    font-size: 1rem;
  }
}




/* アニメーション */
.anime.slideUp,
.anime.slideLeft,
.anime.fadeIn {
  opacity: 0;
}
.anime.slideUp.active {
  animation: slideUp .5s .05s ease-out forwards;
}
.anime.slideLeft.active {
  animation: slideLeft .5s .05s ease-out forwards;
}
.anime.fadeIn.active {
  animation: fadeIn .5s .2s ease-out forwards;
}
.anime.scaleDown.active img {
  animation: img-scale 7s ease-out forwards;
}
span.anime.slideLeft {
  display: inline-block;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes img-scale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* ================================
   ① howtochoose.png（比較表と詳細の間）
================================ */
.choose-img-section {
    padding: 10px 0 10px;   /* 上下を均一にする */
    text-align: center;
    width: 100%;
}

.choose-img {
    width: 85%;
    max-width: 550px;      /* PCで最適な大きさ（少し小さめに調整） */
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 767px) {
    .choose-img-section {
        padding: 5px 0 5px;  /* SPでも上下均一に */
    }
    .choose-img {
        max-width: 100%;
    }
}


/* ================================
   ② dragacampaign.png（口コミとロゴの間）
================================ */
.draga-campaign {
    text-align: center;
    padding: 25px 0 30px;
    width: 100%;     /* flex内でも中央寄せされるために必要 */
    display: block;  /* 念のため flex の影響を受けないように */
}

.draga-campaign-img {
    width: 85%;
    max-width: 500px;  /* PCでの大きすぎ防止 */
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 767px) {
    .draga-campaign {
        padding: 10px 0 20px;  /* SP余白調整 */
    }
    .draga-campaign-img {
        max-width: 95%;
    }
}

/* ▼ 比較表（chart）セクションの下余白を詰める */
.chart .in {
  padding-bottom: 3rem;   /* 元は 8rem だったのでかなり圧縮 */
}

/* ▼ クリニック詳細セクションの上余白も合わせて詰める */
.clinic .in {
  padding-top: 3rem;      /* 元は 9rem */
}


@media screen and (max-width: 767px) {
  .choose-img-section {
    padding: 1rem 0;      /* SP も上下均一で少しだけ余白 */
  }
  .choose-img {
    max-width: 95%;
  }
}

/* ================================
   AGAクリニックの選び方（余白最適化）
================================= */
.choose-img-section {
    padding: 0.5rem 0 0.5rem !important; /* ★ 上下の余白を最小に＆統一 */
    text-align: center;
    width: 100%;
}

.choose-img {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 767px) {
    .choose-img-section {
        padding: 0.5rem 0 !important; /* ★ SPも上下均一 */
    }
    .choose-img {
        max-width: 95%;
    }
}

/* ================================
   chart と clinic の余白調整（確実に反映）
================================= */
.chart .in {
  padding-bottom: 1.5rem !important;  /* ★ さらに詰める */
}

.clinic .in {
  padding-top: 1.5rem !important;     /* ★ 上をさらに詰める */
}

/* --- AGAクリニックの選び方 余白調整（これが最終版） --- */
.choose-img-section {
    padding: 0.5rem 0 !important; 
    text-align: center;
    width: 100%;
}

.choose-img {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    display: block;
}

/* chart と clinic の余白も合わせて調整 */
.chart .in {
  padding-bottom: 1.5rem !important;
}

.clinic .in {
  padding-top: 1.5rem !important;
}

/* ▼ 「選び方画像」セクションの上下余白を最小にする最終版 */
.choose-img-section .in {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* PC（768px以上）の時だけ上下に余白をしっかりつける */
@media screen and (min-width: 768px) {
  .choose-img-section {
    padding: 4rem 0 !important;  /* 上下に程よい余白 */
  }
  .choose-img-section .in {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* SP（767px以下）は詰め気味のままでOK */
@media screen and (max-width: 767px) {
  .choose-img-section {
    padding: 1rem 0 !important;  /* 少しだけ余白 */
  }
  .choose-img-section .in {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}