@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);
}

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

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

.footerDocument__cardListWrap {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  width: 1076px;
  min-height: 498px;
  padding: 0;
  margin: 32px auto 0;
  overflow: visible;
  transition: opacity 0.2s;
}
@media screen and (max-width: 749px) {
  .footerDocument__cardListWrap {
    gap: 16px;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    min-height: inherit;
    margin-top: 24px;
  }
}

.footerDocument__cardListSlider {
  box-sizing: content-box;
  width: 980px;
  padding: 24px 0 40px;
  margin: -24px -24px -40px;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .footerDocument__cardListSlider {
    width: 312px;
    max-width: 312px;
    padding: 16px 0 32px;
    margin: -16px -16px -32px;
  }
}

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

.footerDocument__cardList--slider {
  justify-content: flex-start;
  padding-left: 24px;
}
@media screen and (max-width: 749px) {
  .footerDocument__cardList--slider {
    padding-left: 16px;
  }
}

.footerDocument__card {
  position: relative;
  top: 0;
  box-sizing: border-box;
  display: flex;
  flex: none;
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  padding: 16px 16px 34px;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: #fff;
  border-radius: 10px;
  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) {
  .footerDocument__card {
    width: 280px;
    max-width: 280px;
    padding: 12px 12px 24px;
    border-radius: 8px;
  }
}

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

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

.footerDocument__card--offscreen {
  visibility: hidden;
}

.footerDocument__cardImgBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 166px;
  overflow: hidden;
  background: #f8f9f9;
  border-radius: 10px;
}
@media screen and (max-width: 749px) {
  .footerDocument__cardImgBox {
    height: auto;
    aspect-ratio: 268/166;
    border-radius: 8px;
  }
}

.footerDocument__cardImgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(0 4px 8px rgba(76, 81, 81, 0.16));
}

.footerDocument__cardContent {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 0 0;
}
@media screen and (max-width: 749px) {
  .footerDocument__cardContent {
    gap: 16px;
    padding: 16px 0 0;
  }
}

.footerDocument__cardText {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .footerDocument__cardText {
    gap: 8px;
  }
}

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

.footerDocument__cardDesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  text-align: left;
  width: 100%;
  color: #1f2526;
}
@media screen and (max-width: 749px) {
  .footerDocument__cardDesc {
    font-size: 12px;
    font-weight: 400;
    line-height: 164%;
    text-align: left;
  }
}

.footerDocument__cardBtn {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.75px;
  text-align: center;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 53px;
  padding: 16px 26px;
  margin-top: auto;
  color: #fff;
  background: #ff3d67;
  border: 2px solid #ff3d67;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(76, 81, 81, 0.08);
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 749px) {
  .footerDocument__cardBtn {
    font-size: 12px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.75px;
    text-align: center;
    width: 100%;
    max-width: 180px;
    height: 36px;
    padding: 0 16px;
    border-width: 0;
    box-shadow: none;
  }
}

@media (hover: hover) {
  .footerDocument__card:hover .footerDocument__cardBtn {
    color: #ff3d67;
    background: #fff;
  }
}

.footerDocument__cardListSliderCtrl {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.footerDocument__cardListSliderCtrl svg {
  width: 24px;
  height: 24px;
}

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

.footerDocument__cardListSliderCtrl--disabled {
  pointer-events: none;
}
.footerDocument__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;
}
