#l-mv {
  padding: 0;
  position: relative;
}
#l-mv .bg {
  display: inline-block;
  height: 100vh;
  width: 50vw;
  background-color: #94204D;
  margin: auto;
}
@media (max-width: 810px) {
  #l-mv .bg {
    height: 82vh;
  }
}
#l-mv .bg.-visible:before {
  transform: translate(0, 0);
}
#l-mv .bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #10253F;
  background-image: url(../img/pattern.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  transform: translate(-200%, 0);
  transition: transform cubic-bezier(0.315, 0.61, 0.355, 1) 1.2s;
}
#l-mv .bg .l-mv-tx {
  position: absolute;
  top: 30%;
  left: 10vw;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  font-weight: 500;
  letter-spacing: 0em;
  z-index: 100;
}
@media (max-width: 520px) {
  #l-mv .bg .l-mv-tx {
    padding: 0 20px;
    left: 0;
  }
}
#l-mv .bg .l-mv-tx h1 {
  color: #FFF;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1.4;
  opacity: 0;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
  transform: translate(0, 40px);
  transition-delay: 0.8s;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 810px) {
  #l-mv .bg .l-mv-tx h1 {
    font-size: 6vw;
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 520px) {
  #l-mv .bg .l-mv-tx h1 {
    font-size: 9vw;
    line-height: 1.1;
    margin-bottom: 20px;
  }
}
@media (max-width: 810px) {
  #l-mv .bg .l-mv-tx h1 .tx-s {
    font-size: 6vw;
  }
}
@media (max-width: 520px) {
  #l-mv .bg .l-mv-tx h1 .tx-s {
    font-size: 7vw;
  }
}
#l-mv .bg .l-mv-tx h1 .tx-sc-line {
  font-size: 0.5em;
}
#l-mv .bg .l-mv-tx h1 .tx-sc-line .in-mk {
  font-size: 1.2em;
  color: #E8C85B;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
#l-mv .bg .l-mv-tx h1 .tx-tr-line {
  font-size: 1.42em;
}
@media (max-width: 520px) {
  #l-mv .bg .l-mv-tx h1 .tx-tr-line {
    font-size: 1em;
  }
}
@media all and (-ms-high-contrast: none) {
  #l-mv .bg .l-mv-tx h1 {
    opacity: 1;
  }
}
#l-mv .bg .l-mv-tx .i-item {
  opacity: 0;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
  transform: translate(0, 40px);
  transition-delay: 0.8s;
  padding-left: 5.5vw;
}
@media (max-width: 1290px) {
  #l-mv .bg .l-mv-tx .i-item {
    padding-left: 0;
  }
}
@media (max-width: 810px) {
  #l-mv .bg .l-mv-tx .i-item {
    max-width: 33%;
  }
}
@media (max-width: 520px) {
  #l-mv .bg .l-mv-tx .i-item {
    max-width: 45%;
  }
}
#l-mv .bg.-visible .l-mv-tx h1,
#l-mv .bg.-visible .tx-lead,
#l-mv .bg.-visible .i-item {
  opacity: 1;
  transform: translate(0, 0);
}
@media all and (-ms-high-contrast: none) {
  #l-mv .bg {
    background-color: #10253F;
  }
}
#l-mv .content {
  width: 1380px;
}
#l-mv .l-cv {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 33vh;
}
@media (max-width: 810px) {
  #l-mv .l-cv {
    height: 15vh;
  }
}
@media (max-width: 520px) {
  #l-mv .l-cv {
    height: 13vh;
  }
}

.tx-en {
  font-family: "Noto Serif JP";
  font-weight: 700;
  letter-spacing: 0.05em;
}

.i-ttl {
  position: relative;
}

.btn-line {
  margin: 2vw auto 0;
  position: relative;
  z-index: 100;
}
.btn-line .btn-contact,
.btn-line .btn-dl {
  height: 80px;
  width: 480px;
  max-width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4em;
  font-weight: 700;
  margin: auto;
  background: linear-gradient(0deg, #760933, #94204D);
  position: relative;
}
@media (max-width: 520px) {
  .btn-line .btn-contact,
  .btn-line .btn-dl {
    height: 56px;
  }
}
.btn-line .btn-contact ._trf,
.btn-line .btn-dl ._trf {
  display: block;
  transform: translateY(-0.1em);
}
.btn-line .btn-contact ._min,
.btn-line .btn-dl ._min {
  display: block;
  font-size: 0.5em;
  font-weight: normal;
  text-align: center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0.5em;
}

@media (max-width: 1290px) {
  .l-cv .btn-line .btn-contact {
    margin: 0 3vw 0 auto;
  }
}
@media (max-width: 810px) {
  .l-cv .btn-line .btn-contact {
    margin: 0 auto;
  }
}

#l-mv {
  display: flex;
  justify-content: space-between;
  background-color: #A99242;
}

.l-mv {
  position: relative;
  height: 100vh;
  width: 50%;
  padding: 0;
  background-image: url(../img/mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 810px) {
  .l-mv {
    height: 82vh;
  }
}
.l-mv .l-mv-tx {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  font-weight: 500;
  letter-spacing: 0.08em;
  z-index: 100;
}
@media (max-width: 520px) {
  .l-mv .l-mv-tx {
    top: 62%;
  }
}
.l-mv .l-mv-tx h1 {
  font-size: 52px;
  margin-bottom: 1em;
  opacity: 0;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
  transform: translate(0, 40px);
  transition-delay: 0.8s;
}
@media (max-width: 810px) {
  .l-mv .l-mv-tx h1 {
    font-size: 7vw;
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 520px) {
  .l-mv .l-mv-tx h1 {
    font-size: 9vw;
    line-height: 1.1;
    margin-bottom: 20px;
  }
}
@media (max-width: 810px) {
  .l-mv .l-mv-tx h1 .tx-s {
    font-size: 6vw;
  }
}
@media (max-width: 520px) {
  .l-mv .l-mv-tx h1 .tx-s {
    font-size: 7vw;
  }
}
@media all and (-ms-high-contrast: none) {
  .l-mv .l-mv-tx h1 {
    opacity: 1;
  }
}
.l-mv .l-mv-tx .tx-lead {
  font-size: 20px;
  display: block;
  color: #db1966;
  line-height: 2.18;
  opacity: 0;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s, opacity linear 0.7s;
  transform: translate(-80px, 0);
  transition-delay: 1.6s;
}
@media (max-width: 810px) {
  .l-mv .l-mv-tx .tx-lead {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .l-mv .l-mv-tx .tx-lead {
    font-size: 0;
    letter-spacing: 0;
    width: 95%;
  }
}
.l-mv .l-mv-tx .tx-lead .mk-line {
  display: inline-block;
  line-height: 1;
  padding: 0.35em 0.1em 0.35em 0.4em;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 520px) {
  .l-mv .l-mv-tx .tx-lead .mk-line {
    display: inline;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    padding: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .l-mv .l-mv-tx .tx-lead {
    opacity: 1;
  }
}
.l-mv .i-item {
  position: absolute;
  top: 80%;
  left: 40px;
  width: 315px;
  z-index: 100;
  opacity: 0;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s, opacity linear 0.7s;
  transform: translate(0, -40px);
  transition-delay: 2.4s;
}
@media (max-width: 960px) {
  .l-mv .i-item {
    top: 90%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 810px) {
  .l-mv .i-item {
    top: 80%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 520px) {
  .l-mv .i-item {
    width: 208px;
    top: 90%;
  }
}
@media all and (-ms-high-contrast: none) {
  .l-mv .i-item {
    opacity: 1;
  }
}
.l-mv .i-mv {
  position: relative;
  overflow: hidden;
  width: 80%;
  margin: 0 0 0 auto;
  z-index: 10;
}
@media (max-width: 810px) {
  .l-mv .i-mv {
    width: 64%;
  }
}
@media (max-width: 520px) {
  .l-mv .i-mv {
    width: 75%;
  }
}
.l-mv .i-mv img {
  position: relative;
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 810px) {
  .l-mv .i-mv .mv-pc {
    display: none;
  }
}
.l-mv .i-mv .mv-sp {
  display: none;
}
@media (max-width: 810px) {
  .l-mv .i-mv .mv-sp {
    display: inline-block;
  }
}
.l-mv .i-mv::after {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 6px;
  background-image: url(../img/dot.png);
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
}
.l-mv.-visible h1,
.l-mv.-visible .tx-lead,
.l-mv.-visible .i-item {
  opacity: 1;
  transform: translate(0, 0);
}

#l-catch {
  background-color: #EDE8D8;
  background-color: rgba(169, 146, 66, 0.2);
}
@media (max-width: 680px) {
  #l-catch .l-row_3c {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  #l-catch .l-row_3c .l-col {
    width: 33.333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0;
  }
}

.l-catch {
  text-align: center;
  position: relative;
}

.i-image {
  text-align: center;
  position: relative;
}
.i-image::before {
  content: "";
  width: 90%;
  height: 0;
  padding-top: 90%;
  display: block;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.i-image.i-image_01::before {
  background-image: url(../img/sc-1-1.png);
}
.i-image.i-image_02::before {
  background-image: url(../img/sc-1-2.png);
}
.i-image.i-image_03::before {
  background-image: url(../img/sc-1-3.png);
}
.i-image::after {
  content: "";
  width: 88%;
  height: 0;
  padding-top: 88%;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

#l-second {
  padding: 0;
  background-color: #10253F;
}

.l-wide-img {
  justify-content: space-between;
}
@media (max-width: 680px) {
  .l-wide-img {
    margin: 0;
    padding-top: 15px;
  }
}
.l-wide-img .l-col {
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 680px) {
  .l-wide-img .l-col {
    width: 100%;
  }
}
.l-wide-img .md-wide {
  width: 50vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
}
@media (max-width: 680px) {
  .l-wide-img .md-wide {
    width: 100%;
    margin-left: 0;
  }
}
.l-wide-img .md-wide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.l-wide-img .md-tx {
  padding: 3vw;
}
@media (max-width: 680px) {
  .l-wide-img .md-tx {
    position: relative;
    top: -13vw;
  }
}
.l-wide-img .md-tx .ttl-cut {
  background-color: #A99242;
  color: #fff;
  display: flex;
  width: calc(100% + 2.5em);
  padding: 0.25em 1em;
  position: relative;
  left: -3em;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
@media (max-width: 680px) {
  .l-wide-img .md-tx .ttl-cut {
    width: 100%;
    left: 0;
    margin-bottom: 1em;
  }
}
.l-wide-img .md-tx .ttl-cut::before {
  content: "";
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  border: 2px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 4px;
  left: 4px;
}
.l-wide-img .md-tx .un-line {
  width: 40vw;
}
@media (max-width: 680px) {
  .l-wide-img .md-tx .un-line {
    width: 100%;
    padding: 0 2.5px;
  }
}
.l-wide-img .md-tx .un-line li {
  color: #fff;
  padding: 0.75em 0;
  border-bottom: 3px solid #A99242;
}

#l-third .btn-line {
  margin-bottom: 3vw;
}

.l-demo {
  background-color: rgba(169, 146, 66, 0.2);
  padding: 3em;
  position: relative;
  border-radius: 1em;
  width: 82%;
  margin: 3vw auto 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 680px) {
  .l-demo {
    width: 100%;
  }
}
.l-demo .txt {
  margin: 0;
  width: calc(100% - 180px);
}
@media (max-width: 810px) {
  .l-demo .txt {
    width: calc(100% - 120px);
  }
}
@media (max-width: 680px) {
  .l-demo .txt {
    width: 100%;
    margin-bottom: 15px;
  }
}
.l-demo .txt mark {
  background: none;
  position: relative;
  font-weight: 700;
}
.l-demo .txt mark::before {
  content: "";
  width: 100%;
  height: 0.5em;
  background-color: rgba(148, 32, 77, 0.2);
  position: absolute;
  bottom: -0.1em;
}
.l-demo .btn-demo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: absolute;
  right: 3em;
  top: -1.5em;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #A99242;
  background: linear-gradient(180deg, #A99242, #847234);
  color: #fff;
}
@media (max-width: 810px) {
  .l-demo .btn-demo {
    right: 2em;
    top: -1em;
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 680px) {
  .l-demo .btn-demo {
    position: relative;
    right: inherit;
    top: inherit;
    width: 100%;
    height: 64px;
    border-radius: 3px;
    line-height: 1.2;
  }
}
@media (max-width: 520px) {
  .l-demo .btn-demo {
    height: 56px;
  }
}
.l-demo .btn-demo:hover {
  background-color: #b59936;
}
.l-demo .btn-demo span {
  font-size: 1.4em;
}

.odr-rev .md-tx {
  order: 2;
}
.odr-rev .md-tx .ttl {
  text-align: right;
}
@media (max-width: 680px) {
  .odr-rev .md-tx {
    order: inherit;
  }
}
.odr-rev .md-wide {
  order: 1;
  margin-right: inherit;
  margin-left: calc((100vw - 100%) / 2 * -1);
}
@media (max-width: 680px) {
  .odr-rev .md-wide {
    order: inherit;
    margin-left: inherit;
  }
}
.odr-rev .dtx-bg {
  left: inherit;
  right: -1em;
}
@media (max-width: 1290px) {
  .odr-rev .dtx-bg {
    right: -5px;
  }
}

#l-faq {
  padding-bottom: 0;
}
#l-faq .ttl_38 {
  margin-bottom: 1em;
}
.l-accordion .accordion_one {
  max-width: 1000px;
  margin: 0 auto 1px;
}

.l-accordion .accordion_one .accordion_header {
  background-color: #10253F;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 1em 3em 1em 4em;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.l-accordion .accordion_one .accordion_header::before {
  content: "Q";
  position: absolute;
  margin: auto;
  top: 45%;
  transform: translateY(-50%);
  left: 1em;
  font-size: 1.5em;
  color: #A99242;
}

.l-accordion .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.l-accordion .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.l-accordion .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.l-accordion .accordion_one .accordion_header.open .i_box {
  transform: rotate(-360deg);
}

.l-accordion .accordion_one .accordion_header .i_box .one_i:before, .l-accordion .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
}

.l-accordion .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.l-accordion .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.l-accordion .accordion_one .accordion_header.open .i_box .one_i:after {
  transform: rotate(-45deg);
}

.l-accordion .accordion_one .accordion_inner {
  display: none;
  padding: 1em 3em 1em 4em;
  border-left: 2px solid #10253F;
  border-right: 2px solid #10253F;
  border-bottom: 2px solid #10253F;
  box-sizing: border-box;
  position: relative;
}
.l-accordion .accordion_one .accordion_inner::before {
  content: "A";
  position: absolute;
  margin: auto;
  top: 1.15em;
  transform: translateY(-50%);
  left: 1em;
  font-size: 1.5em;
  font-weight: 700;
  color: #94204D;
}

.l-accordion .accordion_one .accordion_inner .box_one {
  min-height: 68px;
}

.l-accordion .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .l-accordion .accordion_one .accordion_header {
    font-size: 18px;
  }
  .l-accordion .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 810px) {
  .l-accordion .accordion_one .accordion_header {
    font-size: 14px;
    text-align: left;
  }
}
@media screen and (max-width: 680px) {
  .l-accordion .accordion_one .accordion_header {
    font-size: 14px;
    text-align: left;
    padding: 1em 4em 1em 4em;
  }
}
@media screen and (max-width: 520px) {
  .l-accordion .accordion_one .accordion_header {
    font-size: 3vw;
    text-align: left;
  }
}
#l-materials {
  position: relative;
}
#l-materials::before, #l-materials::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
#l-materials::before {
  width: 21vw;
  height: 10vw;
  background-image: url(../img/wagumo1.png);
  top: 0;
  left: -1em;
}
@media (max-width: 680px) {
  #l-materials::before {
    width: 56vw;
    height: 25vw;
    top: 5vw;
    left: -2em;
  }
}
#l-materials::after {
  width: 15vw;
  height: 7vw;
  background-image: url(../img/wagumo2.png);
  bottom: 10em;
  right: -1em;
}
@media (max-width: 680px) {
  #l-materials::after {
    width: 38vw;
    height: 15vw;
    bottom: inherit;
    top: 87vw;
    right: -1em;
    z-index: -1;
  }
}
#l-materials .l-row {
  justify-content: space-between;
  align-items: flex-end;
}
#l-materials .l-col-image {
  width: 40%;
  text-align: center;
}
@media (max-width: 680px) {
  #l-materials .l-col-image {
    width: 100%;
  }
  #l-materials .l-col-image img {
    width: 340px;
    max-width: 80%;
  }
}
#l-materials .l-col-text {
  width: 60%;
}
@media (max-width: 680px) {
  #l-materials .l-col-text {
    width: 100%;
  }
}

.tx-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.tx-min {
  font-size: 75%;
}

#l-point {
  background-color: #10253F;
  color: #fff;
}
#l-point .l-col {
  margin-top: 50px;
  margin-bottom: 0;
}
@media (max-width: 680px) {
  #l-point .l-col {
    margin-top: 30px;
  }
}
#l-point .l-col-inner {
  background-color: #fff;
  position: relative;
  overflow: visible;
}
#l-point .l-col-inner .point-num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 90px;
  width: 90px;
  background-color: #111;
  border-radius: 50px;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: -1.5em;
  top: -2.5em;
}
@media (max-width: 810px) {
  #l-point .l-col-inner .point-num {
    height: 75px;
    width: 75px;
  }
}
@media (max-width: 680px) {
  #l-point .l-col-inner .point-num {
    left: 1.5em;
  }
}
#l-point .l-col-inner .point-num span {
  font-size: 1.4em;
}
#l-point .l-col-inner .ttl {
  background-color: #A99242;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 900;
  margin-bottom: 0;
}
#l-point .l-col-inner .txt {
  color: inherit;
  padding: 2em;
  color: #555;
  margin-top: 0;
}

#l-case {
  background-image: url(../img/bg-case.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}
#l-case .ttl {
  color: #fff;
}
#l-case .bg-case {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1em;
  padding: 1em 3em;
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
}
#l-case .bg-case span {
  display: inline-block;
  padding: 0 0.5em;
}

.point-num {
  position: absolute;
  left: -3em;
}

#l-materials {
  padding-bottom: 7vw;
}
@media (max-width: 680px) {
  #l-materials {
    padding-bottom: 14vw;
  }
}

.md-bgwh {
  background: rgba(255, 255, 255, 0.8);
  padding: 60px;
}
@media (max-width: 810px) {
  .md-bgwh {
    padding: 40px;
  }
}
@media (max-width: 520px) {
  .md-bgwh {
    padding: 25px;
  }
}
.md-bgwh .p-ttl {
  margin-bottom: 15px;
}
@media (max-width: 810px) {
  .md-bgwh .p-ttl {
    font-size: 22px;
  }
}
.md-bgwh p {
  margin: 2em 0;
}
.md-bgwh .tx-min {
  color: #666;
}

.l-point-cnt__2img {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 90px 0;
}
.l-point-cnt__2img::before {
  content: "";
  width: 50%;
  height: 0;
  padding-top: 33%;
  background-image: url(../img/bg-i-1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 0;
  left: -7vw;
}
@media (max-width: 1290px) {
  .l-point-cnt__2img::before {
    left: 0;
  }
}
@media (max-width: 520px) {
  .l-point-cnt__2img::before {
    width: 70%;
    padding-top: 40%;
  }
}
.l-point-cnt__2img::after {
  content: "";
  width: 50%;
  height: 0;
  padding-top: 33%;
  background-image: url(../img/bg-i-2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  margin: auto;
  bottom: 0;
  right: -7vw;
}
@media (max-width: 1290px) {
  .l-point-cnt__2img::after {
    right: 0;
  }
}
@media (max-width: 520px) {
  .l-point-cnt__2img::after {
    width: 70%;
    padding-top: 40%;
  }
}
.l-point-cnt__2img .md-bgwh {
  width: 75%;
  margin: 0;
  position: relative;
  z-index: 10;
  order: 1;
}
@media (max-width: 520px) {
  .l-point-cnt__2img .md-bgwh {
    width: 85%;
  }
}
.l-point-cnt__2img .dtx-point {
  order: 2;
  position: absolute;
  left: 87.5%;
}
@media (max-width: 520px) {
  .l-point-cnt__2img .dtx-point {
    position: relative;
    left: inherit;
  }
}

.l-point-row {
  display: flex;
  position: relative;
  padding: 80px 0;
}
@media (max-width: 810px) {
  .l-point-row {
    padding: 30px 0;
  }
}
.l-point-row .md-bgwh {
  position: relative;
  width: 64%;
  z-index: 100;
}
@media (max-width: 960px) {
  .l-point-row .md-bgwh {
    width: 70%;
  }
}
@media (max-width: 520px) {
  .l-point-row .md-bgwh {
    width: 100%;
  }
}

.r-1img {
  justify-content: flex-start;
}
.r-1img::before {
  content: "";
  width: 50%;
  height: 0;
  padding-top: 33%;
  background-image: url(../img/bg-i-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 520px) {
  .r-1img::before {
    width: 70%;
    padding-top: 40%;
    top: inherit;
    bottom: -15%;
    right: -5px;
  }
}

.l-1img {
  justify-content: flex-end;
}
.l-1img::before {
  content: "";
  width: 50%;
  height: 0;
  padding-top: 33%;
  background-image: url(../img/bg-i-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 520px) {
  .l-1img::before {
    width: 70%;
    padding-top: 40%;
    top: inherit;
    bottom: -15%;
    left: -5px;
  }
}

.l-point-row.l-1img .dtx-point {
  order: 2;
}
.l-point-row.l-1img .md-bgwh {
  order: 1;
}

.dtx-point {
  writing-mode: vertical-lr;
  padding: 0 1em;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-weight: 400;
  color: rgba(44, 41, 37, 0.5);
  z-index: 1;
}
@media (max-width: 810px) {
  .dtx-point {
    padding: 0;
  }
}
.dtx-point span {
  position: relative;
}
.dtx-point span::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(44, 41, 37, 0.5);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -5em;
}

#l-voice {
  background-color: rgba(169, 146, 66, 0.2);
}

.l-voice {
  position: relative;
  background-color: #fff;
  padding: 2em;
  height: 100%;
  overflow: visible !important;
}
.l-voice::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(169, 146, 66, 0.5);
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  z-index: -1;
}
.l-voice .l-face {
  position: relative;
}
.l-voice .l-face::before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #eee;
  position: absolute;
  right: -1em;
  top: -3em;
}
@media (max-width: 680px) {
  .l-voice .l-face::before {
    width: 90px;
    height: 90px;
    top: -4em;
  }
}
.l-voice .txt {
  font-size: 0.85em;
  line-height: 1.6;
  color: #555;
}
.l-voice .tx-line {
  text-decoration: underline;
}
.l-voice .tx-line .in-mk {
  color: #94204D;
}
.l-voice .ttl {
  text-align: center;
}
@media (max-width: 520px) {
  .l-voice .ttl {
    margin-bottom: 1em;
  }
}
.l-voice .sub-ttl {
  text-align: center;
  margin: 2em 0 3em;
  font-weight: bold;
}
.l-voice .l-row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
}
@media (max-width: 810px) {
  .l-voice .l-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 520px) {
  .l-voice .l-row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.l-voice .l-row .l-col {
  width: 33.3333333333%;
  padding: 30px;
}
@media (max-width: 810px) {
  .l-voice .l-row .l-col {
    padding: 15px 10px;
  }
}
@media (max-width: 520px) {
  .l-voice .l-row .l-col {
    width: 50%;
    padding: 7.5px 5px;
  }
}
.l-voice .l-voice-inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 810px) {
  .l-voice .l-voice-inner {
    padding: 20px;
  }
}
@media (max-width: 520px) {
  .l-voice .l-voice-inner {
    padding: 10px;
  }
}
.l-voice .l-voice-inner .txt {
  font-size: 14px;
}
@media (max-width: 810px) {
  .l-voice .l-voice-inner .txt {
    font-size: 13px;
  }
}
@media (max-width: 520px) {
  .l-voice .l-voice-inner .txt {
    font-size: 12px;
  }
}

.l-voice01 .l-face::before {
  background-image: url(../img/i-voice01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-voice02 .l-face::before {
  background-image: url(../img/i-voice02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-voice03 .l-face::before {
  background-image: url(../img/i-voice03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-container-wrap {
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 520px) {
  .swiper-container-wrap {
    padding: 0 30px;
    margin-left: 0;
    margin-right: 0;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
  padding: 5px;
}
@media (max-width: 520px) {
  .swiper-container {
    padding: 0;
  }
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -60px;
  background-image: none;
  width: 30px;
  height: 30px;
  border: 0px;
  border-top: solid 1px #94204D;
  border-right: solid 1px #94204D;
  transform: rotate(45deg);
}
@media (max-width: 810px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -10px;
  }
}
@media (max-width: 520px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 5px;
  }
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -60px;
  background-image: none;
  width: 30px;
  height: 30px;
  border: 0px;
  border-top: solid 1px #94204D;
  border-left: solid 1px #94204D;
  transform: rotate(-45deg);
}
@media (max-width: 810px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -10px;
  }
}
@media (max-width: 520px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 5px;
  }
}/*# sourceMappingURL=style.css.map */