@charset "UTF-8";
/* バナーエリアの最大値 */
.rn_foot {
  color: #323c46;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  font-weight: 500;
  font-feature-settings: "pwid";
}

.rn_footTop {
  background: #6482a0;
  color: #fff;
}

.rn_footTop_inner {
  padding: 0 32px;
}
@media (max-width: 647px) {
  .rn_footTop_inner {
    padding: 0 15px;
  }
}

.rn_footTop .bl_breadcrumb {
  width: 100%;
  font-size: 12px;
  white-space: nowrap;
  position: relative;
  padding-left: 5.2em;
}

.rn_footTop .bl_breadcrumb a,
.rn_footTop .bl_breadcrumb span {
  color: #fff;
  display: inline-block;
}

.rn_footTop .bl_breadcrumb .it_breadcrumb_home {
  width: 5.2em;
  height: 73px;
  line-height: 73px;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.rn_footTop .bl_breadcrumb .bl_breadcrumb_list {
  outline: none;
  overflow: hidden;
}

.rn_footTop .bl_breadcrumb .bl_breadcrumb_list ul li {
  height: 73px;
  line-height: 73px;
  vertical-align: middle;
  display: inline-block;
}

.rn_footTop .bl_breadcrumb .bl_breadcrumb_list ul li span {
  padding: 0 20px 0 25px;
  position: relative;
}

.rn_footTop .bl_breadcrumb .bl_breadcrumb_list ul li span:before {
  content: ">";
  line-height: 73px;
  font-size: 10px;
  font-weight: bold;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.rn_footTop .bl_breadcrumb .bl_breadcrumb_list ul li:last-child span {
  padding-right: 0;
}

@media screen and (max-width: 647px) {
  .rn_footTop .bl_breadcrumb {
    display: flex;
    align-items: center;
  }
  .rn_footTop .bl_breadcrumb .it_breadcrumb_home {
    height: auto;
    display: block;
  }
  .rn_footTop .bl_breadcrumb .bl_breadcrumb_list ul {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
  }
  .rn_footTop .bl_breadcrumb .bl_breadcrumb_list ul li {
    height: auto;
    white-space: nowrap;
    display: block;
  }
}
.rn_footSocial {
  background: #ccdced;
}

.sec_social {
  padding: 64px 20px;
}
@media (max-width: 647px) {
  .sec_social {
    padding: 40px 15px 41px;
  }
}

.sec_social_inner {
  max-width: 445px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  min-height: 36px;
}
@media (max-width: 647px) {
  .sec_social_inner {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    gap: 24px;
    max-width: min(300px, 100%);
    min-height: 0;
  }
}

.sec_social_label {
  margin: 0;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  color: #323c46;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.7px;
  font-weight: 700;
  text-align: left;
  font-feature-settings: "pwid" 1;
}
@media (max-width: 647px) {
  .sec_social_label {
    text-align: center;
    width: 100%;
  }
}

.sec_social_links {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0;
  padding: 0;
}
@media (max-width: 647px) {
  .sec_social_links {
    gap: 20px;
    width: 100%;
  }
}

.sec_social_link {
  display: block;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
  transition: opacity 0.3s;
}
.sec_social_link:hover {
  opacity: 0.85;
}
@media (max-width: 647px) {
  .sec_social_link {
    width: 44px;
    height: 44px;
  }
}

.sec_social_link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rn_footMain {
  position: relative;
  background: #ffffff;
}

.rn_footMain_inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 120px 80px 0;
}
@media (max-width: 647px) {
  .rn_footMain_inner {
    padding: 64px 15px 0;
  }
}

.rn_footMain_inner_upper {
  position: relative;
  display: flex;
}
@media screen and (min-width: 1008px) {
  .rn_footMain_inner_upper {
    justify-content: space-between;
    gap: min(80px, 6.63vw);
  }
}
@media screen and (min-width: 1008px) and (max-width: 1245px) {
  .rn_footMain_inner_upper {
    gap: 24px;
  }
}
@media screen and (max-width: 1007px) {
  .rn_footMain_inner_upper {
    flex-direction: column;
    gap: 40px;
  }
}

.bl_footBrand_logo {
  display: block;
  height: auto;
}
@media screen and (min-width: 1008px) {
  .bl_footBrand_logo {
    min-width: 148px;
    width: 250px;
  }
}
@media screen and (max-width: 1007px) {
  .bl_footBrand_logo {
    width: 200px;
    margin: 0 auto;
  }
}

.bl_footGrid {
  display: grid;
  grid-template-columns: min(492px, 36.15vw) 200px;
  column-gap: min(80px, 6.63vw);
  row-gap: 32px;
  align-items: start;
  justify-content: flex-end;
}
@media screen and (min-width: 1008px) and (max-width: 1245px) {
  .bl_footGrid {
    column-gap: 24px;
  }
}
@media screen and (max-width: 1007px) {
  .bl_footGrid {
    grid-template-columns: 1fr;
    row-gap: 98px;
  }
}

.bl_footNavList,
.bl_footNavSubList,
.bl_footMetaLinks,
.bl_footMarksList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bl_footNavList {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: min(206px, 17.08vw) min(206px, 17.08vw);
  column-gap: min(80px, 6.63vw);
  align-items: start;
}
@media screen and (min-width: 1008px) {
  .bl_footNavList {
    row-gap: 22px;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1245px) {
  .bl_footNavList {
    column-gap: 24px;
  }
}
@media screen and (max-width: 1007px) {
  .bl_footNavList {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 24px;
  }
}

.bl_footNavItem:first-of-type {
  grid-row: 1/2;
  grid-column: 1/2;
}
.bl_footNavItem:nth-of-type(2) {
  grid-row: 1/7;
  grid-column: 2/3;
}
.bl_footNavItem:nth-of-type(3) {
  grid-row: 2/3;
  grid-column: 1/2;
}
.bl_footNavItem:nth-of-type(4) {
  grid-row: 3/4;
  grid-column: 1/2;
}
.bl_footNavItem:nth-of-type(5) {
  grid-row: 4/5;
  grid-column: 1/2;
}
.bl_footNavItem:nth-of-type(6) {
  grid-row: 5/6;
  grid-column: 1/2;
}

.bl_footNavLink {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 22px;
  border-bottom: 1px solid #dce6f0;
  color: #323c46;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.8px;
  font-weight: 700;
  font-feature-settings: "qwid" on, "pwid" on;
}
.bl_footNavLink:hover {
  color: #2da9ae;
  text-decoration: none;
}
.bl_footNavLink:hover svg {
  stroke: #2da9ae;
}
@media screen and (max-width: 1007px) {
  .bl_footNavLink {
    padding: 20px 0 10px;
  }
}

.bl_footNavItem:last-child .bl_footNavLink {
  margin-bottom: 0;
}

.bl_footNavExtIcon {
  width: 14px;
  height: 14px;
  stroke: #0052a4;
}

.bl_footNavHeading {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 20px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dce6f0;
  color: #323c46;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.8px;
  font-weight: 700;
  font-feature-settings: "qwid" on, "pwid" on;
  text-align: left;
  cursor: default;
}
@media screen and (min-width: 1008px) {
  .bl_footNavHeading {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1007px) {
  .bl_footNavHeading {
    cursor: pointer;
    padding: 20px 0 10px;
  }
}

.bl_footNavHeadingIcon {
  position: relative;
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
}
@media screen and (min-width: 1008px) {
  .bl_footNavHeadingIcon {
    display: none;
  }
}

.bl_footNavHeadingIcon::before,
.bl_footNavHeadingIcon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 13px;
  height: 2px;
  background: #0052a4;
  transform: translateY(-50%);
}

.bl_footNavHeadingIcon::after {
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 1007px) {
  .bl_footNavHeading[aria-expanded=true] .bl_footNavHeadingIcon::after {
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
  }
}

.bl_footNavSubList {
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 1007px) {
  .bl_footNavSubList {
    border-bottom: 1px solid #dce6f0;
  }
}

.bl_footNavSubLink {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  display: block;
  padding: 0 0 7px;
  margin: 0 0 7px;
  color: #323c46;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.7px;
  font-weight: 500;
  font-feature-settings: "qwid" on, "pwid" on;
}
.bl_footNavSubLink:hover {
  color: #2da9ae;
  text-decoration: none;
}

@media screen and (max-width: 1007px) {
  .bl_footNavSubList {
    margin-top: 0;
    padding-top: 10px;
    overflow: hidden;
    transition: height 0.3s, padding-top 0.3s, border-bottom-width 0.3s;
  }
  .bl_footNavCompany.is_collapsed .bl_footNavSubList {
    height: 0;
    padding-top: 0;
    border-bottom-width: 0;
  }
}
.bl_footCtas {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1007px) {
  .bl_footCtas {
    flex-direction: row;
    justify-content: center;
    gap: 15px;
  }
}
@media screen and (max-width: 1007px) {
  .bl_footCtas .rn_btn {
    flex: 1 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.bl_footCta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 200px;
  padding: 20px 40px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.8px;
  border-radius: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1007px) {
  .bl_footCta {
    width: calc((100% - 15px) / 2);
    padding: 20px 0;
  }
}

.bl_footCtaArrow {
  width: 7px;
  height: 12px;
  display: inline-block;
  position: relative;
}

.bl_footCtaLock {
  width: 17px;
  height: 22px;
  display: block;
}

@media screen and (min-width: 1008px) {
  .bl_footMarks {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.bl_footMarksList {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 44px;
}
@media screen and (max-width: 1007px) {
  .bl_footMarksList {
    justify-content: center;
    margin-top: 24px;
  }
}

.bl_footMarksList img {
  display: block;
  height: auto;
}

.bl_footMarkSprite {
  position: relative;
  overflow: hidden;
  display: block;
}

.bl_footMarkSprite.-bsi {
  width: 80px;
  height: 50px;
}

.bl_footMarkSprite_img {
  position: absolute;
  max-width: none;
}

.bl_footBottom {
  margin-top: 64px;
  border-top: 1px solid #dce6f0;
}

.bl_footBottomInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0 80px;
}
@media screen and (min-width: 1008px) and (max-width: 1245px) {
  .bl_footBottomInner {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1007px) {
  .bl_footBottomInner {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 0 24px;
    gap: 102px;
  }
}

.bl_footMetaLinks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.bl_footMetaLink {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  color: #727272;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.6px;
  font-weight: 500;
}
.bl_footMetaLink:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 1007px) {
  .bl_footMetaLinks {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 25px;
  }
  .bl_footMetaLink {
    font-size: 13px;
    letter-spacing: 0.65px;
  }
}
.bl_footMetaLink.-ext {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1007px) {
  .bl_footMetaLink.-ext {
    justify-content: space-between;
    width: 100%;
  }
}

.bl_footMetaExtIcon {
  width: 14px;
  height: 14px;
  stroke: #727272;
}

.bl_copy {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  color: #727272;
  line-height: 1.75;
  letter-spacing: 0.5px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 1008px) {
  .bl_copy {
    font-size: 12px;
  }
}
@media screen and (max-width: 1007px) {
  .bl_copy {
    font-size: 10px;
  }
}

.bl_pageTop {
  z-index: 100;
  position: fixed;
  right: 10px;
  bottom: 50px;
  width: 80px;
  height: 80px;
  border: 1px solid #DCE6F0;
  border-radius: 999px;
  background: rgba(229, 238, 246, 0.95);
  color: #323c46;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: 0.3s;
  transition-property: opacity, transform, border-color, background-color;
  opacity: 0;
  transform: translateY(6px);
  visibility: hidden;
  pointer-events: none;
}
.bl_pageTop.is_visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 1007px) {
  .bl_pageTop {
    right: 15px;
    bottom: 24px;
  }
}
@media screen and (min-width: 1008px) {
  .bl_pageTop.is_docked {
    position: absolute;
    bottom: 143px;
  }
}
.bl_pageTop:hover {
  border: 1px solid #33bec3;
}
.bl_pageTop:hover svg path {
  fill: #33bec3;
}
.bl_pageTop svg {
  width: 30px;
  height: 30px;
}
.bl_pageTop svg path {
  fill: #000;
  transition: 0.3s;
}

/*# sourceMappingURL=footer.css.map */
