#staticSection.about {
  max-width: none;
  padding: 0;
  padding-bottom: 0;
  margin-bottom: 0 !important;
  letter-spacing: 0.08em;
}
@media (min-width: 769px) {
	#staticSection.about{
		padding: 0!important;
	}
}

#staticSection.about p {
  letter-spacing: 0.08em;
}
#staticSection.about img,
#staticSection.about picture {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #staticSection.about {
    padding: 0 !important;
  }
}

#Wrap_lower.onlyDefault .area_ttl {
  margin: 7rem auto 4vw;
}
@media (max-width: 768px) {
  #Wrap_lower.onlyDefault .area_ttl {
    margin: 5rem auto 5rem;
  }
}

#staticSection.about .area_ttl .main_ttl {
  margin-bottom: 1.9rem;
}
#staticSection.about .area_ttl .main_ttl .font-en {
  font-weight: 500;
  letter-spacing: 0.08em;
}
#staticSection.about .area_ttl .main_ttl .font-ja {
  padding-top: 1.3rem;
  font-size: var(--text-xl);
}
#staticSection.about .area_ttl p {
  text-align: center;
}
@media (max-width: 768px) {
  #staticSection.about .area_ttl .main_ttl {
    margin-bottom: 1.8rem;
  }
  #staticSection.about .area_ttl .main_ttl .font-ja {
    padding-top: 0.8rem;
    font-size: var(--text-m);
  }
  #staticSection.about .area_ttl p {
    font-size: var(--title-xs);
    line-height: 1.6;
  }
}
#staticSection.about .about_firstView {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15.3rem;
}
#staticSection.about .about_firstView_img {
  width: 55.5555555556vw;
  flex-shrink: 0;
}
#staticSection.about .about_firstView_info {
  /* position: absolute;
  bottom: 0;
  right: 3.166667vw; */
  width: 44.4444444444vw;
  margin-left: -6rem;
  padding: 9rem 6rem 6rem;
  background-color: #fff;
}
#staticSection.about .about_firstView_ttl {
  margin-bottom: 4.2rem;
  font-size: 3rem;
  line-height: 1.2;
  font-family: var(--font-en);
  letter-spacing: 0.08em;
}
#staticSection.about .about_firstView_ttl span {
  display: block;
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: normal;
}
#staticSection.about .about_firstView_txt {
  margin-top: 0;
  font-size: 1.4rem;
  line-height: 2.5;
}
@media (max-width: 768px) {
  #staticSection.about .about_firstView {
    flex-direction: column;
    margin-bottom: 7rem;
  }
  #staticSection.about .about_firstView_img {
    width: 100%;
  }
  #staticSection.about .about_firstView_info {
    position: relative;
    bottom: auto;
    right: auto;
    width: calc(100% - 4rem);
    margin: -3rem auto 0;
    padding: 7rem 2rem 0;
  }
  #staticSection.about .about_firstView_ttl {
    margin-bottom: 2.3rem;
    font-size: 2rem;
    text-align: center;
  }
  #staticSection.about .about_firstView_ttl span {
    margin-top: 1.2rem;
    font-size: 1.2rem;
  }
  #staticSection.about .about_firstView_txt {
    font-size: 1.4rem;
    line-height: 2.3;
  }
}
#staticSection.about .about_benefits .area_ttl,
#staticSection.about .about_step .area_ttl {
  margin: 0 auto 3.9rem;
}
#staticSection.about .about_benefits .area_ttl .main_ttl .font-en,
#staticSection.about .about_step .area_ttl .main_ttl .font-en {
  font-size: 2.4rem;
}
#staticSection.about .about_benefits .area_ttl .main_ttl .font-ja,
#staticSection.about .about_step .area_ttl .main_ttl .font-ja {
  font-size: var(--text-xl);
  padding-top: 1.2rem;
}
@media (min-width: 769px) {
  #staticSection.about .about_benefits .swiper-button-prev,
#staticSection.about .about_benefits .swiper-button-next {
    display: none;
  }
}
#staticSection.about .about_benefits .swiper {
  border-top: var(--content-border);
  border-bottom: var(--content-border);
}
#staticSection.about .about_benefits .benefits_list {
  margin-top: 0;
  display: flex;
  justify-content: center;
}
#staticSection.about .about_benefits .benefits_item {
  position: relative;
  max-width: 400px;
  width: 27.7777777778vw;
  padding: 7rem 4rem 7.6rem;
  border-right: var(--content-border);
  margin-top: 0;
  height: auto;
}
#staticSection.about .about_benefits .benefits_item:first-child {
  border-left: var(--content-border);
}
#staticSection.about .about_benefits .benefits_item h4 {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 2rem;
  /* line-height: 180%; */
  height: calc(1em * 1.6 * 2);
  line-height: 160%;
  font-weight: 500;
}
#staticSection.about .about_benefits .benefits_item p {
  font-size: 1.4rem;
  line-height: 200%;
}
#staticSection.about .about_benefits .benefits_counter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.9rem;
  left: 1.8rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 1px solid #000000;
  font-size: 2rem;
  font-weight: 500;
  font-family: var(--font-en);
}
@media (max-width: 768px) {
  #staticSection.about .about_benefits .area_ttl,
  #staticSection.about .about_step .area_ttl {
    margin: 0 auto 4rem;
  }
  #staticSection.about .about_benefits .benefits_list {
    justify-content: unset;
  }
  #staticSection.about .about_benefits .benefits_item {
    width: 29.7rem;
    padding: 4.4rem 3rem 5.2rem;
    border-right: var(--content-border);
  }
  #staticSection.about .about_benefits .benefits_item h4 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  #staticSection.about .about_benefits .benefits_counter {
    left: 2rem;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.6rem;
  }
  #staticSection.about .about_benefits .swiper-button {
    position: absolute;
    top: calc(50% + 0.5rem);
    z-index: 1;
    translate: 0 -50%;
    width: 3.6rem;
  }

  #staticSection.about .about_benefits .swiper-button::after{
    display: none;
  }

  #staticSection.about .about_benefits .swiper-button[aria-disabled=true] {
    opacity: 0;
  }
  #staticSection.about .about_benefits .swiper-button-prev {
    left: 2rem;
    rotate: 180deg;
  }
  #staticSection.about .about_benefits .swiper-button-next {
    right: 2rem;
  }
}
#staticSection.about .about_step {
  padding: 13rem 0 12rem;
  background-color: var(--color-sub);
}
/* 
#staticSection.about .about_step .area_ttl {
  margin: 0 auto 8.3rem;
}
#staticSection.about .about_step .area_ttl .font-en {
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1;
}
#staticSection.about .about_step .area_ttl .font-ja {
  display: inline-block;
  margin-left: 1.8rem;
  padding-top: 0;
  font-size: 2.2rem;
  line-height: 1;
} */
#staticSection.about .about_step .step_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10.3rem 8.6rem;
  max-width: 120rem;
  margin: 0 auto;
}
#staticSection.about .about_step .step_item {
  width: 33.9rem;
  margin-top: 0;
}
#staticSection.about .about_step .step_item_imgWrap {
  position: relative;
  margin-bottom: 1.9rem;
}
#staticSection.about .about_step .step_item_imgWrap img {
  width: 100%;
  height: auto;
}
#staticSection.about .about_step .step_item_num {
  position: absolute;
  left: -4.1rem;
  top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.9rem;
  height: 3.7rem;
  background-color: #000;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  margin: 0;
  font-family: var(--font-en);
}
#staticSection.about .about_step .step_item_num span {
  margin-left: 1.1rem;
  font-size: 2.2rem;
  font-weight: 500;
}
#staticSection.about .about_step .step_item_txt {
  padding: 0 1rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
#staticSection.about .about_step .step_item_txt a {
  text-decoration: underline;
}
#staticSection.about .about_step .step_link-faq {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 9.5rem auto 0;
  width: 45rem;
  height: 8rem;
  border: 1px solid #000;
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  #staticSection.about .about_step {
    padding: 8rem 0 6rem;
  }
/*   
  #staticSection.about .about_step .area_ttl {
    margin: 0 auto 8.5rem;
  }
  #staticSection.about .about_step .area_ttl .font-en {
    font-size: 2rem;
  }
  #staticSection.about .about_step .area_ttl .font-ja {
    margin-left: 1rem;
    font-size: 1.7rem;
  } */
  #staticSection.about .about_step .step_list {
    padding: 0 2rem;
    flex-direction: column;
    gap: 10rem 0;
    max-width: none;
    margin: 0 auto;
  }
  #staticSection.about .about_step .step_item {
    width: 100%;
  }
  #staticSection.about .about_step .step_item_num {
    left: 1rem;
    top: -2rem;
  }
  #staticSection.about .about_step .step_item_txt {
    padding: 0;
  }
  #staticSection.about .about_step .step_link-faq {
    margin: 6rem auto 0;
    width: calc(100% - 4rem);
    height: 6rem;
  }
}
#staticSection.about .about_shopList {
  padding: 17rem 0 10rem;
  text-align: center;
}
#staticSection.about .about_shopList .shopList_img {
  position: relative;
  display: block;
  width: 90rem;
  height: 30rem;
  margin: 0 auto;
}
#staticSection.about .about_shopList .shopList_img_cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6.5rem 20rem 6rem;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
}
#staticSection.about .about_shopList .shopList_img_ttl {
  margin-bottom: 6.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
  font-family: var(--font-en);
}
#staticSection.about .about_shopList .shopList_img_txt {
  margin-bottom: 7rem;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
#staticSection.about .about_shopList .shopList_img_icon {
  display: block;
  width: 4rem;
  height: 0.8rem;
  margin: 0 auto;
  background-image: url(../img/about_shopList_arrow.svg);
}
#staticSection.about .about_shopList .shopList_contact {
  padding: 0.5rem;
  display: inline-block;
  margin-top: 4.5rem;
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #staticSection.about .about_shopList {
    padding: 7rem 2rem 3rem;
  }
  #staticSection.about .about_shopList .shopList_img {
    width: 100%;
    height: 100%;
  }
  #staticSection.about .about_shopList .shopList_img picture img {
    height: 100%;
    max-height: 300px;
    object-fit: cover;
  }
  #staticSection.about .about_shopList .shopList_img_cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 9.3333333333vw 8.3rem 9.8666666667vw;
  }
  #staticSection.about .about_shopList .shopList_img_ttl {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  #staticSection.about .about_shopList .shopList_img_txt {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #staticSection.about .about_shopList .shopList_img_icon {
    width: 4.1rem;
    height: 0.8rem;
  }
  #staticSection.about .about_shopList .shopList_contact {
    margin-top: 3.6rem;
    font-size: 1.2rem;
  }
}