@font-face {
  font-family: "Roboto";
  src: url("../Roboto-Regular.ttf") format("truetype");
  unicode-range: U+0020-007E;
}
body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  margin: 0;
  letter-spacing: 0.02rem;
  color: #3F515F;
}

ul {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

.pc-br {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-br {
    display: none;
  }
}

.ta-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .ta-br {
    display: block;
  }
}

.sm-br {
  display: none;
}
@media screen and (max-width: 400px) {
  .sm-br {
    display: block;
  }
}

.noscroll {
  overflow: hidden;
  height: 100%;
}

.header {
  position: relative;
  z-index: 1000;
  box-sizing: border-box;
  width: 100%;
  background-color: #FFF;
  height: 88px;
}
@media screen and (max-width: 1099px) {
  .header {
    position: fixed;
    top: 0;
    height: 50px;
    padding: 8px 32px;
    border-bottom: solid 1px #C5D4DC;
  }
}
@media screen and (max-width: 400px) {
  .header {
    padding: 8px 16px;
  }
}
.header__wrapper {
  width: min(100%, 1080px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  height: min(100%, 43px);
}
@media screen and (max-width: 1099px) {
  .header__logo {
    width: 190px;
  }
}
.header__logo img {
  height: 100%;
  width: 100%;
}
.header__logo img:hover {
  opacity: 0.8;
}
.header__nav {
  height: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media screen and (max-width: 1099px) {
  .header__nav {
    display: none;
  }
}
.header__nav .header__link {
  font-weight: 700;
  color: #3F515F;
  padding: 7px 10px;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
}
.header__nav .header__link:hover {
  color: #1E82D9;
}
.header__nav .header__link.has-child {
  padding: 7px 28px 7px 10px;
}
.header__nav .header__link.has-child:hover {
  color: #3F515F;
}
.header__nav .header__link.has-child::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/icon--chevron-down.svg");
  filter: invert(58%) sepia(49%) saturate(7088%) hue-rotate(188deg) brightness(90%) contrast(87%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
}
.header__nav .header__btn {
  font-weight: 700;
  color: #3F515F;
  width: 160px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  position: relative;
  transition: 80ms;
}
.header__nav .header__btn::after {
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 16px;
}
.header__nav .header__btn.login {
  border: solid 1px #9DB5C3;
}
.header__nav .header__btn.login::after {
  background-image: url("../img/icon--chevron-right.svg");
  filter: invert(41%) sepia(41%) saturate(353%) hue-rotate(158deg) brightness(94%) contrast(84%);
}
.header__nav .header__btn.login:hover {
  background: #F3F7F8;
  transition: 80ms;
}
.header__nav .header__btn.apply {
  background-color: #ED5C74;
  color: #fff;
}
.header__nav .header__btn.apply::after {
  background-image: url("../img/icon--chevron-right.svg");
  filter: invert(94%) sepia(94%) saturate(24%) hue-rotate(5deg) brightness(105%) contrast(108%);
}
.header__nav .header__btn.apply:hover {
  background-color: #D7274D;
  transition: 80ms;
}
.header__nav .header__subitem {
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 41px;
  left: -82px;
  transition: opacity 0.1s ease-in-out, visibility 0s 0.3s;
}
.header__nav .header__subitem ul {
  width: 240px;
  background: #fff;
  padding: 4px 0;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1360px) {
  .header__nav .header__subitem ul {
    left: -37px;
  }
}
.header__nav .header__subitem ul li {
  height: 44px;
  padding: 12px;
  position: relative;
  transition: 0.3s;
}
.header__nav .header__subitem ul li::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 12px;
  background-image: url("../img/icon--link.svg");
  background-size: contain;
  filter: invert(28%) sepia(27%) saturate(409%) hue-rotate(164deg) brightness(100%) contrast(93%);
}
.header__nav .header__subitem ul li a {
  font-weight: 500;
  color: #3F515F;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}
.header__nav .header__subitem ul li a::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  background-image: url("../img/icon--chevron-right.svg");
  background-size: contain;
  filter: invert(58%) sepia(49%) saturate(7088%) hue-rotate(188deg) brightness(90%) contrast(87%);
}
.header__nav .header__subitem ul li:hover a {
  color: #1E82D9;
}
.header__nav .has-child:hover .header__subitem {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.1s ease-in-out, visibility 0s;
}
.header__nav-sp {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: #1E82D9;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1099px) {
  .header__nav-sp {
    display: block;
  }
}
.header__nav-sp.login {
  right: 50px;
  background: #3F515F;
  background-image: url("../img/img_spnav_login.png");
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
}
.header__nav-sp.menu {
  background-image: url("../img/img_spnav_menu.png");
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
}
.header__nav-sp.showing {
  background-image: url("../img/img_spnav_close.png");
}

.common__title {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 800;
  font-size: 36px;
  padding-bottom: 24px;
  margin: 0 auto 56px;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .common__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .common__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.common__title::after {
  content: "";
  display: block;
  width: 48px;
  height: 6px;
  background: linear-gradient(90deg, #49C2F2, #0986C0);
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
}
.common__btn {
  width: 280px;
  height: 72px;
  line-height: 72px;
  background: #FFF;
  border: solid 3px #1E82D9;
  border-radius: 4px;
  font-weight: 700;
  color: #1E82D9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 80ms;
}
.common__btn::after {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-image: url("../img/icon--chevron-right.svg");
  filter: invert(58%) sepia(49%) saturate(7088%) hue-rotate(188deg) brightness(90%) contrast(87%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 12px;
}
.common__btn:hover {
  background: #1E82D9;
  color: #FFF;
  transition: 80ms;
}
.common__btn:hover::after {
  filter: invert(94%) sepia(94%) saturate(24%) hue-rotate(5deg) brightness(105%) contrast(108%);
}

.underpage__title {
  height: 200px;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .underpage__title {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .underpage__title {
    font-size: 26px;
  }
}
.underpage__title::before {
  content: "";
  width: 360px;
  height: 130px;
  background-image: url("../img/bg-shape--top-w.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .underpage__title::before {
    background-size: contain;
    height: 80px;
  }
}
@media screen and (max-width: 400px) {
  .underpage__title::before {
    width: 140px;
    height: 50px;
  }
}
.underpage__title::after {
  content: "";
  width: 560px;
  height: 170px;
  background-image: url("../img/bg-shape--bottom-w.png");
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .underpage__title::after {
    width: 380px;
    height: 140px;
  }
}
@media screen and (max-width: 400px) {
  .underpage__title::after {
    width: 300px;
    height: 110px;
  }
}
.underpage__h2 {
  font-weight: 700;
  font-size: 30px;
  padding: 8px 0 20px;
  border-bottom: solid 6px #E2EEFC;
  position: relative;
}
@media screen and (max-width: 768px) {
  .underpage__h2 {
    font-size: 24px;
  }
}
.underpage__h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 6px;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  margin: 0 auto;
  position: absolute;
  bottom: -6px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .underpage__h2::after {
    width: 113px;
  }
}
.underpage__h3 {
  font-weight: 700;
  font-size: 22px;
  padding: 8px 0 16px 28px;
  border-bottom: solid 1px #BFDBF8;
  margin-bottom: 8px;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .underpage__h3 {
    font-size: 18px;
    padding-left: 22px;
  }
}
.underpage__h3::before {
  content: "";
  width: 12px;
  height: 12px;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  -webkit-transform: translateY(-70%);
  left: 0;
}
@media screen and (max-width: 400px) {
  .underpage__h3::before {
    top: 24px;
  }
}
.underpage__h4 {
  font-weight: 700;
  padding: 8px 0 8px 16px;
  position: relative;
}
.underpage__h4::before {
  content: "";
  width: 8px;
  height: 8px;
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 400px) {
  .underpage__h4::before {
    top: 20px;
  }
}
.underpage__content {
  padding: 40px 0 80px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .underpage__content {
    padding: 40px 0 56px;
    row-gap: 32px;
  }
}
@media screen and (max-width: 400px) {
  .underpage__content {
    row-gap: 16px;
  }
}
.underpage__content.last {
  padding-bottom: 0;
}

.bread-area {
  font-weight: 400;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: baseline;
  font-size: 12px;
  width: 1080px;
  position: absolute;
  top: 16px;
}
@media screen and (max-width: 1099px) {
  .bread-area {
    width: 100%;
    padding: 0 32px;
  }
}
@media screen and (max-width: 400px) {
  .bread-area {
    width: 100%;
    padding: 0 16px;
  }
}
.bread-area a {
  color: #FFF;
  position: relative;
}
.bread-area a::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../img/icon--chevron-right.svg");
  background-size: contain;
  filter: invert(94%) sepia(94%) saturate(24%) hue-rotate(5deg) brightness(105%) contrast(108%);
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  right: -19px;
}
.bread-area a:hover {
  text-decoration: underline;
}

.cta {
  background: linear-gradient(90deg, #3DA7F1, #1A79D4);
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 64px 0;
  }
}
.cta::before {
  content: "";
  width: min(50vw, 525px);
  height: 186px;
  background-image: url("../img/bg-shape--top-w.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 1099px) {
  .cta::before {
    background-size: contain;
    height: 150px;
  }
}
.cta::after {
  content: "";
  width: min(70vw, 920px);
  height: 282px;
  background-image: url("../img/bg-shape--bottom-w.png");
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 1099px) {
  .cta::after {
    height: 200px;
  }
}
.cta h2 {
  font-weight: 800;
  color: #fff;
  font-size: 28px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .cta h2 {
    text-align: center;
  }
}
.cta__campaign {
  display: none;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -4px;
  z-index: 10;
  position: relative;
  font-weight: 500;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .cta__campaign {
    font-size: 12px;
  }
}
.cta__campaign p {
  font-weight: 500;
  background: #FFF;
  padding: 6px 10px;
  border-radius: 4px 0 0 4px;
}
.cta__campaign p span {
  font-weight: 500;
}
.cta__campaign p.cta__campaign-date {
  background: #F8E735;
  border-radius: 0 4px 4px 0;
}
.cta__campaign::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border-top: 8px solid #FFF;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.cta__btn {
  width: 430px;
  height: 68px;
  background: #ED5C74;
  border-radius: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  position: relative;
  z-index: 1;
  transition: 80ms;
}
@media screen and (max-width: 768px) {
  .cta__btn {
    width: 260px;
    height: 56px;
    font-size: 18px;
  }
}
.cta__btn::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/icon--chevron-right.svg");
  background-size: contain;
  filter: invert(94%) sepia(94%) saturate(24%) hue-rotate(5deg) brightness(105%) contrast(108%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 16px;
}
.cta__btn:hover {
  background: #D7274D;
  transition: 80ms;
}

#pagetop-btn {
  position: fixed;
  bottom: -100px;
  right: 20px;
  opacity: 0;
  pointer-events: none;
  width: 60px;
  height: 60px;
  background: #1E82D9;
  border: solid 2px #FFF;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: bottom 0.3s, opacity 0.3s;
  z-index: 100;
}
@media screen and (max-width: 400px) {
  #pagetop-btn {
    bottom: 16px;
    right: 16px;
  }
}
#pagetop-btn.show {
  bottom: 20px;
  opacity: 1;
  pointer-events: auto;
}
#pagetop-btn img {
  width: 32px;
  height: 32px;
  filter: invert(94%) sepia(94%) saturate(24%) hue-rotate(5deg) brightness(105%) contrast(108%);
}
#pagetop-btn:hover {
  scale: 1.1;
  transition: 0.3s;
}

.support {
  padding: 0 32px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 400px) {
  .support {
    padding: 0 16px;
  }
}
.support__inner {
  width: min(100%, 1080px);
  padding: 80px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .support__inner {
    row-gap: 24px;
    padding: 56px 0;
    align-items: flex-start;
    width: min(100%, 468px);
  }
}
@media screen and (max-width: 400px) {
  .support__inner {
    padding: 40px 0;
  }
}
.support-title {
  font-weight: 800;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .support-title {
    font-size: 20px;
  }
}
.support-text {
  font-weight: 400;
  display: none;
}
@media screen and (max-width: 768px) {
  .support-text {
    display: block;
  }
}
.support-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 1099px) {
  .support-button {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .support-button {
    row-gap: 16px;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
    flex: inherit;
  }
}
.support-button a {
  width: 224px;
  height: 72px;
  border: solid 3px #9DB5C3;
  border-radius: 4px;
  font-weight: 700;
  color: #3F515F;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 80ms;
}
@media screen and (max-width: 1099px) {
  .support-button a {
    flex: 1;
    font-size: min(1.6378525933vw, 16px);
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .support-button a {
    width: 48%;
    font-size: 15px;
    flex: inherit;
  }
}
@media screen and (max-width: 400px) {
  .support-button a {
    height: 56px;
    padding-right: 15px;
  }
}
.support-button a::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/icon--link.svg");
  filter: invert(41%) sepia(41%) saturate(353%) hue-rotate(158deg) brightness(94%) contrast(84%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 11px;
}
@media screen and (max-width: 768px) {
  .support-button a::after {
    right: 9px;
  }
}
.support-button a:hover {
  background: #F3F7F8;
  transition: 80ms;
}

.footer {
  background: #F1F7FE;
  color: #3F515F;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0;
  }
}
.footer__note {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: solid 1px #C5D4DC;
}
@media screen and (max-width: 768px) {
  .footer__note {
    padding: 40px 32px;
    border: none;
  }
}
.footer__note ul {
  font-weight: 400;
  font-size: 12px;
  color: #3F515F;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.footer__note ul li {
  margin-left: 15px;
  text-indent: -15px;
  line-height: 1.5;
}
.footer__note ul li a {
  display: inline;
  color: #3F515F;
  text-decoration: underline;
  word-break: break-all;
}
.footer__note ul li a:hover {
  color: #1E82D9;
}
.footer__top {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: solid 1px #C5D4DC;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: space-between;
  font-weight: 400;
  font-size: 12px;
}
@media screen and (max-width: 1099px) {
  .footer__top {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    padding-bottom: 0;
    border: none;
  }
}
.footer__top-left {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer__top-left {
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 32px;
  }
}
.footer__top-left .footer__logo {
  height: 43px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}
@media screen and (max-width: 1099px) {
  .footer__top-left .footer__logo {
    height: 36px;
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .footer__top-left .footer__logo {
    height: 43px;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 32px;
  }
}
.footer__top-left .footer__logo img {
  height: 100%;
  width: 100%;
}
.footer__top-left .footer__logo:hover {
  opacity: 0.8;
}
.footer__top-left .footer__banner {
  width: -moz-fit-content;
  width: fit-content;
}
.footer__top-left .footer__banner:hover {
  opacity: 0.8;
}
.footer__top-right {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
@media screen and (max-width: 820px) {
  .footer__top-right {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .footer__top-right {
    display: none;
  }
}
.footer__top-right .footer__links {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.footer__top-right .footer__link {
  font-weight: 700;
  color: #3F515F;
  font-size: 14px;
}
.footer__top-right .footer__link:hover {
  color: #1E82D9;
}
.footer__top-right .footer__link.label:hover {
  color: #3F515F;
}
.footer__top-right .footer__link-sub {
  font-weight: 400;
  color: #3F515F;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 8px;
  padding-right: 22px;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .footer__top-right .footer__link-sub {
    padding-left: 0;
  }
}
.footer__top-right .footer__link-sub.newwindow::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../img/icon--link.svg");
  background-size: contain;
  filter: invert(41%) sepia(41%) saturate(353%) hue-rotate(158deg) brightness(94%) contrast(84%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
}
.footer__top-right .footer__link-sub:hover {
  color: #1E82D9;
}
.footer__top-right .footer__link-sub:hover::after {
  filter: invert(58%) sepia(49%) saturate(7088%) hue-rotate(188deg) brightness(90%) contrast(87%);
}
.footer__top .spnav__list {
  display: none;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer__top .spnav__list {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .footer__top .spnav__list .accordion__content a {
    padding-left: 28px;
  }
}
.footer__guide {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: center;
}
@media screen and (max-width: 1099px) {
  .footer__guide {
    padding: 32px 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer__guide {
    padding: 32px 0;
    margin: 0 32px;
    width: calc(100% - 64px);
  }
}
@media screen and (max-width: 400px) {
  .footer__guide {
    padding: 32px 0;
    margin: 0 16px;
    width: calc(100% - 32px);
  }
}
.footer__guide-inner {
  display: flex;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.footer__guide-content {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #3F515F;
  font-size: 12px;
  line-height: 1.6;
  background: #FFF;
  border-radius: 4px;
  padding: 8px 24px;
  width: 456px;
  height: 96px;
}
@media screen and (max-width: 1099px) {
  .footer__guide-content {
    width: 50%;
    max-width: 456px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__guide-content {
    padding: 18px 12px;
    flex-direction: column;
    row-gap: 16px;
    justify-content: flex-start;
  }
}
.footer__guide-content a {
  height: 72px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1099px) {
  .footer__guide-content a {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .footer__guide-content a {
    width: auto;
    height: 64px;
  }
}
.footer__guide-content a img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__guide-content p {
  flex: 1;
}
@media screen and (max-width: 1099px) {
  .footer__guide-content.privacy a {
    max-width: 72px;
  }
}
.footer__guide-content.footer__siteseal {
  width: 488px;
}
@media screen and (max-width: 768px) {
  .footer__guide-content.footer__siteseal {
    width: min(100%, 380px);
  }
}
.footer__guide-content.footer__siteseal .footer__siteseal-inner {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.footer__guide-content.footer__siteseal .footer__siteseal-inner a {
  height: 50px;
}
@media screen and (max-width: 1099px) {
  .footer__guide-content.footer__siteseal .footer__siteseal-inner a {
    width: auto;
  }
}
.footer__guide-content.footer__siteseal .footer__siteseal-inner img {
  width: 130px;
  height: 100%;
}
.footer__guide-content.footer__siteseal p {
  width: 140px;
}
@media screen and (max-width: 1099px) {
  .footer__guide-content.footer__siteseal p {
    width: auto;
  }
}
.footer__bottom {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 0 32px 40px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    padding: 0 32px 32px;
  }
}
@media screen and (max-width: 400px) {
  .footer__bottom {
    padding: 0 16px 32px;
  }
}
.footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .footer__bottom-links {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (max-width: 400px) {
  .footer__bottom-links {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.footer__bottom-link {
  font-weight: 400;
  font-size: 12px;
  color: #3F515F;
}
.footer__bottom-link:hover {
  color: #1E82D9;
}
.footer__copyright {
  font-size: 12px;
  text-align: center;
}

.footer__note-toppage {
  display: none;
}

.top-page .footer__note-toppage {
  display: block;
}

.spnav {
  display: none;
  background: #FFF;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 100;
  overflow-y: auto;
}
.spnav.showing {
  display: block;
}
.spnav__list {
  margin-top: 50px;
}
.spnav__list-item {
  font-weight: 500;
  font-size: 15px;
  color: #3F515F;
  line-height: 1;
  display: block;
  padding: 20px 32px;
  text-align: left;
  border-bottom: 1px solid #C5D4DC;
  position: relative;
}
@media screen and (max-width: 400px) {
  .spnav__list-item {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 400px) {
  .spnav__list-item {
    padding: 20px 12px;
  }
}
.spnav__list-item::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icon--chevron-right.svg");
  background-size: contain;
  filter: invert(27%) sepia(50%) saturate(293%) hue-rotate(163deg) brightness(88%) contrast(82%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
}
@media screen and (max-width: 400px) {
  .spnav__list-item::after {
    right: 12px;
  }
}
.spnav__list-item.newwindow::after {
  background: url("../img/icon--link.svg");
  background-size: contain;
  filter: invert(41%) sepia(41%) saturate(353%) hue-rotate(158deg) brightness(94%) contrast(84%);
}
.spnav__list-item.apply {
  background: #ED5C74;
  color: #fff;
}
.spnav__list-item.apply::after {
  filter: invert(91%) sepia(0%) saturate(7500%) hue-rotate(73deg) brightness(124%) contrast(100%);
}
.spnav__list-item.close {
  background: #1E82D9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.spnav__list-item.close::after {
  display: none;
}
.spnav__list-item.close img {
  width: 24px;
  filter: invert(91%) sepia(0%) saturate(7500%) hue-rotate(73deg) brightness(124%) contrast(100%);
}
.spnav__list .accordion__header {
  cursor: pointer;
}
.spnav__list .accordion__header::after {
  background: url("../img/icon--plus.svg");
  background-size: contain;
}
.spnav__list .accordion__header.open::after {
  background: url("../img/icon--minus.svg");
  background-size: contain;
}
.spnav__list .accordion__content {
  display: none;
}
.spnav__list .accordion__content a {
  padding-left: 48px;
}
@media screen and (max-width: 400px) {
  .spnav__list .accordion__content a {
    padding-left: 28px;
  }
}
.spnav__btns {
  display: flex;
  flex-wrap: wrap;
}
.spnav__btns-item {
  width: 50%;
  padding: 20px 32px;
  border-bottom: 1px solid #C5D4DC;
  font-weight: 400;
  color: #3F515F;
  font-size: 12px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 400px) {
  .spnav__btns-item {
    padding: 20px 16px;
  }
}
.spnav__btns-item:nth-child(2n+1) {
  border-right: 1px solid #C5D4DC;
}
.spnav__btns-item::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icon--chevron-right.svg");
  background-size: contain;
  filter: invert(27%) sepia(50%) saturate(293%) hue-rotate(163deg) brightness(88%) contrast(82%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
}
@media screen and (max-width: 400px) {
  .spnav__btns-item::after {
    right: 16px;
  }
}/*# sourceMappingURL=common.css.map */