@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  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%;
}

a {
  color: inherit;
  text-decoration: none;
}

address, caption, cite, code, dfn, em, strong, th, 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 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

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

/* ====================================================
Color
==================================================== */
/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
px→vwの計算

.foo {
  width: vw(40px);
}

.bar {
  width: vw(40px, 768px);
}

.baz {
  width: vw(50%);
}
==================================================== */
/* ====================================================
// 隣接要素のmargin
==================================================== */
/* ====================================================
// formスタイルリセット
==================================================== */
/* ====================================================
// flexセット
==================================================== */
/* ====================================================
// 疑似クラス
==================================================== */
/* ====================================================
// hover時の透過度
==================================================== */
/* ====================================================
// グラデーション
==================================================== */
/* ====================================================
object-fit
.photo__image {
  &.-image1 {
    @include object-fit(cover);
  }

  &.-image2 {
    @include object-fit(contain, top center);
  }
}
==================================================== */
/* ====================================================
画像などを縦横比を維持したままレスポンシブ対応
*画像やGoogle Map、YouTubeの埋め込みなどを縦横比を維持したままレスポンシブ対応
.photo {
  // 画像を16:9にトリミングして縦横比を常に保つ
  @include aspect-ratio(16, 9);

  & > .image {
    @include object-fit(cover);
  }
}
==================================================== */
/* ====================================================
Margin PC and SP
==================================================== */
@media screen and (min-width: 835px) {
  .mbpc-0 {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-0 {
    margin-bottom: 0px !important;
  }
}
@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;
  }
}
/*----------------------
min(), max(), clamp()
----------------------*/
/* ====================================================
MODULE
==================================================== */
.c-fc__ff {
  color: #fff;
}
.c-fc__gr {
  color: #00a799;
}

.c-ft__en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.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-shadow {
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.3);
}

.c-al__c {
  text-align: center !important;
}
.c-al__r {
  text-align: right !important;
}
.c-al__l {
  text-align: left;
}

.c-val__md {
  vertical-align: middle;
}
.c-val__top {
  vertical-align: top;
}

.c-fst__i {
  font-style: italic;
}

/*テキストMODULE*/
.c-txt01 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.26;
}
@media screen and (max-width: 640px) {
  .c-txt01 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
  }
}
.c-txt01 .__lh2 {
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .c-txt01 .__lh2 {
    line-height: 1.7;
  }
}
.c-txt02 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.c-txt03 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3846;
}
.c-txt04 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.714;
  font-weight: 500;
}
.c-txt05 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-txt06 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.888;
}
@media screen and (max-width: 834px) {
  .c-txt06 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
.c-txt06.-dot {
  position: relative;
  padding-left: 22px;
}
.c-txt06.-dot:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
}
.c-txt06.-dot:before {
  left: 0;
  top: 10px;
  background: #00a799;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .c-txt06.-dot:before {
    top: 6px;
  }
}

.c-ttl01 {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .c-ttl01 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-ttl01:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 13px;
}
.c-ttl01:before {
  top: 8px;
  left: 0;
  background: #00a799;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .c-ttl01:before {
    top: 5px;
  }
}
.c-ttl01.__ye:before {
  background: #fbf548;
}
.c-ttl01.__center {
  padding-left: 0;
  padding-top: 25px;
  text-align: center;
}
.c-ttl01.__center:before {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-ttl02 {
  font-size: 31px;
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1.5625;
}
@media screen and (max-width: 834px) {
  .c-ttl02 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .c-ttl02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-ttl03 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .c-ttl03 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl03 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .c-ttl03 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.c-ttl04 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.38;
}
@media screen and (max-width: 1200px) {
  .c-ttl04 {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl04 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .c-ttl04 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 835px) {
  .c-ttl04.__lh54 {
    line-height: 1.5;
  }
}
.c-ttl04.__lh54 .small {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  .c-ttl04.__lh54 .small {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .c-ttl04.__lh54 .small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-ttl05 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.3475;
}
@media screen and (max-width: 1200px) {
  .c-ttl05 {
    font-size: 2.66vw;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl05 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .c-ttl05 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.c-ttl05 .en {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.c-ttl06 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.625;
}
@media screen and (max-width: 1200px) {
  .c-ttl06 {
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl06 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .c-ttl06 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c-ttl07 {
  position: relative;
  padding-left: 108px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  .c-ttl07 {
    padding-left: 80px;
  }
}
.c-ttl07:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 1px;
}
.c-ttl07:before {
  top: 0.5em;
  left: 0;
  background: #ccc;
}
@media screen and (max-width: 640px) {
  .c-ttl07:before {
    width: 70px;
  }
}
.c-ttl08 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.428;
}
@media screen and (min-width: 835px) {
  .c-ttl08.__lh50 {
    line-height: 1.785;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl08 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.c-ttl08.border > span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.c-ttl09 {
  position: relative;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .c-ttl09 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-ttl09 .strong {
  font-size: 30px;
  font-size: 3rem;
  line-height: 0.8;
}
@media screen and (max-width: 834px) {
  .c-ttl09 .strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c-ttl09:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
}
.c-ttl09:before {
  left: 0;
  top: 50%;
  background: #ddd;
}
.c-ttl09 > span {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .c-ttl09 > span {
    padding: 0 10px;
  }
}
.c-ttl10 {
  position: relative;
  padding: 24px 15px 24px 40px;
  font-size: 21px;
  font-size: 2.1rem;
  background: #f6f6f6;
  border-radius: 5px;
}
@media screen and (max-width: 834px) {
  .c-ttl10 {
    padding: 15px 15px 15px 30px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.c-ttl10:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: calc(100% - 36px);
}
.c-ttl10:before {
  top: 18px;
  left: 16px;
  background: #00a799;
  border-radius: 4px;
}
@media screen and (max-width: 834px) {
  .c-ttl10:before {
    top: 10px;
    left: 12px;
    width: 5px;
    height: calc(100% - 20px);
  }
}
.c-ttl11 {
  position: relative;
  padding-bottom: 10px;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.4;
}
.c-ttl11:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
}
.c-ttl11:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13.5%;
  height: 3px;
}
.c-ttl11:before, .c-ttl11:after {
  bottom: 0;
  left: 0;
}
.c-ttl11:before {
  background: #ddd;
}
.c-ttl11:after {
  background: #00a799;
}
.c-ttl12 {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1.5625;
}
@media screen and (max-width: 1200px) {
  .c-ttl12 {
    font-size: 3.88vw;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl12 {
    font-size: max(23px, 4vw);
  }
}
.c-ttl12 .en {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
  font-size: 1.2rem;
}
.c-ttl13 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.333;
}
@media screen and (max-width: 834px) {
  .c-ttl13 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-ttl13 .strong {
  color: #00a799;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.8;
}
@media screen and (max-width: 834px) {
  .c-ttl13 .strong {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.c-ttl13 > span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}
.c-ttl14 {
  position: relative;
  padding-bottom: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .c-ttl14 {
    padding-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
}
.c-ttl14:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
}
.c-ttl14:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 23.33%;
  height: 3px;
}
.c-ttl14:before, .c-ttl14:after {
  bottom: 0;
  left: 0;
}
.c-ttl14:before {
  background: #ddd;
}
.c-ttl14:after {
  background: #00a799;
}

/*リンクMODULE*/
.c-link {
  position: relative;
  padding-right: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-link:before {
  position: absolute;
  right: 0;
  color: #00a799;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.c-link:hover:before {
  right: -10px;
}

/*ボタンMODULE*/
.c-btn01 {
  position: relative;
  display: inline-block;
  padding: 0 30px 20px 10px;
  width: 100%;
  max-width: 255px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn01:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
}
.c-btn01:before {
  left: 0;
  bottom: 0;
  background: #000;
}
.c-btn01:after {
  position: absolute;
  top: 3px;
  right: 10px;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00a799;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn01:hover {
  color: #00a799;
}
.c-btn01:hover:before {
  background: #00a799;
}
.c-btn01:hover:after {
  right: 0;
}
.c-btn01.__ff {
  color: #fff;
}
.c-btn01.__ff:before {
  background: #fff;
}
.c-btn01.__ff:after {
  color: #fff;
}
.c-btn01.__ff:hover {
  color: #fbf548;
}
.c-btn01.__ff:hover:after {
  color: #fbf548;
}
.c-btn01.__ff:hover:before {
  background: #fbf548;
}
.c-btn02 {
  display: inline-block;
  padding: 24px 10px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  background: #00a799;
  border-radius: 40px;
}
@media screen and (max-width: 834px) {
  .c-btn02 {
    padding: 20px 10px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.c-btn02 i {
  display: inline-block;
  margin-right: 10px;
}
.c-btn02:hover {
  color: #fff;
  background: #009488;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn02:hover i {
  color: #fff;
}

.c-label01 {
  display: inline-block;
  padding: 10px 1.1em;
  color: #0b4e49;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  background: #fbf548;
  border-radius: 30px;
}
@media screen and (max-width: 640px) {
  .c-label01 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* hover style */
.fn-hover {
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .fn-hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .fn-hover:hover {
    opacity: 0.7;
  }
}

.img-of {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center", sans-serif;
}

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

.scrollin {
  opacity: 0;
  -webkit-transform: translate(0, 70px);
  -ms-transform: translate(0, 70px);
  transform: translate(0, 70px);
}

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

.c-clm {
  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;
}
.c-clm.-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .c-clm.-c {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-clm .clm {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .c-clm .clm {
    width: 100%;
  }
  .c-clm .clm:nth-of-type(odd) {
    margin-bottom: 25px;
  }
}
.c-clm .clm.-c {
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 835px) {
  .c-clm .clm.pc-order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 835px) {
  .c-clm .clm.pc-order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.c-clm4 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-clm4 .clm {
  width: 24.166%;
}
@media screen and (max-width: 834px) {
  .c-clm4 .clm {
    margin-top: 20px;
    width: 48%;
  }
}
.c-clm4 .cap {
  margin-top: 8px;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media screen and (max-width: 834px) {
  .c-clm4 .cap {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-bg__ff {
  background: #fff;
}
.c-bg__gy {
  background: #f6f6f6;
}
.c-bg__lgr {
  background: rgba(0, 167, 153, 0.1);
}

.c-corner__left-top {
  position: relative;
}
.c-corner__left-top:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
}
.c-corner__left-top:before {
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 360px 360px 0 0;
  border-color: #fbf548 transparent transparent transparent;
}
@media screen and (max-width: 1200px) {
  .c-corner__left-top:before {
    border-width: 30vw 30vw 0 0;
  }
}

.c-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .c-list li {
    margin-bottom: 10px;
  }
}
.c-list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
}
.c-list li:before {
  top: 5px;
  left: 0;
  background: #00a799;
  border-radius: 50%;
}

.note {
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

/* ====================================================
Base style & container
==================================================== */
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  background: #fff;
  overflow-x: hidden;
}

/*
.wrapper{
	padding-top: 115px;
	@include mq(ipd) {
		padding-top: 70px;
	}
}
*/
.inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    padding: 0 4.19%;
  }
}

@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .pc-xl {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .pc-ipd {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .sp-ipd {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none;
  }
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
Header
==================================================== */
#main-header {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 43px;
  width: 100%;
  height: 130px;
  z-index: 1000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  #main-header {
    padding-top: 0;
    height: 70px;
  }
}
#main-header > .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-left: 88px;
}
@media screen and (max-width: 1500px) {
  #main-header > .container {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #main-header > .container {
    padding-left: 4.19%;
  }
}
#main-header .logo {
  width: 23%;
  max-width: 387px;
  text-align: center;
  z-index: 102;
}
#main-header .logo-bk {
  display: none;
}
@media screen and (max-width: 1024px) {
  #main-header .logo {
    padding: 27px 0 0;
    width: 300px;
    height: auto;
    background: none;
  }
}
@media screen and (max-width: 834px) {
  #main-header .logo {
    padding-top: 29px;
    width: 200px;
  }
}
#main-header.active .logo-wh, #main-header.is-animation .logo-wh {
  display: none;
}
#main-header.active .logo-bk, #main-header.is-animation .logo-bk {
  display: block;
}
@media screen and (min-width: 1025px) {
  #main-header.active, #main-header.is-animation {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 10px;
    height: 70px;
    background: #fff;
  }
  #main-header.active .navGlobalIn a, #main-header.is-animation .navGlobalIn a {
    color: #343434;
  }
  #main-header.active .navGlobalIn a:hover:before, #main-header.is-animation .navGlobalIn a:hover:before {
    background: #343434;
  }
}
@media screen and (min-width: 1025px) {
  #main-header.active + .btn-contact, #main-header.is-animation + .btn-contact {
    position: fixed;
    top: 10px;
    right: 20px;
    padding: 0;
    width: 175px;
    height: 47px;
    line-height: 47px;
    z-index: 1001;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1501px) {
  #main-header.active + .btn-contact, #main-header.is-animation + .btn-contact {
    right: 90px;
  }
}
@media screen and (min-width: 1025px) {
  #main-header.active + .btn-contact i, #main-header.is-animation + .btn-contact i {
    margin-right: 0.8em;
  }
}
@media screen and (min-width: 1025px) {
  #main-header.active + .btn-contact > span, #main-header.is-animation + .btn-contact > span {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
#main-header + .btn-contact {
  position: fixed;
  top: 90px;
  right: 20px;
  display: inline-block;
  padding: 30px 0 0;
  width: 47px;
  height: 175px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 100;
}
@media screen and (max-width: 834px) {
  #main-header + .btn-contact {
    top: 90px;
    right: 15px;
  }
}
#main-header + .btn-contact:hover {
  color: #fff;
  background: #009488;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#main-header + .btn-contact:hover i {
  color: #fff;
}
#main-header + .btn-contact > span {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#main-header + .btn-contact i {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

.navGlobal {
  position: relative;
  margin-left: 5.5vw;
  z-index: 101;
}
@media screen and (max-width: 1200px) {
  .navGlobal {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .navGlobal {
    margin-left: 0;
    text-align: center;
    background: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .navGlobal .navGlobal-inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.navGlobalIn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navGlobalIn .contact {
  display: none;
}
@media screen and (max-width: 1024px) {
  .navGlobalIn {
    margin-bottom: 20px;
  }
  .navGlobalIn .contact {
    display: block;
  }
}
@media screen and (min-width: 1201px) {
  .navGlobalIn {
    margin-right: 2.5em;
  }
}
.navGlobalIn > li {
  margin-right: 2em;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .navGlobalIn > li {
    margin-right: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .navGlobalIn > li {
    margin-right: 0;
    width: 100%;
  }
}
.navGlobalIn > li > a {
  display: block;
  position: relative;
  padding: 16px 0;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .navGlobalIn > li > a:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 2px;
  }
  .navGlobalIn > li > a:before {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .navGlobalIn > li > a:hover:before {
    width: 100%;
    background: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .navGlobalIn > li > a {
    padding: 1.2em 0;
    color: #343434;
  }
}

.mobile-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #00a799;
  -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) {
  .mobile-icon {
    display: block;
    top: 5px;
    right: 5px;
    width: 70px;
    height: 70px;
  }
}
.mobile-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 26px;
  height: 2px;
  font-size: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #fff;
}
.mobile-icon span:before, .mobile-icon span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 3px;
}
.mobile-icon span:before {
  top: -10px;
}
.mobile-icon span:after {
  bottom: -10px;
}
.mobile-icon.mobile-close span {
  background: transparent;
}
.mobile-icon.mobile-close span:before, .mobile-icon.mobile-close span:after {
  width: 100%;
}
.mobile-icon.mobile-close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg);
  top: 0;
}
.mobile-icon.mobile-close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  .js-nav {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 90px;
    width: 100%;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .js-nav.active {
    opacity: 1;
    display: block;
  }

  .navGlobal-inner {
    height: calc(100vh - 80px);
    overflow-y: scroll;
    padding-bottom: 60px;
  }
}
/* ====================================================
Footer
==================================================== */
.contact-block {
  position: relative;
  color: #fff;
  background: #00a799;
  border-radius: 20px;
  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;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
.contact-block-wrap {
  position: relative;
}
.contact-block-wrap:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 50%;
}
.contact-block-wrap:before {
  top: 0;
  left: 0;
  background: #fff;
}
.contact-block .small {
  font-size: 13px;
  font-size: 1.3rem;
}
.contact-block .head {
  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: 5.46% 0;
  width: 300px;
  text-align: center;
  background: #009488;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 1200px) {
  .contact-block .head {
    width: 260px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-block .head {
    padding: 3% 0;
  }
}
@media screen and (max-width: 834px) {
  .contact-block .head {
    padding: 20px 4%;
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
}
.contact-block .head .ttl {
  margin-bottom: 15px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 0.8;
}
@media screen and (max-width: 640px) {
  .contact-block .head .ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.contact-block .cont {
  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: 5% 3.33%;
  width: calc(100% - 300px);
}
@media screen and (max-width: 1200px) {
  .contact-block .cont {
    padding: 5.46% 0;
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 1024px) {
  .contact-block .cont {
    padding: 3% 3.33%;
  }
}
@media screen and (max-width: 834px) {
  .contact-block .cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2% 5%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .contact-block .cont {
    padding: 5%;
  }
}
.contact-block .cont-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .contact-block .cont-inline {
    display: block;
  }
  .contact-block .cont-inline br {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .contact-block .cont-inline {
    text-align: center;
  }
}
.contact-block .cont-inline .ttl {
  display: inline-block;
  width: 105px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .contact-block .cont-inline .ttl {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .contact-block .cont-inline .ttl {
    text-align: center;
  }
}
.contact-block .cont-inline .txt {
  width: calc(100% - 105px);
}
@media screen and (max-width: 1024px) {
  .contact-block .cont-inline .txt {
    width: 100%;
  }
}
.contact-block .cont-tel {
  padding: 15px 30px;
  text-align: right;
  width: 58%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1200px) {
  .contact-block .cont-tel {
    padding: 15px 20px;
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .contact-block .cont-tel {
    padding-left: 0;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .contact-block .cont-tel {
    padding: 0 0 20px;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.contact-block .cont-mail {
  padding: 15px 20px;
  width: 42%;
}
@media screen and (max-width: 1200px) {
  .contact-block .cont-mail {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .contact-block .cont-mail {
    padding: 20px 0 0 0;
    width: 100%;
  }
}
.contact-block .cont .btn-tel {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1500px) {
  .contact-block .cont .btn-tel {
    font-size: 2.66vw;
  }
}
@media screen and (max-width: 1024px) {
  .contact-block .cont .btn-tel {
    font-size: max(30px, 3.9vw);
  }
}
.contact-block .cont .btn-contact {
  display: inline-block;
  width: 185px;
  height: 49px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 49px;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 834px) {
  .contact-block .cont .btn-contact {
    top: 90px;
    right: 15px;
  }
}
.contact-block .cont .btn-contact:hover {
  color: #fff;
  background: #009488;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-block .cont .btn-contact:hover i {
  color: #fff;
}
.contact-block .cont .btn-contact i {
  color: #00a799;
  display: inline-block;
  margin-right: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

.ftBnr-block-wrap {
  position: relative;
  padding: 0 0 70px;
  background: #f6f6f6;
}
@media screen and (max-width: 834px) {
  .ftBnr-block-wrap {
    padding-bottom: 30px;
  }
}
.ftBnr-block .bnr-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 75px auto 0;
  max-width: 710px;
}
@media screen and (max-width: 834px) {
  .ftBnr-block .bnr-inline {
    margin: 20px auto 0;
  }
}
.ftBnr-block .bnr-inline a {
  display: block;
  text-align: center;
  width: 47.88%;
}
.ftBnr-block .bnr-inline a img {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.14);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.ftBnr-block .bnr-inline a span {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .ftBnr-block .bnr-inline a span {
    margin-top: 10px;
    font-size: 10px;
    font-size: 1rem;
  }
}
.ftBnr-block .bnr-inline a span i {
  display: inline-block;
  margin-left: 8px;
  color: #00a799;
}
.ftBnr-block .bnr-inline a:hover img {
  background: #d6f3f0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#main-footer .nav-wrap {
  padding: 80px 0 70px;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  #main-footer .nav-wrap {
    padding: 40px 0 20px;
  }
}
#main-footer .nav-wrap > .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#main-footer .address {
  width: 400px;
}
@media screen and (max-width: 990px) {
  #main-footer .address {
    width: 300px;
  }
}
@media screen and (max-width: 834px) {
  #main-footer .address {
    margin-bottom: 40px;
    width: 100%;
  }
}
#main-footer .address .name {
  margin-bottom: 20px;
  max-width: 387px;
}
#main-footer .address .txt-address {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
#main-footer .ft-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 410px);
  max-width: 655px;
}
@media screen and (max-width: 990px) {
  #main-footer .ft-nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 330px);
  }
}
@media screen and (max-width: 834px) {
  #main-footer .ft-nav {
    width: 100%;
    max-width: 100%;
  }
}
#main-footer .ft-nav__item {
  width: 25%;
}
@media screen and (min-width: 991px) {
  #main-footer .ft-nav__item:nth-child(2) {
    width: 22%;
  }
}
@media screen and (max-width: 640px) {
  #main-footer .ft-nav__item {
    width: 50%;
  }
}
#main-footer .ft-nav .ft-nav__list > li {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  #main-footer .ft-nav .ft-nav__list > li {
    margin-left: 0;
  }
}
#main-footer .ft-nav .ft-nav__list > li:first-child {
  margin-left: 0;
}
#main-footer .ft-nav .ft-nav__list a:hover {
  color: #00a799;
}
#main-footer .ft-nav .ft-subNav {
  margin-top: 12px;
}
#main-footer .ft-nav .ft-subNav li {
  margin-bottom: 6px;
  color: #8d9393;
  font-size: 13px;
  font-size: 1.3rem;
}
#main-footer .copyright-block {
  padding: 37px 0;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  background: #0b4e49;
}
@media screen and (max-width: 1024px) {
  #main-footer .copyright-block {
    padding: 25px 0;
  }
}
#main-footer .copyright-block .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #main-footer .copyright-block .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  #main-footer .copyright-block .inner {
    display: block;
    text-align: center;
  }
}
#main-footer .copyright-block a {
  display: inline-block;
  padding: 5px 0;
}
#main-footer .copyright-block a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  #main-footer .copyright-block a:first-child {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 641px) {
  #main-footer .copyright-block a:first-child {
    padding-right: 2.5%;
    margin-right: 2.5%;
    border-right: 1px solid #16645e;
  }
}
#main-footer .copyright {
  margin-left: auto;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
@media screen and (max-width: 1024px) {
  #main-footer .copyright {
    margin-top: 25px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #main-footer .copyright {
    line-height: 1.3;
  }
}

/* ====================================================
下層　ページタイトル
==================================================== */
.page-ttl-wrap {
  position: relative;
}
.page-ttl-wrap > img {
  height: 450px;
}
@media screen and (max-width: 990px) {
  .page-ttl-wrap > img {
    height: 45.45vw;
  }
}
.page-ttl-wrap .page-ttl-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .page-ttl-wrap .page-ttl-inner {
    margin-top: 10px;
  }
}
.page-ttl-wrap .page-ttl-inner .page-ttl {
  color: #fff;
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 834px) {
  .page-ttl-wrap .page-ttl-inner .page-ttl {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 640px) {
  .page-ttl-wrap .page-ttl-inner .page-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}
.page-ttl-wrap .page-ttl-inner .page-ttl .mid {
  font-size: 78.26%;
}
.page-ttl-wrap .page-ttl-inner .page-ttl .small {
  font-size: 52.17%;
}
.page-ttl-wrap .page-ttl-inner .page-ttl .cap {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .page-ttl-wrap .page-ttl-inner .page-ttl .cap {
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* ====================================================
breadcrumb
==================================================== */
.breadcrumb-block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.breadcrumb-block .breadcrumb {
  display: inline-block;
}
.breadcrumb-block .breadcrumb-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 15px 25px;
  font-size: 13px;
  font-size: 1.3rem;
  border-radius: 40px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 5px 5px 16px -6px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.05em;
}
.breadcrumb-block .breadcrumb-inner a {
  position: relative;
  display: inline-block;
  padding-right: 18px;
  margin-right: 12px;
  color: #aaa;
}
.breadcrumb-block .breadcrumb-inner a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
}
.breadcrumb-block .breadcrumb-inner a:before {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 1px;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #03a799;
}

.c-page-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .c-page-nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-page-nav li {
  margin-bottom: 10px;
  width: 18.33%;
}
@media screen and (min-width: 1025px) {
  .c-page-nav li:not(:last-child) {
    margin-right: 2.08%;
  }
}
@media screen and (max-width: 1024px) {
  .c-page-nav li {
    width: 32%;
  }
  .c-page-nav li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 640px) {
  .c-page-nav li {
    width: 48%;
  }
  .c-page-nav li:nth-child(odd) {
    margin-right: 4%;
  }
  .c-page-nav li:nth-child(even) {
    margin-right: 0;
  }
}
.c-page-nav li a {
  position: relative;
  display: block;
  padding: 21px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 835px) {
  .c-page-nav li a {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .c-page-nav li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .c-page-nav li a {
    padding-left: 25px;
    padding-right: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-page-nav li a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
  content: "\f0ab";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00a799;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 834px) {
  .c-page-nav li a:before {
    left: 10px;
  }
}

/* ====================================================
content style
==================================================== */
.page-index.wrapper {
  padding-top: 0 !important;
}
.page-index .mv {
  position: relative;
}
@media screen and (max-width: 834px) {
  .page-index .mv {
    margin-left: 0;
    height: 45vh;
  }
}
.page-index .mv-wrap {
  position: relative;
}
.page-index .mv-wrap .news-block {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 20px 2.38%;
  width: 47%;
  min-width: 700px;
  background: #fff;
  border-radius: 20px 0 0 0;
}
@media screen and (max-width: 834px) {
  .page-index .mv-wrap .news-block {
    position: static;
    padding: 30px 4.19% 20px;
    min-width: 1px;
    width: 100%;
    background: #f6f6f6;
    border-radius: 0;
  }
}
.page-index .mv-wrap .news-block .icn {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #00a799;
}
@media screen and (max-width: 834px) {
  .page-index .mv-wrap .news-block .icn {
    display: block;
    width: 100%;
    position: static;
    background: #FFF;
    text-align: center;
    margin-top: 50px;
    padding: 20px 10px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.06);
  }
}
.page-index .mv-wrap .news-block .icn i {
  margin-right: 10px;
}
.page-index .mv-wrap .news-block .label {
  display: inline-block;
  width: 158px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 40px;
  background: #00a799;
  border-radius: 20px;
}
@media screen and (max-width: 834px) {
  .page-index .mv-wrap .news-block .label {
    margin-bottom: 10px;
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 36px;
  }
}
.page-index .mv-wrap .news-block .news-line {
  position: relative;
  padding-left: 1.1em;
  padding-right: 150px;
  width: calc(100% - 158px);
}
@media screen and (max-width: 834px) {
  .page-index .mv-wrap .news-block .news-line {
    padding-right: 0;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
}
.page-index .mv-wrap .news-block .news-line .link-article {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .page-index .mv-wrap .news-block .news-line .link-article {
    display: block;
  }
}
.page-index .mv-wrap .news-block .txt {
  width: calc(100% - 94px);
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3;
}
@media screen and (max-width: 834px) {
  .page-index .mv-wrap .news-block .txt {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    overflow: visible;
    -o-text-overflow: inherit;
       text-overflow: inherit;
    white-space: inherit;
  }
}
.page-index .mv-wrap .news-block .date {
  margin-left: 1em;
  width: 94px;
  color: #0b4e49;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .page-index .mv-wrap .news-block .date {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    width: 100%;
    text-align: right;
  }
}
.page-index .mv img {
  min-height: 650px;
  max-height: 850px;
}
@media screen and (max-width: 834px) {
  .page-index .mv img {
    min-height: 1px;
  }
}
.page-index .mv .mv-ttl-block {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100px;
  width: 90%;
  max-width: 1200px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .page-index .mv .mv-ttl-block {
    bottom: 5vw;
  }
}
@media screen and (max-width: 834px) {
  .page-index .mv .mv-ttl-block .cap {
    font-size: 10px;
    font-size: 1rem;
  }
}
.page-index .mv .mv-ttl-block .ttl {
  display: block;
  margin: 0.375em 0;
  font-size: 82px;
  font-size: 8.2rem;
  line-height: 1.21;
}
@media screen and (max-width: 1200px) {
  .page-index .mv .mv-ttl-block .ttl {
    font-size: max(50px, 6.833vw);
  }
}
@media screen and (max-width: 834px) {
  .page-index .mv .mv-ttl-block .ttl {
    margin-top: 5px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.page-index .mv .mv-ttl-block .desc {
  max-width: 495px;
  line-height: 1.92;
}
@media screen and (max-width: 834px) {
  .page-index .mv .mv-ttl-block .desc {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.4;
    max-width: calc(100% - 70px);
  }
}
.page-index .bgBdr-wrap {
  background: url(../img/index/bdr-ye.png) no-repeat center top;
  background-size: 4400px auto;
}
@media screen and (max-width: 1500px) {
  .page-index .bgBdr-wrap {
    background: url(../img/index/bdr-ye_lp.png) no-repeat center top;
    background-size: 100%;
  }
}
@media screen and (max-width: 834px) {
  .page-index .bgBdr-wrap {
    background-repeat: repeat-y;
    background-size: 150%;
  }
}
.page-index .c-clm01 {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .page-index .c-clm01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-index .c-clm01 .clm-txt {
  width: 50%;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 834px) {
  .page-index .c-clm01 .clm-txt {
    width: 100%;
  }
}
@media screen and (min-width: 835px) {
  .page-index .c-clm01 .clm-txt.txt-R {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 835px) {
  .page-index .c-clm01 .clm-img {
    width: 100%;
  }
  .page-index .c-clm01 .clm-img.img-L {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
  .page-index .c-clm01 .clm-img.img-R {
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
@media screen and (max-width: 834px) {
  .page-index .c-clm01 .clm-img {
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
  }
}
.page-index .txt-deco {
  position: absolute;
  color: rgba(0, 167, 153, 0.1);
  font-size: 250px;
  font-size: 25rem;
  line-height: 0.75;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .page-index .txt-deco {
    font-size: 20.833vw;
  }
}
@media screen and (max-width: 834px) {
  .page-index .txt-deco {
    font-size: max(70px, 15vw);
  }
}
.page-index .txt-deco.__ff {
  color: #fff;
}
.page-index .txt-deco.__wh {
  color: rgba(255, 255, 255, 0.07);
}
.page-index .sec-about {
  margin-top: 150px;
  padding-top: 70px;
  padding-bottom: 135px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .page-index .sec-about {
    margin-top: 10vw;
    padding-top: 4.6vw;
    padding-bottom: 9vw;
  }
}
@media screen and (max-width: 834px) {
  .page-index .sec-about {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.page-index .sec-about .txt-deco {
  top: 0;
  left: -0.18em;
}
@media screen and (min-width: 835px) {
  .page-index .sec-about .clm-img {
    padding-left: 30px;
    max-width: 815px;
  }
}
@media screen and (max-width: 834px) {
  .page-index .sec-about .clm-img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.page-index .sec-about .c-ttl02 {
  margin: 55px 0;
}
@media screen and (max-width: 1500px) {
  .page-index .sec-about .c-ttl02 {
    margin: 3.66vw 0;
  }
}
@media screen and (max-width: 834px) {
  .page-index .sec-about .c-ttl02 {
    margin: 15px 0 20px;
  }
}
.page-index .sec-about .c-btn01 {
  margin-top: 50px;
}
@media screen and (max-width: 1500px) {
  .page-index .sec-about .c-btn01 {
    margin-top: 3.33vw;
  }
}
@media screen and (max-width: 834px) {
  .page-index .sec-about .c-btn01 {
    margin-top: 30px;
  }
}
.page-index .sec-service {
  position: relative;
}
.page-index .sec-service .inner {
  position: relative;
  padding-top: 115px;
  padding-bottom: 115px;
  background: #00a799;
}
@media screen and (max-width: 1500px) {
  .page-index .sec-service .inner {
    padding-top: 7.66vw;
    padding-bottom: 7.66vw;
  }
}
@media screen and (max-width: 834px) {
  .page-index .sec-service .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-index .sec-service .inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 112.5%;
  height: 100%;
}
.page-index .sec-service .inner:before {
  right: calc(((100vw - 100%) / 2 - 12.5%) * -1);
  top: 0;
  background: #00a799;
}
.page-index .sec-service .inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc((100vw - 100%) / 2);
  height: 100%;
}
.page-index .sec-service .inner:after {
  left: calc((100vw - 100%) / 2 * -1);
  top: 0;
  background: #00a799;
}
.page-index .sec-service .txt-deco {
  top: 0;
  right: 4vw;
  z-index: 1;
  font-size: 200px;
  font-size: 20rem;
}
@media screen and (max-width: 834px) {
  .page-index .sec-service .txt-deco {
    font-size: max(70px, 15vw);
  }
}
.page-index .sec-service .c-ttl01 {
  margin-bottom: 25px;
}
@media screen and (max-width: 1500px) {
  .page-index .sec-service .c-ttl01 {
    margin-bottom: 15px;
  }
}
.page-index .sec-service .lead-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 105px;
}
@media screen and (max-width: 1500px) {
  .page-index .sec-service .lead-block {
    margin-bottom: 7vw;
  }
}
@media screen and (max-width: 834px) {
  .page-index .sec-service .lead-block {
    margin-bottom: 30px;
  }
}
.page-index .sec-service .lead-block .c-ttl02 {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .page-index .sec-service .lead-block .c-ttl02 {
    margin-bottom: 15px;
    width: 100%;
  }
}
.page-index .sec-service .lead-block .c-txt01 {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .page-index .sec-service .lead-block .c-txt01 {
    width: 100%;
  }
}
.page-index .sec-service .various-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;
  margin-bottom: 80px;
  margin-right: calc((100vw - 100%) / 2 * -1);
}
@media screen and (max-width: 834px) {
  .page-index .sec-service .various-block {
    margin-bottom: 45px;
  }
}
.page-index .sec-service .various-block__item {
  width: 33.33%;
}
@media screen and (max-width: 990px) {
  .page-index .sec-service .various-block__item {
    width: 50%;
  }
  .page-index .sec-service .various-block__item:nth-child(4) img {
    -o-object-position: top right;
       object-position: top right;
  }
}
@media screen and (max-width: 990px) {
  .page-index .sec-service .various-block__item img {
    height: 38vmin;
  }
}
@media screen and (max-width: 834px) {
  .page-index .sec-service .various-block__item img {
    -o-object-position: top center;
       object-position: top center;
    height: 50vmin;
  }
}
.page-index .sec-service .various-block__item a {
  position: relative;
  display: block;
  overflow: hidden;
}
.page-index .sec-service .various-block__item a img {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.page-index .sec-service .various-block__item a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.page-index .sec-service .various-block__item a .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 4%;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 834px) {
  .page-index .sec-service .various-block__item a .txt-box {
    padding: 15px 4% 0;
  }
}
.page-index .sec-service .various-block__item a .txt-box .ttl {
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 2.4rem;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 834px) {
  .page-index .sec-service .various-block__item a .txt-box .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-index .sec-service .various-block__item a .txt-box .ttl .small {
  font-size: 11px;
  font-size: 1.1rem;
}
.page-index .sec-service .various-block__item a .txt-box .desc {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.61;
}
@media screen and (max-width: 834px) {
  .page-index .sec-service .various-block__item a .txt-box .desc {
    display: none;
  }
}
.page-index .sec-service .other-service {
  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;
}
.page-index .sec-service .other-service .img {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .page-index .sec-service .other-service .img {
    margin-bottom: 20px;
    padding-right: 5%;
    width: 100%;
  }
}
.page-index .sec-service .other-service .txt {
  -ms-flex-item-align: center;
      align-self: center;
  width: 50%;
}
@media screen and (max-width: 1400px) {
  .page-index .sec-service .other-service .txt {
    padding-right: 5%;
  }
}
@media screen and (max-width: 834px) {
  .page-index .sec-service .other-service .txt {
    width: 100%;
  }
}
.page-index .sec-service .other-service .c-txt02 {
  margin: 30px 0 35px;
}
@media screen and (max-width: 834px) {
  .page-index .sec-service .other-service .c-txt02 {
    margin: 20px 0 30px;
  }
}
.page-index .bg-map {
  padding: 180px 0 0;
  background: url(../img/index/img-map.png) no-repeat right top;
  background-size: min(1114px, 66.3vw) auto;
}
@media screen and (max-width: 1200px) {
  .page-index .bg-map {
    padding: 12vw 0 0;
  }
}
@media screen and (max-width: 834px) {
  .page-index .bg-map {
    position: relative;
    padding: 60px 0 0;
    background-size: auto 60vmax;
    background-color: #fff;
  }
  .page-index .bg-map:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
  }
  .page-index .bg-map:before {
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 35.85vw 35.85vw 0;
    border-color: transparent #fbf548 transparent transparent;
    mix-blend-mode: multiply;
  }
}
.page-index .bg-map .ttl-box {
  position: relative;
  padding-top: 45px;
}
@media screen and (max-width: 834px) {
  .page-index .bg-map .ttl-box {
    padding-top: 30px;
  }
}
.page-index .bg-map .ttl-box .txt-deco {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 90px;
  font-size: 9rem;
}
@media screen and (max-width: 834px) {
  .page-index .bg-map .ttl-box .txt-deco {
    font-size: max(60px, 10.7vw);
  }
}
.page-index .sec-area {
  padding: 0 0 80px;
}
@media screen and (max-width: 1500px) {
  .page-index .sec-area {
    padding-bottom: 5.33vw;
  }
}
@media screen and (max-width: 834px) {
  .page-index .sec-area {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 835px) {
  .page-index .sec-area .c-clm01 .clm-img {
    padding-right: 8.5%;
    max-width: 740px;
  }
}
@media screen and (max-width: 834px) {
  .page-index .sec-area .c-clm01 .clm-img {
    margin-bottom: 20px;
  }
}
.page-index .sec-area .c-clm01 .c-ttl02 {
  margin: 30px 0 35px;
}
@media screen and (max-width: 834px) {
  .page-index .sec-area .c-clm01 .c-ttl02 {
    margin: 15px 0 20px;
  }
}
.page-index .sec-area .c-clm01 .c-txt01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .page-index .sec-area .c-clm01 .c-txt01 {
    margin-bottom: 30px;
  }
}
.page-index .sec-education {
  position: relative;
  padding-bottom: 135px;
}
@media screen and (max-width: 1500px) {
  .page-index .sec-education {
    padding-bottom: 9vw;
  }
}
@media screen and (max-width: 834px) {
  .page-index .sec-education {
    padding-bottom: 60px;
    background: url(../img/index/bdr-ye_lp.png) no-repeat center top;
    background-size: 100%;
  }
}
@media screen and (max-width: 640px) {
  .page-index .sec-education {
    background-position: center top 30%;
    background-size: 640px auto;
  }
}
.page-index .sec-education:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
}
.page-index .sec-education:before {
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 299px 0 0 299px;
  border-color: transparent transparent transparent #fbf548;
}
@media screen and (max-width: 1200px) {
  .page-index .sec-education:before {
    border-width: 19.93vw 0 0 19.93vw;
  }
}
@media screen and (max-width: 834px) {
  .page-index .sec-education:before {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .page-index .sec-education .c-clm01 .clm-txt {
    width: 53%;
  }
}
@media screen and (max-width: 834px) {
  .page-index .sec-education .c-clm01 .clm-txt {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 835px) {
  .page-index .sec-education .c-clm01 .clm-img {
    padding-left: 4.1%;
    max-width: 755px;
  }
}
.page-index .sec-education .c-clm01 .c-label01 {
  margin: 45px 0 10px;
}
@media screen and (max-width: 834px) {
  .page-index .sec-education .c-clm01 .c-label01 {
    margin-top: 20px;
  }
}
.page-index .sec-education .c-clm01 .c-txt01 {
  margin: 35px 0 30px;
}
@media screen and (max-width: 834px) {
  .page-index .sec-education .c-clm01 .c-txt01 {
    margin-top: 15px;
  }
}
.page-index .sec-company {
  background: #f6f6f6;
}
.page-index .sec-company .ttl-box {
  margin-bottom: 70px;
}
@media screen and (max-width: 834px) {
  .page-index .sec-company .ttl-box {
    margin-bottom: 40px;
  }
}
.page-index .sec-company .ttl-box .txt-deco {
  position: static;
  font-size: 90px;
  font-size: 9rem;
  line-height: 0.6;
}
@media screen and (max-width: 834px) {
  .page-index .sec-company .ttl-box .txt-deco {
    font-size: max(60px, 10.7vw);
  }
}
.page-index .sec-company .link-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;
  padding-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .page-index .sec-company .link-block {
    padding-bottom: 40px;
  }
}
.page-index .sec-company .link-block__item {
  width: 23.75%;
}
@media screen and (max-width: 834px) {
  .page-index .sec-company .link-block__item {
    margin-bottom: 20px;
    width: 48%;
  }
}
.page-index .sec-company .link-block__item a {
  display: block;
  padding: 21.1% 3%;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page-index .sec-company .link-block__item a img {
  display: inline-block;
  margin-bottom: 40px;
  width: 75px;
}
@media screen and (max-width: 640px) {
  .page-index .sec-company .link-block__item a img {
    margin-bottom: 25px;
    width: 60px;
  }
}
.page-index .sec-company .link-block__item a:hover {
  background: #d6f3f0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-index .sec-company .link-block__item a:hover .c-link {
  color: #fff;
}
.page-index .sec-company .link-block__item a:hover .c-link:before {
  right: -10px;
}
.page-index .sec-recruit {
  position: relative;
  margin-top: 115px;
  padding-bottom: 175px;
}
@media screen and (max-width: 1500px) {
  .page-index .sec-recruit {
    margin-top: 7.66vw;
    padding-bottom: 11.66vw;
  }
}
@media screen and (max-width: 640px) {
  .page-index .sec-recruit {
    padding-top: 20px;
  }
}
.page-index .sec-recruit .txt-deco {
  top: 0;
  right: -0.16em;
}
.page-index .sec-recruit .c-clm01 .clm-txt {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (min-width: 835px) {
  .page-index .sec-recruit .c-clm01 .clm-img {
    margin-left: -12.8%;
    padding-right: 20px;
    max-width: 731px;
  }
}
@media screen and (max-width: 1510px) {
  .page-index .sec-recruit .c-clm01 .clm-img {
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
}
@media screen and (max-width: 834px) {
  .page-index .sec-recruit .c-clm01 .clm-img {
    margin-top: 40px;
  }
}
.page-index .sec-recruit .c-clm01 .c-label01 {
  margin: 45px 0 10px;
}
.page-index .sec-recruit .c-clm01 .c-ttl01 {
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .page-index .sec-recruit .c-clm01 .c-ttl01 {
    margin-bottom: 15px;
  }
}
.page-index .sec-recruit .c-clm01 .c-txt01 {
  margin: 35px 0 30px;
}
@media screen and (max-width: 834px) {
  .page-index .sec-recruit .c-clm01 .c-txt01 {
    margin-top: 15px;
  }
}

/* ====================================================
SECURITY
==================================================== */
.page-security .txt-deco {
  position: absolute;
  color: rgba(0, 167, 153, 0.1);
  font-size: 80px;
  font-size: 8rem;
  line-height: 0.75;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .page-security .txt-deco {
    font-size: 6.66vw;
  }
}
@media screen and (max-width: 834px) {
  .page-security .txt-deco {
    font-size: max(34px, 8vw);
  }
}
.page-security .txt-deco.__ff {
  color: #fff;
}
.page-security .txt-deco.__wh {
  color: rgba(255, 255, 255, 0.1);
}
.page-security .lead-top {
  padding: 130px 0 100px;
  background: #03a799;
}
@media screen and (max-width: 834px) {
  .page-security .lead-top {
    padding: 40px 0;
  }
}
.page-security .lead-top .inner {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 32px;
}
@media screen and (max-width: 834px) {
  .page-security .lead-top .inner {
    padding-top: 3.5vw;
  }
}
.page-security .lead-top .inner .ttl {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .page-security .lead-top .inner .ttl {
    margin-bottom: 20px;
    width: 100%;
  }
}
.page-security .lead-top .inner .desc {
  width: 43.75%;
}
@media screen and (max-width: 834px) {
  .page-security .lead-top .inner .desc {
    width: 100%;
  }
}
.page-security .lead-top .txt-deco {
  top: 0;
  left: 0;
}
.page-security .lead-btm {
  position: relative;
  padding: 43px 0 84px;
}
@media screen and (max-width: 1024px) {
  .page-security .lead-btm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 834px) {
  .page-security .lead-btm {
    padding: 40px 0;
  }
}
.page-security .lead-btm:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
}
.page-security .lead-btm:before {
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 360px 360px 0 0;
  border-color: #fbf548 transparent transparent transparent;
}
@media screen and (max-width: 1200px) {
  .page-security .lead-btm:before {
    border-width: 30vw 30vw 0 0;
  }
}
.page-security .lead-btm .inner {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .page-security .lead-btm .inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-security .lead-btm .inner .txt-box {
  margin-bottom: 20px;
  width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 834px) {
  .page-security .lead-btm .inner .txt-box {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-security .lead-btm .inner .txt-box .ttl {
  margin-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .page-security .lead-btm .inner .txt-box .ttl {
    margin-bottom: 15px;
  }
}
.page-security .lead-btm .inner .img {
  width: 45%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 834px) {
  .page-security .lead-btm .inner .img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page-security .sec-security01 {
  position: relative;
  padding: 125px 0 120px;
  background: #f6f6f6;
}
@media screen and (max-width: 1024px) {
  .page-security .sec-security01 {
    padding: 40px 0;
  }
}
.page-security .sec-security01 .img-lead {
  position: absolute;
  top: 0;
  left: 0;
  height: 525px;
}
@media screen and (max-width: 1024px) {
  .page-security .sec-security01 .img-lead {
    height: 51.269vw;
  }
}
@media screen and (max-width: 640px) {
  .page-security .sec-security01 .img-lead {
    min-height: 350px;
  }
}
.page-security .sec-security01 .inner {
  position: relative;
}
.page-security .sec-security01 .lead-block {
  padding-bottom: 90px;
}
@media screen and (max-width: 834px) {
  .page-security .sec-security01 .lead-block {
    padding-bottom: 40px;
  }
  .page-security .sec-security01 .lead-block .c-txt01 {
    text-align: left;
  }
}
.page-security .sec-security01 .lead-block .c-ttl05,
.page-security .sec-security01 .lead-block .c-ttl04 {
  margin-bottom: 30px;
}
.page-security .sec-security01 .list-manage {
  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;
}
.page-security .sec-security01 .list-manage__item {
  margin-bottom: 40px;
  width: 47.4%;
}
@media screen and (max-width: 640px) {
  .page-security .sec-security01 .list-manage__item {
    width: 100%;
  }
}
.page-security .sec-security01 .list-manage__item .txt-box {
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .page-security .sec-security01 .list-manage__item .txt-box {
    margin-top: 15px;
  }
}
.page-security .sec-security01 .list-manage__item .ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 834px) {
  .page-security .sec-security01 .list-manage__item .ttl {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-security .sec-security01 .list-manage__item .ttl .tag {
  display: inline-block;
  margin-left: 12px;
  padding: 8px 15px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  background: #03a799;
  border-radius: 3px;
}
@media screen and (max-width: 834px) {
  .page-security .sec-security01 .list-manage__item .ttl .tag {
    margin-left: 8px;
    padding: 6px 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.page-security .bg-wh {
  padding: 6.66% 5% 30px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .page-security .bg-wh {
    padding-bottom: 0;
  }
}
.page-security .sec-security02 {
  padding: 75px 0 65px;
}
@media screen and (max-width: 834px) {
  .page-security .sec-security02 {
    padding: 40px 0 0;
  }
}
.page-security .sec-security02 .lead-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  .page-security .sec-security02 .lead-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 834px) {
  .page-security .sec-security02 .lead-block {
    margin-bottom: 50px;
  }
}
.page-security .sec-security02 .lead-block .txt-box {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .page-security .sec-security02 .lead-block .txt-box {
    margin-bottom: 20px;
    width: 100%;
  }
}
.page-security .sec-security02 .lead-block .txt-box .ttl {
  margin-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .page-security .sec-security02 .lead-block .txt-box .ttl {
    margin-bottom: 15px;
  }
}
.page-security .sec-security02 .lead-block .img {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .page-security .sec-security02 .lead-block .img {
    margin: 20px 0;
    width: 100%;
  }
}
.page-security .sec-security02 .list-icn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-security .sec-security02 .list-icn__item {
  margin-bottom: 70px;
  width: 23.75%;
}
@media screen and (max-width: 834px) {
  .page-security .sec-security02 .list-icn__item {
    margin-bottom: 40px;
    width: 31%;
  }
  .page-security .sec-security02 .list-icn__item:last-child {
    margin-right: auto;
    margin-left: 3.5%;
  }
}
@media screen and (max-width: 640px) {
  .page-security .sec-security02 .list-icn__item {
    margin-bottom: 25px;
    width: 48%;
  }
  .page-security .sec-security02 .list-icn__item:last-child {
    margin-right: 0;
    margin-left: auto;
  }
}
.page-security .sec-security02 .list-icn__item .icn {
  margin-bottom: 60px;
  padding: 24.56% 0 13.33%;
  background: #e5f6f5;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 640px) {
  .page-security .sec-security02 .list-icn__item .icn {
    margin-bottom: 15px;
    padding: 15% 0 10%;
    border-radius: 10px;
  }
}
.page-security .sec-security02 .list-icn__item .icn img {
  width: 37.9%;
}
@media screen and (max-width: 640px) {
  .page-security .sec-security02 .list-icn__item .icn img {
    width: 33%;
  }
}
.page-security .sec-security02 .list-icn__item .icn .cap {
  display: block;
  margin-top: 10.52%;
  color: #555;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .page-security .sec-security02 .list-icn__item .icn .cap {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* ====================================================
ABOUT
==================================================== */
.page-about .lead-top {
  padding: 150px 0 175px;
  background: url(../img/about/img-bg.jpg) no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .page-about .lead-top {
    padding: 40px 0;
  }
}
.page-about .lead-top .inner {
  position: relative;
  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;
}
.page-about .lead-top .inner .ttl {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .page-about .lead-top .inner .ttl {
    margin-bottom: 30px;
    width: 100%;
  }
}
.page-about .lead-top .inner .ttl .en {
  display: block;
  margin-top: 20px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 834px) {
  .page-about .lead-top .inner .ttl .en {
    margin-top: 10px;
  }
}
.page-about .lead-top .inner .desc-box {
  width: 45.83%;
}
@media screen and (max-width: 834px) {
  .page-about .lead-top .inner .desc-box {
    width: 100%;
  }
}
.page-about .lead-top .inner .desc-box .desc-ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 15px;
  padding-left: 148px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .page-about .lead-top .inner .desc-box .desc-ttl {
    padding-left: 100px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-about .lead-top .inner .desc-box .desc-ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 138px;
  height: 1px;
}
.page-about .lead-top .inner .desc-box .desc-ttl:before {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}
@media screen and (max-width: 834px) {
  .page-about .lead-top .inner .desc-box .desc-ttl:before {
    width: 90px;
  }
}
.page-about .lead-top .inner .desc-box .desc-ttl img {
  margin-right: 8px;
  width: 102px;
}
@media screen and (max-width: 834px) {
  .page-about .lead-top .inner .desc-box .desc-ttl img {
    width: 90px;
  }
}
.page-about .lead-btm {
  position: relative;
  padding: 90px 0 80px;
}
@media screen and (max-width: 1024px) {
  .page-about .lead-btm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 834px) {
  .page-about .lead-btm {
    padding: 40px 0;
  }
}
.page-about .lead-btm .inner {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .page-about .lead-btm .inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-about .lead-btm .inner .txt-box {
  width: 45%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 834px) {
  .page-about .lead-btm .inner .txt-box {
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-about .lead-btm .inner .txt-box .ttl {
  margin-bottom: 40px;
  line-height: 1.5625;
}
@media screen and (max-width: 834px) {
  .page-about .lead-btm .inner .txt-box .ttl {
    margin-bottom: 15px;
  }
}
.page-about .lead-btm .inner .img {
  padding: 0 4.44% 0 3.33%;
  width: 50%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 834px) {
  .page-about .lead-btm .inner .img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 834px) {
  .page-about .img-lead img {
    height: 50vw;
  }
}
.page-about .sec-service {
  padding: 115px 0 90px;
  background: #e7f5f4;
}
@media screen and (max-width: 834px) {
  .page-about .sec-service {
    padding: 40px 0 10px;
  }
}
.page-about .sec-service .c-lead-block01 {
  margin-bottom: 55px;
}
@media screen and (max-width: 834px) {
  .page-about .sec-service .c-lead-block01 {
    margin-bottom: 30px;
  }
}
.page-about .bg-wh {
  margin-bottom: 40px;
  padding: 5%;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .page-about .bg-wh {
    margin-bottom: 30px;
    padding-bottom: 7%;
  }
}
.page-about + .ftBnr-block-wrap .contact-block-wrap:before {
  background: #e7f5f4;
}

.c-lead-block01 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-lead-block01 .c-ttl05 {
  line-height: 1.5625;
}
.c-lead-block01 .ttl {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .c-lead-block01 .ttl {
    width: 100%;
  }
}
.c-lead-block01 .desc {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .c-lead-block01 .desc {
    width: 100%;
  }
}

.c-service-block01 {
  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;
}
.c-service-block01 .img {
  width: 37%;
}
@media screen and (max-width: 834px) {
  .c-service-block01 .img {
    margin-bottom: 20px;
    width: 100%;
  }
}
.c-service-block01 .desc-box {
  width: 58.33%;
}
@media screen and (max-width: 834px) {
  .c-service-block01 .desc-box {
    width: 100%;
  }
}
.c-service-block01 .desc-box .c-txt01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .c-service-block01 .desc-box .c-txt01 {
    margin-bottom: 20px;
  }
}
.c-service-block01 .ttl-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .c-service-block01 .ttl-box {
    margin-bottom: 15px;
  }
}
.c-service-block01 .ttl-box .no {
  display: block;
  width: 65px;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 834px) {
  .c-service-block01 .ttl-box .no {
    width: 45px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.c-service-block01 .ttl-box .ttl {
  padding: 8px 0 8px 25px;
  width: calc(100% - 65px);
  font-size: 24px;
  font-size: 2.4rem;
  border-left: 1px solid #dfdfdf;
}
@media screen and (max-width: 834px) {
  .c-service-block01 .ttl-box .ttl {
    padding: 5px 0 5px 15px;
    width: calc(100% - 45px);
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-service-block01 .ttl-box .ttl .cap {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 834px) {
  .c-service-block01 .ttl-box .ttl .cap {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-service-block01 .ttl-box .ttl .small {
  font-size: 14px;
  font-size: 1.4rem;
}

/* ====================================================
EDUCATION
==================================================== */
.page-education .sec-education01 {
  padding: 120px 0 130px;
}
@media screen and (max-width: 834px) {
  .page-education .sec-education01 {
    padding: 40px 0;
  }
}
.page-education .sec-education01 .img {
  padding-left: 6.66%;
  padding-right: 4.5833%;
}
@media screen and (max-width: 834px) {
  .page-education .sec-education01 .img {
    padding: 0;
    text-align: center;
  }
  .page-education .sec-education01 .img img {
    width: 80%;
  }
}
.page-education .c-ttl04 {
  margin: 25px 0 25px;
}
@media screen and (max-width: 834px) {
  .page-education .c-ttl04 {
    margin: 15px 0;
  }
}
.page-education .avility {
  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;
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .page-education .avility {
    margin-top: 20px;
  }
}
.page-education .avility__item {
  margin-top: 10px;
  padding: 3.33%;
  width: 48.33%;
  background: #f6f6f6;
  border-radius: 5px;
}
.page-education .avility__item .ttl {
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.page-education .avility__item.item01 .ttl {
  color: #36ccb2;
}
.page-education .avility__item.item02 .ttl {
  color: #00a799;
}
.page-education .avility__item.item03 .ttl {
  color: #0e685b;
}
.page-education .avility__item.item04 .ttl {
  color: #0c897a;
}
.page-education .sec-education02 {
  padding: 115px 0 125px;
}
@media screen and (max-width: 834px) {
  .page-education .sec-education02 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 834px) {
  .page-education .sec-education02 .c-clm .clm {
    margin-bottom: 0;
  }
  .page-education .sec-education02 .c-clm .clm .img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 835px) {
  .page-education .sec-education02 .c-clm .img {
    padding-right: 6.66%;
  }
}
.page-education .sec-education02 .c-clm4 {
  margin: 35px 0 120px;
}
@media screen and (max-width: 834px) {
  .page-education .sec-education02 .c-clm4 {
    margin: 10px 0 40px;
  }
}
.page-education .sec-training {
  position: relative;
  padding: 70px 5% 25px;
}
@media screen and (max-width: 834px) {
  .page-education .sec-training {
    padding: 7% 5% 1px;
  }
}
.page-education .sec-training .txt-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: rgba(0, 167, 153, 0.1);
  font-size: 140px;
  font-size: 14rem;
  line-height: 0.75;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .page-education .sec-training .txt-deco {
    font-size: 11.66vw;
  }
}
@media screen and (max-width: 834px) {
  .page-education .sec-training .txt-deco {
    font-size: max(40px, 12vw);
  }
}
.page-education .sec-training .txt-deco.__ff {
  color: #fff;
}
.page-education .sec-training .txt-deco.__wh {
  color: rgba(255, 255, 255, 0.07);
}
.page-education .sec-training .lead-block {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .page-education .sec-training .lead-block {
    margin-bottom: 30px;
  }
}
.page-education .sec-training .lead-block .c-ttl05 {
  margin-bottom: 15px;
}
.page-education .sec-training .training-block {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .page-education .sec-training .training-block {
    margin-bottom: 30px;
  }
}
.page-education .sec-training .training-block .img {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .page-education .sec-training .training-block .img {
    margin-bottom: 20px;
  }
  .page-education .sec-training .training-block .img img {
    height: 45vw;
  }
}
.page-education .sec-training .training-block .img .label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 16px 22px;
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: 0.08em;
  background: #009488;
  border-radius: 0 0 20px 0;
}
@media screen and (max-width: 834px) {
  .page-education .sec-training .training-block .img .label {
    padding: 12px 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-education .sec-training .training-block .txt-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-education .sec-training .training-block .txt-box .ttl {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 400px;
}
@media screen and (max-width: 1024px) {
  .page-education .sec-training .training-block .txt-box .ttl {
    width: 340px;
  }
}
@media screen and (max-width: 834px) {
  .page-education .sec-training .training-block .txt-box .ttl {
    padding: 30px 0;
    width: 100%;
  }
}
.page-education .sec-training .training-block .txt-box .ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 158px;
  height: 158px;
}
.page-education .sec-training .training-block .txt-box .ttl:before {
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
  margin: 0 auto;
  background: #e5f4f3;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .page-education .sec-training .training-block .txt-box .ttl:before {
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 120px;
    height: 120px;
  }
}
.page-education .sec-training .training-block .txt-box .ttl span {
  position: relative;
}
.page-education .sec-training .training-block .txt-box .desc {
  width: calc(100% - 400px);
}
@media screen and (max-width: 1024px) {
  .page-education .sec-training .training-block .txt-box .desc {
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 834px) {
  .page-education .sec-training .training-block .txt-box .desc {
    width: 100%;
  }
}
.page-education .sec-training .training-block .txt-box .spec {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}
.page-education .sec-training .training-block .txt-box .spec-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}
.page-education .sec-training .training-block .txt-box .spec-item:not(:last-child) {
  margin-right: 24px;
}
.page-education .sec-training .training-block .txt-box .spec-item:last-child .head {
  min-width: 82px;
}
@media screen and (max-width: 834px) {
  .page-education .sec-training .training-block .txt-box .spec-item {
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .page-education .sec-training .training-block .txt-box .spec-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-education .sec-training .training-block .txt-box .spec-item .c-txt01 {
    margin-top: 5px;
    width: 100%;
  }
}
.page-education .sec-training .training-block .txt-box .spec .head {
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  min-width: 68px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .page-education .sec-training .training-block .txt-box .spec .head {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}
.page-education .sec-education03 {
  padding: 115px 0 125px;
}
@media screen and (max-width: 834px) {
  .page-education .sec-education03 {
    padding: 40px 0;
  }
}
.page-education .sec-education03 .lead-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 70px;
}
@media screen and (max-width: 834px) {
  .page-education .sec-education03 .lead-block {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.page-education .sec-education03 .lead-block .c-ttl04 {
  margin-top: 0;
  width: 36.6%;
}
@media screen and (max-width: 834px) {
  .page-education .sec-education03 .lead-block .c-ttl04 {
    width: 100%;
  }
}
.page-education .sec-education03 .lead-block .c-txt01 {
  width: 63.4%;
}
@media screen and (max-width: 834px) {
  .page-education .sec-education03 .lead-block .c-txt01 {
    width: 100%;
  }
}
@media screen and (min-width: 835px) {
  .page-education .sec-education03 .c-clm .clm {
    width: 47.5%;
  }
}
.page-education .sec-education03 .c-table .td {
  width: calc(100% - 98px);
}
@media screen and (max-width: 834px) {
  .page-education .sec-education03 .c-table .td {
    width: calc(100% - 75px);
  }
}
.page-education .sec-education03 .c-table .td:last-of-type {
  width: 98px;
}
@media screen and (max-width: 834px) {
  .page-education .sec-education03 .c-table .td:last-of-type {
    width: 75px;
  }
}

.c-table {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.c-table .td {
  padding: 23px 20px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .c-table .td {
    padding: 15px 10px;
  }
}
.c-table__inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.c-table__head {
  background: #efefef;
  font-weight: 700;
}
.c-table__head .td {
  padding: 24px 30px;
}
@media screen and (max-width: 834px) {
  .c-table__head .td {
    padding: 15px 10px;
  }
}

/* ====================================================
SERVICE
==================================================== */
/*---サービスTOP---*/
.page-service .lead-top {
  padding: 150px 0 100px;
}
@media screen and (max-width: 834px) {
  .page-service .lead-top {
    padding: 40px 0;
  }
}
.page-service .lead-top .inner {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-service .lead-top .inner .ttl {
  width: 54%;
}
@media screen and (max-width: 834px) {
  .page-service .lead-top .inner .ttl {
    margin-bottom: 20px;
    width: 100%;
  }
}
.page-service .lead-top .inner .ttl .en {
  display: block;
  margin-top: 20px;
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 834px) {
  .page-service .lead-top .inner .ttl .en {
    margin-top: 10px;
  }
}
.page-service .lead-top .inner .desc-box {
  width: 45.83%;
}
@media screen and (max-width: 834px) {
  .page-service .lead-top .inner .desc-box {
    width: 100%;
  }
}
.page-service .sec-service {
  padding: 115px 0 70px;
}
@media screen and (max-width: 834px) {
  .page-service .sec-service {
    padding: 40px 0 10px;
  }
}
.page-service .sec-service02 {
  padding: 125px 0 120px;
}
@media screen and (max-width: 834px) {
  .page-service .sec-service02 {
    padding: 40px 0;
  }
}
@media screen and (min-width: 835px) {
  .page-service .sec-service02 .c-clm .img {
    padding-right: 4.61%;
  }
}
.page-service .sec-service02 .c-clm .ttl {
  margin-bottom: 25px;
}
.page-service .service-list {
  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;
}
.page-service .service-list__item {
  margin-bottom: 60px;
  width: 48.33%;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .page-service .service-list__item {
    width: 100%;
  }
}
.page-service .service-list__item:hover {
  background: #e9e9e9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-service .service-list__item a {
  display: block;
  border-radius: 30px;
  cursor: pointer;
}
.page-service .service-list__item img {
  border-radius: 30px 30px 0 0;
}
.page-service .service-list__item .txt-box {
  padding: 30px 8.6% 35px;
}
@media screen and (max-width: 834px) {
  .page-service .service-list__item .txt-box {
    padding: 20px 5%;
  }
}
.page-service .service-list__item .txt-box .ttl {
  margin-bottom: 25px;
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 834px) {
  .page-service .service-list__item .txt-box .ttl {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .page-service .service-list__item .txt-box .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-service .service-list__item .txt-box .ttl > span {
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
.page-service .service-list__item .txt-box .ttl > span:before {
  position: absolute;
  top: 2px;
  right: 0;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00a799;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .page-service .service-list__item .txt-box .ttl > span:before {
    top: 4px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page-service .service-list__item .txt-box .ttl .small {
  font-size: 66.66%;
}

.sp-note {
  font-size: 12px;
  font-size: 1.2rem;
}

/*---快適性診断サービス---*/
.page-service_assessment .txt-deco {
  position: absolute;
  color: rgba(0, 167, 153, 0.1);
  font-size: 80px;
  font-size: 8rem;
  line-height: 0.75;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .page-service_assessment .txt-deco {
    font-size: 6.66vw;
  }
}
@media screen and (max-width: 834px) {
  .page-service_assessment .txt-deco {
    font-size: max(34px, 8vw);
  }
}
.page-service_assessment .txt-deco.__ff {
  color: #fff;
}
.page-service_assessment .txt-deco.__wh {
  color: rgba(255, 255, 255, 0.1);
}
.page-service_assessment .lead-top {
  padding: 130px 0 120px;
}
@media screen and (max-width: 834px) {
  .page-service_assessment .lead-top {
    padding: 40px 0;
  }
}
.page-service_assessment .lead-top .inner {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-service_assessment .lead-top .inner .ttl {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .page-service_assessment .lead-top .inner .ttl {
    margin-bottom: 20px;
    width: 100%;
  }
}
.page-service_assessment .lead-top .inner .ttl .en {
  display: block;
  margin-top: 20px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 834px) {
  .page-service_assessment .lead-top .inner .ttl .en {
    margin-top: 10px;
  }
}
.page-service_assessment .lead-top .inner .desc-box {
  width: 45.83%;
}
@media screen and (max-width: 834px) {
  .page-service_assessment .lead-top .inner .desc-box {
    width: 100%;
  }
}
.page-service_assessment .sec-service01 {
  position: relative;
  padding: 110px 0 50px;
  background: #f6f6f6;
}
@media screen and (max-width: 1024px) {
  .page-service_assessment .sec-service01 {
    padding: 40px 0;
  }
}
.page-service_assessment .sec-service01 .img-lead {
  position: absolute;
  top: 0;
  left: 0;
  height: 525px;
}
@media screen and (max-width: 1024px) {
  .page-service_assessment .sec-service01 .img-lead {
    height: 51.269vw;
  }
}
.page-service_assessment .sec-service01 .inner {
  position: relative;
}
.page-service_assessment .sec-service01 .lead-block {
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .page-service_assessment .sec-service01 .lead-block {
    padding-bottom: 40px;
  }
  .page-service_assessment .sec-service01 .lead-block .c-txt01 {
    text-align: left;
  }
}
.page-service_assessment .sec-service01 .lead-block .c-ttl04 {
  margin-bottom: 25px;
}
@media screen and (min-width: 835px) {
  .page-service_assessment .sec-service01 .c-clm .txt {
    padding-left: 4.166%;
  }
}
.page-service_assessment .sec-service01 .c-clm .c-ttl08 {
  margin-bottom: 15px;
}
.page-service_assessment .sec-service01 .view-block {
  margin-top: 55px;
}
@media screen and (max-width: 834px) {
  .page-service_assessment .sec-service01 .view-block {
    margin-top: 20px;
  }
}
.page-service_assessment .sec-service01 .view-block .view-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;
}
.page-service_assessment .sec-service01 .view-block .view-list__item {
  padding: 3.24% 3.24% 3.7%;
  width: 50%;
  background: #00a799;
}
@media screen and (max-width: 834px) {
  .page-service_assessment .sec-service01 .view-block .view-list__item {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .page-service_assessment .sec-service01 .view-block .view-list__item {
    padding: 5%;
  }
}
@media screen and (min-width: 835px) {
  .page-service_assessment .sec-service01 .view-block .view-list__item:nth-of-type(2), .page-service_assessment .sec-service01 .view-block .view-list__item:nth-of-type(3) {
    background: #17bbad;
  }
}
@media screen and (max-width: 834px) {
  .page-service_assessment .sec-service01 .view-block .view-list__item:nth-of-type(even) {
    background: #17bbad;
  }
}
.page-service_assessment .sec-service01 .view-block .view-list__item img {
  width: 100px;
}
.page-service_assessment .sec-service01 .view-block .view-list__item .cap {
  margin: 10px 0 20px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
}
@media screen and (max-width: 834px) {
  .page-service_assessment .sec-service01 .view-block .view-list__item .cap {
    margin: 10px 0;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.page-service_assessment .sec-service01 .list-point {
  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;
}
.page-service_assessment .sec-service01 .list-point__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 14px;
  padding: 16px 20px;
  width: 32.4%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  background: #f6f6f6;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .page-service_assessment .sec-service01 .list-point__item {
    padding: 12px 15px;
    width: 49%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 640px) {
  .page-service_assessment .sec-service01 .list-point__item {
    width: 100%;
  }
  .page-service_assessment .sec-service01 .list-point__item:last-child {
    margin-bottom: 0;
  }
}
.page-service_assessment .sec-service01 .list-point__item img {
  margin-right: 10px;
  width: 70px;
}
.page-service_assessment .sec-service01 .step-list {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}
.page-service_assessment .sec-service01 .step-list:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% - 80px);
  height: 2px;
}
.page-service_assessment .sec-service01 .step-list:before {
  top: 30%;
  right: 0;
  left: 0;
  margin: -1px auto 0;
  background: #00a799;
}
@media screen and (max-width: 1200px) {
  .page-service_assessment .sec-service01 .step-list:before {
    top: 10vw;
  }
}
@media screen and (max-width: 834px) {
  .page-service_assessment .sec-service01 .step-list:before {
    top: 30%;
  }
}
@media screen and (max-width: 834px) {
  .page-service_assessment .sec-service01 .step-list {
    width: 800px;
  }
}
.page-service_assessment .sec-service01 .step-list__item {
  width: 29.63%;
}
.page-service_assessment .sec-service01 .step-list__item .img {
  position: relative;
}
.page-service_assessment .sec-service01 .step-list__item .img img {
  position: relative;
  width: 78.125%;
}
.page-service_assessment .sec-service01 .step-list__item .img .no {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 0.8;
}
.page-service_assessment .sec-service01 .step-list__item .img .no .strong {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: -0.05em;
}
.page-service_assessment .sec-service01 .step-list__item .ttl {
  margin: 17px 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.page-service_assessment .sec-service01 .step-list__item .label {
  margin-top: 15px;
  padding: 9px 5px;
  font-size: 14px;
  font-size: 1.4rem;
  background: #00a799;
  border-radius: 3px;
}
.page-service_assessment .sec-service01 .step-list__item .label .note {
  font-size: 12px;
  font-size: 1.2rem;
}
.page-service_assessment .sec-service01 .list-rule {
  margin-top: 10px;
}
.page-service_assessment .sec-service01 .list-rule li {
  margin-bottom: 5px;
}
.page-service_assessment .bg-wh {
  padding: 5% 5% 75px;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .page-service_assessment .bg-wh {
    padding: 5% 5% 30px;
  }
}
@media screen and (max-width: 640px) {
  .page-service_assessment .bg-wh {
    padding-bottom: 30px;
  }
}
.page-service_assessment .bg-wh .c-ttl09 {
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .page-service_assessment .bg-wh .c-ttl09 {
    margin-bottom: 20px;
  }
}
.page-service_assessment .cont-block:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .page-service_assessment .cont-block:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.page-service_assessment .sec-service02 {
  padding: 100px 0 90px;
}
@media screen and (max-width: 834px) {
  .page-service_assessment .sec-service02 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 834px) {
  .page-service_assessment .sec-service02 .lead-block .c-txt01 {
    text-align: left;
  }
}
.page-service_assessment .sec-service02 .c-ttl08 {
  margin-bottom: 20px;
}
.page-service_assessment .sec-service02 .price-wrap {
  margin: 35px 0;
}
@media screen and (max-width: 834px) {
  .page-service_assessment .sec-service02 .price-wrap {
    margin: 20px 0;
  }
}
.page-service_assessment .sec-service02 .price-item {
  display: inline-block;
  padding: 30px 30px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  background: #e0f5f3;
}
@media screen and (max-width: 834px) {
  .page-service_assessment .sec-service02 .price-item {
    padding: 20px 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-service_assessment .sec-service02 .price-item .price {
  margin-left: 30px;
}
@media screen and (max-width: 834px) {
  .page-service_assessment .sec-service02 .price-item .price {
    display: block;
    margin-top: 15px;
  }
}
.page-service_assessment .sec-service02 .price-item .price .yen {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  .page-service_assessment .sec-service02 .price-item .price .yen {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page-service_assessment .sec-service02 .price-item .price .num {
  display: inline-block;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: -0.02em;
  line-height: 0.7;
}
@media screen and (max-width: 834px) {
  .page-service_assessment .sec-service02 .price-item .price .num {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.page-service_assessment .sec-service02 .price-item .note {
  margin-top: 15px;
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
}
.page-service_assessment .bnr-service {
  position: relative;
  margin-top: 55px;
  padding: 0 8.33% 40px;
  background: url(../img/service/assessment/bg-bnrL.png) no-repeat left bottom, url(../img/service/assessment/bg-bnrR.png) no-repeat right top;
  background-size: contain;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .page-service_assessment .bnr-service {
    padding: 0 5% 40px;
  }
}
@media screen and (max-width: 834px) {
  .page-service_assessment .bnr-service {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page-service_assessment .bnr-service img {
  position: absolute;
  top: -20px;
  left: 8.33%;
  width: 320px;
}
@media screen and (max-width: 1024px) {
  .page-service_assessment .bnr-service img {
    left: 5%;
  }
}
@media screen and (max-width: 834px) {
  .page-service_assessment .bnr-service img {
    position: static;
    display: block;
    margin: 0 auto 20px;
    width: 65%;
    max-width: 320px;
  }
}
.page-service_assessment .bnr-service .txt-box {
  padding: 7% 0 2% 4%;
  margin-left: auto;
  width: calc(100% - 320px);
}
@media screen and (max-width: 834px) {
  .page-service_assessment .bnr-service .txt-box {
    padding: 0;
    width: 100%;
  }
}
.page-service_assessment .bnr-service .txt-box .c-txt01 {
  margin: 15px 0 25px;
}
@media screen and (max-width: 834px) {
  .page-service_assessment .bnr-service .txt-box .c-txt01 {
    margin: 10px 0 25px;
  }
}
.page-service_assessment .bnr-service .txt-box .c-btn02 {
  display: block;
  margin: 0 auto;
  max-width: 455px;
}

@media screen and (max-width: 834px) {
  .page-service_assessment .sec-service01 .img-lead {
    height: 400px;
  }
}

/*---交通警備---*/
@media screen and (min-width: 835px) {
  .page-service_trafficsecurity .lead-top .inner {
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .page-service_trafficsecurity .sec-security01 .img-lead {
    min-height: 330px;
  }
}
@media screen and (min-width: 835px) {
  .page-service_trafficsecurity .sec-security02 .lead-block .txt-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 835px) {
  .page-service_trafficsecurity .sec-security02 .lead-block .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-service_trafficsecurity .sec-security02 .c-bg__lgr {
  padding: 7.5% 6.66% 8.33%;
}
@media screen and (max-width: 834px) {
  .page-service_trafficsecurity .sec-security02 .c-bg__lgr {
    padding: 5%;
  }
}
.page-service_trafficsecurity .sercive-block01 {
  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;
}
.page-service_trafficsecurity .sercive-block01:not(:last-of-type) {
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .page-service_trafficsecurity .sercive-block01:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.page-service_trafficsecurity .sercive-block01 .img {
  width: 36.73%;
}
@media screen and (max-width: 834px) {
  .page-service_trafficsecurity .sercive-block01 .img {
    margin: 15px 0 20px;
    width: 100%;
  }
}
.page-service_trafficsecurity .sercive-block01 .txt-box {
  width: 51.92%;
}
@media screen and (max-width: 1200px) {
  .page-service_trafficsecurity .sercive-block01 .txt-box {
    width: 58%;
  }
}
@media screen and (max-width: 834px) {
  .page-service_trafficsecurity .sercive-block01 .txt-box {
    width: 100%;
  }
}
.page-service_trafficsecurity .sercive-block01 .txt-box .no {
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: -0.02em;
  line-height: 0.7;
}
@media screen and (max-width: 640px) {
  .page-service_trafficsecurity .sercive-block01 .txt-box .no {
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
  }
}
.page-service_trafficsecurity .sercive-block01 .txt-box .ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 18px 0 30px;
}
@media screen and (max-width: 834px) {
  .page-service_trafficsecurity .sercive-block01 .txt-box .ttl {
    margin: 10px 0 15px;
  }
}
.page-service_trafficsecurity .sercive-block01 .txt-box .ttl .label {
  padding-right: 10px;
  width: 123px;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 834px) {
  .page-service_trafficsecurity .sercive-block01 .txt-box .ttl .label {
    padding-right: 0;
    width: 100px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .page-service_trafficsecurity .sercive-block01 .txt-box .ttl .label {
    width: 85px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-service_trafficsecurity .sercive-block01 .txt-box .ttl .label > span {
  display: inline-block;
  margin-bottom: 6px;
  padding: 0 12px 2px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  text-align: center;
  background: #00a799;
  border-radius: 3px;
}
@media screen and (max-width: 834px) {
  .page-service_trafficsecurity .sercive-block01 .txt-box .ttl .label > span {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
  }
}
.page-service_trafficsecurity .sercive-block01 .txt-box .ttl .txt {
  padding-left: 30px;
  width: calc(100% - 123px);
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.48;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .page-service_trafficsecurity .sercive-block01 .txt-box .ttl .txt {
    padding-left: 15px;
    width: calc(100% - 100px);
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .page-service_trafficsecurity .sercive-block01 .txt-box .ttl .txt {
    width: calc(100% - 85px);
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-service_attendant .list-manage__item .img,
.page-service_trafficsecurity .list-manage__item .img {
  position: relative;
}
.page-service_attendant .list-manage__item .img .label,
.page-service_trafficsecurity .list-manage__item .img .label {
  position: absolute;
  top: 0;
  left: 0;
  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;
  height: 33.59%;
  padding: 24px 30px;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  background: #00a799;
  border-radius: 0 0 20px 0;
}
@media screen and (max-width: 1200px) {
  .page-service_attendant .list-manage__item .img .label,
.page-service_trafficsecurity .list-manage__item .img .label {
    padding: 5%;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .page-service_attendant .list-manage__item .img .label,
.page-service_trafficsecurity .list-manage__item .img .label {
    padding: 15px 15px;
    height: 70px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.page-service_attendant .list-manage__item .ttl,
.page-service_trafficsecurity .list-manage__item .ttl {
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.45;
}

/*---交通警備---*/
@media screen and (min-width: 835px) {
  .page-service_event .lead-top .inner .ttl {
    width: 55%;
  }
}
@media screen and (max-width: 834px) {
  .page-service_event .sec-security01 .img-lead {
    min-height: 350px;
  }
}
.page-service_event .sec-security02 {
  padding-bottom: 50px;
}
@media screen and (min-width: 835px) {
  .page-service_event .sec-security02 {
    padding-bottom: 140px;
  }
}
.page-service_event .sec-security02 .lead-block {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .page-service_event .sec-security02 .lead-block .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 835px) {
  .page-service_event .sec-security02 .lead-block .txt-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*---イベント警備実績---*/
.page-service_event_achievement .page-nav {
  margin-bottom: 80px;
  padding: 110px 0 95px;
}
@media screen and (max-width: 834px) {
  .page-service_event_achievement .page-nav {
    margin-bottom: 50px;
    padding: 40px 0;
  }
}
.page-service_event_achievement .sec-achievement {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .page-service_event_achievement .sec-achievement {
    margin-bottom: 20px;
  }
}
.page-service_event_achievement .c-ttl11 {
  margin-top: 10px;
}
.page-service_event_achievement .c-ttl11.mt {
  margin-top: 35px;
}
@media screen and (max-width: 834px) {
  .page-service_event_achievement .c-ttl11.mt {
    margin-top: 15px;
  }
}
.page-service_event_achievement .sec-other {
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .page-service_event_achievement .sec-other {
    padding-bottom: 40px;
  }
}
.page-service_event_achievement .sec-other .c-clm {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .page-service_event_achievement .sec-other .c-clm {
    margin-top: 20px;
  }
}
.page-service_event_achievement .sec-other .c-clm .clm {
  margin-bottom: 0;
}

.achievement-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 45px 0;
}
.achievement-block:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.achievement-block.noBdr {
  border-bottom: 0;
}
@media screen and (max-width: 834px) {
  .achievement-block {
    padding: 25px 0;
  }
}
.achievement-block .ttl {
  padding-right: 15px;
  width: 30.8%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .achievement-block .ttl {
    margin-bottom: 15px;
    padding-right: 0;
    width: 100%;
    line-height: 1.6;
  }
}
.achievement-block .cont {
  width: 69.2%;
}
@media screen and (max-width: 834px) {
  .achievement-block .cont {
    width: 100%;
  }
}
.achievement-block .cont.clm2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.achievement-block .cont.clm2 .outline {
  padding-right: 15px;
  width: 71.08%;
}
@media screen and (max-width: 640px) {
  .achievement-block .cont.clm2 .outline {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .achievement-block .cont.clm2 .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.achievement-block .cont .outline-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.achievement-block .cont .outline-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.achievement-block .cont .outline-item .head {
  padding: 8px;
  width: 144px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
}
@media screen and (max-width: 640px) {
  .achievement-block .cont .outline-item .head {
    padding: 5px 8px;
    width: 120px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.achievement-block .cont .outline-item .txt {
  padding-top: 4px;
  padding-left: 12px;
  width: calc(100% - 144px);
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .achievement-block .cont .outline-item .txt {
    padding-top: 1px;
    width: calc(100% - 120px);
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.achievement-block .cont .outline-item .txt .small {
  font-size: 80%;
}
.achievement-block .img {
  width: 28.9%;
}
@media screen and (max-width: 640px) {
  .achievement-block .img {
    margin: 0 auto 20px;
    width: 100%;
    text-align: center;
  }
  .achievement-block .img img {
    max-width: 280px;
  }
}

/*---社外警備教育---*/
@media screen and (min-width: 835px) {
  .page-service_education .lead-top {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .page-service_education .lead-top .inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-service_education .lead-top .img {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .page-service_education .lead-top .img {
    margin-top: 20px;
  }
}
.page-service_education .lead-top .img img {
  max-width: 1057px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .page-service_education .lead-top .img img {
    width: 130%;
  }
}
.page-service_education .sec-education {
  padding: 100px 0;
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education {
    padding: 40px 0 30px;
  }
}
.page-service_education .sec-education .c-ttl12 {
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .c-ttl12 {
    margin-bottom: 40px;
  }
}
.page-service_education .sec-education .head-block {
  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;
}
.page-service_education .sec-education .head-block .img {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .head-block .img {
    margin-bottom: 25px;
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
  }
}
.page-service_education .sec-education .head-block .ttl-box {
  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: 50px 2.976%;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .page-service_education .sec-education .head-block .ttl-box {
    padding: 50px 5%;
  }
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .head-block .ttl-box {
    padding: 40px 4.19%;
    width: 100%;
  }
}
@media screen and (min-width: 835px) {
  .page-service_education .sec-education .head-block .ttl-box > div {
    max-width: 555px;
  }
}
.page-service_education .sec-education .head-block .ttl-box .ttl {
  margin-bottom: 45px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.5238;
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .head-block .ttl-box .ttl {
    margin-bottom: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-service_education .sec-education .head-block .ttl-box .ttl .no {
  display: block;
  margin-bottom: 20px;
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: -0.02em;
  line-height: 0.8;
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .head-block .ttl-box .ttl .no {
    margin-bottom: 15px;
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (min-width: 835px) {
  .page-service_education .sec-education .head-block .clm-L {
    padding: 50px 2.976%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 835px) {
  .page-service_education .sec-education .head-block .clm-R {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page-service_education .sec-education .list-mannerPoint {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-service_education .sec-education .list-mannerPoint__item {
  padding: 35px 2.5%;
  width: 32.5%;
  background: #f6f6f6;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .list-mannerPoint__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 20px 4%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
.page-service_education .sec-education .list-mannerPoint__item .icn {
  width: 130px;
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .list-mannerPoint__item .icn {
    width: 90px;
  }
}
.page-service_education .sec-education .list-mannerPoint__item .txt-box {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .list-mannerPoint__item .txt-box {
    margin-top: 0;
    padding-left: 15px;
    width: calc(100% - 90px);
  }
}
.page-service_education .sec-education .list-mannerPoint__item .txt-box .ttl {
  margin-bottom: 15px;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .list-mannerPoint__item .txt-box .ttl {
    margin-bottom: 8px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left !important;
  }
}
.page-service_education .sec-education .list-mannerPoint__item .txt-box .ttl .small {
  font-size: 76.19%;
}
.page-service_education .sec-education .list-mannerPoint.__02 .list-mannerPoint__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 30px 3.33% 35px;
  width: 48.333%;
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .list-mannerPoint.__02 .list-mannerPoint__item {
    margin-bottom: 20px;
    padding: 20px 4%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
.page-service_education .sec-education .list-mannerPoint.__02 .list-mannerPoint__item .img {
  width: 120px;
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .list-mannerPoint.__02 .list-mannerPoint__item .img {
    width: 90px;
  }
}
.page-service_education .sec-education .list-mannerPoint.__02 .list-mannerPoint__item .txt-box {
  margin-top: 0;
  padding-left: 20px;
  width: calc(100% - 120px);
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .list-mannerPoint.__02 .list-mannerPoint__item .txt-box {
    padding-left: 15px;
    width: calc(100% - 90px);
  }
}
.page-service_education .sec-education .list-mannerPoint.__02 .list-mannerPoint__item .txt-box .ttl {
  margin-bottom: 8px;
}
.page-service_education .sec-education .price-list {
  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;
}
.page-service_education .sec-education .price-list__item {
  width: 23.75%;
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 990px) {
  .page-service_education .sec-education .price-list__item {
    margin-bottom: 20px;
    width: 48%;
  }
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .price-list__item {
    width: 49%;
  }
  .page-service_education .sec-education .price-list__item:not(:nth-child(1)) .head {
    padding: 23px 10px;
  }
}
.page-service_education .sec-education .price-list__item .head {
  padding: 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  background: #d9d9d9;
  line-height: 82px;
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .price-list__item .head {
    padding: 15px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
}
.page-service_education .sec-education .price-list__item .cont {
  padding: 25px 12.28% 35px;
}
@media screen and (max-width: 990px) {
  .page-service_education .sec-education .price-list__item .cont {
    padding: 15px 5% 20px;
  }
}
.page-service_education .sec-education .price-list__item .cont .icn {
  margin-right: 7px;
  width: 67px;
}
@media screen and (max-width: 640px) {
  .page-service_education .sec-education .price-list__item .cont .icn {
    width: 50px;
  }
}
.page-service_education .sec-education .price-list__item .cont .price {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .price-list__item .cont .price {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-service_education .sec-education .price-list__item .cont .price .strong {
  display: inline-block;
  font-size: 50px;
  font-size: 5rem;
  line-height: 0.7;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .price-list__item .cont .price .strong {
    font-size: 40px;
    font-size: 4rem;
  }
}
.page-service_education .sec-education .price-list__item .cont .price .unit {
  display: inline-block;
  padding-top: 18px;
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .price-list__item .cont .price .unit {
    padding-top: 10px;
  }
}
.page-service_education .sec-education .price-list__item .capacity {
  margin-top: 10px;
  padding-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  border-top: 3px dotted #d9d9d9;
}
.page-service_education .sec-education .price-list__item.aeon {
  border-color: #00a799;
}
.page-service_education .sec-education .price-list__item.aeon .head {
  background: #00a799;
}
@media screen and (max-width: 1500px) {
  .page-service_education .sec-education .price-list__item.aeon .head {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .price-list__item.aeon .head {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-service_education .sec-education .price-list__item.aeon .price {
  font-size: 28px;
  font-size: 2.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1500px) {
  .page-service_education .sec-education .price-list__item.aeon .price {
    font-size: 1.86vw;
  }
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .price-list__item.aeon .price {
    font-size: 20px;
    font-size: 2rem;
  }
}
.page-service_education .sec-education .price-list__item.aeon .price .strong {
  font-size: 74px;
  font-size: 7.4rem;
}
@media screen and (max-width: 1500px) {
  .page-service_education .sec-education .price-list__item.aeon .price .strong {
    font-size: 4.93vw;
  }
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .price-list__item.aeon .price .strong {
    font-size: 50px;
    font-size: 5rem;
  }
}
.page-service_education .sec-education .education-block01 {
  padding: 75px 0 100px;
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .education-block01 {
    padding: 40px 0 20px;
  }
}
.page-service_education .sec-education .education-block01 .c-ttl13 {
  margin-bottom: 45px;
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .education-block01 .c-ttl13 {
    margin-bottom: 25px;
  }
}
.page-service_education .sec-education .education-block02 {
  padding: 120px 0 130px;
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .education-block02 {
    padding: 40px 0;
  }
}
.page-service_education .sec-education .education-block02 img {
  width: 100%;
  max-width: 896px;
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .education-block02 img {
    width: 145%;
  }
}
.page-service_education .sec-education .education-block03 {
  padding: 80px 0 90px;
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .education-block03 {
    padding: 40px 0;
  }
}
.page-service_education .sec-education .education-block03 .c-ttl13 {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .education-block03 .c-ttl13 {
    margin-bottom: 25px;
  }
}
.page-service_education .sec-education .education-block04 {
  padding: 80px 0 0;
}
@media screen and (max-width: 834px) {
  .page-service_education .sec-education .education-block04 {
    padding: 40px 0 0;
  }
}

/*---施設案内（アテンダー）---*/
.page-service_attendant .lead-top .inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .page-service_attendant .sec-security01 .img-lead {
    min-height: 350px;
  }
}
.page-service_attendant .sec-security02 {
  padding-bottom: 140px;
}
@media screen and (max-width: 834px) {
  .page-service_attendant .sec-security02 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 835px) {
  .page-service_attendant .sec-security02 .lead-block {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 834px) {
  .page-service_attendant .sec-security02 .lead-block .img {
    margin: 0;
  }
}
.page-service_attendant .system-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px auto 0;
  max-width: 1120px;
}
.page-service_attendant .system-block__item {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .page-service_attendant .system-block__item {
    margin-bottom: 30px;
    width: 100%;
  }
}
.page-service_attendant .system-block__item img {
  width: 100%;
  max-width: 42.85%;
}
@media screen and (max-width: 640px) {
  .page-service_attendant .system-block__item img {
    max-width: 55%;
  }
}
.page-service_attendant .system-block__item .ttl {
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 834px) {
  .page-service_attendant .system-block__item .ttl {
    margin-bottom: 15px;
  }
}
.page-service_attendant .system-block__item .txt-box {
  position: relative;
  margin-top: 25px;
  padding: 35px 8% 0;
}
@media screen and (max-width: 834px) {
  .page-service_attendant .system-block__item .txt-box {
    margin-top: 15px;
    padding: 0;
  }
}
@media screen and (min-width: 835px) {
  .page-service_attendant .system-block__item .txt-box:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 50%;
    height: 1px;
  }
  .page-service_attendant .system-block__item .txt-box:before {
    top: 10px;
    background: #ddd;
  }
}
.page-service_attendant .system-block__item .txt-box:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
}
.page-service_attendant .system-block__item .txt-box:after {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #00a799;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .page-service_attendant .system-block__item .txt-box:after {
    display: none;
    width: 14px;
    height: 14px;
  }
}
.page-service_attendant .system-block__item .txt-box .ttl-sub {
  display: block;
  margin: 15px 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .page-service_attendant .system-block__item .txt-box .ttl-sub {
    margin: 10px 0 10px;
  }
}
.page-service_attendant .system-block__item:first-of-type .txt-box:before {
  right: 0;
}
.page-service_attendant .system-block__item:last-of-type .txt-box:before {
  left: 0;
}

/*--地域活性イベント---*/
@media screen and (max-width: 640px) {
  .page-service_regional_activation_event .sec-security01 .img-lead {
    min-height: 400px;
    -o-object-position: 30% top;
       object-position: 30% top;
  }
}
.page-service_regional_activation_event .list-service {
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  .page-service_regional_activation_event .list-service {
    margin-top: 30px;
  }
}
.page-service_regional_activation_event + .ftBnr-block-wrap .contact-block-wrap:before {
  background: #f6f6f6;
}

.list-service {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-service__item {
  margin-bottom: 60px;
  width: 47.22%;
}
@media screen and (max-width: 834px) {
  .list-service__item {
    margin-bottom: 30px;
    width: 100%;
  }
}
.list-service__item .ttl {
  margin: 15px 0;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.5238;
}
@media screen and (max-width: 834px) {
  .list-service__item .ttl {
    margin: 10px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.list-service__item .ttl .small {
  font-size: 76.19%;
}

/* ====================================================
AREA
==================================================== */
.page-area .lead-top {
  padding: 135px 0 120px;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .page-area .lead-top {
    padding: 40px 0;
  }
}
.page-area .lead-top .inner {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-area .lead-top .inner .ttl {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .page-area .lead-top .inner .ttl {
    margin-bottom: 30px;
    width: 100%;
  }
}
.page-area .lead-top .inner .ttl .en {
  display: block;
  margin-top: 20px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 834px) {
  .page-area .lead-top .inner .ttl .en {
    margin-top: 10px;
  }
}
.page-area .lead-top .inner .desc-box {
  width: 45.83%;
}
@media screen and (max-width: 834px) {
  .page-area .lead-top .inner .desc-box {
    width: 100%;
  }
}
.page-area .lead-top .inner .desc-box .desc-ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 15px;
  padding-left: 148px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .page-area .lead-top .inner .desc-box .desc-ttl {
    padding-left: 100px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-area .lead-top .inner .desc-box .desc-ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 138px;
  height: 1px;
}
.page-area .lead-top .inner .desc-box .desc-ttl:before {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}
@media screen and (max-width: 834px) {
  .page-area .lead-top .inner .desc-box .desc-ttl:before {
    width: 90px;
  }
}
.page-area .lead-top .inner .desc-box .desc-ttl img {
  margin-right: 8px;
  width: 102px;
}
@media screen and (max-width: 834px) {
  .page-area .lead-top .inner .desc-box .desc-ttl img {
    width: 90px;
  }
}
.page-area .area-map {
  margin-bottom: 130px;
  padding: 95px 0 85px;
}
@media screen and (max-width: 834px) {
  .page-area .area-map {
    margin-bottom: 40px;
    padding: 40px 0 20px;
  }
  .page-area .area-map img {
    max-width: none;
    width: 120%;
  }
}
@media screen and (max-width: 834px) and (max-width: 640px) {
  .page-area .area-map img {
    width: 150%;
  }
}
.page-area .sec-area {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .page-area .sec-area {
    margin-bottom: 20px;
  }
}
.page-area .sec-area .ttl-sec {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .page-area .sec-area .ttl-sec {
    margin-bottom: 0;
  }
}
.page-area .sec-area.sec01 {
  margin-bottom: 45px;
}
@media screen and (min-width: 835px) {
  .page-area .sec-area.sec01 {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 835px) {
  .page-area .sec-area.sec01 .c-clm .img {
    padding-right: 8.33%;
  }
}
@media screen and (max-width: 834px) {
  .page-area .sec-area.sec01 .c-clm .img {
    margin-bottom: 20px;
  }
}
.page-area .sec-area.sec01 .ttl-sec {
  margin-bottom: 45px;
}
@media screen and (max-width: 834px) {
  .page-area .sec-area.sec01 .ttl-sec {
    margin-bottom: 25px;
  }
}
.page-area .sec-area.sec01 .address {
  margin-bottom: 15px;
}
.page-area .sec-area.sec01 .address a {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
}
.page-area .sec-area.sec01 .c-txt05 {
  margin-bottom: 10px;
}
.page-area .sec-area.sec03 {
  margin-bottom: 0;
  padding-bottom: 65px;
}
@media screen and (max-width: 834px) {
  .page-area .sec-area.sec03 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 835px) {
  .page-area .sec-area .achievement-block {
    padding: 35px 0;
    padding-right: 4%;
  }
}
.page-area .sec-area .office-address:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .page-area .sec-area .office-address:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.page-area .sec-area .office-address .c-txt06 {
  margin-bottom: 10px;
}
.page-area .sec-area .office-address .gm {
  text-decoration: underline;
  margin-left: 15px;
}

.c-lead-block01 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-lead-block01 .c-ttl05 {
  line-height: 1.5625;
}
.c-lead-block01 .ttl {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .c-lead-block01 .ttl {
    width: 100%;
  }
}
.c-lead-block01 .desc {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .c-lead-block01 .desc {
    width: 100%;
  }
}

.c-service-block01 {
  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;
}
.c-service-block01 .img {
  width: 37%;
}
@media screen and (max-width: 834px) {
  .c-service-block01 .img {
    margin-bottom: 20px;
    width: 100%;
  }
}
.c-service-block01 .desc-box {
  width: 58.33%;
}
@media screen and (max-width: 834px) {
  .c-service-block01 .desc-box {
    width: 100%;
  }
}
.c-service-block01 .desc-box .c-txt01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .c-service-block01 .desc-box .c-txt01 {
    margin-bottom: 20px;
  }
}
.c-service-block01 .ttl-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .c-service-block01 .ttl-box {
    margin-bottom: 15px;
  }
}
.c-service-block01 .ttl-box .no {
  display: block;
  width: 65px;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 834px) {
  .c-service-block01 .ttl-box .no {
    width: 45px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.c-service-block01 .ttl-box .ttl {
  padding: 8px 0 8px 25px;
  width: calc(100% - 65px);
  font-size: 24px;
  font-size: 2.4rem;
  border-left: 1px solid #dfdfdf;
}
@media screen and (max-width: 834px) {
  .c-service-block01 .ttl-box .ttl {
    padding: 5px 0 5px 15px;
    width: calc(100% - 45px);
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-service-block01 .ttl-box .ttl .cap {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 834px) {
  .c-service-block01 .ttl-box .ttl .cap {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-service-block01 .ttl-box .ttl .small {
  font-size: 14px;
  font-size: 1.4rem;
}

/* ====================================================
COMPANY
==================================================== */
/*-----TOP----*/
.page-company .sec-list {
  padding: 165px 0 100px;
}
@media screen and (max-width: 640px) {
  .page-company .sec-list {
    padding: 40px 0 30px;
  }
}
.page-company .service-list {
  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;
}
.page-company .service-list__item {
  margin-bottom: 45px;
  width: 48.33%;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .page-company .service-list__item {
    margin-bottom: 25px;
    width: 100%;
  }
}
.page-company .service-list__item:hover {
  background: #e9e9e9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-company .service-list__item a {
  display: block;
  border-radius: 30px;
  cursor: pointer;
}
.page-company .service-list__item img {
  border-radius: 30px 30px 0 0;
}
.page-company .service-list__item .txt-box {
  position: relative;
  padding: 20px 5.17%;
}
@media screen and (max-width: 640px) {
  .page-company .service-list__item .txt-box {
    padding: 15px 4%;
  }
}
.page-company .service-list__item .txt-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5%;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00a799;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .page-company .service-list__item .txt-box:before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page-company .service-list__item .txt-box .ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 834px) {
  .page-company .service-list__item .txt-box .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-company .service-list__item .txt-box .ttl .icn {
  width: 80px;
}
@media screen and (max-width: 834px) {
  .page-company .service-list__item .txt-box .ttl .icn {
    width: 60px;
  }
}
.page-company .service-list__item .txt-box .ttl > span {
  display: inline-block;
  margin-left: 15px;
  width: calc(100% - 95px);
  text-align: left;
}
@media screen and (max-width: 834px) {
  .page-company .service-list__item .txt-box .ttl > span {
    width: calc(100% - 75px);
  }
}

/*-----会社概要・沿革----*/
.page-company_outline section .inner {
  position: relative;
  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;
}
.page-company_outline section .inner .clm-L {
  padding-right: 2.5%;
  width: 30.8333%;
}
@media screen and (max-width: 834px) {
  .page-company_outline section .inner .clm-L {
    width: 100%;
  }
}
.page-company_outline section .inner .clm-R {
  width: 69.1667%;
}
@media screen and (max-width: 834px) {
  .page-company_outline section .inner .clm-R {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .page-company_outline section .inner .ttl-sticky {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 835px) {
  .page-company_outline section .inner .ttl-sticky {
    position: sticky;
    top: 110px;
  }
}
.page-company_outline section .inner .c-list li {
  margin-bottom: 0;
}
.page-company_outline .sec-outline {
  padding: 160px 0 128px;
}
@media screen and (max-width: 834px) {
  .page-company_outline .sec-outline {
    padding: 50px 0;
  }
}
.page-company_outline .desc-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;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.page-company_outline .desc-block .head {
  padding: 30px 10px 30px 20px;
  width: 24.09%;
  border-bottom: 1px solid #00a799;
}
@media screen and (max-width: 640px) {
  .page-company_outline .desc-block .head {
    padding: 20px 10px;
    width: 100px;
  }
}
.page-company_outline .desc-block .cont {
  padding: 30px 10px 30px 20px;
  width: 75.91%;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 640px) {
  .page-company_outline .desc-block .cont {
    padding: 20px 10px;
    width: calc(100% - 100px);
  }
}
.page-company_outline .sec-history {
  padding: 155px 0 165px;
}
@media screen and (max-width: 834px) {
  .page-company_outline .sec-history {
    padding: 50px 0;
  }
}
@media screen and (min-width: 835px) {
  .page-company_outline .sec-history .clm-R {
    padding-top: 5px;
  }
}
.page-company_outline .history-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;
}
.page-company_outline .history-block .head {
  position: relative;
  padding-right: 25px;
  width: 135px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .page-company_outline .history-block .head {
    padding-right: 20px;
    width: 120px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-company_outline .history-block .head:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 100%;
}
.page-company_outline .history-block .head:before {
  top: 2px;
  right: 11px;
  background: #ddd;
}
@media screen and (max-width: 834px) {
  .page-company_outline .history-block .head:before {
    right: 7px;
  }
}
.page-company_outline .history-block .head:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
}
.page-company_outline .history-block .head:after {
  top: 0;
  right: 0;
  background: #00a799;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .page-company_outline .history-block .head:after {
    top: 2px;
    width: 16px;
    height: 16px;
  }
}
.page-company_outline .history-block .cont {
  padding-bottom: 60px;
  padding-left: 20px;
  width: calc(100% - 135px);
}
@media screen and (max-width: 834px) {
  .page-company_outline .history-block .cont {
    padding-right: 15px;
    padding-bottom: 30px;
    width: calc(100% - 120px);
  }
}
.page-company_outline .history-block:last-of-type .head {
  padding-bottom: 0;
}
.page-company_outline .history-block:last-of-type .head:before {
  display: none;
}
.page-company_outline .sec-chart {
  padding: 115px 0 140px;
}
@media screen and (max-width: 834px) {
  .page-company_outline .sec-chart {
    padding: 50px 0;
  }
  .page-company_outline .sec-chart .scroll-box-pc img {
    margin-right: 4.19%;
    width: 150%;
    max-width: 900px;
  }
}

/*-----経営理念----*/
.page-philosophy .lead-top {
  padding: 190px 0 130px;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .page-philosophy .lead-top {
    padding: 15.83vw 0 10.833vw;
  }
}
@media screen and (max-width: 834px) {
  .page-philosophy .lead-top {
    padding: 40px 0;
  }
}
.page-philosophy .lead-top .cap {
  font-size: 12px;
  font-size: 1.2rem;
}
.page-philosophy .lead-top .c-ttl12 {
  margin: 25px 0 60px;
}
@media screen and (max-width: 834px) {
  .page-philosophy .lead-top .c-ttl12 {
    margin: 10px 0 20px;
  }
}
.page-philosophy .sec-policy .inner {
  padding-top: 96px;
  padding-bottom: 20px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .page-philosophy .sec-policy .inner {
    padding-top: 40px;
  }
}
.page-philosophy .sec-policy .policy-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 135px;
}
@media screen and (max-width: 1200px) {
  .page-philosophy .sec-policy .policy-block {
    padding-bottom: 11.25vw;
  }
}
.page-philosophy .sec-policy .policy-block .ttl {
  padding-top: 55px;
  position: relative;
  padding-left: 228px;
  width: 260px;
}
@media screen and (max-width: 1200px) {
  .page-philosophy .sec-policy .policy-block .ttl {
    padding-left: 19%;
    width: 20.8%;
  }
}
@media screen and (max-width: 834px) {
  .page-philosophy .sec-policy .policy-block .ttl {
    padding-top: 20%;
    padding-left: 0;
    width: 100%;
  }
}
.page-philosophy .sec-policy .policy-block .ttl .en {
  position: absolute;
  left: -16px;
  top: 0;
  font-size: 150px;
  font-size: 15rem;
  letter-spacing: -0.001em;
  line-height: 0.9;
  opacity: 0.1;
}
@media screen and (max-width: 1200px) {
  .page-philosophy .sec-policy .policy-block .ttl .en {
    font-size: 12.5vw;
  }
}
@media screen and (max-width: 834px) {
  .page-philosophy .sec-policy .policy-block .ttl .en {
    left: 0;
  }
}
.page-philosophy .sec-policy .policy-block .ttl .jp {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 834px) {
  .page-philosophy .sec-policy .policy-block .ttl .jp {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.page-philosophy .sec-policy .policy-list {
  padding-top: 70px;
  max-width: 66.66%;
  width: calc(100% - 260px);
}
@media screen and (max-width: 1200px) {
  .page-philosophy .sec-policy .policy-list {
    padding-top: 5.833%;
    width: 66.66%;
  }
}
@media screen and (max-width: 990px) {
  .page-philosophy .sec-policy .policy-list {
    max-width: 100%;
    width: 70%;
  }
}
@media screen and (max-width: 834px) {
  .page-philosophy .sec-policy .policy-list {
    width: 100%;
  }
}
.page-philosophy .sec-policy .policy-list li {
  position: relative;
  padding: 25px 0 25px 60px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .page-philosophy .sec-policy .policy-list li {
    padding: 18px 0 18px 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.page-philosophy .sec-policy .policy-list li:before {
  position: absolute;
  left: 34px;
  top: 23px;
  content: "1";
  color: #00a799;
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .page-philosophy .sec-policy .policy-list li:before {
    left: 10px;
    top: 14px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.page-philosophy .sec-policy .policy-list .txt-btm {
  margin-top: 45px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .page-philosophy .sec-policy .policy-list .txt-btm {
    margin-top: 25px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 835px) {
  .page-philosophy .sec-policy .clm-R {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 835px) {
  .page-philosophy .sec-policy .clm-L {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/*-----経営理念----*/
.page-message .sec-message {
  padding: 145px 0 160px;
}
@media screen and (max-width: 834px) {
  .page-message .sec-message {
    padding: 40px 0;
  }
}
.page-message .sec-message .sec-ttl {
  margin-bottom: 70px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .page-message .sec-message .sec-ttl {
    margin-bottom: 30px;
  }
}
.page-message .sec-message .sec-ttl .en {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
.page-message .sec-message .sec-lead {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}
.page-message .sec-message .desc-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-message .sec-message .desc-box .img {
  width: 28.33%;
}
@media screen and (max-width: 834px) {
  .page-message .sec-message .desc-box .img {
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
  }
  .page-message .sec-message .desc-box .img img {
    width: 60%;
    max-width: 340px;
  }
}
.page-message .sec-message .desc-box .desc {
  width: 65%;
}
@media screen and (max-width: 834px) {
  .page-message .sec-message .desc-box .desc {
    width: 100%;
  }
}
.page-message .sec-message .sign {
  margin-top: 80px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}
@media screen and (max-width: 834px) {
  .page-message .sec-message .sign {
    margin-top: 40px;
  }
}
.page-message .sec-message .sign .strong {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 640px) {
  .page-message .sec-message .sign .strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* ====================================================
privacypolicy
==================================================== */
.page-privacypolicy .sec-privacy {
  padding: 150px 0 0;
}
@media screen and (max-width: 834px) {
  .page-privacypolicy .sec-privacy {
    padding: 50px 0 10px;
  }
}
.page-privacypolicy .privacy-block {
  margin-bottom: 130px;
}
@media screen and (max-width: 834px) {
  .page-privacypolicy .privacy-block {
    margin-bottom: 50px;
  }
}
.page-privacypolicy .privacy-block .desc {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.13;
}
@media screen and (max-width: 834px) {
  .page-privacypolicy .privacy-block .desc {
    line-height: 1.6;
  }
}
.page-privacypolicy .privacy-block ol {
  margin-top: 40px;
  padding-left: 25px;
}
@media screen and (max-width: 834px) {
  .page-privacypolicy .privacy-block ol {
    margin-top: 20px;
    padding-left: 0;
  }
}
.page-privacypolicy .privacy-block ol.mb {
  margin-bottom: 40px;
}
.page-privacypolicy .privacy-block ol li, .page-privacypolicy .privacy-block ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.page-privacypolicy .ttl-sec {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .page-privacypolicy .ttl-sec {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}
.page-privacypolicy .ttl-item {
  margin-bottom: 50px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .page-privacypolicy .ttl-item {
    margin-bottom: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-privacypolicy .basic-policy {
  margin: 80px 0 65px;
  padding: 30px 3.33% 25px;
  background: #f6f6f6;
}
@media screen and (max-width: 834px) {
  .page-privacypolicy .basic-policy {
    margin: 30px 0;
    padding: 4%;
  }
}
.page-privacypolicy .basic-policy .ttl {
  margin-bottom: 10px;
  font-size: 17px;
  font-size: 1.7rem;
}
.page-privacypolicy .policy-item {
  margin-bottom: 50px;
}
.page-privacypolicy .policy-item:not(:first-of-type) .ttl-item {
  margin-top: 80px;
}
@media screen and (max-width: 834px) {
  .page-privacypolicy .policy-item:not(:first-of-type) .ttl-item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 834px) {
  .page-privacypolicy .policy-item {
    margin-bottom: 30px;
  }
}
.page-privacypolicy .policy-item .c-ttl14 {
  margin-bottom: 20px;
}

/* ====================================================
NEWS
==================================================== */
/*-----新着情報----*/
.page-news .sec-news01 {
  padding: 188px 0 130px;
}
@media screen and (max-width: 834px) {
  .page-news .sec-news01 {
    padding: 40px 0 45px 0;
  }
}
.page-news .sec-news01 .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 834px) {
  .page-news .sec-news01 .inner {
    width: 100%;
    padding: 0 4.19%;
  }
}
.page-news .sec-news01 .inner .news-list__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .page-news .sec-news01 .inner .news-list__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-news .sec-news01 .inner .news-list__container .news-list__inner {
  width: calc(100% - 340px);
  padding: 30px 0 0 0;
}
@media screen and (max-width: 834px) {
  .page-news .sec-news01 .inner .news-list__container .news-list__inner {
    width: 100%;
  }
}
.page-news .sec-news01 .inner .news-list__container .news-list__inner .news-list .news-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 38px 0;
}
@media screen and (max-width: 834px) {
  .page-news .sec-news01 .inner .news-list__container .news-list__inner .news-list .news-list-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 20px 0;
  }
}
.page-news .sec-news01 .inner .news-list__container .news-list__inner .news-list .news-list-item:not(:nth-child(1)) {
  margin: 38px 0 0 0;
}
.page-news .sec-news01 .inner .news-list__container .news-list__inner .news-list .news-list-item p {
  font-size: 17px;
  letter-spacing: 2.2px;
  color: #00a799;
}
@media screen and (max-width: 834px) {
  .page-news .sec-news01 .inner .news-list__container .news-list__inner .news-list .news-list-item p {
    font-size: 14px;
  }
}
.page-news .sec-news01 .inner .news-list__container .news-list__inner .news-list .news-list-item .news-item-text {
  margin: 0 0 0 56px;
}
@media screen and (max-width: 834px) {
  .page-news .sec-news01 .inner .news-list__container .news-list__inner .news-list .news-list-item .news-item-text {
    margin: 10px 0 0 10px;
  }
}
.page-news .sec-news01 .inner .news-list__container .news-list__inner .news-list .news-list-item .news-item-text .news-list-item--link {
  line-height: 1.8;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 834px) {
  .page-news .sec-news01 .inner .news-list__container .news-list__inner .news-list .news-list-item .news-item-text .news-list-item--link {
    font-size: 14px;
  }
}
.page-news .sec-news01 .inner .news-list__container .news-list__inner .pagination__container {
  width: 100%;
  margin: 110px auto 0 auto;
}
@media screen and (max-width: 834px) {
  .page-news .sec-news01 .inner .news-list__container .news-list__inner .pagination__container {
    margin: 40px auto 0 auto;
  }
}
.page-news .sec-news01 .inner .news-list__container .news-list__inner .pagination__container .pagination {
  margin: auto;
  width: 100%;
  text-align: center;
}
.page-news .sec-news01 .inner .news-list__container .news-list__inner .pagination__container .pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-news .sec-news01 .inner .news-list__container .news-list__inner .pagination__container .pagination .page-numbers a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-decoration: none;
  color: #7a7a7a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 834px) {
  .page-news .sec-news01 .inner .news-list__container .news-list__inner .pagination__container .pagination .page-numbers a {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
}
.page-news .sec-news01 .inner .news-list__container .news-list__inner .pagination__container .pagination .page-numbers a:hover {
  color: #fff;
  background-color: #00a799;
}
.page-news .sec-news01 .inner .news-list__container .news-list__inner .pagination__container .pagination .page-numbers .pagenation-current {
  color: #fff;
  background-color: #00a799;
}
.page-news .sec-news01 .inner .news-list__container .news-aside__container {
  width: 300px;
}
@media screen and (max-width: 834px) {
  .page-news .sec-news01 .inner .news-list__container .news-aside__container {
    width: 100%;
    max-width: 500px;
    margin: 40px auto 0 auto;
  }
}
.page-news .sec-news01 .inner .news-list__container .news-aside__container .news-aside {
  height: 100%;
}
.page-news .sec-news01 .inner .news-list__container .news-aside__container .news-aside .news-block__container {
  border-radius: 30px;
  -webkit-box-shadow: 1px 4px 4px 1px #ccc;
          box-shadow: 1px 4px 4px 1px #ccc;
  position: sticky;
  top: 80px;
}
.page-news .sec-news01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block {
  width: 250px;
  margin: 0 auto;
}
.page-news .sec-news01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block:first-child {
  padding: 30px 0 0 0;
}
.page-news .sec-news01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block:last-child {
  padding: 0 0 30px 0;
}
.page-news .sec-news01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block:not(:nth-child(1)) {
  margin: 72px auto 0 auto;
}
@media screen and (max-width: 834px) {
  .page-news .sec-news01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block:not(:nth-child(1)) {
    margin: 40px auto 0 auto;
  }
}
.page-news .sec-news01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-title {
  background-color: #00a799;
  color: #fff;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
  padding: 12px 56px 12px 56px;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .page-news .sec-news01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-title {
    font-size: 15px;
  }
}
.page-news .sec-news01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-text {
  margin: 32px 0 0 0;
  padding: 0 16px 0 16px;
}
.page-news .sec-news01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-link {
  display: inline-block;
  font-size: 16px;
  position: relative;
  width: 100%;
  max-width: 250px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 834px) {
  .page-news .sec-news01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-link {
    font-size: 14px;
  }
}
.page-news .sec-news01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-link:hover {
  color: #00a799;
}
.page-news .sec-news01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-link::after {
  position: absolute;
  top: 3px;
  right: 0;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00a799;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* ====================================================
NEWS-DETAIL
==================================================== */
/*-----新着情報詳細----*/
.page-news-detail .sec-news-detail01 {
  padding: 188px 0 130px 0;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 {
    padding: 40px 0 45px 0;
  }
}
.page-news-detail .sec-news-detail01 .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner {
    width: 100%;
    padding: 0 4.19%;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner .news-list__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner {
  width: calc(100% - 340px);
  padding: 30px 0 0 0;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner {
    width: 100%;
    padding: 0 0 0 0;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner h1 {
  margin: 72px 0 0 0;
  padding: 0 0 28px 0;
  border-bottom: 1px solid #ececec;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner h1 {
    margin: 40px 0 0 0;
    padding: 0 0 20px 0;
    font-size: 20px;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner time {
  color: #0b4e49;
  display: block;
  font-size: 16px;
  margin: 20px 0 0 0;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner time {
    margin: 10px 0 0 0;
    font-size: 14px;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner #toc_container {
  margin: 32px auto 64px auto;
  padding: 61px 45px 76px 45px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner #toc_container {
    padding: 40px 20px 40px 20px;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner #toc_container .toc_title {
  font-size: 20px;
  color: #aaaaaa;
  text-align: center;
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner #toc_container .toc_list > li > a {
  display: block;
  font-size: 18px;
  color: #252423;
  margin: 64px 0 0 0;
  padding: 0 0 16px 0;
  border-bottom: 2px solid #5e5d5d;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner #toc_container .toc_list > li > a {
    font-size: 16px;
    margin: 20px 0 0 0;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner #toc_container .toc_list > li > ul {
  margin: 40px 0 0 56px;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner #toc_container .toc_list > li > ul {
    margin: 20px 0 0 0;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner #toc_container .toc_list > li > ul > li {
  font-size: 15px;
  line-height: 1.4;
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner #toc_container .toc_list > li > ul > li:not(:first-child) {
  margin: 24px 0 0 0;
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner #toc_container .toc_list > li > ul > li > ul {
  margin: 24px 0 0 16px;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner #toc_container .toc_list > li > ul > li > ul {
    margin: 20px 0 0 0;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner #toc_container .toc_list > li > ul > li > ul > li {
  font-size: 15px;
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner #toc_container .toc_list > li > ul > li > ul > li:not(:first-child) {
  margin: 24px 0 0 0;
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner #toc_container .toc_list > li > ul > li > ul > li > ul {
  margin: 24px 0 0 32px;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner #toc_container .toc_list > li > ul > li > ul > li > ul {
    margin: 20px 0 0 0;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner #toc_container .toc_list > li > ul > li > ul > li > ul > li {
  font-size: 14px;
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner #toc_container .toc_list > li > ul > li > ul > li > ul > li:not(:first-child) {
  margin: 24px 0 0 0;
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner #toc_container .toc_list > li > ul > li > ul > li > ul > li > ul {
  margin: 24px 0 0 0;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner #toc_container .toc_list > li > ul > li > ul > li > ul > li > ul {
    margin: 20px 0 0 0;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner #toc_container .toc_list > li > ul > li > ul > li > ul > li > ul > li {
  font-size: 14px;
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner #toc_container .toc_list > li > ul > li > ul > li > ul > li > ul > li:not(:first-child) {
  margin: 24px 0 0 0;
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner .column-text__container {
  margin: 64px 0 0 0;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner .column-text__container {
    margin: 40px 0 0 0;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner .column-text__container p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner .column-text__container p {
    font-size: 14px;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner .column-text__container h2 {
  color: #fff;
  font-size: 22px;
  background-color: #00a799;
  padding: 16px 0 16px 22px;
  margin: 0 0 45px 0;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner .column-text__container h2 {
    font-size: 16px;
    margin: 0 0 40px 0;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner .column-text__container h3 {
  margin: 0 0 52px 0;
  padding: 16px 0 24px 30px;
  font-size: 22px;
  border-bottom: 1px solid #ececec;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner .column-text__container h3 {
    font-size: 16px;
    margin: 0 0 40px 0;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner .column-text__container h3::before {
  content: "";
  width: 16px;
  height: 38px;
  background-color: #00a799;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner .column-text__container h3::before {
    width: 10px;
    height: 48px;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner .column-text__container img {
  margin: 0 0 45px 0;
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner .column-text__container h4 {
  font-size: 22px;
  color: #00a799;
  margin: 0 0 40px 0;
  padding: 0 0 20px 0;
  border-bottom: 2px dotted #00a799;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner .column-text__container h4 {
    font-size: 16px;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner .column-text__container h5 {
  font-size: 22px;
  color: #00a799;
  margin: 0 0 48px 0;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner .column-text__container h5 {
    font-size: 16px;
    margin: 0 0 40px 0;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner .column-text__container h6 {
  font-size: 22px;
  margin: 0 0 48px 0;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner .news-list__container .news-list__inner .column-text__container h6 {
    font-size: 16px;
    margin: 0 0 40px 0;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-aside__container {
  width: 300px;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner .news-list__container .news-aside__container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 0 auto;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-aside__container .news-aside {
  height: 100%;
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-aside__container .news-aside .news-block__container {
  border-radius: 30px;
  -webkit-box-shadow: 1px 4px 4px 1px #ccc;
          box-shadow: 1px 4px 4px 1px #ccc;
  position: sticky;
  top: 80px;
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block {
  width: 250px;
  margin: 0 auto;
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block:first-child {
  padding: 30px 0 0 0;
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block:last-child {
  padding: 0 0 30px 0;
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block:not(:nth-child(1)) {
  margin: 72px auto 0 auto;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block:not(:nth-child(1)) {
    margin: 40px auto 0 auto;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-title {
  background-color: #00a799;
  color: #fff;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
  padding: 12px 56px 12px 56px;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-title {
    font-size: 15px;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-text {
  margin: 32px 0 0 0;
  padding: 0 16px 0 16px;
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-link {
  display: inline-block;
  font-size: 16px;
  position: relative;
  width: 100%;
  max-width: 250px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 834px) {
  .page-news-detail .sec-news-detail01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-link {
    font-size: 14px;
  }
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-link:hover {
  color: #00a799;
}
.page-news-detail .sec-news-detail01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-link::after {
  position: absolute;
  top: 3px;
  right: 0;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00a799;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* ====================================================
CONTACT
==================================================== */
/*-----お問い合わせ----*/
.page-contact .sec-contact01 {
  padding: 155px 0 130px;
}
@media screen and (max-width: 834px) {
  .page-contact .sec-contact01 {
    padding: 40px 0 45px 0;
  }
}
.page-contact .sec-contact01 .inline-block {
  display: inline-block;
}
.page-contact .sec-contact01 .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 834px) {
  .page-contact .sec-contact01 .inner {
    width: 100%;
    padding: 0 4.19%;
  }
}
.page-contact .sec-contact01 .inner .contact-intro__container {
  margin: 0 auto 0 auto;
  max-width: 920px;
}
.page-contact .sec-contact01 .inner .contact-intro__container .intro-title {
  font-size: 30px;
  text-align: center;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .page-contact .sec-contact01 .inner .contact-intro__container .intro-title {
    font-size: 24px;
  }
}
.page-contact .sec-contact01 .inner .contact-intro__container .intro-text {
  margin: 80px 0 0 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .page-contact .sec-contact01 .inner .contact-intro__container .intro-text {
    margin: 40px 0 0 0;
  }
}
.page-contact .sec-contact01 .inner .contact-intro__container .intro-list {
  background-color: #f0f0f0;
  border-radius: 10px;
  margin: 42px auto 0 auto;
  padding: 24px 0 24px 0;
}
@media screen and (max-width: 834px) {
  .page-contact .sec-contact01 .inner .contact-intro__container .intro-list {
    margin: 40px auto 0 auto;
  }
}
.page-contact .sec-contact01 .inner .contact-intro__container .intro-list .intro-list-item .intro-list-text {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .page-contact .sec-contact01 .inner .contact-intro__container .intro-list .intro-list-item .intro-list-text {
    font-size: 14px;
  }
}
.page-contact .sec-contact01 .inner .contact-intro__container .intro-list .intro-list-item .intro-list-number {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  margin: 14px 0 0 0;
  color: #00a799;
}
@media screen and (max-width: 834px) {
  .page-contact .sec-contact01 .inner .contact-intro__container .intro-list .intro-list-item .intro-list-number {
    font-size: 32px;
  }
}
.page-contact .sec-contact01 .inner .contact-intro__container .intro-list .intro-list-item .intro-list-time {
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  margin: 12px 0 0 0;
  color: #00a799;
}
.page-contact .sec-contact01 .inner .steps__container .stepBar {
  margin: 88px auto 0 auto;
  max-width: 920px;
}
@media screen and (max-width: 834px) {
  .page-contact .sec-contact01 .inner .steps__container .stepBar {
    margin: 40px auto 0 auto;
  }
}
.page-contact .sec-contact01 .inner .steps__container .stepBar .stepBar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
}
.page-contact .sec-contact01 .inner .steps__container .stepBar .stepBar__list .stepBar__item {
  width: 33.3333333333%;
  position: relative;
}
.page-contact .sec-contact01 .inner .steps__container .stepBar .stepBar__list .stepBar__item:not(:first-child)::after {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 200%;
  height: 2px;
  position: absolute;
  top: 25%;
  left: -100%;
  background-color: #00a799;
  content: "";
}
.page-contact .sec-contact01 .inner .steps__container .stepBar .stepBar__list .stepBar__item.is-visited::after {
  background-color: #00a799;
}
.page-contact .sec-contact01 .inner .steps__container .stepBar .stepBar__list .stepBar__item.is-visited .stepBar__label {
  color: #00a799;
  font-weight: 700;
}
.page-contact .sec-contact01 .inner .steps__container .stepBar .stepBar__list .stepBar__item.is-visited .stepBar__label::before {
  background-color: #00a799;
}
.page-contact .sec-contact01 .inner .steps__container .stepBar .stepBar__list .stepBar__item .stepBar__label {
  font-size: 18px;
  font-weight: 900;
  padding: 48px 0 0 0;
  position: relative;
  color: #ccc;
}
@media screen and (max-width: 834px) {
  .page-contact .sec-contact01 .inner .steps__container .stepBar .stepBar__list .stepBar__item .stepBar__label {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .page-contact .sec-contact01 .inner .steps__container .stepBar .stepBar__list .stepBar__item .stepBar__label {
    font-size: 14px;
  }
}
.page-contact .sec-contact01 .inner .steps__container .stepBar .stepBar__list .stepBar__item .stepBar__label::before {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  background-color: #fff;
  border: #00a799 solid;
  border-radius: 50%;
  content: "";
}
.page-contact .sec-contact01 .inner .form {
  margin: 83px auto 0 auto;
  max-width: 920px;
}
@media screen and (max-width: 834px) {
  .page-contact .sec-contact01 .inner .form {
    margin: 40px auto 0 auto;
  }
}
.page-contact .sec-contact01 .inner .form input:focus {
  outline: solid 2px #00a799;
}
.page-contact .sec-contact01 .inner .form .form-table {
  width: 100%;
}
.page-contact .sec-contact01 .inner .form .form-table .error_msg {
  text-align: left;
  color: #ff7441;
  font-size: 14px;
  margin: 10px 0 0 0;
}
.page-contact .sec-contact01 .inner .form .form-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .page-contact .sec-contact01 .inner .form .form-table tr {
    border: none;
  }
}
.page-contact .sec-contact01 .inner .form .form-table tr th[data-text*=必須]::before {
  background-color: #c60d0d;
  border-radius: 5px;
  content: attr(data-text) "";
  color: #fff;
  margin: 0 10px 0 0;
  padding: 7px 10px 7px 10px;
  position: initial;
  font-size: 12px;
  font-weight: 900;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-contact .sec-contact01 .inner .form .form-table tr th[data-text*=任意]::before {
  background-color: #b9b9b9;
  border-radius: 5px;
  content: attr(data-text) "";
  color: #fff;
  margin: 0 10px 0 0;
  padding: 7px 10px 7px 10px;
  position: initial;
  font-size: 12px;
  font-weight: 900;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-contact .sec-contact01 .inner .form .form-table tr th {
  background-color: #f1f1f1;
  width: 260px;
  padding: 34px 0px 34px 30px;
  text-align: left;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 834px) {
  .page-contact .sec-contact01 .inner .form .form-table tr th {
    display: block;
    font-size: 14px;
    width: 100%;
    padding: 20px 0px 20px 10px;
  }
}
.page-contact .sec-contact01 .inner .form .form-table tr th.vertical-top {
  vertical-align: top;
}
.page-contact .sec-contact01 .inner .form .form-table tr td {
  padding: 30px 30px 30px 30px;
}
@media screen and (max-width: 834px) {
  .page-contact .sec-contact01 .inner .form .form-table tr td {
    display: block;
    padding: 20px 10px 20px 10px;
  }
}
.page-contact .sec-contact01 .inner .form .form-table tr td .input {
  width: 100%;
  min-height: 40px;
  background-color: #fff;
  border-radius: 4px;
  border: 1.5px solid #ddd;
  font-size: 14px;
  padding: 0 0 0 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.page-contact .sec-contact01 .inner .form .form-table tr td .input::-webkit-input-placeholder {
  color: #d5d5d5;
}
.page-contact .sec-contact01 .inner .form .form-table tr td .input::-moz-placeholder {
  color: #d5d5d5;
}
.page-contact .sec-contact01 .inner .form .form-table tr td .input:-ms-input-placeholder {
  color: #d5d5d5;
}
.page-contact .sec-contact01 .inner .form .form-table tr td .input::-ms-input-placeholder {
  color: #d5d5d5;
}
.page-contact .sec-contact01 .inner .form .form-table tr td .input::placeholder {
  color: #d5d5d5;
}
.page-contact .sec-contact01 .inner .form .form-table tr td .select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .page-contact .sec-contact01 .inner .form .form-table tr td .select-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item:nth-child(2) {
  padding: 0 0 10px 0;
}
@media screen and (max-width: 834px) {
  .page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item:nth-child(2) {
    padding: 0 0 0 0;
  }
}
.page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item:nth-child(2), .page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item:nth-child(3), .page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item:nth-child(5) {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 834px) {
  .page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item:nth-child(2), .page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item:nth-child(3), .page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item:nth-child(5) {
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 834px) {
  .page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item:not(:last-child) {
    margin: 0 0 16px 0;
  }
}
.page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item .checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
}
.page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item .checkbox__input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item .checkbox__icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  position: relative;
}
.page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item .checkbox__icon::before,
.page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item .checkbox__icon::after {
  content: "";
  position: absolute;
}
.page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item .checkbox__icon::before {
  border: 1.5px solid #ddd;
  border-radius: 4px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: border-color 0.5s, opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: border-color 0.5s, opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: border-color 0.5s, opacity 0.5s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: border-color 0.5s, opacity 0.5s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: border-color 0.5s, opacity 0.5s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%;
}
.page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item .checkbox__input:checked + .checkbox__icon::before {
  border-color: #00a799;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: rotate(45deg) scale3d(2, 2, 1);
          transform: rotate(45deg) scale3d(2, 2, 1);
}
.page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item .checkbox__icon::after {
  border-bottom: 2px solid #00a799;
  border-left: 2px solid #00a799;
  height: 0.5em;
  left: 0.25em;
  opacity: 0;
  top: 0.375em;
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: opacity 0.5s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 1em;
}
.page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item .checkbox__input:checked + .checkbox__icon::after {
  border-bottom: 2px solid #00a799;
  border-left: 2px solid #00a799;
  opacity: 1;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item .checkbox__text {
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.5;
  position: relative;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin: 0 0 0 11px;
}
.page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item .checkbox__input:checked ~ .checkbox__text {
  color: #00a799;
}
@media (hover) {
  .page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item .checkbox__text:hover {
    color: #00a799;
  }
}
.page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item .checkbox__text::after {
  background-color: #00a799;
  bottom: -2px;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
@media (hover) {
  .page-contact .sec-contact01 .inner .form .form-table tr td .select-list .select-list-item .checkbox:hover .checkbox__text::after {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
  }
}
.page-contact .sec-contact01 .inner .form .form-table tr td .textarea__body {
  width: 100%;
  min-height: 158px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: vertical;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
}
.page-contact .sec-contact01 .inner .form .form-table tr td .textarea__body::-webkit-input-placeholder {
  color: #d5d5d5;
}
.page-contact .sec-contact01 .inner .form .form-table tr td .textarea__body::-moz-placeholder {
  color: #d5d5d5;
}
.page-contact .sec-contact01 .inner .form .form-table tr td .textarea__body:-ms-input-placeholder {
  color: #d5d5d5;
}
.page-contact .sec-contact01 .inner .form .form-table tr td .textarea__body::-ms-input-placeholder {
  color: #d5d5d5;
}
.page-contact .sec-contact01 .inner .form .form-table tr td .textarea__body::placeholder {
  color: #d5d5d5;
}
.page-contact .sec-contact01 .inner .form .form-table tr td .textarea__body:focus {
  outline: solid 2px #00a799;
}
.page-contact .sec-contact01 .inner .form .form__privacy--accept {
  margin: 68px auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .page-contact .sec-contact01 .inner .form .form__privacy--accept {
    margin: 24px auto 0 auto;
  }
}
.page-contact .sec-contact01 .inner .form .form__privacy--accept .checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
}
.page-contact .sec-contact01 .inner .form .form__privacy--accept .checkbox__input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.page-contact .sec-contact01 .inner .form .form__privacy--accept .checkbox__icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  position: relative;
}
.page-contact .sec-contact01 .inner .form .form__privacy--accept .checkbox__icon::before,
.page-contact .sec-contact01 .inner .form .form__privacy--accept .checkbox__icon::after {
  content: "";
  position: absolute;
}
.page-contact .sec-contact01 .inner .form .form__privacy--accept .checkbox__icon::before {
  border: 1.5px solid #ddd;
  border-radius: 4px;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: border-color 0.5s, opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: border-color 0.5s, opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: border-color 0.5s, opacity 0.5s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: border-color 0.5s, opacity 0.5s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: border-color 0.5s, opacity 0.5s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%;
}
.page-contact .sec-contact01 .inner .form .form__privacy--accept .checkbox__input:checked + .checkbox__icon::before {
  border-color: #00a799;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: rotate(45deg) scale3d(2, 2, 1);
          transform: rotate(45deg) scale3d(2, 2, 1);
}
.page-contact .sec-contact01 .inner .form .form__privacy--accept .checkbox__icon::after {
  border-bottom: 2px solid #00a799;
  border-left: 2px solid #00a799;
  height: 0.5em;
  left: 0.25em;
  opacity: 0;
  top: 0.375em;
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: opacity 0.5s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 1em;
}
.page-contact .sec-contact01 .inner .form .form__privacy--accept .checkbox__input:checked + .checkbox__icon::after {
  border-bottom: 2px solid #00a799;
  border-left: 2px solid #00a799;
  opacity: 1;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page-contact .sec-contact01 .inner .form .form__privacy--accept .checkbox__text {
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.5;
  position: relative;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin: 0 0 0 11px;
}
.page-contact .sec-contact01 .inner .form .form__privacy--accept .checkbox__text .privacy-link {
  color: #00a799;
  text-decoration: underline;
}
.page-contact .sec-contact01 .inner .form .form__privacy--accept .checkbox__input:checked ~ .checkbox__text {
  color: #00a799;
}
.page-contact .sec-contact01 .inner .form .form__privacy--accept .checkbox__text::after {
  background-color: #00a799;
  bottom: -2px;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
.page-contact .sec-contact01 .inner .form .form__submit {
  margin: 53px 0 0 0;
  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;
}
@media screen and (max-width: 834px) {
  .page-contact .sec-contact01 .inner .form .form__submit {
    margin: 40px auto 0 auto;
  }
}
.page-contact .sec-contact01 .inner .form .form__submit .submit-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #00a799;
  border: 0;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.08em;
  padding: 32px 187px;
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .page-contact .sec-contact01 .inner .form .form__submit .submit-btn {
    font-size: 16px;
    padding: 16px 40px;
  }
}
.page-contact .sec-contact01 .inner .form .form__submit .submit-btn[disabled] {
  background-color: #ddd;
}

.ftBnr-block-wrap.contact {
  padding: 80px 0 70px 0;
}
@media screen and (max-width: 834px) {
  .ftBnr-block-wrap.contact {
    padding: 30px 0 30px 0;
  }
}
.ftBnr-block-wrap.contact .ftBnr-block .bnr-inline {
  margin: 0 auto;
}

/* ====================================================
CONTACT
==================================================== */
/*-----お問い合わせ----*/
.page-confirm .sec-confirm01 {
  padding: 126px 0 130px 0;
}
@media screen and (max-width: 834px) {
  .page-confirm .sec-confirm01 {
    padding: 40px 0 45px 0;
  }
}
.page-confirm .sec-confirm01 .inline-block {
  display: inline-block;
}
.page-confirm .sec-confirm01 .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 834px) {
  .page-confirm .sec-confirm01 .inner {
    width: 100%;
    padding: 0 4.19%;
  }
}
.page-confirm .sec-confirm01 .inner .steps__container .stepBar {
  margin: 0 auto 0 auto;
  max-width: 920px;
}
@media screen and (max-width: 834px) {
  .page-confirm .sec-confirm01 .inner .steps__container .stepBar {
    margin: 0 auto 0 auto;
  }
}
.page-confirm .sec-confirm01 .inner .steps__container .stepBar .stepBar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
}
.page-confirm .sec-confirm01 .inner .steps__container .stepBar .stepBar__list .stepBar__item {
  width: 33.3333333333%;
  position: relative;
}
.page-confirm .sec-confirm01 .inner .steps__container .stepBar .stepBar__list .stepBar__item:not(:first-child)::after {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 200%;
  height: 2px;
  position: absolute;
  top: 25%;
  left: -100%;
  background-color: #00a799;
  content: "";
}
.page-confirm .sec-confirm01 .inner .steps__container .stepBar .stepBar__list .stepBar__item.is-visited::after {
  background-color: #00a799;
}
.page-confirm .sec-confirm01 .inner .steps__container .stepBar .stepBar__list .stepBar__item.is-visited .stepBar__label {
  color: #00a799;
  font-weight: 700;
}
.page-confirm .sec-confirm01 .inner .steps__container .stepBar .stepBar__list .stepBar__item.is-visited .stepBar__label::before {
  background-color: #00a799;
}
.page-confirm .sec-confirm01 .inner .steps__container .stepBar .stepBar__list .stepBar__item .stepBar__label {
  font-size: 18px;
  font-weight: 900;
  padding: 48px 0 0 0;
  position: relative;
  color: #ccc;
}
@media screen and (max-width: 834px) {
  .page-confirm .sec-confirm01 .inner .steps__container .stepBar .stepBar__list .stepBar__item .stepBar__label {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .page-confirm .sec-confirm01 .inner .steps__container .stepBar .stepBar__list .stepBar__item .stepBar__label {
    font-size: 14px;
  }
}
.page-confirm .sec-confirm01 .inner .steps__container .stepBar .stepBar__list .stepBar__item .stepBar__label::before {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  background-color: #fff;
  border: #00a799 solid;
  border-radius: 50%;
  content: "";
}
.page-confirm .sec-confirm01 .inner .form {
  margin: 111px auto 0 auto;
  max-width: 920px;
}
@media screen and (max-width: 834px) {
  .page-confirm .sec-confirm01 .inner .form {
    margin: 40px auto 0 auto;
  }
}
.page-confirm .sec-confirm01 .inner .form .form-table {
  width: 100%;
}
.page-confirm .sec-confirm01 .inner .form .form-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .page-confirm .sec-confirm01 .inner .form .form-table tr {
    border: none;
  }
}
.page-confirm .sec-confirm01 .inner .form .form-table tr th[data-text*=必須]::before {
  background-color: #c60d0d;
  border-radius: 5px;
  content: attr(data-text) "";
  color: #fff;
  margin: 0 10px 0 0;
  padding: 7px 10px 7px 10px;
  position: initial;
  font-size: 12px;
  font-weight: 900;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-confirm .sec-confirm01 .inner .form .form-table tr th[data-text*=任意]::before {
  background-color: #b9b9b9;
  border-radius: 5px;
  content: attr(data-text) "";
  color: #fff;
  margin: 0 10px 0 0;
  padding: 7px 10px 7px 10px;
  position: initial;
  font-size: 12px;
  font-weight: 900;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-confirm .sec-confirm01 .inner .form .form-table tr th {
  background-color: #f1f1f1;
  width: 260px;
  padding: 34px 0px 34px 30px;
  text-align: left;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 834px) {
  .page-confirm .sec-confirm01 .inner .form .form-table tr th {
    display: block;
    font-size: 14px;
    width: 100%;
    padding: 20px 0px 20px 10px;
  }
}
.page-confirm .sec-confirm01 .inner .form .form-table tr th.vertical-top {
  vertical-align: top;
}
.page-confirm .sec-confirm01 .inner .form .form-table tr td {
  padding: 30px 30px 30px 30px;
}
@media screen and (max-width: 834px) {
  .page-confirm .sec-confirm01 .inner .form .form-table tr td {
    display: block;
    padding: 20px 10px 20px 10px;
  }
}
.page-confirm .sec-confirm01 .inner .form .form-table tr td p {
  width: 100%;
  font-size: 14px;
  padding: 0 0 0 12px;
  line-height: 1.8;
  word-break: break-all;
}
.page-confirm .sec-confirm01 .inner .form .btn__container {
  margin: 83px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .page-confirm .sec-confirm01 .inner .form .btn__container {
    margin: 40px auto 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-confirm .sec-confirm01 .inner .form .btn__container .form__back {
  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;
}
.page-confirm .sec-confirm01 .inner .form .btn__container .form__back .back-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #c7c7c7;
  border: 0;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.08em;
  padding: 32px 30px;
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .page-confirm .sec-confirm01 .inner .form .btn__container .form__back .back-btn {
    font-size: 16px;
    padding: 16px 40px;
  }
}
.page-confirm .sec-confirm01 .inner .form .btn__container .form__submit {
  margin: 0 0 0 6px;
  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;
}
@media screen and (max-width: 834px) {
  .page-confirm .sec-confirm01 .inner .form .btn__container .form__submit {
    margin: 24px 0 0 0;
  }
}
.page-confirm .sec-confirm01 .inner .form .btn__container .form__submit .submit-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #00a799;
  border: 0;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.08em;
  padding: 32px 235px;
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .page-confirm .sec-confirm01 .inner .form .btn__container .form__submit .submit-btn {
    font-size: 16px;
    padding: 16px 65px;
  }
}

/* ====================================================
CONTACT-THANKS
==================================================== */
/*-----お問い合わせ完了----*/
.page-thanks .sec-thanks01 {
  padding: 126px 0 130px 0;
}
@media screen and (max-width: 834px) {
  .page-thanks .sec-thanks01 {
    padding: 40px 0 45px 0;
  }
}
.page-thanks .sec-thanks01 .inline-block {
  display: inline-block;
}
.page-thanks .sec-thanks01 .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 834px) {
  .page-thanks .sec-thanks01 .inner {
    width: 100%;
    padding: 0 4.19%;
  }
}
.page-thanks .sec-thanks01 .inner .steps__container .stepBar {
  margin: 88px auto 0 auto;
  max-width: 920px;
}
@media screen and (max-width: 834px) {
  .page-thanks .sec-thanks01 .inner .steps__container .stepBar {
    margin: 0 auto 0 auto;
  }
}
.page-thanks .sec-thanks01 .inner .steps__container .stepBar .stepBar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
}
.page-thanks .sec-thanks01 .inner .steps__container .stepBar .stepBar__list .stepBar__item {
  width: 33.3333333333%;
  position: relative;
}
.page-thanks .sec-thanks01 .inner .steps__container .stepBar .stepBar__list .stepBar__item:not(:first-child)::after {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 200%;
  height: 2px;
  position: absolute;
  top: 25%;
  left: -100%;
  background-color: #00a799;
  content: "";
}
.page-thanks .sec-thanks01 .inner .steps__container .stepBar .stepBar__list .stepBar__item.is-visited::after {
  background-color: #00a799;
}
.page-thanks .sec-thanks01 .inner .steps__container .stepBar .stepBar__list .stepBar__item.is-visited .stepBar__label {
  color: #00a799;
  font-weight: 700;
}
.page-thanks .sec-thanks01 .inner .steps__container .stepBar .stepBar__list .stepBar__item.is-visited .stepBar__label::before {
  background-color: #00a799;
}
.page-thanks .sec-thanks01 .inner .steps__container .stepBar .stepBar__list .stepBar__item .stepBar__label {
  font-size: 18px;
  font-weight: 900;
  padding: 48px 0 0 0;
  position: relative;
  color: #ccc;
}
@media screen and (max-width: 834px) {
  .page-thanks .sec-thanks01 .inner .steps__container .stepBar .stepBar__list .stepBar__item .stepBar__label {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .page-thanks .sec-thanks01 .inner .steps__container .stepBar .stepBar__list .stepBar__item .stepBar__label {
    font-size: 14px;
  }
}
.page-thanks .sec-thanks01 .inner .steps__container .stepBar .stepBar__list .stepBar__item .stepBar__label::before {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  background-color: #fff;
  border: #00a799 solid;
  border-radius: 50%;
  content: "";
}
.page-thanks .sec-thanks01 .inner .text__container {
  max-width: 630px;
  margin: 104px auto 0 auto;
}
@media screen and (max-width: 834px) {
  .page-thanks .sec-thanks01 .inner .text__container {
    margin: 40px auto 0 auto;
  }
}
.page-thanks .sec-thanks01 .inner .text__container h2 {
  font-weight: 900;
  font-size: 28px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .page-thanks .sec-thanks01 .inner .text__container h2 {
    font-size: 24px;
  }
}
.page-thanks .sec-thanks01 .inner .text__container p {
  margin: 37px 0 0 0;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .page-thanks .sec-thanks01 .inner .text__container p {
    font-size: 14px;
    margin: 24px 0 0 0;
  }
}
.page-thanks .sec-thanks01 .inner .form__submit {
  margin: 95px 0 0 0;
  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;
}
@media screen and (max-width: 834px) {
  .page-thanks .sec-thanks01 .inner .form__submit {
    margin: 40px 0 0 0;
  }
}
.page-thanks .sec-thanks01 .inner .form__submit .submit-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #00a799;
  border: 0;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.08em;
  padding: 32px 195px;
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .page-thanks .sec-thanks01 .inner .form__submit .submit-btn {
    font-size: 16px;
    padding: 16px 40px;
  }
}

/* ====================================================
CATEGORY
==================================================== */
/*-----カテゴリ----*/
.page-category .sec-category01 {
  padding: 188px 0 130px;
}
@media screen and (max-width: 834px) {
  .page-category .sec-category01 {
    padding: 40px 0 45px 0;
  }
}
.page-category .sec-category01 .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 834px) {
  .page-category .sec-category01 .inner {
    width: 100%;
    padding: 0 4.19%;
  }
}
.page-category .sec-category01 .inner .news-list__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .page-category .sec-category01 .inner .news-list__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-category .sec-category01 .inner .news-list__container .news-list__inner {
  width: calc(100% - 340px);
  padding: 30px 0 0 0;
}
@media screen and (max-width: 834px) {
  .page-category .sec-category01 .inner .news-list__container .news-list__inner {
    width: 100%;
  }
}
.page-category .sec-category01 .inner .news-list__container .news-list__inner .news-list .news-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 38px 0;
}
@media screen and (max-width: 834px) {
  .page-category .sec-category01 .inner .news-list__container .news-list__inner .news-list .news-list-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 20px 0;
  }
}
.page-category .sec-category01 .inner .news-list__container .news-list__inner .news-list .news-list-item:not(:nth-child(1)) {
  margin: 38px 0 0 0;
}
.page-category .sec-category01 .inner .news-list__container .news-list__inner .news-list .news-list-item p {
  font-size: 17px;
  letter-spacing: 2.2px;
  color: #00a799;
}
@media screen and (max-width: 834px) {
  .page-category .sec-category01 .inner .news-list__container .news-list__inner .news-list .news-list-item p {
    font-size: 14px;
  }
}
.page-category .sec-category01 .inner .news-list__container .news-list__inner .news-list .news-list-item .news-item-text {
  margin: 0 0 0 56px;
}
@media screen and (max-width: 834px) {
  .page-category .sec-category01 .inner .news-list__container .news-list__inner .news-list .news-list-item .news-item-text {
    margin: 10px 0 0 10px;
  }
}
.page-category .sec-category01 .inner .news-list__container .news-list__inner .news-list .news-list-item .news-item-text .news-list-item--link {
  line-height: 1.8;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 834px) {
  .page-category .sec-category01 .inner .news-list__container .news-list__inner .news-list .news-list-item .news-item-text .news-list-item--link {
    font-size: 14px;
  }
}
.page-category .sec-category01 .inner .news-list__container .news-list__inner .pagination__container {
  width: 100%;
  margin: 110px auto 0 auto;
}
@media screen and (max-width: 834px) {
  .page-category .sec-category01 .inner .news-list__container .news-list__inner .pagination__container {
    margin: 40px auto 0 auto;
  }
}
.page-category .sec-category01 .inner .news-list__container .news-list__inner .pagination__container .pagination {
  margin: auto;
  width: 100%;
  text-align: center;
}
.page-category .sec-category01 .inner .news-list__container .news-list__inner .pagination__container .pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-category .sec-category01 .inner .news-list__container .news-list__inner .pagination__container .pagination .page-numbers a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-decoration: none;
  color: #7a7a7a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 834px) {
  .page-category .sec-category01 .inner .news-list__container .news-list__inner .pagination__container .pagination .page-numbers a {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
}
.page-category .sec-category01 .inner .news-list__container .news-list__inner .pagination__container .pagination .page-numbers a:hover {
  color: #fff;
  background-color: #00a799;
}
.page-category .sec-category01 .inner .news-list__container .news-list__inner .pagination__container .pagination .page-numbers .pagenation-current {
  color: #fff;
  background-color: #00a799;
}
.page-category .sec-category01 .inner .news-list__container .news-aside__container {
  width: 300px;
}
@media screen and (max-width: 834px) {
  .page-category .sec-category01 .inner .news-list__container .news-aside__container {
    width: 100%;
    max-width: 500px;
    margin: 40px auto 0 auto;
  }
}
.page-category .sec-category01 .inner .news-list__container .news-aside__container .news-aside {
  height: 100%;
}
.page-category .sec-category01 .inner .news-list__container .news-aside__container .news-aside .news-block__container {
  border-radius: 30px;
  -webkit-box-shadow: 1px 4px 4px 1px #ccc;
          box-shadow: 1px 4px 4px 1px #ccc;
  position: sticky;
  top: 80px;
}
.page-category .sec-category01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block {
  width: 250px;
  margin: 0 auto;
}
.page-category .sec-category01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block:first-child {
  padding: 30px 0 0 0;
}
.page-category .sec-category01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block:last-child {
  padding: 0 0 30px 0;
}
.page-category .sec-category01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block:not(:nth-child(1)) {
  margin: 72px auto 0 auto;
}
@media screen and (max-width: 834px) {
  .page-category .sec-category01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block:not(:nth-child(1)) {
    margin: 40px auto 0 auto;
  }
}
.page-category .sec-category01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-title {
  background-color: #00a799;
  color: #fff;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
  padding: 12px 56px 12px 56px;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .page-category .sec-category01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-title {
    font-size: 15px;
  }
}
.page-category .sec-category01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-text {
  margin: 32px 0 0 0;
  padding: 0 16px 0 16px;
}
.page-category .sec-category01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-link {
  display: inline-block;
  font-size: 16px;
  position: relative;
  width: 100%;
  max-width: 250px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 834px) {
  .page-category .sec-category01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-link {
    font-size: 14px;
  }
}
.page-category .sec-category01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-link:hover {
  color: #00a799;
}
.page-category .sec-category01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-link::after {
  position: absolute;
  top: 3px;
  right: 0;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00a799;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* ====================================================
ARCHIVE
==================================================== */
/*-----アーカイブ----*/
.page-archive .sec-archive01 {
  padding: 188px 0 130px;
}
@media screen and (max-width: 834px) {
  .page-archive .sec-archive01 {
    padding: 40px 0 45px 0;
  }
}
.page-archive .sec-archive01 .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 834px) {
  .page-archive .sec-archive01 .inner {
    width: 100%;
    padding: 0 4.19%;
  }
}
.page-archive .sec-archive01 .inner .news-list__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .page-archive .sec-archive01 .inner .news-list__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-archive .sec-archive01 .inner .news-list__container .news-list__inner {
  width: calc(100% - 340px);
  padding: 30px 0 0 0;
}
@media screen and (max-width: 834px) {
  .page-archive .sec-archive01 .inner .news-list__container .news-list__inner {
    width: 100%;
  }
}
.page-archive .sec-archive01 .inner .news-list__container .news-list__inner .news-list .news-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 38px 0;
}
@media screen and (max-width: 834px) {
  .page-archive .sec-archive01 .inner .news-list__container .news-list__inner .news-list .news-list-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 20px 0;
  }
}
.page-archive .sec-archive01 .inner .news-list__container .news-list__inner .news-list .news-list-item:not(:nth-child(1)) {
  margin: 38px 0 0 0;
}
.page-archive .sec-archive01 .inner .news-list__container .news-list__inner .news-list .news-list-item p {
  font-size: 17px;
  letter-spacing: 2.2px;
  color: #00a799;
}
@media screen and (max-width: 834px) {
  .page-archive .sec-archive01 .inner .news-list__container .news-list__inner .news-list .news-list-item p {
    font-size: 14px;
  }
}
.page-archive .sec-archive01 .inner .news-list__container .news-list__inner .news-list .news-list-item .news-item-text {
  margin: 0 0 0 56px;
}
@media screen and (max-width: 834px) {
  .page-archive .sec-archive01 .inner .news-list__container .news-list__inner .news-list .news-list-item .news-item-text {
    margin: 10px 0 0 10px;
  }
}
.page-archive .sec-archive01 .inner .news-list__container .news-list__inner .news-list .news-list-item .news-item-text .news-list-item--link {
  line-height: 1.8;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 834px) {
  .page-archive .sec-archive01 .inner .news-list__container .news-list__inner .news-list .news-list-item .news-item-text .news-list-item--link {
    font-size: 14px;
  }
}
.page-archive .sec-archive01 .inner .news-list__container .news-list__inner .pagination__container {
  width: 100%;
  margin: 110px auto 0 auto;
}
@media screen and (max-width: 834px) {
  .page-archive .sec-archive01 .inner .news-list__container .news-list__inner .pagination__container {
    margin: 40px auto 0 auto;
  }
}
.page-archive .sec-archive01 .inner .news-list__container .news-list__inner .pagination__container .pagination {
  margin: auto;
  width: 100%;
  text-align: center;
}
.page-archive .sec-archive01 .inner .news-list__container .news-list__inner .pagination__container .pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-archive .sec-archive01 .inner .news-list__container .news-list__inner .pagination__container .pagination .page-numbers a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-decoration: none;
  color: #7a7a7a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 834px) {
  .page-archive .sec-archive01 .inner .news-list__container .news-list__inner .pagination__container .pagination .page-numbers a {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
}
.page-archive .sec-archive01 .inner .news-list__container .news-list__inner .pagination__container .pagination .page-numbers a:hover {
  color: #fff;
  background-color: #00a799;
}
.page-archive .sec-archive01 .inner .news-list__container .news-list__inner .pagination__container .pagination .page-numbers .pagenation-current {
  color: #fff;
  background-color: #00a799;
}
.page-archive .sec-archive01 .inner .news-list__container .news-aside__container {
  width: 300px;
}
@media screen and (max-width: 834px) {
  .page-archive .sec-archive01 .inner .news-list__container .news-aside__container {
    width: 100%;
    max-width: 500px;
    margin: 40px auto 0 auto;
  }
}
.page-archive .sec-archive01 .inner .news-list__container .news-aside__container .news-aside {
  height: 100%;
}
.page-archive .sec-archive01 .inner .news-list__container .news-aside__container .news-aside .news-block__container {
  border-radius: 30px;
  -webkit-box-shadow: 1px 4px 4px 1px #ccc;
          box-shadow: 1px 4px 4px 1px #ccc;
  position: sticky;
  top: 80px;
}
.page-archive .sec-archive01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block {
  width: 250px;
  margin: 0 auto;
}
.page-archive .sec-archive01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block:first-child {
  padding: 30px 0 0 0;
}
.page-archive .sec-archive01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block:last-child {
  padding: 0 0 30px 0;
}
.page-archive .sec-archive01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block:not(:nth-child(1)) {
  margin: 72px auto 0 auto;
}
@media screen and (max-width: 834px) {
  .page-archive .sec-archive01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block:not(:nth-child(1)) {
    margin: 40px auto 0 auto;
  }
}
.page-archive .sec-archive01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-title {
  background-color: #00a799;
  color: #fff;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
  padding: 12px 56px 12px 56px;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .page-archive .sec-archive01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-title {
    font-size: 15px;
  }
}
.page-archive .sec-archive01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-text {
  margin: 32px 0 0 0;
  padding: 0 16px 0 16px;
}
.page-archive .sec-archive01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-link {
  display: inline-block;
  font-size: 16px;
  position: relative;
  width: 100%;
  max-width: 250px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 834px) {
  .page-archive .sec-archive01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-link {
    font-size: 14px;
  }
}
.page-archive .sec-archive01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-link:hover {
  color: #00a799;
}
.page-archive .sec-archive01 .inner .news-list__container .news-aside__container .news-aside .news-block__container .news-block .news-block-link::after {
  position: absolute;
  top: 3px;
  right: 0;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00a799;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*# sourceMappingURL=maps/styles.css.map */
