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

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

body {
  font-family: "Shippori Mincho", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "kaku Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 140%;
  font-weight: 300;
  margin: 0;
  background-color: #000;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
}

.serif {
  /* 明朝体系(セリフ体)のフォント指定 */
  font-family: "ヒラギノ明朝 Pro W3", "kaku Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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: 640px) {
  .pc {
    display: none;
  }
}

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

/*---------------------------------------
header
=======================================*/
.fv {
  padding-bottom: 30px;
  overflow: hidden;
  background: #000;
}
@media only screen and (max-width: 640px) {
  .fv {
    padding-bottom: 15px;
    padding-bottom: 4.6875vw;
  }
}
.fv__inner {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 140px 0 410px;
  background: url(../img/mv.jpg) #000 no-repeat top center;
}
@media only screen and (min-width: 1201px) {
  .fv__inner {
    background-size: 1340px;
  }
}
@media only screen and (max-width: 1200px) {
  .fv__inner {
    background-size: 1340px;
  }
}
@media only screen and (max-width: 640px) {
  .fv__inner {
    background-size: 670px;
    background-size: 209.375vw;
    padding-top: 70px;
    padding-top: 21.875vw;
    padding-bottom: 205px;
    padding-bottom: 64.0625vw;
  }
}
.fv__sub {
  font-size: 24px;
  letter-spacing: 0em;
  font-weight: 300;
  padding-bottom: 15px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .fv__sub {
    font-size: 12px;
    font-size: 3.75vw;
  }
}
@media only screen and (max-width: 640px) {
  .fv__sub {
    padding-bottom: 7px;
    padding-bottom: 2.1875vw;
  }
}
.fv__sub::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 259px;
  height: 15px;
  background: url(../img/mv_line.png) no-repeat top center/cover;
}
@media only screen and (max-width: 640px) {
  .fv__sub::before {
    width: 130px;
    width: 40.625vw;
    height: 7px;
    height: 2.1875vw;
    bottom: -7px;
    bottom: -2.1875vw;
  }
}
.fv__h1 {
  font-size: 84px;
  letter-spacing: 0.05em;
  margin: 30px auto 70px;
}
@media only screen and (max-width: 640px) {
  .fv__h1 {
    font-size: 42px;
    font-size: 13.125vw;
  }
}
@media only screen and (max-width: 640px) {
  .fv__h1 {
    margin-top: 15px;
    margin-top: 4.6875vw;
    margin-bottom: 35px;
    margin-bottom: 10.9375vw;
  }
}
.fv__s {
  font-size: 68px;
}
@media only screen and (max-width: 640px) {
  .fv__s {
    font-size: 34px;
    font-size: 10.625vw;
  }
}
.fv__30 {
  width: 134px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .fv__30 {
    width: 66px;
    width: 20.625vw;
  }
}
.fv__body {
  margin: 0 auto;
}
.fv__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
  padding: 30px 0 20px;
}
@media only screen and (max-width: 640px) {
  .fv__txt {
    font-size: 12px;
    font-size: 3.75vw;
  }
}
@media only screen and (max-width: 640px) {
  .fv__txt {
    padding-top: 15px;
    padding-top: 4.6875vw;
    padding-bottom: 10px;
    padding-bottom: 3.125vw;
  }
}
.fv__info {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
  margin: 30px auto 0;
}
@media only screen and (max-width: 640px) {
  .fv__info {
    font-size: 12px;
    font-size: 3.75vw;
  }
}
@media only screen and (max-width: 640px) {
  .fv__info {
    margin-top: 15px;
    margin-top: 4.6875vw;
  }
}
.fv__btn {
  display: block;
  width: 596px;
  margin: 0px auto 0;
}
@media only screen and (max-width: 640px) {
  .fv__btn {
    width: 298px;
    width: 93.125vw;
  }
}
.wrapper {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.wrapper .cta {
  background: #000000;
  text-align: center;
  color: #fff;
  padding: 0px 0 200px;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta {
    padding-bottom: 100px;
    padding-bottom: 31.25vw;
  }
}
.wrapper .cta__inner {
  width: 546px;
  margin: 0 auto;
  padding: 100px 0 30px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta__inner {
    width: 273px;
    width: 85.3125vw;
    padding-top: 50px;
    padding-top: 15.625vw;
    padding-bottom: 15px;
    padding-bottom: 4.6875vw;
  }
}
.wrapper .cta__inner::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 50px;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta__inner::before {
    width: 1px;
    height: 25px;
    height: 7.8125vw;
  }
}
.wrapper .cta__h2 {
  font-size: 32px;
  line-height: 170%;
  font-weight: 300;
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta__h2 {
    font-size: 16px;
    font-size: 5vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .cta__h2 {
    margin-bottom: 40px;
    margin-bottom: 12.5vw;
  }
}
.wrapper .cta__gold {
  font-size: 40px;
  color: #AC9E66;
  line-height: 160%;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta__gold {
    font-size: 20px;
    font-size: 6.25vw;
  }
}
.wrapper .cta__mv {
  margin-bottom: 70px;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta__mv {
    margin-bottom: 35px;
    margin-bottom: 10.9375vw;
  }
}
.wrapper .cta__body {
  font-size: 20px;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta__body {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
.wrapper .cta__btn {
  display: block;
  width: 596px;
  margin: 0px auto 0;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta__btn {
    width: 298px;
    width: 93.125vw;
  }
}
.wrapper .cta__info {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
  margin: 30px auto 0;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta__info {
    font-size: 12px;
    font-size: 3.75vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .cta__info {
    margin-top: 15px;
    margin-top: 4.6875vw;
  }
}
.wrapper .cta02 {
  background: #000000;
  text-align: center;
  color: #fff;
  padding: 0px 0 240px;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta02 {
    padding-bottom: 120px;
    padding-bottom: 37.5vw;
  }
}
.wrapper .cta02__inner {
  width: 546px;
  margin: 0 auto;
  padding: 170px 0 30px;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta02__inner {
    width: 273px;
    width: 85.3125vw;
    padding-top: 85px;
    padding-top: 26.5625vw;
    padding-bottom: 15px;
    padding-bottom: 4.6875vw;
  }
}
.wrapper .cta02__h2 {
  font-size: 32px;
  line-height: 170%;
  font-weight: 300;
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta02__h2 {
    font-size: 16px;
    font-size: 5vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .cta02__h2 {
    margin-bottom: 40px;
    margin-bottom: 12.5vw;
  }
}
.wrapper .cta02__gold {
  font-size: 40px;
  color: #AC9E66;
  line-height: 160%;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta02__gold {
    font-size: 20px;
    font-size: 6.25vw;
  }
}
.wrapper .cta02__mv {
  margin-bottom: 70px;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta02__mv {
    margin-bottom: 35px;
    margin-bottom: 10.9375vw;
  }
}
.wrapper .cta02__body {
  font-size: 20px;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta02__body {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
.wrapper .cta02__btn {
  display: block;
  width: 596px;
  margin: 0px auto 0;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta02__btn {
    width: 298px;
    width: 93.125vw;
  }
}
.wrapper .cta02__info {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
  margin: 30px auto 0;
}
@media only screen and (max-width: 640px) {
  .wrapper .cta02__info {
    font-size: 12px;
    font-size: 3.75vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .cta02__info {
    margin-top: 15px;
    margin-top: 4.6875vw;
  }
}
.wrapper .concept {
  background: url(../img/bg01.jpg) no-repeat center bottom/cover #000000;
  text-align: center;
  color: #fff;
  padding: 0px 0 180px;
}
@media only screen and (max-width: 640px) {
  .wrapper .concept {
    padding-bottom: 90px;
    padding-bottom: 28.125vw;
  }
}
.wrapper .concept__ttl {
  background-color: #000;
  overflow: hidden;
  padding-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .wrapper .concept__ttl {
    padding-bottom: 15px;
    padding-bottom: 4.6875vw;
  }
}
.wrapper .concept__h2 {
  font-size: 36px;
  line-height: 160%;
  font-weight: 300;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .wrapper .concept__h2 {
    font-size: 18px;
    font-size: 5.625vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .concept__h2 {
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
  }
}
.wrapper .concept__gold {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  color: #AC9E66;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .wrapper .concept__gold {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .concept__gold {
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
    padding-bottom: 20px;
    padding-bottom: 6.25vw;
  }
}
.wrapper .concept__gold::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 28px;
  background: #AC9E66;
}
@media only screen and (max-width: 640px) {
  .wrapper .concept__gold::before {
    width: 1px;
    height: 14px;
    height: 4.375vw;
  }
}
.wrapper .concept__mv {
  width: 544px;
  margin: -30px auto 140px;
}
@media only screen and (max-width: 640px) {
  .wrapper .concept__mv {
    margin-top: -15px;
    margin-top: -4.6875vw;
    margin-bottom: 70px;
    margin-bottom: 21.875vw;
    width: 272px;
    width: 85vw;
  }
}
.wrapper .concept__h4 {
  font-size: 36px;
  line-height: 160%;
  font-weight: bold;
  margin-bottom: 90px;
}
@media only screen and (max-width: 640px) {
  .wrapper .concept__h4 {
    font-size: 18px;
    font-size: 5.625vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .concept__h4 {
    margin-bottom: 45px;
    margin-bottom: 14.0625vw;
  }
}
.wrapper .concept__item {
  font-size: 24px;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .wrapper .concept__item {
    font-size: 12px;
    font-size: 3.75vw;
  }
}
.wrapper .concept__item:not(:last-child) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .wrapper .concept__item:not(:last-child) {
    margin-bottom: 40px;
    margin-bottom: 12.5vw;
  }
}
.wrapper .concept__item::after {
  content: "";
  height: 15px;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .wrapper .concept__item::after {
    padding-bottom: 10px;
    padding-bottom: 3.125vw;
    bottom: -18px;
    bottom: -5.625vw;
    height: 7px;
    height: 2.1875vw;
  }
}
.wrapper .concept__item--01::after {
  width: 427px;
  background: url(../img/line01.png) no-repeat center/100%;
}
@media only screen and (max-width: 640px) {
  .wrapper .concept__item--01::after {
    width: 218px;
    width: 68.125vw;
  }
}
.wrapper .concept__item--02::after {
  width: 469px;
  background: url(../img/line02.png) no-repeat center/100%;
}
@media only screen and (max-width: 640px) {
  .wrapper .concept__item--02::after {
    width: 234px;
    width: 73.125vw;
  }
}
.wrapper .concept__item--03::after {
  width: 281px;
  background: url(../img/line03.png) no-repeat center/100%;
}
@media only screen and (max-width: 640px) {
  .wrapper .concept__item--03::after {
    width: 140px;
    width: 43.75vw;
  }
}
.wrapper .kantan {
  text-align: center;
  background: #fff;
  padding: 40px 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .wrapper .kantan {
    padding-top: 20px;
    padding-top: 6.25vw;
    padding-bottom: 20px;
    padding-bottom: 6.25vw;
  }
}
.wrapper .kantan::before, .wrapper .kantan::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 88px;
  background-color: #AC9E66;
}
@media only screen and (max-width: 640px) {
  .wrapper .kantan::before, .wrapper .kantan::after {
    height: 44px;
    height: 13.75vw;
  }
}
.wrapper .kantan::before {
  top: -30px;
}
@media only screen and (max-width: 640px) {
  .wrapper .kantan::before {
    top: -15px;
    top: -4.6875vw;
  }
}
.wrapper .kantan::after {
  bottom: -30px;
}
@media only screen and (max-width: 640px) {
  .wrapper .kantan::after {
    bottom: -15px;
    bottom: -4.6875vw;
  }
}
.wrapper .kantan__inner {
  background: url(../img/bg_shikaku.png) no-repeat center bottom/100%;
  width: 545px;
  padding: 62px 0 70px;
  letter-spacing: 0.03em;
  margin: 0 auto;
  line-height: 140%;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .wrapper .kantan__inner {
    padding-top: 31px;
    padding-top: 9.6875vw;
    padding-bottom: 35px;
    padding-bottom: 10.9375vw;
    width: 272px;
    width: 85vw;
  }
}
.wrapper .kantan__txt {
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .wrapper .kantan__txt {
    font-size: 12px;
    font-size: 3.75vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .kantan__txt {
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
  }
}
.wrapper .kantan__gold {
  font-size: 32px;
  color: #AC9E66;
  line-height: 140%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .wrapper .kantan__gold {
    font-size: 16px;
    font-size: 5vw;
  }
}
.wrapper .kantan__ten {
  position: relative;
}
.wrapper .kantan__ten::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #AC9E66;
}
@media only screen and (max-width: 640px) {
  .wrapper .kantan__ten::before {
    width: 3px;
    width: 0.9375vw;
    height: 3px;
    height: 0.9375vw;
    top: -3px;
    top: -0.9375vw;
  }
}
.wrapper .genin {
  padding: 150px 0 170px;
  background: url(../img/bg02.jpg) #000 no-repeat top center/cover;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin {
    padding-top: 75px;
    padding-top: 23.4375vw;
    padding-bottom: 85px;
    padding-bottom: 26.5625vw;
  }
}
.wrapper .genin__h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 160%;
  background: url(../img/bg_washi.jpg) no-repeat center/cover;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__h2 {
    font-size: 18px;
    font-size: 5.625vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__h2 {
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
  }
}
.wrapper .genin__pict {
  width: 197px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__pict {
    width: 98px;
    width: 30.625vw;
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
  }
}
.wrapper .genin__gold {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  color: #AC9E66;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__gold {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__gold {
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
    padding-bottom: 20px;
    padding-bottom: 6.25vw;
  }
}
.wrapper .genin__gold::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 28px;
  background: #AC9E66;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__gold::before {
    width: 1px;
    height: 14px;
    height: 4.375vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__gold {
    margin-bottom: 35px;
    margin-bottom: 10.9375vw;
  }
}
.wrapper .genin__list {
  width: 510px;
  margin: 0 auto 90px;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__list {
    width: 255px;
    width: 79.6875vw;
    margin-bottom: 45px;
    margin-bottom: 14.0625vw;
  }
}
.wrapper .genin__item {
  color: #fff;
  font-size: 20px;
  width: 100%;
  line-height: 180%;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__item {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
.wrapper .genin__item:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__item:not(:last-child) {
    margin-bottom: 50px;
    margin-bottom: 15.625vw;
  }
}
.wrapper .genin__item--01 {
  padding-top: 40px;
  background: url(../img/icon_r01.png) no-repeat top right/197px;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__item--01 {
    padding-top: 20px;
    padding-top: 6.25vw;
    background-size: 98px;
    background-size: 30.625vw;
  }
}
.wrapper .genin__item--02 {
  background: url(../img/icon_r02.png) no-repeat top right/214px;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__item--02 {
    background-size: 107px;
    background-size: 33.4375vw;
  }
}
.wrapper .genin__item--03 {
  padding-top: 44px;
  background: url(../img/icon_r03.png) no-repeat top right/154px;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__item--03 {
    padding-top: 22px;
    padding-top: 6.875vw;
    background-size: 77px;
    background-size: 24.0625vw;
  }
}
.wrapper .genin__ittl {
  display: flex;
  justify-items: start;
  align-items: baseline;
  margin-bottom: 40px;
  gap: 5px;
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__ittl {
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
  }
}
.wrapper .genin__ittl--02 {
  justify-content: end;
}
.wrapper .genin__num {
  font-family: "Didot", "Shippori Mincho", sans-serif;
  font-size: 90px;
  color: #AC9E66;
  display: table;
  letter-spacing: 0;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__num {
    font-size: 45px;
    font-size: 14.0625vw;
  }
}
.wrapper .genin__point {
  display: table;
  color: #AC9E66;
  font-size: 40px;
  line-height: 110%;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__point {
    font-size: 20px;
    font-size: 6.25vw;
  }
}
.wrapper .genin__ttl {
  color: #fff;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__ttl {
    margin-bottom: 10px;
    margin-bottom: 3.125vw;
  }
}
.wrapper .genin__sub {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__sub {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__sub {
    margin-bottom: 2px;
    margin-bottom: 0.625vw;
  }
}
.wrapper .genin__h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 46px;
  line-height: 130%;
  padding-bottom: 15px;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #fff;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__h4 {
    font-size: 23px;
    font-size: 7.1875vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__h4 {
    padding-bottom: 10px;
    padding-bottom: 3.125vw;
    margin-bottom: 10px;
    margin-bottom: 3.125vw;
  }
}
.wrapper .genin__ibody {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 0.02em;
  font-feature-settings: normal;
}
.wrapper .genin__box {
  padding: 50px 0;
  background: url(../img/bg_point.png) no-repeat center/519px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__box {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__box {
    padding-top: 25px;
    padding-top: 7.8125vw;
    padding-bottom: 25px;
    padding-bottom: 7.8125vw;
    background-size: 259px;
    background-size: 80.9375vw;
  }
}
.wrapper .genin__dt {
  color: #AC9E66;
  display: table;
  margin: 0 auto 10px;
  padding-bottom: 2px;
  border-bottom: solid 2px #AC9E66;
}
@media only screen and (max-width: 640px) {
  .wrapper .genin__dt {
    margin-bottom: 5px;
    margin-bottom: 1.5625vw;
    padding-bottom: 1px;
    padding-bottom: 0.3125vw;
    border-bottom: 1px;
  }
}
.wrapper .genin__dd {
  font-weight: 300;
  line-height: 180%;
}
.wrapper .about {
  color: #fff;
  text-align: center;
  padding: 100px 0 200px;
  background: url(../img/bg03.jpg) no-repeat top center/750px;
}
@media only screen and (max-width: 640px) {
  .wrapper .about {
    padding-top: 50px;
    padding-top: 15.625vw;
    padding-bottom: 100px;
    padding-bottom: 31.25vw;
    background-size: cover;
  }
}
.wrapper .about__h2 {
  width: 430px;
  margin: 0 auto 120px;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__h2 {
    width: 215px;
    width: 67.1875vw;
    margin-bottom: 60px;
    margin-bottom: 18.75vw;
  }
}
.wrapper .about__ttl {
  text-align: center;
  padding-bottom: 144px;
  background: url(../img/bg_hatena.png) no-repeat top 60px center/86px;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__ttl {
    background: url(../img/bg_hatena.png) no-repeat top 30px center;
    background-size: 43px;
    background-size: 13.4375vw;
    background-position: top 43px center;
    padding-bottom: 72px;
    padding-bottom: 22.5vw;
    background-size: 43px;
    background-size: 13.4375vw;
  }
}
.wrapper .about__demo {
  font-size: 38px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__demo {
    font-size: 18px;
    font-size: 5.625vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .about__demo {
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
  }
}
.wrapper .about__h3 {
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 150%;
  font-weight: 300;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__h3 {
    font-size: 13px;
    font-size: 4.0625vw;
  }
}
.wrapper .about__zehi {
  font-size: 32px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__zehi {
    font-size: 16px;
    font-size: 5vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .about__zehi {
    margin-bottom: 10px;
    margin-bottom: 3.125vw;
  }
}
.wrapper .about__h4 {
  display: table;
  font-size: 46px;
  margin: 0 auto 80px;
  padding-bottom: 5px;
  line-height: 160%;
  border-bottom: solid 1px;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__h4 {
    font-size: 23px;
    font-size: 7.1875vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .about__h4 {
    margin-bottom: 40px;
    margin-bottom: 12.5vw;
    padding-bottom: 2px;
    padding-bottom: 0.625vw;
  }
}
.wrapper .about__inner {
  background: url(../img/bg_w.jpg) no-repeat center/cover;
}
.wrapper .about__pict {
  width: 522px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 640px) {
  .wrapper .about__pict {
    width: 261px;
    width: 81.5625vw;
    margin-bottom: 10px;
    margin-bottom: 3.125vw;
  }
}
.wrapper .come {
  padding: 170px 0 150px;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  .wrapper .come {
    padding-top: 85px;
    padding-top: 26.5625vw;
    padding-bottom: 75px;
    padding-bottom: 23.4375vw;
  }
}
.wrapper .come__h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .wrapper .come__h2 {
    font-size: 17px;
    font-size: 5.3125vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .come__h2 {
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
  }
}
.wrapper .come__gold {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  color: #AC9E66;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 640px) {
  .wrapper .come__gold {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .come__gold {
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
    padding-bottom: 20px;
    padding-bottom: 6.25vw;
  }
}
.wrapper .come__gold::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 28px;
  background: #AC9E66;
}
@media only screen and (max-width: 640px) {
  .wrapper .come__gold::before {
    width: 1px;
    height: 14px;
    height: 4.375vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .come__gold {
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
  }
}
.wrapper .come__pict {
  width: 286px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 640px) {
  .wrapper .come__pict {
    width: 143px;
    width: 44.6875vw;
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
  }
}
.wrapper .come__item:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .wrapper .come__item:not(:last-child) {
    margin-bottom: 50px;
    margin-bottom: 15.625vw;
  }
}
.wrapper .come__image {
  width: 100%;
}
.wrapper .come__body {
  width: 577px;
  margin: -95px auto 0;
  padding: 30px 30px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .wrapper .come__body {
    width: 288px;
    width: 90vw;
    padding: 15px;
    padding: 4.6875vw;
    margin-top: -47px;
    margin-top: -14.6875vw;
    padding-right: 18px;
    padding-right: 5.625vw;
    padding-left: 18px;
    padding-left: 5.625vw;
  }
}
.wrapper .come__body--01 {
  height: 914px;
  background: url(../img/bg_come01.png) no-repeat top center/100%;
}
@media only screen and (max-width: 640px) {
  .wrapper .come__body--01 {
    height: 457px;
    height: 142.8125vw;
  }
}
.wrapper .come__body--02 {
  height: 924px;
  background: url(../img/bg_come02.png) no-repeat top center/100%;
}
@media only screen and (max-width: 640px) {
  .wrapper .come__body--02 {
    height: 462px;
    height: 144.375vw;
  }
}
.wrapper .come__body--03 {
  height: 833px;
  background: url(../img/bg_come03.png) no-repeat top center/100%;
}
@media only screen and (max-width: 640px) {
  .wrapper .come__body--03 {
    height: 416px;
    height: 130vw;
  }
}
.wrapper .come__dt {
  color: #fff;
  font-family: "Didot", "Shippori Mincho", sans-serif;
  font-size: 36px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .wrapper .come__dt {
    font-size: 18px;
    font-size: 5.625vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .come__dt {
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
  }
}
.wrapper .come__sub {
  font-size: 24px;
}
@media only screen and (max-width: 640px) {
  .wrapper .come__sub {
    font-size: 12px;
    font-size: 3.75vw;
  }
}
.wrapper .come__dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  line-height: 155%;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .wrapper .come__dd {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .come__dd {
    letter-spacing: 0.03em;
  }
}
.wrapper .come__dd--ttl {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 120%;
}
@media only screen and (max-width: 640px) {
  .wrapper .come__dd--ttl {
    font-size: 18px;
    font-size: 5.625vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .come__dd--ttl {
    margin-bottom: 10px;
    margin-bottom: 3.125vw;
  }
}
.wrapper .voice {
  background-color: #fff;
  padding: 180px 0 0px;
}
@media only screen and (max-width: 640px) {
  .wrapper .voice {
    padding-top: 90px;
    padding-top: 28.125vw;
  }
}
.wrapper .voice__h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__h2 {
    font-size: 20px;
    font-size: 6.25vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__h2 {
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
  }
}
.wrapper .voice__gold {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  color: #AC9E66;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__gold {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__gold {
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
    padding-bottom: 20px;
    padding-bottom: 6.25vw;
  }
}
.wrapper .voice__gold::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 28px;
  background: #AC9E66;
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__gold::before {
    width: 1px;
    height: 14px;
    height: 4.375vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__gold {
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
  }
}
.wrapper .voice__list {
  background-color: #343533;
  color: #fff;
}
.wrapper .voice__item {
  position: relative;
  padding: 50px 0 70px;
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__item {
    padding-top: 25px;
    padding-top: 7.8125vw;
    padding-bottom: 35px;
    padding-bottom: 10.9375vw;
  }
}
.wrapper .voice__item::after, .wrapper .voice__item::before {
  content: "";
  position: absolute;
}
.wrapper .voice__item::after {
  top: 0;
  left: 0;
  width: 206px;
  height: 245px;
  background: url(../img/icon_half.png) no-repeat center/100%;
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__item::after {
    width: 103px;
    width: 32.1875vw;
    height: 122px;
    height: 38.125vw;
  }
}
.wrapper .voice__item::before {
  right: 0;
  bottom: 0;
  width: 45px;
  height: 54px;
  background: url(../img/icon_half-s.png) no-repeat center/100%;
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__item::before {
    width: 22px;
    width: 6.875vw;
    height: 27px;
    height: 8.4375vw;
  }
}
.wrapper .voice__inner {
  width: 544px;
  margin: 0 auto;
  border: solid 2px #fff;
  padding: 70px 36px 40px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__inner {
    width: 272px;
    width: 85vw;
    padding-top: 35px;
    padding-top: 10.9375vw;
    padding-bottom: 20px;
    padding-bottom: 6.25vw;
    padding-left: 18px;
    padding-left: 5.625vw;
    padding-right: 18px;
    padding-right: 5.625vw;
    border: solid 1px #fff;
  }
}
.wrapper .voice__h3 {
  text-align: center;
  font-size: 34px;
  position: relative;
  margin: 0 auto 86px;
  line-height: 140%;
  letter-spacing: 0.02em;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__h3 {
    font-size: 17px;
    font-size: 5.3125vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__h3 {
    margin-bottom: 43px;
    margin-bottom: 13.4375vw;
  }
}
.wrapper .voice__h3--02 {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0em;
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__h3--02 {
    font-size: 12px;
    font-size: 3.75vw;
  }
}
.wrapper .voice__h3--03 {
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0em;
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__h3--03 {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
.wrapper .voice__h3::after {
  content: "";
  width: 427px;
  height: 15px;
  background: url(../img/icon_v-line.png) no-repeat center/100%;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__h3::after {
    width: 218px;
    width: 68.125vw;
    height: 8px;
    height: 2.5vw;
    bottom: -18px;
    bottom: -5.625vw;
  }
}
.wrapper .voice__pict {
  width: 458px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__pict {
    width: 229px;
    width: 71.5625vw;
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
  }
}
.wrapper .voice__body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 180%;
}
@media only screen and (max-width: 640px) {
  .wrapper .voice__body {
    font-size: 12px;
    font-size: 3.75vw;
  }
}
.wrapper .qa {
  background-color: #fff;
  padding: 200px 0 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .wrapper .qa {
    padding-top: 100px;
    padding-top: 31.25vw;
  }
}
.wrapper .qa__white {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .wrapper .qa__white {
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
  }
}
.wrapper .qa__h2 {
  color: #AC9E66;
  font-size: 64px;
  letter-spacing: 0.15em;
  font-weight: 300;
  margin-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  .wrapper .qa__h2 {
    font-size: 32px;
    font-size: 10vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .qa__h2 {
    margin-bottom: 3px;
    margin-bottom: 0.9375vw;
  }
}
.wrapper .qa__and {
  font-size: 40px;
}
@media only screen and (max-width: 640px) {
  .wrapper .qa__and {
    font-size: 20px;
    font-size: 6.25vw;
  }
}
.wrapper .qa__gold {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  color: #AC9E66;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: #000000;
  font-size: 40px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 160%;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 640px) {
  .wrapper .qa__gold {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .qa__gold {
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
    padding-bottom: 20px;
    padding-bottom: 6.25vw;
  }
}
.wrapper .qa__gold::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 28px;
  background: #AC9E66;
}
@media only screen and (max-width: 640px) {
  .wrapper .qa__gold::before {
    width: 1px;
    height: 14px;
    height: 4.375vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .qa__gold {
    font-size: 20px;
    font-size: 6.25vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .qa__gold {
    margin-bottom: 35px;
    margin-bottom: 10.9375vw;
  }
}
.wrapper .qa__inner {
  color: #fff;
  background: url(../img/bg04.jpg) no-repeat top center/100%;
  padding: 64px 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .wrapper .qa__inner {
    padding-top: 32px;
    padding-top: 10vw;
    padding-bottom: 32px;
    padding-bottom: 10vw;
  }
}
.wrapper .qa__list {
  width: 560px;
  border: solid 2px #fff;
  margin: 0 auto;
  padding: 70px 30px;
}
@media only screen and (max-width: 640px) {
  .wrapper .qa__list {
    width: 280px;
    width: 87.5vw;
    padding-top: 35px;
    padding-top: 10.9375vw;
    padding-bottom: 35px;
    padding-bottom: 10.9375vw;
    padding-left: 15px;
    padding-left: 4.6875vw;
    padding-right: 15px;
    padding-right: 4.6875vw;
    border: solid 1px #fff;
  }
}
.wrapper .qa__item {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 640px) {
  .wrapper .qa__item {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}
.wrapper .qa__item:not(:last-child) {
  margin-bottom: 90px;
}
@media only screen and (max-width: 640px) {
  .wrapper .qa__item:not(:last-child) {
    margin-bottom: 45px;
    margin-bottom: 14.0625vw;
  }
}
.wrapper .qa__ttl {
  padding-left: 1em;
  text-indent: -1em;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: solid 1px #fff;
}
@media only screen and (max-width: 640px) {
  .wrapper .qa__ttl {
    padding-bottom: 10px;
    padding-bottom: 3.125vw;
    margin-bottom: 7px;
    margin-bottom: 2.1875vw;
  }
}
.wrapper .qa__txt {
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
  font-weight: 400;
}
.wrapper .messe {
  background-color: #fff;
  padding: 200px 0 0px;
}
@media only screen and (max-width: 640px) {
  .wrapper .messe {
    padding-top: 100px;
    padding-top: 31.25vw;
  }
}
.wrapper .messe__icon {
  width: 233px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 640px) {
  .wrapper .messe__icon {
    width: 116px;
    width: 36.25vw;
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
  }
}
.wrapper .messe__gold {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  color: #AC9E66;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 640px) {
  .wrapper .messe__gold {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .messe__gold {
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
    padding-bottom: 20px;
    padding-bottom: 6.25vw;
  }
}
.wrapper .messe__gold::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 28px;
  background: #AC9E66;
}
@media only screen and (max-width: 640px) {
  .wrapper .messe__gold::before {
    width: 1px;
    height: 14px;
    height: 4.375vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .messe__gold {
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }
}
.wrapper .messe__inner {
  color: #fff;
  padding: 435px 0 76px;
  overflow: hidden;
  background: url(../img/bg_ceo.png) no-repeat top center/750px;
}
@media only screen and (max-width: 640px) {
  .wrapper .messe__inner {
    padding-top: 178px;
    padding-top: 55.625vw;
    padding-bottom: 35px;
    padding-bottom: 10.9375vw;
    background-size: 320px;
    background-size: 100vw;
  }
}
.wrapper .messe__box {
  width: 554px;
  height: 1024px;
  padding: 15px 28px 40px;
  margin: 0 auto 44px;
  background: url(../img/ceo_line.png) no-repeat top center/cover;
}
@media only screen and (max-width: 640px) {
  .wrapper .messe__box {
    width: 277px;
    width: 86.5625vw;
    height: 512px;
    height: 160vw;
    margin-bottom: 22px;
    margin-bottom: 6.875vw;
    padding-top: 7px;
    padding-top: 2.1875vw;
    padding-bottom: 20px;
    padding-bottom: 6.25vw;
    padding-left: 14px;
    padding-left: 4.375vw;
    padding-right: 14px;
    padding-right: 4.375vw;
  }
}
.wrapper .messe__ttl {
  font-size: 32px;
  line-height: 140%;
  margin: 0 auto 50px;
  display: table;
}
@media only screen and (max-width: 640px) {
  .wrapper .messe__ttl {
    font-size: 16px;
    font-size: 5vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .messe__ttl {
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
  }
}
.wrapper .messe__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-feature-settings: normal;
  line-height: 175%;
  letter-spacing: 0.02em;
  font-weight: 300;
}
@media only screen and (max-width: 640px) {
  .wrapper .messe__txt {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}
.wrapper .messe__name {
  margin-top: 44px;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .wrapper .messe__name {
    margin-top: 22px;
    margin-top: 6.875vw;
  }
}
.wrapper .messe__btn {
  display: block;
  width: 596px;
  margin: 0px auto 0;
}
@media only screen and (max-width: 640px) {
  .wrapper .messe__btn {
    width: 298px;
    width: 93.125vw;
  }
}
.wrapper .company {
  padding: 150px 0 130px;
  color: #fff;
  background: url(../img/bg05.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 640px) {
  .wrapper .company {
    padding-top: 75px;
    padding-top: 23.4375vw;
    padding-bottom: 65px;
    padding-bottom: 20.3125vw;
  }
}
.wrapper .company__h2 {
  font-size: 40px;
  text-align: center;
  line-height: 100%;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .wrapper .company__h2 {
    font-size: 20px;
    font-size: 6.25vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .company__h2 {
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
  }
}
.wrapper .company__gold {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  color: #AC9E66;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 640px) {
  .wrapper .company__gold {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .company__gold {
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
    padding-bottom: 20px;
    padding-bottom: 6.25vw;
  }
}
.wrapper .company__gold::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 28px;
  background: #AC9E66;
}
@media only screen and (max-width: 640px) {
  .wrapper .company__gold::before {
    width: 1px;
    height: 14px;
    height: 4.375vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .company__gold {
    margin-bottom: 40px;
    margin-bottom: 12.5vw;
  }
}
.wrapper .company__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  letter-spacing: 0.03em;
  width: 524px;
  margin: 0 auto;
  line-height: 280%;
}
@media only screen and (max-width: 640px) {
  .wrapper .company__txt {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .company__txt {
    width: 262px;
    width: 81.875vw;
  }
}
.wrapper .last {
  padding: 140px 0 150px;
  text-align: center;
  color: #fff;
  background-color: #000;
}
@media only screen and (max-width: 640px) {
  .wrapper .last {
    padding-top: 70px;
    padding-top: 21.875vw;
    padding-bottom: 75px;
    padding-bottom: 23.4375vw;
  }
}
.wrapper .last__h2 {
  font-size: 32px;
  line-height: 140%;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 640px) {
  .wrapper .last__h2 {
    font-size: 16px;
    font-size: 5vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .last__h2 {
    margin-bottom: 35px;
    margin-bottom: 10.9375vw;
  }
}
.wrapper .last__inner {
  width: 552px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 640px) {
  .wrapper .last__inner {
    width: 285px;
    width: 89.0625vw;
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
  }
}
.wrapper .last__logo {
  width: 222px;
  margin: 0 auto 54px;
}
@media only screen and (max-width: 640px) {
  .wrapper .last__logo {
    width: 111px;
    width: 34.6875vw;
    margin-bottom: 27px;
    margin-bottom: 8.4375vw;
  }
}
.wrapper .last__body {
  font-size: 34px;
  line-height: 140%;
  letter-spacing: 0.03em;
  padding-bottom: 14px;
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .wrapper .last__body {
    font-size: 17px;
    font-size: 5.3125vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .last__body {
    padding-bottom: 7px;
    padding-bottom: 2.1875vw;
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }
}
.wrapper .last__body::before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 377px;
  height: 22px;
  background: url(../img/icon_l-line.png) no-repeat top center/cover;
}
@media only screen and (max-width: 640px) {
  .wrapper .last__body::before {
    width: 183px;
    width: 57.1875vw;
    height: 11px;
    height: 3.4375vw;
    bottom: -14px;
    bottom: -4.375vw;
  }
}
.wrapper .last__h3 {
  font-size: 84px;
  margin-bottom: 80px;
  font-weight: 300;
}
@media only screen and (max-width: 640px) {
  .wrapper .last__h3 {
    font-size: 42px;
    font-size: 13.125vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper .last__h3 {
    margin-bottom: 40px;
    margin-bottom: 12.5vw;
  }
}
.wrapper .last__s {
  font-size: 68px;
}
@media only screen and (max-width: 640px) {
  .wrapper .last__s {
    font-size: 34px;
    font-size: 10.625vw;
  }
}
.wrapper .last__pict {
  width: 544px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 640px) {
  .wrapper .last__pict {
    width: 272px;
    width: 85vw;
    margin-bottom: 40px;
    margin-bottom: 12.5vw;
  }
}
.wrapper .last__info {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
}
@media only screen and (max-width: 640px) {
  .wrapper .last__info {
    font-size: 12px;
    font-size: 3.75vw;
  }
}
.wrapper .last__btn {
  display: block;
  width: 596px;
  margin: 0px auto 0;
}
@media only screen and (max-width: 640px) {
  .wrapper .last__btn {
    width: 298px;
    width: 93.125vw;
  }
}
.footer {
  padding: 22px 0;
  background-color: #222;
}
@media only screen and (max-width: 640px) {
  .footer {
    padding-top: 11px;
    padding-top: 3.4375vw;
    padding-bottom: 11px;
    padding-bottom: 3.4375vw;
  }
}
.footer__copy {
  font-size: 20px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  display: table;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .footer__copy {
    font-size: 10px;
    font-size: 3.125vw;
  }
}/*# sourceMappingURL=style.css.map */