@charset "UTF-8";
/*
Theme Name : workfor-general
*/
/* ===================
ベーススタイル
=================== */
:root {
  --gutter-8: 8px;
  --gutter-16: 16px;
  --gutter-16minus: -16px;
  --gutter-20: 20px;
  --gutter-24: 24px;
  --gutter-32: 32px;
  --gutter-40: 40px;
  --gutter-60: 60px;
  --gutter-80: 80px;
  --gutter-120: 120px;
  --gutter-160: 160px;
  --leading-trim: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 810px) {
  :root {
    --gutter-16: 8px;
    --gutter-16minus: -8px;
    --gutter-20: 10px;
    --gutter-24: 12px;
    --gutter-32: 18px;
    --gutter-40: 24px;
    --gutter-60: 32px;
    --gutter-80: 40px;
    --gutter-120: 60px;
    --gutter-160: 80px;
  }
}

:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

/*//  base   //*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Meiryo", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}

* {
  min-inline-size: 0;
}

a.link-txt {
  color: #3FB8A4;
  text-decoration: underline;
}
@media (any-hover: hover) {
  a.link-txt:hover {
    text-decoration: none;
  }
}

.box-info a[href^="tel:"] {
  color: #3FB8A4;
  font-weight: 700;
  font-weight: 600;
}
@media screen and (min-width: 810.1px) {
  .box-info a[href^="tel:"] {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 810px) {
  .box-info a[href^="tel:"] {
    font-size: 1.75rem;
  }
}
.box-info a[href^="tel:"] span {
  display: inline-block;
  width: 0.42em;
  margin-right: 0.5em;
}

@media screen and (min-width: 810.1px) {
  .access-list a[href^="tel:"] {
    color: #000;
  }
}
@media screen and (max-width: 810px) {
  .access-list a[href^="tel:"] {
    color: #5e98cf;
    text-decoration: underline;
  }
}

.inner {
  width: min(1080px, 90%);
  margin: 0 auto;
  margin-inline: auto;
}

@media screen and (max-width: 810px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 810.1px) {
  .sp {
    display: none !important;
  }
}

h2 {
  text-align: center;
}
@media screen and (min-width: 810.1px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 810px) {
  h2 {
    font-size: 1.5rem;
  }
}

hgroup p:lang(en) {
  display: inline-block;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  background-color: #3FB8A4;
  background: url(../img/bg.png) repeat, linear-gradient(90deg, #B6DCC9, #86ADD4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-block: var(--leading-trim);
}
@media screen and (min-width: 810.1px) {
  hgroup p:lang(en) {
    font-size: 6rem;
  }
}
@media screen and (max-width: 810px) {
  hgroup p:lang(en) {
    font-size: 16vw;
  }
  hgroup p:lang(en).fs {
    font-size: 12.8vw;
  }
}
hgroup h2 > span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
}
hgroup h2 > span::before, hgroup h2 > span::after {
  border-top: 1px solid;
  content: "";
  width: 3em;
  margin: 0 0.5em;
}

hgroup + p {
  text-align: center;
  margin-top: 8px;
}
@media screen and (min-width: 810.1px) {
  hgroup + p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 810px) {
  hgroup + p {
    font-size: 1.125rem;
  }
}

h3 {
  letter-spacing: 0.05em;
}

section + section {
  margin-top: 80px;
}

strong {
  font-weight: 700;
  font-weight: 600;
}

a,
button {
  text-decoration: none;
}

/* 電話番号a表示 */
@media screen and (min-width: 810.1px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.tac {
  text-align: center;
  margin-inline: auto;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.fb {
  font-weight: 700;
  font-weight: 600;
}

.color {
  color: #3FB8A4;
}

p + p {
  margin-top: 8px;
}

@media screen and (min-width: 810.1px) {
  .w80 {
    width: 80%;
    margin-inline: auto;
  }
}
.notes {
  font-size: 0.875rem;
  margin-top: 1em;
  text-indent: -3.6em;
  padding-left: 3.6em;
}

.note {
  margin-top: 1em;
  font-size: 0.875rem;
}

.mt40 {
  margin-top: var(--gutter-40);
}

.mt80 {
  margin-top: var(--gutter-80);
}

/* ===================
table
=================== */
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.4;
}
@media screen and (min-width: 810.1px) {
  table {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 810px) {
  table {
    font-size: 0.875rem;
  }
}

th {
  background: #3FB8A4;
  color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 810.1px) {
  td span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 810px) {
  td span {
    font-size: 0.75rem;
  }
}

/* ===================
header
=================== */
header h1 {
  margin: 20px 5%;
}
header h1 img {
  width: clamp(150px, 30vw, 350px);
}

.bg-grad {
  background-color: #3FB8A4;
  background: url(../img/bg.png) repeat, linear-gradient(90deg, #B6DCC9, #86ADD4);
  padding: 40px 0;
}
.bg-grad hgroup {
  color: #fff;
}
.bg-grad hgroup p {
  -webkit-text-fill-color: #fff;
  opacity: 0.5;
}

.bg-grad + .inner {
  margin-top: var(--gutter-80);
}

footer {
  border-top: 1px solid #F5F5F5;
}
@media screen and (min-width: 810.1px) {
  footer {
    padding: 24px 0;
  }
}
@media screen and (max-width: 810px) {
  footer {
    padding: 24px 0 80px;
  }
}
footer .ft-wrap {
  display: grid;
}
@media screen and (min-width: 810.1px) {
  footer .ft-wrap {
    grid-template-columns: 1fr auto;
  }
}
@media screen and (min-width: 810.1px) {
  footer .ft-wrap .ft-logo {
    width: 20.833vw;
  }
}
@media screen and (max-width: 810px) {
  footer .ft-wrap .ft-logo {
    width: 50vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 810.1px) {
  footer .ft-wrap .ft-link {
    text-align: right;
  }
}
@media screen and (max-width: 810px) {
  footer .ft-wrap .ft-link {
    margin-top: 24px;
  }
}
footer .ft-wrap .ft-link ul {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 810.1px) {
  footer .ft-wrap .ft-link ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 810px) {
  footer .ft-wrap .ft-link ul li {
    width: 80%;
    margin-inline: auto;
  }
}
footer .ft-wrap .ft-link ul li a {
  display: block;
  position: relative;
  text-align: center;
  color: #4A2E17;
  background: #fff;
  border: 1px solid #4A2E17;
  padding: 0.2em 24px;
  border-radius: 100vmax;
}
footer .ft-wrap .ft-link ul li a span {
  position: relative;
}
footer .ft-wrap .ft-link ul li a::before {
  content: "";
  width: 90%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 5%;
  transition: opacity 1s ease-out;
  opacity: 0;
  background: linear-gradient(to right, #FEFFD4, #FFD3DA);
  border-radius: 100vmax;
  filter: blur(5px);
}
footer .ft-wrap .ft-link ul li a::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/ico_link.svg) no-repeat center bottom;
  background-size: contain;
  margin-left: 0.5em;
}
@media (any-hover: hover) {
  footer .ft-wrap .ft-link ul li a:hover::before {
    opacity: 1;
  }
}
footer .ft-wrap .copy {
  margin-top: 24px;
  font-size: 0.75rem;
}
@media screen and (max-width: 810px) {
  footer .ft-wrap .copy {
    text-align: center;
  }
}

/* ===================
input
=================== */
.c-form {
  margin: var(--gutter-40) auto var(--gutter-80);
}
@media screen and (min-width: 810.1px) {
  .c-form {
    width: max(50%, 540px);
  }
}
@media screen and (max-width: 810px) {
  .c-form {
    width: 100%;
  }
}
.c-form ul {
  margin-bottom: 40px;
}
.c-form ul li {
  padding: 1em 0;
  border-bottom: 1px solid #F5F5F5;
}
.c-form ul li label {
  font-weight: 700;
  font-weight: 600;
}
.c-form ul li span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #3FB8A4;
  font-weight: normal;
  font-size: 0.7em;
  padding: 0 0.5em;
  margin-left: 1em;
  border-radius: 4px;
}
.c-form ul li span.optional {
  color: #3FB8A4;
  background-color: #fff;
  border: 1px solid #3FB8A4;
}
.c-form ul li > div {
  margin-top: 0.5em;
}
.c-form table {
  width: 100%;
  font-size: 1rem;
  border: none;
}
.c-form table th {
  display: block;
  width: 100%;
  font-weight: normal;
  color: #000;
  background: #fff;
  border: none;
  border-top: 1px solid #F5F5F5;
  text-align: left;
  font-weight: bold;
}
.c-form table td {
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  margin-bottom: 1em;
}
.c-form__btn {
  margin-top: var(--gutter-40);
  display: grid;
  gap: var(--gutter-24);
}
.c-form__btn a {
  margin-top: var(--gutter-40);
  display: block;
  text-align: center;
  color: #fff;
  background-color: #FC8098;
  padding: 0.5em 0;
  border: 1px solid #FC8098;
  border-radius: 100vmax;
  transition: all 0.5s ease-out;
}
@media (any-hover: hover) {
  .c-form__btn a:hover {
    color: #FC8098;
    background-color: #fff;
  }
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
textarea,
select {
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  padding: 0.5em 1em;
  color: #555;
  background-color: #F5F5F5;
  text-align: left;
  border: none;
  border-radius: 100vmax;
}

textarea {
  resize: vertical;
  border-radius: 16px;
}

input[type=radio] {
  position: relative;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
  border-radius: 50%;
  vertical-align: -2px;
  margin-right: 0.5em;
}

input[type=radio]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3FB8A4;
}

input[type=submit] {
  font-family: inherit;
  width: 100%;
  margin: 0 auto 0;
  background: #FC8098;
  color: #fff;
  padding: 0.5em 0;
  cursor: pointer;
  border: none;
  border-radius: 50px;
  font-weight: bold;
}

input[type=reset],
input[type=button] {
  font-family: inherit;
  width: 100%;
  margin: 0 auto 0;
  background: #fff;
  color: #666666;
  padding: 0.5em 0;
  cursor: pointer;
  border: 1px solid #666666;
  border-radius: 50px;
}

/* ===================
button
=================== */
#btn-request {
  left: 0;
  right: 0;
  z-index: 999;
}
@media screen and (min-width: 810.1px) {
  #btn-request {
    position: -webkit-sticky;
    position: sticky;
    margin-bottom: var(--gutter-80);
    bottom: -100%;
    transition: all 0.8s;
  }
  #btn-request.is {
    bottom: 16px;
  }
}
@media screen and (max-width: 810px) {
  #btn-request {
    position: fixed;
    bottom: 0;
  }
}
#btn-request .btn {
  padding: 8px 16px 8px 0;
  margin-inline: auto;
}
@media screen and (min-width: 810.1px) {
  #btn-request .btn {
    width: max(50%, 600px);
  }
}
#btn-request .btn .fukidashi {
  color: #fff;
  font-weight: 700;
  font-weight: 600;
  position: relative;
  margin: 0 auto;
  text-align: center;
  transition: color 0.5s ease-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 810.1px) {
  #btn-request .btn .fukidashi {
    font-size: 0.875rem;
    padding: 0 40px;
  }
}
@media screen and (max-width: 810px) {
  #btn-request .btn .fukidashi {
    font-size: 0.75rem;
    padding: 0 32px;
  }
}
#btn-request .btn .fukidashi::before, #btn-request .btn .fukidashi::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  height: 1px;
  background-color: #fff;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 810.1px) {
  #btn-request .btn .fukidashi::before, #btn-request .btn .fukidashi::after {
    width: 24px;
  }
}
@media screen and (max-width: 810px) {
  #btn-request .btn .fukidashi::before, #btn-request .btn .fukidashi::after {
    width: 16px;
  }
}
#btn-request .btn .fukidashi::before {
  left: 4px;
  rotate: 60deg;
}
#btn-request .btn .fukidashi::after {
  right: 4px;
  rotate: -60deg;
}
#btn-request .btn .fukidashi > span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  height: 100%;
}
#btn-request .btn .fukidashi > span::before, #btn-request .btn .fukidashi > span::after {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 810.1px) {
  #btn-request .btn .fukidashi > span::before, #btn-request .btn .fukidashi > span::after {
    width: 24px;
  }
}
@media screen and (max-width: 810px) {
  #btn-request .btn .fukidashi > span::before, #btn-request .btn .fukidashi > span::after {
    width: 16px;
  }
}
#btn-request .btn .fukidashi > span::before {
  left: 0;
  rotate: 55deg;
}
#btn-request .btn .fukidashi > span::after {
  right: 0;
  rotate: -55deg;
}
@media (any-hover: hover) {
  #btn-request .btn:hover .fukidashi {
    color: #FC8098;
  }
  #btn-request .btn:hover .fukidashi::before, #btn-request .btn:hover .fukidashi::after {
    background-color: #FC8098;
  }
  #btn-request .btn:hover .fukidashi > span::before, #btn-request .btn:hover .fukidashi > span::after {
    background-color: #FC8098;
  }
}

.btn {
  display: block;
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #FC8098;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 810.1px) {
  .btn {
    border: 3px solid #FC8098;
    border-radius: 100vmax;
  }
}
@media screen and (max-width: 810px) {
  .btn {
    border: 2px solid #FC8098;
  }
}
.btn::before {
  content: "";
  position: absolute;
  right: 5%;
  border-radius: 100vmax;
  background-color: #fff;
  rotate: 30deg;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 810.1px) {
  .btn::before {
    top: calc(50% - 7.5px);
    width: 25px;
    height: 5px;
  }
}
@media screen and (max-width: 810px) {
  .btn::before {
    top: calc(50% - 6.5px);
    width: 18px;
    height: 3px;
  }
}
.btn::after {
  content: "";
  position: absolute;
  right: 5%;
  border-radius: 100vmax;
  background-color: #fff;
  rotate: -30deg;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 810.1px) {
  .btn::after {
    top: calc(50% + 2.5px);
    width: 25px;
    height: 5px;
  }
}
@media screen and (max-width: 810px) {
  .btn::after {
    top: calc(50% + 1.5px);
    width: 18px;
    height: 3px;
  }
}
.btn span.free {
  display: inline-block;
  color: #FC8098;
  background-color: #fff;
  font-size: 0.8em;
  border-radius: 100vmax;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 810.1px) {
  .btn span.free {
    padding: 0 1em;
    margin-left: 1em;
  }
}
@media screen and (max-width: 810px) {
  .btn span.free {
    padding: 0 0.8em;
    margin-left: 0.5em;
  }
}
@media (any-hover: hover) {
  .btn:hover {
    color: #FC8098;
    background-color: #fff;
  }
  .btn:hover::after, .btn:hover::before {
    right: 4%;
    background-color: #FC8098;
  }
  .btn:hover span.free {
    color: #fff;
    background-color: #FC8098;
  }
}
@media screen and (min-width: 810.1px) {
  .btn {
    font-size: 2rem;
  }
}
@media screen and (max-width: 810px) {
  .btn {
    font-size: 1.25rem;
  }
}

.inquiry {
  margin: var(--gutter-80) auto var(--gutter-40);
  background-color: #F5F5F5;
  padding: var(--gutter-40);
  border-radius: var(--gutter-40) 0 var(--gutter-40) var(--gutter-40);
}
.inquiry p {
  text-align: center;
  font-weight: 700;
  font-weight: 600;
}
.inquiry__box {
  margin-top: var(--gutter-24);
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 810.1px) {
  .inquiry__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.inquiry__btn {
  font-size: 1.25rem;
  display: block;
  padding: 8px var(--gutter-24) 8px 0;
  text-align: center;
  font-weight: 700;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #B6DCC9, #86ADD4);
  border-radius: 100vmax;
  position: relative;
  z-index: 0;
  width: 100%;
}
.inquiry__btn span {
  font-size: 0.7em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inquiry__btn span::before, .inquiry__btn span::after {
  border-top: 1px solid #fff;
  content: "";
  margin: 0 0.5em;
}
@media screen and (min-width: 810.1px) {
  .inquiry__btn span::before, .inquiry__btn span::after {
    width: 3em;
  }
}
@media screen and (max-width: 810px) {
  .inquiry__btn span::before, .inquiry__btn span::after {
    width: 2em;
  }
}
.inquiry__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #86ADD4, #B6DCC9);
  opacity: 0;
  transition: opacity 0.5s ease-out;
  border-radius: 100vmax;
}
.inquiry__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/ico_link_w.svg) no-repeat center bottom;
  background-size: contain;
}
@media (any-hover: hover) {
  .inquiry__btn:hover::before {
    opacity: 1;
  }
}

.modalBtn {
  cursor: pointer;
}

#modal-wrap {
  position: fixed;
  inset: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 1000;
  transition: 0.5s ease;
  display: none;
  text-align: center;
}
#modal-wrap .modal-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 810.1px) {
  #modal-wrap .modal-position {
    width: min(60%, 800px);
  }
}
@media screen and (max-width: 810px) {
  #modal-wrap .modal-position {
    width: 100%;
  }
}
#modal-wrap .modal-position ul {
  margin-top: 40px;
  display: grid;
  gap: 40px;
}
@media screen and (min-width: 810.1px) {
  #modal-wrap .modal-position ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 810px) {
  #modal-wrap .modal-position ul li {
    width: 80%;
    margin-inline: auto;
  }
}
#modal-wrap .modal-position ul li a {
  display: block;
  position: relative;
  text-align: center;
  font-weight: 700;
  font-weight: 600;
  color: #4A2E17;
  background: #fff;
  border: 1px solid #4A2E17;
  padding: 16px 24px;
  border-radius: 100vmax;
}
#modal-wrap .modal-position ul li a span {
  position: relative;
}
#modal-wrap .modal-position ul li a::before {
  content: "";
  width: 90%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 5%;
  transition: opacity 1s ease-out;
  opacity: 0;
  background: linear-gradient(to right, #B6DCC9, #86ADD4);
  border-radius: 100vmax;
  filter: blur(5px);
}
@media (any-hover: hover) {
  #modal-wrap .modal-position ul li a:hover::before {
    opacity: 0.6;
  }
}

body.open {
  overflow: hidden;
}

.open #modal-wrap {
  display: block;
  -webkit-animation: modal_open 0.5s ease;
          animation: modal_open 0.5s ease;
}

@-webkit-keyframes modal_open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 10000;
  }
}

@keyframes modal_open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 10000;
  }
}
/* ===================
other
=================== */
header {
  position: relative;
}

.c-star {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
@media screen and (min-width: 810.1px) {
  .c-star {
    width: min(180px, 20%);
  }
}
@media screen and (max-width: 810px) {
  .c-star {
    width: 30%;
  }
}
.c-star img:first-of-type {
  -webkit-animation: star1 8s ease-in-out infinite;
          animation: star1 8s ease-in-out infinite;
}
.c-star img:last-of-type {
  position: absolute;
  top: 0;
  -webkit-animation: star2 6s ease-in-out infinite;
          animation: star2 6s ease-in-out infinite;
}

/* ===================
box・枠類
=================== */
.l-col2 {
  display: grid;
  gap: var(--gutter-40);
}
@media screen and (min-width: 810.1px) {
  .l-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.l-intro {
  background-color: #F5F5F5;
  padding-top: 40px;
}
.l-intro h2 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 0.4em;
  background: url(../img/wave.svg) repeat-x bottom left/auto 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 810px) {
  .l-intro h2 {
    font-size: 5.6vw;
  }
}
.l-intro .intro-list {
  display: grid;
}
@media screen and (min-width: 810.1px) {
  .l-intro .intro-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 810px) {
  .l-intro .intro-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.l-intro .intro-list li {
  font-weight: 700;
  font-weight: 600;
  position: relative;
  max-width: 220px;
  aspect-ratio: 1;
}
@media screen and (min-width: 810.1px) {
  .l-intro .intro-list li {
    font-size: 1.125rem;
  }
  .l-intro .intro-list li:first-child, .l-intro .intro-list li:last-child {
    margin-top: 120px;
  }
}
@media screen and (max-width: 810px) {
  .l-intro .intro-list li:first-child {
    order: 3;
  }
  .l-intro .intro-list li:nth-child(2) {
    order: 1;
  }
  .l-intro .intro-list li:nth-child(3) {
    order: 2;
  }
  .l-intro .intro-list li:last-child {
    order: 4;
  }
}
.l-intro .intro-list li:nth-child(-n+2)::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 57px;
  width: 15px;
  height: 15px;
  rotate: 60deg;
  background-color: #fff;
  z-index: 10;
}
.l-intro .intro-list li:nth-child(-n+2)::after {
  content: "";
  position: absolute;
  top: calc(100% - 8px);
  right: 40px;
  width: 40px;
  height: 2px;
  rotate: 50deg;
  background-color: #000;
  z-index: 10;
}
.l-intro .intro-list li:nth-child(n+3)::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 57px;
  width: 15px;
  height: 15px;
  rotate: -60deg;
  background-color: #fff;
  z-index: 10;
}
.l-intro .intro-list li:nth-child(n+3)::after {
  content: "";
  position: absolute;
  top: calc(100% - 8px);
  left: 40px;
  width: 40px;
  height: 2px;
  rotate: -50deg;
  background-color: #000;
  z-index: 10;
}
.l-intro .intro-list li div {
  position: relative;
  border: 2px solid #000;
  display: grid;
  place-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 5;
}
.l-intro .intro-list li span {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  pointer-events: none;
  z-index: 1;
}
.l-intro .img-box {
  margin-inline: auto;
}
@media screen and (min-width: 810.1px) {
  .l-intro .img-box {
    margin-top: -80px;
    width: 42%;
  }
}
@media screen and (max-width: 810px) {
  .l-intro .img-box {
    margin-top: 40px;
    width: 80%;
  }
}

.l-program {
  margin-top: 40px;
  border-radius: var(--gutter-40);
  padding: var(--gutter-40);
}
.l-program.box1 {
  border: 3px solid #3FB8A4;
}
.l-program.box1 h3 {
  color: #3FB8A4;
}
.l-program.box2 {
  background-color: #3FB8A4;
}
.l-program.box2 h3 {
  color: #fff;
}
.l-program h3 {
  font-weight: 700;
  font-weight: 600;
  border-bottom: 1px dotted;
  text-align: center;
  padding-bottom: 0.3em;
}
@media screen and (min-width: 810.1px) {
  .l-program h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 810px) {
  .l-program h3 {
    font-size: 1.3125rem;
  }
}
.l-program h4 {
  font-weight: 700;
  font-weight: 600;
}
@media screen and (min-width: 810.1px) {
  .l-program h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 810px) {
  .l-program h4 {
    font-size: 1.3125rem;
  }
}

.l-service {
  margin-bottom: 80px;
}
.l-service li {
  display: flex;
  gap: 40px;
  margin-top: var(--gutter-80);
}
@media screen and (min-width: 810.1px) {
  .l-service li:nth-child(2n+1) {
    flex-direction: row;
    margin-right: calc(50% - 50vw);
  }
  .l-service li:nth-child(2n+1) img {
    border-radius: 0 0 0 40px;
  }
  .l-service li:nth-child(2n) {
    flex-direction: row-reverse;
    margin-left: calc(50% - 50vw);
  }
  .l-service li:nth-child(2n) img {
    border-radius: 0 0 40px 0;
  }
  .l-service li .txt-box {
    flex: 1;
  }
  .l-service li .txt-box h3 {
    font-size: 2.25rem;
  }
  .l-service li .txt-box p {
    font-size: 1.25rem;
  }
  .l-service li .img-box {
    width: 50vw;
  }
}
@media screen and (max-width: 810px) {
  .l-service li {
    flex-direction: column;
  }
  .l-service li:nth-child(2n+1) .img-box {
    margin-right: calc(50% - 50vw);
  }
  .l-service li:nth-child(2n+1) .img-box img {
    border-radius: 0 0 0 32px;
  }
  .l-service li:nth-child(2n) .img-box {
    margin-left: calc(50% - 50vw);
  }
  .l-service li:nth-child(2n) .img-box img {
    border-radius: 0 0 32px 0;
  }
  .l-service li h3 {
    font-size: 1.5rem;
  }
}
.l-service li h3 {
  margin-bottom: var(--gutter-40);
}
.l-service li span {
  display: block;
  color: #3FB8A4;
}
.l-service li img {
  overflow: hidden;
}

.l-voice {
  margin-top: var(--gutter-40);
}
.l-voice .swiper-wrapper .swiper-slide div {
  padding: var(--gutter-32);
  background-color: #fff;
  border-radius: var(--gutter-40) 0 var(--gutter-40) var(--gutter-40);
}
.l-voice .swiper-wrapper .swiper-slide div img {
  width: 200px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  overflow: hidden;
  margin: 0 auto var(--gutter-40);
  background: #F5F5F5;
}
.l-voice .swiper-wrapper .swiper-slide div span {
  margin-top: var(--gutter-8);
  display: block;
  color: #3FB8A4;
  font-weight: 700;
  font-weight: 600;
}

.l-staff {
  margin-top: var(--gutter-40);
  margin-bottom: var(--gutter-120);
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 810.1px) {
  .l-staff {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.l-staff > li {
  border: 1px solid #3FB8A4;
  border-radius: var(--gutter-40) 0 var(--gutter-40) var(--gutter-40);
  padding: var(--gutter-32);
  display: grid;
  gap: var(--gutter-40);
  line-height: 1.4;
}
@media screen and (min-width: 810.1px) {
  .l-staff > li {
    grid-template-columns: 40% auto;
  }
}
@media screen and (max-width: 810px) {
  .l-staff > li .staff-img {
    width: 60%;
    margin-inline: auto;
  }
}
.l-staff > li .staff-name {
  font-weight: 700;
  font-weight: 600;
  font-size: 1.25rem;
  margin: 0.5em 0 1em;
}
.l-staff > li ul li {
  line-height: 1.4;
  margin-bottom: 0.5em;
  line-break: anywhere;
}

.l-support {
  display: grid;
  gap: var(--gutter-80);
}
@media screen and (min-width: 810.1px) {
  .l-support {
    grid-template-columns: auto 30%;
  }
}
.l-support hgroup + p {
  font-size: 1.125rem;
}
.l-support .img-box {
  align-self: self-end;
}
@media screen and (max-width: 810px) {
  .l-support .img-box {
    width: 60%;
    margin-inline: auto;
  }
}

.l-gmap {
  margin: 40px calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}
@media screen and (max-width: 810px) {
  .l-gmap {
    height: 100vw;
    margin: 40px calc(50% - 50vw) 0;
  }
}
.l-gmap iframe {
  aspect-ratio: 4/1;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 810px) {
  .l-gmap iframe {
    aspect-ratio: 1;
  }
}

.access-list {
  margin-bottom: var(--gutter-24);
}
.access-list > li {
  display: flex;
  padding: 0 0 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #ccc;
}
.access-list > li h3 {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  font-weight: 600;
  color: #3FB8A4;
  min-width: 5em;
}
.access-list > li p {
  display: block;
}

a.txt-link {
  display: inline-block;
  color: #5e98cf;
  text-decoration: underline;
  padding-right: 1em;
  position: relative;
}
a.txt-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #5e98cf;
  border-right: 1px solid #5e98cf;
  rotate: 45deg;
}

.hero-area {
  background: linear-gradient(to top, #F5F5F5 0%, #fff 20%);
}
@media screen and (min-width: 810.1px) {
  .hero-area {
    padding: 0 1.666vw 0;
  }
}
@media screen and (max-width: 810px) {
  .hero-area {
    padding: 0 4.8vw 0;
  }
}
.hero-area .hero {
  position: relative;
}
.hero-area .hero hgroup {
  position: absolute;
  left: 0;
  z-index: 5;
  color: #4A2E17;
  line-height: 1.6;
  top: 11%;
}
.hero-area .hero hgroup h2 {
  text-align: left;
}
@media screen and (min-width: 810.1px) {
  .hero-area .hero hgroup h2 {
    letter-spacing: 0.08em;
    font-size: clamp(32px, 5vw, 72px);
  }
}
@media screen and (max-width: 810px) {
  .hero-area .hero hgroup h2 {
    letter-spacing: 0.05em;
    font-size: 7.466vw;
  }
}
.hero-area .hero hgroup h2 > span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  padding: 0 var(--gutter-32) 0 var(--gutter-24);
  border-radius: 0 60px 60px 0;
}
.hero-area .hero hgroup h2 > span::before, .hero-area .hero hgroup h2 > span::after {
  display: none;
}
.hero-area .hero hgroup h2 > span + span {
  margin-top: 16px;
}
.hero-area .hero hgroup p {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  padding: 0 var(--gutter-24);
  font-weight: 700;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 24px;
  border-radius: 0 40px 40px 0;
}
@media screen and (min-width: 810.1px) {
  .hero-area .hero hgroup p {
    letter-spacing: 0.1em;
    font-size: clamp(20px, 36px, 2.222vw);
  }
}
@media screen and (max-width: 810px) {
  .hero-area .hero hgroup p {
    letter-spacing: 0.05em;
    font-size: 4.266vw;
  }
}
.hero-area .hero .hero-catch {
  position: absolute;
  z-index: 5;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 810.1px) {
  .hero-area .hero .hero-catch {
    top: 42%;
  }
}
@media screen and (max-width: 810px) {
  .hero-area .hero .hero-catch {
    bottom: 5%;
  }
}
.hero-area .hero .hero-catch ul {
  display: grid;
}
@media screen and (min-width: 810.1px) {
  .hero-area .hero .hero-catch ul {
    grid-template-columns: repeat(3, min(19.444vw, 280px));
    gap: 40px;
  }
}
@media screen and (max-width: 810px) {
  .hero-area .hero .hero-catch ul {
    width: 100%;
    grid-template-columns: repeat(3, min(25.925vw, 280px));
    gap: 3.703vw;
  }
}
.hero-area .hero .hero-catch ul li {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  color: #fff;
  background-color: #3FB8A4;
  background: url(../img/catch_bg.webp) no-repeat, linear-gradient(135deg, #75D6BF, #65A4E2);
  background-size: cover;
  border-radius: 100vmax;
  aspect-ratio: 1;
  font-weight: 700;
  font-weight: 600;
}
@media screen and (min-width: 810.1px) {
  .hero-area .hero .hero-catch ul li {
    font-size: min(2.5vw, 36px);
  }
}
@media screen and (max-width: 810px) {
  .hero-area .hero .hero-catch ul li {
    font-size: min(3.33vw, 36px);
  }
}
.hero-area .hero .hero-catch ul li p {
  text-align: center;
  line-height: 1.4;
}
.hero-area .hero .hero-catch ul li p span {
  font-size: 1.3em;
  color: #FDFF96;
}
.hero-area .hero .hero-catch ul li .star-w {
  position: absolute;
  bottom: 7%;
  right: 15%;
  width: 22%;
  opacity: 0.6;
}
.hero-area .hero .hero-catch ul li .bubble {
  position: absolute;
  padding: 0.2em var(--gutter-16);
  color: #3FB8A4;
  background-color: #fff;
  border: 1px solid #3FB8A4;
  border-radius: 100vmax;
  font-size: 0.6em;
  white-space: nowrap;
}
@media screen and (min-width: 810.1px) {
  .hero-area .hero .hero-catch ul li .bubble {
    top: 20px;
    left: -40px;
  }
}
@media screen and (max-width: 810px) {
  .hero-area .hero .hero-catch ul li .bubble {
    top: 4px;
    left: 0;
  }
}
.hero-area .hero .hero-catch ul li .bubble::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: var(--gutter-16minus);
  width: var(--gutter-16);
  height: var(--gutter-20);
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 100%, 70% 0);
          clip-path: polygon(0 0, 100% 100%, 70% 0);
}
.hero-area .hero .hero-catch ul li .bubble::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: var(--gutter-16minus);
  width: var(--gutter-16);
  height: var(--gutter-20);
  background-color: #3FB8A4;
  -webkit-clip-path: polygon(5% 0, 95% 91%, 70% 0, 74% 0, 100% 100%, 0% 0%);
          clip-path: polygon(5% 0, 95% 91%, 70% 0, 74% 0, 100% 100%, 0% 0%);
}
.hero-area .hero .hero-img {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 810px) {
  .hero-area .hero .hero-img {
    height: calc(100svh - 250px);
  }
}
@media screen and (min-width: 810.1px) {
  .hero-area .hero .hero-img {
    height: calc(100vh - 140px);
  }
}
@media (orientation: landscape) and (max-width: 810px) {
  .hero-area .hero .hero-img {
    height: 100svh;
  }
  .hero-area .hero .hero-img img {
    aspect-ratio: 16/9;
  }
}
.hero-area .hero .hero-img img {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: var(--gutter-40) 0 var(--gutter-40) var(--gutter-40);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 810px) {
  .hero-area .hero .hero-img img {
    -o-object-position: right top;
       object-position: right top;
  }
}
.hero-area .hero .hero-btn {
  z-index: 10;
}
.hero-area .hero .hero-btn a {
  display: block;
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #FC8098;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 810.1px) {
  .hero-area .hero .hero-btn a {
    border: 3px solid #FC8098;
    border-radius: 100vmax;
  }
}
@media screen and (max-width: 810px) {
  .hero-area .hero .hero-btn a {
    border: 2px solid #FC8098;
  }
}
.hero-area .hero .hero-btn a::before {
  content: "";
  position: absolute;
  right: 5%;
  border-radius: 100vmax;
  background-color: #fff;
  rotate: 30deg;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 810.1px) {
  .hero-area .hero .hero-btn a::before {
    top: calc(50% - 7.5px);
    width: 25px;
    height: 5px;
  }
}
@media screen and (max-width: 810px) {
  .hero-area .hero .hero-btn a::before {
    top: calc(50% - 6.5px);
    width: 18px;
    height: 3px;
  }
}
.hero-area .hero .hero-btn a::after {
  content: "";
  position: absolute;
  right: 5%;
  border-radius: 100vmax;
  background-color: #fff;
  rotate: -30deg;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 810.1px) {
  .hero-area .hero .hero-btn a::after {
    top: calc(50% + 2.5px);
    width: 25px;
    height: 5px;
  }
}
@media screen and (max-width: 810px) {
  .hero-area .hero .hero-btn a::after {
    top: calc(50% + 1.5px);
    width: 18px;
    height: 3px;
  }
}
.hero-area .hero .hero-btn a span.free {
  display: inline-block;
  color: #FC8098;
  background-color: #fff;
  font-size: 0.8em;
  border-radius: 100vmax;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 810.1px) {
  .hero-area .hero .hero-btn a span.free {
    padding: 0 1em;
    margin-left: 1em;
  }
}
@media screen and (max-width: 810px) {
  .hero-area .hero .hero-btn a span.free {
    padding: 0 0.8em;
    margin-left: 0.5em;
  }
}
@media (any-hover: hover) {
  .hero-area .hero .hero-btn a:hover {
    color: #FC8098;
    background-color: #fff;
  }
  .hero-area .hero .hero-btn a:hover::after, .hero-area .hero .hero-btn a:hover::before {
    right: 4%;
    background-color: #FC8098;
  }
  .hero-area .hero .hero-btn a:hover span.free {
    color: #fff;
    background-color: #FC8098;
  }
}
.hero-area .hero .hero-btn a::after, .hero-area .hero .hero-btn a::before {
  display: none;
}
@media screen and (min-width: 810.1px) {
  .hero-area .hero .hero-btn {
    position: absolute;
    right: 1.666vw;
    bottom: 1.666vw;
  }
  .hero-area .hero .hero-btn a {
    padding: 8px 40px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 810px) {
  .hero-area .hero .hero-btn {
    display: none;
  }
}

.arrow {
  display: block;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 100px;
  height: 60px;
  background-color: #F5F5F5;
  margin-inline: auto;
}

.reply {
  position: relative;
  padding-bottom: 40px;
}
.reply img {
  width: min(80%, 600px);
  margin-inline: auto;
}
.reply p {
  text-align: center;
  margin-top: 16px;
  color: #4A2E17;
  font-weight: 700;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 810.1px) {
  .reply p {
    font-size: 2rem;
  }
  .reply p span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 810px) {
  .reply p {
    font-size: 1.125rem;
  }
  .reply p span {
    font-size: 2rem;
  }
}
.reply .star {
  position: absolute;
  right: -5%;
  bottom: 0;
  z-index: -1;
}

.doctor {
  display: grid;
}
@media screen and (min-width: 810.1px) {
  .doctor {
    grid-template-columns: 40% auto;
    gap: 40px;
  }
}
.doctor .txt-box {
  margin-top: var(--gutter-32);
}
.doctor .txt-box ul {
  list-style: disc inside;
  margin: 1em 0;
}
@media screen and (min-width: 810.1px) {
  .doctor .txt-box ul {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 810.1px) {
  .doctor .img-box {
    margin-top: -40px;
  }
}
@media screen and (max-width: 810px) {
  .doctor .img-box {
    width: 80%;
    margin: 16px auto 0;
  }
}

.box-program {
  margin-top: var(--gutter-40);
  border-radius: 32px 0 32px 32px;
  background-color: #fff;
  padding: var(--gutter-40);
}
.box-program h4 {
  font-size: 1.5rem;
  color: #3FB8A4;
  text-align: center;
  margin-bottom: 0.8em;
}
.box-program.pad10 {
  padding: 10px !important;
}
.box-program ul:not([class]) {
  list-style: disc inside;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 810px) {
  .box-program + .box-program {
    margin-top: 0;
  }
}

.program-list {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 810.1px) {
  .program-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.program-list li {
  position: relative;
}
@media screen and (max-width: 810px) {
  .program-list li:nth-child(n+2)::before {
    content: "";
    position: absolute;
    top: -11px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #3FB8A4;
  }
  .program-list li div {
    position: relative;
    width: 30%;
    margin: 8px auto;
    z-index: 5;
  }
  .program-list li p {
    font-size: 1rem;
  }
  .program-list li:nth-child(2n) span {
    right: 0;
    text-align: right;
  }
}
@media screen and (min-width: 810.1px) {
  .program-list li:nth-child(n+4)::before {
    content: "";
    position: absolute;
    top: -11px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #3FB8A4;
  }
  .program-list li:not(:nth-child(3n))::after {
    content: "";
    position: absolute;
    top: 0;
    right: -11px;
    display: block;
    width: 2px;
    height: 100%;
    background: #3FB8A4;
  }
  .program-list li div {
    width: 20%;
    margin: 16px auto;
    z-index: 5;
  }
  .program-list li p {
    font-size: 1.125rem;
    margin-bottom: 1em;
  }
}
.program-list li span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #F5F5F5;
  font-size: 6.25rem;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  margin-block: var(--leading-trim);
  z-index: 1;
}
.program-list li p {
  position: relative;
  text-align: center;
  color: #3FB8A4;
  font-weight: 700;
  font-weight: 600;
  z-index: 5;
}

@media screen and (max-width: 810px) {
  .program-tbl {
    overflow-x: scroll;
  }
  .program-tbl table {
    width: 900px !important;
  }
}
.program-tbl table {
  width: 100%;
  table-layout: fixed;
  font-size: 0.75rem;
}
.program-tbl table thead th {
  width: 8em;
  color: #fff;
  background: #000;
  border: 2px solid #fff;
}
.program-tbl table thead td {
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border: 2px solid #fff;
}
.program-tbl table tbody th {
  color: #000;
  background-color: #F5F5F5;
}
.program-tbl table tbody th, .program-tbl table tbody td {
  border: 2px solid #fff;
}
.program-tbl table tbody .blue {
  background-color: #e6eaf0;
}
.program-tbl table tbody .green {
  background-color: #e5f1eb;
}
.program-tbl table tbody .yellow {
  background-color: #f5f4e6;
}
.program-tbl table tbody .pink {
  background-color: #f5edf3;
}
.program-tbl table tbody .gray {
  background-color: #F5F5F5;
}

.box-white {
  border-radius: var(--gutter-40) 0 var(--gutter-40) var(--gutter-40);
  background-color: #fff;
  padding: var(--gutter-40);
  margin-top: 40px;
}
.box-white h3 {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 810.1px) {
  .box-white h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 810px) {
  .box-white h3 {
    font-size: 1.5rem;
  }
}
.box-white h4 {
  margin-bottom: 2em;
}
.box-white.intro {
  margin-top: 0;
}
.box-white.intro h3 {
  color: #3FB8A4;
}
.box-white.intro h3 span {
  padding-bottom: 0.2em;
  border-bottom: 3px dotted #000;
}
.box-white.intro div {
  width: 30%;
  margin-inline: auto;
}
.box-white.intro p {
  margin-top: 1em;
  font-size: 1.125rem;
}

@media screen and (max-width: 810px) {
  .fee-tbl {
    overflow-x: scroll;
  }
  .fee-tbl table {
    white-space: nowrap;
  }
}
@media screen and (min-width: 810.1px) {
  .faq {
    font-size: 1.125rem;
    margin-left: 60px;
  }
}
.faq dt {
  color: #3FB8A4;
  font-weight: 700;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 810px) {
  .faq dt {
    padding-left: 40px;
  }
}
.faq dt::before {
  content: "Q";
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  margin-block: var(--leading-trim);
}
@media screen and (min-width: 810.1px) {
  .faq dt::before {
    position: absolute;
    top: 8px;
    left: -60px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 810px) {
  .faq dt::before {
    position: absolute;
    top: -4px;
    left: 0;
    font-size: 2rem;
  }
}
.faq dd {
  margin: 1em 0 2em;
}

.promise-list {
  display: grid;
  gap: var(--gutter-40);
}
@media screen and (min-width: 810.1px) {
  .promise-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.promise-list li {
  position: relative;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 700;
  font-weight: 600;
  border: 1px solid #3FB8A4;
  text-align: center;
  padding: var(--gutter-40) 0;
  border-radius: var(--gutter-32);
}
@media screen and (min-width: 810.1px) {
  .promise-list li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 810px) {
  .promise-list li {
    font-size: 1.125rem;
  }
}
.promise-list li::before, .promise-list li::after {
  color: #3FB8A4;
  position: absolute;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 100px;
  font-weight: 700;
  font-weight: 600;
  margin-block: var(--leading-trim);
}
.promise-list li::before {
  content: "“";
  top: -20px;
  left: 0;
}
.promise-list li::after {
  content: "”";
  bottom: -72px;
  right: 0;
}

.promise-txt {
  margin-top: 40px;
  font-weight: 700;
  font-weight: 600;
  color: #3FB8A4;
  text-align: center;
}
@media screen and (min-width: 810.1px) {
  .promise-txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 810px) {
  .promise-txt {
    font-size: 1.5rem;
  }
}
.promise-txt span {
  background: linear-gradient(transparent 60%, #FDFF96 60%);
}

.timeline {
  margin-top: var(--gutter-40);
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 810.1px) {
  .timeline {
    gap: 12%;
  }
}
@media screen and (max-width: 810px) {
  .timeline {
    flex-direction: column;
    gap: 32px;
  }
}
.timeline::after {
  position: absolute;
  z-index: -1;
  content: "";
}
@media screen and (min-width: 810.1px) {
  .timeline::after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #3FB8A4 4px, transparent 4px) repeat-x left bottom;
    background-size: 12px 4px;
  }
}
@media screen and (max-width: 810px) {
  .timeline::after {
    top: 0;
    left: calc(50% - 2px);
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #3FB8A4 4px, transparent 4px) repeat-y left bottom;
    background-size: 4px 12px;
  }
}
.timeline li {
  flex: 1 1;
  display: grid;
  place-content: center;
  color: #3FB8A4;
  background-color: #fff;
  border: 1px solid #3FB8A4;
  text-align: center;
  font-weight: 700;
  font-weight: 600;
}
@media screen and (min-width: 810.1px) {
  .timeline li {
    aspect-ratio: 1;
    border-radius: 100vmax;
  }
}
@media screen and (max-width: 810px) {
  .timeline li {
    padding: 0.5em 0;
    border-radius: 10px;
  }
}

.disc-list {
  margin: var(--gutter-40) 0;
  list-style: disc outside;
  padding-left: 1em;
}
.disc-list li:not(:last-child) {
  margin-bottom: var(--gutter-24);
}

.box-info {
  margin: var(--gutter-40) auto var(--gutter-160);
  border-radius: var(--gutter-40) 0 var(--gutter-40) var(--gutter-40);
  background-color: #F5F5F5;
  text-align: center;
  padding: var(--gutter-24);
}
@media screen and (min-width: 810.1px) {
  .box-info {
    width: 80%;
  }
}
.box-info h4 {
  font-size: 1.125rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto var(--gutter-32);
  padding: 0 1em;
  border-bottom: 2px dotted #000;
}

.msg-txt {
  display: block;
  margin: var(--gutter-40) auto var(--gutter-80);
}

@-webkit-keyframes star1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes star1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes star2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes star2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* スクロールフェードイン */
.fade-up {
  opacity: 0;
  transform: translateY(50px);
}

.fade-up_on {
  -webkit-animation: fadeAnime 1s ease-in-out forwards;
          animation: fadeAnime 1s ease-in-out forwards;
}

@-webkit-keyframes fadeAnime {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeAnime {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.zoom-in {
  opacity: 0;
}

.zoom-in_on {
  -webkit-animation-name: zoomInAnime;
          animation-name: zoomInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes smooth {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes smooth {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
/* アニメーション設定 */
.target * {
  opacity: 0;
  transform: translateY(40px);
}

.target *.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
}
/*# sourceMappingURL=style.css.map */