@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Bold";
  src: url(/fonts/NotoSerifJP/NotoSerifJP-Bold.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*========*/
/* フッタ */
/*========*/
/* ページトップへ戻る
-----------------------------------*/
.ptop {
  position: fixed;
  bottom: 80px;
  right: 64px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #114FA1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 767px) {
  .ptop {
    width: 40px;
    height: 40px;
    right: 8px;
    bottom: 80px;
  }
}
.ptop a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.ptop a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 calc(24px / 2) 16px calc(24px / 2);
  border-color: transparent transparent #FFF transparent;
  margin: -8px auto 0;
}
.ptop a:hover {
  opacity: 0.7;
}

/* フッタ
-----------------------------------*/
footer {
  padding-top: 40px;
  background-color: #F2F2F2;
}
@media (max-width: 767px) {
  footer {
    padding-top: 0;
    background: #FFF;
  }
}
footer .contents {
  position: relative;
  width: 86%;
  max-width: 1142px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer .contents {
    width: 90%;
  }
}
footer .top-link {
  width: 48.861%; /*558/1142*/
  margin-bottom: 40px;
}
footer .top-link a {
  position: relative;
  display: block;
  padding-right: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #114FA1;
  color: #114FA1;
  font-size: 20px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  transition: 0.5s all;
}
@media (max-width: 1023px) {
  footer .top-link a {
    font-size: 18px;
  }
}
footer .top-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 9px;
  background: url(/bc_my_theme/img/common/com_arrow01.svg) no-repeat;
  background-size: 100% auto;
}
footer .top-link a:hover {
  opacity: 0.7;
  text-decoration: none;
}
footer .row {
  display: flex;
  justify-content: space-between;
}
footer .row::after {
  content: none;
}
footer .row .col {
  width: 23.292%; /*266/1142*/
}
footer .menu-nav > li > a {
  position: relative;
  display: block;
  padding-right: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #666;
  font-size: 16px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  transition: 0.5s all;
}
@media (max-width: 1023px) {
  footer .menu-nav > li > a {
    font-size: 14px;
  }
}
footer .menu-nav > li > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 9px;
  background: url(/bc_my_theme/img/common/com_arrow01.svg) no-repeat;
  background-size: 100% auto;
}
footer .menu-nav > li > a:hover {
  opacity: 0.7;
  color: #333;
  text-decoration: none;
}
footer .menu-nav > li .sub-menu {
  margin-top: 24px;
  padding-left: min(64px, 3.333vw); /*64/1920*/
}
@media (max-width: 1023px) {
  footer .menu-nav > li .sub-menu {
    margin-top: 24px;
    padding-left: 0;
  }
}
footer .menu-nav > li .sub-menu > li > a {
  position: relative;
  display: block;
  padding-right: 16px;
  color: #666;
  font-size: 14px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  transition: 0.5s all;
}
@media (max-width: 1023px) {
  footer .menu-nav > li .sub-menu > li > a {
    font-size: 13px;
  }
}
footer .menu-nav > li .sub-menu > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 9px;
  background: url(/bc_my_theme/img/common/com_arrow02.svg) no-repeat;
  background-size: 100% auto;
}
footer .menu-nav > li .sub-menu > li > a:hover {
  opacity: 0.7;
  color: #666;
  text-decoration: none;
}
footer .menu-nav > li .sub-menu > li:not(:first-child) {
  margin-top: 16px;
}
footer .menu-nav > li:not(:first-child) {
  margin-top: 24px;
}
footer .link-list {
  position: absolute;
  top: 0;
  right: 32px;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  justify-content: right;
  gap: 0 50px;
}
footer .link-list a {
  display: block;
  color: #114FA1;
  font-size: 16px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
  transition: 0.5s all;
}
@media (max-width: 1023px) {
  footer .link-list a {
    font-size: 14px;
  }
}
footer .link-list a:hover {
  opacity: 0.7;
  text-decoration: none;
}
footer .link-list span {
  position: relative;
  display: block;
  padding-right: 16px;
}
footer .link-list span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url(/bc_my_theme/img/common/com_ic01.svg) no-repeat;
  background-size: 100% auto;
}
footer .f-bottom {
  margin-top: 40px;
  padding: 64px 0 40px;
  background-color: #FFF;
}
@media (max-width: 767px) {
  footer .f-bottom {
    margin-top: 0;
    padding: 48px 0 28px;
  }
}
footer .f-bottom .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 8px 16px;
}
@media (max-width: 767px) {
  footer .f-bottom .wrap {
    display: block;
  }
}
footer .f-bottom .logo-area {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767px) {
  footer .f-bottom .logo-area {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .f-bottom .logo-area .logo {
    margin-bottom: 32px;
  }
}
footer .f-bottom .logo-area .logo a {
  display: flex;
  align-items: center;
  gap: 0 8px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  footer .f-bottom .logo-area .logo a {
    justify-content: center;
  }
}
footer .f-bottom .logo-area .logo a img {
  display: block;
  width: 60px;
}
@media (max-width: 767px) {
  footer .f-bottom .logo-area .logo a img {
    width: 44px;
  }
}
footer .f-bottom .logo-area .logo a:hover {
  opacity: 0.7;
  color: #333;
  text-decoration: none;
}
footer .f-bottom .logo-area .logo a:hover img {
  opacity: 1;
}
footer .f-bottom .logo-area .logo span {
  display: inline-block;
  font-size: 32px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  footer .f-bottom .logo-area .logo span {
    transform: translateY(5px);
    font-size: 24px;
  }
}
footer .f-bottom .logo-area .ic-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
}
@media (max-width: 767px) {
  footer .f-bottom .logo-area .ic-list {
    justify-content: center;
  }
}
footer .f-bottom .logo-area .ic-list li {
  width: 31px;
}
@media (max-width: 767px) {
  footer .f-bottom .logo-area .ic-list li {
    width: 29px;
  }
}
footer .f-bottom .copyright {
  margin-left: auto;
}
@media (max-width: 767px) {
  footer .f-bottom .copyright {
    margin: 0 auto;
  }
}
footer .f-bottom .copyright p {
  font-size: 12px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 767px) {
  footer .f-bottom .copyright p {
    text-align: center;
  }
}
/*# sourceMappingURL=footer.css.map */