#section-qa {
  background: transparent;
}

#lead {
  padding: 15vw 0;
}
#lead .lead-txt {
  margin: 8vw 0 10vw;
}
#lead .lead-img {
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 20px;
}
#lead .anchor-nav a {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #lead {
    padding: 84px 30px 105px;
  }
  #lead .wrap {
    width: 100%;
    max-width: 896px;
  }
  #lead .lead-img {
    order: -1;
    width: 375px;
    margin: 0;
  }
  #lead .lead-info {
    width: 457px;
  }
  #lead .lead-txt {
    margin: 36px 0 0;
  }
  #lead .anchor-nav {
    margin: 67px 11px 0;
  }
  #lead .anchor-nav a {
    width: calc((100% - 20px) / 2);
  }
}

#problem {
  padding: 15vw 0;
}
#problem h2 {
  text-align: center;
  background-color: #fff;
  border-radius: 999px;
  padding: 2vw 4vw;
  margin: 0 auto 10vw;
  display: table;
  font-size: 6vw;
}
#problem .problem-txt {
  box-sizing: border-box;
  padding: 3vw 5vw;
  background-color: #DBDBDB;
  border-radius: 38px;
  position: relative;
  font-weight: 400;
  font-family: "Shippori Antique B1";
  display: table;
  margin-bottom: 10vw;
}
#problem .problem-txt:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 11px;
  transform: translateY(100%);
  background: url("../img/sogihoyo/problem_arrow1.png") no-repeat center/100% auto;
  right: 50%;
}
#problem .problem-txt2 {
  margin: 0 auto 10vw;
}
#problem .problem-txt1:before {
  background: url("../img/sogihoyo/problem_arrow2.png") no-repeat center/100% auto;
  left: 50%;
  right: auto;
}
#problem .problem-txt3 {
  width: 70%;
  margin: 10vw 0 10vw auto;
}
#problem .problem-img {
  margin: 0 auto;
  width: 70%;
}
@media only screen and (min-width: 768px) {
  #problem {
    padding: 100px 30px 74px;
  }
  #problem .wrap {
    width: 100%;
    max-width: 1067px;
  }
  #problem h2 {
    padding: 17px 30px;
    margin: 0 auto 60px;
    letter-spacing: 1px;
  }
  #problem .df-pc {
    align-items: flex-start;
  }
  #problem .problem-txt {
    width: 34%;
    font-size: 18px;
    line-height: 1.75;
    padding: 19px 20px 27px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }
  #problem .problem-txt:before {
    width: 32px;
    height: 31px;
    bottom: 11px;
    right: 50%;
  }
  #problem .problem-txt2 {
    margin: 0;
  }
  #problem .problem-txt2 p {
    max-width: 287pxpx;
  }
  #problem .problem-txt1 {
    width: 29.1%;
    margin-top: 137px;
  }
  #problem .problem-txt1 p {
    max-width: 186px;
  }
  #problem .problem-txt1:before {
    left: 50%;
    right: auto;
  }
  #problem .problem-txt3 {
    width: 34%;
    margin: 83px 0 0 0;
  }
  #problem .problem-txt3 p {
    max-width: 265px;
  }
  #problem .problem-img {
    width: 380px;
    margin-top: -67px;
    padding-right: 37px;
  }
}

#features {
  padding: 20vw 0 10vw;
  position: relative;
}
#features:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 37px 100px 0px 100px;
  border-color: #F8F4EF transparent transparent transparent;
}
#features h2 {
  margin-bottom: 10vw;
}
#features h2 p {
  padding: 0 5vw;
}
#features .features-item {
  margin-bottom: 8vw;
}
#features .features-img {
  margin: 0 auto;
  width: 42%;
}
#features h3 {
  text-align: center;
  margin: 4vw 0 3vw;
}
@media only screen and (min-width: 768px) {
  #features {
    padding: 170px 30px 123px;
  }
  #features:before {
    border-width: 90px 245px 0px 245px;
  }
  #features .wrap {
    max-width: 1034px;
    width: 100%;
  }
  #features h2 {
    margin-bottom: 70px;
  }
  #features h2 p {
    padding: 0 48px;
  }
  #features .df-pc {
    gap: 0 3px;
  }
  #features .features-item {
    margin-bottom: 0;
  }
  #features .features-img {
    width: 116px;
  }
  #features h3 {
    margin: 12px 0;
  }
  #features .features-txt {
    padding-left: 23px;
  }
}

#ofuse {
  padding: 15vw 0;
}
#ofuse .ofuse-img {
  margin: 10vw 0;
}
#ofuse .ofuse1 h3 {
  margin-bottom: 5vw;
}
#ofuse .ofuse2 {
  border-bottom: 1px dotted var(--line_green);
  padding-bottom: 9vw;
  margin-bottom: 6vw;
}
#ofuse .ofuse-card {
  margin-top: 10vw;
}
#ofuse .ofuse-card h3 {
  color: #fff;
  background-color: var(--green);
  text-align: center;
  border-radius: 4px;
  font-size: 4.5vw;
  line-height: 2;
  padding-top: 1vw;
}
#ofuse .ofuse-card .ofuse-card__price {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin: 1vw 0 7vw;
  line-height: 1.3;
}
#ofuse .ofuse-card .ofuse-card__price small {
  display: block;
  margin-top: 3vw;
}
#ofuse .ofuse-card .ofuse-card__price p {
  margin-left: 2vw;
  font-size: 4vw;
  align-items: flex-end;
}
#ofuse .ofuse-card .ofuse-card__price p span {
  font-size: 400%;
  display: block;
  line-height: 1;
  margin-bottom: -2vw;
}
#ofuse .sogisha1 .ofuse-img {
  margin-bottom: 5vw;
}
#ofuse .sogisha1 h3 {
  margin-bottom: 4vw;
}
#ofuse .sogisha-item {
  margin-top: 10vw;
}
#ofuse .sogisha-item .sogisha-ttl {
  font-size: 5vw;
  margin-bottom: 3vw;
}
#ofuse .sogisha-item .sogisha2-img {
  width: 38%;
}
#ofuse .sogisha-item .sogisha2-txt {
  width: 57%;
}
#ofuse .btn-link {
  text-align: center;
  margin-top: 5vw;
}
#ofuse .btn-link a {
  box-sizing: border-box;
  padding-right: 30px;
}
#ofuse .btn-link a:after {
  background: url("../img/sogihoyo/arrow2.png") no-repeat center/100% auto;
  width: 18px;
  height: 19px;
  right: 15px;
}
#ofuse .kaimyo {
  border-top: 1px dotted var(--line_green);
  padding-top: 9vw;
  margin-top: 9vw;
}
#ofuse .kaimyo .ttl24 {
  margin: 6vw 0 5vw;
}
@media only screen and (min-width: 768px) {
  #ofuse {
    padding: 100px 30px;
  }
  #ofuse .wrap {
    width: 100%;
    max-width: 1080px;
  }
  #ofuse h2 {
    margin-bottom: 50px;
  }
  #ofuse .ofuse-img {
    margin: 0;
    width: 57.4%;
  }
  #ofuse .ofuse1 {
    align-items: center;
  }
  #ofuse .ofuse1 .ofuse-img {
    order: 2;
    margin-left: 30px;
  }
  #ofuse .ofuse1 h3 {
    margin-bottom: 23px;
  }
  #ofuse .ofuse1 .ofuse-info {
    width: 353px;
  }
  #ofuse .ofuse2 {
    max-width: 895px;
    padding-bottom: 66px;
    margin: 86px auto 50px;
  }
  #ofuse .ofuse-card {
    margin-top: 0;
    width: 47%;
  }
  #ofuse .ofuse-card h3 {
    font-size: 20px;
    line-height: 1.9;
    padding-top: 0;
  }
  #ofuse .ofuse-card .ofuse-card__price {
    margin: -4px 0 44px;
  }
  #ofuse .ofuse-card .ofuse-card__price small {
    margin-top: 30px;
    font-size: 16px;
  }
  #ofuse .ofuse-card .ofuse-card__price p {
    margin-left: 17px;
    font-size: 20px;
  }
  #ofuse .ofuse-card .ofuse-card__price p span {
    font-size: 80px;
    margin-bottom: -8px;
  }
  #ofuse .sogisha1 {
    align-items: center;
  }
  #ofuse .sogisha1 .ofuse-img {
    margin-bottom: 0;
    margin-right: 30px;
  }
  #ofuse .sogisha1 h3 {
    margin-bottom: 20px;
  }
  #ofuse .sogisha1 .sogisha-info {
    width: 427px;
  }
  #ofuse .sogisha1 .sogisha-txt1 {
    max-width: 367px;
  }
  #ofuse .sogisha2 {
    margin: 0 auto;
    max-width: 895px;
  }
  #ofuse .sogisha-item {
    margin-top: 45px;
    width: 403px;
  }
  #ofuse .sogisha-item .sogisha-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #ofuse .sogisha-item .sogisha2-img {
    width: 132px;
  }
  #ofuse .sogisha-item .sogisha2-txt {
    width: 246px;
  }
  #ofuse .btn-link {
    margin: 27px auto 0;
    width: 427px;
  }
  #ofuse .btn-link a {
    font-size: 16px;
    padding: 5px 30px 5px 0;
  }
  #ofuse .btn-link a:after {
    right: 19px;
  }
  #ofuse .kaimyo {
    padding-top: 59px;
    margin: 50px auto 0;
    max-width: 895px;
  }
  #ofuse .kaimyo .ttl24 {
    margin: -10px 0 13px;
  }
  #ofuse .kaimyo .kaimyo-img {
    order: 2;
    width: 435px;
  }
  #ofuse .kaimyo .kaimyo-info {
    width: 425px;
  }
}

#plan {
  padding: 15vw 0;
}
#plan h2 {
  margin-bottom: 10vw;
}
#plan .tab-link {
  display: flex;
  margin-left: 8vw;
}
#plan .tab-link li {
  margin-right: 3vw;
  color: #fff;
  background-color: #92B992;
  display: flex;
  justify-content: center;
  line-height: 2.8;
  border-radius: 8px 8px 0 0;
  width: 30vw;
  transition: all 0.3s ease;
}
#plan .tab-link li.active {
  background-color: #FCFCFC;
  color: var(--green);
}
#plan .tab-link li:hover {
  opacity: 0.7;
}
#plan .tab-item {
  background-color: #FCFCFC;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 7vw 5% 10vw;
}
#plan .plan-img {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 5vw;
}
#plan h3 {
  line-height: 1;
  border-bottom: 1px dashed var(--line_green);
  margin-bottom: 3vw;
  padding: 0 0 6px;
}
#plan .plan-price {
  justify-content: flex-start;
  align-items: flex-start;
  margin: 4vw 0 7vw;
  line-height: 1.3;
}
#plan .plan-price small {
  display: block;
  margin-top: 3vw;
  font-size: 100%;
}
#plan .plan-price p {
  margin-left: 2vw;
  font-size: 4vw;
  align-items: flex-end;
}
#plan .plan-price p span {
  font-size: 320%;
  display: block;
  line-height: 1;
  margin-bottom: -2vw;
}
#plan dl {
  margin: 4vw 0;
}
#plan .plan_note {
  font-size: 90%;
}
@media only screen and (min-width: 768px) {
  #plan {
    padding: 100px 30px;
  }
  #plan .wrap {
    max-width: 896px;
    width: 100%;
  }
  #plan h2 {
    margin-bottom: 67px;
  }
  #plan .tab-link {
    margin-left: 40px;
  }
  #plan .tab-link li {
    margin-right: 20px;
    line-height: 62px;
    width: 147px;
    transition: all 0.3s ease;
  }
  #plan .tab-item {
    padding: 50px;
  }
  #plan .plan-img {
    margin-bottom: 0;
    width: 415px;
  }
  #plan .plan-info {
    width: 360px;
  }
  #plan h3 {
    margin-bottom: 0;
  }
  #plan .plan-price {
    margin: 20px 0 24px;
  }
  #plan .plan-price small {
    margin-top: 21px;
  }
  #plan .plan-price p {
    margin-left: 15px;
    font-size: 20px;
  }
  #plan .plan-price p span {
    font-size: 64px;
    margin-bottom: -6px;
  }
  #plan dl {
    margin: 12px 0;
  }
  #plan .plan_note {
    font-size: 14px;
  }
}

.bg-parallax {
  height: 44vw;
}
@media only screen and (min-width: 768px) {
  .bg-parallax {
    height: 390px;
  }
}

#seizensodan {
  padding: 15vw 0;
}
#seizensodan h2 {
  margin-bottom: 8vw;
}
#seizensodan .seizensodan-img1 {
  margin: 0 auto 10vw;
  width: 70%;
}
#seizensodan h3 {
  width: 100%;
  margin-bottom: 5vw;
  order: -1;
}
#seizensodan .seizensodan-img2 {
  margin: 0 auto 7vw;
  width: 90%;
}
#seizensodan .btn-link {
  margin-top: 8vw;
}
@media only screen and (max-width: 767px) {
  #seizensodan .df {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  #seizensodan {
    padding: 100px 30px 92px;
  }
  #seizensodan .wrap {
    max-width: 1148px;
    width: 100%;
  }
  #seizensodan h2 {
    margin-bottom: 50px;
  }
  #seizensodan .seizensodan-img1 {
    margin: 0 auto 79px;
    width: 705px;
  }
  #seizensodan .df {
    align-items: flex-end;
  }
  #seizensodan h3 {
    width: 100%;
    margin-bottom: 0;
  }
  #seizensodan .seizensodan-img2 {
    margin: 0;
    width: 497px;
  }
  #seizensodan .div_pc {
    width: 500px;
    margin-right: 24px;
    margin-bottom: 46px;
  }
  #seizensodan .btn-link {
    margin-top: 38px;
  }
}

#faq {
  padding: 15vw 0;
}
#faq h2 {
  margin-bottom: 10vw;
}
@media only screen and (min-width: 768px) {
  #faq {
    padding: 102px 0 82px;
  }
  #faq h2 {
    margin-bottom: 76px;
  }
}

#message {
  padding: 15vw 0;
}
@media only screen and (min-width: 768px) {
  #message {
    padding: 102px 0 82px;
  }
}/*# sourceMappingURL=sogihoyo.css.map */