* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #4a1c36;
}

ul {
  list-style: none;
}

a {
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

.pc {
  display: block;
}

@media (max-width: 1200px) {
  .pc {
    display: none;
  }
}

.tb {
  display: none;
}

@media (max-width: 1200px) {
  .tb {
    display: block;
  }
}

.sp {
  display: none;
}

@media (max-width: 480px) {
  .sp {
    display: block;
  }
}

.sp-no {
  display: block;
}

@media (max-width: 480px) {
  .sp-no {
    display: none;
  }
}

body.home {
  position: relative;
}

body.home .body-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

body.home #main-visual {
  width: 100%;
  height: 100vh;
}

@media (max-width: 1200px) {
  body.home #main-visual {
    height: inherit;
  }
}

body.home #main-visual .mv {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 1200px) {
  body.home #main-visual .mv {
    height: auto;
  }
}

body.home #main-visual .mv picture {
  width: 100%;
  height: 100%;
  display: inline-block;
}

@media (max-width: 1200px) {
  body.home #main-visual .mv picture {
    height: auto;
  }
}

body.home #main-visual .mv picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1200px) {
  body.home #main-visual .mv picture img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

body.home .container {
  max-width: 1200px;
  margin: 0 auto;
}

body.home .cta-row {
  text-align: center;
  padding: 0 145px;
  padding-top: 50px;
  padding-bottom: 100px;
}

@media (max-width: 1200px) {
  body.home .cta-row {
    padding: 0 4vw;
    padding-top: 4vw;
    padding-bottom: 8vw;
  }
}

body.home .cta-row .top {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  body.home .cta-row .top {
    margin-bottom: 2.5vw;
    font-size: 3.33vw;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  body.home .cta-row .top {
    font-size: 20px;
  }
}

body.home .cta-row .top span {
  position: relative;
}

body.home .cta-row .top span::before,
body.home .cta-row .top span::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #4a1c36;
}

body.home .cta-row .top span::before {
  left: -40px;
  transform: rotate(-30deg);
}

@media (max-width: 480px) {
  body.home .cta-row .top span::before {
    left: -20px;
  }
}

body.home .cta-row .top span::after {
  right: -40px;
  transform: rotate(30deg);
}

@media (max-width: 480px) {
  body.home .cta-row .top span::after {
    right: -20px;
  }
}

body.home .cta-row .bottom {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  margin-left: auto;
  font-size: 24px;
}

@media (max-width: 1200px) {
  body.home .cta-row .bottom {
    margin-top: 2vw;
    font-size: 2vw;
  }
}

@media (max-width: 480px) {
  body.home .cta-row .bottom {
    margin-top: 10px;
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  body.home #first-cta {
    margin-top: -32vw;
  }
}

body.home #problems {
  position: relative;
  z-index: 1;
}

body.home #problems .box-list {
  position: absolute;
  left: 50%;
  top: 130px;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  width: calc(100% - 200px);
}

@media (max-width: 1200px) {
  body.home #problems .box-list {
    top: 10.83vw;
    gap: 6.67vw;
    width: calc(100% - 16.66vw);
  }
}

@media (max-width: 640px) {
  body.home #problems .box-list {
    width: calc(100% - 40px);
  }
}

@media (max-width: 480px) {
  body.home #problems .box-list {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    margin-top: -20px;
    padding: 40px 20px;
    background: url("../img/problems/bg-sp.jpg") no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
}

body.home #problems .box-list .box {
  position: relative;
  width: 100%;
  padding: 120px 90px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(90, 52, 33, 0.7);
}

@media (max-width: 1200px) {
  body.home #problems .box-list .box {
    padding: 10vw 7.5vw;
  }
}

@media (max-width: 640px) {
  body.home #problems .box-list .box {
    padding: 40px 30px;
  }
}

body.home #problems .box-list .box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 44px);
  height: calc(100% - 48px);
  border: 2px solid #c4aa77;
}

@media (max-width: 640px) {
  body.home #problems .box-list .box::before {
    width: calc(100% - 22px);
    height: calc(100% - 24px);
  }
}

body.home #problems .box-list .box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 50px);
  height: calc(100% - 54px);
  border: 2px solid #e8dbcb;
}

@media (max-width: 640px) {
  body.home #problems .box-list .box::after {
    width: calc(100% - 25px);
    height: calc(100% - 27px);
  }
}

body.home #problems .box-list .box .box-ttl {
  margin-bottom: 60px;
  text-align: center;
  font-size: 46px;
  font-weight: 900;
}

@media (max-width: 1200px) {
  body.home #problems .box-list .box .box-ttl {
    margin-bottom: 5vw;
    font-size: 3.83vw;
  }
}

@media (max-width: 480px) {
  body.home #problems .box-list .box .box-ttl {
    font-size: 24px;
  }
}

body.home #problems .box-list .box .box-txt {
  font-family: "Zen Old Mincho", serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.8;
}

@media (max-width: 1200px) {
  body.home #problems .box-list .box .box-txt {
    font-size: 3.16vw;
  }
}

@media (max-width: 480px) {
  body.home #problems .box-list .box .box-txt {
    font-size: 20px;
  }
}

body.home #problems .box-list .box .box-txt.center {
  text-align: center;
}

body.home #problems .box-list .box .box-txt .strong {
  font-weight: 700;
}

body.home #problems .box-list .box .box-txt .large {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 44px;
  font-weight: 900;
}

@media (max-width: 1200px) {
  body.home #problems .box-list .box .box-txt .large {
    font-size: 3.66vw;
  }
}

@media (max-width: 480px) {
  body.home #problems .box-list .box .box-txt .large {
    font-size: 24px;
  }
}

body.home #problems .box-list .box .box-txt .underline {
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  body.home #problems .box-list .box .box-txt .underline {
    background: linear-gradient(0deg, #ffff00 0%, #ffff00 0%);
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: 100% 10px;
  }
}

body.home #problems .box-list .box .box-txt .underline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(0deg, #ffff00 0%, #ffff00 100%);
  z-index: -1;
}

@media (max-width: 1200px) {
  body.home #problems .box-list .box .box-txt .underline::before {
    height: 1.66vw;
  }
}

@media (max-width: 480px) {
  body.home #problems .box-list .box .box-txt .underline::before {
    content: none;
  }
}

body.home #problems .box-list .box .box-li-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.8;
}

@media (max-width: 1200px) {
  body.home #problems .box-list .box .box-li-ttl {
    font-size: 3.16vw;
  }
}

@media (max-width: 480px) {
  body.home #problems .box-list .box .box-li-ttl {
    font-size: 20px;
  }
}

body.home #problems .box-list .box .box-li-ttl .underline {
  position: relative;
  z-index: 1;
}

body.home #problems .box-list .box .box-li-ttl .underline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(0deg, #f9d2db 0%, #f9d2db 100%);
  z-index: -1;
}

@media (max-width: 1200px) {
  body.home #problems .box-list .box .box-li-ttl .underline::before {
    height: 1.66vw;
  }
}

@media (max-width: 480px) {
  body.home #problems .box-list .box .box-li-ttl .underline::before {
    height: 14px;
  }
}

body.home #problems .box-list .box .box-li-txt {
  padding-left: 50px;
  font-family: "Zen Old Mincho", serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -1.5px;
}

@media (max-width: 1200px) {
  body.home #problems .box-list .box .box-li-txt {
    padding-left: 4.16vw;
    font-size: 3.1vw;
  }
}

@media (max-width: 640px) {
  body.home #problems .box-list .box .box-li-txt {
    letter-spacing: 0;
  }
}

@media (max-width: 480px) {
  body.home #problems .box-list .box .box-li-txt {
    font-size: 18px;
  }
}

body.home #problems .box-list .box .box-li-txt .sp-no {
  display: inline;
}

@media (max-width: 480px) {
  body.home #problems .box-list .box .box-li-txt .sp-no {
    display: none;
  }
}

body.home #problems .box-list .box .box-deco {
  position: absolute;
  z-index: 1;
}

@media (max-width: 640px) {
  body.home #problems .box-list .box .box-deco {
    width: 40px;
  }
}

body.home #problems .box-list .box .box-deco:nth-child(1) {
  left: 0;
  top: 0;
}

body.home #problems .box-list .box .box-deco:nth-child(2) {
  right: 0;
  top: 0;
  transform: scaleX(-1);
}

body.home #problems .box-list .box .box-deco:nth-child(3) {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}

body.home #problems .box-list .box .box-deco:nth-child(4) {
  left: 0;
  bottom: 0;
  transform: scaleY(-1);
}

body.home .problems-tail {
  position: relative;
  z-index: 1;
}

body.home #threewall {
  position: relative;
  margin-top: -310px;
  background-color: #ffffff;
}

@media (max-width: 1200px) {
  body.home #threewall {
    margin-top: -25.83vw;
  }
}

@media (max-width: 480px) {
  body.home #threewall {
    padding-top: 30vw;
    padding-bottom: 40px;
    background: url(../img/threewall/bg-sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}

body.home #threewall .inner {
  position: absolute;
  top: 360px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 200px);
}

@media (max-width: 1200px) {
  body.home #threewall .inner {
    top: 30vw;
    width: calc(100% - 16.66vw);
  }
}

@media (max-width: 640px) {
  body.home #threewall .inner {
    width: calc(100% - 40px);
  }
}

@media (max-width: 480px) {
  body.home #threewall .inner {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    width: 100%;
    padding: 0 20px;
    z-index: 2;
  }
}

body.home #threewall .inner .threewall-ttl {
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 1200px) {
  body.home #threewall .inner .threewall-ttl {
    margin-bottom: 4.16vw;
  }
}

body.home #threewall .inner .callout {
  position: relative;
  margin-bottom: 10px;
}

body.home #threewall .inner .callout p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  body.home #threewall .inner .callout p {
    font-size: 5vw;
  }
}

body.home #threewall .inner .callout p span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 80px;
  font-weight: 700;
  color: #ffff00;
}

@media (max-width: 1200px) {
  body.home #threewall .inner .callout p span {
    font-size: 6.66vw;
  }
}

body.home #threewall .inner .callout p span span {
  font-size: 64px;
}

@media (max-width: 1200px) {
  body.home #threewall .inner .callout p span span {
    font-size: 5.3vw;
  }
}

body.home #threewall .inner .arrow {
  margin-bottom: 75px;
  text-align: center;
}

@media (max-width: 1200px) {
  body.home #threewall .inner .arrow {
    margin-bottom: 6.25vw;
  }
}

@media (max-width: 640px) {
  body.home #threewall .inner .arrow {
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  body.home #threewall .inner .arrow img {
    width: 50px;
  }
}

body.home #threewall .inner .box {
  position: relative;
  width: 100%;
  padding: 90px 50px;
  background-color: #ffffff;
  box-shadow: 10px 10px 10px 0 rgba(14, 5, 10, 0.35);
}

@media (max-width: 1200px) {
  body.home #threewall .inner .box {
    padding: 7.5vw 4.16vw;
  }
}

body.home #threewall .inner .box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 24px);
  height: calc(100% - 28px);
  border: 1px solid #bbaf87;
}

@media (max-width: 640px) {
  body.home #threewall .inner .box::before {
    width: calc(100% - 12px);
    height: calc(100% - 14px);
  }
}

body.home #threewall .inner .box .infos .ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -2px;
  color: #948c52;
}

@media (max-width: 1200px) {
  body.home #threewall .inner .box .infos .ttl {
    font-size: 3.83vw;
  }
}

@media (max-width: 640px) {
  body.home #threewall .inner .box .infos .ttl {
    letter-spacing: 0;
  }
}

@media (max-width: 480px) {
  body.home #threewall .inner .box .infos .ttl {
    font-size: 24px;
  }
}

body.home #threewall .inner .box .infos .txt {
  margin-bottom: 20px;
  padding-left: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #4a1c36;
}

@media (max-width: 1200px) {
  body.home #threewall .inner .box .infos .txt {
    padding-left: 2.5vw;
    font-size: 2.8vw;
  }
}

@media (max-width: 480px) {
  body.home #threewall .inner .box .infos .txt {
    font-size: 20px;
  }
}

body.home #threewall .inner .box .infos .sp-no.space {
  display: inline;
}

@media (max-width: 480px) {
  body.home #threewall .inner .box .infos .sp-no.space {
    display: none;
  }
}

body.home #threewall .inner .box .deco {
  position: absolute;
}

@media (max-width: 640px) {
  body.home #threewall .inner .box .deco {
    width: 45px;
  }
}

body.home #threewall .inner .box .deco:nth-child(1) {
  left: 0;
  top: 0;
}

body.home #threewall .inner .box .deco:nth-child(2) {
  right: 0;
  top: 0;
  transform: scaleX(-1);
}

body.home #threewall .inner .box .deco:nth-child(3) {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}

body.home #threewall .inner .box .deco:nth-child(4) {
  left: 0;
  bottom: 0;
  transform: scaleY(-1);
}

body.home #bonus {
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  body.home #bonus {
    padding-bottom: 100px;
    background: url(../img/bonus/bg-sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}

body.home #bonus .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 100px;
}

@media (max-width: 1200px) {
  body.home #bonus .inner {
    padding: 0 8.33vw;
  }
}

@media (max-width: 480px) {
  body.home #bonus .inner {
    position: relative;
    left: unset;
    top: unset;
    width: 100%;
    padding: 0 20px;
  }
}

body.home #bonus .bonus-ttl {
  margin: 0 -100px;
  margin-bottom: 90px;
}

@media (max-width: 1200px) {
  body.home #bonus .bonus-ttl {
    margin: 0 -8.33vw;
    margin-bottom: 7.5vw;
  }
}

@media (max-width: 480px) {
  body.home #bonus .bonus-ttl {
    margin: 0 -20px;
    margin-bottom: 40px;
  }
}

body.home #bonus .bonus-list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}

@media (max-width: 1200px) {
  body.home #bonus .bonus-list {
    gap: 6.66vw;
  }
}

body.home #bonus .bonus-list .bonus-item {
  width: 100%;
  text-align: center;
}

body.home #bonus .bonus-list .bonus-item .top {
  margin-bottom: 36px;
}

@media (max-width: 1200px) {
  body.home #bonus .bonus-list .bonus-item .top {
    width: 30vw;
    margin: 0 auto;
    margin-bottom: 3vw;
  }
}

body.home #bonus .bonus-list .bonus-item .ttl {
  display: inline-block;
  margin-bottom: 36px;
  padding: 20px;
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  background-color: #f9d2db;
  color: #4a1c36;
}

@media (max-width: 1200px) {
  body.home #bonus .bonus-list .bonus-item .ttl {
    margin-bottom: 3vw;
    padding: 1.66vw;
    font-size: 4vw;
  }
}

@media (max-width: 480px) {
  body.home #bonus .bonus-list .bonus-item .ttl {
    width: 100%;
    padding: 20px;
    font-size: 24px;
  }
}

body.home #bonus .bonus-list .bonus-item .txt {
  font-family: "Zen Old Mincho", serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -3px;
  color: #4a1c36;
}

@media (max-width: 1200px) {
  body.home #bonus .bonus-list .bonus-item .txt {
    font-size: 3.75vw;
  }
}

@media (max-width: 640px) {
  body.home #bonus .bonus-list .bonus-item .txt {
    letter-spacing: 0;
  }
}

@media (max-width: 480px) {
  body.home #bonus .bonus-list .bonus-item .txt {
    font-size: 20px;
  }
}

body.home .bonus-check {
  position: relative;
  z-index: 1;
}

body.home #change {
  position: relative;
  margin-top: -330px;
}

@media (max-width: 1200px) {
  body.home #change {
    margin-top: -27.5vw;
  }
}

@media (max-width: 480px) {
  body.home #change {
    background: url(../img/change/bg.png) no-repeat;
    background-position: center;
    background-size: cover;
  }
}

body.home #change .inner {
  position: absolute;
  left: 50%;
  top: -120px;
  transform: translateX(-50%);
  width: calc(100% - 300px);
  z-index: 2;
}

@media (max-width: 1200px) {
  body.home #change .inner {
    top: -10vw;
    width: calc(100% - 25vw);
  }
}

@media (max-width: 480px) {
  body.home #change .inner {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    width: 100%;
    margin-top: -40vw;
    padding: 0 20px;
  }
}

body.home #change .change-ttl {
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 1200px) {
  body.home #change .change-ttl {
    margin-bottom: 4.16vw;
  }
}

body.home #change .arrow {
  margin-bottom: 200px;
  text-align: center;
}

@media (max-width: 1200px) {
  body.home #change .arrow {
    width: 50px;
    margin: 0 auto;
    margin-bottom: 16.66vw;
  }
}

body.home #change .change-list {
  margin-bottom: 150px;
}

@media (max-width: 1200px) {
  body.home #change .change-list {
    margin-bottom: 12.5vw;
  }
}

body.home #change .change-list .change-item {
  margin-bottom: 50px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  color: #4a1c36;
}

@media (max-width: 1200px) {
  body.home #change .change-list .change-item {
    margin-bottom: 4.16vw;
    font-size: 3.7vw;
  }
}

@media (max-width: 480px) {
  body.home #change .change-list .change-item {
    font-size: 20px;
    line-height: 1.5;
  }
}

body.home #change .change-list .change-item span {
  background: linear-gradient(0deg, #ffff00 0%, #ffff00 100%);
}

body.home #change .cta-row {
  margin: 0 -150px;
}

@media (max-width: 1200px) {
  body.home #change .cta-row {
    margin: 0 -12.5vw;
  }
}

@media (max-width: 480px) {
  body.home #change .cta-row {
    margin: 0 -20px;
  }
}

body.home #profile {
  position: relative;
  font-family: "Zen Old Mincho", serif;
}

body.home #profile .inner {
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  width: calc(100% - 200px);
}

@media (max-width: 1200px) {
  body.home #profile .inner {
    top: 8.33vw;
    width: calc(100% - 16.66vw);
  }
}

@media (max-width: 480px) {
  body.home #profile .inner {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    width: 100%;
    padding: 40px 20px;
    background: url(../img/profile/bg.png) no-repeat;
    background-position: center;
    background-size: cover;
  }
}

body.home #profile .name {
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  body.home #profile .name {
    font-size: 2.5vw;
  }
}

@media (max-width: 480px) {
  body.home #profile .name {
    font-size: 16px;
  }
}

body.home #profile .name span {
  display: block;
  font-size: 49px;
}

@media (max-width: 1200px) {
  body.home #profile .name span {
    font-size: 4.16vw;
  }
}

@media (max-width: 480px) {
  body.home #profile .name span {
    font-size: 36px;
  }
}

body.home #profile .photo {
  margin-bottom: 70px;
  text-align: center;
}

@media (max-width: 1200px) {
  body.home #profile .photo {
    margin-bottom: 5.83vw;
  }
}

body.home #profile .profile-ttl {
  margin-bottom: 60px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 2;
}

@media (max-width: 1200px) {
  body.home #profile .profile-ttl {
    margin-bottom: 5vw;
    font-size: 2.5vw;
  }
}

@media (max-width: 480px) {
  body.home #profile .profile-ttl {
    font-size: 24px;
  }
}

body.home #profile .profile-txt {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.8;
}

@media (max-width: 1200px) {
  body.home #profile .profile-txt {
    font-size: 1.7vw;
  }
}

@media (max-width: 480px) {
  body.home #profile .profile-txt {
    font-size: 20px;
  }
}

body.home #faq {
  position: relative;
}

body.home #faq .inner {
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  width: calc(100% - 300px);
}

@media (max-width: 1200px) {
  body.home #faq .inner {
    top: 8.33vw;
    width: calc(100% - 16.67vw);
  }
}

@media (max-width: 480px) {
  body.home #faq .inner {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    padding: 40px 20px;
    background: url(../img/faq/bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}

body.home #faq .ttl {
  margin-bottom: 90px;
  text-align: center;
}

@media (max-width: 1200px) {
  body.home #faq .ttl {
    margin-bottom: 7.5vw;
  }
}

body.home #faq .list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}

@media (max-width: 1200px) {
  body.home #faq .list {
    gap: 6.66vw;
  }
}

body.home #faq .list .item {
  width: 100%;
}

body.home #faq .list .item .q {
  font-size: 41px;
  font-weight: 700;
  line-height: 1.6;
}

@media (max-width: 1200px) {
  body.home #faq .list .item .q {
    font-size: 3.41vw;
  }
}

@media (max-width: 480px) {
  body.home #faq .list .item .q {
    font-size: 24px;
  }
}

body.home #faq .list .item .a {
  position: relative;
  padding-left: 72px;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 1200px) {
  body.home #faq .list .item .a {
    padding-left: 6vw;
    font-size: 2.75vw;
  }
}

@media (max-width: 480px) {
  body.home #faq .list .item .a {
    font-size: 20px;
  }
}

body.home #faq .list .item .a span {
  position: absolute;
  left: 20px;
}

@media (max-width: 1200px) {
  body.home #faq .list .item .a span {
    left: 1.66vw;
  }
}

body.home #conclusion {
  position: relative;
  text-align: center;
}

body.home #conclusion .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 300px);
}

@media (max-width: 1200px) {
  body.home #conclusion .inner {
    width: calc(100% - 25vw);
  }
}

body.home #conclusion .ttl {
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  body.home #conclusion .ttl {
    margin-bottom: 4.16vw;
  }
}

body.home #conclusion .arrow {
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  body.home #conclusion .arrow {
    width: 50px;
    margin: 0 auto;
    margin-bottom: 4.16vw;
  }
}

body.home #conclusion .cta-row {
  margin: 0 -150px;
}

@media (max-width: 1200px) {
  body.home #conclusion .cta-row {
    margin: 0 -12.5vw;
  }
}