@charset "UTF-8";
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  sec-menu
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-menu {
  position: relative;
  padding-block: clamp(80px, 7.8125vw, 120px);
  background: #f7f7f7 -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#fff));
  background: #f7f7f7 linear-gradient(to bottom, #f7f7f7 0%, #fff 100%);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-menu {
    padding-block: 100px;
  }
}
.sec-menu img {
  width: 100%;
  height: auto;
}
.sec-menu__header-obj {
  position: absolute;
  top: clamp(0px, 1.953125vw, 30px);
  right: calc(50% + 29.6vw);
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .sec-menu__header-obj {
    top: -30px;
    right: calc(50% - 40px);
  }
}
.sec-menu__header-obj img {
  width: 339px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767px) {
  .sec-menu__header-obj img {
    width: 272px;
  }
}
.sec-menu__header-body {
  position: absolute;
  top: clamp(0px, 11.1979166667vw, 172px);
  right: calc(50% + 27vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .sec-menu__header-body {
    position: relative;
    top: inherit;
    right: inherit;
  }
}
.sec-menu__header-body::before {
  content: "";
  position: absolute;
  top: -170px;
  left: 50%;
  width: 1px;
  height: 140px;
  background: #111;
}
@media only screen and (max-width: 767px) {
  .sec-menu__header-body::before {
    top: -160px;
  }
}
.sec-menu__header-img {
  position: relative;
  width: 66.66vw;
  margin-left: auto;
  height: clamp(0px, 32.5520833333vw, 500px);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .sec-menu__header-img {
    width: auto;
    margin: 40px 20px 0;
    height: auto;
  }
}
.sec-menu__header-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .sec-menu__header-img img {
    height: auto;
  }
}
.sec-menu__hdg {
  font-size: clamp(36px, 3.2552083333vw, 50px);
  text-box: trim-both cap alphabetic;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.sec-menu__lead {
  margin-top: clamp(40px, 4.5572916667vw, 70px);
  font-size: clamp(14px, 1.3020833333vw, 20px);
  text-box: trim-both cap alphabetic;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec-menu__lead {
    font-size: 16px;
  }
}
.sec-menu__intro {
  position: relative;
  padding-block: clamp(60px, 7.1614583333vw, 110px) clamp(40px, 6.5104166667vw, 100px);
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .sec-menu__intro {
    padding-bottom: 50px;
  }
}
.sec-menu__intro-obj {
  position: absolute;
  top: -4vw;
  left: -6.83vw;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sec-menu__intro-obj {
    top: -30px;
    right: calc(50% - 40px);
  }
}
.sec-menu__intro-obj img {
  width: 170px;
  aspect-ratio: 1/1;
}
.sec-menu__intro-txt {
  font-size: clamp(15px, 1.1067708333vw, 17px);
  text-box: trim-both cap alphabetic;
  line-height: 2;
}
.sec-menu__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(80px, 7.8125vw, 120px);
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .sec-menu__contents {
    display: block;
    margin-top: 30px;
  }
}
.sec-menu__contents-obj {
  position: absolute;
  top: -4vw;
  left: -6.5vw;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sec-menu__contents-obj {
    top: -60px;
    right: -60px;
    left: inherit;
  }
}
.sec-menu__contents-obj img {
  width: 170px;
  aspect-ratio: 1/1;
}
.sec-menu__contents-body {
  position: relative;
  width: 42%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .sec-menu__contents-body {
    width: auto;
  }
  .sec-menu__contents-body + .sec-shaden__column-body {
    margin-top: 30px;
  }
}
.sec-menu__contents-txt {
  font-size: clamp(15px, 1.1067708333vw, 17px);
  text-box: trim-both cap alphabetic;
  line-height: 2;
}
.sec-menu__contents-txt + .sec-menu__contents-txt {
  margin-top: 3em;
}
.sec-menu__contents-img {
  width: 52%;
}
@media only screen and (max-width: 767px) {
  .sec-menu__contents-img {
    width: auto;
    margin-top: 40px;
  }
}
.sec-menu__contents-img figcaption {
  font-family: "YakuHanJP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Sans", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  font-size: clamp(12px, 0.8463541667vw, 13px);
}
.sec-menu__contents-btn {
  margin-top: clamp(80px, 7.5520833333vw, 116px);
}
@media only screen and (max-width: 767px) {
  .sec-menu__contents-btn {
    margin-top: 50px;
  }
}
.sec-menu__img {
  margin-top: clamp(60px, 5.2083333333vw, 80px);
}
@media only screen and (max-width: 767px) {
  .sec-menu__img {
    margin-top: 40px;
  }
}
.sec-menu__img figcaption {
  text-align: right;
  font-family: "YakuHanJP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Sans", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  font-size: clamp(12px, 0.8463541667vw, 13px);
}
.sec-menu__content {
  padding-block: clamp(80px, 7.8125vw, 120px);
}
@media only screen and (max-width: 767px) {
  .sec-menu__content {
    padding-block: 60px;
  }
}
.sec-menu__content--gray {
  background: #f7f7f7;
}
.sec-menu__content-hdg {
  margin-bottom: clamp(30px, 3.2552083333vw, 50px);
}
.sec-menu__content-hdg + .sec-menu__content-img {
  margin-bottom: clamp(40px, 3.90625vw, 60px);
}
.sec-menu__content-txt {
  font-size: clamp(15px, 1.1067708333vw, 17px);
  text-box: trim-both cap alphabetic;
  line-height: 2;
}
.sec-menu__content-txt--fl::first-letter {
  font-size: clamp(30px, 2.6041666667vw, 40px);
  color: #A59B66;
  line-height: 0;
}
.sec-menu__content-txt + .sec-menu__content-txt {
  margin-top: 3em;
}
.sec-menu__content-txt + .sec-menu__content-img {
  margin-top: clamp(30px, 3.90625vw, 60px);
}
.sec-menu__content-img figcaption {
  margin-top: 3px;
  text-align: right;
  font-family: "YakuHanJP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Sans", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  font-size: clamp(12px, 0.8463541667vw, 13px);
}
.sec-menu__content .m-column-box + .sec-menu__content-txt {
  margin-top: clamp(40px, 5.2083333333vw, 80px);
}
.sec-menu--reverse {
  padding-bottom: 0;
  background: #fff -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), color-stop(20%, #fff), to(#fff));
  background: #fff linear-gradient(to bottom, #f7f7f7 0%, #fff 20%, #fff 100%);
}
.sec-menu--reverse .sec-menu__header-obj {
  right: calc(50% - 36.2vw);
}
@media only screen and (max-width: 767px) {
  .sec-menu--reverse .sec-menu__header-obj {
    right: calc(50% - 40px);
  }
}
.sec-menu--reverse .sec-menu__header-body {
  right: calc(50% - 36.3vw);
}
@media only screen and (max-width: 767px) {
  .sec-menu--reverse .sec-menu__header-body {
    right: inherit;
  }
}
.sec-menu--reverse .sec-menu__header-img {
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 767px) {
  .sec-menu--reverse .sec-menu__header-img {
    margin: 40px 20px 0;
  }
}
.sec-menu--reverse .sec-menu__contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sec-menu--reverse .sec-menu__contents-body {
  margin-left: 0;
}
.sec-menu--reverse .sec-menu__contents-img {
  margin-left: auto;
}

/*--------------------------------------------------------------------------
  sec-img
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-img {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec-img__img {
    aspect-ratio: 375/195;
  }
}
.sec-img__img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-img__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sec-img figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-family: "YakuHanJP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Sans", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  font-size: clamp(12px, 0.9114583333vw, 14px);
  color: #fff;
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*# sourceMappingURL=yuisho.css.map */