@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio],
input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

body {
  color: #424242;
}

html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media (min-width: 1050px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

html.fixed {
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  header {
    padding: 1.75rem 1.625rem 0;
    position: absolute;
  }
}

.header-inner {
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0.3125rem 1.125rem 0.375rem 0.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header-inner {
    border-radius: 10px;
    padding: 0.5rem 1.625rem 0.625rem 1.125rem;
  }
}

.header-logo {
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 17.5rem;
  }
}

.fixed-btn {
  position: fixed;
  z-index: 5;
  right: 0;
  bottom: 0.25rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  transition: 0.3s;
  transform: translateY(150%);
}
@media screen and (min-width: 768px) {
  .fixed-btn {
    display: block;
    bottom: initial;
    top: 8.75rem;
    top: 3.75rem;
    width: 80px;
    transform: translateX(150%) translateY(0%);
  }
}

.slideIn .fixed-btn {
  transform: translateY(0%);
}
@media screen and (min-width: 768px) {
  .slideIn .fixed-btn {
    transform: translateX(0%);
  }
}

.fixed-btn img {
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .fixed-btn img {
    width: 80px;
  }
}

.fixed-page_btm {
  background-color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 0 0.9375rem;
  max-width: 28.125rem;
  margin: 0 auto;
  display: none;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .fixed-page_btm {
    max-width: initial;
    padding: 1.5rem 1.5625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.75rem;
    transform: translateY(150%);
  }
}

.slideIn .fixed-page_btm {
  transform: translateY(0%);
}

@media screen and (min-width: 768px) {
  .fixed-page_btm__tel {
    max-width: 31.25rem;
  }
}

.fixed-page_btm__btn-area {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .fixed-page_btm__btn-area {
    margin-top: 0;
  }
}

.fixed-page_btm-btn {
  width: 100%;
  max-width: 14.375rem;
}

.back-btn {
  position: fixed;
  z-index: 10;
  width: 3rem;
}
@media screen and (min-width: 768px) {
  .back-btn {
    transition: 0.3s;
    transform: translateX(150%);
    bottom: 8.125rem;
    right: 0.625rem;
    width: 4.375rem;
  }
}

.slideIn .back-btn {
  transform: translateX(0%);
}

footer {
  padding: 2.25rem 0.9375rem 7.5rem;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 2.625rem 1.5625rem 8.75rem;
  }
}

footer .copyright {
  line-height: 1.6;
  font-size: 0.875rem;
  max-width: 31.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer .copyright {
    max-width: initial;
    margin: 0;
  }
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 65.625rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.header-hamberger {
  margin-left: auto;
  width: 1.5rem;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header-hamberger {
    width: 2.1875rem;
    margin-left: 1.75rem;
  }
}

.hamberger {
  position: relative;
  transition: transform 0.5s ease 0s;
  margin: 0 auto;
  width: 100%;
  height: 0.625rem;
}
@media screen and (min-width: 768px) {
  .hamberger {
    height: 1.125rem;
  }
}

.header-hamberger p {
  text-align: center;
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: 0.05em;
  font-size: 0.5rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .header-hamberger p {
    font-size: 0.6875rem;
    margin-top: 1rem;
  }
}

.hamberger-bar {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 0.0625rem;
  background: #2F9C95;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}

.hamberger-bar:nth-of-type(1) {
  top: 0%;
}

.hamberger-bar:nth-of-type(2) {
  top: 50%;
}

.hamberger-bar:nth-of-type(3) {
  top: 100%;
}

/* オープン時の動き */
.open .hamberger-bar {
  width: 1.75rem;
  transition: 0.3s;
}

.open .hamberger-bar:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(30deg);
  top: 50%;
}

.open .hamberger-bar:nth-of-type(2) {
  transform: translate(-50%, -50%);
  opacity: 0;
}

.open .hamberger-bar:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-30deg);
  top: 50%;
}

.header-drawer-nav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #2F9C95;
  transform: translateX(150%);
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .header-drawer-nav {
    width: 100%;
    max-width: 40rem;
  }
}

.drawer-nav__inner {
  padding: 3.75rem 2.25rem 3.125rem;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  .drawer-nav__inner {
    padding: 5rem 3.75rem 2.5rem;
  }
}

.drawer-nav__inner::-webkit-scrollbar {
  display: none;
}

.header-nav__btn {
  width: 1.75rem;
  margin-left: auto;
  position: absolute;
  top: 1rem;
  right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .header-nav__btn {
    width: 2.75rem;
    top: 1.25rem;
    right: 0.75rem;
    cursor: pointer;
  }
}

.header-drawer-nav.open {
  transform: translateX(0);
}

.header-nav__items {
  width: 100%;
}

.header-nav__item {
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 0.75rem;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
  padding: 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .header-nav__item {
    text-align: center;
    width: 100%;
    font-size: 1rem;
    padding: 0.7rem 0;
  }
}

.header-nav__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav__item a img {
  width: 0.875rem;
}
@media screen and (min-width: 768px) {
  .header-nav__item a img {
    width: 1.5rem;
  }
}

.header-drawer__rincs {
  margin: 2.375rem auto 0;
  max-width: 15.875rem;
}
@media screen and (min-width: 768px) {
  .header-drawer__rincs {
    margin-top: 3rem;
    max-width: 25.9375rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 0.625rem;
  }
}

.header-drawer__rincs li:nth-child(n+2) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .header-drawer__rincs li:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .header-drawer__rincs .tel-rinc {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .header-drawer__rincs .web-rinc,
  .header-drawer__rincs .line-rinc {
    width: calc(50% - 0.3125rem);
  }
}

.header-drawer__rincs a {
  background-color: #fff;
  border-radius: 30px;
  width: 100%;
  height: 2.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 0.85;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .header-drawer__rincs a {
    border-radius: 50px;
    height: 3.875rem;
    gap: 0.625rem;
    font-size: 1.6875rem;
  }
}

.header-drawer__rincs .tel-rinc a {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .header-drawer__rincs .tel-rinc a {
    font-size: 2.1875rem;
  }
}

.header-drawer__rincs .tel-rinc .icon {
  width: 1.625rem;
}
@media screen and (min-width: 768px) {
  .header-drawer__rincs .tel-rinc .icon {
    width: 2.625rem;
  }
}

.header-drawer__rincs .web-rinc .icon {
  width: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .header-drawer__rincs .web-rinc .icon {
    width: 1.25rem;
  }
}

.header-drawer__rincs .line-rinc .icon {
  width: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .header-drawer__rincs .line-rinc .icon {
    width: 2.125rem;
  }
}

.header-nav__rincs {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-nav__rincs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
  }
}

.header-nav__rincs .tel-rinc a {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

@media screen and (min-width: 768px) {
  .tel-rinc__icon {
    width: 2.375rem;
  }
}

.tel-rinc__texts {
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .tel-rinc__texts .top {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .tel-rinc__texts .btm {
    margin-top: 0.65rem;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .tel-rinc__texts .btm span {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__rincs .icon {
    margin-left: 1.875rem;
  }
}

.header-nav__rincs .icon img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .header-nav__rincs .icon.web img {
    width: 1.375rem;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__rincs .icon.line img {
    width: 2.125rem;
  }
}

.header-nav__rincs .icon p {
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .header-nav__rincs .icon p {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

.section-title span {
  color: #2F9C95;
}

.section-title__sub {
  font-family: "Shippori Mincho", serif;
  line-height: 2.2;
  font-weight: 700;
  color: #2F9C95;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .section-title__sub {
    line-height: 2.5;
    font-size: 1.125rem;
  }
}

.section-title__main {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  line-height: 1.6;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .section-title__main {
    line-height: 1;
    font-size: 1.875rem;
  }
}

.section-title__btm {
  margin-top: 2rem;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .section-title__btm {
    margin-top: 3.25rem;
    font-size: 1rem;
  }
}

.mv {
  width: 100%;
  background-image: url("../img/mv_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .mv {
    background-image: url("../img/mv_pc.jpg");
  }
}

.mv-inner {
  width: 100%;
  position: relative;
  padding: 10.5rem 0.9375rem 14.125rem;
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mv-inner {
    padding: 18.5rem 4.6875rem 12.125rem;
    max-width: 75rem;
  }
}

.mv-title h1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mv-title h1 {
    font-size: 2.8125rem;
  }
}

.mv-title h1 .mv-title__block {
  display: inline-block;
  background-color: #fff;
  border-radius: 8px;
  padding: 0.0625rem 0.34375rem;
}
@media screen and (min-width: 768px) {
  .mv-title h1 .mv-title__block {
    border-radius: 15px;
    padding: 0rem 0.59375rem 0.0625rem;
  }
}

.mv-title h1 .mv-title__block:nth-child(n+2) {
  color: #2F9C95;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .mv-title h1 .mv-title__block:nth-child(n+2) {
    margin-top: 0.8125rem;
    padding: 0rem 0.75rem 0.0625rem;
  }
}

.mv-title h1 .mv-title__block span {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .mv-title h1 .mv-title__block span {
    font-size: 1.5625rem;
  }
}

.mv-title h1 .mv-title__block:nth-child(n+2) span {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .mv-title h1 .mv-title__block:nth-child(n+2) span {
    font-size: 1.875rem;
  }
}

.mv-title__btm {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  font-size: 0.5rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .mv-title__btm {
    letter-spacing: 0.11em;
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
}

.mv-images {
  position: absolute;
  bottom: -0.875rem;
  left: 0;
  width: 100%;
  padding: 0 0.9375rem 0 1.125rem;
}
@media screen and (min-width: 768px) {
  .mv-images {
    bottom: -2.25rem;
    padding: 0;
  }
}

.mv-images ul {
  max-width: 28.125rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mv-images ul {
    display: flex;
    justify-content: center;
    max-width: initial;
    margin: 0;
    gap: 0.9375rem;
    padding-left: 4.25rem;
  }
}

.mv-images__item {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
  color: #6093B7;
  border: 2px solid #87B4D4;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 0.8125rem;
  border-radius: 1.5625rem;
  padding: 0.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv-images__item {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    border-radius: 50%;
    width: 10.25rem;
    font-size: 1rem;
    border: 5px solid #87B4D4;
    line-height: 1.4;
    padding: 0;
  }
}

.mv-images__item:nth-child(n+2) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .mv-images__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.mv-images__item:nth-child(2n) {
  color: #2F9C95;
  border-color: #57C7C0;
}

.mv-images__item--img {
  position: absolute;
  top: -0.5rem;
  left: -0.75rem;
  object-fit: contain;
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .mv-images__item--img {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    top: -2.1875rem;
    height: 3.4375rem;
  }
}

.mv-images__item:last-child .mv-images__item--img {
  top: -0.625rem;
}
@media screen and (min-width: 768px) {
  .mv-images__item:last-child .mv-images__item--img {
    top: -2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .mv-images__item .mv-images__item--img img {
    margin: 0 auto;
  }
}

.mv-images__item:nth-of-type(1) .mv-images__item--img img {
  width: 1.375rem;
}
@media screen and (min-width: 768px) {
  .mv-images__item:nth-of-type(1) .mv-images__item--img img {
    width: 3.25rem;
  }
}

.mv-images__item:nth-of-type(2) .mv-images__item--img img {
  width: 2rem;
}
@media screen and (min-width: 768px) {
  .mv-images__item:nth-of-type(2) .mv-images__item--img img {
    width: 4.625rem;
  }
}

.mv-images__item:nth-of-type(3) .mv-images__item--img img {
  width: 1.625rem;
}
@media screen and (min-width: 768px) {
  .mv-images__item:nth-of-type(3) .mv-images__item--img img {
    width: 4rem;
  }
}

.mv-images__item:nth-of-type(4) .mv-images__item--img img {
  width: 1.75rem;
}
@media screen and (min-width: 768px) {
  .mv-images__item:nth-of-type(4) .mv-images__item--img img {
    width: 3.8rem;
  }
}

.mv-images__item:nth-of-type(5) .mv-images__item--img img {
  width: 2rem;
}
@media screen and (min-width: 768px) {
  .mv-images__item:nth-of-type(5) .mv-images__item--img img {
    width: 4.625rem;
  }
}


.information {
  padding: 3.5rem 0;
}
@media screen and (min-width: 768px) {
  .information {
    padding: 6.125rem 0;
  }
}

@media screen and (min-width: 768px) {
  .information-inner {
    max-width: 68.75rem;
  }
}

.information-title {
  text-align: center;
  color: #2F9C95;
  font-weight: 700;
  line-height: 1.6;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .information-title {
    font-size: 1.75rem;
  }
}

.information-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 37.5rem;
  gap: 0.875rem 1rem;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .information-btn {
    margin-top: 2.5rem;
    max-width: initial;
    gap: 1.5rem 1.25rem;
  }
}

.information-btn__item {
  width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .information-btn__item {
    width: 12.125rem;
    width: calc((100% - 5rem) / 5);
  }
}

.information-btn__item::after {
  content: "";
  display: block;
  background-image: url("../img/information-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 0.5rem;
  margin: 0.375rem auto 0;
}
@media screen and (min-width: 768px) {
  .information-btn__item::after {
    margin-top: 0.625rem;
  }
}

.information-btn__item a {
  border: 1px solid #2F9C95;
  font-weight: 500;
  text-align: center;
  color: #2F9C95;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  font-size: 0.875rem;
  height: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .information-btn__item a {
    height: 5.3125rem;
    padding: 1rem;
    font-size: 1rem;
  }
}

.cta {
  background-color: #57C7C0;
  padding: 2rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .cta {
    padding: 2.75rem 0 4.125rem;
  }
}

.top-cta {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .top-cta {
    padding-top: 3.75rem;
  }
}

.cta-title {
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #FBFBFB;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cta-title {
    letter-spacing: 0.1em;
    font-size: 1.75rem;
  }
}

.cta-contents {
  width: 100%;
  max-width: 25rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.75rem auto 0;
}
@media screen and (min-width: 768px) {
  .cta-contents {
    max-width: 35rem;
  }
}

.cta-contents__tel {
  width: 100%;
}

.cta-contents__tel a {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  padding: 1.125rem 1rem;
  border-radius: 10px;
  background-color: #FBFBFB;
}
@media screen and (min-width: 768px) {
  .cta-contents__tel a {
    gap: 1rem;
    padding: 1.3125rem 2rem 1.5rem;
    border-radius: 18px;
  }
}

.cta-contents__tel--icon {
  width: 2.8rem;
}
@media screen and (min-width: 768px) {
  .cta-contents__tel--icon {
    width: 4.0625rem;
  }
}

.cta-contents__tel--texts {
  font-weight: 700;
  line-height: 0.85;
}

.cta-contents__tel--texts .top {
  line-height: 1.6;
  color: #2F9C95;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .cta-contents__tel--texts .top {
    font-size: 0.9375rem;
  }
}

.cta-contents__tel--texts .center {
  margin-top: 0.25rem;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .cta-contents__tel--texts .center {
    margin-top: 0.5rem;
    font-size: 2.3rem;
  }
}

.cta-contents__tel--texts .btm {
  margin-top: 0.5rem;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .cta-contents__tel--texts .btm {
    margin-top: 0.8125rem;
    font-size: 1.2rem;
  }
}

.cta-contents__tel--texts .btm span {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .cta-contents__tel--texts .btm span {
    font-size: 1.2rem;
  }
}

.cta-contents__web,
.cta-contents__line {
  width: calc(50% - 0.375rem);
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .cta-contents__web,
  .cta-contents__line {
    width: calc(50% - 0.375rem);
    margin-top: 1.375rem;
  }
}

.cta-contents__web a,
.cta-contents__line a {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background-color: #FBFBFB;
  border-radius: 10px;
  height: 4.5rem;
}
@media screen and (min-width: 768px) {
  .cta-contents__web a,
  .cta-contents__line a {
    height: auto;
    justify-content: center;
    gap: 1rem;
    padding: 1.125rem 1.5rem 1.75rem;
    border-radius: 18px;
  }
}

.cta-contents__line {
  margin-left: 0.75rem;
}

.cta-contents__web img {
  width: 1.75rem;
}
@media screen and (min-width: 768px) {
  .cta-contents__web img {
    width: 1.5rem;
  }
}

.cta-contents__line img {
  width: 2.375rem;
}
@media screen and (min-width: 768px) {
  .cta-contents__line img {
    width: 2.625rem;
  }
}

.cta-contents__text .top {
  font-weight: 700;
  line-height: 1.6;
  color: #2F9C95;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .cta-contents__text .top {
    font-size: 0.9375rem;
  }
}

.cta-contents__text .btm {
  font-weight: 700;
  line-height: 0.85;
}
@media screen and (min-width: 768px) {
  .cta-contents__text .btm {
    font-size: 2.0625rem;
    margin-top: 0.375rem;
  }
}

.trouble {
  position: relative;
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .trouble {
    padding: 5.625rem 0 3.75rem;
  }
}

.trouble-bg {
  position: absolute;
  left: 0;
  top: 10.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .trouble-bg {
    top: 0;
  }
}

.trouble .inner {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .trouble .section-title__main {
    font-size: 2rem;
  }
}

.trouble-contents__top {
  max-width: 31.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .trouble-contents__top {
    max-width: initial;
    display: flex;
  }
}

.trouble-texts__list {
  margin-top: 2.25rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .trouble-texts__list {
    margin-top: 7rem;
    margin-left: 1.875rem;
  }
}

.trouble-texts__list li {
  display: flex;
  align-items: center;
  gap: 0.15625rem;
  font-weight: 700;
  line-height: 1.6;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .trouble-texts__list li {
    gap: 0.375rem;
    font-size: 1.125rem;
  }
}

.trouble-texts__list li::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/trouble-list__check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .trouble-texts__list li::before {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.trouble-texts__list li:nth-child(n+2) {
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .trouble-texts__list li:nth-child(n+2) {
    margin-top: 0.8125rem;
  }
}

.trouble-image {
  width: 100%;
  max-width: 31.25rem;
  margin: 2.75rem auto 0;
  padding: 0 0.5rem;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .trouble-image {
    display: block;
    padding: 0;
    max-width: 24.5rem;
    margin: 3rem 0 0 auto;
  }
}

.trouble-image picture {
  display: block;
}

@media screen and (min-width: 768px) {
  .trouble-image img {
    border-radius: 20px;
  }
}

@media screen and (min-width: 768px) {
  .trouble-image__1 {
    margin-left: 2.1875rem;
    width: 22.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .trouble-image__2 {
    width: 15.3125rem;
    margin-top: 4.75rem;
  }
}

.trouble-contents__btm {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .trouble-contents__btm {
    margin-top: 8.75rem;
  }
}

.trouble-contents__btm h3 {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .trouble-contents__btm h3 {
    font-size: 2.5rem;
  }
}

.trouble-contents__btm h3 span {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .trouble-contents__btm h3 span {
    font-size: 1.75rem;
  }
}

.trouble-contents__btm img {
  margin: 0 auto;
  margin-top: -0.5rem;
}
@media screen and (min-width: 768px) {
  .trouble-contents__btm img {
    width: 37.25rem;
    margin-top: -1.0625rem;
  }
}

.detection-inner {
  position: relative;
  padding-left: 0.9375rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .detection-inner {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: right;
  }
}

.detection-image {
  margin-top: 3.5rem;
  padding: 0 0.9375rem;
  gap: 1rem;
  display: flex;
  max-width: 34.375rem;
  margin: 3.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .detection-image {
    width: 100%;
    display: block;
    margin: 0;
    margin-right: -6.5rem;
    padding: 0;
    width: 100%;
    max-width: 25.5rem;
    position: relative;
  }
}

.detection-image img {
  width: calc(50% - 0.5rem);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .detection-image img {
    border-radius: 20px;
  }
}

@media screen and (min-width: 768px) {
  .detection-image img:nth-of-type(1) {
    margin-left: auto;
    width: 19.125rem;
  }
}

@media screen and (min-width: 768px) {
  .detection-image img:nth-of-type(2) {
    width: 16.125rem;
    margin-top: 3rem;
  }
}

.detection-texts {
  background-color: #57C7C0;
  box-shadow: 0px 5px 1px #46A59F;
  border-radius: 60px 0 0 60px;
  padding: 2.25rem 0.9375rem 2.25rem 1.75rem;
  color: #fff;
  max-width: 43.75rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .detection-texts {
    box-shadow: 0px 5px 1px #46A59F;
    border-radius: 280px 0 0 280px;
    padding: 4.75rem 3.75rem 5.375rem 9.375rem;
    margin-top: 4.75rem;
    max-width: initial;
    margin-left: 0;
    width: 67%;
  }
}
@media screen and (min-width: 1024px) {
  .detection-texts {
    padding: 4.75rem 5rem 5.375rem 11.5625rem;
  }
}

.detection-texts__title {
  text-decoration: underline;
  font-weight: 700;
  line-height: 1.6;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .detection-texts__title {
    letter-spacing: 0.075em;
    font-size: 1.6875rem;
  }
}

.detection-texts__text {
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  margin-top: 1.125rem;
  font-feature-settings: "palt";
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .detection-texts__text {
    font-size: 1rem;
    margin-top: 1.5rem;
    max-width: initial;
  }
}

.disease {
  padding: 5rem 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .disease {
    padding: 10.3125rem 0 0rem;
  }
}

.disease-bg {
  position: absolute;
  top: 8.75rem;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .disease-bg {
    top: 1.25rem;
  }
}

.disease .inner {
  position: relative;
  z-index: 1;
}

.disease .section-title {
  text-align: center;
}

.disease-contents {
  max-width: 25rem;
  width: 100%;
  margin: 3rem auto 0;
}
@media screen and (min-width: 768px) {
  .disease-contents {
    max-width: 41.25rem;
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .disease-contents__block {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2.625rem;
  }
}

@media screen and (min-width: 768px) {
  .disease-contents__block:nth-child(2n) {
    flex-direction: row-reverse;
    margin-top: 3.375rem;
  }
}

.disease-contents__block--image {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .disease-contents__block--image {
    width: 19.25rem;
    margin: 0;
    margin-top: 4.375rem;
  }
}

.disease-contents__block:nth-child(2n) .disease-contents__block--image {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .disease-contents__block:nth-child(2n) .disease-contents__block--image {
    margin-top: 3.75rem;
  }
}

.disease-contents__block--list {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 5px solid #2F9C95;
  border-radius: 32px;
  width: 90%;
  margin: 1.5rem auto 0;
  padding: 1.75rem;
}
@media screen and (min-width: 768px) {
  .disease-contents__block--list {
    aspect-ratio: 1/1;
    height: auto;
    justify-content: center;
    margin: 0;
    width: 19.375rem;
    border-radius: 5.625rem;
    border: 5px solid #2F9C95;
  }
}

.disease-contents__block--list ul {
  color: #2F9C95;
  font-weight: 700;
  line-height: 1.8;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .disease-contents__block--list ul {
    font-size: 1.0625rem;
  }
}

.disease-contents__block--list ul li::before {
  content: "・";
  display: inline;
}

.feature {
  padding: 5rem 0 3.75rem;
}
@media screen and (min-width: 768px) {
  .feature {
    padding: 7rem 0 6.125rem;
  }
}

.feature .section-title {
  text-align: center;
}

.feature-contents {
  max-width: 31.25rem;
  margin: 3rem auto 0;
}
@media screen and (min-width: 768px) {
  .feature-contents {
    width: 100%;
    max-width: initial;
    margin-top: 4.125rem;
  }
}

@media screen and (min-width: 768px) {
  .feature-contents ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0rem 3.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .feature-contents__card {
    width: calc(50% - 1.65625rem);
  }
}

.feature-contents__card:nth-child(n+2) {
  margin-top: 4.125rem;
}
@media screen and (min-width: 768px) {
  .feature-contents__card:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .feature-contents__card:nth-child(n+3) {
    margin-top: 3.625rem;
  }
}

@media screen and (min-width: 768px) {
  .feature-contents__card:nth-child(n+5) {
    margin-top: 5rem;
  }
}

.feature-contents__card--texts {
  position: relative;
  padding-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .feature-contents__card--texts {
    padding-top: 2.5rem;
  }
}

.feature-contents__card--texts .num {
  aspect-ratio: 1/1;
  height: auto;
  background-color: #57C7C0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.125rem;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .feature-contents__card--texts .num {
    width: 3.75rem;
    font-size: 1.5rem;
  }
}

.feature-contents__card--texts .title {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  color: #2F9C95;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .feature-contents__card--texts .title {
    font-size: 1.5625rem;
    letter-spacing: 0.1em;
    min-height: 4.375rem;
  }
}

.feature-contents__card--texts .text {
  line-height: 1.6;
  font-size: 1rem;
  margin-top: 0.9375rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .feature-contents__card--texts .text {
    font-size: 1rem;
  }
}

.feature-btm {
  padding: 0 0.9375rem;
  max-width: 33.125rem;
  margin: 2.875rem auto 0;
}
@media screen and (min-width: 768px) {
  .feature-btm {
    padding: 0;
    padding-left: 1.5625rem;
    max-width: initial;
    display: flex;
    margin-top: 6rem;
    max-width: 75rem;
  }
}
@media screen and (min-width: 1024px) {
  .feature-btm {
    padding-left: 6.25rem;
  }
}

.feature-btm__image {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .feature-btm__image {
    margin-top: 0;
    width: 35.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .feature-btm__texts {
    padding-right: 3.125rem;
    width: calc(100% - 35.8125rem);
  }
}

.feature-btm__texts--point {
  background-color: #57C7C0;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .feature-btm__texts--point {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
  }
}

.feature-btm__texts--title {
  font-weight: 700;
  line-height: 1.6;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .feature-btm__texts--title {
    letter-spacing: 0.1em;
    font-size: 1.75rem;
    margin-top: 0.75rem;
  }
}

.feature-btm__texts--text {
  line-height: 1.6;
  font-size: 0.875rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .feature-btm__texts--text {
    letter-spacing: 0em;
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}

.flow {
  padding: 3.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .flow {
    padding: 5.375rem 0 0;
  }
}

.flow .section-title {
  text-align: center;
}

.flow-contents {
  max-width: 31.25rem;
  margin: 3rem auto 0;
}
@media screen and (min-width: 768px) {
  .flow-contents {
    max-width: 62.5rem;
  }
}

.flow-contents__list {
  width: 100%;
}

.flow-contents__list--item {
  width: 100%;
  background-color: #F9F9F9;
  box-shadow: 0px 10px #E5E5E5;
  padding: 2rem 1.25rem;
  display: flex;
  gap: 2.75rem;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .flow-contents__list--item {
    box-shadow: 0px 10px #E5E5E5;
    padding: 3.625rem 3.5rem 3.75rem;
    gap: 2rem;
  }
}

.flow-contents__list--item:nth-child(n+2) {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .flow-contents__list--item:nth-child(n+2) {
    margin-top: 3.875rem;
  }
}

.flow-contents__list--item .texts {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flow-contents__list--item .texts {
    max-width: 35.75rem;
  }
}

.flow-contents__list--item .image {
  width: 100%;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .flow-contents__list--item .image {
    margin-top: 0.5rem;
    max-width: 18.125rem;
  }
}

@media screen and (min-width: 768px) {
  .flow-contents__list--item .texts .texts-top {
    display: inline-block;
  }
}

.flow-contents__list--item .texts .texts-top::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.25rem;
  background-image: url("../img/flow-title__line.png");
  background-size: contain;
  background-repeat: repeat-x;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .flow-contents__list--item .texts .texts-top::after {
    margin-top: 0.75rem;
  }
}

.flow-contents__list--item .texts .texts-top .title {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-weight: 700;
  line-height: 1.6;
  font-size: 1.25rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .flow-contents__list--item .texts .texts-top .title {
    line-height: 1.8;
    font-size: 1.75rem;
    gap: 1.125rem;
    padding-right: 0.125rem;
  }
}

.flow-contents__list--item .texts .texts-top .title .step {
  display: block;
  text-align: center;
  font-weight: 500;
  line-height: 0.85;
  color: #2F9C95;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .flow-contents__list--item .texts .texts-top .title .step {
    font-size: 1rem;
    padding-left: 0.5rem;
  }
}

.flow-contents__list--item .texts .texts-top .title .step span {
  display: block;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .flow-contents__list--item .texts .texts-top .title .step span {
    font-size: 2.5rem;
    margin-top: 0.5rem;
  }
}

.flow-contents__list--item .texts .texts-btm {
  margin-top: 1rem;
  line-height: 1.6;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .flow-contents__list--item .texts .texts-btm {
    font-size: 1rem;
    margin-top: 1.25rem;
    padding-left: 0.125rem;
    font-feature-settings: "palt";
  }
}

.flow-contents__list--item .texts .texts-btm ul {
  list-style: disc;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .flow-contents__list--item .texts .texts-btm ul {
    padding-left: 1.125rem;
  }
}

.flow-contents__list--item .texts .texts-btm .step4-list li:nth-child(n+2) {
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .flow-contents__list--item .texts .texts-btm .step4-list li:nth-child(n+2) {
    margin-top: 0.625rem;
  }
}

.flow-contents__list--item .texts .texts-btm .step8-list li {
  margin: 0.625rem;
}
.flow-contents__list--item .texts .texts-btm .label {
  padding-bottom: 0.125rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .flow-contents__list--item .texts .texts-btm .label {
    font-size: 1.125rem;
  }
}

.voice {
  padding: 3.5rem 0.9375rem 0;
}
@media screen and (min-width: 768px) {
  .voice {
    padding: 5.625rem 0.9375rem 0;
  }
}

.voice .section-title {
  text-align: center;
}

.voice-contents {
  position: relative;
  z-index: 1;
  margin: 1.75rem auto 0;
}
@media screen and (min-width: 768px) {
  .voice-contents {
    margin-top: 2.625rem;
  }
}

.voice-slider {
  padding-right: 3.5rem;
  margin: 0 auto;
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .voice-slider {
    max-width: initial;
    padding: 0 1.5625rem 0.3125rem;
    max-width: 68.75rem;
  }
}

.voice-slide__item {
  padding-top: 2.5rem;
  margin-left: 0.3125rem;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .voice-slide__item {
    margin: 0;
    padding: 2.5rem 1.75rem 0.3125rem;
  }
}

.voice-slide__item--content {
  padding: 1.5rem 1.25rem 2rem;
  background-color: #BBE9E6;
  border-radius: 10px;
  box-shadow: -5px 5px #E5E5E5;
}
@media screen and (min-width: 768px) {
  .voice-slide__item--content {
    padding: 1.875rem 1.75rem 3.25rem;
  }
}

.voice-slide__item:nth-child(2n) .voice-slide__item--content {
  background-color: #BBE9E6;
}

.voice-slide__item:nth-child(2n+1) .voice-slide__item--content {
  background-color: #F9F9F9;
}

.voice-slide__item--top {
  position: relative;
  padding-right: 6.25rem;
}

.voice-slide__item--top .name {
  font-weight: 400;
  line-height: 1.6;
  font-size: 0.75rem;
}

.voice-slide__item--top .name::after {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.0625rem;
  background-color: #57C7C0;
  margin-top: 0.625rem;
}

.voice-slide__item--top img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5rem;
}

.voice-slide__item--text {
  margin-top: 0.75rem;
  line-height: 1.6;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .voice-slide__item--text {
    font-size: 0.9375rem;
  }
}

.voice-slider .slick-prev {
  display: none !important;
}

.voice-slider .slick-next {
  color: transparent;
  width: 2.25rem;
  height: 2.25rem;
  background-image: url("../img/voice-slide__arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0.125rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .voice-slider .slick-next {
    width: 3.75rem;
    height: 3.75rem;
    right: -0.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .voice-slider .slick-next {
    right: -1.75rem;
  }
}

.first {
  position: relative;
  padding: 3.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .first {
    padding: 5.375rem 0 0;
  }
}

.first-bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .first-bg {
    bottom: initial;
    top: -10rem;
  }
}

.first .inner {
  position: relative;
  z-index: 1;
}

.first-title {
  max-width: 31.25rem;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .first-title {
    max-width: initial;
    margin: 0;
  }
}

.first-contents {
  margin: 1.75rem auto 0;
  max-width: 31.25rem;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .first-contents {
    max-width: initial;
    align-items: flex-start;
    gap: 1.375rem;
  }
}

.first-contents__image {
  max-width: 31.25rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .first-contents__image {
    max-width: 21.25rem;
    margin: 0.625rem 0 0;
  }
}

.first-contents__image img {
  max-width: 13.125rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .first-contents__image img {
    max-width: initial;
    margin-left: 0;
  }
}

.first-contents__list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .first-contents__list {
    width: 33%;
    max-width: 20.3125rem;
  }
}

.first-contents__list--item p {
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #2F9C95;
  background-color: #fff;
  padding: 0.3125rem 0.375rem;
  font-weight: 700;
  line-height: 1.4;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .first-contents__list--item p {
    border-radius: 10px;
    line-height: 1.6;
    font-size: 1.0625rem;
    padding: 0.4375rem 0.5625rem 0.5rem;
  }
}

.first-contents__list--item:nth-child(n+2) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .first-contents__list--item:nth-child(n+2) {
    margin-top: 1.375rem;
  }
}

.list-l .first-contents__list--item {
  text-align: right;
}

.first-btn {
  margin: 2.625rem auto 0;
  width: 100%;
  max-width: 15rem;
}
@media screen and (min-width: 768px) {
  .first-btn {
    margin-top: 3.375rem;
    max-width: 21.875rem;
    height: 4rem;
  }
}

.first-btn a {
  display: block;
  padding: 0.75rem 0.5625rem;
  background-color: #2F9C95;
  border-radius: 0.40625rem;
  border-bottom: 5px solid #1D5D59;
  text-align: center;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .first-btn a {
    font-size: 1.375rem;
    padding: 0.75rem 0.375rem;
  }
}

@media screen and (min-width: 768px) {
  .btn-anime:hover a {
    transform: translateY(0.1875rem);
    border-bottom: 0.1875rem solid #1D5D59;
  }
}

.price {
  padding: 3.75rem 0 0;
}
@media screen and (min-width: 768px) {
  .price {
    padding: 6.5625rem 0 0;
  }
}

.price .section-title {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .price .section-title__btm {
    margin-top: 2.25rem;
  }
}

.price-contents {
  margin: 2.875rem auto 0;
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .price-contents {
    margin-top: 4.125rem;
    max-width: 40rem;
  }
}

.price-table .table {
  width: 100%;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .price-table .table {
    overflow: initial;
  }
}

.table-btm {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .table-btm {
    margin-top: 2.8125rem;
  }
}

.price-table__name {
  font-weight: 700;
  line-height: 1.6;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .price-table__name {
    font-size: 1.25rem;
  }
}

.price-table table {
  margin-top: 0.625rem;
  width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .price-table table {
    width: 40rem;
  }
}

.table-btm table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .table-btm table {
    width: 40rem;
  }
}

.price-table table tr {
  display: flex;
  width: 100%;
}

.price-table table th,
.price-table table td {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  line-height: 1.8;
  font-size: 0.875rem;
  width: 33.33%;
}
@media screen and (min-width: 768px) {
  .price-table table th,
  .price-table table td {
    font-size: 1rem;
  }
}

.table-btm table th,
.table-btm table td {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .table-btm table th,
  .table-btm table td {
    width: 33.33%;
  }
}

.table-btm table th:nth-of-type(2),
.table-btm table td {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .table-btm table th:nth-of-type(2),
  .table-btm table td {
    width: 66.66%;
  }
}

.price-table table tr:nth-of-type(1) th {
  background-color: #2F9C95;
  height: 2.625rem;
}

.price-table table tr:nth-child(n+2) th {
  background-color: #57C7C0;
  height: 3.625rem;
}

.price-table table th {
  color: #fff;
}

.price-table table td {
  background-color: #EAF3F5;
  height: 3.625rem;
}

.price-table table tr th:nth-child(n+2),
.price-table table tr td:nth-child(n+2) {
  border-left: 1px solid #fff;
}

.price-table table tr:nth-child(n+2) th,
.price-table table tr:nth-child(n+2) td {
  border-top: 1px solid #fff;
}

.price-contents__btm {
  line-height: 1.6;
  font-size: 0.75rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .price-contents__btm {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.docter {
  padding: 3.75rem 0 0;
}
@media screen and (min-width: 768px) {
  .docter {
    padding: 6.4375rem 0 0;
  }
}

.docter .section-title {
  text-align: center;
}

.docter-contents__top {
  margin: 2rem auto 0;
  position: relative;
  padding: 0 1.5625rem 2.625rem;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .docter-contents__top {
    max-width: 75rem;
    display: flex;
    align-items: center;
    margin-top: 3.5rem;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .docter-contents__top--image {
    width: 25%;
  }
}

.docter-contents__top--texts {
  width: 90%;
  margin: -1.5rem auto 0;
  max-width: 34.0625rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .docter-contents__top--texts {
    width: 100%;
    max-width: 75%;
    margin: 0;
    margin-left: -2.0625rem;
    padding: 3rem 1.875rem 2rem 2.625rem;
  }
}

.docter-contents__top--texts .title {
  font-weight: 700;
  line-height: 1.6;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .docter-contents__top--texts .title {
    font-size: 1.875rem;
  }
}

.docter-contents__top--texts .text {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-top: 0.8125rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .docter-contents__top--texts .text {
    line-height: 1.7;
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.docter-contents__list {
  background-color: #DDF4F2;
  padding: 3.5rem 0.9375rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .docter-contents__list {
    padding: 10.625rem 1.5625rem 6.25rem;
    margin-top: -8rem;
    display: flex;
    justify-content: center;
    gap: 6.5625rem;
  }
}

.docter-contents__list--content {
  padding: 0 3rem;
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .docter-contents__list--content {
    max-width: initial;
    padding: 0;
    margin: 0;
  }
}

.docter-contents__list--content:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .docter-contents__list--content:nth-child(n+2) {
    margin-top: 0;
  }
}

.docter-contents__list--content .title {
  text-align: center;
}

.docter-contents__list--content .title h3 {
  font-weight: 500;
  color: #2F9C95;
  line-height: 1.8;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .docter-contents__list--content .title h3 {
    font-size: 1.75rem;
  }
}

.docter-contents__list--content .title p {
  font-weight: 500;
  line-height: 1;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .docter-contents__list--content .title p {
    font-size: 0.9375rem;
  }
}

.docter-contents__list--content .text {
  margin-top: 0.75rem;
  line-height: 1.8;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .docter-contents__list--content .text {
    margin-top: 1.75rem;
    line-height: 1.8;
    font-size: 1rem;
  }
}

.docter-contents__list--content .text .year {
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .docter-contents__list--content .text .year {
    display: inline;
  }
}

.access-top {
  width: 100%;
  position: relative;
  z-index: 1;
}

.access-top p {
  position: absolute;
  bottom: -1.75rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  line-height: 1.8;
  font-size: max(13.86vw, 52px);
  color: #DFFFFC;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .access-top p {
    bottom: -6.5rem;
    font-size: 10.875rem;
    font-size: min(14.5vw, 174px);
  }
}

.access-btm {
  padding: 3.5rem 0rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .access-btm {
    padding: 5rem 1.5625rem 6.25rem;
  }
}

.access-btm__bg {
  background-color: #DDF4F2;
  width: 100%;
  max-height: 42.5rem;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 800/1000;
}
@media screen and (min-width: 768px) {
  .access-btm__bg {
    aspect-ratio: 1200/370;
    max-height: initial;
  }
}

.access-btm__contents {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .access-btm__contents {
    display: flex;
    max-width: 58.125rem;
  }
}

.access-btm__contents--map {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .access-btm__contents--map {
    max-width: 34.375rem;
  }
}

.access-btm__contents--map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 620/450;
}
@media screen and (min-width: 768px) {
  .access-btm__contents--map iframe {
    aspect-ratio: 620/355;
  }
}

.access-btm__contents--texts {
  background-color: #fff;
  border-radius: 6.5px;
  box-shadow: 3.5px 3.5px rgba(0, 0, 0, 0.25);
  padding: 2.125rem 3.125rem;
  width: 90%;
  max-width: 28.125rem;
  margin: 0 auto;
  margin-top: -1.5rem;
  position: relative;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .access-btm__contents--texts {
    padding: 1.375rem 2.5rem 1.75rem 3.125rem;
    margin: 4.25rem 0 0 -1.5625rem;
    width: 100%;
    max-width: 23.125rem;
  }
}

.access-btm__contents--texts .title {
  text-align: center;
}

.access-btm__contents--texts .main-title {
  font-weight: 500;
  line-height: 1.8;
  color: #2F9C95;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .access-btm__contents--texts .main-title {
    font-size: 1.75rem;
  }
}

.access-btm__contents--texts .sub-title {
  font-weight: 500;
  line-height: 1;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .access-btm__contents--texts .sub-title {
    font-size: 0.9375rem;
  }
}

.access-btm__contents--texts .text {
  font-weight: 700;
  line-height: 1.6;
  font-size: 0.875rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .access-btm__contents--texts .text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.access-btm__contents--texts .text span {
  font-weight: 400;
}

.access-btm__texts--btn {
  margin: 1.75rem auto 0;
  width: 100%;
  max-width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .access-btm__texts--btn {
    margin-top: 2.5rem;
    height: 3.125rem;
  }
}

.access-btm__texts--btn a {
  display: block;
  padding: 0.53125rem;
  background-color: #2F9C95;
  border-bottom: 5px solid #1D5D59;
  border-radius: 6.5px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .access-btm__texts--btn a {
    font-size: 1rem;
  }
}

.faq {
  padding: 3rem 0 0rem;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 5.625rem 0 0rem;
  }
}

.faq .section-title {
  text-align: center;
}

.faq-contents {
  margin: 2.25rem auto 0;
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .faq-contents {
    margin-top: 3.5rem;
    max-width: initial;
  }
}

.acordion-item {
  width: 100%;
  border-bottom: 2px solid #fff;
}

.acordion-item__q {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #57C7C0;
  cursor: pointer;
  padding: 1.25rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .acordion-item__q {
    padding: 2rem 1.875rem;
  }
}

.acordion-item__q .icon {
  width: 2rem;
}
@media screen and (min-width: 768px) {
  .acordion-item__q .icon {
    width: 2.625rem;
  }
}

.acordion-item__q .text {
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  font-size: 1rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .acordion-item__q .text {
    font-size: 1.75rem;
    max-width: 53.125rem;
    margin-left: 1.5rem;
  }
}

.acordion-item__q .arrow {
  width: 1rem;
  margin-left: auto;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .acordion-item__q .arrow {
    width: 1.25rem;
  }
}

.acordion-item__q.close .arrow {
  transform: rotate(90deg);
}

.acordion-item__a {
  background-color: #EAF3F5;
  line-height: 1.6;
  color: #212121;
  font-size: 0.875rem;
  padding: 1.125rem 1.5rem 1.5rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .acordion-item__a {
    font-size: 1rem;
    padding: 1.5rem 2.625rem 2.25rem;
  }
}

.btm-info {
  padding: 3rem 0 0rem;
}
@media screen and (min-width: 768px) {
  .btm-info {
    padding: 6.25rem 0 0rem;
  }
}

.btm-info-contents {
  width: 100%;
  max-width: 31.25rem;
  margin: 0 auto;
  border-bottom: 1px solid #2F9C95;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .btm-info-contents {
    padding-bottom: 2.75rem;
    max-width: initial;
    display: flex;
    justify-content: center;
    gap: 2.5rem;
  }
}

.btm-info-contents__date .logo {
  width: 80%;
  max-width: 25rem;
}
@media screen and (min-width: 768px) {
  .btm-info-contents__date .logo {
    width: 23.125rem;
  }
}

.btm-info-contents__date {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .btm-info-contents__date {
    width: 100%;
    max-width: 28.75rem;
  }
}

.btm-info-contents__map {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .btm-info-contents__map {
    max-width: 31.25rem;
    margin-top: 1.25rem;
  }
}

.btm-info-contents__map--btn {
  width: 9rem;
  margin-left: auto;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .btm-info-contents__map--btn {
    margin-top: 0.75rem;
    width: 10.375rem;
  }
}

.btm-info-contents__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 620/450;
}
@media screen and (min-width: 768px) {
  .btm-info-contents__map iframe {
    aspect-ratio: 497/292;
  }
}

.btm-info-contents__date .text {
  font-weight: 700;
  line-height: 1.6;
  font-size: 0.9375rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .btm-info-contents__date .text {
    margin-top: 0.625rem;
    font-size: 1rem;
  }
}

.btm-info-contents__date .text span {
  font-weight: 400;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .btm-info-contents__date .text span {
    font-size: 0.9375rem;
  }
}

.btm-info-carender {
  margin-top: 1rem;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .btm-info-carender {
    margin-top: 1rem;
  }
}

.btm-info-carender img {
  width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .btm-info-carender img {
    width: 100%;
  }
}

.info-carender-line {
  display: flex;
  width: 100%;
}
.info-carender-line.top .info-carender__block {
  background-color: #57C7C0;
  color: #fff;
}

.info-carender-line.top .info-carender__block:nth-of-type(1) {
  width: 9.625rem;
}

.info-carender__block {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  line-height: 1.4;
  text-align: center;
  font-size: 0.875rem;
  height: 2.375rem;
  width: 4.8125rem;
}

.info-carender__block:last-child {
  border-right: initial;
}

.internal-line {
  display: flex;
}

.internal .heightx2 {
  width: 4.875rem;
  height: 4.75rem;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-d_flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-d_flex {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-mobile_flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-mobile_flex {
    display: none;
  }
}

.white-text {
  color: #fff;
}

.green-text {
  color: #2F9C95;
}
.js-tabbox {
  display: none;
}
.js-tabbox.is-active {
  display: block;
}
.tab_btn {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .tab_btn {
    flex-wrap: nowrap;
    gap: 1.5rem;
  }
}
.tab_btn li {
  width: 10rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .tab_btn li {
    font-size: 1rem;
    width: initial;
  }
}

.tab_btn li::after {
  content: "";
  display: block;
  background-image: url("../img/tab-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 0.5rem;
  margin: 0.4rem auto 0;
}
@media screen and (min-width: 768px) {
  .tab_btn li::after {
    margin-top: 0.625rem;
  }
}

.tab_btn li a {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.75rem;
  border-radius: 50px;
  border: 1px solid #2F9C95;
  background-color: #F9F9F9;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .tab_btn li a {
    display: inline-block;
    padding: 0.75rem 2.9rem;
  }
}
.tab_btn li a:hover {
  opacity: 1;
}
.tab_btn li.active a {
  background-color: #2F9C95;
  color: #fff;
}
.tabbox__container {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .tabbox__container {
    margin-top: 5rem;
  }
}


/* @media screen and (min-width: 768px) {} */

/*# sourceMappingURL=style.css.map */
