.f_top {
  display: flex;
  justify-content: center;
  gap: 158px;
  background: #fff;
  padding: 70px 20px;
}

.f_top_company {
  flex-shrink: 0;
}

.f_top_company_logo_area {
  margin-bottom: 20px;
}

.f_top_company_logo_area a {
  text-decoration: none;
}

.f_top_company_logo_img {
  max-width: 207px;
  width: 100%;
  margin-bottom: 17px;
}

.f_top_company_logo_text {
  width: max-content;
  color: #000;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
}

.f_top_company_logo_area a:hover .f_top_company_logo_text {
  transition: all 0.3s ease;
  opacity: 0.7;
}

.f_top_company_address {
  margin-bottom: 24px;
}

.f_top_company_address_text {
  color: #1D1D1D;
  font-size: 1.4rem;
  font-weight: 500;
}

.f_top_company_privacy_img {
  max-width: 125px;
  width: 100%;
}

.f_top_nav_pc {
  display: flex;
  gap: 50px;
}

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

.f_top_nav_item > a {
  display: inline-block;
  color: #1D1D1D;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  padding: 5px 5px;
}

.f_top_nav_item a:hover {
  opacity: 0.6;
}

.f_top_nav_item:has(> .f_top_nav_sub_area) > a {
  margin-bottom: 16px;
}

.f_top_nav_sub_area {
  padding-left: 20px;
}

.f_top_nav_sub_title {
  margin-bottom: 16px;
}

.f_top_nav_sub_title a {
  display: block;
  color: #1D1D1D;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

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

.f_top_nav_sub_item > a {
  display: inline-block;
  color: #141414;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  padding: 5px 14px;
  position: relative;
}

.f_top_nav_sub_item > a::before {
  content: '';
  width: 10px;
  aspect-ratio: 1;
  background: #7A7A7A;
  mask-image: url('../img/common/arrow_icon_line.svg');
  -webkit-mask-image: url('../img/common/arrow_icon_line.svg');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 0;
}

.f_bottom {
  background: #2F2F2F;
  padding: 20px 20px;
}

.f_top_nav_sp {
  display: none;
}

.f_bottom_copyright {
  display: block;
  color: #A3A3A3;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 1304px) {

  .f_top_nav_pc {
    display: block;
    column-count: 2;
    column-gap: 50px;
  }

  .f_top_nav_list {
    break-inside: avoid;
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {

  .f_top {
    flex-direction: column-reverse;
    align-items: center;
    gap: 64px;
    padding: 43px 30px 30px;
  }

  .f_top_company {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .f_top_company_logo_area {
    margin-bottom: 17px;
  }

  .f_top_company_logo_img {
    max-width: 180px;
  }

  .f_top_company_logo_text {
    font-size: 1.4rem;
    text-align: center;
  }

  .f_top_company_address_text {
    text-align: center;
  }

  .f_top_company_privacy_img {
    max-width: 98px;
  }

  .f_top_nav_pc {
    display: none;
  }

  .f_top_nav_sp {
    display: block;
  }

  .f_top_nav {
    width: 100%;
  }
}

@media (max-width: 767px) {

  .f_top {
    gap: calc(64 / 400 * 100vw);
    padding: calc(43 / 400 * 100vw) calc(30 / 400 * 100vw) calc(30 / 400 * 100vw);
  }

  .f_top_company_logo_area {
    margin-bottom: calc(17 / 400 * 100vw);
  }

  .f_top_company_logo_img {
    max-width: calc(180 / 400 * 100vw);
  }

  .f_top_company_logo_img img {
    width: 100%;
  }

  .f_top_company_logo_text {
    font-size: calc(14 / 400 * 100vw);
  }

  .f_top_company_address {
    margin-bottom: calc(24 / 400 * 100vw);
  }

  .f_top_company_address_text {
    font-size: calc(14 / 400 * 100vw);
  }

  .f_top_company_privacy_img {
    max-width: calc(98 / 400 * 100vw);
  }

  .f_top_company_privacy_img img {
    width: 100%;
  }

  .f_bottom {
    padding: calc(20 / 400 * 100vw) calc(20 / 400 * 100vw);
  }

  .f_bottom_copyright {
    font-size: calc(11 / 400 * 100vw);
  }
}

/* ==============================================
cookie
============================================== */

.l-cookie {
  z-index: 10002;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px 0 16px;
  background: rgba(0,0,0,0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.21, 0.11, 0.22, 0.96);
}

.l-cookie.is-show {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s cubic-bezier(0.21, 0.11, 0.22, 0.96)
}

.l-cookie__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.l-cookie__text {
  flex: 1;
}

.l-cookie__text p {
  color: #fff;
  font-size: 1.4rem
}

.l-cookie__text p a {
  display: inline-block;
}

.l-cookie__close {
  max-width: 270px;
  width: 100%;
  margin-inline: auto;
}

.c-btn {
  display: block;
  width: 100%;
  padding: 16px;
  border-radius: 100vmax;
  border: 1px solid #2D2D2D;
  background: #fff;
  transition: all 0.3s ease;
}

.c-btn:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  text-decoration: none;
}

.c-btn span {
  display: block;
  color: #2D2D2D;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  transition: all 0.3s ease;
}

.c-btn:hover span {
  color: #fff;
}

@media (max-width: 767px) {

  .l-cookie {
    padding: calc(14 / 400 * 100vw);
  }

  .l-cookie__inner {
    flex-direction: column;
    gap: calc(20 / 400 * 100vw);
    padding: 0;
  }

  .l-cookie__text p {
    font-size: calc(14 / 400 * 100vw);
  }

  .l-cookie__close {
    max-width: calc(270 / 400 * 100vw);
  }

  .c-btn {
    font-size: calc(14 / 400 * 100vw);
    padding: calc(16 / 400 * 100vw);
  }
}