@charset "UTF-8";
.about-stepcarousel {
  margin-top: 30px;
}
.about-stepcarousel .swiper-container {
  padding-bottom: 45px;
}
.about-stepcarousel .swiper-container * {
  -webkit-text-size-adjust: 100%;
}

.about-stepcarousel__bar {
  margin: 30px 0 25px;
  overflow: hidden;
  position: relative;
  display: flex;
}
.about-stepcarousel__bar > li {
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  background: #e5e5e5;
  border-width: 1px;
  border-style: solid;
  border-color: #c8c8c8;
  position: relative;
  height: 86px;
  flex: 1;
}
.about-stepcarousel__bar > li:nth-child(1) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 5;
  flex: 0.9;
}
.about-stepcarousel__bar > li:nth-child(2) {
  z-index: 4;
}
.about-stepcarousel__bar > li:nth-child(3) {
  z-index: 3;
}
.about-stepcarousel__bar > li:nth-child(4) {
  z-index: 2;
}
.about-stepcarousel__bar > li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex: 1.1;
}
.about-stepcarousel__bar > li:last-child:before, .about-stepcarousel__bar > li:last-child:after {
  content: none;
}
.about-stepcarousel__bar > li:before, .about-stepcarousel__bar > li:after {
  content: "";
  position: absolute;
  border-top: 43px solid transparent;
  border-bottom: 43px solid transparent;
  border-left-style: solid;
}
.about-stepcarousel__bar > li:before {
  top: -1px;
  border-left-color: #c8c8c8;
  z-index: 1;
}
.about-stepcarousel__bar > li:after {
  border-left-color: #e5e5e5;
  top: -1px;
  z-index: 1;
}
.about-stepcarousel__bar > li .box-icon {
  display: inline-block;
  background: #767676;
  color: #ffffff;
  line-height: 1;
  padding: 3px 10px 5px;
  border-radius: 10px;
  margin-bottom: 5px;
}
.about-stepcarousel__bar > li .box-text {
  color: #767676;
  display: block;
  font-weight: bold;
}
.about-stepcarousel__bar > li + li {
  border-left: none;
}
.about-stepcarousel__bar > li.-current {
  border-color: #16160e;
  background-color: #fce39b;
}
.about-stepcarousel__bar > li.-current:before {
  border-left-color: #16160e;
}
.about-stepcarousel__bar > li.-current:after {
  border-left-color: #fce39b;
}
.about-stepcarousel__bar > li.-done {
  border-color: #16160e;
}
.about-stepcarousel__bar > li.-done:before {
  border-left-color: #16160e;
}
.about-stepcarousel__bar > li.-current .box-icon, .about-stepcarousel__bar > li:hover .box-icon {
  background: #16160e;
  z-index: 2;
  position: relative;
}
.about-stepcarousel__bar > li.-current .box-text, .about-stepcarousel__bar > li:hover .box-text {
  color: #16160e;
  z-index: 2;
  position: relative;
}

.about-stepcarousel__container h3 {
  border-bottom: 1px dotted #16160e;
}
.about-stepcarousel__container h3 .box-icon {
  background: #16160e;
  color: #ffffff;
  border-radius: 20px;
}
.about-stepcarousel__container h4 {
  margin: 15px 0 10px;
}
.about-stepcarousel__container > li {
  border: 1px solid #16160e;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}
.about-stepcarousel__container > li:not(:first-child) {
  margin-top: 20px;
}

.about-stepcarousel__pagination {
  bottom: 10px;
}
.about-stepcarousel__pagination .swiper-pagination-bullet {
  border: 1px solid #16160e;
}
.about-stepcarousel__pagination .swiper-pagination-bullet-active {
  background: #fce39b;
}

.pointimage {
  text-align: center;
}
.pointimage p span {
  display: inline-block;
  background: #ffffff;
  font-weight: bold;
  padding: 9px 15px;
  border: 1px solid #16160e;
  border-radius: 25px;
  margin-bottom: 5px;
  position: relative;
  min-width: 80px;
}
.pointimage p span::before, .pointimage p span::after {
  content: "";
  position: absolute;
  border-width: 7px;
  border-style: solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  right: 0;
  margin: 0 auto;
  width: 0;
}
.pointimage p span::before {
  border-top-color: #16160e;
  border-right-color: #16160e;
  z-index: 1;
  bottom: -14px;
  left: 1px;
}
.pointimage p span::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-right-width: 6px;
  z-index: 2;
  bottom: -12px;
  left: 0;
}
.pointimage img {
  width: 184px;
  margin: 0 auto;
}

.headline {
  position: relative;
  background: #f6f6f6;
  text-align: center;
  padding: 65px 0;
}
.headline p {
  line-height: 1.9em;
}

.headline__heading {
  font-size: 22px;
  margin-bottom: 20px;
}

.headline__news {
  background: #ffffff;
  padding: 10px;
  width: 100%;
  margin: 10px auto 0;
  border-radius: 10px;
  box-sizing: border-box;
}
.headline__news a {
  display: flex;
  justify-content: center;
}
.headline__news a:hover .inline-block-link {
  text-decoration: underline;
}
.headline__news .news-badge {
  width: 60px;
  height: 22px;
  display: inline-block;
  background: #fce39b;
  margin-right: 10px;
  border: 1px solid #17160f;
  border-radius: 12px;
  line-height: 22px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
.headline__news .inline-block-link {
  text-align: left;
}

.about-survey {
  position: fixed;
  right: 0px;
  bottom: 10px;
  z-index: 100;
  border: 1px solid #ddd;
  border-radius: 24px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.about-survey.about-index {
  bottom: 76px;
}
.about-survey.-visible {
  opacity: 1;
  pointer-events: auto;
}
.about-survey p {
  margin: 0;
}
.about-survey .as-header {
  border-bottom: 1px solid #ddd;
}
.about-survey .as-content {
  padding: 16px 24px 24px;
  text-align: left;
}
.about-survey .as-title {
  font-weight: bold;
  padding: 16px;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.about-survey .as-radioLabel {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
}
.about-survey .as-radioGroup {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.about-survey .as-radio {
  display: none;
}
.about-survey .as-radio + span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #c8c8c8;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}
.about-survey .as-radio:checked + span {
  border-color: #ad0003;
}
.about-survey .as-radio:checked + span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ad0003;
  position: absolute;
  left: 3px;
  top: 3px;
}
.about-survey .as-text {
  margin-top: 16px;
  font-size: 14px;
}
.about-survey .as-note {
  margin-top: 8px;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.about-survey .as-textarea {
  border: 1px solid #c8c8c8;
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 5px;
  margin-top: 8px;
}
.about-survey .as-close {
  position: absolute;
  right: 12px;
  top: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  background: #fff;
  cursor: pointer;
}
.about-survey .as-close:hover {
  opacity: 0.85;
}
.about-survey .as-close::before, .about-survey .as-close::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  background: #333;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.5s;
}
.about-survey .as-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.about-survey .as-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.about-survey .as-submit {
  background-color: #ad0003;
  color: #fff;
  padding: 8px 24px;
  border-radius: 10em;
  border: none;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  width: 8em;
  margin: 12px auto 0;
  display: block;
}
.about-survey .as-submit:disabled {
  background-color: #c8c8c8;
  cursor: not-allowed;
  opacity: 0.6;
}
.about-survey .as-thanks {
  display: none;
}
.about-survey .as-thanks-text {
  font-size: 14px;
}

.box--info {
  color: #028760;
  border: solid 1px #028760;
  border-radius: 4px;
  display: flex;
  padding: 8px 16px;
  box-sizing: border-box;
}
.box--info .mf-exclamation02 {
  font-size: 20px;
  margin-right: 4px;
}
.box--info .box--info__content {
  margin-left: 8px;
}
.box--info .box--info__content .-emphasis {
  font-weight: bold;
}

/* onestop common
--------------------------------------------------------------*/
.onestop {
  --color-primary: #248ab3;
  --color-border: #707070;
  --indent-pc: 56px;
  --width-box-small-pc: 586px;
}
.onestop img {
  height: auto;
}
.onestop .f_movie {
  width: 100%;
  max-width: 796px;
  max-height: 580px;
  margin: auto;
  padding-top: 56%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.onestop .f_movie iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.onestop-font-en {
  font-family: bebas-kai, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.onestop-h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 56px 0 32px !important;
}

.onestop-menu + .onestop-h2 {
  margin-top: 80px !important;
}

.onestop-h2 ._inner {
  display: inline-block;
  padding: 13px 0 13px 10px;
  border-left: 7px solid var(--color-primary);
}

.onestop-h3 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 64px 0 32px !important;
}
.onestop-h3::after {
  content: "";
  display: block;
  width: 32px;
  margin: 12px auto 0;
  border-top: 3px solid var(--color-primary);
}

.onestop-hr {
  margin-top: 80px !important;
  padding-top: 1px;
  border-top: 2px solid var(--color-border);
}

.onestop-body-text {
  text-align: center;
}
.onestop-body-text p {
  font-weight: bold;
  line-height: 1.7;
  text-align: left;
}
.onestop-body-text p:only-child {
  display: inline-block;
}
.onestop-body-text p ._note {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  font-weight: normal;
}
.onestop-body-text ._em {
  color: var(--color-primary);
}

.onestop-note {
  font-size: 12px;
}

.onestop-button {
  text-align: center;
  margin-top: 40px !important;
}
.onestop-button a {
  font-size: 16px;
  font-weight: bold;
  display: block;
  max-width: 430px;
  margin: 0 auto;
  padding: 12px;
  border: 1px solid #16160e;
  border-radius: 50px;
  transition: 0.3s;
}
.onestop-button a:hover {
  color: #fff;
  background-color: #16160e;
}
.onestop-button.-color a {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.onestop-button.-color a:hover {
  color: var(--color-primary);
  background-color: #fff;
}

.onestop-button__set .onestop-body-text {
  margin-top: 48px;
}
.onestop-button__set .onestop-body-text + .onestop-button {
  margin-top: 4px !important;
}

.onestop-wrap {
  max-width: 796px;
  margin-inline: auto;
  padding: 16px;
}

.onestop .onestop-wrap > :not(:first-child) {
  margin: 0 0 30px;
}

.feature-format__button {
  margin-bottom: 130px !important;
}

/* onestop-mv
--------------------------------------------------------------*/
.onestop-mv {
  text-align: center;
}
.onestop-mv img {
  width: auto;
}

/* onestop-about
--------------------------------------------------------------*/
.onestop-about {
  margin-top: 40px !important;
}

.onestop-about__title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.onestop-about__title ._em {
  color: var(--color-primary);
}

.onestop-about__lead {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-top: 4px;
}

.onestop-about__before {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 24px;
}
.onestop-about__before li {
  flex: 0 1 106px;
}
.onestop-about__before li:nth-child(n+2) {
  margin-left: 20px;
}
.onestop-about__before ._caption {
  line-height: 1.2;
  font-weight: bold;
  display: block;
  margin-top: 8px;
}

.onestop-about__after {
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/onestop_online_icon_arrow3.png) no-repeat center 0/29px auto;
  margin-top: 20px;
  padding-top: 70px;
}

.onestop-about__after-title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.onestop-about__after-image {
  text-align: center;
  margin-top: 12px;
  padding: 22px 34px 17px 12px;
  border: 5px solid var(--color-primary);
  position: relative;
}
.onestop-about__after-image ._text {
  font-size: min(4.26667vw, 16px);
  line-height: 1.25;
  font-weight: bold;
  position: absolute;
  top: 30px;
  left: calc(50% - 35px);
}
.onestop-about__after-image ._em {
  color: var(--color-primary);
  font-size: min(4.8vw, 18px);
  display: block;
}

.onestop-about__flow {
  text-align: center;
  margin-top: 24px;
}
.onestop-about__flow li:nth-child(n+2) {
  position: relative;
}
.onestop-about__flow li:nth-child(n+2)::before {
  content: "";
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/onestop_online_icon_arrow.png) no-repeat center 0/contain;
  width: 39px;
  height: 18px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.onestop-about__flow ._caption {
  line-height: 1.3;
  font-weight: bold;
  display: block;
  margin-top: 8px;
}

/* onestop-menu
--------------------------------------------------------------*/
.onestop-menu {
  margin-top: 80px !important;
}

.onestop-menu__title {
  background: repeating-linear-gradient(to right, var(--color-primary), var(--color-primary) 6px, transparent 6px, transparent 13px) no-repeat 0 bottom/100% 3px;
  padding-bottom: 18px;
}
.onestop-menu__title ._small {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.onestop-menu__title ._small::before, .onestop-menu__title ._small::after {
  content: "";
  height: 53px;
  border-left: 2px solid var(--color-primary);
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.onestop-menu__title ._small::after {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.onestop-menu__title ._small ._inner {
  padding: 0 20px;
}
.onestop-menu__title ._large {
  font-size: 18px;
  line-height: 1.65;
  display: block;
  text-align: center;
  margin-top: 24px;
}
.onestop-menu__title ._em {
  color: var(--color-primary);
}

.onestop-menu__note {
  margin-top: 16px;
}

.onestop-menu__list {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.onestop-menu__list li {
  flex-basis: calc((100% - 13px) / 2);
}
.onestop-menu__list ._text {
  font-size: 13px;
  line-height: 1.35;
  font-weight: bold;
  display: block;
}
.onestop-menu__list a {
  line-height: 70px;
  display: block;
  text-align: center;
  margin-top: 8px;
  padding: 0 4px 6px;
  border: 2px solid var(--color-border);
  border-radius: 10px;
  position: relative;
}
.onestop-menu__list a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--color-border);
  border-bottom: 2px solid var(--color-border);
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8) rotate(45deg);
          transform: translateX(-50%) scaleY(0.8) rotate(45deg);
  transition: 0.2s;
}
.onestop-menu__list a:hover::after {
  bottom: 12px;
}
.onestop-menu__list img {
  vertical-align: middle;
}
.onestop-menu__list .-type1 img {
  width: 318px;
}
.onestop-menu__list .-type2 img {
  width: 211px;
}

/* onestop-detail
--------------------------------------------------------------*/
.onestop-detail {
  text-align: center;
  padding: 8px 16px 16px;
  border: 2px solid var(--color-border);
  border-radius: 10px;
}
.onestop-detail ._image {
  height: 106px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-border);
}
.onestop-detail ._caption {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-top: 10px;
}
.onestop-detail ._text {
  display: inline-block;
  text-align: left;
}
.onestop-detail ._text a {
  color: var(--color-primary);
}
.onestop-detail ._text a:hover {
  text-decoration: underline;
}
.onestop-detail.-type3 ._image img {
  width: 98px;
}

.onestop-detail__capture {
  background-color: #f7f7f7;
  padding: 40px 20px;
}
.onestop-detail__capture ._text-set {
  background-color: #fff;
  text-align: center;
  padding: 18px 30px 15px;
  border: 2px solid var(--color-primary);
  border-radius: 14px;
}
.onestop-detail__capture ._text {
  font-weight: bold;
  line-height: 1.3;
  display: inline-block;
  text-align: left;
}
.onestop-detail__capture ._image1 {
  margin-top: 4px;
}
.onestop-detail__capture ._image2 {
  text-align: center;
}
.onestop-detail__capture.-type3 {
  padding: 64px 21px 64px;
}
.onestop-detail__capture.-type3 ._text-set {
  margin: 0;
}
.onestop-detail__capture.-type3 ._image1 {
  flex: 0 0 427px;
}
.onestop-detail__capture.-type3 ._image2 img {
  width: 100%;
}

/* onestop-area
--------------------------------------------------------------*/
.onestop-area {
  margin: 8px 0 0 !important;
  overflow: hidden;
}
.onestop-area a {
  color: var(--color-primary);
}
.onestop-area a:hover {
  text-decoration: underline;
}
.onestop-area .js-accordion-trigger {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #f6f6f6;
  padding: 14px;
  cursor: pointer;
  transition: 0.3s;
}
.onestop-area .js-accordion-trigger ._inner {
  display: inline-block;
  padding-right: 28px;
  position: relative;
}
.onestop-area .js-accordion-trigger ._inner::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--color-border);
  border-bottom: 2px solid var(--color-border);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-75%) scaleY(0.8) rotate(45deg);
          transform: translateY(-75%) scaleY(0.8) rotate(45deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.onestop-area .js-accordion-trigger:hover {
  background-color: #eee;
}
.onestop-area.is-open .js-accordion-trigger ._inner::after {
  -webkit-transform: translateY(-50%) scaleY(0.8) rotate(225deg);
          transform: translateY(-50%) scaleY(0.8) rotate(225deg);
}
.onestop-area.is-open .js-accordion-content {
  display: block;
}
.onestop-area.is-close .js-accordion-content {
  display: none;
}
.onestop-area .js-accordion-content {
  box-sizing: border-box;
  display: none;
  padding: 0 0 24px;
}
.onestop-area ._title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 24px 0 4px;
}
.onestop-area ._text {
  line-height: 2;
}

/* onestop-faq
--------------------------------------------------------------*/
.onestop-faq__h2 {
  color: var(--color-primary);
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  margin: 72px 0 32px !important;
}
.onestop-faq__h2::after {
  content: "";
  display: block;
  width: 60px;
  border-bottom: 3px solid var(--color-primary);
  margin: 8px auto 0;
}
.onestop-faq__h2 .onestop-font-en {
  color: #000;
  font-size: 20px;
  display: block;
  margin-bottom: 2px;
}

.onestop-faq__h3 {
  font-size: 18px;
  line-height: 1.35;
  font-weight: bold;
  margin: 48px 0 16px !important;
}

.onestop-faq__h2 + .onestop-faq__h3 {
  margin-top: 0 !important;
}

.onestop-faq__box {
  line-height: 1.63;
  margin: 16px 0 0 !important;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
}
.onestop-faq__box > dt,
.onestop-faq__box > dd {
  box-sizing: border-box;
  position: relative;
}
.onestop-faq__box > dt::before,
.onestop-faq__box > dd::before {
  content: "Q";
  color: #fff;
  line-height: 26px;
  font-weight: bold;
  background-color: var(--color-primary);
  display: block;
  text-align: center;
  width: 26px;
  height: 26px;
  border: 1px solid var(--color-primary);
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 17px;
}
.onestop-faq__box > dt {
  color: var(--color-primary);
  font-weight: bold;
  padding: 15px 40px 15px 55px;
  margin-bottom: -1px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.onestop-faq__box > dt::before {
  top: 12px;
}
.onestop-faq__box > dt::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  position: absolute;
  top: 20px;
  right: 15px;
  -webkit-transform: scaleY(0.8) rotate(45deg);
          transform: scaleY(0.8) rotate(45deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.onestop-faq__box > dd {
  margin-top: 18px;
  padding: 4px 40px 24px 55px;
  display: none;
}
.onestop-faq__box > dd::before {
  content: "A";
  color: var(--color-primary);
  background-color: #fff;
}
.onestop-faq__box > dd p {
  line-height: 1.63;
}
.onestop-faq__box > dd > * + * {
  margin-top: 1.63em;
}
.onestop-faq__box a {
  color: var(--color-primary);
}
.onestop-faq__box a:hover {
  text-decoration: underline;
}
.onestop-faq__box.is-open > dt::after {
  -webkit-transform: translateY(50%) scaleY(0.8) rotate(225deg);
          transform: translateY(50%) scaleY(0.8) rotate(225deg);
}
.onestop-faq__box.is-open > dd {
  display: block;
}
.onestop-faq__box.is-close > dd {
  display: none;
}

/* onestop-thought
--------------------------------------------------------------*/
.onestop-thought {
  margin-top: 72px !important;
  border: 4px solid #c2ac79;
  border-radius: 16px;
  padding: 46px 12px 65px;
  position: relative;
}
.onestop-thought::before, .onestop-thought::after {
  content: "";
  width: 50%;
  border-top: 2px solid #c2ac79;
  opacity: 0.29;
  position: absolute;
  top: 88px;
  left: 50%;
  z-index: -1;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.onestop-thought::after {
  -webkit-transform: scaleX(-1) rotate(-20deg);
          transform: scaleX(-1) rotate(-20deg);
}
.onestop-thought p {
  line-height: 1.75;
  margin-top: 1.75em;
}

.onestop-thought__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 55px;
}

.onestop-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.onestop-filter p {
  font-size: 14px;
  font-weight: bold;
}
.onestop-filter input {
  border-radius: 99px;
  border: 1px solid #6f6f6f;
  padding: 8px 16px;
  width: 50%;
}

.search-results-container {
  margin-top: 20px;
}
.search-results-container h5 {
  text-align: center;
  margin-bottom: 16px;
}
.search-results-container p {
  line-height: 1.8;
}
.search-results-container a {
  color: var(--color-primary);
}

.onestop-filter-component {
  border: 1px solid #ddd;
  padding: 20px;
}

.search-results-hint {
  margin-top: 12px;
}
.search-results-hint li {
  font-size: 14px;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.search-results-hint li::before {
  content: "・";
}
.search-results-hint li a {
  text-decoration: underline;
}

/* onestop add 2026/03/10 */
.onestep-list {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 52px;
  margin-bottom: 48px !important;
}

.onestep-list__item {
  max-width: 160px;
  position: relative;
}

.onestep-list__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 180px;
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/img_oos_step_arrow.png) no-repeat center 0/cover;
  position: absolute;
  top: 0;
  right: -34px;
}

.onestep-list__text {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-top: 14px;
}
.onestep-list__text span {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

.app-download {
  background: #f6f6f6;
  box-sizing: border-box;
  padding: 40px 36px;
  display: flex;
  align-items: center;
  margin-bottom: 16px !important;
}

.app-download__icon {
  max-width: 275px;
  width: 100%;
  text-align: center;
}
.app-download__icon img {
  max-width: 96px;
  width: 100%;
}

.app-download__text {
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
}

.app-download__ios {
  max-width: 147px;
  text-align: center;
  margin: auto 48px auto 72px;
}

.app-download__android {
  max-width: 181px;
  text-align: center;
}

.app-download__qr {
  max-width: 128px;
  display: block;
  margin-inline: auto;
  margin-bottom: 16px;
}

.app-download__note {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 64px !important;
}

.onestop-banner__catch {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
}

@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .about-stepcarousel__bar > li {
    padding: 14px 10px 14px 25px;
  }
  .about-stepcarousel__bar > li:before, .about-stepcarousel__bar > li:after {
    border-left-width: 25px;
  }
  .about-stepcarousel__bar > li:before {
    right: -25px;
  }
  .about-stepcarousel__bar > li:after {
    right: -24px;
  }
  .about-stepcarousel__bar > li .box-icon {
    font-size: 12px;
  }
  .about-stepcarousel__bar > li .box-text {
    font-size: 16px;
  }
  .about-stepcarousel__container h3 {
    text-align: center;
    padding: 20px 0;
  }
  .about-stepcarousel__container h3 .box-icon {
    padding: 6px 15px;
    margin-right: 20px;
  }
  .about-stepcarousel__box {
    padding: 24px 24px 30px;
  }
  .headline p {
    max-width: 796px;
    margin: auto;
  }
  .headline__heading {
    font-size: 26px;
  }
  .headline__news {
    width: 750px;
  }
  .headline__news a {
    align-items: center;
  }
  .headline__news .news-badge {
    height: 25px;
    border-radius: 14px;
    line-height: 25px;
    font-size: 12px;
  }
  .about-survey {
    width: 360px;
    right: 110px;
    bottom: 20px;
    border-radius: 32px;
  }
  .onestop .f_movie {
    padding-top: 56%;
  }
  .onestop-h2 {
    font-size: 22px;
    text-align: center;
    margin: 112px 0 32px !important;
  }
  .onestop-menu + .onestop-h2 {
    margin-top: 120px !important;
  }
  .onestop-h2 ._inner {
    padding: 13px 0 13px 22px;
    border-left-width: 10px;
  }
  .onestop-h3 {
    font-size: 18px;
    margin: 120px 0 32px !important;
  }
  .onestop-h3::after {
    width: 56px;
    margin: 12px auto 0;
  }
  .onestop-hr {
    margin-top: 120px !important;
  }
  .onestop-body-text p {
    font-size: 22px;
  }
  .onestop-body-text p ._note {
    font-size: 16px;
  }
  .onestop-note {
    font-size: 14px;
  }
  .onestop-button {
    margin-top: 72px !important;
  }
  .onestop-button a {
    font-size: 18px;
    padding: 15px;
    border-width: 2px;
  }
  .onestop-button__set .onestop-body-text {
    margin-top: 64px;
  }
  .onestop-button__set .onestop-body-text + .onestop-button {
    margin-top: 12px !important;
  }
  .onestop-mv {
    margin: 0 !important;
  }
  .onestop-about {
    margin-top: 100px !important;
  }
  .onestop-about__title {
    font-size: 28px;
  }
  .onestop-about__lead {
    font-size: 22px;
    margin-top: 12px;
  }
  .onestop-about__before {
    margin-top: 36px;
  }
  .onestop-about__before li {
    flex: 0 0 221px;
  }
  .onestop-about__before ._caption {
    margin-top: 16px;
  }
  .onestop-about__before img {
    width: 221px;
  }
  .onestop-about__after {
    background-size: 49px auto;
    margin-top: 48px;
    padding: 136px var(--indent-pc) 0;
  }
  .onestop-about__after-title {
    font-size: 30px;
  }
  .onestop-about__after-image {
    margin-top: 24px;
    padding: 42px 135px 27px 47px;
    border-width: 6px;
  }
  .onestop-about__after-image ._text {
    font-size: 25px;
    line-height: 1.4;
    white-space: nowrap;
    top: 40px;
    left: 458px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .onestop-about__after-image ._em {
    font-size: 32px;
    margin-top: 8px;
  }
  .onestop-about__after-image img {
    width: 488px;
  }
  .onestop-about__flow {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  .onestop-about__flow li {
    flex: 0 0 200px;
  }
  .onestop-about__flow li:nth-child(n+2)::before {
    width: 43px;
    height: 22px;
    top: 100px;
    left: -50px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  .onestop-about__flow ._caption {
    line-height: 1.4;
    margin: 16px -20px 0;
  }
  .onestop-about__flow img {
    width: 200px;
  }
  .onestop-menu {
    margin-top: 120px !important;
  }
  .onestop-menu__title {
    padding-bottom: 24px;
  }
  .onestop-menu__title ._small {
    font-size: 20px;
  }
  .onestop-menu__title ._small::before, .onestop-menu__title ._small::after {
    height: 66px;
  }
  .onestop-menu__title ._small ._inner {
    padding: 0 36px;
  }
  .onestop-menu__title ._large {
    font-size: 30px;
    line-height: 1.45;
    letter-spacing: 0.1em;
    margin-top: 28px;
  }
  .onestop-menu__note {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 24px;
  }
  .onestop-menu__list {
    margin-top: 56px;
  }
  .onestop-menu__list li {
    flex-basis: 370px;
  }
  .onestop-menu__list ._text {
    font-size: 16px;
    text-align: center;
  }
  .onestop-menu__list a {
    line-height: 164px;
    margin-top: 16px;
    border-radius: 20px;
  }
  .onestop-menu__list a::after {
    width: 14px;
    height: 14px;
    border-width: 3px;
    bottom: 35px;
  }
  .onestop-detail {
    box-sizing: border-box;
    width: var(--width-box-small-pc);
    margin: 0 auto !important;
    padding: 8px 28px 24px;
  }
  .onestop-detail ._image {
    height: 188px;
    margin-bottom: 24px;
  }
  .onestop-detail ._caption {
    font-size: 32px;
    margin-top: 14px;
  }
  .onestop-detail ._text {
    font-weight: bold;
  }
  .onestop-detail.-type1 ._image img {
    width: 476px;
  }
  .onestop-detail.-type2 ._image img {
    width: 415px;
  }
  .onestop-detail.-type3 ._image img {
    width: 165px;
  }
  .onestop-detail__capture {
    padding: 50px 74px 53px;
  }
  .onestop-detail__capture ._text-set {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 18px;
    padding: 20px 24px;
  }
  .onestop-detail__capture ._text {
    line-height: 1.45;
    text-align: justify;
    text-justify: inter-character;
  }
  .onestop-detail__capture ._image1 {
    flex: 0 0 331px;
    margin-right: 16px;
  }
  .onestop-detail__capture ._image1 img {
    width: 100%;
  }
  .onestop-detail__capture ._image2 img {
    width: 648px;
  }
  .onestop-area .js-accordion-trigger {
    font-size: 19px;
  }
  .onestop-area .js-accordion-trigger ._inner {
    padding-right: 36px;
  }
  .onestop-area .js-accordion-trigger ._inner::after {
    width: 12px;
    height: 12px;
    border-width: 3px;
  }
  .onestop-area .js-accordion-content {
    padding: 4px 0 32px;
  }
  .onestop-area ._title {
    margin: 16px 0 8px;
  }
  .onestop-faq__h2 {
    font-size: 32px;
    margin: 120px 0 32px !important;
  }
  .onestop-faq__h2::after {
    width: 85px;
    margin-top: 12px;
  }
  .onestop-faq__h2 .onestop-font-en {
    font-size: 26px;
  }
  .onestop-faq__h3 {
    font-size: 22px;
    margin: 65px 0 24px !important;
  }
  .onestop-faq__box > dt::before,
  .onestop-faq__box > dd::before {
    line-height: 29px;
    width: 29px;
    height: 29px;
  }
  .onestop-faq__box > dt {
    padding: 19px 80px 19px 60px;
  }
  .onestop-faq__box > dt::before {
    top: 15px;
  }
  .onestop-faq__box > dt::after {
    top: 26px;
  }
  .onestop-faq__box > dd {
    margin-top: 24px;
    padding: 0 80px 24px 60px;
  }
  .onestop-thought {
    margin-top: 120px !important;
    padding: 82px 30px 65px;
  }
  .onestop-thought::before, .onestop-thought::after {
    width: 280px;
    top: 162px;
  }
  .onestop-thought p {
    text-align: center;
  }
  .onestop-thought__title {
    font-size: 32px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .about-stepcarousel__bar > li {
    padding: 8px 0px 8px 13px;
  }
  .about-stepcarousel__bar > li:before, .about-stepcarousel__bar > li:after {
    border-left-width: 14px;
  }
  .about-stepcarousel__bar > li:before {
    right: -14px;
  }
  .about-stepcarousel__bar > li:after {
    right: -13px;
  }
  .about-stepcarousel__bar > li .box-icon {
    font-size: 10px;
  }
  .about-stepcarousel__bar > li .box-text {
    font-size: 12px;
    display: flex;
    height: 3em;
    align-items: center;
    justify-content: center;
  }
  .about-stepcarousel__container h3 {
    padding: 10px 20px;
    min-height: 66px;
    display: flex;
    align-items: center;
  }
  .about-stepcarousel__container h3 .box-icon {
    font-size: 12px;
    padding: 8px 12px;
    margin-right: 10px;
    flex: none;
  }
  .about-stepcarousel__box {
    padding: 20px;
  }
  .headline {
    padding: 50px 16px;
  }
  .about-survey {
    width: 94%;
    left: 0;
    margin: 0 auto;
  }
  .feature-format__button {
    margin-bottom: 82px !important;
  }
  .onestop-mv {
    margin: 0 -16px !important;
  }
  .onestop-about__before li:nth-child(n+2) {
    margin-left: 20px;
  }
  .onestop-about__after-image {
    box-sizing: border-box;
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
  }
  .onestop-about__flow li:nth-child(n+2) {
    padding-top: 62px;
  }
  .onestop-detail__capture {
    margin: 8px -16px 0 !important;
  }
  .onestop-detail__capture ._image2 {
    padding-right: 11.64179%;
  }
  .onestop-detail__capture.-type3 ._image2 {
    padding-right: 0;
  }
  .onestop-thought p {
    text-align: justify;
    text-justify: inter-character;
  }
  .onestop-filter {
    padding: 0 20px;
    flex-direction: column;
    gap: 8px;
  }
  .onestop-filter input {
    width: 100%;
    font-size: 16px;
  }
  .onestop-filter-component {
    padding: 16px;
  }
  .onestep-list {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 32px !important;
  }
  .onestep-list__item {
    max-width: 100%;
    text-align: center;
  }
  .onestep-list__item img {
    max-width: 160px;
  }
  .onestep-list__item:not(:last-child)::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: auto;
    bottom: -115px;
    right: auto;
    left: 50%;
    margin-left: -9px;
  }
  .onestep-list__text {
    margin-top: 3px;
  }
  .app-download {
    padding: 32px 24px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 43% 16px 53%;
    grid-template-columns: 43% 53%;
    -ms-grid-rows: auto 32px auto;
    grid-template-rows: auto auto;
    gap: 32px 16px;
  }
  .app-download > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .app-download > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .app-download > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .app-download > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .app-download__icon {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .app-download__icon img {
    max-height: 96px;
  }
  .app-download__text {
    margin-top: 0;
    font-size: 17px;
    line-height: 1.6;
  }
  .app-download__ios {
    margin: 0;
    max-width: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .app-download__android {
    max-width: 100%;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .app-download__note {
    margin-bottom: 32px !important;
  }
  .onestop-banner__catch {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
