@charset "UTF-8";
/* ====================================================
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: #717171;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
}

a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  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-fc--red {
  color: #e60012 !important;
}
.c-fc--brown {
  color: #be8246 !important;
}
.c-fc--brown02 {
  color: #009826 !important;
}

.c-ft--en {
  font-family: "Barlow Condensed", sans-serif;
}
.c-ft--jp {
  font-family: "Noto Sans JP", sans-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);
}
.c-pull {
  margin: 0 min(-5vw, (100% - 100vw) / 2);
}

/* ====================================================
Component
==================================================== */
.c-txt__01 {
  font-size: 2rem;
  line-height: 2.7;
}
@media screen and (max-width: 834px) {
  .c-txt__01 {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.c-txt__01 .other {
  font-size: 2.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 834px) {
  .c-txt__01 .other {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.c-txt__02 {
  font-size: 1.6rem;
  line-height: 2;
}

.c-btn__01 {
  width: 100%;
  max-width: 560px;
  height: 64px;
  border-radius: 65px;
  margin: 0 auto;
  background: #be8246;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 3.5px;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 834px) {
  .c-btn__01 {
    font-size: 1.6rem;
    height: 50px;
  }
}
.c-btn__01:after {
  content: "";
  width: 44px;
  height: 44px;
  background: url("../img/common/icon-link-02.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media screen and (max-width: 834px) {
  .c-btn__01:after {
    width: 36px;
    height: 36px;
    right: 8px;
  }
}

.js-scrollin {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
}
.js-scrollin.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}

.inner {
  width: 100%;
  max-width: calc(1000px + 10%);
  padding: 0 5%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .inner {
    padding: 0 24px;
  }
}

.next, .prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.next.swiper-button-disabled, .prev.swiper-button-disabled {
  opacity: 0.5;
}

.next {
  right: 0;
  background: url("../img/common/next.png") no-repeat;
  background-size: 100%;
}

.prev {
  left: 0;
  background: url("../img/common/prev.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1024px) {
  #header .header-nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    padding: 60px 20px 0;
    overflow-y: scroll;
  }
  #header .header-nav.active {
    display: block;
  }
}
#header .header-nav__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu {
    display: block;
  }
}
#header .header-nav__menu-item {
  padding: 11px 17px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu-item {
    border-bottom: 1px solid #ccc;
  }
}
#header .header-nav__menu-item > a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: black;
  padding: 0 0;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu-item > a {
    text-align: center;
    position: relative;
  }
}
#header .js-mobile {
  width: 26px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 12;
  display: none;
}
@media screen and (max-width: 1024px) {
  #header .js-mobile {
    display: block;
  }
}
#header .js-mobile span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  border-radius: 3px;
}
#header .js-mobile span:before, #header .js-mobile span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  content: "";
  transition: transform 0.3s;
  border-radius: 3px;
}
#header .js-mobile span:before {
  transform: translateY(-250%);
  top: -6px;
}
#header .js-mobile span:after {
  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: #333;
}
#header .js-mobile--close span:before {
  transform: translateY(0) rotate(45deg);
  top: 2px;
}
#header .js-mobile--close span:after {
  transform: translateY(0) rotate(-45deg);
  bottom: -2px;
}

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

#footer {
  background: black;
  color: white;
  text-align: center;
  padding: 75px 0 150px;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 834px) {
  #footer {
    font-size: 1.267rem;
    line-height: 1.4617205998;
    padding: 27px 0 80px;
  }
  #footer .inner {
    padding: 0 9px;
  }
}
#footer a {
  color: white;
}
#footer .footer-note {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  font-size: 1.8rem;
  padding: 13px 0 17px;
  margin-bottom: 27px;
}
@media screen and (max-width: 834px) {
  #footer .footer-note {
    font-size: 1.4rem;
    padding: 18px 0 30px;
    margin-bottom: 33px;
  }
}
#footer .footer-note .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#footer .footer-note__ct {
  margin: 0 35px 0 0;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 834px) {
  #footer .footer-note__ct {
    width: 100%;
    margin: 0 0 13px;
    letter-spacing: 0;
  }
}
#footer .footer-note__tel {
  position: relative;
  font-size: 5.8rem;
  line-height: 1.2;
  padding: 0 0 0 58px;
  letter-spacing: 0;
}
@media screen and (max-width: 834px) {
  #footer .footer-note__tel {
    font-size: 4.4rem;
    padding: 0 0 0 50px;
  }
}
#footer .footer-note__tel-note {
  width: 40px;
  height: 40px;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  left: 6px;
}
@media screen and (max-width: 834px) {
  #footer .footer-note__tel-note {
    left: 0;
  }
}
#footer .footer-logo {
  display: block;
  max-width: 600px;
  margin: 22px auto 47px;
}
@media screen and (max-width: 834px) {
  #footer .footer-logo {
    max-width: 354px;
    margin: 35px auto 53px;
  }
}
#footer .copyright {
  font-size: 1.3rem;
}
@media screen and (max-width: 834px) {
  #footer .copyright {
    font-size: 1.1rem;
  }
}

#link-note {
  background: #009944;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  letter-spacing: 4px;
  z-index: 999;
  padding: 34px 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 3px 3px 3px rgba(35, 24, 21, 0.3);
}
@media screen and (max-width: 834px) {
  #link-note {
    font-size: 1.6rem;
    padding: 15px 0;
    letter-spacing: 3px;
    background: #009826;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    bottom: -200px;
  }
}
@media screen and (max-width: 834px) {
  #link-note.active {
    bottom: 0;
  }
}
#link-note span {
  position: relative;
}
@media screen and (max-width: 834px) {
  #link-note span {
    padding: 0;
  }
}
#link-note span:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 40px;
  height: 40px;
  background: url("../img/common/icon-link-02.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 834px) {
  #link-note span:after {
    position: absolute;
    width: 36px;
    height: 36px;
    right: -42px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
  }
}

.top-mv {
  background: black;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-mv__item {
  transition: all 1s ease;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 834px) {
  .top-mv__item {
    width: 100%;
  }
}
.top-mv__item--left {
  width: 36.2%;
}
.top-mv__item--left img {
  -o-object-position: right;
     object-position: right;
}
.top-mv__item--right {
  width: 38.4%;
}
.top-mv__item--right img {
  -o-object-position: left;
     object-position: left;
}
.top-mv__item img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .top-mv__item img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover";
    min-height: 847px;
  }
}
.top-mv__ct {
  position: absolute;
  left: 0;
  right: 0;
  top: 69px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.2222222222;
  letter-spacing: 2.5px;
  font-weight: bold;
  color: white;
  transition: all 1s ease;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 834px) {
  .top-mv__ct {
    font-size: 1.6rem;
    line-height: 2.275625;
    position: static;
    width: 100%;
    margin: 23px 0 30px;
    letter-spacing: 2px;
  }
}
.top-mv__ct-ttl {
  margin: 0 auto 37px;
  width: 214px;
}
@media screen and (max-width: 834px) {
  .top-mv__ct-ttl {
    margin: 0 auto 36px;
    width: 100%;
    max-width: 327px;
  }
}

.is-hello .top-mv__item {
  opacity: 1;
  visibility: visible;
  transition-delay: 1s;
}
.is-hello .top-mv__ct {
  opacity: 1;
  visibility: visible;
  transition-delay: 1.5s;
}

.top-anchor {
  padding: 80px 0 126px;
}
@media screen and (max-width: 834px) {
  .top-anchor {
    padding: 53px 0 46px;
  }
}
.top-anchor .c-btn__01 {
  margin-bottom: 109px;
}
@media screen and (max-width: 834px) {
  .top-anchor .c-btn__01 {
    margin-bottom: 32px;
  }
}

.anchor-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .anchor-list {
    display: block;
    counter-reset: anchor;
    max-width: 166px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 835px) {
  .anchor-list__item {
    width: 20%;
    border-right: 1px solid #717171;
  }
  .anchor-list__item:nth-child(1) {
    border-left: 1px solid #717171;
  }
}
@media screen and (max-width: 834px) {
  .anchor-list__item {
    position: relative;
    padding: 0 0 0 26px;
    margin-bottom: 6px;
  }
  .anchor-list__item:last-child {
    margin-bottom: 0;
  }
  .anchor-list__item:before {
    counter-increment: anchor;
    content: counter(anchor, decimal-leading-zero) ".";
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 1.4rem;
  }
}
.anchor-list__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  text-align: center;
  color: #717171;
  letter-spacing: 1px;
}
@media screen and (max-width: 834px) {
  .anchor-list__item a {
    font-size: 1.4rem;
    text-align: left;
    display: block;
  }
}

.top-content {
  counter-reset: heading;
  padding: 0 0 99px;
}
@media screen and (max-width: 834px) {
  .top-content {
    padding: 0 0 44px;
  }
}

.heading-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  min-height: 150px;
  background: black;
  z-index: 10;
  color: white;
  padding: 30px 0;
  margin-bottom: 65px;
}
@media screen and (min-width: 1025px) {
  .heading-item {
    position: sticky;
    top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .heading-item {
    position: relative;
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .heading-item {
    min-height: 10px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .heading-item:before, .heading-item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 78px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 834px) {
  .heading-item:before, .heading-item:after {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .heading-item:before {
    left: 0;
    background: url("../img/top/bf.png") no-repeat;
    background-size: cover;
    background-position: top right;
  }
}
@media screen and (min-width: 1025px) and (max-width: 834px) {
  .heading-item:before {
    background: url("../img/top/bf-sp.png") no-repeat;
    background-size: cover;
    background-position: top right;
  }
}
@media screen and (min-width: 1025px) {
  .heading-item:after {
    right: 0;
    background: url("../img/top/af.png") no-repeat;
    background-size: cover;
    background-position: top left;
  }
}
@media screen and (min-width: 1025px) and (max-width: 834px) {
  .heading-item:after {
    background: url("../img/top/af-sp.png") no-repeat;
    background-size: cover;
    background-position: top left;
  }
}
@media screen and (min-width: 1025px) {
  .heading-item .inner {
    position: relative;
  }
  .heading-item .inner:after {
    counter-increment: heading;
    content: counter(heading, decimal-leading-zero);
    font-size: clamp(4rem, 1.817rem + 5.822vw, 10.2rem);
    font-family: "Barlow Condensed", sans-serif;
    color: white;
    line-height: 1;
    position: absolute;
    left: 56px;
    right: 56px;
    top: 47%;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 960px;
    margin: 0 auto;
    text-align: right;
  }
}
.heading-item__note {
  font-weight: bold;
  padding: 0 48px;
}
@media screen and (max-width: 834px) {
  .heading-item__note {
    padding: 0 30px;
  }
}
.heading-item__note small {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  color: #be8246;
  padding: 0 29px;
  letter-spacing: 5px;
  margin-bottom: 13px;
}
@media screen and (max-width: 1024px) {
  .heading-item__note small {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  .heading-item__note small {
    font-size: 1.6rem;
    padding: 0 21px;
    letter-spacing: 3px;
  }
}
.heading-item__note small:before, .heading-item__note small:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.heading-item__note small:before {
  content: "〈 ";
  left: -9px;
}
.heading-item__note small:after {
  content: " 〉";
  right: -9px;
}
.heading-item__note span {
  display: block;
  position: relative;
  font-size: 2.6rem;
  line-height: 1.3;
  letter-spacing: 6px;
  padding-right: 105px;
}
@media screen and (min-width: 1025px) {
  .heading-item__note span {
    margin-right: -50px;
  }
}
@media screen and (max-width: 834px) {
  .heading-item__note span {
    padding-right: 0;
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: 4px;
    margin-right: -18px;
  }
}
.heading-item__note span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 16px;
  border-color: transparent transparent transparent #be8246;
  position: absolute;
  top: 5px;
  left: -48px;
}
@media screen and (max-width: 834px) {
  .heading-item__note span:before {
    display: none;
  }
}
.heading-item__01 {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .heading-item__01 {
    position: sticky;
    top: 0;
    padding: 25px 0;
    background: black;
    z-index: 9;
  }
  .heading-item__01--other {
    position: relative;
  }
  .heading-item__01:before, .heading-item__01:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 37px;
  }
  .heading-item__01:before {
    left: 0;
    background: url("../img/top/heading-01-bf.png") no-repeat;
    background-size: cover;
    background-position: top right;
  }
  .heading-item__01:after {
    right: 0;
    background: url("../img/top/heading-01-af.png") no-repeat;
    background-size: cover;
    background-position: top left;
  }
}
.heading-item__01 .inner {
  position: relative;
}
.heading-item__01 .inner:after {
  counter-increment: heading;
  content: counter(heading, decimal-leading-zero);
  font-size: clamp(6rem, 9.86vw, 14.2rem);
  font-family: "Barlow Condensed", sans-serif;
  color: white;
  line-height: 1;
  position: absolute;
  left: 42px;
  right: 42px;
  top: 44%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
  text-align: right;
}
@media screen and (min-width: 1025px) {
  .heading-item__01:after {
    counter-increment: heading;
    content: counter(heading, decimal-leading-zero);
    font-size: clamp(6rem, 9.86vw, 14.2rem);
    font-family: "Barlow Condensed", sans-serif;
    color: white;
    line-height: 1;
    position: absolute;
    left: 5%;
    right: 5%;
    top: 47%;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 960px;
    margin: 0 auto;
    text-align: right;
  }
}
.heading-item__02 {
  width: 100%;
  background: black;
  color: white;
}
@media screen and (max-width: 1024px) {
  .heading-item__02 {
    position: relative;
    padding: 3px 0 19px;
    margin-top: -2px;
    margin-bottom: 22px;
  }
  .heading-item__02:before, .heading-item__02:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 37px;
  }
  .heading-item__02:before {
    left: 0;
    background: url("../img/top/heading-02-bf.png") no-repeat;
    background-size: cover;
    background-position: top right;
  }
  .heading-item__02:after {
    right: 0;
    background: url("../img/top/heading-02-bf.png") no-repeat;
    background-size: cover;
    background-position: top left;
  }
}

.reason-block__ttl {
  text-align: center;
  overflow: hidden;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .reason-block__ttl {
    font-size: 1.8rem;
    border-top: 1px solid #717171;
    border-bottom: 1px solid #717171;
    padding: 0 0 6px;
    margin-bottom: 24px;
  }
}
.reason-block__ttl > span {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  letter-spacing: 4px;
}
@media screen and (max-width: 834px) {
  .reason-block__ttl > span {
    padding: 0;
    letter-spacing: 3px;
  }
}
.reason-block__ttl > span span {
  font-size: 3.8rem;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .reason-block__ttl > span span {
    font-size: 2.4rem;
  }
}
.reason-block__ttl > span:before, .reason-block__ttl > span:after {
  content: "";
  width: 500px;
  height: 1px;
  background: #717171;
  position: absolute;
  top: 34px;
}
@media screen and (max-width: 834px) {
  .reason-block__ttl > span:before, .reason-block__ttl > span:after {
    display: none;
  }
}
.reason-block__ttl > span:before {
  right: 100%;
}
.reason-block__ttl > span:after {
  left: 100%;
}
@media screen and (min-width: 835px) {
  .reason-block__list {
    overflow: initial;
  }
  .reason-block__list .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6.5%;
  }
}
.reason-block__list {
  counter-reset: reason;
  margin-bottom: 127px;
}
@media screen and (max-width: 834px) {
  .reason-block__list {
    margin-bottom: 18px;
  }
  .reason-block__list .next, .reason-block__list .prev {
    top: 25vw;
  }
}
.reason-block__list-img {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .reason-block__list-img {
    margin-bottom: 8px;
  }
}
.reason-block__list-img:before {
  content: "";
  display: block;
  padding: 63% 0 0;
}
@media screen and (max-width: 834px) {
  .reason-block__list-img:before {
    padding: 57% 0 0;
  }
}
.reason-block__list-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.reason-block__list-img:after {
  counter-increment: reason;
  content: counter(reason);
  width: 44px;
  height: 41px;
  padding: 0 0 3px;
  background: #009944;
  color: white;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.9rem;
  font-family: "Barlow Condensed", sans-serif;
  position: absolute;
  top: -10px;
  left: -10px;
}
@media screen and (max-width: 834px) {
  .reason-block__list-img:after {
    width: 33px;
    height: 33px;
    font-size: 2.4rem;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 834px) {
  .reason-block__list-ct {
    line-height: 1.5625;
  }
}
.reason-block__list-ct-ttl {
  font-size: 2.2rem;
  line-height: 1.6363636364;
  font-weight: 900;
  color: #e60012;
  letter-spacing: 2px;
  margin-bottom: 13px;
}
@media screen and (max-width: 834px) {
  .reason-block__list-ct-ttl {
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
}

.memo-block {
  background: #fffcdb;
  padding: 29px 5% 48px;
  margin-bottom: 152px;
}
@media screen and (max-width: 834px) {
  .memo-block {
    padding: 19px 13px 15px;
    margin-bottom: 50px;
  }
}
.memo-block__heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 29px;
}
@media screen and (max-width: 834px) {
  .memo-block__heading {
    margin-bottom: 17px;
  }
}
.memo-block__heading-img {
  width: 81px;
}
.memo-block__heading-ct {
  width: calc(100% - 81px);
  font-size: 2.2rem;
  line-height: 2.7272727273;
  font-weight: bold;
  padding: 0 0 0 25px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 834px) {
  .memo-block__heading-ct {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 0 0 0 14px;
    margin: 8px 0 0;
  }
}
.memo-block__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.memo-block__list-item {
  width: 48%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0 43px 0 0;
}
@media screen and (max-width: 1024px) {
  .memo-block__list-item {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .memo-block__list-item {
    margin-bottom: 63px;
    align-items: center;
  }
}
.memo-block__list-item:after {
  content: "";
  width: 30px;
  height: 27px;
  background: url("../img/common/arrow-right.png") no-repeat;
  background-size: 100%;
  position: absolute;
  right: 11px;
}
@media screen and (min-width: 835px) {
  .memo-block__list-item:after {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .memo-block__list-item:after {
    width: 25px;
    height: 28px;
    background: url(../img/common/arrow-dow.png) no-repeat;
    background-size: 100%;
    left: 60px;
    top: calc(100% + 31px);
  }
}
@media screen and (max-width: 834px) {
  .memo-block__list-item:after {
    left: 0;
    right: 0;
    top: calc(100% + 17px);
    margin: 0 auto;
  }
}
.memo-block__list-item:last-child {
  width: 50.5%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .memo-block__list-item:last-child {
    width: 100%;
    margin-top: 64px;
  }
}
@media screen and (max-width: 834px) {
  .memo-block__list-item:last-child {
    margin-top: 0;
  }
  .memo-block__list-item:last-child .memo-block__list-img {
    width: 100%;
    margin-bottom: 10px;
  }
  .memo-block__list-item:last-child .memo-block__list-ct {
    width: 100%;
    padding: 0;
  }
}
.memo-block__list-item:last-child:after {
  display: none;
}
.memo-block__list-img {
  width: 146px;
}
@media screen and (max-width: 834px) {
  .memo-block__list-img {
    width: 40%;
  }
}
.memo-block__list-img img {
  width: 100%;
}
.memo-block__list-ct {
  width: calc(100% - 146px);
  padding: 0 0 0 16px;
  margin: -6px 0 0 0;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 834px) {
  .memo-block__list-ct {
    width: 60%;
    padding: 0 0 0 8px;
  }
}
.memo-block__list-ct-ttl {
  font-size: 2.2rem;
  color: #009826;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 8px;
}
@media screen and (max-width: 834px) {
  .memo-block__list-ct-ttl {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 1.5px;
    margin-bottom: -3px;
  }
}
.memo-block__list-ct ul li {
  padding: 0 0 0 10px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .memo-block__list-ct ul li {
    margin-bottom: -7px;
    font-feature-settings: "palt" 1;
  }
}
.memo-block__list-ct ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: -4px;
}
@media screen and (max-width: 834px) {
  .memo-block__list-ct ul li:before {
    left: 0;
  }
}

.reason-list {
  counter-reset: reason2;
  margin-bottom: 165px;
}
@media screen and (max-width: 834px) {
  .reason-list {
    margin-bottom: 87px;
  }
}
.reason-list__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .reason-list__item {
    display: none;
  }
  .reason-list__item.on {
    display: block;
  }
}
.reason-list__item:last-child {
  margin-bottom: 0;
}
.reason-list__img {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .reason-list__img {
    width: 100%;
    margin-bottom: 11px;
  }
}
.reason-list__img:before {
  content: "";
  display: block;
  padding: 76% 0 0;
}
@media screen and (max-width: 834px) {
  .reason-list__img:before {
    padding: 49% 0 0;
  }
}
.reason-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.reason-list__ct {
  width: 60%;
  padding: 0 0 0 41px;
  line-height: 1.875;
  letter-spacing: 1px;
}
@media screen and (max-width: 834px) {
  .reason-list__ct {
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.5714285714;
    letter-spacing: 0;
  }
  .reason-list__ct strong {
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}
.reason-list__ct:before {
  counter-increment: reason2;
  content: "理由" counter(reason2);
  width: 98px;
  border-left: 1px solid #717171;
  border-top: 1px solid #717171;
  font-size: 1.8rem;
  line-height: 1;
  display: block;
  text-align: center;
  padding: 7px 0;
  letter-spacing: 3px;
  margin-bottom: 6px;
}
@media screen and (max-width: 834px) {
  .reason-list__ct:before {
    display: none;
  }
}
.reason-list__ct-note {
  display: block;
  color: #e60012;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2.7px;
  margin-bottom: 18px;
}
@media screen and (max-width: 834px) {
  .reason-list__ct-note {
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    margin-bottom: 0;
  }
}
.reason-list__ct-ttl {
  color: #009826;
  font-size: 2.2rem;
  line-height: 1.6363636364;
  font-weight: bold;
  letter-spacing: 2.5px;
  margin-bottom: 16px;
}
@media screen and (max-width: 834px) {
  .reason-list__ct-ttl {
    font-size: 2rem;
    line-height: 1.55;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 835px) {
  .reason-list__ct-ttl span {
    display: inline-block;
    border-bottom: 2px solid #009826;
  }
}
@media screen and (max-width: 834px) {
  .reason-list__ct-ttl span {
    background-image: linear-gradient(90deg, #009826 50%, transparent 0);
    background-size: 200% 22px;
    background-repeat: no-repeat;
    background-position: 0 31px;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    padding: 2px 0;
  }
}
.reason-list__ct p {
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .reason-list__ct p {
    margin-bottom: 3px;
  }
}
.reason-list__ct p:last-child {
  margin-bottom: 0;
}

.reason-tab {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1px;
  margin-bottom: 24px;
}
.reason-tab li {
  background: #dad7d5;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.0714285714;
  position: relative;
  padding: 5px;
}
.reason-tab li span {
  display: block;
  font-size: 2rem;
}
.reason-tab li:after {
  content: "";
  width: 15px;
  height: 7px;
  background: url(../img/common/arrow-dow-03.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}
.reason-tab li.active {
  background: black;
  color: white;
}
.reason-tab li.active:after {
  opacity: 1;
}

.design-show {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 44px;
}
@media screen and (max-width: 834px) {
  .design-show {
    margin-bottom: 17px;
  }
}
.design-show .table-pc {
  width: 100%;
}
.design-show .table-pc tr th, .design-show .table-pc tr td {
  padding: 13px 0;
  border-top: 1px solid #717171;
  text-align: center;
}
.design-show .table-pc thead tr th {
  font-size: 2.6rem;
  font-weight: bold;
  background: #fffcdb;
  letter-spacing: 5px;
}
@media screen and (max-width: 834px) {
  .design-show .table-pc thead tr th {
    font-size: 1.6rem;
  }
}
.design-show .table-pc thead tr th:nth-child(1), .design-show .table-pc thead tr th:nth-child(3) {
  width: 40%;
}
.design-show .table-pc thead tr th:nth-child(2) {
  background: none;
  border-top: none;
  background: white;
}
.design-show .table-pc tbody tr th {
  background: #f7f7f7;
  font-weight: 400;
}
.design-show .table-pc tbody tr:last-child {
  border-bottom: 1px solid #717171;
}
.design-show .table-sp {
  width: 100%;
  text-align: center;
}
.design-show .table-sp tr {
  border-top: 1px solid #717171;
}
.design-show .table-sp tr:last-child {
  border-bottom: 1px solid #717171;
}
.design-show .table-sp tr th, .design-show .table-sp tr td {
  padding: 7px 0;
}
.design-show .table-sp tr th {
  width: 87px;
  background: #f7f7f7;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2142857143;
  font-weight: 400;
}
.design-show .table-sp tr td {
  letter-spacing: 0.5px;
  font-size: 1.5rem;
}
.design-show .c-fc--red {
  font-weight: 800;
}
.design-show__heading {
  padding: 0 0 0 87px;
  display: flex;
  flex-wrap: wrap;
}
.design-show__heading li {
  width: 50%;
  background: #f7f7f7;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #bfbab9;
  border: 1px solid #717171;
  border-bottom: none;
  padding: 5px;
  letter-spacing: 3px;
}
.design-show__heading li.active {
  color: #717171;
  background: #fffcdb;
}
.design-show__ct-item {
  display: none;
}
.design-show__ct-item.active {
  display: block;
}

.design-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 76px;
}
@media screen and (max-width: 834px) {
  .design-list {
    margin-bottom: 58px;
  }
}
.design-list__item {
  width: 48%;
  max-width: 407px;
  position: relative;
  padding: 42px 0 0 0;
}
@media screen and (max-width: 834px) {
  .design-list__item {
    width: 100%;
    max-width: 100%;
    display: none;
    padding: 30px 0 0 0;
  }
  .design-list__item.active {
    display: block;
  }
}
.design-list__item:before {
  content: "";
  width: 27px;
  height: 30px;
  background: url("../img/common/arrow-dow-02.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.design-list__item:after {
  content: "";
  width: 149px;
  height: 190px;
  background: url("../img/top/item-01.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 32px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .design-list__item:after {
    top: 20px;
    width: 130px;
    height: 165px;
    right: 10px;
  }
}
.design-list__item:nth-child(2):after {
  top: 46px;
  width: 142px;
  height: 178px;
  background: url("../img/top/item-02.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 834px) {
  .design-list__item:nth-child(2):after {
    top: 28px;
    width: 124px;
    height: 156px;
    right: 0;
  }
}
.design-list__ttl {
  text-align: center;
  color: #009826;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 7px;
}
@media screen and (max-width: 834px) {
  .design-list__ttl {
    font-size: 2.5rem;
    font-size: 2.5rem;
    letter-spacing: 2.5px;
    margin-bottom: 5px;
  }
}
.design-list__ttl small {
  font-size: 2.2rem;
}
@media screen and (max-width: 834px) {
  .design-list__ttl small {
    font-size: 1.7rem;
  }
}
.design-list ul {
  margin-bottom: 47px;
}
@media screen and (max-width: 834px) {
  .design-list ul {
    margin-bottom: 22px;
    padding: 0 4px;
  }
}
.design-list ul li {
  padding: 0 0 0 19px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .design-list ul li {
    letter-spacing: 1px;
  }
}
.design-list ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 835px) {
  #item-04 {
    margin-bottom: 137px;
  }
}

.strengths-list {
  margin-bottom: 70px;
}
@media screen and (min-width: 835px) {
  .strengths-list .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 63px 10%;
  }
}
@media screen and (max-width: 834px) {
  .strengths-list {
    margin-bottom: 61px;
  }
  .strengths-list .next, .strengths-list .prev {
    top: calc(42vw + 30px);
  }
}
.strengths-list__ttl {
  display: block;
  font-size: 2.2rem;
  color: #009826;
  font-weight: bold;
  letter-spacing: 2.7px;
  margin-bottom: 12px;
}
@media screen and (max-width: 834px) {
  .strengths-list__ttl {
    font-size: 2rem;
    line-height: 1.4;
    display: flex;
    height: 56px !important;
    align-items: flex-end;
    letter-spacing: -1px;
  }
}
.strengths-list__img {
  position: relative;
  margin-bottom: 21px;
}
@media screen and (max-width: 834px) {
  .strengths-list__img {
    margin-bottom: 11px;
  }
}
.strengths-list__img:before {
  content: "";
  display: block;
  padding: 51.5% 0 0;
}
@media screen and (max-width: 834px) {
  .strengths-list__img:before {
    padding: 71% 0 0;
  }
}
.strengths-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
@media screen and (max-width: 834px) {
  .strengths-list__ct {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.strengths-list__pagination {
  display: flex;
  justify-content: center;
  padding: 12px 0 0;
}
.strengths-list__pagination span {
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #717171;
  border-radius: 0;
  background: white;
  margin: 0 7px !important;
}
.strengths-list__pagination span.swiper-pagination-bullet-active {
  background: #717171;
}

.strengths-ttl {
  background: #231815;
  color: white;
  font-size: 2.066rem;
  letter-spacing: 3.5px;
  text-align: center;
  font-weight: bold;
}
.strengths-ttl span {
  display: inline-block;
  position: relative;
  padding: 36px 55px;
}
@media screen and (max-width: 834px) {
  .strengths-ttl span {
    padding: 20px 54px;
  }
}
.strengths-ttl span:before, .strengths-ttl span:after {
  content: "";
  width: 44px;
  height: 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .strengths-ttl span:before, .strengths-ttl span:after {
    top: auto;
    transform: translateY(0);
    bottom: 26px;
  }
}
.strengths-ttl span:before {
  background: url("../img/top/bf-02.png") no-repeat;
  background-size: 100%;
  left: 0;
}
@media screen and (max-width: 834px) {
  .strengths-ttl span:before {
    background: url("../img/top/bf-02-sp.png") no-repeat;
    background-size: 100%;
  }
}
.strengths-ttl span:after {
  background: url("../img/top/af-02.png") no-repeat;
  background-size: 100%;
  right: 0;
}
@media screen and (max-width: 834px) {
  .strengths-ttl span:after {
    background: url("../img/top/af-02-sp.png") no-repeat;
    background-size: 100%;
  }
}

.strengths-other {
  background: rgba(255, 252, 219, 0.5);
  padding: 41px 5%;
  margin-bottom: 93px;
}
@media screen and (max-width: 834px) {
  .strengths-other {
    padding: 14px 27px 24px;
    margin-bottom: 51px;
  }
}
.strengths-other__heading {
  margin-bottom: 45px;
}
@media screen and (max-width: 834px) {
  .strengths-other__heading {
    font-size: 1.4rem;
    line-height: 1.9285714286;
    margin-bottom: 25px;
  }
  .strengths-other__heading p {
    font-feature-settings: "palt" 1;
    letter-spacing: 1.5px;
  }
}
.strengths-other__heading-ttl {
  color: #009826;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 3px;
  margin-bottom: 31px;
}
@media screen and (max-width: 834px) {
  .strengths-other__heading-ttl {
    font-size: 2rem;
    margin-bottom: 13px;
    letter-spacing: 2px;
  }
}
.strengths-other__heading-ttl span {
  color: #e60012;
}
@media screen and (max-width: 834px) {
  .strengths-other__heading-ttl span {
    font-size: 2.4rem;
  }
}
.strengths-other__heading-ttl span span {
  font-size: 3.2rem;
}
@media screen and (max-width: 834px) {
  .strengths-other__heading-ttl span span {
    font-size: 2.4rem;
  }
}
.strengths-other__price {
  position: relative;
  padding: 8px 5.7% 38px;
  margin-bottom: 69px;
}
@media screen and (max-width: 834px) {
  .strengths-other__price {
    padding: 0 0 27px;
    margin-bottom: 27px;
    border-bottom: 1px solid #717171;
  }
}
.strengths-other__price:before, .strengths-other__price:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 97%;
}
@media screen and (max-width: 834px) {
  .strengths-other__price:before, .strengths-other__price:after {
    display: none;
  }
}
.strengths-other__price:before {
  left: 0;
  border-top: 1px solid #717171;
  border-left: 1px solid #717171;
}
.strengths-other__price:after {
  right: 0;
  border-bottom: 1px solid #717171;
  border-right: 1px solid #717171;
}
.strengths-other__price-ttl {
  text-align: center;
  color: #e60012;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 3.5px;
  margin-bottom: 11px;
}
@media screen and (max-width: 834px) {
  .strengths-other__price-ttl {
    font-size: 1.6rem;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
}
.strengths-other__price-note {
  font-size: 1.45rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .strengths-other__price-note {
    text-align: center;
  }
}
.strengths-other__price-option {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  max-width: 438px;
}
@media screen and (max-width: 834px) {
  .strengths-other__price-option {
    grid-template-columns: 1fr 1fr;
  }
}
.strengths-other__price-option li {
  background: white;
  text-align: center;
  border-radius: 5px;
  padding: 2px;
}
.strengths-other__price-option--02 {
  max-width: 100%;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 834px) {
  .strengths-other__price-option--02 {
    grid-template-columns: 1fr 1fr;
  }
}
.strengths-other__price-option--02 li:nth-child(1), .strengths-other__price-option--02 li:nth-child(4), .strengths-other__price-option--02 li:nth-child(5), .strengths-other__price-option--02 li:nth-child(8) {
  grid-column: span 2;
}
.strengths-other__price dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #d1cdcc;
  padding: 13px 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 43px;
}
@media screen and (max-width: 834px) {
  .strengths-other__price dl {
    background: #e2dfdf;
    padding: 0;
    margin-bottom: 11px;
  }
}
.strengths-other__price dl:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/top/plus.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .strengths-other__price dl:after {
    display: none;
  }
}
.strengths-other__price dl:last-child {
  margin-bottom: 0;
}
.strengths-other__price dl:last-child:after {
  display: none;
}
.strengths-other__price dl dt {
  color: #009826;
  font-weight: bold;
  text-align: center;
  width: 137px;
  font-size: 2rem;
  padding: 0 22px 0 0;
}
@media screen and (min-width: 835px) {
  .strengths-other__price dl dt {
    pointer-events: none;
  }
}
@media screen and (max-width: 834px) {
  .strengths-other__price dl dt {
    width: 100%;
    background: #d1cdcc;
    font-size: 1.6rem;
    padding: 5px 0;
    position: relative;
  }
  .strengths-other__price dl dt:after {
    content: "";
    width: 22px;
    height: 22px;
    background: url("../img/top/plus02.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .strengths-other__price dl dt.active:after {
    background: url("../img/top/minus.png") no-repeat;
    background-size: 100%;
  }
}
.strengths-other__price dl dd {
  width: calc(100% - 137px);
  padding: 0 0 0 4%;
  border-left: 1px dotted white;
}
@media screen and (max-width: 834px) {
  .strengths-other__price dl dd {
    width: 100%;
    border: none;
    display: none;
    font-size: 1.5rem;
    padding: 12px;
  }
  .strengths-other__price dl dd.active {
    display: block;
  }
}
.strengths-other__note {
  font-size: 1.753rem;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 834px) {
  .strengths-other__note {
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}

.strengths-further p {
  margin-bottom: 29px;
}
@media screen and (max-width: 834px) {
  .strengths-further p {
    font-size: 1.4rem;
    line-height: 1.9285714286;
    margin-bottom: 6px;
  }
}
.strengths-further p .c-fc--brown02 {
  font-weight: 800;
}
.strengths-further__heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 29px;
}
@media screen and (max-width: 834px) {
  .strengths-further__heading {
    margin-bottom: 16px;
  }
}
.strengths-further__heading-note {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #231815;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  line-height: 1;
  font-size: 1.672rem;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 834px) {
  .strengths-further__heading-note {
    margin: 5px 0 0 -5px;
  }
}
.strengths-further__heading-ttl {
  width: calc(100% - 64px);
  padding: 0 0 0 15px;
  display: block;
  color: #009826;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 834px) {
  .strengths-further__heading-ttl {
    font-size: 2rem;
    padding: 0 0 0 21px;
    line-height: 1.7;
  }
}
.strengths-further__heading-ttl span {
  color: #e60012;
  font-size: 3.2rem;
  letter-spacing: 4px;
}
@media screen and (max-width: 834px) {
  .strengths-further__heading-ttl span {
    font-size: 2.4rem;
  }
}
.strengths-further__note {
  position: relative;
  padding: 17px 6% 20px;
  margin-bottom: 26px;
}
@media screen and (max-width: 834px) {
  .strengths-further__note {
    padding: 17px 0 0;
    margin: 0 -4px 12px;
  }
}
.strengths-further__note:before, .strengths-further__note:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 97%;
}
@media screen and (max-width: 834px) {
  .strengths-further__note:before, .strengths-further__note:after {
    display: none;
  }
}
.strengths-further__note:before {
  left: 0;
  border-top: 1px solid #717171;
  border-left: 1px solid #717171;
}
.strengths-further__note:after {
  right: 0;
  border-bottom: 1px solid #717171;
  border-right: 1px solid #717171;
}
.strengths-further__note dl {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #d1cdcc;
  font-weight: bold;
  padding: 6px 0;
  margin-bottom: 22px;
}
.strengths-further__note dl:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .strengths-further__note dl {
    padding: 6px 9px;
  }
}
.strengths-further__note dl dt {
  color: #009944;
  text-align: center;
  font-size: 1.753rem;
  width: auto;
  padding: 0 2em;
}
@media screen and (max-width: 1024px) {
  .strengths-further__note dl dt {
    padding: 0 1em;
  }
}
@media screen and (max-width: 834px) {
  .strengths-further__note dl dt {
    width: 100%;
    font-size: 1.5rem;
    padding: 0 0 2px;
  }
}
.strengths-further__note dl dd {
  border-left: 1px dotted white;
  color: #717171;
  font-size: 2.291rem;
  padding: 0 0 0 4%;
  letter-spacing: 2px;
}
@media screen and (max-width: 834px) {
  .strengths-further__note dl dd {
    width: 100%;
    padding: 5px 0 0;
    font-size: 1.7rem;
    text-align: center;
    border-top: 1px dotted white;
    border-left: none;
  }
}
.strengths-further__note dl dd span {
  font-size: 3.535rem;
  line-height: 1;
}
@media screen and (max-width: 990px) {
  .strengths-further__note dl dd span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 834px) {
  .strengths-further__note dl dd span {
    font-size: 2.7rem;
  }
}
.strengths-further__note dl dd span .c-ft--en {
  font-size: 4.315rem;
}
@media screen and (max-width: 990px) {
  .strengths-further__note dl dd span .c-ft--en {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 834px) {
  .strengths-further__note dl dd span .c-ft--en {
    font-size: 3.3rem;
  }
}
.strengths-further__note dl dd .c-ft--en {
  font-size: 3.071rem;
}
@media screen and (max-width: 834px) {
  .strengths-further__note dl dd .c-ft--en {
    font-size: 2.3rem;
  }
}

#item-05 {
  margin-bottom: 118px;
}
@media screen and (max-width: 834px) {
  #item-05 {
    margin-bottom: 68px;
  }
}

#item-06 .heading-item__note span:before {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  #item-06 .heading-item__note span {
    font-feature-settings: "palt" 1;
  }
}
#item-06 .c-txt__01 p {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  #item-06 .c-txt__01 p {
    font-feature-settings: "palt" 1;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
  }
}
#item-06 .c-txt__01 p:last-child {
  margin-bottom: 0;
}

.heading-txt .c-fc--red {
  font-weight: 800;
}

@media screen and (min-width: 835px) {
  .mac .reason-list__ct-ttl span {
    background-position: 0 32px;
  }
}
@media screen and (max-width: 834px) {
  .mac .reason-list__ct-ttl span {
    background-position: 0 22px;
  }
}
/*# sourceMappingURL=maps/styles.css.map */
