@charset "utf-8";
/* mv --------------------------------------------*/
.index-mv,
.index-mvWrap {
  height: 100vh;
  min-height: 600px;
}
.index-mv {
  background: url("../img/mvbg.png") no-repeat center;
  background-size: cover;
  width: 100%;
  min-width: 1024px;
}
.index-mvWrap {
  display: flex;
  flex-wrap: wrap;
}
.index-mvBox {
  width: 1600px;
  max-width: 100%;
  min-width: 1024px;
  margin: 0 auto;
}
.index-mvLogo {
  width: 33%;
  background: rgba(64, 49, 27, 0.85);
  color: #fff;
  text-align: center;
  height: 100%;
  padding: 50px 35px;
  box-sizing: border-box;
}
.index-mvLogo img {
  width: 325px;
  max-width: 100%;
  margin: 0 auto 25px;
}
.index-mvLogo h1 {
  font-size: 1.6rem;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", "Sawarabi Mincho", "ＭＳ 明朝", serif;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.index-mvLogo h1 span {
  font-size: 1.2rem;
}
.index-mvText {
  width: 67%;
  text-align: center;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", "Sawarabi Mincho", "ＭＳ 明朝", serif;
  font-size: 1.65rem;
  letter-spacing: 0.15em;
  position: relative;
}
.index-mvText .index-mvTextInBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 100;
  padding: 50px 35px;
  box-sizing: border-box;
}
.index-mvText p {
  line-height: 1.9;
  margin-bottom: 65px;
}
.index-mvText a {
  display: inline-block;
  font-size: 0.75em;
  width: 400px;
  max-width: 95%;
  height: 60px;
  line-height: 60px;
  background: #483924;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
}
.index-mvText a::after {
  content: "";
  position: absolute;
  top: 51%;
  right: 12px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left: 10px solid #fff;
}
/* concept --------------------------------------------*/
.index-con {
  position: relative;
}
/* .index-con::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 3em solid #fff;
  border-right: 2.5em solid transparent;
  border-left: 2.5em solid transparent;
} */
.index-conBox {
  width: 85%;
  margin: 0 auto;
}
.index-conBox .h2-styleA {
  text-align: center;
}
.index-conCnt .h3-styleA {
  position: relative;
}
.index-conCnt .h3-styleA::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #483924;
}
.index-conCnt .h3-styleA span {
  background: #fff;
  padding-right: 1em;
}
.index-conDesc {
  width: 95%;
  margin: 0 0 32px auto;
}
.index-conCnt li:last-child .index-conDesc {
  margin: 0 0 0 auto;
}
/* concept --------------------------------------------*/
.index-frm {
  background: url("../img/sctBg01.png") no-repeat center;
  background-size: cover;
}
.index-frmBox {
  width: 85%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.57);
  padding: 45px 65px;
  box-sizing: border-box;
}
.index-frmLead {
  margin-bottom: 32px;
}
.index-frmDl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index-frmDl dt {
  width: 35%;
}
.index-frmDl dd {
  width: 65%;
}
.index-frmDtText {
  margin-top: -60px;
}
/* why --------------------------------------------*/
.index-whyBox {
  width: 100%;
  margin: 0 auto;
}
.index-whyBox .h2-styleA {
  text-align: center;
}
.index-whyWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.index-whyWrap li {
  width: 30%;
  box-sizing: border-box;
}
.index-whyWrap li img {
  width: 125px;
  max-width: 100%;
  margin: 0 auto 32px;
}
/* functions --------------------------------------------*/
.index-fun {
  background: #f8f4eb;
}
.index-funBox .h2-styleA {
  text-align: center;
  margin-bottom: 55px;
}
.index-funCnt {
  background: #fff;
  padding: 55px 55px;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
}
.index-funRow {
  margin-bottom: 50px;
}
.index-funRow:last-child {
  margin-bottom: 0;
}
.index-funWrap dt {
  position: relative;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", "Sawarabi Mincho", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.index-funWrap dt h3 {
  display: inline-block;
  background: #fff;
  padding-right: 1em;
  padding-left: 4.8rem;
  box-sizing: border-box;
  color: #483924;
  position: relative;
  z-index: 1;
}
.index-funWrap dt::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 0;
  width: calc(100% - 4.8rem);
  height: 1px;
  background: #483924;
  z-index: 0;
}
.index-funWrap dt .index-funNo {
  position: absolute;
  font-size: 5rem;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", "Sawarabi Mincho", "ＭＳ 明朝", serif;
  z-index: 2;
  line-height: 1;
  top: -0.5rem;
  color: #94836c;
}
.index-funWrap dd {
  width: calc(96% - 4.8rem);
  margin-left: auto;
}
.index-funWrap dd p {
  margin: 4px 0;
}
/* about --------------------------------------------*/
.index-abt {
  background: url("../img/sctBg01.png") no-repeat center;
  background-size: cover;
}
.index-abtBox {
  width: 85%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.57);
  padding: 45px 65px;
  box-sizing: border-box;
}
.index-abtBox .h2-styleA {
  text-align: center;
}
.index-abtWrap {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.index-abtWrap dt,
.index-abtWrap dd {
  box-sizing: border-box;
  padding: 14px 25px 12px;
  border-bottom: dotted 1px #483924;
}
.index-abtWrap dt {
  width: 22%;
  text-align: center;
}
.index-abtWrap dd {
  width: 78%;
}
.index-abtWrap dd a {
  color: #707070;
}
/* profile --------------------------------------------*/
.index-prf {
  width: 100%;
  margin: 0 auto;
}
.index-prfBox .h2-styleA {
  text-align: center;
}
.index-prfWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-prfImg {
  width: 21%;
}
.index-prfDetail {
  width: 76%;
}
.index-prfDescBox {
  margin: 32px 0 0;
}
.index-prfDescBox li {
  margin: 0 0 32px 0;
}
.index-prfDescBox li:last-child {
  margin: 0;
}
.index-prfDescBox .h3-styleA {
  position: relative;
}
.index-prfDescBox .h3-styleA::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #483924;
}
.index-prfDescBox .h3-styleA span {
  background: #fff;
  padding-right: 1em;
}
.index-prfDesc {
  width: 95%;
  margin: 0 0 0 auto;
  list-style: square;
}
.index-prfMedia {
  margin-bottom: 0;
}
.index-prfDesc li {
  margin: 8px 0;
}
.index-prfPublisher {
  font-size: 0.8em;
  margin-left: 0.5em;
}
/* cta --------------------------------------------*/
.index-cta {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 150px;
}
.index-ctaLead {
  font-size: 1.3rem;
  margin-bottom: 75px;
}
.index-ctaBtn {
  display: inline-block;
  font-size: 1.2rem;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", "Sawarabi Mincho", "ＭＳ 明朝", serif;
  width: 400px;
  max-width: 95%;
  height: 60px;
  line-height: 60px;
  background: #483924;
  color: #fff !important;
  letter-spacing: 0.1em;
  position: relative;
}
.index-ctaBtn::after {
  content: "";
  position: absolute;
  top: 51%;
  right: 12px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left: 10px solid #fff;
}
@media screen and (max-width: 768px) {
  /* mv --------------------------------------------*/
  .index-mv,
  .index-mvWrap {
    height: 100vh;
    min-height: 600px;
  }
  .index-mv {
    width: 100%;
    min-width: 100%;
  }
  .index-mvBox {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .index-mvLogo {
    width: 100%;
    padding: 0px;
    background: transparent;
  }
  .index-mvLogoImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(64, 49, 27, 0.85);
    padding: 4px 0;
    box-sizing: border-box;
  }
  .index-mvLogo img {
    width: 100px;
    max-width: 100%;
    margin: 0 auto;
  }
  .index-mvLogoMain {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(64, 49, 27, 0.85);
    padding: 16px 8px 10px;
    box-sizing: border-box;
  }
  .index-mvLogo h1 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .index-mvLogo h1 span {
    font-size: 0.95rem;
  }
  .index-mvText {
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
    letter-spacing: 0.15em;
    position: absolute;
    top: 50%;
  }
  .index-mvText .index-mvTextInBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 100;
    padding: 0 7.5%;
  }
  .index-mvText p {
    line-height: 1.8;
    margin-bottom: 35px;
  }
  .index-mvText a {
    display: block;
    font-size: 0.8em;
    width: 325px;
    max-width: 95%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin: 0 auto;
  }
  /* concept --------------------------------------------*/
  /* .index-con::after {
    border-top: 1.8em solid #fff;
    border-right: 1.4em solid transparent;
    border-left: 1.4em solid transparent;
  } */
  .index-conBox {
    width: 100%;
  }
  .index-conCnt .h3-styleA::after {
    height: 0;
  }
  .index-conCnt .h3-styleA span {
    padding-right: 0;
  }
  .index-conDesc {
    width: 100%;
    margin: 0 auto 25px;
  }
  .index-conCnt li:last-child .index-conDesc {
    margin: 0 auto;
  }
  .index-conCnt li:last-child {
    padding-top: 25px;
    border-top: dotted 1px #918a81;
  }
  /* concept --------------------------------------------*/
  .index-frmBox {
    width: 100%;
    margin: 22px auto 0;
    padding: 22px 32px;
  }
  .index-frmLead {
    margin-bottom: 28px;
  }
  .index-frmDl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .index-frmDl dt {
    width: 100%;
    margin-bottom: 8px;
  }
  .index-frmDl dd {
    width: 100%;
    margin-bottom: 20px;
  }
  .index-frmDtText {
    margin-top: 0;
  }
  /* why --------------------------------------------*/
  .index-whyBox {
    width: 100%;
  }
  .index-whyWrap {
    justify-content: space-between;
  }
  .index-whyWrap li {
    width: 100%;
    margin-bottom: 32px;
  }
  .index-whyWrap li:last-child {
    margin-bottom: 0;
  }
  .index-whyWrap li img {
    width: 135px;
    max-width: 60%;
    margin: 0 auto 20px;
  }
  /* functions --------------------------------------------*/
  .index-funBox .h2-styleA {
    margin-bottom: 32px;
  }
  .index-funCnt {
    padding: 32px;
  }
  .index-funRow {
    margin-bottom: 18px;
    border-bottom: dotted 1px #918a81;
    padding-bottom: 18px;
    box-sizing: border-box;
  }
  .index-funRow:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .index-funWrap dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .index-funWrap dt h3 {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
  .index-funWrap dt::after {
    height: 0;
  }
  .index-funWrap dt .index-funNo {
    position: static;
    font-size: 2.8rem;
    display: block;
    z-index: 2;
    line-height: 1;
    top: 0;
    margin-bottom: 3px;
    font-style: italic;
    text-shadow: 2px 1.5px 0 #94836c4a;
  }
  .index-funWrap dd {
    width: 100%;
  }
  .index-funWrap dd p {
    margin: 4px 0;
  }
  /* about --------------------------------------------*/
  .index-abtBox {
    width: 100%;
    margin: 0 auto;
    padding: 22px 32px;
  }
  .index-abtBox .h2-styleA {
    margin-bottom: 5px;
  }
  .index-abtWrap {
    width: 100%;
    margin: 0 auto;
  }
  .index-abtWrap dt,
  .index-abtWrap dd {
    padding: 8px 5px;
    line-height: 1.25;
  }
  .index-abtWrap dt {
    width: 25%;
    text-align: left;
  }
  .index-abtWrap dd {
    width: 75%;
  }
  /* profile --------------------------------------------*/

  /* profile --------------------------------------------*/
  .index-prfImg {
    width: 100%;
    margin-bottom: 15px;
  }
  .index-prfImg img {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 15px;
  }
  .index-prfDetail {
    width: 100%;
  }
  .index-prfDescBox {
    margin: 25px 0 0;
  }
  .index-prfDescBox li {
    margin: 0 0 25px 0;
  }
  .index-prfDescBox li:last-child {
    margin: 0;
  }
  .index-prfDesc {
    width: 89%;
  }
  .index-prfDesc li {
    margin: 8px 0;
  }
  .index-prfPublisher {
    font-size: 0.7em;
    margin-left: 0.5em;
  }
  /* cta --------------------------------------------*/
  .index-cta {
    text-align: center;
    padding-top: 42px;
    padding-bottom: 125px;
  }
  .index-ctaLead {
    font-size: 1.2rem;
    margin-bottom: 43px;
    line-height: 1.8;
  }
  .index-ctaBtn {
    display: block;
    font-size: 1em;
    width: 325px;
    max-width: 95%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 468px) {
  /* cta --------------------------------------------*/
  .index-cta {
    padding-top: 25px;
    padding-bottom: 125px;
  }
  .index-ctaLead {
    font-size: 1rem;
    margin-bottom: 32px;
  }
}

/* means --------------------------------------------*/
.index-means {
  background: #f8f4eb;
}
.index-meansBox .h2-styleA {
  text-align: center;
}
.index-meansCnt {
  background: #fff;
  padding: 55px 55px;
  box-sizing: border-box;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.11);
}
.index-meansCnt p {
  margin-bottom: 0.5rem;
}
.index-meansCnt p .index-meansCntCol {
  font-weight: bold;
  color: #f6891b;
}
.index-meansCnt img {
  margin: 1.5rem auto 2.5rem;
}

.index-meansCntLbl .h3-styleA {
  position: relative;
  font-size: 1.5rem;
}
.index-meansCntLbl .h3-styleA::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #483924;
}
.index-meansCntLbl .h3-styleA span {
  background: #fff;
  position: relative;
  z-index: 2;
  padding-right: 1rem;
}
.index-meansCntYou {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.index-meansCntYou iframe {
  width: 100%;
  height: 100%;
}
.index-meansCnt img.pc-display {
  display: block;
}
.index-meansCnt img.sp-display {
  display: none;
}
@media screen and (max-width: 768px) {
  .index-meansCnt {
    padding: 32px;
  }
  .index-meansCnt p {
    margin-bottom: 0.25rem;
  }
  .index-meansCnt img {
    margin: 1rem auto 2rem;
  }
  .index-meansCntLbl {
    padding: 1rem 0 0;
    border-top: dotted 1px #e3d8d3;
  }
  .index-meansCntLbl .h3-styleA {
    position: static;
    font-size: 1.3rem;
  }
  .index-meansCntLbl .h3-styleA span {
    padding-right: 0;
  }
  .index-meansCntLbl .h3-styleA::after {
    width: 0;
    height: 0;
    background: transparent;
  }
  .index-meansCnt img.pc-display {
    display: none;
  }
  .index-meansCnt img.sp-display {
    display: block;
  }
}
@media screen and (max-width: 468px) {
}
/* price --------------------------------------------*/
.index-priceBox {
  width: 85%;
  margin: 0 auto;
}
.index-priceBoxLbl {
  margin: 1.5rem auto 0;
}
.index-priceBoxLbl p {
  margin-bottom: 0.25rem;
}
.index-priceBoxLbl .h3-styleA {
  position: relative;
  font-size: 1.5rem;
}
.index-priceBoxLbl .h3-styleA::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #483924;
}
.index-priceBoxLbl .h3-styleA span {
  background: #fff;
  position: relative;
  z-index: 2;
  padding-right: 1rem;
}
.index-priceBoxYou {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.index-priceBoxYou iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .index-priceBox {
    width: 100%;
  }
  .index-priceBoxLbl {
    padding: 1rem 0 0;
    border-top: dotted 1px #e3d8d3;
  }
  .index-priceBoxLbl .h3-styleA {
    position: static;
    font-size: 1.3rem;
  }
  .index-priceBoxLbl .h3-styleA span {
    padding-right: 0;
  }
  .index-priceBoxLbl .h3-styleA::after {
    width: 0;
    height: 0;
    background: transparent;
  }
}
@media screen and (max-width: 468px) {
}
/* request --------------------------------------------*/
.index-req {
  background: url("../img/sctBg01.png") no-repeat center;
  background-size: cover;
}
.index-reqBox {
  width: 85%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.85);
  padding: 45px 65px;
  box-sizing: border-box;
  text-align: center;
}
.index-reqBox .h2-styleA {
  margin-bottom: 1.2rem;
}
.index-reqBox .h2-styleA br {
  display: none;
}
.index-reqLead {
  margin-bottom: 1.5rem;
}
.index-reqBtn {
  display: inline-block;
  font-size: 1rem;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", "Sawarabi Mincho", "ＭＳ 明朝", serif;
  width: 270px;
  max-width: 95%;
  height: 44px;
  line-height: 44px;
  background: #483924;
  color: #fff !important;
  position: relative;
  padding: 0 0 0 0.5rem;
  box-sizing: border-box;
}
.index-reqBtn::after {
  content: "";
  position: absolute;
  top: 51%;
  right: 0.5rem;
  transform: translateY(-50%);
  border: 3px solid transparent;
  border-left: 6px solid #fff;
}
@media screen and (max-width: 768px) {
  .index-reqBox {
    width: 100%;
    padding: 22px 32px;
  }
  .index-reqBox .h2-styleA {
    line-height: 1.3;
  }
  .index-reqBox .h2-styleA br {
    display: block;
  }
  .index-reqLead {
    margin-bottom: 1rem;
  }
  .index-reqBtn {
    font-size: 0.9rem;
    width: 250px;
    max-width: 95%;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 0.5rem;
  }
  .index-reqBtn::after {
    right: 0.5rem;
    border: 3px solid transparent;
    border-left: 5px solid #fff;
  }
}
@media screen and (max-width: 468px) {
}
