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

html.ov {
  overflow: 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-bg--blue {
  background: #4EA7BC !important;
}

.c-ft--en {
  font-family: "Nunito", 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 !important;
}

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

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

.c-ttl__01 {
  margin-bottom: 37px;
}
@media screen and (max-width: 834px) {
  .c-ttl__01 {
    margin-bottom: 23px;
  }
}
.c-ttl__01 span {
  display: block;
}
.c-ttl__01 .c-ft--en {
  color: #61A351;
  font-weight: bold;
  line-height: 1;
  font-family: "Nunito", sans-serif;
  margin-bottom: 8px;
  letter-spacing: 2px;
  font-size: 9rem;
}
@media screen and (max-width: 1440px) {
  .c-ttl__01 .c-ft--en {
    letter-spacing: 0;
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 1245px) {
  .c-ttl__01 .c-ft--en {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl__01 .c-ft--en {
    font-size: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .c-ttl__01 .c-ft--en {
    letter-spacing: 1px;
    margin-bottom: 3px;
    font-size: 5rem;
  }
}
.c-ttl__01 .c-ft--jp {
  color: #1C1C1C;
  letter-spacing: 1.1px;
  font-size: 2.5rem;
}
@media screen and (max-width: 1440px) {
  .c-ttl__01 .c-ft--jp {
    letter-spacing: 0;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1245px) {
  .c-ttl__01 .c-ft--jp {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl__01 .c-ft--jp {
    letter-spacing: 1px;
    font-size: 2rem;
  }
}
.c-ttl__01--white span {
  color: #fff !important;
}
.c-ttl__01--small .c-ft--en {
  margin-bottom: 4px;
  font-size: 7rem;
}
@media screen and (max-width: 834px) {
  .c-ttl__01--small .c-ft--en {
    margin-bottom: 0;
    letter-spacing: 3px;
    font-size: 4.5rem;
  }
}
.c-ttl__01--small .c-ft--jp {
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .c-ttl__01--small .c-ft--jp {
    letter-spacing: 0;
    font-size: 1.6rem;
  }
}
.c-ttl__01--md {
  margin-bottom: 61px;
}
@media screen and (max-width: 1245px) {
  .c-ttl__01--md {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl__01--md {
    margin-bottom: 26px;
  }
}
.c-ttl__01--md .c-ft--en {
  font-size: 5rem;
  margin-bottom: 6px;
}
@media screen and (max-width: 834px) {
  .c-ttl__01--md .c-ft--en {
    font-size: 4rem;
    margin-bottom: 3px;
  }
}
.c-ttl__01--md .c-ft--jp {
  font-size: 1.6rem;
}
.c-ttl__01--lg .c-ft--en {
  font-size: clamp(4.5rem, 5vw, 8rem);
}
.c-ttl__01--lg .c-ft--jp {
  font-size: 2.2rem;
}
@media screen and (max-width: 834px) {
  .c-ttl__01--lg .c-ft--jp {
    font-size: 1.8rem;
  }
}
.c-ttl__01--xs .c-ft--en {
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .c-ttl__01--xs .c-ft--en {
    font-size: 1.6rem;
    margin-bottom: 7px;
  }
}
.c-ttl__01--xs .c-ft--jp {
  font-size: 3.3rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .c-ttl__01--xs .c-ft--jp {
    font-size: 2.3rem;
  }
}
.c-ttl__02 {
  color: #1C1C1C;
  font-weight: 500;
  margin-bottom: 9px;
  line-height: 1.44;
  font-size: 1.8rem;
}
@media screen and (max-width: 1245px) {
  .c-ttl__02 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl__02 {
    margin-bottom: 14px;
    line-height: 1.45;
    font-size: 2rem;
  }
}
.c-ttl__02 span {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
  margin-top: 10px;
  font-size: 1.9rem;
}
@media screen and (max-width: 1245px) {
  .c-ttl__02 span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl__02 span {
    margin-top: 6px;
    font-size: 2rem;
  }
}
.c-ttl__03 {
  font-size: 2.5rem;
  line-height: 1.96;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .c-ttl__03 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl__03--sp {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.c-ttl__04 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 44px;
}
@media screen and (max-width: 834px) {
  .c-ttl__04 {
    margin-bottom: 31px;
  }
}
.c-ttl__04 span {
  display: block;
}
.c-ttl__04 .c-ft--en {
  font-size: 2rem;
  color: #61A351;
  letter-spacing: 1.5px;
  margin-bottom: 3px;
}
@media screen and (max-width: 834px) {
  .c-ttl__04 .c-ft--en {
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.c-ttl__04 .c-ft--jp {
  font-size: 3.3rem;
}
@media screen and (max-width: 834px) {
  .c-ttl__04 .c-ft--jp {
    font-size: 2.3rem;
    line-height: 1.5652173913;
  }
}
.c-ttl__05 {
  font-size: 3.3rem;
  line-height: 1.4848484848;
}
@media screen and (max-width: 834px) {
  .c-ttl__05 {
    font-size: 2.3rem;
    line-height: 1.3043478261;
  }
}
.c-ttl__05--line {
  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;
  gap: 10px 29px;
}
@media screen and (max-width: 834px) {
  .c-ttl__05--line {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-ttl__05--line::after {
  content: "";
  border-bottom: 1px solid currentColor;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 834px) {
  .c-ttl__05--line::after {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

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

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

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

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

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

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

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

.artical-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.artical-block__ct {
  width: 48.8%;
  padding-top: 10px;
  padding-right: 20px;
}
@media screen and (max-width: 1245px) {
  .artical-block__ct {
    padding-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .artical-block__ct {
    width: 100%;
    padding: 0 36px;
    margin-bottom: 37px;
  }
}
@media screen and (max-width: 374px) {
  .artical-block__ct {
    padding: 0 20px;
  }
}
.artical-block__img {
  width: 51.2%;
}
@media screen and (max-width: 834px) {
  .artical-block__img {
    width: 100%;
  }
}
.artical-block__img img {
  width: 100%;
}
.artical-block__tag {
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  background: #61A351;
  border-radius: 5px;
  padding: 9px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .artical-block__tag {
    font-size: 1.5rem;
    padding: 6px 10px;
    margin-bottom: 9px;
  }
}
.artical-block__lead {
  font-size: 3.5rem;
  line-height: 1.5428571429;
  font-weight: 700;
  margin-bottom: 23px;
}
@media screen and (max-width: 1245px) {
  .artical-block__lead {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 990px) {
  .artical-block__lead {
    letter-spacing: 0.1rem;
    font-size: 2.3rem;
    line-height: 1.5652173913;
    margin-bottom: 10px;
  }
}
.artical-block__dl-ttl {
  font-size: 2.7rem;
  line-height: 1.4444444444;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-bottom: 13px;
}
@media screen and (max-width: 1245px) {
  .artical-block__dl-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .artical-block__dl-ttl {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.artical-block__dl-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #707070;
}
@media screen and (max-width: 834px) {
  .artical-block__dl-txt {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

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

.sec-schedule {
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .sec-schedule {
    padding-bottom: 60px;
  }
}
.sec-schedule__wrap {
  background: #fff;
  padding: 60px 9.8% 50px 10.5%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  margin-bottom: 100px;
}
@media screen and (max-width: 1245px) {
  .sec-schedule__wrap {
    padding: 30px 24px;
    margin-bottom: 44px;
  }
}

.schedule-list__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.schedule-list__item:last-child .schedule-list__item-ttl:before, .schedule-list__item:last-child .schedule-list__item-ttl:after {
  display: none;
}
.schedule-list__item:last-child .schedule-list__item-txt {
  padding-bottom: 0;
}
.schedule-list__item-ttl {
  width: 100px;
  position: relative;
  padding-top: 8px;
}
@media screen and (max-width: 834px) {
  .schedule-list__item-ttl {
    width: 69px;
    padding-top: 4px;
  }
}
.schedule-list__item-ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 100%;
  background: url(../img/people/img-border02.jpg) no-repeat center/cover;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .schedule-list__item-ttl:before {
    width: 18px;
    background: url(../img/people/img-border02sp.jpg) no-repeat center/cover;
  }
}
.schedule-list__item-ttl span {
  font-size: 2rem;
  line-height: 1;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #E38C56;
  border: 1px #E38C56 solid;
  border-radius: 20px;
  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;
  width: 99px;
  height: 39px;
  position: relative;
  z-index: 2;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .schedule-list__item-ttl span {
    font-size: 1.5rem;
    width: 100%;
    height: 29px;
  }
}
.schedule-list__item-txt {
  width: calc(100% - 100px);
  padding-left: 20px;
  padding-bottom: 34px;
}
@media screen and (max-width: 834px) {
  .schedule-list__item-txt {
    width: calc(100% - 69px);
    padding-top: 5px;
    padding-left: 12px;
    padding-bottom: 30px;
  }
}
.schedule-list__item-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.schedule-list__item-wrap-ct {
  width: 58.6%;
  padding-right: 50px;
}
@media screen and (max-width: 834px) {
  .schedule-list__item-wrap-ct {
    padding-right: 25px;
  }
}
@media screen and (max-width: 640px) {
  .schedule-list__item-wrap-ct {
    width: 100%;
    padding-right: 0;
  }
}
.schedule-list__item-wrap-ct p {
  padding-top: 10px;
}
.schedule-list__item-wrap-ct ul li {
  margin-bottom: 16px;
}
.schedule-list__item-wrap-ct ul li:last-child {
  margin-bottom: 0;
}
.schedule-list__item-wrap-img {
  width: 41.4%;
  padding-top: 9px;
}
@media screen and (max-width: 640px) {
  .schedule-list__item-wrap-img {
    width: 100%;
    padding-top: 17px;
  }
  .schedule-list__item-wrap-img img {
    width: 100%;
  }
}
@media screen and (min-width: 835px) {
  .schedule-list__item-wrap-img--02 {
    padding-top: 150px;
    margin-bottom: -150px;
  }
}

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

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

.main-header__logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  max-width: 306px;
  width: 100%;
}
@media screen and (max-width: 1245px) {
  .main-header__logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__logo {
    background: #FBF9F3;
    padding: 12px 10px 11px;
    width: 100%;
    max-width: 100%;
    z-index: 100;
  }
  .main-header__logo img {
    max-width: 241px;
    width: 100%;
  }
}
.main-header__logo a {
  display: block;
}
.main-header__navGlobal {
  position: fixed;
  z-index: 99;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .main-header__navGlobal {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__navGlobal {
    display: none;
    background: url("../img/common/bg-menu.png") center no-repeat;
    background-size: cover;
    padding: 95px 20px;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
  }
}
@media screen and (min-width: 1025px) {
  .main-header__right {
    width: 190px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1245px) {
  .main-header__right {
    width: 150px;
  }
}
.main-header__menu {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 16px;
}
@media screen and (min-width: 1025px) {
  .main-header__menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    background: #fff;
    border-radius: 50px;
    padding: 24px 42px 23px;
    max-width: 100%;
    width: auto;
    margin-bottom: 0;
    margin-right: 25px;
    margin-top: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .main-header__menu {
    margin-right: 20px;
    padding: 24px 25px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1245px) {
  .main-header__menu {
    margin-right: 15px;
    padding: 20px 20px;
    margin-top: 15px;
  }
}
.main-header__menu.menu-index {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-header__menu.menu-index.on {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .main-header__menu.menu-index {
    display: block !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 640px) {
  .main-header__menu {
    max-width: 275px;
  }
}
@media screen and (min-width: 1025px) {
  .main-header__menu-item:not(:last-child) {
    margin-right: 35px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .main-header__menu-item:not(:last-child) {
    margin-right: 25px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1245px) {
  .main-header__menu-item:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 834px) {
  .main-header__menu-item:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}
.main-header__menu-item a {
  color: #fff;
  display: block;
  padding: 24.5px 0;
  letter-spacing: 0.75px;
  font-size: 2rem;
}
@media screen and (min-width: 1025px) {
  .main-header__menu-item a {
    color: #1C1C1C;
    padding: 0;
    text-align: center;
    font-size: 1.2rem;
  }
  .main-header__menu-item a:hover {
    opacity: 1;
  }
  .main-header__menu-item a:hover span {
    color: #E38C56;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.main-header__menu-item a span {
  display: block;
  margin-bottom: 3px;
  letter-spacing: 2.5px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .main-header__menu-item a span {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 1.5px;
    font-weight: bold;
    color: #61A351;
    margin-bottom: 1px;
    font-family: "Nunito", sans-serif;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .main-header__menu-item a span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1245px) {
  .main-header__menu-item a span {
    font-size: 1.4rem;
  }
}
.main-header__menu-item a span:hover span {
  color: #E38C56;
}
.main-header__contact {
  height: 92px;
  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;
  padding: 12px 31px 10px 10px;
  letter-spacing: 3px;
  position: relative;
  color: #fff;
  width: 100%;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  background: #61A351;
  font-size: 2.7rem;
}
@media screen and (max-width: 1245px) {
  .main-header__contact {
    letter-spacing: 1px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__contact {
    border-radius: 40px;
    border: 1px solid #61A351;
    max-width: 275px;
    height: 75px;
    width: 100%;
    background: #fff;
    color: #61A351;
    margin: 0 auto 26px;
    letter-spacing: 3px;
    padding: 11px 20px 10px 20px;
    font-size: 2.3rem;
  }
}
.main-header__contact:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 35px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 48%;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 1245px) {
  .main-header__contact:after {
    right: 25px;
  }
}
@media screen and (max-width: 834px) {
  .main-header__contact:after {
    right: 60px;
    border-top: 3px solid #61A351;
    border-right: 3px solid #61A351;
  }
}
.main-header__contact:hover {
  opacity: 1;
  background: #E2C734;
}
.main-header__contact:hover::after {
  right: 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1245px) {
  .main-header__contact:hover::after {
    right: 15px;
  }
}
.main-header__internship {
  width: 100%;
  display: block;
  text-align: center;
  background: #E38C56;
  padding: 18px 19px 15px;
  color: #fff;
  font-weight: 500;
  font-size: 2.2rem;
}
@media screen and (max-width: 1245px) {
  .main-header__internship {
    padding: 15px 10px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__internship {
    border-radius: 20px;
    max-width: 275px;
    width: 100%;
    padding: 19px 15px;
    margin: 0 auto;
    border: 1px solid #fff;
    font-size: 2.6rem;
  }
}
.main-header__internship small {
  font-family: "Nunito", sans-serif;
  display: block;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 1.2px;
  font-size: 1.1rem;
}
@media screen and (max-width: 1245px) {
  .main-header__internship small {
    letter-spacing: 0;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__internship small {
    letter-spacing: 1.5px;
    font-size: 1.3rem;
  }
}
.main-header__internship span {
  display: block;
  color: #1C1C1C;
  padding: 3px;
  margin-top: 7px;
  border-radius: 20px;
  background: #fff;
  font-size: 1.3rem;
}
@media screen and (max-width: 1245px) {
  .main-header__internship span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__internship span {
    max-width: 180px;
    margin: 10px auto 0;
    border-radius: 20px;
    font-size: 1.3rem;
  }
}
.main-header__internship:hover {
  opacity: 1;
  background: #E2C734;
}
.main-header__mobile-icon {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 73px;
  height: 73px;
  background: #61A351;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 102;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .main-header__mobile-icon {
    display: block;
  }
}
.main-header__mobile-icon-border {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 32px;
  height: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background: #fff;
}
.main-header__mobile-icon-border:nth-child(1) {
  margin-top: 8px;
  margin-left: -16px;
}
.main-header__mobile-icon-border:nth-child(3) {
  margin-top: -8px;
  margin-left: -16px;
}

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

@media screen and (max-width: 1245px) {
  .main-header__mobile-icon-border:nth-child(1) {
    -webkit-animation: click-header-sp-bar-1-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-1-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @-webkit-keyframes click-header-sp-bar-1-close {
    0% {
      -webkit-transform: translateY(5px) rotate(45deg);
              transform: translateY(5px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(5px) rotate(0);
              transform: translateY(5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes click-header-sp-bar-1-close {
    0% {
      -webkit-transform: translateY(5px) rotate(45deg);
              transform: translateY(5px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(5px) rotate(0);
              transform: translateY(5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  .main-header__mobile-icon-border:nth-child(2) {
    -webkit-animation: click-header-sp-bar-2-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-2-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @-webkit-keyframes click-header-sp-bar-2-close {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes click-header-sp-bar-2-close {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .main-header__mobile-icon-border:nth-child(3) {
    -webkit-animation: click-header-sp-bar-3-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-3-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @-webkit-keyframes click-header-sp-bar-3-close {
    0% {
      -webkit-transform: translateY(-5px) rotate(-45deg);
              transform: translateY(-5px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-5px) rotate(0);
              transform: translateY(-5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes click-header-sp-bar-3-close {
    0% {
      -webkit-transform: translateY(-5px) rotate(-45deg);
              transform: translateY(-5px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-5px) rotate(0);
              transform: translateY(-5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  .mobile-close .main-header__mobile-icon-border:nth-child(1) {
    margin-top: -5px;
    -webkit-animation: click-header-sp-bar-1-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-1-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @-webkit-keyframes click-header-sp-bar-1-open {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(5px) rotate(0);
              transform: translateY(5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(5px) rotate(45deg);
              transform: translateY(5px) rotate(45deg);
    }
  }
  @keyframes click-header-sp-bar-1-open {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(5px) rotate(0);
              transform: translateY(5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(5px) rotate(45deg);
              transform: translateY(5px) rotate(45deg);
    }
  }
  .mobile-close .main-header__mobile-icon-border:nth-child(2) {
    -webkit-animation: click-header-sp-bar-2-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-2-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @-webkit-keyframes click-header-sp-bar-2-open {
    0% {
      opacity: 1;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes click-header-sp-bar-2-open {
    0% {
      opacity: 1;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .mobile-close .main-header__mobile-icon-border:nth-child(3) {
    margin-top: 5px;
    -webkit-animation: click-header-sp-bar-3-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-3-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @-webkit-keyframes click-header-sp-bar-3-open {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-5px) rotate(0);
              transform: translateY(-5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-5px) rotate(-45deg);
              transform: translateY(-5px) rotate(-45deg);
    }
  }
  @keyframes click-header-sp-bar-3-open {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-5px) rotate(0);
              transform: translateY(-5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-5px) rotate(-45deg);
              transform: translateY(-5px) rotate(-45deg);
    }
  }
}
.main-footer {
  background: url("../img/common/bg-ft.png") top right no-repeat;
  background-size: cover;
  padding: 147px 0 22px;
}
@media screen and (max-width: 834px) {
  .main-footer {
    background: url("../img/common/bg-ft-sp.png") top center no-repeat;
    background-size: cover;
    padding: 52px 0 82px;
  }
}
.main-footer__content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 37px;
  padding-left: 119px;
}
@media screen and (max-width: 1440px) {
  .main-footer__content {
    padding-left: 0;
  }
}
@media screen and (max-width: 834px) {
  .main-footer__content {
    margin-bottom: 31px;
    display: block;
  }
}
.main-footer__content:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 124.5px;
  height: 127px;
  background: url("../img/common/icon-beofre.png") center no-repeat;
  background-size: contain;
  top: 32%;
  left: -53px;
}
@media screen and (max-width: 1440px) {
  .main-footer__content:before {
    width: 100px;
    height: 100px;
    top: auto;
    left: -53px;
    bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  .main-footer__content:before {
    display: none;
  }
}
.main-footer__content:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 167px;
  height: 177px;
  background: url("../img/common/icon-after.png") center no-repeat;
  background-size: contain;
  bottom: -20px;
  right: -99px;
}
@media screen and (max-width: 1440px) {
  .main-footer__content:after {
    width: 100px;
    height: 100px;
    right: 0;
  }
}
@media screen and (max-width: 834px) {
  .main-footer__content:after {
    display: none;
  }
}
.main-footer__clmL {
  width: 472px;
}
@media screen and (max-width: 1440px) {
  .main-footer__clmL {
    width: 300px;
  }
}
@media screen and (max-width: 1245px) {
  .main-footer__clmL {
    width: 240px;
  }
}
@media screen and (max-width: 834px) {
  .main-footer__clmL {
    width: 100%;
  }
}
.main-footer__icon {
  max-width: 329.5px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 26px;
  -webkit-transform: translateX(-6px);
      -ms-transform: translateX(-6px);
          transform: translateX(-6px);
}
.main-footer__icon img {
  width: 100%;
}
.main-footer__logo {
  display: block;
}
@media screen and (max-width: 834px) {
  .main-footer__logo {
    display: block;
    max-width: 238.5px;
    width: 100%;
    margin: 0 auto;
  }
}
.main-footer__logo img {
  width: 100%;
}
.main-footer__clmR {
  padding-top: 20px;
  padding-left: 89px;
  width: calc(100% - 472px);
}
@media screen and (max-width: 1440px) {
  .main-footer__clmR {
    padding-left: 40px;
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 1245px) {
  .main-footer__clmR {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 834px) {
  .main-footer__clmR {
    display: none;
  }
}
.main-footer__menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-footer__menu-item {
  width: 33.33%;
  margin-bottom: 38px;
}
@media screen and (max-width: 1245px) {
  .main-footer__menu-item {
    width: 50%;
  }
}
.main-footer__menu-item a {
  font-weight: 500;
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 1245px) {
  .main-footer__menu-item a {
    font-size: 1.8rem;
  }
}
.main-footer__menu-item span {
  display: block;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  margin-bottom: 3px;
  letter-spacing: 2px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1245px) {
  .main-footer__menu-item span {
    letter-spacing: 0;
    font-size: 1.2rem;
  }
}
.main-footer__copyright {
  font-family: "Nunito", sans-serif;
  text-align: center;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 1.2rem;
}
.main-footer--bgcolorwhite {
  background-color: white;
}

#page-index.wrapper {
  margin-top: 0 !important;
}

.mv-index {
  position: relative;
  margin: 67px 40px 0;
}
@media screen and (max-width: 1024px) {
  .mv-index {
    margin: 73px 40px 0;
  }
}
@media screen and (max-width: 834px) {
  .mv-index {
    margin: 88px 15px 0;
  }
}
.mv-index__img {
  margin-bottom: 15px;
}
.mv-index__img img {
  width: 100%;
}
.mv-index__heading {
  position: absolute;
  bottom: 14.7%;
  left: 6%;
  line-height: 1.45;
  color: #fff;
  font-weight: bold;
  z-index: 10;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.41);
  font-size: 7.5rem;
}
@media screen and (max-width: 1440px) {
  .mv-index__heading {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1245px) {
  .mv-index__heading {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 834px) {
  .mv-index__heading {
    bottom: 11.5%;
    letter-spacing: 1px;
    line-height: 1.3255;
    font-size: 4.3rem;
  }
}
.mv-index__heading span {
  display: block;
  margin-top: 29px;
  letter-spacing: 1.5px;
  font-family: "Nunito", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 1440px) {
  .mv-index__heading span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1245px) {
  .mv-index__heading span {
    letter-spacing: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 834px) {
  .mv-index__heading span {
    letter-spacing: 1.2px;
    margin-top: 21px;
    line-height: 1.5333;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .mv-index__scroll {
    text-align: center;
  }
}
.mv-index__scroll a {
  font-weight: bold;
  color: #61A351;
  display: inline-block;
  padding-left: 23px;
  letter-spacing: 1px;
  font-family: "Nunito", sans-serif;
  position: relative;
  font-size: 1.3rem;
}
.mv-index__scroll a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #61A351;
  border-right: 2px solid #61A351;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 1px;
  top: 0;
}

.sec-message {
  padding: 128px 0 120px;
}
@media screen and (max-width: 834px) {
  .sec-message {
    padding: 147px 0 120px;
  }
}

.message-block {
  padding-bottom: 182px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1245px) {
  .message-block {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 834px) {
  .message-block {
    padding-bottom: 179px;
  }
}
.message-block:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 360px;
  height: 384.5px;
  background: url("../img/index/icon-before.png") center no-repeat;
  background-size: contain;
  left: -38px;
  top: -9px;
}
@media screen and (max-width: 1440px) {
  .message-block:before {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 1245px) {
  .message-block:before {
    width: 180px;
    height: 180px;
    top: 0;
  }
}
@media screen and (max-width: 834px) {
  .message-block:before {
    width: 310px;
    height: 120px;
    background: url("../img/index/icon-after-sp.png") center no-repeat;
    background-size: contain;
    bottom: 22px;
    left: 6px;
    top: auto;
  }
}
.message-block:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 338px;
  height: 462px;
  background: url("../img/index/icon-after.png") center no-repeat;
  background-size: contain;
  right: -27px;
  top: -57px;
}
@media screen and (max-width: 1440px) {
  .message-block:after {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 1245px) {
  .message-block:after {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 834px) {
  .message-block:after {
    width: 326px;
    height: 111px;
    background: url("../img/index/icon-before-sp.png") center no-repeat;
    background-size: contain;
    top: -122px;
    right: 1px;
  }
}
.message-block__desc {
  color: #1C1C1C;
  line-height: 2.9565;
  letter-spacing: 1px;
  font-size: 2.3rem;
}
@media screen and (max-width: 1440px) {
  .message-block__desc {
    letter-spacing: 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1245px) {
  .message-block__desc {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .message-block__desc {
    letter-spacing: 0.5px;
    line-height: 1.941;
    font-size: 1.7rem;
  }
}

.message-main {
  position: relative;
  z-index: 3;
}
.message-main:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 644px;
  left: calc((100% - 1408px) / 2);
  top: 97px;
  background: url("../img/index/bg-01.jpg") top left no-repeat;
  background-size: cover;
  z-index: -1;
  border-radius: 60px 0 0 0;
}
@media screen and (max-width: 1440px) {
  .message-main:after {
    right: 0;
    left: auto;
    height: 600px;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1245px) {
  .message-main:after {
    top: 0;
    height: 480px;
  }
}
@media screen and (max-width: 834px) {
  .message-main:after {
    background: url("../img/index/bg-02-sp.png") top left no-repeat;
    background-size: cover;
    top: 23px;
    left: 25px;
    height: 59.5%;
    border-radius: 30px 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  .message-main:after {
    top: 55px;
    height: 57.5%;
  }
}

.message-list__item {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .message-list__item {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.message-list__item:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 1245px) {
  .message-list__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 834px) {
  .message-list__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 641px) {
  .message-list__item:nth-child(2n) .message-list__ct {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 52.75%;
    padding-left: 120px;
    padding-top: 179px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1440px) {
  .message-list__item:nth-child(2n) .message-list__ct {
    padding-left: 40px;
    padding-top: 100px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1245px) {
  .message-list__item:nth-child(2n) .message-list__ct {
    padding-left: 30px;
  }
}
@media screen and (min-width: 641px) {
  .message-list__item:nth-child(2n) .message-list__ct .c-ttl__01 {
    margin-bottom: 59px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1245px) {
  .message-list__item:nth-child(2n) .message-list__ct .c-ttl__01 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 641px) {
  .message-list__item:nth-child(2n) .message-list__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 47.25%;
  }
}
@media screen and (min-width: 641px) {
  .message-list__item:nth-child(2n):after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 267px;
    height: 229px;
    background: url("../img/index/icon-03.png") center no-repeat;
    background-size: contain;
    right: -42px;
    bottom: -107px;
    z-index: 2;
  }
}
@media screen and (min-width: 641px) and (max-width: 1440px) {
  .message-list__item:nth-child(2n):after {
    width: 220px;
    height: 180px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1245px) {
  .message-list__item:nth-child(2n):after {
    width: 160px;
    height: 160px;
    right: -30px;
    bottom: -150px;
  }
}
@media screen and (max-width: 640px) {
  .message-list__item:nth-child(2) .message-list__img {
    margin-left: auto;
    margin-left: 0;
    width: 86%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin-bottom: 30px;
  }
  .message-list__item:nth-child(2) .message-list__ct {
    padding-left: 36px;
  }
  .message-list__item:nth-child(2) .message-list__ct .c-ttl__01 {
    margin-bottom: 26px;
  }
  .message-list__item:nth-child(2):after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 142px;
    height: 153px;
    background: url("../img/index/icon-03-sp.png") center no-repeat;
    background-size: contain;
    bottom: -76px;
    right: -8px;
    z-index: 2;
  }
}
.message-list__item:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 291px;
  height: 209px;
  background: url("../img/index/icon-02.png") center no-repeat;
  background-size: contain;
  right: -52px;
  bottom: -97px;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .message-list__item:after {
    width: 220px;
    height: 180px;
    bottom: -50px;
  }
}
@media screen and (max-width: 1245px) {
  .message-list__item:after {
    width: 180px;
    height: 160px;
    right: 0;
    bottom: -50px;
  }
}
@media screen and (max-width: 640px) {
  .message-list__item:after {
    display: none;
  }
}
.message-list__ct {
  width: 42.35%;
  padding-left: 75px;
  padding-top: 178px;
}
@media screen and (max-width: 1440px) {
  .message-list__ct {
    width: 50%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1245px) {
  .message-list__ct {
    padding-top: 80px;
  }
}
@media screen and (max-width: 834px) {
  .message-list__ct {
    padding-left: 40px;
  }
}
@media screen and (max-width: 640px) {
  .message-list__ct {
    width: 100%;
    padding-top: 0;
    padding-left: 45px;
  }
}
.message-list__ct .c-btn__01--white {
  margin: 0 auto;
  background: none;
  border-color: white;
  color: #fff;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}
@media screen and (max-width: 640px) {
  .message-list__ct .c-btn__01--white {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin-left: 0;
    color: #61A351;
    background: #fff;
  }
}
@media screen and (min-width: 835px) {
  .message-list__ct .c-btn__01--white:hover {
    background: #fff;
    color: #61A351;
  }
}
.message-list__ttl {
  padding-left: 101px;
  position: relative;
  font-weight: 500;
  margin-bottom: 36px;
  line-height: 1.667;
  letter-spacing: 1.75px;
  color: white;
  font-size: 3.3rem;
}
@media screen and (max-width: 1245px) {
  .message-list__ttl {
    letter-spacing: 0;
    padding-left: 80px;
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .message-list__ttl {
    padding-left: 70px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .message-list__ttl {
    letter-spacing: 1px;
    padding-left: 55px;
    line-height: 1.652;
    font-size: 2.3rem;
  }
}
.message-list__ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 83px;
  height: 91px;
  background: url("../img/index/icon-01.png") center no-repeat;
  background-size: contain;
  left: 1px;
  top: 12px;
}
@media screen and (max-width: 1245px) {
  .message-list__ttl:before {
    width: 60px;
    height: 70px;
    top: 10px;
    left: 0;
  }
}
@media screen and (max-width: 834px) {
  .message-list__ttl:before {
    top: 0;
  }
}
@media screen and (max-width: 640px) {
  .message-list__ttl:before {
    width: 54px;
    height: 60px;
    top: 11px;
    left: -3px;
  }
}
.message-list__img {
  width: 57.65%;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .message-list__img {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .message-list__img {
    margin-bottom: 27px;
    width: 78.5%;
    margin-left: auto;
    -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
            transform: translateX(15px);
  }
  .message-list__img:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 91px;
    height: 95px;
    background: url("../img/index/icon-02-sp.png") center no-repeat;
    background-size: contain;
    bottom: -9px;
    left: -43px;
    z-index: 2;
  }
}
.message-list__img img {
  width: 100%;
}
.message-list__img-txt {
  position: absolute;
  color: #fff;
  line-height: 1.7948;
  top: 58%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  padding: 20px 78px;
  font-size: 3.9rem;
}
@media screen and (max-width: 1245px) {
  .message-list__img-txt {
    padding: 20px 20px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 834px) {
  .message-list__img-txt {
    padding: 20px 30px;
    line-height: 1.588;
    font-size: 1.7rem;
  }
}

.sec-option {
  padding: 100px 0;
  background: url("../img/index/bg-02.jpg") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .sec-option {
    padding: 36px 0 37px;
  }
}

.option-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 -10px;
}
@media screen and (max-width: 834px) {
  .option-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0 22px;
  }
}
.option-list__item {
  padding: 0 10px;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .option-list__item {
    width: 100%;
    padding: 0;
  }
  .option-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.option-list__item a {
  display: block;
  background: #fff;
  padding: 27px 20px 32px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .option-list__item a {
    padding: 19px 20px 28px;
  }
}
@media screen and (min-width: 835px) {
  .option-list__item a {
    position: relative;
  }
  .option-list__item a::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 261%;
    background: #E38C56;
    top: -83px;
    left: -97%;
    -webkit-transform: skewX(-50deg);
        -ms-transform: skewX(-50deg);
            transform: skewX(-50deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .option-list__item a:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
  }
  .option-list__item a:hover::before {
    width: 200%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .option-list__item a:hover .option-list__ttl {
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .option-list__item a:hover .option-list__ttl span {
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .option-list__item a:hover .option-list__img .on {
    display: none;
  }
  .option-list__item a:hover .option-list__img .off {
    display: block;
  }
}
.option-list__item--blue a::before {
  background: #4EA7BC;
}
.option-list__img {
  margin-bottom: 13px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .option-list__img {
    margin-bottom: 20px;
  }
}
.option-list__img img {
  width: 100%;
  max-width: 458px;
}
.option-list__img .off {
  display: none;
}
.option-list__ttl {
  color: #1C1C1C;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .option-list__ttl {
    font-size: 1.7rem;
  }
}
.option-list__ttl span {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  color: #E38C56;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  margin-bottom: -1px;
  letter-spacing: 2.5px;
  font-size: 5rem;
}
@media screen and (max-width: 1245px) {
  .option-list__ttl span {
    letter-spacing: 0;
    margin-bottom: 3px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 834px) {
  .option-list__ttl span {
    margin-bottom: 9px;
    line-height: 1.075;
    font-size: 4rem;
  }
}
.option-list__ttl--blue span {
  color: #4EA7BC;
}

.sec-people {
  padding: 136px 0 120px;
}
@media screen and (max-width: 834px) {
  .sec-people {
    padding: 100px 0 108px;
  }
}
.sec-people .swiper-container {
  position: relative;
}
@media screen and (max-width: 834px) {
  .sec-people .swiper-container {
    padding-left: 26px;
  }
}
.sec-people .swiper-container .swiper-slide {
  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;
  justify-content: center;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media screen and (min-width: 835px) {
  .sec-people .swiper-container .swiper-slide.swiper-slide-prev {
    -webkit-transform: scale(1.357) translateY(13%) !important;
        -ms-transform: scale(1.357) translateY(13%) !important;
            transform: scale(1.357) translateY(13%) !important;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    margin: 0 0.75% !important;
  }
  .sec-people .swiper-container .swiper-slide.swiper-slide-prev .people-list__img::before {
    padding-top: 67.4%;
  }
  .sec-people .swiper-container .swiper-slide.swiper-slide-prev .c-ttl__02 span {
    margin-top: -1px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sec-people .swiper-container .swiper-slide.swiper-slide-prev .people-list__ct {
    padding-bottom: 15px;
  }
}
.sec-people .swiper-container .swiper-button-prev, .sec-people .swiper-container .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  bottom: 0;
  right: calc(26.9% + 80px);
  border: 1px solid #61A351;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  background: #fff;
}
@media screen and (min-width: 1681px) {
  .sec-people .swiper-container .swiper-button-prev, .sec-people .swiper-container .swiper-button-next {
    right: calc((100vw - 608px) / 2);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1440px) {
  .sec-people .swiper-container .swiper-button-prev, .sec-people .swiper-container .swiper-button-next {
    right: calc(31.9% + 80px);
  }
}
@media screen and (max-width: 834px) {
  .sec-people .swiper-container .swiper-button-prev, .sec-people .swiper-container .swiper-button-next {
    width: 45px;
    height: 45px;
    left: 36px;
    right: auto;
  }
}
.sec-people .swiper-container .swiper-button-prev:before, .sec-people .swiper-container .swiper-button-next:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #61A351;
  border-left: 2px solid #61A351;
  left: 59%;
  top: 39%;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
      -ms-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}
@media screen and (max-width: 834px) {
  .sec-people .swiper-container .swiper-button-prev:before, .sec-people .swiper-container .swiper-button-next:before {
    width: 9px;
    height: 9px;
    left: 60%;
    top: 39%;
  }
}
.sec-people .swiper-container .swiper-button-prev:hover, .sec-people .swiper-container .swiper-button-next:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sec-people .swiper-container .swiper-button-next {
  right: calc(22.4% + 80px);
  background: #61A351;
}
@media screen and (min-width: 1681px) {
  .sec-people .swiper-container .swiper-button-next {
    right: calc((100vw - 792px) / 2);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1440px) {
  .sec-people .swiper-container .swiper-button-next {
    right: calc(25.4% + 80px);
  }
}
@media screen and (max-width: 1245px) {
  .sec-people .swiper-container .swiper-button-next {
    right: calc(22.4% + 80px);
  }
}
@media screen and (max-width: 834px) {
  .sec-people .swiper-container .swiper-button-next {
    right: auto;
    left: 100px;
  }
}
.sec-people .swiper-container .swiper-button-next:before {
  display: none;
}
.sec-people .swiper-container .swiper-button-next:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 35%;
  top: 53%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
      -ms-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}
@media screen and (max-width: 834px) {
  .sec-people .swiper-container .swiper-button-next:before {
    left: 32%;
    top: 57%;
    width: 9px;
    height: 9px;
  }
}

.people-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  max-width: 1170px;
  width: 100%;
  position: relative;
  margin: 0 auto 70px;
}
@media screen and (max-width: 834px) {
  .people-block {
    padding-left: 21px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 32px;
  }
}
.people-block:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 385px;
  height: 183px;
  background: url("../img/index/icon-06.png") center no-repeat;
  background-size: contain;
  right: -151px;
  top: -36px;
}
@media screen and (max-width: 1245px) {
  .people-block:after {
    width: 200px;
    height: 140px;
    right: -30px;
    top: -120px;
  }
}
@media screen and (max-width: 834px) {
  .people-block:after {
    background: url("../img/index/icon-06-sp.png") center no-repeat;
    background-size: contain;
    width: 94px;
    height: 177px;
    right: 5px;
    top: -46px;
  }
}
.people-block .c-ttl__01 {
  width: 475px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1245px) {
  .people-block .c-ttl__01 {
    width: 300px;
  }
}
@media screen and (max-width: 834px) {
  .people-block .c-ttl__01 {
    width: 100%;
    margin-bottom: 23px;
  }
}
.people-block .c-ttl__01 .c-ft--en {
  letter-spacing: 3px;
}
@media screen and (max-width: 834px) {
  .people-block .c-ttl__01 .c-ft--en {
    letter-spacing: 1.5px;
  }
}
.people-block .c-txt__01 {
  position: relative;
  z-index: 2;
  width: calc(100% - 475px);
}
@media screen and (max-width: 1245px) {
  .people-block .c-txt__01 {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 834px) {
  .people-block .c-txt__01 {
    width: 100%;
  }
}

.people-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 -10px 44px;
}
@media screen and (max-width: 834px) {
  .people-list {
    margin: 0 0 29px;
  }
}
.people-list__item {
  padding: 0 10px;
}
.people-list__item a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.people-list__item a:hover {
  opacity: 1;
}
.people-list__item a:hover .people-list__img img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.people-list__img {
  position: relative;
  overflow: hidden;
}
.people-list__img::before {
  content: "";
  float: left;
  padding-top: 72.4035608309%;
}
.people-list__img::after {
  content: "";
  display: table;
  clear: both;
}
.people-list__img > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.people-list__img > :first-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .people-list__img::before {
    padding-top: 77.1%;
  }
}
.people-list__img img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.people-list__cate {
  position: absolute;
  top: 0;
  left: 0;
  background: #61A351;
  display: inline-block;
  line-height: 1.2;
  padding: 9px 15px 9px 10px;
  border-radius: 0 0 10px 0;
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
}
@media screen and (max-width: 1245px) {
  .people-list__cate {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 834px) {
  .people-list__cate {
    font-size: 1.5rem;
  }
}
.people-list__cate--blue {
  background: #4EA7BC;
}
.people-list__ct {
  background: #fff;
  padding: 22px 20px;
}
@media screen and (max-width: 1245px) {
  .people-list__ct {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 834px) {
  .people-list__ct {
    padding: 21px 21px 24px;
  }
}
.people-list__ct p {
  display: block;
  color: #1C1C1C;
  font-size: 1.3rem;
}
@media screen and (max-width: 1245px) {
  .people-list__ct p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 834px) {
  .people-list__ct p {
    line-height: 1.6;
    font-size: 1.5rem;
  }
}

.sec-entry {
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .sec-entry {
    padding-bottom: 89px;
  }
  .sec-entry .inner {
    padding: 0 25px;
  }
}
.sec-entry--02 {
  padding-bottom: 121px;
}
@media screen and (max-width: 834px) {
  .sec-entry--02 {
    padding-bottom: 56px;
  }
}

.entry-block {
  position: relative;
  padding: 93px 105px 72px;
  background: url("../img/index/bg-03.jpg") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1440px) {
  .entry-block {
    padding: 93px 25px 72px;
  }
}
@media screen and (max-width: 1245px) {
  .entry-block {
    padding: 60px 15px;
  }
}
@media screen and (max-width: 834px) {
  .entry-block {
    background: url("../img/index/bg-03-sp.jpg") center no-repeat;
    background-size: cover;
    padding: 68px 30px 60px;
  }
}
.entry-block .c-ttl__01 {
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 834px) {
  .entry-block .c-ttl__01 {
    margin-bottom: 36px;
  }
}
.entry-block .c-btn__01 {
  margin: 0 auto;
}
.entry-block__list {
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 834px) {
  .entry-block__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.entry-block__list-item {
  width: 25%;
  padding: 0 15px;
}
@media screen and (max-width: 1245px) {
  .entry-block__list-item {
    padding: 0 5px;
  }
}
@media screen and (max-width: 834px) {
  .entry-block__list-item {
    padding: 0;
    width: 100%;
  }
  .entry-block__list-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.entry-block__list-item a {
  background: #fff;
  padding: 10px;
  min-height: 111px;
  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;
  color: #1C1C1C;
  font-weight: 500;
  line-height: 1.4545;
  letter-spacing: 1.1px;
  text-align: center;
  font-size: 2.2rem;
  position: relative;
}
@media screen and (max-width: 1245px) {
  .entry-block__list-item a {
    letter-spacing: 0;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .entry-block__list-item a {
    min-height: 77px;
  }
}
.entry-block__list-item a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  border: 13px solid transparent;
  border-top: 13px solid #61A351;
  border-left: 13px solid #61A351;
  top: 5px;
  left: 5px;
}
@media screen and (max-width: 834px) {
  .entry-block__list-item a:before {
    border: 8px solid transparent;
    border-top: 8px solid #61A351;
    border-left: 8px solid #61A351;
    top: 4px;
    left: 4px;
  }
}
.entry-block__list-item:nth-child(2) a::before {
  border-top: 13px solid #4EA7BC;
  border-left: 13px solid #4EA7BC;
}
@media screen and (max-width: 834px) {
  .entry-block__list-item:nth-child(2) a::before {
    border-width: 8px;
  }
}
.entry-block__list-item:nth-child(3) a::before {
  border-top: 13px solid #E38C56;
  border-left: 13px solid #E38C56;
}
@media screen and (max-width: 834px) {
  .entry-block__list-item:nth-child(3) a::before {
    border-width: 8px;
  }
}
.entry-block__list-item:nth-child(4) a::before {
  border-top: 13px solid #E2C734;
  border-left: 13px solid #E2C734;
}
@media screen and (max-width: 834px) {
  .entry-block__list-item:nth-child(4) a::before {
    border-width: 8px;
  }
}
.entry-block--02 {
  padding: 77px 30px 48px;
  background: url("../img/people/bg-entry.jpg") no-repeat center/cover;
}
@media screen and (max-width: 834px) {
  .entry-block--02 {
    padding: 30px 30px 25px;
  }
}
.entry-block--02::before, .entry-block--02::after {
  display: none;
}
.entry-block--02 .c-ttl__01 {
  margin-bottom: 28px;
}
@media screen and (max-width: 834px) {
  .entry-block--02 .c-ttl__01 {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 834px) {
  .entry-block--02 .c-ttl__01 .c-ft--en {
    font-size: 4rem;
  }
}

@media screen and (max-width: 834px) {
  .sec-pagepeople {
    padding-top: 33px;
  }
}
.sec-pagepeople__ttl {
  text-align: center;
  margin-top: -36px;
  margin-bottom: 59px;
}
@media screen and (max-width: 834px) {
  .sec-pagepeople__ttl {
    margin-top: 0;
    margin-bottom: 16px;
  }
}
.sec-pagepeople__sttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7647;
  margin-bottom: 57px;
}
@media screen and (max-width: 834px) {
  .sec-pagepeople__sttl {
    font-size: 1.7rem;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 834px) {
  .sec-pagepeople .inner {
    padding: 0 36px;
  }
}

.people-article {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1245px) {
  .people-article {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .people-article {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
}
.people-article__img {
  position: relative;
  overflow: hidden;
}
.people-article__img::before {
  content: "";
  padding-top: 72.4035608309%;
  display: block;
}
@media screen and (max-width: 834px) {
  .people-article__img::before {
    padding-top: 56.2913907285%;
  }
}
.people-article__img img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.people-article__wrap {
  display: block;
  color: #1C1C1C;
  background: white;
  height: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
.people-article__wrap:hover {
  opacity: 1;
}
.people-article__wrap:hover .people-article__img img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.people-article__new {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  padding: 12px 15px 10px 10px;
  background: #61A351;
  border-radius: 0 0 10px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  color: white;
}
@media screen and (max-width: 834px) {
  .people-article__new {
    font-size: 1.4rem;
    padding: 10px 10px 12px;
  }
}
.people-article__new--bluelight {
  background: #4EA7BC;
}
.people-article__paymentTime {
  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: clamp(3.2rem, 4vw, 5.6rem);
  background: rgba(112, 112, 112, 0.69);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: white;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .people-article__paymentTime {
    display: none;
  }
}
.people-article__ct {
  padding: 20px;
}
@media screen and (max-width: 834px) {
  .people-article__ct {
    padding: 15px 20px 20px;
  }
}
.people-article__ct-ttl {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 1245px) {
  .people-article__ct-ttl {
    font-size: 1.7rem;
    line-height: 1.4705882353;
  }
}
.people-article__ct-name {
  font-size: 1.9rem;
  line-height: 1.4210526316;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .people-article__ct-name {
    font-size: 1.7rem;
  }
}
.people-article__ct-room {
  font-size: 1.3rem;
  line-height: 1.8461538462;
}
@media screen and (max-width: 640px) {
  .people-article__ct-room {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}

.sec-company {
  margin-top: -46px;
}
@media screen and (max-width: 834px) {
  .sec-company {
    margin-top: 0;
    padding-top: 19px;
  }
}
@media screen and (max-width: 834px) {
  .sec-company .inner {
    padding: 0 36px;
  }
}

.company-heading {
  text-align: center;
  margin-bottom: 79px;
}
@media screen and (max-width: 834px) {
  .company-heading {
    margin-bottom: 59px;
  }
}
.company-heading__ttl {
  line-height: 1.4;
  font-size: clamp(4.5rem, 5vw, 7.5rem);
  color: #E38C56;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 834px) {
  .company-heading__ttl {
    margin-bottom: 12px;
  }
}
.company-heading__ttl > * {
  display: block;
}
.company-heading__ttl-ico {
  margin-bottom: 4px;
}
@media screen and (max-width: 834px) {
  .company-heading__ttl-ico {
    margin-bottom: 2px;
  }
}
.company-heading p {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .company-heading p {
    font-size: 1.8rem;
  }
}

.company-info {
  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: 50px 0;
  margin-bottom: 99px;
}
@media screen and (max-width: 1245px) {
  .company-info {
    gap: 30px 0;
    margin-bottom: 58px;
  }
}
.company-info__item {
  background: white;
  border-radius: 30px;
  width: calc((100% - 100px) / 3);
  padding: 38px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .company-info__item {
    padding: 23px 10px;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 990px) {
  .company-info__item {
    width: 100%;
  }
}
.company-info__item:nth-child(1), .company-info__item:nth-child(2), .company-info__item:nth-last-child(2), .company-info__item:nth-last-child(1) {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 1245px) {
  .company-info__item:nth-child(1), .company-info__item:nth-child(2), .company-info__item:nth-last-child(2), .company-info__item:nth-last-child(1) {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 1245px) {
  .company-info__item:nth-child(1), .company-info__item:nth-child(2), .company-info__item:nth-last-child(2), .company-info__item:nth-last-child(1) {
    width: 100%;
  }
}
.company-info__item:nth-child(6) {
  width: calc(66.66% - 25px);
}
@media screen and (max-width: 1245px) {
  .company-info__item:nth-child(6) {
    width: calc(66.66% - 10px);
  }
}
@media screen and (max-width: 990px) {
  .company-info__item:nth-child(6) {
    width: 100%;
  }
}
.company-info__item:nth-child(6) .company-info__parameter {
  margin-bottom: 44px;
}
.company-info__item:nth-child(6) .company-info__flex {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .company-info__item:nth-child(6) .company-info__child:not(:last-child) {
    margin-bottom: 58px;
  }
}
.company-info__item:nth-child(1) .company-info__parameter {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .company-info__item:nth-child(2) .company-info__ttl {
    margin-bottom: 22px;
  }
}
.company-info__item:nth-child(2) .company-info__flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4%;
  margin-bottom: 57px;
}
@media screen and (max-width: 640px) {
  .company-info__item:nth-child(2) .company-info__flex {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    margin-bottom: 36px;
  }
}
.company-info__item:nth-child(2) .company-info__child {
  width: 20%;
}
@media screen and (min-width: 835px) {
  .company-info__item:nth-child(2) .company-info__child:nth-child(1), .company-info__item:nth-child(2) .company-info__child:nth-child(3) {
    padding-top: 27px;
    padding-left: 4px;
  }
}
.company-info__item:nth-child(2) .company-info__child:nth-child(2) {
  width: 36%;
}
@media screen and (max-width: 640px) {
  .company-info__item:nth-child(2) .company-info__child:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 80%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .company-info__item:nth-child(2) .company-info__child:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 640px) {
  .company-info__item:nth-child(2) .company-info__child:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.company-info__item:nth-child(2) .company-info__child:nth-child(3) .company-info__parameter-number {
  color: #E2C734;
}
@media screen and (max-width: 640px) {
  .company-info__item:nth-child(2) .company-info__child {
    width: 42%;
    margin-bottom: 20px;
  }
}
.company-info__item:nth-child(2) .company-info__ico {
  margin-bottom: 0;
}
.company-info__item:nth-child(2) .company-info__parameter {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .company-info__item:nth-child(2) .company-info__parameter {
    margin-bottom: 8px;
  }
}
.company-info__item:nth-child(2) .company-info__parameter-number {
  font-size: 4.8rem;
}
.company-info__item:nth-child(8) {
  padding-bottom: 18px;
}
.company-info__item:nth-child(9) {
  padding: 38px 67px 20px;
}
@media screen and (max-width: 1440px) {
  .company-info__item:nth-child(9) {
    padding: 38px 20px 20px;
  }
}
@media screen and (max-width: 834px) {
  .company-info__item:nth-child(9) {
    padding: 23px 20px 20px;
  }
}
.company-info__item:nth-child(9) .company-info__ttl {
  margin-bottom: 26px;
}
@media screen and (max-width: 834px) {
  .company-info__item:nth-child(9) .company-info__ttl {
    margin-bottom: 21px;
  }
}
.company-info__flex {
  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;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 834px) {
  .company-info__flex {
    margin-bottom: 31px;
  }
}
.company-info__child {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 1440px) {
  .company-info__child {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .company-info__child {
    width: 100%;
  }
  .company-info__child:not(:last-child) {
    margin-bottom: 29px;
  }
}
.company-info__ico {
  margin-bottom: 14px;
}
@media screen and (max-width: 834px) {
  .company-info__ico {
    margin-bottom: 11px;
  }
}
.company-info__ttl {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  margin-bottom: 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;
}
@media screen and (max-width: 834px) {
  .company-info__ttl {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.company-info__parameter {
  font-size: 3rem;
  line-height: 1.1333333333;
  margin-bottom: 64px;
}
@media screen and (max-width: 1440px) {
  .company-info__parameter {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 834px) {
  .company-info__parameter {
    margin-bottom: 12px;
  }
}
.company-info__parameter-number {
  font-size: 10rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #E38C56;
}
@media screen and (max-width: 1500px) {
  .company-info__parameter-number {
    font-size: 8.3rem;
  }
}
.company-info__parameter-numberxs {
  font-size: 4.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #E38C56;
}
.company-info__parameter-smnumber {
  font-size: 6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #E38C56;
}
@media screen and (max-width: 1440px) {
  .company-info__parameter-smnumber {
    font-size: 4.9rem;
  }
}
.company-info__date {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  text-align: center;
}
.company-info__group {
  position: relative;
  margin-bottom: 46px;
}
@media screen and (max-width: 640px) {
  .company-info__group {
    padding-top: 120px;
    padding-bottom: 71px;
  }
}
.company-info__group .company-info__parameter {
  font-size: 2rem;
  margin-bottom: 0;
}
.company-info__group-child {
  position: absolute;
  text-align: left;
}
.company-info__group-child p {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .company-info__group-child p {
    font-size: 1.6rem;
  }
}
.company-info__group-child p small {
  font-size: 1.6rem;
}
@media screen and (max-width: 1440px) {
  .company-info__group-child p small {
    font-size: 1.4rem;
  }
}
.company-info__group-child:nth-child(2) {
  left: 40px;
  top: -7px;
}
@media screen and (max-width: 640px) {
  .company-info__group-child:nth-child(2) {
    left: 16px;
    top: 0px;
  }
}
.company-info__group-child:nth-child(2) .company-info__parameter-numberxs {
  color: #AB8661;
}
.company-info__group-child:nth-child(3) {
  right: 3px;
  top: -1px;
}
@media screen and (max-width: 640px) {
  .company-info__group-child:nth-child(3) {
    right: 14px;
    top: 16px;
  }
}
.company-info__group-child:nth-child(3) .company-info__parameter-numberxs {
  color: #E38C56;
}
.company-info__group-child:nth-child(4) {
  left: 115px;
  bottom: -30px;
}
@media screen and (max-width: 1440px) {
  .company-info__group-child:nth-child(4) {
    left: 93px;
  }
}
@media screen and (max-width: 640px) {
  .company-info__group-child:nth-child(4) {
    left: 16px;
    bottom: 31px;
  }
}
.company-info__group-child:nth-child(4) .company-info__parameter-numberxs {
  color: #E9C26D;
}
.company-info__group-child:nth-child(5) {
  right: 3px;
  bottom: -45px;
}
@media screen and (max-width: 1440px) {
  .company-info__group-child:nth-child(5) {
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .company-info__group-child:nth-child(5) {
    right: -8px;
    bottom: -24px;
  }
}
.company-info__group-child:nth-child(5) .company-info__parameter-numberxs {
  color: #DFC642;
}
.company-info__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px 20px;
  margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
  .company-info__grid {
    grid-template-columns: 1fr;
    gap: 0 20px;
    margin-bottom: 22px;
  }
}
.company-info__grid .company-info__parameter {
  margin-bottom: 0;
  font-size: 2rem;
}
.company-info__grid-item {
  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;
  background: url(../img/company/bg-01.png) no-repeat center;
  background-size: 100% 100%;
  padding: 17px 10px 49px;
  gap: 6px;
}
.company-info__grid-item:nth-child(3), .company-info__grid-item:nth-child(4) {
  background: url(../img/company/bg-02.png) no-repeat center;
  background-size: 100% 100%;
}
.company-info__grid-ttl {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
}

#page-entry {
  background: white;
}

.sec-pageentry {
  margin-top: -36px;
}
@media screen and (max-width: 834px) {
  .sec-pageentry {
    margin-top: 0;
  }
}
.sec-pageentry__ttl {
  margin-bottom: 0;
  padding-bottom: 51px;
  background: #FBF9F3;
}
@media screen and (max-width: 834px) {
  .sec-pageentry__ttl {
    padding-bottom: 49px;
    padding-top: 33px;
  }
}

.entry-archo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px 0;
  padding: 100px 0;
}
@media screen and (max-width: 834px) {
  .entry-archo {
    padding: 40px 0 60px;
  }
}
.entry-archo__item {
  width: 300px;
  padding: 0 15px;
  max-width: 25%;
}
@media screen and (max-width: 1245px) {
  .entry-archo__item {
    width: 50%;
    max-width: unset;
  }
}
@media screen and (max-width: 640px) {
  .entry-archo__item {
    width: 100%;
    padding: 0 50px;
  }
}
.entry-archo__btn {
  min-height: 111px;
  height: 100%;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: 500;
  color: white;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 5px 35px;
  position: relative;
  border-radius: 10px;
  background: #61A351;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.15rem;
}
.entry-archo__btn:hover {
  border-color: #61A351;
  background: white;
  color: #61A351;
  opacity: 1;
}
.entry-archo__btn:hover::after {
  background: url(../img/entry/ico-arrow-down-green.png) no-repeat center/contain;
}
@media screen and (max-width: 834px) {
  .entry-archo__btn {
    font-size: 1.8rem;
    line-height: 1.3888888889;
    min-height: 81px;
    padding: 5px 55px 5px 25px;
  }
}
.entry-archo__btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 9px;
  background: url(../img/entry/ico-arrow-down.png) no-repeat center/contain;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.entry-archo__btn--pdf::after {
  width: 35px;
  height: 43px;
  background: url(../img/entry/ico-pdf.png) no-repeat center/contain;
}
@media screen and (max-width: 834px) {
  .entry-archo__btn--pdf::after {
    width: 25px;
    height: 31px;
    right: 25px;
  }
}

.entry-archo__btn--link::after {
  width: 30px;
  height: 25px;
  background: url(../img/entry/ico-link-white.png) no-repeat center/contain;
}
@media screen and (max-width: 834px) {
  .entry-archo__btn--link::after {
    width: 25px;
    height: 21px;
    right: 25px;
  }
}

.entry-archo__btn--blue {
  background: #4EA7BC;
}
.entry-archo__btn--blue:hover {
  color: #4EA7BC;
  border-color: currentColor;
}
.entry-archo__btn--blue:hover::after {
  background: url(../img/entry/ico-link-blue.png) no-repeat center/contain;
}
.entry-archo__btn--orange {
  background: #E38C56;
}
.entry-archo__btn--orange:hover {
  color: #E38C56;
  border-color: currentColor;
}
.entry-archo__btn--orange:hover::after {
  background: url(../img/entry/ico-link-orange.png) no-repeat center/contain;
}
.entry-archo__btn--yellow {
  background: #E2C734;
}
.entry-archo__btn--yellow:hover {
  color: #E2C734;
  border-color: currentColor;
}
.entry-archo__btn--yellow:hover::after {
  background: url(../img/entry/ico-pdf-yellow.png) no-repeat center/contain;
}

.schedule-wbtn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px 20px;
  margin-bottom: 120px;
}
@media screen and (max-width: 834px) {
  .schedule-wbtn {
    margin-bottom: 58px;
  }
}

.sec-scheduletep {
  padding: 57px 0 149px;
}
@media screen and (max-width: 834px) {
  .sec-scheduletep {
    padding: 45px 0 118px;
  }
}
.sec-scheduletep__ttl {
  margin-bottom: 54px;
}
@media screen and (max-width: 834px) {
  .sec-scheduletep__ttl {
    margin-bottom: 30px;
  }
}
.sec-scheduletep .inner {
  position: relative;
}
.sec-scheduletep .inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 155px;
  height: 139px;
  background: url(../img/entry/ico-before.png) no-repeat center/contain;
  top: 8px;
  right: -14px;
}
@media screen and (max-width: 834px) {
  .sec-scheduletep .inner:before {
    width: 77px;
    height: 68px;
    background: url(../img/entry/ico-before-sp.png) no-repeat center/contain;
  }
}
@media screen and (max-width: 640px) {
  .sec-scheduletep .inner:before {
    top: 25.5%;
    right: 16px;
  }
}
.sec-scheduletep .inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 152px;
  height: 152px;
  background: url(../img/entry/ico-after.png) no-repeat center/contain;
  bottom: -44px;
  left: 0;
}
@media screen and (max-width: 834px) {
  .sec-scheduletep .inner:after {
    width: 110px;
    height: 110px;
    bottom: -107px;
    left: 24px;
  }
}

.sec-pagemessage {
  margin-top: -13px;
  margin-bottom: 120px;
}
@media screen and (max-width: 834px) {
  .sec-pagemessage {
    margin-top: 0;
    padding-top: 33px;
    margin-bottom: 60px;
  }
}
.sec-pagemessage .c-ttl__01 {
  text-align: center;
  margin-bottom: 83px;
}
@media screen and (max-width: 990px) {
  .sec-pagemessage .c-ttl__01 {
    margin-bottom: 49px;
  }
}

.message-info {
  background: url(../img/message/bg-01.jpg) repeat-y center/100%;
  padding-top: 117px;
  border-radius: 60px 60px 0 0;
  overflow: hidden;
  padding-bottom: 112px;
}
@media screen and (max-width: 834px) {
  .message-info {
    border-radius: 30px 30px 0 0;
    padding-top: 49px;
    padding-bottom: 60px;
  }
}
.message-info .inner {
  max-width: 1289px;
  background-color: #ffffff;
  background: url(../img/message/inner_bg_pattern.jpg) repeat center/130px;
  padding: 90px 80px 90px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);


}
@media screen and (max-width: 990px) {
  .message-info .inner {
    width: 90%;
    max-width: inherit;
    padding: 45px 40px 45px;
  }
}
@media screen and (max-width: 640px) {
  .message-info .inner {
    padding: 30px 20px 30px;
  }
}

.message-info__ttl {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .message-info__ttl {
    font-size: 2.5rem;
    line-height: 1.6;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 374px) {
  .message-info__ttl {
    font-size: 1.9rem;
  }
}
.message-info__flexbox-img{
  width: 35%;
  float: right;
  padding: 0 0 30px 30px;
  margin: 0;
}
.message-info__flexbox-img img{
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .message-info__flexbox-img{
    float: none;
    width: 100%;
    padding: 0 0 30px 0;
  }
}

.message-info__flexbox-txt{
  width: 100%;
  font-size: 2rem;
  line-height: 2.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 990px) {
  .message-info__flexbox-txt{
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (max-width: 834px) {
  .message-info__flexbox-txt{
  }
}
.message-info__flexbox .name{
  text-align: right;
}
@media screen and (max-width: 834px) {
  .message-info__flexbox .name{
    width: 20%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .message-info__flexbox .name{
    width: 40%;
  }
}

.message-info__flex {
  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;
}
.message-info__flex:not(:last-child) {
  margin-bottom: 91px;
}
@media screen and (max-width: 834px) {
  .message-info__flex:not(:last-child) {
    margin-bottom: 53px;
  }
}
@media screen and (max-width: 990px) {
  .message-info__flex:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 162px;
    position: relative;
  }
  .message-info__flex:first-child:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 167px;
    height: 88px;
    background: url(../img/message/ico-02.png) no-repeat center/contain;
    bottom: -123px;
    left: -13px;
  }
}
.message-info__flex:first-child .message-info__flex-img {
  position: relative;
}
@media screen and (max-width: 990px) {
  .message-info__flex:first-child .message-info__flex-img {
    margin-right: -36px;
    width: calc(100% + 36px);
    margin-bottom: 49px;
  }
}
.message-info__flex:first-child .message-info__flex-img:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 257px;
  height: 167px;
  background: url(../img/message/ico-01.png) no-repeat center/contain;
  top: calc(100% + 171px);
  right: 40px;
}
@media screen and (max-width: 990px) {
  .message-info__flex:first-child .message-info__flex-img:before {
    display: none;
  }
}
.message-info__flex:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 990px) {
  .message-info__flex:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.message-info__flex:nth-child(2) .message-info__flex-img {
  width: 37.6%;
}
@media screen and (max-width: 990px) {
  .message-info__flex:nth-child(2) .message-info__flex-img {
    margin-left: -36px;
    width: calc(100% + 36px);
    margin-bottom: 59px;
  }
}
.message-info__flex:nth-child(3) .message-info__flex-img {
  margin-top: auto;
  text-align: right;
  margin-bottom: 14px;
  position: relative;
}
@media screen and (max-width: 990px) {
  .message-info__flex:nth-child(3) .message-info__flex-img {
    margin-bottom: 0;
    margin-top: 56px;
  }
}
.message-info__flex:nth-child(3) .message-info__flex-img:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 277px;
  height: 149px;
  background: url(../img/message/ico-02.png) no-repeat center/contain;
  bottom: 149px;
  right: 60px;
}
@media screen and (max-width: 990px) {
  .message-info__flex:nth-child(3) .message-info__flex-img:before {
    display: none;
  }
}
.message-info__flex-ct {
  width: 55.5%;
}
@media screen and (max-width: 990px) {
  .message-info__flex-ct {
    width: 100%;
  }
}
.message-info__flex-img {
  width: 35.4%;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  position: relative;
}
.message-info__flex-img img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.message-info__flex-img:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 12px;
  right: -12px;
  background: #F0F0E2;
}
@media screen and (max-width: 990px) {
  .message-info__flex-img {
    width: 100%;
  }
}
.message-info__flex-img._name::before, .message-info__flex-img._name::after {
  display: none;
}
.message-info__flex-item {
  font-size: 2rem;
  line-height: 2.2;
}
@media screen and (max-width: 990px) {
  .message-info__flex-item {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.message-info__flex-item:not(:last-child) {
  margin-bottom: 93px;
}
@media screen and (max-width: 834px) {
  .message-info__flex-item:not(:last-child) {
    margin-bottom: 59px;
  }
}
.message-info__flex-ttl {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 990px) {
  .message-info__flex-ttl {
    font-size: 2.5rem;
    line-height: 1.6;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 374px) {
  .message-info__flex-ttl {
    font-size: 1.9rem;
  }
}

.sec-about {
  margin-bottom: 60px;
}
@media screen and (min-width: 835px) {
  .sec-about {
    margin-top: -14px;
    margin-bottom: 100px;
  }
}
.sec-about__ttl {
  margin-bottom: 103px;
}
@media screen and (max-width: 834px) {
  .sec-about__ttl {
    margin-bottom: 39px;
  }
}
@media screen and (max-width: 990px) {
  .sec-about > *:not(.about-bottom) .inner {
    padding: 0 36px;
  }
}

.about-top {
  padding-bottom: 118px;
}
@media screen and (max-width: 834px) {
  .about-top {
    padding-top: 33px;
    padding-bottom: 60px;
  }
}

.about-block {
  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;
}
@media screen and (max-width: 990px) {
  .about-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.about-block:not(:last-child) {
  margin-bottom: 118px;
}
@media screen and (max-width: 990px) {
  .about-block:not(:last-child) {
    margin-bottom: 67px;
  }
}
.about-block__ct {
  width: 50.7%;
}
@media screen and (max-width: 990px) {
  .about-block__ct {
    width: 100%;
  }
}
.about-block__ct-lead {
  margin-bottom: 35px;
}
@media screen and (max-width: 990px) {
  .about-block__ct-lead {
    margin-bottom: 27px;
  }
}
.about-block__ct-ttl {
  color: #61A351;
  font-size: 4rem;
  line-height: 1.625;
  font-weight: 700;
  margin-bottom: 21px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1440px) {
  .about-block__ct-ttl {
    margin-bottom: 19px;
    line-height: 1.6;
    font-size: clamp(2.5rem, 2.5vw, 3rem);
  }
}
@media screen and (max-width: 834px) {
  .about-block__ct .c-txt__02 {
    letter-spacing: 0.7px;
  }
}
.about-block__img {
  width: 42.2%;
}
@media screen and (max-width: 990px) {
  .about-block__img {
    width: 100%;
    margin-bottom: 42px;
  }
}
.about-block__img-child {
  margin-right: calc((1408px - 100vw) / 2);
}
@media screen and (max-width: 1568px) {
  .about-block__img-child {
    margin-right: -5vw;
  }
}
@media screen and (max-width: 990px) {
  .about-block__img-child {
    margin: 0 -36px;
    text-align: center;
  }
}
.about-block__img-child:not(.w-auto) img {
  width: 100%;
}
@media screen and (min-width: 991px) {
  .about-block--style2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .about-block--style2 .about-block__img-child {
    margin-right: 0;
    margin-left: calc((1408px - 100vw) / 2);
  }
}
@media screen and (min-width: 991px) and (max-width: 1568px) {
  .about-block--style2 .about-block__img-child {
    margin-left: -5vw;
  }
}

.about-peace {
  max-width: 1170px;
  margin: 0 auto;
  border: 1px solid #61A351;
  border-radius: 30px;
  padding: 0 20px 60px;
}
@media screen and (max-width: 990px) {
  .about-peace {
    padding: 0 20px 23px;
  }
}
.about-peace__ttl {
  text-align: center;
  margin-bottom: 17px;
}
@media screen and (max-width: 640px) {
  .about-peace__ttl {
    margin-bottom: -14px;
  }
}
.about-peace__ttl span {
  display: inline-block;
  background: #FBF9F3;
  padding: 0 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .about-peace__ttl span {
    padding: 0 10px;
  }
}
.about-peace__grid {
  max-width: 991px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 50px;
  margin: 0 auto;
  text-align: center;
}
.about-peace__grid-item {
  background: white;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(112, 112, 112, 0.15);
          box-shadow: 0 0 15px rgba(112, 112, 112, 0.15);
  position: relative;
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 990px) {
  .about-peace__grid-item {
    width: calc((100% - 100px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .about-peace__grid-item {
    width: 100%;
    max-width: 230px;
  }
}
.about-peace__grid-item::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.about-peace__grid-item p:not(:last-child) {
  margin-bottom: 7px;
}
.about-peace__grid-ct {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-peace__grid-icon {
  margin-bottom: 13px;
}
.about-peace__grid-ttl {
  font-size: 3rem;
  line-height: 1.3666666667;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .about-peace__grid-ttl {
    font-size: 2.3rem;
    line-height: 1.4782608696;
  }
}
.about-peace__grid-ttl:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .about-peace__grid-ttl:not(:last-child) {
    margin-bottom: 3px;
  }
}

.about-center {
  background: white;
  padding: 120px 0;
}
@media screen and (max-width: 834px) {
  .about-center {
    padding: 61px 0 58px;
  }
}
@media screen and (max-width: 990px) {
  .about-center .about-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-center .about-block:not(:last-child) {
    margin-bottom: 59px;
  }
  .about-center .about-block__ct {
    margin-bottom: 25px;
  }
  .about-center .about-block__img {
    margin-bottom: 0;
  }
}

.about-bottom {
  background: url(../img/message/bg-01.jpg) repeat-y center/100%;
  padding: 120px 0;
}
@media screen and (max-width: 834px) {
  .about-bottom {
    padding: 42px 0 60px;
  }
}
.about-bottom__ttl {
  color: white;
  margin-bottom: 30px;
}
.about-bottom__box {
  padding: 40px;
  background: white;
}
@media screen and (max-width: 834px) {
  .about-bottom__box {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .about-bottom__box:not(.about-bottom__box--img) {
    margin-right: -36px;
    padding-right: 0;
  }
}
.about-bottom__box:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .about-bottom__box:not(:last-child) {
    margin-bottom: 42px;
  }
}
.about-bottom__box--img {
  padding: 30px 33px;
}
@media screen and (max-width: 834px) {
  .about-bottom__box--img {
    padding: 15px 0;
  }
}
.about-bottom__table {
  overflow-x: auto;
}
@media screen and (max-width: 834px) {
  .about-bottom__table {
    line-height: 1.667;
  }
}
.about-bottom__table table {
  width: 100%;
  min-width: 395px;
}
.about-bottom__table table thead tr th {
  background: #61A351;
  color: white;
  font-size: 2rem;
  line-height: 1.45;
  padding: 11px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .about-bottom__table table thead tr th {
    font-size: 1.5rem;
    padding: 12px;
  }
}
.about-bottom__table table thead tr th:not(:last-child) {
  border-right: 1px solid white;
}
.about-bottom__table table thead tr th:first-child {
  width: 163px;
}
@media screen and (max-width: 834px) {
  .about-bottom__table table thead tr th:first-child {
    width: 86px;
  }
}
.about-bottom__table table tbody {
  background: white;
}
.about-bottom__table table tbody tr:not(:last-child) {
  border-bottom: 1px solid #C6C6C6;
}
.about-bottom__table table tbody tr td {
  padding: 9px 30px;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .about-bottom__table table tbody tr td {
    padding: 11px;
  }
}
.about-bottom__table table tbody tr td:first-child {
  color: #61A351;
  font-weight: 700;
  text-align: center;
}
.about-bottom__table table tbody tr td:nth-child(2) {
  background: #F0F0E2;
}
.about-bottom__table table tbody tr:nth-child(2n) td:nth-child(2) {
  background: #FBF9F3;
}
.about-bottom__table table tbody tr:nth-child(2n) td:nth-child(3) {
  background: #F4F4F4;
}

#page-clubs {
  margin-top: 150px;
}
@media screen and (max-width: 834px) {
  #page-clubs {
    margin-top: 90px;
  }
}

.sec-clubs {
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .sec-clubs {
    padding-bottom: 60px;
  }
}
.sec-clubs .clubs-ttl {
  color: #4EA7BC;
  text-align: center;
  margin-bottom: 5px;
}
.sec-clubs .clubs-ttl small {
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 1.45;
  padding-left: 20px;
}
@media screen and (max-width: 834px) {
  .sec-clubs .clubs-ttl small {
    display: block;
    padding: 0;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.sec-clubs .clubs-ttl span {
  display: inline-block;
  vertical-align: middle;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 3px;
}
@media screen and (max-width: 834px) {
  .sec-clubs .clubs-ttl span {
    font-size: 3.5rem;
    line-height: 1.3428571429;
    letter-spacing: 2px;
  }
}
.sec-clubs .clubs-txt {
  font-size: 1.7rem;
  line-height: 2.1176470588;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .sec-clubs .clubs-txt {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .sec-clubs .clubs-txt {
    max-width: 302px;
    margin-left: auto;
    margin-right: auto;
  }
}

.clubs-heading {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .clubs-heading {
    margin-bottom: 30px;
  }
}
.clubs-heading__ttl {
  line-height: 1.4;
  font-size: clamp(4.5rem, 5vw, 7.5rem);
  color: #4EA7BC;
  font-weight: 700;
  margin-bottom: 32px;
  letter-spacing: 3px;
}
@media screen and (max-width: 834px) {
  .clubs-heading__ttl {
    margin-bottom: 12px;
  }
}
.clubs-heading__ttl > * {
  display: block;
}
.clubs-heading__ttl-ico {
  margin-bottom: 4px;
}
@media screen and (max-width: 834px) {
  .clubs-heading__ttl-ico {
    margin-bottom: 2px;
  }
}
.clubs-heading p {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .clubs-heading p {
    font-size: 1.8rem;
  }
}

.clubs-welfare {
  padding: 100px 0 105px;
  background: #FFF;
}
@media screen and (max-width: 834px) {
  .clubs-welfare {
    padding: 60px 0 80px;
  }
}
.clubs-welfare .clubs-txt {
  margin-bottom: 53px;
}
@media screen and (max-width: 834px) {
  .clubs-welfare .clubs-txt {
    margin-bottom: 30px;
  }
}
.clubs-welfare__table {
  max-width: 932px;
  margin: 0 auto;
  border-top: 1px solid #C6C6C6;
}
@media screen and (max-width: 834px) {
  .clubs-welfare__table {
    max-width: 302px;
  }
}
.clubs-welfare__table th, .clubs-welfare__table td {
  border-bottom: 1px solid #C6C6C6;
  font-size: 2rem;
  line-height: 1.9;
  padding: 35px 0;
}
@media screen and (max-width: 834px) {
  .clubs-welfare__table th, .clubs-welfare__table td {
    font-size: 1.7rem;
    line-height: 2.1176470588;
  }
}
.clubs-welfare__table th {
  width: 150px;
  font-weight: bold;
  vertical-align: top;
}
@media screen and (max-width: 834px) {
  .clubs-welfare__table th {
    width: 90px;
  }
}
.clubs-welfare__table-list dt span {
  color: #4EA7BC;
}
.clubs-welfare__table-list dd {
  padding-left: 1em;
  margin-bottom: 31px;
}
@media screen and (max-width: 834px) {
  .clubs-welfare__table-list dd {
    margin-bottom: 15px;
  }
}
.clubs-welfare__table-list dd:last-of-type {
  margin-bottom: 0;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}
@-webkit-keyframes rotation-out {
  0% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes rotation-out {
  0% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes bt {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes bt {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: -5px;
  }
}
@-webkit-keyframes bt-out {
  0% {
    bottom: -5px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes bt-out {
  0% {
    bottom: -5px;
  }
  100% {
    bottom: 0px;
  }
}
.clubs {
  padding: 118px 0 0;
}
@media screen and (max-width: 834px) {
  .clubs {
    padding: 60px 0 0;
  }
}
.clubs .clubs-txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .clubs .clubs-txt {
    margin-bottom: 60px;
  }
}
.clubs__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.clubs__list--01 {
  padding-right: 20px;
}
@media screen and (max-width: 834px) {
  .clubs__list--01 {
    padding: 0;
    max-width: 300px;
    margin: 0 auto;
  }
}
.clubs__list--02 {
  margin-bottom: 42px;
}
@media screen and (max-width: 834px) {
  .clubs__list--02 {
    margin-bottom: 30px;
  }
}
.clubs__list-item {
  position: relative;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 58px;
}
@media screen and (max-width: 834px) {
  .clubs__list-item {
    padding: 0 8px;
    margin-bottom: 28px;
  }
}
.clubs__list-item a {
  display: block;
  padding-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .clubs__list-item a {
    padding-bottom: 18px;
  }
}
.clubs__list-item a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  background: url("../img/clubs/arrow.png") no-repeat 0 0/100% auto;
  width: 15px;
  height: 8px;
  -webkit-animation: bt-out 0.3s ease-out forwards;
          animation: bt-out 0.3s ease-out forwards;
}
.clubs__list-item img {
  width: 156px;
  margin-bottom: 23px;
  -webkit-animation: rotation-out 0.5s ease-out forwards;
          animation: rotation-out 0.5s ease-out forwards;
}
@media screen and (max-width: 834px) {
  .clubs__list-item img {
    width: 90px;
    margin-bottom: 10px;
  }
}
.clubs__list-item a:hover {
  opacity: 1;
}
.clubs__list-item a:hover::after {
  -webkit-animation: bt 0.3s ease-out forwards;
          animation: bt 0.3s ease-out forwards;
}
.clubs__list-item a:hover img {
  -webkit-animation: rotation 0.5s ease-out forwards;
          animation: rotation 0.5s ease-out forwards;
}
.clubs__list-ttl {
  font-size: 2rem;
  line-height: 1.45;
  color: #1C1C1C;
}
@media screen and (max-width: 834px) {
  .clubs__list-ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.clubs__item {
  background: #FFF;
  border-radius: 15px;
  padding: 37px 26px 30px 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .clubs__item {
    margin: 0 20px 30px;
    border-radius: 30px;
    padding: 34px 32px 30px;
  }
}
@media screen and (max-width: 834px) {
  .clubs__item:last-of-type {
    margin-bottom: 0;
  }
}
.clubs__item-ttl {
  position: relative;
  border-bottom: 1px solid #4EA7BC;
  margin-bottom: 30px;
  padding: 0 0 20px 57px;
  color: #4EA7BC;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .clubs__item-ttl {
    padding: 0 0 8px 30px;
    margin-bottom: 42px !important;
  }
}
.clubs__item-ttl img {
  width: 46px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .clubs__item-ttl img {
    width: 24px;
  }
}
.clubs__item-ttl span {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .clubs__item-ttl span {
    font-size: 2.2rem;
    line-height: 1;
  }
}
.clubs__item-ttl small {
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 25px;
}
@media screen and (max-width: 834px) {
  .clubs__item-ttl small {
    font-size: 1.2rem;
    line-height: 1.3333333333;
    top: inherit;
    bottom: -22px;
  }
}
.clubs__item-row {
  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;
}
.clubs__item-l {
  width: 46.9%;
}
@media screen and (max-width: 834px) {
  .clubs__item-l {
    width: 100%;
  }
}
.clubs__item-r {
  width: 51.7%;
}
@media screen and (max-width: 834px) {
  .clubs__item-r {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}
.clubs__item-ph {
  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;
}
@media screen and (max-width: 834px) {
  .clubs__item-ph {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.clubs__item-ph li {
  width: 48.6%;
}
@media screen and (max-width: 834px) {
  .clubs__item-ph li {
    width: 100%;
    margin-bottom: 10px;
  }
  .clubs__item-ph li:last-of-type {
    margin-bottom: 0;
  }
}
.clubs__item-txt {
  font-size: 1.7rem;
  line-height: 1.8823529412;
  padding-top: 22px;
  padding-left: 20px;
}
@media screen and (max-width: 834px) {
  .clubs__item-txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.5rem;
    line-height: 2;
    padding: 16px 0 0 !important;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 834px) {
  .clubs__item--01 .clubs__item-ttl {
    padding-bottom: 5px;
  }
}
.clubs__row {
  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;
}
@media screen and (max-width: 834px) {
  .clubs__row {
    margin-bottom: 30px;
  }
}
.clubs__row .clubs__item {
  width: 49.3%;
  padding-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .clubs__row .clubs__item {
    width: 100%;
  }
}
.clubs__row .clubs__item-ttl {
  margin-bottom: 25px;
}
.clubs__row .clubs__item-txt {
  padding-top: 30px;
  padding-left: 10px;
}
@media screen and (max-width: 834px) {
  .clubs__row .clubs__item-txt {
    margin-bottom: 0;
  }
}

/* ====================================================
PEOPLE - MOVIE Section
==================================================== */
.sec-people-movie {
  margin-bottom: 100px;
}

@media screen and (max-width: 834px) {
  .sec-people-movie {
    margin-bottom: 60px;
  }
}

.sec-people-movie__ttl {
  text-align: center;
  margin-bottom: 59px;
}

@media screen and (max-width: 834px) {
  .sec-people-movie__ttl {
    margin-bottom: 38px;
  }
}

.people-movie-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

@media screen and (max-width: 1024px) {
  .people-movie-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media screen and (max-width: 834px) {
  .people-movie-list {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.people-movie-list__item {
  width: 100%;
}

.people-movie-list__video {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}

.people-movie-list__video::before {
  content: "";
  padding-top: 178%;
  display: block;
}

.people-movie-list__video video {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  object-fit: contain;
}

.people-movie-list__title {
  margin-top: 12px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 500;
  color: #333;
  text-align: center;
}

@media screen and (max-width: 1245px) {
  .people-movie-list__title {
    font-size: 1.7rem;
    line-height: 1.4705882353;
  }
}

/*# sourceMappingURL=maps/styles.css.map */
