@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
.eb-garamond {
  font-family: "EB Garamond", serif;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  color: #7E7279;
  font-family: "游ゴシック", YuGothic, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
  margin: 0;
}

a {
  transition: 0.3s;
  text-decoration: underline;
  color: #7E7279;
}
a:hover, a:active, a:focus {
  color: #7E7279;
  opacity: 0.8;
  text-decoration: none;
}

p {
  font-family: "游ゴシック", YuGothic, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

/**
 * フルードイメージにします。
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* svgのIEバグ回避 */
img[src*=".svg"] {
  width: 100%;
  height: auto;
}

i,
cite,
em,
address,
dfn {
  font-style: normal;
}

code,
pre {
  font-family: Consolas, Menlo, Courier, monospace;
}

/* container
-------------------------------------------------------------------------- */
/* イージング設定
======================================================================== */
/* その他設定
======================================================================== */
/* flexbox 設定
======================================================================== */
body.biyoshinkyu {
  position: relative;
}
body.biyoshinkyu::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-image: url(../img/biyoshinkyu/img_bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.l-header {
  position: relative;
  z-index: 100;
}

.mainvisual {
  position: relative;
  width: 100%;
  height: 196.8vw;
  overflow: hidden;
}
.mainvisual .tx {
  position: absolute;
  top: 10.6666666667vw;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
}
.mainvisual .tx-sub {
  position: relative;
  width: 27.7333333333vw;
  height: 14.9333333333vw;
  margin: 0 auto;
  color: #fff;
}
.mainvisual .tx-sub > span {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.9333333333vw;
  aspect-ratio: 1/1;
  font-size: 4.8vw;
  writing-mode: vertical-rl;
  border-radius: 50%;
}
.mainvisual .tx-sub .biyo {
  left: 0;
  z-index: 1;
  background-color: #E58ECA;
}
.mainvisual .tx-sub .shinkyu {
  right: 0;
  z-index: 2;
  background-color: #F4C38D;
}
.mainvisual .tx-main {
  margin-top: 8.5333333333vw;
}
.mainvisual .tx-main > span {
  display: block;
  text-align: center;
  line-height: 1;
}
.mainvisual .tx-main .small {
  font-size: 5.8666666667vw;
  letter-spacing: 0.13em;
}
.mainvisual .tx-main .big {
  margin-top: 4.2666666667vw;
  font-size: 14.9333333333vw;
  letter-spacing: 0.13em;
}
.mainvisual .img {
  position: absolute;
  top: auto;
  bottom: 0;
  right: inherit;
  left: 6.4vw;
  width: 82.9333333333vw;
  height: 128.0853333333vw;
}
.mainvisual .img > span {
  position: absolute;
  overflow: hidden;
  border-radius: 65.6vw 65.6vw 0 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.mainvisual .img > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
}
.mainvisual .img-01, .mainvisual .img-02 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mainvisual .img-01 {
  top: 0;
  right: 0;
  width: 78.6666666667vw;
  aspect-ratio: 295/420;
}
.mainvisual .img-02 {
  bottom: 0;
  left: 0;
  width: 45.0666666667vw;
  aspect-ratio: 169/241;
}
.mainvisual .circle {
  position: absolute;
  top: auto;
  bottom: 0;
  right: -32vw;
  width: 64vw;
  aspect-ratio: 1/1;
}
.mainvisual .circle-img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation: circlerotate 30s infinite linear;
}
@keyframes circlerotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.mainvisual .scroll {
  display: none;
  position: absolute;
  top: 39.7916666667vw;
  left: 9.375vw;
}
.mainvisual .scroll-tx {
  display: flex;
  align-items: center;
  gap: 1.1111111111vw;
  font-size: 1.4583333333vw;
  font-family: "EB Garamond", serif;
  line-height: 1;
  color: #E58ECA;
}
.mainvisual .scroll-tx::before {
  content: "";
  display: block;
  width: 0.8333333333vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #E58ECA;
}
.mainvisual .scroll-bar {
  display: block;
  width: 0.1388888889vw;
  height: 18.3333333333vw;
  margin-top: 1.6666666667vw;
  margin-left: 0.3472222222vw;
  background-color: #E58ECA;
  animation: barscroll 3s infinite;
}
@keyframes barscroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media (min-width: 769px) {
  .mainvisual {
    height: 60.625vw;
  }
  .mainvisual .tx {
    top: 8.3333333333vw;
    left: 9.7222222222vw;
    right: inherit;
    margin: 0;
  }
  .mainvisual .tx-sub {
    width: 10.2777777778vw;
    height: 5.5555555556vw;
  }
  .mainvisual .tx-sub > span {
    width: 5.5555555556vw;
    font-size: 1.6666666667vw;
  }
  .mainvisual .tx-main {
    margin-top: 4.1666666667vw;
  }
  .mainvisual .tx-main .small {
    font-size: 2.7777777778vw;
    letter-spacing: 0.13em;
  }
  .mainvisual .tx-main .big {
    margin-top: 2.0833333333vw;
    font-size: 6.6666666667vw;
    letter-spacing: 0.13em;
  }
  .mainvisual .img {
    top: 2.7777777778vw;
    left: inherit;
    right: 9.7222222222vw;
    width: 39.0277777778vw;
    height: 53.5416666667vw;
  }
  .mainvisual .img-01 {
    top: 0;
    right: 0;
    width: 34.1666666667vw;
    aspect-ratio: 492/701;
  }
  .mainvisual .img-02 {
    bottom: 0;
    left: 0;
    width: 19.5833333333vw;
    aspect-ratio: 282/402;
  }
  .mainvisual .circle {
    top: -9.2361111111vw;
    bottom: auto;
    right: -2.4305555556vw;
    width: 26.7361111111vw;
  }
  .mainvisual .scroll {
    display: block;
  }
}

.about {
  overflow: hidden;
}
.about .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 26.6666666667vw 0 21.3333333333vw;
}
.about .img {
  width: 100%;
  height: 64vw;
  margin-right: 8.5333333333vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 64vw 64vw 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.about .desc {
  width: 100%;
  padding-top: 17.0666666667vw;
  padding-left: 8.5333333333vw;
  padding-right: 8.5333333333vw;
}
.about .desc .tit {
  width: fit-content;
  position: relative;
  font-size: clamp(
        28px,
        calc(48 / 1440 * 100vw),
        48px
    );
  letter-spacing: 0.13em;
}
.about .desc .tit::before {
  position: absolute;
  left: 75%;
  top: auto;
  bottom: 0;
  z-index: -1;
  content: attr(tx-en);
  display: block;
  font-size: clamp(
        70px,
        calc(120 / 1440 * 100vw),
        120px
    );
  font-family: "EB Garamond", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  color: #fcfcfc;
}
.about .desc .tx {
  margin-top: clamp(
        26px,
        calc(42 / 1440 * 100vw),
        42px
    );
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .about .inner {
    display: flex;
    justify-content: space-between;
    padding: 4.8611111111vw 10.4166666667vw 9.0277777778vw 0;
  }
  .about .img {
    width: 48.6111111111vw;
    height: 34.0277777778vw;
    margin-right: 0;
    border-radius: 0 18.0555555556vw 18.0555555556vw 0;
  }
  .about .desc {
    width: 34.0277777778vw;
    padding-top: 2.0833333333vw;
    padding-left: 0;
    padding-right: 0;
  }
  .about .desc .tit {
    font-size: clamp(
        28px,
        calc(48 / 1440 * 100vw),
        48px
    );
  }
  .about .desc .tit::before {
    position: absolute;
    left: 90%;
    top: -120%;
    bottom: auto;
    font-size: clamp(
        70px,
        calc(120 / 1440 * 100vw),
        120px
    );
  }
}

.suitable {
  padding: clamp(
        64px,
        calc(120 / 1440 * 100vw),
        120px
    ) clamp(
        32px,
        calc(40 / 1440 * 100vw),
        40px
    ) clamp(
        80px,
        calc(130 / 1440 * 100vw),
        130px
    );
  border-radius: clamp(
        32px,
        calc(140 / 1440 * 100vw),
        140px
    );
  background: linear-gradient(180deg, rgb(248, 241, 250) 0%, rgb(252, 252, 252) 68%, rgb(252, 252, 252) 100%);
}
.suitable .inner {
  max-width: 1150px;
  margin: 0 auto;
}
.suitable .body {
  margin-top: clamp(
        42px,
        calc(80 / 1440 * 100vw),
        80px
    );
}
.suitable .list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(
        37px,
        calc(70 / 1440 * 100vw),
        70px
    );
}
.suitable .list li {
  width: 100%;
}
.suitable .list li .com-bg-img {
  width: 100%;
  aspect-ratio: 490/346;
  border-radius: 51.4666666667vw;
}
.suitable .list li dl {
  margin-top: clamp(
        20px,
        calc(40 / 1440 * 100vw),
        40px
    );
  text-align: center;
}
.suitable .list li dl dt {
  font-size: clamp(
        18px,
        calc(24 / 1440 * 100vw),
        24px
    );
  font-weight: 300;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  letter-spacing: 0.13em;
  color: #E58ECA;
}
.suitable .list li dl dd {
  margin-top: clamp(
        10px,
        calc(20 / 1440 * 100vw),
        20px
    );
  margin-left: 0;
}
@media (min-width: 769px) {
  .suitable .list {
    gap: 70px;
  }
  .suitable .list li {
    width: calc(50% - 35px);
  }
  .suitable .list li .com-bg-img {
    aspect-ratio: 490/346;
  }
}

.support {
  padding: clamp(
        64px,
        calc(100 / 1440 * 100vw),
        100px
    ) 0 clamp(
        80px,
        calc(130 / 1440 * 100vw),
        130px
    );
}
.support .body {
  margin-top: clamp(
        42px,
        calc(100 / 1440 * 100vw),
        100px
    );
}
.support .body article {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.support .body article:nth-of-type(odd) {
  padding-right: 0;
}
.support .body article:nth-of-type(odd) .com-bg-img {
  margin-right: 8.5333333333vw;
  border-radius: 0 64vw 64vw 0;
}
.support .body article:nth-of-type(odd) .com-bg-img::before {
  border-radius: 0 64vw 64vw 0;
}
.support .body article:nth-of-type(odd) .com-bg-img::after {
  right: 0;
}
.support .body article:nth-of-type(even) {
  padding-left: 0;
}
.support .body article:nth-of-type(even) .com-bg-img {
  margin-left: 8.5333333333vw;
  order: 1;
  border-radius: 64vw 0 0 64vw;
}
.support .body article:nth-of-type(even) .com-bg-img::before {
  border-radius: 64vw 0 0 64vw;
}
.support .body article:nth-of-type(even) .com-bg-img::after {
  right: auto;
}
.support .body article:nth-of-type(even) .desc {
  order: 2;
}
.support .body article + article {
  margin-top: clamp(
        40px,
        calc(120 / 1440 * 100vw),
        120px
    );
}
.support .body article .com-bg-img {
  position: relative;
  width: 100%;
  aspect-ratio: 343/240;
  overflow: inherit;
}
.support .body article .com-bg-img::after {
  position: absolute;
  top: auto;
  bottom: 4vw;
  content: attr(tx-en);
  display: block;
  font-size: clamp(
        70px,
        calc(120 / 1440 * 100vw),
        120px
    );
  font-family: "EB Garamond", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  color: #fcfcfc;
}
.support .body article .desc {
  width: 100%;
  margin-top: 7.4666666667vw;
  padding: 0 8.5333333333vw;
}
.support .body article .desc .tit {
  display: flex;
  align-items: center;
  gap: 16px;
}
.support .body article .desc .tit-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: "EB Garamond", serif;
  font-size: clamp(
        28px,
        calc(48 / 1440 * 100vw),
        48px
    );
  font-weight: 300;
  line-height: 1;
  color: #fcfcfc;
  background-color: #E5B4D6;
}
.support .body article .desc .tit-tx {
  font-size: clamp(
        18px,
        calc(32 / 1440 * 100vw),
        32px
    );
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  letter-spacing: 0.13em;
}
.support .body article .desc .tx {
  margin-top: clamp(
        20px,
        calc(28 / 1440 * 100vw),
        28px
    );
}
.support .body article .desc .tx p {
  margin-bottom: 0;
}
.support .body article .desc .tx p + * {
  margin-top: clamp(
        14px,
        calc(24 / 1440 * 100vw),
        24px
    );
}
.support .body article .desc .tx p + p {
  margin-top: clamp(
        10px,
        calc(14 / 1440 * 100vw),
        14px
    );
}
.support .body article .desc .cont {
  margin-top: clamp(
        24px,
        calc(28 / 1440 * 100vw),
        28px
    );
}
@media (min-width: 769px) {
  .support .body article:nth-of-type(odd) {
    padding-right: 5.5555555556vw;
  }
  .support .body article:nth-of-type(odd) .com-bg-img {
    margin-right: 0;
    border-radius: 0 16.6666666667vw 16.6666666667vw 0;
  }
  .support .body article:nth-of-type(odd) .com-bg-img::before {
    border-radius: 0 16.6666666667vw 16.6666666667vw 0;
  }
  .support .body article:nth-of-type(even) {
    padding-left: 5.5555555556vw;
  }
  .support .body article:nth-of-type(even) .com-bg-img {
    margin-left: 0;
    border-radius: 16.6666666667vw 0 0 16.6666666667vw;
    order: 2;
  }
  .support .body article:nth-of-type(even) .com-bg-img::before {
    border-radius: 16.6666666667vw 0 0 16.6666666667vw;
  }
  .support .body article:nth-of-type(even) .com-bg-img::after {
    right: 4.8611111111vw;
  }
  .support .body article:nth-of-type(even) .desc {
    order: 1;
  }
  .support .body article .com-bg-img {
    width: 43.75vw;
    aspect-ratio: 630/480;
  }
  .support .body article .com-bg-img::after {
    top: max(-4.8611111111vw, -70px);
    bottom: auto;
    font-size: clamp(
        72px,
        calc(120 / 1440 * 100vw),
        120px
    );
  }
  .support .body article .desc {
    width: 41.6666666667vw;
    margin-top: 0;
    padding: 0;
  }
  .support .body article .desc .tit {
    gap: 24px;
  }
  .support .body article .desc .tit-num {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 992px) {
  .support .body article:nth-of-type(odd) {
    padding-right: 9.7222222222vw;
  }
  .support .body article:nth-of-type(even) {
    padding-left: 9.7222222222vw;
  }
}

.aside .inner {
  padding: clamp(
        64px,
        calc(120 / 1440 * 100vw),
        120px
    ) clamp(
        20px,
        calc(100 / 1440 * 100vw),
        100px
    ) clamp(
        80px,
        calc(100 / 1440 * 100vw),
        100px
    );
  border-radius: clamp(
        32px,
        calc(140 / 1440 * 100vw),
        140px
    ) clamp(
        32px,
        calc(140 / 1440 * 100vw),
        140px
    ) 0 0;
  background: linear-gradient(180deg, rgb(248, 241, 250) 0%, rgb(252, 252, 252) 68%, rgb(252, 252, 252) 100%);
}
.aside .btn {
  max-width: 800px;
  margin: 0 auto;
}
.aside .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(
        64px,
        calc(120 / 1440 * 100vw),
        120px
    );
  font-size: clamp(
        16px,
        calc(32 / 1440 * 100vw),
        32px
    );
  font-weight: 300;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  text-decoration: none;
  color: #fff;
  border-radius: 60px;
  background-color: #E58ECA;
}
.aside .bnr {
  width: 100%;
  max-width: 1300px;
  margin-top: clamp(
        64px,
        calc(120 / 1440 * 100vw),
        120px
    );
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 5px 5px 0, #EDEDED;
}
.aside .bnr img {
  width: 100%;
}
@media (max-width: 768px) {
  .aside .btn {
    margin-left: 3.2vw;
    margin-right: 3.2vw;
  }
}

.com-tx {
  font-size: clamp(
        12px,
        calc(16 / 1440 * 100vw),
        16px
    );
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .com-tx {
    line-height: 1.75;
  }
}

.com-tit-01 {
  text-align: center;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-size: clamp(
        24px,
        calc(40 / 1440 * 100vw),
        40px
    );
  letter-spacing: 0.13em;
}
.com-tit-01::before {
  content: attr(tx-en);
  display: block;
  margin-bottom: clamp(
        20px,
        calc(18 / 1440 * 100vw),
        18px
    );
  font-size: clamp(
        20px,
        calc(32 / 1440 * 100vw),
        32px
    );
  font-family: "EB Garamond", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  color: #F4C38D;
}

.com-bg-img {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.com-bg-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
}

.com-dl-01 + .com-dl-01 {
  margin-top: clamp(
        13px,
        calc(24 / 1440 * 100vw),
        24px
    );
}
.com-dl-01 dt {
  display: flex;
  flex-direction: column;
}
.com-dl-01 dt span {
  width: fit-content;
  padding: clamp(
        6px,
        calc(9 / 1440 * 100vw),
        9px
    );
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-size: clamp(
        14px,
        calc(18 / 1440 * 100vw),
        18px
    );
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 1;
  color: #fff;
  background-color: #E5B4D6;
}
.com-dl-01 dt span + span {
  margin-top: clamp(
        4px,
        calc(6 / 1440 * 100vw),
        6px
    );
}
.com-dl-01 dt + dd {
  margin-top: clamp(
        9px,
        calc(16 / 1440 * 100vw),
        16px
    );
}
.com-dl-01 dd {
  margin-left: 0;
  letter-spacing: 0.025em;
}
@media (min-width: 769px) {
  .com-dl-01 dt span .pc {
    display: block;
  }
  .com-dl-01 dt span .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .com-dl-01 dt span .pc {
    display: none;
  }
  .com-dl-01 dt span .sp {
    display: block;
  }
}

.com-dl-02 dt {
  font-size: clamp(
        14px,
        calc(18 / 1440 * 100vw),
        18px
    );
  font-weight: 400;
}
.com-dl-02 dd {
  margin-top: clamp(
        5px,
        calc(10 / 1440 * 100vw),
        10px
    );
  margin-left: 0;
}

.ff-mincho {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
}
