@charset "UTF-8";
/* ====================================================
Font
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&family=Roboto+Condensed:wght@400;700&display=swap");
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px; /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}

/* ====================================================
Media Quary
==================================================== */
/* ====================================================
// flexセット
==================================================== */
/* ====================================================
画像などを縦横比を維持したままレスポンシブ対応
*画像やGoogle Map、YouTubeの埋め込みなどを縦横比を維持したままレスポンシブ対応
.photo {
  // 画像を16:9にトリミングして縦横比を常に保つ
  @include aspect-ratio(16, 9);

  & > .image {
    @include object-fit(cover);
  }
}
==================================================== */
@media screen and (min-width: 835px) {
  .mbpc-1 {
    margin-bottom: 1px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-1 {
    margin-bottom: 1px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-2 {
    margin-bottom: 2px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-2 {
    margin-bottom: 2px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-3 {
    margin-bottom: 3px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-3 {
    margin-bottom: 3px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-6 {
    margin-bottom: 6px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-6 {
    margin-bottom: 6px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-7 {
    margin-bottom: 7px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-7 {
    margin-bottom: 7px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-9 {
    margin-bottom: 9px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-9 {
    margin-bottom: 9px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-11 {
    margin-bottom: 11px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-11 {
    margin-bottom: 11px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-13 {
    margin-bottom: 13px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-13 {
    margin-bottom: 13px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-14 {
    margin-bottom: 14px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-14 {
    margin-bottom: 14px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-17 {
    margin-bottom: 17px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-17 {
    margin-bottom: 17px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-18 {
    margin-bottom: 18px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-18 {
    margin-bottom: 18px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-19 {
    margin-bottom: 19px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-19 {
    margin-bottom: 19px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-21 {
    margin-bottom: 21px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-21 {
    margin-bottom: 21px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-22 {
    margin-bottom: 22px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-22 {
    margin-bottom: 22px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-23 {
    margin-bottom: 23px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-23 {
    margin-bottom: 23px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-26 {
    margin-bottom: 26px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-26 {
    margin-bottom: 26px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-27 {
    margin-bottom: 27px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-27 {
    margin-bottom: 27px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-29 {
    margin-bottom: 29px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-29 {
    margin-bottom: 29px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-31 {
    margin-bottom: 31px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-31 {
    margin-bottom: 31px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-33 {
    margin-bottom: 33px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-33 {
    margin-bottom: 33px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-34 {
    margin-bottom: 34px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-34 {
    margin-bottom: 34px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-37 {
    margin-bottom: 37px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-37 {
    margin-bottom: 37px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-38 {
    margin-bottom: 38px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-38 {
    margin-bottom: 38px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-39 {
    margin-bottom: 39px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-39 {
    margin-bottom: 39px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-41 {
    margin-bottom: 41px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-41 {
    margin-bottom: 41px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-42 {
    margin-bottom: 42px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-42 {
    margin-bottom: 42px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-43 {
    margin-bottom: 43px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-43 {
    margin-bottom: 43px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-46 {
    margin-bottom: 46px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-46 {
    margin-bottom: 46px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-47 {
    margin-bottom: 47px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-47 {
    margin-bottom: 47px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-49 {
    margin-bottom: 49px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-49 {
    margin-bottom: 49px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-51 {
    margin-bottom: 51px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-51 {
    margin-bottom: 51px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-53 {
    margin-bottom: 53px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-53 {
    margin-bottom: 53px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-54 {
    margin-bottom: 54px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-54 {
    margin-bottom: 54px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-57 {
    margin-bottom: 57px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-57 {
    margin-bottom: 57px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-58 {
    margin-bottom: 58px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-58 {
    margin-bottom: 58px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-59 {
    margin-bottom: 59px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-59 {
    margin-bottom: 59px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-61 {
    margin-bottom: 61px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-61 {
    margin-bottom: 61px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-62 {
    margin-bottom: 62px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-62 {
    margin-bottom: 62px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-63 {
    margin-bottom: 63px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-63 {
    margin-bottom: 63px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-66 {
    margin-bottom: 66px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-66 {
    margin-bottom: 66px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-67 {
    margin-bottom: 67px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-67 {
    margin-bottom: 67px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-69 {
    margin-bottom: 69px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-69 {
    margin-bottom: 69px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-71 {
    margin-bottom: 71px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-71 {
    margin-bottom: 71px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-73 {
    margin-bottom: 73px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-73 {
    margin-bottom: 73px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-74 {
    margin-bottom: 74px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-74 {
    margin-bottom: 74px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-77 {
    margin-bottom: 77px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-77 {
    margin-bottom: 77px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-78 {
    margin-bottom: 78px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-78 {
    margin-bottom: 78px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-79 {
    margin-bottom: 79px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-79 {
    margin-bottom: 79px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-81 {
    margin-bottom: 81px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-81 {
    margin-bottom: 81px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-82 {
    margin-bottom: 82px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-82 {
    margin-bottom: 82px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-83 {
    margin-bottom: 83px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-83 {
    margin-bottom: 83px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-84 {
    margin-bottom: 84px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-84 {
    margin-bottom: 84px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-85 {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-85 {
    margin-bottom: 85px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-86 {
    margin-bottom: 86px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-86 {
    margin-bottom: 86px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-87 {
    margin-bottom: 87px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-87 {
    margin-bottom: 87px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-88 {
    margin-bottom: 88px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-88 {
    margin-bottom: 88px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-89 {
    margin-bottom: 89px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-89 {
    margin-bottom: 89px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-91 {
    margin-bottom: 91px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-91 {
    margin-bottom: 91px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-92 {
    margin-bottom: 92px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-92 {
    margin-bottom: 92px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-93 {
    margin-bottom: 93px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-93 {
    margin-bottom: 93px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-94 {
    margin-bottom: 94px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-94 {
    margin-bottom: 94px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-95 {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-95 {
    margin-bottom: 95px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-96 {
    margin-bottom: 96px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-96 {
    margin-bottom: 96px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-97 {
    margin-bottom: 97px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-97 {
    margin-bottom: 97px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-98 {
    margin-bottom: 98px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-98 {
    margin-bottom: 98px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-99 {
    margin-bottom: 99px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-99 {
    margin-bottom: 99px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-100 {
    margin-bottom: 100px !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

body {
  color: #3E0404;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow-x: hidden;
}

html.ov {
  overflow: hidden;
}

a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a {
    display: inline-block;
  }
}
@media screen and (min-width: 835px) {
  a[href^=tel] {
    pointer-events: none;
  }
}
@media screen and (max-width: 834px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}
@media screen and (max-width: 990px) {
  .pc-lg {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}
@media screen and (min-width: 991px) {
  .sp-lg {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

.u-fn-hover {
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .u-fn-hover {
    transition: all 0.2s;
  }
  .u-fn-hover:hover {
    opacity: 0.7;
  }
}

.u-pull--left {
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.u-pull--right {
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.c-ft--en {
  font-family: "Roboto Condensed", sans-serif;
}
.c-ft--jp {
  font-family: "Zen Maru Gothic", sans-serif;
}

/* ====================================================
Component
==================================================== */
.c-txt__01 {
  line-height: 1.4782;
  font-size: 2.3rem;
}
@media screen and (max-width: 834px) {
  .c-txt__01 {
    line-height: 1.556;
    font-size: 1.8rem;
  }
}
.c-txt__02 {
  font-size: 1.7rem;
  line-height: 2.1176470588;
}
@media screen and (max-width: 834px) {
  .c-txt__02 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (max-width: 834px) {
  .c-txt__02--sp {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
}

.c-ttl__accent {
  color: #F7993C;
}
.c-ttl__01 {
  margin-bottom: 37px;
}
@media screen and (max-width: 834px) {
  .c-ttl__01 {
    margin-bottom: 23px;
  }
}
.c-ttl__01 > span {
  display: block;
}
.c-ttl__01 .c-ft--en {
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 8px;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 2.2rem;
}
@media screen and (max-width: 834px) {
  .c-ttl__01 .c-ft--en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .c-ttl__01 .c-ft--en {
    font-size: 1.6rem;
  }
}
.c-ttl__01 .c-ft--jp {
  font-weight: 700;
  letter-spacing: 1.1px;
  font-size: 7rem;
}
@media screen and (max-width: 834px) {
  .c-ttl__01 .c-ft--jp {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 640px) {
  .c-ttl__01 .c-ft--jp {
    font-size: 2.7rem;
  }
}
.c-ttl__01--white span {
  color: #fff !important;
}
.c-ttl__01--md {
  margin-bottom: 61px;
}
@media screen and (max-width: 1245px) {
  .c-ttl__01--md {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl__01--md {
    margin-bottom: 26px;
  }
}
.c-ttl__01--md .c-ft--en {
  font-size: 1.6rem;
  margin-bottom: 6px;
}
@media screen and (max-width: 834px) {
  .c-ttl__01--md .c-ft--en {
    font-size: 1.6rem;
    margin-bottom: 3px;
  }
}
.c-ttl__01--md .c-ft--jp {
  font-size: 5rem;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .c-ttl__01--md .c-ft--jp {
    font-size: 2.7rem;
  }
}
.c-ttl__01--md .c-ft--jp .accent {
  color: #F7993C;
}

.c-btn__01 {
  max-width: 218px;
  width: 100%;
  color: #fff;
  height: 52px;
  letter-spacing: 1px;
  padding: 10px;
  border-radius: 40px;
  font-weight: 600;
  background: #F780A0;
  font-family: "Roboto Condensed", sans-serif;
  transition: all 0.3s;
  border: 1px solid #F780A0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .c-btn__01 {
    max-width: 188px;
    height: 48px;
    font-size: 1.7rem;
  }
}
.c-btn__01:hover {
  opacity: 1;
  border-color: #F780A0;
  color: #fff;
  background: #F780A0;
  transition: all 0.3s;
}
.c-btn__01--white {
  border-color: #F780A0;
  color: #F780A0;
  background: #fff;
}
.c-btn__01--white:hover {
  background: #F780A0;
  color: #fff;
  transition: all 0.3s;
}
.c-btn__01--jp {
  max-width: 180px;
  margin-left: auto;
  font-weight: 500;
  height: 60px;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-right: 120px;
}
@media screen and (max-width: 1245px) {
  .c-btn__01--jp {
    margin-right: 0;
  }
}
@media screen and (max-width: 834px) {
  .c-btn__01--jp {
    max-width: 149px;
    height: 45px;
    background: #61A351;
    color: #fff;
    margin-right: 23px;
  }
}
.c-btn__02 {
  border: 1px solid #E38C56;
  line-height: 1.47;
  font-size: 2.2rem;
  font-weight: 500;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 44px;
  min-height: 88px;
  max-width: 456px;
  width: 100%;
  color: #E38C56;
  position: relative;
  padding: 5px 55px 5px 27px;
}
@media screen and (max-width: 834px) {
  .c-btn__02 {
    font-size: 1.7rem;
    line-height: 1.4705882353;
    max-width: 275px;
    padding: 5px 40px;
    min-height: 85px;
  }
}
.c-btn__02:hover {
  color: white;
  background: #E38C56;
  opacity: 1;
}
.c-btn__02:hover::after {
  background: url(../img/common/ico-link-white.png) no-repeat center/contain;
}
@media screen and (max-width: 834px) {
  .c-btn__02 {
    color: white;
    background: #E38C56;
    opacity: 1;
  }
}
.c-btn__02:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 20px;
  background: url(../img/common/ico-link-orange.png) no-repeat center/contain;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .c-btn__02:after {
    width: 18px;
    height: 15px;
    background: url(../img/common/ico-link-white.png) no-repeat center/contain;
  }
}
.c-btn__02--green {
  color: #61A351;
  border-color: #61A351;
  justify-content: center;
}
.c-btn__02--green:hover {
  color: white;
  background: #61A351;
}
.c-btn__02--green::after {
  background: url(../img/common/ico-link-green.png) no-repeat center/contain;
}
@media screen and (max-width: 834px) {
  .c-btn__02--green {
    color: white;
    background: #61A351;
  }
  .c-btn__02--green::after {
    background: url(../img/common/ico-link-white.png) no-repeat center/contain;
  }
}

.js-scrollin {
  opacity: 0;
  transform: translate(0, 40px);
}
.js-scrollin.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pp-inner {
  display: block;
  max-width: 1408px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .pp-inner {
    padding: 0 15px;
    width: 100%;
  }
}
.pp-inner--1170 {
  max-width: 1170px;
}
@media screen and (max-width: 834px) {
  .pp-inner--1170 {
    padding: 0 26px;
  }
}
.pp-inner--932 {
  max-width: 932px;
}
@media screen and (max-width: 834px) {
  .pp-inner--932 {
    padding: 0 26px;
  }
}

.backtop {
  position: fixed;
  bottom: 35px;
  right: 30px;
  display: none;
  z-index: 50;
}
@media screen and (max-width: 834px) {
  .backtop {
    bottom: 70px;
  }
}

.contact-fixed {
  display: none;
}
@media screen and (max-width: 834px) {
  .contact-fixed {
    position: fixed;
    width: 100%;
    z-index: 90;
    bottom: -60px;
    left: 0;
    border-radius: 15px 15px 0 0;
    background: #61A351;
    transition: all 0.3s;
    height: 56px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    text-align: center;
    letter-spacing: 3px;
    color: #fff;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.7rem;
  }
  .contact-fixed span {
    display: inline-block;
    padding-right: 20px;
    position: relative;
  }
  .contact-fixed span:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    right: 4px;
    transition: all 0.3s;
    top: 46%;
    transform: rotate(45deg) translateY(-50%);
  }
  .contact-fixed.active {
    transition: all 0.3s;
    bottom: 0;
  }
}

.sec-artical {
  padding: 12px 0 101px;
}
@media screen and (max-width: 834px) {
  .sec-artical {
    padding: 32px 0 40px;
  }
  .sec-artical .inner {
    padding: 0;
  }
}

.artical-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}
.artical-block__ct {
  width: 48.8%;
  padding-top: 10px;
  padding-right: 20px;
  position: relative;
}
.artical-block__ct::before {
  content: "";
  display: block;
  position: absolute;
  top: -20%;
  left: -20%;
  width: 124px;
  height: 98px;
  background-image: url(../img/common/charm01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.artical-block__ct::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5%;
  right: 10%;
  width: 77px;
  height: 66px;
  background-image: url(../img/common/charm02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1245px) {
  .artical-block__ct {
    padding-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .artical-block__ct {
    width: 100%;
    padding: 0 36px;
    margin-bottom: 37px;
  }
  .artical-block__ct::before {
    top: -40%;
    left: 5%;
    width: 15%;
    aspect-ratio: 124/98;
    height: auto;
  }
  .artical-block__ct::after {
    bottom: inherit;
    top: -35%;
    right: 5%;
    width: 10%;
    aspect-ratio: 77/66;
    height: auto;
  }
}
@media screen and (max-width: 374px) {
  .artical-block__ct {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .artical-block__ct {
    padding: 0;
  }
}
.artical-block__img {
  width: 51.2%;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .artical-block__img {
    width: 100%;
  }
}
.artical-block__img img {
  display: block;
  width: 100%;
}
.artical-block__tag {
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  background: #61A351;
  border-radius: 5px;
  padding: 9px 20px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .artical-block__tag {
    font-size: 1.5rem;
    padding: 6px 10px;
    margin-bottom: 9px;
  }
}
.artical-block__lead {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.5rem;
  line-height: 1.5428571429;
  font-weight: 700;
  margin-bottom: 23px;
}
@media screen and (max-width: 1245px) {
  .artical-block__lead {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 990px) {
  .artical-block__lead {
    letter-spacing: 0.1rem;
    font-size: 2.3rem;
    line-height: 1.5652173913;
    margin-bottom: 10px;
  }
}
.artical-block__dl-ttl {
  font-size: 2.7rem;
  line-height: 1.4444444444;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-bottom: 13px;
}
@media screen and (max-width: 1245px) {
  .artical-block__dl-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .artical-block__dl-ttl {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.artical-block__dl-txt {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .artical-block__dl-txt {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.faq-list {
  margin-bottom: 40px;
}
.faq-list__item {
  background: #fff;
  padding: 4.7% 5%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  margin-bottom: 29px;
  border-radius: 40px;
}
@media screen and (max-width: 834px) {
  .faq-list__item {
    padding: 28px 29px 25px;
    margin-bottom: 21px;
  }
}
.faq-list__item-ttl {
  font-size: 2.5rem;
  font-weight: 500;
  color: #1C1C1C;
  position: relative;
  padding-bottom: 20px;
  padding-left: 67px;
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  .faq-list__item-ttl {
    font-size: 2rem;
    padding-left: 44px;
    border-bottom: 1px #F7993C solid;
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
}
.faq-list__item-ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #F7993C;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .faq-list__item-ttl:before {
    display: none;
  }
}
.faq-list__item-ttl span {
  font-size: 3rem;
  line-height: 1.7;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  color: #F7993C;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 834px) {
  .faq-list__item-ttl span {
    font-size: 2rem;
    top: 4px;
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 834px) {
  .faq-list__item-txt {
    text-align: justify;
  }
}

.sec-schedule {
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .sec-schedule {
    padding-bottom: 60px;
  }
}
.sec-schedule__wrap {
  background: #fff;
  padding: 0 17% 50px 17%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  margin: 25rem auto 300px;
  border-radius: 40px;
  position: relative;
  z-index: 10;
}
.sec-schedule__wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -7%;
  left: -20%;
  width: 150px;
  height: 325px;
  background-image: url(../img/common/charm03_pc.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.sec-schedule__wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20%;
  right: -30%;
  width: 150px;
  height: 325px;
  background-image: url(../img/common/charm03_pc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
@media screen and (max-width: 834px) {
  .sec-schedule__wrap {
    padding: 0 10% 50px 10%;
    margin: 15rem auto 150px;
  }
  .sec-schedule__wrap::before {
    background-image: url(../img/common/charm03_sp.svg);
    left: 0%;
    top: -7%;
    z-index: 2;
    width: 20%;
    height: auto;
    aspect-ratio: 82/48;
  }
  .sec-schedule__wrap::after {
    background-image: url(../img/common/charm03_sp.svg);
    bottom: -5%;
    right: 0%;
    width: 37%;
    height: auto;
    aspect-ratio: 82/48;
  }
}

.schedule-list {
  position: relative;
  z-index: 10;
}
.schedule-list__category {
  font-size: 2rem;
  font-weight: 700;
  color: #1C1C1C;
  background-color: #F4F4F4;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
.schedule-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.schedule-list__item:last-child .schedule-list__item-ttl:before, .schedule-list__item:last-child .schedule-list__item-ttl:after {
  display: none;
}
.schedule-list__item:last-child .schedule-list__item-txt {
  padding-bottom: 0;
}
.schedule-list__item-ttl {
  width: 100px;
  position: relative;
  padding-top: 8px;
}
@media screen and (max-width: 834px) {
  .schedule-list__item-ttl {
    width: 69px;
    padding-top: 4px;
  }
}
.schedule-list__item-ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 100%;
  background: url(../img/common/img-border02.jpg) no-repeat center/cover;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .schedule-list__item-ttl:before {
    width: 18px;
    background: url(../img/common/img-border02sp.jpg) no-repeat center/cover;
  }
}
.schedule-list__item-ttl span {
  font-size: 2rem;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #ffffff;
  border-radius: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 99px;
  height: 39px;
  position: relative;
  z-index: 2;
  background: #5DC6EA;
}
@media screen and (max-width: 834px) {
  .schedule-list__item-ttl span {
    font-size: 1.5rem;
    width: 100%;
    height: 29px;
  }
}
.schedule-list__item-txt {
  width: calc(100% - 100px);
  padding-left: 20px;
  padding-bottom: 34px;
}
@media screen and (max-width: 834px) {
  .schedule-list__item-txt {
    width: calc(100% - 69px);
    padding-top: 5px;
    padding-left: 12px;
    padding-bottom: 30px;
  }
}
.schedule-list__item-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.schedule-list__item-wrap-ct {
  width: 100%;
}
.schedule-list__item-wrap-ct p {
  padding-top: 10px;
}
.schedule-list__item-wrap-ct ul li {
  margin-bottom: 16px;
}
.schedule-list__item-wrap-ct ul li:last-child {
  margin-bottom: 0;
}
.schedule-list.ore .schedule-list__item:last-child .schedule-list__item-ttl:before, .schedule-list.ore .schedule-list__item:last-child .schedule-list__item-ttl:after {
  display: none;
}
.schedule-list.ore .schedule-list__item:last-child .schedule-list__item-txt {
  padding-bottom: 0;
}
.schedule-list.ore .schedule-list__item-ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 100%;
  background: url(../img/common/img-border02_ore.jpg) no-repeat center/cover;
}
@media screen and (max-width: 834px) {
  .schedule-list.ore .schedule-list__item-ttl:before {
    background: url(../img/common/img-border02sp_ore.jpg) no-repeat center/cover;
  }
}
.schedule-list.ore .schedule-list__item-ttl span {
  background: #F7993C;
}

.nums-page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nums-page .prev {
  width: 72px;
  height: 72px;
  background: #F780A0;
  position: relative;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .nums-page .prev {
    width: 45px;
    height: 45px;
  }
}
.nums-page .prev:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  left: 58%;
  top: 41%;
  transform: rotate(-45deg) translate(-50%, -50%);
}
@media screen and (max-width: 834px) {
  .nums-page .prev:before {
    width: 8px;
    height: 8px;
  }
}
.nums-page .prev:hover {
  background: #fff;
  border: 1px #F780A0 solid;
}
.nums-page .prev:hover::before {
  border-color: #F780A0;
}
.nums-page .next {
  width: 72px;
  height: 72px;
  background: #F780A0;
  position: relative;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .nums-page .next {
    width: 45px;
    height: 45px;
  }
}
.nums-page .next:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 38%;
  top: 52%;
  transform: rotate(45deg) translate(-50%, -50%);
}
@media screen and (max-width: 834px) {
  .nums-page .next:before {
    width: 8px;
    height: 8px;
  }
}
.nums-page .next:hover {
  background: #fff;
  border: 1px #F780A0 solid;
}
.nums-page .next:hover::before {
  border-color: #F780A0;
}
.nums-page .back {
  font-size: 2.2rem;
  height: 72px;
  font-weight: 500;
  padding-top: 12px;
  margin: 0 30px;
}
@media screen and (max-width: 834px) {
  .nums-page .back {
    font-size: 1.7rem;
    height: 45px;
    margin: 0 15px;
    max-width: 150px;
  }
}
@media screen and (max-width: 374px) {
  .nums-page .back {
    font-size: 1.5rem;
    min-width: 130px;
    margin: 0 10px;
  }
}

#page-people_index {
  position: relative;
  background-color: #E5EFC5;
  min-height: 100vh;
}
#page-people_index .sec-pagepeople {
  padding: 30rem 0 20rem;
}
@media screen and (max-width: 834px) {
  #page-people_index .sec-pagepeople {
    padding: 20rem 0 10rem;
  }
}
@media screen and (max-width: 640px) {
  #page-people_index .sec-pagepeople {
    padding: 15rem 0 10rem;
  }
}
#page-people_index .sec-pagepeople__ttl {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  top: -8rem;
}
@media screen and (max-width: 834px) {
  #page-people_index .sec-pagepeople__ttl {
    top: -4rem;
    margin-bottom: 16px;
  }
}
#page-people_index .sec-pagepeople__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  left: -4%;
  width: 190px;
  height: 149px;
  background-image: url(../img/common/charm01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1245px) {
  #page-people_index .sec-pagepeople__ttl::before {
    left: -6%;
    width: 150px;
    height: 118px;
  }
}
@media screen and (max-width: 834px) {
  #page-people_index .sec-pagepeople__ttl::before {
    top: 15%;
    left: 2%;
    width: 110px;
    height: 86px;
  }
}
@media screen and (max-width: 640px) {
  #page-people_index .sec-pagepeople__ttl::before {
    top: 10%;
    left: -2%;
    width: 18vw;
    aspect-ratio: 190/149;
    height: auto;
  }
}
#page-people_index .sec-pagepeople__ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  right: -4%;
  width: 118px;
  height: 101px;
  background-image: url(../img/common/charm02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1245px) {
  #page-people_index .sec-pagepeople__ttl::after {
    right: -6%;
  }
}
@media screen and (max-width: 834px) {
  #page-people_index .sec-pagepeople__ttl::after {
    width: 95px;
    height: 82px;
    top: 15%;
    right: 2%;
  }
}
@media screen and (max-width: 640px) {
  #page-people_index .sec-pagepeople__ttl::after {
    top: 10%;
    right: -2%;
    width: 15vw;
    aspect-ratio: 118/101;
    height: auto;
  }
}
#page-people_index .sec-pagepeople__sttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7647;
  margin-bottom: 57px;
}
@media screen and (max-width: 834px) {
  #page-people_index .sec-pagepeople__sttl {
    font-size: 1.7rem;
    margin-bottom: 38px;
  }
}
#page-people_index .sec-pagepeople .pp-inner {
  background-color: #FFF9EA;
  padding: 0 13rem 13rem;
  position: relative;
  border-radius: 30px;
  z-index: 1;
}
#page-people_index .sec-pagepeople .pp-inner:before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -20rem;
  left: 20%;
  width: 60%;
  aspect-ratio: 1/1;
  background-color: #FFF9EA;
  z-index: -1;
}
@media screen and (max-width: 1245px) {
  #page-people_index .sec-pagepeople .pp-inner {
    padding: 0 5rem 5rem;
  }
}
@media screen and (max-width: 834px) {
  #page-people_index .sec-pagepeople .pp-inner {
    padding: 0 36px 70px;
  }
  #page-people_index .sec-pagepeople .pp-inner:before {
    top: -15rem;
  }
}
@media screen and (max-width: 640px) {
  #page-people_index .sec-pagepeople .pp-inner:before {
    top: -10rem;
  }
}
#page-people_index .people-article {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}
@media screen and (max-width: 1245px) {
  #page-people_index .people-article {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  #page-people_index .people-article {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
}
#page-people_index .people-article__img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
#page-people_index .people-article__img::before {
  content: "";
  padding-top: 72.4035608309%;
  display: block;
}
@media screen and (max-width: 834px) {
  #page-people_index .people-article__img::before {
    padding-top: 56.2913907285%;
  }
}
#page-people_index .people-article__img img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.5s;
}
#page-people_index .people-article__wrap {
  display: block;
  color: #1C1C1C;
  background: white;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
#page-people_index .people-article__wrap:hover {
  opacity: 1;
}
#page-people_index .people-article__wrap:hover .people-article__img img {
  transition: all 0.5s;
  transform: scale(1.1);
}
#page-people_index .people-article__ct {
  padding: 20px;
}
@media screen and (max-width: 834px) {
  #page-people_index .people-article__ct {
    padding: 15px 20px 20px;
  }
}
#page-people_index .people-article__ct-ttl {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #5DC6EA;
}
@media screen and (max-width: 1245px) {
  #page-people_index .people-article__ct-ttl {
    font-size: 1.7rem;
    line-height: 1.4705882353;
  }
}
#page-people_index .people-article__ct-ttl.ore {
  color: #F7993C;
}
#page-people_index .people-article__ct-name {
  font-size: 1.9rem;
  line-height: 1.4210526316;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  #page-people_index .people-article__ct-name {
    font-size: 1.7rem;
  }
}
#page-people_index .people-article__ct-room {
  font-size: 1.3rem;
  line-height: 1.8461538462;
}
@media screen and (max-width: 640px) {
  #page-people_index .people-article__ct-room {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}

#page-people {
  background-color: #FFF9EA;
  padding: 200px 0 100px;
}
@media screen and (max-width: 834px) {
  #page-people {
    padding: 140px 0 140px;
  }
}
@media screen and (max-width: 834px) {
  #page-people .sec-pagepeople {
    padding-top: 33px;
  }
}
#page-people .sec-pagepeople__ttl {
  text-align: center;
  margin-top: -36px;
  margin-bottom: 59px;
}
@media screen and (max-width: 834px) {
  #page-people .sec-pagepeople__ttl {
    margin-top: 0;
    margin-bottom: 16px;
  }
}
#page-people .sec-pagepeople__sttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7647;
  margin-bottom: 57px;
}
@media screen and (max-width: 834px) {
  #page-people .sec-pagepeople__sttl {
    font-size: 1.7rem;
    margin-bottom: 38px;
  }
}
#page-people .sec-pagepeople .pp-inner {
  background-color: #FFF9EA;
}
@media screen and (max-width: 834px) {
  #page-people .sec-pagepeople .pp-inner {
    padding: 0 36px;
  }
}
#page-people .sec-schedule {
  position: relative;
}
#page-people .sec-schedule .c-ttl__04 {
  text-align: center;
  display: block;
  position: relative;
  transform: translateY(-6rem);
}
#page-people .sec-schedule .c-ttl__04::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  top: -10rem;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: -1;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 834px) {
  #page-people .sec-schedule .c-ttl__04 {
    margin-bottom: 30px;
    transform: translateY(-20px);
  }
  #page-people .sec-schedule .c-ttl__04::before {
    top: -6rem;
    left: -5%;
    width: 110%;
  }
}
#page-people .sec-schedule .c-ttl__04 .c-ft--en {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #5DC6EA;
  line-height: 1.2;
  margin-bottom: 5px;
}
#page-people .sec-schedule .c-ttl__04 .c-ft--en.ore {
  color: #F7993C;
}
@media screen and (max-width: 834px) {
  #page-people .sec-schedule .c-ttl__04 .c-ft--en {
    font-size: 1.6rem;
  }
}
#page-people .sec-schedule .c-ttl__04 .c-ft--jp {
  display: block;
  font-size: 3.3rem;
  font-weight: 700;
  color: #1C1C1C;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  #page-people .sec-schedule .c-ttl__04 .c-ft--jp {
    font-size: 2.3rem;
  }
}
#page-people .sec-schedule .c-ttl__03 {
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  #page-people .sec-schedule .c-ttl__03 {
    font-size: 1.8rem;
  }
}
#page-people .sec-schedule__img {
  position: absolute;
  width: 50%;
  max-width: 460px;
  right: -6%;
  bottom: -15%;
}
@media screen and (max-width: 834px) {
  #page-people .sec-schedule__img {
    position: static;
    width: 100%;
  }
}