.inner {
  width: 90%;
  max-width: 1100px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

#mv {
  position: relative;
  padding-top: 159px;
  padding-bottom: 25px;
}
#mv::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 148px);
  background: url("../img/support_center/bg_mv.jpg") no-repeat left bottom/cover;
  top: 148px;
  left: 0;
  z-index: -1;
}
#mv .inner {
  background: url("../img/support_center/bg_mv_inner.png") no-repeat right top;
  background-size: 870px;
}
#mv .inner .s_logo {
  width: 240px;
  padding-top: 40px;
}
#mv .inner h1 {
  width: 545px;
  padding-top: 32px;
  margin-bottom: 38px;
}
#mv .inner .desc {
  font-size: 20px;
  line-height: 44px;
  font-weight: 500;
  color: #000;
}
#mv .inner .desc span {
  background: transparent;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(transparent 1.1em, #fff 0, #fff 2em, transparent 0);
}
#mv .inner .list {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
#mv .inner .list .img {
  width: 313px;
}

#feature {
  background: #F9FCC2;
  position: relative;
  margin-top: 175px;
  padding-bottom: 98px;
}
#feature::before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% + 60px);
  height: 192px;
  background: url("../img/support_center/bg_feature.png") no-repeat center bottom/1038px;
  top: -188px;
  left: calc(50% - 30px);
  transform: translateX(-50%);
}
#feature h2 {
  position: absolute;
  top: -63px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #F9FCC2;
  width: 188px;
  height: 188px;
  font-weight: 900;
  font-size: 32px;
  text-align: center;
}
#feature h2 span {
  font-family: "Poppins", sans-serif;
  color: #3D8DCC;
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-align: center;
  padding-top: 30px;
}
#feature .list {
  display: flex;
  padding-top: 136px;
  margin-bottom: 60px;
}
#feature .list .block {
  position: relative;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 23.3px rgba(0, 0, 0, 0.05);
  width: 31.5%;
  padding: 0 40px 60px;
}
#feature .list .block:not(:last-child) {
  margin-right: 32px;
}
#feature .list .block .ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3D8DCC;
  color: #fff;
  border-radius: 50%;
  width: 102px;
  height: 102px;
  border: 10px solid #55AEF4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}
#feature .list .block .ttl span {
  font-family: "Poppins", sans-serif;
  display: block;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.14em;
  margin-top: 7px;
}
#feature .list .block .main {
  font-weight: 900;
  color: #3D8DCC;
  line-height: 40px;
  font-size: 24px;
  text-align: left;
  margin-bottom: 16px;
}
#feature .list .block .desc {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 27px;
}
#feature .list .block .img {
  margin: 0 auto 18px;
}
#feature .list .block:nth-child(1) .img {
  padding-top: 87px;
  width: 215px;
}
#feature .list .block:nth-child(2) .img {
  padding-top: 57px;
  width: 215px;
}
#feature .list .block:nth-child(3) .img {
  padding-top: 78px;
  width: 179px;
}
#feature .message {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#feature .message .imgarea {
  margin-right: 63px;
}
#feature .message .imgarea .img {
  width: 215px;
  margin-bottom: 10px;
}
#feature .message .imgarea .name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#feature .message .imgarea .name span {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
#feature .message .fukidashi {
  margin-top: 25px;
  position: relative;
  width: 527px;
  border-radius: 16px;
  background: #ED9E0C;
  font-size: 30px;
  font-weight: 600;
  line-height: 46px;
  color: #000;
  padding: 40px 60px;
}
#feature .message .fukidashi span {
  color: #fff;
}
#feature .message .fukidashi::before {
  content: "";
  display: block;
  border: 19px solid transparent;
  border-right: 30px solid #ED9E0C;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}

.cta {
  position: relative;
  background: #ED9E0C;
}
.cta.underline {
  margin-bottom: 77px;
}
.cta.underline::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  position: absolute;
  bottom: -36px;
}
.cta .inner {
  padding: 60px 0 65px;
  position: relative;
}
.cta .inner::before {
  position: absolute;
  content: "";
  display: block;
  width: 183px;
  height: 191px;
  background: url("../img/support_center/cta_left.png") no-repeat center/contain;
  top: 110px;
  left: calc(50% - 423px);
}
.cta .inner::after {
  position: absolute;
  content: "";
  display: block;
  width: 155px;
  height: 174px;
  background: url("../img/support_center/cta_right.png") no-repeat center/contain;
  top: 120px;
  right: calc(50% - 405px);
}
.cta .btn_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta .btn_area .txt {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 22px;
}
.cta .btn_area .cta_btn {
  margin-bottom: 16px;
}
.cta .btn_area .cta_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 381px;
  height: 86px;
  background: #FDF229;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0px 7px 0 #9F6700;
  border-radius: 64px;
}
.cta .btn_area .cta_btn a::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/support_center/arrow_cta.png") no-repeat center/contain;
  width: 20px;
  height: 18px;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
}
.cta .btn_area .cta_btn_tel a {
  display: block;
  position: relative;
  width: 381px;
  height: 86px;
  background: #FDF229;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0px 7px 0 #9F6700;
  border-radius: 64px;
  text-align: center;
  line-height: 120%;
  padding-top: 20px;
}
.cta .btn_area .cta_btn_tel a span {
  font-size: 14px;
  display: inherit;
}
.cta .btn_area .cta_btn_tel a::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/support_center/tel_cta.svg") no-repeat center/contain;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
}

.cta2 {
  position: relative;
  background: url("../img/support_center/bg_mv.jpg") no-repeat left bottom/cover;
  padding: 64px 0;
}
.cta2 .logoarea {
  width: 300px;
  margin: auto;
}
.cta2 .telarea {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-top: 24px;
}
.cta2 .telarea span {
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
  padding: 6px 16px;
  color: #000;
}
.cta2 a {
  color: #4195AF;
}
.cta2 .ad {
  text-align: center;
  margin: 24px 0;
  color: #4195AF;
}
.cta2 .ad .tx1 {
  font-size: 20px;
  font-weight: bold;
}
.cta2 .ad .tx2 {
  font-size: 15px;
}

.bg_blue {
  background: #3D8DCC;
}

#suggest {
  border-radius: 48px 48px 0 0;
  padding: 75px 0 100px;
}
#suggest .inner .kv {
  margin-bottom: 13px;
}
#suggest .inner .kv img {
  width: 1097px;
  max-width: 100%;
}
#suggest .inner .txt_area {
  position: relative;
}
#suggest .inner .txt_area .ttl_img {
  text-align: center;
  margin-bottom: 39px;
}
#suggest .inner .txt_area .ttl_img img {
  width: 503px;
  max-width: 100%;
}
#suggest .inner .txt_area p {
  font-size: 26px;
  line-height: 1.76;
  font-weight: 900;
  text-align: center;
  color: #fff;
}
#suggest .inner .txt_area p .line {
  background: transparent;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(transparent 1.1em, #2A69A8 0, #2A69A8 2em, transparent 0);
}
#suggest .inner .txt_area p .line strong {
  color: #FDF229;
}
#suggest .inner .txt_area::before {
  content: "";
  display: block;
  width: 115px;
  height: 338px;
  background: url(../img/support_center/suggest_left.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  bottom: -34px;
}
#suggest .inner .txt_area::after {
  content: "";
  display: block;
  width: 104px;
  height: 309px;
  background: url(../img/support_center/suggest_right.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: -9px;
}

#flow {
  background: rgba(42, 105, 168, 0.36);
  border-radius: 48px 48px 0 0;
  padding: 51px 0 76px;
  color: #fff;
}
#flow .inner h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 64px;
}
#flow .inner h2 span {
  color: #f9f9f9;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
#flow .inner .list .block {
  display: flex;
  align-items: center;
}
#flow .inner .list .block .img {
  width: 27%;
  text-align: center;
}
#flow .inner .list .block .img img {
  max-width: 100%;
}
#flow .inner .list .block .txt {
  width: 73%;
  border-top: 1px solid #fff;
  padding: 37px 0 66px 5%;
}
#flow .inner .list .block .txt .num {
  background: #fff;
  color: #3D8DCC;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  width: 81px;
  height: 26px;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
#flow .inner .list .block .txt h3 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 15px;
}
#flow .inner .list .block .txt .desc {
  font-weight: bold;
}
#flow .inner .list .block:nth-child(1) .img img {
  width: 300px;
}
#flow .inner .list .block:nth-child(2) .img img {
  width: 281px;
}
#flow .inner .list .block:nth-child(3) .img img {
  width: 146px;
}
#flow .inner .list .block:nth-child(4) .img img {
  width: 275px;
}

#secret {
  position: relative;
}
#secret::before {
  content: "";
  display: block;
  width: 100%;
  height: 33px;
  background: url(../img/support_center/secret_wave.svg) repeat-x center top;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#secret .inner {
  padding: 24px 0 58px;
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
}
#secret .inner .icon {
  width: 21.8%;
}
#secret .inner .txt p {
  color: #3D8DCC;
  font-size: 24px;
  line-height: 1.63;
  font-weight: 900;
}
#secret .inner::after {
  content: "";
  display: block;
  width: 227px;
  height: 231px;
  background: url(../img/support_center/secret_img.svg) no-repeat center/contain;
  position: absolute;
  bottom: -2px;
  right: 0;
  z-index: 2;
}

#reason {
  background: #77C770;
  color: #fff;
  padding: 84px 0 102px;
  border-radius: 48px 48px 0 0;
}
#reason .inner {
  max-width: 925px;
}
#reason .inner h2 {
  text-align: center;
  margin-bottom: 40px;
}
#reason .inner h2 img {
  width: 469px;
  max-width: 100%;
}
#reason .inner .list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 7.85%;
}
#reason .inner .list .block {
  width: 28.1%;
}
#reason .inner .list .block .img {
  margin-bottom: 20px;
  text-align: center;
}
#reason .inner .list .block .img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#reason .inner .list .block .txt h3 {
  font-size: 26px;
  line-height: 1.76;
  margin-bottom: 16px;
  font-weight: 900;
}
#reason .inner .list .block .txt .desc {
  font-weight: 500;
  line-height: 1.875;
}
#reason .inner .list .block:nth-child(1) .img {
  height: 161px;
}
#reason .inner .list .block:nth-child(1) .img img {
  width: 211px;
}
#reason .inner .list .block:nth-child(2) .img {
  height: 161px;
}
#reason .inner .list .block:nth-child(2) .img img {
  width: 124px;
}
#reason .inner .list .block:nth-child(3) .img {
  height: 161px;
}
#reason .inner .list .block:nth-child(3) .img img {
  width: 175px;
}
#reason .inner .list .block:nth-child(4) .img {
  height: 124px;
}
#reason .inner .list .block:nth-child(4) .img img {
  width: 214px;
}
#reason .inner .list .block:nth-child(5) .img {
  height: 124px;
}
#reason .inner .list .block:nth-child(5) .img img {
  width: 133px;
}
#reason .inner .list .block:nth-child(6) .img {
  height: 124px;
}
#reason .inner .list .block:nth-child(6) .img img {
  width: 114px;
}

#voice {
  background: #3D8DCC;
  padding: 65px 0 120px;
}
#voice .inner h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 70px;
  color: #f9f9f9;
}
#voice .inner h2 span {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
#voice .inner .list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
#voice .inner .list .img {
  width: calc((100% - 16px) / 2);
}

#shopinfo {
  background: #F9FCC2;
  padding: 60px 0 93px;
}
#shopinfo .inner h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 70px;
  color: #000;
}
#shopinfo .inner h2 span {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
#shopinfo .inner .base {
  background: #fff;
  padding: 40px 40px 48px;
  margin-bottom: 24px;
  border-radius: 16px;
}
#shopinfo .inner .base h3 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 24px;
  color: #000;
}
#shopinfo .inner .base .ad {
  color: #4c4c4c;
  border-bottom: 1px solid #ddd;
  margin-bottom: 32px;
  padding-bottom: 32px;
}
#shopinfo .inner .base .staff {
  display: flex;
  align-items: center;
  gap: 40px;
}
#shopinfo .inner .base .staff .blk {
  width: 100%;
}
#shopinfo .inner .base .staff .blk .img {
  width: 100%;
}
#shopinfo .inner .base .staff .blk .img.sendai {
  width: 80%;
  margin: 0 auto;
}
#shopinfo .inner .base .staff .blk .img.natori {
  width: 77%;
  margin: 0 auto;
}
#shopinfo .inner .base .staff .blk .names {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
#shopinfo .inner .base .staff .blk .names span {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
}
#shopinfo .inner .two {
  display: flex;
  gap: 24px;
}
#shopinfo .inner .two .base.sendai {
  width: 67%;
}
#shopinfo .inner .two .base.natori {
  width: 33%;
}

#faq {
  background: #3D8DCC;
  padding: 60px 0 93px;
}
#faq .inner h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 70px;
  color: #f9f9f9;
}
#faq .inner h2 span {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
#faq .inner .list .item {
  background: #fff;
  padding: 32px 40px 48px;
  border-radius: 16px;
}
#faq .inner .list .item .q {
  display: flex;
  align-items: flex-start;
}
#faq .inner .list .item .q .icon {
  width: 64px;
  height: 64px;
  background: #DEECF6;
  border-radius: 50%;
  color: #3D8DCC;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  margin-right: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  flex-shrink: 0;
}
#faq .inner .list .item .q .txt {
  color: #3D8DCC;
  font-size: 20px;
  line-height: 1.96;
  font-weight: 900;
  padding-top: 11px;
}
#faq .inner .list .item .a {
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
}
#faq .inner .list .item .a .icon {
  width: 64px;
  height: 64px;
  background: #F8E8E3;
  border-radius: 50%;
  color: #CE5737;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  margin-right: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  flex-shrink: 0;
}
#faq .inner .list .item .a .txt {
  color: #CE5737;
  font-size: 20px;
  line-height: 1.96;
  font-weight: 900;
  padding-top: 11px;
}
#faq .inner .list .item:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 1200px) {
  #mv .inner {
    background-size: 70%;
  }
}
@media (max-width: 1024px) {
  #mv .inner {
    background: none;
    height: auto;
  }
  #mv .inner .txt {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #mv .inner .txt h1 {
    padding-top: 0;
  }
  #mv .inner .txt .desc {
    width: 554px;
  }
  #mv .inner .txt::after {
    content: "";
    display: block;
    width: 554px;
    max-width: 100%;
    aspect-ratio: 750/727;
    background: url(../img/support_center/bg_mv_inner_sp.png) no-repeat center/contain;
    margin-top: 30px;
  }
  #mv .inner .list {
    margin-top: -80px;
  }
  #feature .inner .list {
    flex-direction: column;
    align-items: center;
  }
  #feature .inner .list .block {
    width: 400px;
    max-width: 100%;
  }
  #feature .inner .list .block:not(:last-child) {
    margin-bottom: 70px;
    margin-right: 0;
  }
  #feature .inner .message {
    flex-direction: column;
    align-items: center;
  }
  #feature .inner .message .fukidashi {
    margin-top: 0;
    order: 1;
    max-width: 100%;
  }
  #feature .inner .message .fukidashi::before {
    border: 19px solid transparent;
    border-top: 30px solid #ED9E0C;
    top: 100%;
    right: 50%;
    transform: translateX(50%);
  }
  #feature .inner .message .imgarea {
    order: 2;
    margin-top: 40px;
    margin-right: 0;
  }
  .cta .inner::before, .cta .inner::after {
    content: none;
  }
  #suggest .inner .txt_area::before, #suggest .inner .txt_area::after {
    content: none;
  }
  #secret .inner {
    padding-bottom: 240px;
  }
  #reason .inner .list {
    gap: 80px 6%;
  }
  #reason .inner .list .block {
    width: 47%;
  }
  #reason .inner .list .block:nth-child(3) .img, #reason .inner .list .block:nth-child(4) .img {
    height: 131px;
  }
}
@media (max-width: 768px) {
  .inner {
    margin: 0 auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #mv {
    padding-top: 106px;
    padding-bottom: 10px;
  }
  #mv::before {
    top: 96px;
    height: calc(100% - 96px);
  }
  #mv .inner {
    width: 100%;
  }
  #mv .inner .s_logo {
    width: 28px;
    padding: 16px 0 8px;
    margin-left: 24px;
  }
  #mv .inner .txt {
    align-items: flex-start;
  }
  #mv .inner .txt h1 {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 20px;
  }
  #mv .inner .txt .desc {
    width: 100%;
    font-size: 18px;
    line-height: 2;
    padding: 0 5%;
  }
  #mv .inner .txt::after {
    width: 100%;
  }
  #mv .inner .list {
    padding: 0 3%;
    gap: 5px;
  }
  #feature {
    padding-bottom: 40px;
    margin-top: 105px;
  }
  #feature::before {
    background-size: 748px;
  }
  #feature h2 {
    font-size: 25px;
    width: 150px;
    height: 150px;
  }
  #feature h2 span {
    font-size: 12px;
    padding-top: 20px;
  }
  #feature .list {
    padding-top: 90px;
  }
  #feature .list .block {
    padding: 0 7% 25px;
  }
  #feature .list .block .main {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  #feature .list .block .desc {
    font-size: 14px;
    line-height: 1.8;
  }
  #feature .message .fukidashi {
    padding: 20px 7%;
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
  }
  .cta .inner {
    padding: 50px 0;
  }
  .cta .inner .btn_area .cta_btn a {
    width: 300px;
    height: 74px;
  }
  .cta .inner .btn_area .cta_btn a::before {
    left: 20%;
  }
  .cta .inner .btn_area .cta_btn_tel a {
    width: 300px;
    height: 74px;
    padding-top: 16px;
  }
  .cta .inner .btn_area .cta_btn_tel a span {
    font-size: 14px;
    display: inherit;
  }
  .cta .inner .btn_area .cta_btn_tel a::before {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/support_center/tel_cta.svg") no-repeat center/contain;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 18%;
    transform: translateY(-50%);
  }
  .cta.underline {
    margin-bottom: 30px;
  }
  .cta.underline::after {
    bottom: -18px;
  }
  #suggest {
    padding: 40px 0;
  }
  #suggest .inner .txt_area .ttl_img {
    margin-bottom: 20px;
  }
  #suggest .inner .txt_area p {
    font-size: 17px;
  }
  #flow {
    padding: 40px 0 80px;
    border-radius: 24px 24px 0 0;
  }
  #flow .inner h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #flow .inner h2 span {
    font-size: 12px;
    margin-bottom: 5px;
  }
  #flow .inner .list .block {
    flex-direction: column;
  }
  #flow .inner .list .block .txt {
    order: 1;
    width: 100%;
    padding: 20px 7%;
  }
  #flow .inner .list .block .img {
    width: 200px;
    order: 2;
  }
  #flow .inner .list .block:not(:last-child) {
    padding-bottom: 20px;
  }
  #flow .inner .list .block:nth-child(3) .img img {
    width: 100px;
  }
  #secret .inner {
    flex-direction: column;
    gap: 20px;
  }
  #secret .inner .icon {
    width: 150px;
  }
  #secret .inner .txt p {
    font-size: 18px;
  }
  #secret .inner::after {
    right: 50%;
    transform: translateX(50%);
  }
  #reason {
    border-radius: 24px 24px 0 0;
    padding: 40px 0;
  }
  #reason .inner .list {
    flex-direction: column;
    gap: 60px;
  }
  #reason .inner .list .block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  #reason .inner .list .block .txt {
    order: 1;
  }
  #reason .inner .list .block .txt h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #reason .inner .list .block .img {
    order: 2;
    margin-bottom: 0;
  }
  #reason .inner .list .block:nth-child(1) .img, #reason .inner .list .block:nth-child(2) .img, #reason .inner .list .block:nth-child(3) .img, #reason .inner .list .block:nth-child(4) .img, #reason .inner .list .block:nth-child(5) .img, #reason .inner .list .block:nth-child(6) .img {
    height: unset;
  }
  #voice {
    padding: 40px 0;
  }
  #voice .inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #voice .inner .list {
    gap: 8px;
  }
  #voice .inner .list .img {
    width: 100%;
  }
  #shopinfo {
    padding: 40px 0;
  }
  #shopinfo .inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #shopinfo .inner .base {
    padding: 32px 24px 16px;
    margin-bottom: 24px;
    border-radius: 16px;
  }
  #shopinfo .inner .base h3 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 16px;
    color: #000;
  }
  #shopinfo .inner .base .ad {
    color: #4c4c4c;
    border-bottom: 1px solid #ddd;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  #shopinfo .inner .base .staff {
    display: block;
    gap: 40px;
  }
  #shopinfo .inner .base .staff .blk {
    width: 100%;
    margin-bottom: 32px;
  }
  #shopinfo .inner .base .staff .blk .img {
    width: 70%;
    margin: 0 auto;
  }
  #shopinfo .inner .base .staff .blk .img.sendai {
    width: 70%;
    margin: 0 auto;
  }
  #shopinfo .inner .base .staff .blk .img.natori {
    width: 70%;
    margin: 0 auto;
  }
  #shopinfo .inner .base .staff .blk .names {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
  }
  #shopinfo .inner .base .staff .blk .names span {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
  }
  #shopinfo .inner .two {
    display: block;
    gap: 0;
  }
  #shopinfo .inner .two .base.sendai {
    width: 67%;
  }
  #shopinfo .inner .two .base.natori {
    width: 33%;
  }
  #faq {
    padding: 40px 0;
  }
  #faq .inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #faq .inner .list .item {
    padding: 20px;
    border-radius: 8px;
  }
  #faq .inner .list .item .q .icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
    margin-right: 10px;
  }
  #faq .inner .list .item .q .txt {
    font-size: 14px;
    line-height: 1.8;
    padding-top: 8px;
  }
  #faq .inner .list .item .a {
    margin-top: 8px;
  }
  #faq .inner .list .item .a .icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
    margin-right: 10px;
  }
  #faq .inner .list .item .a .txt {
    font-size: 14px;
    line-height: 1.8;
    padding-top: 8px;
  }
  #faq .inner .list .item:not(:last-child) {
    margin-bottom: 8px;
  }
}/*# sourceMappingURL=support_center.css.map */