*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  overflow-x: clip;
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #374461;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: inherit;
  }
}

ul,
ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

input,
select,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
}

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

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

.layout-header {
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
}

.header {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0 0.625rem;
  max-width: 90rem;
  width: 100%;
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 0 1.25rem;
    height: 5rem;
  }
}

.header__logo a {
  display: block;
  line-height: 1;
}

.header__logo img {
  width: 8.875rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .header__logo img {
    width: 17.5rem;
  }
}

.header__nav {
  display: block;
}

.header__nav-list {
  display: flex;
  align-items: center;
}

.header__nav-item.header__nav-item--contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #0068b6;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  border-radius: 1.875rem;
  width: 8.75rem;
  height: 2.25rem;
  transition: background 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .header__nav-item.header__nav-item--contact a {
    gap: 0.9375rem;
    font-size: 1rem;
    width: 13.125rem;
    height: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .header__nav-item.header__nav-item--contact a:hover {
    background: #fff;
    color: #0068b6;
    outline: 0.125rem solid #0068b6;
  }
  .header__nav-item.header__nav-item--contact a:hover .header__nav-icon {
    filter: brightness(0) saturate(100%) invert(27%) sepia(83%) saturate(2193%) hue-rotate(193deg) brightness(95%) contrast(101%);
  }
}

.header__nav-icon {
  width: 1.25rem;
  height: auto;
  transition: filter 0.3s;
}
@media screen and (min-width: 768px) {
  .header__nav-icon {
    width: 1.875rem;
  }
}

.layout-mv {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .layout-mv {
    margin-top: 5rem;
  }
}

.layout-news {
  padding-top: 3.5rem;
  padding-bottom: 4.625rem;
}
@media screen and (min-width: 768px) {
  .layout-news {
    padding-top: 4.4375rem;
  }
}

.disease-bg {
  background: linear-gradient(171deg, #0068b6 14%, #003a66 95%);
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .disease-bg {
    margin-top: 3.75rem;
  }
}

.layout-tremor {
  margin-top: 0;
}

.layout-treatment {
  padding-top: 3.5rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .layout-treatment {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.layout-cost {
  margin-top: 0;
}

.layout-about {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .layout-about {
    margin-top: 3.75rem;
  }
}

.layout-contact {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .layout-contact {
    margin-top: 3.75rem;
  }
}

.footer {
  background: #374461;
}

.footer__copyright {
  display: block;
  padding: 1.3125rem 0 1.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.grecaptcha-badge {
  visibility: hidden;
}

.mv {
  position: relative;
  overflow: hidden;
}

.mv__inner {
  position: relative;
  width: 100%;
}

.mv__image {
  width: 100%;
}

.mv__image img {
  width: 100%;
  height: 26.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}
@media screen and (min-width: 768px) {
  .mv__image img {
    height: 36.25rem;
  }
}

.mv__content {
  position: absolute;
  left: 1.25rem;
  bottom: 5.3125rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .mv__content {
    left: 8.4vw;
    bottom: 6.25rem;
  }
}

.mv__catch {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  color: #231815;
  background: #fff;
  padding: 0.75rem 0.75rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .mv__catch {
    padding: 0.6875rem 1rem;
  }
}

.mv__catch--first {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mv__catch--first {
    font-size: clamp(1.5rem, 3.5714vw - 0.214375rem, 3rem);
  }
}

.mv__catch--second {
  font-size: 1.5rem;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .mv__catch--second {
    font-size: clamp(1.5rem, 3.5714vw - 0.214375rem, 3rem);
    margin-top: 0.5rem;
  }
}

.mv__sub {
  display: inline-block;
  margin-top: 0.375rem;
  padding: 0.1875rem 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #231815;
  background: #fff;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .mv__sub {
    margin-top: 0.625rem;
    padding: 0.25rem 0.625rem;
    font-size: clamp(1.5rem, 3.5714vw - 0.214375rem, 3rem);
  }
}

.mv__catch--first span,
.mv__sub span {
  color: #0068b6;
}

.mv__message {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0rem;
  background: #0068b6;
  padding: 0.75rem 1.25rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .mv__message {
    padding: 0.875rem 1.5rem;
    font-size: 1.125rem;
    max-width: 80%;
    left: 8.4vw;
  }
}

.mv__message-accent {
  color: #fff44f;
}

.news__inner {
  margin: auto;
  padding: 0 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news__inner {
    display: flex;
    align-items: flex-start;
    gap: 4rem;
    max-width: 90rem;
    padding: 0 2.5rem;
  }
}

.news__title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #374461;
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .news__title {
    font-size: 1.75rem;
    flex-shrink: 0;
    padding-bottom: 1.25rem;
  }
}

.news__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.875rem;
  height: 0.125rem;
  background: #374461;
}

.news-list {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .news-list {
    margin-top: 0;
    flex: 1;
    max-width: 56.5625rem;
  }
}

.news-list__item a,
.news-list__item-btn {
  display: block;
  width: 100%;
  padding: 1rem 0;
  border: none;
  border-bottom: 0.0625rem solid #ccc;
  background: none;
  text-align: left;
  cursor: pointer;
}

.news-list__item:first-child a,
.news-list__item:first-child .news-list__item-btn {
  padding-top: 0;
}

.news-list__item-date {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #074592;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .news-list__item-date {
    font-size: 1.125rem;
  }
}

.news-list__item-text {
  margin-top: 0.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #374461;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .news-list__item-text {
    margin-top: 0.75rem;
    font-size: 1.125rem;
  }
}

.parkinson {
  color: #fff;
  padding: 3.1875rem 0 0;
}
@media screen and (min-width: 768px) {
  .parkinson {
    padding: 5rem 0 0;
  }
}

.parkinson__inner {
  margin: auto;
  padding: 0 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .parkinson__inner {
    max-width: 76.875rem;
    padding: 0 1.25rem;
  }
}

.parkinson__title {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .parkinson__title {
    padding-bottom: 1.5rem;
    font-size: clamp(30px, 26.48px + 0.94vw, 40px);
  }
}

.parkinson__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 0.1875rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .parkinson__title::after {
    width: 2.9375rem;
  }
}

.parkinson__content {
  margin-top: 1.875rem;
  max-width: 31.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .parkinson__content {
    margin-top: 2.5rem;
    max-width: 93%;
    margin-inline: auto;
  }
}

.parkinson__lead {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .parkinson__lead {
    margin-top: 2.5rem;
    font-size: 1.5rem;
    text-align: center;
  }
}

.parkinson__symptoms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9375rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .parkinson__symptoms {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.9375rem;
    margin-top: 1.5rem;
  }
}

.parkinson__symptoms--nonmotor {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .parkinson__symptoms--nonmotor {
    margin-top: 1.5rem;
  }
}

.parkinson__symptom-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 0.75rem 0.625rem 1rem;
  text-align: center;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .parkinson__symptom-card {
    padding: 1rem 0.625rem 1.25rem;
  }
}

.parkinson__symptom-name {
  font-size: clamp(14px, 6vw, 20px);
  font-weight: 700;
  color: #374461;
}
@media screen and (min-width: 768px) {
  .parkinson__symptom-name {
    font-size: clamp(14px, 2.2vw, 22px);
  }
}

.parkinson__symptom-icon {
  margin-top: 0.625rem;
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .parkinson__symptom-icon {
    margin-top: 1rem;
  }
}

.parkinson__symptom-icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.parkinson__description {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .parkinson__description {
    margin-top: 2.5rem;
    font-size: 1.25rem;
    max-width: 50rem;
    margin-inline: auto;
  }
}

.tremor {
  color: #fff;
  padding: 4rem 0 3.125rem;
}
@media screen and (min-width: 768px) {
  .tremor {
    padding: 5rem 0 5rem;
  }
}

.tremor__inner {
  margin: auto;
  padding: 0 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tremor__inner {
    max-width: 76.875rem;
    padding: 0 1.25rem;
  }
}

.tremor__title {
  font-size: clamp(24px, 18.37px + 1.5vw, 40px);
  font-weight: 700;
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .tremor__title {
    padding-bottom: 1.5rem;
  }
}

.tremor__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 0.1875rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .tremor__title::after {
    width: 2.9375rem;
  }
}

.tremor__ruby {
  display: block;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.43em;
  margin-bottom: 0.125rem;
}
@media screen and (min-width: 768px) {
  .tremor__ruby {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
}

.tremor__title rt {
  display: none;
}

.tremor__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .tremor__tags {
    margin-top: 2.5rem;
    gap: 1.5rem;
    max-width: 93%;
    margin-inline: auto;
  }
}

.tremor__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 0.0625rem solid #fff;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #374461;
  padding: 0.875rem 1.25rem;
  width: 100%;
  min-height: 3.875rem;
}
@media screen and (min-width: 768px) {
  .tremor__tag {
    border-radius: 1.25rem;
    font-size: 1.5rem;
    padding: 1.25rem 1.875rem;
    width: auto;
    flex: 1;
    min-height: 5.5625rem;
  }
}

.tremor__tag.tremor__tag--wide {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tremor__tag.tremor__tag--wide {
    width: 100%;
    flex: none;
  }
}

.tremor__description {
  margin-top: 1.25rem;
  line-height: 2;
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .tremor__description {
    margin-top: 2.5rem;
    font-size: 1.25rem;
  }
}

.treatment__inner {
  margin: auto;
  padding: 0 0.6875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .treatment__inner {
    max-width: 76.875rem;
    margin-inline: auto;
    padding: 0 1.25rem;
  }
}

.treatment__header {
  position: relative;
}

.treatment__title {
  font-size: clamp(25px, 19.72px + 1.41vw, 40px);
  font-weight: 700;
  color: #374461;
  line-height: 1.4;
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .treatment__title {
    padding-bottom: 1.5rem;
  }
}

.treatment__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 0.1875rem;
  background: #374461;
}
@media screen and (min-width: 768px) {
  .treatment__title::after {
    width: 2.9375rem;
  }
}

.treatment__lead {
  margin-top: 1rem;
  font-weight: 700;
  color: #374461;
}
@media screen and (min-width: 768px) {
  .treatment__lead {
    margin-top: 2.5rem;
    font-size: 1.25rem;
  }
}

.treatment__list {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .treatment__list {
    margin-top: 3.125rem;
  }
}

.treatment__item {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 0;
  border: 1px solid #0068b6;
  flex-direction: column;
  max-width: 98%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .treatment__item {
    max-width: 100%;
    gap: 0.75rem;
    flex-direction: row;
    gap: 2.5rem;
  }
}

.treatment__item--fus {
  border: 4px double #0068b6;
}

.treatment__item + .treatment__item {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .treatment__item + .treatment__item {
    margin-top: 2rem;
  }
}

.treatment__item-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: flex-start;
  width: 3rem;
  height: 3.3125rem;
  background: #0068b6;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 0 0 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .treatment__item-number {
    width: 3.5rem;
    height: 3.875rem;
    font-size: 1.625rem;
  }
}

.treatment__item-body {
  flex: 1;
  padding: 0rem 1.25rem 1.875rem 1.25rem;
  margin-top: -1.25rem;
}
@media screen and (min-width: 768px) {
  .treatment__item-body {
    margin-top: 0;
    max-width: 86%;
    padding: 1.25rem 0rem 1.875rem 0;
  }
}

.treatment__item-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .treatment__item-visual {
    flex-direction: row;
    justify-content: flex-start;
    gap: 2rem;
  }
}

.treatment__item-thumb {
  width: 5.75rem;
  height: auto;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .treatment__item-thumb {
    width: 7.5rem;
  }
}

.treatment__item-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #374461;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .treatment__item-name {
    line-height: 1.5;
    text-align: left;
    font-size: 1.375rem;
  }
}

.treatment__item-body > .treatment__item-name {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .treatment__item-body > .treatment__item-name {
    font-size: 1.75rem;
  }
}

.treatment__item-name small {
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .treatment__item-name small {
    font-size: 0.875rem;
  }
}

.treatment__item-text {
  margin-top: 1.5rem;
  line-height: 1.929;
  color: #374461;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .treatment__item-text {
    margin-top: 1rem;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.treatment__item-details {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .treatment__item-details {
    margin-top: 1.5rem;
  }
}

.treatment__item-detail {
  padding: 0.75rem 0;
}
@media screen and (min-width: 768px) {
  .treatment__item-detail {
    padding: 1rem 0;
  }
}

.treatment__item-detail-icon {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background: #0068b6;
  border-radius: 50%;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.treatment__item-detail-title {
  display: inline;
  font-weight: 700;
  color: #374461;
}

.treatment__item-detail-title--accent {
  color: #0068b6;
}

.treatment__item-detail-text {
  margin-top: 0.5rem;
  line-height: 1.929;
  color: #374461;
}
@media screen and (min-width: 768px) {
  .treatment__item-detail-text {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.treatment__item-columns {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .treatment__item-columns {
    margin-inline: auto;
    display: flex;
    gap: 0.625rem;
    justify-content: space-between;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .treatment__item-left {
    flex: 1;
    max-width: 33.5625rem;
  }
}

.treatment__item-columns .treatment__item-text {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .treatment__item-columns .treatment__item-text {
    margin-top: 1rem;
  }
}

.treatment__item-columns .treatment__item-details {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .treatment__item-columns .treatment__item-details {
    margin-top: 1rem;
  }
}

.treatment__item-columns .treatment__item-video {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .treatment__item-columns .treatment__item-video {
    margin-top: 0;
    width: 50%;
    min-width: 0;
    max-width: 26.8125rem;
    align-self: flex-start;
  }
}

.treatment__item-video {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .treatment__item-video {
    margin-top: 1.875rem;
  }
}

.treatment__item-video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  overflow: hidden;
  border: none;
  cursor: pointer;
  display: block;
}

.treatment__item-video-wrap iframe,
.treatment__item-video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.treatment__item-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  transition: background 0.3s;
}
@media screen and (min-width: 768px) {
  .treatment__item-video-play {
    width: 5rem;
    height: 5rem;
  }
}

.treatment__item-video-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625rem 0 0.625rem 1rem;
  border-color: transparent transparent transparent #fff;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .treatment__item-video-play::before {
    border-width: 0.75rem 0 prefigd_q-S5Ak8mHTEN7TdwKGy1iI1HVi1yu9H0vKwfj7Wbm(12) 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .treatment__item-video-wrap:hover .treatment__item-video-play {
    background: rgba(0, 0, 0, 0.85);
  }
}

.treatment__item-video-caption {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  color: #374461;
  text-align: center;
}

.treatment__record {
  margin-top: 1.875rem;
  padding: 1.25rem;
  background: #fff;
  border: 0.0625rem solid #ccc;
}
@media screen and (min-width: 768px) {
  .treatment__record {
    margin-top: 3.125rem;
    padding: 1.5rem 2rem;
    margin-left: auto;
    max-width: 36.25rem;
  }
}

.treatment__record-title {
  font-weight: 700;
  color: #374461;
}
@media screen and (min-width: 768px) {
  .treatment__record-title {
    font-size: 1rem;
  }
}

.treatment__record-list {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .treatment__record-list {
    margin-top: 1rem;
  }
}

.treatment__record-item {
  font-size: 0.8125rem;
  padding: 0.375rem 0.75rem;
  background: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .treatment__record-item {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
  }
}

.treatment__record-item + .treatment__record-item {
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .treatment__record-item + .treatment__record-item {
    margin-top: 0.5rem;
  }
}

.doctor {
  background: #dff0f7;
  color: #374461;
  padding: 3.5rem 0 3.125rem;
}
@media screen and (min-width: 768px) {
  .doctor {
    padding: 3.75rem 0 5rem;
  }
}

.doctor__inner {
  margin: auto;
  padding: 0 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .doctor__inner {
    max-width: 80rem;
    padding: 0 2.5rem;
  }
}

.doctor__title {
  font-size: clamp(24px, 18.37px + 1.5vw, 40px);
  font-weight: 700;
  color: #374461;
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .doctor__title {
    padding-bottom: 1.5rem;
  }
}

.doctor__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 0.1875rem;
  background: #374461;
}
@media screen and (min-width: 768px) {
  .doctor__title::after {
    width: 2.9375rem;
  }
}

.doctor__profile {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .doctor__profile {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .doctor__left {
    width: 40%;
    min-width: 0;
    max-width: 28.75rem;
  }
}

.doctor__image img {
  width: 100%;
  aspect-ratio: 4096/2731;
  -o-object-fit: cover;
     object-fit: cover;
}

.doctor__info {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .doctor__info {
    margin-top: 1rem;
  }
}

.doctor__department {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #374461;
}

.doctor__name-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 0.375rem;
}

.doctor__name-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.doctor__position {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #374461;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .doctor__position {
    font-size: 0.8125rem;
  }
}
.doctor__position a {
  color: inherit;
  text-decoration: underline;
}

.doctor__name {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #374461;
}

.doctor__right {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .doctor__right {
    margin-top: 0;
    flex: 1;
    max-width: 42.4375rem;
  }
}

.doctor__text {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.01em;
  color: #374461;
}
@media screen and (min-width: 768px) {
  .doctor__text {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.doctor__record {
  margin-top: 1.5rem;
  background: #fff;
  border-radius: 0.3125rem;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .doctor__record {
    margin-top: 2rem;
    padding: 1.5rem;
  }
}

.doctor__record-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0068b6;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .doctor__record-title {
    font-size: 1.125rem;
  }
}

.doctor__record-list {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.doctor__record-item {
  font-weight: 500;
  line-height: 1;
  color: #374461;
  border: 0.0625rem solid #0068b6;
  border-radius: 0.1875rem;
  height: 2.125rem;
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .doctor__record-item {
    font-size: 1rem;
  }
}

.cost {
  background: linear-gradient(120deg, #0068b6 14.37%, #003a66 95.13%);
  color: #fff;
  padding: 2.5rem 0 3.125rem;
}
@media screen and (min-width: 768px) {
  .cost {
    padding: 3.75rem 0 5rem;
  }
}

.cost__inner {
  margin: auto;
  padding: 0 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cost__inner {
    max-width: 80rem;
    padding: 0 2.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.25rem;
  }
}

.cost__title {
  font-size: clamp(24px, 18.37px + 1vw, 40px);
  font-weight: 700;
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .cost__title {
    padding-bottom: 1.5rem;
  }
}

.cost__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 0.1875rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .cost__title::after {
    width: 2.9375rem;
  }
}

.cost__cards {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cost__cards {
    margin-top: 0;
    flex: 1;
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
    align-items: stretch;
    max-width: 54.5625rem;
  }
}

.cost__section {
  background: #fff;
  color: #374461;
  border-radius: 15px;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cost__section {
    flex: 1;
    padding: 1.75rem 1.125rem;
  }
}

.cost__section + .cost__section {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cost__section + .cost__section {
    margin-top: 0;
  }
}

.cost__section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #374461;
}
@media screen and (min-width: 768px) {
  .cost__section-heading {
    font-size: 1.125rem;
    gap: 0.875rem;
  }
}

.cost__section-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.04em;
  background: #0068b6;
  color: #fff;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .cost__section-number {
    font-size: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.cost__insurance-list {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cost__insurance-list {
    margin-top: 2.3125rem;
  }
}

.cost__insurance-item {
  display: flex;
  gap: 0.5rem;
  line-height: 1.786;
  font-weight: 500;
  color: #374461;
}
@media screen and (min-width: 768px) {
  .cost__insurance-item {
    font-size: 0.875rem;
    gap: 0.625rem;
  }
}

.cost__insurance-item + .cost__insurance-item {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .cost__insurance-item + .cost__insurance-item {
    margin-top: 0.875rem;
  }
}

.cost__insurance-icon {
  flex-shrink: 0;
  color: #374461;
  font-size: 0.625rem;
  margin-top: 0.3125rem;
}

.cost__price-box {
  margin-top: 1.5rem;
  padding: 0.875rem 1rem;
  background: #E4F0F0;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .cost__price-box {
    margin-top: 2.3125rem;
    padding: 0.875rem 0.625rem;
  }
}

.cost__price-label {
  font-size: 1rem;
  color: #374461;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cost__price-label {
    font-size: 1rem;
  }
}

.cost__price-amount {
  font-size: 1rem;
  text-align: center;
  color: #374461;
  font-weight: 600;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .cost__price-amount {
    font-size: 1rem;
  }
}

.cost__price-note {
  margin-top: 0.875rem;
  line-height: 1.8;
  color: #374461;
}
@media screen and (min-width: 768px) {
  .cost__price-note {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.cost__price-caution {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.6;
  color: #374461;
}
@media screen and (min-width: 768px) {
  .cost__price-caution {
    font-size: 0.75rem;
  }
}

.cost__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-inline: auto;
  margin-top: 0.875rem;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .cost__link {
    justify-content: center;
    margin-top: 1rem;
  }
}

.cost__link-text {
  font-weight: 700;
  color: #374461;
}

.cost__link-arrow {
  flex-shrink: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  background: #374461;
  position: relative;
}

.cost__link-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.1875rem;
  height: 0.1875rem;
  border-top: 0.0625rem solid #fff;
  border-right: 0.0625rem solid #fff;
  transform: translate(-63%, -61%) rotate(45deg);
}

.about__inner {
  margin: auto;
  padding: 0 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about__inner {
    padding: 0 2.5rem;
    max-width: 80rem;
  }
}

.about__title {
  font-size: clamp(25px, 19.72px + 1.41vw, 40px);
  font-weight: 700;
  color: #374461;
  line-height: 1.4;
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .about__title {
    padding-bottom: 1.5rem;
  }
}

.about__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 0.1875rem;
  background: #374461;
}
@media screen and (min-width: 768px) {
  .about__title::after {
    width: 2.9375rem;
  }
}

.about__feature {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about__feature {
    margin-top: 2.5rem;
  }
}

.about__feature-media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .about__feature-media {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

.about__feature-image img {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: 0.5rem;
}

.about__feature-content {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .about__feature-content {
    margin-top: 2.5rem;
  }
}

.about__feature-heading,
.about__importance-heading,
.about__media-heading,
.about__staff-heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: clamp(20px, 18.59px + 0.38vw, 24px);
  font-weight: 700;
  color: #fff;
  background: linear-gradient(171deg, #0068b6 14%, #003a66 95%);
  padding: 0 1.5rem;
  height: clamp(44px, 41.76px + 0.56vw, 50px);
  border-radius: 6.25rem;
  letter-spacing: 0.04em;
}

.about__feature-number,
.about__importance-number,
.about__media-number,
.about__staff-number {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .about__feature-number,
  .about__importance-number,
  .about__media-number,
  .about__staff-number {
    font-size: 1.25rem;
  }
}

.about__feature-text {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 2;
  color: #374461;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .about__feature-text {
    margin-top: 2rem;
    font-size: 1rem;
  }
}

.about__video {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .about__video {
    margin-top: 0;
  }
}

.about__video-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  padding-top: 56.25%;
  display: block;
  border: none;
  background: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.5rem;
}

.about__video-wrap iframe,
.about__video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}

.about__video-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625rem 0 0.625rem 1.125rem;
  border-color: transparent transparent transparent #fff;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .about__video-wrap:hover .about__video-play {
    background: rgba(0, 0, 0, 0.85);
  }
}

.about__video-caption {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #374461;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__video-caption {
    font-size: 0.875rem;
  }
}

.about__importance {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .about__importance {
    margin-top: 3.5rem;
  }
}

.about__importance-text {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 2;
  color: #374461;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .about__importance-text {
    margin-top: 2rem;
    font-size: 1rem;
  }
}

.about__feature-link {
  color: #0068b6;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-align: left;
}

.about__media {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .about__media {
    margin-top: 3.5rem;
  }
}

.about__media-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .about__media-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8125rem;
    margin-top: 2rem;
  }
}

.btn.about__media-link {
  width: 100%;
  border: 0.0625rem solid #374461;
  border-radius: 6.25rem;
  font-weight: 700;
  color: #374461;
  padding: 1rem 1.5rem;
  height: 3.375rem;
}
@media screen and (min-width: 768px) {
  .btn.about__media-link {
    padding: 1rem 1.25rem;
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
}

@media screen and (min-width: 768px) {
  .about__media-link:hover {
    background: #374461;
    color: #fff;
  }
}

.about__staff {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .about__staff {
    margin-top: 3.5rem;
  }
}

.about__staff-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .about__staff-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.9375rem;
    margin-top: 2rem;
  }
}

.about__staff-card {
  overflow: hidden;
}

.about__staff-image img {
  width: 100%;
  aspect-ratio: 335/220;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .about__staff-image img {
    aspect-ratio: 380/260;
  }
}

.about__staff-info {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about__staff-info {
    margin-top: 1.5rem;
  }
}

.about__staff-role {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .about__staff-role {
    font-size: 1rem;
  }
}

.about__staff-position {
  font-weight: 700;
  color: #666;
}

.about__staff-name {
  font-weight: 700;
  font-size: 1rem;
  color: #0068b6;
}

.about__staff-text {
  font-weight: 500;
  margin-top: 0.75rem;
  line-height: 1.786;
  color: #374461;
}
@media screen and (min-width: 768px) {
  .about__staff-text {
    margin-top: 0.875rem;
    font-size: 0.8125rem;
    line-height: 1.875;
  }
}

.contact {
  background: #dff0f7;
  padding: 2.5rem 0 3.125rem;
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 3.75rem 0 5rem;
  }
}

.contact__inner {
  margin: auto;
  padding: 0 1.25rem;
  max-width: 90rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    padding: 0 7.5rem;
  }
}

.contact__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #374461;
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 2rem;
  }
}

.contact__info {
  margin-top: 1.5rem;
  padding: 1rem 0.5rem;
  background: #fff;
  color: #0068b6;
  border: 0.0625rem solid #0068b6;
  border-radius: 0.375rem;
}
@media screen and (min-width: 768px) {
  .contact__info {
    margin-top: 2.5rem;
    padding: 1.125rem 0.9375rem;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact__tel-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contact__tel-wrap {
    flex-direction: row;
    justify-content: space-between;
    max-width: 41.5rem;
    margin-inline: auto;
  }
}

.contact__tel,
.contact__fax {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .contact__tel,
  .contact__fax {
    gap: 0.5rem;
  }
}

.contact__tel-icon,
.contact__fax-icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .contact__tel-icon,
  .contact__fax-icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.contact__tel-label,
.contact__fax-label {
  font-size: 1rem;
  font-weight: 700;
  color: #0068b6;
}
@media screen and (min-width: 768px) {
  .contact__tel-label,
  .contact__fax-label {
    font-size: 1.5rem;
  }
}

.contact__tel-number,
.contact__fax-number {
  font-family: "Oswald", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  color: #0068b6;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .contact__tel-number,
  .contact__fax-number {
    font-size: 1.75rem;
  }
}

.contact__tel-divider {
  display: none;
}
@media screen and (min-width: 768px) {
  .contact__tel-divider {
    display: block;
    width: 0.0625rem;
    height: 2.125rem;
    background: #0068b6;
  }
}

.contact__clinic {
  margin-top: 1.5rem;
  text-align: center;
  color: #374461;
}
@media screen and (min-width: 768px) {
  .contact__clinic {
    margin-top: 2.5rem;
  }
}

.contact__clinic-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #374461;
}
@media screen and (min-width: 768px) {
  .contact__clinic-name {
    font-size: 1.5rem;
  }
}

.contact__clinic-schedule {
  margin-top: 1rem;
  color: #374461;
}
@media screen and (min-width: 768px) {
  .contact__clinic-schedule {
    margin-top: 1.25rem;
    max-width: 34.625rem;
    margin-inline: auto;
  }
}

.contact__clinic-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  color: #374461;
}
@media screen and (min-width: 768px) {
  .contact__clinic-row {
    flex-direction: row;
    font-size: 0.875rem;
  }
}

.contact__clinic-row + .contact__clinic-row {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contact__clinic-row + .contact__clinic-row {
    margin-top: 0.5rem;
  }
}

.contact__clinic-label {
  font-weight: 700;
  position: relative;
  padding: 0 0.3125rem;
  min-width: 6.4375rem;
  color: #374461;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .contact__clinic-label {
    min-width: 8.875rem;
    padding: 0 0.75rem;
  }
}

.contact__clinic-label::before,
.contact__clinic-label::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.0625rem;
  height: 0.9375rem;
  background: #0068b6;
  transform: translateY(-50%);
}

.contact__clinic-label::before {
  left: 0;
}

.contact__clinic-label::after {
  right: 0;
}

.contact__clinic-value {
  font-weight: 500;
  color: #374461;
  text-align: center;
  line-height: 1.43;
}
@media screen and (min-width: 768px) {
  .contact__clinic-value {
    text-align: left;
  }
}

.contact__faq-link {
  margin-top: 1.25rem;
  background: #fff;
  color: #374461;
  border: 0.0625rem solid #374461;
  border-radius: 6.25rem;
  min-width: 16.5625rem;
  height: 3.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .contact__faq-link {
    margin-top: 1.875rem;
    min-width: 25rem;
    height: 3.8125rem;
  }
}

.contact__form-wrap {
  margin-top: 1.875rem;
  background: #fff;
  color: #374461;
  border-radius: 0.9375rem;
  padding: 1.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .contact__form-wrap {
    margin-top: 3.125rem;
    padding: 2.5rem 3.75rem;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact__form-item {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contact__form-item {
    margin-top: 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
  }
}

.contact__form-item:first-child {
  margin-top: 0;
}

.contact__form-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 768px) {
  .contact__form-label {
    flex-shrink: 0;
    width: 10rem;
    margin-bottom: 0;
    padding-top: 0.6875rem;
  }
}

.contact__form-label label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #374461;
}
@media screen and (min-width: 768px) {
  .contact__form-label label {
    font-size: 0.875rem;
  }
}

.contact__form-required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #c41e3a;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 0.125rem 0.5rem;
  border-radius: 0.125rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .contact__form-required {
    font-size: 0.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .contact__form-field {
    flex: 1;
  }
}

.contact__form-caution {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.6;
  color: #374461;
}
@media screen and (min-width: 768px) {
  .contact__form-caution {
    font-size: 0.75rem;
  }
}

.contact__form-input,
.contact__form-select,
.contact__form-textarea {
  width: 100%;
  padding: 0.625rem 0.75rem;
  border: none;
  border-radius: 0.25rem;
  background: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .contact__form-input,
  .contact__form-select,
  .contact__form-textarea {
    padding: 0.75rem 1rem;
  }
}

.contact__form-input--short {
  max-width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .contact__form-input--short {
    max-width: 12.5rem;
  }
}

.contact__form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23666'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-color: #f0f0f0;
  padding-right: 2rem;
}

.contact__form-textarea {
  resize: vertical;
  min-height: 10rem;
}
@media screen and (min-width: 768px) {
  .contact__form-textarea {
    min-height: 12.5rem;
  }
}

.contact__form-agreement {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__form-agreement {
    margin-top: 1.875rem;
  }
}

.contact__form-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .contact__form-checkbox {
    font-size: 0.875rem;
  }
}

.contact__form-checkbox a {
  color: #0068b6;
  text-decoration: underline;
}

.contact__form-checkbox input[type=checkbox] {
  width: 1.125rem;
  height: 1.125rem;
  accent-color: #0068b6;
  cursor: pointer;
}

.contact__form-submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 16.5625rem;
  height: 3.125rem;
  background: linear-gradient(171deg, #0068b6 14%, #003a66 95%);
  color: #fff;
  border: none;
  border-radius: 6.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .contact__form-submit {
    margin-top: 1.5rem;
    width: 18.75rem;
    font-size: 1rem;
  }
}

.contact__form-submit::after {
  content: "";
  position: absolute;
  right: 2.1875rem;
  top: 50%;
  width: 0.3125rem;
  height: 0.3125rem;
  border-top: 0.0625rem solid currentColor;
  border-right: 0.0625rem solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 768px) {
  .contact__form-submit:hover {
    opacity: 0.85;
  }
}

.m-error {
  color: #ff0000;
  font-size: 0.875rem;
  margin: 0.375rem 0 0;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #374461;
  font-weight: 700;
  border: 0.0625rem solid #374461;
  border-radius: 6.25rem;
  padding: 0.875rem 1.25rem;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 1rem;
    padding: 0.875rem 2.5rem;
  }
}

.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-top: 0.0625rem solid currentColor;
  border-right: 0.0625rem solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 768px) {
  .btn:hover {
    background: #374461;
    color: #fff;
  }
}

.faq-hero {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .faq-hero {
    padding: 3.75rem 0 3rem;
  }
}

.faq-hero__inner {
  position: relative;
  margin: auto;
  padding: 0 1.25rem;
  max-width: 90rem;
  width: 100%;
  min-height: 7.5rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .faq-hero__inner {
    padding: 0 7.5rem;
    min-height: 10rem;
  }
}

.faq-hero__text {
  position: relative;
  z-index: 1;
}

.faq-hero__en {
  font-size: 2.75rem;
  font-weight: 700;
  color: #374461;
  line-height: 1;
}

.faq-hero__ja {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #374461;
}

.faq-hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(158deg, #0068b6 14.37%, #003a66 95.13%);
  border-radius: 0.3125rem 0 0 0.3125rem;
}
@media screen and (min-width: 768px) {
  .faq-hero__bg {
    width: 45%;
  }
}

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

.faq__inner {
  margin: auto;
  padding: 0 1.25rem;
  max-width: 56.6875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .faq__inner {
    padding: 0 1.25rem;
  }
}

.faq__section {
  margin-top: 4rem;
}

.faq__section:first-child {
  margin-top: 0;
}

.faq__section-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #374461;
}
@media screen and (min-width: 768px) {
  .faq__section-title {
    font-size: 1.375rem;
  }
}

.faq__section-title::before {
  content: "";
  flex-shrink: 0;
  width: 0.3125rem;
  height: 1.875rem;
  background: #374461;
  border-radius: 0.125rem;
}

.faq__list {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .faq__list {
    margin-top: 3rem;
  }
}

.faq__item {
  margin-top: 2rem;
}

.faq__item:first-child {
  margin-top: 0;
}

.faq__q {
  display: flex;
  align-items: flex-start;
  gap: 0.8125rem;
}

.faq__q-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 2.375rem;
  background: #374461;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0.25rem;
  line-height: 1;
}

.faq__q-text {
  font-size: 1rem;
  font-weight: 500;
  color: #374461;
  padding-top: 0.25rem;
}

.faq__a {
  margin-top: 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.faq__a-label {
  flex-shrink: 0;
  width: 0.875rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #374461;
  line-height: 1;
  padding-top: 0.25rem;
}

.faq__a-text {
  font-size: 1rem;
  font-weight: 500;
  color: #374461;
  line-height: 1.625rem;
}

.faq__divider {
  margin-top: 1.25rem;
  border: none;
  border-top: 0.0625rem solid #ddd;
}

.faq__highlight {
  color: #be4343;
}

.faq__back {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .faq__back {
    margin-top: 4rem;
  }
}

.faq__back-link {
  background: #fff;
  color: #374461;
  border: 0.0625rem solid #374461;
  border-radius: 6.25rem;
  min-width: 16.5625rem;
  height: 3.125rem;
}
@media screen and (min-width: 768px) {
  .faq__back-link {
    min-width: 25rem;
    height: 3.8125rem;
  }
}

.confirm {
  padding: 6.25rem 0 3.75rem;
}
@media screen and (min-width: 768px) {
  .confirm {
    padding: 8.75rem 0 5rem;
  }
}

.confirm__inner {
  margin: auto;
  padding: 0 1.25rem;
  max-width: 90rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .confirm__inner {
    padding: 0 7.5rem;
  }
}

.confirm__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #374461;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .confirm__title {
    font-size: 2rem;
  }
}

.confirm__lead {
  margin-top: 1rem;
  color: #374461;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .confirm__lead {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

.confirm__form-wrap {
  margin-top: 1.875rem;
  background: #fff;
  border-radius: 0.5rem;
  padding: 1.5rem 1.25rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .confirm__form-wrap {
    margin-top: 2.5rem;
    padding: 2.5rem 3.75rem;
  }
}

.confirm__table {
  width: 100%;
  border-collapse: collapse;
}

.confirm__row {
  border-bottom: 0.0625rem solid #ccc;
}

.confirm__label {
  display: block;
  padding: 0.75rem 0 0.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #374461;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .confirm__label {
    display: table-cell;
    width: 11.25rem;
    padding: 1rem 1rem 1rem 0;
    font-size: 0.875rem;
    vertical-align: top;
  }
}

.confirm__value {
  display: block;
  padding: 0.25rem 0 0.75rem;
  color: #374461;
}
@media screen and (min-width: 768px) {
  .confirm__value {
    display: table-cell;
    padding: 1rem 0;
    font-size: 0.9375rem;
  }
}

.confirm__value--message {
  white-space: pre-wrap;
}

.confirm__actions {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .confirm__actions {
    margin-top: 2.5rem;
    flex-direction: row;
    justify-content: center;
    gap: 1.25rem;
  }
}

.confirm__btn-back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.5rem;
  height: 3.125rem;
  background: #fff;
  color: #374461;
  border: 0.0625rem solid #374461;
  border-radius: 6.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

@media screen and (min-width: 768px) {
  .confirm__btn-back:hover {
    background: #374461;
    color: #fff;
  }
}

.confirm__btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.5rem;
  height: 3.125rem;
  background: linear-gradient(171deg, #0068b6 14%, #003a66 95%);
  color: #fff;
  border: none;
  border-radius: 6.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  .confirm__btn-submit:hover {
    opacity: 0.85;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 990;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.modal__inner {
  background: #fff;
  max-width: 62.5rem;
  width: 100%;
  max-height: 90vh;
  margin: 0 0.75rem;
  padding: 1.5rem;
  overflow: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .modal__inner {
    margin: 0 auto;
    padding: 2rem;
  }
}

.modal__heading {
  font-weight: 700;
  color: #0068b6;
  border: 0.0625rem solid #0068b6;
  padding: 0.5rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .modal__heading {
    font-size: 1.125rem;
    padding: 0.5625rem 1.125rem;
  }
}

.modal__image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.modal__close {
  width: 2.5rem;
  height: 2.5rem;
  background: #6f6f6f;
  border: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
@media screen and (min-width: 768px) {
  .modal__close {
    width: 3.125rem;
    height: 3.125rem;
    top: 1rem;
    right: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .modal__close:hover {
    background: #555;
  }
}

.modal__close img {
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (min-width: 768px) {
  .modal__close img {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.modal__inner--pdf {
  max-width: 37.5rem;
  padding: 3rem 1.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .modal__inner--pdf {
    padding: 3.5rem 2rem 2rem;
  }
}

.modal__pdf {
  width: 100%;
  height: 70vh;
  border: none;
}

.modal__inner--video {
  max-width: 60rem;
  padding: 3rem 1rem 1rem;
}
@media screen and (min-width: 768px) {
  .modal__inner--video {
    padding: 3.5rem 1.5rem 1.5rem;
  }
}

.modal__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: #000;
}

.modal__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.access {
  padding-top: 2rem;
  padding-bottom: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .access {
    padding-top: 6rem;
    padding-bottom: 6.75rem;
  }
}

.access__inner {
  margin: auto;
  width: 100%;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .access__inner {
    display: flex;
    max-width: 76.25rem;
    margin-inline: auto;
    flex-direction: row;
    align-items: stretch;
  }
}

@media screen and (min-width: 768px) {
  .access__map {
    flex: 0 0 60%;
    max-width: 60%;
  }
}

.access__map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 335/203;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .access__map iframe {
    aspect-ratio: 880/485;
    height: 100%;
    min-height: 30.3125rem;
  }
}

.access__info {
  font-style: normal;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .access__info {
    line-height: 1.8;
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.875rem 2.5rem;
    font-size: 0.875rem;
  }
}

.access__address,
.access__tel,
.access__fax {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.access__tel {
  margin-top: 0.75rem;
}

.access__fax {
  margin-top: 0.5rem;
}

.access__icon-wrap {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #374461;
}
@media screen and (min-width: 768px) {
  .access__icon-wrap {
    width: 1.875rem;
    height: 1.875rem;
  }
}/*# sourceMappingURL=style.css.map */
