@charset "UTF-8";
.footerWrap {
  width: 100%;
  background-color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .footerWrap {
    min-width: auto;
  }
}

.footerItem {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
  min-width: 1008px;
  max-width: 1008px;
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .footerItem {
    gap: 0;
    min-width: auto;
    padding: 0 0 68px;
  }
}

.footerItem__text--unite {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
}

.footerItem__box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  .footerItem__box {
    flex-direction: column;
    margin: 0 16px;
  }
}
.footerItem__box li {
  list-style: none;
}

.footerItem__logo {
  vertical-align: top;
}
@media screen and (max-width: 749px) {
  .footerItem__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 72px 0;
  }
}
.footerItem__logo img {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 749px) {
  .footerItem__logo img {
    width: 166px;
  }
}

@media screen and (max-width: 749px) {
  .footerItem__arrow {
    padding-top: 2px;
  }
}

.footerItem__nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  width: 240px;
}
.footerItem__nav--spOrder1 {
  height: 100%;
}
@media screen and (max-width: 749px) {
  .footerItem__nav {
    position: relative;
    flex-direction: column;
    gap: 0;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e9eaea;
  }
  .footerItem__nav--spOrder1 {
    order: 1;
    height: auto;
    border-top: 1px solid #e9eaea;
  }
  .footerItem__nav--spOrder2 {
    order: 2;
  }
  .footerItem__nav--spOrder3 {
    order: 3;
  }
  .footerItem__nav--spOrder4 {
    order: 4;
  }
  .footerItem__nav--spOrder5 {
    order: 5;
  }
  .footerItem__nav--spOrder6 {
    order: 6;
  }
}

.footerItem__nav--arrow {
  gap: 20px;
}
@media screen and (max-width: 749px) {
  .footerItem__nav--arrow {
    gap: 24px;
  }
}

.footerItem__navWrap {
  display: flex;
  flex-flow: column wrap;
  gap: 32px 80px;
  height: 544px;
  list-style: none;
}
@media screen and (max-width: 749px) {
  .footerItem__navWrap {
    gap: 0;
    width: 100%;
    height: auto;
  }
}

.footerItem__navLink {
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  position: relative;
  color: #4c5151;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.2s;
}
@media screen and (max-width: 749px) {
  .footerItem__navLink {
    font-size: 16px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
    display: block;
    margin-top: 0;
  }
}
.footerItem__navLink path {
  transition: fill 0.2s;
}
@media (hover: hover) {
  .footerItem__navLink:hover {
    color: #087aab;
  }
  .footerItem__navLink:hover path {
    fill: #087aab;
  }
}

.footerItem__navLink--arrow {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 0;
}
@media screen and (max-width: 749px) {
  .footerItem__navLink--arrow {
    margin-left: 16px;
  }
}

.footerItem__navTit {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
  color: #4c5151;
}
.footerItem__navTit--small {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .footerItem__navTit {
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.75px;
    text-align: left;
    display: block;
    width: 100%;
    padding-left: 16px;
  }
}
.footerItem__navTit a {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
  display: inline;
  display: initial;
}
@media screen and (max-width: 749px) {
  .footerItem__navTit a {
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.75px;
    text-align: left;
    display: block;
  }
}

.footerItem__navLinkWrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 749px) {
  .footerItem__navLinkWrap {
    gap: 16px;
  }
  .footerItem__navLinkWrap--parent {
    gap: 0;
    height: 0;
    margin: 0 !important;
    transition-duration: 0.3s;
  }
  .footerItem__navLinkWrap--parent.is-open {
    width: 100% !important;
    height: auto;
    margin: 0 !important;
  }
}

.footerItem__navLinkWrap--arrow {
  gap: 16px;
}
@media screen and (max-width: 749px) {
  .footerItem__navLinkWrap--arrow {
    gap: 24px;
  }
}

@media screen and (max-width: 749px) {
  .footerItem__navLinkWrap > .footerItem__nav {
    border: none;
  }
}

.footerItem__navLinkWrap > .footerItem__nav + .footerItem__nav {
  margin-top: 12px;
}
@media screen and (max-width: 749px) {
  .footerItem__navLinkWrap > .footerItem__nav + .footerItem__nav {
    margin-top: 0;
  }
}

.footerItem__navLinkWrap > .footerItem__nav > .footerItem__navTit > a {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .footerItem__navLinkWrap > .footerItem__nav > .footerItem__navTit > a {
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.75px;
    text-align: left;
  }
}

@media screen and (max-width: 749px) {
  .footerItem__nav:has(.is-open > .footerItem__nav) {
    gap: 20px;
    padding-bottom: 0;
  }
}

.footerItem__sns {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
@media screen and (max-width: 749px) {
  .footerItem__sns {
    gap: 16px;
  }
}
.footerItem__sns img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 749px) {
  .footerItem__sns img {
    width: 24px;
    height: 24px;
  }
}

.footerItem__lowestBottom {
  background-color: #f6fcff;
}

.footerItem__termsWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  padding: 24px 0;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 749px) {
  .footerItem__termsWrap {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 343px;
    padding: 40px 16px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
  }
}

.footerItem__terms {
  display: inline-block;
  margin-right: 24px;
}
@media screen and (max-width: 749px) {
  .footerItem__terms {
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.footerItem__terms a {
  position: relative;
  display: flex;
  align-items: center;
  color: #4c5151;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.1s;
}
@media screen and (max-width: 749px) {
  .footerItem__terms a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
.footerItem__terms path {
  fill: #4c5151;
  transition: fill 0.1s;
}
.footerItem__terms a:hover {
  color: #087aab;
}
.footerItem__terms a:hover path {
  fill: #087aab;
}

@media screen and (max-width: 749px) {
  .footerItem__terms:last-of-type {
    margin-bottom: 40px;
  }
}

.footerItem__copyright {
  display: block;
  margin-top: 19px;
  color: #55cbe1;
  font-size: 12px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .footerItem__copyright {
    margin-top: 8px;
    margin-right: 0;
  }
}

/**********************   */
/* --------------簡易版のFooter-------------- */
.documentFormFooter {
  background-color: #f8f9f9;
}
.documentFormFooter a {
  color: rgba(93, 93, 93, 0.6);
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media screen and (max-width: 749px) {
  .documentFormFooter a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
.documentFormFooter a:hover {
  color: #55cbe1;
}

.documentFormFooter__logo {
  display: block;
  width: 200px;
  height: auto;
  padding: 32px 0 48px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .documentFormFooter__logo {
    box-sizing: content-box;
    width: auto;
    height: 40px;
    padding: 32px 0 40px;
  }
}

.documentFormFooter__termsWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 24px;
}

.documentFormFooter__terms {
  margin: 0 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .documentFormFooter__terms {
    margin-right: 10px;
    margin-left: 0;
  }
  .documentFormFooter__terms:last-of-type {
    margin: 0;
  }
}

.documentFormFooter__lowestBottom {
  text-align: center;
  background-color: #f9f9f9;
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
}

.documentFormFooter__copyright {
  display: block;
  padding: 11px 0 10px;
  margin: 0 auto;
  color: rgba(93, 93, 93, 0.6);
}

@media screen and (max-width: 749px) {
  .globalNav--footer {
    height: 0;
    min-height: 0;
    margin-left: 32px;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.3s;
  }
  .globalNav--footer.is-open {
    width: calc(100% - 32px);
    height: auto;
    margin: 24px 0 0 32px;
    opacity: 1;
  }
}

.footer__toggleSp {
  display: none;
}
@media screen and (max-width: 749px) {
  .footer__toggleSp {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 61px;
  }
  .footer__toggleSp.is-active {
    transform: rotate(180deg);
  }
  .footer__toggleSp > img {
    width: 14px;
    height: 7px;
    fill: #4c5151;
  }
}

.js-footer__toggleSp.is-active .footer__toggleSp {
  transform: rotate(180deg);
}

.footerUnite {
  width: 100%;
  padding: 80px 0 48px;
  background: #f8f9f9;
}
@media screen and (max-width: 749px) {
  .footerUnite {
    padding: 56px 16px 24px;
  }
}

.footerUnite__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: center;
  color: #1f2526;
}
@media screen and (max-width: 749px) {
  .footerUnite__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.75px;
    text-align: center;
  }
}

.footerUnite__cardListWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 865px;
  min-height: 257px;
  margin: 24px auto 0;
  transition: opacity 0.2s;
}
@media screen and (max-width: 749px) {
  .footerUnite__cardListWrap {
    justify-content: center;
    width: 343px;
    min-height: inherit;
  }
}

.footerUnite__cardListSlider {
  width: 805px;
  overflow-x: hidden;
  overflow-y: visible;
  overflow: hidden visible;
}
@media screen and (max-width: 749px) {
  .footerUnite__cardListSlider {
    width: 295px;
  }
}

.footerUnite__cardList {
  display: flex;
  gap: 20px;
  align-items: stretch;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 16px 32px;
  transition: transform 0.3s;
}

.footerUnite__card {
  position: relative;
  top: 0;
  width: 243px;
  padding: 4px;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 16px 24px rgba(76, 81, 81, 0.08);
  transition: top 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 749px) {
  .footerUnite__card {
    width: 263px;
  }
}

@media (hover: hover) {
  .footerUnite__card:hover {
    top: -8px;
    box-shadow: 0 8px 16px rgba(76, 81, 81, 0.24);
  }
}

.footerUnite__card--noShadow {
  box-shadow: none;
}

.footerUnite__cardImgBox {
  width: 100%;
  aspect-ratio: 235/123.16;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.footerUnite__cardImgBox img {
  width: 100%;
  height: auto;
}

.footerUnite__cardContent {
  padding: 20px;
}
@media screen and (max-width: 749px) {
  .footerUnite__cardContent {
    padding: 12px;
  }
}

.footerUnite__cardTitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
  color: #4c5151;
}
@media screen and (max-width: 749px) {
  .footerUnite__cardTitle {
    font-size: 12px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.75px;
    text-align: left;
  }
}

.footerUnite__cardListSliderCtrl {
  margin-top: -32px;
  cursor: pointer;
}

.footerUnite__cardListSliderCtrl--prev {
  transform: rotate(180deg);
}

.footerUnite__cardListSliderCtrl--disabled {
  pointer-events: none;
}
.footerUnite__cardListSliderCtrl--disabled svg path {
  fill: #e9eaea;
}

.bottomCard__cta {
  position: relative;
  min-width: 1200px;
  padding: 80px 0;
  background-color: #55cbe1;
}
@media screen and (max-width: 749px) {
  .bottomCard__cta {
    min-width: 100%;
    padding: 54px 0;
    margin-bottom: auto;
  }
}

.bottomCard__ctaInner {
  position: relative;
  z-index: 1;
  width: 728px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .bottomCard__ctaInner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 32px;
  }
}

.bottomCard__ctaWiu {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(76, 81, 81, 0.16);
  transition: top 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 749px) {
  .bottomCard__ctaWiu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% + 16px);
    max-width: 375px;
  }
}

@media (hover: hover) {
  .bottomCard__ctaWiu:hover {
    top: -8px;
    box-shadow: 0 8px 16px rgba(76, 81, 81, 0.24);
  }
}
@media screen and (hover: hover) and (max-width: 749px) {
  .bottomCard__ctaWiu:hover {
    box-shadow: none;
  }
}

.bottomCard__ctaWiu img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 749px) {
  .bottomCard__ctaWiu img {
    max-width: 375px;
  }
}

.bottomCard__ctaBtnList {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 28px;
  margin-top: 32px;
}
@media screen and (max-width: 749px) {
  .bottomCard__ctaBtnList {
    flex-direction: column;
    padding: 0;
  }
}

@media screen and (max-width: 749px) {
  .bottomCard__ctaBtnItem {
    width: 100%;
    max-width: 280px;
  }
}

.bottomCard__ctaBtn {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: left;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 64px;
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 60px;
  transition: all 0.3s;
}
@media screen and (max-width: 749px) {
  .bottomCard__ctaBtn {
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.75px;
    text-align: left;
    width: 100%;
    height: 53px;
  }
}

@media (hover: hover) {
  .bottomCard__ctaBtn:hover {
    color: #55cbe1;
    background: #fff;
  }
}
@media (hover: hover) {
  .bottomCard__ctaBtn:hover .bottomCard__ctaBtnIcon > svg path {
    fill: #55cbe1;
  }
}

.bottomCard__ctaBtnIcon {
  display: block;
}

.bottomCard__ctaBtnIcon svg {
  display: block;
}

.bottomCard__ctaBtnIcon svg path {
  transition: fill 0.2s;
}
