/**************
*
* font
*
**********************/
/**************
*
* color
*
**********************/
/**************
*
* top common
*
**********************/
.top-commonHl {
  text-align: center;
  position: relative;
  line-height: 1;
}
.top-commonHl__en {
  font-size: 90px;
  font-weight: 800;
}
@media only screen and (max-width: 1100px) {
  .top-commonHl__en {
    font-size: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .top-commonHl__en {
    font-size: 15vw;
  }
}
.top-commonHl__ja {
  font-size: 25px;
  font-weight: 800;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 1;
  width: 100%;
}

.top-commonLead {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}

/**************
*
* top
*
**********************/
.top-kv {
  height: 470px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  .top-kv {
    height: 250px;
  }
}
.top-kv__main {
  background-image: url(../img/top/kv.jpg);
  background-position: center;
  background-size: cover;
  height: 100%;
}
.top-kv__text {
  position: absolute;
  left: 48px;
  bottom: 47px;
}
@media only screen and (max-width: 1100px) {
  .top-kv__text {
    left: auto;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
  }
}
@media only screen and (max-width: 450px) {
  .top-kv__text {
    left: auto;
    right: auto;
    bottom: 50%;
    transform: translateY(50%);
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.top-kv__text__inner {
  color: #4db672;
  font-size: clamp(30px, 5vw, 65px);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1100px) {
  .top-kv__text__inner {
    font-size: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .top-kv__text__inner {
    font-size: 7vw;
  }
}
.top-kv__text__inner .box {
  display: block;
}
@media only screen and (max-width: 1100px) {
  .top-kv__text__inner .box {
    width: 310px;
  }
}
@media only screen and (max-width: 450px) {
  .top-kv__text__inner .box {
    width: 100%;
  }
}
.top-kv__text__inner .box:last-of-type {
  margin-top: 17px;
  margin-left: 46px;
}
.top-kv__text__inner .shape {
  display: inline-block;
  transform: skewX(-10deg);
  position: relative;
}
.top-kv__text__inner .shape::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 10px;
  top: 10px;
  background-color: rgba(77, 182, 114, 0.5);
}
.top-kv__text__inner .shape span {
  display: inline-block;
  padding: 13px 26px;
  background-color: #fff;
  position: relative;
}

.top-about {
  padding-top: clamp(40px, 10vw, 87px);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  .top-about {
    padding-inline: 20px;
  }
}
.top-about::before, .top-about::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 1100px) {
  .top-about::before, .top-about::after {
    display: none;
  }
}
.top-about::before {
  width: 610px;
  height: 610px;
  background-color: #fffad7;
  right: -200px;
  top: -200px;
}
.top-about::after {
  width: 200px;
  height: 200px;
  right: 100px;
  top: 270px;
  background-size: auto auto;
  background-color: rgb(255, 243, 211);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(255, 255, 255, 0.6) 2px, rgba(255, 255, 255, 0.6) 3px);
}
.top-about__hl .top-commonHl__en {
  color: #fff5be;
}
.top-about__hl .top-commonHl__ja {
  color: #f57d32;
}
.top-about__content {
  margin-top: clamp(20px, 10vw, 40px);
}
.top-about__worries {
  display: flex;
  max-width: 860px;
  margin-inline: auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  .top-about__worries {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.top-about__worries--item {
  width: 30.3%;
}
@media only screen and (max-width: 1100px) {
  .top-about__worries--item {
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
    display: flex;
    flex-direction: row-reverse;
  }
  .top-about__worries--item:first-of-type {
    margin-top: 0;
  }
}
.top-about__worries--item.worries1 .text {
  background-color: #c2e7f7;
}
.top-about__worries--item.worries1 .text::after, .top-about__worries--item.worries1 .text::before {
  border-top-color: #c2e7f7;
}
@media only screen and (max-width: 1100px) {
  .top-about__worries--item.worries1 .text::after, .top-about__worries--item.worries1 .text::before {
    border-right-color: #c2e7f7;
    border-top-color: transparent;
  }
}
.top-about__worries--item.worries2 .text {
  background-color: #e0dcea;
}
.top-about__worries--item.worries2 .text::after, .top-about__worries--item.worries2 .text::before {
  border-top-color: #e0dcea;
}
@media only screen and (max-width: 1100px) {
  .top-about__worries--item.worries2 .text::after, .top-about__worries--item.worries2 .text::before {
    border-right-color: #e0dcea;
    border-top-color: transparent;
  }
}
.top-about__worries--item.worries3 .text {
  background-color: #ede0d1;
}
.top-about__worries--item.worries3 .text::after, .top-about__worries--item.worries3 .text::before {
  border-top-color: #ede0d1;
}
@media only screen and (max-width: 1100px) {
  .top-about__worries--item.worries3 .text::after, .top-about__worries--item.worries3 .text::before {
    border-right-color: #ede0d1;
    border-top-color: transparent;
  }
}
.top-about__worries .text {
  position: relative;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  border-radius: 20px;
  line-height: 1.4;
  min-height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .top-about__worries .text {
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
    font-size: 16px;
    min-height: 90px;
    margin-left: 20px;
  }
}
.top-about__worries .text::after, .top-about__worries .text::before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  border-color: rgba(0, 0, 255, 0);
  border-top-width: 17px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-left: -15px;
}
@media only screen and (max-width: 1100px) {
  .top-about__worries .text::after, .top-about__worries .text::before {
    border-top-color: transparent;
    border-width: 10px 20px 10px 0;
    margin-left: 0;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.top-about__worries .image {
  width: 111px;
  margin-top: 26px;
  margin-inline: auto;
}
@media only screen and (max-width: 1100px) {
  .top-about__worries .image {
    margin-top: 0;
  }
}
.top-about__solve {
  margin-top: clamp(20px, 10vw, 37px);
  position: relative;
  padding-top: 72px;
  max-width: 860px;
  margin-inline: auto;
}
@media only screen and (max-width: 1100px) {
  .top-about__solve {
    padding-top: 45px;
  }
}
.top-about__solve::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-right: 75px solid rgba(0, 0, 0, 0);
  border-left: 75px solid rgba(0, 0, 0, 0);
  border-top: 44px solid #f57d32;
  border-bottom: 0;
  top: 0;
  right: 50%;
  transform: translate(50%, 0);
}
@media only screen and (max-width: 1100px) {
  .top-about__solve::before {
    border-right-width: 35px;
    border-left-width: 35px;
    border-top-width: 20px;
  }
}
.top-about__solve__text {
  font-size: clamp(18px, 3vw, 36px);
  text-align: center;
  color: #f57d32;
  font-weight: 800;
  max-width: 700px;
  margin-inline: auto;
}
.top-about__solve__text span {
  background: linear-gradient(transparent 70%, #fffa72 70%);
  display: inline-block;
  padding-inline: 15px;
}
.top-about--section {
  max-width: 860px;
  margin-inline: auto;
}
.top-about--section__inner {
  display: flex;
}
.top-about__help .top-about--section__inner {
  flex-direction: row-reverse;
}
.top-about--section__image {
  position: relative;
  width: 400px;
}
.top-about--section__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 6px;
  top: 6px;
  background-color: rgba(244, 159, 100, 0.5);
  z-index: -1;
}
.top-about--section__detail {
  flex: 1;
}
@media only screen and (min-width: 1101px) {
  .top-about__help .top-about--section__detail {
    margin-right: 55px;
  }
}
@media only screen and (min-width: 1101px) {
  .top-about__consultation .top-about--section__detail {
    margin-left: 60px;
  }
}
.top-about--section__detail .hl {
  font-size: clamp(18px, 3vw, 25px);
  font-weight: 800;
  color: #f57d32;
}
.top-about--section__detail .text {
  margin-top: 20px;
  line-height: 1.5;
}
@media only screen and (max-width: 1100px) {
  .top-about--section__detail .text {
    margin-top: 10px;
  }
}
.top-about--section__detail .btn {
  text-align: center;
  margin-top: 60px;
}
@media only screen and (max-width: 1100px) {
  .top-about--section__detail .btn {
    margin-top: 30px;
  }
}
.top-about__help {
  margin-top: clamp(80px, 14vw, 166px);
  position: relative;
}
.top-about__help::before, .top-about__help::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.top-about__help::before {
  width: 610px;
  height: 610px;
  background-color: #fffad7;
  left: -100px;
  top: 0;
}
.top-about__help::after {
  width: 200px;
  height: 200px;
  left: -200px;
  top: -100px;
  background-size: auto auto;
  background-color: rgb(255, 243, 211);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(255, 255, 255, 0.6) 2px, rgba(255, 255, 255, 0.6) 3px);
}
.top-about__consultation {
  margin-top: clamp(30px, 8vw, 92px);
}
.top-about__assist {
  padding-top: clamp(75px, 11vw, 135px);
  position: relative;
  background: url("../img/top/bg_decoration1.svg") top -120px right 0 no-repeat;
  background-size: auto;
}
@media only screen and (max-width: 1100px) {
  .top-about__assist {
    background-position: bottom right 0;
    background-size: 60%;
  }
}
.top-about__assist__inner {
  max-width: 860px;
  margin-inline: auto;
}
.top-about__assist__hl {
  font-size: 25px;
  font-weight: 800;
  color: #f57d32;
  text-align: center;
}
.top-about__assist__content {
  margin-top: clamp(25px, 4vw, 54px);
}
.top-about__assist__content .list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  .top-about__assist__content .list {
    flex-wrap: wrap;
    justify-content: center;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 600px) {
  .top-about__assist__content .list {
    gap: 15px;
  }
}
.top-about__assist__content .list .tab {
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  width: 18.2%;
  padding-top: 16px;
  padding-bottom: 8px;
  position: relative;
  border-radius: 10px;
}
@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .top-about__assist__content .list .tab {
    width: 156px;
    margin: 3%;
  }
}
@media only screen and (max-width: 600px) {
  .top-about__assist__content .list .tab {
    width: 28%;
    margin: 2.6%;
    font-size: 16px;
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 600px) {
  .top-about__assist__content .list .tab {
    width: calc((100% - 15px) / 2);
    margin: 0;
    padding: 15px 5px;
  }
}
.top-about__assist__content .list .tab::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 5px;
  top: 5px;
  border-radius: 10px;
  z-index: -1;
}
.top-about__assist__content .list .tab.tab1 {
  background-color: #3c96c8;
}
.top-about__assist__content .list .tab.tab1::before {
  background-color: #a1cce4;
}
.top-about__assist__content .list .tab.tab2 {
  background-color: #3cb4c8;
}
.top-about__assist__content .list .tab.tab2::before {
  background-color: #c3e8ee;
}
.top-about__assist__content .list .tab.tab3 {
  background-color: #9696c8;
}
.top-about__assist__content .list .tab.tab3::before {
  background-color: #dfdfef;
}
.top-about__assist__content .list .tab.tab4 {
  background-color: #fa8c82;
}
.top-about__assist__content .list .tab.tab4::before {
  background-color: #fddcda;
}
.top-about__assist__content .list .tab.tab5 {
  background-color: #f8a046;
}
.top-about__assist__content .list .tab.tab5::before {
  background-color: #fddebf;
}
.top-about__assist__content .list .tab--image {
  width: 118px;
  display: block;
  margin-inline: auto;
}
.top-about__assist__content .default {
  margin-top: 26px;
  background-color: #fde3d3;
  border-radius: 10px;
  padding: 46px 0;
}
.top-about__assist__content .default p {
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .top-about__assist__content .default p {
    font-size: 16px;
  }
}
.top-about__assist__content .detail {
  display: none;
  margin-top: 26px;
  background-color: #fde3d3;
  border-radius: 10px;
  padding: 20px 30px;
}
@media only screen and (max-width: 600px) {
  .top-about__assist__content .detail {
    padding: 15px;
  }
}
.top-about__assist__content .detail.detail1 {
  background-color: #d8eaf4;
}
.top-about__assist__content .detail.detail1 .detail--hl {
  color: #3c96c8;
}
.top-about__assist__content .detail.detail2 {
  background-color: #d8f0f4;
}
.top-about__assist__content .detail.detail2 .detail--hl {
  color: #3cb4c8;
}
.top-about__assist__content .detail.detail3 {
  background-color: #eaeaf4;
}
.top-about__assist__content .detail.detail3 .detail--hl {
  color: #9696c8;
}
.top-about__assist__content .detail.detail4 {
  background-color: #fee8e6;
}
.top-about__assist__content .detail.detail4 .detail--hl {
  color: #fa8c82;
}
.top-about__assist__content .detail.detail5 {
  background-color: #feecda;
}
.top-about__assist__content .detail.detail5 .detail--hl {
  color: #f8a046;
}
.top-about__assist__content .detail.active {
  display: block;
}
.top-about__assist__content .detail--hl {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 600px) {
  .top-about__assist__content .detail--hl {
    font-size: 18px;
  }
}
.top-about__assist__content .detail--text {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 5px;
}
@media only screen and (max-width: 600px) {
  .top-about__assist__content .detail--text {
    font-size: 14px;
  }
}
.top-about__assist__contact {
  margin-top: clamp(30px, 20vw, 62px);
}
.top-about__assist__contact .lead {
  font-size: 18px;
  color: #f57d32;
  text-align: center;
}
.top-about__assist__contact .btn {
  margin-top: 47px;
  text-align: center;
}

.top-works {
  margin-top: clamp(40px, 20vw, 150px);
  background: linear-gradient(0deg, #f8fdf3 0%, #f8fdf3 50%, transparent 50%, transparent 100%);
}
.top-works__inner {
  background-color: #dcf0d2;
  padding: 188px 20px 320px;
}
@media only screen and (min-width: 1101px) {
  .top-works__inner {
    clip-path: polygon(0 175px, 100% 0, 100% calc(100% - 175px), 0 100%);
  }
}
@media only screen and (max-width: 1100px) {
  .top-works__inner {
    padding: 70px 20px;
  }
}
.top-works__hl .top-commonHl__en {
  color: #fff;
}
.top-works__hl .top-commonHl__ja {
  color: #4db472;
}
.top-works__category {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
@media only screen and (max-width: 1100px) {
  .top-works__category {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 600px) {
  .top-works__category {
    gap: 15px;
    justify-content: flex-start;
  }
}
.top-works__category--btn {
  text-align: center;
  text-decoration: none;
  border-bottom: 2px solid #b3b3b3;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #b3b3b3;
  width: 120px;
  margin-inline: 24px;
}
@media only screen and (max-width: 1100px) {
  .top-works__category--btn {
    width: 28%;
    margin: 2%;
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .top-works__category--btn {
    width: calc((100% - 15px) / 2);
    margin: 0;
  }
}
.top-works__category--btn.all.is-active {
  color: #4db472;
  border-color: #4db472;
}
.top-works__category--btn.all:hover {
  color: #4db472;
  border-color: #4db472;
}
.top-works__category--btn.restaurant.is-active {
  color: #f08264;
  border-color: #f08264;
}
.top-works__category--btn.restaurant:hover {
  color: #f08264;
  border-color: #f08264;
}
.top-works__category--btn.education.is-active {
  color: #2ebeb4;
  border-color: #2ebeb4;
}
.top-works__category--btn.education:hover {
  color: #2ebeb4;
  border-color: #2ebeb4;
}
.top-works__category--btn.retailer.is-active {
  color: #2896dc;
  border-color: #2896dc;
}
.top-works__category--btn.retailer:hover {
  color: #2896dc;
  border-color: #2896dc;
}
.top-works__category--btn.other.is-active {
  color: #faaa28;
  border-color: #faaa28;
}
.top-works__category--btn.other:hover {
  color: #faaa28;
  border-color: #faaa28;
}
.top-works__list {
  margin-top: 40px;
  max-width: 1080px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.75%;
}
.top-works__list--item {
  width: 31.5%;
  border: 1px solid;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2.75%;
}
@media only screen and (max-width: 1100px) {
  .top-works__list--item {
    width: 48.625%;
  }
}
@media only screen and (max-width: 600px) {
  .top-works__list--item {
    width: 100%;
  }
}
.top-works__list--item.restaurant {
  border-color: #f08264;
  background-color: #fadcd2;
}
.top-works__list--item.restaurant .technique {
  background-color: #f08264;
}
.top-works__list--item.education {
  border-color: #2ebeb4;
  background-color: #d2f5eb;
}
.top-works__list--item.education .technique {
  background-color: #2ebeb4;
}
.top-works__list--item.retailer {
  border-color: #2896dc;
  background-color: #c8e6fa;
}
.top-works__list--item.retailer .technique {
  background-color: #2896dc;
}
.top-works__list--item.other {
  border-color: #faaa28;
  background-color: #f8edd7;
}
.top-works__list--item.other .technique {
  background-color: #faaa28;
}
.top-works__list--item .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px 10px;
}
.top-works__list--item .icon {
  width: 68px;
}
.top-works__list--item .detail {
  flex: 1;
  margin-left: 19px;
}
.top-works__list--item .detail--hl {
  font-size: 20px;
  font-weight: 700;
}
.top-works__list--item .detail--text {
  line-height: 1.2;
  margin-top: 4px;
}
.top-works__list--item .technique {
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 7px 0;
  line-height: 1;
}

.top-flow {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 180px));
  background-color: #f8fdf3;
  padding: 63px 20px 320px;
  background-image: url("../img/top/bg_decoration2.svg"), url("../img/top/bg_decoration2.svg");
  background-position: top left -15%, bottom 100px right -50px;
  background-repeat: no-repeat;
  background-size: 40%;
}
@media only screen and (max-width: 1100px) {
  .top-flow {
    padding-bottom: 210px;
    background-size: 500px;
  }
}
@media only screen and (max-width: 600px) {
  .top-flow {
    background-size: 80% auto;
    background-position: top 10% left -15%, bottom 10% right -50px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
    padding-bottom: 100px;
  }
}
.top-flow__hl .top-commonHl__en {
  color: #dcf0d2;
}
.top-flow__hl .top-commonHl__ja {
  color: #4db472;
}
.top-flow__content {
  margin-top: 62px;
  max-width: 560px;
  margin-inline: auto;
}
.top-flow--step {
  border: 1px solid #4db472;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .top-flow--step {
    flex-direction: column;
  }
}
.top-flow--step--hl {
  background-color: #4db472;
  color: #fff;
  width: 238px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  padding: 6px 10px 6px 30px;
}
@media only screen and (max-width: 600px) {
  .top-flow--step--hl {
    width: 100%;
  }
}
.top-flow--step--hl .number {
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-style: italic;
  margin-right: 37px;
}
.top-flow--step--text {
  flex: 1;
  padding: 14px 24px;
}
.top-flow--arrow {
  margin: 19px auto;
  text-align: center;
}
.top-flow--arrow:before, .top-flow--arrow:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 26px solid #4db472;
  border-bottom: 0;
}
.top-flow--arrow:after {
  display: none;
}
.top-flow--arrow.double:after {
  margin-left: 205px;
}
.top-flow--arrow.right {
  text-align: right;
}
.top-flow--arrow.right:before {
  margin-right: 90px;
}
.top-flow--branch {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .top-flow--branch {
    flex-direction: column;
    row-gap: 90px;
    align-items: center;
  }
}
.top-flow--branch--item {
  border: 1px solid;
  border-radius: 10px;
  width: 48%;
  padding: 15px 0 10px;
}
@media only screen and (max-width: 600px) {
  .top-flow--branch--item {
    width: 100%;
    max-width: 450px;
  }
}
.top-flow--branch--item .hl {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.top-flow--branch--item .text {
  text-align: center;
  color: #f00;
}
.top-flow--branch--item .list {
  margin: 8px 18px 0;
}
.top-flow--branch--item .list li {
  margin-top: 1px;
}
.top-flow--branch--item.solving {
  background-color: #fff;
  border-color: #4db472;
}
@media only screen and (max-width: 600px) {
  .top-flow--branch--item.solving {
    position: relative;
  }
  .top-flow--branch--item.solving::after {
    content: "or";
    font-size: 50px;
    font-weight: 700;
    color: #4db472;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
  }
}
.top-flow--branch--item.solving .hl {
  color: #4db472;
}
.top-flow--branch--item.assist {
  background-color: #fff8aa;
  border-color: #f57d32;
}
.top-flow--branch--item.assist .hl {
  color: #f57d32;
}
.top-flow--branch--item.assist .list li {
  color: #f57d32;
}

.top-fee {
  margin-top: clamp(40px, 11vw, 142px);
  background: url("../img/top/bg_decoration3.svg") top left 10% no-repeat;
  background-size: 650px auto;
  padding-bottom: clamp(40px, 24vw, 320px);
  padding-inline: 20px;
}
@media only screen and (max-width: 600px) {
  .top-fee {
    background-size: 90% auto;
  }
}
.top-fee__hl .top-commonHl__en {
  color: #fff5be;
}
.top-fee__hl .top-commonHl__ja {
  color: #f57d32;
}
.top-fee .top-commonLead {
  color: #f57d32;
}
.top-fee__content {
  margin-top: clamp(20px, 6vw, 80px);
}
.top-fee__list {
  max-width: 940px;
  margin-inline: auto;
}
.top-fee__list__hl {
  font-size: 25px;
  font-weight: 800;
  color: #f57d32;
  text-align: center;
}
.top-fee__list .list {
  display: flex;
  border-bottom: 5px solid #f57d32;
}
@media only screen and (max-width: 600px) {
  .top-fee__list .list {
    flex-wrap: wrap;
    gap: 15px;
    border-bottom: none;
  }
}
.top-fee__list .list .tab {
  cursor: pointer;
  text-align: center;
  color: #f57d32;
  font-size: 22px;
  font-weight: 800;
  width: 19%;
  border-radius: 10px 10px 0 0;
  border: 1px solid #f57d32;
  margin-right: 2%;
  padding: 16px 0;
  background-color: #fff;
}
@media only screen and (max-width: 600px) {
  .top-fee__list .list .tab {
    border-radius: 8px;
    width: calc((100% - 30px) / 3);
    margin-right: 0;
    font-size: 18px;
  }
}
@media only screen and (max-width: 450px) {
  .top-fee__list .list .tab {
    width: calc((100% - 15px) / 2);
  }
}
.top-fee__list .list .tab.active {
  background-color: #f57d32;
  color: #fff;
}
.top-fee__list .detail {
  display: none;
  margin-top: 26px;
  max-width: 860px;
  margin-inline: auto;
}
@media only screen and (max-width: 600px) {
  .top-fee__list .detail {
    overflow-x: auto;
  }
}
.top-fee__list .detail.active {
  display: block;
}
.top-fee__list .detail table {
  width: 100%;
  table-layout: fixed;
}
@media only screen and (max-width: 600px) {
  .top-fee__list .detail table {
    width: 550px;
  }
}
.top-fee__list .detail table th,
.top-fee__list .detail table td {
  border: 1px solid #f57d32;
  padding: 17px 27px;
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  .top-fee__list .detail table th,
  .top-fee__list .detail table td {
    padding: 10px 15px;
    font-size: 16px;
  }
}
.top-fee__list .detail table th {
  color: #f57d32;
  background-color: #fff8aa;
}
.top-fee__list .detail table td {
  text-align: center;
  background-color: #fff;
}
.top-fee__list .detail table td span {
  font-size: 14px;
  font-weight: normal;
}
.top-fee__list .detail1 table tr:first-of-type th {
  text-align: center;
  font-size: 20px;
  padding: 14px 0px;
}
.top-fee__list .detail1 table tr:first-of-type th span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.top-fee__list .detail2 table th {
  width: 300px;
}
.top-fee__list .detail2 table td {
  text-align: left;
}

.top-contact {
  background-color: #fffad7;
  padding-top: 112px;
  padding-bottom: 105px;
  padding-inline: 20px;
}
.top-contact__hl .top-commonHl__en {
  color: #fff;
}
.top-contact__hl .top-commonHl__ja {
  color: #f57d32;
}
.top-contact__content {
  max-width: 1024px;
  margin-inline: auto;
  margin-top: clamp(25px, 5vw, 57px);
  position: relative;
  padding-bottom: 87px;
}
@media only screen and (max-width: 1100px) {
  .top-contact__content {
    padding-bottom: 220px;
  }
}
.top-contact__content::before, .top-contact__content::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.top-contact__content::before {
  width: 221px;
  height: 330px;
  background: url(../img/top/img_contact_1.svg) no-repeat center/100% auto;
  left: 0;
}
@media only screen and (max-width: 1100px) {
  .top-contact__content::before {
    width: 150px;
    height: 200px;
    left: -190px;
    right: 0;
    margin-inline: auto;
  }
}
.top-contact__content::after {
  width: 188px;
  height: 302px;
  background: url(../img/top/img_contact_2.svg) no-repeat center/100% auto;
  right: 0;
}
@media only screen and (max-width: 1100px) {
  .top-contact__content::after {
    width: 130px;
    height: 200px;
    right: -150px;
    left: 0;
    margin-inline: auto;
  }
}
.top-contact__detail {
  text-align: center;
}
.top-contact__detail__text {
  font-size: 18px;
  text-align: center;
  color: #f57d32;
  margin-bottom: 30px;
}
.top-contact__detail__btn {
  display: inline-block;
  border: 2px solid #f57d32;
  background-color: #f57d32;
  color: #fff8aa;
  border-radius: 40px;
  padding: 31px 43px;
  font-size: 36px;
  font-weight: bold;
  text-decoration: none;
}
.top-contact__detail__btn:hover {
  background-color: transparent;
  color: #f57d32;
}/*# sourceMappingURL=top.css.map */