@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400&family=Shippori+Mincho:wght@400;500;700&display=swap");
:root {
  --main: #9e6f43;
  --en: "Cormorant", serif;
  --speed: 0.3s;
}

* {
  box-sizing: border-box;
  font-family: "Shippori Mincho", serif;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-container section {
  width: 100%;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 375px) {
  .lp-container section {
    font-size: 16px;
  }
}

body {
  background-color: #fff !important;
}

.inner {
  width: calc(100% - 40px);
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.plusonehouse-header {
  background: #fff;
}

.header-wrap {
  width: 100%;
  padding: 30px 5%;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plusonehouse-logo {
  width: 350px;
  height: 64px;
  vertical-align: middle;
}

.link-btn {
  display: block;
  padding: 15px 50px;
  background: var(--main);
  border-radius: 50px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-weight: bold;
  transition: 0.2s all;
}
.link-btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.link-btn:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .header-wrap {
    padding: 15px 5%;
  }
  .plusonehouse-logo {
    width: 140px;
    height: auto;
  }
  .link-btn {
    padding: 8px 20px;
    font-size: 11px;
  }
}
.secTtl {
  width: 100%;
  padding: 10px 0 0;
  font-size: 100%;
}
@media screen and (min-width: 769px) {
  .secTtl {
    padding-top: 20px;
  }
}
.secTtl::before {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 8.5px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .secTtl::before {
    top: 3.5px;
  }
}
@media screen and (min-width: 1380px) {
  .secTtl::before {
    width: calc((100% - 1340px) / 2 + 4px);
  }
}
@media screen and (min-width: 1600px) {
  .secTtl::before {
    width: calc((100% - 1340px) / 2 - 48px);
  }
}
.secTtl__txt {
  font-size: 300%;
  font-weight: 300;
  font-family: var(--en);
  letter-spacing: 0.02em;
  display: block;
}
@media screen and (min-width: 769px) {
  .secTtl__txt {
    font-size: 80px;
  }
}
@media screen and (min-width: 992px) {
  .secTtl__txt {
    font-size: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .secTtl__txt {
    transform: translateX(-54px);
  }
}

@media screen and (min-width: 769px) {
  .secFV {
    padding-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .secFV {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .secFV {
    padding-top: 0;
  }
}
.secFV__inner {
  padding-top: 40px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .secFV__inner {
    max-width: 1240px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .secFV__inner {
    padding-top: 80px;
  }
}
.secFV__img {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.secFV__ttl {
  width: 100%;
  max-width: 498px;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .secFV__ttl {
    max-width: 400px;
  }
}
.secFV__txt1 {
  margin-bottom: 10px;
  font-size: 112.5%;
  font-weight: 400;
  letter-spacing: 0.012em;
}
@media screen and (min-width: 769px) {
  .secFV__txt1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .secFV__txt1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .secFV__txt1 {
    font-size: 24px;
  }
}
.secFV__txt2 {
  margin-bottom: -20px;
  font-size: 175%;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .secFV__txt2 {
    margin-bottom: 0;
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .secFV__txt2 {
    font-size: 40px;
  }
}

.secWhatis {
  padding: 0 0 170px;
  z-index: 2 !important;
}
.secWhatis__ttl {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .secWhatis__ttl {
    margin-bottom: 70px;
  }
}
.secWhatis__inner {
  max-width: 1250px;
}
.secWhatis__subTtl {
  margin-bottom: 0;
  color: var(--main);
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .secWhatis__subTtl {
    font-size: 52px;
  }
}
.secWhatis__txt {
  margin-bottom: 55px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .secWhatis__txt {
    font-size: 20px;
  }
}
.secWhatis__img {
  width: 100%;
}

.secProblem {
  padding: 0 0 155px;
}
.secProblem::before {
  content: "";
  width: 100%;
  max-width: 1640px;
  height: 100%;
  background: url(../image/problem_bg.jpg) center top/contain no-repeat;
  display: block;
  position: absolute;
  top: -190px;
  left: 50%;
  transform: translateX(-50%);
}
.secProblem__inner {
  max-width: 1250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 80px;
}
.secProblem__txtWrap {
  padding: 20px 0 0;
  font-size: 16px;
  line-height: 1.6;
}
.secProblem__txtWrap_ttl {
  padding: 0;
  margin-bottom: 20px;
  font-size: 125%;
  text-align: center;
}
.secProblem__txtWrap_ttl strong {
  font-size: 160%;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .secProblem__txtWrap {
    padding-top: 50px;
    font-size: 20px;
    text-align: center;
  }
  .secProblem__txtWrap_ttl {
    margin-bottom: 10px;
    font-size: 160%;
  }
  .secProblem__txtWrap_ttl strong {
    font-size: 162.5%;
  }
}
.secProblem__list {
  width: 100%;
  max-width: 400px;
  padding: 0 20px;
  margin: 0 auto;
  display: grid;
  grid-gap: 60px;
  counter-reset: problem_list 0;
}
.secProblem__list .listItem {
  padding: 52px 20px 45px;
  margin: 0;
  border: 1px solid #000;
  text-align: center;
  display: grid;
  grid-template-rows: subgrid;
  grid-gap: 20px;
  grid-row: span 2;
  position: relative;
}
.secProblem__list .listItem::before, .secProblem__list .listItem::after {
  width: 85px;
  height: 85px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.secProblem__list .listItem::before {
  content: "お悩み";
  padding-top: 10px;
  background-color: #333;
  border-radius: 50%;
  font-size: 12px;
}
.secProblem__list .listItem::after {
  counter-increment: problem_list 1;
  content: counter(problem_list, decimal-leading-zero);
  padding-bottom: 24px;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.02em;
  justify-content: flex-end;
}
.secProblem__list .listItem__img {
  width: 100%;
  max-width: 285px;
  margin: 0 auto;
}
.secProblem__list .listItem p {
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.3333;
}
@media screen and (min-width: 769px) {
  .secProblem__list {
    max-width: 100%;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 20px;
  }
  .secProblem__list .listItem {
    padding: 52px 10px 45px;
  }
}
@media screen and (min-width: 992px) {
  .secProblem__list {
    grid-gap: 0 40px;
  }
  .secProblem__list .listItem {
    padding: 52px 20px 55px;
  }
  .secProblem__list .listItem::before, .secProblem__list .listItem::after {
    width: 112px;
    height: 112px;
  }
  .secProblem__list .listItem::before {
    padding-top: 13px;
    font-size: 15px;
  }
  .secProblem__list .listItem::after {
    padding-bottom: 40px;
    font-size: 58px;
  }
  .secProblem__list .listItem p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .secProblem__list .listItem p {
    font-size: 24px;
  }
}

.secSolution {
  padding-bottom: 160px;
}
@media screen and (min-width: 769px) {
  .secSolution {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 992px) {
  .secSolution {
    padding-bottom: 240px;
  }
}
.secSolution__ttl {
  position: relative;
  z-index: 2;
}
.secSolution__inner {
  max-width: 1440px;
  padding: 50px 20px 50px;
  margin-top: -66px;
  background: linear-gradient(15deg, rgba(251, 232, 196, 0.2) 0%, rgba(247, 226, 195, 0.2) 25.1717%, rgba(230, 214, 156, 0.2) 52.288%, rgba(255, 249, 237, 0.2) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .secSolution__inner {
    padding: 50px 50px 90px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    grid-gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .secSolution__inner {
    grid-gap: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .secSolution__inner {
    grid-gap: 70px;
  }
}
.secSolution__txtWrap {
  padding: 105px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 50px;
  position: relative;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .secSolution__txtWrap {
    padding-top: 10px;
  }
}
.secSolution__txt {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 1.25;
  text-align: center;
  font-feature-settings: "palt";
  white-space: nowrap;
}
.secSolution__txt span {
  color: var(--main);
}
.secSolution__txt strong {
  font-weight: 400;
  font-family: var(--en);
}
@media screen and (min-width: 769px) {
  .secSolution__txt {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .secSolution__txt {
    font-size: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .secSolution__txt {
    font-size: 52px;
  }
}
.secSolution__btnWrap {
  width: 100%;
  max-width: 300px;
}
.secSolution__btnWrap a {
  width: 100%;
  height: 60px;
  background-color: var(--main);
  border: 1px solid var(--main);
  border-radius: 3em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--speed);
}
.secSolution__btnWrap a:hover {
  background-color: #fff;
  color: var(--main);
  text-decoration: none;
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .secSolution__btnWrap {
    max-width: 400px;
  }
}
.secSolution__fukidashi {
  width: 70px;
  margin: 0;
  display: block;
  position: absolute;
  bottom: 90px;
  right: -10px;
}
@media screen and (min-width: 576px) {
  .secSolution__fukidashi {
    bottom: 70px;
    right: -70px;
  }
}
@media screen and (min-width: 769px) {
  .secSolution__fukidashi {
    width: 90px;
    bottom: 40px;
    right: -90px;
  }
}
@media screen and (min-width: 992px) {
  .secSolution__fukidashi {
    width: 116px;
    bottom: -10px;
  }
}
@media screen and (min-width: 1440px) {
  .secSolution__fukidashi {
    right: 20px;
  }
}
.secSolution__img {
  flex-shrink: 0;
}
.secSolution__img img {
  width: 100%;
  display: block;
}
.secSolution__img--01 {
  width: 110px;
  margin: 45px auto 0 -30px;
  order: -1;
}
.secSolution__img--02 {
  width: 115px;
  margin: -190px -30px 0 auto;
  order: -1;
}
.secSolution__img--03 {
  width: 160px;
  position: absolute;
  bottom: 0;
  left: calc(50% + 20px);
  transform: translateY(77%);
}
@media screen and (min-width: 769px) {
  .secSolution__img--01 {
    width: 140px;
    margin: 125px 0 0 0;
    order: 0;
  }
  .secSolution__img--02 {
    width: 155px;
    margin: 0;
    order: 0;
  }
  .secSolution__img--03 {
    width: 230px;
    left: calc(50% + 80px);
  }
}
@media screen and (min-width: 992px) {
  .secSolution__img--01 {
    width: 140px;
    margin-top: 125px;
  }
  .secSolution__img--02 {
    width: 155px;
  }
  .secSolution__img--03 {
    width: 230px;
    left: calc(50% + 120px);
  }
}
@media screen and (min-width: 1200px) {
  .secSolution__img--01 {
    width: 240px;
  }
  .secSolution__img--02 {
    width: 245px;
  }
  .secSolution__img--03 {
    width: 360px;
    left: calc(50% + 120px);
  }
}

.secPoint {
  padding-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .secPoint {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 992px) {
  .secPoint {
    padding-bottom: 200px;
  }
}
.secPoint__txtWrap {
  padding: 20px 0 0;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.6;
}
.secPoint__txtWrap_ttl {
  padding: 0;
  margin-bottom: 20px;
  font-size: 125%;
  text-align: center;
}
.secPoint__txtWrap_ttl strong {
  color: var(--main);
  font-weight: 400;
  font-family: var(--en);
}
.secPoint__txtWrap_txt {
  margin-bottom: 0;
}
.secPoint__txtWrap_txt strong {
  background-color: #333;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  display: inline-block;
}
@media screen and (min-width: 576px) {
  .secPoint__txtWrap {
    text-align: center;
  }
  .secPoint__txtWrap_ttl {
    font-size: 25px;
  }
}
@media screen and (min-width: 769px) {
  .secPoint__txtWrap {
    padding-top: 50px;
    font-size: 20px;
  }
  .secPoint__txtWrap_ttl {
    margin-bottom: 10px;
    font-size: 160%;
  }
  .secPoint__txtWrap_txt {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .secPoint__txtWrap_ttl {
    font-size: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .secPoint__txtWrap_ttl {
    font-size: 52px;
  }
}
.secPoint__pointBlk {
  width: 100%;
}
.secPoint__pointBlk:not(:last-child) {
  margin-bottom: 60px;
}
.secPoint__pointBlk_label {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.02em;
}
.secPoint__pointBlk_label span {
  font-family: var(--en);
}
.secPoint__pointBlk_ttl {
  margin: 0;
  font-size: 125%;
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.secPoint__pointBlk_ttl strong {
  color: var(--main);
  font-weight: 400;
}
.secPoint__pointBlk_ttl .number {
  font-size: 12px;
  font-weight: 400;
  font-family: var(--en);
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.secPoint__pointBlk_ttl .number span {
  font-size: 48px;
  font-weight: 300;
}
.secPoint__pointBlk_txtWrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.secPoint__pointBlk_subTtl {
  padding: 0;
  margin: 0 0 10px;
  background-color: transparent;
  color: var(--main);
  font-size: 18px;
  font-weight: 400;
}
.secPoint__pointBlk_subTtl:has(strong) {
  color: #000;
}
.secPoint__pointBlk_subTtl:has(strong) strong {
  color: var(--main);
  font-weight: 400;
}
.secPoint__pointBlk_miniTtl {
  margin: 20px 0 20px;
  font-size: 18px;
  font-weight: 400;
}
.secPoint__pointBlk_img {
  width: 100%;
}
.secPoint__pointBlk_img--gallery {
  margin: 50px auto;
}
.secPoint__pointBlk_row {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 30px;
}
.secPoint__pointBlk_row_img {
  width: 100%;
  max-width: 400px;
}
.secPoint__pointBlk_row_txtWrap {
  width: 100%;
}
.secPoint__pointBlk_row_box {
  width: 100%;
  padding: 40px;
  margin: 40px 0 0;
  background-color: #f5f5f5;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.secPoint__pointBlk_row_box img {
  width: 100%;
}
.secPoint__pointBlk_plusone {
  width: 100%;
  max-width: 1240px;
  padding: 22px 40px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 20px;
}
.secPoint__pointBlk_plusone_txtWrap {
  width: 100%;
}
.secPoint__pointBlk_plusone_txtWrap_ttl {
  font-size: 18px;
}
.secPoint__pointBlk_plusone_img {
  width: 100%;
  max-width: 400px;
}
.secPoint__pointBlk_plusone_imgs {
  width: 100%;
  max-width: 400px;
  display: grid;
  grid-gap: 20px;
}
@media screen and (min-width: 576px) {
  .secPoint__pointBlk_ttl {
    font-size: 25px;
  }
}
@media screen and (min-width: 769px) {
  .secPoint__pointBlk_ttl {
    font-size: 32px;
  }
  .secPoint__pointBlk_txtWrap--02 {
    padding-top: 85px;
    padding-right: 43%;
  }
  .secPoint__pointBlk_txtWrap--03 {
    padding-top: 85px;
    padding-right: 43%;
  }
  .secPoint__pointBlk_txtWrap--04 {
    padding-top: 85px;
    padding-right: 43%;
  }
  .secPoint__pointBlk_subTtl {
    font-size: 20px;
  }
  .secPoint__pointBlk_miniTtl {
    font-size: 20px;
  }
  .secPoint__pointBlk_img--01main {
    margin: -90px 0 0 20px;
  }
  .secPoint__pointBlk_img--gallery {
    max-width: 1110px;
    margin: 60px auto 60px;
  }
  .secPoint__pointBlk_img--02main {
    width: 56%;
    margin: -290px -30px 0 auto;
  }
  .secPoint__pointBlk_img--03main {
    width: 55%;
    margin: -380px -50px 130px auto;
  }
  .secPoint__pointBlk_img--04main {
    width: 82%;
    margin: -270px -70px 0 auto;
  }
  .secPoint__pointBlk_row {
    flex-direction: row;
    grid-gap: 20px;
  }
  .secPoint__pointBlk_row_img {
    width: 42%;
    max-width: 100%;
    flex-shrink: 0;
  }
  .secPoint__pointBlk_row_txtWrap {
    font-size: 16px;
  }
  .secPoint__pointBlk_row_txtWrap .secPoint__txtWrap_txt {
    font-size: 100%;
  }
  .secPoint__pointBlk_row_box {
    font-size: 16px;
  }
  .secPoint__pointBlk_plusone {
    flex-direction: row;
  }
  .secPoint__pointBlk_plusone_img {
    width: 40%;
    max-width: 100%;
    flex-shrink: 0;
  }
  .secPoint__pointBlk_plusone_imgs {
    width: 60%;
    max-width: 100%;
    align-self: center;
    flex-shrink: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .secPoint__pointBlk_plusone_txtWrap {
    font-size: 16px;
  }
  .secPoint__pointBlk_plusone_txtWrap .secPoint__txtWrap_txt {
    font-size: 100%;
  }
}
@media screen and (min-width: 992px) {
  .secPoint__pointBlk:not(:last-child) {
    margin-bottom: 60px;
  }
  .secPoint__pointBlk_ttl {
    font-size: 40px;
  }
  .secPoint__pointBlk_subTtl {
    font-size: 28px;
  }
  .secPoint__pointBlk_miniTtl {
    font-size: 24px;
  }
  .secPoint__pointBlk_img--01main {
    margin: -140px 0 0 20px;
  }
  .secPoint__pointBlk_img--gallery {
    margin: 115px auto 120px;
  }
  .secPoint__pointBlk_img--02main {
    width: 60%;
    margin: -380px -30px 0 auto;
  }
  .secPoint__pointBlk_img--03main {
    width: 64%;
    margin: -470px -90px 0 auto;
  }
  .secPoint__pointBlk_img--04main {
    width: 82%;
    margin: -330px -150px 0 auto;
  }
  .secPoint__pointBlk_row {
    grid-gap: 40px;
  }
  .secPoint__pointBlk_row_img {
    width: 47%;
  }
  .secPoint__pointBlk_row_txtWrap {
    font-size: 20px;
  }
  .secPoint__pointBlk_plusone_img {
    width: 43%;
  }
  .secPoint__pointBlk_plusone_txtWrap {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .secPoint__pointBlk:not(:last-child) {
    margin-bottom: 120px;
  }
  .secPoint__pointBlk_txtWrap--02 {
    padding-right: 47%;
  }
  .secPoint__pointBlk_img--01main {
    margin: -250px 0 0 20px;
  }
  .secPoint__pointBlk_img--02main {
    width: 70%;
    margin: -320px -90px 0 auto;
  }
  .secPoint__pointBlk_img--03main {
    width: 70%;
    margin: -520px -50px 0 auto;
  }
  .secPoint__pointBlk_img--04main {
    width: 94%;
    margin: -420px -170px 0 auto;
  }
  .secPoint__pointBlk_row {
    grid-gap: 80px;
  }
  .secPoint__pointBlk_plusone_img {
    width: 47%;
  }
  .secPoint__pointBlk_plusone_imgs {
    width: 67%;
    grid-gap: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .secPoint__pointBlk:not(:last-child) {
    margin-bottom: 180px;
  }
  .secPoint__pointBlk_ttl {
    font-size: 52px;
  }
  .secPoint__pointBlk_subTtl {
    font-size: 32px;
  }
  .secPoint__pointBlk_miniTtl {
    font-size: 26px;
  }
  .secPoint__pointBlk_img--01main {
    margin: -320px 0 0 50px;
  }
  .secPoint__pointBlk_img--02main {
    width: 72%;
    margin: -420px -30px 0 auto;
  }
  .secPoint__pointBlk_img--03main {
    margin: -560px -10px 0 auto;
  }
  .secPoint__pointBlk_img--04main {
    margin: -450px -110px 0 auto;
  }
  .secPoint__pointBlk_plusone_img {
    width: 50%;
  }
  .secPoint__pointBlk_plusone_imgs {
    width: 67%;
  }
}

.ctaArea {
  padding: 60px 0;
  margin-bottom: 100px;
  background: linear-gradient(15deg, rgba(251, 232, 196, 0.5) 0%, rgba(217, 193, 141, 0.5) 47.2601%, rgba(255, 249, 237, 0.5) 100%);
}
@media screen and (min-width: 769px) {
  .ctaArea {
    padding: 70px 0;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 992px) {
  .ctaArea {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .ctaArea {
    margin-bottom: 240px;
  }
}
.ctaArea__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 30px;
}
@media screen and (min-width: 992px) {
  .ctaArea__inner {
    grid-gap: 50px;
  }
}
.ctaArea__txt {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.25;
  text-align: center;
  font-feature-settings: "palt";
  white-space: nowrap;
}
@media screen and (min-width: 576px) {
  .ctaArea__txt {
    font-size: 26px;
  }
}
@media screen and (min-width: 769px) {
  .ctaArea__txt {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .ctaArea__txt {
    font-size: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .ctaArea__txt {
    font-size: 52px;
  }
}
.ctaArea__btnWrap {
  width: 100%;
  max-width: 300px;
  margin-bottom: 0;
}
.ctaArea__btnWrap a {
  width: 100%;
  height: 60px;
  background-color: var(--main);
  border: 1px solid var(--main);
  border-radius: 3em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--speed);
}
.ctaArea__btnWrap a:hover {
  background-color: #fff;
  color: var(--main);
  text-decoration: none;
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .ctaArea__btnWrap {
    max-width: 400px;
  }
}

.secFaq {
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .secFaq {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 992px) {
  .secFaq {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .secFaq {
    margin-bottom: 240px;
  }
}
.secFaq__ttl {
  margin-bottom: 100px;
}
.secFaq__inner {
  max-width: 1110px;
}
.secFaq__subTtl {
  margin: 0 0 30px;
  font-size: 26px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .secFaq__subTtl {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .secFaq__subTtl {
    font-size: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .secFaq__subTtl {
    font-size: 52px;
  }
}
.secFaq__faqWrap {
  border-top: 1px solid #000;
}
.secFaq__faqBlk {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #000;
  transition: background-color var(--speed) ease;
}
.secFaq__faqBlk:has(.secFaq__faqBlk_item--q.collapsed:hover) {
  background-color: rgba(251, 232, 196, 0.2);
}
.secFaq__faqBlk_item {
  width: 100%;
  max-width: 1030px;
  padding-left: 32px;
  margin: 0 auto;
  position: relative;
}
.secFaq__faqBlk_item::before {
  position: absolute;
  top: 2px;
  left: 0;
}
.secFaq__faqBlk_item--q {
  padding-right: 50px;
  font-size: 18px;
  cursor: pointer;
}
.secFaq__faqBlk_item--q::before {
  content: "Q | ";
}
.secFaq__faqBlk_item--q::after {
  content: "";
  width: 18px;
  height: 18px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  display: block;
  position: absolute;
  top: 12.5px;
  right: 4px;
  transform: rotate(225deg);
  transition: var(--speed);
}
.secFaq__faqBlk_item--q.collapsed::after {
  top: 0;
  transform: rotate(45deg);
}
.secFaq__faqBlk_item--a {
  margin-top: 20px;
}
.secFaq__faqBlk_item--a::before {
  content: "A | ";
  font-size: 18px;
}
.secFaq__faqBlk_item_ttl {
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.secFaq__faqBlk_item p {
  margin-bottom: 0;
  line-height: 1.5;
}
.secFaq__faqBlk_item p + p {
  margin-top: 1.5em;
}
@media screen and (min-width: 769px) {
  .secFaq__faqBlk {
    padding: 30px 10px;
  }
  .secFaq__faqBlk_item {
    padding-left: 43px;
  }
  .secFaq__faqBlk_item--q {
    font-size: 20px;
  }
  .secFaq__faqBlk_item--a {
    padding-top: 5px;
  }
  .secFaq__faqBlk_item--a::before {
    font-size: 20px;
  }
  .secFaq__faqBlk_item_ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .secFaq__faqBlk_item--q {
    font-size: 24px;
  }
  .secFaq__faqBlk_item--q::after {
    width: 25px;
    height: 25px;
    top: 12.5px;
  }
  .secFaq__faqBlk_item--a {
    padding-top: 10px;
    padding-left: 53px;
  }
  .secFaq__faqBlk_item--a::before {
    font-size: 24px;
  }
  .secFaq__faqBlk_item_ttl {
    font-size: 24px;
  }
}

.secPassion {
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .secPassion {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 992px) {
  .secPassion {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .secPassion {
    margin-bottom: 240px;
  }
}
.secPassion__inner {
  max-width: 1240px;
}
.secPassion__txtWrap {
  padding: 20px 0 0;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.6;
}
.secPassion__txtWrap_ttl {
  padding: 0;
  margin-bottom: 20px;
  font-size: 125%;
  text-align: center;
}
.secPassion__txtWrap_ttl span {
  font-family: var(--en);
}
.secPassion__txtWrap_ttl strong {
  color: var(--main);
  font-weight: 400;
}
@media screen and (min-width: 576px) {
  .secPassion__txtWrap_ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 769px) {
  .secPassion__txtWrap {
    padding-top: 50px;
    font-size: 20px;
    text-align: center;
  }
  .secPassion__txtWrap_ttl {
    margin-bottom: 10px;
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .secPassion__txtWrap_ttl {
    font-size: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .secPassion__txtWrap_ttl {
    font-size: 52px;
  }
}
.secPassion__list {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: grid;
  grid-gap: 20px;
}
@media screen and (min-width: 769px) {
  .secPassion__list {
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .secPassion__list {
    grid-gap: 40px;
  }
}
.secPassion__list .listItem {
  padding: 30px 20px;
  border: 1px solid var(--main);
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 20px;
}
.secPassion__list .listItem__ttl {
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-size: 24px;
  line-height: 1.4;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.secPassion__list .listItem__ttl .jp {
  color: var(--main);
}
.secPassion__list .listItem__ttl .en {
  font-family: var(--en);
  font-weight: 300;
}
.secPassion__list .listItem__txt {
  width: 100%;
  max-width: 300px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .secPassion__list .listItem__ttl {
    font-size: 20px;
  }
  .secPassion__list .listItem__txt {
    font-size: 14px;
  }
}

footer.footer {
  background: #fff;
  border-top-color: #000;
}

.contact-form {
  padding-top: 100px;
  background-color: #f5f5f5;
}

@media only screen and (min-width: 600px) {
  .contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=text], .contact-form input[type=url] {
    margin-bottom: 0;
    width: 100%;
  }
}
.contact-form input[type=checkbox], .contact-form input[type=radio] {
  float: none;
  margin-bottom: auto;
  vertical-align: inherit;
}

.contact-form label span {
  font-size: 85%;
  margin-left: auto;
  font-weight: 400;
}

.faq_wrap {
  display: none !important;
}