@charset "UTF-8";
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Common(PC.SP共通設定)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
  font-size: 26px;
  letter-spacing: 0.08em;
  line-height: 140%;
  font-weight: 300;
}
@media only screen and (max-width: 800px) {
  body {
    font-size: 13px;
    font-size: 3.25vw;
  }
}
h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
}

main {
  display: block;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: none;
}

a img {
  transition: all 0.2s ease-in-out;
}

a:hover {
  opacity: 0.8;
}

/*----------デバイスで表示切り替え----------*/
@media only screen and (max-width: 800px) {
  .pc {
    display: none;
  }
}

@media only screen and (min-width: 621px) {
  .sp {
    display: none;
  }
}

.fv {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #dee0e3;
  margin-bottom: 80px;
}
@media only screen and (max-width: 800px) {
  .fv {
    margin-bottom: 40px;
    margin-bottom: 10vw;
  }
}
.fv::before {
  content: "";
  width: 1171px;
  height: 1742px;
  background: url(../img/bg_mv.png) top center no-repeat;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
@media only screen and (min-width: 1172px) {
  .fv::before {
    width: 100%;
    background-size: 100%;
  }
}
@media only screen and (max-width: 1171px) {
  .fv::before {
    left: 50%;
    right: auto;
    margin-left: -585px;
  }
}
@media only screen and (max-width: 800px) {
  .fv::before {
    background-size: 100%;
    width: 585px;
    width: 146.25vw;
    height: 871px;
    height: 217.75vw;
    margin-left: -292px;
    margin-left: -73vw;
  }
}
.fv__ttl {
  width: 938px;
  margin: -90px auto 0;
  position: absolute;
  left: 50%;
  margin-left: -469px;
  z-index: -1;
}
@media only screen and (max-width: 800px) {
  .fv__ttl {
    width: 470px;
    width: 117.5vw;
    margin-top: -45px;
    margin-top: -11.25vw;
    margin-left: -235px;
    margin-left: -58.75vw;
  }
}
.fv__list {
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .fv__list {
    margin-bottom: 10px;
    margin-bottom: 2.5vw;
  }
}
.fv__item {
  display: table;
  font-size: 40px;
  color: #fff;
  padding: 15px 30px;
  background-color: #221d33;
}
@media only screen and (max-width: 800px) {
  .fv__item {
    font-size: 20px;
    font-size: 5vw;
  }
}
@media only screen and (max-width: 800px) {
  .fv__item {
    padding-top: 7px;
    padding-top: 1.75vw;
    padding-bottom: 7px;
    padding-bottom: 1.75vw;
    padding-left: 15px;
    padding-left: 3.75vw;
    padding-right: 15px;
    padding-right: 3.75vw;
  }
}
.fv__item:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
  .fv__item:not(:last-child) {
    margin-bottom: 5px;
    margin-bottom: 1.25vw;
  }
}
.fv__mv {
  width: 740px;
  position: relative;
  z-index: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .fv__mv {
    width: 370px;
    width: 92.5vw;
  }
}
.fv__main {
  width: 680px;
  margin: 0 auto 75px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .fv__main {
    width: 340px;
    width: 85vw;
    margin-bottom: 37px;
    margin-bottom: 9.25vw;
  }
}
.fv__txt {
  width: 740px;
  margin: -122px auto 0;
}
@media only screen and (max-width: 800px) {
  .fv__txt {
    width: 370px;
    width: 92.5vw;
    margin-top: -61px;
    margin-top: -15.25vw;
  }
}
.fv__body {
  padding: 400px 0 40px;
}
@media only screen and (max-width: 800px) {
  .fv__body {
    padding-top: 200px;
    padding-top: 50vw;
    padding-bottom: 20px;
    padding-bottom: 5vw;
  }
}
.fv__btn {
  display: block;
  width: 710px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .fv__btn {
    width: 356px;
    width: 89vw;
  }
}

.wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.wrapper .cta {
  padding: 0 0 57px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta {
    padding-bottom: 27px;
    padding-bottom: 6.75vw;
  }
}
.wrapper .cta--02 {
  padding: 0 0 150px;
  margin-top: -55px;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta--02 {
    margin-top: -27px;
    margin-top: -6.75vw;
    padding-bottom: 75px;
    padding-bottom: 18.75vw;
  }
}
.wrapper .cta__new {
  max-width: 640px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__new {
    max-width: 320px;
    max-width: 80vw;
    margin-bottom: 20px;
    margin-bottom: 5vw;
  }
}
.wrapper .cta__inner {
  max-width: 720px;
  padding: 4px;
  margin: 0 auto;
  border: solid 6px #707070;
  background: #fff;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__inner {
    max-width: 360px;
    max-width: 90vw;
    padding: 2px;
    padding: 0.5vw;
  }
}
.wrapper .cta__inbox {
  line-height: 100%;
  padding: 46px 28px 80px;
  border: solid 2px #707070;
  background: #fff;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__inbox {
    padding-top: 23px;
    padding-top: 5.75vw;
    padding-bottom: 40px;
    padding-bottom: 10vw;
    padding-left: 10px;
    padding-left: 2.5vw;
    padding-right: 10px;
    padding-right: 2.5vw;
  }
}
.wrapper .cta__ttl {
  font-size: 40px;
  font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 100;
  line-height: 120%;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__ttl {
    font-size: 20px;
    font-size: 5vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__ttl {
    margin-bottom: 15px;
    margin-bottom: 3.75vw;
  }
}
.wrapper .cta__bttl {
  margin-bottom: 20px;
  line-height: 200%;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__bttl {
    margin-bottom: 10px;
    margin-bottom: 2.5vw;
  }
}
.wrapper .cta__30 {
  font-size: 60px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__30 {
    font-size: 30px;
    font-size: 7.5vw;
  }
}
.wrapper .cta__23 {
  font-size: 46px;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__23 {
    font-size: 23px;
    font-size: 5.75vw;
  }
}
.wrapper .cta__sub {
  line-height: 100%;
  margin: 0 auto 18px;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__sub {
    margin-bottom: 9px;
    margin-bottom: 2.25vw;
  }
}
.wrapper .cta__bld {
  font-size: 60px;
  color: #A64B38;
  line-height: 100%;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__bld {
    font-size: 30px;
    font-size: 7.5vw;
  }
}
.wrapper .cta__pict {
  margin: 0 auto 0px;
}
.wrapper .cta__body {
  width: 600px;
  border-top: 0;
  margin: 0 auto 0px;
  padding: 30px 0 0px;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__body {
    width: 300px;
    width: 75vw;
    padding-top: 15px;
    padding-top: 3.75vw;
  }
}
.wrapper .cta__body--02 {
  padding-bottom: 110px;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__body--02 {
    padding-bottom: 55px;
    padding-bottom: 13.75vw;
  }
}
.wrapper .cta__txt {
  max-width: 720px;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 220%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__txt {
    font-size: 14px;
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__txt {
    max-width: 360px;
    max-width: 90vw;
    margin-bottom: 20px;
    margin-bottom: 5vw;
  }
}
.wrapper .cta__txtb {
  font-weight: bold;
}
.wrapper .cta__dod {
  background-image: linear-gradient(to right, #A7A7A7 5px, transparent 5px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__dod {
    background-image: linear-gradient(to right, #A7A7A7 3px, transparent 3px);
    background-size: 7px 1px;
  }
}
.wrapper .cta__list {
  background-color: #F0E6E6;
  padding: 40px 30px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__list {
    margin-bottom: 25px;
    margin-bottom: 6.25vw;
    padding-top: 20px;
    padding-top: 5vw;
    padding-bottom: 20px;
    padding-bottom: 5vw;
    padding-left: 15px;
    padding-left: 3.75vw;
    padding-right: 15px;
    padding-right: 3.75vw;
  }
}
.wrapper .cta__item {
  display: flex;
  justify-content: start;
  gap: 16px;
  text-align: left;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__item {
    gap: 8px;
    gap: 2vw;
  }
}
.wrapper .cta__item:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__item:not(:last-child) {
    margin-bottom: 15px;
    margin-bottom: 3.75vw;
  }
}
.wrapper .cta__num {
  width: 62px;
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  line-height: 120%;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__num {
    font-size: 18px;
    font-size: 4.5vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__num {
    width: 31px;
    width: 7.75vw;
  }
}
.wrapper .cta__num::after {
  content: "";
  width: 2px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #000;
  transform: rotateZ(25deg);
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__num::after {
    width: 1px;
    width: 0.25vw;
    height: 15px;
    height: 3.75vw;
    right: 5px;
    right: 1.25vw;
    top: 5px;
    top: 1.25vw;
  }
}
.wrapper .cta__naiyo {
  width: 494px;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__naiyo {
    width: 247px;
    width: 61.75vw;
  }
}
.wrapper .cta__dt {
  font-size: 28px;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__dt {
    font-size: 14px;
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__dt {
    margin-bottom: 2px;
    margin-bottom: 0.5vw;
  }
}
.wrapper .cta__dd {
  font-size: 24px;
  line-height: 160%;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__dd {
    font-size: 12px;
    font-size: 3vw;
  }
}
.wrapper .cta__dd--bld {
  font-size: 32px;
  font-weight: bold;
  color: #A64B38;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__dd--bld {
    font-size: 16px;
    font-size: 4vw;
  }
}
.wrapper .cta__intxt {
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 200%;
  margin-top: 10px;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__intxt {
    font-size: 12px;
    font-size: 3vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__intxt {
    margin-top: 5px;
    margin-top: 1.25vw;
  }
}
.wrapper .cta__dred {
  color: #A64B38;
  font-weight: 500;
}
.wrapper .cta__sbox {
  margin: 0 auto 60px;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__sbox {
    margin-bottom: 30px;
    margin-bottom: 7.5vw;
  }
}
.wrapper .cta__sttl {
  width: 338px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__sttl {
    width: 169px;
    width: 42.25vw;
    margin-bottom: 15px;
    margin-bottom: 3.75vw;
  }
}
.wrapper .cta__slist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 580px;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__slist {
    width: 290px;
    width: 72.5vw;
  }
}
.wrapper .cta__sitem {
  max-width: 278px;
  width: 48%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__sitem {
    margin-bottom: 10px;
    margin-bottom: 2.5vw;
    width: 139px;
    width: 34.75vw;
  }
}
.wrapper .cta__sitem:last-child {
  max-width: 336px;
  margin-bottom: 0px;
  width: 58%;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__sitem:last-child {
    margin-bottom: 0px;
    margin-bottom: 0vw;
    width: 168px;
    width: 42vw;
  }
}
.wrapper .cta__spict {
  width: 278px;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__spict {
    width: 139px;
    width: 34.75vw;
    margin-bottom: 8px;
    margin-bottom: 2vw;
  }
}
.wrapper .cta__stxt {
  font-size: 26px;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__stxt {
    font-size: 13px;
    font-size: 3.25vw;
  }
}
.wrapper .cta__info {
  font-size: 24px;
  letter-spacing: 0em;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__info {
    font-size: 12px;
    font-size: 3vw;
  }
}
.wrapper .cta__btn {
  display: block;
  width: 640px;
  margin: 0 auto 0px;
}
@media only screen and (max-width: 800px) {
  .wrapper .cta__btn {
    width: 320px;
    width: 80vw;
  }
}
.wrapper .nayami {
  padding: 170px 0 160px;
  color: #fff;
  text-align: center;
  background: url(../img/bg_nayami.png) no-repeat top center/100%;
}
@media only screen and (max-width: 800px) {
  .wrapper .nayami {
    padding-top: 85px;
    padding-top: 21.25vw;
    padding-bottom: 80px;
    padding-bottom: 20vw;
  }
}
.wrapper .nayami__ttl {
  font-size: 44px;
  font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  margin: 0 auto 50px;
  line-height: 140%;
}
@media only screen and (max-width: 800px) {
  .wrapper .nayami__ttl {
    font-size: 22px;
    font-size: 5.5vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .nayami__ttl {
    margin-bottom: 25px;
    margin-bottom: 6.25vw;
  }
}
.wrapper .nayami__h2 {
  font-size: 44px;
  letter-spacing: 0.02em;
  line-height: 170%;
}
@media only screen and (max-width: 800px) {
  .wrapper .nayami__h2 {
    font-size: 22px;
    font-size: 5.5vw;
  }
}
.wrapper .nayami__bld {
  font-size: 54px;
}
@media only screen and (max-width: 800px) {
  .wrapper .nayami__bld {
    font-size: 27px;
    font-size: 6.75vw;
  }
}
.wrapper .nayami__line {
  padding-bottom: 15px;
  border-bottom: solid 2px;
}
@media only screen and (max-width: 800px) {
  .wrapper .nayami__line {
    padding-bottom: 7px;
    padding-bottom: 1.75vw;
    border-bottom: solid 1px;
  }
}
.wrapper .nayami__body {
  margin: 0 auto 30px;
  width: 100%;
  height: 390px;
  background: url(../img/pict_nayami.png) no-repeat center/100%;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .wrapper .nayami__body {
    height: 195px;
    height: 48.75vw;
    margin-bottom: 15px;
    margin-bottom: 3.75vw;
  }
}
.wrapper .nayami__body::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 224px;
  width: 116px;
  height: 116px;
  background: url(../img/icon_tatoe.png) no-repeat center/100%;
}
@media only screen and (max-width: 800px) {
  .wrapper .nayami__body::before {
    width: 58px;
    width: 14.5vw;
    height: 58px;
    height: 14.5vw;
    top: -14px;
    top: -3.5vw;
    left: 112px;
    left: 28vw;
  }
}
.wrapper .nayami__list {
  color: #000;
  width: 432px;
  line-height: 150%;
  letter-spacing: 0;
  padding: 30px 0 0 300px;
  box-sizing: content-box;
}
@media only screen and (max-width: 800px) {
  .wrapper .nayami__list {
    width: 216px;
    width: 54vw;
    padding-top: 15px;
    padding-top: 3.75vw;
    padding-left: 150px;
    padding-left: 37.5vw;
  }
}
.wrapper .nayami__item {
  font-size: 24px;
}
@media only screen and (max-width: 800px) {
  .wrapper .nayami__item {
    font-size: 12px;
    font-size: 3vw;
  }
}
.wrapper .nayami__item:nth-child(2) {
  position: relative;
  margin: 16px auto;
  padding: 20px 0;
}
@media only screen and (max-width: 800px) {
  .wrapper .nayami__item:nth-child(2) {
    margin-top: 8px;
    margin-top: 2vw;
    margin-bottom: 8px;
    margin-bottom: 2vw;
    padding-top: 10px;
    padding-top: 2.5vw;
    padding-bottom: 10px;
    padding-bottom: 2.5vw;
  }
}
.wrapper .nayami__item:nth-child(2)::before, .wrapper .nayami__item:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 360px;
  height: 2px;
  margin: 0 auto;
  background-image: linear-gradient(to right, #A7A7A7 4px, transparent 4px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media only screen and (max-width: 800px) {
  .wrapper .nayami__item:nth-child(2)::before, .wrapper .nayami__item:nth-child(2)::after {
    background-image: linear-gradient(to right, #A7A7A7 3px, transparent 3px);
    background-size: 6px 1px;
    width: 180px;
    width: 45vw;
    height: 1px;
    height: 0.25vw;
  }
}
.wrapper .nayami__item:nth-child(2)::after {
  bottom: 0;
}
.wrapper .nayami__item:nth-child(2)::before {
  top: 0;
}
.wrapper .nayami__inttl {
  font-size: 34px;
  line-height: 140%;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .wrapper .nayami__inttl {
    font-size: 17px;
    font-size: 4.25vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .nayami__inttl {
    margin-bottom: 10px;
    margin-bottom: 2.5vw;
  }
}
.wrapper .nayami__inbld {
  font-size: 40px;
}
@media only screen and (max-width: 800px) {
  .wrapper .nayami__inbld {
    font-size: 20px;
    font-size: 5vw;
  }
}
.wrapper .nayami__txt {
  font-size: 28px;
  line-height: 160%;
}
@media only screen and (max-width: 800px) {
  .wrapper .nayami__txt {
    font-size: 14px;
    font-size: 3.5vw;
  }
}
.wrapper .trbl {
  padding: 80px 0 216px;
  position: relative;
  background-color: #D6D4D1;
}
@media only screen and (max-width: 800px) {
  .wrapper .trbl {
    padding-top: 40px;
    padding-top: 10vw;
    padding-bottom: 108px;
    padding-bottom: 27vw;
  }
}
.wrapper .trbl::before {
  content: "";
  position: absolute;
  top: -106px;
  left: 0px;
  width: 100%;
  height: 106px;
  background: url(../img/bg_v.png) no-repeat top center/100%;
}
@media only screen and (max-width: 800px) {
  .wrapper .trbl::before {
    height: 58px;
    height: 14.5vw;
    top: -53px;
    top: -13.25vw;
  }
}
.wrapper .trbl__ttl {
  font-size: 28px;
  text-align: center;
  margin: 0 auto 50px;
  line-height: 140%;
}
@media only screen and (max-width: 800px) {
  .wrapper .trbl__ttl {
    font-size: 14px;
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .trbl__ttl {
    margin-bottom: 25px;
    margin-bottom: 6.25vw;
  }
}
.wrapper .trbl__sub {
  font-size: 28px;
  color: #fff;
  display: table;
  line-height: 190%;
  padding: 0 20px;
  margin: 0 auto 10px;
  background-color: #1D1C1C;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .wrapper .trbl__sub {
    font-size: 14px;
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .trbl__sub {
    margin-bottom: 7px;
    margin-bottom: 1.75vw;
    padding-right: 10px;
    padding-right: 2.5vw;
    padding-left: 10px;
    padding-left: 2.5vw;
  }
}
.wrapper .trbl__sub::before, .wrapper .trbl__sub::after {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #1D1C1C;
  position: absolute;
  top: 0px;
}
@media only screen and (max-width: 800px) {
  .wrapper .trbl__sub::before, .wrapper .trbl__sub::after {
    width: 2px;
    width: 0.5vw;
  }
}
.wrapper .trbl__sub::before {
  left: -8px;
}
@media only screen and (max-width: 800px) {
  .wrapper .trbl__sub::before {
    left: -4px;
    left: -1vw;
  }
}
.wrapper .trbl__sub::after {
  right: -8px;
}
@media only screen and (max-width: 800px) {
  .wrapper .trbl__sub::after {
    right: -4px;
    right: -1vw;
  }
}
.wrapper .trbl__h2 {
  font-size: 40px;
  font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  letter-spacing: 0.07em;
  line-height: 170%;
}
@media only screen and (max-width: 800px) {
  .wrapper .trbl__h2 {
    font-size: 20px;
    font-size: 5vw;
  }
}
.wrapper .trbl__bld {
  font-size: 50px;
}
@media only screen and (max-width: 800px) {
  .wrapper .trbl__bld {
    font-size: 25px;
    font-size: 6.25vw;
  }
}
.wrapper .trbl__item {
  width: 720px;
  margin: 0 auto;
  padding: 150px 0 80px;
}
@media only screen and (max-width: 800px) {
  .wrapper .trbl__item {
    width: 360px;
    width: 90vw;
    padding-top: 75px;
    padding-top: 18.75vw;
    padding-bottom: 40px;
    padding-bottom: 10vw;
  }
}
.wrapper .trbl__item--01 {
  background: url(../img/bg_t01.png) no-repeat center top/100%;
}
.wrapper .trbl__item--02 {
  background: url(../img/bg_t02.png) no-repeat center top/100%;
}
.wrapper .trbl__item--03 {
  background: url(../img/bg_t03.png) no-repeat center top/100%;
}
.wrapper .trbl__item:not(:last-child) {
  margin-bottom: 96px;
}
@media only screen and (max-width: 800px) {
  .wrapper .trbl__item:not(:last-child) {
    margin-bottom: 48px;
    margin-bottom: 12vw;
  }
}
.wrapper .trbl__inttl {
  font-size: 40px;
  font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  text-align: center;
  line-height: 160%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .wrapper .trbl__inttl {
    font-size: 20px;
    font-size: 5vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .trbl__inttl {
    margin-bottom: 10px;
    margin-bottom: 2.5vw;
  }
}
.wrapper .trbl__pict {
  width: 306px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 800px) {
  .wrapper .trbl__pict {
    width: 153px;
    width: 38.25vw;
    margin-bottom: 10px;
    margin-bottom: 2.5vw;
  }
}
.wrapper .trbl__body {
  width: 600px;
  line-height: 180%;
  letter-spacing: 0.05em;
  margin: 0 auto 0px;
}
@media only screen and (max-width: 800px) {
  .wrapper .trbl__body {
    width: 300px;
    width: 75vw;
  }
}
.wrapper .trbl__inbld {
  font-weight: bold;
}
.wrapper .trbl__inbld {
  font-weight: bold;
}
.wrapper .itumo {
  margin-top: -60px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .wrapper .itumo {
    margin-top: -30px;
    margin-top: -7.5vw;
  }
}
.wrapper .itumo__fuki {
  width: 298px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 800px) {
  .wrapper .itumo__fuki {
    width: 149px;
    width: 37.25vw;
    margin-bottom: 25px;
    margin-bottom: 6.25vw;
  }
}
.wrapper .itumo__h2 {
  font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  text-align: center;
  line-height: 160%;
}
@media only screen and (max-width: 800px) {
  .wrapper .itumo__h2 {
    font-size: 20px;
    font-size: 5vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .itumo__h2 {
    margin-bottom: 25px;
    margin-bottom: 6.25vw;
  }
}
.wrapper .itumo__dred {
  color: #A64B38;
}
.wrapper .itumo__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 720px;
  gap: 10px;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 800px) {
  .wrapper .itumo__list {
    width: 360px;
    width: 90vw;
    gap: 5px;
    gap: 1.25vw;
    margin-bottom: 50px;
    margin-bottom: 12.5vw;
  }
}
.wrapper .itumo__pict {
  width: 310px;
}
@media only screen and (max-width: 800px) {
  .wrapper .itumo__pict {
    width: 155px;
    width: 38.75vw;
  }
}
.wrapper .itumo__body {
  width: 400px;
  padding-top: 20px;
}
@media only screen and (max-width: 800px) {
  .wrapper .itumo__body {
    width: 200px;
    width: 50vw;
    padding-top: 10px;
    padding-top: 2.5vw;
  }
}
.wrapper .itumo__demo {
  max-width: 151px;
}
@media only screen and (max-width: 800px) {
  .wrapper .itumo__demo {
    max-width: 75px;
    max-width: 18.75vw;
  }
}
.wrapper .itumo__txt {
  width: 380px;
  padding-top: 36px;
  font-size: 28px;
  float: right;
  line-height: 200%;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 800px) {
  .wrapper .itumo__txt {
    font-size: 14px;
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .itumo__txt {
    width: 190px;
    width: 47.5vw;
    padding-top: 18px;
    padding-top: 4.5vw;
  }
}
.wrapper .itumo__bg {
  background: url(../img/bg_omakase.png) no-repeat top 30px center/100%;
  padding: 0px 0 160px;
}
@media only screen and (max-width: 800px) {
  .wrapper .itumo__bg {
    padding-bottom: 80px;
    padding-bottom: 20vw;
    background-position-y: 15px;
    background-position-y: 3.75vw;
  }
}
.wrapper .itumo__next {
  width: 152px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .wrapper .itumo__next {
    width: 76px;
    width: 19vw;
  }
}
.wrapper .itumo__box {
  text-align: center;
  margin: 0 auto 0;
  position: relative;
  padding: 60px 0 120px;
}
@media only screen and (max-width: 800px) {
  .wrapper .itumo__box {
    padding-top: 30px;
    padding-top: 7.5vw;
    padding-bottom: 60px;
    padding-bottom: 15vw;
  }
}
.wrapper .itumo__ttl {
  font-size: 56px;
  font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  line-height: 120%;
  padding: 0 0 40px;
}
@media only screen and (max-width: 800px) {
  .wrapper .itumo__ttl {
    font-size: 28px;
    font-size: 7vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .itumo__ttl {
    padding-bottom: 20px;
    padding-bottom: 5vw;
  }
}
.wrapper .itumo__s {
  font-size: 50px;
}
@media only screen and (max-width: 800px) {
  .wrapper .itumo__s {
    font-size: 25px;
    font-size: 6.25vw;
  }
}
.wrapper .itumo__intxt {
  line-height: 170%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 800px) {
  .wrapper .itumo__intxt {
    margin-bottom: 20px;
    margin-bottom: 5vw;
  }
}
.wrapper .itumo__line {
  border-bottom: solid 2px #000;
  display: table;
  margin: 10px auto 0;
}
@media only screen and (max-width: 800px) {
  .wrapper .itumo__line {
    margin-top: 5px;
    margin-top: 1.25vw;
    border-bottom: solid 1px #000;
  }
}
.wrapper .torikumi {
  width: 720px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .wrapper .torikumi {
    width: 360px;
    width: 90vw;
  }
}
.wrapper .torikumi__h2 {
  margin: 0 auto 60px;
}
@media only screen and (max-width: 800px) {
  .wrapper .torikumi__h2 {
    margin-bottom: 30px;
    margin-bottom: 7.5vw;
  }
}
.wrapper .torikumi__pict {
  margin: 0 auto 0px;
}
.wrapper .torikumi__list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 15px auto 60px;
}
@media only screen and (max-width: 800px) {
  .wrapper .torikumi__list {
    margin-top: 7px;
    margin-top: 1.75vw;
    margin-bottom: 30px;
    margin-bottom: 7.5vw;
  }
}
.wrapper .torikumi__item {
  width: 224px;
  font-size: 28px;
  letter-spacing: 0.03em;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .wrapper .torikumi__item {
    font-size: 14px;
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .torikumi__item {
    width: 112px;
    width: 28vw;
  }
}
.wrapper .torikumi__sub {
  font-size: 28px;
  margin: 0 auto 26px;
  letter-spacing: 0;
  background-color: #A64B38;
  color: #fff;
  display: table;
  position: relative;
  line-height: 180%;
  padding: 0 35px;
}
@media only screen and (max-width: 800px) {
  .wrapper .torikumi__sub {
    font-size: 14px;
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .torikumi__sub {
    padding-left: 18px;
    padding-left: 4.5vw;
    padding-right: 18px;
    padding-right: 4.5vw;
    margin-bottom: 13px;
    margin-bottom: 3.25vw;
  }
}
.wrapper .torikumi__sub::before {
  content: "";
  width: 4px;
  position: absolute;
  left: 0px;
  right: 0;
  bottom: -12px;
  height: 12px;
  margin: 0 auto;
  z-index: 2;
  background-color: #A64B38;
}
@media only screen and (max-width: 800px) {
  .wrapper .torikumi__sub::before {
    width: 2px;
    width: 0.5vw;
    height: 6px;
    height: 1.5vw;
    bottom: -6px;
    bottom: -1.5vw;
  }
}
.wrapper .torikumi__b {
  font-size: 54px;
}
@media only screen and (max-width: 800px) {
  .wrapper .torikumi__b {
    font-size: 27px;
    font-size: 6.75vw;
  }
}
.wrapper .torikumi__ttl {
  font-size: 46px;
  font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  line-height: 190%;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 800px) {
  .wrapper .torikumi__ttl {
    font-size: 23px;
    font-size: 5.75vw;
  }
}
.wrapper .torikumi__line {
  border-bottom: solid 2px #707070;
  display: table;
  margin: 0 auto 0;
}
@media only screen and (max-width: 800px) {
  .wrapper .torikumi__line {
    border-bottom: solid 1px #707070;
  }
}
.wrapper .initia {
  padding: 200px 0 280px;
  margin: -100px auto 0;
  position: relative;
  background: url(../img/bg_vnami.png) no-repeat top center/100%;
}
@media only screen and (max-width: 800px) {
  .wrapper .initia {
    margin: -65px;
    margin: -16.25vw;
    padding-top: 100px;
    padding-top: 25vw;
    padding-bottom: 140px;
    padding-bottom: 35vw;
  }
}
.wrapper .initia__ttl {
  text-align: center;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 800px) {
  .wrapper .initia__ttl {
    margin-bottom: 15px;
    margin-bottom: 3.75vw;
  }
}
.wrapper .initia__inttl {
  font-family: "Oswald", sans-serif;
  margin: 0 auto 30px;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 4px;
}
@media only screen and (max-width: 800px) {
  .wrapper .initia__inttl {
    margin-bottom: 15px;
    margin-bottom: 3.75vw;
    gap: 2px;
    gap: 0.5vw;
  }
}
.wrapper .initia__point {
  color: #fff;
  background-color: #000;
  width: 126px;
  padding: 4px 0;
  line-height: 140%;
  font-size: 20px;
  display: table;
}
@media only screen and (max-width: 800px) {
  .wrapper .initia__point {
    font-size: 10px;
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .initia__point {
    padding-top: 2px;
    padding-top: 0.5vw;
    padding-bottom: 2px;
    padding-bottom: 0.5vw;
    width: 63px;
    width: 15.75vw;
  }
}
.wrapper .initia__num {
  font-size: 44px;
  line-height: 100%;
  display: inline-block;
  margin-left: 5px;
}
@media only screen and (max-width: 800px) {
  .wrapper .initia__num {
    font-size: 22px;
    font-size: 5.5vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .initia__num {
    padding-left: 2px;
    padding-left: 0.5vw;
  }
}
.wrapper .initia__line {
  font-size: 20px;
  text-align: right;
  line-height: 120%;
  width: 586px;
  border-bottom: solid 2px #000;
  position: relative;
  padding-bottom: 10px;
}
@media only screen and (max-width: 800px) {
  .wrapper .initia__line {
    font-size: 10px;
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .initia__line {
    width: 293px;
    width: 73.25vw;
    padding-bottom: 5px;
    padding-bottom: 1.25vw;
    border-bottom: solid 1px #000;
  }
}
.wrapper .initia__line::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 8px;
  right: 0px;
  height: 4px;
  z-index: 2;
  background-color: #000;
}
@media only screen and (max-width: 800px) {
  .wrapper .initia__line::before {
    height: 2px;
    height: 0.5vw;
    bottom: 4px;
    bottom: 1vw;
  }
}
.wrapper .initia__sub {
  font-size: 28px;
  line-height: 160%;
}
@media only screen and (max-width: 800px) {
  .wrapper .initia__sub {
    font-size: 14px;
    font-size: 3.5vw;
  }
}
.wrapper .initia__h2 {
  font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 56px;
  letter-spacing: -0.02em;
  line-height: 140%;
}
@media only screen and (max-width: 800px) {
  .wrapper .initia__h2 {
    font-size: 28px;
    font-size: 7vw;
  }
}
.wrapper .initia__icon {
  color: #A64B38;
  font-size: 48px;
}
@media only screen and (max-width: 800px) {
  .wrapper .initia__icon {
    font-size: 24px;
    font-size: 6vw;
  }
}
.wrapper .initia__box {
  width: 720px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .wrapper .initia__box {
    width: 360px;
    width: 90vw;
  }
}
.wrapper .initia__box:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (max-width: 800px) {
  .wrapper .initia__box:not(:last-child) {
    margin-bottom: 50px;
    margin-bottom: 12.5vw;
  }
}
.wrapper .initia__pict {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
  .wrapper .initia__pict {
    margin-bottom: 15px;
    margin-bottom: 3.75vw;
  }
}
.wrapper .initia__txt {
  line-height: 180%;
  letter-spacing: 0.03em;
}
.wrapper .initia__dred {
  color: #A64B38;
  font-weight: bold;
}
.wrapper .voice__ttl {
  background: url(../img/ttl_voice.jpg) no-repeat top/100%;
  width: 640px;
  height: 280px;
  margin: 0 auto;
  color: #fff;
  font-size: 66px;
  font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  line-height: 120%;
  letter-spacing: 0.08em;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__ttl {
    font-size: 33px;
    font-size: 8.25vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__ttl {
    width: 320px;
    width: 80vw;
    height: 140px;
    height: 35vw;
  }
}
.wrapper .voice__h2 {
  font-size: 70px;
  padding-top: 160px;
  text-align: center;
  line-height: 100%;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__h2 {
    font-size: 35px;
    font-size: 8.75vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__h2 {
    padding-top: 80px;
    padding-top: 20vw;
  }
}
.wrapper .voice__wrap {
  padding: 44px 0 140px;
  background-color: #EEEEEE;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__wrap {
    padding-top: 22px;
    padding-top: 5.5vw;
    padding-bottom: 70px;
    padding-bottom: 17.5vw;
  }
}
.wrapper .voice__box {
  width: 720px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__box {
    width: 360px;
    width: 90vw;
  }
}
.wrapper .voice__box:not(:last-child) {
  margin-bottom: 110px;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__box:not(:last-child) {
    margin-bottom: 55px;
    margin-bottom: 13.75vw;
  }
}
.wrapper .voice__box::before {
  content: "";
  position: absolute;
  top: 60px;
  border: solid 2px #928179;
  width: 680px;
  height: 90%;
  z-index: 1;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__box::before {
    width: 340px;
    width: 85vw;
    top: 30px;
    top: 7.5vw;
  }
}
.wrapper .voice__box--r::before {
  right: 0;
}
.wrapper .voice__pict {
  width: 650px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__pict {
    width: 325px;
    width: 81.25vw;
  }
}
.wrapper .voice__pict--l {
  margin-left: 110px;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__pict--l {
    margin-left: 55px;
    margin-left: 13.75vw;
  }
}
.wrapper .voice__pict--r {
  margin-left: -40px;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__pict--r {
    margin-right: -20px;
    margin-right: -5vw;
  }
}
.wrapper .voice__name {
  width: 208px;
  height: 208px;
  padding-top: 64px;
  font-size: 28px;
  position: absolute;
  color: #fff;
  text-align: center;
  background-color: #928179;
  border-radius: 50%;
  top: 290px;
  line-height: 180%;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__name {
    font-size: 14px;
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__name {
    width: 104px;
    width: 26vw;
    height: 104px;
    height: 26vw;
    padding-top: 32px;
    padding-top: 8vw;
    top: 145px;
    top: 36.25vw;
  }
}
.wrapper .voice__name--l {
  left: 0px;
}
.wrapper .voice__name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 46px;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__name::before {
    left: 23px;
    left: 5.75vw;
  }
}
.wrapper .voice__name--01::before {
  width: 164px;
  height: 56px;
  background: url(../img/icon_v01.png) no-repeat center/100%;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__name--01::before {
    width: 82px;
    width: 20.5vw;
    height: 28px;
    height: 7vw;
  }
}
.wrapper .voice__name--02::before {
  width: 182px;
  height: 58px;
  background: url(../img/icon_v02.png) no-repeat center/100%;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__name--02::before {
    width: 91px;
    width: 22.75vw;
    height: 29px;
    height: 7.25vw;
  }
}
.wrapper .voice__name--03::before {
  width: 182px;
  height: 57px;
  background: url(../img/icon_v03.png) no-repeat center/100%;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__name--03::before {
    width: 91px;
    width: 22.75vw;
    height: 28px;
    height: 7vw;
  }
}
.wrapper .voice__come {
  font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 38px;
}
@media only screen and (max-width: 900px) {
  .wrapper .voice__come {
    font-size: 18px;
    font-size: 4.5vw;
  }
}
.wrapper .voice__b {
  font-size: 52px;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__b {
    font-size: 26px;
    font-size: 6.5vw;
  }
}
.wrapper .voice__11 {
  font-size: 22px;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__11 {
    font-size: 11px;
    font-size: 2.75vw;
  }
}
.wrapper .voice__prof {
  text-align: center;
}
.wrapper .voice__inner {
  width: 680px;
  margin-top: -180px;
  background-color: #fff;
  padding: 40px 40px;
  position: relative;
  z-index: 1;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__inner {
    width: 340px;
    width: 85vw;
    margin-top: -90px;
    margin-top: -22.5vw;
    padding-top: 20px;
    padding-top: 5vw;
    padding-bottom: 20px;
    padding-bottom: 5vw;
    padding-left: 20px;
    padding-left: 5vw;
    padding-right: 20px;
    padding-right: 5vw;
  }
}
.wrapper .voice__inner--l {
  margin-left: 40px;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__inner--l {
    margin-left: 20px;
    margin-left: 5vw;
  }
}
.wrapper .voice__txt {
  margin: 0 auto;
  font-size: 22px;
  letter-spacing: 0.07em;
  line-height: 210%;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__txt {
    font-size: 11px;
    font-size: 2.75vw;
  }
}
.wrapper .voice__dred {
  font-weight: 400;
  color: #A64B38;
}
.wrapper .voice__pro {
  text-align: center;
  margin: 96px 0 96px;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__pro {
    margin-top: 48px;
    margin-top: 12vw;
    margin-bottom: 48px;
    margin-bottom: 12vw;
  }
}
.wrapper .voice__inpro {
  width: 720px;
  margin: 0 auto;
  background: url(../img/bg_come.jpg) no-repeat center/100%;
  padding: 60px 0 60px;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__inpro {
    width: 360px;
    width: 90vw;
    padding-top: 30px;
    padding-top: 7.5vw;
    padding-bottom: 30px;
    padding-bottom: 7.5vw;
  }
}
.wrapper .voice__bl {
  font-size: 66px;
  font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  line-height: 140%;
  display: table;
  margin: 0 auto 20px;
  padding-bottom: 15px;
  color: #928179;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__bl {
    font-size: 33px;
    font-size: 8.25vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__bl {
    margin-bottom: 13px;
    margin-bottom: 3.25vw;
    padding-bottom: 7px;
    padding-bottom: 1.75vw;
  }
}
.wrapper .voice__bl::before {
  content: "";
  width: 48px;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  margin: 0 auto;
  height: 2px;
  background-color: #928179;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__bl::before {
    width: 24px;
    width: 6vw;
    height: 1px;
    height: 0.25vw;
  }
}
.wrapper .voice__intxt {
  font-size: 24px;
  line-height: 200%;
  color: #5c5c5c;
}
@media only screen and (max-width: 800px) {
  .wrapper .voice__intxt {
    font-size: 12px;
    font-size: 3vw;
  }
}
.wrapper .qa {
  padding: 0px 0 144px;
  margin-bottom: 140px;
  background-color: #F4EEEC;
}
@media only screen and (max-width: 800px) {
  .wrapper .qa {
    padding-bottom: 72px;
    padding-bottom: 18vw;
    margin-bottom: 70px;
    margin-bottom: 17.5vw;
  }
}
.wrapper .qa__ttl {
  background: #928179;
  padding: 42px 0 38px;
  margin: 0 auto 80px;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .wrapper .qa__ttl {
    margin-bottom: 40px;
    margin-bottom: 10vw;
    padding-top: 17px;
    padding-top: 4.25vw;
    padding-bottom: 19px;
    padding-bottom: 4.75vw;
  }
}
.wrapper .qa__sub {
  font-family: "Zen Old Mincho", serif;
  font-size: 46px;
  color: #928179;
  width: 166px;
  padding: 7px 0;
  margin: 0 auto 20px;
  background-color: #fff;
}
@media only screen and (max-width: 800px) {
  .wrapper .qa__sub {
    font-size: 23px;
    font-size: 5.75vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .qa__sub {
    width: 83px;
    width: 20.75vw;
    padding-top: 4px;
    padding-top: 1vw;
    padding-bottom: 4px;
    padding-bottom: 1vw;
    margin-bottom: 10px;
    margin-bottom: 2.5vw;
  }
}
.wrapper .qa__s {
  font-size: 28px;
}
@media only screen and (max-width: 800px) {
  .wrapper .qa__s {
    font-size: 14px;
    font-size: 3.5vw;
  }
}
.wrapper .qa__h2 {
  font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 66px;
  letter-spacing: 0.15em;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .wrapper .qa__h2 {
    font-size: 33px;
    font-size: 8.25vw;
  }
}
.wrapper .qa__icon {
  font-size: 70px;
}
@media only screen and (max-width: 800px) {
  .wrapper .qa__icon {
    font-size: 35px;
    font-size: 8.75vw;
  }
}
.wrapper .qa__icon--r {
  margin-left: 6px;
}
@media only screen and (max-width: 800px) {
  .wrapper .qa__icon--r {
    margin-left: 3px;
    margin-left: 0.75vw;
  }
}
.wrapper .qa__list {
  width: 720px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .wrapper .qa__list {
    width: 360px;
    width: 90vw;
  }
}
.wrapper .qa__item {
  background-color: #fff;
  width: 100%;
  padding: 48px 32px;
}
@media only screen and (max-width: 800px) {
  .wrapper .qa__item {
    padding-top: 24px;
    padding-top: 6vw;
    padding-bottom: 24px;
    padding-bottom: 6vw;
    padding-left: 16px;
    padding-left: 4vw;
    padding-right: 16px;
    padding-right: 4vw;
  }
}
.wrapper .qa__item:not(:last-child) {
  margin-bottom: 90px;
}
@media only screen and (max-width: 800px) {
  .wrapper .qa__item:not(:last-child) {
    margin-bottom: 45px;
    margin-bottom: 11.25vw;
  }
}
.wrapper .qa__inttl {
  background-color: #fff;
  display: flex;
  gap: 24px;
  font-size: 34px;
  line-height: 150%;
  width: 100%;
  padding-bottom: 36px;
  background-image: linear-gradient(to right, #928179 5px, transparent 5px);
  background-size: 11px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media only screen and (max-width: 800px) {
  .wrapper .qa__inttl {
    font-size: 17px;
    font-size: 4.25vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .qa__inttl {
    background-image: linear-gradient(to right, #928179 3px, transparent 3px);
    background-size: 7px 1px;
    padding-bottom: 18px;
    padding-bottom: 4.5vw;
    gap: 12px;
    gap: 3vw;
  }
}
.wrapper .qa__pp {
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 60px;
  height: 60px;
  background-color: #928179;
  border-radius: 50%;
  line-height: 100%;
}
@media only screen and (max-width: 800px) {
  .wrapper .qa__pp {
    font-size: 20px;
    font-size: 5vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .qa__pp {
    width: 30px;
    width: 7.5vw;
    height: 30px;
    height: 7.5vw;
  }
}
.wrapper .qa__qu {
  font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  width: 552px;
  line-height: 160%;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 800px) {
  .wrapper .qa__qu {
    width: 276px;
    width: 69vw;
  }
}
.wrapper .qa__dred {
  color: #A64B38;
}
.wrapper .qa__a {
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 180%;
  padding: 26px 0 0;
  background-color: #fff;
}
@media only screen and (max-width: 800px) {
  .wrapper .qa__a {
    font-size: 14px;
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .qa__a {
    padding-top: 13px;
    padding-top: 3.25vw;
  }
}
.wrapper .ceo {
  padding: 100px 0 130px;
  background: url(../img/bg_nami.jpg) no-repeat center top/cover;
}
@media only screen and (max-width: 800px) {
  .wrapper .ceo {
    padding-top: 50px;
    padding-top: 12.5vw;
    padding-bottom: 65px;
    padding-bottom: 16.25vw;
  }
}
.wrapper .ceo__ttl {
  text-align: center;
  font-size: 40px;
  font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  margin: 0 auto 40px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .wrapper .ceo__ttl {
    font-size: 20px;
    font-size: 5vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .ceo__ttl {
    margin-bottom: 20px;
    margin-bottom: 5vw;
  }
}
.wrapper .ceo__ttl::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0px;
  height: 2px;
  background-color: #313131;
}
@media only screen and (max-width: 800px) {
  .wrapper .ceo__ttl::before {
    height: 1px;
    height: 0.25vw;
    top: 15px;
    top: 3.75vw;
  }
}
.wrapper .ceo__sub {
  color: #fff;
  background-color: #313131;
  line-height: 150%;
  display: table;
  padding: 0 30px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 800px) {
  .wrapper .ceo__sub {
    padding-left: 15px;
    padding-left: 3.75vw;
    padding-right: 15px;
    padding-right: 3.75vw;
    margin-bottom: 20px;
    margin-bottom: 5vw;
  }
}
.wrapper .ceo__h2 {
  letter-spacing: 0.05em;
  line-height: 190%;
}
.wrapper .ceo__dred {
  font-size: 56px;
  color: #A64B38;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 800px) {
  .wrapper .ceo__dred {
    font-size: 28px;
    font-size: 7vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .ceo__dred {
    margin-bottom: 5px;
    margin-bottom: 1.25vw;
  }
}
.wrapper .ceo__pict {
  width: 400px;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 800px) {
  .wrapper .ceo__pict {
    margin-bottom: 7px;
    margin-bottom: 1.75vw;
    width: 200px;
    width: 50vw;
  }
}
.wrapper .ceo__inner {
  width: 616px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .wrapper .ceo__inner {
    width: 308px;
    width: 77vw;
  }
}
.wrapper .ceo__txt {
  font-size: 22px;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 800px) {
  .wrapper .ceo__txt {
    font-size: 11px;
    font-size: 2.75vw;
  }
}
.wrapper .ceo__dod {
  line-height: 190%;
  background-image: linear-gradient(to right, rgba(112, 112, 112, 0.2) 5px, transparent 5px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 8px;
}
@media only screen and (max-width: 800px) {
  .wrapper .ceo__dod {
    padding-bottom: 4px;
    padding-bottom: 1vw;
    background-image: linear-gradient(to right, rgba(112, 112, 112, 0.2) 3px, transparent 3px);
    background-size: 7px 1px;
  }
}
.wrapper .ceo__dod:not(:last-child) {
  margin-bottom: 8px;
}
@media only screen and (max-width: 800px) {
  .wrapper .ceo__dod:not(:last-child) {
    margin-bottom: 4px;
    margin-bottom: 1vw;
  }
}
.wrapper .style {
  margin: 180px auto 240px;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .wrapper .style {
    margin-top: 90px;
    margin-top: 22.5vw;
    margin-bottom: 120px;
    margin-bottom: 30vw;
  }
}
.wrapper .style__inner {
  width: 720px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 800px) {
  .wrapper .style__inner {
    width: 360px;
    width: 90vw;
    margin-bottom: 25px;
    margin-bottom: 6.25vw;
  }
}
.wrapper .style__ttl {
  padding: 6px;
  margin: 0 auto;
  background-color: #928179;
  color: #fff;
  font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 100;
  line-height: 120%;
  letter-spacing: 0.08em;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .wrapper .style__ttl {
    max-width: 360px;
    max-width: 90vw;
    padding: 3px;
    padding: 0.75vw;
  }
}
.wrapper .style__ttl::before {
  content: "";
  width: 38px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  background: url(../img/icon_tri.png) no-repeat center/100%;
}
@media only screen and (max-width: 800px) {
  .wrapper .style__ttl::before {
    width: 19px;
    width: 4.75vw;
    height: 10px;
    height: 2.5vw;
    bottom: -10px;
    bottom: -2.5vw;
  }
}
.wrapper .style__h2 {
  font-size: 56px;
  line-height: 100%;
  padding: 36px 0 32px;
  border: solid 2px #fff;
}
@media only screen and (max-width: 800px) {
  .wrapper .style__h2 {
    font-size: 28px;
    font-size: 7vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .style__h2 {
    padding-top: 20px;
    padding-top: 5vw;
    padding-bottom: 19px;
    padding-bottom: 4.75vw;
  }
}
.wrapper .style__box {
  background-color: #F4EEEC;
  margin: 0 auto 0px;
  padding: 90px 0 44px;
}
@media only screen and (max-width: 800px) {
  .wrapper .style__box {
    padding-top: 45px;
    padding-top: 11.25vw;
    padding-bottom: 22px;
    padding-bottom: 5.5vw;
  }
}
.wrapper .style__sub {
  font-size: 32px;
  line-height: 180%;
  margin: 0 auto 12px;
}
@media only screen and (max-width: 800px) {
  .wrapper .style__sub {
    font-size: 16px;
    font-size: 4vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .style__sub {
    margin-bottom: 6px;
    margin-bottom: 1.5vw;
  }
}
.wrapper .style__list {
  max-width: 580px;
  margin: 0 auto 0px;
}
@media only screen and (max-width: 800px) {
  .wrapper .style__list {
    max-width: 290px;
    max-width: 72.5vw;
  }
}
.wrapper .style__item {
  font-family: "Noto Sans JP", sans-serif;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: flex-start;
  gap: 5px;
  text-align: left;
}
@media only screen and (max-width: 800px) {
  .wrapper .style__item {
    gap: 2.5px;
    gap: 0.625vw;
  }
}
.wrapper .style__item:not(:last-child) {
  margin-bottom: 26px;
}
@media only screen and (max-width: 800px) {
  .wrapper .style__item:not(:last-child) {
    margin-bottom: 13px;
    margin-bottom: 3.25vw;
  }
}
.wrapper .style__info {
  width: 166px;
  font-size: 26px;
  letter-spacing: 0.02em;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .wrapper .style__info {
    font-size: 13px;
    font-size: 3.25vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .style__info {
    width: 83px;
    width: 20.75vw;
  }
}
.wrapper .style__info::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, rgba(112, 112, 112, 0.2) 4px, transparent 4px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media only screen and (max-width: 800px) {
  .wrapper .style__info::after {
    bottom: 3px;
    bottom: 0.75vw;
    background-image: linear-gradient(to right, rgba(112, 112, 112, 0.2) 3px, transparent 3px);
    background-size: 6px 1px;
  }
}
.wrapper .style__ininfo {
  padding-right: 2px;
  background-color: #F4EEEC;
  position: relative;
  z-index: 2;
}
.wrapper .style__txt {
  font-size: 24px;
  letter-spacing: 0.02em;
  width: 408px;
}
@media only screen and (max-width: 800px) {
  .wrapper .style__txt {
    font-size: 12px;
    font-size: 3vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .style__txt {
    width: 204px;
    width: 51vw;
  }
}
.wrapper .style__add {
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: left;
}
@media only screen and (max-width: 800px) {
  .wrapper .style__add {
    font-size: 10px;
    font-size: 2.5vw;
  }
}
.wrapper .style__btn {
  display: block;
  max-width: 640px;
  margin: 0 auto 0px;
}
@media only screen and (max-width: 800px) {
  .wrapper .style__btn {
    width: 320px;
    width: 80vw;
  }
}
.wrapper .info {
  margin: 0px auto 220px;
  text-align: center;
  font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
@media only screen and (max-width: 800px) {
  .wrapper .info {
    margin-bottom: 110px;
    margin-bottom: 27.5vw;
  }
}
.wrapper .info__inner {
  width: 720px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .wrapper .info__inner {
    width: 360px;
    width: 90vw;
  }
}
.wrapper .info__h2 {
  width: 720px;
  font-size: 56px;
  text-align: center;
  font-weight: 100;
  line-height: 160%;
  letter-spacing: 0.08em;
  margin: 0 auto 40px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .wrapper .info__h2 {
    font-size: 28px;
    font-size: 7vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .info__h2 {
    width: 360px;
    width: 90vw;
    margin-bottom: 20px;
    margin-bottom: 5vw;
  }
}
.wrapper .info__h2::before, .wrapper .info__h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 140px;
  background-color: #5C5C5C;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .wrapper .info__h2::before, .wrapper .info__h2::after {
    width: 1px;
    width: 0.25vw;
    height: 70px;
    height: 17.5vw;
    top: 10px;
    top: 2.5vw;
  }
}
.wrapper .info__h2::after {
  left: 26px;
  transform: rotateZ(-22deg);
}
@media only screen and (max-width: 800px) {
  .wrapper .info__h2::after {
    left: 13px;
    left: 3.25vw;
  }
}
.wrapper .info__h2::before {
  right: 26px;
  transform: rotateZ(22deg);
}
@media only screen and (max-width: 800px) {
  .wrapper .info__h2::before {
    right: 13px;
    right: 3.25vw;
  }
}
.wrapper .info__dred {
  font-size: 76px;
  color: #A64B38;
}
@media only screen and (max-width: 800px) {
  .wrapper .info__dred {
    font-size: 38px;
    font-size: 9.5vw;
  }
}
.wrapper .info__pict {
  margin: 0 auto;
}
.wrapper .info__pict--s {
  width: 6px;
}
@media only screen and (max-width: 800px) {
  .wrapper .info__pict--s {
    width: 3px;
    width: 0.75vw;
  }
}
.wrapper .info__pict:not(:last-child) {
  margin-bottom: 46px;
}
@media only screen and (max-width: 800px) {
  .wrapper .info__pict:not(:last-child) {
    margin-bottom: 23px;
    margin-bottom: 5.75vw;
  }
}
.wrapper .info__body {
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 800px) {
  .wrapper .info__body {
    margin-bottom: 40px;
    margin-bottom: 10vw;
  }
}
.wrapper .info__line {
  border-bottom: solid 2px;
}
@media only screen and (max-width: 800px) {
  .wrapper .info__line {
    border-bottom: solid 1px;
  }
}
.wrapper .info__txt {
  font-size: 40px;
  font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  letter-spacing: 0.03em;
  line-height: 180%;
}
@media only screen and (max-width: 800px) {
  .wrapper .info__txt {
    font-size: 20px;
    font-size: 5vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .info__txt {
    margin-bottom: 30px;
    margin-bottom: 7.5vw;
  }
}
.wrapper .info__txt--01 {
  margin: 0 auto 60px;
}
@media only screen and (max-width: 800px) {
  .wrapper .info__txt--01 {
    margin-bottom: 30px;
    margin-bottom: 7.5vw;
  }
}
.wrapper .info__btn {
  display: block;
  max-width: 640px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .wrapper .info__btn {
    width: 320px;
    width: 80vw;
  }
}

.footer {
  border-top: solid 1px #707070;
  padding: 20px 0;
  background-color: #000;
}
@media only screen and (max-width: 800px) {
  .footer {
    padding-top: 10px;
    padding-top: 2.5vw;
    padding-bottom: 10px;
    padding-bottom: 2.5vw;
  }
}
.footer__copy {
  font-size: 20px;
  color: #fff;
  display: table;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .footer__copy {
    font-size: 10px;
    font-size: 2.5vw;
  }
}/*# sourceMappingURL=style.css.map */