@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: var(--yu);
  color: var(--black);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
a {
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

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

:root {
  --white: #ffffff;
  --black: #000000;
  --salem: #0f954b;
  --java: #11b5af;
  --tiber: #07273e;
  --desert: #f7f6f5;
  --dove: #666666;
  --emperor: #535353;
  --silver: #cccccc;
  --flamingo: #ea5520;
  --line-green: #04c757;
  --orange: #ff6633;
  --neon: #17fb7d;
  --gradient-blue: linear-gradient(180deg, rgba(21, 149, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
  --mont: "Montserrat", sans-serif;
  --yu: "YuGothic", "Yu Gothic", "Noto Sans JP", sans-serif;
  --zen: "Zen Maru Gothic", sans-serif;
}

.wrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .wrapper {
    overflow-x: hidden;
  }
}
.heading {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.heading__en {
  font-family: var(--mont);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.18em;
  line-height: 1.2;
}

.heading__ja {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: var(--yu);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.075em;
  color: var(--salem);
}

.heading__ja::before {
  content: "";
  width: 5px;
  height: 24px;
  background: var(--salem);
}

.line-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 440px;
  max-width: 100%;
  padding: 7px 10px;
  background: var(--line-green);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 1440px;
}

.line-btn__icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
}

.line-btn__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.line-btn__label {
  flex: 1;
  text-align: center;
  font-family: var(--zen);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.089em;
  color: var(--white);
}

.line-btn__arrow {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background: var(--white);
  border-radius: 50%;
}

.line-btn__arrow img {
  width: 16px;
  height: 16px;
}

.header .line-btn {
  width: 200px;
  gap: 10px;
}

.header .line-btn__label {
  font-size: 16px;
}

.footer__top .line-btn {
  width: 200px;
  gap: 10px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
}

.header__inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 0 50px;
}

.header__row {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  width: 179px;
  display: flex;
  align-items: center;
}

.header__logo img {
  width: 179px;
  height: auto;
}

.gnav {
  display: flex;
  align-items: stretch;
  gap: 17.8px;
}

.gnav__link {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  font-family: var(--yu);
  font-weight: 700;
  font-size: 14.1px;
  color: var(--white);
  white-space: nowrap;
  position: relative;
}

.gnav__link::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background: var(--white);
  opacity: 0;
  transition: opacity 0.2s;
}

.gnav__link:hover::after {
  opacity: 1;
}

.gnav__blog {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.gnav__blog img {
  width: 15px;
  height: auto;
}

/* ハンバーガー（PCでは非表示） */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 70;
}

.hamburger__bar {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--black);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger.is-active .hamburger__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.is-active .hamburger__bar:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active .hamburger__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ドロワー内CTA・オーバーレイ（PCでは非表示） */
.gnav__cta {
  display: none;
}

.drawer-overlay {
  display: none;
}

.is-menu-open {
  overflow: hidden;
}

.mv {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  background: url("../images/mv-bg.png") center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.mv__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
  color: var(--white);
}

.mv__title {
  font-family: var(--mont);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 45px;
  padding-bottom: 10px;
}

.mv__copy {
  display: flex;
  align-items: center;
  gap: 1px;
  font-family: var(--yu);
  font-weight: 700;
  white-space: nowrap;
}

.mv__copy .lg {
  font-size: 104px;
  line-height: 1.17;
}

.mv__copy .md {
  font-size: 64px;
  line-height: 1.31;
}

.mv__copy .sm {
  font-size: 44.8px;
}

.mv__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mv__scroll img {
  width: 85px;
  height: 114px;
  -webkit-animation: mv-scroll-bounce 1.5s ease-in-out infinite;
          animation: mv-scroll-bounce 1.5s ease-in-out infinite;
}

@-webkit-keyframes mv-scroll-bounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(28px);
    opacity: 0.55;
  }
}

@keyframes mv-scroll-bounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(28px);
    opacity: 0.55;
  }
}
.news {
  padding: 75px 10px;
  display: flex;
  justify-content: center;
}

.news__inner {
  width: 1180px;
  max-width: 100%;
  display: grid;
  grid-template-columns: 330px 1fr;
  grid-template-rows: auto auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 50px;
}

.news__head {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
}

.news__head .heading__en,
.news__head .heading__ja {
  color: var(--black);
}

.news__head .heading__ja::before {
  background: var(--salem);
}

.news__head .heading__ja {
  color: var(--salem);
}

.news__list {
  grid-column: 2;
  grid-row: 1;
  max-width: 850px;
}

.news__foot {
  grid-column: 1/-1;
  grid-row: 2;
  display: flex;
  justify-content: flex-end;
}

.news__item {
  display: flex;
  gap: 0;
  align-items: flex-start;
  padding-bottom: 30px;
}

.news__term {
  width: 205px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.8px 10px 0.2px 0;
}

.news__date {
  font-family: var(--mont);
  font-weight: 700;
  font-size: 14.1px;
  line-height: 14px;
}

.news__cat {
  width: 100px;
  text-align: center;
  padding: 8px 10px;
  background: var(--desert);
  font-family: var(--mont);
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: var(--dove);
}

.news__detail {
  flex: 1;
  font-family: var(--yu);
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}

.btn-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18.5px 50px;
  background: var(--salem);
  border-radius: 26px;
  color: var(--white);
  font-family: var(--yu);
  font-weight: 700;
  font-size: 14.1px;
  line-height: 14px;
}

.btn-pill img {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 14px;
}

.concept {
  background: var(--gradient-blue);
  padding: 100px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.concept__head {
  text-align: center;
  color: var(--white);
}

.concept__en-sub {
  font-family: var(--mont);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.288em;
}

.concept__en {
  font-family: var(--mont);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.18em;
  margin-top: 8px;
}

.concept__ja {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  font-family: var(--yu);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.075em;
  color: var(--neon);
}

.concept__ja::before {
  content: "";
  width: 5px;
  height: 24px;
  background: var(--neon);
}

.concept__text {
  font-family: var(--yu);
  font-weight: 500;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  color: var(--black);
}

.service {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}

.service__head {
  text-align: center;
}

.service__head .heading__en {
  display: block;
  color: var(--black);
}

.service__head .heading__ja {
  align-items: center;
  margin-top: 8px;
}

.service__list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.service__row {
  display: flex;
  align-items: stretch;
  padding: 50px 0;
}

.service__row--reverse {
  flex-direction: row-reverse;
}

.service__body {
  width: 558px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 100px 80px 0 148px;
}

.service__row--reverse .service__body {
  padding: 100px 148px 0 80px;
}

.service__cat {
  font-family: var(--mont);
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: var(--java);
}

.service__title {
  font-family: var(--yu);
  font-weight: 700;
  font-size: 30.1px;
  line-height: 1.5;
}

.service__desc {
  font-family: var(--yu);
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}

.service__img {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}

.service__img-svg {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 882/625;
}

.service__img-svg image {
  width: 100%;
  height: 100%;
}

.service__online {
  width: 100%;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.service__online-text {
  font-family: var(--yu);
  font-weight: 700;
  font-size: 24px;
  line-height: 45px;
  text-align: center;
}

.service__online-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.service__online-label {
  position: relative;
  padding: 0 56px;
  font-family: "Hiragino Kaku Gothic Pro", var(--yu);
  font-weight: 300;
  font-size: 16px;
  color: var(--flamingo);
}

.service__online-label::before,
.service__online-label::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 21px;
  border-left: 1px dashed var(--flamingo);
}

.service__online-label::before {
  left: 18px;
  transform: translateY(-50%) rotate(-20deg);
}

.service__online-label::after {
  right: 18px;
  transform: translateY(-50%) rotate(20deg);
}

.profile {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.profile__card {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 5px solid var(--salem);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.6);
}

.profile__img {
  width: 50%;
  flex-shrink: 0;
  align-self: stretch;
}

.profile__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 45px 40px 40px;
}

.profile__title {
  font-family: var(--yu);
  font-weight: 700;
  font-size: 26.1px;
  line-height: 48.9px;
  color: var(--salem);
  text-align: center;
}

.profile__text {
  font-family: var(--yu);
  font-weight: 500;
  font-size: 16px;
  line-height: 300%;
}

.review {
  background: var(--gradient-blue);
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}

.review__head {
  text-align: center;
  color: var(--white);
}

.review__head .heading__en {
  display: block;
}

.review__head .heading__ja {
  align-items: center;
  margin-top: 8px;
  color: var(--neon);
}

.review__head .heading__ja::before {
  background: var(--neon);
}

.review__list {
  width: 1180px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.review__card {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.review__photo {
  width: 250px;
  height: 250px;
  background: #d9d9d9;
  border-radius: 50%;
  overflow: hidden;
}

.review__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review__body {
  width: 280px;
  display: flex;
  flex-direction: column;
}

.review__title {
  text-align: center;
  font-family: var(--yu);
  font-weight: 700;
  font-size: 16.1px;
  line-height: 25.14px;
  padding-bottom: 5px;
}

.review__name {
  font-family: var(--yu);
  font-weight: 700;
  font-size: 22.1px;
  line-height: 41.4px;
}

.review__meta {
  display: flex;
  gap: 4.45px;
  padding: 6.5px 0 7px;
}

.review__meta li {
  padding: 0 20px 0 5px;
  border-left: 5px solid var(--emperor);
  font-family: var(--yu);
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}

.review__text {
  padding-top: 5px;
  font-family: var(--yu);
  font-weight: 500;
  font-size: 14.1px;
  line-height: 24px;
}

.faq {
  padding: 80px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.faq__head {
  text-align: center;
}

.faq__head .heading__en {
  display: block;
  color: var(--black);
}

.faq__head .heading__ja {
  align-items: center;
  margin-top: 8px;
}

.faq__list {
  width: 830px;
  max-width: 100%;
  border-bottom: 1px solid var(--silver);
}

.faq__item {
  border-top: 1px solid var(--silver);
}

.faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 64px 20px 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq__q-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.faq__q-text {
  flex: 1;
  font-family: var(--yu);
  font-weight: 700;
  font-size: 20px;
  line-height: 37.5px;
}

.faq__toggle {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}

.faq__item.is-open .faq__toggle {
  transform: rotateX(180deg);
}

.faq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.faq__item.is-open .faq__a {
  grid-template-rows: 1fr;
}

.faq__a-inner {
  overflow: hidden;
}

.faq__a-body {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0 64px 24px 40px;
}

.faq__a-mark {
  flex: 0 0 20px;
  font-family: var(--mont);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: var(--salem);
  text-align: center;
}

.faq__a-text {
  flex: 1;
  font-family: var(--yu);
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}

.contact {
  padding: 110px 120px;
  background: url("../images/contact-bg.png") center/cover no-repeat;
}

.contact__card {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
  padding: 40px 10px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 32px;
}

.contact__title {
  font-family: var(--yu);
  font-weight: 700;
  font-size: 25px;
  line-height: 24.96px;
  text-align: center;
}

.contact__text {
  font-family: var(--yu);
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.contact__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: 640px;
  max-width: 100%;
  justify-content: center;
  padding: 32px 50px;
  background: var(--salem);
  border-radius: 45px;
  color: var(--white);
  font-family: var(--yu);
  font-weight: 700;
  font-size: 25px;
  line-height: 24.96px;
}

.contact__btn img {
  width: 12px;
  height: 34px;
}

.footer {
  background: var(--tiber);
  color: var(--white);
  padding: 40px 0 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer__logo img {
  width: 95px;
  height: auto;
}

.footer__name {
  font-family: var(--yu);
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
}

.footer__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 17.8px;
  padding: 0 13px;
}

.footer__nav-link {
  padding: 5px 10px;
  font-family: var(--yu);
  font-weight: 700;
  font-size: 14.1px;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer__nav-link img {
  width: 15px;
  height: auto;
}

.footer__legal {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 12.8px;
  opacity: 0.7;
  font-family: var(--yu);
  font-weight: 500;
  font-size: 10.1px;
  line-height: 10px;
}

.footer__legal ul {
  display: flex;
  align-items: flex-end;
  gap: 12.8px;
}

.footer__legal li + li {
  padding-left: 12.8px;
  border-left: 1px solid var(--white);
}

.footer__copy {
  padding-left: 12.8px;
  border-left: 1px solid var(--white);
}

/* ページトップへ戻る */
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--salem);
  color: var(--white);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.pagetop.is-visible {
  opacity: 0.9;
  visibility: visible;
}

.pagetop:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.pagetop__icon {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg) translate(1px, 2px);
}

/* ====== レスポンシブ: lg (1024px以下) ====== */
@media screen and (max-width: 1024px) {
  /* ヘッダー: ハンバーガーメニュー */
  .header__inner {
    padding: 0 20px;
  }
  .header__logo,
.header__logo img {
    width: 150px;
  }
  /* PC用のヘッダーCTAは隠す（ドロワー内CTAを使う） */
  .header__row > .line-btn {
    display: none;
  }
  /* ハンバーガー表示 */
  .hamburger {
    display: flex;
  }
  /* ナビをドロワー化 */
  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 60;
    width: min(80%, 320px);
    height: 100vh;
    height: 100svh;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 90px 24px 32px;
    background: var(--white);
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
  }
  .gnav.is-open {
    transform: translateX(0);
  }
  .gnav__link {
    color: var(--black);
    padding: 16px 8px;
    border-bottom: 1px solid var(--silver);
    font-size: 15px;
  }
  .gnav__link::after {
    content: none;
  }
  .gnav__blog {
    justify-content: flex-start;
  }
  /* ドロワー内CTA */
  .gnav .line-btn {
    width: 100%;
    gap: 4px;
  }
  .gnav__cta {
    display: inline-flex;
    margin-top: 24px;
  }
  /* オーバーレイ */
  .drawer-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 55;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .drawer-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
  /* メインビジュアル */
  .mv__copy .lg {
    font-size: 80px;
  }
  .mv__copy .md {
    font-size: 50px;
  }
  .mv__copy .sm {
    font-size: 35px;
  }
  /* NEWS */
  .news__inner {
    grid-template-columns: 220px 1fr;
  }
  .news__term {
    width: 180px;
  }
  /* SERVICE */
  .service__body {
    padding: 60px 40px 0;
  }
  .service__row--reverse .service__body {
    padding: 60px 40px 0;
  }
  .service__title {
    font-size: 24px;
  }
  /* REVIEW */
  .review {
    padding: 80px 40px;
  }
  .review__list {
    width: 100%;
    flex-wrap: wrap;
    gap: 40px 20px;
  }
  /* FAQ */
  .faq {
    padding: 80px 40px;
  }
  .faq__q {
    padding: 20px 32px 20px 24px;
  }
  .faq__a-body {
    padding: 0 32px 24px 24px;
  }
  /* お問い合わせ */
  .contact {
    padding: 80px 40px;
  }
  .contact__btn {
    font-size: 20px;
    padding: 28px 40px;
  }
  /* フッター */
  .footer__top {
    padding: 0 24px;
  }
}
/* ====== レスポンシブ: md (768px以下) ====== */
@media screen and (max-width: 768px) {
  /* ヘッダー */
  .header {
    height: 70px;
  }
  .header__inner {
    padding: 0 16px;
  }
  .header__logo,
.header__logo img {
    width: 130px;
  }
  .line-btn {
    width: 100%;
  }
  .pagetop {
    right: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
  }
  .pagetop__icon {
    width: 8px;
    height: 8px;
  }
  /* メインビジュアル */
  .mv__title {
    font-size: 18px;
    line-height: 1.6;
  }
  .mv__copy .lg {
    font-size: 56px;
  }
  .mv__copy .md {
    font-size: 34px;
  }
  .mv__copy .sm {
    font-size: 24px;
  }
  .mv__scroll img {
    width: 60px;
    height: 80px;
  }
  /* NEWS: 1カラムに */
  .news {
    padding: 50px 16px;
  }
  .news__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 24px;
  }
  .news__head {
    grid-column: 1;
    grid-row: 1;
    align-items: center;
    text-align: center;
  }
  .news__head .heading {
    align-items: center;
  }
  .news__list {
    grid-column: 1;
    grid-row: 2;
    max-width: 100%;
  }
  .news__foot {
    grid-column: 1;
    grid-row: 3;
    justify-content: center;
  }
  .news__item {
    flex-direction: column;
    gap: 8px;
    padding-bottom: 20px;
  }
  .news__term {
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
    padding: 0;
  }
  /* CONCEPT */
  .concept {
    padding: 60px 16px;
    gap: 32px;
  }
  .concept__en {
    font-size: 26px;
  }
  .concept__text {
    font-size: 15px;
    line-height: 32px;
  }
  /* SERVICE: 縦積み */
  .service {
    padding: 60px 0;
  }
  .service__row,
.service__row--reverse {
    flex-direction: column;
    padding: 30px 0;
  }
  .service__body {
    width: 100%;
    padding: 24px 16px 0;
    gap: 16px;
  }
  .service__row--reverse .service__body {
    padding: 24px 16px 0;
  }
  .service__title {
    font-size: 22px;
  }
  .service__online {
    padding: 40px 16px;
  }
  .service__online-text {
    font-size: 18px;
    line-height: 32px;
  }
  /* プロフィール: 縦積み */
  .profile {
    padding: 0 16px;
  }
  .profile__card {
    flex-direction: column;
    align-items: stretch;
  }
  .profile__img {
    width: 100%;
    height: 280px;
  }
  .profile__body {
    padding: 24px 20px 32px;
  }
  .profile__title {
    font-size: 22px;
    line-height: 1.6;
  }
  .profile__text {
    font-size: 15px;
    line-height: 2.4;
  }
  /* REVIEW: 1カラム */
  .review {
    padding: 60px 16px;
  }
  .review__list {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  /* FAQ */
  .faq {
    padding: 60px 16px;
    gap: 32px;
  }
  .faq__q {
    gap: 12px;
    padding: 16px 16px 16px 12px;
  }
  .faq__q-text {
    font-size: 16px;
    line-height: 1.6;
  }
  .faq__toggle {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }
  .faq__a-body {
    gap: 12px;
    padding: 0 16px 20px 12px;
  }
  .faq__a-text {
    font-size: 15px;
    line-height: 28px;
  }
  /* お問い合わせ */
  .contact {
    padding: 60px 16px;
  }
  .contact__card {
    gap: 24px;
    padding: 32px 16px;
  }
  .contact__title {
    font-size: 20px;
  }
  .contact__text {
    font-size: 14px;
    line-height: 26px;
  }
  .contact__btn {
    width: 100%;
    gap: 8px;
    padding: 22px 20px;
    font-size: 18px;
  }
  /* フッター: 縦積み */
  .footer {
    padding: 32px 0 10px;
    gap: 24px;
  }
  .footer__top {
    flex-direction: column;
    gap: 20px;
    padding: 0 16px;
  }
  .footer__brand {
    align-items: center;
  }
  .footer__nav {
    gap: 4px 12px;
  }
  .footer__nav-link {
    font-size: 13px;
  }
}