.bx-tooltip {
  display: inline-block;
  position: relative;
}
.bx-tooltip.-kift .bx-tooltip__img {
  width: 136px;
  margin: 0 auto;
  min-width: 136px;
}
.bx-tooltip.-kift .bx-tooltip__wrap {
  background-color: #ffffff;
  padding: 0;
  color: #16160e;
  bottom: 48px;
}
.bx-tooltip.-kift .bx-tooltip__link:hover, .bx-tooltip.-kift .bx-tooltip__link:focus, .bx-tooltip.-kift .bx-tooltip__link:active {
  background-color: transparent;
  color: #6b6b6b;
}
.bx-tooltip.-kift .bx-tooltip__top {
  padding: 24px 32px 16px 24px;
}
.bx-tooltip.-kift .bx-tooltip__bottom {
  padding: 32px 16px 16px;
  background-color: #fffade;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  font-weight: normal;
}
.bx-tooltip.-kift .bx-tooltip__bottom .bold {
  display: inline-block;
  width: 136px;
  margin: 0 16px 0 0;
  font-weight: bold;
}
.bx-tooltip.-kift .bx-tooltip__arrow::before, .bx-tooltip.-kift .bx-tooltip__arrow::after {
  background-color: #ffffff;
}
.bx-tooltip.-kift .bx-tooltip__close {
  color: #6b6b6b;
}
.bx-tooltip.-kift .bx-tooltip__close:hover, .bx-tooltip.-kift .bx-tooltip__close:focus, .bx-tooltip.-kift .bx-tooltip__close:active {
  color: #6b6b6b;
  background-color: transparent;
}
.bx-tooltip.-kift .i-arrow {
  font-weight: normal;
  display: inline;
}
.bx-tooltip.-kift .i-arrow:hover, .bx-tooltip.-kift .i-arrow:focus, .bx-tooltip.-kift .i-arrow:active {
  background-color: transparent;
}

.bx-tooltip__link {
  color: #6b6b6b;
  display: inline-block;
  position: relative;
}
.bx-tooltip__link:hover, .bx-tooltip__link:focus, .bx-tooltip__link:active {
  opacity: 0.6;
}
.bx-tooltip__link .icn-help {
  display: inline-block;
  width: 1em;
  margin-left: 0;
}

.bx-tooltip__wrap {
  color: #ffffff;
  width: calc(100vw - 40px);
  max-width: 370px;
  background-color: #6b6b6b;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 30px 16px 20px;
  position: absolute;
  left: 0;
  bottom: 38px;
  z-index: 9999;
  box-sizing: border-box;
  display: none;
}
.bx-tooltip__wrap.is-active {
  display: block;
}
.bx-tooltip__wrap[tabindex]:focus {
  outline: none;
}
.bx-tooltip__wrap .txt-link.-bottom {
  margin-top: 4px;
  text-align: center;
}
.bx-tooltip__wrap .txt-link.-bottom a {
  color: #fff;
  text-decoration: underline;
}

.bx-tooltip__inner2 {
  display: flex;
}

.bx-tooltip__img-area {
  width: 33%;
  margin-right: 16px;
}

.bx-tooltip__arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 20px;
  height: 20px;
}
.bx-tooltip__arrow::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
  background-color: #6b6b6b;
}
.bx-tooltip__arrow::after {
  content: "";
  position: absolute;
  top: -16px;
  left: -20px;
  display: block;
  width: 40px;
  height: 16px;
  background-color: #6b6b6b;
}

.bx-tooltip__text {
  font-size: 12px;
  line-height: 1.7;
  white-space: normal;
  font-weight: normal;
  text-align: left;
}
.bx-tooltip__text:not(:first-child) {
  margin-top: 10px;
}
.bx-tooltip__text a {
  color: #ffffff;
  text-decoration: underline;
}
.bx-tooltip__text a:hover, .bx-tooltip__text a:focus, .bx-tooltip__text a:active {
  color: #ffffff;
  text-decoration: none;
}

.bx-tooltip__close {
  font-size: 16px;
  position: absolute;
  top: 11px;
  right: 11px;
  color: #c8c8c8;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.bx-tooltip__close::before {
  content: "\e025";
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.pagetop {
  display: block;
  background-color: #f6f6f6;
  margin: 0;
  padding: 27px 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}
.pagetop:first-letter {
  font-size: 11px;
}

.footer-global {
  margin-top: 80px;
}

.footer-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 160px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #16160e;
  border-radius: 20px;
  box-sizing: border-box;
}
.footer-button.-service {
  width: 280px;
}
.footer-button.-service i {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
}

.footer-nav {
  padding: 56px 0 40px;
}

.footer-nav__wrapper {
  position: relative;
  width: calc(100% - 32px);
  margin: 0 auto 64px;
  padding: 32px 0 40px;
  background-color: #f6f6f6;
  text-align: center;
  border-radius: 16px;
}

.footer-nav__contents:not(:last-child) {
  margin-bottom: 40px;
}

.footer-nav__icon {
  display: inline-flex;
  align-items: center;
  height: 32px;
  color: #ad0003;
  font-size: 32px;
  margin-bottom: 12px;
}

.footer-nav__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.footer-nav__desc {
  font-size: 14px;
  margin-bottom: 24px;
}

.footer-achievement {
  margin-bottom: 64px;
  color: #8e6f00;
  text-align: center;
}

.footer-achievement__lead {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
}

.footer-achievement__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 16px 16px;
}

.footer-achievement__img {
  position: relative;
  width: 135px;
}
.footer-achievement__img:not(:last-child) {
  margin-right: 8px;
}
.footer-achievement__img p {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
.footer-achievement__img span {
  align-self: flex-start;
  font-size: 10px;
}

.footer-achievement__note {
  display: flex;
  justify-content: center;
  font-size: 12px;
  color: #16160e;
}

.footer-about-choice-concept {
  text-align: center;
}
.footer-about-choice-concept .text {
  font-size: 14px;
}
.footer-about-choice-concept .link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #16160e;
  border-radius: 20px;
  box-sizing: border-box;
}
.footer-about-choice-concept .link-btn:hover {
  background-color: #16160e;
  color: #ffffff;
}

.footer-sns__wrapper {
  margin-bottom: 32px;
}

.footer-sns__list {
  display: flex;
  justify-content: center;
}

.footer-sns__item:not(:last-child) {
  margin-right: 24px;
}

.footer-sns__item a {
  display: block;
  height: 32px;
  transition: all 0.3s;
}
.footer-sns__item a:hover {
  opacity: 0.85;
}

.footer-sns__icon {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: 32px;
}

.footer-service__wrapper {
  margin-bottom: 32px;
}

.footer-service__list {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer-service__item {
  display: flex;
  align-items: center;
}
.footer-service__item:not(:last-child) {
  margin-bottom: 16px;
}

.footer-service__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  color: #ffffff;
  font-size: 8px;
  border-radius: 50%;
}
.footer-service__icon::before {
  display: inline-flex;
  align-items: center;
  width: 9px;
  height: 16px;
}
.footer-service__icon.-choice {
  background-color: #ad0003;
}
.footer-service__icon.-gcf {
  background-color: #2e792d;
}
.footer-service__icon.-saigai {
  background-color: #d45700;
}
.footer-service__icon.-enterprise {
  background-color: #006dcc;
}

.footer-service__link {
  font-weight: bold;
}

.footer-info {
  overflow: hidden;
}

.footer-info__curve {
  background-color: #f6f6f6;
  border-radius: 50% 50% 0% 0%/4% 4% 0% 0%;
}

.footer-info__wrapper {
  padding: 46px 0 40px;
}

.footer-info__top {
  display: flex;
  flex-direction: column;
  width: 276px;
  margin: 0 auto 48px;
}

.footer-info__img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.footer-info__txt p {
  font-size: 10px;
}

.footer-info__logo {
  width: 192px;
  margin: 0 auto 32px;
  text-align: center;
}
.footer-info__logo a {
  display: block;
}

.footer-info__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  justify-content: center;
  margin-bottom: 16px;
  margin-inline: auto;
}

.footer-info__item {
  font-size: 14px;
}

.footer-info__en {
  font-size: 14px;
  margin-bottom: 40px;
  text-align: center;
}
.footer-info__link:hover {
  text-decoration: underline;
}

.footer-info__privacy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  background-color: #ffffff;
  text-align: center;
}

.footer-info__copyright {
  display: block;
  color: #6f6f6f;
  font-size: 11px;
  text-align: center;
}

[data-modal-id=guide] .modal-component--new__x,
[data-modal-id=opinion] .modal-component--new__x {
  top: 20px;
  right: 16px;
  z-index: 99;
}
[data-modal-id=guide] .modal-component--new__x::before,
[data-modal-id=guide] .modal-component--new__x::after,
[data-modal-id=opinion] .modal-component--new__x::before,
[data-modal-id=opinion] .modal-component--new__x::after {
  height: 16px;
  background-color: #16160e;
}
[data-modal-id=guide] .modal-component--new__body,
[data-modal-id=opinion] .modal-component--new__body {
  border-radius: 32px;
}
[data-modal-id=guide] .modal-component--new__header,
[data-modal-id=opinion] .modal-component--new__header {
  border-bottom: 1px solid #efefef;
}
[data-modal-id=guide] .modal-component--new__header-title,
[data-modal-id=opinion] .modal-component--new__header-title {
  font-size: 16px;
}
[data-modal-id=guide] .modal-component--new__scroll-icon,
[data-modal-id=opinion] .modal-component--new__scroll-icon {
  border-radius: 0 0 32px 32px;
}

[data-modal-id=guide] .modal-component--new__main {
  padding: 69px 0 40px;
}
[data-modal-id=guide] .modal-component--new__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 57px;
  background-color: #ffffff;
  border-radius: 32px 32px 0 0;
  z-index: 9;
}
[data-modal-id=guide] .modal-component--new__header-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-modal-id=guide] .footer-guide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 0px;
  padding: 12px 16px 0;
}
[data-modal-id=guide] .footer-guide__title {
  color: #6f6f6f;
  font-size: 12px;
  font-weight: normal;
  display: flex;
  align-items: center;
  padding: 0 12px;
}
[data-modal-id=guide] .footer-guide__title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #ccc;
  margin-left: 10px;
}
[data-modal-id=guide] .footer-guide__list {
  color: #16160e;
  margin-top: 8px;
}
[data-modal-id=guide] .footer-guide__link {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 99px;
}
[data-modal-id=guide] .footer-guide__block-link {
  color: #16160e;
  display: block;
  padding: 12px;
  border-radius: 16px;
}
[data-modal-id=guide] .footer-guide__block-link__title {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
}
[data-modal-id=guide] .footer-guide__block-link__text {
  color: #6f6f6f;
  font-size: 12px;
  margin: 4px 0 0 0;
}
[data-modal-id=guide] .footer-guide__icon {
  display: inline-flex;
  align-items: center;
  width: 10px;
  height: 10px;
  font-size: 10px;
  margin-right: 8px;
}

[data-modal-id=opinion] .modal-component--new__body {
  min-height: 428px;
}
[data-modal-id=opinion] .modal-component--new__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 57px;
  background-color: #ffffff;
  border-radius: 32px 32px 0 0;
  z-index: 9;
}
[data-modal-id=opinion] .modal-component--new__main .is-hide {
  display: none;
}
[data-modal-id=opinion] .modal-component--new__main {
  padding: 57px 0 0;
}
[data-modal-id=opinion] .goiken-form__box {
  position: relative;
  padding: 24px;
}
[data-modal-id=opinion] .goiken-form__success {
  font-size: 14px;
  text-align: center;
  margin-top: 90px;
  line-height: 1.6;
}
[data-modal-id=opinion] .goiken-form__textarea {
  display: block;
  width: 100%;
  height: 125px;
  padding: 8px;
  color: #16160e;
  font-size: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  box-sizing: border-box;
}
[data-modal-id=opinion] .goiken-form__textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
[data-modal-id=opinion] .goiken-form__textarea:focus:-ms-input-placeholder {
  color: transparent;
}
[data-modal-id=opinion] .goiken-form__textarea:focus::-ms-input-placeholder {
  color: transparent;
}
[data-modal-id=opinion] .goiken-form__textarea:focus::placeholder {
  color: transparent;
}
[data-modal-id=opinion] .goiken-form__error {
  display: none;
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #6b6b6b;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 0;
  z-index: 99;
}
[data-modal-id=opinion] .goiken-form__error::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  height: 10px;
  width: 10px;
  background-color: #6b6b6b;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
[data-modal-id=opinion] .goiken-form__desc p {
  font-size: 14px;
}
[data-modal-id=opinion] .goiken-form__desc p:first-child {
  margin-bottom: 12px;
}
[data-modal-id=opinion] .goiken-form__content.-top {
  padding: 0 24px 40px;
}
[data-modal-id=opinion] .goiken-form__content.-bottom {
  background-color: #f6f6f6;
  padding: 40px 24px;
}
[data-modal-id=opinion] .goiken-form__desc {
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 14px;
}
[data-modal-id=opinion] .goiken-form__desc.-note {
  margin-bottom: 8px;
  font-size: 16px;
  color: #e8000a;
}
[data-modal-id=opinion] .goiken-form__agree {
  text-align: center;
  margin-bottom: 16px;
}
[data-modal-id=opinion] .goiken-form__agree__label {
  border-radius: 99px;
  padding: 10px 16px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
[data-modal-id=opinion] .goiken-form__agree__label:hover {
  background-color: #f6f6f6;
}
[data-modal-id=opinion] .goiken-form__agree__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
[data-modal-id=opinion] .goiken-form__agree__text {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
[data-modal-id=opinion] .goiken-form__agree__text::before {
  content: "";
  display: inline-block;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 2px solid #6f6f6f;
  background: #ffffff;
  box-sizing: border-box;
  flex-shrink: 0;
}
[data-modal-id=opinion] .goiken-form__agree__text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  display: inline-block;
  width: 8px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -8px;
  box-sizing: border-box;
}
[data-modal-id=opinion] .goiken-form__agree__checkbox:checked + .goiken-form__agree__text::before {
  background-color: #16160e;
  border-color: #16160e;
}
[data-modal-id=opinion] .goiken-form__agree__checkbox:checked + .goiken-form__agree__text::after {
  border-color: #ffffff;
}
[data-modal-id=opinion] .goiken-form__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #ad0003;
  color: #ffffff;
  font-size: 14px;
  border: none;
  border-radius: 24px;
  box-sizing: border-box;
  cursor: pointer;
}
[data-modal-id=opinion] .goiken-form__button:hover {
  opacity: 0.85;
}
[data-modal-id=opinion] .goiken-form__button.-close, [data-modal-id=opinion] .goiken-form__button.-faq {
  background-color: #ffffff;
  color: #ad0003;
  border: 2px solid #ad0003;
}
[data-modal-id=opinion] .goiken-form__button.-submit {
  background-color: #ad0003;
  color: #ffffff;
  cursor: pointer;
}
[data-modal-id=opinion] .goiken-form__button.-submit:disabled {
  background-color: #c8c8c8;
  cursor: default;
  pointer-events: none;
}
[data-modal-id=opinion] .goiken-form__button.-close {
  margin-top: 92px;
}

.footer-account {
  background-color: #ad0003;
  color: #fff;
  height: 36px;
  margin-top: 16px;
  line-height: 36px;
  font-size: 11px;
  text-align: center;
}

.footer-single {
  margin-top: 126px;
}

.footer-single-sign {
  box-sizing: border-box;
  background: #f6f6f6;
  margin: 0 auto;
  padding: 16px;
}

.footer-single-sign__inner {
  background: #ffffff;
  padding: 16px;
}
.footer-single-sign__inner span:first-of-type {
  display: block;
  min-width: 130px;
  width: 130px;
  height: 66px;
  margin: 0 auto;
}
.footer-single-sign__inner img {
  min-width: 130px;
}

.footer-single-sign__text {
  margin-top: 8px;
  line-height: 1.5;
}

.footer-single-sign__seal {
  display: flex;
  justify-content: center;
}

.footer-single__ssl {
  padding: 0 16px;
  text-align: center;
}
.footer-single__ssl + .footer-single__policy {
  margin-top: 16px;
}

.footer-single__policy {
  padding: 0 16px;
  margin-top: 24px;
}
.footer-single__policy .txt {
  text-align: center;
}

.footer-single__note {
  background-color: #ad0003;
  color: #ffffff;
  height: 36px;
  margin-top: 16px;
  line-height: 36px;
  font-size: 11px;
  text-align: center;
}

.policy-list {
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 16px;
  box-sizing: border-box;
  font-size: 0px;
  text-align: center;
}

.policy-list__item {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #020202;
  font-size: 12px;
}
.policy-list__item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footer-guide__top-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #16160e;
  border-radius: 20px;
  box-sizing: border-box;
}

.card-img {
  display: block;
  width: 70%;
  margin: 10px auto;
}

@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .bx-tooltip.-kift .bx-tooltip__wrap {
    max-width: 528px;
  }
  .bx-tooltip.-kift .bx-tooltip__text {
    margin: 0 0 0 16px;
  }
  .bx-tooltip.-kift .bx-tooltip__top {
    display: flex;
    align-items: flex-start;
  }
  .bx-tooltip.-kift .bx-tooltip__bottom {
    padding: 24px 32px 24px 24px;
  }
  .bx-tooltip.-kift .bx-tooltip__bottom li + li {
    margin-top: 16px;
  }
  .bx-tooltip.-kift .bx-tooltip__arrow::before, .bx-tooltip.-kift .bx-tooltip__arrow::after {
    background-color: #fffade;
  }
  .bx-tooltip__wrap {
    padding: 37px 23px;
    cursor: default;
  }
  .bx-tooltip__wrap .txt-link.-bottom {
    font-size: 14px;
  }
  .bx-tooltip__text {
    font-size: 14px;
  }
  .pagetop {
    display: none;
  }
  .footer-global {
    padding: 0;
  }
  .footer-button {
    width: 172px;
    height: 38px;
    line-height: 38px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .footer-button:hover {
    background-color: #16160e;
    color: #ffffff;
  }
  .footer-nav {
    padding: 0 0 64px;
  }
  .footer-nav__wrapper {
    position: static;
    display: flex;
    width: 1072px;
    padding: 0;
    background-color: #ffffff;
  }
  .footer-nav__contents {
    flex: 1;
    position: relative;
    padding: 32px 0 40px;
    background-color: #f6f6f6;
    border-radius: 16px;
    box-sizing: border-box;
  }
  .footer-nav__contents:not(:last-child) {
    margin-right: 24px;
    margin-bottom: 0;
  }
  .footer-nav__icon {
    position: absolute;
    top: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .footer-achievement__img {
    max-width: 167px;
  }
  .footer-achievement__img:not(:last-child) {
    margin-right: 16px;
  }
  .footer-achievement__img p {
    font-size: 15px;
  }
  .footer-achievement__note li:not(:first-child) {
    margin-left: 12px;
  }
  .footer-about-choice-concept {
    width: 976px;
    position: relative;
    margin: 0 auto 64px;
  }
  .footer-about-choice-concept .text {
    position: absolute;
    top: 174px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 520px;
  }
  .footer-about-choice-concept .link-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 296px;
    height: 37px;
    line-height: 37px;
    transition: all 0.3s;
  }
  .footer-service__list {
    justify-content: center;
    flex-direction: row;
  }
  .footer-service__item:not(:last-child) {
    margin-right: 40px;
    margin-bottom: 0;
  }
  .footer-service__link {
    position: relative;
  }
  .footer-service__link:hover {
    text-decoration: underline;
  }
  .footer-info__curve {
    border-radius: 50% 50% 0% 0%/8% 8% 0% 0%;
  }
  .footer-info__wrapper {
    padding: 52px 0 40px;
  }
  .footer-info__top {
    justify-content: space-between;
    flex-direction: row;
    width: 568px;
    margin: 0 auto 64px;
  }
  .footer-info__img {
    margin-bottom: 0;
  }
  .footer-info__txt {
    width: 276px;
  }
  .footer-info__txt p {
    line-height: 1.6;
  }
  .footer-info__logo {
    width: 250px;
  }
  .footer-info__link {
    position: relative;
  }
  .footer-info__privacy {
    margin-left: 16px;
  }
  [data-modal-id=guide] .modal-component--new__x,
  [data-modal-id=opinion] .modal-component--new__x {
    top: 22px;
  }
  [data-modal-id=guide] .modal-component--new__main {
    padding: 73px 0 40px;
  }
  [data-modal-id=guide] .modal-component--new__header {
    height: 61px;
  }
  [data-modal-id=guide] .footer-guide {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding: 12px 32px 0;
  }
  [data-modal-id=guide] .footer-guide__simulation {
    margin-top: 8px;
  }
  [data-modal-id=guide] .footer-guide__link:hover {
    background-color: #f6f6f6;
  }
  [data-modal-id=guide] .footer-guide__block-link:hover {
    background-color: #f6f6f6;
  }
  [data-modal-id=opinion] .modal-component--new__body {
    min-height: 382px;
  }
  [data-modal-id=opinion] .goiken-form__desc p:first-child {
    margin-bottom: 4px;
  }
  [data-modal-id=opinion] .goiken-form__content.-top {
    padding: 0 0 24px;
  }
  [data-modal-id=opinion] .goiken-form__content.-bottom {
    padding: 24px 0;
  }
  [data-modal-id=opinion] .goiken-form__button.-submit, [data-modal-id=opinion] .goiken-form__button.-close {
    width: 104px;
  }
  [data-modal-id=opinion] .goiken-form__button.-faq {
    width: 166px;
  }
  .footer-account {
    margin-top: 120px;
  }
  .footer-single-sign {
    width: 796px;
  }
  .footer-single-sign__inner {
    display: flex;
  }
  .footer-single-sign__inner span:first-of-type {
    margin: 0;
  }
  .footer-single-sign__text {
    margin: 0 0 0 24px;
  }
  .footer-single__policy {
    padding: 0;
  }
  .footer-guide__top-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 42px;
    cursor: pointer;
    margin: 32px auto 0;
  }
  .footer-guide__top-link:hover {
    background-color: #16160e;
    color: #ffffff;
  }
}

@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .bx-tooltip__wrap {
    max-width: 390px;
  }
  .bx-tooltip__wrap .txt-link.-bottom {
    font-size: 12px;
  }
  .footer-nav__icon.icon-position {
    position: absolute;
    top: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 0;
  }
  .footer-achievement__wrapper {
    max-width: 300px;
    margin: 0 auto 16px;
  }
  .footer-achievement__img:nth-child(2) {
    margin-right: 0;
  }
  .footer-achievement__img:nth-child(n+3) {
    margin-top: 16px;
  }
  .footer-achievement__note {
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 48px);
    margin: 0 auto;
  }
  .footer-achievement__note li {
    text-align: left;
  }
  .footer-about-choice-concept {
    padding: 0 16px;
    margin: 0 auto 96px;
  }
  .footer-about-choice-concept .text {
    margin-top: 16px;
  }
  .footer-about-choice-concept .link-btn {
    width: 254px;
    height: 41px;
    line-height: 41px;
    margin-top: 24px;
  }
  .footer-info__list {
    max-width: 430px;
  }
  .footer-guide__top-link {
    width: auto;
    height: 40px;
    margin: 24px 20px 0;
  }
}

@media only screen and (min-device-width: 600px) {
  .footer-achievement__note {
    align-items: center;
  }
}
