@charset "UTF-8";
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  font-size: clamp(6px, 0.6944vw, 10px);
  margin: 0;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
body {
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #000000;
  background: #ffffff;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2 {
  line-height: 1.2;
}
h3,
h4 {
  line-height: 1.5;
}
h5,
h6 {
  line-height: inherit;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol ol,
ol ul,
ul ol,
ul ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
b,
strong {
  font-weight: bolder;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
[role="button"] {
  cursor: pointer;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
button {
  outline: none;
  border: none;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: none;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
[hidden] {
  display: none !important;
}
:focus {
  outline: none;
}
.clearfix:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}
* html .clearfix {
  zoom: 1;
}
:first-child + html .clearfix {
  zoom: 1;
}
#wrapper {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .pc-hide,
  .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc-only,
  .sp-hide {
    display: none !important;
  }
}
#wrapper {
  position: relative;
  width: 100%;
}
main {
  position: relative;
}
main #main {
  overflow: hidden;
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}
.container {
  max-width: 100rem;
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 75rem;
  }
}
.content-in {
  position: relative;
  max-width: 94rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
figure,
picture {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
figure img,
picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  margin: 0;
  border: none;
}
.color-sky {
  color: #53a0ed !important;
}
.color-orange {
  color: #ff6a00 !important;
}
.color-yellow {
  color: #ebff00 !important;
}
.color-red {
  color: #e60012 !important;
}
.color-blue {
  color: #113892 !important;
}
.color-wheat {
  color: #27b7b3 !important;
}
.color-green {
  color: #019a62 !important;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.link-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 1rem;
  width: 32rem;
  max-width: 100%;
  height: 5.6rem;
  background: #287772;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #287772;
  border-radius: 8px;
  overflow: hidden;
  margin: 0;
  z-index: 0;
  transition: background-color 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .link-btn {
    width: 30rem;
  }
}
.link-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
  transition: color 0.2s ease;
}
.link-btn:hover {
  background-color: transparent;
}
.link-btn:hover span {
  color: #287772;
}
.section-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 4rem;
}
@media only screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 3.2rem;
  }
}
.section-title:before {
  content: "";
  position: absolute;
  top: -2rem;
  left: -0.8rem;
  width: 6.6rem;
  height: 6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='60' viewBox='0 0 66 60'%3E%3Ccircle id='Ellipse_39' data-name='Ellipse 39' cx='20' cy='20' r='20' transform='translate(0 20)' fill='%23e3faee'/%3E%3Ccircle id='Ellipse_40' data-name='Ellipse 40' cx='20' cy='20' r='20' transform='translate(26)' fill='%23edf7fd' opacity='0.798'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.section-title h2 {
  position: relative;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.6rem;
  color: #297672;
  text-align: center;
  z-index: 1;
}
.section-title p {
  position: relative;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  text-align: center;
  margin-top: 0.6rem;
  z-index: 1;
}
.section-label {
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .section-label {
    margin-bottom: 4rem;
  }
}
.section-label h2 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section-label h2 {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.section-desc {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3.2rem;
  text-align: left;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .section-desc {
    margin-bottom: 4rem;
  }
}
.underbg {
  position: relative;
  display: inline;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(70%, #ebff00)
  );
  background: linear-gradient(to bottom, transparent 70%, #ebff00 70%);
}
.character-bg {
  background-image: url(../image/dot-bg.png);
  background-repeat: repeat;
}
.contact-banner {
  position: relative;
  padding: 4rem 5rem 4.5rem;
  border: 0.5rem solid #113892;
  background-image: url(../image/contact-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .contact-banner {
    padding: 3rem 1.6rem 3rem;
    border-width: 0.2rem;
    border-radius: 1rem;
  }
}
.contact-banner .inner {
  position: relative;
  max-width: 69.6rem;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  z-index: 1;
}
.contact-banner .inner .title {
  position: relative;
  padding: 0.6rem 1.6rem;
  background: #113892;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 3.6rem;
  text-align: center;
  color: #ffffff;
  border-radius: 4.8rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .contact-banner .inner .title {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
  }
}
.contact-banner .inner .text {
  position: relative;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 3.6rem;
  text-align: center;
  color: #297672;
}
@media only screen and (max-width: 768px) {
  .contact-banner .inner .text {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}
.contact-banner .inner .actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .contact-banner .inner .actions {
    margin-top: 3rem;
  }
}
.contact-banner .inner .actions > li {
  position: relative;
  padding: 0 1rem;
}
@media only screen and (max-width: 768px) {
  .contact-banner .inner .actions > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .contact-banner .inner .actions > li:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.contact-banner .inner .actions .phone-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  width: 32.6rem;
  max-width: 100%;
}
.contact-banner .inner .actions .phone-btn img {
  width: 100%;
  height: auto;
}
.contact-banner .inner .actions .mail-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ff7100;
  width: 34rem;
  max-width: 100%;
  height: 8.6rem;
  text-decoration: none;
  outline: none;
  padding: 1rem 2rem;
  border: 1px solid #ff7100;
  border-radius: 1.2rem;
  -webkit-transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .contact-banner .inner .actions .mail-btn {
    padding: 1rem 1.4rem;
  }
}
.contact-banner .inner .actions .mail-btn .btn-icon {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 5rem;
  z-index: 3;
}
.contact-banner .inner .actions .mail-btn .btn-icon path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.contact-banner .inner .actions .mail-btn .btn-text {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 5rem);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  padding-left: 1.4rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .contact-banner .inner .actions .mail-btn .btn-text {
    padding-left: 1rem;
  }
}
.contact-banner .inner .actions .mail-btn .btn-text small {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4rem;
  color: #fed517;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  margin-bottom: 0.2rem;
}
.contact-banner .inner .actions .mail-btn .btn-text strong {
  position: relative;
  display: block;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
@media only screen and (max-width: 768px) {
  .contact-banner .inner .actions .mail-btn .btn-text strong {
    letter-spacing: 0;
  }
}
.contact-banner .inner .actions .mail-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}
.contact-banner .inner .actions .mail-btn:hover .btn-icon path {
  fill: #ff7100;
}
.contact-banner .inner .actions .mail-btn:hover .btn-text {
  color: #ff7100;
}
.contact-banner .inner .actions .mail-btn:hover .btn-text small {
  color: #ff7100;
}
.contact-banner .inner .actions .mail-btn:hover .btn-text strong {
  color: #ff7100;
}
.contact-banner .inner .actions .mail-btn:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.contact-banner .effect {
  position: absolute;
  display: block;
  left: 1.5rem;
  bottom: 0;
  width: 30.5rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .contact-banner .effect {
    display: none;
    top: -4rem;
    left: -2rem;
    bottom: auto;
    width: 9rem;
  }
}
#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 991;
}
@media only screen and (max-width: 768px) {
  #header {
    height: 6rem;
  }
}
#header .header-top {
  position: relative;
  padding: 1.4rem 0 1.2rem;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  #header .header-top {
    padding: 1.2rem 4.5rem 1.2rem 0;
  }
}
#header .header-top .container {
  position: relative;
  max-width: 132rem;
  z-index: 1;
}
#header .header-top .container:after {
  content: "";
  display: block;
  clear: both;
}
#header .header-top .header-logo {
  position: relative;
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6rem 0 0;
}
@media only screen and (max-width: 768px) {
  #header .header-top .header-logo {
    padding: 0;
  }
}
#header .header-top .header-logo a {
  position: relative;
  display: block;
  width: 26.6rem;
  padding: 0;
  margin: 0;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #header .header-top .header-logo a {
    width: 19.6rem;
  }
}
#header .header-top .header-logo a img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border: none;
  margin: 0;
}
#header .header-top .header-meta {
  position: relative;
  float: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
#header .header-top .header-meta .meta-tel {
  position: relative;
  display: block;
}
#header .header-top .header-meta .meta-tel a.tel-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Hiragino Sans", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.2rem;
  color: #297672;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  gap: 1rem;
  text-decoration: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: 0;
}
#header .header-top .header-meta .meta-tel a.tel-link i {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  background: #458179;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  #header .header-top .header-meta .meta-tel a.tel-link i {
    width: 3.6rem;
    height: 3.6rem;
  }
}
#header .header-top .header-meta .meta-tel a.tel-link i > img {
  position: relative;
  display: block;
  width: 1.4rem;
  height: auto;
  border: none;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #header .header-top .header-meta .meta-tel a.tel-link i > img {
    width: 2.1rem;
  }
}
#header .header-top .header-meta .meta-tel a.tel-link span {
  position: relative;
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #header .header-top .header-meta .meta-tel a.tel-link span {
    display: none;
  }
}
#header .header-top .header-meta .meta-desc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #header .header-top .header-meta .meta-desc {
    display: none;
  }
}
#header .header-top .header-meta .meta-desc ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
#header .header-top .header-meta .meta-desc ul > li {
  position: relative;
}
#header .header-top .header-meta .meta-desc ul > li a,
#header .header-top .header-meta .meta-desc ul > li span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2rem 1.2rem;
  background: #d8eccc;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  color: #000000;
  white-space: nowrap;
  text-decoration: none;
  z-index: 0;
}
#header .header-top .header-meta .meta-desc p {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  color: #000000;
  padding-top: 0.2rem;
}
#header .header-top .header-meta .meta-desc p b {
  font-weight: 600;
}
#header .header-nav {
  position: relative;
  display: block;
  padding: 0;
  background: rgba(41, 118, 114, 0.8);
}
@media only screen and (max-width: 768px) {
  #header .header-nav {
    display: none;
  }
}
#header .header-nav .container {
  position: relative;
  max-width: 132rem;
  z-index: 1;
}
#header .header-nav .nav-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  line-height: 1;
  padding: 0;
  margin: 0;
}
#header .header-nav .nav-menu > li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}
#header .header-nav .nav-menu > li:first-child:before {
  content: "";
  position: absolute;
  top: 1.6rem;
  bottom: 1.6rem;
  left: 0;
  width: 1px;
  background: #ffffff;
  z-index: 0;
}
#header .header-nav .nav-menu > li:after {
  content: "";
  position: absolute;
  top: 1.6rem;
  bottom: 1.6rem;
  right: 0;
  width: 1px;
  background: #ffffff;
  z-index: 0;
}
#header .header-nav .nav-menu > li .menu-link {
  position: relative;
  display: block;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #ffffff;
  text-align: center;
  padding: 0.8rem 0;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .header-nav .nav-menu > li .menu-link strong {
  position: relative;
  display: block;
  font-weight: 600;
  color: inherit;
  line-height: inherit;
  text-align: center;
  text-decoration: none;
}
#header .header-nav .nav-menu > li .menu-link span {
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2rem;
  color: inherit;
  text-align: center;
  text-decoration: none;
}
#header .header-nav .nav-menu > li .menu-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background-color: #ffffff;
  z-index: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#header .header-nav .nav-menu > li .menu-link.active,
#header .header-nav .nav-menu > li .menu-link:hover {
  color: #ffffff;
}
#header .header-nav .nav-menu > li .menu-link.active:before,
#header .header-nav .nav-menu > li .menu-link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#header.header-scrolled {
  -webkit-filter: drop-shadow(0rem 0.6rem 3rem rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0rem 0.6rem 3rem rgba(0, 0, 0, 0.2));
}
.mobile-nav-toggle {
  position: fixed;
  right: 1.8rem;
  top: 1.9rem;
  width: 2.8rem;
  height: 2.2rem;
  padding: 0;
  background: none;
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 999;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle {
    display: inline-block;
  }
}
.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.mobile-nav-toggle .toggle-icon span:first-child {
  top: 0;
}
.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: calc(50% - 1px);
}
.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}
.mobile-nav-toggle.toggle-active .toggle-icon span {
  background: #ffffff;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:first-child {
  -webkit-transform: translateY(1rem) rotate(-45deg);
  transform: translateY(1rem) rotate(-45deg);
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
  -webkit-transform: translateY(-1rem) rotate(45deg);
  transform: translateY(-1rem) rotate(45deg);
}
#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  right: -100%;
  width: 80%;
  max-width: 50rem;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #297672;
}
#mobile-nav .mobile-logo {
  position: relative;
  padding: 1.8rem 2rem;
  background: #ffffff;
  height: 6rem;
}
#mobile-nav .mobile-logo a {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
  color: #297672;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-logo a {
    font-size: 2.4rem;
  }
}
#mobile-nav .mobile-nav-container {
  position: relative;
  padding: 6rem 2rem 2rem;
}
#mobile-nav .mobile-nav-menu {
  position: relative;
  list-style: none;
  display: block;
}
#mobile-nav .mobile-nav-menu > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #ffffff;
}
#mobile-nav .mobile-nav-menu > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.6rem 0;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu > li > a span {
  color: inherit;
  text-decoration: none;
}
#mobile-nav .mobile-nav-menu .drop-down > a:after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url(../img/common/icon-down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
#mobile-nav .mobile-nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}
#mobile-nav .mobile-nav-menu .drop-down li {
  padding-left: 16px;
  border-bottom: 1px solid #323232;
}
#mobile-nav .mobile-nav-menu .drop-down li a {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
  color: #323232;
  padding: 1.6rem 0;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu .drop-down.active > a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
#mobile-nav .mobile-nav-action {
  margin-top: 3rem;
}
#mobile-nav .mobile-nav-action .action-btn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  width: 22rem;
  max-width: 100%;
  height: 5rem;
  padding: 1rem 1rem;
  background: #ff6a00;
  border: 1px solid #ff6a00;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  border-radius: 5rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 0;
}
#mobile-nav .mobile-nav-action .action-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
#mobile-nav .mobile-nav-action .action-btn svg {
  display: block;
  width: 1.6rem;
  height: auto;
  z-index: 3;
}
#mobile-nav .mobile-nav-action .action-btn svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
#mobile-nav .mobile-nav-action .action-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}
#mobile-nav .mobile-nav-action .action-btn:hover {
  color: #ff6a00;
}
#mobile-nav .mobile-nav-action .action-btn:hover svg path {
  fill: #ff6a00;
}
#mobile-nav .mobile-nav-action .action-btn:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fixed-mail-btn {
  position: fixed;
  top: 0;
  right: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 1rem;
  width: 6rem;
  height: 6rem;
  background: #9e8459;
  border: 2px solid #9e8459;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  z-index: 996;
}
@media print, screen and (min-width: 769px) {
  .fixed-mail-btn {
    display: none;
  }
}
.fixed-mail-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.fixed-mail-btn svg {
  position: relative;
  display: block;
  width: 2.2rem;
  z-index: 3;
}
.fixed-mail-btn svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.fixed-mail-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}
.fixed-mail-btn:hover {
  color: #9e8459;
}
.fixed-mail-btn:hover svg path {
  fill: #9e8459;
}
.fixed-mail-btn:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fixed-phone-btn {
  position: fixed;
  top: 0;
  right: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 1rem;
  width: 6rem;
  height: 6rem;
  background: #03345d;
  border: 2px solid #03345d;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  z-index: 996;
}
@media print, screen and (min-width: 769px) {
  .fixed-phone-btn {
    display: none;
  }
}
.fixed-phone-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.fixed-phone-btn svg {
  position: relative;
  display: block;
  width: 2rem;
  z-index: 3;
}
.fixed-phone-btn svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.fixed-phone-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}
.fixed-phone-btn:hover {
  color: #03345d;
}
.fixed-phone-btn:hover svg path {
  fill: #03345d;
}
.fixed-phone-btn:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 990;
  background: transparent;
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body.mobile-nav-active #mobile-nav {
  right: 0;
}
@media only screen and (max-width: 768px) {
  [data-aos="zoom-in"] {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  [data-aos="fade-up"] {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  [data-aos="fade-left"] {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  [data-aos="fade-right"] {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
}
#footer {
  position: relative;
  padding: 7rem 0 7rem;
  background: #fffaf3;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 6rem 0 6rem;
  }
}
#footer .footer-wrapper {
  position: relative;
}
#footer .footer-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
#footer .footer-headline {
  position: relative;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
  color: #000000;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-headline {
    float: left;
    width: calc(50% - 6rem);
  }
}
#footer .footer-headline .label {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3.2rem;
  color: #297672;
  text-align: left;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-headline .label {
    font-size: 1.9rem;
    letter-spacing: -0.025em;
  }
}
#footer .footer-headline .address {
  position: relative;
  margin-bottom: 3rem;
}
#footer .footer-headline .desc {
  position: relative;
}
#footer .footer-map {
  position: relative;
  width: 100%;
  height: 27rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-map {
    width: 50%;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-map {
    margin-top: 4rem;
  }
}
#footer .footer-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  margin: 0;
  border: none;
}
#footer .footer-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-menu {
    margin-top: 6rem;
    gap: 0.4rem;
  }
}
#footer .footer-menu > li {
  position: relative;
  padding: 0 2rem;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-menu > li:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.3rem;
    bottom: 0.3rem;
    width: 1px;
    background: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-menu > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
#footer .footer-menu > li a {
  color: inherit;
}
#footer .footer-menu > li a:hover {
  text-decoration: underline;
}
.copyright {
  position: relative;
  padding: 2rem 0;
  background: #1a5443;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .copyright {
    text-align: center;
  }
}
.copyright .container:after {
  content: "";
  display: block;
  clear: both;
}
.copyright .container > a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}
.copyright .container > a:hover {
  text-decoration: underline;
}
.copyright .container > p {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .copyright .container > p {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .copyright .container > p {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
}
.mainvisual {
  position: relative;
  background-image: url(https://www.beryl-clinic.org/wp-content/uploads/2025/11/mainvisual-bg_r1.min_-scaled.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 6rem 0 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 56rem;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual {
    background-image: url(https://www.beryl-clinic.org/wp-content/uploads/2025/11/mainvisual-bg-sp_r1.min_.jpg);
    background-position: center left;
    padding: 5rem 0 6rem;
  }
}
.mainvisual .container {
  position: relative;
  z-index: 1;
}
.mainvisual .section-wrapper {
  position: relative;
}
.mainvisual .mainvisual-title {
  position: relative;
  display: block;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-title {
    margin-right: -2rem;
  }
}
.mainvisual .mainvisual-title .lead {
  position: relative;
  display: block;
  max-width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
  color: #297672;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-title .lead {
    font-size: 2rem;
    line-height: 2.7rem;
    letter-spacing: -0.025em;
  }
}
.mainvisual .mainvisual-title .lead span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0.5rem 1.6rem 0.6rem;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-title .lead span {
    padding: 0.6rem 1.2rem 0.7rem;
  }
}
.mainvisual .mainvisual-title .lead span + span {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-title .lead span + span {
    margin-top: 1.2rem;
  }
}
.mainvisual .mainvisual-title .sub {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.2rem 3rem;
  background: #297672;
  max-width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  color: #ffffff;
  text-align: center;
  border-radius: 4.8rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-title .sub {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 1.2rem 2.4rem;
    margin-top: 2.4rem;
  }
}
.top-dialysis-section {
  position: relative;
  padding: 7rem 0 1rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .top-dialysis-section {
    padding: 6rem 0 1rem;
  }
}
.top-dialysis-section .container {
  position: relative;
  z-index: 1;
}
.top-dialysis-section .section-wrapper {
  position: relative;
}
.top-dialysis-section .section-title {
  position: relative;
}
.top-dialysis-section .section-content {
  position: relative;
}
.top-reason-section {
  position: relative;
  padding: 7rem 0 8rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .top-reason-section {
    padding: 6rem 0 7rem;
  }
}
.top-reason-section .container {
  position: relative;
  z-index: 1;
}
.top-reason-section .section-wrapper {
  position: relative;
}
.top-reason-section .section-title {
  position: relative;
  margin-bottom: 6rem;
}
.top-reason-section .section-content {
  position: relative;
}
.top-reason-section .section-content .reason-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5.5rem 4.5rem;
}
@media only screen and (max-width: 768px) {
  .top-reason-section .section-content .reason-list {
    gap: 4.5rem 1.5rem;
  }
}
.top-reason-section .section-content .reason-list > li {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc((100% - 4.5rem) / 2);
}
@media only screen and (max-width: 768px) {
  .top-reason-section .section-content .reason-list > li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc((100% - 1.5rem) / 2);
  }
}
.top-reason-section .section-content .reason-list .icon {
  position: absolute;
  top: -5rem;
  left: calc(50% - 6.05rem);
  width: 12.1rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-reason-section .section-content .reason-list .icon {
    top: -4rem;
    left: calc(50% - 5rem);
    width: 10rem;
  }
}
.top-reason-section .section-content .reason-list .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 19rem;
  height: 19rem;
  border: 1.2rem solid #d1ebf2;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3rem;
  text-align: center;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-reason-section .section-content .reason-list .content {
    width: 16rem;
    height: 16rem;
    border-width: 0.8rem;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
.top-reason-section .section-content .reason-list .content p {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.top-reason-section .section-content .reason-list .content .ls {
  letter-spacing: -0.025em;
}
@media only screen and (max-width: 768px) {
  .top-reason-section .section-content .reason-list .content .ls {
    letter-spacing: -0.05em;
  }
}
.top-greeting-section {
  position: relative;
  padding: 6rem 0 1rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .top-greeting-section {
    padding: 6rem 0 1rem;
  }
}
.top-greeting-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 28rem;
  background: linear-gradient(30deg, #d8f7ea, #bbe2ef);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-greeting-section:before {
    width: 100%;
    height: 32rem;
  }
}
.top-greeting-section .container {
  position: relative;
  z-index: 1;
}
.top-greeting-section .section-wrapper {
  position: relative;
}
.top-greeting-section .section-title {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-greeting-section .section-title {
    clear: both;
    margin-left: 0;
    margin-bottom: 3.2rem;
  }
}
.top-greeting-section .section-title:before {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .top-greeting-section .section-title h2,
  .top-greeting-section .section-title p {
    text-align: left;
  }
}
.top-greeting-section .section-content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-greeting-section .section-content {
    float: left;
    width: calc(100% - 56rem);
  }
}
.top-greeting-section .section-content .hint {
  position: relative;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3.2rem;
  text-align: left;
  margin-bottom: 10.8rem;
}
@media only screen and (max-width: 768px) {
  .top-greeting-section .section-content .hint {
    text-align: center;
  }
}
.top-greeting-section .section-content .desc {
  max-width: 37.5rem;
}
.top-greeting-section .section-image {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-greeting-section .section-image {
    float: right;
    width: 54rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-greeting-section .section-image {
    margin-top: 3.2rem;
  }
}
.top-greeting-section .section-action {
  position: relative;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .top-greeting-section .section-action {
    margin-top: 3.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-greeting-section .section-action .link-btn {
    margin: 0 auto;
  }
}
.top-clinic-section {
  position: relative;
  padding: 6rem 0 7rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .top-clinic-section {
    padding: 6rem 0 1rem;
  }
}
.top-clinic-section .container {
  position: relative;
  z-index: 1;
}
.top-clinic-section .section-wrapper {
  position: relative;
}
.top-clinic-section .groupA {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-clinic-section .groupA {
    float: right;
    width: calc(100% - 58rem);
  }
}
.top-clinic-section .section-title {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-clinic-section .section-title {
    margin-left: 0;
    margin-bottom: 3.2rem;
  }
  .top-clinic-section .section-title h2,
  .top-clinic-section .section-title p {
    text-align: left;
  }
}
.top-clinic-section .section-content {
  position: relative;
}
.top-clinic-section .section-image {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-clinic-section .section-image {
    float: left;
    width: 54rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-clinic-section .section-image {
    margin-top: 3.2rem;
  }
}
.top-clinic-section .section-action {
  position: relative;
  margin-top: 3.6rem;
}
@media print, screen and (min-width: 769px) {
  .top-clinic-section .section-action {
    float: right;
    width: calc(100% - 58rem);
  }
}
@media only screen and (max-width: 768px) {
  .top-clinic-section .section-action .link-btn {
    margin: 0 auto;
  }
}
.top-voice-section {
  position: relative;
  padding: 7rem 0 7rem;
  z-index: 3;
}
@media print, screen and (min-width: 769px) {
  .top-voice-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 28rem;
    background: linear-gradient(-30deg, #bbe2ef, #d8f7ea);
    z-index: 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-voice-section {
    padding: 6rem 0 7rem;
  }
}
.top-voice-section .container {
  position: relative;
  z-index: 1;
}
.top-voice-section .section-wrapper {
  position: relative;
}
.top-voice-section .groupA {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-voice-section .groupA {
    float: left;
    width: calc(100% - 58rem);
  }
}
.top-voice-section .section-title {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-voice-section .section-title {
    margin-left: 0;
    margin-bottom: 3.2rem;
  }
  .top-voice-section .section-title h2,
  .top-voice-section .section-title p {
    text-align: left;
  }
}
.top-voice-section .section-content {
  position: relative;
}
.top-voice-section .section-image {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-voice-section .section-image {
    float: right;
    width: 54rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-voice-section .section-image {
    margin-top: 3.2rem;
  }
}
.top-voice-section .section-action {
  position: relative;
  margin-top: 3.6rem;
}
@media print, screen and (min-width: 769px) {
  .top-voice-section .section-action {
    float: left;
    width: calc(100% - 58rem);
  }
}
@media only screen and (max-width: 768px) {
  .top-voice-section .section-action .link-btn {
    margin: 0 auto;
  }
}
.top-voice-section .section-faq {
  position: relative;
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .top-voice-section .section-faq {
    margin-top: 6rem;
  }
}
.top-voice-section .section-faq .faq-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 1rem;
  width: 40rem;
  max-width: 100%;
  height: 7rem;
  background-image: url(../image/faq-btn.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0.4rem;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
.top-voice-section .section-faq .faq-btn .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.top-voice-section .section-faq .faq-btn .bg img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.top-voice-section .section-faq .faq-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.top-voice-section .section-faq .faq-btn:after {
  content: "＞";
  position: absolute;
  top: calc(50% - 1.2rem);
  right: 1.2rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  z-index: 1;
}
.top-voice-section .section-faq .faq-btn:hover {
  color: #ffffff;
}
.top-voice-section .section-faq .faq-btn:hover .bg img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.top-voice-section .section-faq .faq-btn:hover:after {
  -webkit-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}
.top-column-section {
  position: relative;
  padding: 7rem 0 8rem;
  background: #fffaf3;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .top-column-section {
    padding: 6rem 0 7rem;
  }
}
.top-column-section .container {
  position: relative;
  z-index: 1;
}
.top-column-section .section-wrapper {
  position: relative;
}
.top-column-section .section-title {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-column-section .section-title {
    margin-bottom: 4rem;
  }
}
.top-column-section .section-content {
  position: relative;
}
.top-column-section .section-content .column-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 4.5rem minmax(0, 1fr) 4.5rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem 4.5rem;
}
@media only screen and (max-width: 768px) {
  .top-column-section .section-content .column-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 4rem 1.5rem;
  }
}
.top-column-section .section-content .column-list > li {
  position: relative;
  display: block;
}
.top-column-section .section-content .column-list .column-item {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
}
.top-column-section .section-content .column-list .column-item .thumb {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
.top-column-section .section-content .column-list .column-item .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0;
  border: none;
}
.top-column-section
  .section-content
  .column-list
  .column-item
  .thumb:hover
  img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.top-column-section .section-content .column-list .content {
  position: relative;
  display: block;
  margin-top: 2rem;
}
.top-column-section .section-content .column-list .content .date {
  position: relative;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  text-align: left;
}
.top-column-section .section-content .column-list .content .title {
  position: relative;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
  color: #000000;
  text-align: left;
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .top-column-section .section-content .column-list .content .title {
    margin-top: 0.6rem;
  }
}
.top-column-section .section-content .column-list .content .title a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .top-column-section .section-content .column-list .content .title a {
    text-decoration: underline;
  }
}
.top-column-section .section-content .column-list .content .title a:hover {
  text-decoration: underline;
}
.top-column-section .section-action {
  position: relative;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-column-section .section-action {
    margin-top: 4rem;
  }
}
.top-column-section .section-action .link-btn {
  margin: 0 auto;
}
.top-banner-section {
  position: relative;
  padding: 12rem 0 0;
}
@media only screen and (max-width: 768px) {
  .top-banner-section {
    padding: 8.6rem 0 0;
  }
}
.top-banner-section .section-wrapper {
  position: relative;
}
.top-banner-section .section-gallery {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top-banner-section .section-gallery {
    padding: 0 2rem;
  }
}
.top-banner-section .section-gallery .gallery-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .top-banner-section .section-gallery .gallery-list {
    gap: 1.6rem;
  }
}
.top-banner-section .section-gallery .gallery-list > li {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 27.2rem;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .top-banner-section .section-gallery .gallery-list > li {
    width: calc((100% - 1.6rem) / 2);
  }
}
.top-banner-section .section-gallery .gallery-list > li:nth-child(2n) .thumb {
  -webkit-transform: translateY(-4rem);
  transform: translateY(-4rem);
}
@media only screen and (max-width: 768px) {
  .top-banner-section .section-gallery .gallery-list > li:nth-child(2n) .thumb {
    -webkit-transform: translateY(-2.4rem);
    transform: translateY(-2.4rem);
  }
}
.top-banner-section .section-gallery .gallery-list .thumb {
  position: relative;
  width: 100%;
}
.top-banner-section .gallery-list-slider {
  position: relative;
}
.top-banner-section .gallery-list-slider .swiper-wrapper {
  position: relative;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  -webkit-transition-property: -webkit-transform !important;
  transition-property: -webkit-transform !important;
  transition-property: transform !important;
  transition-property: transform, -webkit-transform !important;
  will-change: transform;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .top-banner-section .gallery-list-slider .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.top-banner-section .gallery-list-slider .swiper-slide {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 27.2rem;
  max-width: 100%;
}
.top-banner-section .gallery-list-slider .swiper-slide .thumb {
  position: relative;
  width: 100%;
}
.top-banner-section .gallery-list-slider .swiper-slide:nth-child(odd) {
  padding-top: 4rem;
}
.top-banner-section .section-banner {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .top-banner-section .section-banner {
    height: 30rem;
    margin-top: 7rem;
  }
}
.top-intro-section {
  position: relative;
  padding: 8rem 0 8rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .top-intro-section {
    padding: 7rem 0 7rem;
  }
}
.top-intro-section .container {
  position: relative;
  z-index: 1;
}
.top-intro-section .schedule-wrapper {
  position: relative;
}
.top-intro-section .schedule-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.top-intro-section .schedule-wrapper .schedule-image {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-intro-section .schedule-wrapper .schedule-image {
    width: 44rem;
    max-width: 50%;
    float: left;
  }
}
.top-intro-section .schedule-wrapper .schedule-card {
  position: relative;
  padding: 0;
  border: 1px solid #000000;
}
@media print, screen and (min-width: 769px) {
  .top-intro-section .schedule-wrapper .schedule-card {
    float: right;
    width: calc(100% - 50rem);
  }
}
@media only screen and (max-width: 768px) {
  .top-intro-section .schedule-wrapper .schedule-card {
    margin-top: 4rem;
  }
}
.top-intro-section .schedule-wrapper .schedule-card .card-head {
  position: relative;
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 3rem;
  text-align: center;
  padding: 0.9rem 2rem;
  background: #eaecf4;
}
.top-intro-section .schedule-wrapper .schedule-card .card-body {
  position: relative;
  padding: 3.8rem 2rem 3rem;
}
@media only screen and (max-width: 768px) {
  .top-intro-section .schedule-wrapper .schedule-card .card-body {
    padding: 3rem 1.6rem 3rem;
  }
}
.top-intro-section .schedule-wrapper .schedule-card .card-body .table {
  position: relative;
  width: 100%;
  max-width: 100%;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  color: #000000;
  border-collapse: collapse;
  border: none;
}
@media only screen and (max-width: 768px) {
  .top-intro-section .schedule-wrapper .schedule-card .card-body .table {
    font-size: 1.4rem;
  }
}
.top-intro-section .schedule-wrapper .schedule-card .card-body .table thead {
  position: relative;
}
.top-intro-section
  .schedule-wrapper
  .schedule-card
  .card-body
  .table
  thead
  .time {
  width: 10.5rem;
}
@media only screen and (max-width: 768px) {
  .top-intro-section
    .schedule-wrapper
    .schedule-card
    .card-body
    .table
    thead
    .time {
    width: 8.5rem;
  }
}
.top-intro-section .schedule-wrapper .schedule-card .card-body .table td,
.top-intro-section .schedule-wrapper .schedule-card .card-body .table th {
  padding: 0;
  text-align: right;
  vertical-align: middle;
}
.top-intro-section .schedule-wrapper .schedule-card .card-body .table tbody td,
.top-intro-section .schedule-wrapper .schedule-card .card-body .table tbody th {
  padding-top: 0.8rem;
}
.top-intro-section .schedule-wrapper .schedule-card .card-body .table .time {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .top-intro-section .schedule-wrapper .schedule-card .card-body .table .time {
    letter-spacing: -0.025em;
  }
}
.top-intro-section
  .schedule-wrapper
  .schedule-card
  .card-body
  .table
  .dot
  span {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .top-intro-section
    .schedule-wrapper
    .schedule-card
    .card-body
    .table
    .dot
    span {
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
  }
}
.top-intro-section
  .schedule-wrapper
  .schedule-card
  .card-body
  .table
  .week
  span {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background: #f2f2f2;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .top-intro-section
    .schedule-wrapper
    .schedule-card
    .card-body
    .table
    .week
    span {
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
  }
}
.top-intro-section
  .schedule-wrapper
  .schedule-card
  .card-body
  .table
  .week
  span.sat {
  background: #e3f5ff;
}
.top-intro-section
  .schedule-wrapper
  .schedule-card
  .card-body
  .table
  .week
  span.sun {
  background: #fce0e0;
}
.top-intro-section .schedule-wrapper .schedule-card .card-body .table .holiday {
  position: relative;
  padding-top: 1.2rem;
}
.top-intro-section
  .schedule-wrapper
  .schedule-card
  .card-body
  .table
  .holiday
  span {
  position: relative;
  display: block;
  line-height: 3rem;
  padding: 0.5rem 0.5rem;
  background: #f2f2f2;
  text-align: center;
}
.top-intro-section .schedule-wrapper .schedule-card .card-body .action {
  position: relative;
  margin-top: 2.4rem;
}
.top-intro-section
  .schedule-wrapper
  .schedule-card
  .card-body
  .action
  .link-btn {
  position: relative;
  width: 100%;
  height: 4.2rem;
  max-width: 100%;
  font-weight: 300;
  border-radius: 4rem;
}
.top-intro-section
  .schedule-wrapper
  .schedule-card
  .card-body
  .action
  .link-btn:after {
  display: none;
}
.top-intro-section .shuttle-wrapper {
  position: relative;
  padding: 1.6rem 3rem;
  border: 3px solid #e8eef2;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .top-intro-section .shuttle-wrapper {
    margin-top: 6rem;
    padding: 6rem 2rem 3rem;
  }
}
.top-intro-section .shuttle-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.top-intro-section .shuttle-wrapper .shuttle-body {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-intro-section .shuttle-wrapper .shuttle-body {
    float: left;
    width: calc(50% - 3rem);
    padding: 3.2rem 2rem 2rem;
  }
}
.top-intro-section .shuttle-wrapper .shuttle-image {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-intro-section .shuttle-wrapper .shuttle-image {
    float: right;
    width: 40.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-intro-section .shuttle-wrapper .shuttle-image {
    margin-top: 3.2rem;
  }
}
.top-intro-section .shuttle-wrapper .section-title {
  position: relative;
}
.top-intro-section .shuttle-wrapper .section-content {
  position: relative;
}
.top-faq-section {
  position: relative;
  padding: 8rem 0 9rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-faq-section {
    padding: 6rem 0 7rem;
  }
}
.top-faq-section .container {
  position: relative;
  z-index: 1;
}
.top-faq-section .section-wrapper {
  position: relative;
}
.top-faq-section .section-title {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-title {
    margin-bottom: 4rem;
  }
}
.top-faq-section .section-content {
  position: relative;
}
.top-faq-section .section-content .faq-list {
  position: relative;
  display: block;
}
.top-faq-section .section-content .faq-list .faq-item {
  position: relative;
  padding: 0.8rem 2.4rem;
  letter-spacing: 0.05em;
  background: #ffffff;
  border-radius: 0.6rem;
  -webkit-box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-content .faq-list .faq-item {
    padding: 0.6rem 1.6rem;
    line-height: 1.75;
    letter-spacing: 0;
  }
}
.top-faq-section .section-content .faq-list .faq-item .question {
  position: relative;
  display: block;
  cursor: pointer;
}
.top-faq-section .section-content .faq-list .faq-item .question h4 {
  position: relative;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: left;
  padding: 1.6rem 3rem 1.6rem 3rem;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-content .faq-list .faq-item .question h4 {
    padding: 1.6rem 3rem 1.6rem 2.4rem;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.top-faq-section .section-content .faq-list .faq-item .question h4:before {
  content: "Q";
  position: absolute;
  top: 1.7rem;
  left: 0;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 2.4rem;
  color: #113892;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-content .faq-list .faq-item .question h4:before {
    top: 1.5rem;
    font-size: 2rem;
  }
}
.top-faq-section .section-content .faq-list .faq-item .question:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  display: block;
  width: 2rem;
  height: 2px;
  background: #113892;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  z-index: 0;
}
.top-faq-section .section-content .faq-list .faq-item .question:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  display: block;
  width: 2rem;
  height: 2px;
  background: #113892;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  z-index: 0;
}
.top-faq-section .section-content .faq-list .faq-item .question.expanded:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.top-faq-section .section-content .faq-list .faq-item .answer {
  position: relative;
  display: block;
}
.top-faq-section .section-content .faq-list .faq-item .answer p {
  position: relative;
  padding: 1.6rem 0 1.6rem 3rem;
  border-top: 1px solid #d6d6d6;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-content .faq-list .faq-item .answer p {
    padding: 1.6rem 0 1.6rem 2.4rem;
  }
}
.top-faq-section .section-content .faq-list .faq-item .answer p:before {
  content: "A";
  position: absolute;
  top: 1.7rem;
  left: 0;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 2.4rem;
  color: #e60012;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-content .faq-list .faq-item .answer p:before {
    top: 1.8rem;
    font-size: 2rem;
  }
}
.top-faq-section .section-content .faq-list .faq-item.faq-item {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-content .faq-list .faq-item.faq-item {
    margin-top: 3rem;
  }
}
.top-contact-section {
  position: relative;
  padding: 8rem 0 9rem;
  background: #ebf3f9;
}
@media only screen and (max-width: 768px) {
  .top-contact-section {
    padding: 6rem 0 7rem;
  }
}
.top-contact-section .container {
  position: relative;
  z-index: 1;
}
.top-contact-section .section-title {
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .section-title {
    margin-bottom: 4rem;
  }
}
.top-contact-section .section-title h2 {
  position: relative;
  text-align: center;
}
.top-contact-section .section-title p {
  position: relative;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .section-title p {
    margin-top: 2.4rem;
  }
}
.top-contact-section .section-content {
  position: relative;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.top-contact-section .contact-form {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: left;
  word-break: break-all;
}
.top-contact-section .contact-form input[type="email"],
.top-contact-section .contact-form input[type="number"],
.top-contact-section .contact-form input[type="password"],
.top-contact-section .contact-form input[type="tel"],
.top-contact-section .contact-form input[type="text"],
.top-contact-section .contact-form select,
.top-contact-section .contact-form textarea {
  position: relative;
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5rem 2rem;
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  color: #297672;
  outline: none;
  border-radius: 0.6rem;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .contact-form input[type="email"],
  .top-contact-section .contact-form input[type="number"],
  .top-contact-section .contact-form input[type="password"],
  .top-contact-section .contact-form input[type="tel"],
  .top-contact-section .contact-form input[type="text"],
  .top-contact-section .contact-form select,
  .top-contact-section .contact-form textarea {
    padding: 1.5rem 1.6rem;
  }
}
.top-contact-section
  .contact-form
  input[type="email"]::-webkit-input-placeholder,
.top-contact-section
  .contact-form
  input[type="number"]::-webkit-input-placeholder,
.top-contact-section
  .contact-form
  input[type="password"]::-webkit-input-placeholder,
.top-contact-section .contact-form input[type="tel"]::-webkit-input-placeholder,
.top-contact-section
  .contact-form
  input[type="text"]::-webkit-input-placeholder,
.top-contact-section .contact-form select::-webkit-input-placeholder,
.top-contact-section .contact-form textarea::-webkit-input-placeholder {
  color: #c3c3c3;
}
.top-contact-section .contact-form input[type="email"]::-moz-placeholder,
.top-contact-section .contact-form input[type="number"]::-moz-placeholder,
.top-contact-section .contact-form input[type="password"]::-moz-placeholder,
.top-contact-section .contact-form input[type="tel"]::-moz-placeholder,
.top-contact-section .contact-form input[type="text"]::-moz-placeholder,
.top-contact-section .contact-form select::-moz-placeholder,
.top-contact-section .contact-form textarea::-moz-placeholder {
  color: #c3c3c3;
}
.top-contact-section .contact-form input[type="email"]:-ms-input-placeholder,
.top-contact-section .contact-form input[type="number"]:-ms-input-placeholder,
.top-contact-section .contact-form input[type="password"]:-ms-input-placeholder,
.top-contact-section .contact-form input[type="tel"]:-ms-input-placeholder,
.top-contact-section .contact-form input[type="text"]:-ms-input-placeholder,
.top-contact-section .contact-form select:-ms-input-placeholder,
.top-contact-section .contact-form textarea:-ms-input-placeholder {
  color: #c3c3c3;
}
.top-contact-section .contact-form input[type="email"]::-ms-input-placeholder,
.top-contact-section .contact-form input[type="number"]::-ms-input-placeholder,
.top-contact-section
  .contact-form
  input[type="password"]::-ms-input-placeholder,
.top-contact-section .contact-form input[type="tel"]::-ms-input-placeholder,
.top-contact-section .contact-form input[type="text"]::-ms-input-placeholder,
.top-contact-section .contact-form select::-ms-input-placeholder,
.top-contact-section .contact-form textarea::-ms-input-placeholder {
  color: #c3c3c3;
}
.top-contact-section .contact-form input[type="email"]::placeholder,
.top-contact-section .contact-form input[type="number"]::placeholder,
.top-contact-section .contact-form input[type="password"]::placeholder,
.top-contact-section .contact-form input[type="tel"]::placeholder,
.top-contact-section .contact-form input[type="text"]::placeholder,
.top-contact-section .contact-form select::placeholder,
.top-contact-section .contact-form textarea::placeholder {
  color: #c3c3c3;
}
.top-contact-section .contact-form input[type="email"],
.top-contact-section .contact-form input[type="number"],
.top-contact-section .contact-form input[type="password"],
.top-contact-section .contact-form input[type="tel"],
.top-contact-section .contact-form input[type="text"],
.top-contact-section .contact-form select {
  height: 5.6rem;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .contact-form input[type="email"],
  .top-contact-section .contact-form input[type="number"],
  .top-contact-section .contact-form input[type="password"],
  .top-contact-section .contact-form input[type="tel"],
  .top-contact-section .contact-form input[type="text"],
  .top-contact-section .contact-form select {
    height: 5.6rem;
  }
}
.top-contact-section .contact-form textarea {
  height: 20rem;
}
.top-contact-section .contact-form input[type="email"]:focus,
.top-contact-section .contact-form input[type="number"]:focus,
.top-contact-section .contact-form input[type="password"]:focus,
.top-contact-section .contact-form input[type="tel"]:focus,
.top-contact-section .contact-form input[type="text"]:focus,
.top-contact-section .contact-form select:focus,
.top-contact-section .contact-form textarea:focus {
  border-color: #113892;
}
.top-contact-section .contact-form .form-inputs {
  position: relative;
}
.top-contact-section .contact-form .form-inputs > li {
  position: relative;
}
.top-contact-section .contact-form .form-inputs > li:not(:last-child) {
  margin-bottom: 3rem;
}
.top-contact-section .contact-form .form-accept {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .contact-form .form-accept {
    margin-top: 3rem;
  }
}
.top-contact-section .contact-form .form-accept a {
  color: inherit;
  text-decoration: underline;
}
.top-contact-section .contact-form .form-submit {
  position: relative;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .contact-form .form-submit {
    margin-top: 3rem;
  }
}
.top-contact-section .contact-form .form-submit .btn-submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33rem;
  max-width: 100%;
  height: 7.6rem;
  padding: 1rem 1rem;
  background: #ff6a00;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ff6a00;
  border-radius: 7.2rem;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .contact-form .form-submit .btn-submit {
    height: 6.4rem;
    width: 27rem;
    font-size: 1.6rem;
    line-height: 1.5;
    border-radius: 6.4rem;
  }
}
.top-contact-section .contact-form .form-submit .btn-submit span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.top-contact-section .contact-form .form-submit .btn-submit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}
.top-contact-section .contact-form .form-submit .btn-submit:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 3rem;
  width: 2.5rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='16' viewBox='0 0 25 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.453613 7.69727H23.299' stroke='white'/%3E%3Cpath d='M14.7319 0.720703L23.2989 7.69745L14.7319 14.6742' stroke='white'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.top-contact-section .contact-form .form-submit .btn-submit:hover {
  color: #ff6a00;
}
.top-contact-section .contact-form .form-submit .btn-submit:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.top-contact-section .contact-form .form-submit .btn-submit:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='16' viewBox='0 0 25 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.453613 7.69727H23.299' stroke='%23FF6A00'/%3E%3Cpath d='M14.7319 0.720703L23.2989 7.69745L14.7319 14.6742' stroke='%23FF6A00'/%3E%3C/svg%3E%0A");
}
.top-contact-section .contact-form .input-group {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 27rem 3rem minmax(0rem, 1fr);
  grid-template-columns: 27rem minmax(0rem, 1fr);
  gap: 3rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .contact-form .input-group {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: minmax(0rem, 1fr);
    gap: 1.2rem 2rem;
  }
}
.top-contact-section .contact-form .input-group > li {
  position: relative;
}
.top-contact-section .contact-form .input-group > li > label {
  position: relative;
  display: block;
  font-weight: 700;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .contact-form .input-group > li > label {
    margin: 0;
  }
}
.top-contact-section .contact-form .input-group > li > label .required {
  position: relative;
  display: inline-block;
  padding: 0.2rem 1rem 0.3rem;
  background: #e60012;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #ffffff;
  text-align: center;
  border-radius: 0.3rem;
  margin-left: 2rem;
}
.top-contact-section .contact-form .input {
  position: relative;
}
.top-contact-section .contact-form .error-msg,
.top-contact-section .contact-form .validate {
  color: #e60012;
}
.top-contact-section .contact-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.top-contact-section .contact-form .wpcf7-list-item {
  position: relative;
  display: block;
  padding-left: 0;
  margin: 0;
}
.top-contact-section .contact-form .wpcf7-list-item label {
  display: inline-block;
  cursor: pointer;
}
.top-contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="checkbox"],
.top-contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.top-contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="checkbox"]
  + .wpcf7-list-item-label,
.top-contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="radio"]
  + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .top-contact-section
    .contact-form
    .wpcf7-list-item.wpcf7-list-item
    [type="checkbox"]
    + .wpcf7-list-item-label,
  .top-contact-section
    .contact-form
    .wpcf7-list-item.wpcf7-list-item
    [type="radio"]
    + .wpcf7-list-item-label {
    padding-left: 3.6rem;
  }
}
.top-contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="checkbox"]
  + .wpcf7-list-item-label:after,
.top-contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="checkbox"]
  + .wpcf7-list-item-label:before,
.top-contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="radio"]
  + .wpcf7-list-item-label:after,
.top-contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="radio"]
  + .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
}
.top-contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="radio"]
  + .wpcf7-list-item-label:after,
.top-contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="radio"]
  + .wpcf7-list-item-label:before {
  border-radius: 5rem;
}
.top-contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="radio"]
  + .wpcf7-list-item-label:before {
  top: 0.5rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #297672;
}
.top-contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="radio"]
  + .wpcf7-list-item-label:after {
  top: 1rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: #297672;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top-contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="radio"]:not(:checked)
  + .wpcf7-list-item-label:after {
  opacity: 0;
  visibility: hidden;
}
.top-contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="radio"]:checked
  + .wpcf7-list-item-label:after {
  opacity: 1;
  visibility: visible;
}
.top-contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="checkbox"]
  + .wpcf7-list-item-label:before {
  top: 0.4rem;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #ffffff;
  border: 1px solid #113892;
}
.top-contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="checkbox"]
  + .wpcf7-list-item-label:after {
  top: -0.3rem;
  left: 1.2rem;
  width: 1rem;
  height: 2.4rem;
  border: 1px solid #113892;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top-contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="checkbox"]:not(:checked)
  + .wpcf7-list-item-label:after {
  opacity: 0;
  visibility: hidden;
}
.top-contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="checkbox"]:checked
  + .wpcf7-list-item-label:before {
  border-color: #113892;
}
.top-contact-section
  .contact-form
  .wpcf7-list-item.wpcf7-list-item
  [type="checkbox"]:checked
  + .wpcf7-list-item-label:after {
  opacity: 1;
  visibility: visible;
}
.top-contact-section .contact-form .wpcf7-spinner {
  display: none;
}
.top-contact-section .contact-form .wpcf7-response-output {
  position: relative;
  width: 100%;
  padding: 2rem 2.4rem;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .contact-form .wpcf7-response-output {
    margin-top: 3.2rem;
  }
}
.top-contact-section .contact-form .contact-form-step {
  position: relative;
}
.top-contact-section .contact-form .contact-form-step.form-step01 {
  position: relative;
  display: block;
}
.top-contact-section .contact-form .contact-form-step.form-step02 {
  position: relative;
  display: none;
}
.top-contact-section
  .contact-form
  .contact-form-step.form-step02
  .form-complete {
  position: relative;
  padding: 4rem 0;
}
.top-contact-section
  .contact-form
  .contact-form-step.form-step02
  .form-complete
  h4 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #113892;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .top-contact-section
    .contact-form
    .contact-form-step.form-step02
    .form-complete
    h4 {
    font-size: 2rem;
  }
}
.top-contact-section
  .contact-form
  .contact-form-step.form-step02
  .form-complete
  p {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
}
.top-contact-section .wpcf7-response-output {
  display: none;
}
.page-index {
  aspect-ratio: 6 / 1;
  position: relative;
  padding: 4rem 0 5rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../image/page-index.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (min-width: 769px) {
  .page-index {
    aspect-ratio: unset;
    height: 24rem;
  }
}
.page-index .container {
  position: relative;
  z-index: 3;
}
.page-index .title {
  position: relative;
}
.page-index .title .en {
  position: relative;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4.2rem;
  color: #ffffff;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-index .title .en {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    text-align: center;
  }
}
.page-index .title .jp {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.8rem;
  color: #ffffff;
  text-align: left;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .page-index .title .jp {
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: center;
    margin-top: 0.2rem;
  }
}
.breadcrumbs {
  position: relative;
  padding: 1.2rem 0;
  background: #fffaf3;
}
.breadcrumbs .container {
  position: relative;
  z-index: 1;
}
.breadcrumbs ol {
  display: block;
  list-style: none;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  color: #000000;
}
.breadcrumbs ol a {
  color: inherit;
}
.breadcrumbs ol a:hover {
  text-decoration: underline;
}
.breadcrumbs ol li {
  position: relative;
  display: inline;
}
.breadcrumbs ol li + li:before {
  content: "＞";
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2.3rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs ol li + li:before {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.doctor-profile-section {
  position: relative;
  padding: 7rem 0 8rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .doctor-profile-section {
    padding: 6rem 0 7rem;
  }
}
.doctor-profile-section .container {
  position: relative;
  z-index: 1;
}
.doctor-profile-section .profile-wrapper {
  position: relative;
}
.doctor-profile-section .profile-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
@media print, screen and (min-width: 769px) {
  .doctor-profile-section .profile-wrapper {
    margin-right: -12rem;
  }
}
.doctor-profile-section .profile-wrapper .title {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  text-align: left;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 769px) {
  .doctor-profile-section .profile-wrapper .title {
    width: calc(100% - 48rem);
    max-width: 100%;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .doctor-profile-section .profile-wrapper .title {
    margin-bottom: 3rem;
  }
}
.doctor-profile-section .profile-wrapper .profile {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .doctor-profile-section .profile-wrapper .profile {
    position: sticky;
    top: 19.6rem;
    left: 0;
    width: 44rem;
    max-width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .doctor-profile-section .profile-wrapper .profile {
    margin-bottom: 3.2rem;
  }
}
.doctor-profile-section .profile-wrapper .profile .avatar {
  position: relative;
  width: 100%;
}
.doctor-profile-section .profile-wrapper .profile .name {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: left;
  margin-top: 2rem;
}
.doctor-profile-section .profile-wrapper .profile .name span {
  display: block;
}
.doctor-profile-section .profile-wrapper .profile .name strong {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.doctor-profile-section .profile-wrapper .content {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .doctor-profile-section .profile-wrapper .content {
    width: calc(100% - 48rem);
    max-width: 100%;
    float: right;
  }
}
.doctor-profile-section .history-wrapper {
  position: relative;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .doctor-profile-section .history-wrapper {
    margin-top: 6rem;
  }
}
.doctor-profile-section .history-wrapper .history-list {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .doctor-profile-section .history-wrapper .history-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 9rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem 9rem;
  }
}
@media only screen and (max-width: 768px) {
  .doctor-profile-section .history-wrapper .history-list {
    display: block;
  }
}
.doctor-profile-section .history-wrapper .history-list > li {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .doctor-profile-section .history-wrapper .history-list > li:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
.doctor-profile-section .history-wrapper .history-item {
  position: relative;
  display: block;
}
.doctor-profile-section .history-wrapper .history-item .label {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  text-align: left;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .doctor-profile-section .history-wrapper .history-item .label {
    margin-bottom: 1.6rem;
  }
}
.doctor-profile-section .history-wrapper .history-item .label span {
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding-right: 3rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .doctor-profile-section .history-wrapper .history-item .label span {
    padding-right: 2rem;
  }
}
.doctor-profile-section .history-wrapper .history-item .label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  right: 0;
  height: 1px;
  background: #707070;
  z-index: 0;
}
.doctor-profile-section .history-wrapper .history-desc {
  position: relative;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .doctor-profile-section .history-wrapper .history-desc {
    margin-top: 6rem;
  }
}
.doctor-profile-section .member-wrapper {
  position: relative;
  margin-top: 8rem;
  border-top: 1px solid #707070;
  padding-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .doctor-profile-section .member-wrapper {
    margin-top: 6rem;
    padding-top: 6rem;
  }
}
.doctor-profile-section .member-wrapper .member-list {
  position: relative;
  display: block;
}
.doctor-profile-section .member-wrapper .member-list > li {
  position: relative;
  display: block;
}
.doctor-profile-section .member-wrapper .member-list > li:not(:first-child) {
  padding-top: 8rem;
  border-top: 1px solid #707070;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .doctor-profile-section .member-wrapper .member-list > li:not(:first-child) {
    padding-top: 6rem;
    margin-top: 6rem;
  }
}
.doctor-profile-section .member-wrapper .member-list .member-item {
  position: relative;
}
.doctor-profile-section .member-wrapper .member-list .member-item:after {
  content: "";
  display: block;
  clear: both;
}
.doctor-profile-section .member-wrapper .member-list .member-item .member-name {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3rem;
  text-align: left;
  margin-bottom: 2.4rem;
}
.doctor-profile-section
  .member-wrapper
  .member-list
  .member-item
  .member-name
  span {
  display: block;
}
.doctor-profile-section
  .member-wrapper
  .member-list
  .member-item
  .member-name
  strong {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .doctor-profile-section
    .member-wrapper
    .member-list
    .member-item
    .member-name {
    width: 42rem;
    max-width: 100%;
    float: right;
  }
}
.doctor-profile-section
  .member-wrapper
  .member-list
  .member-item
  .member-avatar {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .doctor-profile-section
    .member-wrapper
    .member-list
    .member-item
    .member-avatar {
    width: 32rem;
    max-width: 100%;
    float: left;
    margin-left: 7rem;
  }
}
.doctor-profile-section
  .member-wrapper
  .member-list
  .member-item
  .member-content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .doctor-profile-section
    .member-wrapper
    .member-list
    .member-item
    .member-content {
    width: 42rem;
    max-width: 100%;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .doctor-profile-section
    .member-wrapper
    .member-list
    .member-item
    .member-content {
    margin-top: 3.2rem;
  }
}
.doctor-profile-section
  .member-wrapper
  .member-list
  .member-item
  .member-content
  .history-list {
  position: relative;
  display: block;
}
.doctor-profile-section
  .member-wrapper
  .member-list
  .member-item
  .member-content
  .history-list
  > li {
  position: relative;
}
.doctor-profile-section
  .member-wrapper
  .member-list
  .member-item
  .member-content
  .history-list
  > li:not(:last-child) {
  margin-bottom: 3.2rem;
}
.doctor-profile-section
  .member-wrapper
  .member-list
  .member-item
  .member-content
  .history-item {
  position: relative;
  display: block;
}
.doctor-profile-section
  .member-wrapper
  .member-list
  .member-item
  .member-content
  .history-item
  .label {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  text-align: left;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .doctor-profile-section
    .member-wrapper
    .member-list
    .member-item
    .member-content
    .history-item
    .label {
    margin-bottom: 1.6rem;
  }
}
.doctor-profile-section
  .member-wrapper
  .member-list
  .member-item
  .member-content
  .history-item
  .label
  span {
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding-right: 3rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .doctor-profile-section
    .member-wrapper
    .member-list
    .member-item
    .member-content
    .history-item
    .label
    span {
    padding-right: 2rem;
  }
}
.doctor-profile-section
  .member-wrapper
  .member-list
  .member-item
  .member-content
  .history-item
  .label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  right: 0;
  height: 1px;
  background: #707070;
  z-index: 0;
}
.reason-main-section {
  position: relative;
  padding: 7rem 0 8rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .reason-main-section {
    padding: 6rem 0 7rem;
  }
}
.reason-main-section .container {
  position: relative;
  max-width: 120rem;
  z-index: 1;
}
.reason-main-section .section-label {
  position: relative;
}
.reason-main-section .section-wrapper {
  position: relative;
}
.reason-main-section .section-wrapper .reason-list {
  position: relative;
  display: block;
}
.reason-main-section .section-wrapper .reason-list > li {
  position: relative;
  display: block;
}
.reason-main-section .section-wrapper .reason-list > li:not(:last-child) {
  margin-bottom: 6rem;
}
.reason-main-section .section-wrapper .reason-list .reason-item {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .reason-main-section .section-wrapper .reason-list .reason-item {
    padding: 0 0 0 10rem;
  }
}
.reason-main-section .section-wrapper .reason-list .reason-item .inner-row {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .reason-main-section .section-wrapper .reason-list .reason-item .inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .reason-main-section .section-wrapper .reason-list .reason-item .inner-row {
    display: block;
  }
}
.reason-main-section
  .section-wrapper
  .reason-list
  .reason-item
  .inner-row
  > li {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .reason-main-section
    .section-wrapper
    .reason-list
    .reason-item
    .inner-row
    > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
  .reason-main-section
    .section-wrapper
    .reason-list
    .reason-item
    .inner-row
    > li:first-child {
    width: 48rem;
  }
  .reason-main-section
    .section-wrapper
    .reason-list
    .reason-item
    .inner-row
    > li:nth-child(2) {
    width: 50rem;
  }
}
@media only screen and (max-width: 768px) {
  .reason-main-section
    .section-wrapper
    .reason-list
    .reason-item
    .inner-row
    > li:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
.reason-main-section .section-wrapper .reason-list .reason-item .title {
  position: relative;
  display: block;
  margin-bottom: 2rem;
}
.reason-main-section .section-wrapper .reason-list .reason-item .title p {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #019a62;
  text-align: left;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .reason-main-section .section-wrapper .reason-list .reason-item .title p {
    margin-bottom: 0.6rem;
  }
}
.reason-main-section .section-wrapper .reason-list .reason-item .title h3 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: left;
}
.reason-main-section .section-wrapper .reason-list .reason-item .content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .reason-main-section .section-wrapper .reason-list .reason-item.reverse {
    padding: 0 10rem 0 0;
  }
  .reason-main-section
    .section-wrapper
    .reason-list
    .reason-item.reverse
    .inner-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.faq-main-section {
  position: relative;
  padding: 7rem 0 8rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .faq-main-section {
    padding: 6rem 0 7rem;
  }
}
.faq-main-section .container {
  position: relative;
  max-width: 120rem;
  z-index: 1;
}
.faq-main-section .faq-wrapper {
  position: relative;
}
.faq-main-section .faq-wrapper .section-label {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .faq-main-section .faq-wrapper .section-label {
    margin-bottom: 4rem;
  }
}
.faq-main-section .faq-wrapper .faq-list {
  position: relative;
  display: block;
}
.faq-main-section .faq-wrapper .faq-list .faq-item {
  position: relative;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3rem;
  color: #000000;
  text-align: left;
  padding: 0;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 0;
}
.faq-main-section .faq-wrapper .faq-list .faq-item .question {
  position: relative;
  display: block;
  cursor: pointer;
}
.faq-main-section .faq-wrapper .faq-list .faq-item .question h4 {
  position: relative;
  padding: 2.1rem 5rem 2.1rem 8rem;
}
@media only screen and (max-width: 768px) {
  .faq-main-section .faq-wrapper .faq-list .faq-item .question h4 {
    padding: 2rem 3.6rem 2rem 6.4rem;
  }
}
.faq-main-section .faq-wrapper .faq-list .faq-item .question h4:before {
  content: "Q";
  position: absolute;
  top: 1.4rem;
  left: 2.4rem;
  width: 4rem;
  height: 4rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 4rem;
  color: #ffffff;
  text-align: center;
  background: #019a62;
  border: 1px solid #079a62;
  border-radius: 50%;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .faq-main-section .faq-wrapper .faq-list .faq-item .question h4:before {
    left: 1.2rem;
    top: 1.2rem;
  }
}
.faq-main-section .faq-wrapper .faq-list .faq-item .question:before {
  content: "";
  position: absolute;
  top: 3.1rem;
  right: 2.4rem;
  display: block;
  width: 2rem;
  height: 2px;
  background: #019a62;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .faq-main-section .faq-wrapper .faq-list .faq-item .question:before {
    right: 1.2rem;
    top: 3rem;
  }
}
.faq-main-section .faq-wrapper .faq-list .faq-item .question:after {
  content: "";
  position: absolute;
  top: 3.1rem;
  right: 2.4rem;
  display: block;
  width: 2rem;
  height: 2px;
  background: #019a62;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .faq-main-section .faq-wrapper .faq-list .faq-item .question:after {
    right: 1.2rem;
    top: 3rem;
  }
}
.faq-main-section .faq-wrapper .faq-list .faq-item .question.expanded:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.faq-main-section .faq-wrapper .faq-list .faq-item .answer {
  position: relative;
  display: block;
  font-weight: 300;
}
.faq-main-section .faq-wrapper .faq-list .faq-item .answer p {
  position: relative;
  padding: 2.1rem 4rem 2.1rem 8rem;
  border-top: 1px solid #707070;
}
@media only screen and (max-width: 768px) {
  .faq-main-section .faq-wrapper .faq-list .faq-item .answer p {
    padding: 1.8rem 3rem 1.8rem 6.4rem;
  }
}
.faq-main-section .faq-wrapper .faq-list .faq-item .answer p:before {
  content: "A";
  position: absolute;
  top: 1.6rem;
  left: 2.4rem;
  width: 4rem;
  height: 4rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 4rem;
  color: #079a62;
  text-align: center;
  background: #ffffff;
  border: 1px solid #079a62;
  border-radius: 50%;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .faq-main-section .faq-wrapper .faq-list .faq-item .answer p:before {
    left: 1.2rem;
    top: 1.2rem;
  }
}
.faq-main-section .faq-wrapper .faq-list .faq-item.faq-item {
  margin-top: 2rem;
}
.faq-main-section .contact-wrapper {
  position: relative;
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .faq-main-section .contact-wrapper {
    margin-top: 6rem;
  }
}
.faq-main-section .contact-wrapper .section-label {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .faq-main-section .contact-wrapper .section-label {
    margin-bottom: 4rem;
  }
  .faq-main-section .contact-wrapper .section-label h2 {
    margin-left: -1rem;
    margin-right: -1.5rem;
    letter-spacing: -0.05em;
  }
}
.faq-main-section .contact-wrapper .section-action {
  position: relative;
}
.faq-main-section .contact-wrapper .section-action .link-btn {
  margin: 0 auto;
}
.voice-main-section {
  position: relative;
  padding: 7rem 0 8rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .voice-main-section {
    padding: 6rem 0 7rem;
  }
}
.voice-main-section .container {
  position: relative;
  max-width: 120rem;
  z-index: 1;
}
.voice-main-section .section-wrapper {
  position: relative;
}
.voice-main-section .section-label {
  position: relative;
  margin-bottom: 4.5rem;
}
.voice-main-section .section-content {
  position: relative;
}
.voice-main-section .section-content .voice-list {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .voice-main-section .section-content .voice-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5rem 8rem;
  }
  .voice-main-section .section-content .voice-list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 35rem;
    max-width: 100%;
  }
}
.voice-main-section .section-content .voice-list > li {
  position: relative;
  display: block;
}
@media only screen and (max-width: 768px) {
  .voice-main-section .section-content .voice-list > li:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.voice-main-section .section-content .voice-list .voice-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 3rem 1.6rem 3rem;
  background: #ffffff;
  border: 0.4rem solid #019a62;
  border-radius: 0.8rem;
}
.voice-main-section .section-content .voice-list .voice-item:before {
  content: "";
  position: absolute;
  top: -2rem;
  left: calc(100% - 5rem);
  width: 10rem;
  height: 1px;
  background: #019a62;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
}
.voice-main-section .section-content .voice-list .voice-item:after {
  content: "";
  position: absolute;
  bottom: -2rem;
  right: calc(100% - 5rem);
  width: 10rem;
  height: 1px;
  background: #019a62;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
}
.voice-main-section .section-content .voice-list .voice-item .item-label {
  position: absolute;
  top: 3.6rem;
  left: -0.1rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #ffffff;
  text-align: center;
  padding: 0.2rem 1rem 0.2rem;
  background: #019a62;
  width: 10rem;
  z-index: 1;
}
.voice-main-section .section-content .voice-list .voice-item .item-author {
  position: relative;
  z-index: 1;
}
.voice-main-section
  .section-content
  .voice-list
  .voice-item
  .item-author
  .icon {
  position: relative;
  width: 8rem;
  margin: 0 auto 1.4rem;
}
.voice-main-section
  .section-content
  .voice-list
  .voice-item
  .item-author
  .meta {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  text-align: center;
  padding: 0.6rem 1rem;
  width: 18.4rem;
  margin: 0 auto;
}
.voice-main-section
  .section-content
  .voice-list
  .voice-item
  .item-author
  .meta._bg-pink {
  background: rgba(255, 230, 234, 0.6);
}
.voice-main-section
  .section-content
  .voice-list
  .voice-item
  .item-author
  .meta._bg-blue {
  background: rgba(200, 231, 250, 0.6);
}
.voice-main-section .section-content .voice-list .voice-item .item-content {
  position: relative;
  margin-top: 2rem;
  z-index: 1;
}
