@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700;900&display=swap");
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

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

fieldset, img {
  border: 0;
}

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

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}

/* ====================================================
Font
==================================================== */
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/webfonts/MYRIADPRO-REGULAR.woff");
}
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
// flexセット
==================================================== */
/* ====================================================
画像などを縦横比を維持したままレスポンシブ対応
*画像やGoogle Map、YouTubeの埋め込みなどを縦横比を維持したままレスポンシブ対応
.photo {
  // 画像を16:9にトリミングして縦横比を常に保つ
  @include aspect-ratio(16, 9);

  & > .image {
    @include object-fit(cover);
  }
}
==================================================== */
@media screen and (min-width: 835px) {
  .mbpc-1 {
    margin-bottom: 1px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-1 {
    margin-bottom: 1px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-2 {
    margin-bottom: 2px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-2 {
    margin-bottom: 2px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-3 {
    margin-bottom: 3px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-3 {
    margin-bottom: 3px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-6 {
    margin-bottom: 6px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-6 {
    margin-bottom: 6px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-7 {
    margin-bottom: 7px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-7 {
    margin-bottom: 7px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-9 {
    margin-bottom: 9px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-9 {
    margin-bottom: 9px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-11 {
    margin-bottom: 11px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-11 {
    margin-bottom: 11px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-13 {
    margin-bottom: 13px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-13 {
    margin-bottom: 13px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-14 {
    margin-bottom: 14px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-14 {
    margin-bottom: 14px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-17 {
    margin-bottom: 17px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-17 {
    margin-bottom: 17px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-18 {
    margin-bottom: 18px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-18 {
    margin-bottom: 18px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-19 {
    margin-bottom: 19px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-19 {
    margin-bottom: 19px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-21 {
    margin-bottom: 21px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-21 {
    margin-bottom: 21px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-22 {
    margin-bottom: 22px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-22 {
    margin-bottom: 22px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-23 {
    margin-bottom: 23px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-23 {
    margin-bottom: 23px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-26 {
    margin-bottom: 26px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-26 {
    margin-bottom: 26px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-27 {
    margin-bottom: 27px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-27 {
    margin-bottom: 27px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-29 {
    margin-bottom: 29px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-29 {
    margin-bottom: 29px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-31 {
    margin-bottom: 31px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-31 {
    margin-bottom: 31px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-33 {
    margin-bottom: 33px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-33 {
    margin-bottom: 33px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-34 {
    margin-bottom: 34px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-34 {
    margin-bottom: 34px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-37 {
    margin-bottom: 37px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-37 {
    margin-bottom: 37px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-38 {
    margin-bottom: 38px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-38 {
    margin-bottom: 38px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-39 {
    margin-bottom: 39px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-39 {
    margin-bottom: 39px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-41 {
    margin-bottom: 41px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-41 {
    margin-bottom: 41px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-42 {
    margin-bottom: 42px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-42 {
    margin-bottom: 42px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-43 {
    margin-bottom: 43px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-43 {
    margin-bottom: 43px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-46 {
    margin-bottom: 46px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-46 {
    margin-bottom: 46px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-47 {
    margin-bottom: 47px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-47 {
    margin-bottom: 47px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-49 {
    margin-bottom: 49px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-49 {
    margin-bottom: 49px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-51 {
    margin-bottom: 51px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-51 {
    margin-bottom: 51px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-53 {
    margin-bottom: 53px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-53 {
    margin-bottom: 53px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-54 {
    margin-bottom: 54px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-54 {
    margin-bottom: 54px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-57 {
    margin-bottom: 57px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-57 {
    margin-bottom: 57px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-58 {
    margin-bottom: 58px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-58 {
    margin-bottom: 58px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-59 {
    margin-bottom: 59px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-59 {
    margin-bottom: 59px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-61 {
    margin-bottom: 61px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-61 {
    margin-bottom: 61px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-62 {
    margin-bottom: 62px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-62 {
    margin-bottom: 62px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-63 {
    margin-bottom: 63px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-63 {
    margin-bottom: 63px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-66 {
    margin-bottom: 66px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-66 {
    margin-bottom: 66px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-67 {
    margin-bottom: 67px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-67 {
    margin-bottom: 67px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-69 {
    margin-bottom: 69px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-69 {
    margin-bottom: 69px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-71 {
    margin-bottom: 71px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-71 {
    margin-bottom: 71px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-73 {
    margin-bottom: 73px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-73 {
    margin-bottom: 73px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-74 {
    margin-bottom: 74px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-74 {
    margin-bottom: 74px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-77 {
    margin-bottom: 77px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-77 {
    margin-bottom: 77px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-78 {
    margin-bottom: 78px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-78 {
    margin-bottom: 78px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-79 {
    margin-bottom: 79px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-79 {
    margin-bottom: 79px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-81 {
    margin-bottom: 81px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-81 {
    margin-bottom: 81px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-82 {
    margin-bottom: 82px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-82 {
    margin-bottom: 82px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-83 {
    margin-bottom: 83px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-83 {
    margin-bottom: 83px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-84 {
    margin-bottom: 84px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-84 {
    margin-bottom: 84px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-85 {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-85 {
    margin-bottom: 85px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-86 {
    margin-bottom: 86px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-86 {
    margin-bottom: 86px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-87 {
    margin-bottom: 87px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-87 {
    margin-bottom: 87px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-88 {
    margin-bottom: 88px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-88 {
    margin-bottom: 88px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-89 {
    margin-bottom: 89px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-89 {
    margin-bottom: 89px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-91 {
    margin-bottom: 91px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-91 {
    margin-bottom: 91px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-92 {
    margin-bottom: 92px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-92 {
    margin-bottom: 92px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-93 {
    margin-bottom: 93px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-93 {
    margin-bottom: 93px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-94 {
    margin-bottom: 94px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-94 {
    margin-bottom: 94px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-95 {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-95 {
    margin-bottom: 95px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-96 {
    margin-bottom: 96px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-96 {
    margin-bottom: 96px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-97 {
    margin-bottom: 97px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-97 {
    margin-bottom: 97px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-98 {
    margin-bottom: 98px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-98 {
    margin-bottom: 98px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-99 {
    margin-bottom: 99px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-99 {
    margin-bottom: 99px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-100 {
    margin-bottom: 100px !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

/* ====================================================
// formスタイルリセット
==================================================== */
/* ====================================================
// hover時の透過度
==================================================== */
body {
  color: #3a3d74;
  font-family: "Zen Old Mincho", serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a {
    display: inline-block;
  }
}
@media screen and (min-width: 835px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc-ipd {
    display: none !important;
  }
}
@media screen and (max-width: 990px) {
  .pc-lg {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}
@media screen and (max-width: 340px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .sp-ipd {
    display: none !important;
  }
}
@media screen and (min-width: 991px) {
  .sp-lg {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

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

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

/* ====================================================
Control
==================================================== */
.c-fc--primary {
  color: #3a3d74 !important;
}
.c-fc--white {
  color: #fff !important;
}
.c-fc--black {
  color: #000 !important;
}
.c-fc--lpu {
  color: #7f819c !important;
}
.c-fc--dpk {
  color: #86093c !important;
}

.bg-primary {
  background: #3a3d74;
  color: white;
}

.c-ft--en {
  font-family: "Inter", sans-serif;
}
.c-ft--jp {
  font-family: "Zen Old Mincho", serif;
}
.c-ft--yo {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

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

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

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

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

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

/* ====================================================
Component
==================================================== */
.c-txt__01 {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 340px) {
  .c-txt__01 {
    font-size: 1.3rem;
  }
}
.c-txt__02 {
  font-size: 1.3rem;
  line-height: 1.8461538462;
}
@media screen and (max-width: 340px) {
  .c-txt__02 {
    font-size: 1.1rem;
  }
}
.c-txt__03 {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 340px) {
  .c-txt__03 {
    font-size: 1.4rem;
  }
}
.c-txt__04 {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .c-txt__04 {
    line-height: 1.8;
  }
}

.c-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, rgba(198, 201, 220, 0.6)));
  background: -o-linear-gradient(transparent 65%, rgba(198, 201, 220, 0.6) 65%);
  background: linear-gradient(transparent 65%, rgba(198, 201, 220, 0.6) 65%);
}

.c-ttl__01 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.c-ttl__01 .inn {
  position: relative;
  padding: 0 0 16px;
  overflow: hidden;
}
.c-ttl__01 .inn .en {
  font-size: 9.001rem;
  line-height: 1;
  color: #f1f2f9;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .c-ttl__01 .inn .en {
    font-size: 7rem;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl__01 .inn .en {
    font-size: 5rem;
  }
}
.c-ttl__01 .inn .jp {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 2.4rem;
  line-height: 2.0833333333;
}
@media screen and (max-width: 1024px) {
  .c-ttl__01 .inn .jp {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl__01 .inn .jp {
    font-size: 1.8rem;
  }
}
.c-ttl__01 .inn .jp:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100vw;
  right: calc(100% + 7px);
  top: 50%;
  background: #3a3d74;
}
.c-ttl__01 .inn .jp.line-l {
  margin-left: 7px;
}
.c-ttl__01 .inn .jp.no-line:before {
  display: none;
}
.c-ttl__01__center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-ttl__02 > * {
  display: block;
}
.c-ttl__02 .en {
  font-size: 1.8rem;
  margin: 0 0 9px;
}
@media screen and (max-width: 834px) {
  .c-ttl__02 .en {
    font-size: 1.4rem;
    margin: 0 0 5px;
  }
}
.c-ttl__02 .jp {
  font-size: 4rem;
  line-height: 1.25;
}
@media screen and (max-width: 1024px) {
  .c-ttl__02 .jp {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl__02 .jp {
    font-size: 2.6rem;
  }
}
.c-ttl__03 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-ttl__03 .c-ft--en {
  font-weight: 600;
  font-size: 4rem;
  margin-right: 16px;
}
@media screen and (max-width: 834px) {
  .c-ttl__03 .c-ft--en {
    width: 100%;
    font-size: 2.8rem;
    margin: 0;
  }
}
.c-ttl__03 .c-ft--jp {
  font-size: 1.3rem;
  margin: -4px 0 0;
}
@media screen and (max-width: 834px) {
  .c-ttl__03 .c-ft--jp {
    width: 100%;
    margin: 0;
  }
}
.c-ttl__04 {
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .c-ttl__04 {
    margin-bottom: 20px;
  }
}
.c-ttl__04 .c-ft--en {
  display: block;
  font-weight: 300;
  font-size: 1.6rem;
  margin-bottom: 6px;
  letter-spacing: 2px;
}
.c-ttl__04 .c-ft--jp {
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.5;
}
@media screen and (max-width: 1245px) {
  .c-ttl__04 .c-ft--jp {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 340px) {
  .c-ttl__04 .c-ft--jp {
    font-size: 2.5rem;
  }
}
.c-btn__01 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  max-width: 551px;
  height: 145px;
  background: white;
  position: relative;
  z-index: 1;
  padding: 22px 70px 10px;
}
@media screen and (max-width: 834px) {
  .c-btn__01 {
    padding: 15px 40px;
    max-width: 350px;
    height: 100px;
  }
}
.c-btn__01:hover {
  opacity: 1;
}
.c-btn__01:hover:after {
  right: 5px;
}
@media screen and (max-width: 834px) {
  .c-btn__01:hover:after {
    width: -10px;
  }
}
.c-btn__01:after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 28px;
  height: 7px;
  background: url("../img/common/arr-bl.png") no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 47.8%;
  right: 21px;
  -webkit-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
}
@media screen and (max-width: 834px) {
  .c-btn__01:after {
    width: 21px;
    height: 5px;
    right: -4px;
  }
}
.c-btn__01 .inn > * {
  display: block;
}
.c-btn__01 .jp {
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .c-btn__01 .jp {
    font-size: 1.6rem;
  }
}
.c-btn__01 .en {
  margin: 3px 0 0;
  font-size: 1.2rem;
}
.c-btn__02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn__02:hover {
  opacity: 1;
}
.c-btn__02:hover .circle {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.c-btn__02:hover .txt:after {
  -webkit-animation: hover_line 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
          animation: hover_line 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.c-btn__02 .circle {
  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: 58px;
  height: 58px;
  border-radius: 50%;
  background: #3a3d74;
  margin: 0 20px 0 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 834px) {
  .c-btn__02 .circle {
    width: 48px;
    height: 48px;
  }
}
.c-btn__02 .txt {
  font-size: 1.6rem;
  padding: 4px 0 6px;
  position: relative;
  font-family: "Zen Old Mincho", serif;
}
.c-btn__02 .txt:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #3a3d74;
}
.c-btn__02--w {
  color: white;
}
.c-btn__02--w .circle {
  background: #fff;
}
.c-btn__02--w .txt:after {
  background: #fff;
}
.c-btn__03 {
  position: relative;
  display: inline-block;
  color: #3a3d74;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  padding-right: 43px;
}
.c-btn__03:hover {
  opacity: 1;
}
.c-btn__03:hover:after {
  right: 0;
}
.c-btn__03:after {
  content: "";
  position: absolute;
  background: url("../img/common/arr-bl.png") no-repeat;
  background-size: contain;
  width: 28px;
  height: 7px;
  top: calc(50% - 4px);
  right: 7px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@-webkit-keyframes hover_line {
  0% {
    width: 100%;
    left: 0;
  }
  49% {
    width: 0;
    left: 100%;
  }
  50% {
    width: 0;
    left: 0;
  }
  to {
    width: 100%;
    left: 0;
  }
}

@keyframes hover_line {
  0% {
    width: 100%;
    left: 0;
  }
  49% {
    width: 0;
    left: 100%;
  }
  50% {
    width: 0;
    left: 0;
  }
  to {
    width: 100%;
    left: 0;
  }
}
.scrollin {
  opacity: 0;
  -webkit-transform: translate(0, 70px);
  -ms-transform: translate(0, 70px);
  transform: translate(0, 70px);
}
.scrollin.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.Text-Span {
  position: relative;
  z-index: 1;
}
.Text-Span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  z-index: -1;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.Text-Span.isActive:after {
  width: 100%;
}

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

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

.wrapper {
  margin-top: 59px;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    margin-top: 60px;
  }
}

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

.box-link {
  font-size: 1.6rem;
  padding: 0 0 0 3px;
}
.box-link a {
  display: block;
  position: relative;
  padding: 9px 0 9px 38px;
  margin: 0 0 8px;
  border-bottom: 1px solid #3a3d74;
}
.box-link a:hover {
  opacity: 1;
}
.box-link a:hover:before {
  left: 8px;
}
.box-link a:last-child {
  margin-bottom: 0;
}
.box-link a:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 7px;
  background: url(../img/common/arr-bl.png) no-repeat;
  background-size: contain;
  top: 45%;
  left: 1px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.rows {
  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;
}
.rows .col {
  opacity: 0;
  -webkit-transform: translate(0, 70px);
      -ms-transform: translate(0, 70px);
          transform: translate(0, 70px);
}
.rows .col.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.rows .col .link {
  display: block;
  position: relative;
}
.rows .col .link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  content: "";
  opacity: 0;
  background-color: rgba(204, 204, 204, 0.1);
  -webkit-transition: width 0.5s ease-out, opacity 0.4s ease-in;
  -o-transition: width 0.5s ease-out, opacity 0.4s ease-in;
  transition: width 0.5s ease-out, opacity 0.4s ease-in;
  pointer-events: none;
}
.rows .col .link:hover {
  opacity: 1;
}
.rows .col .link:hover:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: width 0.5s ease-out, opacity 0.3s ease-out;
  -o-transition: width 0.5s ease-out, opacity 0.3s ease-out;
  transition: width 0.5s ease-out, opacity 0.3s ease-out;
}
.rows .col .link:hover .img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.rows .col .link .img {
  position: relative;
  overflow: hidden;
}
.rows .col .link .img:before {
  content: "";
  display: block;
  padding-bottom: 62.3188405797%;
}
.rows .col .link .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.rows .col .link .cnt {
  padding: 33px 1px 0;
}
@media screen and (max-width: 1024px) {
  .rows .col .link .cnt {
    padding: 15px 0 0;
  }
}
.rows .col .link .cnt .f {
  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 0 17px;
}
@media screen and (max-width: 1024px) {
  .rows .col .link .cnt .f {
    margin: 0 0 15px;
  }
}
.rows .col .link .cnt .f:last-child {
  margin-bottom: 0;
}
.rows .col .link .cnt .f .date {
  margin: 0 15px 0 0;
}
@media screen and (max-width: 834px) {
  .rows .col .link .cnt .f .date {
    margin: 0 10px 0 0;
  }
}
.rows .col .link .cnt .date {
  font-size: 1.3rem;
  line-height: 1;
  color: #999999;
}
@media screen and (max-width: 340px) {
  .rows .col .link .cnt .date {
    font-size: 1.1rem;
  }
}
.rows .col .link .cnt .tag {
  font-size: 1.3rem;
  line-height: 1;
  background: #ebecf5;
  padding: 3px 11px 2px;
  border-radius: 11px;
}
@media screen and (max-width: 640px) {
  .rows .col .link .cnt .tag {
    font-size: 1.1rem;
    padding: 3px 5px 2px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .rows .col .link .cnt .tag {
    padding: 5px 11px 1px;
  }
}
.rows .col .link .cnt .tag.c-fc--white {
  background: #3a3d74;
}
.rows .col .link .cnt .ttl {
  font-size: 1.8rem;
  line-height: 1.3888888889;
  padding: 0 2px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .rows .col .link .cnt .ttl {
    font-size: 1.5rem;
    padding: 0;
  }
}
.rows .col .link .cnt .ttl:first-child {
  padding: 0;
  margin: -6px 0 13px;
}
.rows .col .link .cnt .txt {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  margin-bottom: 14px;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 50px;
}
.rows .col-03 {
  width: 33.33%;
  padding: 0 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 835px) {
  .rows .col-03:nth-child(3n+2) {
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .rows .col-03:nth-child(3n+3) {
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
  }
}
@media screen and (max-width: 1024px) {
  .rows .col-03 {
    padding: 0 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 834px) {
  .rows .col-03 {
    width: 50%;
  }
}
@media screen and (max-width: 834px) and (min-width: 341px) {
  .rows .col-03:nth-child(even) {
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
@media screen and (max-width: 640px) {
  .rows .col-03 {
    padding: 0 6px;
  }
}
@media screen and (max-width: 340px) {
  .rows .col-03 {
    width: 100%;
  }
}
.rows-03 {
  margin: 0 -16px;
}
@media screen and (max-width: 1024px) {
  .rows-03 {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 640px) {
  .rows-03 {
    margin: 0 -6px;
  }
}

.btn-r {
  margin: -38px 0 38px;
}
@media screen and (max-width: 834px) {
  .btn-r {
    margin: -19px 0 30px;
  }
}

.paget-title__inner {
  position: relative;
  margin: 0 auto;
  width: 95%;
}
.paget-title img {
  height: 378px;
}
@media screen and (max-width: 834px) {
  .paget-title img {
    height: 55vw;
  }
}
.paget-title__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 82px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1130px;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .paget-title__title {
    bottom: 9.5vw;
  }
}
@media screen and (max-width: 640px) {
  .paget-title__title {
    bottom: 30px;
  }
}
.paget-title__title .en {
  font-size: "Inter", sans-serif/10rem;
  line-height: 300/"Inter", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .paget-title__title .en {
    font-size: 1.4rem;
  }
}
.paget-title__title .jp {
  display: block;
  margin-top: 15px;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .paget-title__title .jp {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .paget-title__title .jp {
    margin-top: 8px;
    font-size: 2.4rem;
  }
}

.breadcrumb {
  margin-top: 20px;
  color: #b1b1b9;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.2rem;
}
.breadcrumb a {
  display: inline-block;
  position: relative;
  margin-right: 25px;
}
.breadcrumb a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 1px;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #b1b1b9;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
}
#header.fixed .logo.on {
  opacity: 1;
}
#header.fixed .logo.off {
  opacity: 0;
}
#header .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .logo.off {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  #header .logo.off {
    width: 120px;
  }
}
#header .logo.on {
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  #header .logo.on {
    width: 195px;
  }
  #header .logo.on img {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  #header .nav-menu {
    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;
    height: 59px;
    padding: 0 53px 0 210px;
  }
}
@media screen and (max-width: 1200px) {
  #header .nav-menu {
    position: fixed;
    background: #fff;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh - 60px);
    padding: 60px 15px 0;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header .nav-menu.active {
    opacity: 1;
    pointer-events: auto;
  }
}
#header .nav-menu .show-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  #header .nav-menu .show-menu {
    display: block;
    margin-bottom: 100px;
  }
}
#header .nav-menu .show-menu .item {
  padding: 10px 0 7px 28px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  #header .nav-menu .show-menu .item {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  #header .nav-menu .show-menu .item {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
  }
}
#header .nav-menu .show-menu .item:first-child {
  padding-left: 0;
}
#header .nav-menu .show-menu .item > a {
  position: relative;
  display: block;
  font-size: 1.4rem;
  color: #333333;
}
@media screen and (max-width: 1200px) {
  #header .nav-menu .show-menu .item > a {
    text-align: center;
    position: relative;
  }
}
#header .nav-menu .show-menu .item > a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 5px;
  opacity: 0;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #3a3d74;
}
@media screen and (min-width: 1201px) {
  #header .nav-menu .show-menu .item.active a:before {
    opacity: 1;
  }
}
#header .mobile-icon {
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 12;
  display: none;
  margin-left: auto;
  background: #000;
}
@media screen and (max-width: 1200px) {
  #header .mobile-icon {
    display: block;
  }
}
#header .mobile-icon span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 60%;
  height: 2px;
  background: #fff;
  border-radius: 3px;
}
#header .mobile-icon span:before, #header .mobile-icon span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
}
#header .mobile-icon span:before {
  -webkit-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
      transform: translateY(-250%);
  top: -6px;
}
#header .mobile-icon span:after {
  -webkit-transform: translateY(250%);
  -ms-transform: translateY(250%);
      transform: translateY(250%);
  bottom: -6px;
}
#header .mobile-icon.mobile-close span {
  background-color: transparent;
}
#header .mobile-icon.mobile-close span:before, #header .mobile-icon.mobile-close span:after {
  width: 100%;
}
#header .mobile-icon.mobile-close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg);
  top: 2px;
}
#header .mobile-icon.mobile-close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
  bottom: -2px;
}
#header .inquiry {
  width: 74px;
  height: 192px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  #header .inquiry {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 641px) {
  #header .inquiry > * {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
            text-orientation: mixed;
  }
}

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

#footer {
  background: #2f315a;
  padding: 139px 0 97px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 990px) {
  #footer {
    padding: 50px 0;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #footer.mb-sp {
    margin-bottom: 50px;
  }
}
#footer .inner {
  max-width: 1136px;
}
@media screen and (min-width: 991px) {
  #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: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#footer .l {
  padding: 0 15px 0 0;
}
@media screen and (max-width: 990px) {
  #footer .l {
    padding: 0;
  }
}
#footer .logo {
  margin: 0 0 10px;
}
#footer .des {
  padding: 0 0 34px 7px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 990px) {
  #footer .des {
    padding-bottom: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer .des span {
  position: relative;
  z-index: 1;
  margin: 0 13px 0 0;
}
#footer .des span:before {
  position: absolute;
  content: "";
  background: white;
  top: 1px;
  bottom: 3px;
  right: -3px;
  left: -4px;
  z-index: -1;
}
#footer .add {
  margin: 0 0 8px 1px;
}
@media screen and (max-width: 834px) {
  #footer .add {
    margin-left: 0;
  }
}
#footer .info {
  margin: 0 0 0 2px;
}
@media screen and (max-width: 834px) {
  #footer .info {
    margin-left: 0;
  }
}
#footer .info a {
  margin: 0 21px 0 0;
}
@media screen and (max-width: 834px) {
  #footer .info a {
    margin: 0;
  }
}
#footer .c-btn__01 {
  margin: 50px 5px 100px 0;
}
@media screen and (max-width: 990px) {
  #footer .c-btn__01 {
    margin: 30px auto;
  }
}
@media screen and (max-width: 834px) {
  #footer .c-btn__01:after {
    right: 5px;
  }
}
@media screen and (max-width: 834px) {
  #footer .c-btn__01:hover:after {
    right: -5px;
  }
}
#footer .menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 2px;
}
@media screen and (max-width: 1024px) {
  #footer .menu {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 990px) {
  #footer .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 834px) {
  #footer .menu {
    padding: 0;
  }
}
#footer .menu .item {
  margin: 0 26px 0 0;
}
@media screen and (max-width: 834px) {
  #footer .menu .item {
    margin-right: 15px;
  }
}
#footer .copyright {
  margin: 20px 0 0;
}
@media screen and (max-width: 834px) {
  #footer .copyright {
    margin: 0;
  }
}

.sec-mv {
  position: relative;
  z-index: 1;
  height: calc(100vh - 59px);
  min-height: 393px;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .sec-mv {
    height: calc(100vh - 60px);
    min-height: 257px;
  }
}
@media screen and (max-width: 640px) {
  .sec-mv {
    height: calc(100vh - 110px);
    min-height: 260px;
  }
}
@media screen and (max-width: 340px) {
  .sec-mv {
    min-height: 243px;
  }
}
.sec-mv #keyvisual-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 34px solid #fff;
  border-right: 34px solid #fff;
}
@media screen and (max-width: 640px) {
  .sec-mv #keyvisual-frame {
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
  }
}

#keyvisual-overlfow,
#keyvisual-overlfow2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.mv-cnt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 66%;
  left: 0;
  width: 100%;
  padding: 50px 49px 96px;
}
@media screen and (max-width: 834px) {
  .mv-cnt {
    padding: 30px;
  }
}
.mv-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;
  font-size: 2.4rem;
  margin: 0 0 22px;
}
@media screen and (max-width: 834px) {
  .mv-txt {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 340px) {
  .mv-txt {
    font-size: 1.6rem;
  }
}
.mv-txt > * {
  border: 1px solid white;
  padding: 4px 19px 3px;
}
@media screen and (max-width: 834px) {
  .mv-txt > * {
    padding: 5px 10px;
  }
}
.mv-ttl {
  font-size: 4rem;
  line-height: 1.75025;
  margin: 0 0 18px;
}
@media screen and (max-width: 834px) {
  .mv-ttl {
    font-size: 3rem;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .mv-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 340px) {
  .mv-ttl {
    font-size: 2rem;
  }
}
.mv-ttl .textEffect span {
  display: inline-block;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.mv-ttl .textEffect span:nth-of-type(2) {
  -webkit-transition-delay: 0.125s;
       -o-transition-delay: 0.125s;
          transition-delay: 0.125s;
}
.mv-ttl .textEffect span:nth-of-type(3) {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.mv-ttl .textEffect span:nth-of-type(4) {
  -webkit-transition-delay: 0.375s;
       -o-transition-delay: 0.375s;
          transition-delay: 0.375s;
}
.mv-ttl .textEffect span:nth-of-type(5) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.mv-ttl .textEffect span:nth-of-type(6) {
  -webkit-transition-delay: 0.625s;
       -o-transition-delay: 0.625s;
          transition-delay: 0.625s;
}
.mv-ttl .textEffect span:nth-of-type(7) {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.mv-ttl .textEffect span:nth-of-type(8) {
  -webkit-transition-delay: 0.875s;
       -o-transition-delay: 0.875s;
          transition-delay: 0.875s;
}
.mv-ttl .textEffect span:nth-of-type(9) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.mv-ttl .textEffect span:nth-of-type(10) {
  -webkit-transition-delay: 1.125s;
       -o-transition-delay: 1.125s;
          transition-delay: 1.125s;
}
.mv-ttl .textEffect span:nth-of-type(11) {
  -webkit-transition-delay: 1.25s;
       -o-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.mv-ttl .textEffect:last-child span:first-child {
  -webkit-transition-delay: 1.375s;
       -o-transition-delay: 1.375s;
          transition-delay: 1.375s;
}
.mv-ttl .textEffect:last-child span:nth-of-type(2) {
  -webkit-transition-delay: 1.625s;
       -o-transition-delay: 1.625s;
          transition-delay: 1.625s;
}
.mv-ttl .textEffect:last-child span:nth-of-type(3) {
  -webkit-transition-delay: 1.75s;
       -o-transition-delay: 1.75s;
          transition-delay: 1.75s;
}
.mv-ttl .textEffect:last-child span:nth-of-type(4) {
  -webkit-transition-delay: 1.875s;
       -o-transition-delay: 1.875s;
          transition-delay: 1.875s;
}
.mv-ttl .textEffect:last-child span:nth-of-type(5) {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}
.mv-ttl .textEffect:last-child span:nth-of-type(6) {
  -webkit-transition-delay: 2.125s;
       -o-transition-delay: 2.125s;
          transition-delay: 2.125s;
}
.mv-ttl .textEffect:last-child span:nth-of-type(7) {
  -webkit-transition-delay: 2.25s;
       -o-transition-delay: 2.25s;
          transition-delay: 2.25s;
}
.mv-ttl .textEffect:last-child span:nth-of-type(8) {
  -webkit-transition-delay: 2.375s;
       -o-transition-delay: 2.375s;
          transition-delay: 2.375s;
}
.mv-ttl .textEffect:last-child span:nth-of-type(9) {
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.mv-ttl .textEffect:last-child span:nth-of-type(10) {
  -webkit-transition-delay: 2.625s;
       -o-transition-delay: 2.625s;
          transition-delay: 2.625s;
}
.mv-ttl .textEffect:last-child span:nth-of-type(11) {
  -webkit-transition-delay: 2.75s;
       -o-transition-delay: 2.75s;
          transition-delay: 2.75s;
}
.mv-ttl .textEffect:last-child span:nth-of-type(12) {
  -webkit-transition-delay: 2.875s;
       -o-transition-delay: 2.875s;
          transition-delay: 2.875s;
}
.mv-ttl .textEffect:last-child span:nth-of-type(13) {
  -webkit-transition-delay: 3s;
       -o-transition-delay: 3s;
          transition-delay: 3s;
}
.mv-ttl .textEffect.active span {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.mv-des {
  letter-spacing: 1.3px;
}
@media screen and (max-width: 834px) {
  .mv-des {
    letter-spacing: 1px;
  }
}
.mv-slider {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
}
.mv-slider .item {
  overflow: hidden;
}
.mv-slider img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.mv-slider .slick-list, .mv-slider .slick-track {
  height: 100%;
}

@-webkit-keyframes scaleImg {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  97% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleImg {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  97% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.sec-about {
  padding: 122px 0 141px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .sec-about {
    padding: 50px 0;
  }
}

.about-ttl {
  margin: 0 0 36px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .about-ttl {
    margin: 0 0 30px;
  }
}
.about-des {
  font-size: 3rem;
  line-height: 1.6666666667;
  margin: 0 0 35px;
}
@media screen and (max-width: 834px) {
  .about-des {
    font-size: 2rem;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 340px) {
  .about-des {
    font-size: 1.8rem;
  }
}
.about-des span {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0 8px 0 -4px;
}
@media screen and (max-width: 834px) {
  .about-des span {
    margin: 0 10px 0 5px;
  }
}
.about-des span:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 7px;
  bottom: 4px;
  left: -12px;
  right: -6px;
  background: #86093c;
}
@media screen and (max-width: 834px) {
  .about-des span:before {
    top: 2px;
    bottom: 0;
    left: -5px;
  }
}
.about-txt {
  line-height: 2.25;
  margin: 0 0 44px;
}
@media screen and (max-width: 834px) {
  .about-txt {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .about-txt {
    text-align: left;
  }
}
.about-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 2.5714285714;
  margin: 50px auto 0;
  max-width: 676px;
  position: relative;
}
.about-list:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  left: 12.5%;
  background: #fff;
  top: 48px;
  -webkit-transition: 2s all;
  -o-transition: 2s all;
  transition: 2s all;
}
.about-list__item {
  width: 25%;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0;
}
.about-list__item:nth-of-type(2) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.about-list__item:nth-of-type(3) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.about-list__item:nth-of-type(4) {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.about-list__ico {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  height: 29px;
  margin: 0 0 15px;
}
.about-list__ico img {
  display: block;
  margin: 0 auto;
}
.about-list__circle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.about-list__circle > * {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.about-list__circle > *:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-list__circle > *:before {
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}
.about-list__txt {
  padding: 10px 0 0;
}
.about-list.active:before {
  width: 75%;
}
.about-list.active .about-list__item {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
.sec-news {
  padding: 81px 0 86px;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .sec-news {
    padding: 50px 0;
  }
}

.news-video {
  max-width: 573px;
  position: relative;
  overflow: hidden;
  margin: 20px auto 0;
}
@media screen and (max-width: 834px) {
  .news-video {
    margin: 20px auto 60px;
  }
}
.news-video:before {
  display: block;
  content: "";
  padding-bottom: 59.1623036649%;
}
.news-video > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-provide {
  margin: 69px 0 0;
  padding: 106px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .news-provide {
    margin: 20px 0 0;
    padding: 50px 0 0;
  }
}
.news-provide:before {
  position: absolute;
  z-index: -1;
  content: "";
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  left: 50%;
  width: 100vw;
  height: 386px;
  background: url("../img/index/news-provide-bg.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .news-provide:before {
    height: 200px;
  }
}
.news-provide__ttl {
  font-size: 3rem;
  line-height: 1.6666666667;
  margin: 0 0 43px;
}
@media screen and (max-width: 834px) {
  .news-provide__ttl {
    font-size: 2.2rem;
    margin: 0 0 30px;
  }
}
.news-provide__list {
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.8rem;
  padding: 55px 44px 34px;
  -webkit-box-shadow: 0 0 26px rgba(58, 61, 116, 0.1);
          box-shadow: 0 0 26px rgba(58, 61, 116, 0.1);
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}
@media screen and (max-width: 1024px) {
  .news-provide__list {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 834px) {
  .news-provide__list {
    font-size: 1.5rem;
  }
}
.news-provide__list .item {
  width: 33.33%;
  padding: 0 20px 26px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .news-provide__list .item {
    padding: 0 15px 15px;
  }
}
@media screen and (max-width: 834px) {
  .news-provide__list .item {
    width: 50%;
    padding: 0 10px 10px;
  }
}
@media screen and (max-width: 640px) {
  .news-provide__list .item {
    width: 100%;
    padding: 0 0 10px;
  }
}
.news-provide__list .item a,
.news-provide__list .item span {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #3a3d74;
  padding: 13px 10px 11px 19px;
  pointer-events: none;
  background: #f1f2f9;
}

.sec-field {
  padding: 0 0 88px;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .sec-field {
    padding: 0 0 50px;
  }
}
.sec-field .c-ttl__01 {
  position: relative;
  z-index: 2;
}

.field-wrap {
  position: relative;
  margin: -26px 0 67px;
}
@media screen and (max-width: 1024px) {
  .field-wrap {
    margin: 0 0 50px;
  }
}
.field-img {
  position: absolute;
  z-index: 2;
  top: 93px;
  bottom: 92px;
  right: 45%;
  left: calc((100% - 100vw) / 2);
}
@media screen and (max-width: 1024px) {
  .field-img {
    top: 50px;
    bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .field-img {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
    top: 0;
    bottom: auto;
  }
}
.field-img .item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.field-img .item.active {
  opacity: 1;
}
.field-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.field-box {
  width: 45%;
  margin: 0 0 0 auto;
  padding: 139px 0 102px 15px;
  position: relative;
  z-index: 1;
  max-width: 386px;
}
@media screen and (max-width: 1024px) {
  .field-box {
    padding: 100px 0 50px 15px;
  }
}
@media screen and (max-width: 640px) {
  .field-box {
    width: 100%;
    max-width: 450px;
    padding: 30px 15px;
    margin: 0 auto;
  }
}
.field-box .c-ttl__02 {
  margin: 0 0 41px;
}
@media screen and (max-width: 1024px) {
  .field-box .c-ttl__02 {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 834px) {
  .field-box .c-ttl__02 {
    margin: 0 0 15px;
  }
}
.field-box:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  bottom: 0;
  left: -86.2%;
  right: calc((100% - 100vw) / 2);
  background: #f1f2f9;
}
@media screen and (max-width: 640px) {
  .field-box:before {
    left: -15px;
    right: -15px;
  }
}
.field-box .box-link a {
  max-width: 216px;
}
.field-box--02 {
  padding: 104px 0 137px 15px;
}
@media screen and (max-width: 1024px) {
  .field-box--02 {
    padding: 50px 0 100px 15px;
  }
}
@media screen and (max-width: 640px) {
  .field-box--02 {
    padding: 30px 15px;
  }
}
.field-box--02:before {
  background: #ebecf5;
}
.field-advisory {
  background: url("../img/index/field-bg.jpg");
  padding: 33px 149px 45px;
}
@media screen and (max-width: 1245px) {
  .field-advisory {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .field-advisory {
    padding: 30px;
  }
}
@media screen and (max-width: 834px) {
  .field-advisory {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 640px) {
  .field-advisory {
    padding-top: 0;
  }
}
.field-advisory__t {
  padding: 23px 160px 17px;
  position: relative;
  margin: 0 0 3px;
}
@media screen and (max-width: 1024px) {
  .field-advisory__t {
    padding: 16px 145px 11px;
  }
}
@media screen and (max-width: 834px) {
  .field-advisory__t {
    padding: 16px 0 11px 145px;
  }
}
@media screen and (max-width: 640px) {
  .field-advisory__t {
    padding: 30px 0 0 0;
    margin: 0 0 15px;
  }
}
.field-advisory__circle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  width: 154px;
  height: 154px;
  border-radius: 50%;
  background: #86093c;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 5px 10px 10px;
}
@media screen and (max-width: 1024px) {
  .field-advisory__circle {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 640px) {
  .field-advisory__circle {
    width: auto;
    height: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
    padding: 5px 20px;
    border-radius: 30px;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
  .field-advisory__circle > * {
    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;
  }
}
.field-advisory__circle .number {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 3px 0 0 5px;
}
@media screen and (max-width: 1024px) {
  .field-advisory__circle .number {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 834px) {
  .field-advisory__circle .number {
    font-size: 2.6rem;
    margin: 0 0 0 5px;
  }
}
@media screen and (max-width: 340px) {
  .field-advisory__circle .number {
    font-size: 2.2rem;
  }
}
.field-advisory__circle .number small {
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .field-advisory__circle .number small {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 834px) {
  .field-advisory__circle .number small {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 340px) {
  .field-advisory__circle .number small {
    font-size: 1.8rem;
  }
}
.field-advisory__des {
  font-size: 2rem;
  line-height: 2.5;
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .field-advisory__des {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .field-advisory__des {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  .field-advisory__des {
    text-align: center;
  }
}
.field-advisory__ttl {
  font-size: 3rem;
  line-height: 1.6666666667;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .field-advisory__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 834px) {
  .field-advisory__ttl {
    font-size: 2.2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .field-advisory__ttl {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 340px) {
  .field-advisory__ttl {
    font-size: 1.8rem;
  }
}
.field-advisory__ttl .inn {
  border: 1px solid #fff;
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 640px) {
  .field-advisory__ttl .inn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .field-advisory__ttl .inn > * {
    width: 100%;
    padding: 5px 10px !important;
  }
}
.field-advisory__ttl .inn .txt-pri {
  color: #3a3d74;
  padding: 0 27px 2px 29px;
}
.field-advisory__ttl .inn .txt-wh {
  background: #3a3d74;
  padding: 0 16px 2px 19px;
}
.field-advisory__link {
  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;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  margin: 0 0 22px;
}
.field-advisory__link a {
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 834px) {
  .field-advisory__link a {
    padding: 0 10px;
  }
}
.field-advisory__link a:before, .field-advisory__link a:after {
  position: absolute;
  content: "|";
  top: 0;
}
.field-advisory__link a:before {
  left: -2px;
}
.field-advisory__link a:after {
  right: -2px;
}
.field-advisory__txt {
  line-height: 2;
}
.field-advisory .box-link {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .field-advisory .box-link {
    margin-top: 20px;
  }
}
.field-advisory .box-link a {
  margin: 0 auto;
  max-width: 156px;
  border-bottom-color: #fff;
}
.field-advisory .box-link a:before {
  background: url(../img/common/arr-wh.png) no-repeat;
  background-size: contain;
}

.sec-service {
  padding-bottom: 84px;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .sec-service {
    padding-bottom: 50px;
  }
}
.sec-service .box-link {
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  .sec-service .box-link {
    margin-top: 20px;
  }
}
.sec-service .box-link a {
  margin: 0 auto;
  max-width: 156px;
}

.service-txt {
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 67px;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .service-txt {
    padding-bottom: 30px;
  }
}

.list-service {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -17px;
  counter-reset: my-sec-counter;
}
@media screen and (max-width: 1245px) {
  .list-service {
    margin: 0 -15px;
  }
}
.list-service .item {
  width: 25%;
  padding: 0 38px;
  opacity: 0;
  -webkit-transform: translate(0, 70px);
      -ms-transform: translate(0, 70px);
          transform: translate(0, 70px);
}
.list-service .item.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 835px) {
  .list-service .item:nth-child(4n+2) {
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .list-service .item:nth-child(4n+3) {
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
  }
  .list-service .item:nth-child(4n+4) {
    -webkit-transition-delay: 1.5s;
         -o-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
}
@media screen and (max-width: 1245px) {
  .list-service .item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 834px) {
  .list-service .item {
    width: 50%;
    margin-bottom: 25px;
  }
  .list-service .item:nth-child(even) {
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.list-service__wrap {
  position: relative;
}
.list-service__wrap:before {
  counter-increment: my-sec-counter;
  content: "0" counter(my-sec-counter) ".";
  position: absolute;
  background: white;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  padding: 6px 0 13px;
  line-height: 1;
  top: 23px;
  left: -7px;
  z-index: 1;
}
.list-service__wrap:after {
  content: "";
  position: absolute;
  background: #3a3d74;
  width: 14px;
  height: 1px;
  top: 47px;
  left: -5px;
  z-index: 1;
}
.list-service__img {
  position: relative;
  overflow: hidden;
  border: 1px solid #c3c4d4;
  margin-bottom: 19px;
}
@media screen and (max-width: 834px) {
  .list-service__img {
    margin-bottom: 10px;
  }
}
.list-service__img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.list-service__img .thumbnail {
  position: absolute;
  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: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.list-service__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.444;
  margin-bottom: 13px;
}
@media screen and (max-width: 834px) {
  .list-service__ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 340px) {
  .list-service__ttl {
    font-size: 1.4rem;
  }
}
.list-service__txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.667;
}
@media screen and (max-width: 834px) {
  .list-service__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 340px) {
  .list-service__txt {
    font-size: 1.2rem;
  }
}

.sec-staff {
  background: #fff;
  position: relative;
  z-index: 2;
}

.staff-wrap {
  position: relative;
  z-index: 1;
  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: 83px 0 87px;
}
@media screen and (max-width: 834px) {
  .staff-wrap {
    padding: 25px 0 50px;
  }
}
.staff-wrap:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #f1f2f9;
  width: 1000vw;
  top: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 834px) {
  .staff-wrap:before {
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.staff-ct {
  width: 40%;
  padding-top: 25px;
}
@media screen and (max-width: 834px) {
  .staff-ct {
    width: 100%;
    padding-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.staff-ct .c-btn__02 {
  margin-left: 2px;
}
.staff-img {
  width: 55%;
}
@media screen and (max-width: 834px) {
  .staff-img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.staff-img .box-img {
  width: auto;
  margin-right: calc((1100px - 100vw) / 2);
}
@media only screen and (max-width: 1130px) {
  .staff-img .box-img {
    margin-right: -15px;
  }
}
@media screen and (max-width: 834px) {
  .staff-img .box-img {
    margin: 0 -15px;
  }
}
.staff-img img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .staff-img img {
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover";
  }
}
.staff-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 27px;
  line-height: 2;
}

.sec-column {
  padding: 96px 0 66px;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .sec-column {
    padding: 50px 0 50px;
  }
}
@media screen and (max-width: 834px) {
  .sec-column {
    padding: 25px 0 20px;
  }
}
@media screen and (min-width: 835px) {
  .sec-column .rows {
    margin-top: 52px;
  }
}

/*-----------------------------------
	CONTACT
-----------------------------------*/
.contact-content {
  padding: 115px 0 140px;
}
@media screen and (max-width: 834px) {
  .contact-content {
    padding: 50px 0 60px;
  }
}
.contact-content input, .contact-content button, .contact-content textarea, .contact-content select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-content input[type=text],
.contact-content input[type=email],
.contact-content input[type=number],
.contact-content input[type=tel],
.contact-content textarea {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.4rem;
  resize: none;
  outline: none;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .contact-content input[type=text],
.contact-content input[type=email],
.contact-content input[type=number],
.contact-content input[type=tel],
.contact-content textarea {
    padding: 15px;
  }
}
.contact-content input[type=submit] {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.contact-content input[type=radio],
.contact-content input[type=checkbox] {
  width: 0;
}
.contact-content textarea {
  height: 180px;
  line-height: 1.5;
}
.contact-content ::-webkit-input-placeholder {
  color: #dfdfdf;
}
.contact-content ::-moz-placeholder {
  color: #dfdfdf;
}
.contact-content :-ms-input-placeholder {
  color: #dfdfdf;
}
.contact-content ::-ms-input-placeholder {
  color: #dfdfdf;
}
.contact-content ::placeholder {
  color: #dfdfdf;
}
@media screen and (max-width: 640px) {
  .contact-content ::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .contact-content ::-moz-placeholder {
    font-size: 1.4rem;
  }
  .contact-content :-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .contact-content ::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .contact-content ::placeholder {
    font-size: 1.4rem;
  }
}
.contact-content .btn-address {
  display: inline-block;
  margin-left: 10px;
  width: 110px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 41px;
  text-align: center;
  background: #d2d2d2;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .contact-content .btn-address {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .contact-content .btn-address:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .contact-content .btn-address {
    width: 130px;
  }
}
.contact-content .error {
  margin: 0;
  color: #ff0000 !important;
  font-weight: 400;
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.contact-flow {
  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;
  margin: 0 auto 75px;
  max-width: 570px;
  color: #bbb;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .contact-flow {
    margin: 0 auto 50px;
  }
}
.contact-flow:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% - 50px);
  height: 1px;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #3a3d74;
}
.contact-flow__item {
  position: relative;
  padding-top: 38px;
  text-align: center;
}
.contact-flow__item:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #bbb;
  border-radius: 50%;
  border: 5px solid #f1f1f1;
}
.contact-flow__item.active {
  color: #3a3d74;
}
.contact-flow__item.active:before {
  background: #3a3d74;
  border-color: #d8d8e3;
}

.contact-lead {
  margin-bottom: 120px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .contact-lead {
    margin-bottom: 50px;
    font-size: 1.6rem;
  }
}

.contact-block {
  padding: 35px 5% 80px;
  background: #f1f2f9;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}
@media screen and (max-width: 834px) {
  .contact-block {
    padding: 5% 5% 6%;
  }
}
.contact-block__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;
  margin: 0 auto;
  padding: 18px 0;
  max-width: 850px;
}
@media screen and (max-width: 834px) {
  .contact-block__row {
    padding: 15px 0;
  }
}
.contact-block__row-head {
  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;
  padding: 10px 0 0;
  width: 236px;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .contact-block__row-head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 10px;
    width: 100%;
  }
}
.contact-block__row-head .small {
  font-size: 1.3rem;
}
.contact-block__row-head .required {
  display: inline-block;
  width: 52px;
  line-height: 20px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  background: #3a3d74;
  border-radius: 20px;
}
@media screen and (max-width: 834px) {
  .contact-block__row-head .required {
    margin-left: 1em;
  }
}
.contact-block__row-cont {
  width: calc(100% - 260px);
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .contact-block__row-cont {
    width: 100%;
  }
}
.contact-block .input-postcode input {
  width: 110px;
}
.contact-block .input-privacy .contact-block__row-head {
  padding-top: 0;
}
.contact-block .input-privacy .error {
  margin-top: 10px;
}
.contact-block .privacy-block {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 2.0714285714;
}
.contact-block .privacy-block__scroll {
  margin-top: 25px;
  padding: 25px 20px;
  height: 210px;
  background: #fff;
  overflow-y: scroll;
}
.contact-block .privacy-block__title {
  margin-bottom: 15px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}
.contact-block .privacy-block__item {
  margin-top: 30px;
}
.contact-block .privacy-block__item-title {
  font-weight: bold;
}

.contact-control__btn {
  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-top: 50px;
}
.contact-control__btn .btn-submit {
  display: block;
  position: relative;
  margin: 0 20px 30px;
  max-width: 326px;
  width: 100%;
  border: 0;
  padding: 30px 15px;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  background: #3a3d74;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .contact-control__btn .btn-submit {
    margin: 0 10px 30px;
    padding: 20px 15px;
    font-size: 1.6rem;
  }
}
.contact-control__btn .btn-submit:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  background: #fff;
}
.contact-control__btn .btn-submit:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0px;
  height: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 835px) {
  .contact-control__btn .btn-submit {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .contact-control__btn .btn-submit:hover {
    opacity: 0.7;
  }
}
.contact-control__btn .btn-submit:hover span:before {
  border-bottom: 1px solid #fff;
}
.contact-control__btn .btn-submit:hover span:after {
  border-top: 1px solid #fff;
}
.contact-control__btn .btn-submit.back {
  display: block;
  position: relative;
  background: #bbb;
}
@media screen and (min-width: 835px) {
  .contact-control__btn .btn-submit.back {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .contact-control__btn .btn-submit.back:hover {
    opacity: 0.7;
  }
}
.contact-control__btn .btn-submit.back:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
  background: #fff;
}
.contact-control__btn .btn-submit.back:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0px;
  height: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
  border-style: solid;
  border-width: 3px 5px 3px 0;
  border-color: transparent #fff transparent transparent;
}

.c-select {
  position: relative;
  width: 100%;
  font-size: 1.8rem;
  border: 1px solid #ddd;
}
.c-select:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 35px;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #333 transparent transparent transparent;
}
@media screen and (max-width: 640px) {
  .c-select:before {
    font-size: 1.6rem;
    right: 15px;
  }
}
.c-select select {
  position: relative;
  display: inline-block;
  padding: 25px 3.5%;
  width: 100%;
  height: 70px;
  cursor: pointer;
  color: inherit;
}
@media screen and (max-width: 640px) {
  .c-select select {
    padding: 15px;
    height: 55px;
    font-size: 1.6rem;
  }
}

.c-checkbox label {
  position: relative;
  display: inline-block;
  padding: 4px 0 4px 30px;
  cursor: pointer;
  text-align: left;
}
.c-checkbox label > span {
  display: inline-block;
}
.c-checkbox label > span:before {
  background: #fff;
  border: 0;
  border-radius: 5px;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
.c-checkbox label > span:after {
  border-right: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  content: "";
  display: block;
  height: 12px;
  width: 6px;
  opacity: 0;
  position: absolute;
  top: 3px;
  left: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-checkbox label input[type=checkbox] {
  width: 0;
  height: 0;
}
.c-checkbox label input[type=checkbox]:checked + span:after {
  opacity: 1;
}

.mw_wp_form_confirm .contact-block {
  padding: 0 5%;
  background: none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}
@media screen and (max-width: 834px) {
  .mw_wp_form_confirm .contact-block {
    padding: 0;
  }
}
.mw_wp_form_confirm .contact-block__row {
  padding: 24px 0;
  max-width: 906px;
}
@media screen and (max-width: 834px) {
  .mw_wp_form_confirm .contact-block__row {
    padding: 20px 0;
  }
}
.mw_wp_form_confirm .contact-block__row-head {
  padding-top: 0;
}
.mw_wp_form_confirm .privacy-block,
.mw_wp_form_confirm .c-checkbox {
  display: none;
}

.mw_wp_form_complete .btn-submit {
  margin-bottom: 0;
}

/*-----------------------------------
	CONTACT
-----------------------------------*/
.column-content {
  padding: 110px 0 150px;
}
@media screen and (max-width: 834px) {
  .column-content {
    padding: 50px 0 40px;
  }
}
.column-content__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;
}
.column-content__main {
  width: 76%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}
@media screen and (max-width: 834px) {
  .column-content__main {
    margin-bottom: 50px;
    width: 100%;
  }
}
.column-content__main .rows .col {
  margin-bottom: 60px;
  width: 47.5466%;
}
@media screen and (max-width: 834px) {
  .column-content__main .rows .col {
    margin-bottom: 30px;
  }
}
.column-content__main .rows .col:nth-child(even) {
  margin-left: 4.9%;
}
.column-content__side {
  width: 20%;
}
@media screen and (max-width: 834px) {
  .column-content__side {
    width: 100%;
  }
}
.column-content__side-item {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .column-content__side-item {
    margin-bottom: 30px;
  }
}
.column-content__side-head {
  padding: 18px 25px;
  color: #fff;
  font-size: 2.2rem;
  background: #3a3d74;
}
@media screen and (max-width: 834px) {
  .column-content__side-head {
    padding: 10px 15px;
    font-size: 2.2rem;
  }
}
.column-content__side-head .en {
  display: block;
  margin-top: 2px;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
}
@media screen and (max-width: 834px) {
  .column-content__side-head .en {
    margin-top: 0;
  }
}
.column-content__side-cont {
  padding: 30px 15px 10px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  border: 1px solid #3a3d74;
}
@media screen and (max-width: 834px) {
  .column-content__side-cont {
    padding: 15px 15px 5px;
  }
}
.column-content__side-cont li {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .column-content__side-cont li {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.column-content__side-cont li a {
  display: inline-block;
  position: relative;
}
.column-content__side-cont li a:before {
  content: "・";
}
.column-content__heading {
  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: 35px;
  border-bottom: 2px solid #3a3d74;
}
@media screen and (max-width: 834px) {
  .column-content__heading {
    border: 0;
  }
}
.column-content__title {
  margin: 10px 0;
  font-size: 2.2rem;
  line-height: 1.1363636364;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .column-content__title {
    margin: 0 0 15px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 2px solid #3a3d74;
  }
}
.column-content__data {
  margin: 10px 0;
}
@media screen and (max-width: 834px) {
  .column-content__data {
    margin: 0;
    width: 100%;
  }
}
.column-content__data-date {
  color: #999999;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
}
.column-content__data-cat {
  display: inline-block;
  margin-left: 15px;
  padding: 2px 10px;
  font-size: 1.3rem;
  background: #f1f2f9;
  border-radius: 20px;
}
.column-content__article {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .column-content__article {
    line-height: 1.8;
  }
}
.column-content__article img {
  width: auto;
  height: auto;
}
.column-content__article p {
  margin: 25px 0;
}
.column-content__article h2, .column-content__article h3, .column-content__article h4, .column-content__article h5 {
  margin: 40px 0 30px;
  font-weight: bold;
}
.column-content__article h2, .column-content__article h3 {
  font-size: 2rem;
  line-height: 1.25;
}
.column-content__article h4, .column-content__article h5 {
  font-size: 1.8rem;
  line-height: 1.3888888889;
}
.column-content__article h2 {
  padding: 10px 14px;
  background: #f1f2f9;
}
.column-content__article h3 {
  padding: 5px 0 5px 15px;
  border-left: 4px solid #3a3d74;
}
.column-content__article h4 {
  padding: 0 0 10px 15px;
  border-bottom: 2px solid #f1f2f9;
}
.column-content__article h5 {
  position: relative;
  padding-left: 44px;
}
.column-content__article h5:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 35px;
  height: 1px;
  top: 12px;
  left: 0;
  background: #3a3d74;
}
.column-content__control {
  margin-top: 90px;
}
@media screen and (max-width: 834px) {
  .column-content__control {
    margin-top: 50px;
  }
}

.wp-pagenavi {
  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-top: 20px;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 36px;
  height: 36px;
  font-size: 1.2rem;
  line-height: 36px;
  text-align: center;
  border: 1px solid #3a3d74;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
  color: #fff;
  background: #3a3d74;
  opacity: 1;
}

/*-----------------------------------
	NEWS
-----------------------------------*/
/*-----------------------------------
	SUBSIDY
-----------------------------------*/
.subsidy-checkList {
  margin-top: 50px;
  padding: 30px 4.16%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 5px solid #f1f2f9;
}
@media screen and (max-width: 834px) {
  .subsidy-checkList {
    padding-bottom: 10px;
  }
}
.subsidy-checkList__image {
  width: 197px;
}
@media screen and (max-width: 834px) {
  .subsidy-checkList__image {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 197px;
  }
}
@media screen and (max-width: 640px) {
  .subsidy-checkList__image {
    max-width: 160px;
  }
}
.subsidy-checkList__cont {
  padding-left: 6%;
  width: calc(100% - 197px);
}
@media screen and (max-width: 834px) {
  .subsidy-checkList__cont {
    padding-left: 0;
    width: 100%;
  }
}
.subsidy-checkList__title {
  margin-bottom: 30px;
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .subsidy-checkList__title {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.subsidy-checkList__list {
  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;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}
.subsidy-checkList__list li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 0.5em;
}
@media screen and (max-width: 834px) {
  .subsidy-checkList__list li {
    margin: 0;
    width: 100%;
  }
}
.subsidy-checkList__list li:nth-child(3n) {
  margin-right: 0;
}
.subsidy-checkList__list li:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.subsidy-checkList__list-item {
  margin-bottom: 35px;
  padding: 3px 0 3px 40px;
  background: url(../img/subsidy/icn-check.png) no-repeat left top;
  background-size: 28px auto;
}
@media screen and (max-width: 640px) {
  .subsidy-checkList__list-item {
    margin-bottom: 20px;
  }
}

.subsidy-performance {
  padding: 105px 0 90px;
  text-align: center;
  background: url(../img/subsidy/img02.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .subsidy-performance {
    padding: 50px 0;
  }
}
.subsidy-performance__title {
  color: #fff;
  font-size: 3rem;
  line-height: 3;
  font-weight: 700;
}
.subsidy-performance__date {
  margin: 25px 0 50px;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.3rem;
}
@media screen and (max-width: 640px) {
  .subsidy-performance__date {
    margin: 15px 0 30px;
  }
}
.subsidy-performance__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;
  background: #fff;
}
.subsidy-performance__list li {
  padding: 25px 5px 15px;
  width: 33.33%;
  min-height: 152px;
}
@media screen and (min-width: 835px) {
  .subsidy-performance__list li:first-child, .subsidy-performance__list li:nth-child(2) {
    width: 50%;
    border-bottom: 1px solid #94a3c8;
  }
  .subsidy-performance__list li:nth-child(2), .subsidy-performance__list li:nth-child(4), .subsidy-performance__list li:nth-child(5) {
    border-left: 1px solid #94a3c8;
  }
}
@media screen and (max-width: 834px) {
  .subsidy-performance__list li {
    width: 50%;
  }
  .subsidy-performance__list li:nth-child(odd) {
    border-right: 1px solid #94a3c8;
  }
  .subsidy-performance__list li:nth-last-of-type(n+2) {
    border-bottom: 1px solid #94a3c8;
  }
}
@media screen and (max-width: 640px) {
  .subsidy-performance__list li {
    width: 100%;
    min-height: 130px;
  }
  .subsidy-performance__list li:nth-child(odd) {
    border-right: 0;
  }
  .subsidy-performance__list li:nth-of-type(2) {
    border-bottom: 1px solid #94a3c8;
  }
}
.subsidy-performance__list li .note {
  margin-top: 15px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.3rem;
}
.subsidy-performance__list-label {
  display: inline-block;
  margin-bottom: 25px;
  padding: 5px 20px;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.5rem;
  background: #3a3d74;
  border-radius: 20px;
}
.subsidy-performance__list-desc {
  color: #861c3c;
  font-size: 2.7rem;
  line-height: 0.75;
}
.subsidy-performance__list-desc .en {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 4rem;
}

.subsidy-support__title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 2.1rem;
}
@media screen and (max-width: 834px) {
  .subsidy-support__title {
    font-size: 1.7rem;
  }
}
.subsidy-support__title span {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #3a3d74;
}
@media screen and (max-width: 834px) {
  .subsidy-support__title span {
    padding: 5px;
  }
}
.subsidy-support__title .R {
  color: #fff;
  background: #3a3d74;
}
.subsidy-support__subtitle {
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .subsidy-support__subtitle {
    font-size: 2.8rem;
  }
}
.subsidy-support__subtitle .small {
  display: block;
  margin-bottom: 10px;
  font-size: 60%;
  font-weight: 400;
}
.subsidy-support__subtitle .rd {
  color: #861c3c;
}
.subsidy-support__desc {
  margin: 0 auto 60px;
  max-width: 695px;
}
@media screen and (max-width: 834px) {
  .subsidy-support__desc {
    margin: 0 auto 30px;
  }
}

.subsidy-support01 {
  padding: 107px 0 70px;
}
@media screen and (max-width: 834px) {
  .subsidy-support01 {
    padding: 50px 0 40px;
  }
}
.subsidy-support01 .subsidy-support__subtitle {
  margin: 60px 0 25px;
}
@media screen and (max-width: 834px) {
  .subsidy-support01 .subsidy-support__subtitle {
    margin: 40px 0 25px;
  }
}
.subsidy-support01__list {
  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;
}
.subsidy-support01__list li {
  margin-bottom: 20px;
  width: 15.22%;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .subsidy-support01__list li {
    width: 31%;
  }
}
.subsidy-support01__list-cap {
  margin-top: 20px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: bold;
}
@media screen and (max-width: 990px) {
  .subsidy-support01__list-cap {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .subsidy-support01__list-cap {
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .subsidy-support01__list-cap {
    font-size: 1.4rem;
  }
}

.subsidy-support02 {
  padding: 85px 0 60px;
  background: #f1f2f9;
}
.subsidy-support02 .subsidy-support__desc {
  margin: 25px auto 50px;
}
@media screen and (max-width: 834px) {
  .subsidy-support02 .subsidy-support__desc {
    margin: 25px 0 30px;
  }
}
.subsidy-support02__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;
}
.subsidy-support02__list li {
  margin-bottom: 20px;
  padding: 2.5% 1% 2%;
  width: 23.545%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  text-align: center;
  background: #fff;
}
@media (min-width: 991px) and (max-width: 1245px) {
  .subsidy-support02__list li {
    width: calc(25% - 3px);
  }
}
@media screen and (max-width: 990px) {
  .subsidy-support02__list li {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .subsidy-support02__list li {
    padding: 5%;
    width: 100%;
  }
}
.subsidy-support02__list-cap {
  margin: 30px 0 20px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: bold;
}
@media screen and (max-width: 990px) {
  .subsidy-support02__list-cap {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .subsidy-support02__list-cap {
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .subsidy-support02__list-cap {
    font-size: 1.4rem;
  }
}
.subsidy-support02__list-price {
  color: #861c3c;
  font-size: 1.8rem;
  line-height: 0.75;
}
.subsidy-support02__list-price .en {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 166%;
}
.subsidy-support02__list-dl {
  margin: 20px 0;
  border: 1px solid #c6c9dc;
}
@media screen and (max-width: 640px) {
  .subsidy-support02__list-dl {
    margin-bottom: 10px;
  }
}
.subsidy-support02__list-head {
  padding: 5px;
  color: #fff;
  font-size: 1.5rem;
  background: #c6c9dc;
}
.subsidy-support02__list-cont {
  padding: 4px;
  font-size: 1.4rem;
  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;
  min-height: 30px;
}
@media (min-width: 991px) and (max-width: 1245px) {
  .subsidy-support02__list-cont {
    font-size: 1.3rem;
  }
}
.subsidy-support02__list-cont .strong {
  font-size: 1.6rem;
  font-weight: bold;
}
.subsidy-support02__list-cont .small {
  font-size: 1.2rem;
}
.subsidy-support02__list-desc {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  text-align: left;
}

.subsidy-case {
  padding: 100px 0 140px;
}
@media screen and (max-width: 834px) {
  .subsidy-case {
    padding: 50px 0;
  }
}
.subsidy-case__title {
  margin-bottom: 60px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .subsidy-case__title {
    margin-bottom: 30px;
    font-size: 2.6rem;
  }
}
.subsidy-case .js-case-slide {
  position: relative;
  padding-bottom: 50px;
}
.subsidy-case__slide-content {
  padding: 12% 7.6% 7.6%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  border: 1px solid #3a3d74;
}
@media screen and (max-width: 640px) {
  .subsidy-case__slide-content {
    padding: 6%;
  }
}
.subsidy-case__slide-heading {
  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;
}
.subsidy-case__slide-image {
  position: relative;
  width: 43.6%;
  height: 0;
  padding-top: 29.41%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .subsidy-case__slide-image {
    margin-bottom: 15px;
    padding-top: 67.8%;
    width: 100%;
  }
}
.subsidy-case__slide-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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;
}
.subsidy-case__slide-headCont {
  width: 49.5%;
}
@media screen and (max-width: 640px) {
  .subsidy-case__slide-headCont {
    width: 100%;
  }
}
.subsidy-case__slide-name {
  margin-bottom: 25px;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .subsidy-case__slide-name {
    margin-bottom: 15px;
  }
}
.subsidy-case__slide-name .small {
  display: block;
  margin-bottom: 5px;
  font-size: 1.5rem;
}
.subsidy-case__slide-spec {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.subsidy-case__slide-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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.subsidy-case__slide-spec-item .ttl {
  display: inline-block;
  margin-right: 1em;
  width: 80px;
  text-align: center;
  border: 1px solid #3a3d74;
}
.subsidy-case__slide-btm {
  margin-top: 45px;
  padding: 7.35% 7.8%;
  border: 1px solid #ddd;
}
@media screen and (max-width: 640px) {
  .subsidy-case__slide-btm {
    margin-top: 25px;
    padding: 6%;
  }
}
.subsidy-case__slide-btm-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;
  margin-bottom: 10px;
}
.subsidy-case__slide-btm-ttl {
  margin-bottom: 3px;
  margin-right: 1em;
  width: 150px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
  background: #c6c9dc;
}
.subsidy-case__slide-btm-cont {
  margin-bottom: 3px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
}
.subsidy-case__slide-total {
  margin-top: 30px;
  padding-top: 15px;
  color: #861c3c;
  font-size: 2rem;
  font-weight: bold;
  text-align: right;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 640px) {
  .subsidy-case__slide-total {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.subsidy-case__slide-total .num {
  font-size: 120%;
}

.swiper-pagination {
  bottom: 0;
}

.swiper-pagination-bullet {
  margin: 0 8px !important;
  width: 10px;
  height: 10px;
  background: #ddd;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #3a3d74;
}

.subsidy-works {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 834px) {
  .subsidy-works {
    padding: 50px 0;
  }
}
.subsidy-works__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 386px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center", sans-serif;
}
@media screen and (max-width: 640px) {
  .subsidy-works__image {
    height: 60.3125vw;
  }
}
.subsidy-works .subsidy-performance__title {
  position: relative;
}
.subsidy-works__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;
  position: relative;
  margin-top: 80px;
  margin-bottom: 60px;
  padding: 6.36% 5.45% 3.18%;
  background: #fff;
  -webkit-box-shadow: 0 0 26px rgba(58, 61, 116, 0.1);
          box-shadow: 0 0 26px rgba(58, 61, 116, 0.1);
}
@media screen and (max-width: 834px) {
  .subsidy-works__list {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.subsidy-works__list li {
  margin-bottom: 35px;
  width: 47.4%;
  font-size: 1.8rem;
  line-height: 1.4;
  border-bottom: 1px solid #3a3d74;
  padding: 13px 5px 15px 19px;
  pointer-events: none;
  background: #f1f2f9;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}
@media screen and (max-width: 834px) {
  .subsidy-works__list li {
    margin-bottom: 20px;
    padding-bottom: 12px;
    width: 100%;
  }
}
.subsidy-works__control a {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  background: #861c3c;
}
.subsidy-works__control a:after {
  background: url("../img/common/arr-wh.png") no-repeat;
  background-size: contain;
}

/*-----------------------------------
	SERVICE
-----------------------------------*/
@media screen and (min-width: 835px) {
  .page-service .list-service .item {
    margin-bottom: 33px;
  }
}

.service-lead__labels {
  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: 40px 0 45px;
}
@media screen and (max-width: 834px) {
  .service-lead__labels {
    margin: 30px 0 25px;
  }
}
.service-lead__labels .about-lead__label {
  margin: 0 15px;
}
@media screen and (max-width: 834px) {
  .service-lead__labels .about-lead__label {
    margin: 0 5px;
  }
}
@media screen and (max-width: 640px) {
  .service-lead__labels .about-lead__label {
    margin-bottom: 10px;
  }
}
.service-lead__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;
  margin-top: 45px;
  padding: 5% 5% 1%;
  background: #c6c9dc;
}
@media screen and (max-width: 834px) {
  .service-lead__list {
    margin-top: 30px;
    padding-bottom: 3.5%;
  }
}
.service-lead__list li {
  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-bottom: 4%;
  padding: 5.48% 10px;
  width: 22.1%;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .service-lead__list li {
    padding: 10px;
    height: 19.3vw;
  }
}
@media screen and (max-width: 834px) {
  .service-lead__list li {
    margin-bottom: 1.5%;
    width: 24%;
  }
}
@media screen and (max-width: 640px) {
  .service-lead__list li {
    width: 49%;
    height: 41.89vw;
  }
  .service-lead__list li img {
    width: 50%;
  }
}
.service-lead__list li .cap {
  margin-top: 25%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .service-lead__list li .cap {
    margin-top: 10px;
    font-size: 1.757vw;
  }
}
@media screen and (max-width: 640px) {
  .service-lead__list li .cap {
    font-size: 1.6rem;
  }
}

.service-support {
  padding: 0 0 115px;
  background: #f1f2f9;
}
@media screen and (max-width: 834px) {
  .service-support {
    padding: 0 0 60px;
  }
}
.service-support__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: 100px 0 70px;
}
@media screen and (max-width: 834px) {
  .service-support__block {
    padding: 50px 0 40px;
  }
}
.service-support__ttl {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2;
  color: #3a3d74;
  padding-top: 26px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .service-support__ttl {
    padding-top: 15px;
    margin-bottom: 25px;
  }
}
.service-support__ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 235px;
  height: 2px;
  background: #861c3c;
  top: 0;
  left: 0;
  z-index: 2;
}
.service-support__ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #c6c9dc;
  top: 0;
  left: 0;
  z-index: 1;
}
.service-support__block-cont {
  width: 44.545%;
}
@media screen and (max-width: 834px) {
  .service-support__block-cont {
    width: 100%;
  }
}
.service-support__block-image {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .service-support__block-image {
    margin-bottom: 20px;
    width: 100%;
  }
}
.service-support__block-title {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .service-support__block-title {
    font-size: 3.2rem;
  }
}
.service-support__block-subtitle {
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1.4;
}
.service-support__block-tags {
  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: 20px 0 10px;
}
.service-support__block-tags .item {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 5px 8px;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.5rem;
  text-align: center;
  background: #c6c9dc;
}
@media screen and (max-width: 640px) {
  .service-support__block-tags .item {
    margin: 0 5px 5px 0;
    padding: 5px 5px;
  }
}
.service-support__wh-box {
  padding: 4.5454% 5.45%;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .service-support__wh-box {
    padding: 8%;
  }
}
.service-support__list01 {
  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;
}
.service-support__list01 li {
  margin-bottom: 30px;
  padding-bottom: 10px;
  padding-left: 35px;
  width: 30.69%;
  font-size: 1.8rem;
  line-height: 1.2;
  background: url(../img/service/icn-check.png) no-repeat left top;
  background-size: 23px auto;
  border-bottom: 1px solid #3a3d74;
}
@media screen and (min-width: 835px) {
  .service-support__list01 li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  .service-support__list01 li {
    width: 49%;
  }
  .service-support__list01 li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .service-support__list01 li {
    margin-bottom: 20px;
    width: 100%;
  }
  .service-support__list01 li:nth-last-child(2) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 835px) {
  .service-support .list-service {
    margin: 0 -2.45%;
  }
  .service-support .list-service .item {
    padding: 0 2.45%;
  }
}
.service-support .list-service__wrap:after, .service-support .list-service__wrap:before {
  display: none;
}
.service-support__list02 li {
  margin-bottom: 30px;
}
.service-support__list02-ttl {
  margin: 30px 0 20px;
  font-size: 2rem;
  line-height: 1.25;
}
.service-support__list02-txt {
  font-size: 1.4rem;
  line-height: 1.7857142857;
}

/*-----------------------------------
	ABOUT
-----------------------------------*/
.about-lead {
  padding: 90px 0 80px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .about-lead {
    padding: 10.8vw 0;
  }
}
.about-lead__sttl {
  font-size: 9rem;
  line-height: 0.5555555556;
  font-weight: bold;
  color: #f1f2f9;
  position: relative;
  bottom: -25px;
}
@media screen and (max-width: 834px) {
  .about-lead__sttl {
    font-size: 6rem;
    bottom: -15px;
  }
}
.about-lead__title {
  color: #3a3d74;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .about-lead__title {
    font-size: 2.8rem;
  }
}
.about-lead__txt {
  font-size: 1.3rem;
  line-height: 2.7692307692;
  color: #c6c9dc;
  margin-top: 5px;
  font-weight: 300;
}
.about-lead__label {
  display: inline-block;
  margin: 30px 0 25px;
  padding: 5px 20px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  border: 1px solid #3a3d74;
}
@media screen and (max-width: 834px) {
  .about-lead__label {
    margin: 15px 0 20px;
    font-size: 1.8rem;
  }
}
.about-lead__logo {
  margin-bottom: 30px;
}
.about-lead__desc {
  margin: 0 auto;
  max-width: 695px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .about-lead__desc {
    text-align: left;
  }
}

.about-service {
  padding: 70px 0 30px;
  text-align: center;
  background: #f1f2f9;
}
@media screen and (max-width: 834px) {
  .about-service {
    padding: 40px 0 30px;
  }
}
.about-service__title {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .about-service__title {
    font-size: 2.4rem;
  }
}
.about-service__q {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 50px;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  z-index: 9;
}
@media screen and (max-width: 834px) {
  .about-service__q {
    font-size: 2rem;
  }
}
.about-service__q:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 42px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #3a3d74;
}
@media screen and (max-width: 640px) {
  .about-service__image {
    margin-right: calc((100vw - 100%) / 2 * -1);
    padding-bottom: 15px;
    padding-right: 15px;
    overflow-x: scroll;
  }
  .about-service__image img {
    min-width: 140vw;
  }
}
.about-service__image-note {
  margin-top: 5px;
  font-size: 1.3rem;
  text-align: left;
}
.about-service__desc {
  margin: 25px auto 50px;
  max-width: 590px;
  text-align: left;
}
.about-service__list {
  margin-top: 60px;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .about-service__list {
    margin-top: 40px;
  }
}
.about-service__list li {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 834px) {
  .about-service__list li {
    margin-bottom: 40px !important;
  }
}
.about-service__list li .cnt {
  padding-top: 35px !important;
}
.about-service__list-image {
  position: relative;
}
.about-service__list-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  background: #c6c9dc;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 640px) {
  .about-service__list-tag {
    font-size: 1.2rem;
  }
}
.about-service__list-title {
  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: 15px;
  font-size: 2rem;
  line-height: 1.25;
  position: relative;
  padding-left: 15px;
}
.about-service__list-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #861c3c;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 640px) {
  .about-service__list-title {
    font-size: 1.8rem;
  }
}
.about-service__bx {
  position: absolute;
  width: 100%;
  left: 0;
  top: 45px;
}
@media screen and (max-width: 834px) {
  .about-service__bx {
    top: 30px;
  }
}
.about-service__bx .simply-scroll, .about-service__bx .simply-scroll .simply-scroll-clip {
  width: 100%;
}
.about-service__bx .simply-scroll .simply-scroll-clip li {
  width: auto;
}
.about-service__sldie li {
  font-size: 9rem;
  white-space: nowrap;
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .about-service__sldie li {
    font-size: 6rem;
  }
}

.about-solution {
  padding: 110px 0 120px;
}
@media screen and (max-width: 834px) {
  .about-solution {
    padding: 50px 0 60px;
  }
}
.about-solution__sttl {
  font-size: 9rem;
  line-height: 0.2666666667;
  font-weight: bold;
  color: #f1f2f9;
  position: relative;
  bottom: -14px;
}
@media screen and (max-width: 834px) {
  .about-solution__sttl {
    font-size: 6rem;
    bottom: -7px;
  }
}
.about-solution__content {
  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: 125px;
}
@media screen and (max-width: 834px) {
  .about-solution__content {
    margin-bottom: 50px;
  }
}
.about-solution__clmL {
  width: 43.18%;
  max-width: 440px;
}
@media screen and (max-width: 834px) {
  .about-solution__clmL {
    width: 100%;
    max-width: 100%;
  }
}
.about-solution__clmR {
  width: 52.7272%;
}
@media screen and (max-width: 834px) {
  .about-solution__clmR {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  .about-solution .about-service__title br {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .about-solution .about-service__title br {
    display: block;
  }
}
.about-solution__desc {
  margin-top: 25px;
}

/*-----------------------------------
	STAFF
-----------------------------------*/
.staff-block__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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.staff-block__item-cont {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .staff-block__item-cont {
    width: 100%;
    margin-bottom: 35px;
  }
}
.staff-block__item-img {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .staff-block__item-img {
    width: 100%;
  }
}
.staff-block__item-ttl {
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .staff-block__item-ttl {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
.staff-block__item-txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 1.9;
  margin-bottom: 25px;
}
.staff-block__item-txt:last-of-type {
  margin-bottom: 0;
}
.staff-block__item-name {
  font-size: 1.5rem;
  line-height: 2.2;
  margin-top: 30px;
}
.staff-block__item-name span {
  font-size: 1.8rem;
}
.staff-block__item .txt-deco {
  content: "HIROFUMI SUZUKI";
  display: block;
  color: #f1f2f9;
  font-size: 9rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  white-space: nowrap;
  margin-top: 59px;
}
@media screen and (max-width: 1024px) {
  .staff-block__item .txt-deco {
    font-size: 7rem;
  }
}
@media screen and (max-width: 834px) {
  .staff-block__item .txt-deco {
    font-size: 9vw;
    margin-top: 0;
  }
}
.staff-block__item.__01 {
  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;
  position: relative;
  margin-bottom: 79px;
}
@media screen and (max-width: 834px) {
  .staff-block__item.__01 {
    margin-bottom: 55px;
  }
}
.staff-block__item.__01 .staff-block__item-img {
  text-align: center;
}
@media screen and (min-width: 835px) {
  .staff-block__item.__01 .staff-block__item-img {
    width: 422px;
  }
}
@media screen and (max-width: 834px) {
  .staff-block__item.__01 .staff-block__item-img {
    margin-bottom: 20px;
  }
}
.staff-block__item.__01 .txt-deco {
  margin-left: -0.7em;
}
@media screen and (max-width: 834px) {
  .staff-block__item.__01 .txt-deco {
    margin-left: 0;
  }
}
@media screen and (min-width: 835px) {
  .staff-block__item.__01 .staff-block__item-cont {
    width: calc(100% - 422px);
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 75px;
    position: relative;
  }
  .staff-block__item.__01 .staff-block__item-cont:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 100px;
    background: #861c3c;
    left: 0;
    top: 20px;
    z-index: 2;
  }
  .staff-block__item.__01 .staff-block__item-cont:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: calc(100% - 150px);
    background: #c6c9dc;
    z-index: 1;
    top: 20px;
    left: 0;
  }
}
@media screen and (max-width: 834px) {
  .staff-block__item.__01 .staff-block__item-cont {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 835px) {
  .staff-block__item.__01--02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .staff-block__item.__01--02 .staff-block__item-cont {
    width: calc(100% - 495px);
    margin-left: 72px;
    padding-right: 0;
  }
  .staff-block__item.__01--02 .txt-deco {
    margin-left: -500px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 920px) {
  .staff-block__item.__01--02 .txt-deco {
    margin-left: -422px;
    margin-top: 134px;
  }
}
.staff-block__item.__02 {
  margin-bottom: 79px;
}
@media screen and (min-width: 835px) {
  .staff-block__item.__02 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .staff-block__item.__02 .txt-deco {
    margin-top: -55px;
    z-index: -1;
    position: relative;
  }
}
@media screen and (max-width: 834px) {
  .staff-block__item.__02 {
    margin-bottom: 55px;
  }
  .staff-block__item.__02 .staff-block__item-img {
    margin-bottom: 20px;
  }
  .staff-block__item.__02 .staff-block__item-cont {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 835px) {
  .staff-block__item.__02 .staff-block__item-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 50px;
  }
}
@media screen and (min-width: 835px) {
  .staff-block__item.__02 .staff-block__item-cont {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.staff-block__item.__03 {
  margin-bottom: 79px;
}
@media screen and (min-width: 835px) {
  .staff-block__item.__03 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .staff-block__item.__03 .txt-deco {
    position: relative;
    margin-top: -55px;
    z-index: -1;
  }
}
@media screen and (max-width: 834px) {
  .staff-block__item.__03 {
    margin-bottom: 55px;
  }
  .staff-block__item.__03 .staff-block__item-img {
    margin-bottom: 20px;
  }
  .staff-block__item.__03 .staff-block__item-cont {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 835px) {
  .staff-block__item.__03 .staff-block__item-img {
    padding-left: 50px;
  }
}
.staff-block__item.__04 .staff-block__item-img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .staff-block__item.__04 .staff-block__item-img {
    margin-bottom: 55px;
  }
}
.staff-block__item.__04 .staff-block__item-cont {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .staff-block__item.__04 .staff-block__item-cont {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 835px) {
  .staff-block__item.__04 .staff-block__item-ttl {
    width: 430px;
  }
}
@media screen and (min-width: 835px) {
  .staff-block__item.__04 .staff-block__item-txt {
    padding-top: 10px;
    width: calc(100% - 430px);
  }
}

.text-under {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

/*-----------------------------------
	ACCESS
-----------------------------------*/
.access-block.__01 {
  margin-bottom: 135px;
  padding-top: 110px;
}
@media screen and (max-width: 834px) {
  .access-block.__01 {
    padding-top: 50px;
    margin-bottom: 60px;
  }
}
.access-block.__02 {
  margin-bottom: 160px;
}
@media screen and (max-width: 834px) {
  .access-block.__02 {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 641px) {
  .access-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: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .access-block__inner {
    width: 100%;
  }
}
.access-block__ttl {
  color: #3a3d74;
}
@media screen and (min-width: 835px) {
  .access-block__ttl {
    width: 340px;
  }
}
@media screen and (max-width: 834px) {
  .access-block__ttl {
    margin-bottom: 35px;
  }
}
.access-block__ttl-en {
  display: block;
  font-size: 4rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .access-block__ttl-en {
    font-size: 3.2rem;
  }
}
.access-block__ttl-jp {
  font-size: 1.3rem;
}
.access-block__ttl02 {
  font-size: 2.8rem;
  margin-bottom: 25px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .access-block__ttl02 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 835px) {
  .access-block__cont {
    padding-top: 10px;
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 640px) {
  .access-block__table {
    width: 100%;
  }
}
.access-block__table-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .access-block__table-row {
    width: 100%;
  }
}
.access-block__table-row:last-of-type {
  margin-bottom: 0;
}
.access-block__table-ttl, .access-block__table-cont {
  position: relative;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .access-block__table-ttl, .access-block__table-cont {
    font-size: 1.5rem;
    padding-bottom: 15px;
  }
}
.access-block__table-ttl::after, .access-block__table-cont::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.access-block__table-ttl {
  width: 170px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .access-block__table-ttl {
    width: 100%;
  }
}
.access-block__table-ttl::after {
  height: 2px;
  background: #3a3d74;
}
@media screen and (max-width: 640px) {
  .access-block__table-ttl::after {
    display: none;
  }
}
.access-block__table-cont {
  width: calc(100% - 170px);
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .access-block__table-cont {
    width: 100%;
    padding: 0 0 25px;
  }
}
.access-block__table-cont::after {
  height: 1px;
  background: #e0e0e0;
}
.access-block__table-txt {
  line-height: 1.9;
  margin-bottom: 30px;
}
.access-block__table-txt:last-of-type {
  margin-bottom: 0;
}
.access-block__table-txt a {
  text-decoration: underline;
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  .access-block__table-txt a {
    margin-left: 0;
  }
}
.access-block__map {
  margin-top: 30px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .access-block__map {
    margin-top: 25px;
    margin-bottom: 45px;
  }
}
.access-block__map:last-of-type {
  margin-bottom: 0;
}
.access-block__map iframe {
  width: 100%;
  height: 365px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*-----------------------------------
	field_medical
-----------------------------------*/
.medical-lead {
  padding: 75px 0 0;
}
@media screen and (max-width: 834px) {
  .medical-lead {
    padding: 50px 0 0;
  }
}
.medical-lead__ttl {
  margin-bottom: 20px;
  font-size: 4rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .medical-lead__ttl {
    font-size: 2.4rem;
  }
}
.medical-lead__bnr {
  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: 75px;
}
@media screen and (max-width: 834px) {
  .medical-lead__bnr {
    margin-bottom: 50px;
  }
}
.medical-lead__bnr span {
  display: inline-block;
  width: 185px;
  padding: 5px 0;
  text-align: center;
  font-size: 2.4rem;
  border: 1px solid #3a3d74;
  margin: 0 10px;
}
@media screen and (max-width: 834px) {
  .medical-lead__bnr span {
    font-size: 1.8rem;
    width: 120px;
  }
}
.medical-lead__desc {
  background: #f1f2f9;
  padding: 55px 0;
}
@media screen and (max-width: 834px) {
  .medical-lead__desc {
    padding: 45px 0;
  }
}
.medical-lead__desc-txt {
  line-height: 2;
  text-align: center;
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  .medical-lead__desc-txt {
    font-size: 2.2rem;
  }
}

.medical-intro {
  padding: 90px 0 75px;
  background: url("../img/field/medical/bg.png") no-repeat center/cover;
}
@media screen and (max-width: 834px) {
  .medical-intro {
    padding: 45px 0 45px;
  }
}
.medical-intro__ttl {
  text-align: center;
  font-size: 2.4rem;
  color: #FFF;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .medical-intro__ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.medical-intro__ttl span {
  font-size: 4rem;
}
@media screen and (max-width: 834px) {
  .medical-intro__ttl span {
    font-size: 2.6rem;
  }
}
.medical-intro__txt {
  max-width: 600px;
  margin: 0 auto;
  color: #FFF;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

.medical-service {
  padding: 95px 0 80px;
}
@media screen and (max-width: 834px) {
  .medical-service {
    padding: 55px 0 40px;
  }
}
.medical-service__block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.medical-service__block-info {
  width: 50.4%;
  padding-right: 4%;
}
@media screen and (max-width: 834px) {
  .medical-service__block-info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
}
.medical-service__block-img {
  width: 49.6%;
  margin-top: -45px;
}
@media screen and (max-width: 834px) {
  .medical-service__block-img {
    width: 100%;
    margin-top: 0;
  }
}
.medical-service__ttl {
  font-size: 3rem;
  margin-bottom: 40px;
  position: relative;
  padding-left: 20px;
}
.medical-service__ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 13px;
  background: #861c3c;
  border-radius: 50%;
  left: 0;
  top: 17px;
}
@media screen and (max-width: 834px) {
  .medical-service__ttl:before {
    top: 10px;
  }
}
@media screen and (max-width: 834px) {
  .medical-service__ttl {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}
.medical-service__txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  margin-bottom: 45px;
}
@media screen and (max-width: 834px) {
  .medical-service__txt {
    margin-bottom: 30px;
  }
}
.medical-service__list {
  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;
}
.medical-service__list-item {
  width: 32%;
  height: 82px;
  font-size: 2rem;
  margin-bottom: 35px;
  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;
  border: 1px solid #3a3d74;
  text-align: center;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}
@media screen and (max-width: 834px) {
  .medical-service__list-item {
    font-size: 1.6rem;
    width: 48.5%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .medical-service__list-item {
    width: 100%;
    height: 60px;
    margin-bottom: 15px;
  }
}

.medical-block__ttl,
.medical-support__ttl {
  font-size: 4rem;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .medical-block__ttl,
.medical-support__ttl {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}
.medical-block__txt,
.medical-support__txt {
  max-width: 710px;
  margin: 0 auto 45px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}
@media screen and (max-width: 834px) {
  .medical-block__txt,
.medical-support__txt {
    margin-bottom: 35px;
  }
}

.medical-block {
  padding: 90px 0 80px;
  background: #f1f2f9;
}
@media screen and (max-width: 834px) {
  .medical-block {
    padding: 55px 0 40px;
  }
}
.medical-block__sttl {
  font-size: 9rem;
  line-height: 0.5555555556;
  font-weight: bold;
  color: white;
  position: relative;
  bottom: -10px;
}
@media screen and (max-width: 834px) {
  .medical-block__sttl {
    font-size: 6rem;
    line-height: 1;
    bottom: -15px;
  }
}
@media screen and (max-width: 340px) {
  .medical-block__sttl {
    font-size: 4rem;
  }
}
.medical-block__img {
  max-width: 701px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .medical-block__img {
    margin-right: -15px;
    padding-bottom: 15px;
    overflow-x: scroll;
  }
  .medical-block__img img {
    width: 140vw;
    max-width: none;
  }
}
.medical-block__img-note {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.medical-block__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.medical-block__list-item {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .medical-block__list-item {
    width: 50%;
  }
}
.medical-block__list-inner {
  background: #FFF;
  padding: 50px 25px 35px;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .medical-block__list-inner {
    padding: 30px 15px 25px;
  }
}
.medical-block__list-icn {
  width: 77px;
  display: block;
  margin: 0 auto 30px;
}
.medical-block__list-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  min-height: 65px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}
@media screen and (max-width: 640px) {
  .medical-block__list-ttl {
    min-height: inherit;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.medical-block__list-txt {
  font-size: 1.4rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.8;
}

.medical-support {
  padding: 115px 0 20px;
}
@media screen and (max-width: 834px) {
  .medical-support {
    padding: 55px 0 20px;
  }
}
.medical-support__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 50px;
}
@media screen and (max-width: 834px) {
  .medical-support__item {
    margin: 0 0 45px;
  }
}
.medical-support__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .medical-support__item-img {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  .medical-support__item-img {
    margin-bottom: 20px;
  }
}
.medical-support__item-cont {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 107px;
}
@media screen and (min-width: 835px) {
  .medical-support__item-cont {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  .medical-support__item-cont {
    padding-left: 55px;
  }
}
.medical-support__item-sttl {
  position: absolute;
  left: 0;
  top: 0;
  width: 62px;
  height: 100%;
  text-align: center;
  border-right: 1px solid #c6c9dc;
  min-height: 185px;
}
@media screen and (max-width: 834px) {
  .medical-support__item-sttl {
    width: 40px;
  }
}
.medical-support__item-sttl .index {
  font-size: 1.5rem;
  line-height: 3.3333333333;
  color: #861c3c;
}
.medical-support__item-sttl .c-tx--v {
  color: #c6c9dc;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 3;
}
.medical-support__item-ttl {
  font-size: 2.4rem;
  line-height: 1.7;
  margin-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .medical-support__item-ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.medical-support__item-ttl span {
  color: #861c3c;
}
.medical-support__item-txt {
  font-size: 1.5rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.8;
}
@media screen and (min-width: 835px) {
  .medical-support__item.__02 .medical-support__item-img, .medical-support__item.__04 .medical-support__item-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 835px) {
  .medical-support__item.__02 .medical-support__item-cont, .medical-support__item.__04 .medical-support__item-cont {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 35px;
    padding-left: 90px;
  }
}

.access-block.__01 {
  margin-bottom: 135px;
  padding-top: 110px;
}
@media screen and (max-width: 834px) {
  .access-block.__01 {
    padding-top: 50px;
    margin-bottom: 60px;
  }
}
.access-block.__02 {
  margin-bottom: 160px;
}
@media screen and (max-width: 834px) {
  .access-block.__02 {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 641px) {
  .access-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: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .access-block__inner {
    width: 100%;
  }
}
.access-block__ttl {
  color: #3a3d74;
}
@media screen and (min-width: 835px) {
  .access-block__ttl {
    width: 340px;
  }
}
@media screen and (max-width: 834px) {
  .access-block__ttl {
    margin-bottom: 35px;
  }
}
.access-block__ttl-en {
  display: block;
  font-size: 4rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .access-block__ttl-en {
    font-size: 3.2rem;
  }
}
.access-block__ttl-jp {
  font-size: 1.3rem;
}
.access-block__ttl02 {
  font-size: 2.8rem;
  margin-bottom: 25px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .access-block__ttl02 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 835px) {
  .access-block__cont {
    padding-top: 10px;
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 640px) {
  .access-block__table {
    width: 100%;
  }
}
.access-block__table-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .access-block__table-row {
    width: 100%;
  }
}
.access-block__table-row:last-of-type {
  margin-bottom: 0;
}
.access-block__table-ttl, .access-block__table-cont {
  position: relative;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .access-block__table-ttl, .access-block__table-cont {
    font-size: 1.5rem;
    padding-bottom: 15px;
  }
}
.access-block__table-ttl::after, .access-block__table-cont::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.access-block__table-ttl {
  width: 170px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .access-block__table-ttl {
    width: 100%;
  }
}
.access-block__table-ttl::after {
  height: 2px;
  background: #3a3d74;
}
@media screen and (max-width: 640px) {
  .access-block__table-ttl::after {
    display: none;
  }
}
.access-block__table-cont {
  width: calc(100% - 170px);
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .access-block__table-cont {
    width: 100%;
    padding: 0 0 25px;
  }
}
.access-block__table-cont::after {
  height: 1px;
  background: #e0e0e0;
}
.access-block__table-txt {
  line-height: 1.9;
  margin-bottom: 30px;
}
.access-block__table-txt:last-of-type {
  margin-bottom: 0;
}
.access-block__table-txt a {
  text-decoration: underline;
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  .access-block__table-txt a {
    margin-left: 0;
  }
}
.access-block__map {
  margin-top: 30px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .access-block__map {
    margin-top: 25px;
    margin-bottom: 45px;
  }
}
.access-block__map:last-of-type {
  margin-bottom: 0;
}
.access-block__map iframe {
  width: 100%;
  height: 365px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*-----------------------------------
	field_dentistry
-----------------------------------*/
.dentistry-block {
  padding: 95px 0 100px;
}
@media screen and (max-width: 834px) {
  .dentistry-block {
    padding: 55px 0 50px;
  }
}
.dentistry-block__ttl {
  font-size: 3rem;
  margin-bottom: 40px;
  padding-left: 20px;
  position: relative;
}
.dentistry-block__ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 13px;
  background: #861c3c;
  border-radius: 50%;
  left: 0;
  top: 17px;
}
@media screen and (max-width: 834px) {
  .dentistry-block__ttl:before {
    top: 10px;
  }
}
@media screen and (max-width: 834px) {
  .dentistry-block__ttl {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}
.dentistry-block__wrap {
  position: relative;
  border: 5px solid #f1f2f9;
  padding: 60px 64px 43px;
  margin-bottom: 115px;
}
@media screen and (max-width: 990px) {
  .dentistry-block__wrap {
    padding-right: 0;
  }
}
@media screen and (max-width: 834px) {
  .dentistry-block__wrap {
    padding: 15px 10px;
    margin-bottom: 60px;
    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;
  }
}
.dentistry-block__wrap-left {
  max-width: 198px;
  width: 100%;
}
@media screen and (min-width: 835px) {
  .dentistry-block__wrap-left {
    left: 44px;
    top: -15px;
    position: absolute;
  }
}
@media screen and (max-width: 1245px) {
  .dentistry-block__wrap-left {
    left: 15px;
  }
}
@media screen and (max-width: 834px) {
  .dentistry-block__wrap-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    max-width: 150px;
  }
}
@media screen and (max-width: 640px) {
  .dentistry-block__wrap-left {
    max-width: 100px;
  }
}
@media screen and (max-width: 340px) {
  .dentistry-block__wrap-left {
    max-width: 80px;
  }
}
.dentistry-block__wrap-right {
  max-width: 336px;
  width: 100%;
}
@media screen and (min-width: 835px) {
  .dentistry-block__wrap-right {
    position: absolute;
    right: 63px;
    bottom: -50px;
  }
}
@media screen and (max-width: 834px) {
  .dentistry-block__wrap-right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
    max-width: 350px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
  }
}
.dentistry-block__step {
  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;
  max-width: 747px;
  margin-left: auto;
}
@media screen and (max-width: 990px) {
  .dentistry-block__step {
    max-width: 650px;
  }
}
@media screen and (max-width: 834px) {
  .dentistry-block__step {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.dentistry-block__step-item {
  position: relative;
  width: 33.33%;
  margin-bottom: 45px;
}
@media screen and (max-width: 834px) {
  .dentistry-block__step-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;
    width: 100%;
    margin-bottom: 25px;
  }
}
.dentistry-block__step-item:last-child::after {
  display: none;
}
@media screen and (min-width: 991px) {
  .dentistry-block__step-item:nth-last-child(2), .dentistry-block__step-item:last-child {
    margin-bottom: 0;
  }
}
.dentistry-block__step-item::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (min-width: 835px) {
  .dentistry-block__step-item::after {
    top: 0px;
    right: 66px;
    border-width: 16.5px 0 16.5px 22px;
    border-color: transparent transparent transparent #eaecf7;
  }
}
@media screen and (max-width: 834px) {
  .dentistry-block__step-item::after {
    top: 40px;
    left: 25px;
    border-width: 16px 14px 0 14px;
    border-color: #eaecf7 transparent transparent transparent;
  }
}
.dentistry-block__step-no {
  width: 96px;
  background: #c6c9dc;
  padding: 4px 0;
  margin-bottom: 12px;
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
}
.dentistry-block__step-ttl {
  font-size: 2rem;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  width: calc(100% - 96px);
}
@media screen and (max-width: 834px) {
  .dentistry-block__step-ttl {
    margin-left: 1em;
  }
}
@media screen and (max-width: 640px) {
  .dentistry-block__step-ttl {
    margin-top: 2px;
    font-size: 1.8rem;
  }
}
.dentistry-block__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.dentistry-block__list-item {
  width: 25%;
  padding: 0 10px;
}
@media screen and (max-width: 834px) {
  .dentistry-block__list-item {
    width: 50%;
    margin-bottom: 20px;
  }
}
.dentistry-block__list-inner {
  border: 1px solid #3a3d74;
  padding: 50px 25px 30px;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .dentistry-block__list-inner {
    padding: 30px 10px 25px;
  }
}
.dentistry-block__list-icn {
  width: 99px;
  display: block;
  margin: 0 auto 30px;
}
.dentistry-block__list-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .dentistry-block__list-ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.dentistry-block__list-txt {
  font-size: 1.4rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.8;
}

/*-----------------------------------
	field
-----------------------------------*/
.field-lead {
  padding: 85px 0 0;
}
@media screen and (max-width: 834px) {
  .field-lead {
    padding: 45px 0 0;
  }
}
.field-lead__ttl {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .field-lead__ttl {
    font-size: 2.4rem;
  }
}
.field-lead__txt {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.9;
  margin-bottom: 75px;
}
@media screen and (max-width: 834px) {
  .field-lead__txt {
    margin-bottom: 45px;
    text-align: left;
  }
}

.field-block__item {
  background: #f1f2f9;
  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: 50px;
}
.field-block__item:last-of-type {
  margin-bottom: 0;
}
.field-block__item:hover .field-block__item-l img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.field-block__item-l {
  width: 61.45%;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .field-block__item-l {
    width: 100%;
  }
}
.field-block__item-l img {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.field-block__item-r {
  width: 38.55%;
  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;
}
@media screen and (max-width: 834px) {
  .field-block__item-r {
    display: block;
    width: 100%;
    padding: 35px 25px 50px;
  }
}
.field-block__item-sub {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .field-block__item-sub {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.field-block__item-en {
  font-size: 1.8rem;
  font-family: "Inter", sans-serif;
  color: #c6c9dc;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .field-block__item-en {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
.field-block__item-ttl {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .field-block__item-ttl {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
.field-block__item-link {
  position: relative;
  padding-left: 78px;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .field-block__item-link {
    padding-left: 66px;
    font-size: 1.4rem;
  }
}
.field-block__item-link span {
  padding-bottom: 5px;
  border-bottom: 1px solid #3a3d74;
}
.field-block__item-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -29px;
  left: 0;
  width: 58px;
  height: 58px;
  background: url("../img/field/arrow.png") no-repeat 0 0/100% auto;
}
@media screen and (max-width: 834px) {
  .field-block__item-link::before {
    width: 48px;
    height: 48px;
    margin-top: -22px;
  }
}

.sec-philosophy {
  padding: 78px 0 165px;
}
@media screen and (max-width: 834px) {
  .sec-philosophy {
    padding: 39px 0 55px;
  }
}
.sec-philosophy__txt {
  font-size: 2.8rem;
  line-height: 1.9642857143;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .sec-philosophy__txt {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.sec-philosophy .c-txt__03 {
  line-height: 2.21;
}
@media screen and (max-width: 834px) {
  .sec-philosophy .c-txt__03 {
    text-align: left !important;
  }
}
.sec-philosophy .about-lead__title {
  position: relative;
  padding-bottom: 59px;
  margin-bottom: 14px;
}
.sec-philosophy .about-lead__title:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 42px;
  background: #3a3d74;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.sec-philosophy03 {
  padding: 168px 0 160px;
}
@media screen and (max-width: 834px) {
  .sec-philosophy03 {
    padding: 60px 0 60px;
  }
}
.sec-philosophy03 .inner {
  max-width: 983px;
}
.sec-history {
  padding: 65px 0 172px;
}
@media screen and (max-width: 834px) {
  .sec-history {
    padding: 35px 0 85px;
  }
}

.txt-darkRed {
  color: #86093c;
}
.txt-darkRed--02 {
  color: #861c3c;
}

.philosophy__item {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 72px;
}
@media screen and (max-width: 834px) {
  .philosophy__item {
    padding-top: 36px;
  }
}
.philosophy__item:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100vw;
  height: calc(100% - 15px);
  right: 0;
  top: 0;
  background: #f2f2fa;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .philosophy__item:before {
    right: -15px;
  }
}
.philosophy__left {
  width: 45%;
  position: relative;
  padding: 48px 3% 45px 0;
}
@media screen and (max-width: 834px) {
  .philosophy__left {
    padding: 30px 0 45px;
    width: 100%;
  }
}
.philosophy__right {
  width: 55%;
}
@media screen and (max-width: 834px) {
  .philosophy__right {
    width: 100%;
  }
}
.philosophy__img {
  margin-right: calc((1160px - 100vw) / 1.5);
}
@media screen and (max-width: 1024px) {
  .philosophy__img {
    margin-right: -15px;
  }
}
.philosophy__sttl {
  font-size: 9rem;
  line-height: 1.6666666667;
  color: white;
  font-family: "Inter", sans-serif;
  position: absolute;
  left: 110px;
  font-weight: 600;
  top: -5px;
  letter-spacing: 8px;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .philosophy__sttl {
    font-size: 4.5rem;
    top: 5px;
    left: 50px;
  }
}
.philosophy__ttl {
  font-size: 4.2rem;
  line-height: 1.6666666667;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .philosophy__ttl {
    margin-bottom: 10px;
    font-size: 3.2rem;
    line-height: 1;
  }
}
.philosophy__txt {
  margin-bottom: 20px;
  font-size: 2.8rem;
  line-height: 1.9642857143;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .philosophy__txt {
    font-size: 2.2rem;
  }
}

.bx-philosophy-ttl {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .bx-philosophy-ttl {
    margin-bottom: 40px;
  }
}
.bx-philosophy-ttl .philosophy__sttl {
  color: #f2f2fa;
  top: auto;
  bottom: 0;
  line-height: 1.1;
}
.bx-philosophy-ttl .philosophy__ttl {
  margin-bottom: 0;
}

.philosophy-list__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.philosophy-list__item:not(:last-child) {
  margin-bottom: 81px;
}
@media screen and (max-width: 834px) {
  .philosophy-list__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.philosophy-list__index {
  font-size: 3.424rem;
  font-family: "Inter", sans-serif;
  width: 60px;
  line-height: 1.3;
}
@media screen and (max-width: 834px) {
  .philosophy-list__index {
    margin-top: 4px;
    width: 45px;
    font-size: 2.4rem;
    line-height: 1;
  }
}
.philosophy-list__index > span {
  display: inline-block;
  border-bottom: 1px solid currentColor;
}
.philosophy-list__info {
  width: calc(100% - 60px);
  padding-left: 60px;
}
@media screen and (max-width: 834px) {
  .philosophy-list__info {
    padding-left: 0;
    width: calc(100% - 45px);
  }
}
.philosophy-list__ttl {
  font-size: 2.4rem;
  line-height: 1.875;
  font-weight: bold;
  margin-bottom: 28px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 834px) {
  .philosophy-list__ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .philosophy-list__ttl {
    font-size: 1.7rem;
  }
}
.philosophy-list__txt {
  font-size: 1.6rem;
  line-height: 2.25;
}
@media screen and (max-width: 834px) {
  .philosophy-list__txt {
    line-height: 1.8;
  }
}

.history__sttl {
  font-size: 3.9rem;
  line-height: 1.7948717949;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  margin-bottom: 28px;
}
@media screen and (max-width: 834px) {
  .history__sttl {
    font-size: 2.8rem;
  }
}
.history__ttl {
  font-size: 2.6rem;
  line-height: 1.6538461538;
  font-weight: bold;
  letter-spacing: 1.3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .history__ttl {
    font-size: 1.8rem;
  }
}
.history__txt {
  font-size: 1.6rem;
  line-height: 2.25;
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .history__txt {
    line-height: 1.8;
    text-align: left !important;
  }
}
.history__img {
  max-width: 969px;
  margin: 0 auto;
}
/*# sourceMappingURL=maps/styles.css.map */
