@charset "UTF-8";

/**
 * フッター
 * ---------------------------------------- */
 @media screen and (min-width: 768px) {
  .globalfooter-primary__top,
  .globalfooter-primary__middle {
    padding: 0 10px;
  }
}
@media screen and (min-width: 961px) {
  .globalfooter-primary__top,
  .globalfooter-primary__middle {
    padding:0;
  }
}
.globalfooter-primary__middle {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  /* column-gap: 40px; */
  row-gap: 40px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .globalfooter-primary__middle {
    margin-top: 80px;
    flex-direction: row;
  }
}

.globalfooter-primary__contents {
  display: flex;
  /* column-gap: 40px; */
  row-gap: 40px;
  justify-content: center;
}

@media (max-width: 767px) {
  .globalfooter-primary__contents {
    flex-direction: column;
  }
}

/* .globalfooter-primary__bottom {
  margin-top: 40px;
}

.globalfooter-primary__bottom globalfooter-primary-section {
  width: 100%;
} */

.globalfooter-bottom {
  width: 100%;
  padding: 0 1rem;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .globalfooter-bottom {
    margin-top: 80px;
    padding: 0 20px;
  }
}

.globalfooter-bottom .globalfooter-bottom_contents {
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .globalfooter-bottom .globalfooter-bottom_contents {
    flex-direction: row;
    gap: 3%;
  }
}

.globalfooter-bottom_block {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .globalfooter-bottom_block {
    width: 148px;
  }
}

.globalfooter-bottom_list {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: 22px;
}

@media screen and (min-width: 768px) {
  .globalfooter-bottom_list {
    width: 86%;
  }
}

.globalfooter-bottom_list li {
  display: flex;
}

.globalfooter-bottom_list li p {
  margin: 0 1.4em 0 0;
  padding: 0;
  font-size: clamp(11px, 0.75rem, 14px);
  font-weight: bold;
}

.globalfooter-bottom_list li a {
  position: relative;
}

.globalfooter-bottom_list li a::before {
  content: "";
  width: 1px;
  height: 1.4em;
  position: absolute;
  left: -0.9em;
  background-color: #fff;
  border-width: 1px;
}



.globalfooter .heading_footerlist {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 560px) {
  .globalfooter .heading_footerlist {
    padding: 0 0 12px 0.225rem;
  }
}

.globalfooter-primary-section {
  width: 100%;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .globalfooter-primary-section {
    padding: 0 10px;
  }
}
@media screen and (min-width: 961px) {
  .globalfooter-primary-section {
    padding: 0 20px;
  }
}

.globalfooter .heading_footerlist::after {
  display: none;
}

.globalfooter .globalfooter-primary-02::after {
  background-color: initial;
}

.globalfooter-primary-block {
  display: flex;
  column-gap: 40px;
}

.globalfooter-primary-grid {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .globalfooter-primary-grid {
    display: grid;
    flex-direction: unset;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, auto);
    gap: 0 5%;
  }
}

.globalfooter-primary__list {
  margin-bottom: 20px;
  padding: 0 0.625rem;
  display: flex;
  column-gap: 8px;
  list-style: none;
  font-weight: lighter;
}
.globalfooter-primary__list:last-child {
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .globalfooter-primary__list {
    flex-wrap: initial;
    column-gap: 24px;
  }
}
@media (max-width: 560px) {
  .globalfooter-primary__list {
    padding: 0 0.225rem 0.8rem;
  }
  .globalfooter-primary__list:last-child {
    padding: 0 0.225rem;
  }
}
@media (min-width: 768px) {
  .globalfooter-primary__list {
    padding: 0;
  }
  .globalfooter-primary__list:last-child {
    padding: 0;
  }
}

.globalfooter-primary__list a {
  display: inline-block;
  font-size: clamp(12px, 0.75rem, 13px);
  font-weight: 700;
  text-decoration: none;
}

.globalfooter-primary__item {
  list-style: none;
  min-width: 160px;
}
.globalfooter-primary-grid .globalfooter-primary__item {
  min-width: 78px;
}
@media screen and (min-width: 768px) {
  /* .globalfooter-primary__item {
    min-width: 96px;
  } */
  .globalfooter-primary-grid .globalfooter-primary__item {
    min-width: 118px;
  }
  .globalfooter-primary-grid .globalfooter-primary__item.-width-sizem {
    min-width: 78px;
  }
}
@media (max-width: 767px) {
  .globalfooter-primary__item {
    min-width: 151px;
  }
  .globalfooter-primary__item.-width-sizem {
    min-width: 78px;
  }
}

.globalfooter-primary__item a {
  display: inline-block;
}

.formitem_unit-before {
  width: 24px;
}

.globalfooter-primary__list-secondary {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 4px;
  padding-left: 0;
}

.globalfooter-primary__list-secondary-item {
  list-style: none;
}
.globalfooter-primary__list-secondary-item a {
  font-size: clamp(12px, 0.75rem, 13px);
  font-weight: normal;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .globalfooter-menu .globalfooter-item:nth-child(1) {
    width: min(19vw, 360px);
  }
}

@media screen and (max-width: 767px) {
  .globalfooter .globalfooter-menu {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: auto;
    row-gap: 14px;
    column-gap: 0;
    text-align: center;
  }

  .globalfooter-menu .globalfooter-item:nth-child(1) {
    grid-column: 1 / 9;
    text-align: center;
  }

  .globalfooter-menu .globalfooter-item:nth-child(2) {
    grid-column: 1 / 4;
  }
  .globalfooter-menu .globalfooter-item:nth-child(3) {
    grid-column: 4 / 6;
  }
  .globalfooter-menu .globalfooter-item:nth-child(4) {
    grid-column: 6 / 9;
  }

  .globalfooter-menu .globalfooter-item:nth-child(5) {
    grid-column: 2 / 5;
  }
  .globalfooter-menu .globalfooter-item:nth-child(6) {
    grid-column: 5 / 8;
  }

  .globalfooter-menu .globalfooter-item:nth-child(7) {
    grid-column: 1 / 9;
  }
}

.globalfooter .globalfooter-item {
  font-size: 10px;
}
.globalfooter .globalfooter-item a {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .globalfooter .globalfooter-item,
  .globalfooter .globalfooter-item a {
    font-size: min(1.171875vw, 14px);
  }
}

.globalfooter-copywright {
  margin: 20px auto 0;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .globalfooter-copywright {
    margin: 0;
    text-align: left;
    font-size: min(1.4vw, 14px);
  }
}

@media (max-width: 767px) {
  .linklist_footerprimary.-sp-width-half {
    row-gap: 20px;
    column-gap: 24px;
  }
}

@media (max-width: 767px) {
  .linklist_footerprimary.-sp-width-half {
    row-gap: 20px;
    column-gap: 24px;
  }
}

@media (max-width: 767px) {
  .linklist_footerprimary.-sp-width-half li {
    width: calc(50% - 24px);
  }
}

.linklist_footerprimary.-sp-grid-col {
  display: grid;
}

@media (min-width: 768px) {
  .globalfooter-bottom .-sp-grid-col2,
  .globalfooter-bottom .globalfooter-bottom_contents {
    width: 56%;
  }
}
@media (min-width: 961px) {
  .globalfooter-bottom .-sp-grid-col2,
  .globalfooter-bottom .globalfooter-bottom_contents {
    width: 63%;
  }
}
@media (min-width: 1241px) {
  .globalfooter-bottom .-sp-grid-col2,
  .globalfooter-bottom .globalfooter-bottom_contents {
    width: 75%;
  }
}
@media (min-width: 1561px) {
  .globalfooter-bottom .-sp-grid-col2,
  .globalfooter-bottom .globalfooter-bottom_contents {
    width: 80%;
  }
}
@media (min-width: 1691px) {
  .globalfooter-bottom .-sp-grid-col2,
  .globalfooter-bottom .globalfooter-bottom_contents {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .linklist_footerprimary.-sp-grid-col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, 1fr);
    /* column-gap: 41px; */
    row-gap: 20px;
  }
}

@media (max-width: 767px) {
  .linklist_footerprimary.-sp-grid-col2 li:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media (max-width: 767px) {
  .linklist_footerprimary.-sp-grid-col2 li:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media (max-width: 767px) {
  .linklist_footerprimary.-sp-grid-col2 li:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media (max-width: 767px) {
  .linklist_footerprimary.-sp-grid-col2 li:nth-child(4) {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media (max-width: 767px) {
  .linklist_footerprimary.-sp-grid-col2 li:nth-child(5) {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media (max-width: 767px) {
  .linklist_footerprimary.-sp-grid-col2 li:nth-child(6) {
    grid-area: 6 / 1 / 7 / 2;
  }
}

@media (max-width: 767px) {
  .linklist_footerprimary.-sp-grid-col2 li:nth-child(7) {
    grid-area: 7 / 1 / 8 / 2;
  }
}

@media (max-width: 767px) {
  .linklist_footerprimary.-sp-grid-col2 li:nth-child(8) {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media (max-width: 767px) {
  .linklist_footerprimary.-sp-grid-col2 li:nth-child(9) {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media (max-width: 767px) {
  .linklist_footerprimary.-sp-grid-col2 li:nth-child(10) {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media (max-width: 767px) {
  .linklist_footerprimary.-sp-grid-col2 li:nth-child(11) {
    grid-area: 4 / 2 / 5 / 3;
  }
}

@media (max-width: 767px) {
  .linklist_footerprimary.-sp-grid-col2 li:nth-child(12) {
    grid-area: 5 / 2 / 6 / 3;
  }
}

@media (max-width: 767px) {
  .linklist_footerprimary.-sp-grid-col2 li:nth-child(13) {
    grid-area: 6 / 2 / 7 / 3;
  }
}
