@charset "UTF-8";
.show-md {
  display: none;
}

@media screen and (min-width: 600px) {
  .hidden-sm {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hidden-md {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .hidden-lg {
    display: none;
  }
}
@media screen and (min-width: 1230px) {
  .hidden-xl {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .show-md {
    display: inline;
  }
}
body {
  color: #333333;
  font-family: "Zen Maru Gothic", system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 220%;
  }
}
body.is-fixed {
  overflow: hidden;
  height: 100%;
}

.inner {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-right: 100px;
    padding-left: 100px;
  }
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #f7faf7;
}

main {
  margin-top: 0;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

li {
  list-style: none;
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section-title {
  margin: 0;
  color: #ffb870;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 32px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.main__button {
  display: inline-flex;
  padding: 10px 38.5px;
  align-items: center;
  justify-content: center;
  border-radius: 56px;
  box-sizing: border-box;
  background: #ffb870;
  position: relative;
  width: 300px;
  overflow: hidden;
  cursor: pointer;
  gap: 5px;
  margin-right: auto;
  margin-left: auto;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}
@media screen and (min-width: 1230px) {
  .main__button {
    display: inline-flex;
    margin: 0;
  }
}

.main-button__inner {
  margin-right: auto;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.main-button__inner span {
  color: #f7faf7;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.main-button__inner img {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .news-card,
  .banner-card,
  .photo-card {
    transition: transform 250ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 250ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }
}

@media (any-hover: hover) {
  .news-card:hover,
  .banner-card:hover,
  .photo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  }
}
@media (prefers-reduced-motion: no-preference) {
  a {
    transition: opacity 150ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.85;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .main__button {
    transition: transform 150ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 150ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }
}

@media (any-hover: hover) {
  .main__button:hover {
    transform: translateY(-2px);
    filter: brightness(1.03);
  }
}
.main__button:active {
  transform: translateY(0);
}

.js-reveal {
  opacity: 0;
  transform: translateY(16px);
}

.js-reveal.is-inview {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: no-preference) {
  .js-reveal.is-inview {
    transition: opacity 1200ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 1200ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/49;
  height: auto;
  background-image: url("../img/header-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}

.header {
  position: relative;
  top: auto;
  z-index: 1000;
  width: 100%;
  background: #f7faf7;
}
.header.is-drawer-open {
  background: #f7faf7;
  z-index: 1000;
}

.header__inner {
  padding-top: 44px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1230px) {
  .header__inner {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding: 80px 220px 60px 220px;
  }
}

.header__logo-inner {
  margin: 0 !important;
  padding: 0;
  line-height: 1;
}

.header__logo {
  display: block;
  line-height: 0;
  width: 109px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 262px;
  }
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.drawer-icon,
.contact__icon {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  border: none;
  background: transparent;
  line-height: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header-icons {
  display: flex;
  align-items: center;
  gap: 32px;
}

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

.contact__icon {
  width: 40px;
}
.contact__icon img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 1230px) {
  .contact__icon {
    display: none;
  }
}

.drawer-icon {
  width: 40px;
}
.drawer-icon img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 1230px) {
  .drawer-icon {
    display: none;
  }
}

.header__nav {
  margin-top: 109px;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  background: #ffb870;
  z-index: 900;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: opacity 0.2s ease, transform 0.35s ease;
  padding-right: 28px;
  padding-left: 28px;
}
.header__nav.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .header__nav {
    height: calc(100vh - 340px);
  }
}
@media screen and (min-width: 1230px) {
  .header__nav {
    height: auto;
    padding-right: 0;
    padding-left: 0;
    margin-top: 340px;
    position: static;
    inset: auto;
    background: transparent;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    display: flex;
    overflow: visible;
    margin: 0;
    justify-content: flex-end;
    gap: 36px;
  }
}

.header-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1230px) {
  .header-nav__list {
    max-width: none;
    display: flex;
    gap: 36px;
    padding-top: 11px;
    padding-bottom: 11px;
    margin: 0;
  }
}

.header__nav ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.header-nav__item {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 20px;
  position: relative;
}
@media screen and (min-width: 1230px) {
  .header-nav__item {
    padding: 0;
    border-bottom: 0;
  }
}
.header-nav__item::before {
  position: absolute;
  content: "";
  width: 15.341px;
  height: 26.517px;
  background: url(../img/header-nav-arrow.svg) no-repeat center center/contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1230px) {
  .header-nav__item::before {
    display: none;
  }
}

.header-nav__links {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: 4px;
}
.header-nav__links::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #8fcf9a;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

@media (any-hover: hover) {
  .header-nav__links:hover::after {
    transform: scaleX(1);
  }
}
.header-nav__text {
  color: #f7faf7;
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (min-width: 1230px) {
  .header-nav__text {
    color: #333333;
    white-space: nowrap;
  }
}

.header__button {
  display: none;
  margin: 32px auto 0;
  box-sizing: border-box;
  border-radius: 56px;
  background: #ffb870;
  padding: 10px 16px;
  position: relative;
  width: 100%;
  min-width: 176px;
  overflow: hidden;
  cursor: pointer;
  gap: 5px;
  justify-content: center;
}
@media screen and (min-width: 1230px) {
  .header__button {
    display: inline-flex;
    margin: 0;
  }
}
.header__button span {
  color: #f7faf7;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.header__button img {
  width: 20px;
  height: 16px;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
}

@media (any-hover: hover) {
  .header__button:hover::before {
    transform: scale(2.2) rotate(20deg);
  }
}
.fv {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.fv-others {
  width: 100%;
}
.fv-others picture {
  display: block;
  width: 100%;
  height: auto;
}
.fv-others img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.fv-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 750/500;
}
@media screen and (min-width: 600px) {
  .fv-slider {
    aspect-ratio: 2880/1150;
  }
}

.fv-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.fv-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.fv-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.fv-slide img {
  width: 100%;
  height: 100%;
}

.fv-slide img {
  object-fit: cover;
  object-position: center top;
  display: block;
}

.about-news__inner {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .about-news__inner {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 120px;
    padding-left: 120px;
  }
}

.about-news-cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.about-news-card {
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid #ffb870;
  background: #fff;
  max-width: 1000px;
}

.about-news-card__title {
  padding-top: 10px;
  border-top: 1px solid #000;
}

.about-news-card a {
  display: block;
  width: 100%;
}

.about-news-card {
  width: 100%;
}

.about-news-card {
  overflow: hidden;
}

.about-news-card .news-card__meta {
  flex-wrap: wrap;
}

.about-news-card .news-card__title {
  overflow-wrap: anywhere;
}

.about-news-card {
  box-sizing: border-box;
}

.about {
  overflow: visible;
}

.about-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 0;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .about-inner {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 120px;
    padding-left: 120px;
  }
}
.about-inner::before {
  content: "";
  position: absolute;
  top: -23px;
  left: 8px;
  width: 95px;
  height: 113px;
  background: url("../img/Illust2.png") no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about-inner::before {
    width: 150px;
    height: 170px;
  }
}
@media screen and (min-width: 1230px) {
  .about-inner::before {
    top: -54px;
    left: -10px;
    width: 204px;
    height: 257px;
  }
}
.about-inner::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 90px;
  height: 50px;
  background: url("../img/Illust1.png") no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about-inner::after {
    width: 170px;
    height: 100px;
  }
}
@media screen and (min-width: 1230px) {
  .about-inner::after {
    width: 271px;
    height: 150px;
    top: 39px;
    right: 37px;
  }
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.about-text p {
  margin: 0;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 3.06px;
}

.company {
  background-image: url(../img/blue-bg.png);
}

.company-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .company-inner {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 120px;
    padding-left: 120px;
    gap: 60px;
  }
}

.banner-cards {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  gap: 20px;
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .banner-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    justify-items: stretch;
  }
}

.banner-card {
  width: 100%;
  max-width: 345px;
  aspect-ratio: 345/170;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .banner-card {
    max-width: 450px;
    aspect-ratio: 450/168.75;
  }
}

.banner-card:nth-child(1) {
  grid-column: 1/-1;
  justify-self: center;
  max-width: 450px;
}

.banner-card picture,
.banner-card img {
  display: block;
  width: 100%;
}

.banner-card img {
  object-fit: cover;
  height: 100%;
}

.company-content {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media screen and (min-width: 768px) {
  .company-content {
    gap: 60px;
  }
}

.company-img {
  max-width: 800px;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.company-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.company-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .company-text {
    gap: 30px;
  }
}
.company-text p {
  color: #5dae73;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 14.625px;
}
@media screen and (min-width: 768px) {
  .company-text p {
    font-size: 20px;
  }
}

.links-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .links-inner {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 120px;
    padding-left: 120px;
    gap: 60px;
  }
}
.links-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 60px;
  background: url("../img/Illust3.png") no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .links-inner::before {
    top: -120px;
    right: 0;
    width: 334px;
    height: 357px;
  }
}
.links-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 194px;
  height: 197px;
  background: url("../img/Illust4.png") no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .links-inner::after {
    width: 271px;
    height: 150px;
    bottom: 0;
    left: 0;
  }
}

.photo-cars {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1230px) {
  .photo-cars {
    flex-direction: row;
    max-width: 1000px;
  }
}

.photo-card {
  border-radius: 30px;
  background: #ffb870;
  width: 320px;
  height: 281px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.photo-card__img {
  width: 100%;
  height: calc(100% - 68px);
  display: block;
  object-fit: cover;
}

.photo-card__text {
  padding: 20px 25px;
  background: #ffb870;
}
.photo-card__text p {
  margin: 0;
  color: #f7faf7;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.links-cars {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .links-cars {
    display: grid;
    grid-template: 2fr/repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1230px) {
  .links-cars {
    row-gap: 100px;
    grid-template: 3fr/repeat(3, minmax(0, 1fr));
    column-gap: clamp(40px, 4vw, 120px);
  }
}

.photo-card__text1 {
  color: #20262d;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.name {
  background-image: url(../img/blue-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.name-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .name-inner {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 120px;
    padding-left: 120px;
    gap: 60px;
  }
}

.name-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: left;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.name-text p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 3.24px;
}

.name-logo {
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .name-logo {
    width: 300px;
    height: 300px;
  }
}
.name-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.instagram__inner {
  padding: 60px 15px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .instagram__inner {
    padding: 100px 120px;
  }
}
.instagram__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 41px;
  background: url("../img/Illust5.png") no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .instagram__inner::before {
    top: -120px;
    right: 0;
    width: 470px;
    height: 121px;
  }
}

.ig-grid {
  margin-top: 30px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .ig-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
}

.ig-card {
  display: block;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.ig-card__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.flow {
  background-image: url(../img/blue-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flow-inner {
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .flow-inner {
    padding: 100px 120px;
    gap: 60px;
  }
}

.flow-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .flow-list {
    gap: 24px;
  }
}

.flow-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: start;
  border-bottom: 1px solid #ffb870;
}
@media screen and (min-width: 768px) {
  .flow-item {
    flex-direction: row;
    grid-template-columns: 64px 1fr;
    gap: 20px;
  }
}

.flow-item__head {
  display: flex;
}

.flow-marker {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flow-num {
  width: 67px;
  height: 67px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
  background: #ffb870;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .flow-num {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}

.flow-line {
  width: 2px;
  flex: 1;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 8px;
}

.flow-item:last-child .flow-line {
  display: none;
}

.flow-body {
  background: #f7faf7;
  border-radius: 24px;
  padding: 16px 16px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .flow-body {
    padding: 24px 28px;
    border-radius: 32px;
  }
}

.flow-title {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  width: 270px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow-title {
    font-size: 20px;
  }
}

.flow-text {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 4px;
  text-align: left;
}

.flow-button-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 4px;
}

.flow-actions {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.flow-icon {
  display: none;
  width: 80px;
  height: 50px;
  margin-left: 170px;
}
@media screen and (min-width: 768px) {
  .flow-icon {
    display: block;
  }
}

.flow__button {
  margin-right: auto;
  margin-left: auto;
}

.news-inner {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: 15px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}

.news-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
    column-gap: clamp(40px, 4vw, 120px);
  }
}
@media screen and (min-width: 1230px) {
  .news-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news-card {
  background: #fff;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ffe2c2;
  max-width: 345px;
  width: 100%;
  justify-self: center;
  padding: 20px;
}
.news-card a {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.news-card a {
  width: 100%;
  height: 100%;
  display: flex;
}

@media (any-hover: hover) {
  .news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  }
}
.news-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.news-card__img {
  overflow: hidden;
}
.news-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news-card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.news-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-card__date {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 4px;
}

.news-card__badge {
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #ffb870;
  color: #f7faf7;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 4px;
}

.news-pagination {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  max-width: 325px;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .news-pagination {
    margin-top: 60px;
    max-width: 800px;
  }
}

.page-num__group {
  display: flex;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .page-num__group {
    gap: 60px;
  }
}

.page-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffb870;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .page-arrow {
    font-size: 32px;
    width: 67px;
    height: 67px;
  }
}

.page-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffb870;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .page-num {
    font-size: 32px;
    width: 67px;
    height: 67px;
  }
}

.company-profile__inner {
  padding: 60px 15px;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .company-profile__inner {
    margin: 100px auto;
    padding-inline: 120px;
  }
}

.bar-title {
  margin: 0;
  background: #ffb870;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  padding: 10px 30px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .bar-title {
    padding: 16px 24px;
  }
}

.bar-title--mt {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .bar-title--mt {
    margin-top: 60px;
  }
}

.profile-table {
  margin: 30px 0 0;
}

.profile-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .profile-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 40px;
    padding: 18px 0;
  }
}
@media screen and (min-width: 1230px) {
  .profile-row {
    gap: 100px;
  }
}
.profile-row dt {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.profile-row dd {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.access {
  margin-top: 20px;
}

.access__map {
  overflow: hidden;
}
.access__map iframe {
  display: block;
  width: 100%;
  height: 177px;
  border: 0;
}
@media screen and (min-width: 768px) {
  .access__map iframe {
    height: 513px;
  }
}

.philosophy {
  background-image: url(../img/blue-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.philosophy::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 150px;
  background: url("../img/Illust6.png") no-repeat center center/contain;
  z-index: -1;
}
.philosophy-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1000px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .philosophy-inner {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 120px;
    padding-left: 120px;
    gap: 60px;
  }
}
.philosophy-inner::before {
  content: "";
  display: none;
  position: absolute;
  top: 900px;
  right: 0;
  width: 200px;
  height: 150px;
  background: url("../img/Illust7.png") no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .philosophy-inner::before {
    display: block;
  }
}
.philosophy-inner::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0px;
  width: 121px;
  height: 150px;
  background: url("../img/Illust8.png") no-repeat center center/contain;
  z-index: -1;
}
.philosophy-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: left;
}

.philosophy-list__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.philosophy-list__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.philosophy-list__text {
  text-align: left;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.contact-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1000px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-inner {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 120px;
    padding-left: 120px;
  }
}

.contact-telephone img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .contact-telephone img {
    max-width: 900px;
  }
}

.contact-title {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-title {
    margin-top: 100px;
  }
}

.contact-lead {
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 3.24px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .contact-lead {
    margin-top: 100px;
  }
}

.contact-form {
  display: flex;
  flex-direction: column;
}

.contact-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.contact-legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.contact-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-bottom: 1px solid #ffb870;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contact-row {
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .contact-row--textarea {
    align-items: start;
  }
}

.contact-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  width: 230px;
  flex-shrink: 0;
  justify-content: flex-start;
  text-align: left;
  text-align-last: auto;
}

.contact-label__text {
  width: 144px;
  flex-shrink: 0;
  text-align: left;
}

.contact-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 8px;
  border-radius: 4px;
  padding: 0 10px;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.contact-badge--required {
  background: #de3c3c;
  color: #fff;
}

.contact-control {
  width: 100%;
}

.contact-input,
.contact-textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #333;
  border-radius: 10px;
  background: #fff;
  padding: 12px 14px;
  font-size: 16px;
  outline: none;
  height: 70px;
}
.contact-input:focus,
.contact-textarea:focus {
  border-color: #ffb870;
  box-shadow: 0 0 0 3px rgba(255, 184, 112, 0.25);
}

.contact-textarea {
  resize: vertical;
  min-height: 250px;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-wrap: wrap;
}

.radio {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.radio input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.radio__ui {
  width: 37px;
  height: 37px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.radio__ui::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background: #1391e6;
  transform: scale(0);
  transition: transform 0.15s ease;
}

.radio input:checked + .radio__ui::after {
  transform: scale(1);
}

.contact-actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.contact-actions input[type=submit] {
  color: #f7faf7;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.contact-privacy {
  margin-top: 32px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.contact-privacy label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.contact-privacy input[type=checkbox] {
  width: 18px;
  height: 18px;
}

.contact-privacy a {
  text-decoration: underline;
}

.program-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .program-inner {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 120px;
    padding-left: 120px;
  }
}

.program-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .program-list {
    margin-top: 60px;
    gap: 60px;
  }
}

.program-list__item {
  scroll-margin-top: 108px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .program-list__item {
    scroll-margin-top: 364px;
    gap: 30px;
  }
}
.program-list__item img {
  display: block;
  width: 100%;
  height: auto;
}

.program__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  text-align: left;
}

.single-news__inner {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .single-news__inner {
    gap: 60px;
  }
}

.single-news__title {
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  text-align: left;
  color: #ffb870;
}
@media screen and (min-width: 768px) {
  .single-news__title {
    font-size: 32px;
  }
}

.single-news__text {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}

.single-news__button {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
}
.single-news__button > a,
.single-news__button > button {
  width: auto;
}

.single-office__inner {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .single-office__inner {
    gap: 60px;
  }
}

.single-office__title {
  margin: 0;
  color: #ffb870;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 39px;
}
@media screen and (min-width: 768px) {
  .single-office__title {
    font-size: 32px;
  }
}

.single-office__imgs {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .single-office__imgs {
    gap: 60px;
  }
}

.single-office__img {
  width: 100%;
  height: auto;
}
.single-office__img img {
  display: block;
  width: 100%;
  height: auto;
}

.single-office__table {
  margin-top: 0;
  text-align: left;
}

.single-office__button {
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .single-office__button {
    margin-top: 60px;
  }
}
.single-office__button > a,
.single-office__button > button {
  width: auto;
}

.job-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .job-inner {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 120px;
    padding-left: 120px;
    gap: 60px;
  }
}

.job-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .job-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}
@media screen and (min-width: 1230px) {
  .job-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(10px, 3vw, 120px);
  }
}

.job-card {
  width: 100%;
  max-width: 345px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.job-card__head {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.job-card-head__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.job-card-head__text {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
  height: 120px;
}

.job-card__img {
  width: 100%;
  height: auto;
}
.job-card__img img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.job-card__body {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.job-card-body__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.job-card-body__text {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
  height: 120px;
}

.job-cta img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 345px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .job-cta img {
    width: 450px;
    height: auto;
    max-width: 900px;
  }
}

.single-office__inner--job {
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}

.breadcrumb {
  padding: 20px 15px;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding: 30px 120px;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumb a {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
@media screen and (min-width: 768px) {
  .breadcrumb a {
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .breadcrumb a:hover {
    border-bottom-color: #ffb870;
  }
}
.breadcrumb .separator,
.breadcrumb .sep {
  color: rgba(51, 51, 51, 0.45);
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .breadcrumb .separator,
  .breadcrumb .sep {
    font-size: 16px;
  }
}
.breadcrumb .current-item,
.breadcrumb .current {
  color: rgba(51, 51, 51, 0.7);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .breadcrumb .current-item,
  .breadcrumb .current {
    font-size: 16px;
  }
}

.cta {
  position: relative;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #8fcf9a;
}
.cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/42;
  height: auto;
  background-image: url("../img/contact-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}

.cta-inner {
  padding-top: 60px;
  padding-bottom: 52px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cta-inner {
    padding-top: 100px;
    padding-bottom: 170px;
    gap: 75px;
  }
}
.cta-inner img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .cta-inner img {
    max-width: 900px;
  }
}

.entry-cta {
  position: relative;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #8fcf9a;
}
.entry-cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/42;
  height: auto;
  background-image: url("../img/contact-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}

.entry-cta-inner {
  padding-top: 60px;
  padding-bottom: 52px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .entry-cta-inner {
    padding-top: 100px;
    padding-bottom: 170px;
    gap: 75px;
  }
}

.entry-cta__section-title {
  color: #f7faf7;
  font-size: 24px;
  font-weight: 700;
  line-height: 39px;
}
@media screen and (min-width: 768px) {
  .entry-cta__section-title {
    font-size: 32px;
  }
}

.entry-cta__lead-text {
  color: #f7faf7;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2.88px;
}
@media screen and (min-width: 768px) {
  .entry-cta__lead-text {
    font-size: 32px;
    font-weight: 700;
    line-height: 47px;
  }
}

.entry-cta__tel-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .entry-cta__tel-content {
    gap: 30px;
  }
}

.entry-cta__tel-title {
  color: #f7faf7;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2.88px;
}
@media screen and (min-width: 768px) {
  .entry-cta__tel-title {
    font-size: 32px;
    line-height: 47px;
  }
}

.entry-cta__tel {
  display: flex;
  gap: 10px;
  align-items: center;
}
.entry-cta__tel img {
  display: block;
  width: 30px;
  height: 30px;
}

.entry-cta__tel-number {
  color: #f7faf7;
  font-size: 36px;
  font-weight: 700;
  line-height: 81px;
  letter-spacing: 6.48px;
}
@media screen and (min-width: 768px) {
  .entry-cta__tel-number {
    font-size: 81px;
    font-weight: 700;
    line-height: 81px;
    letter-spacing: 14.58px;
  }
}

.entry-cta__date {
  color: #f7faf7;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2.88px;
}
@media screen and (min-width: 768px) {
  .entry-cta__date {
    font-size: 32px;
    font-weight: 700;
    line-height: 47px;
  }
}

.footer .footer-nav__list a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}
.footer .footer-nav__list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #8fcf9a;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

@media (any-hover: hover) {
  .footer .footer-nav__list a:hover::after {
    transform: scaleX(1);
  }
}
.footer-inner {
  padding-top: 60px;
  padding-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1230px) {
  .footer-inner {
    padding-top: 100px;
    padding-right: 120px;
    padding-left: 120px;
    gap: 60px;
  }
}

.footer-body {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1230px) {
  .footer-nav {
    flex-direction: row;
  }
}

.footer-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1230px) {
  .footer-nav__list {
    flex-direction: row;
  }
}

.footer-nav__list > li {
  margin: 0;
  padding: 0;
}

.footer-nav__list a {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}

/* footer menu: WP出力に確実に勝つ */
.footer .footer-nav .footer-nav__list {
  margin: 0 !important;
  padding-left: 0 !important; /* ← 左余白を確実に殺す */
  list-style: none !important;
  display: flex !important;
  flex-direction: column;
  gap: 30px;
}

@media screen and (min-width: 1230px) {
  .footer .footer-nav .footer-nav__list {
    flex-direction: row !important; /* ← 横並びを確実に */
    flex-wrap: wrap; /* ← 折り返しも許可（安全） */
    column-gap: 30px;
    row-gap: 20px;
    justify-content: center; /* ← 中央寄せにしたい場合 */
  }
}
.footer-nav__links {
  text-align: left;
}

@media (any-hover: hover) {
  .footer-nav__links:hover::after {
    transform: scaleX(1);
  }
}
.footer-nav__link {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.footer-logo {
  width: 175px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    width: 330px;
  }
}
.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-access p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 2.88px;
  margin: 0;
}

.footer__copyright {
  color: #686d72;
  font-family: Nunito;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 18px;
  }
}

.page__inner {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page__inner {
    padding: 100px 120px;
  }
}

.page__title {
  margin: 0 0 30px;
  color: #ffb870;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .page__title {
    font-size: 32px;
  }
}

.page__content {
  text-align: left;
}
.page__content p {
  margin: 0 0 16px;
}
