@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;
  }
}
/* ====================================================
Base style & container
==================================================== */
body {
  color: #172748;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  background: #fff;
  overflow: hidden;
}

.inner {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
}
@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;
  }
}

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

/* Loading Block */
#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 2.5s;
  -o-transition: all 2.5s;
  transition: all 2.5s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.spinner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
          animation: sk-scaleout 1s infinite ease-in-out;
}

/* Loading Animation */
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
/* Hide Loading Block */
.loaded {
  opacity: 0;
  visibility: hidden;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}

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

/* ====================================================
Footer
==================================================== */
#main-header {
  position: absolute;
  top: 0;
  left: 0;
  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;
  width: 100%;
  height: 84px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  #main-header {
    height: 65px;
  }
}
#main-header .logo {
  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;
  margin-left: 7.8%;
  width: 270px;
}
@media screen and (max-width: 640px) {
  #main-header .logo {
    margin-left: 3%;
    width: 210px;
  }
}
#main-header .logo img {
  width: 140px;
}
@media screen and (max-width: 640px) {
  #main-header .logo img {
    width: 100px;
  }
}
#main-header .logo span {
  padding-top: 3px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  #main-header .logo span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#main-header .btn-entry {
  display: block;
  width: 114px;
  height: 84px;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 84px;
  text-align: center;
  background: #b9da1e;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -webkit-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
}
@media screen and (max-width: 640px) {
  #main-header .btn-entry {
    width: 80px;
    height: 65px;
    color: #fff;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 65px;
  }
}
@media screen and (min-width: 835px) {
  #main-header .btn-entry:hover {
    background: #accd12;
  }
}
#main-header .btn-entry a {
  color: #666;
  font-size: 18px;
  font-size: 1.8rem;
}

/* ====================================================
Footer
==================================================== */
#main-footer {
  padding: 48px 0 60px;
  background: #474747;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14;
}
@media screen and (max-width: 640px) {
  #main-footer {
    padding: 30px 0;
  }
}
#main-footer .inner {
  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: 834px) {
  #main-footer .inner {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  #main-footer .address {
    margin: 30px 0 15px;
  }
}
#main-footer .btn-map {
  display: inline-block;
  margin-left: 15px;
  width: 75px;
  text-align: center;
  line-height: 22px;
  background: #ccc;
  color: #172748;
}

/* ====================================================
MODULE
==================================================== */
.c-fc__ff {
  color: #fff;
}
.c-fc__bl {
  color: #2066b8;
}
.c-fc__ng {
  color: #b9da1e;
}

.c-ft__en {
  font-family: "Barlow", sans-serif;
}

.c-fw__lt {
  font-weight: 300 !important;
}
.c-fw__md {
  font-weight: 500 !important;
}
.c-fw__sbd {
  font-weight: 600 !important;
}
.c-fw__bd {
  font-weight: 700 !important;
}

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

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

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

.c-overlay {
  mix-blend-mode: overlay;
}

/*テキストMODULE*/
.c-txt01 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
}
@media screen and (max-width: 834px) {
  .c-txt01 {
    line-height: 2;
  }
}
.c-txt02 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14;
}
@media screen and (max-width: 834px) {
  .c-txt02 {
    line-height: 2;
  }
}
.c-txt03 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .c-txt03 {
    line-height: 1.8;
  }
}

.c-ttl01 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 2.05;
}
@media screen and (max-width: 834px) {
  .c-ttl01 {
    font-size: max(22px, 3.33vw);
  }
}
.c-ttl02 {
  font-size: 90px;
  font-size: 9rem;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 834px) {
  .c-ttl02 {
    font-size: max(45px, 5.4vw);
  }
}
.c-ttl03 {
  color: #2066b8;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.c-ttl03 .en {
  display: block;
  margin-bottom: 20px;
  font-size: 45px;
  font-size: 4.5rem;
}
@media screen and (max-width: 640px) {
  .c-ttl03 .en {
    font-size: 30px;
    font-size: 3rem;
  }
}
.c-ttl04 {
  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;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 640px) {
  .c-ttl04 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.c-ttl04 .no {
  margin-right: 1em;
  font-size: 30px;
  font-size: 3rem;
  line-height: 0.8;
}
@media screen and (max-width: 640px) {
  .c-ttl04 .no {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.c-ttl05 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.79;
}
@media screen and (max-width: 834px) {
  .c-ttl05 {
    margin-bottom: 30px;
    padding-bottom: 25px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.c-ttl05:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 89px;
  height: 1px;
}
@media screen and (max-width: 834px) {
  .c-ttl05:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 1px;
  }
}
.c-ttl05:before {
  bottom: 0;
  left: 0;
  background: #172748;
}

/*リンクMODULE*/
/*ボタンMODULE*/
/* 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;
  }
}

.c-btn01 {
  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: 156px;
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
  border: 1px solid #999;
}
@media screen and (max-width: 640px) {
  .c-btn01 {
    height: 100px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-btn01 .en {
  font-size: 12px;
  font-size: 1.2rem;
}

.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;
}
@media screen and (max-width: 834px) {
  .scroll-box-pc {
    padding-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.mv-slider {
  position: relative;
  width: 100%;
  height: 100vh;
}
.mv-slider .slick-list, .mv-slider .slick-track {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.mv-slider .slider-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1 !important;
}
.mv-slider .slider-item .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.8s ease-out !important;
  -o-transition: all 0.8s ease-out !important;
  transition: all 0.8s ease-out !important;
  clip: rect(0, 100vw, 100vh, 100vw);
}
.mv-slider .slider-item .img .bg-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: all 6s linear;
  -o-transition: all 6s linear;
  transition: all 6s linear;
}
.mv-slider .slider-item .img .bg-01 {
  background: url("../img/img-mv01.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.mv-slider .slider-item .img .bg-02 {
  background: url("../img/img-mv02.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.mv-slider .slider-item .img .bg-03 {
  background: url("../img/img-mv03.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.mv-slider .slider-item.moving .img {
  clip: rect(0, 100vw, 100vh, 0);
}
.mv-slider .slider-item.moving .img .bg-item {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.mv-slider .slider-item.first.moving {
  z-index: 999 !important;
}
.mv-slider .slider-item.slick-active {
  z-index: 1000 !important;
}
.mv-slider .slider-item.slick-active .img {
  clip: rect(0, 100vw, 100vh, 0);
}

.main-mv {
  position: relative;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .main-mv {
    height: 100vh;
  }
}
.main-mv .mv-txt {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 384px;
  z-index: 2;
  display: none;
}
.main-mv .mv-txt .mv-txt-w {
  width: 0;
  overflow: hidden;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}
.main-mv .mv-txt .mv-txt-inner {
  width: 384px;
}
.main-mv .mv-txt.active .mv-txt-w {
  width: 100%;
}
.main-mv .mv-txt .page-ttl {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .main-mv .mv-txt .page-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.main-mv .mv-txt img {
  display: inline-block;
  margin: 32px 0;
  max-width: 265px;
}
@media screen and (max-width: 640px) {
  .main-mv .mv-txt img {
    margin: 20px 0;
    max-width: 240px;
  }
}
.main-mv .mv-txt .cap-mv {
  font-size: 45px;
  font-size: 4.5rem;
}
@media screen and (max-width: 640px) {
  .main-mv .mv-txt .cap-mv {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.main-mv .mv-txt .desc {
  margin-top: 40px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .main-mv .mv-txt .desc {
    margin-top: 25px;
  }
}

@-webkit-keyframes play {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes play {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.slider-container {
  position: relative;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: all-scroll;
  overflow: hidden;
}

.slide-wrap {
  overflow: hidden;
  height: 58.75vmax;
}
@media screen and (max-width: 834px) {
  .slide-wrap {
    height: 100vh;
  }
}

.slider-container .slider {
  z-index: 1;
  position: relative;
  height: 100%;
}
.slider-container .slider.animating {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}
.slider-container .slider.animating .slide__bg {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}
.slider-container .slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 58.75vmax;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 10s;
  -o-transition: 10s;
  transition: 10s;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .slider-container .slide {
    height: 100vh;
  }
}
.slider-container .slide.active {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: ease 10s;
  -o-transition: ease 10s;
  transition: ease 10s;
}
.slider-container .slide__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  will-change: transform;
}
.slider-container .slide:nth-child(1) {
  left: 0;
}
.slider-container .slide:nth-child(1) .slide__bg {
  left: 0;
  background-image: url("../img/img-mv01.jpg");
}
.slider-container .slide:nth-child(2) {
  left: 100%;
}
.slider-container .slide:nth-child(2) .slide__bg {
  left: -50%;
  background-image: url("../img/img-mv02.jpg");
}
.slider-container .slide:nth-child(3) {
  left: 200%;
}
.slider-container .slide:nth-child(3) .slide__bg {
  left: -100%;
  background-image: url("../img/img-mv03.jpg");
}
.slider-container .slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.slider-container .slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  -webkit-transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  -o-transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  will-change: transform, opacity;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
  opacity: 0;
}
@media screen and (max-width: 990px) {
  .slider-container .slide__overlay {
    display: none;
  }
}

.scroll-indocator {
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  color: #fff;
}

.scroll-indocator,
.scroll-indocator:before,
.scroll-indocator:after {
  width: 1px;
  height: 60px;
  margin: auto;
}

.scroll-indocator:before,
.scroll-indocator:after {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: auto;
  content: "";
  background-color: currentColor;
}

.scroll-indocator:before {
  opacity: 0.2;
}

.scroll-indocator:after {
  -webkit-animation: ScrollnavigateAnimation 2s infinite cubic-bezier(0.77, 0, 0.18, 1);
          animation: ScrollnavigateAnimation 2s infinite cubic-bezier(0.77, 0, 0.18, 1);
}

.scroll-indocator.-up {
  top: 0;
  bottom: auto;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.scroll-indocator.-down {
  top: auto;
  bottom: 0;
}

@-webkit-keyframes ScrollnavigateAnimation {
  0% {
    height: 0;
  }
  45% {
    height: 100%;
  }
  55% {
    height: 100%;
    top: 0;
  }
  100% {
    height: 0;
    top: 100%;
  }
}

@keyframes ScrollnavigateAnimation {
  0% {
    height: 0;
  }
  45% {
    height: 100%;
  }
  55% {
    height: 100%;
    top: 0;
  }
  100% {
    height: 0;
    top: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .scroll-indocator,
.scroll-indocator:before,
.scroll-indocator:after {
    height: 120px;
  }
}
.sec-lead {
  position: relative;
  padding: min(200px, 16.66vw) 0 0;
}
.sec-lead .lead-block {
  margin-bottom: 80px;
}
.sec-lead .lead-block .cap {
  font-size: 26px;
  font-size: 2.6rem;
}
.sec-lead .lead-block .ttl {
  margin: 30px 0;
  color: #172748;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 640px) {
  .sec-lead .lead-block .ttl {
    line-height: 1.8;
    font-size: max(22px, 3.33vw);
  }
}
.sec-lead .lead-block .desc {
  margin: 0 auto;
  max-width: 600px;
  text-align: left;
}

.career-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;
  color: #fff;
}
.career-block__item {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .career-block__item {
    width: 100%;
  }
}
.career-block .desc {
  max-width: 507px;
}
@media screen and (max-width: 640px) {
  .career-block .desc {
    max-width: 100%;
  }
}
.career-block .ttl-block {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 640px) {
  .career-block .ttl-block {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.career-block .ttl-block span {
  display: block;
}
.career-block .ttl-block .cap {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .career-block .ttl-block .cap {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.career-block .ttl-block .en {
  margin: 15px 0 40px;
  color: #b9da1e;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .career-block .ttl-block .en {
    margin: 15px 0 20px;
  }
}
.career-block .item-l {
  background: #364f74;
}
.career-block .item-l .desc {
  margin-left: auto;
  padding: 50px 0 40px;
}
@media screen and (max-width: 1024px) {
  .career-block .item-l .desc {
    padding: 50px 4% 40px;
  }
}
@media screen and (max-width: 640px) {
  .career-block .item-l .desc {
    padding: 35px 4.19% 30px;
  }
}
.career-block .item-r {
  background: #172748;
}
.career-block .item-r .desc {
  margin-right: auto;
  padding: 50px 0 40px 18.42%;
}
@media screen and (max-width: 1024px) {
  .career-block .item-r .desc {
    padding: 50px 4% 40px;
  }
}
@media screen and (max-width: 640px) {
  .career-block .item-r .desc {
    padding: 35px 4.19% 30px;
  }
}

.system {
  padding: 70px 0;
  background: url(../img/bg-system.jpg) no-repeat center center;
  background-size: cover;
}
.system .ttl-system {
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
}
.system .c-ttl02 {
  opacity: 0.2;
}
.system .list-system {
  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: -18px;
}
@media screen and (max-width: 834px) {
  .system .list-system {
    margin-top: -2vw;
  }
}
.system .list-system__item {
  margin-bottom: 2.27%;
  padding: 30px 10px 40px;
  width: 23.22%;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .system .list-system__item {
    margin-bottom: 4%;
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .system .list-system__item {
    padding: 25px 10px 30px;
  }
}
.system .list-system__item img {
  max-width: 85px;
}
.system .list-system__item .txt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 20px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .system .list-system__item .txt {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.system .list-system__item .txt .line {
  font-size: 24px;
  font-size: 2.4rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #e9ff7f));
  background: -o-linear-gradient(transparent 70%, #e9ff7f 70%);
  background: linear-gradient(transparent 70%, #e9ff7f 70%);
}
@media screen and (max-width: 640px) {
  .system .list-system__item .txt .line {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec-feature {
  padding: 85px 0 0;
}
@media screen and (max-width: 834px) {
  .sec-feature {
    padding: 60px 0 0;
  }
}
.sec-feature .c-ttl03 {
  margin-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .sec-feature .c-ttl03 {
    margin-bottom: 60px;
  }
}
.sec-feature .feature-block.block01 {
  margin-bottom: 40px;
}
.sec-feature .lead-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;
  margin-bottom: 45px;
}
.sec-feature .lead-box .ttl {
  width: 31.25%;
}
@media screen and (max-width: 834px) {
  .sec-feature .lead-box .ttl {
    margin-bottom: 30px;
    width: 100%;
  }
}
.sec-feature .lead-box .ttl .jp {
  display: block;
  position: relative;
  width: calc(100% - (28px + 1em));
}
.sec-feature .lead-box .ttl .jp:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
}
.sec-feature .lead-box .ttl .jp:before {
  top: 50%;
  left: 0;
  background: #172748;
}
.sec-feature .lead-box .ttl .jp span {
  position: relative;
  display: inline-block;
  padding-right: 1.2em;
  background: #fff;
}
.sec-feature .lead-box .ttl .no {
  width: 28px;
}
.sec-feature .lead-box .lead {
  width: calc(69.375% - 30px);
}
@media screen and (max-width: 834px) {
  .sec-feature .lead-box .lead {
    width: 100%;
  }
}
.sec-feature .lead-box .lead .sub {
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .sec-feature .lead-box .lead .sub {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.sec-feature .slide-feature-block {
  position: relative;
}
@media screen and (max-width: 834px) {
  .sec-feature .slide-feature-block {
    background: #172748;
  }
}
.sec-feature .js-slide-feature {
  position: relative;
  margin-bottom: 160px;
}
@media screen and (max-width: 834px) {
  .sec-feature .js-slide-feature {
    margin-bottom: 80px;
  }
}
.sec-feature .js-slide-feature__item {
  color: #fff;
  background: #172748;
}
.sec-feature .js-slide-feature__item .item-inner {
  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;
}
.sec-feature .js-slide-feature__item .box-l, .sec-feature .js-slide-feature__item .box-r {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .sec-feature .js-slide-feature__item .box-l, .sec-feature .js-slide-feature__item .box-r {
    width: 100%;
  }
}
.sec-feature .js-slide-feature__item .box-l {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 5.56% 4.88%;
}
@media screen and (min-width: 835px) {
  .sec-feature .js-slide-feature__item .box-l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 1024px) {
  .sec-feature .js-slide-feature__item .box-l {
    padding: 8% 4.88%;
  }
}
@media screen and (max-width: 834px) {
  .sec-feature .js-slide-feature__item .box-l {
    padding: 8% 4% 14%;
  }
}
.sec-feature .js-slide-feature__item .box-l .ttl-box {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 835px) {
  .sec-feature .js-slide-feature__item .box-r {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.works-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: 120px;
  padding: 50px 25px;
  font-size: 15px;
  font-size: 1.5rem;
  background: #e3e8eb;
}
@media screen and (max-width: 834px) {
  .works-block {
    margin-bottom: 60px;
    padding: 35px 4% 20px;
  }
}
.works-block .ttl-works {
  width: 12%;
}
@media screen and (max-width: 834px) {
  .works-block .ttl-works {
    margin-bottom: 30px;
    width: 100%;
  }
}
.works-block .works-list-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-left: 5.9%;
  width: 88%;
  border-left: 1px solid #172748;
}
@media screen and (max-width: 834px) {
  .works-block .works-list-block {
    padding-left: 0;
    width: 100%;
    border: 0;
  }
}
.works-block .works-list-block .works-list {
  width: 33.33%;
}
@media screen and (max-width: 640px) {
  .works-block .works-list-block .works-list {
    width: 100%;
  }
}
.works-block .works-list-block .works-list li {
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) {
  .works-block .works-list-block .works-list li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.js-dots {
  position: absolute;
  left: calc(4.88% - 6px);
  bottom: 6.82%;
  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: 0 6px;
}
@media screen and (max-width: 834px) {
  .js-dots {
    bottom: 4%;
    left: 4%;
  }
}
.js-dots li {
  margin: 0 6px;
  width: 31px;
  height: 31px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Barlow", sans-serif;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.js-dots li .line-svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
}
.slide-arrows01 {
  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;
  position: absolute;
  left: calc(40.24% - 45px);
  bottom: 6.82%;
  width: 90px;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .slide-arrows01 {
    left: auto;
    right: 4%;
    bottom: 4%;
  }
}
.slide-arrows01 .slick-arrow {
  position: relative;
  display: block;
  width: 40px;
  height: 30px;
  cursor: pointer;
}
.slide-arrows01 .slick-arrow:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
}
.slide-arrows01 .slick-arrow:before {
  top: 50%;
  left: 0;
  right: 0;
  margin: -7.5px auto 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.slide-arrows01 .slick-arrow.slick-next {
  top: 0;
  right: 0;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  z-index: 10;
}
.slide-arrows01 .slick-arrow.slick-next:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.slide-arrows01 .slick-arrow.slick-prev {
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.slide-arrows01 .slick-arrow.slick-prev:before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.cube {
  position: absolute;
  left: 0;
  right: 0;
  top: min(55px, 4.58vw);
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.cube img {
  max-width: 1200px;
}

.cube03 {
  -webkit-animation: floatHorizontal 2.5s ease-in-out infinite alternate, floatVertical 2s ease-in-out infinite alternate;
          animation: floatHorizontal 2.5s ease-in-out infinite alternate, floatVertical 2s ease-in-out infinite alternate;
}

.cube01 {
  -webkit-animation: floatHorizontal 3.5s ease-in-out infinite alternate, floatVertical 3s ease-in-out infinite alternate;
          animation: floatHorizontal 3.5s ease-in-out infinite alternate, floatVertical 3s ease-in-out infinite alternate;
}

.cube02 {
  -webkit-animation: floatHorizontal 3s ease-in-out infinite alternate, floatVertical 2.5s ease-in-out infinite alternate;
          animation: floatHorizontal 3s ease-in-out infinite alternate, floatVertical 2.5s ease-in-out infinite alternate;
}

/* float */
@-webkit-keyframes floatHorizontal {
  0% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes floatHorizontal {
  0% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-webkit-keyframes floatVertical {
  0% {
    margin-top: 4px;
  }
  50% {
    margin-top: -4px;
  }
  100% {
    margin-top: 4px;
  }
}
@keyframes floatVertical {
  0% {
    margin-top: 4px;
  }
  50% {
    margin-top: -4px;
  }
  100% {
    margin-top: 4px;
  }
}
.sec-interview {
  position: relative;
  padding: 90px 0 40px;
}
@media screen and (max-width: 640px) {
  .sec-interview {
    padding: 60px 0 20px;
  }
}
.sec-interview .inner {
  position: relative;
}
.sec-interview .c-ttl02 {
  margin-bottom: 70px;
  color: #dfe2e6;
}
@media screen and (max-width: 640px) {
  .sec-interview .c-ttl02 {
    margin-bottom: 45px;
  }
}
.sec-interview .interview-block .inner .profile {
  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;
  margin-bottom: min(70px, 5.83vw);
}
.sec-interview .interview-block .inner .profile .img {
  width: 63.96%;
}
@media screen and (max-width: 834px) {
  .sec-interview .interview-block .inner .profile .img {
    margin-bottom: 40px;
    width: 100%;
  }
}
.sec-interview .interview-block .inner .profile .txt {
  width: 29.54%;
}
@media screen and (max-width: 834px) {
  .sec-interview .interview-block .inner .profile .txt {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .sec-interview .interview-block .inner .profile .txt .comment img {
    width: 50%;
    min-width: 250px;
  }
}
.sec-interview .interview-block .inner .profile .txt .yr {
  display: inline-block;
  margin: 50px 0 25px;
  padding: 0 15px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  background: #172748;
}
@media screen and (max-width: 834px) {
  .sec-interview .interview-block .inner .profile .txt .yr {
    margin: 35px 0 15px;
    padding: 0 15px;
  }
}
.sec-interview .interview-block .inner .profile .spec {
  margin-bottom: 35px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 834px) {
  .sec-interview .interview-block .inner .profile .spec {
    margin-bottom: 20px;
  }
}
.sec-interview .interview-block .inner .profile .name {
  font-size: 18px;
  font-size: 1.8rem;
}
.sec-interview .interview-block .inner .profile .name .en {
  margin-left: 1.2em;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 640px) {
  .sec-interview .interview-block .inner .profile .name .en {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.sec-interview .block01 {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 834px) {
  .sec-interview .block01 {
    margin-bottom: 70px;
  }
}
.sec-interview .block01:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 68.5%;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .sec-interview .block01:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 95%;
    height: 100%;
  }
}
.sec-interview .block01:before {
  top: min(44px, 3.66vw);
  left: 0;
  height: calc(100% - 100px);
  background: #e3e8eb;
}
@media screen and (max-width: 990px) {
  .sec-interview .block01:before {
    height: calc(100% - min(90px, 1vw));
    height: calc(100% - 5vw);
  }
}
@media screen and (max-width: 834px) {
  .sec-interview .block01:before {
    height: calc(100% - max(50px, 10vw));
  }
}
@media screen and (min-width: 835px) {
  .sec-interview .block01 .img {
    padding-left: 2.44%;
  }
}
.sec-interview .block01 .comment-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;
}
@media screen and (min-width: 835px) {
  .sec-interview .block01 .comment-box {
    padding-left: 2.44%;
  }
}
@media screen and (max-width: 834px) {
  .sec-interview .block01 .comment-box {
    width: 95.81%;
  }
}
.sec-interview .block01 .comment-box .comment02 {
  padding-left: 10px;
  width: 55%;
}
@media screen and (max-width: 834px) {
  .sec-interview .block01 .comment-box .comment02 {
    padding-left: 0;
    width: 100%;
  }
}
.sec-interview .block01 .comment-box .img02 {
  margin-top: max(20px, 1.6vw);
  width: 37%;
}
@media screen and (max-width: 834px) {
  .sec-interview .block01 .comment-box .img02 {
    position: relative;
    margin-top: 30px;
    width: 100%;
  }
}
.sec-interview .block02,
.sec-interview .block04 {
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .sec-interview .block02,
.sec-interview .block04 {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 835px) {
  .sec-interview .block02 .img,
.sec-interview .block04 .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 835px) {
  .sec-interview .block02 .txt,
.sec-interview .block04 .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.sec-interview .block03 {
  margin-bottom: 90px;
  padding-bottom: 45px;
  position: relative;
}
.sec-interview .block03:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 88.45%;
  height: calc(100% - 45px);
}
@media screen and (max-width: 834px) {
  .sec-interview .block03 {
    margin-bottom: 70px;
  }
  .sec-interview .block03:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 95%;
    height: calc(100% - 15px);
  }
}
.sec-interview .block03:before {
  top: 45px;
  right: 0;
  max-width: calc(100vw - (100vw - 934px) / 2);
  background: #e3e8eb;
}
@media screen and (max-width: 834px) {
  .sec-interview .block03:before {
    padding-bottom: 30px;
    max-width: 95%;
    height: calc(100% - max(50px, 10vw));
  }
}
.sec-interview .block03 .comment-box {
  margin-left: auto;
  max-width: 900px;
}
@media screen and (max-width: 1024px) {
  .sec-interview .block03 .comment-box {
    max-width: 84%;
  }
}
@media screen and (max-width: 834px) {
  .sec-interview .block03 .comment-box {
    max-width: 95%;
  }
}
@media screen and (max-width: 834px) {
  .sec-interview .block03 .profile {
    margin-left: auto;
    max-width: 95%;
  }
}

.sec-number {
  padding: 100px 0 35px;
  background: url(../img/bg-number.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .sec-number {
    padding: 60px 0 30px;
  }
}
.sec-number .ttl-sec {
  margin-bottom: 40px;
  font-size: 26px;
  font-size: 2.6rem;
}
.sec-number .ttl-sec .small {
  display: block;
  margin-top: 25px;
  font-size: 13px;
  font-size: 1.3rem;
}
.sec-number .number-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;
}
.sec-number .number-list__item {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding: 33px 15px 33px;
  width: 31.543%;
  height: 61.1455%;
  min-height: 198px;
  background: #fff;
}
@media screen and (max-width: 990px) {
  .sec-number .number-list__item {
    width: 48%;
  }
  .sec-number .number-list__item:last-child {
    margin-right: auto;
  }
}
@media screen and (max-width: 640px) {
  .sec-number .number-list__item {
    padding: 20px 15px;
    margin: 0 auto 25px;
    width: 100%;
    max-width: 340px;
    overflow: hidden;
  }
}
.sec-number .number-list__item > div {
  position: relative;
}
.sec-number .number-list__item img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sec-number .number-list__item .head {
  margin-bottom: 25px;
  font-size: 18px;
  font-size: 1.8rem;
}
.sec-number .number-list__item .count-txt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec-number .number-list__item .count-txt .small {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
.sec-number .number-list__item .count-txt .small02 {
  margin-top: 10px;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
}
.sec-number .number-list__item .count-txt .no {
  display: inline-block;
  margin: 0 5px;
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 0.8;
}
.sec-number .number-list__item .count-txt .no02 {
  font-size: 60px;
  font-size: 6rem;
}
.sec-number .number-list__item .count-txt .no03 {
  margin: 0 -6px;
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 0.8;
}
.sec-number .number-list__item .count-txt .unit {
  font-size: 42px;
  font-size: 4.2rem;
}
.sec-number .number-list__item .count-txt .unit02 {
  font-size: 35px;
  font-size: 3.5rem;
}
.sec-number .number-list__item .count-txt .unit02 .small {
  display: block;
  margin-bottom: 0;
}
.sec-number .number-list__item .cont-txt-block {
  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;
}
.sec-number .number-list__item .cont-txt-block .count-txt {
  max-width: 120px;
}

.sec-doctor {
  padding: 100px 0 0;
}
@media screen and (max-width: 834px) {
  .sec-doctor {
    padding: 60px 0 0;
  }
}
.sec-doctor .ttl-sec {
  margin-bottom: 40px;
}
.sec-doctor .bg-gray {
  padding-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .sec-doctor .bg-gray {
    padding-bottom: 60px;
  }
}
.sec-doctor .bg-gray:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100vw;
  height: calc(100% - 177px);
}
.sec-doctor .bg-gray:before {
  left: 0;
  bottom: 0;
  background: #e3e8eb;
}
@media screen and (max-width: 1200px) {
  .sec-doctor .bg-gray:before {
    height: calc(100% - 14.75vw);
  }
}
.sec-doctor .bg-gray .inner {
  position: relative;
}
.sec-doctor .profile-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;
  background: #172748;
}
.sec-doctor .profile-block .txt-l, .sec-doctor .profile-block .img {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .sec-doctor .profile-block .txt-l, .sec-doctor .profile-block .img {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .sec-doctor .profile-block .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sec-doctor .profile-block .txt-l {
  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: 30px 4%;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 641px) {
  .sec-doctor .profile-block .txt-l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.sec-doctor .profile-block .txt-l .name {
  margin: 20px 0 15px;
  font-size: 24px;
  font-size: 2.4rem;
}
.sec-doctor .profile-block .txt-l .name .small {
  font-size: 18px;
  font-size: 1.8rem;
}
.sec-doctor .profile-block-btm {
  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: 70px;
  padding: 50px 4.88% 35px;
  color: #323232;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .sec-doctor .profile-block-btm {
    margin-bottom: 40px;
    padding: 30px 4%;
  }
}
.sec-doctor .profile-block-btm .profile-block__item:first-child {
  padding: 0 4.4% 0 0;
  width: 35%;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .sec-doctor .profile-block-btm .profile-block__item:first-child {
    padding: 0;
    width: 100%;
    border: 0;
  }
}
.sec-doctor .profile-block-btm .profile-block__item:nth-child(2) {
  padding: 0 4.4%;
  width: 28%;
}
@media screen and (max-width: 834px) {
  .sec-doctor .profile-block-btm .profile-block__item:nth-child(2) {
    margin: 15px 0 30px;
    padding: 30px 0 20px;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}
.sec-doctor .profile-block-btm .profile-block__item:nth-child(3) {
  padding: 0 0 0 4.4%;
  width: 37%;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .sec-doctor .profile-block-btm .profile-block__item:nth-child(3) {
    padding: 0;
    border-left: 0;
    width: 100%;
  }
}
.sec-doctor .profile-block-btm .head {
  margin-bottom: 18px;
}
.sec-doctor .profile-block-btm .desc {
  margin-bottom: 14px;
}
.sec-doctor .profile-block-btm .desc + .head {
  margin-top: 30px;
}
.sec-doctor .doctor-interview-block {
  margin: 60px 0 90px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .sec-doctor .doctor-interview-block {
    margin: 40px 0 60px;
  }
}
.sec-doctor .doctor-interview-block:last-child {
  margin-bottom: 0;
}
.sec-doctor .doctor-interview-block .txt-box {
  width: 46.35%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (min-width: 835px) {
  .sec-doctor .doctor-interview-block .txt-box-r {
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 834px) {
  .sec-doctor .doctor-interview-block .txt-box {
    margin-bottom: 35px;
    width: 100%;
  }
}
.sec-doctor .doctor-interview-block .img {
  width: 50%;
}
@media screen and (min-width: 835px) {
  .sec-doctor .doctor-interview-block .img-l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 834px) {
  .sec-doctor .doctor-interview-block .img {
    width: 100%;
  }
}

.sec-gallery {
  padding: 120px 0 0;
}
@media screen and (max-width: 640px) {
  .sec-gallery {
    padding: 60px 0 0;
  }
}
.sec-gallery .ttl-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;
  margin-bottom: 65px;
}
@media screen and (max-width: 640px) {
  .sec-gallery .ttl-box {
    margin-bottom: 40px;
  }
}
.sec-gallery .ttl-box .ttl-sec {
  width: 286px;
}
@media screen and (max-width: 834px) {
  .sec-gallery .ttl-box .ttl-sec {
    width: 100%;
  }
}
.sec-gallery .ttl-box .cap {
  position: relative;
  margin-top: 25px;
  width: calc(100% - 286px);
  color: #d4d8dd;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .sec-gallery .ttl-box .cap {
    width: 100%;
  }
}
.sec-gallery .ttl-box .cap:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
}
.sec-gallery .ttl-box .cap:before {
  top: 8px;
  left: 0;
  background: #d4d8dd;
}
.sec-gallery .ttl-box .cap span {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .sec-gallery .ttl-box .cap span {
    padding-left: 0.6em;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.sec-gallery .slick-slide {
  margin-right: 26px;
  margin-left: 26px;
}
@media screen and (max-width: 1200px) {
  .sec-gallery .slick-slide {
    margin: 0 2.56vw;
  }
}
@media screen and (max-width: 640px) {
  .sec-gallery .slick-slide {
    margin: 0 3vw;
  }
}
.sec-gallery .slick-slide img {
  width: 100%;
}
.sec-gallery .gallery-slider__item {
  max-width: 914px;
}
@media screen and (max-width: 1200px) {
  .sec-gallery .gallery-slider__item {
    max-width: 76.1vw;
  }
}
.sec-gallery .gallery-slide-wrap {
  position: relative;
}
.sec-gallery .slide-arrows02 {
  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;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  margin: -20px auto 0;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .sec-gallery .slide-arrows02 {
    max-width: 84.3vw;
  }
}
@media screen and (max-width: 640px) {
  .sec-gallery .slide-arrows02 {
    max-width: 88vw;
  }
}
.sec-gallery .slide-arrows02 .slick-arrow {
  position: relative;
  display: block;
  width: 40px;
  height: 30px;
  cursor: pointer;
}
.sec-gallery .slide-arrows02 .slick-arrow:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
}
.sec-gallery .slide-arrows02 .slick-arrow:before {
  top: 50%;
  left: 0;
  right: 0;
  margin: -7.5px auto 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.sec-gallery .slide-arrows02 .slick-arrow.slick-next {
  top: 0;
  right: 0;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  z-index: 10;
}
.sec-gallery .slide-arrows02 .slick-arrow.slick-next:before {
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
.sec-gallery .slide-arrows02 .slick-arrow.slick-prev {
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.sec-gallery .slide-arrows02 .slick-arrow.slick-prev:before {
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
}
.sec-gallery .slick-dots {
  position: static;
  margin-top: 20px;
}
.sec-gallery .slick-dots li {
  margin: 0 5px;
}
.sec-gallery .slick-dots li button:before {
  border: 0;
  width: 5px;
  height: 5px;
  background: #ccc;
}
.sec-gallery .slick-dots li.slick-active button:before {
  width: 6px;
  height: 6px;
  background: #151515;
}

.sec-requirements {
  padding: 125px 0 135px;
}
@media screen and (max-width: 640px) {
  .sec-requirements {
    padding: 60px 0 0;
  }
}
.sec-requirements .ttl-sec {
  margin-bottom: 45px;
}
@media screen and (max-width: 640px) {
  .sec-requirements .ttl-sec {
    margin-bottom: 35px;
  }
}

.table-block {
  border-top: 1px solid #d4d4d4;
}
.table-block .table-row {
  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: 30px 0;
  border-bottom: 1px solid #d4d4d4;
}
.table-block .table__head {
  width: 25.88%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
.table-block .table__desc {
  width: 74.12%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}
.table-block .table__desc p:not(:last-child) {
  margin-bottom: 40px;
}

.entry-block {
  color: #fff;
  background: #2066b8;
}
.entry-block .inner,
.entry-block .btn-entry {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-block .inner {
  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;
  height: 282px;
}
@media screen and (max-width: 640px) {
  .entry-block .inner {
    height: 200px;
  }
}
.entry-block .btn-entry {
  position: relative;
  width: 100%;
}
.entry-block .btn-entry .txt {
  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;
  position: relative;
  padding-left: 17.48%;
  width: calc(100% - 78px);
}
@media screen and (max-width: 640px) {
  .entry-block .btn-entry .txt {
    width: calc(100% - 60px);
  }
}
.entry-block .btn-entry .txt:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15%;
  height: 1px;
}
.entry-block .btn-entry .txt:before {
  top: 50%;
  left: 0;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .entry-block .btn-entry .txt:before {
    top: 24px;
  }
}
.entry-block .btn-entry .en {
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 640px) {
  .entry-block .btn-entry .en {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
.entry-block .btn-entry .jp {
  padding-top: 20px;
  margin-left: 3.9%;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .entry-block .btn-entry .jp {
    display: block;
    width: 100%;
    margin-left: 0;
    padding-top: 15px;
  }
}
.entry-block .btn-entry .arrow {
  position: relative;
  display: inline-block;
  width: 78px;
  height: 78px;
  background: #1a559a;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .entry-block .btn-entry .arrow {
    width: 60px;
    height: 60px;
  }
}
.entry-block .btn-entry .arrow:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
}
.entry-block .btn-entry .arrow:before {
  top: 50%;
  left: -4px;
  right: 0;
  margin: -8px auto 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 640px) {
  .entry-block .btn-entry .arrow:before {
    left: -5px;
  }
}
@media screen and (min-width: 835px) {
  .entry-block .btn-entry:hover {
    background: #b9da1e;
  }
  .entry-block .btn-entry:hover .arrow {
    background: #a8ca06;
  }
}

/* ====================================================
contact
==================================================== */
.page-form .main-mv,
.page-thanks .main-mv {
  height: auto;
  min-height: 200px;
  height: 37.1vmin;
}
.page-form .main-mv img,
.page-thanks .main-mv img {
  height: 37.1vmin;
  min-height: 200px;
}
.page-form .sec-form,
.page-thanks .sec-form {
  padding: 80px 0 120px;
  background: #f2f4f5;
}
@media screen and (max-width: 834px) {
  .page-form .sec-form,
.page-thanks .sec-form {
    padding: 60px 0;
  }
}
.page-form .c-ttl02,
.page-thanks .c-ttl02 {
  margin-bottom: 110px;
  color: #dfe2e6;
}
@media screen and (max-width: 834px) {
  .page-form .c-ttl02,
.page-thanks .c-ttl02 {
    margin-bottom: 40px;
  }
}
.page-form .c-ttl02 .small,
.page-thanks .c-ttl02 .small {
  display: block;
  margin-top: 30px;
  color: #172748;
  font-size: 20px;
  font-size: 2rem;
}
.page-form .btn-box,
.page-thanks .btn-box {
  margin: 55px 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .page-form .btn-box,
.page-thanks .btn-box {
    margin: 40px 0 0;
  }
}
.page-form .btn-submit,
.page-thanks .btn-submit {
  margin: 0 5px 15px;
}

.form-block {
  /* 旧Edge対応 */
  /* IE対応 */
}
.form-block .form-row {
  padding: 25px 0;
}
@media screen and (max-width: 640px) {
  .form-block .form-row {
    padding: 20px 0;
  }
}
.form-block .form-label {
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .form-block .form-label {
    margin-bottom: 10px;
  }
}
.form-block .form-label .required {
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 22px;
  width: 40px;
  text-align: center;
  background: #d64556;
  border-radius: 2px;
}
.form-block input,
.form-block button,
.form-block textarea {
  display: inline-block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.form-block input[type=text],
.form-block textarea {
  padding: 25px;
  border-radius: 3px;
}
@media screen and (max-width: 640px) {
  .form-block input[type=text],
.form-block textarea {
    padding: 15px 25px;
  }
}
.form-block textarea {
  padding: 16px 25px;
  height: 200px;
  resize: vertical;
}
.form-block input[type=checkbox],
.form-block input[type=radio] {
  display: none;
}
.form-block input[type=submit],
.form-block input[type=button],
.form-block label,
.form-block button {
  cursor: pointer;
}
.form-block .form-input {
  font-size: 16px;
  font-size: 1.6rem;
}
.form-block .form-input input, .form-block .form-input textarea {
  display: inline-block;
}
.form-block .form-input .clm {
  width: 100%;
}
.form-block .form-input.clm2 {
  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;
}
.form-block .form-input.clm2 .clm {
  width: 48.24%;
}
.form-block .err {
  margin-top: 10px;
  color: #d01137;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
}
.form-block.form-confirm .form-label {
  margin-top: 0;
}
.form-block ::-webkit-input-placeholder {
  color: #c1c1c1;
}
.form-block ::-moz-placeholder {
  color: #c1c1c1;
}
.form-block :-ms-input-placeholder {
  color: #c1c1c1;
}
.form-block ::-ms-input-placeholder {
  color: #c1c1c1;
}
.form-block ::placeholder {
  color: #c1c1c1;
}
.form-block ::-ms-input-placeholder {
  color: #c1c1c1;
}
.form-block ::-ms-input-placeholder {
  color: #c1c1c1;
}
.form-block .btn-submit {
  display: block;
  width: 100%;
  max-width: 450px;
  height: 90px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 90px;
  text-align: center;
  font-weight: bold;
  background: #b9da1e;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -webkit-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .form-block .btn-submit {
    height: 60px;
    color: #fff;
    line-height: 60px;
  }
}
@media screen and (min-width: 835px) {
  .form-block .btn-submit:hover {
    background: #accd12;
  }
}
.form-block .btn-submit.btn-gy {
  background: #ddd;
}

.c-selectbox {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.c-selectbox select {
  border: none;
  outline: none;
  background: #fff;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 25px 5% 25px 25px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .c-selectbox select {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
.c-selectbox select::-ms-expand {
  display: none;
}
.c-selectbox:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
}
.c-selectbox:before {
  right: 2.54%;
  top: 50%;
  margin-top: -8px;
  content: "\f13a";
  color: #ccc;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.page-thanks .c-ttl02 {
  margin-bottom: 70px;
}
@media screen and (max-width: 834px) {
  .page-thanks .c-ttl02 {
    margin-bottom: 20px;
  }
}
.page-thanks .c-txt01 {
  margin-top: 20px;
}

.visite-date {
  margin-top: 25px;
  margin-bottom: 105px;
}
.visite-date__title {
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 80px;
  text-align: center;
  background: #dfe2e6;
}
@media screen and (max-width: 834px) {
  .visite-date__title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 60px;
  }
}
.visite-date__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.visite-date__note {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.3;
}
.visite-date__table {
  margin-top: 40px;
  max-width: 600px;
  width: 100%;
  background: #fff;
  table-layout: fixed;
}
@media screen and (max-width: 834px) {
  .visite-date__table {
    margin-top: 30px;
  }
}
.visite-date__table th, .visite-date__table td {
  padding: 22px 5px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  vertical-align: middle;
}
@media screen and (max-width: 834px) {
  .visite-date__table th, .visite-date__table td {
    padding: 15px 0;
    font-size: 1.3rem;
  }
}
.visite-date__table th.time, .visite-date__table td.time {
  padding: 22px 15px;
  width: 140px;
  text-align: left;
  border-left: 0;
}
@media screen and (max-width: 834px) {
  .visite-date__table th.time, .visite-date__table td.time {
    padding: 15px 0;
    width: 80px;
    text-align: center;
  }
}
.visite-date__table th > span, .visite-date__table td > span {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 834px) {
  .visite-date__table th > span, .visite-date__table td > span {
    font-size: 0.9rem;
  }
}
.visite-date__table th {
  background: #dfe2e6;
}
@media screen and (max-width: 834px) {
  .visite-date__table th {
    font-size: 1.2rem;
  }
}
.visite-date__table tr:nth-child(2) th, .visite-date__table tr:nth-child(2) td {
  padding: 10px 15px;
}
@media screen and (max-width: 834px) {
  .visite-date__table tr:nth-child(2) th, .visite-date__table tr:nth-child(2) td {
    padding: 10px 0;
  }
}
@media screen and (max-width: 640px) {
  .visite-date .form-input.clm2 .clm {
    width: 100%;
  }
  .visite-date .form-input.clm2 .clm:first-of-type {
    margin-bottom: 15px;
  }
}

.form-datepicker {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 5px;
}
.form-datepicker:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
}
.form-datepicker:before {
  right: 2.54%;
  top: 50%;
  margin-top: -8px;
  content: "\f13a";
  color: #ccc;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.form-datepicker input[type=text].form-control {
  padding: 25px 5% 25px 45px;
  background: none;
}
@media screen and (max-width: 640px) {
  .form-datepicker input[type=text].form-control {
    padding-left: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.form-datepicker:after {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .form-datepicker:after {
    left: 15px;
  }
}

.ui-datepicker {
  width: 23em;
}

.ui-datepicker td span, .ui-datepicker td a {
  padding: 12px 8px;
}
/*# sourceMappingURL=maps/styles.css.map */
