@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

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

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;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
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: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-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;
  }
}

.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-ipd {
    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-ipd {
    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 {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    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);
}

/* ====================================================
Control
==================================================== */
.c-fc--white {
  color: white !important;
}
.c-fc--black {
  color: black !important;
}

.c-ft--en {
  font-family: "Poppins", sans-serif;
}
.c-ft--jp {
  font-family: "Noto Sans JP", sans-serif;
}

.c-fw--lt {
  font-weight: 300 !important;
}
.c-fw--rg {
  font-weight: 400 !important;
}
.c-fw--md {
  font-weight: 500 !important;
}
.c-fw--sbd {
  font-weight: 600 !important;
}
.c-fw--bd {
  font-weight: 700 !important;
}
.c-fw--bk {
  font-weight: 900 !important;
}

.c-tx--v {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 835px) {
  .c-tx--v-pc {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}

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

.c-val--md {
  vertical-align: middle;
}
.c-val--top {
  vertical-align: top;
}

.c-scroll-box {
  padding-bottom: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.c-scroll-box-y {
  padding-bottom: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 834px) {
  .c-scroll-box-pc {
    padding-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

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

/* ====================================================
Component
==================================================== */
.c-txt__basic {
  line-height: 2;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .c-txt__basic {
    line-height: 1.857;
  }
}
.c-txt__basic a {
  color: #333;
  text-decoration: underline;
}

.c-ttl__01 {
  color: #5A91B9;
  font-family: "Poppins", sans-serif;
  margin-bottom: 56px;
  letter-spacing: 3px;
  line-height: 1.2;
  font-size: 6rem;
}
@media screen and (max-width: 834px) {
  .c-ttl__01 {
    margin-bottom: 28px;
    letter-spacing: 2px;
    font-size: 4rem;
  }
}
.c-ttl__01 span {
  display: block;
  margin-top: 20px;
  letter-spacing: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.84;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .c-ttl__01 span {
    margin-top: 32px;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 374px) {
  .c-ttl__01 span {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.c-ttl__center {
  text-align: center;
}
.c-btn__01 {
  background: #5A91B9;
  height: 70px;
  max-width: 400px;
  width: 100%;
  border-radius: 35px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .c-btn__01 {
    height: 60px;
    max-width: 325px;
  }
}
.c-btn__01 span {
  padding-left: 46px;
  position: relative;
}
.c-btn__01 span:before {
  content: "";
  background: url("../img/index/in-w.svg") center no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.scrollin {
  opacity: 0;
  -webkit-transform: translate(0, 70px);
  -ms-transform: translate(0, 70px);
  transform: translate(0, 70px);
}
.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: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .inner {
    padding: 0 20px;
  }
}

.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);
}

.pure-input input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pure-input input[type=checkbox] + label: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;
  -o-border-image: none;
     border-image: none;
  -webkit-transform: rotate(-45deg) scale(0);
      -ms-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
}
.pure-input input[type=checkbox]:checked + label:after {
  content: "";
  -webkit-transform: rotate(-45deg) scale(1);
      -ms-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.pure-input input[type=checkbox]:checked + label:before {
  -webkit-animation: borderscale 200ms ease-in;
          animation: borderscale 200ms ease-in;
  background: #4F8196;
}
.pure-input input[type=radio] + label:after, .pure-input input[type=radio] + label:before {
  border-radius: 50%;
}
.pure-input input[type=radio]:checked + label:before {
  -webkit-animation: borderscale 300ms ease-in;
          animation: borderscale 300ms ease-in;
  background-color: white;
}
.pure-input input[type=radio]:checked + label:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.pure-input label {
  position: relative;
  padding: 5px 5px 5px 2em;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.pure-input label:before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  color: #4F8196;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  border: 2px solid #4F8196;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pure-input label:after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  background-color: #4F8196;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  background: #fff;
}
#header .hd-flex {
  padding: 18px 215px 13px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1245px) {
  #header .hd-flex {
    padding: 18px 20px 13px;
  }
}
@media screen and (max-width: 990px) {
  #header .hd-flex {
    padding: 19px 64px 16.5px 15px;
  }
}
#header .hd-note {
  color: #333333;
  font-size: 1.2rem;
  line-height: 1.667;
  text-align: center;
  margin-bottom: 59px;
}
@media screen and (max-width: 990px) {
  #header .hd-logo {
    width: 100%;
    text-align: center;
  }
}
#header .hd-share {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-left: 10px;
}
@media screen and (max-width: 990px) {
  #header .hd-share {
    margin-left: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
#header .hd-share li {
  margin-left: 20px;
}
@media screen and (max-width: 990px) {
  #header .hd-share li {
    margin: 0 14px;
  }
}
@media screen and (min-width: 991px) {
  #header .hd-share li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 990px) {
  #header .hd-share li:last-child a img {
    width: 23px;
  }
}
#header .hd-share li a {
  display: inline-block;
}
@media screen and (max-width: 990px) {
  #header .hd-share li a img {
    width: 26px;
  }
}
#header .nav-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 990px) {
  #header .nav-menu {
    display: none;
    background: #fff;
    position: fixed;
    top: 64px;
    left: 0;
    z-index: 99;
    padding: 0 20px 50px;
    width: 100%;
    overflow-y: auto;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
#header .nav-menu .show-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 20px;
}
@media screen and (max-width: 990px) {
  #header .nav-menu .show-menu {
    max-width: 202px;
    width: 100%;
    margin: 0 auto 52px;
  }
}
#header .nav-menu .show-menu > .item {
  position: relative;
  margin-left: 22px;
}
@media screen and (max-width: 990px) {
  #header .nav-menu .show-menu > .item {
    width: 100%;
    text-align: left;
    margin-bottom: 14.5px;
  }
}
#header .nav-menu .show-menu > .item > a {
  display: block;
  font-weight: 500;
  color: #5A91B9;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 990px) {
  #header .nav-menu .show-menu > .item > a {
    font-size: 2.6rem;
  }
}
#header .mobile-icon {
  width: 30px;
  height: 30px;
  position: fixed;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 990px) {
  #header .mobile-icon {
    display: block;
    right: 16px;
    top: 18px;
  }
}
#header .mobile-icon span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 2px;
  background: #BABABA;
  border-radius: 3px;
}
#header .mobile-icon span:before, #header .mobile-icon span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #BABABA;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 3px;
}
#header .mobile-icon span:before {
  -webkit-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
      transform: translateY(-250%);
  top: -5px;
}
#header .mobile-icon span:after {
  -webkit-transform: translateY(250%);
  -ms-transform: translateY(250%);
      transform: translateY(250%);
  bottom: -5px;
}
#header .mobile-icon.mobile-close {
  right: 19px;
  top: 16px;
}
#header .mobile-icon.mobile-close span {
  background-color: transparent;
}
#header .mobile-icon.mobile-close span:before, #header .mobile-icon.mobile-close span:after {
  width: 100%;
  background: #BABABA;
}
#header .mobile-icon.mobile-close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg);
  top: 2px;
}
#header .mobile-icon.mobile-close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
  bottom: -2px;
}

.is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.is-locked:before {
  content: "";
  width: 100%;
  height: 100vh;
  z-index: 50;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
}
.is-locked body {
  -webkit-overflow-scrolling: auto;
}

#footer {
  background: #5A91B9;
  padding: 96px 0 100px;
}
@media screen and (max-width: 834px) {
  #footer {
    padding: 55px 0 25px;
  }
}
#footer .ft-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 834px) {
  #footer .ft-flex {
    padding: 0 20px;
    margin-bottom: 61px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 374px) {
  #footer .ft-flex {
    padding: 0;
  }
}
#footer .ft-ct {
  width: calc(100% - 126px);
}
@media screen and (max-width: 834px) {
  #footer .ft-ct {
    width: 100%;
    margin-bottom: 48px;
  }
}
#footer .ft-ct dl {
  color: #fff;
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 834px) {
  #footer .ft-ct dl {
    margin-bottom: 11px;
  }
}
#footer .ft-ct dl dt {
  font-weight: bold;
  width: 94px;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  #footer .ft-ct dl dt {
    width: 92px;
  }
}
#footer .ft-ct dl dd {
  width: calc(100% - 94px);
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  #footer .ft-ct dl dd {
    width: calc(100% - 92px);
  }
}
#footer .ft-ct dl:nth-child(4) dt {
  letter-spacing: 4.75px;
}
#footer .ft-ttl {
  color: #fff;
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  #footer .ft-ttl {
    margin-bottom: 26px;
    text-align: center;
  }
}
#footer .ft-share {
  width: 126px;
  margin-top: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  #footer .ft-share {
    width: 100%;
    max-width: 166px;
    margin: 0 auto;
  }
}
#footer .ft-share li {
  margin-right: 10px;
}
#footer .ft-share li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  #footer .ft-share li:last-child a img {
    width: 26px;
  }
}
#footer .ft-share li a {
  display: block;
}
@media screen and (max-width: 834px) {
  #footer .ft-share li a img {
    width: 30px;
  }
}
#footer .ft-copyright {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: right;
  margin-top: -26px;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  #footer .ft-copyright {
    text-align: center;
    margin-top: 0;
  }
}

.main-page {
  margin-top: 80px;
}
@media screen and (max-width: 990px) {
  .main-page {
    margin-top: 65px;
  }
}

.mv-index .slider-home .item {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.mv-index .slider-home .item img {
  width: 100%;
}

.sec-story {
  padding: 120px 0 55px;
}
@media screen and (max-width: 834px) {
  .sec-story {
    padding: 49px 0 12px;
  }
}

.story-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .story-item {
    margin-bottom: 24px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 835px) {
  .story-item:nth-child(2n) .story-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .story-item:nth-child(2n) .story-ct {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.story-item:nth-child(2n) .story-ct {
  padding-left: 130px;
  padding-right: 20px;
}
@media screen and (max-width: 1245px) {
  .story-item:nth-child(2n) .story-ct {
    padding-left: 30px;
  }
}
@media screen and (max-width: 834px) {
  .story-item:nth-child(2n) .story-ct {
    padding: 0;
  }
}
.story-item:nth-child(2n) .story-mw {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 834px) {
  .story-item:nth-child(2n) .story-img {
    padding-right: 20px;
    padding-left: 0;
  }
}
@media screen and (min-width: 835px) {
  .story-item:last-child .story-mw {
    max-width: 620px;
  }
}
@media screen and (min-width: 835px) {
  .story-item__about .story-img {
    width: 43.8%;
  }
  .story-item__about .story-ct {
    padding-left: 64px !important;
    width: 56.2%;
  }
}
.story-ct {
  width: 57.18%;
  padding-right: 130px;
  padding-left: 20px;
}
@media screen and (max-width: 1245px) {
  .story-ct {
    padding-right: 30px;
  }
}
@media screen and (max-width: 834px) {
  .story-ct {
    padding: 0 20px !important;
    width: 100%;
    margin-bottom: 24px;
  }
}
.story-mw {
  max-width: 470px;
  margin-left: auto;
  padding-top: 7px;
}
@media screen and (max-width: 834px) {
  .story-mw {
    max-width: 100%;
    padding-top: 0;
  }
}
.story-mw span {
  display: block;
  margin-top: 37px;
}
@media screen and (max-width: 834px) {
  .story-mw span {
    margin-top: 0;
  }
}
.story-desc {
  font-weight: bold;
  margin-bottom: 22px;
  font-size: 1.8rem;
}
.story-img {
  width: 42.82%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .story-img {
    width: 100%;
    padding-left: 20px;
  }
  .story-img .c-txt__basic {
    margin-top: 24px;
    padding-left: 20px;
  }
}
.story-img img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .story-img__sp {
    padding-right: 0 !important;
  }
}
.story-img h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: 1px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
}
@media screen and (max-width: 834px) {
  .story-img h2 {
    font-size: 4rem;
  }
}
.story-table {
  background: #D7EBF0;
  padding: 27px 40px 45px;
  margin-top: 31px;
}
@media screen and (max-width: 834px) {
  .story-table {
    margin-top: 24px;
    padding: 26px 20px 18px;
  }
}
@media screen and (max-width: 374px) {
  .story-table {
    padding: 20px 15px;
  }
}
.story-table__ttl {
  color: #333333;
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .story-table__ttl {
    margin-bottom: 25px;
    text-align: center;
  }
}
.story-table dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 4px;
}
@media screen and (max-width: 834px) {
  .story-table dl {
    margin-bottom: 11px;
  }
}
.story-table dl dt {
  width: 94px;
  color: #333333;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .story-table dl dt {
    width: 92px;
  }
}
.story-table dl dd {
  font-size: 1.4rem;
  width: calc(100% - 94px);
}
@media screen and (max-width: 834px) {
  .story-table dl dd {
    width: calc(100% - 92px);
  }
}
.story-table dl:nth-child(4) dt {
  letter-spacing: 4.75px;
}

.sec-project {
  padding: 135px 0 91px;
  background: #D7EBF0;
}
@media screen and (max-width: 834px) {
  .sec-project {
    padding: 53px 0 4px;
  }
}

.project-item {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .project-item {
    margin-bottom: 54px;
  }
}
.project-item:last-child {
  margin-bottom: 0;
}
.project-item:nth-child(2n) .project-ct {
  padding-left: 65px;
}
@media screen and (min-width: 835px) {
  .project-item:nth-child(2n) .project-ct {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
  }
}
@media screen and (max-width: 1245px) {
  .project-item:nth-child(2n) .project-ct {
    padding-left: 25px;
  }
}
@media screen and (max-width: 834px) {
  .project-item:nth-child(2n) .project-ct {
    padding-left: 0;
  }
}
@media screen and (min-width: 835px) {
  .project-item:nth-child(2n) .project-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.project-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .project-flex {
    margin-bottom: 33px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
.project-ct {
  width: 34.2%;
  padding-right: 65px;
}
@media screen and (max-width: 1245px) {
  .project-ct {
    width: 50%;
    padding-right: 25px;
  }
}
@media screen and (max-width: 834px) {
  .project-ct {
    width: 100%;
    padding: 0 !important;
  }
  .project-ct__sp {
    padding: 24px 20px 10px !important;
  }
}
.project-ct.pc {
  padding-bottom: 32%;
}
.project-ttl {
  color: #393838;
  font-weight: bold;
  margin-bottom: 17px;
  line-height: 1.2;
  font-size: 3.6rem;
}
@media screen and (max-width: 834px) {
  .project-ttl {
    margin-bottom: 14px;
    font-size: 3rem;
  }
}
.project-ttl.en {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 834px) {
  .project-ttl.en {
    font-size: 3.4rem;
  }
}
.project-date {
  color: #707070;
  font-family: "Poppins", sans-serif;
  margin-bottom: 32px;
  letter-spacing: 1.25px;
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .project-date {
    margin-bottom: 24px;
    letter-spacing: 1.75px;
  }
}
.project-img {
  width: 65.8%;
}
@media screen and (max-width: 1245px) {
  .project-img {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  .project-img {
    width: calc(100% + 40px);
    margin: 0 -20px 23px;
  }
}
.project-img img {
  width: 100%;
}
.project-box__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 -15px 62px;
}
@media screen and (max-width: 834px) {
  .project-box__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 40px;
  }
}
.project-box__item {
  padding: 0 15px;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .project-box__item {
    padding: 0;
    width: 100%;
    margin-bottom: 42px;
  }
  .project-box__item:last-child {
    margin-bottom: 0;
  }
}
.project-box__img {
  margin-bottom: 29px;
}
@media screen and (max-width: 834px) {
  .project-box__img {
    margin-bottom: 24px;
  }
}
.project-box__img img {
  width: 100%;
}
.project-box__ct {
  padding: 0 9px;
}
@media screen and (max-width: 834px) {
  .project-box__ct {
    padding: 0;
  }
}
.project-box__ttl {
  color: #333333;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .project-box__ttl {
    letter-spacing: 0.6px;
    margin-bottom: 8px;
    font-size: 2rem;
  }
}
.project-box__ttl span {
  font-family: "Noto Sans JP", sans-serif;
}
.project-box__in {
  text-align: center;
  margin-top: 26px;
}
@media screen and (max-width: 834px) {
  .project-box__in {
    margin-top: 15px;
  }
}
.project-box__in a {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  color: #333333;
  font-weight: 500;
  padding-left: 23px;
  letter-spacing: 0.5px;
  position: relative;
  text-decoration: underline;
  font-size: 1.4rem;
}
.project-box__in a:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../img/index/in-gray.svg") center no-repeat;
  background-size: contain;
  left: -7px;
  top: -2px;
  position: absolute;
}
.project-heading {
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .project-heading {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.project-new {
  max-width: 770px;
  width: 100%;
  background: #fff;
  padding: 36px 40px 37px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 834px) {
  .project-new {
    padding: 26px 20px 25px;
    margin: 0 auto 60px;
  }
}
.project-new__ttl {
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .project-new__ttl {
    margin-bottom: 17px;
  }
}

.ground-slider li {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ground-slider li img {
  width: 100%;
}
.ground-slider .slick-dots {
  bottom: 16px;
}
@media screen and (max-width: 834px) {
  .ground-slider .slick-dots {
    bottom: 13px;
  }
}
.ground-slider .slick-dots li {
  margin: 0 9px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
}
.ground-slider .slick-dots li.slick-active {
  background: #5A91B9;
}
@media screen and (max-width: 834px) {
  .ground-slider .slick-dots li {
    margin: 0 4px;
    width: 7px;
    height: 7px;
  }
}
.ground-slider .slick-dots li button {
  display: none;
}
.ground-slider .slick-next, .ground-slider .slick-prev {
  width: 20px;
  height: 20px;
  border-top: 2px solid #828282;
  border-right: 2px solid #828282;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .ground-slider .slick-next, .ground-slider .slick-prev {
    right: 22px;
    top: 49%;
  }
}
.ground-slider .slick-next:before, .ground-slider .slick-prev:before {
  display: none;
}
.ground-slider .slick-prev {
  right: auto;
  left: 25px;
  -webkit-transform: rotate(-135deg) translateY(-50%);
      -ms-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
}
@media screen and (max-width: 834px) {
  .ground-slider .slick-prev {
    left: 22px;
    top: 43%;
  }
}
.ground-ttl {
  color: #333333;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .ground-ttl {
    font-size: 1.6rem;
  }
}
.ground-table {
  background: #fff;
  padding: 35px 38px 41px;
  margin-top: 61px;
}
@media screen and (max-width: 1245px) {
  .ground-table {
    margin-top: 25px;
    padding: 20px;
  }
}
@media screen and (max-width: 834px) {
  .ground-table {
    padding: 26px 20px 7px;
    margin: 25px 20px 0;
  }
}
@media screen and (max-width: 374px) {
  .ground-table {
    padding: 26px 12px 7px;
  }
}
.ground-table .c-txt__basic {
  margin-bottom: 28px;
}
@media screen and (max-width: 834px) {
  .ground-table .c-txt__basic {
    margin-bottom: 23px;
  }
}
.ground-table__ttl {
  color: #333;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .ground-table__ttl {
    margin-bottom: 14px;
  }
}
.ground-table__ttl.mbpc-16 {
  font-size: 1.4rem;
}
.ground-table__ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 -9px;
}
@media screen and (max-width: 1245px) {
  .ground-table__ul {
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ground-table__ul ul {
  width: 36%;
  line-height: 1.4167;
}
.ground-table__ul ul:nth-child(2) {
  width: 35%;
}
.ground-table__ul ul:nth-child(3) {
  width: 29%;
}
@media screen and (max-width: 1245px) {
  .ground-table__ul ul {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 834px) {
  .ground-table__ul ul {
    margin-bottom: 12px;
  }
}
.ground-table__ul ul li {
  margin-bottom: 6px;
  font-size: 1.2rem;
}
@media screen and (max-width: 834px) {
  .ground-table__ul ul li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 374px) {
  .ground-table__ul ul li {
    font-size: 1.2rem;
  }
}

.sec-event {
  padding: 0 0 147px;
}
@media screen and (max-width: 834px) {
  .sec-event {
    padding-bottom: 58px;
  }
}

.event-banner {
  position: relative;
}
.event-banner__img {
  position: relative;
}
.event-banner__img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  left: 0;
}
.event-banner__img img {
  width: 100%;
}
@media screen and (max-width: 1245px) {
  .event-banner__img img {
    min-height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover";
  }
}
@media screen and (max-width: 834px) {
  .event-banner__img img {
    min-height: 220px;
  }
}
.event-heading {
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 20px;
  letter-spacing: 3px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
}
@media screen and (max-width: 834px) {
  .event-heading {
    letter-spacing: 2px;
    font-size: 4rem;
  }
}
.event-heading span {
  letter-spacing: 0;
  margin-top: 4px;
  display: block;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .event-heading span {
    margin-top: 11px;
    line-height: 1.5;
  }
}
.event-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 78px 0 0;
  max-width: 990px;
  width: 100%;
  margin: 0 auto -9px;
}
@media screen and (max-width: 834px) {
  .event-list {
    padding-top: 40px;
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 -15px -3px;
  }
}
.event-item {
  padding: 0 30px;
  width: 33.33%;
  margin-bottom: 35px;
}
@media screen and (max-width: 1245px) {
  .event-item {
    padding: 0 12px;
  }
}
@media screen and (max-width: 834px) {
  .event-item {
    width: 50%;
    padding: 0 17px;
    margin-bottom: 26px;
  }
}
.event-img {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .event-img {
    margin-bottom: 10px;
  }
}
.event-img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.event-img .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.event-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.event-ct {
  text-align: center;
}
.event-ttl {
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .event-ttl {
    line-height: 1.428;
    font-size: 1.4rem;
  }
}
.event-ttl span {
  font-weight: 400;
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .event-ttl span {
    margin-top: 0;
  }
}
.event-link {
  text-align: center;
}
.event-link a {
  color: #333;
  display: inline-block;
  text-decoration: underline;
  font-size: 1.2rem;
}
.event-note {
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 0.75px;
}
.event-privacy {
  letter-spacing: 1px;
  margin-top: 26px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .event-privacy {
    font-size: 1.6rem;
  }
}
.event-privacy a {
  display: inline-block;
  color: #5A91B9;
  text-decoration: underline;
}

.sec-community {
  padding: 0 0 121px;
}
@media screen and (max-width: 834px) {
  .sec-community {
    padding-bottom: 34px;
  }
}

.community-list {
  padding-top: 78px;
  max-width: 970px;
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 834px) {
  .community-list {
    padding-top: 39px;
  }
}
.community-item {
  margin-bottom: 66px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.community-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1246px) {
  .community-item:last-child .community-ttl {
    letter-spacing: 1.75px;
  }
}
@media screen and (max-width: 834px) {
  .community-item:last-child .c-txt__basic {
    line-height: 2;
  }
}
@media screen and (max-width: 834px) {
  .community-item {
    margin-bottom: 52px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 835px) {
  .community-item:nth-child(2n) .community-ct {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
    padding-left: 73px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1245px) {
  .community-item:nth-child(2n) .community-ct {
    padding-left: 25px;
  }
}
@media screen and (min-width: 835px) {
  .community-item:nth-child(2n) .community-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.community-ct {
  width: 51.5%;
  padding-right: 73px;
}
@media screen and (max-width: 1245px) {
  .community-ct {
    padding-right: 25px;
  }
}
@media screen and (max-width: 834px) {
  .community-ct {
    padding: 0 !important;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.community-ct .c-txt__basic ul li {
  padding-left: 10px;
  position: relative;
}
.community-ct .c-txt__basic ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #333;
  position: absolute;
  left: 4px;
  top: 13px;
}
@media screen and (max-width: 834px) {
  .community-ct .c-txt__basic ul li:before {
    left: 2px;
    top: 14px;
  }
}
.community-ttl {
  font-weight: bold;
  margin-bottom: 28px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 1px;
  font-size: 3.6rem;
}
@media screen and (min-width: 1246px) {
  .community-ttl {
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 1245px) {
  .community-ttl {
    letter-spacing: 0;
    margin-bottom: 20px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .community-ttl {
    margin-bottom: 28px;
    font-size: 2.4rem;
  }
}
.community-ttl span {
  display: block;
  margin-bottom: 6px;
  letter-spacing: 1px;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .community-ttl span {
    font-size: 1.6rem;
  }
}
.community-img {
  width: 48.5%;
}
@media screen and (max-width: 834px) {
  .community-img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 25px;
  }
}
.community-img img {
  width: 100%;
}
.community-btn {
  padding: 7px 10px 12px;
  letter-spacing: 1px;
  margin: 30px 0 auto;
  border-radius: 35px;
  display: block;
  text-align: center;
  max-width: 470px;
  height: 70px;
  color: #fff;
  background: #5A91B9;
  line-height: 1.222;
  font-weight: bold;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .community-btn {
    max-width: 335px;
    height: 60px;
    margin: 24px auto 0;
    line-height: 1.25;
    font-size: 1.6rem;
  }
}

.sec-member {
  padding: 0 0 43px;
}
@media screen and (max-width: 834px) {
  .sec-member {
    padding: 0;
  }
}

.member-list {
  padding-top: 81px;
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .member-list {
    max-width: calc(100% + 30px);
    margin: 0 -15px;
    width: calc(100% + 30px);
    padding-top: 40px;
  }
}
.member-item {
  padding: 0 30px;
  width: 33.33%;
  margin-bottom: 33px;
}
@media screen and (max-width: 1245px) {
  .member-item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 834px) {
  .member-item {
    padding: 0 16px;
    width: 50%;
    margin-bottom: 31px;
  }
}
@media screen and (min-width: 835px) {
  .member-item:nth-child(1) .member-link {
    padding-right: 42px;
  }
  .member-item:nth-child(2) .member-link {
    padding-right: 56px;
  }
  .member-item:nth-child(3) .member-link {
    padding-right: 43px;
  }
  .member-item:nth-child(4) .member-link {
    padding-right: 60px;
  }
  .member-item:nth-child(5) .member-link {
    padding-right: 18px;
  }
  .member-item:last-child .member-link {
    padding-right: 80px;
  }
}
@media screen and (max-width: 834px) {
  .member-item:nth-child(1) .member-link {
    -webkit-transform: translateX(-19px);
        -ms-transform: translateX(-19px);
            transform: translateX(-19px);
  }
  .member-item:nth-child(2) .member-link {
    -webkit-transform: translateX(-21px);
        -ms-transform: translateX(-21px);
            transform: translateX(-21px);
  }
  .member-item:nth-child(3) .member-link {
    -webkit-transform: translate(-18px, -4px);
        -ms-transform: translate(-18px, -4px);
            transform: translate(-18px, -4px);
  }
  .member-item:nth-child(4) .member-link {
    -webkit-transform: translate(-17px, -4px);
        -ms-transform: translate(-17px, -4px);
            transform: translate(-17px, -4px);
  }
  .member-item:nth-child(5) .member-link {
    -webkit-transform: translateX(-6px);
        -ms-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  .member-item:last-child .member-link {
    -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
.member-img {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .member-img {
    margin-bottom: 14px;
  }
}
.member-img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.member-img .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.member-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.member-ttl {
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .member-ttl {
    line-height: 1.4285;
    font-size: 1.4rem;
  }
}
.member-ttl span {
  margin-top: 3px;
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .member-ttl span {
    margin-top: -1px;
  }
}
.member-link {
  text-align: center;
  margin-bottom: 10px;
}
.member-link a {
  font-family: "Poppins", sans-serif;
  display: block;
  color: #333333;
  font-weight: 500;
  padding-left: 30px;
  max-width: 80px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-decoration: underline;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .member-link a {
    letter-spacing: -0.3px;
    font-size: 1.2rem;
  }
}
.member-link a:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../img/index/in-gray.svg") center no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  position: absolute;
}
@media screen and (max-width: 834px) {
  .member-link a:before {
    width: 21px;
    height: 21px;
    top: -1.5px;
    left: 4px;
  }
}

.sec-contact {
  padding: 50px 0 152px;
}
@media screen and (max-width: 834px) {
  .sec-contact {
    padding: 21px 0 28px;
  }
}

.contact-list {
  max-width: 575px;
  width: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .contact-list {
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 834px) {
  .contact-list li {
    margin-bottom: 32px;
  }
}
.contact-list li a {
  font-weight: 500;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .contact-list li a {
    font-size: 1.8rem;
  }
}
.contact-list li a img {
  margin-right: 9px;
}
@media screen and (max-width: 834px) {
  .contact-list li a img {
    width: 32px;
  }
}
/*# sourceMappingURL=maps/styles.css.map */
