@charset "UTF-8";
/* ====================================================
Font
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap");
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

* {
  -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%;
  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: #303030;
  font-family: "Saira", 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;
  }
}
@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 {
    -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);
}

.c-fc--white {
  color: white !important;
}
.c-fc--black {
  color: black !important;
}
.c-fc--green {
  color: #97CC6D !important;
}

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

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

/* ====================================================
Component
==================================================== */
.c-txt__basic {
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 834px) {
  .c-txt__basic {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}

.c-ttl__01 {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .c-ttl__01 {
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
}
.c-ttl__03 {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.1875;
  font-weight: 700;
  margin-bottom: 72px;
}
@media screen and (max-width: 834px) {
  .c-ttl__03 {
    font-size: 1.8rem;
    margin-bottom: 36px;
  }
}
.c-ttl__03 span {
  font-size: 4.2rem;
  line-height: 1.1428571429;
  display: block;
  color: #97CC6D;
  margin-top: 11px;
}
@media screen and (max-width: 834px) {
  .c-ttl__03 span {
    font-size: 2.4rem;
  }
}

.c-btn__01 {
  width: 100%;
  max-width: 303px;
  height: 54px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #F6C222;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: bold;
  color: #303030;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .c-btn__01 {
    font-size: 1.8rem;
    max-width: 186px;
    height: 35px;
  }
}

.view-more {
  display: inline-block;
  border: 1px solid #C6C6C6;
  border-radius: 30px;
  font-size: 1.8rem;
  color: #828181;
  line-height: 1;
  font-weight: 500;
  padding: 8px 23px;
}
.view-more--fill {
  background: #D9D9D9;
  border: none;
  font-size: 1.867rem;
  color: #000;
  width: 200px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  .view-more--fill {
    font-size: 1.4rem;
    margin-left: 0;
    font-weight: 400;
  }
}

.inner {
  display: block;
  width: 100%;
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 834px) {
  .wrapper {
    margin-top: 72px;
  }
}

#header {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  #header {
    padding: 24px 0;
  }
}
#header .inner {
  position: relative;
  max-width: 1730px;
}
@media screen and (max-width: 834px) {
  #header .inner {
    padding: 0 27px;
  }
}
#header .header-logo {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 212px;
  left: 15px;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  #header .header-logo {
    width: 128px;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
#header .header-note {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #header .header-note {
    right: 66px;
  }
}
#header .header-search__open {
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
  text-align: center;
}
#header .header-search--custom {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 9999;
  padding: 0 15px;
  background: white;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #header .header-search--custom {
    height: 64px;
    padding: 0 50px 0 15px;
  }
}
#header .header-search--custom.active {
  top: 90px;
}
@media screen and (max-width: 1024px) {
  #header .header-search--custom.active {
    top: 70px;
  }
}
#header .header-search__box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  font-size: 1.8rem;
}
#header .header-search__box-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  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;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
}
#header .header-search__box-input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 0 10px;
  height: 50px;
}
@media screen and (max-width: 1024px) {
  #header .header-search__box-input {
    height: 40px;
  }
}
#header .header-search__close {
  width: 30px;
  height: 30px;
  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;
  cursor: pointer;
  right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  #header .header-search__close {
    right: 10px;
    width: 20px;
    height: 20px;
  }
}
#header .header-search__close:hover {
  opacity: 0.7;
}
#header .header-search__close span {
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: relative;
}
#header .header-search__close span:before, #header .header-search__close span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #797978;
  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 .header-search__close span:before {
  -webkit-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
      transform: translateY(-250%);
  top: -2px;
}
#header .header-search__close span:after {
  -webkit-transform: translateY(250%);
  -ms-transform: translateY(250%);
      transform: translateY(250%);
  bottom: -2px;
}
#header .header-search__close span:before, #header .header-search__close span:after {
  width: 100%;
  background: #797978;
}
#header .header-search__close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg);
  top: 2px;
}
#header .header-search__close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
  bottom: -2px;
}
#header .header-language {
  line-height: 1;
  margin: 0 0 0 17px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: #828181;
}
#header .header-language a {
  display: block;
  color: #828181;
}
#header .header-language__curent {
  display: block;
  position: relative;
  border: 1px solid #D9D9D9;
  padding: 10px 16px 10px 41px;
  border-radius: 40px;
}
@media screen and (max-width: 1024px) {
  #header .header-language__curent {
    padding: 7px 16px 7px 35px;
  }
}
#header .header-language__curent:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/img/common/language.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
}
#header .header-language__list {
  position: absolute;
  top: calc(100% + 30px);
  background: white;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  padding: 10px 15px;
  border-radius: 10px;
  display: none;
}
#header .header-language__list li {
  margin-bottom: 10px;
}
#header .header-language__list li:last-child {
  margin-bottom: 0;
}
#header .header-language__list li a {
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  #header .header-nav {
    display: block !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 1024px) {
  #header .header-nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    padding: 60px 20px;
    overflow-y: scroll;
    background: white;
  }
  #header .header-nav.active {
    display: block;
  }
}
#header .header-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu {
    display: block;
  }
}
#header .header-nav__menu-item {
  position: relative;
}
#header .header-nav__menu-item > a {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #828181;
  padding: 37px 25px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu-item > a {
    text-align: right;
    padding: 10px;
  }
}
@media screen and (min-width: 1025px) {
  #header .header-nav__menu-item > a:before {
    position: absolute;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    width: 0;
    left: 50%;
    bottom: 25px;
    height: 2px;
    background: #97CC6D;
  }
  #header .header-nav__menu-item > a:hover:before, #header .header-nav__menu-item > a.active:before {
    width: 100%;
    left: 0;
  }
}
#header .header-nav__menu-item .header-nav__menu-has {
  position: relative;
}
@media screen and (min-width: 1025px) {
  #header .header-nav__menu-item .header-nav__menu-has {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #header .header-nav__menu-item .header-nav__menu-has:after {
    content: "";
    border: solid #1E1E1E;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu-item .header-nav__menu-has {
    padding-right: 38px;
  }
}
@media screen and (min-width: 1025px) {
  #header .header-nav__menu-item:hover ul {
    display: block;
  }
}
#header .header-nav__sub {
  display: none;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__sub {
    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;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #header .header-nav__sub:after {
    content: "";
    border: solid #1E1E1E;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: 0 0 0 10px;
  }
  #header .header-nav__sub.active {
    padding-top: 9px;
  }
  #header .header-nav__sub.active:after {
    border: solid #1E1E1E;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
#header .header-nav__submenu {
  position: absolute;
  top: 100%;
  background: white;
  border: 1px solid #ccc;
  padding: 15px;
  min-width: 200px;
  display: none;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  #header .header-nav__submenu {
    border-radius: 0;
    position: static;
    border: none;
    text-align: right;
    padding: 0 0 20px;
  }
}
#header .header-nav__submenu li {
  margin-bottom: 5px;
}
#header .header-nav__submenu li:last-child {
  margin-bottom: 0;
}
#header .header-nav__submenu li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #828181;
}
#header .js-mobile {
  width: 26px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 2px;
  background: #797978;
  border-radius: 3px;
}
#header .js-mobile span:before, #header .js-mobile span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #797978;
  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 .js-mobile span:before {
  -webkit-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
      transform: translateY(-250%);
  top: -2px;
}
#header .js-mobile span:after {
  -webkit-transform: translateY(250%);
  -ms-transform: translateY(250%);
      transform: translateY(250%);
  bottom: -2px;
}
#header .js-mobile--close span {
  background-color: transparent;
}
#header .js-mobile--close span:before, #header .js-mobile--close span:after {
  width: 100%;
  background: #797978;
}
#header .js-mobile--close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg);
  top: 2px;
}
#header .js-mobile--close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
  bottom: -2px;
}

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

#footer {
  background: #f4f4f4;
  padding: 120px 0;
  color: #828181;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  #footer {
    padding: 40px 0;
  }
}
#footer a {
  color: #828181;
}
#footer .footer-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 834px) {
  #footer .footer-block {
    margin-bottom: 0;
  }
}
#footer .footer-logo {
  display: block;
  width: 308px;
}
@media screen and (max-width: 834px) {
  #footer .footer-logo {
    width: 151px;
    margin-bottom: 30px;
  }
}
#footer .footer-ct {
  width: calc(100% - 308px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 12%;
}
@media screen and (max-width: 834px) {
  #footer .footer-ct {
    width: 100%;
    padding: 0;
  }
}
#footer .footer-ct__item {
  width: 25%;
}
@media screen and (max-width: 834px) {
  #footer .footer-ct__item {
    width: 100%;
  }
}
#footer .footer-ct__ttl {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 6px;
}
@media screen and (min-width: 835px) {
  #footer .footer-ct__ttl {
    pointer-events: none;
  }
}
@media screen and (max-width: 834px) {
  #footer .footer-ct__ttl:after {
    content: "";
    border: solid #828181;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    right: 0;
  }
  #footer .footer-ct__ttl.active:after {
    border: solid #828181;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 10px;
  }
}
@media screen and (max-width: 834px) {
  #footer .footer-ct ul {
    display: none;
    margin-bottom: 10px;
  }
}
#footer .footer-ct ul li {
  margin-bottom: 5px;
}
#footer .footer-ct ul li:last-child {
  margin-bottom: 0;
}
#footer .footer-note {
  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;
  border-top: 1px solid #C6C6C6;
  padding: 42px 0 0;
}
@media screen and (max-width: 834px) {
  #footer .footer-note {
    border-top: none;
    display: block;
  }
}
#footer .footer-note--left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  #footer .footer-note--left {
    display: block;
  }
}
#footer .footer-note__copyright {
  margin-right: 58px;
}
@media screen and (max-width: 834px) {
  #footer .footer-note__copyright {
    margin: 0 0 10px;
  }
}
#footer .footer-note__menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  #footer .footer-note__menu {
    display: block;
    margin-bottom: 30px;
  }
}
#footer .footer-note__menu li {
  margin-right: 40px;
}
@media screen and (max-width: 834px) {
  #footer .footer-note__menu li {
    margin: 0 0 10px 0;
  }
}
#footer .footer-note__menu li:last-child {
  margin: 0;
}
#footer .footer-note__sns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  #footer .footer-note__sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#footer .footer-note__sns li {
  margin-right: 15px;
}
#footer .footer-note__sns li:last-child {
  margin-right: 0;
}
#footer .footer-note__sns li a img {
  width: 24px;
}

.top-mv {
  background: url("/img/top/bg-mv.png") no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  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 (max-width: 834px) {
  .top-mv {
    background: url("/img/top/bg-mv-sp.png") no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    padding: 111px 0 0;
  }
}

@media screen and (max-width: 640px) {
  .mv-block {
    max-width: 310px;
    margin: 0 auto;
  }
}
.mv-block__logo {
  display: block;
  font-size: clamp(6.4rem, 12.1875vw, 23.4rem);
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .mv-block__logo {
    margin-bottom: 12px;
  }
}
.mv-block__ttl {
  display: block;
  font-size: clamp(2.4rem, 2.1875vw, 4.2rem);
  font-weight: bold;
  margin-bottom: 23px;
}

.top-about {
  padding: 80px 0 60px;
}
@media screen and (max-width: 834px) {
  .top-about {
    padding: 50px 0;
  }
}

.heading-note {
  font-size: 4.2rem;
  line-height: 1.1428571429;
  font-weight: bold;
  margin-bottom: 65px;
}
@media screen and (max-width: 834px) {
  .heading-note {
    font-size: 2.4rem;
    line-height: 1.25;
    margin-bottom: 30px;
  }
}
.heading-note .c-ttl__01 {
  color: #303030;
  margin-bottom: 3px;
}

.about-list {
  margin: 0 -10px 97px;
}
@media screen and (max-width: 834px) {
  .about-list {
    margin: 0 -18px 50px -3px;
  }
}
.about-list .slick-track {
  margin-left: 0;
}
@media screen and (max-width: 834px) {
  .about-list .slick-list {
    padding: 0 8% 0 0 !important;
  }
}
.about-list__item {
  padding: 0 10px;
}
@media screen and (max-width: 834px) {
  .about-list__item {
    padding: 0 3px;
  }
}
.about-list__img {
  position: relative;
}
.about-list__img:before {
  content: "";
  display: block;
  padding: 121% 0 0;
}
.about-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";
}
.about-list__box {
  display: block;
  position: relative;
  text-align: center;
  color: white;
  border-radius: 20px;
  overflow: hidden;
}
.about-list__ct {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  color: white;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  background: url("/img/top/bg-item.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  padding: 15px 15px 40px;
}
.about-list__ct > * {
  display: block;
  width: 100%;
}
.about-list__ct-ttl {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.about-list__ct-icon {
  display: block;
  margin-bottom: 10px;
}
.about-list__ct-icon img {
  display: block;
  margin: 0 auto;
}

.about-steps {
  display: grid;
  gap: 20px 20px;
  grid-template-columns: 5fr 5fr;
}
@media screen and (max-width: 640px) {
  .about-steps {
    display: block;
  }
}
.about-steps__item {
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  padding: 37px 7% 25px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 500;
  color: #797978;
}
@media screen and (max-width: 834px) {
  .about-steps__item {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    padding: 20px 10%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .about-steps__item:last-child {
    margin-bottom: 0;
  }
}
.about-steps__ttl {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .about-steps__ttl {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
}

.top-news {
  padding: 0 0 80px;
}

.news-list {
  margin-bottom: 65px;
}
@media screen and (max-width: 834px) {
  .news-list {
    margin-bottom: 50px;
  }
}
.news-list__item {
  margin-bottom: 46px;
}
@media screen and (max-width: 834px) {
  .news-list__item {
    margin-bottom: 30px;
  }
}
.news-list__item:last-child {
  margin-bottom: 0;
}
.news-list__item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #797978;
}
.news-list__img {
  width: 443px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 834px) {
  .news-list__img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
  }
}
.news-list__img:before {
  content: "";
  display: block;
  padding: 55% 0 0;
}
.news-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";
}
.news-list__ct {
  width: calc(100% - 443px);
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 500;
  padding: 35px 0 0 44px;
}
@media screen and (max-width: 834px) {
  .news-list__ct {
    width: 100%;
    padding: 0;
  }
  .news-list__ct p {
    display: none;
  }
}
.news-list__ct-date {
  display: block;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 834px) {
  .news-list__ct-date {
    font-size: 1rem;
  }
}
.news-list__ct-ttl {
  display: block;
  font-size: 3.2rem;
  line-height: 1.1875;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .news-list__ct-ttl {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    margin-bottom: 0;
  }
}
.news-list--other {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-list--other .news-list__item {
  width: calc(50% - 15px);
}
@media screen and (max-width: 834px) {
  .news-list--other .news-list__item {
    width: 100%;
  }
}
.news-list--other .news-list__img {
  width: 136px;
}
.news-list--other .news-list__img:before {
  padding: 100% 0 0;
}
@media screen and (max-width: 834px) {
  .news-list--other .news-list__img {
    display: none;
  }
}
.news-list--other .news-list__ct {
  width: calc(100% - 136px);
  padding: 0 0 0 20px;
}
@media screen and (max-width: 834px) {
  .news-list--other .news-list__ct {
    width: 100%;
    padding: 0;
  }
}
.news-list--other .news-list__ct-ttl {
  font-size: 2.4rem;
  line-height: 1.25;
}
@media screen and (max-width: 834px) {
  .news-list--other .news-list__ct-ttl {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}

.box-search {
  max-width: 400px;
  width: 100%;
  margin: 190px auto 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  .box-search {
    margin-top: 50px;
    max-width: 282px;
  }
}
.box-search__input {
  background: #F4F4F4;
  width: 100%;
  height: 42px;
  border-radius: 20px;
  outline: 0;
  border: none;
  font-size: 1.4rem;
  padding: 0 15px;
}
.box-search__btn {
  width: 42px;
  height: 42px;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  outline: 0;
  border: none;
  z-index: 10;
  border-radius: 50%;
  background: transparent;
  padding: 0;
}

.recruitment-intro {
  padding: 60px 0;
}
@media screen and (max-width: 834px) {
  .recruitment-intro {
    padding: 35px 0;
  }
}
.recruitment-intro__ttl {
  font-size: 7rem;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .recruitment-intro__ttl {
    font-size: 4.2rem;
    margin-bottom: 36px;
  }
}
.recruitment-intro__ttl span {
  color: #97CC6D;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .recruitment-intro__ttl span {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 834px) {
  .recruitment-intro__slider {
    padding: 0 25px;
  }
}
.recruitment-intro__slider .slick-dots {
  bottom: 26px;
}
.recruitment-intro__slider .slick-dots li {
  margin: 0 4px;
}
.recruitment-intro__slider .slick-dots li button::before {
  border: none;
  background: #fff;
}
.recruitment-intro__slider .slick-dots li.slick-active button::before {
  background: #97CC6D;
}
.recruitment-intro__slider-item {
  border-radius: 24px;
  overflow: hidden;
}

.recruitment-welfare {
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .recruitment-welfare {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 834px) {
  .recruitment-welfare {
    padding-bottom: 60px;
  }
}
.recruitment-welfare__wp {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recruitment-welfare__list {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .recruitment-welfare__list {
    width: 100%;
  }
}
.recruitment-welfare__list-item {
  padding: 15px 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .recruitment-welfare__list-item {
    padding: 20px;
  }
}
.recruitment-welfare__list-ico {
  width: 64px;
}
@media screen and (max-width: 834px) {
  .recruitment-welfare__list-ico {
    width: 36px;
  }
}
.recruitment-welfare__list-ct {
  width: calc(100% - 64px);
  padding-left: 32px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .recruitment-welfare__list-ct {
    width: calc(100% - 36px);
  }
}
.recruitment-welfare__list-ct p {
  color: #797978;
  margin-bottom: 20px;
  font-weight: 400;
}
.recruitment-welfare__list-ct p:last-child {
  margin-bottom: 0;
}
.recruitment-welfare__list-ttl {
  color: #97CC6D;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .recruitment-welfare__list-ttl {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    font-weight: 500;
  }
}
.recruitment-welfare__img {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .recruitment-welfare__img {
    display: none;
  }
}
.recruitment-welfare__img img {
  margin-bottom: 25px;
}
.recruitment-welfare__img img:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .recruitment-future .inner {
    padding: 0 30px;
  }
}
.recruitment-future__img {
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .recruitment-future__img img {
    height: 526px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 78%;
       object-position: 78%;
  }
}
@media screen and (max-width: 640px) {
  .recruitment-future__img {
    position: relative;
  }
  .recruitment-future__img::before {
    content: "";
    float: left;
    padding-top: 102.5559105431%;
  }
  .recruitment-future__img::after {
    content: "";
    display: table;
    clear: both;
  }
  .recruitment-future__img > :first-child {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .recruitment-future__img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.recruitment-future__ct {
  max-width: 711px;
  width: 100%;
  padding: 60px 52px;
  border-radius: 24px;
  background: #97CC6D;
  color: #fff;
  margin-top: -10vw;
  position: relative;
  z-index: 2;
  margin-left: 50px;
  color: #FFF6F6;
}
@media screen and (max-width: 834px) {
  .recruitment-future__ct {
    padding: 30px;
    max-width: 89%;
    margin: -120px auto 0;
  }
}
.recruitment-future__ttl {
  font-size: 4.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
@media screen and (max-width: 834px) {
  .recruitment-future__ttl {
    font-size: 2.4rem;
  }
}

.recruitment-gallery {
  padding: 128px 0;
}
@media screen and (max-width: 834px) {
  .recruitment-gallery {
    padding: 64px 0;
  }
}
.recruitment-gallery__slider {
  margin: 0 -12px;
  padding-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .recruitment-gallery__slider {
    margin: 0 -8px;
    padding-bottom: 20px;
  }
}
.recruitment-gallery__slider-item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  .recruitment-gallery__slider-item {
    padding: 0 8px;
    margin-bottom: 11px;
  }
}
.recruitment-gallery__slider .slick-dots {
  bottom: 0;
}
.recruitment-gallery__slider .slick-dots li {
  margin: 0 4px;
}
@media screen and (max-width: 834px) {
  .recruitment-gallery__slider .slick-dots li {
    margin: 0 2px;
  }
}
@media screen and (max-width: 834px) {
  .recruitment-gallery__slider .slick-dots li button {
    padding: 2px;
  }
}
.recruitment-gallery__slider .slick-dots li button::before {
  border: none;
  background: #C6C6C6;
}
@media screen and (max-width: 834px) {
  .recruitment-gallery__slider .slick-dots li button::before {
    width: 4px;
    height: 4px;
  }
}
.recruitment-gallery__slider .slick-dots li.slick-active button::before {
  background: #97CC6D;
}

.recruitment-news {
  padding-bottom: 140px;
}
@media screen and (max-width: 1024px) {
  .recruitment-news {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 834px) {
  .recruitment-news {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 834px) {
  .recruitment-news .inner {
    padding: 0 30px;
  }
}
.recruitment-news__ttl {
  text-align: left;
  color: #797978;
  margin-bottom: 47px;
}
@media screen and (max-width: 834px) {
  .recruitment-news__ttl {
    padding: 0 6px;
    margin-bottom: 36px;
  }
}
.recruitment-news__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .recruitment-news__list {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 64px;
  }
}
.recruitment-news__list-item {
  border: 1px solid #D9D9D9;
  border-radius: 24px;
  padding: 32px 32px;
  -webkit-box-shadow: 0 16px 40px rgba(88, 92, 95, 0.16);
          box-shadow: 0 16px 40px rgba(88, 92, 95, 0.16);
}
@media screen and (max-width: 834px) {
  .recruitment-news__list-item {
    padding: 24px 18px;
  }
}
.recruitment-news__list-ttl {
  color: #97CC6D;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 14px;
}
.recruitment-news__list-ct {
  margin-bottom: 30px;
  color: #303030;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .recruitment-news__list-ct {
    margin-bottom: 18px;
  }
}
.recruitment-news__btn {
  width: 150px;
  height: 36px;
  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;
  margin-left: auto;
  margin-right: 0;
  font-size: 1.4rem;
  color: #000;
  background: #D9D9D9;
  border: none;
}
@media screen and (max-width: 834px) {
  .recruitment-news__btn {
    margin: 0 auto;
  }
}

.recruitment-detail {
  padding-top: 160px;
  padding-bottom: 126px;
}
@media screen and (max-width: 834px) {
  .recruitment-detail {
    padding-top: 30px;
    padding-bottom: 64px;
  }
}
.recruitment-detail .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recruitment-detail__sidebar {
  width: 32.26%;
  border: 1px solid #D9D9D9;
  border-radius: 24px;
  padding: 24px 24px;
}
@media screen and (max-width: 1024px) {
  .recruitment-detail__sidebar {
    padding: 24px 6px;
  }
}
@media screen and (max-width: 834px) {
  .recruitment-detail__sidebar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 64px;
    padding: 32px 14px;
  }
}
.recruitment-detail__sidebar-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 27px;
  color: #797978;
}
.recruitment-detail__sidebar-list li {
  border-bottom: 1px solid #C6C6C6;
}
.recruitment-detail__sidebar-list li a {
  padding: 20px 0;
  font-size: 3.2rem;
  font-weight: 700;
  color: #797978;
  display: block;
}
@media screen and (max-width: 1024px) {
  .recruitment-detail__sidebar-list li a {
    font-size: 2.4rem;
  }
}
.recruitment-detail__sidebar-list li:first-child {
  border-top: 1px solid #C6C6C6;
}
.recruitment-detail__sidebar-list li:last-of-type {
  border-bottom: none;
}
.recruitment-detail__sidebar-list li:last-of-type a {
  padding-bottom: 0;
}
.recruitment-detail__content {
  width: 67.74%;
  padding-left: 15px;
}
@media screen and (max-width: 834px) {
  .recruitment-detail__content {
    width: 100%;
    padding-left: 0;
  }
}
.recruitment-detail__content-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .recruitment-detail__content-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .recruitment-detail__content-ttl {
    font-size: 1.8rem;
  }
}
.recruitment-detail__content-ttl span {
  color: #97CC6D;
  font-size: 4.2rem;
  line-height: 1.15;
  display: block;
}
@media screen and (max-width: 1024px) {
  .recruitment-detail__content-ttl span {
    font-size: 3.2rem;
    margin-bottom: 18px;
  }
}
.recruitment-detail__content-ttlsub {
  color: #797978;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.recruitment-detail__content-list li {
  color: #797978;
  position: relative;
  padding-left: 15px;
}
.recruitment-detail__content-list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #797978;
  top: 8px;
  left: 0;
  border-radius: 2px;
}
.recruitment-detail__wp {
  border: 1px solid #D9D9D9;
  padding: 46px;
  border-radius: 24px;
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .recruitment-detail__wp {
    padding: 40px 22px;
  }
}
@media screen and (max-width: 834px) {
  .recruitment-detail__wp {
    padding: 48px 22px;
  }
}
@media screen and (max-width: 834px) {
  .recruitment-detail__btn {
    max-width: 335px;
    height: 64px;
    border-radius: 30px;
    font-size: 2.124rem;
    margin: 0 auto;
  }
}

.file-name {
  position: absolute;
  left: 132px;
  padding-left: 10px;
  top: 0;
  background: #fff;
  height: 36px;
  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;
  font-weight: 500;
}

.recruitment-form {
  border: 1px solid #D9D9D9;
  border-radius: 24px;
  padding: 44px 47px;
  margin-top: 36px;
  color: #797978;
  display: none;
}
@media screen and (max-width: 834px) {
  .recruitment-form {
    padding: 24px 40px;
    margin-top: 34px;
  }
}
.recruitment-form__ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .recruitment-form__ttl {
    font-size: 3.2rem;
  }
}
.recruitment-form__intro {
  margin-bottom: 24px;
}
.recruitment-form__input {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 0;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #C6C6C6;
}
.recruitment-form__input .form-control {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 834px) {
  .recruitment-form__input .form-control {
    width: 100%;
  }
}
.recruitment-form__input .form-control--full {
  width: 100%;
}
.recruitment-form__input-phone {
  width: 100%;
  position: relative;
}
.recruitment-form__input-phone select {
  width: 62px;
  height: 28px;
  font-size: 1.8rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 24px;
  color: #797978;
  border: none;
  border-right: 1px solid #797978;
  background: url(/img/recruitment/ico-down.png) no-repeat center right/24px 12px;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .recruitment-form__input-phone select {
    width: 55px;
    font-size: 1.4rem;
    left: 12px;
  }
}
.recruitment-form__input-phone .form-control {
  width: 100%;
  padding-left: 100px;
}
@media screen and (max-width: 834px) {
  .recruitment-form__input-phone .form-control {
    padding-left: 75px;
    padding-right: 15px;
  }
}
.recruitment-form__input-textarea {
  width: 100%;
}
.recruitment-form__input-textarea .form-control {
  width: 100%;
  height: 246px;
  resize: none;
  padding: 20px 24px;
}
.recruitment-form__file {
  color: #797978;
}
.recruitment-form__file dl {
  margin-bottom: 24px;
}
.recruitment-form__file dl dt {
  margin-bottom: 8px;
}
@media screen and (max-width: 834px) {
  .recruitment-form__file dl dt {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
.recruitment-form__file dl dd {
  position: relative;
}
.recruitment-form__file dl dd input[type=file] {
  position: absolute;
  width: 132px;
  top: 0;
  left: 0;
  pointer-events: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 10;
  height: 36px;
  opacity: 0;
}
.recruitment-form__file-note {
  margin-top: 8px;
}
.recruitment-form__file-note--portfolio.file-added {
  margin-top: 45px;
}
.recruitment-form__file-note--portfolio.file-added + .file-name {
  top: 39px;
  width: 100%;
  text-align: center;
  left: 0;
}
@media screen and (max-width: 834px) {
  .recruitment-form__btn {
    max-width: 253px;
    height: 58px;
    font-size: 2.4rem;
    margin: 0 auto;
  }
}

.required {
  color: #FB3748;
}

.custom-file-upload {
  width: 132px;
  height: 36px;
  border-radius: 24px;
  border: 1px solid #D9D9D9;
  cursor: pointer;
  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;
}
@media screen and (max-width: 834px) {
  .custom-file-upload {
    font-weight: 500;
  }
}
.custom-file-upload--full {
  width: 100%;
}
.custom-file-upload--full + input[type=file] {
  width: 100%;
}

.form-control {
  width: 100%;
  height: 48px;
  border: 1px solid #D9D9D9;
  border-radius: 24px;
  padding: 0 15px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .form-control {
    padding: 0 24px;
    font-size: 1.4rem;
    font-weight: 400;
  }
}

.bg-overlay:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.modal-complete {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1001;
}
.modal-complete.is-show {
  opacity: 1;
  visibility: visible;
}
.modal-complete__wp {
  max-width: 492px;
  background: #fff;
  border-radius: 24px;
  padding: 45px 50px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .modal-complete__wp {
    max-width: 336px;
    padding: 48px 25px;
  }
}
.modal-complete__main {
  text-align: center;
}
.modal-complete__main-ico {
  margin-bottom: 15px;
}
.modal-complete__main-ttl {
  text-align: center;
  color: #97CC6D;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 15px;
}
.modal-complete__main-btn {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

.sec-mv {
  margin-bottom: 50px;
}
.sec-mv .inner {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .sec-mv .inner {
    position: static;
  }
}
.sec-mv .ttl-page {
  display: block;
  text-transform: uppercase;
  position: absolute;
  left: 15px;
  right: 15px;
  padding: 0 19vw 0 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: clamp(3.2rem, 4.791vw, 9.2rem);
  font-weight: bold;
  color: white;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .sec-mv .ttl-page {
    top: 62%;
    text-align: left;
  }
}

.mv-banner img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
@media screen and (max-width: 640px) {
  .mv-banner img {
    height: auto;
  }
}

.mv-note {
  background: #97CC6D;
  color: white;
  border-radius: 24px;
  font-size: 3.2rem;
  line-height: 1.1875;
  font-weight: bold;
  max-width: 650px;
  padding: 44px 60px;
}
@media screen and (max-width: 640px) {
  .mv-note {
    margin: 0 -15px;
    border-radius: 0;
    padding: 30px;
  }
}
.mv-note__ttl {
  display: block;
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .mv-note__ttl {
    font-size: 2.4rem;
  }
}
.mv-note p {
  margin-bottom: 10px;
}
.mv-note a {
  display: inline-block;
  color: white;
  font-size: 2.4rem;
  position: relative;
  padding: 0 24px 0 0;
}
@media screen and (max-width: 834px) {
  .mv-note a {
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0 35px 0 0;
  }
}
.mv-note a:after {
  content: "";
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  right: 0;
}
@media screen and (max-width: 834px) {
  .mv-note a:after {
    top: 6px;
  }
}

.fill-img {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.fill-img__item {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.fill-img__img {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.fill-img__img:before {
  content: "";
  display: block;
  padding: 75% 0 0;
}
.fill-img__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

.tab-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.tab-menu li {
  font-size: 1.8rem;
  font-weight: 500;
  border: 1px solid #C6C6C6;
  border-radius: 40px;
  margin-right: 15px;
  cursor: pointer;
  padding: 5px 15px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-menu li:last-child {
  margin-right: 0;
}
.tab-menu li.active, .tab-menu li:hover {
  background: #97CC6D;
  border: 1px solid #97CC6D;
  color: #303030;
}

.tab-content {
  margin-bottom: 30px;
}
.tab-content__item {
  display: none;
}
.tab-content__item.active {
  display: block;
}

.sec-article {
  padding: 150px 0 50px;
}
@media screen and (max-width: 834px) {
  .sec-article {
    padding: 100px 0 50px;
  }
}
.sec-article .inner {
  max-width: 1230px;
}

.article-block {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 500;
  color: #797978;
  max-width: 777px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 834px) {
  .article-block {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-bottom: 40px;
  }
}
.article-block h1, .article-block h2, .article-block h3, .article-block h4, .article-block h5, .article-block h6 {
  display: block;
  font-weight: bold;
}
.article-block img {
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-bottom: 20px;
}
.article-block__date {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .article-block__date {
    font-size: 1.8rem;
  }
}
.article-block__note {
  background: #F2FFE8;
  border-radius: 10px;
  padding: 15px 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: black;
  margin-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .article-block__note {
    font-size: 1rem;
  }
}
.article-block__note-ttl {
  display: block;
  width: 100px;
}
@media screen and (max-width: 834px) {
  .article-block__note-ttl {
    width: 60px;
  }
}
.article-block__note-ct {
  width: calc(100% - 100px);
}
@media screen and (max-width: 834px) {
  .article-block__note-ct {
    width: calc(100% - 60px);
  }
}
.article-block__note-ct ul li a {
  display: block;
  color: #5188E6;
}
.article-block h1 {
  font-size: 4.2rem;
  line-height: 1.1428571429;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .article-block h1 {
    font-size: 3.2rem;
    line-height: 1.1875;
    text-align: center;
  }
}
.article-block h2 {
  font-size: 3.2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .article-block h2 {
    font-size: 2.4rem;
  }
}
.article-block h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.article-block p {
  margin-bottom: 15px;
}
.article-block small {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 834px) {
  #page-product {
    padding-top: 72px;
  }
}
.sec-product {
  padding: 50px 0 100px;
}
@media screen and (max-width: 834px) {
  .sec-product {
    padding: 0 0 50px;
  }
}

.product-note {
  font-size: 3.2rem;
  line-height: 1.1875;
  font-weight: bold;
  color: #97CC6D;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .product-note {
    margin-bottom: 50px;
  }
}

.product-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.product-list__item {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 834px) {
  .product-list__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-list__item:last-child {
    margin-bottom: 0;
  }
}
.product-list__item a {
  display: block;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.product-list__img {
  position: relative;
}
.product-list__img:before {
  content: "";
  display: block;
  padding: 75.7% 0 0;
}
@media screen and (max-width: 640px) {
  .product-list__img:before {
    padding: 100% 0 0;
  }
}
.product-list__img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/img/product/bg-item.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.product-list__img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.product-list__ct {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  color: white;
  text-align: center;
  padding: 15px 15px 30px;
}
.product-list__ct-ttl {
  display: block;
  text-transform: uppercase;
  font-size: 3.2rem;
  line-height: 1.1875;
  font-weight: bold;
}

.sec-staff {
  padding: 150px 0 100px;
}
@media screen and (max-width: 834px) {
  .sec-staff {
    padding: 90px 0;
  }
}

.staff-heading {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .staff-heading {
    margin-bottom: 60px;
  }
}
.staff-heading__img {
  width: 74.6%;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .staff-heading__img {
    width: 100%;
  }
}
.staff-heading__ct {
  max-width: 940px;
  position: absolute;
  bottom: 50px;
  left: 0;
  background: #97CC6D;
  color: white;
  font-size: 4.2rem;
  line-height: 1.1428571429;
  font-weight: bold;
  border-radius: 24px;
  padding: 30px 30px;
}
@media screen and (max-width: 834px) {
  .staff-heading__ct {
    position: static;
    font-size: 3.2rem;
    line-height: 1.1875;
    margin: -70px 22px 0;
    padding: 30px 37px;
  }
}
.staff-heading__ct-ttl {
  display: block;
  font-size: 5.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .staff-heading__ct-ttl {
    font-size: 3.2rem;
    line-height: 1.1875;
    margin-bottom: 0;
  }
}
.staff-heading__ct p {
  margin-bottom: 15px;
}
.staff-heading__ct a {
  display: inline-block;
  color: white;
  font-size: 2.4rem;
  position: relative;
  padding: 0 24px 0 0;
}
@media screen and (max-width: 834px) {
  .staff-heading__ct a {
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0 35px 0 0;
  }
}
.staff-heading__ct a:after {
  content: "";
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  right: 0;
}
@media screen and (max-width: 834px) {
  .staff-heading__ct a:after {
    top: 15px;
  }
}

.staff-note {
  font-size: 4.2rem;
  line-height: 1.1428571429;
  color: #97CC6D;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .staff-note {
    font-size: 2.4rem;
    line-height: 1.25;
    margin-bottom: 30px;
  }
}
.staff-note__ttl {
  display: block;
  font-size: 3.2rem;
  color: #303030;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .staff-note__ttl {
    font-size: 1.8rem;
    font-weight: 500;
  }
}

.staff-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.staff-list__item {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 990px) {
  .staff-list__item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .staff-list__item {
    width: 100%;
  }
  .staff-list__item:last-child {
    margin-bottom: 0;
  }
}
.staff-list__img {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.staff-list__img:before {
  content: "";
  display: block;
  padding: 93% 0 0;
}
.staff-list__img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.staff-list__ct {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  margin: -10px 10px 0;
  border: 1px solid #D9D9D9;
  border-top: none;
  border-radius: 0 0 24px 24px;
  padding: 30px 15px;
}
@media screen and (max-width: 834px) {
  .staff-list__ct {
    font-size: 1.2rem;
    margin: -25px 0 0;
    padding: 40px 15px 20px;
  }
}
.staff-list__ct-ttl {
  display: block;
  color: #97CC6D;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .staff-list__ct-ttl {
    font-size: 2.4rem;
  }
}

.contact-page {
  background: #97CC6D;
  padding: 80px 0;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .contact-page {
    padding: 45px 0;
  }
}
.contact-page__wrapper {
  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: 1024px) {
  .contact-page__wrapper {
    max-width: 560px;
    margin: 0 auto;
  }
}
.contact-page__ttl {
  font-size: 7rem;
  margin-bottom: 40px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .contact-page__ttl {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 834px) {
  .contact-page__ttl {
    font-size: 4.2rem;
    margin-bottom: 20px;
  }
}
.contact-page__txt-company {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .contact-page__txt-company {
    font-size: 2.4rem;
  }
}
.contact-page__infor {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .contact-page__infor {
    padding-right: 60px;
    margin-bottom: 20px;
  }
}
.contact-page__infor li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px;
}
.contact-page__infor li a {
  color: #fff;
}
.contact-page__infor li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 20px;
  top: 2px;
  left: 0;
}
.contact-page__infor li:last-of-type {
  margin-bottom: 0;
}
.contact-page__infor li:nth-child(1)::before {
  background: url(/img/contact/ico-map.png) no-repeat center/100%;
  top: 5px;
}
.contact-page__infor li:nth-child(2)::before {
  width: 22px;
  height: 22px;
  background: url(/img/contact/ico-phone.png) no-repeat center/100%;
}
.contact-page__infor li:nth-child(3)::before {
  width: 21px;
  height: 19px;
  background: url(/img/contact/ico-email.png) no-repeat center/100%;
}
.contact-page__support-ttl {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .contact-page__support-ttl {
    font-size: 1.8rem;
  }
}
.contact-page__left {
  max-width: 479px;
}
@media screen and (max-width: 1245px) {
  .contact-page__left {
    max-width: calc(100% - 560px);
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-page__left {
    max-width: 479px;
    margin-bottom: 60px;
  }
}
.contact-page__right {
  max-width: 560px;
  width: 100%;
  background: #fff;
  padding: 48px;
  border-radius: 24px;
}
@media screen and (max-width: 834px) {
  .contact-page__right {
    padding: 25px 25px;
  }
}
.contact-page__right .recruitment-form {
  border: none;
  padding: 0;
  margin: 0;
  display: block;
}
.contact-page__right .recruitment-form__input {
  padding: 0;
  margin-bottom: 18px;
  border: none;
}
@media screen and (max-width: 834px) {
  .contact-page__right .recruitment-form__ttl {
    font-size: 2.4rem;
  }
}
.contact-page__right .recruitment-form__btn {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-page__right .recruitment-form__btn:hover {
  opacity: 0.7;
}

.contact-map {
  padding: 64px 0;
}
@media screen and (max-width: 834px) {
  .contact-map {
    padding: 30px 0 64px;
  }
}
.contact-map__wp {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.contact-map__wp::before {
  content: "";
  float: left;
  padding-top: 49.2700729927%;
}
.contact-map__wp::after {
  content: "";
  display: table;
  clear: both;
}
.contact-map__wp > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .contact-map__wp {
    position: relative;
  }
  .contact-map__wp::before {
    content: "";
    float: left;
    padding-top: 201.4925373134%;
  }
  .contact-map__wp::after {
    content: "";
    display: table;
    clear: both;
  }
  .contact-map__wp > :first-child {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.contact-map__wp iframe {
  width: 100%;
}

.company-mv {
  margin-bottom: 98px;
}
@media screen and (max-width: 834px) {
  .company-mv {
    margin-bottom: 66px;
  }
}
.company-mv__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  position: absolute;
  top: 24%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1418px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .company-mv__ttl {
    font-size: 1.8rem;
    padding: 0 27px;
    top: 16%;
  }
}
.company-mv__ttl span {
  font-size: 5.4rem;
  color: #97CC6D;
  display: block;
  line-height: 1.1;
}
@media screen and (max-width: 834px) {
  .company-mv__ttl span {
    font-size: 2.4rem;
    margin-top: 10px;
    line-height: 1.2;
  }
}

.company-values .c-ttl__03 {
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .company-values .c-ttl__03 {
    padding: 0 20px;
    margin-bottom: 18px;
    position: relative;
    left: -12px;
  }
  .company-values .c-ttl__03 span {
    margin-top: 20px;
  }
}
.company-values__img {
  margin-top: -6.5%;
  width: 92%;
  margin-left: auto;
}
@media screen and (min-width: 835px) {
  .company-values__list {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .company-values__list {
    margin-top: 36px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .company-values__list {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .company-values__list-item:nth-child(5), .company-values__list-item:nth-child(6) {
    position: relative;
    left: 50%;
  }
}
@media screen and (max-width: 640px) {
  .company-values__list-item {
    max-width: 292px;
    margin: 0 auto 16px;
  }
  .company-values__list-item:nth-child(5), .company-values__list-item:nth-child(6) {
    left: 0;
  }
}
.company-values__list-item:last-of-type {
  margin-bottom: 0;
}

#page-company .top-about {
  padding-bottom: 137px;
}
@media screen and (max-width: 834px) {
  #page-company .top-about {
    padding: 63px 0;
  }
  #page-company .top-about .inner {
    padding: 0 20px;
  }
}
#page-company .top-about .heading-note {
  margin-bottom: 56px;
}
@media screen and (max-width: 834px) {
  #page-company .top-about .heading-note {
    margin-bottom: 35px;
  }
}
#page-company .top-about .heading-note .c-ttl__01 {
  margin-bottom: 18px;
}
@media screen and (max-width: 834px) {
  #page-company .top-about .heading-note .c-ttl__01 {
    margin-bottom: 9px;
  }
}
/*# sourceMappingURL=map/styles.css.map */