.wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5, .wrapper h6, .wrapper p {
  color: #000;
}
.wrapper img {
  max-width: 100%;
}
.wrapper .firstviewWrapper img {
  display: block;
  max-width: 1120px;
  margin: 0 auto;
}

.mainContents .section p {
  color: #000;
}

@media screen and (min-width: 768px) {
  .inner {
    max-width: 1120px;
  }
}
@media screen and (min-width: 768px) {
  .firstview .firstviewContent__Subtitle {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 29px;
  }
  .mainContents .section p {
    font-size: 18px;
  }
  .firstview .firstviewContent__Title {
    font-size: 36px;
  }
  .section_top90 {
    margin-top: 68px;
  }
  .mainContents .section p.gorillaText {
    font-size: 32px;
  }
  .gorillaText {
    font-weight: 500;
  }
  .mainContents .section h3 {
    font-size: 40px;
  }
  .leftBox {
    width: 740px;
  }
  .leftBox img {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .rightBox {
    width: calc(100% - 740px);
    padding-left: 20px;
  }
  .rightBox p {
    padding: 0;
  }
  .feature {
    align-items: center;
  }
  .cmnBtn01 {
    margin-top: 41px;
  }
  .picUpPrice .cmnBtn01 {
    padding-right: 10px;
  }
  .lastLoopBox {
    margin-bottom: 69px !important;
  }
  .h3title {
    margin-bottom: 25px;
  }
  .caseImg {
    margin: 0 auto;
  }
  .mainContents .section p {
    margin-top: 40px;
  }
  .resolve {
    margin-top: 56px;
  }
  .goldText {
    font-weight: 500;
    font-size: 32px;
    color: #000 !important;
  }
  .h3GreyBox {
    font-size: 40px !important;
  }
  .innerOut {
    border-top: 32px;
    background-color: transparent;
  }
  .greyBox {
    padding: 0;
  }
  .greyBoxP {
    margin-top: 34px;
    margin-bottom: 0;
  }
  .picUpPrice {
    margin-top: 60px;
  }
  .picUpPrice h3 {
    font-size: 40px;
  }
  .greyContent_text {
    margin-top: 68px;
    font-size: 40px;
  }
}
.cmnBtn01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 100px;
  font-size: 22px;
  border-radius: 18px;
  margin: 0 auto;
  background-image: url(../img/20260628/arrow.webp);
  background-repeat: no-repeat;
  background-size: 45px auto;
  background-position: right 13px top 48%;
}
@media screen and (max-width: 767px) {
  .cmnBtn01 a {
    width: 72vw;
    height: 14.8vw;
    font-size: 3.4666vw;
    border-radius: 2.4vw;
    background-size: 6.6666vw auto;
    background-position: right 4.8vw top 48%;
  }
}

.gray_box {
  margin-top: 32px;
  padding: 33px 0 36px 50px;
  background-color: #f5f5f5;
}
.gray_box .ttl01 {
  font-size: 28px;
  font-family: "din-2014", "DIN 2014";
  color: #4D96BC;
  line-height: 1;
}
.gray_box .ttl02 {
  display: flex;
  align-items: center;
  font-size: 56px;
  font-family: "din-2014", "DIN 2014";
  color: #4D96BC;
  line-height: 1;
}
.gray_box .ttl02 img {
  width: 23px;
}
.gray_box .notes {
  font-weight: 400;
  font-size: 14px;
}
.gray_box .table {
  margin-top: 28px;
  font-weight: 400;
  font-size: 18px;
}
.gray_box .table h4 {
  font-weight: 400;
}
.gray_box .table dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.8;
}
.gray_box .table dl dt {
  width: 145px;
  text-align: right;
  white-space: nowrap;
}
.gray_box .table dl dd {
  width: calc(100% - 145px);
}

.faceContens_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.faceContens_flex .faceContens_inner {
  width: 538px;
}
.faceContens_flex .faceContens_inner h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 63px;
  font-size: 25px;
  color: #fff;
  background-color: #000;
}
.faceContens_flex .faceContens_inner .img {
  position: relative;
}
.faceContens_flex .faceContens_inner .img img {
  width: 100%;
}
.faceContens_flex .faceContens_inner .img p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 28px;
  font-size: 18px;
  text-align: center;
}

.access_flex ul {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.access_flex li a, .access_flex li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 327px;
  height: 67px;
  border: 1px solid #000;
  color: #000;
  font-size: 27px;
  color: #000;
}
.access_flex li + li {
  margin-left: 44px;
}

.cmnBtn01 + .cmnBtn01 {
  margin-top: 81px;
}

.section_faq {
  margin-top: 70px;
  padding-bottom: 53px;
}
.section_faq .h3title {
  margin-bottom: 32px;
}

.accordion_head {
  padding: 15px 10px 14px 14px;
  background-color: #000;
  border-radius: 0;
}
.accordion_head h3 {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 26px !important;
  color: #fff;
}
.accordion_head h3:before {
  display: inline-block;
  width: 41px;
  aspect-ratio: 82/92;
  background-image: url(../img/20260628/icon_q.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 11px;
  content: "";
}

.container-s {
  background-color: transparent;
  border-radius: 0;
}

.a_box {
  display: flex;
  padding: 13px 10px 24px 14px;
  background-color: transparent;
  border-radius: 0;
}
.a_box .a_box_inner {
  display: flex;
  position: relative;
  align-items: self-start;
  margin-top: 0 !important;
}
.a_box .a_box_inner p {
  margin-top: 0;
}
.a_box .a_box_inner p strong {
  display: block;
  font-weight: 600;
  font-size: 26px;
  padding-bottom: 5px;
}
.a_box .a_box_inner:before {
  display: inline-block;
  flex: none;
  width: 41px;
  aspect-ratio: 82/92;
  background-image: url(../img/20260628/icon_a.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 11px;
  content: "";
}

.a_box::before {
  display: none;
}

.accordion_head::after {
  background-image: url(../img/20260628/plus.webp);
  width: 29px;
  height: 29px;
  right: 26px;
}

.accordion_head.open::after {
  background-image: url(../img/20260628/muinus.webp);
}

@media screen and (max-width: 767px) {
  .firstviewImage img {
    max-height: none;
    height: 69.0666vw;
  }
  .firstview .firstviewContent__Subtitle {
    font-weight: 600;
    font-size: 4.8vw;
    margin: 0;
  }
  .firstview .firstviewContent__Title {
    font-size: 5.8666vw;
    margin: 0;
  }
  .mainContents {
    padding: 0 4vw;
  }
  .gorillaText {
    font-weight: 500 !important;
    font-size: 4.2666vw !important;
  }
  .h3title {
    font-size: 5.3333vw !important;
    line-height: 1;
  }
  .margin-bottom60 {
    margin-bottom: 4.6666vw;
  }
  .rightBox p {
    margin-top: 4.2666vw;
    font-size: 3.2vw;
  }
  .mainContents .section p {
    line-height: 1.6;
  }
  .lastLoopBox {
    margin-bottom: 9.3333vw !important;
  }
  .mainContents .section p {
    font-size: 3.2vw;
  }
  .img + p {
    margin-top: 4.6666vw;
  }
  .resolve {
    margin-top: 7.0666vw;
  }
  .goldText {
    font-weight: 500 !important;
    font-size: 4.2666vw;
    color: #000 !important;
  }
  .h3GreyBox {
    margin-bottom: 4.4vw !important;
    font-size: 5.3333vw !important;
  }
  .greyBoxP p {
    font-size: 3.2vw;
  }
  .greyBoxP {
    margin-top: 4.5333vw;
    margin-bottom: 7.6vw;
  }
  .greyBox {
    padding: 0 4vw;
  }
  .picUpPrice h3 {
    font-size: 5.3333vw;
  }
  .innerOut {
    background-color: transparent;
  }
  .innerOut .innerSP {
    padding: 0;
  }
  .gray_box {
    margin-top: 4.2666vw;
    padding: 4vw 4vw 2.8vw;
  }
  .gray_box .ttl01 {
    font-size: 5.6vw;
  }
  .gray_box .ttl02 {
    font-size: 14vw;
  }
  .gray_box .ttl02 img {
    position: relative;
    bottom: 0.5vw;
    width: 5.4vw;
  }
  .gray_box .notes {
    font-size: 3.2vw;
  }
  .gray_box .table {
    margin-top: 3.7333vw;
    font-size: 3.2vw;
  }
  .gray_box .table dl dt {
    width: 26vw;
  }
  .gray_box .table dl dd {
    width: calc(100% - 26vw);
  }
  .greyContent_text {
    margin-top: 9.2vw;
    font-size: 5.3333vw;
  }
  .faceContens_flex {
    display: block;
    margin-top: 4.1333vw;
  }
  .faceContens_flex .faceContens_inner {
    display: block;
    width: 100%;
  }
  .faceContens_flex .faceContens_inner h4 {
    height: 10.6666vw;
    font-size: 4.5333vw;
  }
  .faceContens_flex .faceContens_inner .img {
    position: relative;
  }
  .faceContens_flex .faceContens_inner .img img {
    width: 100%;
  }
  .faceContens_flex .faceContens_inner .img p {
    padding-bottom: 5.3333vw;
    font-size: 3.2vw;
  }
  .faceContens_flex .faceContens_inner + .faceContens_inner {
    margin-top: 5.3333vw;
  }
  .access_flex ul {
    display: block;
    margin-top: 9.2vw;
  }
  .access_flex li a, .access_flex li span {
    width: 56.2666vw;
    height: 11.6vw;
    font-size: 4.8vw;
    margin: 0 auto;
  }
  .access_flex li + li {
    margin-left: 0;
    margin-top: 3.0666vw;
  }
  .cmnBtn01 {
    margin-top: 5.3333vw;
  }
  .cmnBtn01 + .cmnBtn01 {
    margin-top: 10.6666vw;
  }
  .section_faq {
    margin-top: 9.2vw;
    padding-bottom: 9.6vw;
  }
  .section_faq .h3title {
    margin-bottom: 4.2666vw;
  }
  .accordion_head {
    padding: 2.9333vw 1.3333vw 3.3333vw 4vw;
  }
  .accordion_head h3 {
    font-size: 3.4666vw !important;
  }
  .accordion_head h3:before {
    display: inline-block;
    width: 6.4vw;
    aspect-ratio: 82/92;
    margin-right: 2.4vw;
  }
  .a_box {
    padding: 3.8666vw 1.3333vw 8vw 4vw;
  }
  .a_box .a_box_inner {
    align-items: center;
    flex-wrap: wrap;
  }
  .a_box .a_box_inner p strong {
    font-size: 3.4666vw;
    padding-bottom: 0;
  }
  .a_box .a_box_inner span.for_sp {
    width: 100%;
    margin-top: 4.1333vw;
  }
  .a_box .a_box_inner:before {
    display: inline-block;
    width: 6.4vw;
    aspect-ratio: 82/92;
    margin-right: 2.4vw;
  }
  .a_box::before {
    display: none;
  }
  .accordion_head::after {
    width: 4.5333vw;
    height: 4.5333vw;
    right: 4vw;
  }
}
.a_box_inner p span {
  display: block;
}

@media screen and (max-width: 767px) {
  .for_pc {
    display: none !important;
  }
}
@media screen and (min-width: 767px) {
  .for_sp {
    display: none !important;
  }
}/*# sourceMappingURL=needle.css.map */