@charset "UTF-8";

/*-------------------------------------------------------------------------



共通css



-------------------------------------------------------------------------*/

html {
  font-size: 10px;
}

body {
  font-family: "Sawarabi Gothic", "Noto Sans", "Noto Sans JP", "Yu Gothic",
    "Meiryo", sans-serif;

  min-height: 100vh;

  /* 10px × 1.6rem = 16px */

  font-size: 1.6rem;

  font-weight: 400;

  line-height: 2.5;

  letter-spacing: 0.15em;

  color: #02461e;
}

html.is-drawer-open,
body.is-drawer-open {
  overflow: hidden;
  overscroll-behavior: none;
}

/* SP版フォントサイズ */

@media (max-width: 700px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  max-width: 100%;

  vertical-align: bottom;
}

a {
  cursor: pointer;
}

/* 電話番号の自動リンク無効化（Chrome対策） */

a[href^="tel"] {
  text-decoration: none;

  color: inherit;

  pointer-events: none;

  cursor: default;
}

button {
  all: unset;

  display: inline-block;

  cursor: pointer;
}

input,
textarea,
select,
button {
  margin: 0;

  padding: 0;

  border: none;

  border-radius: 0;

  background: none;

  box-shadow: none;

  font: inherit;

  color: inherit;

  outline: none;

  appearance: none;

  -webkit-appearance: none;

  -moz-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  appearance: none;

  width: 20px;

  height: 20px;

  background-color: #fff;

  cursor: pointer;

  flex-shrink: 0;
}

select {
  appearance: none;

  background: none;

  border: none;

  padding: 0;
}

/* ホバーアクション */

@media (any-hover: hover) {
  .menu-btn:hover,
  .header-login-btn:hover {
    opacity: 0.6;
  }

  .drawer-login-btn:hover,
  .sale-page-btn:hover {
    background-color: #9ccb6c;
  }

  .drawer-login-btn:hover .drawer-login-btn-text,
  .sale-page-btn:hover .sale-page-btn-text {
    color: #fff;
  }

  .drawer-login-btn:hover img,
  .sale-page-btn:hover img {
    filter: brightness(0) invert(1);
  }

  .link-btn-green:hover {
    background-color: #9ccb6c;
  }

  .top-news-arrow-btn:hover {
    background-color: #008537;
  }

  .top-news-arrow-btn:hover .arrow,
  .top-news-arrow-btn:hover .arrow::before,
  .top-news-arrow-btn:hover .arrow::after {
    background-color: #fff;
  }

  .top-guide-arrow-btn:hover {
    background-color: #9ccb6c;
  }

  .archive-news-item:hover {
    opacity: 0.6;
  }

  .faq-section-btn:hover,
  .contact-section-btn:hover {
    opacity: 0.6;
  }
}

/* 緑色ボタン */

.link-btn-green {
  display: inline-block;

  max-width: 200px;

  width: 100%;

  height: 60px;

  background-color: #008537;

  border-radius: 50px;

  transition: background-color 0.3s ease;
}

.link-btn-green a {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  width: 100%;

  height: 100%;
}

.link-btn-green-text {
  color: #fff;

  letter-spacing: 0.15em;

  white-space: nowrap;
}

.link-btn-green-text.login-btn {
  letter-spacing: 0;
}

@media (max-width: 700px) {
  .link-btn-green {
    width: 100%;

    max-width: 180px;

    height: 40px;
  }

  .link-btn-green a {
    gap: 5px;
  }
}

/* ドロワーメニューの財団委員ページボタン */

.drawer-login-btn {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  max-width: 300px;

  width: 100%;

  height: 70px;

  background-color: #fff;

  border-radius: 50px;

  transition: background-color 0.3s ease;
}

.drawer-login-btn-text {
  color: #008537;

  font-size: 2.5rem;

  line-height: 1;

  letter-spacing: 0;

  transition: color 0.3s ease;
}

.drawer-login-btn-text.login-btn {
  letter-spacing: 0;
}

.drawer-login-btn img {
  display: inline-block;

  width: 23px;

  height: auto;

  transition: filter 0.3s ease;
}

@media (max-width: 1024px) {
  .drawer-login-btn {
    max-width: 270px;

    height: 60px;
  }

  .drawer-login-btn-text {
    font-size: 2rem;
  }
}

/* 矢印 */

.arrow {
  position: relative;

  display: inline-block;

  width: 22px;

  height: 4px;

  margin: 6.4px 0;

  border-radius: 9999px;

  background-color: #fff;
}

.arrow::before,
.arrow::after {
  content: "";

  position: absolute;

  top: calc(50% - 2px);

  right: 0;

  width: 13px;

  height: 4px;

  border-radius: 9999px;

  background-color: #fff;

  transform-origin: calc(100% - 1.5px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

/* ページネーション */

.pagination-wrapper {
  margin-top: 50px;
}

.pagination-wrapper .page-numbers {
  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;

  gap: 30px;
}

.pagination-wrapper .page-numbers li {
  line-height: 1;
}

.pagination-wrapper .page-numbers li .page-numbers {
  font-size: 3rem;

  color: #008537;
}

.pagination-wrapper .page-numbers li .page-numbers.prev,
.pagination-wrapper .page-numbers li .page-numbers.next {
  /* position: relative;

  display: inline-block;

  width: 12px;

  height: 2px;

  margin: 2.1px 0;

  border-radius: 9999px;

  background-color: #008537; */

  display: flex;

  justify-content: center;

  align-items: center;

  width: 35px;

  height: 35px;

  border-radius: 100%;

  border: 1px solid #e4e4e4;
}

.pagination-wrapper .page-numbers li .page-numbers.prev span,
.pagination-wrapper .page-numbers li .page-numbers.next span {
  position: relative;

  display: inline-block;

  width: 12px;

  height: 2px;

  margin: 2.1px 0;

  border-radius: 9999px;

  background-color: #008537;
}

.pagination-wrapper li .page-numbers.prev span::before,
.pagination-wrapper li .page-numbers.prev span::after,
.pagination-wrapper li .page-numbers.next span::before,
.pagination-wrapper li .page-numbers.next span::after {
  content: "";

  position: absolute;

  top: calc(50% - 1px);

  width: 5px;

  height: 2px;

  border-radius: 9999px;

  background-color: #008537;
}

.pagination-wrapper .page-numbers li .page-numbers.prev span::before,
.pagination-wrapper .page-numbers li .page-numbers.prev span::after {
  left: 0;

  transform-origin: 0 50%;
}

.pagination-wrapper .page-numbers li .page-numbers.next span::before,
.pagination-wrapper .page-numbers li .page-numbers.next span::after {
  right: 0;

  transform-origin: calc(100% - 1px) 50%;
}

.pagination-wrapper .page-numbers li .page-numbers.prev span::before,
.pagination-wrapper .page-numbers li .page-numbers.next span::before {
  transform: rotate(45deg);
}

.pagination-wrapper .page-numbers li .page-numbers.prev span::after,
.pagination-wrapper .page-numbers li .page-numbers.next span::after {
  transform: rotate(-45deg);
}

.pagination-wrapper .page-numbers li .page-numbers.current {
  color: #9ccb6c;
}

/* .pagination-wrapper .page-numbers li .page-numbers.prev span,

.pagination-wrapper .page-numbers li .page-numbers.next span {

  width: 35px;

  height: 35px;

  border-radius: 100%;

  border: 1px solid #e4e4e4;

} */

.pagination-wrapper .page-numbers li a:hover {
  color: #9ccb6c;
}

.pagination-wrapper .page-numbers li .page-numbers.prev:hover span,
.pagination-wrapper .page-numbers li .page-numbers.prev:hover span::before,
.pagination-wrapper .page-numbers li .page-numbers.prev:hover span::after,
.pagination-wrapper .page-numbers li .page-numbers.next:hover span,
.pagination-wrapper .page-numbers li .page-numbers.next:hover span::before,
.pagination-wrapper .page-numbers li .page-numbers.next:hover span::after {
  background-color: #9ccb6c;
}

/* モーダルウィンドウ */

.modal-section {
  visibility: hidden;

  opacity: 0;

  position: fixed;

  z-index: 99999;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  transition: 0.4s;
}

.modal-overlay {
  width: 100%;

  height: 100%;

  background-color: rgba(30, 30, 30, 0.9);
}

.modal-wrapper {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 70%;

  max-width: 500px;

  background-color: #fff;

  overflow: auto;

  border-radius: 20px;
}

.model-close-btn-wrapper {
  width: 100%;

  height: 80px;

  background: linear-gradient(to right, #9ccb6c, #5abb82);

  position: relative;
}

.close-btn.modal {
  width: 30px;

  height: 30px;

  position: absolute;

  top: 50%;

  bottom: 50%;

  right: 20px;

  transform: translate(0, -50%);
}

.modal-content {
  padding: 30px 45px;
}

.modal-content-text {
  text-align: center;

  margin-bottom: 30px;
}

.modal-content-btn-wrapper {
  display: flex;

  flex-direction: column;

  gap: 16px;
}

.link-btn-green.modal {
  max-width: initial;
}

.link-btn-green.modal-news {
  background-color: #5abb82;
}

.link-btn-green.modal-news:hover {
  background-color: #9ccb6c;
}

.link-btn-green-text.modal {
  font-size: 2rem;
}

.is-show {
  visibility: visible;

  opacity: 1;
}

@media (max-width: 700px) {
  .modal-wrapper {
    width: 90%;
  }

  .model-close-btn-wrapper {
    height: 60px;
  }

  .modal-content {
    padding: 30px 5%;
  }

  .modal-content-text {
    font-size: 1.4rem;

    margin-bottom: 20px;
  }

  .modal-content-btn-wrapper {
    gap: 10px;
  }

  .link-btn-green.modal {
    height: 60px;
  }

  .link-btn-green-text.modal {
    font-size: 1.6rem;
  }
}

/*-------------------------------------------------------------------------



ヘッダー



-------------------------------------------------------------------------*/

/* PC版ヘッダー */

.sp-header {
  display: none;
}

.pc-logo-wrapper {
  position: absolute;

  z-index: 2;

  top: 180px;

  background-color: #fff;

  border-radius: 0 20px 20px 0;
}

.pc-logo-wrapper a {
  display: block;

  width: 100%;

  height: 100%;

  padding: 40px 0;
}

.pc-logo-wrapper .logo img {
  width: 250px;

  height: auto;
}

/* 下層ページのロゴ */

.pc-logo-wrapper-subpage {
  position: absolute;

  z-index: 2;

  top: 0;

  padding: 17px 10px 16px 15px;

  background-color: #fff;

  border-radius: 0 0 20px 0;
}

.pc-logo-wrapper-subpage .logo img {
  width: 250px;

  height: auto;
}

/* ヘッダーメニューのボタン */

.btn-wrapper {
  height: 550px;

  display: flex;

  flex-direction: column;

  position: fixed;

  z-index: 2;

  top: 0;

  right: 0;

  transition: transform 0.3s ease;

  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);

  border-radius: 0 0 0 20px;
}

/* メニューボタン */

.menu-btn {
  background-color: #fff;

  padding: 0 30px;

  flex: 1;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  gap: 20px;

  transition: opacity 0.3s ease;
}

.menu-btn-text {
  color: #000000;

  font-family: "Libre Franklin";

  font-size: 2rem;

  line-height: 1.6;

  letter-spacing: 0.2em;
}

.menu-btn .menu-icon-wrapper {
  background-color: #9ccb6c;

  width: 80px;

  height: 80px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.menu-btn img {
  display: inline-block;

  width: 30px;

  height: auto;
}

/* ヘッダーの財団委員ページボタン */

.header-login-btn {
  background-color: #008537;

  border-radius: 0 0 0 20px;

  flex: 1;

  transition: opacity 0.3s ease;

  padding: 0 30px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  gap: 20px;
}

.header-login-btn-text {
  color: #fff;

  font-size: 2rem;

  line-height: 1.6;

  letter-spacing: 0.2em;

  text-align: center;
}

.header-login-btn-icon-wrapper {
  background-color: #fff;

  width: 80px;

  height: 80px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.header-login-btn-icon-wrapper img {
  display: inline-block;

  width: 30px;

  height: auto;
}

/* スクロールに応じてメニューを表示・非表示を切り替え */

body.is-menu-open .btn-wrapper {
  transform: translateX(0);
}

.btn-wrapper.hide {
  transform: translateX(100%);
}

/* SP版ヘッダー */

@media (max-width: 1024px) {
  .header {
    position: sticky;

    top: 0;

    left: 0;

    z-index: 100;

    background-color: #fff;
  }

  .pc-header {
    display: none;
  }

  .sp-header {
    display: block;
  }

  .sp-header-inner {
    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 0 20px;

    width: 100%;

    height: 20.5128vw;

    min-height: 80px;
  }

  .sp-logo img {
    display: inline-block;

    width: 17.9487vw;

    min-width: 70px;

    height: auto;
  }

  .sp-logo-text-image img {
    display: inline-block;

    width: 20.5128vw;

    min-width: 80px;

    height: auto;
  }

  .sp-menu-btn img {
    display: inline-block;

    width: 12.8205128vw;

    min-width: 50px;

    height: auto;
  }
}

@media (max-width: 700px) {
  .header {
    position: fixed;

    width: 100%;
  }

  .sp-header-inner {
    height: 80px;
  }

  .sp-logo img {
    width: 70px;

    height: auto;
  }

  .sp-logo-text-image img {
    width: 80px;

    height: auto;
  }

  .sp-menu-btn img {
    width: 50px;

    height: auto;
  }
}

/* ドロワーメニュー */

.drawer-menu {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100vh;

  height: 100dvh;

  visibility: hidden;

  opacity: 0;

  transition: all 0.6s;

  z-index: 900;
}

.drawer-menu.active {
  visibility: visible;

  opacity: 1;
}

/* 閉じるボタン */

.close-btn-wrapper {
  position: absolute;

  top: 38px;

  right: 43px;

  z-index: 999;

  width: 55px;

  height: 55px;
}

.close-btn {
  position: relative;

  width: 100%;

  height: 100%;
}

.close-btn span {
  display: inline-block;

  width: 30px;

  height: 3px;

  background-color: #fff;

  border-radius: 2px;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.close-btn span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer-menu-inner {
  display: flex;

  width: 100%;

  height: 100%;
}

/* ドロワーメニュー内のロゴ領域 */

.drawer-menu-logo-wrapper {
  width: 40%;

  background-color: #fff;

  display: flex;

  justify-content: center;

  align-items: center;
}

.drawer-menu-logo img {
  display: inline-block;

  width: 350px;

  height: auto;
}

.drawer-menu-sp-logo {
  display: none;
}

/* ドロワーメニュー内のナビゲーション領域 */

.nav-list-wrapper {
  padding: 100px 100px 0;

  width: 60%;

  background-color: #008537;

  overflow-y: auto;

  overflow-x: hidden;

  max-height: 100vh;

  min-height: calc(100vh - 100px);
}

.nav-list {
  display: flex;

  flex-direction: column;

  gap: clamp(0px, 4.86111111vw, 70px);

  margin-bottom: clamp(0px, 4.86111111vw, 70px);
}

.nav-item {
  color: #fff;

  font-size: 3rem;

  line-height: 1;

  letter-spacing: 0.2em;
}

/* ドロワーメニュー内のアニメーション */

.nav-item {
  opacity: 0;

  transform: translateY(20px);

  transition: all 0.6s;
}

.drawer-menu.active .nav-item {
  opacity: 1;

  transform: translateY(0);
}

.drawer-menu.active .nav-item:nth-child(1) {
  transition-delay: 0.1s;
}

.drawer-menu.active .nav-item:nth-child(2) {
  transition-delay: 0.2s;
}

.drawer-menu.active .nav-item:nth-child(3) {
  transition-delay: 0.3s;
}

.drawer-menu.active .nav-item:nth-child(4) {
  transition-delay: 0.4s;
}

.drawer-menu.active .nav-item:nth-child(5) {
  transition-delay: 0.5s;
}

@media (max-width: 1024px) {
  .drawer-menu-logo {
    display: none;
  }

  .drawer-menu-sp-logo {
    display: block;
  }

  .drawer-menu-inner {
    flex-direction: column-reverse;
  }

  .close-btn-wrapper {
    top: 12px;

    right: 20px;

    width: 50px;

    height: 50px;
  }

  .drawer-menu-logo-wrapper {
    width: 100%;
  }

  .drawer-menu-sp-logo {
    height: 90px;
  }

  .drawer-menu-sp-logo img {
    width: 200px;

    height: auto;
  }

  .nav-list-wrapper {
    padding: 62px 40px;

    width: 100%;

    height: 100dvh;

    overflow-x: initial;

    max-height: initial;

    min-height: initial;
  }

  .nav-list {
    gap: 50px;

    min-height: initial;

    margin-bottom: 50px;
  }

  .nav-item {
    font-size: 2.4rem;

    line-height: 1;

    letter-spacing: 0.2em;
  }
}

/* 下層ページのページタイトル */

.subpage-title-bg {
  background-image: url(../img/header-image.webp);

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;
}

.subpage-title-bg-inner {
  width: 100%;

  height: 550px;

  position: relative;
}

.subpage-title-wrapper {
  width: 100%;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.subpage-title {
  text-align: center;

  font-family: "Libre Franklin";

  font-size: clamp(2.5rem, 4.8828125vw, 5rem);

  color: #fff;

  font-weight: 500;

  line-height: 1.4;

  letter-spacing: 0.2em;

  margin-bottom: 17px;

  padding: 0 5%;
}

.subpage-title::after {
  display: block;

  font-size: clamp(1.6rem, 2.9296875vw, 3rem);

  font-family: "Sawarabi Gothic";

  color: #fff;

  line-height: 2.3;

  letter-spacing: 0.2em;
}

@media (max-width: 700px) {
  .subpage-title-bg-inner {
    height: 390px;
  }

  .subpage-title {
    margin-top: 80px;
  }
}

/*-------------------------------------------------------------------------



フッター



-------------------------------------------------------------------------*/

/* 販売ページリンク */

.sale-page-link-section {
  padding: 0 7%;
}

.sale-page-section-inner {
  position: relative;

  max-width: 1160px;

  margin: 0 auto;

  border-radius: 20px;

  overflow: hidden;
}

.sale-page-section-inner::before {
  position: absolute;

  top: 0;

  left: 0;

  content: "";

  display: block;

  width: 1920px;

  height: 1280px;

  background-image: linear-gradient(to right, #5abb82, #9ccb6c),
    url(../img/abstract_green_bokeh_bg.webp);

  background-repeat: no-repeat, no-repeat;

  background-size: cover, cover;

  background-position: top left, top left;

  background-blend-mode: multiply;

  filter: brightness(0.8);

  z-index: -2;
}

.sale-page-content {
  padding: 80px 130px 55px 90px;
}

.sale-page-title {
  font-family: "Sawarabi Gothic";

  color: #fff;

  font-size: 3rem;

  line-height: 1.5;

  letter-spacing: 0;

  margin-bottom: 10px;
}

.sale-page-text {
  color: #fff;
}

.sale-page-link-btn-wrapper {
  text-align: right;

  margin-top: -40px;
}

.sale-page-btn {
  display: inline-block;

  max-width: 200px;

  width: 100%;

  height: 60px;

  background-color: #fff;

  border-radius: 50px;

  transition: background-color 0.3s ease;
}

.sale-page-btn-link {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  width: 100%;

  height: 100%;
}

.sale-page-btn-text {
  color: #008537;

  transition: color 0.3s ease;
}

.sale-page-btn-icon {
  display: inline-block;

  width: 23px;

  height: auto;

  transition: filter 0.3s ease;
}

.sale-page-image {
  position: absolute;

  top: 0;

  right: 195px;

  display: inline-block;

  width: 300px;

  height: auto;

  opacity: 0.5;

  z-index: -1;
}

@media (max-width: 1024px) {
  .sale-page-content {
    padding: 80px 90px 55px;
  }

  .sale-page-text {
    margin-bottom: 15px;
  }

  .sale-page-link-btn-wrapper {
    margin-top: 0;
  }

  .sale-page-image {
    top: 0;

    right: -100px;

    width: 350px;

    opacity: 0.3;
  }
}

@media (max-width: 700px) {
  .sale-page-link-section {
    padding: 0 5%;
  }

  .sale-page-content {
    padding: 50px 5%;
  }

  .sale-page-title {
    font-size: 2rem;
  }

  .sale-page-text {
    font-size: 1.4rem;
  }

  .sale-page-btn {
    max-width: 180px;

    width: 100%;

    height: 40px;
  }

  .sale-page-btn-link {
    gap: 5px;
  }

  .sale-page-btn-icon {
    width: 13px;
  }

  .sale-page-image {
    width: 250px;
  }
}

/* フッターメニュー */

.footer-link-section {
  padding: 100px 7% 70px;
}

.footer-link-section-inner {
  max-width: 1160px;

  margin: 0 auto;
}

.footer-logo-wrapper {
  text-align: center;

  margin-bottom: 30px;
}

.footer-logo-wrapper img {
  display: inline-block;

  width: 180px;

  height: auto;
}

.bnr-wrapper {
  margin-bottom: 70px;
}

.bnr-list {
  display: flex;

  justify-content: center;

  gap: 30px;

  flex-wrap: wrap;
}

.bnr-list .bnr-item {
  display: inline-block;
  padding: 10px;
  border: 1px solid #e4e4e4;
}

.footer-menu-content-pc-flex {
  display: flex;

  justify-content: space-between;

  margin-bottom: 70px;
}

.footer-nav-list-wrapper {
  flex: 1;
}

.footer-nav-list {
  display: flex;

  flex-direction: column;

  margin-bottom: 18px;
}

.footer-nav-list .footer-nav-item a {
  font-family: "Sawarabi Gothic";

  color: #034c5c;

  line-height: 1;

  letter-spacing: 0;
}

.footer-nav-login-btn {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 6px;
}

.footer-nav-login-btn .login-btn-icon {
  display: inline-block;

  width: 20px;

  height: auto;
}

.foundation-profile-text {
  text-align: right;

  font-family: Sawarabi Gothic;

  color: #034c5c;

  line-height: 2;

  letter-spacing: 0;
}

.footer-other-info-list {
  display: flex;

  justify-content: center;

  gap: 20px;

  font-family: Sawarabi Gothic;

  color: #034c5c;

  line-height: 2;

  letter-spacing: 0;
}

.footer-other-info-item a {
  text-decoration: underline;

  text-underline-offset: 10px;
}

.copyright {
  text-align: center;

  font-family: Sawarabi Gothic;

  color: #034c5c;

  line-height: 2;

  letter-spacing: 0;
}

@media (max-width: 700px) {
  .footer-link-section {
    padding: 50px 10%;
  }

  .footer-link-section-inner {
    display: flex;

    flex-direction: column;
  }

  .footer-logo-wrapper {
    order: 1;
  }

  .foundation-profile-text {
    order: 2;
  }

  .bnr-wrapper {
    order: 3;
  }

  .footer-nav-list-wrapper {
    order: 4;
  }

  .footer-other-info-list-wrapper {
    order: 5;
  }

  .footer-logo-wrapper {
    margin-bottom: 30px;
  }

  .footer-logo-wrapper img {
    width: 120px;
  }

  .bnr-wrapper {
    margin-bottom: 50px;
  }

  .footer-menu-content-pc-flex {
    display: contents;
  }

  .footer-nav-list {
    max-width: 390px;

    width: 100%;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;

    margin-bottom: 18px;
  }

  .footer-nav-login-btn-wrapper {
    display: flex;

    justify-content: center;

    margin-bottom: 50px;
  }

  .footer-nav-login-btn .login-btn-icon {
    width: 13px;
  }

  .foundation-profile-text {
    font-size: 13px;

    line-height: 2;

    letter-spacing: 0;

    text-align: center;

    margin-bottom: 50px;
  }

  .footer-other-info-list {
    font-size: 1.2rem;

    flex-direction: column;

    gap: 0;
  }

  .footer-other-info-item {
    text-align: center;
  }

  .footer-other-info-item a {
    text-underline-offset: 1px;
  }

  .copyright {
    font-size: 1.2rem;
  }
}
