@charset "UTF-8";
/* ====================================================
Font
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&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: #262220;
  font-family: "Shippori Mincho", serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow-x: hidden;
  background: #FFFAEB;
}

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-fc--white {
  color: white !important;
}
.c-fc--black {
  color: black !important;
}

.c-ft--jp {
  font-family: "Noto Serif JP", serif;
}

.c-al--c {
  text-align: center !important;
}
.c-al--r {
  text-align: right !important;
}
.c-al--l {
  text-align: left !important;
}

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

/* ====================================================
Component
==================================================== */
.view-more {
  display: block;
  max-width: 109px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: white;
  font-size: 2.096rem;
  letter-spacing: 3px;
  font-weight: 600;
  padding: 0 0 58px;
}
@media screen and (max-width: 834px) {
  .view-more {
    font-size: 1.2rem;
    letter-spacing: 1px;
    padding: 0 0 30px;
  }
}
.view-more:after {
  content: "";
  width: 109px;
  height: 42px;
  background: url("../img/common/arrow-dow.png") no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .view-more:after {
    width: 57px;
    height: 23px;
  }
}

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

.inner {
  display: block;
  max-width: 1170px;
  padding: 0 35px;
  margin: 0 auto;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  background: white;
  border: 1px solid #ccc;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 1.5rem;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-webkit-input-placeholder {
  color: #c6ccd6;
}
.form-control:-moz-placeholder {
  color: #c6ccd6;
}
.form-control::-moz-placeholder {
  color: #c6ccd6;
}
.form-control:-ms-input-placeholder {
  color: #c6ccd6;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control {
  height: 250px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}
@media screen and (max-width: 834px) {
  textarea.form-control {
    height: 222px;
  }
}

.pure-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .pure-list {
    margin-bottom: 28px;
  }
}
.pure-list li {
  margin-right: 39px;
}
@media screen and (max-width: 834px) {
  .pure-list li {
    width: 100%;
    margin: 0 0 2px;
  }
}
.pure-list li:last-child {
  margin-right: 0;
}
.pure-list__input {
  position: relative;
}
.pure-list__input input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.pure-list__input input[type=checkbox] + span:after {
  background-color: transparent;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 3px 3px;
  border-image: none;
  transform: rotate(-45deg) scale(0);
}
.pure-list__input input[type=checkbox]:checked + span:after {
  content: "";
  transform: rotate(-45deg) scale(1);
  transition: transform 200ms ease-out;
}
.pure-list__input input[type=checkbox]:checked + span:before {
  animation: borderscale 200ms ease-in;
  background: #4F8196;
}
.pure-list__input input[type=radio] + span:after, .pure-list__input input[type=radio] + span:before {
  border-radius: 50%;
}
.pure-list__input input[type=radio]:checked + span:before {
  animation: borderscale 300ms ease-in;
}
.pure-list__input input[type=radio]:checked + span:after {
  transform: scale(1);
}
.pure-list__input span {
  display: block;
  position: relative;
  padding: 10px 0 10px 40px;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
}
.pure-list__input span:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #EDEDED;
  border: 1px solid #718CC7;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 3px;
}
.pure-list__input span:after {
  content: "";
  background-color: #718CC7;
  position: absolute;
  top: 18px;
  left: 6px;
  width: 14px;
  height: 14px;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 16px 28px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  #header {
    padding: 14px;
  }
}
#header .header-logo {
  display: none;
  width: 226px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #header .header-logo {
    display: block;
  }
}
#header .header-language {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #262220;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  #header .header-language {
    font-size: 1.2rem;
  }
}
#header .header-language li a {
  display: block;
  background: #FFFAEB;
  color: #262220;
  padding: 5px 13px;
}
@media screen and (max-width: 834px) {
  #header .header-language li a {
    padding: 2px 7px;
  }
}
#header .header-language li a.active {
  background: #262220;
  color: white;
}
@media screen and (max-width: 1024px) {
  #header .header-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    padding: 15px;
    overflow-y: scroll;
    background: #262220;
  }
}
#header .header-nav__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 14px 0 0 0;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu-item {
    margin-bottom: 25px;
  }
  #header .header-nav__menu-item:last-child {
    margin-bottom: 0;
  }
}
#header .header-nav__menu-item > a {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #262220;
  padding: 0 20px;
  letter-spacing: 5px;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu-item > a {
    padding: 0;
    font-size: 1.6rem;
    text-align: right;
    color: white;
    letter-spacing: 4px;
  }
}
#header .js-mobile {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #262220;
  position: fixed;
  right: 13px;
  top: 15px;
  cursor: pointer;
  z-index: 12;
  display: none;
}
@media screen and (max-width: 1024px) {
  #header .js-mobile {
    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;
  }
}
#header .js-mobile span {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  background: white;
  border-radius: 3px;
}
#header .js-mobile span:before, #header .js-mobile span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  border-radius: 3px;
}
#header .js-mobile span:before {
  -webkit-transform: translateY(-250%);
  transform: translateY(-250%);
  top: -6px;
}
#header .js-mobile span:after {
  -webkit-transform: translateY(250%);
  transform: translateY(250%);
  bottom: -6px;
}
#header .js-mobile--close span {
  background-color: transparent;
}
#header .js-mobile--close span:before, #header .js-mobile--close span:after {
  width: 100%;
  background: white;
}
#header .js-mobile--close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  top: 2px;
}
#header .js-mobile--close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  bottom: -2px;
}

.js-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.js-locked body {
  -webkit-overflow-scrolling: auto;
}

#footer {
  background: #262220;
  color: white;
  position: relative;
  padding: 81px 0 91px;
}
@media screen and (max-width: 834px) {
  #footer {
    padding: 58px 0 63px;
  }
}
#footer .footer-logo {
  display: block;
  width: 100%;
  max-width: 561px;
  margin: 0 auto 9px;
}
@media screen and (max-width: 834px) {
  #footer .footer-logo {
    max-width: 227px;
  }
}
#footer .copyright {
  text-align: center;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 834px) {
  #footer .copyright {
    font-size: 1.1rem;
  }
}

#backtop {
  position: fixed;
  bottom: 30px;
  right: 63px;
  z-index: 13;
  width: 120px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 834px) {
  #backtop {
    right: 15px;
    bottom: 15px;
    width: 60px;
  }
}
#backtop.active {
  opacity: 1;
  visibility: visible;
  background: #262220;
}
#backtop.fixed {
  position: absolute;
  bottom: auto;
  top: 52px;
}
@media screen and (max-width: 834px) {
  #backtop.fixed {
    top: 12px;
  }
}

.top-mv {
  height: 100vh;
  min-height: 750px;
}
@media screen and (max-width: 834px) {
  .top-mv {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 154vw;
    min-height: auto;
    max-height: 100vh;
  }
}
.top-mv:before, .top-mv:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 835px) {
  .top-mv:before, .top-mv:after {
    display: none;
  }
}
.top-mv:before {
  left: 0;
  width: 55.2%;
  max-width: 794px;
  background: url("../img/top/mv-bf.png") no-repeat;
  background-size: 100%;
  background-position: top left;
}
@media screen and (max-width: 834px) {
  .top-mv:before {
    background: url("../img/top/mv-bf-sp.png") no-repeat;
    background-size: 100%;
    background-position: top left;
  }
}
.top-mv:after {
  right: 0;
  width: 45%;
  max-width: 300px;
  background: url("../img/top/mv-af.png") no-repeat;
  background-size: 100%;
  background-position: top right;
}
@media screen and (max-width: 834px) {
  .top-mv:after {
    background: url("../img/top/mv-af-sp.png") no-repeat;
    background-size: 100%;
    background-position: top right;
    width: 32.8%;
  }
}

.mv-heading {
  position: absolute;
  z-index: 2;
  top: 52.5%;
  transform: translateY(-50%);
  left: 15px;
  right: 15px;
  margin: 0 auto;
  width: 58%;
  max-width: 823px;
}
@media screen and (min-width: 835px) {
  .mv-heading {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .mv-heading {
    display: block;
    width: 71%;
    top: 49%;
    max-width: 265px;
  }
}
.mv-heading.en {
  width: 69%;
  max-width: 980px;
}
@media screen and (max-width: 834px) {
  .mv-heading.en {
    width: 71%;
    max-width: 265px;
  }
}

.mv-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .mv-img {
    width: auto;
    height: auto;
    position: static;
  }
}
.mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 834px) {
  .mv-img img {
    height: auto;
    object-fit: initial;
  }
}

.top-heading {
  background: url("../img/top/about-img.jpg") no-repeat;
  background-size: cover;
  padding: 80px 0;
  color: white;
}
@media screen and (max-width: 834px) {
  .top-heading {
    background: url("../img/top/about-img-sp.jpg") no-repeat;
    background-size: cover;
    padding: 43px 0 49px;
  }
}
.top-heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(38, 34, 32, 0.2);
}
.top-heading .inner {
  position: relative;
  z-index: 1;
  max-width: 1092px;
  padding: 0;
}

.heading-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 23px;
}
@media screen and (max-width: 834px) {
  .heading-block {
    padding: 0;
  }
}
.heading-block__img {
  width: 32.5%;
  max-width: 310px;
  margin: 8px 0 0 0;
}
@media screen and (max-width: 834px) {
  .heading-block__img {
    max-width: 250px;
    width: 50%;
    margin: 0 auto 5px;
    padding: 0;
  }
}
.heading-block.en .heading-block__ct {
  padding: 40px 0 0 6%;
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .heading-block.en .heading-block__ct {
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .heading-block.en .heading-block__ct p {
    padding: 0 35px;
  }
}
.heading-block.en .heading-block__ct-ttl {
  font-size: 3.8rem;
}
.heading-block.en .heading-block__ct-ttl > small {
  margin: 1em 0;
}
.heading-block.en .heading-block__ct-ttl span {
  white-space: nowrap;
}
.heading-block.en .heading-block__ct-ttl span small {
  font-size: 2rem;
  margin-left: 8px;
}
@media screen and (max-width: 834px) {
  .heading-block.en .heading-block__ct-ttl {
    font-size: 2.4rem;
  }
  .heading-block.en .heading-block__ct-ttl span {
    white-space: normal;
  }
  .heading-block.en .heading-block__ct-ttl span small {
    font-size: 1.6rem;
    margin-left: 0;
  }
}
.heading-block__ct {
  width: 67.5%;
  padding: 90px 0 0 6%;
  font-size: 1.8rem;
  line-height: 1.5866666667;
  font-weight: 600;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 834px) {
  .heading-block__ct {
    width: 100%;
    padding: 0;
    font-size: 1.6rem;
    padding: 0;
  }
}
.heading-block__ct-note {
  display: block;
}
.heading-block__ct-ttl {
  display: block;
  font-size: 4.948rem;
  line-height: 1.65;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 16px;
}
@media screen and (max-width: 834px) {
  .heading-block__ct-ttl {
    font-size: 3rem;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
}
.heading-block__ct-ttl small {
  display: block;
  font-size: 2.3rem;
}
@media screen and (max-width: 834px) {
  .heading-block__ct-ttl small {
    font-size: 1.6rem;
  }
}
.heading-block__ct-ttl span small {
  display: inline-block;
  font-size: 3.3rem;
}
@media screen and (max-width: 834px) {
  .heading-block__ct-ttl span small {
    font-size: 2rem;
  }
}
.heading-block__ct-note {
  display: block;
  line-height: 1;
  letter-spacing: 1.5px;
  font-size: 2.945rem;
  font-weight: 700;
  margin-bottom: -9px;
}
@media screen and (max-width: 834px) {
  .heading-block__ct-note {
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
.heading-block__ct p {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 834px) {
  .heading-block__ct p {
    padding: 0 35px;
  }
}

.top-about:before, .top-about:after {
  content: "";
  position: absolute;
}
.top-about:before {
  top: 0;
  left: 0;
  width: 486px;
  height: 140px;
  background: url("../img/top/bf.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 834px) {
  .top-about:before {
    background: url(../img/top/bf-01-sp.png) no-repeat;
    background-size: 100%;
    height: 400px;
    width: 46%;
    max-width: 173px;
  }
}
.top-about:after {
  top: 116px;
  right: 0;
  width: 268px;
  height: 170px;
  background: url("../img/top/af.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 834px) {
  .top-about:after {
    background: url(../img/top/af-01-sp.png) no-repeat;
    background-size: 100%;
    width: 25%;
    max-width: 100px;
    top: 18px;
    height: 400px;
  }
}

.about-block {
  padding: 179px 0 281px;
  font-size: 1.8rem;
  line-height: 2.4755555556;
  font-weight: 600;
  text-align: justify;
  letter-spacing: 0.4px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 834px) {
  .about-block {
    font-size: 1.6rem;
    line-height: 2;
    padding: 65px 0 35px;
  }
}
.about-block:before, .about-block:after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 834px) {
  .about-block:before, .about-block:after {
    display: none;
  }
}
.about-block:before {
  bottom: 50%;
  left: 0;
  width: 264px;
  height: 225px;
  background: url("../img/top/bf-02.png") no-repeat;
  background-size: 100%;
}
.about-block:after {
  bottom: 104px;
  right: 0;
  width: 272px;
  height: 162px;
  background: url("../img/top/af-02.png") no-repeat;
  background-size: 100%;
}
.about-block__deco {
  content: "";
  position: absolute;
  bottom: 61px;
  left: 0;
  width: 263px;
  height: 188px;
  background: url("../img/top/bf-03.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 834px) {
  .about-block__deco {
    display: none;
  }
}
.about-block__ttl {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 55px;
}
@media screen and (max-width: 834px) {
  .about-block__ttl {
    margin-bottom: 45px;
  }
}
.about-block__ttl img {
  width: 756px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .about-block__ttl img {
    width: 260px;
  }
}
.about-block p {
  font-size: 2.6rem;
  margin-bottom: 32px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .about-block p {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.about-block p:last-child {
  margin-bottom: 0;
}
.about-block.en p {
  text-align: left;
}

.top-interivew {
  background: #262220;
  color: white;
  padding: 0 0 69px;
}
@media screen and (max-width: 834px) {
  .top-interivew {
    padding: 0 0 38px;
  }
}
.top-interivew p.commingsoon {
  font-size: 4.68rem;
  text-align: center;
  letter-spacing: 0.6em;
}
@media screen and (max-width: 834px) {
  .top-interivew p.commingsoon {
    font-size: 2.4rem;
  }
}

.interivew-heading {
  height: 288px;
  position: relative;
  margin-bottom: 97px;
}
@media screen and (max-width: 834px) {
  .interivew-heading {
    height: 126px;
    margin-bottom: 43px;
  }
}
.interivew-heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(38, 34, 32, 0.2);
  z-index: 2;
}
.interivew-heading__gallery {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
}
.interivew-heading__gallery-item {
  width: 279px;
}
@media screen and (max-width: 834px) {
  .interivew-heading__gallery-item {
    width: 125px;
  }
}
.interivew-heading__gallery--top {
  top: 0;
  left: 0;
  animation: slider01 30s linear infinite;
}
.interivew-heading__gallery--bottom {
  right: 0;
  bottom: 0;
  animation: slider02 30s linear infinite;
}
.interivew-heading__gallery-item img {
  width: 100%;
  height: 144px;
  object-fit: cover;
}
@media screen and (max-width: 834px) {
  .interivew-heading__gallery-item img {
    height: 63px;
  }
}
.interivew-heading__ttl {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  right: 15px;
  color: white;
  font-family: "Shippori Mincho", serif;
  font-size: 9.765rem;
  letter-spacing: 13px;
  font-weight: 600;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 834px) {
  .interivew-heading__ttl {
    font-size: 3.7rem;
    letter-spacing: 5.5px;
  }
}

@keyframes slider01 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes slider02 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
  }
}
.interivew-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 62px 80px;
  font-size: 1.6rem;
  line-height: 2.08875;
  margin-bottom: 105px;
}
@media screen and (max-width: 834px) {
  .interivew-list {
    grid-template-columns: 1fr;
    gap: 38px;
    margin-bottom: 31px;
  }
}
.interivew-list__item {
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}
.interivew-list__item div {
  display: block;
  padding: 0 0 34px 46px;
  color: white;
}
@media screen and (max-width: 834px) {
  .interivew-list__item div {
    padding: 0 0 20px 20px;
  }
}
.interivew-list__item div time {
  display: block;
  font-size: 1.8rem;
  margin: -13px 0 0 6px;
  letter-spacing: 4.5px;
}
@media screen and (max-width: 834px) {
  .interivew-list__item div time {
    letter-spacing: 2px;
    margin: -7px 0 0;
    font-size: 1.6rem;
  }
}
.interivew-list__category {
  display: inline-block;
  background: white;
  color: #262220;
  line-height: 1.2;
  margin: 0 0 11px 5px;
  padding: 5px;
  min-width: 130px;
  text-align: center;
  font-size: 1.368rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .interivew-list__category {
    font-size: 1.3rem;
    margin: 0 0 6px;
  }
}
.interivew-list__ttl {
  display: block;
  font-size: 3.9rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 7px;
  margin-bottom: 9px;
}
@media screen and (max-width: 834px) {
  .interivew-list__ttl {
    font-size: 1.95rem;
    letter-spacing: 2px;
  }
}
.interivew-list p {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.5px;
}

.top-links {
  padding: 32px 0 75px;
}
@media screen and (max-width: 834px) {
  .top-links {
    padding: 40px 0 50px;
  }
}
.top-links .inner {
  max-width: 1163px;
}
.top-links__ttl {
  display: block;
  font-size: 4.68rem;
  font-weight: 600;
  letter-spacing: 6px;
  margin-bottom: 22px;
}
@media screen and (max-width: 834px) {
  .top-links__ttl {
    font-size: 3.6rem;
    text-align: center;
    letter-spacing: 3px;
  }
}
.top-links h3 {
  display: flex;
  align-items: center;
  font-size: 3.12rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.top-links h3::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #000;
  margin-left: 0.5em;
}
@media screen and (max-width: 834px) {
  .top-links h3 {
    font-size: 2.4rem;
    justify-content: center;
  }
  .top-links h3::before {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #000;
    margin-right: 0.5em;
  }
}

.links-banner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px 28px;
  margin-bottom: 48px;
}
@media screen and (max-width: 640px) {
  .links-banner {
    grid-template-columns: 1fr 1fr;
    gap: 11px 13px;
  }
}
.links-banner__item a {
  display: block;
  position: relative;
}
.links-banner__item a:before {
  content: "";
  display: block;
  padding: 29% 0 0;
}
@media screen and (max-width: 834px) {
  .links-banner__item a:before {
    padding: 34% 0 0;
  }
}
.links-banner__item a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.top-overview {
  padding: 120px 0 140px;
  background: url("../img/top/outline-bg.png") center/cover no-repeat;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .top-overview {
    padding: 80px 0 100px;
  }
}
.top-overview__ttl {
  text-align: center;
  font-size: 4.68rem;
  font-weight: 600;
  letter-spacing: 6px;
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .top-overview__ttl {
    font-size: 3.6rem;
    letter-spacing: 3px;
    margin-bottom: 40px;
  }
}
.top-overview__box {
  background: #262220;
  outline: 2px solid #262220;
  outline-offset: 20px;
  padding: 60px 50px;
}
@media screen and (max-width: 834px) {
  .top-overview__box {
    padding: 40px 12px;
    outline-offset: 12px;
  }
}
.top-overview__table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .top-overview__table {
    font-size: 1.6rem;
  }
}
.top-overview__table th, .top-overview__table td {
  padding: 10px 20px;
  vertical-align: middle;
  text-align: left;
  line-height: 1.8;
}
.top-overview__table th {
  border: none;
  white-space: nowrap;
  width: 180px;
}
.top-overview__table th span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 4px 12px;
  width: 130px;
  text-align: center;
}
.top-overview__table td {
  padding-left: 30px;
}
@media screen and (max-width: 834px) {
  .top-overview__table th, .top-overview__table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .top-overview__table th {
    border-bottom: none;
    padding-bottom: 6px;
  }
  .top-overview__table td {
    padding-left: 20px;
    padding-top: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 8px;
  }
}
.top-overview.en .top-overview__box {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 834px) {
  .top-overview.en .top-overview__box {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.top-overview.en .top-overview__table th {
  display: block;
  width: 100%;
  border: none;
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 4px;
}
@media screen and (max-width: 834px) {
  .top-overview.en .top-overview__table th {
    padding-left: 2em;
  }
}
.top-overview.en .top-overview__table td {
  display: block;
  padding-left: 1em;
  border: none;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 834px) {
  .top-overview.en .top-overview__table td {
    padding-left: 2em;
  }
}
